.section{
    overflow: hidden;
    position: relative;
    width: 100%;
}
.section .carousel-control {
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 0;
    width: auto;
    font-size: 36px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    margin-top: -18px;
    text-align: center;
    text-shadow: none;
    background-color: rgba(0,0,0,0);
    background-image: none;
    filter: alpha(opacity=50);
    opacity: .5;
}
.section .carousel-control.left{
    left: 50px;
}
.section .carousel-control.right{
    left: auto;
    right: 50px;
}
.section .carousel-control:hover{
    filter: alpha(opacity=100);
    opacity: 1;
}
.section .carousel-caption {
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    margin: 0;
    position: absolute;
    display: flex;
    display: -o-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-flex;
    align-items: center;
    padding: 0 15%;
    z-index: 10;
    color: #fff;
    text-align: left;
    text-shadow: none;
}
.section .carousel-caption .txt{
    overflow: hidden;
    position: relative;
    width: 50%;
}
.section .carousel-caption .txt h2{
    margin: 0;
}
.section .carousel-caption .txt h1{
    font-size: 60px;
    margin: 25px  0    0  0;
    font-family: "PLAYFAIRDISPLAY-REGULAR";
}
.section .carousel-caption .more{
    overflow: hidden;
    position: relative;
    width: 50%;
    margin: 40px  0  0   0;
}
.section .carousel-caption .more a{
    display: block;
    overflow: hidden;
    position: relative;
    width: 120px;
    height: 40px;
    line-height: 40px;
    color: #333333;
    font-size: 18px;
    text-align: center;
    background-color: #fff;

    -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 .carousel-caption .more span{
    position: relative;
    z-index: 1;
}
.section .carousel-caption .more a samp{
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    background-color: #ed2028;
    -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 .carousel-caption .more a:hover{
    color: #fff;
}
.section .carousel-caption .more a:hover samp{
    width: 100%;
}
.section .carousel-indicators li {
    width: 12px;
    height: 12px;
    margin: 0 3px;
    background-color: #000\9;
    background-color: rgba(0,0,0,0);
    border: 1px solid #fff;
    border-radius: 10px;
}
.section .carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0 3px;
    border: 1px solid #ed2028;
    background-color: #ed2028;
}
.section2{
    overflow: hidden;
    position: relative;
    margin-top: -45px;
    padding: 5px 15% 80px  15%;
}
.section2 .center{
    overflow: hidden;
    -webkit-box-shadow: 0 0  5px  rgba(0,0,0,.5) ;
    -moz-box-shadow: 0 0  5px  rgba(0,0,0,.5)  ;
    box-shadow: 0 0  5px  rgba(0,0,0,.5);
    background-color: #fff;
    -webkit-border-radius: 5px  5px 0 0;
    -moz-border-radius: 5px  5px 0 0;
    border-radius: 5px  5px 0 0;
}
.section2 .center .ul-box{
    overflow: hidden;
    position: relative;
    padding: 30px 30px 20px 30px;
}
.section2 .center .ul-box ul{
    display: flex;
    display: -o-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-flex;
    /*align-items: center;*/
    flex-wrap: wrap;
    justify-content: space-between;
}
.section2 .center .ul-box ul li{
    width: 30%;
    list-style-type: none;
}
.section2 .center .ul-box ul li .liI{
    overflow: hidden;
    position: relative;
    width: 120px;
    height: 110px;
    display: flex;
    display: -o-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    background: url("../images/pic6.png")  no-repeat;
    background-size: 100% 100%;
}
.section2 .center .ul-box ul li .liI img{
    max-width: 100%;
    height: auto;
}
.section2 .center .ul-box ul li .liT{
    overflow: hidden;
    position: relative;
    width: 66%;
}
.section2 .center .ul-box ul li .liT h3{
    color: #ed2028;
    margin: 0 0 15px 0;
    font-weight: bold;
}
.section2 .center .ul-box ul li .liT p{
    font-size: 18px;
    color: #666666;
    margin: 0;
	display: inline-block;
	text-align: justify;
}
.section2 .center .image-box{
    overflow: hidden;
    position: relative;
}
.section2 .center .image-box .sectionLeft{
    overflow: hidden;
    position: relative;
    width: 50%;
}
.section2 .center .image-box .sectionLeft img{
    width: 100%;
    height: auto;
}
.section2 .center .image-box .sectionRight{
    overflow: hidden;
    position: relative;
    width: 50%;
}
.section2 .center .image-box .sectionRight img{
    width: 100%;
    height: auto;
}
.section2 .center .image-box .sectionRight .txt{
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    padding: 35px;
    background-color: rgba(51,51,51,.85);
    display: flex;
    display: -o-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-flex;
    align-items: center;
}
.section2 .center .image-box .sectionRight .txt h1{
    color: #fff;
    margin: 0  0  15px  0;
}
.section2 .center .image-box .sectionRight .txt p{
    color: #fff;
    margin: 0;
    font-size: 20px;
    line-height: 1.6;
	display: inline-block;
	text-align: justify;
}
.section2 .center .image-box .sectionRight .txt .more{
    overflow: hidden;
    position: relative;
    width: 50%;
    margin: 40px  0  0   0;
}
.section2 .center .image-box .sectionRight .txt .more a{
    display: block;
    overflow: hidden;
    position: relative;
    width: 120px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    background-color: #ed2028;
    -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 ;
}
.section2 .center .image-box .sectionRight .txt .more span{
    position: relative;
    z-index: 1;
}
.section2 .center .image-box .sectionRight .txt .more a samp{
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color: #ed2028;
    -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 ;
}
.section2 .center .image-box .sectionRight .txt .more a:hover{
    color: #ed2028;
}
.section2 .center .image-box .sectionRight .txt .more a:hover samp{
    width: 100%;
    background-color: #fff;
}
.section3{
    overflow: hidden;
    position: relative;
    background: url("../images/pic12.png") no-repeat  center center;
    background-size: 100% 100%;
}
.section3 .center{
    overflow: hidden;
    position: relative;
    display: flex;
    display: -o-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
    padding: 110px 15%  150px;
    background-color: rgba(51,51,51,.85);
}
.section3 .center .sectionLeft{
    overflow: hidden;
    position: relative;
    font-size: 36px;
    color: #fff;
    width: 15%;
    font-weight: bold;
}
.section3 .center .sectionRight{
    overflow: hidden;
    position: relative;
    width: 80%;
    padding: 30px  0  20px  5%;
    border-left: 3px  solid  #fff;
}
.section3 .center .sectionRight p{
    font-size: 24px;
    margin: 0  0  20px  0;
    color: #fff;
	display: inline-block;
	text-align: justify;
}
.section4{
    overflow: hidden;
    position: relative;
    padding: 80px  15%  100px  15%;
    background-color: #efefef;
}
.section4  .center{
    overflow: hidden;
    position: relative;
    background-color: #fff;
}
.section4 .center .sectionLeft{
    overflow: hidden;
    position: relative;
    width: 30%;
    height: 498px;
}
.section4 .center .sectionLeft ul{

}
.section4 .center .sectionLeft ul li{
    display: block;
    overflow: hidden;
}
.section4 .center .sectionLeft ul li img{
    width: 100%;
    height: auto;
}
.section4 .center .sectionRight{
    overflow: hidden;
    position: relative;
    width: 70%;
}
.section4 .center .sectionRight .nav-ul{
    overflow: hidden;
    position: relative;
    background-color: #efefef;
}
.section4 .center .sectionRight .nav-ul ul{}
.section4 .center .sectionRight .nav-ul ul li{
    display: block;
    float: left;
    height: 75px;
    line-height: 75px;
    font-size: 18px;
    margin: 0  10px 0 0;
    min-width: 160px;
    text-align: center;
    color: #666666;
    background-color: #f7f7f7;
    font-weight: bold;
    cursor: pointer;
}
.section4 .center .sectionRight .nav-ul ul .this{
    font-size: 18px;
    color: #666666;
    background-color: #fff;
}
.section4 .center .sectionRight .txt-ul{
    overflow: hidden;
    position: relative;
}
.section4 .center .sectionRight .txt-ul ul{}
.section4 .center .sectionRight .txt-ul ul li{
    display: block;
    overflow: hidden;
    padding: 30px 25px;
    height: 423px;
    overflow-y: scroll;
    display: none;
}
.section4 .center .sectionRight .txt-ul ul li::-webkit-scrollbar {
    width : 10px;
    height: 1px;
}
.section4 .center .sectionRight .txt-ul ul li::-webkit-scrollbar-thumb {
    border-radius   : 10px;
    background-color: #ed2028;
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
}
.section4 .center .sectionRight .txt-ul ul li::-webkit-scrollbar-track {
    box-shadow : inset 0 0 5px rgba(0, 0, 0, 0.2);
    background : #ededed;
    border-radius: 10px;
}
.section4 .center .sectionRight .txt-ul ul li h2{
    color: #9f1f63;
    margin: 0;
    font-weight: bold;
}
.section4 .center .sectionRight .txt-ul ul li p{
    color: #666666;
    font-size: 20px;
    margin: 15px 0 0  0;
	display: inline-block;
	text-align: justify;
}
.section4 .center .sectionRight .txt-ul ul li .spI{
    overflow: hidden;
    position: relative;
    margin: 15px  0  0 0;
}
.section4 .center .sectionRight .txt-ul ul li .spI img{
    width: 100%;
    height: auto;
}

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


.Immigration-box{
    overflow: hidden;
    position: relative;
    padding: 80px  15%  100px  15%;
}
.Immigration-box .center{
    overflow: hidden;
    position: relative;
}
.Immigration-box .center .sectionLeft{
    overflow: hidden;
    position: relative;
    width: 64%;
}
.Immigration-box .center .sectionLeft .tit{
    overflow: hidden;
    position: relative;
}
.Immigration-box .center .sectionLeft .tit h2{
    margin: 0;
    color: #333333;
    font-weight: bold;
}
.Immigration-box .center .sectionLeft .tit img{

}
.Immigration-box .center .sectionLeft .tit p{
    color: #333333;
    font-size: 20px;
    margin: 35px 0 0 0;
	display: inline-block;
	text-align: justify;
}
.Immigration-box .center .sectionLeft .tic{
    overflow: hidden;
    position: relative;
    margin: 30px 0 0 0;
}
.Immigration-box .center .sectionLeft .tic ul{}
.Immigration-box .center .sectionLeft .tic ul .li-list{
    display: block;
    overflow: hidden;
}
.Immigration-box .center .sectionLeft .tic ul li .li{
    overflow: hidden;
    position: relative;
}
.Immigration-box .center .sectionLeft .tic ul li .li .liT{
    overflow: hidden;
    cursor: pointer;
    padding: 13px 15px 13px 0;
    border-bottom: 1px solid #e6e6e6;
}
.Immigration-box .center .sectionLeft .tic ul li .li .liT span{
    display: block;
    overflow: hidden;
}
.Immigration-box .center .sectionLeft .tic ul li .li .liT .sp1{
    font-size: 24px;
    color: #333333;
    width: 70%;
}
.Immigration-box .center .sectionLeft .tic ul li .li .liT .sp3{
    font-size: 24px;
    color: #ed2028;
}
.Immigration-box .center .sectionLeft .tic ul li .li .liT .sp3 i{
    display: block;
    float: right;
    line-height: 34px;
}
.Immigration-box .center .sectionLeft .tic ul li .li .liT .sp3 .fa-caret-up{
    display: none;
}
.Immigration-box .center .sectionLeft .tic ul li .li .liT .sp3 .fa-caret-down{
    display: block;
}
.Immigration-box .center .sectionLeft .tic ul li .li .this-li{
    padding: 13px 15px 13px 30px;
    background-color: #f0f0f0;
    border-bottom: 1px solid #cccccc;
}
.Immigration-box .center .sectionLeft .tic ul li .li .liB{
    overflow: hidden;
    display: none;
    padding: 30px 30px 30px;
    font-size: 16px;
    background-color: #f0f0f0;
}

.Immigration-box .center .sectionLeft .tic ul li .li .liB img{
    max-width: 100%;
    height: auto;
    margin: 20px 0;
}
.Immigration-box .center .sectionLeft .tic ul li .li .liB h3{
    line-height: 1.6;
    margin: 10px 0 0 0;
    color: #333;
    font-weight: bold;
}
.Immigration-box .center .sectionLeft .tic ul li .li .liB p{
    line-height: 1.6;
    font-size: 20px;
    color: #333;
    margin: 0;
	display: inline-block;
	text-align: justify;
}
.Immigration-box .center .sectionLeft .tic ul li .li .liB ol{
    margin: 0;
    padding: 0 0 0 10px;
}
.Immigration-box .center .sectionLeft .tic ul li .li .liB ol li{
   list-style-type: initial;
    margin: 0 0 0 10px;
    line-height: 1.6;
    font-size: 20px;
    color: #333;
}
.Immigration-box .center .sectionLeft .tic ul .this .li .liT .sp3 .fa-minus{
    display: block;
}
.Immigration-box .center .sectionLeft .tic ul .this .li .liT .sp3 .fa-plus{
    display: none;
}
.Immigration-box .center .sectionRight{
    overflow: hidden;
    position: relative;
    width: 30%;
    padding: 30px;
    background-color: #ed1c24;
}
.Immigration-box .center .sectionRight .tit{
    overflow: hidden;
    position: relative;
}
.Immigration-box .center .sectionRight .tit h2{
    margin: 0;
    color: #ffffff;
    font-weight: bold;
}
.Immigration-box .center .sectionRight .tit img{

}
.Immigration-box .center .sectionRight .tit p{
    color: #ffffff;
    font-size: 20px;
    margin: 35px 0 0 0;
	display: inline-block;
	text-align: justify;
}
.Immigration-box .center .sectionRight .tit .spI{
    overflow: hidden;
    position: relative;
    margin: 20px 0 0 0;
}
.Immigration-box .center .sectionRight .tit .spI img{
    width: 100%;
    height: auto;
}
.footer2 {
    background-color: #fff;
}
.zBanner{
    overflow: hidden;
    position: relative;
}
.zBanner .spT{
    overflow: hidden;
    position: absolute;
    font-size: 48px;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    color: #fff;
    display: flex;
    display: -o-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0,0,0,.6);
    z-index: 1;
}
.zBanner .spI{
    overflow: hidden;
    position: relative;
}
.zBanner .spI img{
    width: 100%;
    height: auto;
}

.contact-box{
    overflow: hidden;
    position: relative;
    padding: 80px  15%  100px  15%;
}
.contact-box .center{
    overflow: hidden;
    position: relative;
}
.contact-box .center ul{
    display: flex;
    display: -o-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-flex;
    justify-content: space-between;
}
.contact-box .center ul li{
    list-style-type: none;
	width: 33.33%;
}
.contact-box .center ul li .spI{
    overflow: hidden;
    position: relative;
}
.contact-box .center ul li .spI img{

}
.contact-box .center ul li h2{
    font-weight: bold;
    color: #9f1f63;
    margin: 35px 0 0 0;
}
.contact-box .center ul li p{
    font-size: 20px;
    color: #333333;
    margin: 20px 0 0 0;
	display: inline-block;
	text-align: justify;
	    width: 100%;
}
.contact-map{
    overflow: hidden;
    position: relative;
    margin: 0 0 50px 0 ;
}
.contact-map img{
    width: 100%;
    height: auto;
}
.about-box{
    overflow: hidden;
    position: relative;
    padding: 80px  15%  100px  15%;
}
.about-box .center{
    overflow: hidden;
    position: relative;
}
.about-box .center .tit{
    overflow: hidden;
    position: relative;
}
.about-box .center .tit p{
    font-size: 24px;
    color: #333;
    margin: 0 0 20px 0;
	display: inline-block;
	text-align: justify;
}
.about-box .center .tic{
    overflow: hidden;
    position: relative;
    margin: 50px 0 0 0;
}
.about-box .center .tic ul{
    margin: 0 -30px;
}
.about-box .center .tic ul li{
    display: block;
    overflow: hidden;
    float: left;
    padding: 20px 30px;
    width: 33.3333333333333%;
}
.about-box .center .tic ul li .li{
    overflow: hidden;
    position: relative;
    height: 304px;
}
.about-box .center .tic ul li .li 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 ;
}
.about-box .center .tic ul li .li: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);
}

.cooperative-partners{
    overflow: hidden;
    position: relative;
    padding: 80px  15%  100px  15%;
}
.cooperative-partners .center{
    overflow: hidden;
    position: relative;
}
.cooperative-partners .center .tit{
    overflow: hidden;
    position: relative;
}
.cooperative-partners .center .tit h2{
    color: #333;
    margin: 0 0  ;
    font-weight: bold;
}
.cooperative-partners .center .tit p{
    font-size: 24px;
    color: #333;
    margin: 20px 0 0 0 ;
	display: inline-block;
	text-align: justify;
}
.cooperative-partners .center .tic{
    overflow: hidden;
    position: relative;
    margin: 50px 0 0 0;
}
.cooperative-partners2{
    overflow: hidden;
    position: relative;
    padding: 0px  15%  100px  15%;
    background-color: #efefef;
}
.cooperative-partners2 .center{
    overflow: hidden;
    position: relative;
}
.cooperative-partners2 .center ul{
    margin: 0 -30px;
}
.cooperative-partners2 .center ul li{
    overflow: hidden;
    position: relative;
    display: block;
    width: 33.3333333333333%;
    float: left;
    padding: 0 30px;
    margin: 80px 0 0 0;
}
.cooperative-partners2 .center ul li .li{
    overflow: hidden;
    position: relative;
}
.cooperative-partners2 .center ul li .li .spI{
    overflow: hidden;
    position: relative;
    width: 200px;
    height: 200px;
    margin: auto;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    z-index: 1;
}
.cooperative-partners2 .center ul li .li .spI img{
    width: 100%;
    height: auto;
}
.cooperative-partners2 .center ul li .li .txt{
    overflow: hidden;
    position: relative;
    margin: -100px 0 0 0;
    min-height: 500px;
    padding: 130px 30px 30px 30px;
    background-color: #fff;
    border: 1px solid #ccc;
}
.cooperative-partners2 .center ul li .li .txt h2{
    color: #ed1c24;
    font-weight: bold;
    text-align: center;
    margin: 0;
}
.cooperative-partners2 .center ul li .li .txt p{
    color: #333333;
    font-size: 20px;
    margin: 20px 0 0 0;
	display: inline-block;
	text-align: justify;
}

.services-box{
    overflow: hidden;
    position: relative;
    padding: 80px  15%  100px  15%;
}
.services-box .center{
    overflow: hidden;
    position: relative;
}
.services-box .center .tit{
    overflow: hidden;
    position: relative;
}
.services-box .center .tit p{
    font-size: 24px;
    color: #333;
    margin: 0 0 20px 0;
	display: inline-block;
	text-align: justify;
}
.services-box2{
    overflow: hidden;
    position: relative;
    margin: 0 0 50px 0;
}
.services-box2 .center{
    overflow: hidden;
    position: relative;
}
.services-box2 .center ul{

}
.services-box2 .center ul li{
    display: block;
    overflow: hidden;
    position: relative;

}
.services-box2 .center ul li .sectionLeft{
    overflow: hidden;
    position: relative;
    width: 50%;
}
.services-box2 .center ul li .sectionLeft img{
    width: 100%;
    height: auto;
}
.services-box2 .center ul li .sectionRight{
    overflow: hidden;
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    display: flex;
    display: -o-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-flex;
    align-items: center;
}
.services-box2 .center ul li .sectionRight .tit{
    overflow: hidden;
    position: relative;
}
.services-box2 .center ul li .sectionRight .tit h2{
    margin: 0;
    color: #333333;
    font-weight: bold;
}
.services-box2 .center ul li .sectionRight .tit img{

}
.services-box2 .center ul li .sectionRight .tit p{
    color: #333333;
    font-size: 20px;
    margin: 20px 0 0 0;
	display: inline-block;
	text-align: justify;
}
.services-box2 .center ul li .sectionRight .tit a{
    color: #1249ba;
    border-bottom: 1px solid #1249ba;
}
.services-box2 .center ul li .sectionRight .tit a:hover{
    color: #ed2028;
    border-bottom: 1px solid #ed2028;
}
.services-box2 .center ul li:nth-child(odd) .sectionLeft{
    float: left;
}
.services-box2 .center ul li:nth-child(odd) .sectionRight{
    float: right;
    right: 0;
    padding: 15px 15% 15px 5%;
}
.services-box2 .center ul li:nth-child(even) .sectionLeft{
    float: right;
}
.services-box2 .center ul li:nth-child(even) .sectionRight{
    float: left;
    left: 0;
    padding: 15px 5% 15px 15%;
}


.foot-ewm{
    overflow: hidden;
    position: absolute;
    bottom: 60px;
    right: 0;
    z-index: 1;
    display: none;
}
.foot-ewm img{
    width: 120px;
}







@media screen and (max-width:1680px) {
    .services-box{
        padding:80px 5% 100px 5%;
    }
    .services-box2 .center ul li:nth-child(odd) .sectionRight {
        padding: 15px 5% 15px 5%;
    }
    .services-box2 .center ul li:nth-child(even) .sectionRight {
        padding: 15px 5% 15px 5%;
    }

  .cooperative-partners2 .center ul li .li .txt{
        min-height: 520px;
    }
    .cooperative-partners {
        padding:80px 5% 100px 5%;
    }
    .cooperative-partners2 {
        padding: 0px  5% 100px 5%;
    }
    .about-box{
        padding:80px 5% 100px 5%;
    }
    .about-box .center .tic ul li .li {
        height: 344px;
    }
    .contact-box{
        padding:80px 5% 100px 5%;
    }
    .Immigration-box {
        padding:80px 5% 100px 5%;
    }
    .navBox {
        padding: 0 5%;
    }
    .navBox .topmost {
        padding: 0 5% 0 0;
    }
    .navBox .topmost .whatsApp {
        margin: 0 0 0 15%;
    }
    .navBox .nav-ul {
        right: 5%;
    }
    .section .carousel-caption {
        padding: 0 5%;
    }
    .section .carousel-control.left {
        left: 15px;
    }
    .section .carousel-control.right {
        right: 15px;
    }
    .section2 {
        padding: 5px 5% 80px 5%;
    }
    .section3 .center {
        padding: 110px 5% 150px;
    }
    .section4 {
        padding: 80px 5% 100px 5%;
    }
    .section4 .center .sectionLeft {
        height: 560px;
    }
    .section4 .center .sectionRight .txt-ul ul li{
        height: 485px;
    }
    .footer .foot .txt {
        padding: 20px 5%;
    }
    .footer .form-box {
        right: 5%;
    }
    .footer .copy {
        padding: 20px 5%;
    }
    .section3{
        background-size: auto 100%;
    }

}
@media screen and (max-width:1600px) {
    .section4 .center .sectionLeft {
        height: 532px;
    }
    .section4 .center .sectionRight .txt-ul ul li{
        height: 457px;
    }
    .about-box .center .tic ul li .li {
        height: 326px;
    }
}
@media screen and (max-width:1440px) {
  .cooperative-partners2 .center ul li .li .txt{
        min-height: 500px;
    }
    .services-box2 .center ul li .sectionRight{
        position: relative;
    }

    .navBox .topmost .whatsApp {
        margin: 0 0 0 10%;
    }
    .section4 .center .sectionLeft {
        height: 478px;
    }
    .section4 .center .sectionRight .txt-ul ul li{
        height: 403px;
    }
    .about-box .center .tic ul li .li {
        height: 290px;
    }
}
@media screen and (max-width:1366px) {
    .cooperative-partners2 .center ul li .li .txt{
        min-height: 530px;
    }
    .navBox .topmost .whatsApp {
        margin: 0 0 0 5%;
    }
    .section2 .center .ul-box ul li .liT {
        width: 60%;
    }
    .section4 .center .sectionLeft {
        height: 454px;
    }
    .section4 .center .sectionRight .txt-ul ul li{
        height: 379px;
    }
    .about-box .center .tic ul li .li {
        height: 274px;
    }
}
@media screen and (max-width:1360px) {
    .about-box .center .tic ul li .li {
        height: 272px;
    }
    .section4 .center .sectionLeft {
        height: 452px;
    }
    .section4 .center .sectionRight .txt-ul ul li{
        height: 377px;
    }
}
@media screen and (max-width:1280px) {
    .navBox .topmost .whatsApp {
        margin: 0 0 0 5%;
		font-size:13px;
    }
    .navBox .nav-ul .subnav li {
        margin: 0 0 0 10px;
    }
    .section4 .center .sectionLeft {
        height: 424px;
    }
    .section4 .center .sectionRight .txt-ul ul li{
        height: 349px;
    }
    .cooperative-partners2 .center ul li .li .txt {
        min-height: 580px;
    }
    .about-box .center .tic ul li .li {
        height: 254px;
    }
	.navBox .topmost {
    padding: 0 5% 0 0;
	
}

}
@media screen and (max-width:1152px) {
	.navBox .topmost {
    padding: 0 3% 0 0;
	
}
}
@media screen and (max-width:1024px) {
	.footer .foot .foot-bg {
		background: url(../images/pic23.png) no-repeat center;
		background-size: 100% 100%;
	}
    .services-box .center .tit p,.services-box2 .center ul li .sectionRight .tit p{
        font-size: 14px;
    }
    .cooperative-partners .center .tit p{
        font-size: 14px;
    }
    .cooperative-partners .center .tit h2,.services-box2 .center ul li .sectionRight .tit h2{
        font-size: 18px;
    }
    .cooperative-partners2 .center ul li .li .txt {
        min-height: 430px;
    }
    .cooperative-partners2 .center ul li .li .txt h2{
        font-size: 18px;
    }
    .cooperative-partners2 .center ul li .li .txt p{
        font-size: 14px;
    }
    .about-box .center .tit p {
        font-size: 14px;
        margin: 0 0 10px 0;
    }
    .about-box .center .tic ul li .li {
        height: 200px;
    }
    .zBanner .spT{
        font-size: 24px;
    }
    .contact-box .center ul li h2,.Immigration-box .center .sectionRight .tit h2,.Immigration-box .center .sectionLeft .tit h2{
        font-size: 18px;
    }
    .Immigration-box .center .sectionLeft .tic ul li .li .liB h3,.Immigration-box .center .sectionLeft .tic ul li .li .liT .sp1,.Immigration-box .center .sectionLeft .tic ul li .li .liT .sp3 {
        font-size: 16px;
    }
    .Immigration-box .center .sectionLeft .tic ul li .li .liT .sp3 i {
        line-height: 22px;
    }
    .contact-box .center ul li p,.Immigration-box .center .sectionRight .tit p,.Immigration-box .center .sectionLeft .tit p,.Immigration-box .center .sectionLeft .tic ul li .li .liB p,.Immigration-box .center .sectionLeft .tic ul li .li .liB ol li{
        font-size: 14px;
    }

    .navBox .topmost {
        width: 62%;
    }
    .navBox .topmost .whatsApp {
        margin: 0 0 0 9%;
    }
    .navBox .logo img {
        height: 90px;
    }
    .navBox .nav-ul .subnav li a {
        font-size: 18px;
        padding: 0 5px 15px 5px;
    }
    .navBoxH {
        height: 120px;
    }
    .section2 .center .ul-box ul li {
        margin: 0 0 15px 0;
        width: 100%;
    }
    .section2 .center .ul-box ul li .liT h3 {
        font-size: 22px;
        margin: 0 0 5px 0;
    }
    .section2 .center .ul-box ul li .liT p{
        font-size: 18px;
    }
    .section2 .center .ul-box ul li .liI{
        float: none!important;
        margin: 0 auto  10px auto;
    }
    .section2 .center .ul-box ul li .liT {
        width: 100%;
        text-align: center;
    }
    .section2 .center .image-box .sectionRight .txt h1,.section .carousel-caption .txt h1,.section3 .center .sectionLeft,.section4 .center .sectionRight .txt-ul ul li h2,
    .footer .foot .txt h1,.footer .form-box .tit{
        font-size: 18px;
    }
    .section2 .center .image-box .sectionRight .txt p,.section2 .center .image-box .sectionRight .txt .more a ,.section .carousel-caption .txt h2,.section .carousel-caption .more a,
    .section3 .center .sectionRight p,.section4 .center .sectionRight .nav-ul ul li,.section4 .center .sectionRight .nav-ul ul .this,.section4 .center .sectionRight .txt-ul ul li p,
    .footer .foot .txt p,.footer .form-box .form input,.footer .form-box .form textarea{
        font-size: 14px;
    }
    .footer .form-box .form button{
        font-size: 16px;
    }
    .section4 .center .sectionRight .nav-ul ul li {
        min-width: 150px;
    }
    .section4 .center .sectionLeft {
        height: 344px;
    }
    .section4 .center .sectionRight .txt-ul ul li{
        height: 269px;
    }




}
@media screen and (max-width:768px) {
    .services-box {
        padding: 30px 15px 30px 15px;
    }
    .services-box2 .center ul li:nth-child(odd) .sectionRight {
        padding: 15px 15px 15px 15px;
    }
    .services-box2 .center ul li:nth-child(even) .sectionRight{
        padding: 15px 15px 15px 15px;
    }
	.footer .foot .foot-bg {
		background: url(../images/pic23.png) no-repeat center;
		background-size: auto 100%;
	}


    .Immigration-box {
        padding: 30px 15px 30px 15px;
    }
    .contact-box {
        padding: 30px 15px 30px 15px;
    }
    .contact-map {
        margin: 0 0 30px 0;
    }
    .about-box {
        padding: 30px 15px 30px 15px;
    }
    .about-box .center .tic ul li .li {
        height: 154px;
    }
    .cooperative-partners {
        padding: 30px 15px 30px 15px;
    }
    .cooperative-partners2 {
        padding: 0px 15px 30px 15px;
    }
    .cooperative-partners2 .center ul li {
        width: 50%;
        margin: 30px 0 0 0;
    }
    .cooperative-partners2 .center ul li .li .txt {
        min-height: 370px;
    }







    .section4 .center .sectionRight .txt-ul ul li {
        height: auto;
        overflow: hidden;
    }
    .hide-768{
        display: none!important;
    }
    .show-768{
        display: block!important;
    }
    .headerH{
        overflow: hidden;
        position: relative;
        height: 50px;
    }
    .header{
        overflow: hidden;
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        height: 50px;
        padding: 0 15px;
        background-color: rgba(255,255,255,.8);
        -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: 99999;
    }
    .header .logo{
        overflow: hidden;
        position: relative;
        padding: 10px 0;
        text-align: center;
    }
    .header .logo img{
        max-height: 30px;
    }
    .header .language-on{
        overflow: hidden;
        position: absolute;
        left: 15px;
        top: 0;
        padding: 17px 0 0 0;
        color: #333;
        z-index: 2;
    }
    .language-box ul{}
    .language-box ul li{
        display: block;
        overflow: hidden;
        padding: 0 15px;
        background-color: #fff;
        list-style-type:none;
    }
    .language-box ul li a{
        display: block;
        overflow: hidden;
        padding:  15px  15px;
        color: #999;
        font-size: 16px;
        border-top: 1px solid #eee;
        background-color: #fff;
    }
    .header .menu-on{
        overflow: hidden;
        position: absolute;
        right: 15px;
        top: 0;
        padding: 17px 0 0 0;
        color: #333;
        z-index: 2;
    }
    .header .menu-on i{
        font-size: 20px;
        display: block;
    }
    .header .menu-on .fa-close{
        display: none;
    }
    .menu-box ul{
        overflow: hidden;
    }
    .menu-box ul li{
        display: block;
        overflow: hidden;
        padding: 0 15px;
        background-color: #fff;
        list-style-type:none;
    }
    .menu-box ul li a{
        display: block;
        overflow: hidden;
        padding:  15px  15px;
        color: #999;
        font-size: 16px;
        border-bottom: 1px solid #eee;
        background-color: #fff;
    }
    .menu-box ul li a i{
        float: right;
        font-size: 16px;
        color: #333;
        display: block;
    }
    .menu-box ul li a .fa-angle-up{
        display: none;
    }
    .menu-box ul li dl{
        margin: 0 -15px;
        display: none;
    }
    .menu-box ul li dl dd{

    }
    .menu-box ul li dl dd a{
        padding:  15px  45px;
        background-color: #fafafa;;
    }
    .menu-box .on-right-left{
        overflow: hidden;
        position: relative;
        padding:  20px  15px  15px 15px;
        background-color: #fff;
    }
    .menu-box .on-right-left a{
        display: block;
        overflow: hidden;
        height: 35px;
        line-height: 33px;
        padding: 0 10px;
        text-align: center;
        background-color: #ed2028;
        border: 1px solid #ed2028;
        cursor: pointer;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }
    .menu-box .on-right-left img{
        margin: -2px 10px 0 0;
    }
    .menu-box .on-right-left span{
        color: #fff;
    }
    .section .carousel-caption {
        padding: 15px;
    }
    .section .carousel-caption .txt {
        width: 100%;
    }
    .section .carousel-caption .txt h2 {
        font-size: 16px;
    }
    .section .carousel-caption .txt h1 {
        font-size: 18px;
        margin: 15px 0 0 0;
    }
    .section .carousel-caption .more {
        width: 50%;
        margin: 20px 0 0 0;
    }
    .section .carousel-caption .more a {
        font-size: 14px;
    }
    .section .carousel-indicators {
        bottom: 0px;
    }
    .section2 {
        margin-top: 0;
        padding: 25px 15px 25px 15px;
    }
    .section2 .center .ul-box {
        padding: 15px 15px 0px 15px;
    }

    .section2 .center .image-box .sectionLeft {
        width: 100%;
    }
    .section2 .center .image-box .sectionRight{
        width: 100%;
    }
    .section2 .center .image-box .sectionRight .txt {
        padding: 15px;
    }
    .section2 .center .image-box .sectionRight .txt  .txt-z{
        width: 100%;
        text-align: center;
    }
    .section2 .center .image-box .sectionRight .txt h1 {
        font-size: 18px;
        margin: 0 0 10px 0;
    }
    .section2 .center .image-box .sectionRight .txt p{
        font-size: 16px;
    }
    .section2 .center .image-box .sectionRight .txt .more {
        margin: 20px auto 0;
    }
    .section2 .center .image-box .sectionRight .txt .more a {
        font-size: 14px;
        margin: auto;
    }
    .section3 .center {
        padding: 30px 15px 20px;
        flex-wrap: wrap;
    }
    .section3 .center .sectionLeft {
        font-size: 18px;
        width: 100%;
    }
    .section3 .center .sectionRight {
        width: 100%;
        margin: 15px  0 0  0  ;
        padding: 20px 0 0px 0;
        border-top: 3px solid #fff;
        border-left: none;
    }
    .section3 .center .sectionRight p {
        font-size: 16px;
        margin: 0 0 10px 0;
        color: #fff;
    }
    .section4 {
        padding: 30px 15px 30px 15px;
    }
    .section4 .center .sectionRight {
        width: 100%;
    }
    .section4 .center .sectionRight .nav-ul ul li {
        height: 50px;
        line-height: 50px;
        font-size: 18px;
        margin: 0 0px 0 0;
        min-width: inherit;
        border-right: 1px solid #efefef ;
        width: 25%;
    }
    .section4 .center .sectionRight .nav-ul ul li:last-child{
        border-right: none;
    }
    .section4 .center .sectionRight .nav-ul ul .this {
        font-size: 18px;
    }
    .section4 .center .sectionRight .txt-ul ul li {
        padding: 15px 15px;
    }
    .section4 .center .sectionRight .txt-ul ul li h2 {
        font-size: 18px;
    }
    .section4 .center .sectionRight .txt-ul ul li p {
        font-size: 16px;
        margin: 10px 0 0 0;
    }
    .footer {
        padding: 0px 0 0 0;
    }
    .footer .form-box {
        position: relative;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
    }
    .footer .form-box .tit {
        font-size: 18px;
        padding: 0 15px;
    }
    .footer .form-box .form {
        padding: 30px 15px;
    }
    .footer .form-box .form input {
        font-size: 14px;
        padding: 0 15px;
    }
    .footer .form-box .form button {
        font-size: 16px;
    }
    .footer .form-box .form textarea {
        font-size: 14px;
        padding: 15px;
    }
    .footer .foot .txt {
        padding: 15px 15px;
    }
    .footer .foot .txt .txt-z {
        width: 100%;
    }
    .footer .foot .txt h1 {
        font-size: 18px;
        margin: 15px 0 10px 0;
    }
    .footer .foot .txt p {
        font-size: 16px;
    }
    .footer .copy {
        padding: 15px 15px;
    }
    .footer .copy .ul-box{
        width: 100%;
        text-align: center;
    }
    .footer .copy .txt {
        width: 100%;
        text-align: center;
        margin: 10px  0 0  0;
    }
    .section3 {
        background-size: auto auto;
    }
    .section4 .center .sectionRight .txt-ul ul li .spI{
        height: 882px;
    }
    .foot-ewm{
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        bottom: 0;
        position: fixed;
        background-color: rgba(0,0,0,.6);
    }
    .foot-ewm img{
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -60px 0 0 -60px;
    }
}
@media screen and (max-width:767px) {
	.zBanner .spT{
		 background-color: rgba(0,0,0,0.2);
	}
    .services-box .center .tit p {
        margin: 0 0 10px 0;
    }
    .services-box {
        padding: 30px 15px 20px 15px;
    }
    .services-box2 .center ul li{
        margin: 0 0 20px 0;
    }
    .services-box2 .center ul li .sectionLeft,.services-box2 .center ul li .sectionRight{
        width: 100%;
    }
    .services-box2 .center ul li .sectionRight .tit p{
        margin: 10px 0 0 0;
    }
    .services-box2 .center ul li:nth-child(odd) .sectionRight,.services-box2 .center ul li:nth-child(even) .sectionRight {
        padding: 20px 15px 0px 15px;
    }
    .services-box2 {
        margin: 0 0 10px 0;
    }

    .cooperative-partners .center .tit p {
        margin: 10px 0 0 0;
    }
    .cooperative-partners2 .center ul li{
        width: 100%;
    }
    .cooperative-partners2 .center ul li .li .txt{
        min-height: inherit;
        padding: 120px 15px 30px 15px;
    }
    .cooperative-partners2 .center ul li .li .txt p {
        margin: 15px 0 0 0;
    }

    .contact-box .center ul{
        flex-wrap: wrap;
    }
    .contact-box {
        padding: 30px 15px 10px 15px;
    }
    .contact-box .center ul li{
        width: 100%;
        text-align: center;
        margin: 0 0 20px 0;
    }
    .contact-box .center ul li .liI img{
        max-height: 30px;
    }
    .contact-box .center ul li h2 {
        margin: 15px 0 0 0;
    }
    .contact-box .center ul li p {
        margin: 5px 0 0 0;
		text-align: center;
    }
    .about-box .center .tic ul li{
        width: 100%;
        margin: 20px 0 0 0;
    }
    .about-box .center .tic ul li .li {
        height: 288px;
    }
    .about-box .center .tic {
        margin: 0px 0 0 0;
    }


    .Immigration-box .center .sectionLeft{
        width: 100%;
    }
    .Immigration-box .center .sectionLeft .tit p {
        margin: 10px 0 0 0;
    }
    .Immigration-box .center .sectionLeft .tic {
        margin: 20px 0 0 0;
    }
    .Immigration-box .center .sectionLeft .tic ul li .li .this-li {
        padding: 13px 15px 13px 15px;
    }
    .Immigration-box .center .sectionLeft .tic ul li .li .liB {
        padding: 15px 15px 15px;
    }
    .Immigration-box .center .sectionRight{
        width: 100%;
        margin: 20px 0 0 0 ;
        padding: 15px 15px 15px;
    }
    .Immigration-box .center .sectionRight .tit p {
        margin: 10px 0 0 0;
    }



    .section2 .center .image-box .sectionRight .txt p {
/*         display: none; */
    }
    .footer .foot .foot-bg {
        height: 264px;
    }
    .section4 .center .sectionRight .txt-ul ul li .spI{
        height: 440px;
    }
}
@media screen and (max-width:414px) {

}
@media screen and (max-width:375px) {
    .about-box .center .tic ul li .li {
        height: 258px;
    }
    .section4 .center .sectionRight .nav-ul ul li{
        width: 50%;
    }
    .footer .foot .foot-bg {
        height: 240px;
    }
    .section4 .center .sectionRight .txt-ul ul li .spI{
        height: 392px;
    }
}
@media screen and (max-width:360px) {
    .footer .foot .foot-bg {
        height: 230px;
    }
    .about-box .center .tic ul li .li {
        height: 248px;
    }
    .section4 .center .sectionRight .txt-ul ul li .spI{
        height: 374px;
    }
}
@media screen and (max-width:320px) {
    .footer .foot .foot-bg {
        height: 204px;
    }
    .about-box .center .tic ul li .li {
        height: 218px;
    }
    .section4 .center .sectionRight .txt-ul ul li .spI{
        height: 324px;
    }
}

/* 底部 add */
@media (min-width: 768px){
    .modal-dialog {
        width: 255px;
        margin: 0px auto;
    }
}


.zBanner .spT{
    background-color: rgba(0,0,0,.3);
}