/*全局样式*/
@charset "utf-8";
body {font: 14px/1.8 "Arial","微软雅黑", "sans-serif", HELVETICA;color: #000;-webkit-text-size-adjust: 100%;overflow-x: hidden;min-width: 320px;max-width: 1920px;margin: 0 auto !important;}
.container-fluid {max-width:1530px !important;}





header{position: absolute;z-index: 111;left: 0;top:0;width: 100%;}
header .logo{font-size: 0;line-height: 90px;height: 90px;}
header .logo img{vertical-align: bottom;max-height: 60%;}

header .txt{margin:50px 0 0 6px;}
header .txt .txt1{width:30px;line-height:38px;font-size: 0;text-align: right;font-size: 30px;height: 40px;}
header .txt .txt1:hover{cursor: pointer;color: #ff7100;}

header .formbox{height: 100%;width: 100%;background: rgba(0,0,0,.66);position: fixed;left: 0;top:0;z-index: 222;display: none;}
header .txt form{width:500px;height: 60px;top:40%;left: 50%;margin:-30px 0 0 -250px;position: fixed;background-color: #fff;border-radius: 4px;overflow: hidden;z-index: 333;display: none;}
header .txt form input{width: calc(100% - 80px);line-height: 60px;height: 60px;border: 0;background: transparent;font-size: 18px;padding-left:25px;float: left;}
header .txt form button{width: 80px;background:transparent;height: 60px;border: 0;float: left;font-size: 30px;}
header .txt form button:hover{color: #ff7100;}


/*pc导航*/
header nav{margin-top: 50px;}
header nav a{transition: all .2s;}
header nav ul{font-size: 0;margin:0;}
header nav ul > li{position: relative;text-align: center;display: inline-block;vertical-align: top;}
header nav ul > li > a{line-height:40px; display:block;color: #8e8e8e;font-size:16px;padding: 0 22px;text-transform: uppercase;}
header nav ul > li:hover > a{color: #ff7100;}
header nav ul > li.active > a{color: #ff7100;}
header nav .ul{display:none;position: absolute;left: 0;top:100%;width: 160%;margin-left: -30%;right: 0;background:rgba(255,255,255,1);padding:5px 0 8px;box-shadow: 0 0 10px rgba(0,0,0,.1);border-radius:6px;overflow: hidden;}
header nav .ul a{font-size: 14px;color: #333;line-height: 23px;padding:4px 8px;display: block;}
header nav .ul a:hover{color: #ff7100;}
header nav .ul a.active{color: #ff7100;}













/*banner*/
.banner{position: relative;z-index: 1;overflow: hidden;}
.banner .swiper-slide{overflow: hidden;}
.banner .swiper-slide .bjcover{display: block;height: 100vh;}
.banner .swiper-pagination{bottom: 30px;}
.banner .swiper-pagination-bullet{background:#000;opacity:1;transition: all .2s;width: 44px;height: 3px;border-radius: 0;}
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color: #ff7100;}
.banner .swiper-button-prev{font-size: 50px;width: 50px;height: 50px;line-height: 52px;text-align: center;margin-top: -25px;left:4%;background: transparent;}
.banner .swiper-button-next{font-size: 50px;width: 50px;height: 50px;line-height: 52px;text-align: center;margin-top: -25px;right:4%;background: transparent;}
.banner .swiper-button-prev:hover{color: #ff7100;}
.banner .swiper-button-next:hover{color: #ff7100;}
.banner .swiper-slide .bjcover{opacity:.6;
    transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
}

.banner .swiper-slide.swiper-slide-active .bjcover{opacity: 1}
.banner .swiper-slide.swiper-slide-active .bjcover{
    -webkit-animation: zoom 16s;
    animation: zoom 16s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(1, 1)
    }
    to {
        -webkit-transform: scale(1.2, 1.2)
    }
}

@-moz-keyframes zoom {
    from {
        -moz-transform: scale(1, 1)
    }
    to {
        -moz-transform: scale(1.2, 1.2)
    }
}

@-o-keyframes zoom {
    from {
        -o-transform: scale(1, 1)
    }
    to {
        -o-transform: scale(1.2, 1.2)
    }
}

@keyframes zoom {
    from {
        transform: scale(1, 1)
    }
    to {
        transform: scale(1.2, 1.2)
    }
}

footer{background-color: #212121;padding-top: 70px;line-height:2.2;color: rgba(255,255,255,.6);}
footer .list1{width: 300px;padding-right: 22px;font-size: 12px;}
footer .list1 img{display: block;margin-bottom: 26px;}
footer .list2{width:  calc(100% - 630px);}
footer .list2 li a{display:inline-block;vertical-align: top;font-size: 14px;color: #fff;padding:0 20px 5px 0;text-transform: uppercase;min-width: 88px;}
footer .list2 li a:hover{color: #ff7100!important;}
footer .list2 li a:nth-child(n+2){color: rgba(255,255,255,.6);display: none;}
footer .list2 li:hover a{display: inline-block;}
footer .list3{width:330px;text-align: right;font-size: 0;}
footer .list3 .tt{display: inline-block;font-size: 14px;text-align: left;}
footer .list3 .tt .tt1{font-size: 18px;color: #fff;text-transform: uppercase;}
footer .list4{width: 100%;margin:55px 0 20px;text-align: center;font-size: 0;}
footer .list4 a{display: inline-block;vertical-align: top;font-size: 22px;color: #fff;padding: 0 8px;}
footer .list4 a:hover{color: #ff7100;}
footer .list5{width: 100%;border-top: 1px solid rgba(255,255,255,.2);padding: 20px 50px;}



.banner2{height: 140px;}

.title2{margin-bottom: 30px;}
.title2 .div1{font-size: 60px;color: #000;line-height: 70px;font-weight: bold;float: left;}
.title2 .div2{float: right;font-size: 16px;color: #000;width: 50%;padding-bottom:10px;}
.title2 hr{margin-bottom: 0;border-color: #c7c7c7;width: 100%;float: left;}
.title2 .div3{font-size: 34px;line-height: 42px;color: #ff7100;font-weight: bold;width: 100%;float: left;padding: 20px 0 0;max-width: 1000px;}

.nylist{padding-bottom: 66px;}
.about1{margin: 0 -7px;}
.about1 .list{display: block;width: calc(20% - 14px);margin: 0 7px 20px;float: left;}
.about1 .list .img{margin-bottom: 12px;}
.about1 .list .img .bjcover{padding-top: 138%;}
.about1 .list .tt1{font-size: 18px;color: #000;line-height: 28px;height: 28px;}
.about1 .list .tt2{font-size: 16px;color: #999;line-height: 24px;height: 24px;}
.about1 .list:hover .img .bjcover{transform: scale(1.08);}
.about1 .list:hover .tt1{color: #ff7100;}


.about2 .list{display: block;padding-bottom: 20px;margin-bottom: 20px;border-bottom: 1px solid #c7c7c7;}
.about2 .list .img{width: 288px;height: 272px;float: left;}
.about2 .list .img .bjcover{height: 100%;}
.about2 .list .tt1{width: calc(44% - 144px);padding: 0 20px;float: left;font-size: 20px;line-height: 34px;color: #000;transition: all .35s ease-in-out;}
.about2 .list .tt2{width: calc(56% - 144px);float: left;font-size: 16px;line-height: 34px;color: #666;}
.about2 .list:hover .img .bjcover{transform: scale(1.08);}
.about2 .list:hover .tt1{color: #ff7100;}

.nylx{position: relative;}
.nylx .zuo{width:600px;position: relative;z-index: 2;}
.nylx .you{width:68%;text-align: right;position: absolute;right: 0;top:90px;z-index: 1;}
.nylx .you .tt{text-align: right;font-size: 0}
.nylx .you .tt a{font-size: 18px;margin-left: 30px;display: inline-block;vertical-align: top;position: relative;top:0;}
/*.nylx .you .tt a:hover{}*/
.nylx .tt{margin-bottom:50px;font-size: 18px;color: #666;position: relative;top:0;transition: all .3s;}
.nylx .tt1{font-size: 32px;font-weight: bold;color: #000;transition: all .3s;}
.nylx .tt:hover{top:-8px;}
.nylx .you .tt a{color: #666}
.nylx .you .tt:hover{top:0!important;}
.nylx .you .tt a:hover{top:-8px;}
.nylx .tt:hover .tt1{color: #934C4A;}






.about1.about3{margin: 0 -15px;}
.about1.about3 .list{width: calc(33.33% - 30px);margin: 0 15px 30px;position: relative;padding-bottom: 10px;}
.about1.about3 .list .img .bjcover{padding-top: 100%;}
.about1.about3 .list .tt1{font-weight: bold;}
.about1.about3 .list .tt2{font-size: 20px;line-height: 30px;height: 30px;}
.about1.about3 .list::after{content: "";width: 1px;height: 100%;background-color: #e5e5e5;position: absolute;left: -15px;top:0;}
.about1.about3 .list:nth-child(1):after{display:none;}
.about1.about3 .list:nth-child(4):after{display:none;}
.about1.about3 .list:nth-child(7):after{display:none;}
.about1.about3 .list:nth-child(10):after{display:none;}



.nyxw{border-top: 1px solid #c7c7c7;}
.nyxw .list{display: block;border-bottom: 1px solid #c7c7c7;padding: 26px 4% 26px 36%;position: relative;min-height: 140px;}
.nyxw .list .tt1{position: absolute;left: 5%;top:31px;font-size: 18px;color: #999;font-weight: bold;}
.nyxw .list .tt1 span{color: #000;}
.nyxw .list .tt2{font-size: 24px;font-weight: bold;color: #000;line-height: 1.5;}
.nyxw .list .tt3{font-size: 16px;color: #999;margin-top: 14px;}
.nyxw .list:hover .tt2{color: #ff7100;}


.nycp1{margin: 0 -15px;}
.nycp1 .list{display: block;width: calc(33.33% - 30px);margin: 0 15px 34px;float: left;position: relative;}
.nycp1 .list .tt1{font-size: 24px;padding-bottom: 8px; transition: all .35s ease-in-out;}
.nycp1 .list .img .bjcover{padding-top: 66%;}
.nycp1 .list:hover .tt1{color: #ff7100;}
.nycp1 .list:hover .img .bjcover{transform: scale(1.08);}
.nycp1.nycp2 .list .tt1{position: absolute;left: 0;bottom: 0;width: 100%;color: #fff;font-size: 20px;line-height:36px;padding: 0 10px;z-index: 3;}
.nycp1.nycp2 .list:after{content: "";width: 100%;height: 100%;background: #000;position: absolute;left: 0;top:0;z-index: 2;opacity: 0;transition: all .35s ease-in-out;}
.nycp1.nycp2 .list:hover:after{opacity: .3;}


.title3{margin-top: -11px;margin-bottom: 30px;}
.title3 .div1{font-size: 48px;line-height: 1.5;font-weight: bold;padding-bottom:6px;}
.title3 .div2{font-size: 18px;}

.danye{border-top: 1px solid #eee;padding-top: 18px;font-size: 16px;}
.danye .tt{margin-bottom: 30px;width: 100%;float: left;}
.danye .tt1{width: calc(10% + 420px);float: left;padding-right: 88px;}
.danye .tt2{width: calc(90% - 420px);float: left;font-size: 22px;color: #666;line-height: 1.4;}
.danye .tt4{width: calc(10% + 420px);padding-right: 88px;display: inline-block;vertical-align: bottom;font-size: 18px;color: #000;line-height: 1.6;}
.danye .tt4 span{font-size: 22px;line-height: 1.5;padding-top:4px;display: block;}
.danye .tt5{width: calc(90% - 420px);display: inline-block;vertical-align: top;}

.danye .tt3{width: 100%;float: left;margin-bottom: 30px;font-size: 0;}
.danye .tt .tt1{font-size: 42px;color: #000;line-height: 1.2;}
.danye .tt .tt1 span{display: block;font-size: 16px;color: #999;padding-top: 6px;}
.danye .tt .tt2{float: right;}



.danye .bt{font-size: 30px;font-weight: bold;line-height: 1.4;margin-bottom: 20px;}
.danye .rq{color: #999;font-size: 14px;margin-top: -14px;margin-bottom: 18px;}
.danye img{height: auto !important;}












/* -webkit-line-clamp: 2; */
/* transition: all .35s ease-in-out; */

/* ff7100 */
/*transform: scale(1.08);*/
/*媒体查询开始*/
@media (min-width:991px){
    header nav ul > li:hover .ul{display: block;}
}
@media (max-width:1299px){
    .about1 .list{width: calc(25% - 14px);}



}
@media (max-width:1199px){
    .title2 .div1{font-size: 40px;line-height: 50px;}

    .about2 .list .tt1{width: calc(100% - 288px);padding: 0 0 0 20px;}
    .about2 .list .tt2{width: calc(100% - 288px);padding: 11px 0 0 20px;}

    

}
@media (max-width:991px) {
    header .logo{height: 70px;line-height:70px;}
    header .txt{position: absolute;right: 60px;top:38px;margin: 0;}
    header .txt .txt1{color: #999;}

    /*pc导航*/
    header nav{display: none;width:100%;float: none;padding:85px 20px 20px;margin:0;position: absolute;right:0;top:0;height: 100vh;z-index:113;background: #fff;}
    header nav ul > li{display:block;width:100%;text-align: left;padding: 0;border-bottom: 1px solid #eee;}
    header nav ul > li:after{display: none;}
    header nav ul > li:before{display: none;}
    header nav ul > li:nth-last-child(1){border: 0;}
    header nav ul > li > a{display:block;font-size:15px;padding:6px 20px;line-height:30px;text-align: left;}



    header nav ul > li > i.glyphicon{display: block;position: absolute;right: 0;width: 40px;color: #999;line-height: 50px;font-size: 16px;font-weight: normal;text-align: center;}
    header nav ul > li.active > i.glyphicon{color: #ff7100;}
    header nav .ul{display:none;position: relative;left: auto;top:auto;width: calc(100% + 80px);margin-left: -20px;right: auto;background:#f4f4f4;padding:8px;box-shadow: none;border-radius:0;}
    header nav .ul a{font-size: 14px;color: #333;line-height: 23px;padding:6px 5px 6px 35px;display: block;}
    header nav .ul a:hover{background-color: transparent;color: #ff7100;}
    header nav .ul a.active{background-color: transparent;color: #ff7100;}













   /*移动导航按钮*/
    header .lanmu{width: 30px;font-size: 0;height: 21px;position: absolute;right: 15px;top:46px;cursor: pointer;z-index: 114;}
    header .lanmu i{display: inline-block;width: 100%;height: 3px;background: #999;border-radius: 3px;transition: all 0.6s;}
    header .lanmu i:nth-child(2), .lanmu i:nth-child(3){width: 40%;margin:6px 0;}
    header .lanmu i:nth-child(2){margin-right: 10%;}
    header .lanmu i:nth-child(3){margin-left: 10%;}
    header .lanmu.active i{background-color: #ff7100;}
    header .lanmu.active i:nth-child(1) {transform: rotate(45deg) translateY(4px) translateX(5px);}
    header .lanmu.active i:nth-child(4){transform: rotate(-45deg) translateY(-8px) translateX(8px);}
    header .lanmu.active i:nth-child(2){transform: translateX(-30px);opacity: 0;}
    header .lanmu.active i:nth-child(3){transform: translateX(30px);opacity: 0;}













    header .txt form{width:calc(100% - 30px);top:20%;left: 15px;margin:-30px 0 0 0;max-width: calc(100% - 30px);}
    header .txt form input{width: calc(100% - 80px);line-height: 60px;height: 60px;border: 0;background: transparent;font-size: 18px;padding-left:25px;float: left;}
    header .txt form button{width: 80px;background:transparent;height: 60px;border: 0;float: left;font-size: 30px;}
    header .txt form button:hover{color: #ff7100;}
    
    .banner .swiper-pagination{bottom:20px;}
    .banner .swiper-pagination-bullet{width: 22px;height:3px;}
    .banner .swiper-button-prev{display: none;}
    .banner .swiper-button-next{display: none;}

    .banner2{height: 96px;}
    .title2 .div1{float: none;}
    .title2 .div2{float: none;width: 100%;padding:11px 0 0;}
    .title2 .div3{font-size: 22px;line-height: 30px;}
    .about1 .list{width: calc(33.33% - 14px);}

    
    .nylx .zuo{width:100%;}
    .nylx .you{width:100%;position: relative;right: auto;top:auto;margin-top: 40px;}
    .nylx .you .tt{text-align: right;}
    .nylx .tt{margin-bottom:30px;font-size: 15px;}
    .nylx .tt1{font-size: 20px;}

    .about1.about3 .list{width: calc(50% - 30px);}
    .about1.about3 .list:after{display: none;}
    .about1.about3 .list:nth-child(even):after{display: block !important;}
    
    .nycp1 .list{width: calc(50% - 30px);}



    .danye .tt1{width:100%;padding-right: 0;}
    .danye .tt2{width: 100%;font-size: 18px;padding: 20px 0 0;line-height: 1.7;}
    .danye .tt4{width: 100%;padding: 0;font-size: 16px;}
    .danye .tt5{width: 100%;padding: 20px 0 0;}
    

    .danye .tt .tt1{font-size: 24px;line-height: 1.44;}
    .danye .tt .tt1 span{display: block;font-size: 16px;color: #999;padding-top: 6px;}
  .danye .tt4 span{font-size: 18px;}
    
    
    footer{padding-top: 50px;line-height: 190%;}
    footer .list1{width: 100%;padding-right: 0;max-width:278px;margin-bottom: 30px;}
    footer .list1 img{margin-bottom: 20px;}
    footer .list2{width: 100%;margin-bottom: 24px;}
    footer .list3{width: 100%;text-align: left;}
    footer .list4{margin-top: 20px;}
    footer .list4 a:hover{color: #ff7100;}
    footer .list5{padding: 20px 0;}
       
    footer .list2 li a{min-width: 70px;}
    footer .list2 li a:nth-child(n+2){font-size: 12px;}





}

@media (max-width:767px) {

    .title2 .div1{font-size:26px;line-height: 36px;}
    .title2 .div2{font-size: 15px;}
    .title2 .div3{font-size: 18px;line-height: 28px;}

    
    .nylist{padding-bottom:50px;}
    .about1 .list{width: calc(50% - 14px);}
    .about1 .list .img{margin-bottom:8px;}
    .about1 .list .tt1{font-size: 15px;line-height: 24px;height: 24px;}
    .about1 .list .tt2{font-size: 12px;line-height: 20px;height: 20px;}


    .about2 .list{margin-bottom: 25px;}
    .about2 .list .img{width: 100%;height: auto;}
    .about2 .list .img .bjcover{height: auto;padding-top: 94%;}
    .about2 .list .tt1{width: 100%;padding: 10px 0 0;line-height: 30px;}
    .about2 .list .tt2{width: 100%;padding: 10px 0 0;font-size: 14px;line-height: 26px;}

    

    .about1.about3 .list{width: calc(100% - 30px);padding-bottom: 0;}
    .about1.about3 .list .tt2{font-size:16px;line-height: 22px;height: 22px;}
    .about1.about3 .list::after{display: none !important;}
    
    .nycp1{margin: 0 -7px;}
    .nycp1 .list{width: calc(50% - 14px);margin: 0 7px 22px;}
    .nycp1 .list .tt1{font-size: 20px;padding-bottom: 5px;}

   


    .title3{margin-top: -11px;margin-bottom: 26px;}
    .title3 .div1{font-size: 24px;padding-bottom: 6px;}
    .title3 .div2{font-size: 15px;}
    
    

    .danye .bt{font-size: 22px;line-height: 1.5;;}

    



}
@media (max-width:600px) {
    .about1 .list{width: calc(100% - 14px);}


    .nyxw .list{padding: 22px 0 22px 25%;}
    .nyxw .list .tt1{left:0;top:24px;font-size: 15px;}

    .nyxw .list .tt2{font-size: 20px;}
    .nyxw .list .tt3{font-size: 15px;;margin-top: 10px;}
    
    .nycp1 .list{width: calc(100% - 14px);}




    

}

@media (max-width:479px) {


    
}
 /*手机底部*/
/*@media (max-width:991px) {
    footer{margin-bottom: 51px;}
    .sjdibu{height:50px;background:#0158c6;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;} 
}*/