/*全局样式*/
@charset "utf-8";
body {font:14px/1.6 "微软雅黑",黑体,"AlibabaPuHuiTi", "Arial", "Impact";color: #222;-webkit-text-size-adjust: 100%;background-color: #fff;overflow-x: hidden;min-width: 320px;}
.container-fluid {
    max-width:1230px !important;
    padding-left: 15px;
    padding-right: 15px;
}


:root{
    --color_zhuti: #d0142c;
    --color_zhuti2: #bf0000;
    --color_hover: #de5901;
    --transform_scale: scale(1.08);
}


header{position: relative;z-index:111;background: url(../images/bj1.jpg) repeat-x;}
header .box{display: flex;justify-content: space-between;align-items: center;height: 100px;}
header .logo{display: flex;height: 100%;align-items: center;}
header .logo img{max-height:60%;}
header .txt{font-size: 24px;color: #fff;line-height: 1.4;}
header form{width: 40%;height: 40px;background: #bf0000;display: flex;}
header form input{width: calc(100% - 100px);height: 40px;border: 0;background: transparent;padding: 0 15px;color: #fff;}
header form button{width: 100px;height: 40px;border: 0;background: var(--color_hover);font-size:16px;color: #fff;display: flex;align-items: center;justify-content: center;}
header form button i{font-size:20px!important;position: relative;top:2px;padding-left:4px;}
header form button:hover{background-color: var(--color_hover);}


nav{width:100%;background: var(--color_zhuti);}
nav ul{position: relative;display: flex;justify-content: space-between;}
nav ul li{text-align: center;position: relative;z-index: 2;width: calc(100% / 13)}
nav ul li > a{display:block;line-height:60px;font-size:15px;position: relative;color: #fff;}
nav ul li > i{display: none;}
nav ul li:hover > a{background: var(--color_hover);color: #fff;}
nav ul li.active > a{background: var(--color_hover);color: #fff;}
nav .ul{display:none;position: absolute;left: 0;top:100%;width:160px;margin-left: calc(50% - 80px);right: 0;background:rgba(255,255,255,1);padding:2px 0 15px;box-shadow: 0 0 10px rgba(0,0,0,.1);border-radius: 0 0 10px 10px;overflow: hidden;}
nav .ul a{font-size: 14px;color: #333;line-height: 23px;padding:8px;display: block;}
nav .ul a:nth-child(n+2){border-top: 1px solid #eee;}
nav .ul a:hover{background-color: var(--color_zhuti);color: #fff;}
nav .ul a.active{background-color: var(--color_zhuti);color: #fff;}
@media (min-width:992px){
    nav ul > li:hover .ul{display: block;}
    /*nav .nav_xg{position: absolute; left: 30.5833px; bottom: 0; height: 4px; background-color: var(--color_zhuti);z-index:1;width: 42px;}*/
}

/*banner*/
.banner{position: relative;z-index: 1;overflow: hidden;}
.banner .swiper-slide{overflow: hidden;}
.banner .swiper-slide img{display: block;width: 100%;}
.banner .swiper-pagination-bullet{background:#fff;opacity:.66;transition: all .2s;}
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active{width: 30px;border-radius: 4px;opacity: 1;}



.main88{padding-top: 50px;padding-bottom: 50px;}
.title{border-bottom: 1px solid var(--color_zhuti2);display: flex;justify-content: space-between;align-items: center;margin-bottom: 16px;}
.title span{font-size: 18px;display: block;line-height: 38px;background: var(--color_zhuti2);color: #fff;padding: 0 25px;}
.title a{display: block;color: #888;}
.title a:hover{color: var(--color_zhuti2);}


.main1 .box{display: flex;min-height:520px;justify-content: space-between;}
.main1 .box .list{width: calc(50% - 160px);}
.main1 .box .list .ul a{display: block;line-height: 34px;padding-left: 18px;position: relative;}
.main1 .box .list .ul a:before{position: absolute;left: 0;top:0;font-size: 80%;color: #888;}
.main1 .box .list .ul a:hover{color: var(--color_zhuti2);}
.main1 .box .list .ul a:hover:before{color: var(--color_zhuti2);}
.main1 .box .list .ul a:nth-child(n+15){display: none;}
.main1 .box .list2{width: 260px;}
.main1 .box .list2 .bjcover{height: 50%;}
.main1 .box .list2 .ttbox{height: 50%;display: flex;align-items: center;background: linear-gradient(to bottom, var(--color_hover), var(--color_zhuti2));padding: 10px 20px;background-color: var(--color_zhuti2);color: #fff;}
.main1 .box .list2 .ttbox .tt1{font-size: 22px;font-weight: bold;}
.main1 .box .list2 .ttbox .tt2{font-size: 18px;margin-top: 10px;}



.main2 .box{flex-direction: row-reverse;}
.main2 .box1{display: flex;justify-content: space-between;margin:10px -5px 0;flex-wrap: wrap;}
.main2 .box1 a{display: block;width: calc(50% - 10px);margin:5px;}
.main2 .box1 a .bjcover{padding-top:26%;}



.main3{background: #f3f3f3;}
.main3 .box .list{width: calc(50% - 15px);}

.main1 .spbox{height: 470px;background-color: #000;}



.lb5{max-width: 1600px;margin: 0 auto;padding-left: 15px;padding-right: 15px;}
.lb5 .list{border: 1px solid #f1f1f1;height: 120px;display: flex;align-items: center;justify-content: center;background-color: #fff;}
.lb5 .list img{max-height: 88%;}
.lb5 .list:hover{border-color: var(--color_zhuti2);}


.main6{text-align: center;color: #fff;}
.main6 .container-fluid{padding-top: 66px;padding-bottom: 66px;}
.main6 .tt1{font-size:36px;font-weight: bold;line-height: 44px;}
.main6 .tt1 b{display: block;margin-bottom:22px;}
.main6 .tt2{display:flex;justify-content: center;margin-top: 44px;}
.main6 .tt2 i{display: flex;position: relative;border: 1px solid #fff;padding: 0 50px 0 30px;line-height: 44px;font-size: 22px;transition: all .3s;}
.main6 .tt2 i:before{transform:rotate(-90deg);position: absolute;right:22px;top:0;display: block;}
.main6 .tt2 i:hover{background: #fff;color: var(--color_zhuti2);}




footer{background: var(--color_zhuti2);text-align: center;padding:25px 15px;color: #fff;}


.ny{box-shadow: 0 11px 22px rgba(0, 0, 0, .06) inset;padding: 44px 0 66px;}
.titletop{padding-bottom: 15px;}
.titletop a:hover{color: var(--color_zhuti2);}

.ny .box{display: flex;justify-content: space-between;}
.ny .box .you{width: 300px;border: 1px solid #eee;}
.ny .box .zuo{width: calc(100% - 315px);border: 1px solid #eee;padding-bottom: 20px;}
.ny .box .top{background: rgba(245, 245, 245, 1);padding: 0 25px;line-height: 50px;color: #222;border-bottom: 1px solid  var(--color_zhuti2);font-size: 20px;}
.ny .box .ul{padding: 15px 25px;display: flex;flex-wrap: wrap;}
.ny .box .ul a{padding-left: 15px;width: 48%;position: relative;line-height: 2.2;min-height: 2.2em;}
.ny .box .ul a:after{content: "";width: 6px;height:6px;background: #ddd;position: absolute;left: 0;top:12px;border-radius: 50%;transition: all .3s;}
.ny .box .ul a:hover{color: var(--color_zhuti2);}
.ny .box .ul a:hover:after{background-color: var(--color_zhuti2);}
.ny .box .you .ul a{width: 100%;}



/*详情页*/
.danye{font-size: 15px;line-height: 1.8;padding:25px;}
.danye .topbox{margin-bottom:10px;text-align: center;}
.danye .bt{color: #000;font-size:22px;padding-bottom: 10px;line-height: 1.5;}
.danye .rq{color: #000;opacity: .6;font-size: 14px;margin-top: -4px;}
.danye .xian{width: 100%;height: 11px;margin-top:16px;;border-top: 1px dashed #aaa;opacity: .4;}
.danye .img{margin:0 auto 22px auto;display: block;}
.danye .img img{display: block;margin: 0 auto;}
.danye .ditu{height:400px;border: 1px solid #eee;margin-bottom:20px;}
.danye .tt1{padding-top: 60px;font-size: 24px;font-family: var(--ali_family);padding-bottom: 20px;}
.danye .tt2{font-size: 18px;}
.danyetop{font-size: 24px;padding-bottom: 16px;margin-bottom: 16px;border-bottom: 1px solid #eee;line-height: 34px;margin-top: 40px;}
.danye .txtbox{ font-size:15px; line-height:2; min-height:250px;}
.danye .txtbox img{ max-width:100% !important; height:auto !important; padding:2px !important; display:block; margin:0 auto;}
.danye .txtbox table{width:100% !important; height:auto !important; border-collapse:collapse; border:1px solid #CCCCCC !important;}
.danye .txtbox table tr td{width:auto !important; height:auto !important; border-collapse:collapse; border:1px solid #CCCCCC !important;}

@media (max-width:767px){
    /*详情页*/
    .danye{font-size: 15px;line-height: 1.8;}
    .danye .topbox{margin-bottom: 16px;}
    .danye .bt{font-size: 20px;padding-bottom: 4px;}
    .danye .img{margin:0 auto 18px auto;}
    .danye .ditu{height:360px;margin-top: 25px;}
    .danye .rq{margin-top: 0;}
    .danye .xian{margin-top: 14px;}
    .danye .tt1{padding-top: 0;font-size: 22px;padding-bottom: 11px;}
    .danye .tt2{font-size: 15px;}
    .danyetop{font-size: 20px;padding-bottom: 11px;margin-bottom: 11px;margin-top: 25px;line-height: 30px;}

}
















/* -webkit-line-clamp: 2; */


/*媒体查询开始*/
@media (max-width:1349px){

}
@media (max-width:1199px){


}
@media (max-width:991px) {
    body{padding-top: 80px;}
    header{position: fixed;left: 0;top:0;width: 100%;background: var(--color_zhuti);box-shadow: 0 0 11px rgba(0, 0, 0, .06);}
    header .box{height: 80px;}
    header .logo img{max-height: 44px;}
    .banner .swiper-pagination-bullet{width: 7px;height: 7px;margin: 0 3px -4px !important;}
    .banner .swiper-pagination-bullet.swiper-pagination-bullet-active{width: 22px;}

    /*pc导航*/
    nav{display:none;width:100%;max-width: 100%;float: none;padding:15px 20px 40px;margin:0;position: fixed;right:0;top:80px;z-index:113;background: #fff;box-shadow: 0 2px 10px rgba(0, 0, 0, .06);overflow-y: auto;overflow-x:hidden;max-height: calc(100vh - 120px)}
    nav .container-fluid{padding: 0;}
    nav ul{display: block!important;}
    nav ul > li{display:block;width:100%;text-align: left;padding: 0 40px 0 0;border-bottom: 1px solid #f6f6f6;position: relative;}
    nav ul > li > a{display:block; color: #333;font-size:15px;padding:0 0 0 10px;line-height:50px;}
    nav ul > li:nth-last-child(1){border: 0;}
    nav ul > li > i{display: block;position: absolute;right: 0;top:0;width: 40px;color: #999;line-height: 50px;font-size: 16px;font-weight: normal;text-align: center;}
    nav ul > li:hover > a{;background: transparent;color: var(--color_zhuti);}
    nav ul > li.active > a{background: transparent;color: var(--color_zhuti);}
    nav ul > li.active > i{color: var(--color_zhuti);}
    nav .ul{display:none;position: relative;left: auto;top:auto;width: calc(100% + 110px);margin-left: -35px;right: auto;background:#f6f6f6;padding:8px 14px;box-shadow: none;border-radius:0;}
    nav .ul a{font-size: 14px;color: #333;line-height: 26px;padding:6px 5px 6px 35px;display: block;}
    nav .ul a:hover{background-color: transparent;color: var(--color_zhuti);}
    nav .ul a.active{background-color: transparent;color: var(--color_zhuti);}

   /*移动导航按钮*/
    .lanmu{width: 30px;font-size: 0;height: 21px;position: fixed;right: 15px;top:30px;cursor: pointer;z-index: 112;}
    .lanmu i{display: inline-block;width: 100%;height: 3px;background:#fff;border-radius: 3px;transition: all 0.6s;}
    .lanmu i:nth-child(2), .lanmu i:nth-child(3){width: 40%;margin:6px 0;}
    .lanmu i:nth-child(2){margin-right: 10%;}
    .lanmu i:nth-child(3){margin-left: 10%;}
    .lanmu.active i:nth-child(1) {transform: rotate(45deg) translateY(4px) translateX(5px);}      
    .lanmu.active i:nth-child(4){transform: rotate(-45deg) translateY(-8px) translateX(8px);}
    .lanmu.active i:nth-child(2){transform: translateX(-30px);opacity: 0;}
    .lanmu.active i:nth-child(3){transform: translateX(30px);opacity: 0;}



    .main88{padding-top:36px;padding-bottom: 36px;}
    .title{margin-bottom: 11px;}
    .title span{font-size: 16px;padding: 0 20px;}


    .main1 .box{display: block;min-height:inherit;flex-wrap: wrap;}
    .main1 .box .list{width: 100%;margin:0;}
    .main1 .box > div:nth-child(n+2){margin-top: 16px;}
    .main1 .box .list2{width: 100%;}
    .main1 .box .list2 .bjcover{display: none;}
    .main1 .box .list2 .ttbox{height: auto;padding:20px;}
    .main1 .box .list2 .ttbox .tt1{font-size: 18px;}
    .main1 .box .list2 .ttbox .tt2{font-size: 15px;margin-top:8px;}


    .main2{overflow: hidden;}
    .main2 img{width:180%;max-width: 180%;margin-left: -40%;}



    .main2 .box1{margin:5px -5px 0;}
    .main2 .box1 a{width: calc(100% - 10px);}
    .main3 .box .list{width:100%;}


    .main1 .spbox{height:auto;padding-top: 80.34188034188034%;position: relative;}
    .main1 .spbox video{position: absolute;left: 0;top:0;}

    .lb5 .list{height: 88px;}



    .main6 .container-fluid{padding-top: 33px;padding-bottom: 33px;}
    .main6 .tt1{font-size:24px;line-height: 34px;}
    .main6 .tt1 b{margin-bottom:14px;}
    .main6 .tt2{margin-top: 22px;}
    .main6 .tt2 i{font-size: 18px;}




    footer{padding: 18px 15px;}



    .ny{padding:36px 0 50px;}

    .ny .box{flex-wrap: wrap;}
    .ny .box .zuo{width: 100%;}
    .ny .box .top{padding: 0 20px;}
    .ny .box .ul{padding: 15px 20px;display: flex;flex-wrap: wrap;}
    .ny .box .ul a{width: 100%;}




}

@media (max-width:767px) {


}
@media (max-width:600px) {


}

@media (max-width:479px) {
    .danye .ditu{height:300px;}

    
}
 /*手机底部*/
@media (max-width:991px) {

    footer{margin-bottom: 51px;}
    .sjdibu{height:50px;background:var(--color_zhuti);position:fixed; bottom:0; left:0; z-index:113; border-top:solid 1px #fff;width: 100%;text-align: center;font-size: 0;}
    .sjdibu .box1 a{display: inline-block;vertical-align: top;color: #fff;padding: 5px;}
    .sjdibu .box1 a span{ color:#fff; font-size:16px; line-height:20px;}
    .sjdibu .box1 a h6{ font-size:12px; line-height:20px;margin: 0;}
    .sjdibu .box2{ position: fixed; left: 0; bottom:51px; z-index:112; width: 100%;background: #fff;box-shadow: 0 -2px 4px rgba(0,0,0,.1);padding: 6px 0;display: none;}
    .sjdibu .box2 img{max-height: 140px;display: block;margin: 0 auto;} 
}

