@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;; 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: "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:#cc0000;}

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; position: relative;}
.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,.08); position: fixed; left: 0; top: 0; z-index: 99999;}
.header .logo{height:140px; padding: 35px 0;}
.header .nav>ul>li{ margin-left: 40px;}
.header .nav>ul>li>a{ font-size:18px; color:#000; line-height:70px; transition: color .4s; display: block; position: relative;}
.header .nav>ul>li>a:hover,.header .nav>ul>li:hover>a,.header .nav>ul>li.on>a{ color:#cc0000;}
.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: #cc0000;}
.banner .swiper-slide-active{opacity:1;}

.neiBanner{ height: 610px; background-position: center; background-repeat: no-repeat; background-size: cover; display: flex; align-items: center; justify-content: center; position: relative;overflow: hidden;}

.title{ margin-bottom: 30px;  text-align: center;}
.title h2{ color: #000; font-size: 36px; line-height: 1; position: relative; padding-bottom: 18px; margin-bottom: 20px;}
.title h2::before{ content: ""; width:100px; height: 4px; background: #cc0000; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%);}
.title p{ font-size: 17px;}

.indexOne{ padding-top: 108px;}
.indexOne .con{ width: 50%; padding-top: 20px;}
.indexOne .con .tit{ margin-bottom: 30px;}
.indexOne .con .tit p{ font-size: 14px; margin-bottom: 20px;}
.indexOne .con .tit h2{ font-size: 36px; line-height: 1;}
.indexOne .con .text{ font-size: 15px; line-height: 2; margin-bottom: 45px;}
.indexOne .con .more{ width: 180px; height: 60px; line-height: 55px; text-align: center; border: #000 solid 2px; border-radius: 60px; align-self: self-end; transition: all 0.4s ease;}
.indexOne .con .more:hover{ background: #cc0000; border: #cc0000 solid 2px; color: #fff;}
.indexOne .pic{ width:calc(50% - 70px); padding: 20px 15px 40px 20px; position: relative; align-self: flex-start;}
.indexOne .pic::before{ content: ""; width: 300px; height: 245px; background: #cc0000; position: absolute; left: 0; top: 0;}
.indexOne .pic dl{ position: relative; z-index: 11;}
.indexOne .pic ol{ text-align: center; padding: 25px; background: #fff; box-shadow: 0 0 15px rgba(0,0,0,.3); position: absolute; right: 0; bottom: 0; z-index: 11;}
.indexOne .pic ol{ font-size: 30px;}
.indexOne .pic ol h3{ color:#cc0000;}
.indexOne .pic ol b{ font-size: 70px;}
.indexOne .pic ol p{ font-size: 14px;}

.indexOne.aboutOne{ padding-top: 80px;}
.indexOne.aboutOne .text{ font-size: 18px;}

.indexTwo{ padding-top: 80px;}
.indexTwo .box{ padding: 175px 0 70px; background: url(../images/indexTwoBg.jpg) no-repeat center; background-size:cover;}
.indexTwo .swiper .swiper-slide dl{ padding-bottom: 80%; background: #fff;}
.indexTwo .swiper .swiper-slide dl img{ padding: 15px;}
.indexTwo .swiper .swiper-slide h3{ font-size: 15px; font-weight: normal; text-align: center; color: #fff; margin-top: 10px;}
.indexTwo .arrow{ display: flex; justify-content: center; margin-top: 50px;}
.indexTwo .arrow a{ width: 44px; height: 38px; line-height: 34px; text-align: center; font-size: 20px; background: #fff; margin: 0 16px;  transition: all 0.4s ease;}
.indexTwo .arrow a:hover{ background: #cc0000; color: #fff;}

.indexTwo.aboutTwo{padding: 90px 0 150px;}
.indexTwo.aboutTwo .box{ padding: 0; background: none;}
.indexTwo.aboutTwo .swiper .swiper-slide dl{ padding-bottom: 75%;}
.indexTwo.aboutTwo .swiper .swiper-slide dl img{ padding: 0;}
.indexTwo.aboutTwo .swiper .swiper-slide h3{ color: #000;}
.indexTwo.aboutTwo .arrow a{  background: #ccc; color: #fff;}
.indexTwo.aboutTwo .arrow a:hover{ background: #cc0000; color: #fff;}

.indexThree{ padding: 80px 0 100px;}
.indexThree .box{ padding-top: 50px;}
.indexThree .box ul{ margin: 0 -65px;}
.indexThree .box ul li{ width: 33.33%; padding: 0 65px; margin-bottom: 50px;}
.indexThree .box ul li dl{ padding-bottom: 62.222%;}
.indexThree .box ul li .tit{ margin-top: 50px;}
.indexThree .box ul li .tit .date{ border-right: #ccc solid 1px; text-align: center; margin-right: 20px; padding-right: 20px;}
.indexThree .box ul li .tit .date b{ font-size: 45px;line-height: 1; margin-bottom: 10px; display: block;}
.indexThree .box ul li .tit .date dt{ font-size: 15px; font-weight: bold; white-space: nowrap;}
.indexThree .box ul li .tit .con{ width: calc(100% - 103px);}
.indexThree .box ul li .tit .con h3{ font-size: 17px; margin-bottom: 10px;}
.indexThree .box ul li .tit .con dt{ font-size: 14px;}

.proNav{ margin-bottom: 70px; padding-top: 20px;}
.proNav ul li{ margin: 0 18px;}
.proNav ul li a{ min-width: 190px; line-height: 60px; font-size: 21px; color: #333; text-align: center; background: #fff; border-top-left-radius: 15px; border-top-right-radius: 15px; display: block; transition: all 0.4s ease;}
.proNav ul li a:hover,.proNav ul li.on a{ background: #cc0000; color: #fff;}

.products{ padding: 80px 0 130px; background: #ededed;}
.products .box ul{ margin: 0 -30px;}
.products .box ul li{ width: 25%; padding: 0 30px; margin-bottom: 40px;}
.products .box ul li dl{ padding-bottom: 80%; background: #fff;}
.products .box ul li dl img{ padding: 15px;}
.products .box ul li h3{ font-size: 15px; font-weight: normal; text-align: center; color: #000; margin-top: 10px;}
.products .tit{ margin-bottom: 30px; }
.products .tit h2{ font-size: 25px; position: relative; padding-left: 28px;}
.products .tit h2::before{ content: ""; width: 15px; height: 15px; background: #cc0000; border-radius: 15px; position: absolute; left: 0; top: 50%; transform: translateY(-50%);}

.products .proCon{ width: 50%; margin:0 auto 100px;}
.products .proCon dl{ background: #fff;}
.products .proCon h1{ font-size: 16px; text-align: center; font-weight: normal; margin-top: 15px;}

.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: #cc0000; 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: #cc0000;}
.newsView .box .viewPage .boxCon a:hover{color: #cc0000;}
.newsView .box .viewPage .back{ width: 160px; height: 42px; line-height: 42px;  text-align: center; border-radius: 40px; background: #cc0000; position:absolute; right: 70px; top: 35px;}
.newsView .box .viewPage .back a{color: #fff; display: block;}

.video{padding: 80px 0 130px;}
.video .box{ padding-top: 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(../images/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 130px;}
.contact .box{ padding-top: 30px;}
.contact .con{ width: 40%; font-size: 18px; line-height: 2; padding: 50px 0;}
.contact #map{ width: 58%;}

.footer{ padding: 50px 0 80px; background: #333; color: #ccc;}
.footer a{color: #ccc;}
.footer a:hover{color: #cc0000;}
.footer .ewm{ text-align: center;}
.footer .ewm img{ width: 138px;}
.footer .ewm p{ white-space: nowrap; font-size: 18px; margin-top: 15px;}
.footer .navCopyright{ text-align: right; padding-top: 15px;}
.footer .fnav { margin-bottom: 30px;}
.footer .fnav ul li{ margin-left: 40px;}
.footer .fnav ul li a{ font-size: 18px;}
.footer .copyright{ line-height: 2;}

/*===/分页=============================*/
.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: #cc0000;}
.fenye a.current { color: #fff;  background: #cc0000;}


/*搜索框*/
.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: 1560px) {
    body{ padding-top: 120px;}
    .header .logo { height: 120px; padding: 30px 0; }
}
@media (max-width: 1440px) {

}

@media (max-width: 1366px) {
    body{ font-size: 15px;}

    .header .nav>ul>li>a{ font-size: 16px;}

    .neiBanner { height: 470px;}

    .title h2{ font-size: 30px;}
    .title p{ font-size: 15px;}

    
    .indexOne .con .tit h2{font-size: 30px;}
    .indexOne .con .more { width: 150px; height: 50px; line-height: 46px;}
    .indexOne .pic ol b { font-size: 60px; }
    
    .indexOne.aboutOne .text{ font-size: 16px;}

    .indexTwo .box { padding: 130px 0 70px;}

    .proNav { margin-bottom: 50px;}
    .proNav ul li a{ font-size: 18px;}

    .contact .con{ font-size: 16px;}
}

@media (max-width: 1300px) {
    .wrap{padding: 0 20px;}

    .indexTwo.aboutTwo { padding: 90px 0 110px; }

    .indexThree .box ul li .tit .date b { font-size: 36px;}

    .products { padding: 80px 0 100px;}
    .video { padding: 80px 0 100px; }
}

@media (max-width: 1240px) {

    body{ padding-top: 100px;}
    .header .logo { height: 100px; padding: 25px 0; }

    .neiBanner { height: 380px; }

    .indexOne { padding-top: 80px; }
    .indexOne .con .tit h2 { font-size: 26px; }
    .indexOne .con .text{ line-height: 1.8;}

    .indexThree .box ul { margin: 0 -25px;}
    .indexThree .box ul li{ padding: 0 25px; margin-bottom: 35px;}
}

@media (max-width: 1200px) {
    body{ padding-top:90px;}
    .header .logo { height: 90px; padding: 25px 0; }
    .header .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;}
    .w1200{ padding: 0 25px;}

    .header{ width: 100%; height: 60px; position: fixed; top: 0; left: 0; z-index: 99999; }
    .header .logo{ height: 60px; padding: 15px 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;  line-height: 46px;  display: block;}
    .header .nav>ul>li.on>a::before{ height: 2px;}

    .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 h2 { font-size: 22px; padding-bottom: 12px; margin-bottom: 12px;}
    .title h2::before { width: 60px; height: 2px;}
    .title p { font-size: 12px; }

    .indexOne { padding-top: 40px; }
    .indexOne .wrap{ display: block;}
    .indexOne .con{ width: 100%; padding: 0; margin-bottom: 35px;}
    .indexOne .con .tit h2 { font-size: 20px; line-height: 1.2; }
    .indexOne .con .tit p{ margin-bottom: 6px;}
    .indexOne .con .text { font-size: 14px; line-height: 1.7; margin-bottom: 30px;}
    .indexOne .con .more{ align-self: center; width: 130px; height: 40px; line-height: 38px; border: #000 solid 1px;}
    .indexOne .pic{ width: 100%;}
    .indexOne .pic ol{ padding: 18px;}
    .indexOne .pic ol b { font-size: 38px; line-height: 1;}

    .indexOne.aboutOne { padding-top: 50px; }

    .indexTwo { padding-top: 50px; }
    .indexTwo .box { padding: 60px 0;}
    .indexTwo .swiper .swiper-slide dl img { padding: 10px; }
    .indexTwo .swiper .swiper-slide h3{ font-size: 14px;}
    .indexTwo .arrow{ margin-top: 30px;}
    .indexTwo .arrow a{ margin: 0 6px;}

    .indexTwo.aboutTwo { padding: 55px 0 65px; }

    .indexThree { padding: 45px 0 70px; }
    .indexThree .box { padding-top: 5px; }
    .indexThree .box ul{ margin: 0;}
    .indexThree .box ul li{ width: 100%; padding: 0; margin-bottom: 30px;}
    .indexThree .box ul li .tit { margin-top: 15px; }
    .indexThree .box ul li .tit .date { margin-right: 15px; padding-right: 15px; }
    .indexThree .box ul li .tit .date b { font-size: 26px; }
    .indexThree .box ul li .tit .date dt { font-size: 13px;}
    .indexThree .box ul li .tit .con { width: calc(100% - 84px); }
    .indexThree .box ul li .tit .con h3 { font-size: 15px; margin-bottom: 5px; }
    .indexThree .box ul li .tit .con dt { font-size: 12px; }

    .products { padding: 50px 0 60px; }
    .products .box ul { margin: 0 -5px;}
    .products .box ul li{ width: 50%; padding: 0 5px; margin-bottom: 15px;}
    .products .box ul li dl img { padding: 10px; }
    .products .box ul li h3{ font-size: 14px; margin-top: 8px;}

    .products .proCon{ width: 100%; margin: 0 auto 50px;}

    .products .tit h2 { font-size: 21px;}

    .proNav { margin-bottom: 25px; padding-top: 10px; }
    .proNav ul li { margin: 0 3px; }
    .proNav ul li a { font-size: 14px; min-width: 90px; padding: 0 5px; line-height: 40px; border-top-left-radius: 6px; border-top-right-radius: 6px;}

    .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: 50px 0 80px; }
    .video .box { padding-top: 0; }
    .video .box ul { margin: 0 -10px;}
    .video .box ul li{ width: 50%; padding: 0 10px;}
    .video .box ul li dl::before{ background-size: 35px auto;}
    .video .box ul li h3{ font-size: 14px;}

    .contact { padding: 50px 0 60px; }
    .contact .box{ display: block; padding: 0;}
    .contact .con{ width: 100%; padding: 0; line-height: 1.6; font-size: 14px; margin-bottom: 30px;}
    .contact #map{ width: 100%; height: 300px;}

    .footer { padding: 30px 0 40px;}
    .footer .wrap{ display: block;}
    .footer .navCopyright{ text-align: center; margin-bottom: 15px; padding-top: 0;}
    .footer .copyright{ font-size: 13px; line-height: 1.6;}
    .footer .fnav{ display: none;}
    .footer .ewm img { width: 100px; }
    .footer .ewm p { font-size: 13px; margin-top: 10px; }
   
    /*===/分页=============================*/
    .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; background: #cc0000; }
    .fenye a.current { color: #fff;  background: #cc0000; margin-right: 3px;}
    .footer .gotop{ display: none;}

    .tccBox .BoxCon{ width: 90%;}
    .tccBox .BoxCon ul video{ width: 100%;}
    .search-dialog{ width: 95%;}
}