

/*-----------------------------------------------------------*/

/*copyright by åŠ¨åŠ›æ— é™  www.btoe.cn*/

/*é‚®ç®± btoe@btoe.cn*/

/*åˆä½œç”µè¯ 400-0599-360*/

/*ç‰ˆæƒæ‰€æœ‰è¿è€…å¿…ç©¶*/

/*-----------------------------------------------------------*/





/*banner*/

.fullSlide {

    width: 100%;

    position: relative;

    height: 680px;

    background: #fff;

    overflow: hidden;

  }

  

  .fullSlide .bd {

    width: 100%;

    height: 680px;

    margin: 0 auto;

    position: relative;

    z-index: 1;

    overflow: hidden;

  }

  

  

  .fullSlide .bd ul {

    width: 100% !important;

  }

  

  .fullSlide .bd li {

    width: 100% !important;

    height: 680px;

    overflow: hidden;

    text-align: center;

  }

  

  .fullSlide .bd li a {

    display: block;

    height: 680px;

  }

  

  .fullSlide .hd {

    width: 100%;

    position: absolute;

    z-index: 2;

    bottom: 40px;

    left: 0;

    height: 30px;

    text-align: center;

  }

  

  .fullSlide .hd ul {

    text-align: center;

  }

  

  .fullSlide .hd ul li {

    cursor: pointer;

    display: inline-block;

    zoom: 1;

    width: 12px;

    height: 12px;

    border-radius: 50%;

    margin: 12px;

    overflow: hidden;

    line-height: 99px;

    -webkit-transition: all .3s ease-out;

    transition: all .3s ease-out;

    background: #fff;

  }

  

  .fullSlide .hd ul .on {

    background: #a60809;

    -webkit-transition: all .3s linear;

    transition: all .3s linear;

  }

  

  

  .fullSlide .next {

    width: 65px;

    height: 65px;

    position: absolute;

    top: 50%;

    z-index: 2;

    background: url(../images/bannerR.png) no-repeat center;

    filter: alpha(opacity=80);

    -moz-opacity: .8;

    opacity: .8;

    -webkit-transition: all .5s linear;

    transition: all .5s linear;

    right: 4%;

  }

  

  .fullSlide .prev {

    width: 65px;

    height: 65px;

    position: absolute;

    top: 50%;

    z-index: 2;

    background: url(../images/bannerL.png) no-repeat center;

    filter: alpha(opacity=80);

    -moz-opacity: .8;

    opacity: .8;

    -webkit-transition: all .5s linear;

    transition: all .5s linear;

    left: 4%;

  }

  





/*product*/



.pro_bg{

    width: 100%;

    height: auto;

    padding-bottom: 30px;

    margin: 0 auto;

    background: url(../images/pro_bg.jpg) no-repeat center;

}



.pro_bg .product{

    width: 1280px;

    margin: 0 auto;

    padding-top: 70px;

}



.pro_bg .product .pro_list{

    overflow: hidden;

}



.pro_bg .product .pro_list dl{

    overflow: hidden;

    width: 1280px;

    height: auto;

    background: #fff;

    border: 1px solid #e9e9e9;

    margin-bottom: 10px;

    padding-bottom: 10px;

}



.pro_bg .product .pro_list dl dt{

    height: 64px;

    border-bottom: 1px solid #f3f3f3;

    padding: 0 25px;

    margin-bottom: 20px;

}



.pro_bg .product .pro_list dl dt h3{

    float: left;

    line-height: 64px;

    font-size: 12px;

    color: #999999;

    font-family: Arial, Helvetica, sans-serif;

    position: relative;

}



.pro_bg .product .pro_list dl dt h3 img{

    vertical-align: middle;

    margin-right: 18px;

    position: relative;

    top: -4px;

}



.pro_bg .product .pro_list dl dt h3 i{

    font-size: 20px;

    color: #333;

    margin-right: 5px;



}



.pro_bg .product .pro_list dl dt .more{

    display: block;

    text-align: center;

    float: right;

    font-size: 14px;

    color: #ffffff;

    font-family: Arial, Helvetica, sans-serif;

    text-transform: uppercase;

    width: 75px;

    height: 25px;

    line-height: 25px;

    background: #262626;

    border-radius: 45px;

    margin-top: 20px;

    -webkit-transition: all 0.5s ease-out;

    -o-transition: all 0.5s ease-out;

    transition: all 0.5s ease-out;

}



.pro_bg .product .pro_list dl dt .more:hover{

    background: #a60809;

}



.pro_bg .product .pro_list dl dd{

    float: left;

    margin: 0 0px 10px 29px;

}



.pro_bg .product .pro_list dl dd .pic{

    width: 178px;

    height: 76px;

    border: 1px dashed #dedede;

    -webkit-transition: all 0.5s ease-out;

    -o-transition: all 0.5s ease-out;

    transition: all 0.5s ease-out;

}



.pro_bg .product .pro_list dl dd .pic img{

    width: 178px;

    height: 76px;

    object-fit: contain;

}



.pro_bg .product .pro_list dl dd .txt{

    height: 30px;

    line-height: 30px;

    text-align: center;



} 



.pro_bg .product .pro_list dl:nth-child(1) dd a{

    font-size: 16px;

    color: #666;

    white-space: nowrap;

    text-overflow: ellipsis;

    -o-text-overflow: ellipsis;

    overflow: hidden;

    display: block;

    -webkit-transition: all 0.5s ease-out;

    -o-transition: all 0.5s ease-out;

    transition: all 0.5s ease-out;

    width: 180px;

}





.pro_bg .product .pro_list dl dd .txt a{

    font-size: 16px;

    color: #666;

    white-space: nowrap;

    text-overflow: ellipsis;

    -o-text-overflow: ellipsis;

    overflow: hidden;

    display: block;

    -webkit-transition: all 0.5s ease-out;

    -o-transition: all 0.5s ease-out;

    transition: all 0.5s ease-out;

}





.pro_bg .product .pro_list dl dd:hover .pic{

    border: 1px solid #a60809;

}



.pro_bg .product .pro_list dl dd:hover .txt a{

    color: #a60809;

}



.pro_bg .product .pro_list dl:nth-child(2) dd a,

.pro_bg .product .pro_list dl:nth-child(3) dd a{

    width: 138px;

    height: 38px;

    line-height: 38px;

    border: 1px dashed #dedede;

    text-align: center;

    font-size: 16px;

    color: #333333;

    font-family: Arial, Helvetica, sans-serif;

    white-space: nowrap;

    text-overflow: ellipsis;

    -o-text-overflow: ellipsis;

    overflow: hidden;

    display: block;

    -webkit-transition: all 0.5s ease-out;

    -o-transition: all 0.5s ease-out;

    transition: all 0.5s ease-out;

}



.pro_bg .product .pro_list dl:nth-child(2) .nr{

    margin-left: 30px;

}



.pro_bg .product .pro_list dl:nth-child(2) dd{

    margin: 0 15px 15px 0;



}



.pro_bg .product .pro_list dl:nth-child(3) .nr{

    margin-left: 30px;

}



.pro_bg .product .pro_list dl:nth-child(3) dd{

    margin: 0 15px 15px 0;



}



.pro_bg .product .pro_list dl:nth-child(3) dd a{

    width: 248px;

    height: 38px;

    line-height: 38px;

}



.pro_bg .product .pro_list dl:nth-child(2) dd:hover a,

.pro_bg .product .pro_list dl:nth-child(3) dd:hover a{

    border: 1px solid #a60809;

    color: #a60809;



}



.pro_bg .product .pro_box{

    width: 1360px;

    margin: 30px auto 0 auto;

}



.pro_bg .product .pro_box ul li{

    width: 292px;

    float: left;

    margin-right: 40px;

}



.pro_bg .product .pro_box ul li .pic{

    width: 290px;

    height: 220px;

    border: 1px solid #dedede;

}



.pro_bg .product .pro_box ul li .pic a{

    width: 280px;

    height: 210px;

    margin: 5px;

    display: inline-block;

    overflow: hidden;



}



.pro_bg .product .pro_box ul li .pic img{

    width: 280px;

    height: 210px;

    overflow: hidden;

    -webkit-transition: all 0.5s ease-out;

    -o-transition: all 0.5s ease-out;

    transition: all 0.5s ease-out;

}





.pro_bg .product .pro_box ul li .txt{

    width: 280px;

    height: 40px;

    line-height: 40px;

}



.pro_bg .product .pro_box ul li .txt h5 a{

    float: left;

    width: 180px;

    font-size: 16px;

    color: #333333;

    white-space: nowrap;

    text-overflow: ellipsis;

    -o-text-overflow: ellipsis;

    overflow: hidden;

    display: block;

    -webkit-transition: all 0.5s ease-out;

    -o-transition: all 0.5s ease-out;

    transition: all 0.5s ease-out;

    padding-left: 23px;

    position: relative;

}



.pro_bg .product .pro_box ul li .txt h5 a::after{

    position: absolute;

    left: 0;

    top: 21px;

    width: 15px;

    height: 2px;

    background: #333333;

    content: "";

    -webkit-transition: all 0.5s ease-out;

    -o-transition: all 0.5s ease-out;

    transition: all 0.5s ease-out;

}



.pro_bg .product .pro_box ul li .txt .more{

    display: block;

    float: right;

    font-size: 14px;

    color: #666666;

    text-transform: uppercase;

    font-family: Arial, Helvetica, sans-serif;

}



.pro_bg .product .pro_box ul li:hover .pic img{

    transform: scale(1.1);

    -webkit-transform: scale(1.1);

    -o-transform: scale(1.1);



}



.pro_bg .product .pro_box ul li:hover .txt h5 a{

    color: #a60809;

}







/*banner_1*/



.banner_1{

    width: 100%;

    height: 315px;

    margin: 0 auto;

    background: url(../images/banner_1.jpg) no-repeat center;

}



.banner_1 .cont{

    width: 1280px;

    margin: 0 auto;

    padding-top: 80px;

}



.banner_1 .cont .txt_l{

    float: left;

    width: 640px;

}



.banner_1 .cont .txt_l h5{

    font-size: 40px;

    color: #fff;

    font-weight: bold;

    line-height: 45px;



}



.banner_1 .cont .txt_l h5 i{

    font-size: 40px;

    color: #a60809;

    font-weight: bold;

}



.banner_1 .cont .txt_l em{

    display: block;

    width: 70px;

    height: 4px;

    background: #ffffff;

    margin-top: 33px;

}



.banner_1 .cont .txt_l span{

    display: block;

    font-size: 20px;

    color: #fff;

    margin-top: 30px;

}



.banner_1 .cont .txt_l p{

    font-size: 12px;

    color: #fff;

    font-family: Arial, Helvetica, sans-serif;

    opacity: 0.2;

    margin-top: 5px;

}



.banner_1 .cont .txt_r{

    float: left;

    margin: 30px 0 0 140px;

}



.banner_1 .cont .txt_r .tel{

    padding-left: 50px;

    font-size: 30px;

    color: #fff;

    font-weight: bold;

    font-family: Arial, Helvetica, sans-serif;

    background: url(../images/tel1.png) no-repeat left center;

    line-height: 35px;

}



.banner_1 .cont .txt_r .zx{

    margin: 30px 0 0 40px;

}





.banner_1 .cont .txt_r .zx  .qq{

    float: left;

    width: 60px;

    height: 60px;

    animation: msClock 1.2s linear infinite;

    animation: msClock 1.2s linear infinite;

}



.banner_1 .cont .txt_r .zx  .qq .qq_img{

    width: 60px;

    height: 60px;

}



@keyframes msClock {

    0%,70%,100% {

      transform: rotate(0) scale(1);

    }

    10%,30% {

      transform: rotate(-15deg) scale(1.1);

    }

    20%,40% {

    transform: rotate(15deg) scale(1.1);

    }

}



.banner_1 .cont .txt_r .zx  .weixin{

    float: left;

    width: 60px;

    height: 60px;

    margin-left: 40px;

    position: relative;

} 



.banner_1 .cont .txt_r .zx  .weixin span img{

    width: 60px;

    height: 60px;

}



.banner_1 .cont .txt_r .zx  .weixin p img{

    position: absolute;

    left: 65px;

    top: 0px;

    width: 0;

    height: 0;

    opacity: 0;

    -webkit-transition: all 0.5s ease-out;

    -o-transition: all 0.5s ease-out;

    transition: all 0.5s ease-out;



}



.banner_1 .cont .txt_r .zx  .weixin:hover p img{

    opacity: 1;

    width: 100px;

    height: 100px;



}





/*ys*/



.ys_bg{

    width: 100%;

    margin: 0 auto;

    height: 918px;

    background: url(../images/ys_bg.jpg) no-repeat center;

    overflow: hidden;

}



.ys_bg .ys{

    width: 1280px;

    margin: 0 auto;

    position: relative;

}



.ys_bg .ys .ys_t{

    position: absolute;

    right: 0px;

    top: 123px;

    z-index: 5;

    text-align: right;



}

.ys_bg .ys .ys_t span{

    display: block;

    font-size: 80px;

    color: #fff;

    font-family: "Impact";

    text-transform: uppercase;

    font-style: italic;

    line-height: 70px;

}



.ys_bg .ys .ys_t h3{

    font-size: 30px;

    color: #fff;

    margin-top: 20px;

}



.ys_bg .ys .ys_box{

    width: 1280px;

    margin: 0 auto;

    position: relative;

}



.ys_bg .ys .ys_box .ys1 .bd{

    width: 1280px;

    margin: 0 auto;

}



.ys_bg .ys .ys_box .ys1 .bd ul li{

    float: left;

    width: 1280px;

    margin: 0 auto;

}



.ys_bg .ys .ys_box .ys1 .bd ul li .ys_img{

    width: 1280px;

    height: 591px;



}



.ys_bg .ys .ys_box .ys1 .bd ul li .ys_img img{

    width: 934px;

    height: 591px;

}



.ys_bg .ys .ys_box .ys1 .bd ul li .txt{

    margin: 55px 0 0 330px;

    width: 890px;



}

.ys_bg .ys .ys_box .ys1 .bd ul li .txt h5{

    height: 40px;

    line-height: 40px;

    font-size: 24px;

    color: #333;

    font-weight: bold;

}



.ys_bg .ys .ys_box .ys1 .bd ul li .txt h5 img{

    vertical-align: middle;

    margin-right: 25px;



}



.ys_bg .ys .ys_box .ys1 .bd ul li .txt h5 i{

    font-size: 12px;

    color: #333;

    font-family: Arial, Helvetica, sans-serif;

    font-weight: normal;

    margin-left: 3px;

}



.ys_bg .ys .ys_box .ys1 .bd ul li .txt p{

    font-size: 14px;

    color: #666666;

    line-height: 36px;

    position: relative;

    margin-top: 25px;

    margin-left: 50px;



}



.ys_bg .ys .ys_box .ys1 .bd ul li .txt p::after{

    position: absolute;

    left: -37px;

    top: 10px;

    width: 2px;

    height: 132px;

    background: #333333;

    content: "";

    -webkit-transition: all 0.5s ease-out;

    -o-transition: all 0.5s ease-out;

    transition: all 0.5s ease-out;

}



.ys_bg .ys .ys_box .ys2{

    position: absolute;

    right: -352px;

    top: 367px;

    width: 698px;

    height: 224px;

    overflow: hidden;

}

.ys_bg .ys .ys_box .ys2 .bd{

    width: 698px;

    margin-left: -349px;

}



.ys_bg .ys .ys_box .ys2 .bd ul li{

    float: left;

    width: 349px;

    height: 224px;

}



.ys_bg .ys .ys_box .ys2 .bd ul li img{

    width: 349px;

    height: 224px;



}



.ys_bg .ys .ys_box .next{

    cursor: pointer;

    position: absolute;

    left: 65px;

    top: 665px;

    background: url(../images/left.png) no-repeat center;

    width: 80px;

    height: 80px;

}



.ys_bg .ys .ys_box .prev{

    cursor: pointer;

    position: absolute;

    left: 65px;

    top: 765px;

    background: url(../images/right.png) no-repeat center;

    width: 80px;

    height: 80px;

}









/*case*/



.case{

    width: 1280px;

    margin: 60px auto 0 auto;

    height: 670px;

}



.case .case_t{

    height: 150px;

}



.case .case_t .title{

    float: left;

}



.case .case_t .t_r{

    float: right;

    position: relative;

} 



.case .case_t .t_r .tel{

    margin-top: 20px;

    background: url(../images/tel2.png) no-repeat top left;

    width: 317px;



}



.case .case_t .t_r .tel span{

    display: block;

    margin-left: 25px;

    line-height: 22px;

    font-size: 16px;

    color: #333333;

}



.case .case_t .t_r .tel i{

    display: block;

    font-family: "Impact";

    font-style: italic;

    font-size: 26px;

    color: #333333;

    margin-top: 25px;

}



.case .case_t .t_r .qq{

    position: absolute;

    right: 0;

    top: 0px;

} 



.case .case_t .t_r .qq img{

    width: 42px;

    height: 43px;



}



.case .case_box{

    width: 1280px;

    margin: 0 auto;

    position: relative;

    z-index: 5;

}  



.case .case_box::after{

    position: absolute;

    left: 0px;

    top: 416px;

    width: 1117px;

    height: 1px;

    background: #dedede;

    content: "";

    z-index: -1;

    -webkit-transition: all 0.5s ease-out;

    -o-transition: all 0.5s ease-out;

    transition: all 0.5s ease-out;

}



.case .case_box .mySwiper{

    width: 1280px;

    margin: 0 auto;

    overflow: hidden;

}



.case .case_box .swiper-slide{

    position: relative;

}



.case .case_box .swiper-slide .pic{

    width: 100%;

    height: 300px;

    background: #f8f8f8;

    position: relative;



}



.case .case_box .swiper-slide .pic img{

    position: absolute;

    width: 98%;

    height: 294px;

    left: 1%;

    top: 3px;

    object-fit: cover;



}



.case .case_box .swiper-slide .txt{

    text-align: center;

    margin-top: 25px;

    position: relative;

    z-index: 5;





}



.case .case_box .swiper-slide .txt a{

  font-size: 18px;

  color: #333333;

  display: block;

  overflow: hidden;

  text-overflow: ellipsis;

  white-space: nowrap;

  -webkit-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}



.case .case_box .swiper-slide .txt span{

    font-size: 80px;

    color: #a60809;

    font-weight: bold;

    line-height: 65px;

    height: 65px;

    font-family: Arial, Helvetica, sans-serif;

    display: block;

    -webkit-transition: all 0.5s ease-out;

    -o-transition: all 0.5s ease-out;

    transition: all 0.5s ease-out;

    opacity: 0;

    margin-top: 30px;



}



.case .case_box .swiper-slide .txt i{

    display: block;

    width: 15px;

    height: 30px;

    margin: 0 auto;

    background: url(../images/buttom6.png) no-repeat  center;

    position: relative;

    top: -47px;

    -webkit-transition: all 0.5s ease-out;

    -o-transition: all 0.5s ease-out;

    transition: all 0.5s ease-out;

    opacity: 0;

}



.case .case_box .swiper-slide .txt:after{

    position: absolute;

    left: 0px;

    top: 90px;

    width: 0px;

    height: 2px;

    background: #a60809;

    content: "";

    z-index: -1;

    -webkit-transition: all 0.5s ease-out;

    -o-transition: all 0.5s ease-out;

    transition: all 0.5s ease-out;



}



.case .case_box .swiper-slide-active .txt:after{

    width: 100%;



}



.case .case_box .swiper-slide-active .txt span{

    opacity: 0.1;

}



.case .case_box .swiper-slide-active .txt i{

    opacity: 1;

}



.swiper-button-next::after, .swiper-container-rtl .swiper-button-prev::after {

    content: 'next';

    display: none;

  }





  .swiper-button-prev::after, .swiper-container-rtl .swiper-button-next::after {



    display: none;



}



.swiper-button-next{

    right: 0;

    top: 405px;

    width: 60px;

    height: 60px;

    background: #262626 url(../images/right1.png) no-repeat center;

    border-radius: 50%;

    -webkit-transition: all 0.5s ease-out;

    -o-transition: all 0.5s ease-out;

    transition: all 0.5s ease-out;

}



.swiper-button-prev{

    left: 1152px;

    top: 405px;

    width: 60px;

    height: 60px;

    background: #262626 url(../images/left1.png) no-repeat center;

    border-radius: 50%;

    -webkit-transition: all 0.5s ease-out;

    -o-transition: all 0.5s ease-out;

    transition: all 0.5s ease-out;

}



.swiper-button-next:hover{

    background: #a60809 url(../images/right1.png) no-repeat center;

}

.swiper-button-prev:hover{

    background: #a60809 url(../images/left1.png) no-repeat center;

}



/*about*/



.ab_bg{

    width: 100%;

    height:990px;

    margin: 0 auto;

    background: url(../images/ab_bg.jpg) no-repeat top center;

}



.ab_bg .about{

    width: 1280px;

    margin: 0 auto;

    padding-top: 90px;

}



.ab_bg .about .ab_t{

    height: 140px;



}



.ab_bg .about .ab_t .t_l{

    float: left;

    margin-left: 80px;

}



.ab_bg .about .ab_t .t_l h3{

    font-size: 36px;

    color: #2e2836;

    font-weight: bold;



}



.ab_bg .about .ab_t .t_l h3 i{

    font-size: 30px;

    color: #a60809;

    font-weight: bold;



}



.ab_bg .about .ab_t .t_l span{

    display: block;

    font-size: 22px;

    color: #2e2836;

    font-family: 'Times New Roman', Times, serif;

    margin-top: 3px;

}



.ab_bg .about .ab_t .t_r{

    float: right;

    font-size: 12px;

    color: #a60809;

    font-style: italic;

    font-family: Arial, Helvetica, sans-serif;

    text-align: right;

    background: url(../images/buttom4.png) no-repeat right top;

    padding-top: 20px;

}



.ab_bg .about .ab_box{

    width: 1280px;

    margin: 0 auto;

    height: 336px;

}



.ab_bg .about .ab_box .ab_img{

    float: left;

    width: 451px;

    height: 336px;

    margin-left: 80px;

}



.ab_bg .about .ab_box .ab_img img{

    width: 451px;

    height: 336px;

}



.ab_bg .about .ab_box .txt{

    float: right;

    width: 680px;

}



.ab_bg .about .ab_box .txt h5 a{

    display: block;

    font-size: 24px;

    color: #fff;

    font-weight: bold;

    line-height: 52px;



}



.ab_bg .about .ab_box .txt p{

    font-size: 14px;

    color: #999999;

    line-height: 30px;

    height: 150px;

    overflow: hidden;

    margin-top: 20px;

}





/*fc*/



.fc{

    width: 1280px;

    margin: 0 auto;

    position: relative;

}



.fc .fc_list{

    position: absolute;

    right: 50px;

    top: -82px;



}



.fc .fc_list ul li{

    float: left;

    margin-left: 115px;

    width: 140px;

    height: 65px;

    line-height: 65px;

    position: relative;

}



.fc .fc_list ul li a{

    display: block;

}



.fc .fc_list ul li a img{

    display: block;

    float: left;

    margin-right: 20px;

    margin-top: 15px;

}



.fc .fc_list ul li a span{

    font-size: 18px;

    color: #fff;



}



.fc .fc_list ul li::after{

    position: absolute;

    left: 0px;

    bottom: 0px;

    width: 0;

    height: 2px;

    background: #fff;

    content: "";

    -webkit-transition: all 0.5s ease-out;

    -o-transition: all 0.5s ease-out;

    transition: all 0.5s ease-out;

}



.fc .fc_list ul li.casehover::after{

    width: 100%;

}



.fc .fc_box{

    width: 1360px;

    margin: 0px auto 0 auto;

    padding-top: 140px;

}



.fc .fc_box ul li{

    float: left;

    width: 290px;

    margin-right: 40px;

}



.fc .fc_box ul li .pic{

    width: 290px;

    height: 220px;

    background: #f8f8f8;

    -webkit-transition: all 0.5s ease-out;

    -o-transition: all 0.5s ease-out;

    transition: all 0.5s ease-out;

}



.fc .fc_box ul li .pic img{

    width: 280px;

    height: 210px;

    margin: 5px;

}

.fc .fc_box ul li .txt{

    height: 50px;

    line-height: 50px;

    text-align: center;

    font-size: 16px;

    color: #333333;

    display: inline-flex;

    width: 200px;

    margin: 0 45px;

  }

  

  .fc .fc_box ul li .txt a{

    font-size: 16px;

    color: #333333;

    display: block;

    overflow: hidden;

    text-overflow: ellipsis;

    white-space: nowrap;

    -webkit-transition: all 0.5s ease-out;

    -o-transition: all 0.5s ease-out;

    transition: all 0.5s ease-out;

    text-align: center;

    max-width: 120px;

    margin: 0 auto;

  }

  

  .fc .fc_box ul li:hover .pic{

    background: #a60809;

  }

    

  .fc .fc_box ul li:hover .txt{

    color: #a60809;

  }

  

  .fc .fc_box ul li:hover .txt a{

    color: #a60809;

  }

  

  

/*title*/



.title{

    margin-left: -35px;



}



.title span{

    display: block;

    font-size: 60px;

    color: #262626;

    font-family: "Impact";

    text-transform: uppercase;

    font-style: italic;

    line-height: 50px;

    padding-left: 35px;

}



.title i{

    display: block;

    width: 170px;

    height: 15px;

    background: #a60809;

    margin-top: -10px;

}



.title h3{

    font-size: 30px;

    color: #262626;

    padding-left: 35px;

    margin-top: 10px;

}



.title h3 a{

    font-size: 30px;

    color: #262626;

    display: block;

}



/*news*/



.news{

    width: 1280px;

    margin: 45px auto 0 auto;

}



.news .news_t{

    height: 145px;

}



.news .news_t .title{

    float: left;

}



.news .news_t .news_list{

    float: right;

    margin-top: 25px;

}



.news .news_t .news_list ul li{

    float: left;

    width: 190px;

    height: 55px;

    line-height: 55px;

    position: relative;

    z-index: 5;

    margin-left: 60px;

}



.news .news_t .news_list ul li a{

    display: block;

    padding-left: 75px;

    font-size: 18px;

    color: #333;

    -webkit-transition: all 0.5s ease-out;

    -o-transition: all 0.5s ease-out;

    transition: all 0.5s ease-out;

}



.news .news_t .news_list ul li::before{

    position: absolute;

    left: 0;

    bottom: 0;

    width: 0%;

    height: 100%;

    background: #262626;

    border-radius: 5px;

    z-index: -1;

    content: "";

    -webkit-transition: all 0.5s ease-out;

    -o-transition: all 0.5s ease-out;

    transition: all 0.5s ease-out;

  }



  .news .news_t .news_list ul li.n1 a{

    background: url(../images/news1.png) no-repeat 25px center;

  }



  .news .news_t .news_list ul li.n2 a{

    background: url(../images/news2.png) no-repeat 25px center;

  }



  .news .news_t .news_list ul li.n3 a{

    background: url(../images/news3.png) no-repeat 25px center;

  }



  .news .news_t .news_list ul li.casehover::before{

      width: 100%;

  }



  .news .news_t .news_list ul li.casehover a{

      color: #fff;



  }

  .news .news_t .news_list ul li.n1.casehover a{

    background: url(../images/news11.png) no-repeat 25px center;

  }



  .news .news_t .news_list ul li.n2.casehover a{

    background: url(../images/news22.png) no-repeat 25px center;

  }



  .news .news_t .news_list ul li.n3.casehover a{

    background: url(../images/news33.png) no-repeat 25px center;

  }





  .news .news_box{

      margin: 0 auto;

      width: 1280px;

      height: 785px;

      overflow: hidden;



  } 



  .news .news_box .news_top{

    height: 322px;

  }



  .news .news_box .news_top .news_l{

      float: left;

      width: 840px;

      height: 320px;

      border: 1px solid #dedede;



  }



  .news .news_box .news_top .news_l .txt{

      margin-left: 30px;

      width: 335px;

      float: left;



  }



  .news .news_box .news_top .news_l .txt span{

      display: block;

      font-size: 145px;

      color: #f8f8f8;

      font-weight: bold;

      font-family: Arial, Helvetica, sans-serif;

      line-height: 115px;

      margin-top: 30px;

      margin-left: 10px;

  }



  .news .news_box .news_top .news_l .txt a{

    font-size: 16px;

    color: #333333;

    display: block;

    overflow: hidden;

    text-overflow: ellipsis;

    white-space: nowrap;

    -webkit-transition: all 0.5s ease-out;

    -o-transition: all 0.5s ease-out;

    transition: all 0.5s ease-out;

    margin-top: -70px;

  }



  .news .news_box .news_top .news_l .txt p{

    font-size: 14px;

    color: #666;

    line-height: 30px;

    height: 60px;

    overflow: hidden;

    margin-top: 60px;

  }



  .news .news_box .news_top .news_l .txt i{

      display: block;

      font-size: 14px;

      color: #999999;

      font-family: Arial, Helvetica, sans-serif;

      margin-top: 40px;

  }



  .news .news_box .news_top .news_l .txt i em{

    font-size: 20px;

    color: #333;

    font-family: Arial, Helvetica, sans-serif;

    margin-right: 5px;

  }



  .news .news_box .news_top .news_l .news_img{

      float: right;

      width: 440px;

      height: 320px;

      overflow: hidden;

  } 



  .news .news_box .news_top .news_l .news_img img{

    width: 440px;

    height: 320px;

    overflow: hidden;

    -webkit-transition: all 0.5s ease-out;

    -o-transition: all 0.5s ease-out;

    transition: all 0.5s ease-out;

  }



  .news .news_box .news_top .news_l:hover .txt a{

      color: #a60809;

  }



  .news .news_box .news_top .news_l:hover .news_img img{

      transform: scale(1.1);

      -webkit-transform: scale(1.1);

      -o-transform: scale(1.1);



  }







  .news .news_box .news_top .news_r{

    float: right;

    width: 400px;

    height: 320px;

    border: 1px solid #a60809;



}



.news .news_box .news_top .news_r .txt{

    margin-left: 30px;

    width: 335px;



}



.news .news_box .news_top .news_r .txt span{

    display: block;

    font-size: 145px;

    color: #f8f8f8;

    font-weight: bold;

    font-family: Arial, Helvetica, sans-serif;

    line-height: 115px;

    margin-top: 30px;

    margin-left: 10px;

}



.news .news_box .news_top .news_r .txt a{

  font-size: 16px;

  color: #a60809;

  display: block;

  overflow: hidden;

  text-overflow: ellipsis;

  white-space: nowrap;

  -webkit-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

  margin-top: -70px;

}



.news .news_box .news_top .news_r .txt p{

  font-size: 14px;

  color: #666;

  line-height: 30px;

  height: 60px;

  overflow: hidden;

  margin-top: 60px;

}



.news .news_box .news_top .news_r .txt i{

    display: block;

    font-size: 14px;

    color: #999999;

    font-family: Arial, Helvetica, sans-serif;

    margin-top: 40px;

}



.news .news_box .news_top .news_r .txt i em{

  font-size: 20px;

  color: #333;

  font-family: Arial, Helvetica, sans-serif;

  margin-right: 5px;

}





.news .news_box .list{

    margin: 40px auto 0 auto;

    width: 1360px;



}



.news .news_box .list ul li{

    float: left;

    width: 620px;

    height: 190px;

    background: #f8f8f8;

    margin: 0 40px 40px 0;

}



.news .news_box .list ul li .news_img{

    float: left;

    width: 200px;

    height: 150px;

    margin: 20px 0 0 20px;

}



.news .news_box .list ul li .news_img img{

    width: 200px;

    height: 150px;

}



.news .news_box .list ul li .txt{

    float: right;

    width: 335px;

    margin-right: 30px;

    margin-top: 20px;

}



.news .news_box .list ul li .txt h5{

    height: 55px;

    line-height: 55px;

    border-bottom: 1px solid #dfdfdf;



}



.news .news_box .list ul li .txt h5 a{

    float: left;

    width: 250px;

    font-size: 16px;

    color: #333333;

    display: block;

    overflow: hidden;

    text-overflow: ellipsis;

    white-space: nowrap;

    -webkit-transition: all 0.5s ease-out;

    -o-transition: all 0.5s ease-out;

    transition: all 0.5s ease-out;

}



.news .news_box .list ul li .txt h5 span{

    display: block;

    float: right;

    font-size: 14px;

    color: #333333;

    font-family: Arial, Helvetica, sans-serif;

}



.news .news_box .list ul li .txt p{

    font-size: 14px;

    color: #999;

    line-height: 30px;

    height: 60px;

    overflow: hidden;

    margin-top: 15px;

}



.news .news_box .list ul li.on .txt h5 a{

    color: #a60809;

}





/*links*/



.links{

    width: 1280px;

    margin: 40px auto 0 auto;

    overflow: hidden;

}



.links .links_t{

    float: left;

    width: 113px;

    height: 45px;

    background: url(../images/links.png) no-repeat left bottom;

}



.links .links_t i{

    display: block;

    font-size: 18px;

    color: #a60809;

    font-weight: bold;

    padding-left: 35px;

    line-height: 22px;

}



.links .yq{

    float: right;

    width: 1140px;

} 



.links .yq a{

    margin-right: 15px;

    font-size: 14px;

    color: #999999;



}