﻿@import url('NotoSansSC.css');
* {-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:"Source Han Sans CN",'Noto Sans SC',"PingFang SC","Microsoft YaHei",Arial,sans-serif; padding-top: 120px;}
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',"PingFang SC","Microsoft YaHei",Arial,sans-serif; }
svg{ border: none;}
::-webkit-input-placeholder {color: #333;}
::-moz-placeholder {color: #333;}
:-ms-input-placeholder {color: #333;}

a { text-decoration: none; color:#000; transition: color 0.56s ease;}
a:hover{ color:#0066cc;}

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;}
.large-wrap{ width: 100%; max-width: 1620px; 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; box-shadow: 0 0 10px rgba(0,0,0,.1); position: fixed; left: 0; top: 0; z-index: 9999;  transition: top 0.4s ease;}
.header .logo{height:120px; padding: 16px 0;}
.header .nav>ul>li{ margin-left:60px;}
.header .nav>ul>li>a{ font-size:16px; color:#000; line-height:60px;  transition: color .4s; display: block;}
.header .nav>ul>li.on>a,.header .nav>ul>li>a:hover,.header .nav>ul>li:hover>a{ color:#0066cc;}
.menu-toggle{display: none;}


.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:none; border: #fff solid 2px; margin: 0 10px; border-radius:12px !important; opacity: 1; cursor: pointer;}
.banner .swiper-pagination-clickable .swiper-pagination-bullet.swiper-pagination-bullet-active { background: #fff;}
.banner .swiper-slide-active{opacity:1;}

.neiBanner{ height: 550px; background-position: center; background-repeat: no-repeat; background-size: cover; display: flex; align-items: center; justify-content: center; position: relative;overflow: hidden;}

.title{ text-align: center; margin-bottom: 40px;}
.title h2{ font-size: 48px; color: #333333; line-height: 1;}
.title h2 span{ color: #3371bc;}
.title p{ color: #8d8d8d; margin-top: 30px;}

.ntitle{ margin-bottom: 70px; text-align: center;}
.ntitle h2{ font-size: 48px; color:#3371bc; line-height: 1; position: relative; z-index: 111;}
.ntitle p{  color:#555; line-height: 1; margin-top: 30px;}

.menu{ margin-bottom: 40px;}
.menu ul li{ margin: 0 10px;}
.menu ul li a{ background: #3371bc; border-radius: 40px; color: #fff; line-height: 40px; padding: 0 30px; display: block;}
.menu ul li a:hover{background: #dd7a1f; }

.more{ width: 170px; height: 60px; line-height: 58px; background: #fff; color: #000; font-size: 18px; text-align: center; box-shadow: 0 0 15px rgba(0, 0, 0, .2); display: block; margin: 30px auto 0;  transition: all .4s;}
.more:hover{ background: #3371bc; color: #fff;}

.indexOne{ padding: 70px 0 50px; background: #f5f5f5;}
.indexOne .box{ position: relative; overflow: hidden;}
.indexOne .box .swiper { padding-bottom: 80px;}
.indexOne .box .swiper .swiper-slide a{ background: #fff; display: block; padding: 35px; box-shadow: 0 0 10px rgba(0,0,0,.1); margin: 10px;}
.indexOne .box .swiper .swiper-slide dl{ padding-bottom: 80%;}
.indexOne .box .swiper .swiper-slide h3{ font-size: 16px; font-weight: normal; text-align: center; line-height: 1; margin-top: 20px;}
.indexOne .pagination { width: 100% !important; position: absolute; left:0; bottom:0px!important;  z-index:111; text-align: center;}
.indexOne .swiper-pagination-clickable .swiper-pagination-bullet { display: inline-block; width: 15px;height: 15px; background:#0066cc; border:none; margin: 0 10px; border-radius:12px !important; opacity: 1; cursor: pointer;}
.indexOne .swiper-pagination-clickable .swiper-pagination-bullet.swiper-pagination-bullet-active { background: #dd7a1f;}
.indexOne .swiper-slide-active{opacity:1;}

.iabout{ padding: 75px 0 115px; background: url(../image/aboutBg.png);}
.iabout .title h2{ color: #fff;}
.iabout .text{ font-size: 16px; color: #bbc8dd; margin: -10px 0 45px;}
.iabout .tabNav { margin-bottom: 45px;}
.iabout .tabNav ul li{ width: 280px; height: 100px; background: #fff; margin: 0 5px; padding: 0 28px; display: flex; align-items: center; position: relative; cursor: pointer;}
.iabout .tabNav ul li i{ align-self:center; margin-right: 20px; overflow: hidden;}
.iabout .tabNav ul li ol h3{ font-size: 24px; color: #3371bc; line-height: 1; margin-bottom: 5px;}
.iabout .tabNav ul li ol p{  color: #8d8d8d; line-height: 1;}
.iabout .tabNav ul li.on{ background: #dd7a1f;}
.iabout .tabNav ul li.on i img{filter: drop-shadow(#fff 0 150px); transform: translateY(-150px);}
.iabout .tabNav ul li.on ol h3{ color: #fff;}
.iabout .tabNav ul li.on ol p{ color: #fff;}
.iabout .tabNav ul li.on::before{ content: ""; width: 0; height: 0; border-top: 18px solid #dd7a1f; border-right: 23px solid transparent; border-left: 23px solid transparent; position: absolute; left: 50%; bottom: -18px; transform: translateX(-50%);}
.iabout .tabBox .item{ display: none;}
.iabout .tabBox .item.show{ display: block;}
.iabout .tabBox .box{ padding: 40px 30px; background: #fff;}
.iabout .tabBox .box .pic{ padding-right: 30px;}
.iabout .tabBox .box .con .tit{  border-bottom: #ccc solid 1px; margin-bottom: 35px; padding-bottom:20px; position: relative;}
.iabout .tabBox .box .con .tit::before{ content: ""; width: 188px; height: 5px; background: #666; position: absolute; left: 0; bottom: 0;}
.iabout .tabBox .box .con .tit h3{ font-size: 36px; font-weight: normal; color: #000; line-height: 1; margin-bottom: 16px;}
.iabout .tabBox .box .con .tit h3 span{ font-size: 45px; font-weight: bold; color: #dd7a1f; padding-right: 5px;}
.iabout .tabBox .box .con .tit dt{ color: #8d8d8d;}
.iabout .tabBox .box .con .text{ font-size: 16px; color: #8d8d8d; line-height: 1.8;}
.iabout .tabBox .box .con .text p{ margin-bottom: 15px; padding-left: 40px; position: relative;}
.iabout .tabBox .box .con .text p::before{ content: ""; width: 8px; height: 8px; border: #dd7a1f solid 3px; border-radius: 10px; position: absolute; left: 13px; top: 10px;}

.inews{ padding: 80px 0 40px;}
.inews .box { margin-top: 50px;}
.inews .box ul{margin: 0 -12px;}
.inews .box ul li{ width: 33.33%; padding: 0 12px; margin-bottom: 10px;}
.inews .box ul li a{height: 151px; background: #f8f8f8; padding: 30px 28px; display: block; transition: all .4s;}
.inews .box ul li dl{ float: left; width: 77px; height: 90px; color: #8d8d8d; border-right: #eee solid 1px; padding-top: 10px; transition: all .4s; }
.inews .box ul li dl b{font-size: 30px; line-height: 1; font-weight: 900; padding-bottom: 12px; margin-bottom: 10px; display: block; position: relative; transition: all .4s;}
.inews .box ul li dl b::after{ content: ""; width: 25px; height: 1px; background: #ccc; position: absolute; left: 0; bottom: 0; transition: all .4s;}
.inews .box ul li ol{ height: 90px; padding-left: 96px; background: url(../image/icon14.png) no-repeat 96px bottom; transition: all .4s;}
.inews .box ul li ol h3{ font-size: 18px; font-weight: 400; line-height: 1.4; color: #000; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; transition: all .4s;}
.inews .box ul li a:hover{ background: #dd7a1f;}
.inews .box ul li a:hover dl{ color: #fff;}
.inews .box ul li a:hover dl b{ color: #fff;}
.inews .box ul li a:hover dl b::after{ background: #fff;}
.inews .box ul li a:hover ol{background: url(../image/icon14_02.png) no-repeat 96px bottom; }
.inews .box ul li a:hover ol h3{ color: #fff;}

.aboutOne{ padding: 70px 0 0;}
.aboutOne .box{ padding:10px 0 100px;}
.aboutOne .con{ width: 50%;}
.aboutOne .con .text{ line-height: 1.8;}
.aboutOne .con .num{ margin-top: 55px;}
.aboutOne .con .num ul li{ margin: 0 30px;}
.aboutOne .con .num ul li dl{ font-size: 28px; color: #0066cc; font-weight: bold;}
.aboutOne .con .num ul li p{ font-size: 15px; text-align: center;}
.aboutOne .pic{ width: 50%; padding-left: 90px;}

.aboutTwo{ padding: 50px 0 100px;}
.aboutTwo .box ul{ margin: 0 -30px;}
.aboutTwo .box ul li{ width: 25%; padding: 0 30px; margin-bottom: 50px;}
.aboutTwo .box ul li dl{ padding-bottom: 80%;}
.aboutTwo .box ul li h3{ text-align: center; font-size: 16px; font-weight: normal; margin-top: 15px;}

.news{ padding: 70px 0 100px; background: #f5f5f5; }
.news .box{ padding-bottom: 30px;}
.news .box ul li{ margin-bottom: 25px;}
.news .box ul li a{ width: 100%; background: #fff; padding: 20px 30px; display: flex; justify-content: space-between; align-items: center;}
.news .box ul li dt{ width: 180px; font-size: 14px; color: #666; border-right: #ccc solid 1px;}
.news .box ul li h3{ width: calc(100% - 300px); color: #333; font-size: 17px; font-weight: normal; padding-left: 45px; 	text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.news .box ul li dd{ width: 80px; line-height: 26px; border-radius: 5px; background: #959597; color: #fff; font-size: 14px; text-align: center;}
.news .box ul li a:hover h3{ color: #000; font-weight: bold;}
.news .box ul li a:hover dd{ color: #fff; background: #0066cc;}

.newsView{background: #f5f5f5;  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: #0066cc; 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: #0066cc;}
.newsView .box .viewPage .boxCon a:hover{color: #0066cc;}
.newsView .box .viewPage .back{ width: 160px; height: 42px; line-height: 42px;  text-align: center; border-radius: 40px; background: #0066cc; position:absolute; right: 70px; top: 35px;}
.newsView .box .viewPage .back a{color: #fff; display: block;}

.products{ padding: 80px 0 60px; background: #f5f5f5;}
.products .leftNav{ width: 300px;}
.products .leftNav dl{ background: #3371bc; color: #fff; font-size: 30px; font-weight: 500; line-height: 64px; padding: 0 20px;}
.products .leftNav dl span{ font-size: 16px; font-weight: 300;}
.products .leftNav ul li{ margin-top: 6px;}
.products .leftNav ul li a{ padding-left: 17px; line-height: 60px; background: #fff url(../image/icon22.png) no-repeat right 18px center; color: #000; font-size: 18px; display: block; position: relative;}
.products .leftNav ul li a::before{ content: ""; width: 5px; height: 20px; background: #fff; position: absolute; left: 0; top: 50%; transform: translateY(-50%);transition: all .4s;}
.products .leftNav ul li a:hover,.products .leftNav ul li.on a{ color: #dd7a1f;}
.products .leftNav ul li a:hover::before,.products .leftNav ul li.on a::before{ background: #dd7a1f;}

.products .rightBox{ width: calc(100% - 350px); padding-bottom: 50px;}

.bread{ line-height: 20px; margin-bottom: 35px;}
.bread a{ color: #999;}
.bread a:hover{ color: #dd7a1f;}

.prolist{ padding-bottom: 30px;}
.prolist ul{ margin: 0 -25px;}
.prolist ul li{ width: 33.33%; padding: 0 25px 50px;}
.prolist ul li a{ background: #fff; display: block; padding: 35px; box-shadow: 0 0 10px rgba(0,0,0,.06);}
.prolist ul li dl{ padding-bottom: 80%;}
.prolist ul li h3{ font-size: 16px; font-weight: normal; text-align: center; line-height: 1; margin-top: 20px;}

.proview .pic{ max-height: 500px; text-align: center; margin-bottom: 30px;}
.proview .text{ line-height: 1.8;}

.video{padding: 80px 0 100px;}
.video .box{ padding-bottom: 30px;}
.video .box ul{ margin: 0 -30px;}
.video .box ul li{ width: 25%; padding: 0 30px; margin-bottom: 30px;}
.video .box ul li ol{ cursor: pointer;}
.video .box ul li dl{ padding-bottom:75%;}
.video .box ul li dl::before{ content: ""; width: 100%; height: 100%; background: url(../image/videoBtn.png) no-repeat center; position: absolute; left: 0; top: 0; z-index: 11; transition: all .4s;}
.video .box ul li h3{ font-size: 16px; color: #666; font-weight: normal; text-align: center; margin-top: 10px;}

.contact{ padding: 80px 0 120px; background: #f5f5f5;}
.contact .telBox{ margin-bottom: 70px;}
.contact .telBox ul li{ display: flex; align-items: center;}
.contact .telBox ul li i{ width: 60px; height: 60px; background: #1161bf; border-radius: 60px; display:flex; align-items: center; justify-content: center; margin-right: 20px;}
.contact .telBox ul li h3{  font-size: 23px; font-weight: 500;}
.contact .box{ background: #fff; display: flex; flex-wrap: wrap;}
.contact .box .text{ width: 500px; padding: 50px ; font-size: 18px; color: #888; line-height: 1.8;}
.contact .box .text h3{ font-size: 24px; color: #000; margin-bottom: 20px;}
.contact .box #map{ width: calc(100% - 500px); height: 400px;}

.footer{ background: #484848;}
.footer .fmain{ padding: 50px 0 40px;}
.footer .item .tit{ margin-bottom: 40px; position: relative;}
.footer .item .tit::after{ content: ""; width: 30px; height: 1px; background: #bfbfbf; position: absolute; left:0; bottom: -15px;}
.footer .item .tit h3{ font-size: 20px; line-height: 1; color: #fff; font-weight: 500;}
.footer .item .tit h3 span{ color: #c9c9c9; font-size: 18px; margin-left: 8px;}
.footer .fcontact dl{ font-size: 18px; color: #fff; font-weight: 500; line-height: 1; margin-bottom: 10px;}
.footer .fcontact dt{ color: #c9c9c9; margin-bottom: 30px;}
.footer .fcontact ul{ width: 450px; overflow: hidden;}
.footer .fcontact ul li{ width:50%; height: 24px; color: #c9c9c9; font-size: 15px; margin-bottom: 10px; float: left;}
.footer .fcontact ul li img{ max-width: 17px; max-height:16px;}
.footer .fnav { width: 330px;}
.footer .fnav ul li{ width: 50%; margin-bottom: 12px; padding-right: 50px; float: left;}
.footer .fnav ul li a{color: #fff; line-height: 30px; padding-left: 18px; padding-bottom: 5px; background:url(../image/icon11.png) no-repeat left center; border-bottom: #bfbfbf solid 1px; display: block;}
.footer .fnav ul li a:hover{ color: #6992da;}
.footer .ewm ol{ float: left; width: 145px; margin-right: 20px;}
.footer .ewm li{ float: left;  text-align: center; color: #fff; font-size: 16px; line-height: 2.2; white-space: nowrap; padding-top:40px;}
.footer .copyright{ background: #323232; color: #999; text-align: center; line-height: 50px;}
.footer .copyright a{color: #999; margin-left: 10px;}
.footer .copyright a:hover{color: #a7a7a7;}

.fenye { text-align: center; font-size: 16px; width: 100%; height: 40px; display: flex; justify-content: center;}
.fenye .prev, .fenye .next { width: 40px; height: 40px; line-height: 40px; color: #333;margin-right: 5px; display: inline-block; font-family: "宋体";font-size: 17px; background: #ddd;}
.fenye a { width: 40px; height: 40px; line-height: 40px;  color: #333; margin-right: 5px;display: inline-block; background: #ddd; transition: all 0.4s;}
.fenye a:hover {color: #fff; background: #3371bc;}
.fenye a.current { color: #fff;  background: #3371bc;}



.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(404.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(../image/off.png) no-repeat center; position: absolute; top: -15px; right: -15px;  cursor: pointer;}
.tccBox .BoxCon ul video{ max-width: 950px;}


@media (max-width: 1700px) {
}

@media (max-width: 1560px) {
}
@media (max-width: 1440px) {
    .header .nav>ul>li { margin-left: 40px; }

    .neiBanner{ height: 460px;}

    .title h2{ font-size: 36px;}
    .title p{ margin-top: 20px;}

    .ntitle h2{ font-size: 36px;}

    .iabout .tabNav ul li ol h3{ font-size: 20px;}
    .iabout .tabBox .box .con .tit h3{ font-size: 28px;}
    .iabout .tabBox .box .con .tit h3 span{ font-size: 38px;}
}

@media (max-width: 1366px) {

    .header .logo{ padding: 20px 0;}

    .inews .box ul li ol h3{ font-size: 16px;}

    .products .leftNav dl{ font-size: 24px;}
    .products .leftNav ul li a{ font-size: 16px;}
}

@media (max-width: 1300px) {
    body{ font-size: 15px;}
    
}

@media (max-width: 1240px) {
    .wrap{ padding: 0 20px;}

    .header .nav>ul>li { margin-left: 30px; }
}

@media (max-width: 1200px) {
    .header .logo{ padding: 28px 0;}
    .contact .telBox ul li h3{ font-size: 18px;}
}

@media (max-width: 1030px) {
    .prolist ul{ margin: 0 -15px;}
    .prolist ul li { padding: 0 15px 25px; }
}

@media screen and (max-width:750px){
    body{ font-size: 14px; padding-top: 60px;}
    .wrap{ padding: 0 15px;}
    .large-wrap{ padding: 0 15px;}

    .header{ width: 100%; height: 60px; box-shadow: 0 0 10px rgba(0,0,0,.1); position: fixed; top: 0; left: 0; z-index: 99999999; }
    .header .logo{ height: 60px; padding: 10px 0; }
    .header .t{ display: none;}
    .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;  line-height: 46px;  display: block;}

    .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; margin-top: 0; border-radius: 0;}

    .title { margin-bottom: 18px;}
    .title h2{ font-size: 21px;}
    .ntitle{ margin-bottom: 20px;}
    .ntitle h2{ font-size: 21px;}

    .menu { margin-bottom: 20px; }
    .menu ul{ flex-wrap: wrap;}
    .menu ul li { margin: 0 5px 8px; }
    .menu ul li a { padding: 0 16px; }

    .more { width: 100px; height: 38px; line-height: 36px; font-size: 14px; box-shadow: 0 0 10px rgba(0, 0, 0, .1); margin: 15px auto 0;}

    .indexOne { padding: 40px 0;}
    .indexOne .box .swiper { padding-bottom: 50px; }
    .indexOne .box .swiper .swiper-slide a{ padding: 10px;}
    .indexOne .box .swiper .swiper-slide h3{ font-size: 15px;}

    .iabout{ padding: 40px 0;}
    .iabout .text{margin: -10px 0 20px; font-size: 14px;}
    .iabout .tabNav{ margin-bottom: 20px;}
    .iabout .tabNav ul li{height: 70px; margin: 0 2px; padding: 0 5px;}
    .iabout .tabNav ul li.on::before { border-top: 12px solid #dd7a1f; border-right: 15px solid transparent; border-left: 15px solid transparent; bottom: -9px;}
    .iabout .tabNav ul li i{ margin-right: 5px; align-self:center;}
    .iabout .tabNav ul li i img{ height: auto;}
    .iabout .tabNav ul li ol h3{ font-size: 15px;}
    .iabout .tabNav ul li ol p{ font-size: 12px;}
    .iabout .tabBox .box{ padding: 10px;}
    .iabout .tabBox .box{ flex-wrap: wrap;}
    .iabout .tabBox .box .pic{ width: 100%; padding-right:0; margin-bottom: 20px;}
    .iabout .tabBox .box .pic img{ width: 100%;}
    .iabout .tabBox .box .con{ width: 100%;}
    .iabout .tabBox .box .con .tit h3{ font-size: 17px;}
    .iabout .tabBox .box .con .tit h3 span{ font-size: 22px;}
    .iabout .tabBox .box .con .tit dt{ font-size: 13px;}
    .iabout .tabBox .box .con .text{ line-height: 20px; margin: 0; padding-bottom: 10px;}
    .iabout .tabBox .box .con .text p{ padding-left: 20px; margin-bottom: 10px;}
    .iabout .tabBox .box .con .text p::before { width: 5px; height: 5px; border: #dd7a1f solid 2px; left: 0;}

    .inews { padding: 40px 0 40px; }
    .inews .box{ margin-top: 30px;}
    .inews .box ul li{ width: 100%;}
    .inews .box ul li a{ height: 100px; padding: 16px 25px;}
    .inews .box ul li dl{height: 68px; padding-top: 0;}
    .inews .box ul li dl b{ font-size: 25px;}
    .inews .box ul li ol{ height: 65px; background-size: 12px auto !important;}
    .inews .box ul li ol h3{ font-size: 15px;}

    .aboutOne{ padding-top: 50px;}
    .aboutOne .box{ padding: 10px 0 50px;}
    .aboutOne .con{ width: 100%;}
    .aboutOne .con .num { margin: 30px 0; }
    .aboutOne .con .num ul li{ margin: 0 19px;}
    .aboutOne .con .num ul li dl{ font-size: 18px;}
    .aboutOne .pic{ width: 100%; padding-left: 0;}

    .aboutTwo { padding: 0px 0 50px; }
    .aboutTwo .box ul { margin: 0 -10px;}
    .aboutTwo .box ul li{ width: 50%; padding: 0 10px; margin-bottom: 20px;}
    .aboutTwo .box ul li h3{ margin-top: 10px; font-size: 15px;}

    .news { padding: 45px 0 60px;}
    .news .box { padding-bottom: 10px; }
    .news .box ul li { margin-bottom: 10px; }
    .news .box ul li a{ padding: 18px;}
    .news .box ul li dt {width: 105px;}
    .news .box ul li h3 {width: calc(100% - 105px); font-size: 14px; padding-left: 15px;}
    .news .box ul li dd{ display: none;}

    .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;}

    .products { padding: 50px 0 60px;}
    .products .wrap{ display: block;}
    .products .leftNav{ width: 100%; margin-bottom: 15px;}
    .products .leftNav dl{ font-size: 16px; line-height: 50px; padding: 0 15px; background: #3371bc url(../image/xiala.png) no-repeat right 15px center; background-size: 20px auto;}
    .products .leftNav dl span{ font-size: 14px;}
    .products .leftNav ul{ display: none;}
    .products .leftNav ul li a{ font-size: 15px; line-height: 46px;}

    .products .rightBox{ width: 100%; padding-bottom: 15px;}
    .bread{ display: none;}
    .prolist { padding-bottom: 5px; }
    .prolist ul { margin: 0 -10px;}
    .prolist ul li { width: 50%; padding: 0 10px 25px; }
    .prolist ul li a{ padding: 10px;}
    .prolist ul li h3{ font-size: 15px;}

    .video { padding: 50px 0 60px; }
    .video .box { padding-bottom: 0; }
    .video .box ul { margin: 0 -10px;}
    .video .box ul li{ width: 50%; padding: 0 10px;}
    .video .box ul li h3{ font-size: 14px;}

    .contact { padding: 45px 0 60px;}
    .contact .telBox { margin-bottom: 20px; }
    .contact .telBox ul li{ width: 100%; margin-bottom: 10px;}
    .contact .telBox ul li h3{ font-size: 15px;}
    .contact .telBox ul li i { width: 40px; height: 40px; margin-right: 10px; }
    .contact .telBox ul li i img{ width: 16px; }
    .contact .box .text { width: 100%; font-size: 14px; padding: 35px; }
    .contact .box .text h3{ font-size: 20px; margin-bottom: 8px;}
    .contact .box #map{ width: 100%;}
  
    .footer .fmain{ padding: 30px 0 20px;}
    .footer .fmain .wrap{ flex-wrap: wrap;}
    .footer .fmain .item:nth-child(2){ display: none;}
    .footer .fmain .item:nth-child(3){ display: none;}
    .footer .item .tit h3{ font-size: 18px;}
    .footer .fcontact ul{ width: 100%;}
    .footer .fcontact ul li{ font-size: 12px; height: 18px; margin-bottom: 10px;}
    .footer .fcontact dl{ font-size: 16px;}
    .footer .fcontact dt{ margin-bottom: 18px;}
    .footer .copyright{ font-size: 12px; padding: 15px; line-height: 1.2;}

    
    .fenye { text-align: center; font-size: 14px; width: 100%; height: 40px; margin: 10px 0 0px;}
    .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; background: #3371bc; }
    .fenye a.current { color: #fff;  background: #3371bc; margin-right: 3px;}
    .footer .gotop{ display: none;}

    .tccBox .BoxCon{ width: 90%; padding: 20px 0;}
    .tccBox .BoxCon .off{ right: 0;}
    .tccBox .BoxCon ul video{ width: 100%;}
    .search-dialog{ width: 95%;}
}