@charset "utf-8";

* {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box; padding: 0; margin: 0;}
body{ font-size: 18px; color:#333; overflow-x: hidden; font-family: "Source Han Sans CN",'Noto Sans SC',"Microsoft YaHei",Arial,sans-serif; padding-top: 140px;}
ul,li,ol,dl,dt,dd,p,h1,h2,h3,h4,h5,h6,header,footer{ list-style: none; padding: 0; margin: 0; display: block;}
input,textarea,select,button{ font-size: 16px; outline:none;  font-family: "Source Han Sans CN",'Noto Sans SC',"Microsoft YaHei",Arial,sans-serif;}
svg{ border: none;}
::-webkit-input-placeholder {color: #b2b2b2;}
::-moz-placeholder {color: #b2b2b2;}
:-ms-input-placeholder {color: #b2b2b2;}

a { text-decoration: none; color:#333; transition: color 0.56s ease;}
a:hover{ color:#003194;}

img{ display: inline-block; vertical-align:middle;max-width:100%;max-height:100%;height: auto; border: none;}

.wrap{ width: 100%; max-width: 1620px; margin: 0 auto; padding: 0 50px;}
.w1700{ width: 100%; max-width: 1800px; margin: 0 auto; padding: 0 50px;}
.ovh{overflow: hidden;}


::-webkit-scrollbar { width: 6px; background-color: rgba(24, 24, 24, .07); }
::-webkit-scrollbar-thumb {background: rgba(24, 24, 24, .3); border-radius: 8px; transition: background 0.4s ease;}
::-webkit-scrollbar-thumb:hover {background: #666;}

/*顶部*/
.header{ width: 100%; height: 140px; background:#fff; box-shadow: 0 0 10px rgba(0, 0, 0, .1); position: fixed; left: 0; top: 0; z-index: 99999; padding: 0 80px;}
.header .nav{ position: relative;}
.header .nav>ul>li{ position: relative;}
.header .nav>ul>li>a{ font-size:22px; color:#333; line-height:84px; padding: 0 45px; transition: color .4s; display: block; position: relative;}
.header .nav>ul>li>a::before{ content: ""; width: 1px; height: 15px; background: #ccc; position: absolute; left: 0; top: 50%; transform: translateY(-50%);}
.header .nav>ul>li>a:hover,.header .nav>ul>li.on>a{ color:#003194;}
.header .nav>ul>li:nth-child(1)>a::before{ display: none;}
.header .nav>ul>li:nth-last-child(1)>a{ padding-right: 0;}
.menu-toggle{display: none;}

/*首页bannner*/
.banner { position: relative; overflow: hidden;}
.banner .bannerText{ width: 100%; color: #fff; position: absolute; left: 0; top: 50%; transform: translateY(-50%); z-index: 11;}
.banner .bannerText .tit{ font-size: 48px; padding-bottom: 36px; position: relative; margin-bottom: 70px;}
.banner .bannerText .tit::before{ content: ""; width: 196px; height: 5px; background: #fff; position: absolute; left: 0; bottom: 0;}
.banner .bannerText .num{ margin-bottom: 100px;}
.banner .bannerText .num ol{ font-size: 24px; margin-bottom: 10px;}
.banner .bannerText .num ol strong{ font-size:36px;}
.banner .bannerText .num dt{ font-size:20px;}
.banner .bannerText .text { font-size: 30px; line-height: 1.7; margin-top: -20px; margin-bottom: 30px;}
.banner .bannerText .text span{ font-size: 48px; font-weight: bold; color: #b0966b;}
.banner .bannerText a.more{ width: 210px; height: 56px; line-height: 52px; text-align: center; font-size: 18px; color: #fff; border: #fff solid 2px; display: block;}
.banner .bannerText a.more:hover{ background: #368009; border: #368009 solid 2px;}
.banner .swiper{ width:100%; overflow:hidden;}
.banner .swiper .swiper-slide{ width: 100%; height: 100%; position: relative; overflow: hidden;}
.banner .swiper .swiper-slide img{width:100%;}
.banner .swiper .swiper-slide video{ width: 100%; height: 100%; width: 100%; -o-object-fit: cover; object-fit: cover;}
.banner .pagination { width: 100% !important; position: absolute; left:0; bottom:40px!important;  z-index:111; text-align: center;}
.banner .swiper-pagination-clickable .swiper-pagination-bullet { display: inline-block; width: 15px;height: 15px; background:#fff; border:none; margin: 0 10px; border-radius:12px !important; opacity: 1; cursor: pointer;}
.banner .swiper-pagination-clickable .swiper-pagination-bullet.swiper-pagination-bullet-active { background: #b0966b;}
.banner .swiper-slide-active{opacity:1;}

.neiBanner{ height: 350px; background-position: center; background-position: center; background-size: cover;}
.neiBanner video{ width: 100%; height: 100%; width: 100%; -o-object-fit: cover; object-fit: cover;}

.moreArrow{ width: 50px; height: 30px; background: url(../images/icon04.png) no-repeat center;}

.title{ text-align: center; margin-bottom: 75px;}
.title h2{ font-size: 40px; font-weight: normal;}
.title dt{ font-size: 48px; font-weight: normal; color: #003194; line-height: 1; margin-top: 25px;}

.ntitle{ margin-bottom: 70px;}
.ntitle h2{ display: inline-block; font-size: 30px; line-height: 1; border-bottom: #000 solid 1px; padding-bottom: 20px;}
.ntitle dt{ font-size: 38px; font-weight: normal; color: #003194; line-height: 1; margin-top: 25px;}

.indexOne{ padding: 90px 0 145px;}
.indexOne ul{ margin: 0 -65px;}
.indexOne ul li{ width: 33.33%; padding: 0 65px;}
.indexOne ul li i{ height: 85px; display: flex; align-items: center;}
.indexOne ul li h3{ font-size: 24px; line-height: 1; margin-top: 18px; margin-bottom: 30px; padding-bottom: 30px; position: relative;}
.indexOne ul li h3::before{ content: ""; width: 170px; height: 1px; background: #000; position: absolute; left: 0; bottom: 0;}
.indexOne ul li h3 a{ color: rgba(0,131,0);}
.indexOne ul li dt{ line-height: 1.6;}

.indexTwo .swiper{ margin-bottom: 18px;}
.indexTwo .swiper-slide{ height: 250px; background-size: cover; opacity: 0.7;}
.indexTwo .swiper-slide a{ width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; font-size: 18px; font-weight: bold; color: #fff; padding: 10px;}
.indexTwo .swiper-slide:hover{ opacity: 1;}

.indexThree{ padding: 55px 0 90px;}
.indexThree .box{ padding-bottom: 40px;}
.indexThree .box ul{ margin: 0 -32px;}
.indexThree .box ul li{ width: 25%; padding: 0 32px;}
.indexThree .box ul li dl{ padding-bottom: 68.48%;}
.indexThree .box ul li ol{ padding-top: 15px;}
.indexThree .box ul li h3{ font-size: 18px; line-height: 1;text-overflow: ellipsis; white-space: nowrap; overflow: hidden; margin-bottom: 10px;}
.indexThree .box ul li dt{ color: #666;line-height: 1;text-overflow: ellipsis; white-space: nowrap; overflow: hidden; margin-bottom: 30px;}
.indexThree .box ul li dd{ color: #666; font-size: 16px; line-height: 1; }

.aboutOne{ padding: 80px 0 110px;}
.aboutOne .tit{ margin-bottom: 30px;}
.aboutOne .tit h2{ font-size: 30px; display: inline-block; border-bottom: #000 solid 1px; padding-bottom: 10px; margin-bottom: 10px;}
.aboutOne .tit dt{ font-size: 36px; color: #003194;}
.aboutOne .text{ font-size: 20px; line-height: 1.7; margin-bottom: 55px;}
.aboutOne .num li{ width: 16.66%; border-left: 1px solid #eee; text-align: center;}
.aboutOne .num li:nth-child(1){ border-left: none;}
.aboutOne .num ol{ font-size: 24px; margin: 10px 0;}
.aboutOne .num ol strong{ font-size:36px; color: #000099;}
.aboutOne .num dt{ font-size:20px; line-height: 1;}

.aboutTwo{ padding: 115px 0; background: #f0f7fd;}
.aboutTwo .box ul li{ width: 33.33%; text-align: center; padding: 0 58px;}
.aboutTwo .box ul li h3{ font-size: 40px; font-weight: normal;} 
.aboutTwo .box ul li i{ padding: 30px 0; display: block;}
.aboutTwo .box ul li dt{ font-size: 20px; line-height: 1.7;}

.aboutThree{ padding: 85px 0 120px;}
.aboutThree h3{ text-align: center; font-size: 18px; margin-top: 18px;}
.aboutThree .box{ position: relative;}
.aboutThree .box .arrow-left,.aboutThree .box .arrow-right{  width: 50px; height: 30px; position: absolute; top: 50%; transform: translateY(-50%);}
.aboutThree .box .arrow-left{ background: url(../images/icon04_01.png) no-repeat center; left: -70px;}
.aboutThree .box .arrow-right{ background: url(../images/icon04.png) no-repeat center; right: -70px;}

.service{ padding: 40px 0 100px; background: #f7f7f7;}
.service .leftNav{ width: 360px;}
.service .leftNav dl{ font-size: 30px; font-weight: bold; border-bottom: #000 solid 1px; padding-bottom: 20px; margin-bottom: 50px;}
.service .leftNav ul li{ margin-bottom: 24px;}
.service .leftNav ul li a{ color: #333; font-size: 22px; line-height: 70px; background: #d7d7d9; display: block; padding: 0 24px;  transition: all 0.4s ease;}
.service .leftNav ul li a:hover,.service .leftNav ul li.on a{ background: #06379a; color: #fff;}
.service .rightBox{ width: calc(100% - 440px);}

.bread{ text-align: right; margin-bottom: 45px;}

.serviceList{ padding-bottom: 30px;}
.serviceList ul li{ width: 100%; margin-bottom: 30px;}
.serviceList ul li a{ padding: 36px; background: #fff; display: flex;}
.serviceList ul li .pic{ width: 288px;}
.serviceList ul li .pic dl{ padding-bottom: 71.3%;}
.serviceList ul li .con{ width: calc(100% - 324px); padding-left: 50px;}
.serviceList ul li .con .t{ font-size: 26px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; margin-bottom: 45px;}
.serviceList ul li a:hover .con .t{ color: #b47f51;}
.serviceList ul li .con .m{ color: #b47f51; background: url(../images/icon14.png) no-repeat right center; display: inline-block; padding-right: 40px;}

.news{ padding: 90px 0 150px; background: #f7f7f7;}
.news .box{ padding-bottom: 20px;}
.news .box ul{ margin: 0 -13px;}
.news .box ul li{ width: 50%; padding: 0 13px; margin-bottom: 50px;}
.news .box ul li a{ padding: 45px; background: #fff; display: flex;}
.news .box ul li .pic{ width: 208px;}
.news .box ul li .pic dl{ padding-bottom: 100%;}
.news .box ul li .con{ width: calc(100% - 210px); padding-left: 30px;}
.news .box ul li .con .t{ font-size: 26px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; margin-bottom: 15px;}
.news .box ul li a:hover .con .t{ color: #b47f51;}
.news .box ul li .con .c{ font-size: 20px; color: #666; overflow: hidden;text-overflow: ellipsis;	display: -webkit-box;	-webkit-line-clamp: 2;	-webkit-box-orient: vertical; margin-bottom: 30px;}
.news .box ul li .con .d{ color: #999; margin-bottom: 15px;}
.news .box ul li .con .m{ color: #b47f51; background: url(../images/icon14.png) no-repeat right center; display: inline-block; padding-right: 40px;}

.newsView{ padding: 90px 80px 150px; background: #f7f7f7;}
.newsView .newsHead{ text-align: center; margin-bottom: 65px;}
.newsView .newsHead h1{ font-size: 30px; position: relative; padding-bottom: 17px; margin-bottom: 20px;}
.newsView .newsHead h1::before{ content: ""; width: 170px; height: 1px; background: #000; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%);}
.newsView .newsHead p{ color: #666;}
.newsView .box{ background: #fff; padding: 70px; line-height: 1.7; margin-bottom: 30px;}
.neiPage a{ width: 80px; height: 50px; line-height: 50px; text-align: center; color:#fff; background: #999; margin: 0 10px;}
.neiPage a:hover{ background: #06379a;}

.case{ padding: 90px 0 150px; background: #f7f7f7;}
.case .box{ padding-bottom: 30px;}
.case .box ul li{ width: 100%; margin-bottom: 30px;}
.case .box ul li a{ padding: 45px; background: #fff; display: flex;}
.case .box ul li .pic{ width: 324px;}
.case .box ul li .pic dl{ padding-bottom: 63.5%;}
.case .box ul li .con{ width: calc(100% - 324px); padding-left: 50px;}
.case .box ul li .con .t{ font-size: 26px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; margin-bottom: 45px;}
.case .box ul li a:hover .con .t{ color: #b47f51;}
.case .box ul li .con .m{ color: #b47f51; background: url(../images/icon14.png) no-repeat right center; display: inline-block; padding-right: 40px;}

.download{padding: 90px 0 150px; background: #f7f7f7;}
.download .box { padding-bottom: 80px;}
.download .box ul li{ border-bottom: #ccc solid 1px; padding: 60px 0;}
.download .box ul li a{ display: flex; align-items: center;}
.download .box ul li .icon{ width: 190px; height: 96px; border-right: #ccc solid 1px; background-size: contain !important;}
.download .box ul li .con{ width:calc(100% - 360px); padding: 0 90px;}
.download .box ul li .t{  font-size: 24px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; margin-bottom: 10px;}
.download .box ul li .d{ font-size: 18px; color: #999;}
.download .box ul li .b{ width: 170px; height: 60px; line-height: 60px; background: #999999; text-align: center; color: #fff; font-size: 22px; margin-left: auto; transition: background 0.4s ease;}
.download .box ul li a:hover .b{ background: #003194;}
.download .box ul li .pdf{ background: url(../images/pdf.png) no-repeat left center;}
.download .box ul li .word{ background: url(../images/word.png) no-repeat left center;}
.download .box ul li .excel{ background: url(../images/excel.png) no-repeat left center;}
.download .box ul li .file{ background: url(../images/file.png) no-repeat left center;}

.contact{padding: 90px 0 150px;}
.contact .contactBox{ padding-right: 20px;}
.contact .contactBox .box ul li{ display: flex; border-bottom: #e3e3e3 solid 1px; padding: 40px 0;}
.contact .contactBox .box ul li i{ width: 60px; flex: 0 0 auto;}
.contact .contactBox .box ul li ol{ width: calc(100% - 60px);}
.contact .contactBox .box ul li ol h3{ font-size: 24px; font-weight: normal; line-height: 1; margin-bottom: 10px;}
.contact .contactBox .box ul li ol dt{ font-size: 28px; }
.contact .message{ width: 50%;}
.contact .message dl{ font-size: 36px; font-weight: bold; margin-bottom: 35px;}
.contact .message .error{ color: #f50000; margin-bottom: 10px;}
.contact .message ul li{ margin-bottom: 20px;}
.contact .message ul li input{ width: 100%; line-height: 50px; border: none; border-bottom: #999 solid 1px; font-size: 18px;}
.contact .message ul li textarea{ width: 100%; height: 180px; border: none; border-bottom: #999 solid 1px; font-size: 18px;}
.contact .message ul li button{ width: 170px; height: 60px; line-height: 60px; background: #003194; border: none; text-align: center; color: #fff; font-size: 22px;margin-top: 30px; transition: background 0.4s ease; cursor: pointer;}
.contact .message ul li button:hover{ background: #012875;}

.footer{ background: #e0e0e0; padding: 60px 80px 30px;}
.footer .main{ margin-bottom: 30px;}
.footer .main .logoContact .tit{ font-size: 30px; border-bottom: #000 solid 1px; padding-bottom: 20px;}
.footer .main .logoContact .logo{ padding: 20px 0;}
.footer .main .logoContact .t{ line-height: 1.6; color: #333;}
.footer .nav ul li{ margin-left: 90px; position: relative;}
.footer .nav ul li>a{ font-size: 22px;}
.footer .nav ul li ol{ width: 210px; position: absolute; left: 0; top: 50px;}
.footer .nav ul li ol a{ line-height: 1.8; font-size: 18px; display: block;}
.footer .ewm{ width:94px;}
.footer .copyright{ text-align: center; font-size: 16px;}

/*===/分页=============================*/
.fenye { text-align: center; font-size: 18px; width: 100%; display: flex; justify-content: center; }
.fenye .prev, .fenye .next { width: 50px; height: 50px; line-height: 50px; color: #666; background: #eaeaea; margin-right: 10px; display: block; font-family: "宋体";font-size: 18px; }
.fenye a { width: 50px; height: 50px; line-height: 50px; color: #666;  background: #eaeaea;  margin-right: 10px;display: block; transition: all 0.4s;}
.fenye a:hover {color: #fff; background: #003194;}
.fenye a.current { color: #fff;  background: #003194;}


/* 弹出框 */
.tccBox{display: none; position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 999999;}
.tccBox .black{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-color: rgba(0, 0, 0, .8);}
.tccBox .BoxCon{padding: 20px;position: absolute;left:50%;top:50%;box-sizing:border-box;transform: translate(-50%,-50%); color: #999;}
.tccBox .BoxCon .off{ width: 30px; height: 30px; background:url(../images/off.png) no-repeat center; position: absolute; top: -15px; right: -15px;  cursor: pointer;}
.tccBox .BoxCon ul video{ max-width: 1000px;}


@media (max-width: 1700px) {
    .header{ padding: 0 50px;}
    .footer { padding: 60px 50px 30px; }
}

@media (max-width: 1600px) {
    body{ font-size: 16px;}

    .header .nav>ul>li>a{ font-size: 18px;}

    .banner .bannerText .tit{ font-size: 30px; margin-bottom: 45px; padding-bottom: 20px;}
    .banner .bannerText .tit::before{ height: 2px;}
    .banner .bannerText .num ol strong{ font-size: 26px;}
    .banner .bannerText .num dt{ font-size: 16px;}
    .banner .bannerText .num { margin-bottom: 62px; }
    .banner .bannerText .text{ font-size: 20px;}
    .banner .bannerText .text span{ font-size: 26px;}
    .banner .bannerText a.more { width: 140px; height: 40px; line-height: 38px; font-size: 16px; border: #fff solid 1px; }

    .neiBanner{ height: 450px;}

    .title h2{ font-size: 32px;}
    .title dt{ font-size: 36px;}

    .ntitle dt { font-size: 30px;}

    .aboutOne .tit dt{ font-size: 30px;}
    .aboutOne .text{ font-size: 16px;}

    .aboutOne .num i{ height: 50px; text-align: center; display: block;}
    .aboutOne .num ol{ font-size: 18px;}
    .aboutOne .num ol strong{ font-size: 26px;}
    .aboutOne .num dt{ font-size: 16px;}

    .aboutTwo .box ul li h3{ font-size: 24px;}
    .aboutTwo .box ul li dt{ font-size: 16px;}

    .service .leftNav ul li{ margin-bottom: 15px;}
    .service .leftNav ul li a{ font-size: 18px; line-height: 60px;}

    .serviceList ul li a{ padding: 25px;}
    .serviceList ul li .con .t{ font-size: 20px;}

    .news .box ul li a{ padding: 25px;}
    .news .box ul li .con .t{ font-size: 20px;}
    .news .box ul li .con .c{ font-size: 16px;}

    .newsView .newsHead h1{ font-size: 24px;}

    .case .box ul li a{ padding: 25px;}
    .case .box ul li .con .t{ font-size: 20px;}

    .download .box ul li .icon { width: 120px; height: 60px;}
    .download .box ul li .con{ padding: 0 60px;}
    .download .box ul li .t{ font-size: 20px;}
    .download .box ul li .d{ font-size: 16px;}
    .download .box ul li .b { width: 140px; height: 42px; line-height: 40px; font-size: 16px;}

    .contact .contactBox .box ul li ol h3{ font-size: 22px;}
    .contact .contactBox .box ul li ol dt{ font-size: 20px;}
    .contact .message dl{ font-size: 22px;}
    .contact .message ul li button { width: 150px; height: 50px; line-height: 48px; font-size: 16px;}

    .footer .nav ul li>a{ font-size: 18px;}
    .footer .nav ul li ol a{ font-size: 16px;}
}

@media (max-width: 1500px) {
    .header .logo{ height: 56px;}
}


@media (max-width: 1420px) {
    .header .nav>ul>li>a{ padding: 0 30px;}

    .footer .nav ul li{ margin-left: 70px;}
}

@media (max-width: 1370px) {

}

@media (max-width: 1300px) {

}

@media (max-width: 1260px) {
    body{ padding-top: 100px;}

    .header{ height: 100px;}
    .header .nav>ul>li>a{ font-size: 16px;}

    .neiBanner { height: 370px;}
    

    .footer .main .logoContact .tit{ font-size: 16px;}
    .footer .nav ul li>a{ font-size: 16px;}
    .footer .nav ul li ol a{ font-size: 15px;}
}

@media (max-width: 1200px) {
    .wrap{ padding: 0 20px;}
    .w1700{ padding: 0 20px;}

    .header { padding: 0 20px; }
    .header .logo { height: 50px; }
    .header .nav>ul>li>a { padding: 0 20px; }

    .service .leftNav { width: 300px; }
    .service .leftNav ul li a { font-size: 16px; line-height: 50px; }

    .service .rightBox { width: calc(100% - 345px); }
    .serviceList ul li .pic { width: 190px; }
    .serviceList ul li .con { width: calc(100% - 190px); padding-left: 30px; }

    .news .box ul li .pic { width: 160px; }
    .news .box ul li .con { width: calc(100% - 160px);}

    .footer { padding: 60px 20px 30px; }
    .footer .nav ul li { margin-left: 30px; }
}

@media (max-width: 1030px) {
}

@media screen and (max-width:750px){
    body{ font-size: 14px; padding-top: 60px;}
    .wrap{ padding: 0 15px;}
    .w1700{ padding: 0 15px;}

    .header{ width: 100%; height: 60px; box-shadow: 0 0 10px rgba(0,0,0,.15); position: fixed; top: 0; left: 0; z-index: 99999; padding: 15px;}
    .header .logo{ height: 60px; padding: 12px 0; }

    .header .nav{ position: fixed; top: 60px; left: 0; width: 100%; height: calc(100vh - 60px);  background: #fff; display: none;}
    .header .nav>ul{ display: block;  position: relative; z-index: 111; border-top: #eee solid 1px; }
    .header .nav>ul>li{ border-bottom: #eee solid 1px; margin-right: 0; margin-left: 0; position: relative;}
    .header .nav>ul>li>a{ padding: 0 15px; font-size: 15px; color: #000;  font-weight: normal; line-height: 46px;  display: block;}
    .header .nav>ul>li>a::before{ display: none;}

    .header .menu-toggle{ width:60px; height:60px; position:absolute; right:0; top:0; z-index:99999; display:block;}
    .header .menu-toggle span{ width:35px; height:2px; background:#333;display:block; position:relative; opacity:1;transition:all 300ms; margin:30px 0 0 12px;}
    .header .menu-toggle span:before{ content:"";width:35px; height:2px; background:#333;display:block; position:absolute; left:0; top:-10px;transition:all 300ms;}
    .header .menu-toggle span:after{ content:"";width:35px; height:2px; background:#333;display:block;position:absolute; left:0; top:10px;transition:all 300ms;}
    .header .menu-toggle.cur span{background-color:transparent;}
    .header .menu-toggle.cur span:before{transform:rotate(45deg); top:0px;}
    .header .menu-toggle.cur span:after{transform:rotate(-45deg); top:0px;}

    .banner .bannerText .tit{ font-size: 18px; margin-bottom: 12px; padding-bottom: 0; text-align: center;}
    .banner .bannerText .tit::before { display: none; }
    .banner .bannerText .text{ display: none;}
    .banner .bannerText .num{ display: none;}
    .banner .bannerText a.more { width: 86px; height: 30px; line-height: 28px; font-size: 12px; margin: 0 auto; display: none;}
    .banner .pagination{ bottom: 10px !important;}
    .banner .swiper-pagination-clickable .swiper-pagination-bullet{ width: 10px; height: 10px;}

    .neiBanner { height: 130px; }

    .title { margin-bottom: 38px;}
    .title h2 { font-size: 25px; }
    .title dt { font-size: 20px; }

    .ntitle{ text-align: center; margin-bottom: 45px;}
    .ntitle h2{ font-size: 25px;}
    .ntitle dt{ font-size: 20px;}

    .indexOne { padding: 50px 0 45px; }
    .indexOne ul { margin: 0; flex-wrap: wrap;}
    .indexOne ul li{ width: 100%; padding: 0; margin-bottom: 20px;}
    .indexOne ul li i{ height: 35px;}
    .indexOne ul li h3{ font-size: 18px; margin-top: 13px; margin-bottom: 10px; padding-bottom: 12px;}

    .indexTwo .swiper-slide{ height: 210px;}
    .indexTwo .swiper-slide a{ font-size: 16px; text-align: center;}

    .indexThree{ padding: 50px 0;}
    .indexThree .box ul { margin: 0 -5px; flex-wrap: wrap;}
    .indexThree .box ul li{ width: 50%; padding: 0 5px 20px;}
    .indexThree .box ul li h3{ font-size: 15px;}
    .indexThree .box ul li dt{ margin-bottom: 10px;}
    .indexThree .box ul li dd{ font-size: 13px;}

    .aboutOne { padding: 50px 0 40px; }
    .aboutOne .tit{ text-align: center;}
    .aboutOne .tit h2 { font-size: 25px;}
    .aboutOne .tit dt { font-size: 20px; }
    .aboutOne .text{ font-size: 14px;}

    .aboutOne .num ul { flex-wrap: wrap; margin: 0 -10px;}
    .aboutOne .num li{ width: 33.33%; margin-bottom: 30px; padding: 0 10px;}
    .aboutOne .num li:nth-child(4){ border-left: none;}
    .aboutOne .num i{ height: 26px;}
    .aboutOne .num ol{ font-size: 14px;}
    .aboutOne .num ol strong{ font-size: 17px;}
    .aboutOne .num dt{ font-size: 13px;}

    .aboutTwo .title dt{ font-size: 18px;}
    .aboutTwo { padding: 50px 15px;}
    .aboutTwo .box ul { display: block;}
    .aboutTwo .box ul li{ width: 100%; padding: 0 10px; margin-bottom: 25px;}
    .aboutTwo .box ul li h3{ font-size: 18px; font-weight: bold;}
    .aboutTwo .box ul li i { padding: 12px 0; height: 56px;}
    .aboutTwo .box ul li dt{ font-size: 13px;}
    .aboutThree .box .arrow-left, .aboutThree .box .arrow-right{ display: none;}

    .aboutThree { padding: 45px 0 80px; }
    .aboutThree h3{ font-size: 16px;}

    .service { padding: 40px 0 80px;}
    .service .flex{ flex-wrap: wrap;}
    .service .leftNav{ width: 100%;}
    .service .leftNav dl{ font-size: 20px; margin-bottom: 20px; background: url(../images/xiala.png) no-repeat right 10px; background-size: 20px auto;}
    .service .leftNav ul{ display: none;}
    .service .leftNav ul li { margin-bottom: 8px; }
    .service .leftNav ul li a { font-size: 15px; line-height: 46px; }
    .service .rightBox{ width: 100%;}

    .bread{ display: none;}

    .serviceList { padding-bottom: 10px; }
    .serviceList ul li{ margin-bottom: 15px;}
    .serviceList ul li a { padding: 15px; }
    .serviceList ul li .pic { width: 130px; }
    .serviceList ul li .con { width: calc(100% - 130px); padding-left: 15px; }
    .serviceList ul li .con .t { font-size: 15px; overflow: hidden;text-overflow: ellipsis;	display: -webkit-box;	-webkit-line-clamp: 2;	-webkit-box-orient: vertical; white-space:inherit; margin-bottom: 30px;}
    .serviceList ul li .con .m{ font-size: 12px; background-size: 15px auto; padding-right: 20px;} 

    .news { padding: 45px 0 80px;}
    .news .box ul{ display: block; margin: 0;}
    .news .box ul li{ width: 100%; padding: 0; margin-bottom: 10px;}
    .news .box ul li a { padding: 10px; }
    .news .box ul li .pic { width: 110px; }
    .news .box ul li .con { width: calc(100% - 110px); padding-left: 15px;}
    .news .box ul li .con .t{ font-size: 15px; margin-bottom: 8px;}
    .news .box ul li .con .c{ font-size: 13px; margin-bottom: 8px;}
    .news .box ul li .con .d{ font-size: 13px; margin-bottom: 8px;}
    .news .box ul li .con .m{ font-size: 12px; background-size: 15px auto; padding-right: 20px;} 

    .newsView { padding: 40px 10px 80px;}
    .newsView .newsHead{ margin-bottom: 25px;}
    .newsView .newsHead h1{ font-size: 16px; padding-bottom: 10px; margin-bottom: 10px;} 
    .newsView .box{ padding: 25px 20px;}
    .neiPage a { width: 60px; height: 30px; line-height: 30px;}

    .case { padding:45px 0 80px;}
    .case .box { padding-bottom: 10px; }
    .case .box ul li { margin-bottom: 15px;}
    .case .box ul li a{ display: block; padding: 15px;}
    .case .box ul li .pic { width: 100%; }
    .case .box ul li .con{ width: 100%; padding: 10px 0 0;}
    .case .box ul li .con .t{ font-size: 15px; margin-bottom: 15px;}
    .case .box ul li .con .m{ font-size: 12px; background-size: 15px auto; padding-right: 20px;} 

    .download { padding: 45px 0 80px;}
    .download .box { padding-bottom: 20px; }
    .download .box ul li{ padding: 20px 0;}
    .download .box ul li .icon { width: 48px; height: 26px; }
    .download .box ul li .con {    width: calc(100% - 118px); padding: 0 15px; }
    .download .box ul li .t{ font-size: 15px; overflow: hidden;text-overflow: ellipsis;	display: -webkit-box;	-webkit-line-clamp: 2;	-webkit-box-orient: vertical; white-space:inherit;}
    .download .box ul li .d{ font-size: 14px;}
    .download .box ul li .b { width: 70px; height: 30px; line-height: 30px; font-size: 12px; }

    .contact{ padding: 45px 0 80px;}
    .contact .wrap{ display: block;}
    .contact .contactBox{ width: 100%; margin-bottom: 30px;}
    .contact .contactBox .box ul li{ padding: 20px 0;}
    .contact .contactBox .box ul li i{ width: 25px;}
    .contact .contactBox .box ul li ol { width: calc(100% - 30px); padding-left: 15px;}
    .contact .contactBox .box ul li ol h3{ font-size: 18px;}
    .contact .contactBox .box ul li ol dt{ font-size: 15px;}
    .contact .message{ width: 100%;}
    .contact .message dl{ font-size: 17px;}
    .contact .message ul li input{ line-height: 38px; font-size: 15px;}
    .contact .message ul li textarea{ height: 90px; font-size: 15px;}
    .contact .message ul li button { width: 120px; height: 42px; line-height: 40px; font-size: 14px; margin-top: 10px;}

    .footer .main{ display:block;}
    .footer .logoContact{ width: 100%; text-align: center;}
    .footer .nav{ display: none;}
    .footer .ewm{ text-align: center; margin: 15px auto 0;}
    .footer .copyright{ font-size: 13px;}
 

    /*===/分页=============================*/
    .fenye { text-align: center; font-size: 14px; width: 100%; padding-top: 20px;}
    .fenye .prev, .fenye .next { width: 34px; height: 34px; line-height: 32px; margin-right: 3px; font-size: 16px; }
    .fenye a { width: 34px; height: 34px; line-height: 32px; margin-right:3px;}
    .fenye a:hover {color: #fff; }
    .fenye a.current { color: #fff;  margin-right: 3px;}
    .footer .gotop{ display: none;}

    .tccBox .BoxCon{ width: 90%;}
    .tccBox .BoxCon .off{ width: 18px; height: 18px; right: 18px;}
    .tccBox .BoxCon ul video{ width: 100%;}
    .search-dialog{ width: 95%;}
}