﻿/*sub-banner*/
.sub-banner{margin-top:120px;height:400px;background-repeat: no-repeat;background-size:cover;background-position: center;position: relative;}
.sub-banner.pro-banner{background-color:#007BFF;}
.sub-banner .page-title{padding: 10% 0 0 0;text-align: center;position: relative;}
.pro-banner .page-title{padding: 10% 0 0 0;text-align: left;}
.sub-banner .page-title h4{font-size:50px;color: #fff;margin-bottom: 30px;font-family: "DINPro-Bold";text-transform: uppercase;font-weight: 600}
.sub-banner .page-title p{font-size:22px;color: #fff;font-weight:500;letter-spacing: 1px;font-family: "DINPro-Bold";}
.en .sub-banner .page-title p{font-family: Arial, sans-serif;font-size: 18px;letter-spacing: 0;}
.sub-banner .xian{width: 140px;height: 3px;background-color:rgba(255,255,255,0.5);position: absolute;left: 50%;margin-left: -70px;bottom: 30px;}
.sub-main{padding: 50px 0;}
.sub-main-title{font-size: 25px;font-weight: 600;color: #333;position: relative;font-family: "Noto Sans SC";text-indent: 20px;margin-bottom: 30px;}
.sub-main-title:after{
    content: '';
    width: 8px;height: 22px;
    position: absolute;left: 0;top:50%;margin-top: -10px;border-radius: 4px;
    background-color:#007BFF;
}
.sub-main-title span{float: right;font-size: 16px;line-height: 35px;font-family: Arial, "sans-serif";text-transform: uppercase;color: #ccc;font-weight: 400;}
.sub-main .sub-left{width: 900px;background-color: #fff;padding: 20px;}
.sub-main .sub-right{width: 270px;margin-left: 30px;}
@media (max-width: 1400px) {
    .sub-banner{height: 300px;margin-top: 80px;}
    .sub-banner .page-title{padding: 10% 0 0 0;}
    .sub-banner .page-title h4{font-size: 40px;margin-bottom: 20px;font-weight: 500;}
    .sub-banner .page-title p{font-size: 15px;line-height: 36px;}
    .sub-banner .xian{width: 180px;height: 3px;background-color: #eee;position: absolute;left: 50%;margin-left: -90px;bottom: 30px;}
}
@media screen and (max-width: 992px){
    .sub-banner{margin-top:50px;height: 160px;background-size: cover;}
    .sub-banner.pro-banner{height:160px;}
    .sub-banner .page-title{padding: 12% 0 0 0;}
    .sub-banner .page-title h4{font-size: 2.5rem;margin-bottom:20px;}
    .sub-banner .page-title p{font-size: 1.5rem;line-height:2rem;font-weight:400;letter-spacing: 0}
    .sub-banner .xian{width: 100px;height: 2px;margin-left: -50px;bottom: 20px;}
    .sub-main{padding: 30px 0;}
    .sub-main-title{font-size: 1.8rem;font-weight: 600;text-indent: 15px;margin-bottom:20px;}
    .sub-main-title:after{height: 18px;margin-top: -8px;}
    .sub-main-title span{float: right;font-size: 1.2rem;line-height: 2.5rem;}
    .sub-main .sub-left{width: 100%;padding: 10px;margin-bottom: 20px;}
    .sub-main .sub-right{width: 100%;margin-left: 0;}
}
/*section-title*/
.section-title {margin:30px 0; }
.section-title h4{
    font-size: 32px;color: #666;font-weight:500;text-align: center;font-family: "Noto Sans SC";
    position: relative;
    padding: 10px 0;
    margin:0;}
.en .section-title h4{font-family: Arial, sans-serif;font-weight: 600;padding:0;margin-bottom: 20px;}
.section-title h4:after{
    content:'';
    width:140px;
    height:1px;
    background-color:rgba(0,0,0,0.1);
    display:block;
    position:absolute; left:22%;bottom:0;}
.en .section-title h4:after,.en .section-title h4:before{bottom:15px;}
.section-title h4:before{
    content:'';
    width:140px;
    height:1px;
    background-color:rgba(0,0,0,0.1);
    display:block;
    position:absolute; right:22%;bottom:0;
}
.section-title h4 span{color:#007BFF;}
.section-title p{text-align: center;font-size: 18px;text-transform: uppercase;font-weight: 300;color:#dbdbdb;}

@media (max-width: 1200px) {
    .section-title {margin:20px 0;}
    .section-title h4{font-size: 22px;}
    .section-title h4:after{left:16%;}
    .section-title h4:before{right:16%;}
    .section-title p{font-size: 1.3rem;}
}
@media screen and (max-width: 992px){
    .section-title {margin:0; }
    .section-title h4{font-size: 2.2rem;letter-spacing: 1px;}
    .section-title h4 span{font-weight:800;}
    .section-title h4:after{width:50px;left:2%;bottom:20px;}
    .section-title h4:before{width:50px;right:2%;bottom:20px;}
    .section-title p{font-size: 1.4rem;}
}
/*xian*/
.sub-main .xian{width: 100%;height: 1px;background-color: #cce1e9;position: relative;margin: 0 0 30px 0;}
.sub-main .xian:after{
    content: '';
    width: 200px;height: 1px;background-color:#007BFF;
    position: absolute;left: 0;top:0;
}

/*sidebar*/
.sidebar{width:20%;padding: 20px 0;}
.sidebar .sub-nav-title{line-height: 50px;position: relative;color:#fff;text-indent:15px;font-size:22px;font-weight: 500;font-family: "Noto Sans SC";overflow: hidden;
    background-image: linear-gradient(125deg,#007BFF,#66CCFF);
    box-shadow: 0 5px 15px rgba(0,123,255, 0.28);
    -webkit-box-shadow: 0 5px 15px rgba(0,123,255, 0.28);
}
.sidebar .sub-nav-title i{font-size:2rem;font-weight:500;position: absolute;right: 20px;}
.sidebar .sub-nav{
    background-color: #fff;
    -webkit-box-shadow: 0 6px 20px 1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 6px 20px 1px rgba(0, 0, 0, 0.06);
    border-bottom-right-radius:30px;
    overflow: hidden;
    padding: 10px;}
.sidebar .sub-nav li{border-bottom: 1px solid #eee;}
.sidebar .sub-nav li:last-child{border-bottom: none;}
.sidebar .sub-nav li a{position: relative; display: block;line-height: 45px;font-size: 16px;color: #666;padding: 0 20px;text-decoration: none;font-family: "Noto Sans SC";}
.sidebar .sub-nav li a:after{
    content: '';
    position: absolute;left:-2px;top:50%;margin-top: -9px;
    width: 2px;height: 0;
    background-color: #007BFF;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.sidebar .sub-nav li a:hover,.sidebar .sub-nav li a.cur{color:#007BFF;}
.sidebar .sub-nav li a:hover:after,.sidebar .sub-nav li a.cur:after{height: 16px;}
.sub-cont{width:75%;margin-left: 5%;padding: 20px 0;}
.sub-cont .location {font-size: 14px;line-height: 45px;color: #999;	position: relative;text-align: right}
.sub-cont .location i:nth-child(1){font-size: 1.6rem;}
.sub-cont .location a {color: #999;	text-decoration: none;}
.sub-cont .location a:hover {color:#007BFF;text-decoration: underline;}
.sub-cont .section-title{font-size:22px;font-weight:500;padding: 0 0 0 20px;margin: 0 0 30px 0;text-indent: 0; position: relative;font-family: "Noto Sans SC";}
.sub-cont .section-title:before{
    content: '';
    width: 100%;height: 1px;left: 0;bottom: -10px;position: absolute;
    background-color:#ddd;}
.sub-cont .section-title:after{
    position: absolute;
    content: '';
    width: 8px;
    height: 22px;
    border-radius: 4px;
    background-image: linear-gradient(125deg,#007BFF,#66CCFF);
    box-shadow: 0 5px 15px rgba(0,123,255, 0.28);
    -webkit-box-shadow: 0 5px 15px rgba(0,123,255, 0.28);
    left:0;top:50%;margin-top:-10px;}
.sub-cont .section-title span{font-size:14px;letter-spacing: 0!important; margin: 0 0 0 10px; font-family:Arial, "sans-serif"; text-transform: uppercase;font-weight: 400;color: rgba(0,0,0,0.3);}

@media (max-width: 1200px) {
    .sidebar{width:20%;padding: 20px 0;}
    .sidebar .sub-nav-title{line-height: 40px;font-size: 18px;}
    .sidebar .sub-nav-title i{font-size: 1.6rem;}
    .sidebar .sub-nav{padding: 10px;}
    .sidebar .sub-nav li a{line-height: 30px;font-size: 13px;padding: 0 10px;}
    .sub-cont{width:75%;margin-left: 5%;padding: 20px 0;}
    .sub-cont .location {font-size: 11px;line-height:30px;}
    .sub-cont .location i:nth-child(1){font-size: 1.4rem;}
    .sub-cont .section-title{font-size:18px;}
    .sub-cont .section-title span{font-size:12px;}
}
@media screen and (max-width: 992px){
    .sidebar{width:100%;padding:0 10px 20px 10px;margin:-22px 0 0 0;}
    .sidebar .sub-nav-title{font-size: 1.6rem;font-weight:500;letter-spacing:0;position: relative;padding: 0;line-height: 40px;text-indent: 20px;}
    .sidebar .sub-nav-title span{font-family: Arial, "sans-serif"!important;font-size: 1.4rem;line-height: 40px;}
    .sidebar .sub-nav-title i{transform: rotate(90deg);position: absolute;right: 10px;top:-9px;}
    .sidebar .sub-nav{
        display: none;
        -webkit-box-shadow: 0 2px 10px 1px rgba(79, 172, 254, 0.08);
        box-shadow: 0 2px 10px 1px rgba(79, 172, 254, 0.08);}
    .sidebar .sub-nav li a{line-height:40px;font-size:1.6rem;padding: 0 10px;}
    .sidebar .sub-nav li a:after{width:0;}
    .sidebar .sub-nav li a:hover:after,.sidebar .sub-nav li a.cur:after{height:0;}
    .sub-cont{width:100%!important;margin-left:0;padding: 0 0 20px 0;}
    .sub-cont .location {font-size: 1.2rem;line-height: 2rem;top:-10px;border-bottom: 1px solid #eee;}
    .sub-cont .location i:nth-child(1){font-size: 1.5rem;}
    .sub-cont .section-title{font-size:1.6rem;color: #666;letter-spacing: 0;font-weight:500;margin:10px 10px 20px 10px;}
    .sub-cont .section-title:after{height: 20px;margin-top: -10px;}
    .sub-cont .section-title span{font-size:1.4rem;}
}
/*page-nav*/
.sub-main .page-nav{background-color: #fff;width: 100%;margin-bottom:50px;}
.sub-main .page-nav ul{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
.sub-main .page-nav ul li{line-height: 80px;font-size:18px;border-left: 1px solid #eee;}
.sub-main .page-nav ul li a{color:#666;font-weight:500;display: block;position: relative;font-family: Noto Sans CJK;text-align: center;}
.sub-main .page-nav li a:hover,.sub-main .page-nav li a.cur{color:#fff;background-color:#007BFF;}
.about{background-color: #f6f6f6;padding:0;}
.about .page-nav .page-nav-ul li{width: 33.33%;}
.about .loc{width: 50%;line-height: 80px;color: #666;}
.en .about .loc{width: 40%}
.about .loc a{font-size: 16px;color: #888;}
.about .loc .iconzhuye{font-size: 2rem;color:#007BFF;margin-right: 10px;}
.about .loc .iconarrow-right1{color: #999;font-size: 1.5rem;margin:0 10px;}
.about .page-nav .page-nav-ul{width: 50%;}
.en .about .page-nav .page-nav-ul{width: 60%;}
.about-text{flex-wrap: wrap;padding:20px 0}
.about-text .info{width: 100%;margin-bottom: 50px;}
.about-text .info p{font-size: 18px;line-height:36px;color: #495057;text-align:justify; text-justify:inter-ideograph;margin-bottom: 30px;font-weight: 450;}
.en .about-text .info p{font-size: 16px;line-height:32px;font-weight: 400;font-family: Arial, sans-serif;}
.about-text .img{width: 100%;text-align: center;margin-bottom: 50px;}
.about-text .img img{width:100%;}

@media (max-width: 992px) {
    .about{background-color: #f6f6f6;padding:0;}
    .about .container{padding: 0 20px;}
    .about .page-nav{padding: 0;background-color: transparent;margin-bottom:20px;}
    .about .page-nav .container{flex-wrap: wrap;padding: 0 ;}
    .about .page-nav .page-nav-ul{width: 100%;order: 1;background-color: #fff;}
    .about .page-nav .page-nav-ul li{width:50%;line-height:50px;font-size:1.4rem;margin-right: 0;}
    .about .page-nav .page-nav-ul li:first-child{border-left: none;}
    .about .page-nav .page-nav-ul li a{font-weight:700;}
    .about .page-nav .page-nav-ul li:last-child{margin-right: 0;}
    .about .loc{width: 100%;line-height:50px;order: 2;padding: 0 10px;display: none}
    .about .loc a{font-size:1.3rem;}
    .about .loc .iconzhuye{font-size: 1.8rem;margin-right:5px;}
    .about .loc .iconarrow-right1{font-size: 1.2rem;margin:0 5px;}
    .about-text{padding:20px 0 0 0}
    .about-text .info{width: 100%;order: 2;}
    .about-text .info p{font-size: 1.6rem;line-height:2.8rem;margin-bottom: 20px;}
    .about-text .img{width: 100%;text-align:center;order: 1;margin-bottom: 20px;margin-top: 20px;}
    .about-text .img img{max-width:100%;}
}
/*news*/
.news{padding:0 0 50px 0;position: relative;}
.news .container{flex-wrap: wrap;}
.news .newslist{padding: 0;margin: 0;}
.news .newslist li{margin-bottom: 20px;background-color: #fff;border:1px solid #eee;}
.news .newslist li a{display: block;position:relative;padding: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content:space-between;
    justify-content:space-between;}
.news .newslist li a .info{padding: 0 0 0 20px;width:80%;}
.news .newslist li a .info h3{font-size: 18px;color: #666;margin-bottom: 10px;font-weight: 500;font-family: Noto Sans CJK;}
.en .news .newslist li a .info h3{font-family: Arial, sans-serif;font-weight: 550}
.news .newslist li a .info p{font-size: 14px;color: #999;line-height: 22px;margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news .newslist li a .img{width:20%;height: 120px;background-size: cover; overflow: hidden;background-color: #f8f8f8;text-align: center;line-height: 120px;}
.news .newslist li a .img img{width: 50%;display: inline-block;vertical-align: middle;opacity: 0.5;filter:Alpha(opacity=50)}
.news .newslist li a .time{font-size:14px;color: #999}
.news .newslist li a:hover{text-decoration : none }
.news .newslist li a:hover .info h3{color:#007BFF;}
.news .newslist li:hover{
    -webkit-box-shadow: 0 0 10px 2px rgba(79, 172, 254, 0.08);
    box-shadow: 0 0 10px 2px rgba(79, 172, 254, 0.08);
    transform:translateY(-10px);
    -webkit-transform:translateY(-10px);
}
@media screen and (max-width: 992px){
    .news{background-color: #f4f4f4;padding:0;}
    .news .sidebar{width: 100%;}
    .news .location{padding: 0 10px;}
    .news .section-title{margin:10px 10px 30px 10px;}
    .news .container{flex-wrap: wrap;width: 100%;padding: 0 10px;}
    .news .newslist{padding: 0 10px 20px 10px;}
    .news .newslist li{margin-bottom: 10px;border: none;background-color: #fff;}
    .news .newslist li a{padding: 10px;}
    .news .newslist li a .info{padding: 0 0 0 10px;width:60%;}
    .news .newslist li a .info h3{font-size: 1.4rem;color:#666;font-weight: 500;font-family: "Noto Sans SC";}
    .news .newslist li a .info p{font-size: 1.2rem;line-height:1.6rem;margin-bottom: 0;}
    .news .newslist li a .img{width:40%;height: 100px;}
    .news .newslist li a .time{display: none;}
    .news .newslist li:hover{transform:translateY(0);-webkit-transform:translateY(0);}
}
/*shownews*/
.shownews{padding:120px 0 50px 0; background-color: #f6f6f6;}
.shownews .sub-main{
    -webkit-box-shadow: 1px 5px 10px rgba(0,0,0,0.04);
    box-shadow: 1px 5px 10px rgba(0,0,0,0.04);
    padding: 30px;margin: 0 auto 60px auto;
    position: relative;
    background-color: #fff;
}
.shownews .shownews-title{font-size: 30px;color: #666;line-height: 45px;text-align: center;}
.shownews .shownews-info{padding: 8px 0;text-align: center;font-size: 13px;color: #999;background-color: #f8f8f8;border-top: 1px solid #eee;margin: 10px 0 20px 0;}
.shownews .shownews-info span{margin: 0 10px;}
.shownews .shownews-cont{padding: 30px 0;font-size:14px;line-height: 25px;color: #666;}
.shownews .shownews-cont p{margin: 10px 0;}
.shownews .shownews-cont img{max-width: 80%;width: auto;height: auto;margin: 10px auto;display: block;}
.location {font-size: 14px;line-height: 50px;color: #888;position: relative;}
.location .iconzhuye{font-size: 1.8rem;margin-right: 10px;}
.location .iconarrow-right1{font-size: 1rem;padding: 25px 0;}
.location a {color: #888;text-decoration: none;}
.location a:hover {color:#007BFF;text-decoration: underline;}
.bottom-btn{border-top: 1px solid #eee;padding:20px 0;height: 50px;line-height: 50px;}
.bottom-btn a{width: 50%;display: block;font-size: 16px;color: #888;text-align: left;float: left;}
.bottom-btn a:hover{color:#007BFF;}
.bottom-btn a:nth-child(2n){text-align: right;}
.bottom-btn a i{font-size: 2.5rem;color: #999;margin-right:10px;display: inline-block;vertical-align:middle;}
.bottom-btn a:last-child i{margin-right: 0;margin-left: 10px;}
@media screen and (max-width: 992px) {
    .shownews {padding:50px 0 0 0;}
    .shownews .location{padding: 0 20px;line-height: 40px;}
    .shownews .container{padding: 0;}
    .shownews .sub-main {padding:20px;margin: 10px auto;-webkit-box-shadow:none;box-shadow:none;}
    .shownews .shownews-title{font-size:1.6rem;line-height:2.2rem;font-weight:700;}
    .shownews .shownews-cont{padding: 10px 0;font-size:1.4rem;line-height:2.5rem;color: #888;}
    .shownews .shownews-cont p{font-size:1.4rem!important;line-height:2.5rem!important;color: #888!important;}
    .shownews .shownews-cont img{max-width: 100%;width: 100%;margin: 0 auto;}
    .bottom-btn{padding:20px 0;height: 80px;line-height:2rem;border-top:none;}
    .bottom-btn a{width: 100%;font-size:1.4rem;font-weight: 800;line-height:2rem;margin-bottom: 10px;}
    .bottom-btn a:hover{}
    .bottom-btn a:nth-child(2n){text-align: left;}
    .bottom-btn a i{display: none}
}


/*contact*/
.contact{width:100%;background-color: #fff;}
.contact .page-nav{border-bottom: 1px solid #eee;}
.contact .contact-info{

    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content:space-between;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.contact .contact-info .flex-fs{align-items: center;}
.contact .contact-info .contact-l{background-color: #f4f5f6;width:49%;margin-right:2%;padding:7% 10% 0 10%;height: 252px;}
.contact .contact-info .contact-r{width:49%;margin-right:0;height: 250px;}
.contact .contact-info .contact-l .tel{}
.contact .contact-info .contact-l .tel p{display: block;padding: 10px 0 0 0;border-top: 1px solid #ddd;width:100%;margin-top:10px;font-family: "DINPro-Bold";font-size: 16px;line-height: 22px;color: #555; }
.contact .contact-info .contact-r .mail{background-color: #f4f5f6;padding:20px 10%;margin-bottom: 4%;height: 46%;}
.contact .contact-info .contact-r .add{background-color: #f4f5f6;padding:20px 10%;height: 46%;}
.contact .contact-info .icon{text-align: center;margin-right: 10%;}
.contact .contact-info .icon i{font-size: 2.2rem;width: 40px;height: 40px;border-radius: 50%;text-align: center;line-height: 40px;color: #fff;display: block;margin: 0 auto 10px auto;
    background-image: linear-gradient(125deg,#007BFF,#66CCFF);
    box-shadow: 0 5px 15px rgba(0,123,255, 0.28);
    -webkit-box-shadow: 0 5px 15px rgba(0,123,255, 0.28);
}
.contact .contact-info .icon span{font-size: 18px;font-weight:500;color:#666;font-family: "Noto Sans SC";}
.contact .contact-info .text{font-size: 16px;color: #555;line-height: 22px;font-family: "DINPro-Regular";}
.contact .contact-info .text h4{font-size: 32px;line-height:22px;font-weight: 600;font-family: "DINPro-Bold";}
.contact .contact-info .text img{width: 18px;}
.contact .contact-info .text a{display: block;padding: 20px 50px;border: 2px solid #ccc;}
.contact .contact-info .text a:hover{}
.conpany-info{border-bottom: 1px solid #ddd;border-top: 1px solid #ddd;padding: 20px 30px;}
.conpany-info p{font-size: 16px;color: #555;line-height:36px;font-family: "Noto Sans SC";font-weight: 400;position: relative;padding: 0 0 0 20px;}
.conpany-info p:after{content: '';width: 6px;height: 6px;background-color:#007BFF;position: absolute;left: 0;top:50%;margin-top: -3px;border-radius: 50%;}
.mapBox {height: 450px;position: relative;margin: 50px 0}
#Gaodemap{width: 100%;height:100%}
#Gaodemap .ripple{text-align: center;line-height: 1;}
#Gaodemap .ripple>i{font-size: 32px;display: block;color:#007BFF;}
#Gaodemap .ripple>span{position:relative;left:50%;width: 14px;height: 14px;display: block;border-radius: 50%;background-color:#007BFF;transform: translateX(-50%);}
#Gaodemap .ripple>span:before{content:'';position: absolute;top: 0;left: 0;width: 100%;height: 100%;border-radius: 50%;background-color:#007BFF;animation:soak 6s ease-in-out infinite;opacity: 0;}
.amap-logo{display: none!important;}
.amap-copyright{opacity:0;}
@keyframes soak{
    0% {
        opacity:.6;
        transform:scale(1);
    }

    50% {
        opacity:.2;
        transform:scale(6);
    }

    100% {
        opacity:.6;
        transform:scale(1);
    }
}
@media (max-width: 1280px) {
    .contact .contact-info .contact-l{padding:4% 8%;height: 250px;}
    .contact .contact-info .contact-r{height: 250px;}
    .contact .contact-info .contact-l .tel p{padding: 20px 0 0 0;margin-top:20px;}
    .contact .contact-info .contact-r .mail{padding:4% 8%;}
    .contact .contact-info .contact-r .add{padding:4% 8%;}
    .contact .contact-info .icon span{font-size: 17px;}
    .contact .contact-info .text{font-size: 12px;}
    .contact .contact-info .text h4{font-size: 25px;}
    .contact .contact-info .text a{padding: 20px 40px;}
}
@media screen and (max-width: 992px){
    .contact .contact-info .contact-l{width:100%;margin-right:0;padding:20px;height: auto;}
    .contact .contact-info .contact-r{width:100%;margin-right:0;height: auto;}
    .contact .contact-info .contact-l .tel p{padding:10px 0 0 0;margin-top: 10px;font-size:1.4rem;line-height: 2rem; }
    .contact .contact-info .contact-r .mail{padding:20px;margin: 4% 0;height: auto;}
    .contact .contact-info .contact-r .add{padding:20px;height:auto;}
    .contact .contact-info .icon{text-align: center;margin-right:8%;}
    .contact .contact-info .icon i{font-size:1.6rem;width:35px;height:35px;line-height:35px;}
    .contact .contact-info .icon span{font-size: 1.4rem;font-weight: 600;}
    .contact .contact-info .text{font-size: 1.4rem;line-height:2rem;}
    .contact .contact-info .text h4{font-size: 2.2rem;line-height:2.2rem;padding: 0;margin: 0;}
    .contact .contact-info .text img{width: 15px;}
    .contact .contact-info .text a{padding: 0;border:none;}
    .conpany-info{padding: 20px 0;}
    .conpany-info p{font-size: 1.2rem;line-height:2.5rem;padding: 0 0 0 12px;}
    .conpany-info p:after{width: 4px;height: 4px;margin-top: -2px;}
    .mapBox{height: 300px;;margin: 30px 0 0 0}
}
/*showjob*/
.showjob{margin:0 0 30px 0;}
.showjob h3{font-size:22px;color: #333; position: relative;padding: 15px 0;margin: 0 0  20px 0;font-weight:500;font-family: "Noto Sans SC";}
.en .showjob h3{font-weight: 550;font-size: 25px;font-family: Arial, sans-serif}
.showjob h3:after{
    content: '';position: absolute;width: 30px;height: 6px;border-radius: 4px;
    background-image: linear-gradient(125deg,#007BFF,#66CCFF);
    box-shadow: 0 5px 15px rgba(0,123,255, 0.28);
    -webkit-box-shadow: 0 5px 15px rgba(0,123,255, 0.28);
    left:0;top:0;
}
.showjob h3:before{content: '';position: absolute;width: 100%;height: 1px;background-color: #eee;left:0;bottom: 5px;}
.showjob .info-text{padding:10px 0}
.showjob .info-text p{font-size: 16px;letter-spacing: 1px;line-height: 28px;color: #666;margin: 0 0 20px 0;text-align:justify; text-justify:inter-ideograph;}
.en .showjob .info-text p{font-size: 14px;letter-spacing: 0;line-height: 22px;font-family: Arial, sans-serif}
.showjob .info-mail{font-size:16px;line-height:25px;color:#666;padding: 0 0 20px 0 }
.showjob .info-mail i{display:inline-block;width: 35px;height:35px; border-radius: 50%;color: #fff;font-size: 18px;line-height: 35px;text-align: center;margin-right: 10px;
    background-image: linear-gradient(125deg,#007BFF,#66CCFF);
    box-shadow: 0 5px 15px rgba(0,123,255, 0.28);
    -webkit-box-shadow: 0 5px 15px rgba(0,123,255, 0.28);
}
.joblist{
    background-color: #fff;padding: 20px;margin:0 0 30px 0;
    -webkit-box-shadow: 0 1px 20px rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 20px rgba(0, 0, 0, 0.08);
}
.joblist h4{font-size: 18px;color: #333; position: relative;padding: 15px 0;margin: 0 0 10px 0;font-family: "Noto Sans SC";font-weight: 500;}
.joblist h4:after{
    content: '';
    position: absolute;
    width: 30px;height: 6px;border-radius: 4px;
    background-image: linear-gradient(125deg,#007BFF,#66CCFF);
    box-shadow: 0 5px 15px rgba(0,123,255, 0.28);
    -webkit-box-shadow: 0 5px 15px rgba(0,123,255, 0.28);
    left:0;top:0;
}
.joblist h4:before{
    content: '';
    position: absolute;
    width: 100%;height: 1px;
    background-color: #eee;
    left:0;bottom: 5px;
}
.jobinfo-ul{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content:space-between;
    -o-justify-content: space-between;
    justify-content:space-between;
    margin: 10px 0 30px 0;
    border-left: 1px solid #eee;
    border-top:1px solid #eee;
    background-color: #fff;
    border-radius: 6px;
}
.joblist .jobinfo-ul li{width: 25%;
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
    background-color: rgba(0,0,0,0.02);
    padding: 10px;border-right: 1px solid #eee;border-bottom: 1px solid #eee;position: relative;
    margin: 0;}
.joblist .jobinfo-ul li:nth-child(2n){background-color: #fff;}
.joblist .jobinfo-list{padding: 10px;}
.joblist .jobinfo-list li{line-height: 30px;font-size:14px;color: #666; }
.nav-tabs{margin: 20px 0 0 0;}
.nav-tabs li{}
.nav-tabs li a{font-size: 16px;padding: 10px 25px;}
@media (max-width: 992px) {
    .showjob{margin:0 auto}
    .showjob h3{font-size:2.2rem;padding: 10px 0;margin: 0 0 10px 0;font-weight: 700;}
    .showjob h3:after{width: 30px;height: 6px;left:0;top:-5px;	}
    .showjob h3:before{bottom: 5px;}
    .showjob .info-text{padding:10px 0 0 0}
    .showjob .info-text p{font-size: 1.4rem;letter-spacing: 0;line-height:2.2rem;margin: 0 0 10px 0;padding: 0 0 10px 0;}
    .showjob .info-mail{font-size:1.4rem;line-height:2.2rem;padding: 0 0 10px 0 }
    .joblist{padding:10px;margin:0 0 10px 0;}
    .joblist h4{font-size: 1.8rem;padding: 10px 0;margin: 0 0 10px 0;font-weight: 700;}
    .joblist h4:after{width: 30px;height: 6px;left:0;top:-5px;}
    .joblist h4:before{bottom: 5px;	}
    .jobinfo-ul{margin: 10px 0 30px 0;}
    .joblist .jobinfo-ul li{padding: 5px 5px;}
    .joblist .jobinfo-list{padding: 10px;}
    .joblist .jobinfo-list li{line-height:2.2rem;font-size:1.3rem; }
    .nav-tabs{margin: 10px 0 0 0;}
    .nav-tabs li{}
    .nav-tabs li a{font-size:1.4rem;padding:5px 10px;}
}

.pro{padding:0;}
.pro .pro-search{align-items: center;background-color: #fff;position: relative;top:-65px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);
    border-radius: 6px;}
.pro .pro-ul{width: 50%;}
.pro .pro-ul li{width: 32%;margin-right: 2%;padding: 20px 0;}
.pro .pro-ul li:nth-child(3){margin-right: 0;}
.pro .pro-ul li a{display: block;text-align: center;font-size: 18px;color: #666;font-family: "Noto Sans SC";font-weight: 500;border-right: 1px solid #eee;}
.pro .pro-ul li:last-child a{border-right: none;}
.pro .pro-ul li a i{font-size: 4rem;color:#007BFF;display: block;margin-bottom: 10px;height:60px;}
.pro .pro-ul li:first-child a i{font-size: 4.3rem;}
.pro .pro-ul li a:hover{color:#007BFF;}
.pro .form{width: 50%;text-align: right;padding: 10px 40px 0 0;}
.pro .form form{flex-wrap: wrap;}
.pro .form input{outline:none;width:58%;margin-right: 4%;height:50px;border:none;background-color: #f6f6f6;padding: 0 10px;font-size: 16px;font-family: "Noto Sans SC";font-weight: 400;color: #666;
    border-radius: 6px;}
.pro .form input::placeholder{padding: 0 20px;font-size: 16px;font-family: "Noto Sans SC";font-weight: 400;color: #999;}
.pro .form button{
    outline:none;
    width: 38%;
    margin-right: 0;
    height:50px;
    border:none;
    font-size: 16px;
    font-family: "Noto Sans SC";
    font-weight: 500;color: #fff;border-radius: 6px;
    background-image: linear-gradient(125deg,#007BFF,#66CCFF);
    box-shadow: 0 5px 15px rgba(0,123,255, 0.28);
    -webkit-box-shadow: 0 5px 15px rgba(0,123,255, 0.28);
}
.pro .form button i{font-size:1.8rem;margin-left: 10px;color: #fff;}
.pro .form p{width: 100%;line-height: 22px;font-size: 14px;color: #888;text-align: left;padding: 10px 0 0 0;}
.pro .form p i{font-size: 1.6rem;color: #888;margin-right: 10px;}
.pro .form p a{color: #999;position: relative;display: inline-block;padding: 0 8px 0 5px;}
.pro .form p a:after{content:'';width: 1px;height: 14px;background-color: #ccc;position: absolute;right: 0;top:4px;}
.pro .form p a:last-child:after{display: none;}
.pro .form p a:hover{color:#007BFF;}
@media (max-width: 992px) {
    .pro .pro-search{top:0;box-shadow:none;-webkit-box-shadow:none;}
    .pro .container{flex-wrap: wrap;padding: 0 10px 20px 10px;}
    .pro .location{display: none;}
    .pro .pro-ul{width:100%;}
    .pro .pro-ul li a{font-size:1.4rem;font-weight: 600;}
    .pro .pro-ul li a i{font-size:3rem;margin-bottom:10px;height:40px;font-weight: 400;}
    .pro .pro-ul li:first-child a i{font-size:3rem;}
    .pro .form{width:100%;padding: 10px 0 0 0;}
    .pro .form input{width:63%;margin-right:4%;height:35px;padding: 0 10px;font-size:1.2rem;border-radius: 20px;}
    .pro .form input::placeholder{padding: 0 10px;font-size:1.2rem;}
    .pro .form button{width: 33%;height:35px;font-size:1.4rem;border-radius: 20px;}
    .pro .form button i{font-size:1.4rem;margin-left:5px;}
    .pro .form p{line-height:2rem;font-size:1.2rem;padding: 10px 0 0 0;}
    .pro .form p a{padding: 0 8px 0 5px;}
    .pro .form p a:after{height: 12px;top:3px;}
}
.subnav-box{background-color: #fff;padding:0;-webkit-box-shadow: 0 6px 30px 1px rgba(0, 0, 0, 0.06);box-shadow: 0 6px 30px 1px rgba(0, 0, 0, 0.06);}
.subnav{height: 50px;line-height:50px;font-size: 16px;color: #333;padding: 0 20px;text-decoration: none;font-family: "Noto Sans SC";font-weight: 400;cursor: pointer;position: relative;border-bottom: 1px solid #eaeaea;}
.subnav a{font-family: "Noto Sans SC";font-weight: 400;display: block;}
.subnav i{font-size: 1.4rem;color: #999;position: absolute;right:10px;top:0;}
.subnav:hover{text-decoration: none;}
.curdd{color:#007BFF;}
.curdt{border-bottom: 1px solid #007BFF;color:#007BFF;font-weight: 500;}
.curdt i{transform: rotate(90deg);color:#007BFF;font-weight:500;}
.curdt a{color:#007BFF;display: block;font-family: "Noto Sans SC";font-weight: 500;}
.nav-content{display: none;border-bottom:solid 1px #eee;padding: 10px 0;}
.subnav:last-child{border-bottom: none;}
.nav-content:last-child{border-bottom: none;}
.nav-content li a{display:block;height:35px;line-height:35px;padding-left:35px;font-family: "Noto Sans SC";color: #666;font-weight:400;font-size: 15px;position: relative;}
.nav-content li a:after{content: '';width: 6px;height: 6px;background-color:#ddd;border-radius: 50%;position: absolute;left: 20px;top:50%;margin-top: -3px;}
.nav-content li a:hover,.nav-content li a.cur{color:#007BFF;}
.nav-content li a:hover:after,.nav-content li a.cur:after{background-color:#007BFF}
@media (max-width: 992px) {
    .subnav-box{-webkit-box-shadow:none;box-shadow:none;padding: 0 10px 20px 10px;}
    .subnav{height:45px;line-height:45px;font-size: 1.4rem;padding: 0 10px;}
    .subnav a{font-family: "Noto Sans SC";font-weight: 500;display: block;}
    .nav-content li a{font-size:1.3rem;height: 30px;line-height: 30px;}
    .nav-content li a:after{width: 4px;height:4px;margin-top: -2px;}
}

.pro .pro-cont{flex-wrap: wrap;position: relative;top:-30px;}
.pro .location {font-size: 14px;line-height:22px;color: #888;width: 100%;}
.pro .location .iconzhuye{font-size: 1.8rem;margin-right: 10px;}
.pro .location .iconarrow-right1{font-size: 1rem;padding: 25px 0;display: inline-block;}
.pro .location a {color: #888;text-decoration: none;}
.pro .location a:hover {color:#007BFF;}
.pro .sub-cont{width:75%;margin-left: 5%;}
.pro .pro-list{flex-wrap: wrap;width: 100%;padding:10px 0;}
.pro .pro-list li{width: 31.33%;margin-right:3%;margin-bottom:3%;}
.pro .pro-list li:nth-child(3n){margin-right: 0;}
.pro .pro-list li a{display: block;background-color: #fff;border: 1px solid #ddd;border-bottom:4px solid #007BFF;position: relative;overflow: hidden;padding:10px;}
.pro .pro-list li a:after{
    content: '';
    width: 0;height:0;background-color:rgba(0,0,0,0.6);
    left: 0;top:0;position: absolute;z-index: 1;
    transition: all 0.3s;-webkit-transition: all 0.3s;}
.pro .pro-list li a .img{overflow: hidden;margin-bottom: 10px}
.pro .pro-list li a .img img{width: 100%;}
.pro .pro-list li a .info{padding:0;text-align: center;overflow: hidden;}
.pro .pro-list li a .info h4{font-size: 16px;font-family: "Noto Sans SC";color: #666;line-height: 25px;}
.pro .pro-list li a .info span{display: block;width: 150px;line-height: 40px;background-color:#007BFF;color: #fff;font-size: 16px; font-family: "Noto Sans SC";font-weight: 500;
position: absolute;top:50%;margin-top: -20px;left: -100%;z-index: 2;border-radius:4px;}
.pro .pro-list li a:hover{border-bottom: 1px solid #ddd;}
.pro .pro-list li a:hover:after{height:100%;width: 100%;}
.pro .pro-list li a:hover .img img{}
.pro .pro-list li a:hover .info h4{}
.pro .pro-list li a:hover .info span{left: 50%;margin-left: -75px;}
@media (max-width: 992px) {
    .pro{background-color: #f4f4f4;}
    .pro .pro-cont{flex-wrap: wrap;position: relative;top:50px;}
    .pro .pro-cont .location {display: none;}
    .pro .location .iconzhuye{font-size: 1.8rem;margin-right: 10px;}
    .pro .location .iconarrow-right1{font-size: 1rem;padding: 25px 0;display: inline-block;}
    .pro .location a {color: #888;text-decoration: none;}
    .pro .location a:hover {color:#007BFF;}
    .pro .sub-cont{width:100%;margin-left:0;}
    .pro .pro-list{flex-wrap: wrap;width: 100%;padding:10px 10px;}
    .pro .pro-list li{width: 48.5%;margin-right:3%;margin-bottom:3%;}
    .pro .pro-list li:nth-child(3n){margin-right: 0;}
    .pro .pro-list li:nth-child(3){margin-right:3%}
    .pro .pro-list li:nth-child(9){margin-right:3%}
    .pro .pro-list li:nth-child(2n){margin-right: 0;}
    .pro .pro-list li a{border-top-left-radius:0;border-bottom-right-radius:0;border: 1px solid #eee;border-bottom:3px solid #007BFF;}
    .pro .pro-list li a .img{margin: 0 0;}
    .pro .pro-list li a .info{padding:10px 10px;}
    .pro .pro-list li a .info h4{font-size:1.3rem;line-height: 2rem;}
    .pro .pro-list li a .info span{width: 100px;line-height: 32px;font-size:1.2rem;margin-top: -16px;}
    .pro .pro-list li a:hover .info span{margin-left: -50px;}
}

.search{padding: 120px 0 0 0;}
.showpro{padding:130px 0 50px 0;background-color: #f6f6f6;}
.showpro .container{flex-wrap: wrap;}
.showpro .location{width: 100%;margin-bottom: 20px;}
.showpro .showpro-img{width:35%;background-color: #fff;padding:30px;
    -webkit-box-shadow: 0 6px 20px 1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 6px 20px 1px rgba(0, 0, 0, 0.06);
    border-top-left-radius:30px;}
.showpro .showpro-img img{width: 100%;}
.showpro .showpro-info{width:65%;background-color: #fff;padding: 50px 60px;
    -webkit-box-shadow: 0 6px 20px 1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 6px 20px 1px rgba(0, 0, 0, 0.06);
    border-bottom-right-radius:30px;}
.showpro .showpro-info h4{font-family: "Noto Sans SC";color: #444;font-weight:500;font-size:22px;padding-bottom:30px;margin-bottom:30px;border-bottom: 1px solid #ddd;}
.showpro .showpro-info p{color: #666;font-size: 16px;line-height:30px;margin-bottom: 30px;}
.showpro-btn{padding:30px 0 0 0;border-top: 1px solid #ddd;}
.showpro-btn a{width:160px;line-height: 40px;border-radius: 30px;display: block;margin-right: 30px;
    background-image: linear-gradient(125deg,#007BFF,#66CCFF);
    box-shadow: 0 5px 15px rgba(0,123,255, 0.28);
    -webkit-box-shadow: 0 5px 15px rgba(0,123,255, 0.28);
    text-align: center;color: #fff;font-size: 16px;font-family: "Noto Sans SC";font-weight:500;
}
.showpro-btn a:last-child{width:auto;background-image:none; box-shadow:none;-webkit-box-shadow:none;font-size:19px;color: #666}
.showpro-btn a span{font-family: "DINPro-Regular";font-size:20px;font-weight: 600;}
.showpro-btn a:last-child i{color:#007BFF;font-size: 2.8rem;font-weight:500;}
.showpro-btn a:hover{}
.showpro-btn a i{font-size:2.6rem;display: inline-block;vertical-align: middle;margin-right:5px;position: relative;top:-2px;}
.showpro-cont{flex-wrap: wrap;position: relative;padding: 30px 0;}
.showpro-cont table{border: 1px solid #ddd;width: 100%;}
.showpro-cont table td{padding: 5px 5px;font-size:14px;color: #666;border-left: 1px solid #ddd;border-bottom: 1px solid #ddd;}
.showpro-cont table td p{padding: 0;margin: 0;font-size:14px;}
.showpro-cont p{font-size: 16px;color: #666;line-height: 25px;margin: 10px 0;}

@media (max-width: 992px) {
    .search{padding:50px 0 0 0;}
    .showpro{padding:50px 0 20px 0;background-color: #f6f6f6;}
    .showpro .container{flex-wrap: wrap;}
    .showpro .location{margin-bottom:0;}
    .showpro-cont .sidebar{margin: 20px 10px 20px 10px;}
    .showpro .showpro-img{width:100%;padding:20px;-webkit-box-shadow:none;box-shadow:none;border-top-left-radius:20px;}
    .showpro .showpro-img img{width: 100%;}
    .showpro .showpro-info{width:100%;padding: 10px 20px;-webkit-box-shadow: none;box-shadow: none;border-bottom-right-radius:20px;}
    .showpro .showpro-info h4{font-size:1.8rem;padding-bottom:20px;margin-bottom:20px;}
    .showpro .showpro-info p{font-size: 1.3rem;line-height:2.2rem;margin-bottom:20px;}
    .showpro-btn{padding:20px 0 0 0;flex-wrap: wrap;}
    .showpro-btn a{width:50%;line-height:40px;border-radius:20px;font-size:1.5rem;margin: 5px auto;}
    .showpro-btn a:last-child{font-size:1.5rem;color: #666;}
    .showpro-btn a span{font-size:1.6rem;}
    .showpro-btn a:last-child i{font-size:2.2rem;}
    .showpro-btn a i{font-size:2.2rem;}
    .showpro-cont{padding:0;}
    .showpro-cont .sidebar{order: 2;padding: 0 10px;}
    .showpro-cont .sub-cont{order: 1;background-color: #fff;padding:0 10px;}
    .showpro-cont .sub-cont p{font-size: 1.4rem;line-height: 2.5rem;color: #666;padding: 10px 0;}
    .showpro-cont .sub-cont img{width: 100%;margin: 10px 0;}
}

.pro-info{color: #666;font-weight:400;font-size:18px;line-height: 26px;}
.pro-info p{color: #666;font-weight:400;font-size:18px;line-height: 26px;padding: 10px 0;}
.pro-info img{width:100%;margin: 20px 0;}
.pro-info table{margin: 20px 0;}
.pro-info table th{padding: 5px 10px;background-color: #eee;}
.pro-info table td{padding: 5px 10px;}
.pro-info h2{font-size: 25px;font-weight: 550;margin-bottom: 10px;color:#007BFF;}
.pro-info h4{font-size:30px;color:#007BFF;position: relative;padding: 10px 0;text-indent: 10px;}
.pro-info h4:after{content: '';width: 4px;height: 16px;background-color: #999;position: absolute;left: 0;top:0;}
.pro-info ul{padding: 20px 0;}
.pro-info ul li{padding: 0 20px;position: relative;}
.pro-info ul li:after{content: '';width: 4px;height: 4px;border-radius: 50%;background-color: #ddd;position: absolute;left: 0;top:0;}

.search-pro{width: 100%;padding: 30px 0 0 0;}
.search-pro .form{width: 100%;text-align: left;}
.search-pro .form form{width: 50%;}
.search-pro p{width: 50%;text-align: right;}
.search-pro .form input{outline:none;width:58%;margin-right: 4%;height:50px;border:none;background-color: #f6f6f6;padding: 0 10px;font-size: 16px;font-family: "Noto Sans SC";font-weight: 400;color: #666;
    border-radius: 6px;}
.search-pro .form input::placeholder{padding: 0 20px;font-size: 16px;font-family: "Noto Sans SC";font-weight: 400;color: #999;}
.search-pro .form button{
    outline:none;
    width: 38%;
    margin-right: 0;
    height:50px;
    border:none;
    font-size: 16px;
    font-family: "Noto Sans SC";
    font-weight: 500;color: #fff;border-radius: 6px;
    background-image: linear-gradient(125deg,#007BFF,#66CCFF);
    box-shadow: 0 5px 15px rgba(0,123,255, 0.28);
    -webkit-box-shadow: 0 5px 15px rgba(0,123,255, 0.28);
}
.search-pro .form button i{font-size:1.8rem;margin-left: 10px;color:#fff;}
.search-pro .form p{width: 100%;line-height: 22px;font-size: 18px;color: #888;text-align: left;padding: 10px 0 0 0;font-weight:500;font-family: "Noto Sans SC";}
.search-pro .form p i{font-size: 1.8rem;color: #888;margin-right: 10px;}
.search-pro .form p a{color: #999;position: relative;display: inline-block;padding: 0 8px 0 5px;font-weight: 400;font-size: 16px;}
.search-pro .form p a:after{content:'';width: 1px;height: 16px;background-color: #ccc;position: absolute;right: 0;top:4px;}
.search-pro .form p a:last-child:after{display: none;}
.search-pro .form p a:hover{color:#007BFF;}
@media (max-width: 992px) {
    .search-pro{padding:20px 0;}
    .search-pro .form form{width: 100%;}
    .search-pro p{width:100%;text-align: right;display: none;}
    .search-pro .form input{width:64%;margin-right: 4%;height:35px;font-size: 1.4rem;border-radius:20px;}
    .search-pro .form input::placeholder{padding: 0 10px;font-size:1.4rem;}
    .search-pro .form button{width: 32%;height:35px;font-size: 1.4rem;border-radius:20px;}
    .search-pro .form button i{font-size:1.4rem;margin-left:5px;}
    .pro-info h2{font-size: 1.5rem;font-weight: 500;line-height:2.5rem;}
}

.prolist{margin: 0 0 80px 0;}
.prolist li{width: 31.33%;margin-right: 3%;border: 1px solid #ddd;position: relative;border-top-left-radius:30px;}
.prolist li:after{
    content: '';
    width: 5px;height: 30px;background-color:#007BFF;
    position: absolute;left: 0;top:30px;
}
.prolist li:nth-child(3){margin-right: 0;}
.prolist li .img{width: 100%;margin: 20px 0;}
.prolist li .img img{width: 100%;}
.prolist li .info{padding:30px;}
.prolist li .info h4{font-size: 22px;font-weight:600;font-family: "Noto Sans SC";color:#333;margin-bottom:30px;}
.prolist li .info p{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.prolist li .info p a{
    width: 32%;margin-right: 2%;margin-bottom: 2%;
    background-color: #eee;font-size: 15px;font-family: "Noto Sans SC";font-weight:400;
    line-height: 40px;text-align: center;border-radius: 4px;
}
.prolist li .info p a:nth-child(3n){margin-right: 0;}
.prolist li .info p a:hover{background-color:#007BFF;color: #111; }
.prolist li .info span{display: block;font-size: 15px;line-height: 25px;color: #888;padding:20px 0 0 0;border-top: 1px dashed #ddd;}
@media (max-width: 992px) {
    .prolist{margin:20px 0 0 0;flex-wrap: wrap;padding: 0 10px;}
    .prolist li{width: 100%;margin-right: 0;margin-bottom:5%;border-top-left-radius:20px;border-bottom-right-radius:20px;background-color: #fff;border: none;}
    .prolist li .img{margin: 10px auto;width:80%;}
    .prolist li .info{padding:20px;}
    .prolist li .info h4{font-size:1.8rem;margin-bottom:10px;}
    .prolist li .info p a{font-size:1.4rem;font-weight:500;line-height:35px;}
    .prolist li .info span{font-size:1.4rem;line-height:2.2rem;padding:10px 0 0 0;}
}

.service{background-color: #f6f6f6;}
.service .filelist{width: 100%;padding:10px 20px;background-color: #fff;border-radius: 6px;}
.service .filelist li{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content:space-between;
    justify-content: space-between;
    align-items: center;
    padding:15px 0;
    border-bottom: 1px solid #eaeaea;
}
.service .filelist li:last-child{border-bottom: none;}
.service .filelist li h4{width:85%;font-size:16px;font-family: "Noto Sans SC";font-weight:400;color: #666;position: relative;padding: 0 0 0 30px;}
.service .filelist li h4 i{font-size:2rem;color: #999;position: absolute;left: 0;}
.service .filelist li a{
    width: 100px;
    display: block;
    text-align: center;
    background-image: linear-gradient(125deg,#007BFF,#66CCFF);
    box-shadow: 0 5px 15px rgba(0,123,255, 0.28);
    -webkit-box-shadow: 0 5px 15px rgba(0,123,255, 0.28);
    border-radius: 20px;line-height: 30px;font-size: 14px;color: #222;font-family: "Noto Sans SC";font-weight:400;
}
.service .filelist li a:hover{
    background-image: linear-gradient(125deg,#007BFF,#66CCFF);
    box-shadow: 0 5px 25px rgba(0,123,255, 0.28);
    -webkit-box-shadow: 0 5px 25px rgba(0,123,255, 0.28);
}

.filenav{padding:10px 0 20px 0;}
.filenav li{margin-right: 10px;}
.filenav li:last-child{margin-right: 0;}
.filenav li a{display: block;font-size: 16px;font-family: "Noto Sans SC";font-weight:500;color: #666;background-color: #fff;padding:10px 30px;text-align: center;border-radius: 6px;}
.filenav li a:hover,.filenav li a.cur{background-color:#007BFF;color: #333;}

@media screen and (max-width: 992px){
    .service{background-color: #f4f4f4;padding:0;}
    .service .sidebar{width: 100%;}
    .service .location{padding: 0 10px;}
    .service .section-title{margin:10px 10px 30px 10px;}
    .service .container{flex-wrap: wrap;width: 100%;padding: 0 10px;}
    .service .filelist{padding:10px 10px;}
    .service .filelist li{padding:10px 0;}
    .service .filelist li h4{font-size:1.2rem;padding: 0 0 0 20px;}
    .service .filelist li h4 i{font-size:1.6rem;}
    .service .filelist li a{width: 80px;line-height:25px;font-size:1.2rem;}
    .filenav{padding:0 0 20px 0;}
    .filenav li{margin-right: 10px;}
    .filenav li a{font-size:1.3rem;padding:8px 20px;}
}
.throughput{padding:20px 100px 50px 100px;background-color: #fff}
.throughput .text{text-align: center;}
.throughput .text p{font-size: 18px;font-weight: 450;color: #495057;line-height: 35px;margin-bottom:30px;}
.throughput .swiper-container{padding:0 50px 50px 50px ;margin: 0 auto;}
.throughput .swiper-wrapper{width: 1200px;margin: 0 auto;}
.throughput .swiper-slide {width:700px;transition-timing-function:linear;background-color: #fff;padding: 20px;
    box-shadow: 2px 5px 15px rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 2px 5px 15px rgba(0, 0, 0, 0.06);
    border-radius: 12px;
}
@media only screen and (max-width:1440px){
    .throughput .swiper-slide {width:600px;}
}
@media only screen and (max-width:992px){
    .throughput{padding: 30px 20px}
    .throughput .text p{font-size: 1.5rem;line-height:2.5rem;margin-bottom:10px;}
    .throughput .swiper-container{width: 100%;padding: 20px 0 40px 0}
    .throughput .swiper-wrapper{width: 100%;}
    .throughput .swiper-slide {width:250px;padding:10px;margin: 0 10px!important;}
}
.throughput .swiper-slide img{ width:100%;border-radius: 6px;}
.throughput .swiper-button-next,.Campus .swiper-button-prev{
    width:80px;
    height:100px;
    background-size:86px 112px;
    margin-top:-50px;
    outline:none;
    font-size: 0;
    color: transparent;
}
@media only screen and (max-width:992px){
    .throughput .swiper-button-next,.throughput .swiper-button-prev{
        width:40px;
        height:50px;
        background-size:43px 56px;
        margin-top:-25px;
    }
}
.throughput .swiper-button-next{background-image: url(../images/next.svg);width: 50px;font-size: 5rem;}
.throughput .swiper-button-prev{background-image: url(../images/prev.svg);width: 50px;font-size: 5rem;}
.throughput .swiper-pagination-bullet{
    background:none;
    opacity:1;
    margin:0 6px !important;
    width:9px;
    height:9px;
    position:relative;
    outline:none;
    vertical-align:middle;}
.throughput .swiper-pagination-bullet span{
    width:3px;
    height:3px;
    background:#212529;
    display:block;
    border-radius:50%;
    margin-top:3px;
    margin-left:3px;
}
.throughput .swiper-pagination-bullet i{
    background:#007BFF;
    height:1px;
    width:20px;
    position:absolute;
    top:4px;
    transform:scaleX(0);
    transform-origin:left;
    z-index:3;
    transition-timing-function:linear;
}
.throughput .swiper-pagination-bullet-active span,.throughput .swiper-pagination-bullet:hover span{
    width:9px;
    height:9px;
    margin-top:0;
    margin-left:0;
    background:#007BFF;
    position:relative;
    z-index:1;
}
.throughput .swiper-pagination-bullet-active i{ animation:middle 6s;}
.throughput .swiper-pagination-bullet:first-child.swiper-pagination-bullet-active i{animation:first 6s;}
.throughput .swiper-pagination-bullet:last-child.swiper-pagination-bullet-active i{animation:last 6s;}
@keyframes first{
    0% {transform:scaleX(0.5);left:0px;}/*091*/
    100% {transform:scaleX(1);left:2px;} /*0915*/
}
@keyframes last{
    0% {transform:scaleX(0.7);left:-10px;}/*1090*/
    20% {transform:scaleX(0.3);left:2px;} /*090*/
    100% {transform:scaleX(0.3);left:0px;} /*090*/
}
@keyframes middle{
    0% {transform:scaleX(0.7);left:-10px;}/*1091*/
    20% {transform:scaleX(0.45);left:2px;}/*092*/
    100% {transform:scaleX(1);left:2px;} /*0913*/
}
.honors{padding:0 0 50px 0;}
.honors-ul{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content:flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 0;
}
.honors-ul li{width: 49%;margin-right: 2%;margin-bottom: 2%;padding: 20px;background-color: #fff;
    box-shadow:5px 10px 20px rgba(0,0,0,0.05);
    -webkit-box-shadow:5px 10px 20px rgba(0,0,0,0.05);
    -moz-box-shadow:5px 10px 20px rgba(0,0,0,0.05);
}
.honors-ul li:nth-child(2n){margin-right: 0;}
.honors-ul li img{width: 100%;}
@media only screen and (max-width:992px){
    .honors{background: #fff;padding:20px 0;}
    .honors-ul li{width: 49%;padding:5px;}
    .honors-ul li:nth-child(2n){margin-right: 0;}
    .honors-ul li img{width: 100%}
}
.vision{padding: 20px 0 80px 0;}
.vision .container{padding: 50px ;background-color: #fff;
    box-shadow:5px 5px 20px rgba(0,0,0,0.03);
    -webkit-box-shadow:5px 5px 20px rgba(0,0,0,0.03);
    -moz-box-shadow:5px 5px 20px rgba(0,0,0,0.03);
}
.vision .img{width: 40%}
.vision .img img{width: 100%}
.vision .info{width: 55%;margin-right: 5%}
.vision .info h4{font-size: 30px;font-weight: 550;color:#495057;margin-bottom: 20px;position: relative;padding-left: 30px;}
.vision .info h4:after{content: '';width: 20px;height: 20px;border: 5px solid #007BFF;border-radius: 50%;position: absolute;left: 0;top:50%;margin-top: -10px;}
.vision .info p{font-size: 18px;line-height: 36px;color: #495057;margin-bottom: 20px;}
@media only screen and (max-width:992px){
    .vision{background-color: #fff;}
    .vision .container{padding:20px;flex-wrap: wrap;box-shadow:none;-webkit-box-shadow:none;-moz-box-shadow:none;}
    .vision .img{width: 100%;text-align: center;padding: 0 20px;}
    .vision .info{width: 100%;margin-right: 0}
    .vision .info h4{font-size: 2rem;margin-bottom:10px;padding-left:20px;font-weight: 700}
    .vision .info h4:after{content: '';width: 14px;height: 14px;border: 3px solid #007BFF;margin-top: -7px;}
    .vision .info p{font-size:1.5rem;line-height:2.5rem;}
}