@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:#676767; overflow-x: hidden; font-family: 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: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:#676767; transition: color 0.56s ease;}
a:hover{ color:#ca0500;}

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

.wrap{ width: 100%; max-width: 1520px; 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%; height: 120px; background: #fff; box-shadow: 0 0 10px rgba(0, 0, 0, .05); position: fixed; left: 0; top: 0; z-index: 99999;}
.header .nav{ position: relative;}
.header .nav>ul>li{ margin-left: 55px; display: flex; align-items: center;}
.header .nav>ul>li>a{ font-family: "Microsoft YaHei", Arial, sans-serif; font-size:14px; color:#676767; line-height:1; white-space: nowrap;  transition: color .4s; display: block; position: relative;}
.header .nav>ul>li>a:hover,.header .nav>ul>li.on>a{ color:#ca0500;}
.header .email{ font-size: 14px; line-height: 1; background: url(../images/icon01.png) no-repeat left center; padding-left: 25px; margin-left: 100px;}
.header .search{ margin:0 20px;}
.header .search input{ width: 95px; height: 18px; font-size: 12px; border: #c3c3c3 solid 1px; border-radius: 16px; padding-left: 5px;}
.header .search button{ width: 16px; height: 18px; background: url(../images/icon02.png) no-repeat center; border: none; margin-left: 10px; cursor: pointer;}
.header .lang{ flex:0 0 auto; a}
.menu-toggle{display: none;}

/*首页bannner*/
.banner { position: relative; overflow: hidden;}
.banner .bannerText{ padding-top: 40px; text-align: center; position: absolute; left: 50%; top: 165px; transform: translateX(-50%); z-index: 11;}
.banner .bannerText::before{ content: ""; width: 134px; height: 7px; background-image: linear-gradient(to right,#9e0c08,#e2403c); position: absolute; left: 50%; top: 0; transform: translateX(-50%);}
.banner .bannerText h2{ color: #fff; font-size: 65px; font-weight: normal; line-height: 1; white-space: nowrap; margin-bottom: 20px;}
.banner .bannerText p{font-size: 30px; font-weight: 400; line-height: 1; background: linear-gradient(to right, #eb5754,#9e0c08,#eb5754 ); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent; }
.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: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: #ca0500;}
.banner .swiper-slide-active{opacity:1;}

.neiBanner .bannerText{  top:50%; transform: translate(-50%,-50%);}
.neiBanner .swiper-slide{ height:370px;  background-position: center; background-repeat: no-repeat; background-size: cover; }

.title{ margin-bottom: 55px; text-align: center; }
.title h2{ font-size: 26px;line-height: 1; font-weight: normal;}
.title h2 span{ font-size: 16px; color: #ca0500; }

.indexOne{ padding: 60px 0 80px;}
.indexOne .pic{ width: 50%;}
.indexOne .con{ width: 50%;}
.indexOne .con .tit{ border-bottom: #e0e0e0 solid 1px; padding-bottom: 10px; margin-bottom: 20px;}
.indexOne .con .tit h2{ color: #e9e9e9; font-size: 72px; line-height: 1; margin-bottom: 30px;}
.indexOne .con .tit h3{ color: #ca0500; font-size: 45px; font-weight: normal; line-height: 1;  padding-left: 50px; margin-bottom: 30px;}
.indexOne .con .tit p{ color: #000;  line-height: 1; padding-left: 50px;}
.indexOne .con .text{ line-height: 1.6; padding-left: 50px;}
.indexOne .con .more a{ color:#ca0500; display: inline-block; margin-top: 10px;}
.indexOne .con .more a:hover{ text-decoration:underline;}

.indexTwo ul li{ width: 16.666%; background:#000;}
.indexTwo ul li dl{ padding-bottom:100%; opacity:1;transition: opacity 0.4s ease;}
.indexTwo ul li:hover dl{ opacity:0.5;}

.about{ padding: 100px 0 170px;}
.about .text{ line-height: 1.8;}

.products{ padding: 100px 0 40px;}
.products .box{ padding: 0 70px; overflow: hidden;}
.products .box .con{ margin: 0 -5px; overflow: hidden;}
.products .box .item{ width: 33.33%; margin-bottom: 10px; padding: 0 5px; float: left;}
.products .box .item a{ overflow: hidden; display: block; position: relative;}
.products .box .item .proCat{ color: #fff; font-size: 45px; font-weight: bold; text-align: center; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 11;}
.products .box .item .tit{ width: 100%; height: 100%; padding: 50px 50px; position: absolute; left: 0; top:0; z-index: 11; opacity: 0; transition: opacity 0.4s ease;}
.products .box .item .tit dd{ color: #ca0500; font-size: 30px; text-decoration:underline; margin-bottom: 5px;}
.products .box .item .tit h3{ color: #fff; font-size: 30px; font-weight: normal; text-transform: uppercase;}
.products .box .item img{ width: 100%;}
.products .box .item a:hover .tit{ opacity: 1;}
.products .box .item:nth-child(7){ width: 66.66%;}
.products .box .item:nth-child(8){ width: 50%;}
.products .box .item:nth-child(9){ width: 50%;}

.prolist ul{padding: 0 20px;}
.prolist ul li{ width: 25%; padding: 0 13px; margin-bottom: 30px;}
.prolist ul li ol dl{ border:#bfbfbf solid 1px;}
.prolist ul li ol h3{ background: #bfbfbf; color: #fff; font-size: 16px; text-align: center; font-weight: normal; line-height: 40px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; margin-top: 3px; padding:0 5px; transition: background 0.4s ease;}
.prolist ul li ol:hover h3{ background: #ca0500;}

.sample{ padding: 100px 0 150px;}
.sample .tit{ margin-bottom: 30px;}
.sample .tit h3{ font-size: 45px; color: #595959; margin-bottom: 10px;}
.sample .tit dt{ font-size: 22px; color: #595959; font-weight: bold;}
.sample .con{ width: 50%;}
.sample .con .text{ line-height: 1.6;}
.sample .biaoyu{ width: 50%; padding-left: 15px;}
.sample .biaoyu ul li{ width: 50%; padding-left: 30px; margin-top: 26px;}
.sample .biaoyu ul li ol{ position: relative;}
.sample .biaoyu ul li ol dt{ width: 100%; position: absolute; left: 0; top: 0; padding: 45px;}
.sample .biaoyu ul li ol dt h3{ color:#fff; font-size: 26px; text-transform: uppercase; margin-top: 20px;}

.news{ padding: 100px 0 50px;}
.news .box ul{ margin: 0 -30px;}
.news .box ul li{ width: 33.33%; padding: 0 75px; margin-bottom: 35px;}
.news .box ul li a{ border-top: 1px solid #ddd; display: block; padding-top: 20px;}
.news .box ul li dl{ padding-bottom: 36%;}
.news .box ul li ol{ margin-top: 15px;}
.news .box ul li h3{ height: 75px; font-size: 16px; font-weight: normal; line-height: 25px; overflow: hidden;}
.news .box ul li h3 span{ font-weight: bold; text-transform: uppercase;}
.news .box ul li .date{ display: flex; justify-content: space-between; margin-top: 10px; font-size: 14px;}
.news .box ul li .date span{ background: #bfbfbf; color: #ca0500; padding: 2px 5px;}
.news .box ul li .date em{ color: #ca0500;}

.newsView{ padding: 80px 0 100px;}
.newsView .newsHead{ text-align: center; border-bottom:#aaa dashed 1px; padding-bottom: 20px; margin-bottom: 30px;}
.newsView .newsHead h1{ font-size: 25px; color: #333; margin-bottom: 10px;}
.newsView .newsHead p{ color: #999;}
.newsView .text{ line-height:1.8;}
.newsView .newsPage{ border-top:#aaa dashed 1px; margin-top: 50px; padding-top: 10px;}
.newsView .newsPage li{ color: #666; margin-top: 15px;}

.contact{ padding: 100px 0 80px;}
.contact .box{ margin-bottom: 50px;}
.contact .box ul{ margin: 0 -55px;}
.contact .box ul li{ width: 33.33%; padding: 0 55px;}
.contact .box ul li i{ width: 90px; height: 90px; background: #dbdbdb; border-radius: 82px; border: #fff solid 5px; display: flex; justify-content: center; align-items: center; margin: 0 auto; position: relative; z-index: 11;}
.contact .box ul li ol{ height: 145px; background: #dbdbdb; margin-top: -35px; text-align: center; padding-top: 50px;}
.contact .box ul li ol h3{ color: #4a4a4a; font-size: 30px; font-weight: normal; margin-bottom: 15px;}
.contact .message{ margin: 0 -55px 30px;}
.contact .message ul{ width: 50%; padding: 0 55px;}
.contact .message ul li{ margin-bottom: 25px;}
.contact .message ul li p{ margin-bottom: 5px;}
.contact .message ul li input{ width: 100%; height: 32px; border: #e0e0e0 solid 1px; padding-left: 10px;}
.contact .message ul li input.error{ background: #f2f2f2;}
.contact .message ul li textarea{ width: 100%; height:135px; border: #e0e0e0 solid 1px; padding: 5px 10px;}
.contact .message ul li textarea.error{ background: #f2f2f2;}
.contact .message ul li button{ width: 130px; height: 30px; background: #e0e0e0; border: none; color: #676767; cursor: pointer;}
.contact .message ul li button:hover{ background: #ca0500; color: #fff;}
#map{ height: 370px;}

.footer{ border-top: 1px solid #e0e0e0;}
.footer .wrap{ padding: 20px 50px;}
.footer .fcontact{ width: 600px;}
.footer .fcontact ul li{ width: 50%; margin: 5px 0;}
.footer .copyright{ background: #595959; color: #fff; text-align: center; line-height: 56px;}
.footer a{color: #fff;}
.footer a:hover{color: #ca0500;}

/*===/分页=============================*/
.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: #ca0500;}
.fenye a.current { color: #fff;  background: #ca0500;}


/* 弹出框 */
.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) {
    .header .email{ margin-left: 70px;}
}
@media (max-width: 1420px) {
    .header .nav>ul>li{ margin-left: 40px;}

    .banner .bannerText h2{ font-size: 50px;}
    .banner .bannerText p{ font-size: 26px;}

    .indexOne .pic{ padding-right: 50px;}
    .indexOne .con .tit h2{ font-size: 55px; margin-bottom: 15px;}
    .indexOne .con .tit h3{ font-size: 30px; padding-left: 0; margin-bottom: 15px;}
    .indexOne .con .tit p{ padding-left: 0;}
    .indexOne .con .text{ padding-left: 0;}

    .products .box{ padding: 0;}
    .products .box .item .proCat{ font-size: 36px;}
    .products .box .item .tit dd{ font-size: 25px;}
    .products .box .item .tit h3{ font-size: 25px;}
}

@media (max-width: 1366px) {
    .sample .tit h3{ font-size: 40px;}
    .sample .tit dt{ font-size: 18px;}
    .sample .biaoyu ul li ol dt h3{ font-size: 23px;}

    .news .box ul li{ padding: 0 50px;}

    .contact .box ul li ol h3{ font-size: 25px;}
}

@media (max-width: 1300px) {
    .wrap{padding: 0 20px;}
    .footer .wrap{ padding: 20px;}
}
@media (max-width: 1250px) {
    .header .nav>ul>li { margin-left: 30px; }
    .header .email { margin-left: 40px; }
}
@media (max-width: 1200px) {
    .header .nav>ul>li { margin-left: 20px; }
    .header .nav>ul>li>a{ font-size: 13px;}
    .header .email { margin-left: 25px; }
}

@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: 11px 0 12px; }
    .header .headRight{ position: fixed; top: 60px; left: 0; width: 100%; height: calc(100vh - 60px);  background: #fff; display: none;}
    .header .nav{ margin-bottom: 20px;}
    .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{width: 100%; padding: 0 15px; font-size: 15px; color: #000;  font-weight: normal; line-height: 46px;  display: block;}
    .header .email{ margin-left: 15px; display: inline-block;}
    .header .search{ display: inline-block;}
    .header .lang{ display: inline-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;}
    .banner .bannerText{ left: 50%; top: 50%; transform: translate(-50%,-50%); padding-top: 16px;}
    .banner .bannerText::before { width: 35px; height: 3px;}
    .banner .bannerText h2 { font-size: 20px; margin-bottom: 8px;}
    .banner .bannerText p{ font-size: 16px;}
    
    .neiBanner .swiper-slide { height: 130px; background-size: auto 100% !important;}

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

    .indexOne { padding: 35px 0 20px; }
    .indexOne .wrap{ display: block;}
    .indexOne .con{ width: 100%; margin-bottom: 20px;}
    .indexOne .con .tit h2 { font-size: 38px; margin-bottom: 15px; }
    .indexOne .con .tit h3{ font-size: 22px;}
    .indexOne .pic{ width: 100%; padding: 0;}

    .indexTwo{ display: block;}
    .indexTwo ul li{ width: 33.3333%;}

    .about { padding: 40px 0 70px; }
    .about .text{ line-height: 1.6;}

    .products { padding: 40px 0 40px; }

    .products .box .con{ margin: 0 -3px;}
    .products .box .item{ width: 50%; padding: 0 3px; margin-bottom: 6px;}
    .products .box .item:nth-child(4){ display: none;}
    .products .box .item:nth-child(7){ width: 100%;}
    .products .box .item:nth-child(8){ width: 100%; } 
    .products .box .item:nth-child(9){ width: 100%; }
    .products .box .item .tit{ opacity: 0; padding: 20px;}
    .products .box .item .tit dd { font-size: 14px; }
    .products .box .item .tit h3 { font-size: 15px; }

    .prolist ul { padding: 0; margin: 0 -5px;}
    .prolist ul li{ width: 50%; padding: 0 5px; margin-bottom: 10px;}
    .prolist ul li ol h3{ font-size: 14px;}

    .sample { padding:40px 0 50px; }
    .sample .box{ display: block;}
    .sample .con{ width: 100%; margin-bottom: 20px;}
    .sample .tit { margin-bottom: 15px; }
    .sample .tit h3 { font-size: 24px; }
    .sample .tit dt { font-size: 14px; }
    .sample .biaoyu{ width: 100%; padding: 0;}
    .sample .biaoyu ul{ margin: 0 -5px;}
    .sample .biaoyu ul li { width: 50%; padding: 0 5px; margin-top: 10px; }
    .sample .biaoyu ul li ol dt{ padding: 20px;}
    .sample .biaoyu ul li ol dt img{ height: 30px;}
    .sample .biaoyu ul li ol dt h3 { font-size: 17px; }

    .news { padding: 40px 0 50px; }
    .news .box ul { margin: 0; }
    .news .box ul li { width: 100%; padding: 0; margin-bottom: 25px; }
    .news .box ul li a{ padding-top: 12px;}
    .news .box ul li h3{ font-size: 14px;}

    .newsView { padding: 40px 0 50px; }
    .newsView .newsHead h1{ font-size: 18px;}

    .contact { padding: 40px 0 50px; }
    .contact .box { margin-bottom: 20px; }
    .contact .box ul{ flex-wrap: wrap; margin: 0 -5px;}
    .contact .box ul li{ width: 50%; padding: 0 5px; margin-bottom: 20px;}
    .contact .box ul li i { width: 60px; height: 60px;}
    .contact .box ul li i img{ width: 25px;}
    .contact .box ul li ol{ height: 125px; margin-top: -28px;}
    .contact .box ul li ol h3 { font-size: 18px; }

    .contact .message{ margin: 0 0 30px;}
    .contact .message form{ display: block;}
    .contact .message ul{ width: 100%; padding: 0;}
    .contact .message ul li { margin-bottom: 10px; }
    .contact .message ul li textarea{ height: 100px;}

    .footer{ font-size: 12px;}
    .footer .wrap{ padding: 15px;}
    .footer .fcontact{ width: 50%;}
    .footer .fcontact ul li{ width: 100%; margin: 3px 0;}

    /*===/分页=============================*/
    .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%;}
}