﻿@font-face {
  font-family: "RobotoMedium";
  src: url("../fonts/RobotoMedium.woff2") format("woff2"),
       url("../fonts/RobotoMedium.woff") format("woff"),
       url("../fonts/RobotoMedium.ttf") format("truetype"),
       url("../fonts/RobotoMedium.eot") format("embedded-opentype"),
       url("../fonts/RobotoMedium.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

/*
@font-face {
  font-family: "RobotoRegular";
  src: url("../fonts/Roboto-Regular.ttf") format("truetype")
  font-weight: normal;
  font-style: normal;
}
*/

@media screen and (min-width: 960px){
  .section:not(.homepage) .swiper-slide .banimg > img{height: 60vh!important;object-fit: cover;}
}


iframe{max-width: 100%;}
.fr-view h4{color:#1369b6;font-size:1.8rem}
.grecaptcha-badge{display: none!important;}
*,body,ul, ul li{
  padding: 0;
  margin: 0;
  /*font-family: 'Roboto', 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';*/
  font-family: 'Roboto', sans-serif;
}
.fr-dib{margin: 5px auto;display: block;float: none;vertical-align: top;max-width: 100%;}
body{
    background-color: #fff;
      font-size:18px; /* 106.25% */
      line-height: 1.6;
}
img{max-width: 100%;}
a{cursor: pointer;color:#0072bc; }
.address a{cursor: pointer;}
.gwhuodong_inner .inner .hd_art_tt{margin-bottom: 20px;}
.gwhuodong_inner .inner .hd_art_tt h2{margin: 0;}
.gwhuodong_inner table th{border: 1px solid #ccc;border-bottom: none;background-color: #efefef;padding: 15px;}
.service_icon img{height: 24px;margin-right: 5px;margin-top: 10px;}
.gwhuodong_inner ul{margin-top: 0px;}
ul.inclues,.gwhuodong_inner ul{
  counter-reset: section;
}
ul.inclues li,.gwhuodong_inner ul li{
    position: relative;
    counter-increment: item;
    margin-bottom: 0;
    padding-left: 3rem;

}
ul.inclues li:before,.gwhuodong_inner ul li:before{
    position: absolute;
    top: 0;
    left: 0;
    background: #01b3ee;
    counter-increment: section;
    content: counter(section);
    margin-right: 1rem;
    display: inline-block;
    height: 20px;
    width: 20px;
    line-height: 20px;
    font-size: 1rem;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    margin-top: 3px;
}


.social_school ul li{padding-left: 2rem!important;}
.social_school ul li:before{
  content: ""!important;
  background-color: #0072bc!important;
  width: 8px!important;
  height: 8px!important;
  top: 7px!important;
}

.gwhuodong .gwhditems .li .boximg span {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 1.6;
    background:#95bd27;
    text-align: left;
    color: #fff;
    padding: 5px 10px 5px 20px;
}

.gwhuodong .gwhditems .li .boximg span:after {
    background: url(../images/vg.png) no-repeat left center;
    height: 100%;
    width: 30px;
    position: absolute;
    right: -30px;
    top: 0;
    content: "";
    background-size: contain;

}
header .hidden-xs .container{display: flex;height: 105px;align-items: center;justify-content: space-between;}
header .hidden-xs .container .rm-container{margin-top: 0;}




.fontSizeLarger {
  font-size: 118.75%; /* 19px */
}
.fontSizeLargest {
  font-size: 131.25%; /* 21px */
}

/*ul, ul li{list-style-type:none;}*/
a{transition: all  .5s ease 0s ;}

input,textarea,select,button{outline:none;  -webkit-border-radius: 0;  -moz-border-radius: 0; border-radius: 0;}
select::-ms-expand { display: none; }
h1,h2,h3,h4,h5,h6{  font-weight: 700;  }
dd{margin:0;}
ul li{list-style:none;}
i,em{font-style:normal;}
.visible-xs{display:none;}
.hidden-xs{display:block;}
a:hover{text-decoration:none !important;}

header {
  /* width: 80vw; */
  margin: 0px auto;
  position: relative;
  z-index: 99;
  box-sizing:border-box;
  background-color:#f6f6f6;
}
.section {
   
    margin-top: 40px!important;
}
nav {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

nav ul {
   width:100%;
  display: flex;
  flex-wrap: nowrap;
  margin:0;
  justify-content:space-between;
}

nav #logo {}

nav li {
  list-style: none;
}

nav li a {
  font-weight: 700;
  color: #1369b6;
  /* display: block; */
  padding:0 0 15px 0;

  transition: 0.5s ease;
  line-height:100px;
  position:relative;
  z-index:1111111;
      border-bottom: 5px solid #fff;
}
/*
html[lang="en-US"] nav li a {
  padding:0 10px;
}*/

html[lang="en-US"] .section .txtpc h1{padding-left: 10%;}

nav li .active{ color: #b3d74e!important;border-bottom:5px solid #b3d74e;box-sizing:border-box;}
nav li a:hover{
  color: #b3d74e;
  text-decoration: none;
  border-bottom:5px solid #b3d74e;
}

.lang {
  background-color: #fff;
  border-radius: 50px;
  border: 2px solid #fff;
  transition: 0.5s ease;
}

.lang:hover {
  background-color: transparent;
}
.lang:hover a {
  color: #fff;
}
.nav{position:relative;}

.navBox{
  /*   overflow: hidden; */
    position: fixed;
  position: relative;
    width: 100%;
    top: 0;
    left: 0;

  height:106px;
    z-index: 9;
  background:#fff;
    box-shadow: 0 3px 10px -5px rgba(51,51,51,.4);
    transition: transform .3s ease,top .3s ease,
  background-color 1ms ease .3s,
  box-shadow 1ms ease .3s;

  box-shadow:border-box;
}

.nav-down{
 position: fixed;
  position: relative;
  
  }
.nav-up{
    /* top: -120px; */
  
      -webkit-transition: all  .5s ease 0s ;
    -moz-transition: all  .5s ease 0s ;
    -ms-transition: all  .5s ease 0s ;
    -o-transition: all  .5s ease 0s ;
    transition: all  .5s ease 0s ;
}
.addsection3 .swiper-slide .boximg .con .fs24 a{color:#fff}
.search .form-control{height:50px;width:80%;font-size:18px;border-right:none;}
.search .btn-primary{height:50px;width:20%;border-radius:0 0.25rem 0.25rem 0;font-size:18px;background:#a3c900;border-color: #a3c900;}
.sub_menu ul li img{max-width: 100%}

.navBox .row{align-items:center;display:flex;}
.link{width:610px;height:106px;background:url(../images/linkbg.png) no-repeat top center;position:absolute;top:0;right:0;box-sizing:border-box;padding:0 200px 0px 50px;background-size:100% 100%;}
.link dl{display:flex;justify-content:space-between;align-items:center;margin-bottom:0;height:100%;}
.link dl dd{list-style:none;color:#333;position:relative;display: flex;align-items: center;}
.link dl dd span{padding-top: 5px;padding-bottom: 5px;color:#2a8bc9;}
.link dl dd a{color: #0072bc;margin:0 10px;font-weight: 700;position:relative;display:inline-block;}
.link dl dd .small{font-size:12px;}
.link dl dd .middle{font-size:16px;}
.link dl dd .large{font-size:20px;}
.link dl dd .active{width:24px;height:24px;line-height: 24px; background-color: #a6ce39;color: #fff;border-radius: 50%;text-align: center;display: inline-block;}
.link dl dd  .lang{margin-left: 5px;font-size: 12px;}
.link dl dd i{font-size: 12px;font-style: normal;position:absolute;width:20px;height:20px;border-radius:50%;background:#a6ce39;text-align:center;line-height:20px;color:#fff;right:-8px;top:-8px;font-weight: 700;}
.size{cursor:pointer;}
#msform .previous{background-color: #b3d74e;}
#msform .previous:hover{box-shadow:0 0 0 2px #fff,0 0 0 3px #b3d74e}
#msform fieldset ul .fsli .label_radio1{font-size: 26px}
.abus2 .zditems ul li:nth-child(8){background-color: #07bbf7;}
.abus2 .zditems ul li:nth-child(9){background-color: #bde54e;}
.abus2 .zditems ul li:nth-child(10){background-color: #e88e09;}
.abus2 .zditems ul li:nth-child(11){background-color: #f49f5a;}
.abus2 .zditems ul li:nth-child(12){background-color: #ff569f;}
.abus2 .zditems ul li:nth-child(13){background-color: #f73131;}
.abus2 .zditems ul li:nth-child(14){background-color: #31cff7;}



@media screen and (max-width:767px) {
		#msform fieldset .flex .form-group{width: 100%}
		#msform fieldset .con{padding: 30px 0px}
		#msform fieldset ul li{width: 100%}
}
.footer{width:100%;height:auto;background:url(../images/fbg.png) no-repeat top center;background-size:cover;box-sizing:border-box;padding:200px 0px 100px 0px;color:#fff;}
.footer .h3{color:#fff;font-weight: 700;margin-bottom: 24px;}
.footer ul {padding-left:0px;}
.footer ul li b{display:block;margin-top: 20px;}
.footer ul li a:hover{color:#9cc813;}
.footer ul li a{display:flex;flex-wrap:wrap;color:#fff;margin-top:20px;justify-content: flex-start;align-items: center;}
.footer ul li a i{display: inline-block;margin-right: 8px;}
.footer ul li a img{margin-right:20px;display:inline-block;}
.footer form label{margin-top:10px;}
.footer form .form-group:first-child label{margin-top: 0;}
.footer form .form-control{border:2px solid #9cc813;width: 70%;height:40px;}
.footer form button{background:#9cc813;color:#fff !important;padding:10px 50px;margin-top:15px;}
.footer form button:hover{background:rgba(156,200,19,.8);}
.copy{width:100%;height:auto;padding:25px 0px;background:#0d5685;color:#fff ;}
.copy span{display:block;}
.copy span a{color:#fff;}

.menu-bg{
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9997;
    background:rgba(0,0,0,0.5);
    display: none;
    left:0;
  top:0;
}
.menu-box{
    overflow: hidden;
    position: fixed;
    width: 100%;
    z-index: 9998;
    display: none;
  left:0;
}
.language-bg{
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9997;
   background:rgba(0,0,0,0.5);
    display: none;
  left:0;
  top:0;
}


.home_yd{
  display: flex;
  justify-content: space-between;
  height: 100%;
}
.nav_top{
  width: 80px;
  height: 100%;
  margin: 0;
  padding: 0px;
  background-color: #00b3ef;
  position:relative;
  z-index:1;
  
}
.nav_top .swiper-slide{
 width: 80px !important;
 height: 70px;
 background-color: #00b3ef;
 text-align: center;

 
}
.nav_top .liitems{
  
}
.nav_top .swiper-slide img{
  margin: 20px auto;
}
.nav_top .swiper-wrapper{
  display: block;
}
.nav_bottom{width: 100%;display: none;margin-left: -100%; background-color: #0071bb;}
.nav_bottom .swiper-slide{width: 70%;float: right;}
.back{background-color: #0071bb !important;}
.searchForm {
    overflow: hidden;
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 112px;
    padding: 10px 160px 10px 160px;
    left: 0%;
    display: none;
    /* background-color: #f0f0f0; */
}
.searchForm .form {
    overflow: hidden;
    float: right;
    background-color: #f0f0f0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.searchForm input {
    width: 200px;
    height: 34px;
    padding: 6px 12px;
    color: #555;
    border: 1px solid #ccc;
    border: none;
    margin: 0 10px 0 0;
}
.searchForm button {
    float: right;
    margin: 0 10px 0 0;
    height: 34px;
    background-color: #f0f0f0;
    border: none;
}
.language-box{}
.menu-box{display:none;}
.fix{zoom:0.7;position:fixed;right:0;bottom:175px;z-index:11111;transition: all 0.5s ease 0s ;}
/**.fix:hover .td{

 -webkit-animation: bounce 0.6s ease-in-out infinite;
  animation: bounce 0.6s ease-in-out infinite;
} **/
.fix:hover .td{
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);

} 
.fix .td{
  position:absolute;
  right:124px;top:20px;
  transition: all 0.5s ease 0s;
}
/**.xs{
 -webkit-transform: rotate3d(0, 5, 0, 360deg);
  -moz-transform: rotate3d(0, 5, 0, 360deg);
  -ms-transform: rotate3d(0, 5, 0, 360deg);
  -o-transform: rotate3d(0, 5, 0, 360deg);
  transform: rotate3d(0, 5, 0, 360deg);
    transition: all 0.3s ease 0s;
}
**/

.menu-box .form{padding-top: 30px;}
.fa-close{position:absolute;right:20px;top:0px;color:#fff;display:block;}
.language-box .fa-close{top:30px;right:30px;z-index:11111111111;}
.navmenu1{display:block;}
@keyframes bounce {
  0% {
    bottom: 0;
  }
  65% {
    bottom: 8px;
  }
  100% {
    bottom: 0;
    border-radius: 49% 47% 42% 40%/60% 60% 40% 40%;
  }
}
@keyframes arm-bounce {
  0%, 100% {
    bottom: 28px;
  }
  33% {
    bottom: 23px;
  }
  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  66% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes shadow {
  0%, 100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scaleX(0.9);
    transform: scaleX(0.9);
  }
}
@keyframes mounth {
  0%, 100% {
    height: 4px;
    border-radius: 50% 50% 100% 100%;
  }
  50% {
    height: 8px;
    bottom: 17px;
    border-radius: 30% 30% 100% 100%;
  }
}

.s-side{width:100%;}
.s-side .fr{float:right;color: #fff}
.s-side .s-firstItem i{color: #fff}
.s-side .s-firstItem span{display:inline-block;color:#fff;white-space:10px}
.s-side .first{padding:10px 10px 10px 0px;box-sizing:border-box;}
.s-side .d-firstNav span{display:inline-block;color:#fff;}
.s-side .d-firstNav i.fr{float:right;color: #fff}
.s-side .s-secondNav,.s-side .s-secondItem{padding:10px;display:flex;align-items:center;justify-content:space-between;}
.s-secondNav:hover,.d-firstNav:hover{cursor:pointer}
.s-side .d-secondDrop li a{padding:0px;display:block;}
.s-side a{color:#fff;}
.iconRotate{transform:rotate(180deg);transition:transform .5s}
.s-firstDrop,.s-secondDrop{display:none}
.s-side .s-secondNav, .s-side .s-secondItem a{color:#fff;}
.d-secondDrop{padding-left: 20px}
.s-side .s-secondNav, .s-side .s-secondItem a{margin-top: 0px;}
.s-side .s-secondNav span a{margin-top: 0px;}
.s-side .d-secondDrop li a{margin-top: 0px;}
.d-firstNav{display: flex;justify-content: space-between;align-items: center;}
.s-side .d-firstNav i.fr::after{display: none;}
.s-side .clearfix::after{display: none;}
.nav_bottom .swiper-slide ul li a{margin-top: 10px;}
.d-firstNav a{margin-top: 0px !important;}
.qyhz .hzitems ul li .right img{margin-bottom: 20px;}
.qyhz .hzitems ul li .right {display: flex;flex-wrap: wrap;flex-direction: column;justify-content: space-between;}
.qyhz .hzitems ul li .right .right_content{width: 100%;}
.qyhz .hzitems ul li .right .right_content a{margin-top: 0!important;color: #0072bc;}
.qyhz .hzitems ul li .right a{margin-top: 0!important;}
.qyhz .hzitems ul li .right p{-webkit-line-clamp: 30!important;}
.qyhz .hzitems ul li .boximg img{height: 100%!important;object-fit: cover;}

.section4 .inner .middle .swiper-slide a{display: inline-block!important;}


.committee .committee_tit .h33{font-weight: 700;}
.volunter .volunteritems ul li .hover{display: none;}
.section .swiper-slide .txt h1{width: 100%}
#boxscroll {
    height: 500px;
    width: 100%;
    /*overflow: auto;
       overflow: hidden; */
}
.modal {
    background: rgba(0,0,0,.5);
}
.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
    top: 15%;
}
.link2 {
    width: 100px;
    height: 106px;
    background: url(../images/dnew.png) no-repeat top center;
    position: absolute;
    top: 0;
    right: 0;
    box-sizing: border-box;
    /* line-height: 106px; */
    background-size: 100% 100%;
    display:none;
}

.link2 .onimg{
    float: right;
    margin: 43px 30px 0 0;
    cursor:pointer;
}
.link2 dl{
    margin-top:106px;
    position: absolute;
    min-width: 240px;
    border: 1px solid red;
    right: 0;
    padding:0 15px;
    background-color:#f6f6f6;
    border:2px solid #0071bb;
    display:none;
}
.link2 dl dd {
        width:100%;
        list-style: none;
        font-size: 18px;
        color: #333;
      padding:20px 0;
      overflow: hidden;
      position: relative;
      border-bottom:1px solid #0071bb;
}
.link2 dl dd:last-child{
  border-bottom:none;
}
.link2 dl dd a {
    color: #0072bc;
    margin: 0 10px;
    font-weight: 700;

}
.link2 dl dd .dd-l{
  width:35%;
  float:left;
  position: relative;
}
.link2 dl dd .active {
    width: 24px;
    height: 24px;
    line-height: 24px;
    background-color: #a6ce39;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
}
.link2 dl dd .dd-r{
  width:65%;
  float:right;
    position: relative;
}
.link2 dl dd .small {
    font-size: 12px;
}
.link2 dl dd .middle {
    font-size: 18px;
}
.link2 dl dd .large {
    font-size: 18px;
}
.link2 dl dd i {
    font-size: 12px;
    font-style: normal;
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #a6ce39;
    text-align: center;
    line-height: 20px;
    color: #fff;
    left: 20px;
    top: -8px;
    font-weight: 700;
}
.link2 dl dd span {
    color: #2a8bc9;
}
.link2 dl dd input {
    width: 95px;
    float: right;
  border:1px solid #666666;
    background-color:#f6f6f6;
    padding:0 10px;
}


.contact2{padding-bottom: 8vh;}

/* html[lang="en-US"] .link{ */
  /* display:none; */
/* } */
/* html[lang="en-US"] .link2{ */
  /* display:block; */
/* } */
/* html[lang="en-US"] .nav .col-md-6{ */
/* -ms-flex: 0 0 75%; */
    /* flex: 0 0 75%; */
    /* max-width: 75%; */
/* } */
/* html[lang="en-US"] nav .hover .sub_menu .inner .left dl dd .en-a{ */
  /* width: 35%; */
/* } */
/* html[lang="en-US"] nav .hover .sub_menu .inner .left dl dd .en-a2{ */
  /* width: auto; */
/* } */


[data-ripple="ripple"] {
    position: relative;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-webkit-user-select:none;
    -ms-user-select:none;
}

[data-ripple="ripple"] .ripple {
    display: block;    
    width: 100%;
    height: 100%;
    border-radius:100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 888;    
    background: rgba(255, 255, 255, .5);
    transform: scale(0);
    animation: ripple .6s 0s linear;
}

@keyframes ripple {
    100% {
        opacity: 0;
        transform: scale(2.5);
    }
}
html[lang="en-US"] nav .hover .sub_menu .inner .left dl dd .en-a em{
  float:left;
      padding: 0 15px;
}

/* html[lang="en-US"] nav .hover .sub_menu .inner .left dl dd .en-a span{ */
  /* float:left; */
  /* width: 50%; */
/* } */
/* html[lang="en-US"] nav .hover .sub_menu .inner .left dl dd .en-a2 span { */
    /* float: left; */
    /* width: 50%; */
/* } */


html[lang="en-US"]  nav .hover .subwid {

    padding: 0px 10vw 50px 10vw;

}
.link-box{
  position: relative;
    top: 0;
    width: 100%!important;
    height: 40px;
    background: none;
    /* border: 1px solid red; */
    background-color: #f6f6f6;
  padding:0 10vw;
      justify-content: flex-end;
      top:-40px;
    transition: transform .3s ease,top .3s ease,background-color 1ms ease .6s,box-shadow 1ms ease .6s;

}
.link-box-this{
  top:-40px;
      -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.nav{
  top:-40px;
}
.navBox{
  top:40px;
}
.nav-up {
    /* top: -135px; */
}
.nav-up .hover:hover .sub_menu {
    opacity: 0;
    display: none;
}
.page ul li .active{
  background: #0072bc;
    color: #fff;
  border-radius:100%;
}
.logo img{
  max-height: 105px;
}

.navBox .nav .nav-right{
  max-width:85%;
  min-width:60%;
}
nav .hover .sub_menu{
  position:fixed!important;
  top: 145px!important;
  top: 122px!important;
  padding-top:24px!important;
}
nav .hover .subwid {
  width:100%!important;
    left: 0!important;
}
nav .hover:nth-child(2) .sub_menu {

    width: 48vw;
    left: 35vw!important;

}
html[lang="en-US"]  nav .hover:nth-child(2) .sub_menu {

  left: 30vw!important;

}
html[lang="en-US"] .curriculumDetail ul li .boximg strong{
  /*top:20px!important;*/
  width: 35%;
}
.curriculumDetail ul li .boximg strong{
  /*width:35%!important;*/
}


.language-box ul li a .active {
    width: 24px;
    height: 24px;
    line-height: 24px;
    background-color: #a6ce39;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    position: relative;z-index: 99999;
}
nav .sub_menu ul li a{
  display:block;
}
.addsection3 .swiper-slide .boximg .con .fs24{
  font-weight: 700;
}
.section5 .pull-left .boximg{
  overflow:hidden;
}
.section5 .pull-left .boximg a{
  display: block;
}
.section5 .pull-left .boximg img{
   -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;

}
.section5 .pull-left .boximg:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.servicesin .tic ul li .li .liB {
          -webkit-transition: all .5s ease 0s;
        -moz-transition: all .5s ease 0s;
        -ms-transition: all .5s ease 0s;
        -o-transition: all .5s ease 0s;
        transition: all .5s ease 0s;
}

.servicesin .tic ul li .li .liB .dl-box dl{
      display: flex;
    display: -o-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: left;
}
.servicesin .tic ul li .li .liB .dl-box dl dd{
  width:50%;
      display: flex;
    display: -o-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: left;
}
.servicesin .tic ul li .li .liB .dl-box dl dd img{
  margin-right:10px;
}

.partner .hdcx .tit h4,.partner .othercon .tit h2,.partner .othercon .swiper-slide .right h5{
    font-weight: 700;
}
.section7 .tit h3 img{
  max-height:26px;
}
.section4 .inner .middle .swiper-slide h3{
      word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box; 
    -webkit-box-orient: vertical; 
    -webkit-line-clamp: 2; 
    overflow: hidden; 
}
.section4 .inner .middle .swiper-slide p{
    word-break: break-all;
    /**text-overflow: ellipsis;
    display: -webkit-box; 
    -webkit-box-orient: vertical; 
    -webkit-line-clamp: 4; 
    overflow: hidden; **/
}

.section4 .inner .middle .swiper-button-next, .section4 .inner .middle .swiper-button-prev {
    bottom: 0;
    top: auto!important;
}
/* .section4 .inner .pull-right{ */
  /* width:35%!important; */
/* } */
.section4 .inner .middle .year{
  text-align:right!important;
}
.section4 .inner .pull-right .swiper-pagination{
      bottom: 40px;
    display:none;
}

.form-group .checkbox .ppp{
  cursor:pointer;
}
.ppp-bg{
  position:fixed;
  width:100%;
  height:100%;
  top:0;
  left:0;
  z-index:9999;
  background-color:rgba(0,0,0,.5);
  display:none;
}

.ppp-box{
  position:fixed;
  width:100%;
  top:10vh;
  left:0;
  z-index:99991;
  display:none;
}
.ppp-box .center{
  position:relative;
  height:80vh;
  padding: 50px 0;
  background-color:#fff;
  border-radius: 10px;
}
.ppp-box .center .close-x{
  position:absolute;
  right:0;
  top: 20px;
}
.ppp-box .center .close-x i{
  color: #262626;
  cursor:pointer;
}

.ppp-box .center h1{
  color: #007bff;
  text-align:center;
  /* margin-top:20px; */
  font-weight: 700;
}
.ppp-box .center .spt{
  overflow-y:scroll;
  padding:  0 50px;
  height:60vh;
}
.ppp-box .center .spt p{
  color: #262626;
}  
.ppp-box .center h4{
  line-height:1.6;
  margin:20px 0 10px 0;
  font-weight: 700;
}
.ppp-box .center .spt p,.ppp-box .center h5{
  line-height:1.6;
  margin:0;
}
.ppp-box .center h5{

  margin: 10px 0;
}
.newsarc .arccon article img{
  max-width:100%;
}
.team .list-box .list{
  display:none;
}

#zoom .previous, #zoom .next {
    z-index: 99992;
    position: absolute;
    top: 50%;
    overflow: hidden;
    display: block;
    width: 49px;
    height: 49px;
    margin-top: -25px;
}
#zoom .previous {
    left: 0;
    background: url(../images/arrows.png) no-repeat 0 0;
    border-radius: 0 4px 4px 0;
}
#zoom .next {
    right: 0;
    background: url(../images/arrows.png) no-repeat 100% 0;
    border-radius: 4px 0 0 4px;
}





.protab-nav{
  overflow:hidden;
  position:relative;
    margin: 30px 0 0 0;
}
.protab-nav ul{
}
.protab-nav ul li{
  display:block;
  overflow:hidden;
  position:relative;
  float:left;
  width:32%;
  border:1px solid #00b3ef;
    text-align: center;
    padding: 10px 0px;
  margin:0 5px 10px 5px!important;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  cursor:pointer;
}
.protab-nav ul .this{
  background-color: #00b3ef;
    color: #fff;
}
.protab-list{
  overflow:hidden;
  position:relative;  
  /* margin: 40px 0 0 0; */
}
.protab-list ul{


}
.protab-list ul li{
  display:none;
}
.protab-list ul li:nth-child(1){display: block;}
.protab-list ul li dl{
  /* padding: 0 5%; */
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
  width:35%;
      float: left;
}
.protab-list ul li dl dd{
  margin-top:10px;
  width:100%;
  word-break: break-word;
}
.protab-list ul li dl strong{

}

.protab-list ul li dl dd a {
  /*
    display: block;
    width: 23.125rem;
    height: 46px;
    background-color: #0072bc;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    line-height: 46px;*/
}
.protab-list ul li .map{
  overflow:hidden;
  position:relative;
  width:60%;
  float:right;
  margin:10px 0 0 0;
}
.protab-list ul li .map img{
  width:100%;
  height:auto;
}
.form-flex{
  display: flex;
    justify-content: space-between;
  flex-wrap:wrap;
}
.searser .form-flex input {
    padding: 10px;
    background: #fff;
    border-radius: 5px;
    height: 50px;
    color: #d1d1d1;
    margin-top: 20px;
}
.searser .form-flex button {
    height: 50px;
    box-sizing: border-box;
    color: #fff;
    text-align: center;
    border: none;
    border-radius: 5px;
    outline: none;
}
.searser .form-flex .btn2 {
    background: #0072bc;
}
.searser .form-flex a {
    display: inline-block;
    /* width: 6.25rem; */
  height: 50px;
    border: 1px solid #0072bc;
    color: #0072bc;
    /* height: 3.125rem; */
    box-sizing: border-box;
    /* font-size: 1.125rem; */
    background: #fff;
    text-align: center;
    border-radius: 5px;
    line-height: 50px;
    margin: 0 5px;
  cursor:pointer;
  padding:0 5px;
}
.searser .form-flex .there {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0px;
    margin-top: 5px;
    /* flex-wrap:wrap; */
}

.gwhuodong .gwhditems ul li .con b{
  display:block;
  overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.gwhuodong .gwhditems ul li .con p{
  text-overflow: -o-ellipsis-lastline;  
  overflow: hidden;  
  text-overflow: ellipsis;  
  display: -webkit-box;  
  -webkit-line-clamp: 2;  
  -webkit-box-orient: vertical;  
}

.jedate .jedate-footbtn .btnscon span{
      background-color: #0071bb!important;
}
.jedate .jedate-content .daystable td.action, .jedate .jedate-content .daystable td.action:hover, .jedate .jedate-content .daystable td.action .lunar {
    background-color: #0071bb!important;
    color: #fff;
}
.jedate .jedate-content .yeartable td.action span, .jedate .jedate-content .monthtable td.action span, .jedate .jedate-content .yeartable td.action span:hover, .jedate .jedate-content .monthtable td.action span:hover {
    background-color: #0071bb!important;
    border: 1px #0071bb solid!important;
    color: #fff;
}
.jedate .jedate-content .daystable td.other, .jedate .jedate-content .daystable td.other .nolunar, .jedate .jedate-content .daystable td.other .lunar {
    color: #0071bb!important;
}
.liBS:not(.contact) table th,.liBS:not(.contact) table td{border:1px solid #000;padding: 10px 20px;}
.liBS:not(.contact) table th,.liBS:not(.contact) table tr td:first-child{border-color: #fff}
.liBS:not(.contact) table th:nth-child(1){width: 20%;}
.liBS:not(.contact) table th:nth-child(2){width: 20%;}
.liBS:not(.contact) table th:nth-child(3){width: 45%;}
.liBS:not(.contact) table th:nth-child(4){width: 15%;}

.volunter_form .inner .form-group .fle{
  display: flex;
    display: -o-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}


.annual .annualitems ul li .right a:hover{
  background-color:rgba(0,114,188,.8)!important;
}
.contact2 .inner .right form button:hover{
  background-color:rgba(0,114,188,.8)!important;
}
.searser .form-flex a{transition: 0.5s ease;}
.searser .form-flex a:hover{
  background-color:#0062a4!important;
  color: #fff;
}
.searser .form-flex .btn2:hover{
  background-color:rgba(0,114,188,.8)!important;  
}
.qyhz .hzitems ul li .right .down a {
    position: relative!important;
}

.volunter_form button:hover{background-color: rgba(0,179,239,.8)!important;color:#fff!important;}
.volunter_form button:nth-child(2):hover{background-color: rgba(0,114,188,.8)!important;color:#fff!important;}
.newsletter .inner .left .letter_bottom .tic ul li .li .liB{
  display:none;
}
nav .hover:nth-child(2) .sub_menu {
    padding-top: 44px!important;
}
.scorll_bottom #six{
  margin-bottom:70px;
}

.committee .committee_body:nth-child(1){
    border-radius: 10px 10px 0px 0px!important;
    margin-bottom: 0;
}

.committee .committee_body{
      overflow: hidden;
}
.committee .committee_body:nth-child(1) .table{
  margin-bottom: 0;
}
.committee .committee_body:nth-child(1) .table,.committee .committee_body:nth-child(2) .table{
  background-color:#fff;
}
.committee .committee_body .table2{
  background-color:#fff;
}
.committee .committee_body .table h2,.committee .committee_body .h33{
      width: 100%;
    height: auto;
    padding: 20px;
color: #fff;
    text-align: center;
    background-color: #00b3ef;
  margin-bottom:0;
  font-weight: 700;
}
.committee .committee_body .table hr{
  display:none;
}
.committee .committee_body .table2 .h33{
    text-align: center;
    font-weight: 700;
    color: #005baa;
    padding: 20px;
    margin-bottom:0;
    border-top: 2px solid #005baa;
    background-color: #f1f1f5;
    width: 100% !important;
}
.committee .committee_body .table2 .h44{
  text-align: center;
  font-weight: 700;
  color: #005baa;
  padding: 20px;
  margin-bottom:0;
  border-top: 2px solid #005baa;
  background-color: #f1f1f5;
  width: 100% !important;
}
.addsection3 .swiper-slide:nth-child(3) .boximg .con,.addsection3 .swiper-slide:nth-child(8) .boximg .con,.addsection3 .swiper-slide:nth-child(13) .boximg .con {
  box-shadow: 0px 10px 10px #ccc!important;
}
.addsection3 .swiper-slide .boximg .con{
  box-shadow: 0px 10px 10px #ccc!important;
}
.section5 .pull-left .boximg .hover{
      background-image: linear-gradient(to top, #1369b6 50%, #00f2fe00 100%);
}
.section5 .corbg {
  top:auto!important;
    bottom: 24%!important;
}
.team .list-box .list ul li {
    margin-left: 5px;
    margin-bottom: 10px;
}
.team .list-box .list ul li{position: relative;padding-left: 20px;}






.team .list-box .list ul li:before,.service-content ul > li > ul > li:before, .service-goal ul > li > ul > li:before, .service-object ul > li > ul > li:before, .service-story ul > li > ul > li:before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #0072bc;
  border-radius: 50%;
  margin-top: 10px;
  margin-right: 8px;
  position: absolute;
  left: 0;
}
.section5 .pull-left .boximg {
    height:490px;
}
.section5 .pull-left .boximg img{
  /* min-height:100%; */
}
.section5 .pull-right .tib ul li .boximg{
  overflow:hidden;
  max-height:142px;
}
.section5 .pull-right .tib ul li .boximg img{
  width:100%;
}
.section6 .inner {
    align-items: center;
}
.section6 .inner .tit p,.section7 .tit h3 a{
  font-weight: 400!important;
}
.section6 .inner .boximg img{width: 100%}
.abus2 .zditems ul li {
  font-weight: 700;
    align-items: center;
    display: flex;
    justify-content: center;
}
.abus2 .numitems .col-md-4{margin-bottom: 20px;}
.abus2 .numitems .list-li{height: 100%;}


.annual .annualitems ul li .right a,.footer form button,.contact2 .inner .right form button,.searser .form-flex a,.searser .form-flex button,
.addcheck form .twosub button, .addcheck .bj .twosub button,.volunter_form button,.kwsection .proxq .top h3{
  font-weight: 700;  
}
.addcheck {
    overflow-y: scroll;
    height: 100%!important;
}
.curriculumDetail ul li .con dl{
  margin:20px 0 0 0;
}
.curriculumDetail ul li .con dl dd a:hover {
    color: #fff!important;
} 

.curriculumDetail ul li:nth-child(1) .con dl dd a:hover {
    background: #0072bc;
  border: 1px solid #0072bc;
}
.curriculumDetail ul li:nth-child(2) .con dl dd a:hover {
    background: #00b3f0;
  border: 1px solid #00b3f0;
}
.curriculumDetail ul li:nth-child(3) .con dl dd a:hover {
    background: #8db228;
  border: 1px solid #8db228;
}
.curriculumDetail ul li:nth-child(4) .con dl dd a:hover {
    background: #f58220;
  border: 1px solid #f58220;
}
.curriculumDetail ul li:nth-child(5) .con dl dd a:hover {
    background: #ee8db7;
  border: 1px solid #ee8db7;
}
.curriculumDetail ul li:nth-child(6) .con dl dd a:hover {
    background: #0072bc;
  border: 1px solid #0072bc;
}
.curriculumDetail ul li:nth-child(7) .con dl dd a:hover {
    background: #00b3f0;
  border: 1px solid #00b3f0;
}
.curriculumDetail ul li:nth-child(8) .con dl dd a:hover {
    background: #8db228;
  border: 1px solid #8db228;
}
.curriculumDetail ul li:nth-child(9) .con dl dd a:hover {
    background: #f58220;
  border: 1px solid #f58220;
}
/* .servicesin .tic ul li .li .liB .story ul li:before{ */
  /* content: ''!important; */
    /* height: 8px; */
    /* min-width: 8px!important; */
/* } */

.treasure .inner .right .link-w {
  margin-top:20px;
}
.treasure .inner .right .link-w a{
  color:#fff;
  padding:10px 10px;
  background-color: rgba(0,114,188,1);
  border-radius:5px;
}
.treasure .inner .right .link-w a:hover{
  background-color: rgba(0,114,188,.8); 
}
.caring2 .inner {
    overflow: hidden;
}
.treasure2 .txt .more {
  display:none;
}

.partner .othercon .swiper-slide{
  flex-wrap:wrap;
}
.partner .othercon .swiper-slide .boximg{
  margin-bottom:15px;
}
.volunter_form .inner h3{
  font-weight: 700;
}
.gwhuodong .gwhditems ul li .con p{
  font-weight: 700; 
}


.scroll_top .quick_btn_box{display: block;}
.scroll_top .quick_btn_box li{margin-right:1vh;}


.newsletter .inner .left .letter_bottom .tic ul li .li .liB dl dd a{transition: 0.5s ease;}
.newsletter .inner .left .letter_bottom .tic ul li:nth-child(1) .li .liB dl dd a:hover {
    background-color: rgba(0,177,234,1);
    border-color: rgba(0,177,234,1);
}
.newsletter .inner .left .letter_bottom .tic ul li:nth-child(1) .li .liB dl .active:hover {
  border-color: rgba(0,177,234,1);
}
.newsletter .inner .left .letter_bottom .tic ul li:nth-child(2) .li .liB dl dd a:hover {
    background-color: rgba(153,204,51,1);
  border-color: rgba(153,204,51,1);
  
}
.newsletter .inner .left .letter_bottom .tic ul li:nth-child(2) .li .liB dl .active:hover {
  border-color: rgba(153,204,51,.8);
}
.newsletter .inner .left .letter_bottom .tic ul li:nth-child(3) .li .liB dl dd a:hover {
    background-color: rgba(253,171,101,1);
  border-color: rgba(253,171,101,1);
}
.newsletter .inner .left .letter_bottom .tic ul li:nth-child(3) .li .liB dl .active:hover {
  border-color: rgba(253,171,101,1);
}

.newsletter .inner .left .letter_bottom .tic ul li:nth-child(4) .li .liB dl dd a:hover {
    background-color: rgba(238,141,183,1);
  border-color: rgba(238,141,183,1);
}
.newsletter .inner .left .letter_bottom .tic ul li:nth-child(4) .li .liB dl .active:hover {
  border-color: rgba(238,141,183,1);
}
.proone .pics{
  overflow:hidden;
  position:relative;
}
.proone .pics img{
  max-width:100%;
  height:auto;
}
.kwsection .kwitems {
    border: 2px solid #fff;
}
.kwsection .kwitems .boximg{
  height:312px;
  overflow:hidden;
}

.fancybox-caption__body{
  display:none;
}

.proone .pics .cover{
  width: inherit;
  margin: 0 auto;
  position:relative;
}

html[lang="en-US"] .curriculumDetail ul li .boximg strong {
  /*
    position: absolute;
    left: 0;
    top: 0;
  width:40%!important;
  height:100%;
    top: 0px!important;
    padding: 20px;
    display: flex;
    text-align: center;
    font-weight: 700;
    align-items: center;
    justify-content: center;*/
}


.servicesin .tic ul li .li .liB .hdcx {
    padding: 30px 30px 20px 30px!important;
}
.servicesin .tic ul li .li .liB .story {
    padding: 30px 30px 30px 30px!important;
}


.treasure2 .picsitems .boximg{
  overflow:hidden;
-webkit-border-radius:20px;
-ms-border-radius:20px;
-o-border-radius:20px;
-moz-border-radius:20px;
border-radius:20px;
}
.treasure2 .picsitems .boximg img{
  width:100%;


  height:auto;
}
.treasure2 .picsitems .swiper-button-next,.treasure2 .picsitems .swiper-button-prev {
    width: 50px;
    height: 50px;
    background: rgba(255,255,255,0.6);
    border: 2px solid #000;
    border-radius: 50%;
}
.treasure2 .picsitems .swiper-button-next:after, .treasure2 .picsitems .swiper-button-prev:after {
    color: #000;
    font-size: 20px;
    font-weight: 700;
}

.language-box ul li{
    font-weight: 700;  
}


.protab-list ul li dl strong {
    display: block;
}

.rm-layout-expanded .nth2 .rm-menu li:nth-child(8){
  border-radius:0 0 0 20px;
}
.rm-layout-expanded .nth2 .rm-menu li:nth-child(10){
  border-radius:0 0 20px 0;
}

.search{padding: 80px 0;}

.gwhuodong{overflow: hidden;position: relative;padding: 80px 0px;}
/* .gwhuodong .gwhditems ul{display: flex;flex-wrap: wrap;} */
/* .gwhuodong .gwhditems ul li{width: 33.33333333333%;padding:20px;overflow: hidden;} */
.gwhuodong .gwhditems .li{
    overflow: hidden;position: relative;border-radius: 20px;margin:15px 0;
}
.gwhuodong .gwhditems .li .boximg{overflow: hidden;position: relative;height:250px;}
.gwhuodong .gwhditems .li .boximg img{
  width:100%;
  height: 100%;
  object-fit: cover;
  position:relative;
  margin:0 auto;
  overflow:hidden;
    -webkit-transition: all 0.5s ease 0s ;
    -moz-transition: all 0.5s ease 0s ;
    -ms-transition: all 0.5s ease 0s ;
    -o-transition: all 0.5s ease 0s ;
    transition: all 0.5s ease 0s ;
  
}
.gwhuodong .gwhditems .li:hover .boximg img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.gwhuodong .gwhditems .li .con{background-color: #fff;box-sizing: border-box;padding: 25px;}
.gwhuodong .gwhditems .li .con b{color: #ffc000;}
.gwhuodong .gwhditems .li .con p{
  text-overflow:-o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    word-break: break-word;
    -webkit-box-orient: vertical;}
  .gwhuodong .gwhditems .li .con a{color: #333;}
.gwhuodong .gwhditems .li .con a:hover{color: #a6ce39;}


.committee .committee_body .member{
  overflow:hidden;
  position:relative;
  border-top: 2px solid #00b3ef;
}
.committee .committee_body .member .position{
  color: #00b3ef;
  font-weight: 700;
  width: 15%;
  float:left;
  padding: 20px;
}

.committee .committee_body .member .names {
  float:right;
    width: 85%;
}
.committee .committee_body .member .names li{
  color: #212529!important;
  font-weight:400!important;
  display: block;
  width: 100%;
  padding: 20px 40px 0;
}
.committee .committee_body .member .names li:last-child{
  padding-bottom: 20px;
}
.committee .committee_body .table ul {
    border:none!important;

}
.committee .committee_body .table2 .member{
  border-top: 2px solid #005baa;
}
.committee .committee_body .table2 .member .position{
  color: #005baa;

}





.arc_body .activity_box{margin: 20px 0;line-height: 32px;}
.arc_body .main_photo{width: 100%;}
.arc_body img{max-width: 100%;}
.arc_body .photo_desc{margin-top: 6px!important;line-height: 24px;color: #ccc;}
.arc_body .arc_gallery .partner{padding: 0;}
.arc_body .activity_title{font-weight: 400!important;}




.volunter .volunteritems .li{
    position: relative;
    border-radius: 10px;
    overflow: hidden;
  margin:15px 0;
    border: 2px solid rgb(237, 238, 242);
}

.volunter .volunteritems .li .boximg {
    overflow: hidden;
    position: relative;
 
}
.volunter .volunteritems .li .boximg img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.volunter .volunteritems .li span {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 1.6;
    background:#95bd27;
    text-align: left;
    color: #fff;
    padding: 5px 10px 5px 20px;
}

.volunter .volunteritems .li span:after {
    background: url(../images/vg.png) no-repeat left center;
    height: 100%;
    width: 30px;
    position: absolute;
    right: -30px;
    top: 0;
    content: "";
    background-size: contain;

}



.volunter .volunteritems .li .con p {
    width: 100%;
    height: 100px;
    box-sizing: border-box;
    padding: 20px;
    background-color: #fff;
    margin-bottom: 0px;
    color: #262626;
    font-weight: 700;
}
.volunter .volunteritems .li .con dl {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 20px;
    background-color: #f7f8fa;
    border-radius: 0px 0px 10px 10px;
    margin: 0;
}
.volunter .volunteritems .li .con dl dd {
    color: #0071bb;
    margin-bottom: 0px;
}
.volunter .volunteritems .li .con dl dd i {
    margin-right: 10px;
}
.volunter .volunteritems .li:hover{border: 2px solid #0071bb;}


.annual .annualitems .li {
  margin:15px 0;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: #fff;
    min-height: 306px;
    align-items: center;
}
.annual .annualitems .li .boximg {
    width: 40%;
}
.annual .annualitems .li .boximg img {
    width: 100%;
    border-radius: 10px;
}
.annual .annualitems .li .right {
    width: 54%;
}
.annual .annualitems .li .right strong {
    font-weight: 700;
    line-height: 1.6;
    height: 120px;
    display: block;
}
.annual .annualitems .li .right a {
    display: block;
    width: 100%;
    padding: 10px 30px;
    text-align: center;
    color: #fff;
    background-color: #0072bc;
    border-radius: 10px;
    margin-top: 30px;
}
.annual .annualitems .li .right a:hover {
    background-color: rgba(0,114,188,.8)!important;
}

.abus2 .tib {
    margin: 50px auto;
}
.abus2 .tib img {
    display: block;
    margin: 20px auto;
} 
.abus2 .tib  p {
  text-align:center;
    line-height: 1.6;
}
.abus2 .numitems .list-li{
  display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
  width:100%;
  min-height: 231px;
    margin: 15px 0px;
    border-radius: 10px;
    background-color: #edeef2;
}
.abus2 .numitems .list {
  width:100%;
    margin: 15px 0px;
    background-color: #edeef2;

}

.abus2 .numitems .list img {
    display: block;
    margin: 10px auto;
}
.abus2 .numitems .list span {
    display: block;
    color: #262626;
    text-align: center;
}
.abus2 .numitems .list strong {
    display: flex;
    justify-content: center;
    color: #1272bb;
    align-items: center;
}
.abus2 .numitems .list strong b {
    font-weight: 700;
}
.section4 .inner .pull-left{
  height:486px;
  overflow:hidden;
}
.section4 .inner .middle .swiper-slide .scon{
  height:400px;
  overflow:hidden;
}
.section4 .inner .pull-right .swiper-slide{
  height:372px;
  overflow:hidden;  
}
.contact2 .inner .left h2 {
    font-weight: 700;
  color:#0072bc;
}
.addsection3 .swiper-slide .boximg{
  border-radius:10px;
  overflow:hidden;
}
.team .pull-right strong{
  color:#0072bc!important; 
  display: block; 
}
.section5 .pull-left .boximg img{
  width:100%;
  height: 490px;
  object-fit: cover;
}

/* .abus2 .numitems .col-md-4{ */
  /* display: flex; */
    /* text-align: center; */
    /* align-items: center; */
    /* justify-content: center; */
/* } */


.addsection3 .swiper-slide .boximg .cob-bg {
    width: 100%;
    position: absolute;
    bottom: 0;

}
.addsection3 .swiper-slide:nth-child(9n+1) .boximg .cob-bg{background:#0072bc}
.addsection3 .swiper-slide:nth-child(2) .boximg .cob-bg{background:#00b3f0}
.addsection3 .swiper-slide:nth-child(3) .boximg .cob-bg{background:#8db228}
.addsection3 .swiper-slide:nth-child(4) .boximg .cob-bg{background:#f58220}
.addsection3 .swiper-slide:nth-child(5) .boximg .cob-bg{background:#ee8db7}
.addsection3 .swiper-slide:nth-child(6) .boximg .cob-bg{background:#0072bc}
.addsection3 .swiper-slide:nth-child(7) .boximg .cob-bg{background:#00b3f0}
.addsection3 .swiper-slide:nth-child(8) .boximg .cob-bg{background:#8db228}
.addsection3 .swiper-slide:nth-child(9) .boximg .cob-bg{background:#f58220}
.addsection3 .swiper-slide .boximg:hover .cob-bg{padding-top: 150%;   transition: all 500mS ease 0s;}
.addsection3 .swiper-slide:nth-child(1) .boximg:hover .cob-bg{background:rgba(0,114,118,0.6);}
.addsection3 .swiper-slide:nth-child(2) .boximg:hover .cob-bg{background:rgba(0,178,240,0.6);}
.addsection3 .swiper-slide:nth-child(3) .boximg:hover .cob-bg{background:rgba(141,178,40,0.6);}
.addsection3 .swiper-slide:nth-child(4) .boximg:hover .cob-bg{background:rgba(240,235,32,0.6);}
.addsection3 .swiper-slide:nth-child(5) .boximg:hover .cob-bg{background:rgba(238,141,183,0.6);}
.addsection3 .swiper-slide:nth-child(6) .boximg:hover .cob-bg{background:rgba(0,114,118,0.6);}
.addsection3 .swiper-slide:nth-child(7) .boximg:hover .cob-bg{background:rgba(0,179,240,0.6);}
.addsection3 .swiper-slide:nth-child(8) .boximg:hover .cob-bg{background:rgba(141,178,40,0.6);}
.addsection3 .swiper-slide:nth-child(9) .boximg:hover .cob-bg{background:rgba(245,230,32,0.6);}
.addsection3 .swiper-slide .boximg:hover .con p{display: block;}





.addsection3 .swiper-slide:nth-child(9n+1) .boximg .con{background:#0072bc}
.addsection3 .swiper-slide:nth-child(9n+2) .boximg .con{background:#00b3f0}
.addsection3 .swiper-slide:nth-child(9n+3) .boximg .con{background:#A6CE39}
.addsection3 .swiper-slide:nth-child(9n+4) .boximg .con{background:#f58220}
.addsection3 .swiper-slide:nth-child(9n+5) .boximg .con{background:#ee8db7}
.addsection3 .swiper-slide:nth-child(9n+6) .boximg .con{background:#0072bc}
.addsection3 .swiper-slide:nth-child(9n+7) .boximg .con{background:#00b3f0}
.addsection3 .swiper-slide:nth-child(9n+8) .boximg .con{background:#A6CE39}
.addsection3 .swiper-slide:nth-child(9n+9) .boximg .con{background:#f58220}

.addsection3 .swiper-slide:nth-child(9n+1) .boximg:hover .con{background:rgba(0,114,118,0);}
.addsection3 .swiper-slide:nth-child(9n+2) .boximg:hover .con{background:rgba(0,178,240,0);}
.addsection3 .swiper-slide:nth-child(9n+3) .boximg:hover .con{background:rgba(141,178,40,0);}
.addsection3 .swiper-slide:nth-child(9n+4) .boximg:hover .con{background:rgba(240,235,32,0);}
.addsection3 .swiper-slide:nth-child(9n+5) .boximg:hover .con{background:rgba(238,141,183,0);}
.addsection3 .swiper-slide:nth-child(9n+6) .boximg:hover .con{background:rgba(0,114,118,0);}
.addsection3 .swiper-slide:nth-child(9n+7) .boximg:hover .con{background:rgba(0,179,240,0);}
.addsection3 .swiper-slide:nth-child(9n+8) .boximg:hover .con{background:rgba(141,178,40,0);}
.addsection3 .swiper-slide:nth-child(9n+9) .boximg:hover .con{background:rgba(245,230,32,0);}









.partner .othercon .swiper-slide .right h5{
  overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.servicesin .tic ul li .li .liB .contact .protab .table-responsive table thead tr th,
.servicesin .tic ul li .li .liB .contact .protab .table-responsive table tbody tr:nth-child(1) td:first-child,
.servicesin .tic ul li .li .liB .contact .protab .table-responsive table tbody tr:nth-child(6) td:first-child,
.servicesin .tic ul li .li .liB .contact .protab .table-responsive table tbody tr:nth-child(13) td:first-child{
  background-color:#0071bb;
  color: #fff;
  border-color: #fff;
}
.servicesin .tic ul li .li .liB .contact .protab .table-responsive table thead tr th{
  border-color: #fff;
  font-weight: 700;
}
.servicesin .tic ul li .li .liB .contact .protab .table-responsive table tbody i{color:#0071bb }


.volunterr_inner {

    padding-bottom: 80px!important;
}

.awardsitems-new{
  overflow:hidden;
}
.awardsitems-new .txt{
  overflow:hidden;
} 
.awardsitems-new .txt h3{
      color: #262626;
    font-weight: 700;
}
.awardsitems-new .txt p{
  color: #262626;
    margin-top: 20px;
    margin-bottom: 50px;
}
.awardsitems-new .item{
  overflow:hidden;
  margin: 30px 0;
}
.awardsitems-new .item .item-li{
  overflow:hidden;
  display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    flex-wrap:wrap;
    border-radius: 10px;
    padding: 30px 0px; 
    position: relative;

}
.whiteback .item .item-li::after{
  content: '';
  display: inline-block;
  width: 1px;
  height: 70%;
  position: absolute;
  right: 0;
  top: 15%;
  background-color: #999;
}
.whiteback .col-lg-6:nth-child(2) .item-li::after{display: none;}
.awardsitems-new .item .item-li .item-i{
  overflow:hidden;
  width:35%;
  padding:  0 20px;
}
.awardsitems-new .item .item-li .item-i img{
  max-width:100%;
  height:auto;
}
.awardsitems-new .item .item-li .item-t{
  overflow:hidden;
  width:65%;
      color: #0071bb;
    line-height: 1.6;
    font-weight: 700;
  text-align:left;
    padding:  0 30px;
}
.committee .committee_tit2 h2{color: #fff;text-align: center;}
.abus,.chairman,.committee,.organ,.scorll_bottom .scorll_items,.aboutcw,.annual,.awards,
.team,.contact,.servicesin,.qyhz,.treasure,.qyhz,.caring,.volunter,.volunterr_inner,.volunter_form,
.news,.newsarc,.gwhuodong,.gwhuodong_inner,.newsletter,.kwsection,.kwsection {
    /*padding-top: 20px!important;*/
}

.sidetop{
  position: fixed;
    right: 15px;
    bottom: 40px;
    z-index: 11111;
  display:none;
}
.sidetop img{
  width:45px;
}
{
  
}
.servicesin .tic .blockll #srv9 .li .liB{
  display:block;
}
.chairman{background-color: #fff;}
.chairman .inner{align-items: center;margin-top: 30px}
.chairman .inner .right{padding-bottom: 0 !important}
.chairman .inner .right .txt{display: flex;justify-content: space-between;align-items: center;}
.chairman .inner .right .txt strong{margin-bottom: 10px;display: block;}
.chairman .inner .right .txt em{text-align: left;display: block;margin-top: 0px;color: #0071bb;}
.chairman .inner .right .txt .mid{padding: 0 3%;}
.chairman .inner p b{margin-bottom: 30px;display: block;}


.abus22{padding:50px 0 !important;}
.partner .tit{padding: 0 15px;}
.section2 .tib ul li i{margin-top: 15px}
.partner .hdcx ul li strong{position: relative;line-height: 1.6}
.partner .hdcx ul li span{font-size: 18px;position: absolute;bottom: 15px}
.wrap {
  width: 100%;
}
#primary-content-wrap {
  position: relative;
}
.primary-content {
  width:66.66%;
  float:right;
  padding: 10px;
  
}

.primary-content h2 {
  font-size: 24px;
}

.sidebar {
  width:33.33%;
  float:left;
  padding: 0 10px;
}


.floating-div {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
}
.newsarc .arc-bar{width: fit-content;margin: 30px auto;color: #1369B6;font-weight: bold;border: none;text-align: center;}
.newsarc .arccon article h4{color: #1369B6;font-size: 24px;margin-top: 40px;margin-bottom: 30px;}
.newsarc .arccon .arc-blog h3,.newsarc .arc-blog p{border-bottom: 1px solid #eee;padding-bottom: 30px;margin-bottom: 30px;}

.arc-blog img{display:block;max-width:100%;margin:0 auto;margin-top:30px}
.arc-blog~.arc-bar em{color: #0071bb;display: block;text-align: center;margin: 20px auto;}
.blogLink{line-height: 2;}
.blogInner h2{color: #1369B6;font-weight: bold;}
.blogInner h2:not(:first-child){margin-top: 50px;}
.fr-view .innerImg{width: 600px;max-width: 100%;display: block;margin: 30px auto 0;}
.fr-view .innerImgText{margin: 0 auto;display: block;padding: 5px;font-size: 14px;text-align: center;opacity: .9;}

footer {
  clear:both;

}
.sticky {
  position: fixed; 
  top: 0px;
  margin: 0;
  width:calc(26% - 25px);
}

.abs {
  position: absolute; 
  bottom: 60px;
  width:calc(33% - 26px);
}

.clearfix:after {
    content:"";
    display:block;
    clear:both;
}
.nav-height{ position:relative; height: 120px;background-color: #a6ce39;display: flex;justify-content: center;align-items: center;padding: 0;}
.nav-box {height: 90px;margin:0 auto;background-color: #a6ce39;width: 100%;display: flex;align-items: center;}
.nav-box.navFix{position: fixed;top: 0;left:0%;z-index: 99999;} 
.nav-box ul {padding: 0;margin: 0 auto; display: block; /*border-bottom: 2px solid #eee;*/}
.nav-box.navFix ul{ border-bottom: 0;}
.nav-box li { display: inline-block;position: relative;}
.nav-box li a {display: block;width: 100%;height: 100%;}
.nav-box li a:hover{background-color: #0071bb;color: #fff;}
.nav-box li a.active {background-color: #0071bb;color: #fff;}

@media screen and (max-width:1680px) {
  .section4 .inner .pull-left{
    height:472px;
  }
  .section4 .inner .middle .swiper-slide .scon{
    height:380px; 
  }
  .section4 .inner .pull-right .swiper-slide{
    height:324px;   
  }

  .gwhuodong .gwhditems .li .boximg{height:230px;}
    .section4 .inner .middle .year {
    margin-bottom: -5vh;
}
.abus2 .numitems ul li {
    width: 14.75%!important;
      height: 230px;

}
.kwsection .kwitems .boximg{
  height:264px;
}
}

@media screen and (max-width:1600px) {
    .section4 .inner .pull-left{
    height:450px;
  }
  .section4 .inner .middle .swiper-slide .scon{
    /* height:400px;   */
  }
  .section4 .inner .pull-right .swiper-slide{
    height:308px; 
  }

  .gwhuodong .gwhditems .li .boximg{height:200px;}
  .abus2 .numitems ul li {
    width: 18%!important;
      height: 230px;

}
  .showmsg .modal-backdrop {
    width: 100%;
    height: 100%;
  }
  .kwsection .kwitems .boximg{
  height:248px;
}

  nav ul li:nth-child(2) .sub_menu {
        max-height: 80vh;
    overflow-y: scroll;
  }
nav ul li:nth-child(2) .sub_menu::-webkit-scrollbar {
  /*滚动条整体样式*/
  width : 5px;  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
  }
nav ul li:nth-child(2) .sub_menu::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
  background   : #535353;
  }
nav ul li:nth-child(2) .sub_menu::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background   : #ededed;
  }
  .qyhz .hzitems ul li .right p{
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical;
  }
}



@media screen and (max-width:1440px) {
      .section4 .inner .pull-left{
    height:404px;
  }
  .section4 .inner .middle .swiper-slide .scon{
    /* height:400px;   */
  }
  .section4 .inner .pull-right .swiper-slide{
    height:276px; 
  }

  
  
    .kwsection .kwitems .boximg{
  height:252px;
}

  
  
  
  .section4 .inner .middle .year {
    margin-bottom: -5vh;
}
   /* .link {  */
    /* display:none!important; */
  /* } */
  .nav .col-md-6{
    flex: 0 0 75%;
    max-width: 75%;
  }
html[lang="en-US"] nav .hover .sub_menu .inner .left dl dd .en-a span {

    width: 55%;
}
  
  .link2 { 
    display:block;
  }
html[lang="en-US"] nav .hover .sub_menu .inner .left dl dd .en-a2 span {
    float: left;
    width: 54%;
}

html[lang="en-US"] nav .hover .subwid {
    padding: 0px 5vw 50px 5vw;
}
html[lang="en-US"] nav .hover:nth-child(1) .subwid .inner {
    width: 55%!important;
}
.services .sticky{
  width: calc(30% - 30px);
}
.services .abs  {
    width: calc(34% - 30px);
}

}


@media screen and (max-width:1366px) {
      .section4 .inner .pull-left{
    height:382px;
  }
  .section4 .inner .middle .swiper-slide .scon{
    /* height:400px;   */
  }
  .section4 .inner .pull-right .swiper-slide{
    height:262px; 
  }
  
      .kwsection .kwitems .boximg{
  height:236px;
}
.abus2 .numitems ul li {
    width: 15.85%!important;
      height: 230px;

}
  .section5 .pull-left .boximg,.section5 .pull-left .boximg img {
    height:472px;
}
.section5 .pull-right .tib ul li .boximg{
  max-height:136px;
}

  

    
  /* nav ul { */
    /* justify-content: left!important; */
  /* } */
  
  nav ul li:nth-child(2) .sub_menu ul li {
    /* width: 20%!important; */
  }
  /* html[lang="en-US"] nav .hover .sub_menu .inner .left dl dd:hover a { */
    /* border-left: 5px solid #a6ce39; */
    /* border-bottom: none; */
    /* font-size: 18px; */
    /* color: #a6ce39; */
  /* } */
  html[lang="en-US"] nav .hover .sub_menu .inner .left dl dd .en-a span {
    width: 48%;
  }

}
@media screen and (max-width:1280px) {
      .section4 .inner .pull-left{
    height:358px;
  }
  .section4 .inner .middle .swiper-slide .scon{
    height:350px; 
  }
  .section4 .inner .pull-right .swiper-slide{
    height:246px; 
  }
  

    .section5 .pull-left .boximg ,.section5 .pull-left .boximg img{
    height:442px;
}
.section5 .pull-right .tib ul li .boximg{
  max-height:126px;
}


  .abus2 .numitems ul li {
    width: 16.55%!important;
    height: 230px;
}
  
      .kwsection .kwitems .boximg{
  height:218px;
}
  
  
  html[lang="en-US"] nav .hover .subwid {
    padding: 0px 5vw 50px 5vw!important;
  }
  .section7 .tit h3{letter-spacing: -1px;}
    .qyhz .hzitems ul li .right p{
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical;
  }
  .section4 .inner .middle .swiper-slide h3{margin-bottom: 20px !important}
}





#service-object ul {
  display: flex;
  justify-content: space-around
}
#service-object ul li h5 {
  text-align: center;
  color: #01b3ee;
  font-weight: 700;
  padding: .5rem 0
}
.scroll_top .quick_btn_box .quick_btn_list{display: flex;align-items: center;justify-content: center;padding: 10px;border-radius: 10px}
.scroll_top .quick_btn_box .quick_btn_list,.volunter_form .tit h3{font-weight: 700;}
html[lang="en-US"] .scroll_top .quick_btn_box .quick_btn_list{font-size: 14px !important}

.newsletter .inner .left .letter_bottom .tic ul li .li .liB dl .active{border-left: 4px solid #00B1EA;}


.newsletter .inner .left .letter_bottom .tic ul li:nth-child(2) .li .liT span,.newsletter .inner .left .letter_bottom .tic ul li:nth-child(6) .li .liT span{color: #99cc33;}
.newsletter .inner .left .letter_bottom .tic ul li:nth-child(2) .li .liB dl dd a,.newsletter .inner .left .letter_bottom .tic ul li:nth-child(6) .li .liB dl dd a{background-color: #f6faeb;}
.newsletter .inner .left .letter_bottom .tic ul li:nth-child(2) .li .liB dl .active,.newsletter .inner .left .letter_bottom .tic ul li:nth-child(6) .li .liB dl .active{border-color: #99cc33;}
.newsletter .inner .left .letter_bottom .tic ul li:nth-child(3) .li .liT span,.newsletter .inner .left .letter_bottom .tic ul li:nth-child(7) .li .liT span{color: #f58220;}
.newsletter .inner .left .letter_bottom .tic ul li:nth-child(3) .li .liB dl dd a.,.newsletter .inner .left .letter_bottom .tic ul li:nth-child(7) .li .liB dl dd a{background-color: #faf3eb;}
.newsletter .inner .left .letter_bottom .tic ul li:nth-child(3) .li .liB dl .active,.newsletter .inner .left .letter_bottom .tic ul li:nth-child(7) .li .liB dl .active{border-color: #f58220;}
.newsletter .inner .left .letter_bottom .tic ul li:nth-child(4) .li .liT span{color: #ee8db7;}
.newsletter .inner .left .letter_bottom .tic ul li:nth-child(4) .li .liB dl dd a{background-color: #f9d9e7;}
.newsletter .inner .left .letter_bottom .tic ul li:nth-child(4) .li .liB dl .active{border-color: #ee8db7;}

.swiper-button-next,.swiper-button-prev{outline: none;}

.abus2 .numitems ul{display: flex;flex-wrap: wrap;margin:0 -15px;}

.curriculumDetail ul li .con dd{margin-bottom: 20px;}
.curriculumDetail ul li .con dd a{padding: 10px;height: 100%;border-radius:5px;border:1px solid #cdcdcd;background:#f5f2f7;display:flex;align-items:center;justify-content:space-between;color:#0072bc;}

.servicesin .tic ul li .li .liB .hdprics .swiper-container .swiper-slide{/*display: flex;justify-content: center;align-items: center;*/}
.servicesin .tic ul li .li .liB .hdprics .swiper-slide a > img{/*max-width: 100%!important;max-height: 100%!important;*/width: 100%;height: 100%;object-fit: cover;}
.servicesin .tic ul li .li .liB .hdprics .swiper-button-next, .servicesin .tic ul li .li .liB .hdprics .swiper-button-prev,section:not(.section4) .swiper-button-prev,section:not(.section4) .swiper-button-next{background-color: transparent!important;border:none!important;}
.section4 .inner .middle .swiper-button-next, .section4 .inner .middle .swiper-button-prev{background: #202020!important;}
.partner .partcon p{margin-top: 20px;}
.kwsection .kwitems .boximg a{display: block; width: fit-content; position: relative; height: 100%; margin: 0 auto;}
.kwsection .kwitems .boximg .hover{transition: 0.5s ease;}
.kwsection .kwitems .boximg img{max-height: 100%;}


.section6 .inner .tit a{width: fit-content;padding:10px 15px;}

.section6 .bg2{position:absolute;height:100%;object-fit: contain;}
.section6 .bg2:nth-child(2){right: 0;}

.chairman .inner .left{display: flex;align-items: flex-end;}

.servicesin .tic ul li .li .liB .tit h4,.servicesin .tic ul li .li .liB .inner h3,.servicesin .tic ul li .li .liB .contact-info .tit h4{margin-bottom: 20px}
.servicesin .tic ul li .li .liB .liBS:nth-child(odd){background-color: #fff !important}
.servicesin .tic ul li .li .liB .liBS:nth-child(even){background-color: #f6f6f6 !important}
.servicesin .tic ul li .li .liB .liBS:nth-last-child(1){background-color: #fff !important}
.servicesin .tic ul li .li .liB .contact table{}
.addcheck .addsett i{cursor: pointer;}

.servicesin .tic ul li .li .liT{align-items: center;}

.abus2 .tib ul li img{display: block;margin: 20px auto 10px;}

.abus2 .tib ul{display: flex;justify-content: space-between;flex-wrap: wrap;margin: 30px auto;}
.abus2 .zditems{width: 100%;margin: 30px auto 50px; border: 1px solid #e2e3e9;border-radius: 10px;box-sizing: border-box;padding: 30px;}
.abus2 .numitems{margin: 30px auto;}


.section5 .pull-right .tib,.section5 .pull-right .tib ul{height: 100%;}
.section5 .pull-right .tib ul{display: flex;flex-wrap: wrap;align-content: space-between;height: 100%;}
.section5 .pull-right .tib ul li{margin-bottom:0!important;width: 100%;}

.volunterr_inner .inner .right .vobody p img{margin-right: 10px;}
.volunterr_inner .inner .right .vobody h3{margin-bottom: 20px;}

.download_button{display: block;width: fit-content;margin: 30px auto;background-color: #0062a4;color: #fff;border-radius: 8px;padding: 10px 30px;transition: 0.5s ease;}

.download_button:hover{background-color: #0071bb;color: #fff;}
.team .pull-left .scrollnav ul li .js_date b{padding: 8px 20px;}
.contact{padding: 80px 0;}
li.swiper-slide{height: 50vh;}
.treasureimg .partnerimg{margin: 0!important;}
.partner .partnerimg .swiper-slide a{height: 100%;width: 100%;}
.partner .partnerimg img{width: 100%;height: 100%;object-fit: cover;}
.swiper-button-next:after, .swiper-button-prev:after{text-shadow: 0px 0px 2px rgba(0, 0, 0, 1);color: #fff!important;}
section:not(.section4) .swiper-button-next:after,section:not(.section4) .swiper-button-prev:after{font-size: var(--swiper-navigation-size)!important;}
.kwsection .kwitems .boximg .hover{text-align: center;}
  .section4 .inner .middle .swiper-button-prev{left:initial!important;right: 70px!important;}
  .section5 .pull-left .boximg .hoverbg{background-image: linear-gradient(to top, #1369b6 40%, #00f2fe00 100%)!important;}
  .section5 .pull-left .boximg .hover{height: 50%!important;}

.servicesin .tic ul li .li .liB .service-object table td{border:1px solid;padding: 15px;vertical-align: top;}
.servicesin .tic ul li .li .liB .service-object table th,.servicesin .tic ul li .li .liB .service-object table tbody tr td:nth-child(1){background-color: #0071bb;color: #fff;border:1px solid #fff;padding: 15px;}
  .servicesin .tic ul li .li .liB .service-object table th:nth-child(1){width: 15%;}
  .servicesin .tic ul li .li .liB .service-object table th:nth-child(2){width: 25%;}
  .servicesin .tic ul li .li .liB .service-object table th:nth-child(3){width: 40%;}
  .servicesin .tic ul li .li .liB .service-object table th:nth-child(4){width: 20%;}
 .service-object ul > li > ul > li > ul > li:before{content: "-"!important;background-color: transparent!important;font-size: 18px;color: #000;top: 5px!important;}
.tender_list {width: 100%;}
.tender_list tr th,.tender_list tbody tr td:nth-child(1){background-color: #0071bb;color: #fff;border:1px solid #fff;padding: 15px;}
.tender_list tbody tr td{color: #000;border:1px solid #000;padding: 15px;}
@media(max-width: 960px){
  .servicesin .tic ul li .li .liB .service-object table th:nth-child(1){width: initial;}
  .servicesin .tic ul li .li .liB .service-object table th:nth-child(2){width: initial;}
  .servicesin .tic ul li .li .liB .service-object table th:nth-child(3){width: initial;}
  .servicesin .tic ul li .li .liB .service-object table th:nth-child(4){width: initial;}


  .footera2 ul{justify-content: flex-start!important;}
  .footera2 .social_media ul li{margin-right: 20px;}


}

@media(max-width: 480px){
  .servicesin .tic ul li .li .liB .service-object table td{display: block;width: 100%;}
}



.servicesin .tic ul li .li .liB .hdcx + .story,.servicesin .tic ul li .li .liB .inner.service-goal + .service-content,.servicesin .tic ul li .li .liB .inner.service-content + .contact-info,.servicesin .tic ul li .li .liB .inner + .service-goal{/*padding-top: 0!important;*/}
.servicesin .tic .protab-list ul li{margin-bottom: 0!important;}
.d-firstNav, .s-side .s-secondNav, .s-side .s-secondItem{padding-right: 20px;}
.abus2{background: rgb(237, 238, 242);}
.abus2 h3:first-child{margin-top: 0;}

.volunterr_inner table th{background-color: #0071bb;color: #fff;}

.section5 .pull-left .boximg img{height: 65%;}
.section5 .pull-right .tib ul li .boximg a{display: block;height: 100%;}
.section5 .pull-right .tib ul li .boximg img{height: 100%;object-fit: cover;}

.section .txtpc h1{padding:0 10%;}
@media screen and (max-width:1024px) {


  .section5 .pull-left .boximg .hoverbg{background-image: none!important;}
  .section5 .pull-right .tib ul li:hover img{transform: none!important;}
  .scorll_bottom .scorll_items .scoll_body ul li::before{
        margin-right: 8px;
  }
  .services .sectionLeft{
    display:none;
  }
  .scroll_top{
    display:none!important;
  }
      .section4 .inner .pull-left{
    height:286px;
  }
  .section4 .inner .middle .swiper-slide .scon{
    /* height:400px;   */
  }
  .section4 .inner .pull-right .swiper-slide{
    height:196px; 
  }

  .section5 .corbg {
    top: auto!important;
    bottom: 40%!important;
}
.searser .form-flex a {

  padding:0 ;
}
.searser .form-flex .there {
    padding-left:0;
}
      .section5 .pull-left .boximg,.section5 .pull-left .boximg img {
    height:370px;
}
.section5 .pull-right .tib ul li .boximg{
  max-height:110px;
}
      .kwsection .kwitems .boximg{
  height:184px;
}

  .abus2 .numitems ul li {
    width: 22%!important;
    height: 230px;
    margin: 10px
}
    .abus2 .numitems ul { 
        /* justify-content: center; */
  }
  .link {
    justify-content: flex-end!important;
  }
  .team .pull-right .jieshao{display: block !important;}
.team .pull-right .jieshao dd{margin-bottom: 10px}
.qyhz .hzitems ul li .right strong{display: block;margin-top: 0px !important}
.section2 .tib ul li i{margin-top: 10px}
.scorll_bottom .scorll_items{margin-top: 50px !important}
.primary-content{width: 100% !important}
}

@media screen and (max-width:960px) {
  .section .pagination_index .playing{margin-top: 0 !important;}
  .header .logo img{max-height: 70px!important;}
  .section .swiper-slide .txt h1{padding: 0 20px;color: #fff;}
  .section .swiper-slide .txt{
        /*padding-bottom: 100px!important;*/
  }
  .section .swiper-pagination-bullet{padding: 6px !important}
    .kwsection .kwitems .boximg{

  height:128px;
}
  
  .section5 .pull-left .boximg,.section5 .pull-left .boximg img {
    height: auto;
}
.section5 .pull-left .boximg .hover {
    padding: 10px 15px!important;

}
.section5 .pull-right .tib ul li .boximg {
    max-height: inherit;
}
  .abus2 .numitems ul li {
    width: 26.55%!important;
    height: 230px;
}
    .link2 { 
    display:none;
  }
  .scroll_top{
      display:none;
  }
  .aboutcw .tic ul li .li .liB dl dd a span{
    word-break: keep-all;
    word-break: break-all;
  }
  .annual .annualitems ul li{
    width:100%!important;
        text-align: center;
  }
  .treasure2 .thitems ul li {
    width: 100%!important   ;
  border-right:none!important;
}
  
  .nav_bottom .h11,.s-side .d-firstNav span{
    font-weight: 700;
  }
  
  .langUlNav{
    padding-top: 20px;
  }

  .langUlNav ul li {
    display: inline-block!important;
    margin-right:15px;
      width: 24px;
    height: 34px;
    line-height: 24px;
  }
  .langUlNav ul li .active {
    /* width: 24px; */
    /* height: 24px; */
    /* line-height: 24px; */
    /* background-color: #a6ce39; */
    /* color: #fff; */
    /* border-radius: 50%; */
    /* text-align: center; */
    /* display: inline-block; */
  color:#a6ce39;
}
  .section2 .tib ul li i{margin-top: 8px}
  
  

  
  
}
.page ul li{
  border-radius:100%!important;
}

@media screen and (max-width:960px) {
  .header{
    position: relative!important;
  }
.qyhz .hzitems ul li .right a {
    position: relative!important;
}
  .s-side .first {
    padding: 5px 10px 5px 0px;
}
.s-side .s-secondNav, .s-side .s-secondItem {
    padding: 0 10px;
}
.servicesin .tic ul li .li .liB .hdprics .swiper-slide img {
  max-height: 100%!important;
  height:auto;
}
  .qyhz .hzitems ul li .right a{
    position:relative;
  }
  html[lang="en-US"] .curriculumDetail ul li .boximg strong {
    /*
    position: absolute;
    left: 0;
    top: 0;
    width:40%!important;
    height:100%;
    top: 0px!important;
    padding: 10px;
    display: flex;
    text-align: center;
    font-weight: 700;
    align-items: center;
    justify-content: center;*/
  
}

  .protab-nav ul li{
    margin:0 0px 10px 0px!important;
  }

  .footera2 ul li a {
}
.protab-nav ul li{
  width:100%;
}
  .ppp-box .center .spt {

    padding: 0 15px;

}
.protab-list ul li dl,.protab-list ul li .map {
    width: 100%;
}
  
  .logo img{
    margin:9px 0;
  }
.link-tel {
    width: 100%!important;
  height:100%;
    display: none;
    margin-left: -100%!important;
  background:none;
    background-color: #0071bb!important;
  padding-left:0!important;
}
.link-tel dl {
    display: block;
  }
.link-tel dl dd a{
  color:#fff;
  margin:0;
}
.section4 .inner .middle .swiper-slide h3{margin-top: 30px}



}


.qyhz-new .hzitems ul li .right h3{
  margin-top:0!important;
  color:#f58220;
}
.qyhz-new .hzitems ul li .boximg {
    width: 35%!important;
      border-radius: 10px;
}
.qyhz-new .hzitems ul li .right {
    width: 63%!important;
}
@media screen and (max-width: 1023px){
  .section {
    margin-top: 0px!important;
}
}
.newsletter .inner .allSectionLeftThis {
    position: fixed;
    top: 0px !important;
    z-index: 9;

}
.newsletter .inner .allSectionLeftThis2 {
    position: relative;
    top: auto;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}



@media screen and (max-width:960px) {
  .annual .annualitems .li .boximg img{width: initial;max-width: 100%;}
  .annual .annualitems .li .right,.annual .annualitems .li .boximg{width: 100%;}
  .annual .annualitems .li .right a {
    display: block;
    width: fit-content;
    height: initial;
    line-height: 1;
    text-align: center;
    color: #fff;
    background-color: #0072bc;
    border-radius: 10px;
    margin: 10px auto;
    padding: 10px 15%;

  }
  .section5 .pull-right .tib ul li:nth-child(3),.section5 .pull-right .tib ul li:nth-child(4){margin-bottom: 0!important;}
  .section5 .pull-left .boximg .hover{padding: 10px 0!important;}
  .section5 .pull-left .boximg .hover .h33{margin-top: 0!important;}
  .section5{padding-bottom: 50px!important;}
  .section6 .inner,.section7{padding: 50px 0!important}
  .section7 .linkitems{margin-bottom: 0!important;}

    .header{
        overflow: hidden;
        width: 100%;
        top: 0;
        left: 0;
        background-color: #fff;
        -webkit-box-shadow: 0 3px 10px -1px rgba(0,0,0,.2);
        -moz-box-shadow: 0 3px 10px -1px rgba(0,0,0,.2);
        box-shadow: 0 3px 10px -1px rgba(0,0,0,.2);
        z-index: 999;
    }

    .header .menu-on{
        overflow: hidden;
        position: absolute;
        right: 0px;
        top: 3px;
        width: 50px;
        height: 50px;
        color: #333;
        z-index: 2;
        line-height: 70px;
        text-align: center;

    }
    .section6 .inner .boximg img{height: auto!important;width: 100%;}
    .scrollfixed{position: static!important;}
    .qyhz .hzitems ul li .right .down{position: static!important;}
    .qyhz .hzitems ul li .right p{-webkit-line-clamp:initial!important;}
    .fix{zoom:0.7;}
    .team .pull-right .jieshao{display: block;}
    .footer{padding: 30px 0 50px!important;}
    .footer_form h3{color: #fff!important;}
    .footer_contact h3{color:#0071bb!important; }
    .footer_contact a{text-align: left!important;display: block;color: #0071bb!important;}
    .copy span,.copy span a{font-size: 14px!important;}
    .servicesin .tic ul li .li .liB .hdprics .swiper-container .swiper-slide,.treasure2 .picsitems ul li img{height: 30vh!important;object-fit: cover;}
    .contact2 .inner .right form label{margin-top: 20px;}
    .section7 .tit h3 a:first-child{letter-spacing: 0!important;}
    .abus .txt p{text-align: left!important;}


    .chairman .inner .left{width: 40%;order: 2}
    .chairman .inner .right{width:60%;padding: 0 0 20px 50px;order: 1;}
    .chairman{padding-top: 0px!important;}
    .annual .annualitems .li .right strong{line-height: 1.4;height: auto;margin-top: 10px;text-align: center;}
    .services .sectionLeft{display: none;}
    .services .allBox{width: 100%!important;}

    /*.section5 .inner,.section4 .inner,.addsection3 .tit h1,.section2 .tib ul li{margin-top: 0!important;}*/
    .section4 .inner{padding: 35px 0 0px!important;}
    .addsection3 .tit h1{margin-bottom: 35px!important;}
    .section2 .tib ul li{margin-top: 0!important;}


    .section6{padding-top: 20px!important;padding-bottom: 20px!important;}

    .section6 .visible-xs{
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      background-color: #f4f4f4;
      text-align: center;
    }

    .section6 .visible-xs img{
      height: 100%;

    }

    .team .pull-left,.team .pull-right{width: 100%!important;}
    .team .pull-right{margin-top: 40px;}
    .team .pull-left .scrollnav ul{display: flex;flex-wrap: wrap;}
    .team .pull-left .scrollnav ul li{width: 100%!important;margin-bottom: 2%!important;}

    .awardsitems-new .item{
      padding:0!important;
      height:auto!important;
    }
    .awardsitems-new .item .item-li {
      min-height: inherit!important;
  }

  .section5 .pull-left .boximg .hover .h33{
    margin: 0 0 5px!important;
  }
  li.swiper-slide{height: 30vh;}
  .section4 .more{margin-top: 50px!important;}
  .section2,.section4{padding-bottom: 50px!important;}
  .section6 .inner{flex-wrap: wrap;}
  .section6 .inner .tit{width: 100% !important;margin-right: 0}
  .section6 .inner .boximg{width: 100% !important;margin-top: 30px;}
  .section6 .inner .tit{margin-right: 0;}
  .section6 .inner .tit h1{text-align: center !important}
  .section6 .inner .tit p{text-align: center !important}
  .section6 .inner .tit a{margin:30px auto;}
  .section .swiper-slide .txt{flex-wrap: wrap;}
  .newsletter .inner .allSectionLeftThis{position: relative !important;width: 100% !important}

}


.section5 .pull-left .boximg .hover .h33,.section5 .pull-left .boximg .hover b,.section5 .pull-left .boximg .hover a{display: block;width: 100%;}
.gallery .swiper-slide i {
    position: absolute;
    right: 10px; 
    bottom: 20px;
    opacity: 0;
}

.gallery .swiper-slide i img {
    opacity: 0.6;
}

.gallery .swiper-slide-active i img {
    opacity: 1;
}
/* section:not(.addsection3) .swiper-slide:not(.swiper-slide-active){pointer-events: none;} */

.treasure2 .picsitems ul li a{border-radius: 0!important;}
.treasure2 .picsitems .swiper-slide img{opacity: 0.6;}
.treasure2 .picsitems .swiper-slide-active img{opacity: 1;}
.partner .othercon .swiper-slide{pointer-events:initial!important; }



@media screen and (max-width:768px) {

  .nav_bottom .swiper-slide{width:75%!important;}

  .annual .annualitems .li{text-align: center;}

  .annual .annualitems .li .right strong{height: initial;margin-top: 10px;}
  .newsarc .arccon article img{width: 100% !important}
  .section .swiper-slide .txt{display: block !important;}
  .whiteback .col-lg-6:nth-child(1) .item-li::after{display: none;}
  .whiteback .col-lg-6:nth-child(2) .item-li::after{display: none;}


}

@media screen and (max-width: 768px){
  .sidetop{bottom: 20px!important;}
  .section4 .inner .pull-left{
    height:416px;
  }
  .section4 .inner .pull-left .visible-xs{height: 100%;}
  .section4 .inner .pull-left img{height: 100%;object-fit: cover;}
  .section4 .inner .pull-right .swiper-slide{
    height:198px; 
  }
  /* .abus2 .numitems .list { */
    /* min-height: 190px; */
  /* } */
.abus2 .numitems .list-li{
  min-height: 206px;
}

  .committee .committee_body .member .position{
    width: 100%;
  padding: 10px 10px;
}

.committee .committee_body .member .names {
    width: 100%;
}
  .qyhz-new .hzitems ul li .right {
    width: 100%!important;

  }
  .servicesin .tic ul li .li .liT .sp3{font-size: 24px;}
  .team .pull-right{margin-top: 40px;}
  .team .pull-left .scrollnav ul li{margin-bottom: 2%;}

  .qyhz-new .hzitems ul li .boximg {
    width: 100%!important;
  }
      .footer .h3{
        color: #0071bb;
  }
    .footera2 h3{ 
        color: #fff;
  }
  .gwhuodong .gwhditems ul li {
    /* width: 30%!important; */
  }
  .gwhuodong .gwhditems ul li .boximg {
    /* height: 100px!important; */
  }
  .section {
    margin-top: 0px!important;
}
.section7{padding-bottom: 30px !important}
.section4 .inner .middle .swiper-slide h3{margin-bottom: 10px}

}

@media screen and (max-width: 767px){

  a{word-break: break-all;}
  /*
.section6 .visible-xs img {
    bottom: 50%;
}*/
.committee .committee_body .member .names li{padding: 0 40px 20px;}
.partner .othercon .swiper-slide .right{text-align: left;margin-top: 10px}
.searser .txt h3{padding-left: 15px;}
.caring2 .inner table tr:nth-child(odd){background-color: transparent!important;}
.caring2 .inner table tr td:nth-child(odd){background-color: rgba(0,0,0,.05);}
.caring2 table td{padding: 15px !important;display: block;}
  .awardsitems-new .item .item-li .item-i{
    width:100%;
  }
  .awardsitems-new .item .item-li .item-t{
    width:100%;
    margin-top:15px;
  }
  .section5 .pull-right .tib ul li {
    width: 100%!important;
}
  .servicesin .tic ul li .li .liB .contact table {
    width: 245%;
}
  .section .swiper-slide .txt{
        padding-bottom: 20px!important;
  }
  #boxscroll {

    overflow-y: scroll;
}
.abus2 .numitems .list-li{
    min-height: inherit;
}
  .abus2 .numitems .list {
    overflow: hidden;
  
    padding: 0 0 10px 0;
}
    .abus2 .numitems .list {
    min-height: inherit;
  }
    .gwhuodong .gwhditems ul li .con p {
    min-height: inherit!important;
}
.gwhuodong .gwhditems ul{
  justify-content: space-evenly!important;
}
    .gwhuodong .gwhditems ul li{
    width:50px!important;
  }
    .gwhuodong .gwhditems ul li .boximg{
    height:auto!important;
  }
  .footer ul li a{width: fit-content;}
  .footer ul li a img{
        margin: auto!important;
  }
html[lang="en-US"] .curriculumDetail ul li .boximg strong{
  /* top:10px!important; */
  position: static!important;
  padding: 0 10px;
}
  .section7 {
    padding-top: 70px!important;
}
      .kwsection .kwitems .boximg{
  height:240px;
}
  .abus2 .numitems ul li {
    width: 48%!important;
    height: 230px;
}
  .searser .form-flex .form-group{
    padding:0 15px!important;
}
.searser .form-flex .there {

    flex-wrap:wrap;
}
  .searser .form-flex a {
   margin: 0;
    margin-bottom: 1rem;
}
  .searser .form-flex button {
  margin-top:5px;
}
  
  .swiper-button-next, .swiper-button-prev {
    top: 50%;
  }
  .curriculumDetail ul li .boximg strong{ position: relative !important;width: auto !important;left: 10px !important;margin-top: 20px;margin-bottom: 20px}
  .curriculumDetail ul li .con dd a i{margin-left: 10px}
  .caring .inner .left img{display: block;margin: 0 auto}
  .volunter_form .voitems .form-group{width: 100% !important}
  .gwhuodong_inner .pics .left{width: 100% !important}
  .gwhuodong_inner .pics .right{width: 100% !important;margin-top: 15px}
  .partner .hdcx ul li span{bottom: 10px}
  .section4 .inner .middle .swiper-slide h3{margin-top: 0 !important}
  .awardsitems-new .item .item-li .item-t h3{text-align: center;}
  .awardsitems-new .item .item-li .item-t p{text-align: center;}


}
/* .qyhz .hzitems ul li .right .rela{ */
   /* position: relative; */
    /* margin-top: 10%; */
/* } */

.treasure2 .picsitems .swiper-button-next, .treasure2 .picsitems .swiper-button-prev {
    top: 50%;
    outline: none;
    margin-top: -40px;
}

.treasure2 .picsitems .swiper-button-next:after, .treasure2 .picsitems .swiper-button-prev:after{
  outline: none;
}
@media screen and (max-width: 375px){
      .kwsection .kwitems .boximg{
  height:212px;
}

}
@media screen and (max-width: 360px){
    .kwsection .kwitems .boximg{
  height:202px;
}

}
@media screen and (max-width: 320px){
    .kwsection .kwitems .boximg{
  height:174px;
}
.nav_bottom .swiper-slide {
    width: 70%!important;
}

}
.partner .partnerimg .swiper-slide i img{max-width: 100%;height: auto!important;}
.treasure2 .partner{padding: 0}
.servicesin .tic ul li .li .liB .hdprics .swiper-container .swiper-slide:hover i{opacity: 1}
.scorll_bottom .scorll_items .inner .left h4:first-child,.scorll_bottom .scorll_items .scoll_body h4:first-child{margin-top: 0;}
.scorll_bottom .scorll_items .inner .left h4{margin-top: 30px;}
.scorll_bottom .scorll_items .scoll_body h4{line-height: 1.6;}
.form-group .checkbox a{color: #0071bb}
.treasure .inner .right a{color: #0072bc}
.scorll_bottom .gallery-thumbs .swiper-slide{cursor: pointer;}
.scroll_top .quick_btn_box .quick_btn_list{line-height: 1.3}
.addcheck form div label, .addcheck .bj div label{display: flex;}
.addcheck form div label, .addcheck .bj div label span{line-height: 1.2}
.addcheck form div label input, .addcheck .bj div label input{margin-top: 4px}
.infobox__marker{line-height: 55px !important}
html[lang="en-US"].addcheck form div label, .addcheck .bj div label{width: 50% !important}

@media screen and (max-width: 767px){
  html[lang="en-US"].addcheck form div label, .addcheck .bj div label{width: 100% !important}
  .footera2 ul li{width: 48% !important}
  .footera2 .social_media ul li{width: fit-content!important}
  .chairman .txt{position: relative;}
  .chairman .inner .right .txt img{position: absolute;width: 30px;}
  .chairman .inner .c_left_mark{top: 0px;left: 15px;}
  .chairman .inner .c_right_mark{bottom: 40px;right: 30px;}
  .section4 .inner .middle .swiper-slide .scon{height: 380px}


}
.search-list li {
    padding: 15px 20px;
    background: #fff;
    margin-bottom: 10px;
    border-radius: 8px;
    display: block;
}
html[lang="en-US"] .abus2 .numitems .list{line-height: 18px;}
html[lang="en-US"] .abus2 .zditems ul li{line-height: 24px;}
.volunter_form .inner h4{font-weight: 600;margin:30px 0 10px;}
.volunter_form .inner ul li{font-weight: 600;margin-top: 20px;}

html[lang="en-US"] .services .sectionLeft .ulBox ul li .spT p{line-height: 24px;}
.addsection3 .swiper-slide .boximg .con{padding-left: 15px !important;padding-right: 15px !important;}

.abus2 .zditems ul li{text-transform: capitalize;}
.bluecorlor{border-color: #00b3ef!important;color: #00b3ef!important;margin-top: 0!important;}
.hdprics .swiper-slide a i{
  position: absolute;
    right: 20px;
    bottom: 20px;
    opacity: 0;
}
.hdprics .swiper-slide a:hover i{opacity: 1}

.contact2 .inner .right form select{height: 48px}

.layui-layer-shade {
  display:none !important;
  position: fixed;
  _position: absolute;
  pointer-events: auto;
  z-index: 19891014;
  background-color: rgb(0, 0, 0,0.6);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  _height: expression(document.body.offsetHeight+"px");
  z-index:10000;

}
.layui-layer {
  display:none;
  position:fixed;
  -webkit-overflow-scrolling: touch;
  top: 150px;
  left: 50%;
  margin: 0;
  padding: 0;
  background-color: #fff;
  -webkit-background-clip: content;
  border-radius: 2px;
  box-shadow: 1px 1px 50px rgba(0,0,0,.3);
}

.layui-layer-content {
  position: relative;
  overflow: auto;
  height:300px;
  padding:20px;
  box-sizing: border-box;
}
.layuis-layer-shade {
  display:none;
  position: fixed;
  _position: absolute;
  pointer-events: auto;
  z-index: 19891014;
  background-color: rgb(0, 0, 0,0.6);
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index:110000;
}
.layuis-layer {
  display:none;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  position: fixed;
  left: 0;
  bottom: 80px;
  bottom: 0px;
  width: 100%;
  color: #fff;
  padding: 15px 0;
  background-color: rgba(0,0,0,0.8);
  z-index: 9996;
  height:100%;


}
.layuis-layer .container{height:100%;max-width:50%; display:flex;justify-content: space-between;align-items: center;}
.layuis-layer .left{width: 48%}
.layuis-layer .left img{width:100%}
.layuis-layer .right{width: 48%;color:#333}
.layuis-layer-content {
  position: relative;
  overflow: auto;
  padding:20px;
  box-sizing: border-box;
  background:#fff;
  box-shadow:0px 5px 5px 5px #efefef;
  padding-bottom:80px;
}
.layuis-layer-content p{
  font-size:14px;
  overflow:hidden;
  margin-bottom: 0px

}
.layuis-layer-content h3{margin-top:0;color:#333;}
.layuis-layer-content p span{position:relative ;width:100%;height:50px;line-height:50px;}
.layuis-layer-content ul li{
  list-style:none;
}
.bbb {
  padding-bottom: 15px;
  overflow: hidden;
}
.bbb .l {
  float: left;
  background: #2565ae;
  max-width: 40%;
  margin-left: 55px;
}
.bbb > div {
  display: inline-block;
  padding: 5px 20px;
      padding-left: 20px;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  position: relative;
  padding-left: 38px;
}
.agree{display: block;height: 60px;line-height: 60px;text-align: right;color: #333;font-size: 16px;}
.agree:hover{color: #333 !important}
@media screen and (max-width: 1024px){
  .layuis-layer .container{max-width: 80%;}
}
@media screen and (max-width: 768px){
}
@media screen and (max-width: 767px){
  .layuis-layer .left{width: 100%;}
  .layuis-layer .right{width: 100%;}
  .layuis-layer-content{padding-bottom: 60px;}
  .layuis-layer .container {
    max-width: 80%;
}

}
.section_video{padding-top: 80px;}
.section_video .video{margin-top: 50px;}
.section_act .boximg{overflow: hidden;height: 320px;margin-bottom: 20px;}
.section_act .boximg img{
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.section_act .boximg:hover img{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
@media screen and (max-width: 1280px){
  .section_act .boximg{height: 200px;}
}
@media screen and (max-width: 768px){
  .section_act .boximg{height: 160px;}
}
@media screen and (max-width: 767px){
  .section_act .boximg{height: 200px;}
}
.arc-bar{position:relative;border-top:1px solid #EEEEEE;border-bottom:1px solid #EEEEEE;margin:50px 0;overflow: hidden;display:flex;align-items: center;justify-content: space-between;}
.arc-bar img{max-width:100%;}

.arc-bar strong{text-align:center;display:block;}

@media screen and (max-width: 767px){
  .arc-bar{display:block;}
  .arc-bar .bar_r{float: right;}
}



.section_video .swiper-container{height: 22vw;}
.section_video .swiper-slide{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.75);
}
.section_video .swiper-slide-active,.section_video .swiper-slide-duplicate-active{transform: scale(1.2);}
.section_video .video{flex: auto;padding: 10px;margin-top:0 !important}
.section_video .video .videoBox{ position: relative;width: 100%;height: 0;padding-top: 56%;}
.section_video .video iframe{  position: absolute;top: 0;left: 0;bottom:0;right: 0;width: 100%;height:100%}
.section_video .video:nth-child(1){order: 2;flex: 1.5;}
.section_video .video:nth-child(2){order: 1;flex: 1;}
.section_video .video:nth-child(3){order: 3;flex: 1;}
.section_act .con p{margin: 0;}
.section_act .con a{color: #181818;}
.swiper-button-next, .swiper-button-prev{z-index: 9999;}
.addsection3 .swiper-slide .boximg .con{}
.addsection3 .swiper-slide .boximg .con div{text-align: center;}
.addsection3 .swiper-slide .boximg .con p{width: 100%;color: #fff;display: none}
.treasure2 .thitems ul li{margin-top: 30px;margin-bottom: 30px;}
.treasure2 .thitems{margin-top: 40px;}
.treasure2 .ljbm{width: 360px;height: 80px;background: #9CC813;border-radius: 10px;color: #fff;text-align: center;line-height: 80px;margin: 50px auto;}
@media (max-width: 768px) {
    .section_video .swiper-container{height: initial;padding: 0 40px;}
    .section_video .video{width: 95%;margin-top: 30px;}
    .section_video .swiper-slide-active,.section_video .swiper-slide-duplicate-active{transform: scale(1);}
}
.servicesin .tic ul li .li .liT a{
    overflow: hidden;
    cursor: pointer;
  background:#0071bb;
  padding:20px;
  display:flex;
  justify-content:space-between;
}
.relist{margin: 30px auto;}
.relist .col-md-6{margin-top: 30px;}
.relist .col-md-6 .adtxs{border-radius: 30px;padding: 2rem;background: #efefef;height: 100%;}
.relist .boximg{width: 30%;text-align: center;}
.relist .boximg img{width: 80px;}
.relist .boximg b{display: block;text-align: center;margin: 10px auto;}
.relist .txt{width: 65%;color: #333;}
.relist .txt p a{color: #0071bb;text-decoration: underline;}
@media (max-width: 767px) {
  .relist .col-md-6 .adtxs{flex-wrap: wrap;}
  .relist .boximg,.relist .txt{width: 100%;}
}
.partner .partnerimgnew img{object-fit: contain;}

.partner .partnerimgnew  .swiper-slide{border: 1px solid #efefef;}