
.nav-list .nav-li.addLi{
    position: static;
}
.addLi .popular-select-inner {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0; 
    width: 100%;
}

.addLi .popular-select-list>li{
    float: left;
    margin-bottom: 0;
    padding: 10px 20px 0 20px;
    max-width: 25%;
}



.index-pages{
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
}

.header-fixed{
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
}
.header-fixed .max-header{
    margin: 0 auto;
    max-width: 1920px;
    background: #01a7f2;
    position: relative;
}
.max-header .header{
    max-width: 1400px;
    margin: 0 auto;
}
.header .index-logo{
    height: 94px;
    background: #ffffff;
    margin-bottom: 4px;
    position: relative;
    padding-right: 30px;
}
.header .index-logo::before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background: #fff !important;
    width: 1000px;
    height: 100%;
}
.header .index-logo .index-logo-link{
    display: inline-block;
    height: 100%;
    z-index: 2;
    position: relative;
}
.header .index-logo .index-logo-link img{
    width: auto;
    height: 100%;
}

.header .index-logo .index-logo-link .pc-logo-img{
    display: block;
}
.header .index-logo .index-logo-link .ph-logo-img{
    display: none;
}

.menu-fixed{
    position: fixed;
    top: 0;
    left: -100%;
    bottom: 0;
    z-index: 2000;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.2);
    opacity: 0;
    visibility: hidden;
}
.menu-fixed .menu-bar{
    position: absolute;
    top: 0;
    left: -100%;
    width: 60%;
    height: 100%;
    overflow-y: auto;
    background: #f5f5f5;
    transition: left .4s linear;
    -moz-transition: left .4s linear;
    -webkit-transition: left .4s linear;
    -o-transition: left .4s linear;
}
.menu-fixed.menu-open{
    opacity: 1;
    visibility: visible;
    left: 0;
}
.menu-fixed.menu-open .menu-bar{
    left: 0;
}

.menu-bar>li{
    border-top: 1px solid #575759;
    background: #494a4d;
}
.menu-bar>li:first-child{
    border-top: none;
}

.menu-bar ul{
    display: none;
}
.menu-bar li{
    position: relative;
}
.menu-bar li a{
    padding: 0 20px;
    display: block;
    color: #ffffff;
}
.menu-bar>li>ul{
    background: #3c3d40;
}
.menu-bar>li>ul>li>ul{
    background: #2f3032;
}
.menu-bar li span.open-more-icon{
    position: absolute;
    top: 13px;
    right: 12px;
    width: 16px;
    height: 16px;
    background: url(../images/icon_down.png) no-repeat center;
    background-size: 16px 16px;
    padding: 4px;
}

.menu-bar li span.open-more-icon.close-icon{
    background: url(../images/icon_up.png) no-repeat center;
    background-size: 16px 2px;
}

.menu-bar>li>a{
    font-size: 16px;
    font-weight: bold;
    line-height: 50px;
    padding-left: 20px;
}
.menu-bar>li>ul>li{
    border-top: 1px solid #4d4d50;
}
.menu-bar>li>ul>li:first-child{
    border-top: none;
}
.menu-bar>li>ul>li>a{
    font-weight: bold;
    line-height: 45px;
    font-size: 14px;
    padding-left: 30px;
}
.menu-bar>li>ul>li>ul>li{
    border-top: 1px solid #4d4d50;
}
.menu-bar>li>ul>li>ul>li:first-child{
    border-top: none;
}
.menu-bar>li>ul>li>ul>li>a{
    font-size: 14px;
    line-height: 40px;
    padding-left: 46px;
}
.menu-bar>li.on>a{
    color: #3eb8eb;
    text-decoration: underline;
}
.menu-bar>li>ul>li.on>a{
    color: #ea5d4b;
}
.menu-bar>li>ul>li>ul>li.on>a{
    background: #232324; 
}


.header .menu-icon{
    display: none;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 30px;
    right: 20px;
}
.header .menu-icon img{
    width: 100%;
    height: 100%;
    display: block;
}
.header .nav-list{
    text-align: right;
    max-width: 100%;
}
.nav-list .nav-li{
    margin-left: 70px;
    position: relative;
}
.nav-list .nav-li:first-child{
    margin-left: 0;
}
.nav-list .nav-li .nav-li-link{
    display: block;
    font-size: 16px;
    line-height: 50px;
    font-weight: bold;
    color: #ffffff;
}

.header .language-list{
    margin: 12px 0;
  width: 40%;
    float: right;
    text-align: right;
}
.language-list .language-link{
    display: inline-block;
    margin-right: 30px;
}
.language-list .language-link .language-icon{
    width: 26px;
    height: 18px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}
.language-list .language-link .language-icon img{
    width: 100%;
    height: 100%;
    display: block;
}
.language-list .language-link .language-txt,.zl-kj{
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    display: inline-block;
    vertical-align: middle;
}

.max-header .popular-select-inner{
    position: absolute;
    /* top: 100%; */
    /* left: 0; */
    /* right: 0; */
    width: 100%;
    background: #f5f5f5;
    display: none;
    width: auto;
}
.popular-select-inner .popular-select-list{
    max-width: 1400px;
    margin: 0 auto;
    text-align: center;
}

.popular-select-list li{
    margin-bottom: 10px;
}
.popular-select-list li ul {
    margin-top: 10px;
}

.popular-select-list>li{
    margin-bottom: 0;
    padding: 12px 20px;
    border-bottom: 1px solid #ececec;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.nav-list .nav-li:nth-child(3) .popular-select-list>li{
    width: 100%;
}
.popular-select-list li a{
    font-size: 14px;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /* display: block; */
    width: 100%;
}
.popular-select-list>li>a{
    font-size: 14px!important;
    color: #333333!important;
    padding: 10px 0;
}
.main{
    width: 100%;
}

.banner-swiper .banner-wrap{
    width: 100%;
    position: relative;
    height: 500px;
    background-size: cover;
    background: url('../images/banner.jpg') no-repeat center;

}
.banner-wrap .banner-info{
    position:absolute;
    top: 50%;
    left: 10%;
    right: 10%;
    max-width: 80%;
    text-align: center;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);    /* IE 9 */
    -moz-transform: translateY(-50%);   /* Firefox */
    -webkit-transform: translateY(-50%); /* Safari å’Œ Chrome */
    -o-transform: translateY(-50%);     /* Opera */
}
.banner-wrap .banner-info-bg{
    background: rgba(0,0,0,.1);
    position:absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.banner-info h3{
    font-size: 65px;
    color: #ffffff;
    margin-bottom: 36px;
    text-shadow: 0.1em 0.1em 0.5em #616161;
}
.banner-info em{
    font-size: 39px;
    color: #ffffff;
    display: block;
    margin-bottom: 36px;
    font-weight: 700;
    text-shadow: 0.1em 0.1em 0.5em #616161;
}
.banner-info p{
    font-size: 32px;
    color: #ffffff;
    text-shadow: 0.1em 0.1em 0.5em #616161;
}


/* è‡ªå®šä¹‰åˆ†é¡µå™¨ */
.banner-pagination {
    position: absolute;
    z-index: 20;
    bottom: 15px;
    width: 100%;
    text-align: center;
}

/* æœªé€‰ä¸­çŠ¶æ€ */
.banner-pagination .swiper-pagination-switch {  
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #555;
    margin: 0 5px;
    background: #ffffff;
    cursor: pointer;
    transition: width 0.3s ease-in-out;
    -moz-transition: width 0.3s ease-in-out; /* Firefox 4 */
    -webkit-transition: width 0.3s ease-in-out; /* Safari å’Œ Chrome */
    -o-transition: width 0.3s ease-in-out; /* Opera */
}
/* é€‰ä¸­çŠ¶æ€ */
.banner-pagination .swiper-active-switch {
    width: 16px;
    background: #01a7f2;
}
.banner-inner .banner-desc-inner{
    background: #f7f7f7;
    width: 100%;
}
.banner-desc-inner .banner-desc{
    max-width: 1400px;
    margin: 0 auto;
    padding: 36px 0;
}
.banner-desc .desc-con{
    font-size: 16px;
    line-height: 40px;
    color: #666666;
    max-width: calc(100% - 300px); 
}
.banner-desc .desc-link-inner{
    /*margin-top: 20px;*/
    margin-left: 140px;
}
.banner-desc .desc-link{
    display: block;
    width: 160px;
    height: 40px;
    border-radius: 5px;
    border: solid 1px #1e96d3;
    text-align: center;
}
.banner-desc .desc-link .view-txt{
    font-size: 14px;
    line-height: 38px;
    color: #333333;
    display: inline-block;
    vertical-align: middle;
}
.banner-desc .desc-link .view-icon{
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px;
    background: url('../images/right.png') no-repeat center;
    background-size: 20px 20px;
}

.service-type-inner{
    width: 100%;
    background: #ffffff;
}
.service-type-inner .service-type-list{
    max-width: 1430px;
    margin: 0 auto;
    padding: 50px 0;
}
.service-type-list .service-type-item{
    width: 25%;
    padding: 0 10px;
}
.service-type-item .service-type-info{ 
    width: 100%;
}
.service-type-info .product-img{
    width: 100%;
}
.service-type-info .product-img img{
    width: 100%;
    display: block;
}
.service-type-info .info-content{
    padding: 0 20px 20px 20px;
    background: #fafafa;
}
.service-type-info .info-content .view-more-link{
    font-size: 14px;
    color: #b3b3b3;
    display: inline-block;
    position: relative;
    padding-right: 20px;
    background: url('../images/more.png') no-repeat right center;
    background-size: 16px 16px;
    line-height: 20px;
}

.service-type-info .info-content .info-title{
    font-size: 16px;
    color: #333333;
    padding: 20px 0;
    width: 100%;
    font-weight: bold;
    display: block;
}
.service-type-info .info-content p{
    font-size: 14px;
    overflow: hidden;
    height: 56px;
    line-height: 28px;
    color: #999999;
    margin-bottom: 20px;
}
.choose-us-inner{
    width: 100%;
    padding-bottom: 50px;
    background: #ffffff;
}
.choose-us-inner .choose-us-wrap{
    max-width: 1400px;
    margin: 0 auto;
    background: #fafafa;
    position: relative;
}
.choose-us-wrap .why-img{
    width: 45%;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    max-height: 100%;
}
.choose-us-wrap .why-img img{
    width: 100%;
    display: block;
}
.choose-us-wrap .choose-reason{
    width: 55%;
    padding: 0 50px;
    min-height: 350px;
}
.choose-us-wrap .choose-reason h2{
    font-size: 22px;
    color: #4d4d4d;
    padding: 50px 0 40px 0;
}
.choose-us-wrap .choose-reason p{
    font-size: 16px;
    color: #666666;
    margin-bottom: 40px;
    font-weight: bold;
    line-height: 30px;
}
.choose-us-wrap .choose-reason .success-example-ul{
    margin-bottom: 40px;
}
.choose-us-wrap .choose-reason .success-example-ul li{
    font-size: 16px;
    line-height: 20px;
    color: #b3b3b3;
    margin-bottom: 14px;
    position: relative;
    padding-left: 16px;
}
.choose-us-wrap .choose-reason .success-example-ul li a{    color: #01a7f2;
    font-style: italic;}
.choose-us-wrap .choose-reason .success-example-ul li:last-child{
    margin-bottom: 0;
}
.choose-us-wrap .choose-reason .success-example-ul li::after{
    position: absolute;
    top: 50%;
    left: 0;
    content: '';
    width: 6px;
    height: 6px;
    background: #02a8f2;
    overflow: hidden;
    border-radius: 50%;
    display: block;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);    /* IE 9 */
    -moz-transform: translateY(-50%);   /* Firefox */
    -webkit-transform: translateY(-50%); /* Safari å’Œ Chrome */
    -o-transform: translateY(-50%);     /* Opera */
}

.footer-inner{
    width: 100%;
}
.footer-inner .footer{
    background: #00415e;
    padding: 40px 0;
}
.footer .footer-info{
    max-width: 1400px;
    margin: 0 auto;
}
.footer-inner .copyright{
    width: 100%;
    padding: 20px 0;
    background: #ffffff;
    text-align: center;
    font-size: 14px;
    color: #cccccc;
}

.footer-info .footer-more{
    width: 20%;
}
.footer-info .footer-contact{
    width: 40%;
}
.footer-info .footer-about{
    width: 40%;
}
.footer-info .contact-info{
    margin-left: 30px;
}
.footer-info .footer-more .contact-info{
    margin-left: 0;
}
.footer-info .contact-info h4{
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 32px;
}
.footer-info .contact-info p{
    font-size: 14px;
    line-height: 36px;
    color: #a7c3d0;
}
.footer-info .contact-info ul{
    width: 100%;
}
.footer-info .contact-info ul li{
    margin-bottom: 20px;
    font-size: 14px;
    color: #a7c3d0;
}
.footer-info .contact-info ul li:last-child{
    margin-bottom: 0;
}
.footer-info .contact-info ul li a{
    font-size: 14px;
    color: #a7c3d0;
}
.footer-info .contact-info ul li.active a{
    color: #01a7f2;
}

/* ä¸šåŠ¡èŒƒå›´ */
.main .banner_bar{
    width: 100%;
}
.banner_bar .banner-img{
    width: 100%;
    height: 400px;
}
.crumbs-inner{
    width: 100%;
    padding: 18px 0;
}
.crumbs-inner .crumbs-wrap{
    max-width: 1400px;
    margin: 0 auto;
}
.crumbs-inner .crumbs-wrap .crumbs-link{
    font-size: 14px;
    color: #bfbfbf;
}
.crumbs-inner .crumbs-wrap .crumbs-line{
    font-size: 14px;
    color: #bfbfbf;
}

.nav-tab-inner{
    width: 100%;
    border-bottom: 1px solid #f5f5f5;
}
.nav-tab-inner .nav-tab{
    max-width: 1400px;
    margin: 0 auto;
}
.nav-tab .nav-tab-item{
    background: transparent;
    height: 50px;
    line-height: 50px;
}
.nav-tab .nav-tab-item a{
    display: block;
    width: 120px;
    font-size: 16px;
    color: #666666;
    text-align: center;
}
.nav-tab .nav-tab-item.active{
    background: #01a7f2;
}
.nav-tab .nav-tab-item.active a{
    color: #ffffff;
}

.service-container{
    width: 100%;
}

.service-container .company-info-inner{
    width: 100%;
    padding: 50px 0;
    background: #fff;
}
.company-info-inner .company-info{
    max-width: 1400px;
    margin: 0 auto;
}
.company-info .company-img{
    width: 42%;
}
.company-info .company-img img{
    width: 100%;
    display: block;
}
.company-info .company-info-r{
    width: 58%;
    padding-left: 28px;
}
.company-info .company-info-r p{
    font-size: 16px;
    line-height: 30px;
    color: #999999;
}
.service-container .service-list{
    width: 100%;
}
.service-container .service-list .service-part{
    width: 100%;
    padding: 50px 0;
}
 /* å¥‡æ•° */
.service-container .service-list .service-part:nth-child(odd){
    background: #f7f7f7;
}
 /* å¶æ•° */
.service-container .service-list .service-part:nth-child(even){  
    background: #ffffff;
}
.service-list .service-part .service-part-info{
    max-width: 1400px;
    margin: 0 auto;
}
.service-part-info .service-img{
    width: 42%;
    padding-left: 28px;
}

 /* å¥‡æ•° */
 .service-part:nth-child(odd) .service-part-info .service-info-wrap{
    float: left;
 }
 .service-part:nth-child(odd) .service-part-info .service-img{ 
    float: left;
}

 /* å¶æ•° */
 .service-part:nth-child(even) .service-part-info .service-info-wrap{
    float: right;
 }
 .service-part:nth-child(even) .service-part-info .service-img{  
    padding-left: 0;
    padding-right: 28px;
    float: right;
}


.service-part-info .service-img img{
    width: 100%;
    display: block;
}
.service-part-info .service-info-wrap{
    width: calc(58% - 28px);
}
.service-info-wrap h3{
    font-size: 18px;
    color: #333333;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 46px;
}
.service-info-wrap h3::after{
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 20px;
    height: 3px;
    background: #01a7f2;
}
.service-info-wrap .service-info-desc p{
    font-size: 16px;
    color: #999999;
    margin-bottom: 30px;
    line-height: 30px;
}
.service-info-wrap .service-info-desc p:last-child{
    margin-bottom: 0;
}
.service-part-info .other-service-info{
    padding-top: 40px;
}
.other-service-info h4{
    font-size: 16px;
    color: #4d4d4d;
    margin-bottom: 24px;
}
.other-service-info ul li{
    font-size: 16px;
    line-height: 30px;
    color: #999999;
    position: relative;
    padding-left: 16px;
    padding-right: 20px;
    margin-bottom: 10px;
    display: inline-block;
    max-width: 33.333%;
    width: 100%;
}
.other-service-info ul li::before{
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    overflow: hidden;
    background: #01a7f2;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}




/* æ–°é—»ä¸­å¿ƒ */
.news-center-container{
    width: 100%;
    background: #ffffff;
    padding: 40px 0;
}
.dynamics-wrap{
    max-width: 1400px;
    height: 320px;
    margin: 0 auto;
    position: relative;
}
.dynamics-wrap .dynamics-pos{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 600px;
    background: #ffffff;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
.dynamics-pos .dynamics-info{
    position: relative;
    padding-bottom: 50px;
    text-align: center;
}
.dynamics-info h2{
    position: relative;
    font-size: 22px;
    color: #333333;
    padding: 30px 19%;
    text-align: center;
    font-weight: normal;
    line-height: 32px;
    display: inline-block;
    max-width: 62%;
}
.dynamics-info h2::before{
    position: absolute;
    left: 5%;
    top: 46px;
    content: "";
    width: 12%;
    height: 1px;
    background: #cccccc;
}
.dynamics-info h2::after{
    position: absolute;
    right: 5%;
    top: 46px;
    content: "";
    width: 12%;
    height: 1px;
    background: #cccccc;
}
.dynamics-info p{
    font-size: 16px;
    line-height: 30px;
    color: #b3b3b3;
    height: 60px;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}

.dynamics-info .read-view-link{
    font-size: 16px;
    color: #ffffff;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #01a7f2;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,50%);
    -ms-transform: translate(-50%,50%);
    -moz-transform: translate(-50%,50%);
    -webkit-transform: translate(-50%,50%);
    -o-transform: translate(-50%,50%);
}


/* åˆ†é¡µå™¨ */
.base-pagination{
    background: #f7f7f7;
    width: 100%;
    padding: 40px 0;
}
.base-pagination .pagination-inner{
    max-width: 1400px;
    margin: 0 auto;
    text-align: center;
}
.pagination-wrap{
    display: inline-block;
}
.pagination-wrap .page-prev,.pagination-wrap .page-next{
    width: 27px;
    height: 27px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}
.pagination-wrap .page-prev{
    background: url('../images/p.png') no-repeat center;
    background-size: 27px 27px;
    transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
}
.pagination-wrap .page-next{
    background: url('../images/p.png') no-repeat center;
    background-size: 27px 27px;
}
.pagination-wrap .page-num{
    display: inline-block;
    vertical-align: middle;
    line-height: 27px;
    margin: 0 20px;
}
.pagination-wrap .page-num .page{
    font-size: 16px;
    color: #333333;
    display: inline-block;
    vertical-align: middle;
}
.pagination-wrap .page-num .cur-page{
    color: #01a7f2;
}
.pagination-wrap .page-num .page-line{
    margin: 0 10px;
}
.news-center-list-inner{
    background: #f7f7f7;
    width: 100%;
}
.news-center-list-inner .news-center-list{
    max-width: 1400px;
    margin: 0 auto;
}
.news-center-list .news-center-item{
    margin-bottom: 30px;
    background: #fff;
}
.news-center-list .news-center-item:last-child{
    margin-bottom: 0;
}
.news-center-item .news-center-item-link{
    display: block;
    width: 100%;
}
.news-center-item-link .news-img{
    width: 380px;
}
.news-center-item-link .news-img img{
    width: 100%;
    display: block;
}
.news-center-item-link .news-info-txt{
    width: calc(100% - 380px);
    min-height: 200px;
    position: relative;
    padding: 0 30px;
}
.news-center-item-link .news-info-txt h3{
    font-size: 16px;
    color: #4d4d4d;
    padding: 30px 0;
}
.news-center-item-link .news-info-txt p{
    font-size: 16px;
    line-height: 30px;
    height: 60px;
    color: #b3b3b3;
    overflow: hidden;
}
.news-center-item-link .news-info-txt span{
    font-size: 16px;
    color: #b3b3b3;
    position: absolute;
    bottom: 16px;
    left: 30px;
}

/* æ–°é—»è¯¦æƒ… */
.newsDetail-inner{
    width: 100%;
    background: #fff;
}
.newsDetail-inner .newsDetail-wrap{
    margin: 0 auto;
    max-width: 1400px;
}
.newsDetail-wrap .title-wrap{
    padding-bottom: 30px; 
    border-bottom: 1px dashed #ebebeb;
}
.newsDetail-wrap .title-wrap h3{
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    margin-bottom: 24px;
}
.newsDetail-wrap .title-wrap span{
    font-size: 14px;
    color: #bfbfbf;
}
.newsDetail-wrap .newsDetail-info{
    padding: 30px 0;
}
.newsDetail-wrap .newsDetail-info .img{
    width: 100%;
    margin-bottom: 32px;
}
.newsDetail-wrap .newsDetail-info .img img{
    width: 100%;
    display: block;
}
.newsDetail-wrap .newsDetail-info p{
    font-size: 16px;
    line-height: 36px;
    color: #b3b3b3;
    margin-bottom: 30px;
}
.newsDetail-wrap .newsDetail-info p:last-child{
    margin-bottom: 0;
}

/* å…¬å¸ä»‹ç» */
.desc-txt-inner{
    width: 100%;
    padding: 14px 0 40px 0;
}
.desc-txt-inner .desc-txt{
    margin: 0 auto;
    max-width: 1400px;
    font-size: 18px;
    line-height: 36px;
    color: #4d4d4d;
}
.aboutCompany-container{
    width: 100%;
}

.company-inner{
    width: 100%;
    padding: 50px 0;
}
.company-inner .center-title{
    max-width: 1400px;
    margin: 0 auto;
    font-size: 18px;
    color: #999999;
    padding-bottom: 50px;
}
.company-inner .company-info-list{
    max-width: 1400px;
    margin: 0 auto; 
}
.company-info-list .company-info-part{
    margin-bottom: 40px;
}
.company-info-list .company-info-part:last-child{
    margin-bottom: 0;
}

 /* å¥‡æ•° */
.company-info-part:nth-child(odd) .company-img{
    float: right;
}
.company-info-part:nth-child(odd) .company-info-wrap{
    float: left;
    padding-right: 30px;
}
 /* å¶æ•° */
.company-info-part:nth-child(even) .company-img{
    float: left;
}
.company-info-part:nth-child(even) .company-info-wrap{
    float: right;
    padding-left: 30px;
}

.company-info-part .company-img{
    width: 500px;
}
.company-info-part .company-img img{
    width: 100%;
    display: block;
}
.company-info-part .company-info-wrap{
    width: calc(100% - 500px);
}
.company-info-wrap h3{
    font-size: 18px;
    color: #333333;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 40px;
}
.company-info-wrap h3::after{
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 20px;
    height: 3px;
    background: #01a7f2;
}
.company-info-wrap h4{
    font-size: 18px;
    color: #4d4d4d;
    margin-bottom: 30px;
}
.company-info-wrap p{
    font-size: 16px;
    line-height: 30px;
    color: #999999;
    margin-bottom: 30px;
}
.company-info-wrap ul{
    width: 100%ï¼›
}
.company-info-wrap ul li{
    font-size: 16px;
    line-height: 30px;
    color: #999999;
    position: relative;
    padding-left: 16px;
    padding-right: 20px;
    margin-bottom: 10px;
}
.company-info-wrap ul li::before{
    position: absolute;
    content: "";
    top: 11px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    overflow: hidden;
    background: #01a7f2;
}
.company-info-wrap ul li:last-child{
    margin-bottom: 0;
}

/* ä¼ä¸šè¯ä¹¦ */
.certificate-inner{
    padding: 50px 0 20px 0;
    width: 100%;
}
.certificate-inner .certificate-list{
    max-width: 1260px;
    margin: 0 auto;
}
.certificate-list .certificate-item{
    width: 33.333%;
    padding: 0 30px;
    margin-bottom: 30px;
}
.certificate-list .certificate-item .certificate-item-link{
    display: block;
    width: 100%;
}
.certificate-item-link .certificate-img{
    width: 100%;
}
.certificate-item-link .certificate-img img{
    width: 100%;
    display: block;
}
.certificate-item-link .certificate-info{
    width: 100%;
}
.certificate-item-link .certificate-info h3{
    font-size: 18px;
    color: #333333;
    position: relative;
    padding: 20px 0;
    margin-bottom: 24px;
}
.certificate-item-link .certificate-info h3::after{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 20px;
    height: 3px;
    background: #01a7f2;
    content: "";
}
.certificate-item-link .certificate-info p{
    font-size: 16px;
    line-height: 30px;
    color: #999999;
    height: 200px;
    overflow: hidden;
}


/* ä¼ä¸šå›¢é˜Ÿ */
.management-inner{
    width: 100%;
    padding: 50px 0; 
}
.team-info-inner{
    max-width: 1400px;
    margin: 0 auto;
}
.team-info-inner .team-img{
    width: 364px;
}
.team-info-inner .team-img img{
    width: 100%;
    display: block;
}
.team-info-inner .team-info-txt{
    width: calc(100% - 364px);
    padding-left: 30px;
}
.team-info-inner .team-info-txt h3{
    font-size: 20px;
    color: #4d4d4d;
    position: relative;
    padding-bottom: 28px;
    padding-top: 20px;
    margin-bottom: 30px;
}
.team-info-inner .team-info-txt h3::after{
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 20px;
    height: 3px;
    background: #01a7f2;
}
.team-info-inner .team-info-txt h4{
    font-size: 16px;
    color: #4d4d4d;
    margin-bottom: 30px;
}
.team-info-inner .team-info-txt p{
    font-size: 16px;
    line-height: 24px;
    color: #999999;
    margin-bottom: 30px;
}
.team-info-inner .team-info-txt p:last-child{
    margin-bottom: 0;
}


/* è”ç³»æˆ‘ä»¬ */
.contactUs-inner{
    width: 100%;
    padding: 50px 0;
}
.contactUs-inner .contactUs-wrap{
    max-width: 1400px;
    margin: 0 auto;
}
.contactUs-wrap h2{
    font-size: 24px;
    color: #4d4d4d;
    padding-bottom: 50px;
}
.contactUs-wrap .contactUs-table{
    width: 100%;
}
.contactUs-wrap .contactUs-table .contactUs-table-li{
    position: relative;
    width: 50%;
    margin-bottom: 30px;
}
.contactUs-table .contactUs-table-li .contactUs-icon{
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
}
.contactUs-table .contactUs-table-li .contactUs-icon img{
    width: 100%;
    display: block;
    height: 100%;
}
.contactUs-table .contactUs-table-li .contactUs-txt{
    font-size: 16px;
    color: #666666;
    line-height: 40px;
    padding-left: 60px;
    padding-right: 20px;
}

#allmap{
    width: 100%;
    height: 500px;
}

.onlineContact-info{
    width: 100%;
}
.onlineContact-info form{
    display: block;
    width: 100%;
}
.onlineContact-info p{
    font-size: 16px;    
    line-height: 30px;
    color: #666666;
    margin-bottom: 30px;
}
.onlineContact-info span.tips{
    font-size: 16px;
    color: #b3b3b3;
    margin-bottom: 20px;
    display: block;
}
.onlineContact-info .red-point{
    color: #eb1717;
}
.fill-form .fill-form-item{
    width: 48%;
    margin-right: 4%;
    position: relative;
    margin-bottom: 20px;
}
.fill-form .fill-form-item:nth-child(2n){
    margin-right: 0;
}
.fill-form .fill-form-item.fill-textarea{
    width: 100%;
    margin-right: 0;
}
.fill-form-item .form-input{
    display: block;
    width: 100%;
    padding: 0 16px;
    height: 60px;
    line-height: 60px;
    background: #fafafa;
    border: solid 1px #f5f5f5;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 16px;
    color: #333333;
}

.fill-form-item .form-textarea{
    display: block;
    width: 100%;
    padding: 0 16px;
    height: 150px;
    line-height: 60px;
    background: #fafafa;
    border: solid 1px #f5f5f5;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 16px;
    color: #333333;
}

.fill-form-item .placeholder-pos{
    position: absolute;
    top: 0;
    left: 16px;
    font-size: 16px;
    color: #b3b3b3;
    line-height: 60px;
    z-index: 0;
    pointer-events: none;
}

.onlineContact-info .sign-checkbox{}
.sign-checkbox .checkbox-title{
    margin-bottom: 30px;
    font-size: 16px;
    color: #666666;
    display: block;
}
.sign-checkbox .sign-message-btn{
    font-size: 16px;
    line-height: 40px;
    color: #ffffff;
    width: 120px;
    height: 40px;
    background-color: #01a7f2;
    text-align: center;
    display: block;
    border: none;
    cursor: pointer;
}
.sign-checkbox .checkbox-list{
    max-width: 560px;
    margin-bottom: 10px;
}
.checkbox-list .checkbox-item{
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 20px;
}
.checkbox-item .checkbox-icon{
    width: 18px;
    height: 18px;
    background: #ebebeb;
    border-radius: 2px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-right: 10px;
}
.checkbox-item input[type="checkbox"]{
    display: none;
}
.checkbox-item .checkbox-txt{
    font-size: 16px;
    color: #666666;
    display: inline-block;
    vertical-align: middle;
}
.checkbox-item .checkbox-txt a{
    font-size: 16px;
    color: #01a7f2;
}
.checkbox-item input[type="checkbox"]:checked + .checkbox-icon::before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ebebeb url('../images/select.png') no-repeat center;
    background-size: 100%;
    display: inline-block;
}





/* hoveräº‹ä»¶ */
.popular-select-list li a:hover{
    color: #01a7f2!important;
}
.nav-list .nav-li:hover .popular-select-inner{
    display: block;
}
.service-type-item .service-type-info:hover{ 
    box-shadow: 0 0 20px rgba(0,0,0,.1);
}
.service-type-item .service-type-info:hover .info-content{ 
    background: #ffffff;
}
.service-type-info .info-content .info-title:hover{
    color: #01a7f2;
}
.service-type-info .info-content .view-more-link:hover{
    color: #01a7f2;
    background: url('../images/more-hover.png') no-repeat right center;
}
.banner-desc .desc-link:hover{
    background: #1e96d3;
}
.banner-desc .desc-link:hover .view-txt{
    color: #ffffff;
}
.banner-desc .desc-link:hover .view-icon{
    background: url('../images/right-hover.png') no-repeat center;
}
.footer-info .contact-info ul li a:hover{
    color: #01a7f2;
}

.menu-bar>li>a:hover{
    color: #3eb8eb;
    text-decoration: underline;
}

.nav-tab .nav-tab-item:hover{
    background: #01a7f2;
}
.nav-tab .nav-tab-item:hover a{
    color: #ffffff;
}
.pagination-wrap .page-prev:hover{
    background: url('../images/p_click.png') no-repeat center;
}
.pagination-wrap .page-next:hover{
    background: url('../images/p_click.png') no-repeat center;
}

.news-center-item-link:hover .news-info-txt h3{
    color: #01a7f2;
}





@media only screen and (max-width:1250px){
    .service-type-inner .service-type-list {
        max-width: 800px;
    }
    .service-type-list .service-type-item {
        width: 50%;
        padding: 0 40px;
        margin-bottom: 30px;
    }
    .footer .footer-info {
        max-width: 960px;
    }
    .choose-us-inner .choose-us-wrap {
        max-width: 960px;
    }
    .choose-us-wrap .choose-reason {
        padding: 0 30px;
    }
    .choose-us-wrap .choose-reason h2 {
        padding: 30px 0 20px 0;
    }
}

@media only screen and (max-width:1220px){
    .max-header .header{
        padding: 0 10px;
    }
    .banner-desc-inner .banner-desc {
        width: 960px;
    }
    .banner-desc .desc-con{
        max-width: calc(100% - 260px); 
    }
    .banner-desc .desc-link-inner {
        margin-left: 100px;
    }

    /* ä¸šåŠ¡èŒƒå›´ */
    .crumbs-inner .crumbs-wrap {
        padding: 0 10px;
    }
    .nav-tab-inner .nav-tab {
        padding: 0 10px;
    }
    .company-info-inner .company-info {
        padding: 0 10px;
    }
    .service-list .service-part .service-part-info {
        padding: 0 10px;
    }

    /* æ–°é—»ä¸­å¿ƒ */
    .news-center-list-inner .news-center-list{
        padding: 0 10px;
    }

    .newsDetail-inner .newsDetail-wrap {
        padding: 0 10px;
    }

    /* è”ç³»æˆ‘ä»¬ */
    .contactUs-inner .contactUs-wrap {
        padding: 0 10px;
    }
    .contactUs-wrap .contactUs-table {
        width: 90%;
        margin-left: 5%;
    }

    /* å…¬å¸ä»‹ç» */
    .desc-txt-inner .desc-txt {
        padding: 0 10px;
    }
    .company-inner .company-info-list {
        padding: 0 10px;
    }

    /* ä¼ä¸šå›¢é˜Ÿ */
    .team-info-inner {
        padding: 0 10px;
    }

    /* ä¼ä¸šæ–‡åŒ– */
    .company-inner .center-title {
        padding: 0 10px 50px 10px;
    }

}

@media only screen and (max-width:1200px){
    .banner-desc-inner .banner-desc {
        width: 800px;
    }
    .banner-desc .desc-con{
        max-width: calc(100% - 260px); 
    }
    .banner-desc .desc-link-inner {
        margin-left: 100px;
    }
    .footer .footer-info {
        max-width: 920px;
    }
}

@media only screen and (max-width:1023px){
    .banner-swiper .banner-wrap {
        height: 450px;
    }
    .banner-info h3 {
        font-size: 40px;
    }
    .banner-desc .desc-con{
        max-width: calc(100% - 240px); 
    }
    .banner-desc .desc-link-inner{
        margin-left: 80px;
    }
    .footer .footer-info {
        max-width: 820px;
    }

    /* æ–°é—»ä¸­å¿ƒ */
    .dynamics-info h2 {
        font-size: 20px;
    }

    /* è”ç³»æˆ‘ä»¬ */
    .contactUs-inner {
        padding: 40px 0;
    }
    .contactUs-wrap .contactUs-table {
        width: 96%;
        margin-left: 2%;
    }
    .contactUs-wrap h2 {
        font-size: 22px;
        padding-bottom: 40px;
    }
    #allmap {
        height: 460px;
    }

    /* åœ¨çº¿è”ç³» */
    .fill-form .fill-form-item {
        width: 100%;
        margin-right: 0;
    }
    .sign-checkbox .checkbox-list {
        margin: 0 auto;
        max-width: 100%;
    }
    
    .sign-checkbox .sign-message-btn {
        margin: 0 auto;
    }

    /* å…¬å¸ä»‹ç» */
    .desc-txt-inner .desc-txt {
        line-height: 30px;
        font-size: 16px;
    }
    .company-info-part .company-img {
        width: 42%;
    }
    .company-info-part .company-info-wrap {
        width: 58%;
    }

    /* ä¼ä¸šæ–‡åŒ– */
    .company-inner .center-title {
        padding: 0 10px 40px 10px;
    }
    .certificate-inner {
        padding: 40px 0 10px 0;
    }
    .certificate-list .certificate-item {
        padding: 0 20px;
        width: 50%;
    }
}

@media only screen and (max-width:990px){
    .header .nav-list {
        width: 100%;
    }
    .banner-swiper .banner-wrap {
        height: 420px;
    }
    .banner-info h3 {
        font-size: 36px;
    }
    .choose-us-inner .choose-us-wrap {
        padding: 0 20px;
    }
    .choose-us-wrap .choose-reason {
        width: 100%;
        padding: 0;
        min-height: 307px;
    }
    .choose-us-wrap .why-img {
        transform: translateY(0);
        -ms-transform: translateY(0);
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        position: static;
        width: 100%;
        top: 0;
    }

    /* ä¸šåŠ¡èŒƒå›´ */
    .banner_bar .banner-img{
        height: 350px;
    }
    .other-service-info ul li {
        max-width: 50%;
    }

    .service-container .company-info-inner {
        padding: 40px 0;
    }
    .service-container .service-list .service-part {
        padding: 40px 0;
    }
    .service-info-wrap h3 {
        margin-bottom: 40px;
    }

    /* è”ç³»æˆ‘ä»¬ */
    .contactUs-inner {
        padding: 36px 0;
    }
    .contactUs-wrap .contactUs-table {
        width: 96%;
        margin-left: 2%;
        margin-bottom: 30px;
    }
    .contactUs-wrap h2 {
        font-size: 20px;
        padding-bottom: 30px;
    }
    .contactUs-wrap .contactUs-table .contactUs-table-li {
        width: 100%;
        margin-bottom: 24px;
    }
    .contactUs-wrap .contactUs-table .contactUs-table-li:last-child{
        margin-bottom: 0
    }
    #allmap {
        height: 440px;
    }

    /* å…¬å¸ä»‹ç» */
    .desc-txt-inner {
        padding: 10px 0 30px 0;
    }
    .desc-txt-inner .desc-txt {
        line-height: 26px;
        font-size: 15px;
    }
}

@media only screen and (max-width:920px){
    .banner-swiper .banner-wrap {
        height: 380px;
    }
    .banner-info h3 {
        font-size: 32px;
        margin-bottom: 30px;
    }
    .banner-info em {
        margin-bottom: 30px;
    }

    .banner-desc .desc-con{
        max-width: calc(100% - 220px); 
    }
    .banner-desc .desc-link-inner{
        margin-left: 60px;
    }
    .footer .footer-info {
        max-width: 700px;
    }
    
    /* ä¸šåŠ¡èŒƒå›´ */
    .company-info .company-img {
        width: 100%;
    }
    .company-info .company-info-r {
        width: 100%;
        padding-left: 0;
        margin-top: 30px;
    }
    .service-part-info .service-img {
        width: 100%;
        padding-left: 0;
    }
    .service-part-info .service-info-wrap {
        width: 100%;
        margin-bottom: 40px;
    }
    .service-part:nth-child(even) .service-part-info .service-img {
        padding-right: 0;
    }
    .service-container .company-info-inner {
        padding: 30px 0;
    }
    .service-container .service-list .service-part {
        padding: 30px 0;
    }

    /* æ–°é—»ä¸­å¿ƒ */
    .dynamics-info h2 {
        font-size: 18px;
        padding: 20px 19%;
        line-height: 30px;
    }
    .dynamics-info h2::before,.dynamics-info h2::after  {
        top: 35px;
    }
    .dynamics-info p {
        font-size: 15px;
        line-height: 26px;
        height: 52px;
    }
    .dynamics-info .read-view-link {
        font-size: 15px;
        width: 110px;
        height: 36px;
        line-height: 36px;
    }
    .base-pagination {
        padding: 30px 0;
    }
    .news-center-item-link .news-img {
        width: 100%;
    }
    .news-center-item-link .news-info-txt {
        width: 100%;
        padding: 0 10px;
    }
    .news-center-item-link .news-info-txt span {
        left: 10px;
    }

    /* è”ç³»æˆ‘ä»¬ */
    .contactUs-inner {
        padding: 30px 0;
    }
    #allmap {
        height: 400px;
    }

    /* å…¬å¸ä»‹ç» */
    .company-inner {
        padding: 40px 0;
    }
    .company-info-part .company-img {
        width: 100%;
    }
    .company-info-part .company-info-wrap {
        width: 100%;
        margin-top: 30px;
    }
    .company-info-part:nth-child(odd) .company-info-wrap {
        padding-right: 0;
    }
    .company-info-part:nth-child(even) .company-info-wrap {
        padding-left: 0;
    }
    .company-info-wrap h3 {
        font-size: 17px;
        padding-bottom: 16px;
        margin-bottom: 30px;
    }

    /* ä¼ä¸šå›¢é˜Ÿ */
    .management-inner {
        padding: 40px 0;
    }
    .team-info-inner .team-img {
        width: 100%;
    }
    .team-info-inner .team-info-txt {
        width: 100%;
        padding-left: 0;
    }
}

@media only screen and (max-width:820px){
    .language-list .language-link {
        margin-right: 20px;
    }
    .language-list .language-link .language-icon {
        margin-right: 4px;
    }
    .header .nav-list {
        display: none;
    }
    .header .language-list {
        width: 100%;
        text-align: center;
    }
    .header .menu-icon{
        display: block;
    }
    .header .index-logo{
        margin-bottom: 0;
        width: 100%;
    }
    .banner-swiper .banner-wrap {
        height: 350px;
    }
    .banner-info h3 {
        font-size: 26px;
        margin-bottom: 26px;
    }
    .banner-info em {
        margin-bottom: 26px;
    }
    .banner-wrap .banner-info {
        left: 5%;
        right: 5%;
        max-width: 90%;
    }
    .banner-desc-inner .banner-desc {
        width: 700px;
    }
    .service-type-inner .service-type-list {
        max-width: 100%;
    }
    .service-type-list .service-type-item {
        width: 100%;
        padding: 0 20px;
        margin-bottom: 30px;
    }
    .service-type-list .service-type-item:last-child {
        margin-bottom: 0;
    }
    .choose-us-inner .choose-us-wrap {
        padding: 0 10px;
    }

     /* ä¸šåŠ¡èŒƒå›´ */
     .banner_bar .banner-img{
        height: 300px;
    }
    .nav-tab .nav-tab-item a {
        width: 100px;
        font-size: 15px;
    }
    .service-container .company-info-inner {
        padding: 30px 0;
    }
    .service-container .service-list .service-part {
        padding: 30px 0;
    }
    .service-info-wrap h3 {
        margin-bottom: 30px;
    }
    .service-part-info .service-info-wrap{
        margin-bottom: 30px;
    }
    .service-part-info .other-service-info {
        padding-top: 30px;
    }
    .other-service-info ul li {
        max-width: 100%;
    }

    /* æ–°é—»ä¸­å¿ƒ */
    .dynamics-info h2 {
        padding: 20px 14%;
        max-width: 72%;
    }
    .dynamics-info h2::before {
        width: 8%;
    }
    .dynamics-info h2::after {
        width: 8%;
    }
    
    .base-pagination {
        padding: 20px 0;
    }
    .news-center-item-link .news-info-txt {
        min-height: 180px;
    }
    .news-center-item-link .news-info-txt h3 {
        font-size: 15px;
        padding: 20px 0;
    }
    .news-center-item-link .news-info-txt p{
        font-size: 15px;
        line-height: 26px;
        height: 52px;
    }
    .news-center-list .news-center-item {
        margin-bottom: 20px;
    }
    .newsDetail-wrap .title-wrap {
        padding-bottom: 20px;
    }
    .newsDetail-wrap .title-wrap h3 {
        margin-bottom: 20px;
    }
    .newsDetail-wrap .newsDetail-info {
        padding: 20px 0;
    }
    .newsDetail-wrap .newsDetail-info .img {
        margin-bottom: 20px;
    }
    .newsDetail-wrap .newsDetail-info p {
        font-size: 15px;
        line-height: 26px;
        margin-bottom: 20px;
    }
    /* è”ç³»æˆ‘ä»¬ */
    .contactUs-wrap .contactUs-table {
        width: 100%;
        margin-left: 0;
        margin-bottom: 20px;
    }
    .contactUs-wrap .contactUs-table .contactUs-table-li {
        margin-bottom: 20px;
    }
    
    .contactUs-table .contactUs-table-li .contactUs-icon {
        width: 36px;
        height: 36px;
    }
    .contactUs-table .contactUs-table-li .contactUs-txt {
        line-height: 36px;
        padding-left: 48px;
    }
    #allmap {
        height: 350px;
    }

    /* åœ¨çº¿è”ç³» */
    .fill-form-item .form-input {
        height: 50px;
        line-height: 50px;
    }
    .fill-form-item .placeholder-pos {
        line-height: 50px;
    }
    .fill-form-item .form-textarea {
        line-height: 50px;
    }
    .sign-checkbox .sign-message-btn {
        margin-top: 20px;
        font-size: 15px;
        line-height: 36px;
        width: 110px;
        height: 36px;
    }

    /* å…¬å¸ä»‹ç» */
    .company-inner {
        padding: 30px 0;
    }
    .company-info-list .company-info-part {
        margin-bottom: 20px;
    }
    .company-info-part .company-info-wrap {
        margin-top: 20px;
    }
    .desc-txt-inner {
        padding: 0 0 20px 0;
    }
    .desc-txt-inner .desc-txt {
        line-height: 22px;
        font-size: 14px;
    }
    .company-info-wrap h3 {
        font-size: 16px;
        padding-bottom: 12px;
        margin-bottom: 20px;
    }
    .company-info-wrap p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .company-info-wrap h4 {
        font-size: 15px;
        margin-bottom: 20px;
    }
    .company-info-wrap ul li {
        font-size: 14px;
        line-height: 24px;
        padding-right: 10px;
    }
    .company-info-wrap ul li::before {
        top: 8px;
    }

    /* ä¼ä¸šæ–‡åŒ– */
    .company-inner .center-title {
        padding: 0 10px 20px 10px;
        font-size: 17px;
    }
    .management-inner {
        padding: 30px 0;
    }
    .certificate-inner {
        padding: 20px 0 10px 0;
    }
    .certificate-list .certificate-item {
        width: 100%;
        padding: 0 10px;
        margin-bottom: 24px;
    }
    .certificate-list .certificate-item:last-child {
        margin-bottom: 0;
    }
    .team-info-inner .team-info-txt h3 {
        padding-bottom: 16px;
        padding-top: 20px;
        margin-bottom: 24px;
    }
}

@media only screen and (max-width:768px){
    .language-list .language-link {
        margin-right: 14px;
    }
    .banner-info h3 {
        font-size: 40px;
        margin-bottom: 20px;
    }
    .banner-info em {
        margin-bottom: 20px;
        font-size: 28px;
    }
    .banner-info p {
    font-size: 20px;
    color: #ffffff;
    text-shadow: 0.1em 0.1em 0.5em #616161;
    }
    .banner-desc-inner .banner-desc {
        width: 95%;
    }
    .banner-desc .desc-con {
        max-width: 100%;
        width: 100%;
    }
    .banner-desc .desc-link-inner{
        width: 100%;
        text-align: center;
    }
    .banner-desc .desc-link {
        margin: 0 auto;
    }
    .service-type-list .service-type-item {
        padding: 0 10px;
    }
    .footer-inner .footer {
        padding: 40px 10px;
        text-align: center;
    }
    .footer-info .footer-more {
        width: 100%;
        margin-bottom: 30px;
    }
    .footer-info .footer-contact {
        width: 100%;
        margin-bottom: 30px;
    }
    .footer-info .footer-about {
        width: 100%;
    }
    .footer-info .contact-info {
        margin-left: 0;
    }
    .footer-info .contact-info {
        margin-left: 0;
    }
    .choose-us-wrap .choose-reason h2 {
        padding: 20px 0;
        font-size: 18px;
    }
    .choose-us-wrap .choose-reason{
        min-height: 200px;
    }

    .choose-us-wrap .choose-reason p {
        font-size: 14px;
        margin-bottom: 20px;
        line-height: 24px;
    }
    .choose-us-wrap .choose-reason .success-example-ul li {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .choose-us-wrap .choose-reason .success-example-ul {
        margin-bottom: 20px;
    }

    /* ä¸šåŠ¡èŒƒå›´ */
    .crumbs-inner .crumbs-wrap .crumbs-link {
        font-size: 12px;
    }
    .crumbs-inner .crumbs-wrap .crumbs-line {
        font-size: 12px;
    }
    .nav-tab .nav-tab-item a {
        width: 100%;
        font-size: 12px;
    }
    .nav-tab .nav-tab-item{
        height: 36px;
        line-height: 36px;
        max-width: 25%;
        width: 100%;
    }
    .service-container .company-info-inner {
        padding: 20px 0;
    }
    .company-info .company-info-r {
        margin-top: 20px;
    }
    .company-info .company-info-r p {
        font-size: 15px;
        line-height: 26px;
    }
    .service-container .service-list .service-part {
        padding: 20px 0;
    }
    .service-info-wrap h3 {
        margin-bottom: 20px;
        padding-bottom: 14px;
    }
    .service-info-wrap .service-info-desc p {
        font-size: 15px;
        margin-bottom: 20px;
        line-height: 26px;
    }
    .service-part-info .service-info-wrap {
        margin-bottom: 20px;
    }
    .service-part-info .other-service-info {
        padding-top: 20px;
    }
    .other-service-info h4 {
        margin-bottom: 20px;
    }

    /* æ–°é—»ä¸­å¿ƒ */
    .dynamics-pos .dynamics-info {
        padding-bottom: 40px;
    }
    .dynamics-wrap .dynamics-pos {
        width: 90%;
    }
    .dynamics-info h2 {
        font-size: 16px;
        line-height: 26px;
        padding: 16px 14%;
    }
    .dynamics-info h2::before{
        top: 30px;
        width: 10%;
        left: 3%;
    }
    .dynamics-info h2::after{
        top: 30px;
        width: 10%;
        right: 3%;
    }
    .dynamics-info p {
        font-size: 14px;
        line-height: 20px;
        height: 40px;
    }
    .newsDetail-wrap .title-wrap {
        padding-bottom: 10px;
    }
    .newsDetail-wrap .title-wrap h3 {
        margin-bottom: 16px;
    }
    .newsDetail-wrap .newsDetail-info .img {
        margin-bottom: 14px;
    }
    .newsDetail-wrap .newsDetail-info p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 14px;
    }


    /* è”ç³»æˆ‘ä»¬ */
    .contactUs-inner {
        padding: 20px 0;
    }
    .contactUs-wrap h2 {
        font-size: 18px;
        padding-bottom: 20px;
    }
    .contactUs-table .contactUs-table-li .contactUs-icon {
        width: 30px;
        height: 30px;
    }
    .contactUs-table .contactUs-table-li .contactUs-txt {
        line-height: 30px;
        padding-left: 40px;
        font-size: 15px;
        padding-right: 0;
    }
    #allmap {
        height: 300px;
    }

    /* åœ¨çº¿è”ç³» */
    .onlineContact-info p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 20px;
    }
    .onlineContact-info span.tips {
        font-size: 14px;
        margin-bottom: 14px;
    }
    .fill-form-item .form-input {
        height: 40px;
        line-height: 40px;
        padding: 0 10px;
    }
    .fill-form-item .placeholder-pos {
        line-height: 40px;
        left: 10px;
    }
    .fill-form-item .form-textarea {
        line-height: 40px;
        padding: 0 10px;
    }
    .sign-checkbox .checkbox-title {
        margin-bottom: 20px;
        font-size: 15px;
    }

    .checkbox-list .checkbox-item {
        margin-right: 0;
        width: 100%;
        margin-bottom: 20px;
        margin-bottom: 14px;
    }
    .checkbox-list .checkbox-item:last-child{
        margin-bottom: 0;
    }
    .checkbox-item .checkbox-txt {
        font-size: 14px;
    }
    .checkbox-item .checkbox-txt a {
        font-size: 14px;
    }
    .sign-checkbox .sign-message-btn {
        font-size: 14px;
        line-height: 30px;
        width: 100px;
        height: 30px;
    }


    /* å…¬å¸ä»‹ç» */
    .company-inner {
        padding: 20px 0;
    }

    /* ä¼ä¸šæ–‡åŒ– */
    .certificate-item-link .certificate-info p {
        font-size: 14px;
        line-height: 24px;
        height: 72px;
    }
    .certificate-item-link .certificate-info h3 {
        font-size: 16px;
        padding: 16px 0;
        margin-bottom: 16px;
    }

    /* ä¼ä¸šå›¢é˜Ÿ */
    .management-inner {
        padding: 20px 0;
    }
    .team-info-inner .team-info-txt h3 {
        font-size: 18px;
        padding-bottom: 10px;
        padding-top: 20px;
        margin-bottom: 16px;
    }
    .team-info-inner .team-info-txt h4 {
        margin-bottom: 16px;
    }
    .team-info-inner .team-info-txt p {
        font-size: 14px;
        margin-bottom: 20px;
        line-height: 22px;
    }

}

@media screen and (max-width: 500px){
    .header .index-logo .index-logo-link .pc-logo-img{
        display: none;
    }
    .header .index-logo .index-logo-link .ph-logo-img{
        display: block;
    }
    .header .index-logo{
        width: 100%;
        height: 68px;
    }
    .header .menu-icon {
        top: 16px;
    }
}

@media screen and (max-width: 414px){
    .banner-swiper .banner-wrap {
        height: 300px;
    }
}

