.section{
    overflow: hidden;
    position: relative;
	margin-top:190px;
	margin-bottom:0px;
}
.section .center{
    overflow: hidden;
    position: relative;
}
.section .center img{
    width: 100%;
    height: auto;
}
.center-box{
    overflow: hidden;
    position: relative;
    padding: 230px 0 60px 0;
}
.center-box .center{
    overflow: hidden;
    position: relative;
}
.center-box .center .center-section{
    overflow: hidden;
    position: relative;
    padding-top: 20px;
 /*    margin: 0 0 50px 0; */
}
.center-box .center h2{
    color: #2379be;
    margin: 0 0 15px 0;
	
	
}
.center-box .center h2 span{color: #2379be !important;}
.center-box  .pad{padding-top:190px;}
.center-box .pad:nth-child(1){padding-top:190px;}
.center-box .center p{
    font-size: 16px;
    color: #333333;
	line-height: 1.8;
}
.center-box .center p span{color: #2379be !important;}
.center-box .center img{
    max-width: 100%;
    height: auto;
}
.center-box .center .center-section2{
    overflow: hidden;
    position: relative;
    margin: 0px 0 0px 0;
    padding-top:10px; 
}
.center-box .center .center-section2 .table{
    overflow: hidden;
    position: relative;
    margin: 0;
	   font-size: 16px;
}
.center-box .center .center-section2 .table ul{padding-left: 1.2rem;}
.center-box .center .center-section2 .table ul li{list-style: disc;}
.center-box .center .center-section2 table{
    width: 100%;
}
.center-box .center .center-section2 table tr{
    font-size: 16px;
}
.center-box .center .center-section2 table tr th{
    padding: 15px 20px;
    color: #fff;
    background-color: #e54346;
}
.center-box .center .center-section2 table tr td{
    padding: 15px 5px;
    color: #333;
}
.center-box .center .center-section2 table tr:nth-child(odd) {
    background-color: #d5d5d5;
}
.center-box .center .center-section2 table tr:nth-child(even) {
    background-color: #fff;
}
.center-box .center .center-section3{
    overflow: hidden;
    position: relative;
    margin: 0 0 0px 0;
}
.center-box .center .center-section3 .spI{
    overflow: hidden;
    position: relative;
    margin: 0 0 0px 0;
    background-color: #fff;
}
.banner .arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
    box-sizing: border-box;
    padding: 0 60px;
}
.banner .arrow .swiper-pagination-bullet{background: #fff;opacity: 1;}
.banner .arrow .swiper-pagination-bullet-active{background: #2379be;}
.banner .arrow .play-pause-button-wrapper{width: 30px;height: 30px;display: flex;align-items: center;justify-content: center;border-radius: 8px;border: 2px solid #fff;position: relative;z-index: 2;margin-right: 10px;}
.banner .arrow .play-pause-button-wrapper i{color: #fff;cursor: pointer;}
.banner .arrow .play-pause-button-wrapper .play-button{display: none;}
.banner .arrow .swiper-pagination{position: relative;bottom: 0;width: auto;}
.banner .swiper-button-next,.banner .swiper-button-prev{color: #fff;}
.banner .swiper .swiper-slide{ display: block;width: 100%; /*height: 851px;*/height: auto;}
.banner .swiper .swiper-slide img{width: 100%;height: 100%;object-fit: cover;}
.latestbox .col-md-4{margin-bottom: 30px;}
.latestbox .col-md-4 a{display: block;width: 100%;height: 100%;background: #fff;box-shadow: 0 3px 6px rgba(0,0,0,.2);padding-bottom: 10px;}
.latestbox .col-md-4 a .boximg{
    position: relative;
    overflow: hidden;
    height: 0;
    width: 100%;
    padding-bottom: 56.25%;
    position: relative;
}
.latestbox .col-md-4 a .boximg img{
    object-fit: cover;
    transition: all 0.35s ease;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.latestbox .col-md-4 a h3{box-sizing: border-box;margin: 0;padding: 20px;font-size: 22px;color: #000;}
.latestbox .col-md-4 a: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);
}
.center-section2 #article {font-size: 20px;}
.center-section2 #article p{margin-bottom: 30px;} 
.center-section2 #article .row{display: flex;flex-wrap: wrap;}
.center-section2 #article .col-md-6{margin-bottom: 30px;}
.center-section2 #article img{width: 100%;height: 100%;object-fit: cover; display: block;}
.jobsbox .items{border: 1px solid #9FC850;box-sizing: border-box;padding: 20px;border-radius: 10px;background: #fff;margin-bottom: 40px;}
.jobsbox .items h3{font-size: 24px;color: #9FC850;margin-bottom: 40px;}
.jobsbox .items dl dd{display: flex;justify-content: space-between;padding: 5px 0px;}
.jobsbox .items dl dd span{width: 150px;font-size: 20px;}
.jobsbox .items dl dd span:nth-last-child(1){width: calc(100% - 150px);}

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


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


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

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

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

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

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

}
@media screen and (max-width:1024px) {
    .main-box{
        width:100%;
        padding: 0 15px;
    }
    .navBox .nav-ul {
        position: absolute;
        width: 100%;
        left: 0;
        top: 0px;
        margin-left: 0px;
        z-index: 9998;
    }
	.navBox .nav-ul .subnav li a{font-size:13px;}
    .banner .swiper .swiper-slide{height: 650px;}
    .latestbox .col-md-4 a h3{font-size: 20px;}
    .center-section2 #article{font-size: 18px;}
    .jobsbox .items{margin-bottom: 15px;}
    .jobsbox .items dl dd span{font-size: 18px;}


}
@media screen and (max-width:1024px) {
    .banner .swiper .swiper-slide{height: 550px;}
}
@media screen and (max-width:768px) {
    .banner .swiper .swiper-slide{height: 550px;}
}
@media screen and (max-width:767px) {
    .center-section2 #article{font-size: 16px;}
    .banner .swiper .swiper-slide{height: 300px;}
	.toptop{position:relative;}
    .center-box {
        padding: 30px 0 30px 0;
    }
    .center-box .center h2{
        font-size: 18px;
        margin: 0 0 10px 0;
		
    }
    .center-box .center p{
        font-size: 14px;
    }
    .center-box .center .center-section {
        margin: 0 0 0px 0;
	
    }
    .center-box .center .center-section2 {
        margin: 0 0 30px 0;
			padding-top: 20px;
    }
    .center-box .center .center-section2 table{
        width: 250%;
    }
    .center-box .center .center-section2 .table{
        overflow-x: scroll;
    }
    .center-box .center .center-section2 table tr td{
        font-size: 14px;
    }
    .center-box .center .center-section3 {
        margin: 0 0 0 0;
    }

    .topmost{
        margin: 50px 0 0 0;
    }
    .header{
        overflow: hidden;
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        height: 80px;
        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: 5px 0;
        text-align: center;
    }
    .header .logo img{
        max-height: 70px;
    }
    .header .language-on{
        overflow: hidden;
        position: absolute;
        left: 15px;
        top: 0;
        padding: 27px 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: 27px 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 img{
        height: 20px;
        margin: -2px 0 0 5px;
    }
    .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 .user{
        overflow: hidden;
        position: relative;
        padding: 15px 30px;
        background-color: #fff;
        border-bottom: 1px solid #eee;
    }
    .menu-box .user a{
        overflow: hidden;
        position: relative;
        display: block;
        padding:10px 15px;
        border: 1px solid #eee;
    }
    .menu-box .user img{
        float: left;
        margin: 3px 5px 0 0;
    }
    .menu-box .user span{
        float: left;
        color: #333;
    }
    .menu-box .link{
        overflow: hidden;
        position: relative;
        padding: 15px 30px;
        background-color: #fff;
    }




    .topmost .logo{
        width: 100%;
        text-align: center;
    }
    .topmost .top-most{
        width: 100%;
    }
    .topmost .top-most .tit{
        width: 100%;
    }
    .topmost .top-most .tit .tit-z{
        width: 100%;
        display: flex;
        display: -o-flex;
        display: -ms-flex;
        display: -moz-flex;
        display: -webkit-flex;
        align-items: center;
        justify-content: center;
    }
    .topmost .top-most .ul-box {
        margin: 40px 0 0 0;
    }
    .topmost .top-most .ul-box ul{
        width: 100%;
        display: flex;
        display: -o-flex;
        display: -ms-flex;
        display: -moz-flex;
        display: -webkit-flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .topmost .top-most .ul-box ul li {
        width: 25%;
        margin: 5px 0 10px 0!important;
    }
    .topmost .top-most .ul-box ul li .spI{
        margin: auto;
    }

    .footer{
        /*position: fixed;*/
    }
    .footer .copy{
        width: 100%;
        text-align: center;
    }
    .footer .foot{
        width: 100%;
        text-align: center;
        margin: 5px 0 0 0;
    }
	.section{margin-top:20px;}
    .topmost .top-most .ul-box ul li .spI{}
    .topmost .top-most .ul-box ul li .spI img{}
    .latestbox .col-md-4 a h3{font-size: 16px;}
    .jobsbox .items dl dd span{font-size: 16px;}
    .jobsbox .items dl dd span{width: 100px;}
    .jobsbox .items dl dd span:nth-last-child(1){width: calc(100% - 100px);word-break: break-all;}
    

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

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

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

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

}

























