@charset "utf-8";

* {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box; padding: 0; margin: 0;}
body{ font-size: 16px; color:#000; overflow-x: hidden; font-family: "Microsoft YaHei",Arial,sans-serif;}
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: "Microsoft YaHei",Arial,sans-serif;}
svg{ border: none;}
::-webkit-input-placeholder {color: #666;}
::-moz-placeholder {color: #666;}
:-ms-input-placeholder {color: #666;}

a { text-decoration: none; color:#000; transition: color 0.56s ease;}
a:hover{ color:#306cb0;}

img{ display: inline-block; vertical-align:middle;max-width:100%;max-height:100%;height: auto; border: none;}

.wrap{ width: 100%; max-width: 1600px; margin: 0 auto; padding: 0 50px;}
.w1200{ width: 100%; max-width: 1300px; 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%; background:#fff; position: relative; z-index: 111;}
.header .wrap{ height: 190px;}
.header .logo{height:120px;}
.header .tel{ height: 34px; line-height: 34px; background: url(../images/icon01.png) no-repeat left center; color: #000; font-size: 18px; padding-left: 50px; margin-bottom:25px;}
.header .nav{ position: relative;}
.header .nav>ul>li{ margin-left: 80px;}
.header .nav>ul>li>a{ font-size:22px; color:#222; line-height:90px; padding: 0 15px;  transition: color .4s; display: block; position: relative;}
.header .nav>ul>li>a:hover{ color:#1561b7;}
.header .nav>ul>li.on>a::before{ content: ""; width: 100%; height: 6px; background:#1561b7; position: absolute; left: 0; bottom: 0;}
.header .nav>ul>li>a.lang{ background: url(../images/icon02.png) no-repeat left center; padding-left: 50px;}
.menu-toggle{display: none;}

/*首页bannner*/
.banner { position: relative; overflow: hidden;}
.banner .swiper{ width:100%; overflow:hidden;}
.banner .swiper .swiper-slide{ background-position: center; background-repeat: no-repeat; background-size: cover; position: relative; overflow: hidden;}
.banner .swiper .swiper-slide img{width:100%;}
.banner .pagination { width: 100% !important; position: absolute; left:0; bottom:30px!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: #3399cc;}
.banner .swiper-slide-active{opacity:1;}

.neiBanner{ height: 590px; background-position: center; background-repeat: no-repeat; background-size: cover; display: flex; align-items: center;  position: relative;overflow: hidden;}


.title{ margin-bottom: 36px; text-align: center; }
.title h2{ font-size: 30px;line-height: 1; font-weight: bold;}
.title p{ color: #666; line-height: 1; margin-top: 20px;}

.ntitle{ margin-bottom: 50px; display: flex; justify-content: center;}
.ntitle h2{ font-size: 36px; color: #222; font-weight:bold; text-align: center; position: relative; padding-bottom: 20px;}
.ntitle h2::before{ content: ""; width: 60px; height: 3px; background: #1b73e2; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%);}

.indexOne{ padding: 60px 0;}
.indexOne .tit{ text-align: center; margin-bottom: 60px;}
.indexOne .tit h2{ font-size: 36px; line-height: 1;}
.indexOne .tit p{ color: #666; margin-top: 10px;}
.indexOne .num{ margin-bottom: 60px;}
.indexOne .num ul{ }
.indexOne .num ul li{ width: 20%; text-align: center;}
.indexOne .num ul li ol{
    font-size: 22px;
    font-weight: bold;
    background: -webkit-linear-gradient(45deg, #48c6ef, #6f86d6); /* Chrome, Safari */
    background: linear-gradient(45deg, #48c6ef, #6f86d6); /* 标准语法 */
    -webkit-background-clip: text; /* Chrome, Safari */
    background-clip: text;
    -webkit-text-fill-color: transparent; /* Chrome, Safari */
    color: transparent; /* 兼容不支持background-clip的浏览器 */
    display: flex;
    align-items:flex-start;
    justify-content: center;
}
.indexOne .num ul li ol b{ font-size: 42px;}
.indexOne .num ul li p{ font-size: 18px; margin-top: 10px; margin-bottom: 30px; }
.indexOne .num ul li dl{ border-radius: 10px; overflow: hidden; display: inline-block;}
.indexOne .text{ font-size: 18px; color: #666; line-height: 1.8; text-align: center; margin-bottom: 80px;}
.indexOne .more{ display: flex; justify-content: center;}
.indexOne .more a{ width: 260px; line-height: 60px; background: url(../images/icon03.png) no-repeat right 20px center; border: #1561b7 solid 3px; border-radius: 50px; padding-left: 50px; font-size: 18px; color: #666;}

.indexTwo{ padding: 60px 0 100px; background: url(../images/indexTwoBg.jpg) no-repeat center; background-size: cover;}
.indexTwo .box{ margin-top: 60px; position: relative;}
.indexTwo .swiper-slide dl{ padding-bottom: 103%;}
.indexTwo .swiper-slide h3{ text-align: center; font-size: 18px; font-weight: normal; margin-top: 10px;}
.indexTwo .arrow-left,.indexTwo .arrow-right{ width:60px; height: 60px; border: #666 solid 2px; position: absolute; top: 50%; transform: translateY(-50%); z-index: 11;}
.indexTwo .arrow-left{ background:#fff url(../images/arrow-left.png) no-repeat center; background-size:15px auto; left: -120px;}
.indexTwo .arrow-right{ background:#fff url(../images/arrow-right.png) no-repeat center; background-size: 15px auto; right: -120px;}

.indexThree{ padding: 60px 0 100px;}
.indexThree .box{ margin-top: 60px;}
.indexThree .swiper-slide dl{ padding-bottom: 72%;}
.indexThree .swiper-slide ol{ padding: 0 36px 12px; margin-top: -26px; position: relative; z-index: 11;}
.indexThree .swiper-slide ol h3{ padding: 0 80px 0 15px; background: #fff;box-shadow: 0 0 12px rgba(0,0,0,.15); font-size: 16px; font-weight: normal; line-height: 80px; position: relative;}
.indexThree .swiper-slide ol h3::before{ content: ""; width: 80px; height: 80px; background: #1561b7 url(../images/icon04.png) no-repeat center; position: absolute; right: 0; top: 0;}
.indexThree .arrow{ display: flex; justify-content: center; margin-top: 50px;}
.indexThree .arrow-left,.indexThree .arrow-right{ width:60px; height: 60px; border: #666 solid 2px; margin: 0 10px;}
.indexThree .arrow-left{ background:#fff url(../images/arrow-left.png) no-repeat center; background-size:15px auto; }
.indexThree .arrow-right{ background:#fff url(../images/arrow-right.png) no-repeat center; background-size: 15px auto;}

.neiNav{ line-height: 90px; border-bottom: #d9d9d9 solid 1px;}
.neiNav ul li{ margin: 0 50px;}
.neiNav ul li a{ font-size: 18px;}
.neiNav ul li.on a{ color: #1561b7;}

.about .text{ text-align: left;}

.honor{ padding: 60px 0 100px;}
.honor .box ul{ margin: 0 -40px;}
.honor .box ul li{ width: 25%; padding: 0 40px; margin-bottom: 40px;}
.honor .box ul li a{ padding: 20px; background: #ededed; display: block;}
.honor .box ul li h3{ font-size: 16px; font-weight: normal; text-align: center; margin-top: 10px;}

.report{ padding: 60px 0 100px;}
.report .box ul{ margin: 0 -25px;}
.report .box ul li{ width: 25%; padding: 0 25px; margin-bottom: 30px;}
.report .box ul li dl{ padding-bottom: 72%;}
.report .box ul li ol{ padding: 0 36px 12px; margin-top: -26px; position: relative; z-index: 11;}
.report .box ul li ol h3{ padding: 0 80px 0 15px; background: #fff;box-shadow: 0 0 12px rgba(0,0,0,.15); font-size: 16px; font-weight: normal; line-height: 80px; position: relative;}
.report .box ul li ol h3::before{ content: ""; width: 80px; height: 80px; background: #1561b7 url(../images/icon04.png) no-repeat center; position: absolute; right: 0; top: 0;}

.products{ padding: 60px 0 100px;}
.products .titBread{ margin-bottom: 35px;}
.products .titBread .ntitle{ margin-bottom: 0;}
.products .leftNav{ width: 235px;}
.products .leftNav ul li { margin-bottom:3px;}
.products .leftNav ul li a{ font-size: 18px; color: #000; font-weight: bold; line-height: 54px; background: #d8d8da; display: block; padding-left: 50px; transition: all 0.4s ease;}
.products .leftNav ul li.on a,.products .leftNav ul li a:hover{ background: #6498dd; color: #fff;}
.products .rightBox{ width: calc(100% - 290px);}
.products .prolist ul{ margin: 0 -10px;}
.products .prolist ul li{ width: 25%; padding: 0 10px; margin-bottom: 35px;}
.products .prolist ul li h3{ font-size: 16px; font-weight: normal; text-align: center; margin-top: 15px;}

.proview{ padding: 60px 0 100px;}
.proview .prohead{ margin-bottom: 50px;}
.proview .prohead .pic{ width: 50%; padding-right: 135px;}
.proview .prohead .con{ width: 50%; padding-left: 40px;}
.proview .prohead .con .tit h1{ font-size: 24px; font-weight: normal; border:#1b73e2 solid 3px; border-radius: 50px; display: inline-block; padding: 10px 30px;}
.proview .text{ line-height: 1.7;}
.proview .text h3{ color: #1b73e2; font-size: 18px; margin: 30px 0 20px;}

.news{ padding: 60px 0 100px;}
.news .box ul{ margin: 0 -60px;}
.news .box ul li{ width: 50%; padding: 0 60px; margin-bottom: 25px;}
.news .box ul li a{ height:100%; padding: 30px; display: block;}
.news .box ul li ol{ display: flex; align-items: flex-end; margin-bottom:20px;}
.news .box ul li ol dd{ font-size: 30px; margin-right: 12px;}
.news .box ul li ol em{ font-size: 20px; color: #666; font-style: normal;}
.news .box ul li h3{ font-size: 24px; font-weight: normal; color: #333; margin-bottom: 20px; 	text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
.news .box ul li dt{ font-size: 18px; color: #999; text-decoration:underline; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3;	-webkit-box-orient: vertical;}
.news .box ul li a:hover{ background: #6498dd;}
.news .box ul li a:hover ol dd{ color: #fff;}
.news .box ul li a:hover ol em{ color: #fff;}
.news .box ul li a:hover h3{ color: #fff;}
.news .box ul li a:hover dt{ color: #fff;}

.newsView{background: #e8eaee;  padding: 60px 0 80px;}
.newsView .box{ background: #fff; box-shadow:10px 10px 0 #e4e4e4; margin-bottom: 10px;}
.newsView .box .newsHead{ padding: 50px 70px 30px;  position: relative;}
.newsView .box .newsHead::after{ content: ""; width: 60px; height: 3px; background: #1561b7; position: absolute; left: 70px; bottom: -2px;}
.newsView .box .newsHead h1{ font-size: 30px; color: #000; font-weight: normal; line-height: 1.2; margin-bottom: 10px;}
.newsView .box .newsHead span{ color: #999; margin-right: 30px;}
.newsView .box .viewCon{ padding:50px 70px 70px; line-height: 2;}
.newsView .box .viewPage{ border-top: #eaeaea solid 2px; padding: 30px 70px; overflow: hidden; position: relative;}
.newsView .box .viewPage .boxCon{ padding-right: 200px;}
.newsView .box .viewPage .boxCon a{ color: #333; display: block; overflow: hidden; text-overflow:ellipsis; white-space: nowrap; }
.newsView .box .viewPage .boxCon b{ color: #1561b7;}
.newsView .box .viewPage .boxCon a:hover{color: #1561b7;}
.newsView .box .viewPage .back{ width: 160px; height: 42px; line-height: 42px;  text-align: center; border-radius: 40px; background: #1561b7; position:absolute; right: 70px; top: 35px;}
.newsView .box .viewPage .back a{color: #fff; display: block;}

.video{padding: 60px 0 100px;}
.video .box{ margin-bottom: 30px;}
.video ul{ margin: 0 -20px;}
.video ul li{ width: 25%; padding: 0 20px; margin-bottom: 30px;}
.video ul li ol{ cursor: pointer;}
.video ul li dl{ padding-bottom: 75%;}
.video ul li dl::before{ content: ""; width: 100%; height: 100%; background: url(../images/videoBtn.png) no-repeat center; position: absolute; left: 0; top: 0; z-index: 11; transition: all .4s;}
.video ul li h3{ font-size: 16px; color: #666; font-weight: normal; text-align: center; margin-top: 10px;}

.contact{ padding: 60px 0 100px;}
.contact .box .con{ width: 460px; background: #6498dd; font-size: 18px; line-height:2; color: #fff; padding: 50px 50px 80px;}
.contact .box .con pre{ border-bottom: #fff solid 1px;}
.contact .box #map{ width: calc(100% - 460px);}

.footer{ padding: 80px 0 30px; background:#333; color: #c2c2c2; font-size: 14px;  position: relative;}
.footer a{ color: #c2c2c2;}
.footer a:hover{ color: #fff;}
.footer .fmain{ padding-bottom: 25px;}
.footer .ewm ul li{ margin: 0 25px; text-align: center;}
.footer .ewm ul li p{ margin-top: 10px;}
.footer .fcontact{ line-height:1.7;}
.footer .fnav ul>li{ margin-left: 100px;}
.footer .fnav ul>li>a{ font-size: 16px; color: #fff; margin-bottom: 10px; display: block;}
.footer .fnav ul>li>ol>a{ display: block; line-height: 1.6;}
.footer .copyright{ font-size: 12px; text-align: center; color: #c2c2c2;}

/*===/分页=============================*/
.fenye { text-align: center; font-size: 16px; width: 100%; display: flex; justify-content: center; padding-top: 30px;}
.fenye .prev, .fenye .next { width: 40px; height: 40px; line-height: 40px; color: #333;margin-right: 5px; display: block; font-family: "宋体";font-size: 17px; background: #ddd;}
.fenye a { width: 40px; height: 40px; line-height: 40px;  color: #333; margin-right: 5px;display: block; background: #ddd; transition: all 0.4s;}
.fenye a:hover {color: #fff; background: #1561b7;}
.fenye a.current { color: #fff;  background: #1561b7;}


/*搜索框*/
.search-dialog-box{display: none;position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 999999999;}
.search-dialog-box .black{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-color: rgba(0, 0, 0, .8);}
.search-dialog{position: absolute;left:50%;top:50%;box-sizing:border-box;width: 680px;padding: 20px 30px;transform: translate(-50%,-50%);background-color: #fff;box-shadow: 0 0 10px rgba(0,0,0,.33);border-radius:50px;}
.search-dialog input[type=text]{float: left;width: 86%;border: none; padding: 0;font-size:18px;line-height: 28px; height:28px;color: #999; background-color: #fff;border-radius: 0;}
.search-dialog input[type=submit] {float: right; width:28px; height:28px; background-repeat: no-repeat; background-position: center; background-size: 100%; border: none; padding: 0; background-image: url(../images/search-btn.png);background-color: transparent; cursor: pointer;}

/* 弹出框 */
.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) {

}

@media (max-width: 1580px) {



.footer .fnav ul>li { margin-left: 45px;}

}
@media (max-width: 1440px) {
    .header .wrap { height: 160px; }
    .header .nav>ul>li { margin-left: 60px; }

    .neiBanner{ height: 480px;}

    .indexTwo .arrow-left{ left: -86px;}
    .indexTwo .arrow-right{ right: -86px;}

    .news .box ul li ol dd{ font-size: 25px;}
    .news .box ul li h3{ font-size: 20px;}
    .news .box ul li dt{ font-size: 16px;}
}

@media (max-width: 1366px) {
    body{ font-size: 15px;}
}

@media (max-width: 1300px) {
    .wrap{padding: 0 20px;}
}

@media (max-width: 1250px) {

    .header .nav>ul>li { margin-left: 35px; }
    .header .nav>ul>li>a{ font-size: 20px;}

    .neiBanner { height: 380px; }

    .ntitle h2{ font-size: 30px;}

    .indexOne .tit h2{ font-size: 30px;}

    .indexOne .num ul li ol b{ font-size: 32px;}
    .indexOne .num ul li p{ font-size: 16px;}
    .indexOne .text{ font-size: 16px;}
    .indexOne .more a { width: 228px; line-height: 50px; border: #1561b7 solid 2px; padding-left: 32px; font-size: 16px; }

    .indexTwo .box{ padding: 0 30px;}
    .indexTwo .swiper-slide h3{ font-size: 16px;}
    .indexTwo .arrow-left, .indexTwo .arrow-right{ width: 40px; height: 40px; background-size: 10px auto;}
    .indexTwo .arrow-left{ left: -40px;}
    .indexTwo .arrow-right{ right: -40px;}

    .indexThree .swiper-slide ol { padding: 0 10px 12px;}
    .indexThree .swiper-slide ol h3{ font-size: 15px; line-height: 60px;}
    .indexThree .swiper-slide ol h3::before { width: 60px; height: 60px; background-size: 20px auto;}
    .indexThree .arrow-left, .indexThree .arrow-right{ width: 40px; height: 40px; background-size: 10px auto;}

    .products .leftNav ul li a{ font-size: 16px;}

    .news .box ul{ margin: 0 -25px;}
    .news .box ul li{ padding: 0 25px;}
}

@media (max-width: 1200px) {
    .header .nav>ul>li>a{ font-size: 18px;}
}

@media (max-width: 1030px) {
}

@media screen and (max-width:750px){
    body{ font-size: 14px; padding-top: 60px;}
    .wrap{ padding: 0 15px;}
    .w1200{ 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; }
    .header .wrap { height: 60px; }
    .header .logo{ height: 60px; padding: 10px 0; }
    .header .tel{ display: none;}
    .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.on>a::before{ height: 2px;}
    .header .nav>ul>li>a.lang{ background-size: 20px; background-position: 15px center;}

    .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{ border-radius: 0;}
    .banner .pagination { width: 100% !important; position: absolute; left:0; bottom:10px!important;  z-index:111; text-align: center;}
    .banner .swiper-pagination-clickable .swiper-pagination-bullet{ display: inline-block; width: 10px;height: 10px;  margin: 0 3px; border-radius:12px !important; opacity: 1; cursor: pointer;}
    .banner .swiper-pagination-bullet-active { background: #fff;}
    .banner .swiper-slide-active{opacity:1;}

    .neiBanner{ height: 130px;}

    .title{ margin-bottom: 25px;}
    .title h2{ font-size: 20px;}
    .title p{ font-size: 13px; line-height: 1.3;}

    .ntitle{ margin-bottom: 25px;}
    .ntitle h2{ font-size: 22px; padding-bottom: 10px;}

    .indexOne .tit{ margin-bottom: 35px;}
    .indexOne .tit h2{ font-size: 18px;}
    .indexOne .num { margin-bottom: 8px; }
    .indexOne .num ul{ flex-wrap: wrap; justify-content: center;}
    .indexOne .num ul li { width: 33.33%; padding: 0 10px; margin-bottom: 20px;}
    .indexOne .num ul li ol b { font-size: 22px; }
    .indexOne .num ul li p { font-size: 12px; margin-top: 2px; margin-bottom: 8px;}
    .indexOne .text{ font-size: 14px; margin-bottom: 35px;}
    .indexOne .more a { width: 165px; line-height: 42px; border: #1561b7 solid 2px; padding-left: 32px; font-size: 14px; background-size: 20px;}

    .indexTwo { padding: 55px 0 50px;}
    .indexTwo .box { margin-top: 35px;}
    .indexTwo .swiper-slide h3{ font-size: 14px;}
    .indexTwo .arrow-left, .indexTwo .arrow-right{ width: 30px; height: 30px; border: #888 solid 1px; background-size: 6px auto;}
    .indexTwo .arrow-left { left: -10px; }
    .indexTwo .arrow-right { right: -10px; }

    .indexThree { padding: 55px 0 60px; }
    .indexThree .box { margin-top: 40px; }
    .indexThree .swiper-slide ol{ margin-top: -20px;}
    .indexThree .swiper-slide ol h3 { font-size: 14px; line-height: 40px; padding: 0 45px 0 10px;}
    .indexThree .swiper-slide ol h3::before { width: 40px; height: 40px; background-size: 16px auto; }
    .indexThree .arrow{ margin-top: 30px;}
    .indexThree .arrow-left, .indexThree .arrow-right{width: 30px; height: 30px; border: #888 solid 1px; background-size: 6px auto;}

    .neiNav{ line-height: 46px;}
    .neiNav ul li { margin: 0 10px; }
    .neiNav ul li a { font-size: 14px; }

    .about{ padding: 45px 0;}

    .honor { padding: 45px 0 70px; }
    .honor .box ul { margin: 0 -5px;}
    .honor .box ul li{ width: 50%; padding: 0 5px; margin-bottom: 10px;}

    .report { padding: 45px 0 70px; }
    .report .box ul { margin: 0 -5px;}
    .report .box ul li{ width: 50%; padding: 0 5px;}
    .report .box ul li ol { padding: 0 10px;}
    .report .box ul li ol h3{ font-size: 15px; line-height: 60px; padding: 0 10px;}
    .report .box ul li ol h3::before { display: none;}

    .products { padding: 40px 0 50px;}
    .products .titBread{ display: block;}
    .products .titBread .bread{ text-align: center; margin-top: 15px; font-size: 12px;}
    .products .conBox{ display: block;}
    .products .leftNav{ width: 100%; margin-bottom: 15px;}
    .products .leftNav dl{ font-size: 16px; color: #fff; line-height: 50px; padding: 0 15px; background: #3371bc url(../images/xiala.png) no-repeat right 15px center; background-size: 20px auto;}
    .products .leftNav dl::before{ content: "产品分类";}
    .products .leftNav dl span{ font-size: 14px;}
    .products .leftNav ul{ display: none;}
    .products .leftNav ul li a{ font-size: 14px; line-height: 40px; padding-left: 15px;}

    .products .rightBox{ width: 100%; padding-bottom: 15px;}
    .products .prolist { padding-bottom: 5px; }
    .products .prolist ul { margin: 0 -5px;}
    .products .prolist ul li { width: 50%; padding: 0 5px; margin-bottom: 20px;}
    .products .prolist ul li h3{ font-size: 14px;}

    .proview { padding: 45px 0 70px; }
    .proview .prohead{ display: block; margin-bottom: 25px;}
    .proview .prohead .pic{ width: 100%; padding: 0; margin-bottom: 25px;}
    .proview .prohead .con{ width: 100%; padding: 0;}
    .proview .prohead .con .tit h1 { font-size: 18px; border: #1b73e2 solid 2px;}
    .proview .text h3 { font-size: 16px; margin: 20px 0 5px; }

    .news { padding: 45px 0 70px;}
    .news .box ul { margin: 0;}
    .news .box ul li{ width: 100%; padding: 0; margin-bottom: 8px;}
    .news .box ul li a{ padding: 15px;}
    .news .box ul li ol dd { font-size: 20px; }
    .news .box ul li ol em{ font-size: 14px;}
    .news .box ul li h3 { font-size: 15px; margin-bottom: 10px;}
    .news .box ul li dt { font-size: 13px; line-height: 1.5;}

    .newsView{  padding: 20px 0 30px;}
    .newsView .box{ background: #fff; box-shadow:5px 8px 0 #e4e4e4; margin-bottom: 10px;}
    .newsView .box .newsHead{ padding: 30px 20px 10px;  position: relative;}
    .newsView .box .newsHead::after{ content: ""; width: 40px; height: 3px; position: absolute; left:20px; bottom: -2px;}
    .newsView .box .newsHead h1{ font-size: 18px;  margin-bottom: 10px;}
    .newsView .box .newsHead span{ font-size: 13px; margin-right: 10px;}
    .newsView .box .industryHead{ font-size: 35px; font-weight: normal; color: #000;  padding: 50px 70px 30px; border-bottom: #eaeaea solid 2px; position: relative;}
    .newsView .box .industryHead::after{ content: ""; width: 60px; height: 3px;  position: absolute; left: 70px; bottom: -2px;}
    .newsView .box .viewCon{ padding:30px 20px 30px; line-height:1.8; font-size: 15px;}
    .newsView .box .viewPage{ border-top: #eaeaea solid 2px; padding: 30px 20px; overflow: hidden;}
    .newsView .box .viewPage .boxCon{ float: none; padding-right: 120px;}
    .newsView .box .viewPage .boxCon a{ font-size: 14px; display: block; overflow: hidden;  text-overflow:ellipsis;  white-space: nowrap; margin-bottom: 10px;}
    .newsView .box .viewPage .back{ width: 100px; height: 36px; line-height: 36px;  float: none; margin: 0 auto; right: 20px;}
    .newsView .box .viewPage .back a{color: #fff; display: block;}

    .video { padding: 45px 0 70px; }
    .video .box{ margin-bottom: 0;}
    .video ul { margin: 0 -5px;}
    .video ul li{ width: 50%; padding: 0 5px;}
    .video ul li h3{ font-size: 14px;}

    .contact { padding: 45px 0 70px; }
    .contact .box { display: block;}
    .contact .box .con{ width: 100%; padding: 30px; font-size: 14px; line-height: 1.6;}
    .contact .box #map{ width: 100%; height: 300px;}

    .footer{ font-size: 13px; padding: 40px 0 20px;}
    .footer::before{ display: none;}
    .footer .fmain { padding-bottom: 20px; }
    .footer .fcontact { line-height: 1.5; padding-right: 10px;}
    .footer .fnav{ display: none;}
    .footer .ewm{ width: 100px;}
    .footer .ewm ul li{ margin: 0;}

    /*===/分页=============================*/
    .fenye { text-align: center; font-size: 14px; width: 100%; height: 40px; 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%;}
}