/* 通用样式 */
* { touch-action: pan-y; }


.img, img {
  max-width: 100%;
  transition: all 1.5s cubic-bezier(0,0,0.2,1)
}

a, button, i {
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  text-decoration: none
}

a:focus, .button:focus {
  text-decoration: none;
  outline: 0
}

a:focus, a:hover {
  color: inherit;
  text-decoration: none
}

a, button {
  color: inherit;
  outline: medium none;
  text-decoration: none
}

.uppercase {
  text-transform: uppercase
}

.capitalize {
  text-transform: capitalize
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto",sans-serif;
  color: #1A1C20;
  margin: 0;
  font-style: normal;
  font-weight: 500;
  text-transform: normal;
  margin-bottom: 10px
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit
}

ul {
  margin: 0;
  padding: 0
}

li {
  list-style: none
}



hr {
  border-bottom: 1px solid #eceff8;
  border-top: 0 none;
  margin: 30px 0;
  padding: 0
}

label {
  color: #1d284b;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400
}

/* 布局样式 */


.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}






/* 文本样式 */
.text-white { color: #fff !important; }
.text-warning { color: #ffc107; }
.text-center { text-align: center; }
.text-right { text-align: right; }

/* 背景样式 */
.theme-bg { background: #1f4c8f; }
.grey-soft-bg { background: #F7F7F8; }
.theme-orange-bg { background: linear-gradient(270deg, #E83526, #FFA559) }
.theme-purple-bg { background: linear-gradient(90deg, #9C27B0, #673AB7) }

/* 间距样式 */
.mt-30 { margin-top: 30px; }
.mb-30 { margin-bottom: 30px; }
.pt-90 { padding-top: 90px; }
.pb-90 { padding-bottom: 90px; }
.pt-110 { padding-top: 110px; }
.pb-100 { padding-bottom: 100px; }
.mt-5 { margin-top: 5px; }
.mt-10 { margin-top: 10px; }
.pb-130{
	    padding-bottom: 130px;
}
.mt-50 {
    margin-top: 50px;
}
.pt-100 {
    padding-top: 100px;
}
.pr-70 {
    padding-right: 70px;
}
.pl-50 {
    padding-left: 50px;
}
.mb-20 {
    margin-bottom: 20px;
}
.pb-120 {
    padding-bottom: 120px;
}
.pt-80 {
    padding-top: 80px;
}
.pb-25 {
    padding-bottom: 25px;
}
.pt-30 {
    padding-top: 30px;
}
.mr-25 {
    margin-right: 25px;
}
.mb-70 {
    margin-bottom: 70px;
}

.mb-40 {
    margin-bottom: 40px;
}

/* 更多间距样式... */

/* 标题样式 */
.section_title_wrapper {

  margin-bottom: 50px;
}

.subtitle {
  font-size: 15px;
  color: #E48216;
  margin-bottom: 15px;
  font-weight: 500;
  display: block;
  text-transform: uppercase;
  text-decoration: underline;
}

.section-title {
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 0;
  font-weight: 700;
}

.section-title span {
  color: #E48216;
}

.fact-2 h2 span {
	    color: #1f4c8f !important;
    font-weight: bold;
	font-size: 50px;
}

/* 按钮样式 */
.theme-btn {
  font-size: 14px;
  color: #fff;
  height: 60px;
  line-height: 60px;
  text-align: center;
  padding: 0 70px 0 40px;
  display: inline-block;
  background: #1f4c8f;
  font-weight: 500;
  border: 0;
  outline: 0;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  border: 1px solid transparent;
  transition: all .3s ease-out 0s;
}

.theme-btn:hover {
  background: #E48216;
  color: #fff;
}

.clto-btn-2 {
    text-align: right;
    color: #fff;
    border: 1px solid #fff;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.theme-btn:after {
    content: "\f061";
    font-family: "Font Awesome 5 pro";
    font-weight: 400;
    position: absolute;
    top: 0;
    right: 32px;
}

.clto-btn-2:hover {
    border: 1px solid #1A1C20
}


.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    background: #fff;
    display: block;
    line-height: 70px;
    border-radius: 50%;
    text-align: center;
    transform: translate(-50%,-50%);
    animation: pulse 2s infinite
}

.play-btn i {
    color: #E48216
}

.intro-btn {
    width: 112px;
    height: 112px;
    border: 1px solid #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    transform: translate(-50%,-50%)
}



/* OSSD课程样式 */
.ossd_course01, .ossd_course04-area, .ossd_course05-area {
  padding: 90px 0;
}

.ossd_course01_top, .ossd_course04_box, .ossd_course05_box {
  margin-bottom: 30px;
}

.ossd_course01_top_p {
  font-size: 16px;
  line-height: 1.8;
}

.ossd_course01_lf {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
}

.ossd_course01_box {
  border: 1px solid #1f4c8f;
  border-radius: 15px;
  overflow: hidden;
}

.ossd_course01_box h4 {
  border: 1px solid #1f4c8f;
  padding: 20px;
  font-size: 14px;
  background: #1f4c8f;
  color: #ffffff;
}

.ossd_course01_lf li{
	    padding: 5px;
    text-align: center;
}

.ossd_course01_box img{
	    max-width: 100%;
    transition: all 1.5s cubic-bezier(0,0,0.2,1);
}






.ossd_course04_box{
	transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: alll 0.5s;
    display: block;
  
   margin:10px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(0,0,0,.16);
    padding: 35px 30px;
	background:#1f4c8f;
}
.ossd_course04_box h4{
	
	
	border-bottom:2px solid #fff;
	padding-bottom:15px;
	
}

.ossd_course04_box p{
	height:84px;
}

.ossd_course04_box:hover{
		background:#E48216;
}



.ossd_course05_box{
	margin: 5px 15px;
	    padding-bottom: 10px;
			cursor:pointer;
}


.ossd_course05_box h4{
	font-size:16px;
	margin:5px auto;
	text-align:center;
}

.ossd_course05__wrapper .cur .ossd_course05_box {
	background:#E48216;
	border-radius:5px;
}

.ossd_course05__wrapper .cur .ossd_course05_box  h4{
	background:#E48216;
	border-radius:5px;
	color:#fff;
}





.ossd_course05_detail{
	
	border-radius:20px;
}
.ossd_course05_detail p{
	color:#fff;
	padding:20px;
	height:96px;
}

.ossd_course05_detail li{
	display:none;
	margin: 25px;
	background:#1f4c8f;
	box-shadow: 0 3px 6px rgba(0,0,0,.16);
	border-radius:15px;
}

.ossd_course05_detail .cur{
	display:block;
	
}









.course_comparison_table{
	text-align:center; 
	box-shadow:0 3px 6px rgba(0,0,0,.16);
		 background: linear-gradient(to right bottom,#427ab5,#374176);
	  border-radius: 20px ;
}



.course_comparison_table  th{width:14%;color: #ffffff; padding:25px; font-size:16px; font-weight:600;position:relative; border-left:1px solid #fff;}

.course_comparison_table tbody tr{
	border-top: 1px solid #fff;
	
}
.course_comparison_table tbody td{
	border-left: 1px solid #fff;
	color:#fff;
	position:relative;
}


.course_comparison_table .txt{
	background-color:#fdd100;color: #000000 !important ; font-weight:bold !important
}





.course_comparison_table  thead .txt:before{
	content: "";
    display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
	top:0;
    margin-top: -25px;
	height:25px;
    border-radius: 15px 15px 0 0 ;
    background-color: #fdd100;
	
	}
	
.course_comparison_table tbody  tr:last-child .txt:before{content: "";
    display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
	bottom:0;
    margin-bottom:-25px;
	height:25px;
    border-radius: 0 0 15px 15px ;
    background-color: #fdd100;
	
	}

@media(max-width: 767px) {
   .course_comparison_table {
	   font-size:12px;
   }
   .course_comparison_table th{
	    font-size:12px;
   }
  
}


	
.ossd_whyus .theme-bg{
	height:430px;		
	}
	
	.ossd_whyus-top {
    margin-top: -150px;
    z-index: 1;
    position: relative;
    background: #fff;
}
.ossd_whyus_list li{
	color:#E48216;
	cursor:pointer;
	
}
.ossd_whyus_list li .far{
	color:#E48216
	
	
}


.ossd_whyus_item li{
	display:none;
	
}


.ossd_whyus_item li.cur{
	display:block;
}





.ossd-suitability__items-single{
	margin: 20px;
    border: 1px solid #fff;
    padding: 20px;
    border-radius: 15px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: alll 0.5s;
	background:#1f4c8f;
	
}



.ossd-suitability__items-single:hover{
	background:#E48216;
}

.ossd-suitability__items-single-icon{
	text-align:center;
	margin-bottom: 10px;
   
	
}



.ossd-suitability__items-single-icon i {
    font-size: 50px;
    color: #fff;
   
    line-height: 50px;
	margin:auto;
	
}
.ossd-suitability__items-single-title{
	text-align:center;
	color:#ffffff;
	font-size:20px;
	margin:10px;
}


.ossd-suitability__items-single p{
	height:56px;
}














/* 数字统计样式 */
.fact-area {
  padding-bottom: 90px;
}

.fact {
  text-align: center;
  margin-bottom: 30px;
}

.counter-count {
  font-size: 50px;
  font-weight: 600;
  color: #1f4c8f;
  line-height: 53px;
  margin-bottom: 5px;
}

.fact span {
  font-size: 18px;
  line-height: 27px;
  color: #1A1C20;
  font-weight: 400;
}

/* OSSD优势样式 */
.ossd-advantage-area, .ossd-suitability-area {
  padding: 90px 0;

}

.ossd-advantage__items, .ossd-suitability__items {
  text-align: center;
  margin-bottom: 30px;
}

.ossd-advantage__items-single,
.ossd-suitability__items-single {
  margin: 20px;
  border: 1px solid #fff;
  padding: 20px;
  border-radius: 15px;
  transition: all 0.5s;
}

.ossd-advantage__items-single:hover,
.ossd-suitability__items-single:hover {
  background: #E48216;
}

.ossd-advantage__items-single-icon,
.ossd-suitability__items-single-icon {
  text-align: center;
  margin-bottom: 10px;
}

.ossd-advantage__items-single-icon i,
.ossd-suitability__items-single-icon i {
  font-size: 50px;
  color: #fff;
  line-height: 50px;
  margin: auto;
}

.ossd-advantage__items-single-title,
.ossd-suitability__items-single-title {
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  margin: 10px;
}















.ossd-points-area .row {
		counter-reset: count 0;
		
}
.ossd-points-area .row p {
	font-size:18px;
	margin-top:20px;
		
}

.ossd-points__list:nth-child(odd) .ossd-points__items{
	
	padding:20px;
	margin-right:150px;
	margin-top:15px;
	margin-bottom:15px;
	position:relative;
	border-radius:15px;
}
.ossd-points__list:nth-child(even) .ossd-points__items{

	padding:20px;
	position:relative;
	margin-left:150px;
	margin-top:15px;
	margin-bottom:15px;
	border-radius:15px;
}


.ossd-points__list:nth-child(odd) .ossd-points__items:before{

	width:110px;
	height:110px;
	margin-left:10px;
	position:absolute;
	right: -150px;
	font-size:58px;
	border:2px solid #fff;
	border-radius:100%;
	line-height:100px;
	text-align:center;
		
}  
.ossd-points__list:nth-child(even) .ossd-points__items:before{
	
	width:110px;
	height:110px;
	margin-left:10px;
	position:absolute;
	left:-150px;
	font-size:58px;
	border:2px solid #fff;
	border-radius:100%;
	line-height:100px;
	
	text-align:center;
	
	
}  
.ossd-points__list .ossd-points__items:before{
		color:#fdd100;
	  content: counter(count);
      counter-increment: count;
		
}  

.ossd-points__list .ossd-points__items h4{
		color:#fdd100;
	font-size:18px;
		    font-weight: 600;
}  



.services-items {
    padding: 25px 35px;
}

.services-itm-color {
    background: #FBF7EE;
}
.services-itm-color2 {
    background: #F8F8F8;
}
.services-itm-color3 {
    background: #F1F8F9;
}
.services-itm-color4 {
    background: #F9F6F6;
}
.services-items a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.aborder1 {
    border: 1px solid #9B8D6C;
}
.aborder2 {
    border: 1px solid #B1B2B8;
}
.aborder3 {
    border: 1px solid #8AA1A4;
}
.aborder4 {
    border: 1px solid #C9A8A8;
}








.features2 {
    padding: 30px 30px 20px 30px;
    background: #fff;
    border: 1px solid #E7EAEF;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.features2 .read-more i {
    margin-left: 8px
}

.features2:hover {
    border: 1px solid #E48216
}

.features2:hover .read-more {
    color: #E48216
}

.features2:hover .read-more i {
    margin-left: 10px
}

.features2__title {
    font-size: 20px
}

.features2__icon i {
    font-size: 40px;
    color: #E48216
}





.blog__thumb {
    overflow: hidden;
	position:relative;
		
    text-overflow: ellipsis;
	
}
.blog__thumb h3{
	position:absolute;
	bottom:0;
	z-index:1;
	margin-bottom:0;
	background:rgba(0,0,0,0.6);
	width:100%;
	color:#fff;
	padding:10px 15px ;
	font-size:1.2rem;
	line-height:1.5rem;
	overflow:hidden;
	white-space: nowrap;
    text-overflow: ellipsis;

}




.blog__thumb img {
    width: 100%;
    height: auto;
    transform: scale(1);
    transition: .4s ease-in-out
}

.blog__content {
    border: 1px solid #E7EAEF;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
	counter-reset: count 0;
}



.blog__news{
	counter-reset: counts 0;
}

.blog:hover .blog__thumb img {
    transform: scale(1.1)
}

.blog-meta {
    padding: 12px 0;
    border-bottom: 1px solid #E7EAEF
}

.blog-meta span {
    margin-left: 20px;
    border-right: 1px solid #9CA1AA;
    padding-right: 20px;
    font-size: 14px;
    text-transform: uppercase
}

@media only screen and (min-width: 1200px) and (max-width:1399px) {
    .blog-meta span {
        padding-right:10px;
        margin-left: 10px
    }
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .blog-meta span {
        padding-right:5px;
        margin-left: 5px;
        border-right: 0
    }
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .blog-meta span {
        padding-right:5px;
        margin-left: 5px
    }
		.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
    margin-right: auto;
    margin-left: auto;
	}
}

@media(max-width: 767px) {
    .blog-meta span {
        padding-right:5px;
        margin-left: 5px
    }
		.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
    margin-right: auto;
    margin-left: auto;
	}
}

@media only screen and (min-width: 576px) and (max-width:767px) {
    .blog-meta span {
        padding-right:5px;
        margin-left: 5px
    }
}

.blog-meta span i {
    margin-right: 10px;
    color: #E48216
}

@media only screen and (min-width: 1200px) and (max-width:1399px) {
    .blog-meta span i {
        margin-right:4px;
        padding-right: 4px
    }
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .blog-meta span i {
        margin-right:4px;
        padding-right: 4px
    }
}

.blog-meta span:last-child {
    border-right: 0;
    padding-right: 0;
	margin-right:15px;
	float:right;
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .blog-meta span:last-child {
        padding-right:0
    }
}

.blog-meta span:first-child {
    margin-left: 25px
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .blog-meta span:first-child {
        margin-left:10px;
        padding-right: 0
    }
}


.blog-area ul li   {
   margin-left:10px;
}


.blog__content__title {
    font-size: 16px;
    font-weight: 500; 
    line-height: 1.8;
	 white-space: nowrap;
    /* 文字用省略号代替超出的部分 */
    text-overflow: ellipsis;
	overflow:hidden;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
	position:relative;
	padding-left:25px;
}

.blog__content__title:before{
	 content: counter(count);
     counter-increment: count;
	 display:block;
	 position:absolute;
	 left:0px;
	 background:#1f4c8f;
	 color:#fff;
	 width:20px;
	 text-align:center;
 
}







.blog__content__title_1 {
    font-size: 18px;
    font-weight: 500; 
    line-height: 1.8;
	 white-space: nowrap;
    /* 文字用省略号代替超出的部分 */
    text-overflow: ellipsis;
	overflow:hidden;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
	position:relative;
	padding-left:25px;
}

.blog__content__title_1:before{
	 content: counter(counts);
     counter-increment: counts;
	 display:block;
	 position:absolute;
	 left:0px;
	 background:#1f4c8f;
	 color:#fff;
	 width:20px;
	 text-align:center;
 
}

.blog__content .blog-text {
    padding: 25px 30px 20px 30px;
}




/* 团队样式 */
.team-area {
  padding: 90px 0;
  background-color: #F7F7F8;
}

.team {
  text-align: center;
  margin-bottom: 30px;
  display: block;
  
    background-color: #fff;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, .1);
    overflow: hidden;
    border-radius: 25px;
    margin: 10px;
}
.team {
  text-align: center;
  margin-bottom: 30px;
  
}


.team__thumb img {
  max-width: 100%;
  height: auto;

  margin-bottom: 15px;
}

.team__text-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 5px;
}

.team__text span {
  font-size: 16px;
  color: #666;
}

/* 合作伙伴样式 */
.partners-area {
  padding: 120px 0 100px;
  background-image: url(images/partners-1.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.partner-img {
  text-align: center;
  margin-bottom: 30px;
}

.partner-img img {
  max-width: 100%;
  height: auto;
}

/* 其他样式 */
.callto-action-2 {
  padding: 40px 0;
}


.callto-title h3 {
margin-bottom: 0;
    margin-top: 15px;
    font-size: 24px;
    color: #fff;
}

.callto-btn {
  text-align: right;
}

.clto-btn-2 {
    text-align: right;
    color: #fff;
    border: 1px solid #fff;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.clto-btn-2:hover {
    border: 1px solid #1A1C20
}




/* 响应式样式 */
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .section-title {
    font-size: 40px;
  }
  
  .ossd_course01_box h4 {
    font-size: 13px;
  }
  
  .fact h2 {
    font-size: 40px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title {
    font-size: 30px;
  }
  
  .ossd_course01_box h4 {
    font-size: 12px;
  }
  
  .fact h2 {
    font-size: 30px;
  }
  
  .team__text-title {
    font-size: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title {
    font-size: 28px;
  }
  
  .ossd_course01_lf {
    flex-direction: column;
  }
  
  .ossd_course01_box {
    margin-bottom: 20px;
  }
  
  .fact {
    margin-bottom: 40px;
  }
  
  .team-area {
    padding: 60px 0;
  }
  
  .partners-area {
    padding: 80px 0 60px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-title {
    font-size: 26px;
  }
  
  .ossd_course01_lf {
    flex-direction: column;
  }
  
  .ossd_course01_box {
    margin-bottom: 15px;
  }
  
  .fact {
    margin-bottom: 30px;
  }
  
  .team-area {
    padding: 50px 0;
  }
  
  .partners-area {
    padding: 60px 0 40px;
  }
  
  .callto-action-2 {
    text-align: center;
  }
  
  .callto-btn {
    text-align: center;
    margin-top: 20px;
  }
}

@media (max-width: 575px) {
  .section-title {
    font-size: 24px;
  }
  
  .ossd_course01_lf {
    flex-direction: column;
  }
  
  .ossd_course01_box {
    margin-bottom: 15px;
  }
  
  .fact {
    margin-bottom: 30px;
  }
  
  .team-area {
    padding: 40px 0;
  }
  
  .partners-area {
    padding: 50px 0 30px;
  }
  
  .callto-action-2 {
    text-align: center;
  }
  
  .callto-btn {
    text-align: center;
    margin-top: 20px;
  }
  
  .theme-btn {
    padding: 0 30px;
    font-size: 12px;
  }
}

/* 可能需要的其他响应式样式 */
@media (max-width: 767px) {

  
  .text-right {
    text-align: center;
  }
}

@media (max-width: 991px) {
 
}

/* 头部样式 */
.header-top {
  border-bottom: 1px solid #E7EAEE;
}

/* 导航样式 */
.main-menu ul li {
  display: inline-block;
  margin-left: 30px;
  position: relative;
}

/* 页脚样式 */
.footer-area {
  background: #1A1C20;
}

/* 新增样式 */
.service-abroad .service_abroad_list {
  position: relative;
}

.service-abroad .service_abroad_list img {
  width: 100%;
}

.service-abroad .service_abroad_list > ul > li {
  position: absolute;
}

.service-abroad .service_abroad_list > ul > li > ul {
  border: 1px solid #1f4c8f;
  padding: 10px;
  font-weight: 700;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0px 1px 10px #1f4c8f;
}

@media only screen and (max-width: 768px) {
  .service-abroad .service_abroad_list > ul {
    counter-reset: countnum 0;
    padding: 25px;
  }
  
  .service-abroad .service_abroad_list > ul > li {
    position: static;
  }
}

@media only screen and (max-width: 991px) {
  .service_system_bg li:nth-child(3) {
    position: absolute;
    top: 62%;
    left: 10%;
    text-align: center;
  }
  
  .service_system_bg li:nth-child(5) {
    position: absolute;
    top: 62%;
    right: 10%;
    text-align: center;
  }
}


.team__thumb-info{
	position:relative;
}
.team-social{
	position:absolute;
	left:5%;
	top:40%;
}
.team-social h3{
	color: #fff;
    font-size: 28px;
    font-weight: bold;
    background-image: linear-gradient(to right, #ffffff, #1f4c8f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: -1px -1px #ffffff;
}