
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/

/*banner*/
.fullSlide {
    width: 100%;
    position: relative;
    height: 750px;
    background: #fff;
    overflow: hidden;
  }
  
  .fullSlide .bd {
    width: 94%;
    height: 750px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }

  
  .fullSlide .bd ul {
    width: 100% !important;
  }
  
  .fullSlide .bd li {
    width: 100% !important;
    height: 750px;
    overflow: hidden;
    text-align: center;
  }
  
  .fullSlide .bd li a {
    display: block;
    height: 750px;
  }
  
  .fullSlide .hd {
    width: 100%;
    position: absolute;
    z-index: 2;
    bottom: 80px;
    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: #082b60;
    -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=30);
    -moz-opacity: .3;
    opacity: .3;
    -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=30);
    -moz-opacity: .3;
    opacity: .3;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    left: 4%;
  }

/*trait*/

.trait_bg{
    width: 100%;
    margin: 0 auto;
    height: 110px;
    background: url(../images/trait_bg.png) no-repeat center;
    position: relative;
    z-index: 5;
    top: -70px;
}

.trait_bg .trait{
    width: 1300px;
    margin: 0 auto;
}

.trait_bg .trait .trait_l{
    float: left;
    line-height: 110px;
    font-size: 15px;
    color: #fff;
}

.trait_bg .trait .trait_l i{
    font-size: 18px;
    color: #fff;
}

/* 询盘*/

.xpBox{
    background: url(../images/xunpan.png) center center no-repeat;
    width: 42px;
    height: 42px;
    position: relative;
    z-index: 5;
    float: left;
    margin-left: 50px;
    margin-top: 34px;
}

.xpBox:hover .topxunpan {
    width: 220px;
    height: 38px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    opacity: 1;
}

i {
    font-weight: normal;
    font-style: normal;
}

.topxunpan {
    cursor: pointer;
    display: block;
    margin-left: 30px;
    position: absolute;
    z-index: 5;
    width: 0px;
    height: 38px;
    border-radius: 30px 0 0 30px;
    line-height: 36px;
    background: #fff;
    right: 100%;
    top: 50%;
    margin-top: -18px;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    opacity: 0;
}


.topxunpan .xp {
    position: relative;
    line-height: 38px;
    color: #666;
    font-size: 16px;
    cursor: pointer;
    padding-left: 20px;
}

.topxunpan .xp>span{
    width: 100%;
    height: 38px;
    overflow: hidden;
    display: block;
}

.topxunpan .xp img {
    position: relative;
    top: 8px;
    margin: 0 7px 0 0px;

}

.topxunpan .xp i {
    padding: 0 0px;
    margin-left: 0px;
    margin-right: 0px;
    box-sizing: border-box;
    color: #666;
    font-size: 16px;
    font-weight: bold;
}

.topxunpan .xp #xunpantip {
    z-index: 999;
    position: absolute;
    top: 35px;
    left: 50%;
    width: 180px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    -webkit-transform: translateX(-50%) scale(0);
    -moz-transform: translateX(-50%) scale(0);
    -o-transform: translateX(-50%) scale(0);
    -ms-transform: translateX(-50%) scale(0);
    transform: translateX(-50%) scale(0);
    -webkit-transition: transform .4s, opacity .4s;
    -moz-transition: transform .4s, opacity .4s;
    -o-transition: transform .4s, opacity .4s;
    -ms-transition: transform .4s, opacity .4s;
    transition: transform .4s, opacity .4s;
    background-color: #082b60;
    border-radius: 4px;
    opacity: 0;
    font-weight: bold;
    box-shadow: 5px 5px 2px #dfdfdf;
}

.topxunpan .xp #xunpantip::after {
    content: '';
    position: absolute;
    top: -16px;
    left: 50%;
    width: 0;
    height: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border: 8px solid transparent;
    border-bottom-color: #082b60;
}

.topxunpan .xp #xunpantip.xunpantextactive {
    -webkit-transform: translateX(-50%) scale(1);
    -moz-transform: translateX(-50%) scale(1);
    -o-transform: translateX(-50%) scale(1);
    -ms-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
    opacity: 1;
}


/*title*/

.title{
    padding-left: 100px;
    margin-left: -100px;
    height: 115px;

}

.title h3{
    font-size: 30px;
    color: #333333;
    font-weight: bold;
}

.title h3 a{
    font-size: 30px;
    color: #333333;
    font-weight: bold;
}

.title span{
    display: block;
    font-size: 14px;
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    margin-bottom: 3px;
    padding-top: 28px;
    letter-spacing: 4px;
}

.title i{
    display: block;
    width: 231px;
    height: 1px;
    background: #161616;
    margin-top: 15px;
}

/*product*/ 

.pro_bg{
    width: 100%;
    margin: -110px auto 0 auto;
    background: url(../images/pro_bg.jpg) no-repeat top center;
}

.pro_bg .product{
    width: 1300px;
    margin: 0 auto;
    padding-top: 125px;
    position: relative;
    height: 594px;
}

.pro_bg .product .title{
    position: absolute;
    left: 0;
    top: 95px;
    background: url(../images/pro_t.png) no-repeat left top;
    z-index: 5;
}

.pro_bg .product .title span{
    padding-top: 45px;
}

.pro_bg .product .pro_box{
    width: 1300px;
    margin: 0 auto;
    position: relative;
}

.pro_bg .product .pro_box .bd{
    width: 1300px;
    margin: 0 auto;
}

.pro_bg .product .pro_box .bd ul li{
    float: left;
    width: 1300px;
}

.pro_bg .product .pro_box .bd ul li .txt{
    float: left;
    width: 315px;
    margin-top: 140px;
}

.pro_bg .product .pro_box .bd ul li .txt h5 a{
    font-size: 20px;
    color: #082b60;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    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_box .bd ul li .txt h6{
    font-size: 16px;
    color: #666666;
    letter-spacing: 5px;
    margin: 13px auto 22px auto; 
}

.pro_bg .product .pro_box .bd ul li .txt p{
    font-size: 14px;
    color: #666666;
    line-height: 36px;
    height: 72px;
    overflow: hidden;
}

.pro_bg .product .pro_box .bd ul li .txt .more{
    display: block;
    width: 150px;
    height: 50px;
    line-height: 50px;
    background: #fff;
    border: 1px solid #dfdfdf;
    text-align: center;
    font-size: 16px;
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    margin-top: 52px;
}

.pro_bg .product .pro_box .bd ul li .pic{
    float: right;
    width: 907px;
    height: 504px;

} 

.pro_bg .product .pro_box .bd ul li .pic img{
    width: 907px;
    height: 504px;
    border-top-left-radius: 45px;
    object-fit: contain;
}

.pro_bg .product .pro_box .hd{
    position: absolute;
    left: 0px;
    top: 440px;
}

.pro_bg .product .pro_box .hd .next{
    cursor: pointer;
    float: left;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    background: #082b60 url(../images/left1.png) no-repeat center;
}

.pro_bg .product .pro_box .hd .prev{
    cursor: pointer;
    float: left;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    background: #ea5514 url(../images/right1.png) no-repeat center;
    margin-left: 23px;
}


.pro_bg .pro_show{
    width: 1300px;
    margin: 68px auto 0 auto;
} 


.pro_bg .pro_show ul li{
    float: left;
    width: 298px;
    height: 382px;
    border: 1px solid #dfdfdf;
    margin-right: 33px;
}

.pro_bg .pro_show ul li:last-child{
    margin-right: 0;
}

.pro_bg .pro_show ul li .pic{
    width: 278px;
    height: 300px;
    margin: 10px;
    overflow: hidden;
}

.pro_bg .pro_show ul li .pic img{
    width: 278px;
    height: 300px;
    object-fit: cover;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.pro_bg .pro_show ul li:hover .pic img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.pro_bg .pro_show ul li .txt{
    width: 270px;
    height: 48px;
    line-height: 48px;
    background: #f7f7f7;
    margin: 0 auto;

} 

.pro_bg .pro_show ul li .txt h5 a{
    float: left;
    margin-left: 25px;
    width: 190px;
    font-size: 15px;
    color: #333;
    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;
}

.pro_bg .pro_show ul li .txt .more{
    display: block;
    float: right;
    width: 48px;
    height: 48px;
    background: #f7f7f7 url(../images/more.png) no-repeat  center ;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.pro_bg .pro_show ul li.on .txt .more {
    background: #ea5514 url(../images/more1.png) no-repeat  center ;
}


/*ys*/ 

.ys_bg{
    width: 100%;
    height: 786px;
    margin: 85px auto 0 auto;
    background: url(../images/ys_bg.jpg) no-repeat  center ;
}

.ys_bg .ys{
    width: 1300px;
    margin: 0 auto;
    padding-top: 120px;
}

.ys_bg .ys .ys_l{
    float: left;
    width: 265px;
}

.ys_bg .ys .ys_l span{
    display: block;
    font-size: 50px;
    color: #333333;
    font-weight: bold;
    line-height: 60px;
    font-family: 'Times New Roman', Times, serif;
}

.ys_bg .ys .ys_l h5{
    font-size: 22px;
    color: #333333;
    margin: 20px 0 40px 0;
}

.ys_bg .ys .ys_l p{
    font-size: 14px;
    color: #333333;
    opacity: 0.6;
    letter-spacing: 2px;
}

.ys_bg .ys .ys_l .tel{
    font-size: 24px;
    color: #333333;
    padding-left: 45px;
    background: url(../images/tel1.jpg) no-repeat left center ;
    margin-top: 15px;
}

.ys_bg .ys .ys_l .zx{
    height: 59px;
    line-height: 59px;
    width: 180px;
    text-align: center;
    margin-top: 283px;

}

.ys_bg .ys .ys_l .zx a{
    font-size: 16px;
    color: #fff;
    display: block;
}

.ys_bg .ys .ys_r{
    float: right;
    width: 940px;
    position: relative;
    margin-top: 15px;
}

.ys_bg .ys .ys_r .bd{
    width: 565px;
    height: 415px;
}

.ys_bg .ys .ys_r .bd ul li{
    float: left;
    width: 565px;
}

.ys_bg .ys .ys_r .bd ul li .txt_t{
    height: 90px;
    margin-bottom: 27px;

}

.ys_bg .ys .ys_r .bd ul li .txt_t h5{
    float: left;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    width: 424px;
    height: 77px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 3px;

}

.ys_bg .ys .ys_r .bd ul li .txt_t h5 i{
    display: block;
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    opacity: 0.2;
    margin-top: 7px;
}

.ys_bg .ys .ys_r .bd ul li .txt_t span{
    display: block;
    float: right;
    font-size: 100px;
    color: #fff;
    opacity: 0.03;
    font-family: "Impact";
    line-height: 90px;
}

.ys_bg .ys .ys_r .bd ul li p{
    font-size: 14px;
    color: #fff;
    opacity: 0.6;
    line-height: 36px;
}

.ys_bg .ys .ys_r .hd{
    margin: 0 auto;

}

.ys_bg .ys .ys_r .hd ul li{
    float: left;
    width: 120px;
    text-align: center;
    margin-right: 153px;

}

.ys_bg .ys .ys_r .hd ul li.ys4{
    margin-right: 0;
}

.ys_bg .ys .ys_r .hd ul li span{
    display: block;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    margin: 0 auto 20px auto;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.ys_bg .ys .ys_r .hd ul li h5{
    font-size: 18px;
    color: #fff;

}

.ys_bg .ys .ys_r .hd ul li.ys1 span{
    background: #fff url(../images/ys_ico1.png) no-repeat  center ;
}

.ys_bg .ys .ys_r .hd ul li.ys2 span{
    background: #fff url(../images/ys_ico2.png) no-repeat  center ;
}

.ys_bg .ys .ys_r .hd ul li.ys3 span{
    background: #fff url(../images/ys_ico3.png) no-repeat  center ;
}

.ys_bg .ys .ys_r .hd ul li.ys4 span{
    background: #fff url(../images/ys_ico4.png) no-repeat  center ;
}


.ys_bg .ys .ys_r .hd ul li.ys1.on span{
    background: #ea5514 url(../images/ys_ico11.png) no-repeat  center ;
}

.ys_bg .ys .ys_r .hd ul li.ys2.on span{
    background: #ea5514 url(../images/ys_ico22.png) no-repeat  center ;
}

.ys_bg .ys .ys_r .hd ul li.ys3.on span{
    background: #ea5514 url(../images/ys_ico33.png) no-repeat  center ;
}

.ys_bg .ys .ys_r .hd ul li.ys4.on span{
    background: #ea5514 url(../images/ys_ico44.png) no-repeat  center ;
}


.ys_bg .ys .ys_r .next{
    position: absolute;
    right: 125px;
    top: 355px;
    cursor: pointer;
    width: 72px;
    height: 49px;
    background: #ea5514 url(../images/ys_left.png) no-repeat  center ;

}

.ys_bg .ys .ys_r .prev{
    position: absolute;
    right: 225px;
    top: 355px;
    cursor: pointer;
    width: 66px;
    height: 43px;
    border: 3px solid #fff;
    background:  url(../images/ys_left.png) no-repeat  center ;
}


/*case*/ 

.case{
    width: 1300px;
    margin: 60px auto 0 auto;
}

.case .title{
    background: url(../images/case_t.png) no-repeat  left top ;
}

.case .case_box{
    width: 1300px;
    margin: 30px auto 0 auto;
    position: relative;
} 


.case .case_box .bd ul li{
    float: left;
    width: 378px;
    height: 388px;
    border: 1px solid #e0e0e0;
    margin: 10px 26px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.case .case_box .bd ul li .pic{
    width: 360px;
    height: 250px;
    margin: 9px;
}

.case .case_box .bd ul li .pic img{
    width: 360px;
    height: 250px;
    object-fit: cover;
}

.case .case_box .bd ul li .txt .txt_t{
    height: 70px;
    margin: 0 auto;

} 

.case .case_box .bd ul li .txt .txt_t h5 a{
    float: left;
    margin-left: 15px;
    margin-top: 15px;
    width: 270px;
    font-size: 16px;
    color: #444;
    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 .bd ul li .txt .txt_t h5 a i{
    display: block;
    font-size: 12px;
    color: #999;
    margin-top: 3px;
}

.case .case_box .bd ul li .txt .txt_t  .more{
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(../images/more2.png) no-repeat  center ;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin: 20px 15px 0 0;
}

.case .case_box .bd ul li .txt p{
    border:1px dashed #eeeeee;
    height: 48px;
    line-height: 48px;
    font-size: 14px;
    color: #666666;
    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;
    padding: 0 15px;
}

.case .case_box .bd ul li:hover .txt .more {
    background: url(../images/more3.png) no-repeat  center ;
}

.case .case_box .bd ul li:hover{
    border: 1px solid #ea5514;
    -webkit-box-shadow: 0 0 8px 6px rgba(234, 85, 20, .08);
    box-shadow: 0 0 8px 6px rgba(234, 85, 20, .08);
}

.case .case_box .next {
    position: absolute;
    right: 162px;
    top: -70px;
    cursor: pointer;
    background: url(../images/left.png) no-repeat left center ;
    padding-left: 58px;
    font-size: 18px;
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}

.case .case_box .prev {
    position: absolute;
    right: 0;
    top: -70px;
    cursor: pointer;
    background: url(../images/right.png) no-repeat left center ;
    padding-left: 58px;
    font-size: 18px;
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}



/*about*/ 

.ab_bg{
    width: 100%;
    height: 655px;
    margin: 90px auto 0 auto;
    overflow: hidden;
}

.ab_bg .about{
    width: 1300px;
    margin: 0 auto;
    position: relative;
}

.ab_bg .about .ab_l{
    float: left;
    position: relative;
}

.ab_bg .about .ab_l .ab_img{
    width: 882px;
    height: 655px;
    margin-left: -310px;
}

.ab_bg .about .ab_l .ab_img img{
    width: 882px;
    height: 655px;
}

.ab_bg .about .ab_l .ry_img{
    width: 308px;
    height: 198px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(../images/ry_bg.jpg) no-repeat  center ;
}

.ab_bg .about .ab_l .ry_img img{
    width: 270px;
    height: 164px;
    margin: 18px 22px;
}

.ab_bg .about .ab_r{
    float: right;
    width: 650px;
} 

.ab_bg .about .ab_r .title{
    float: right;
    background: url(../images/ab_t.png) no-repeat right top;
    text-align: right;
    padding-right: 120px;
    margin-right: -120px;
    height: 100px;
}

.ab_bg .about .ab_r .title span{
    padding-top: 10px;
}

.ab_bg .about .ab_r .txt_nr{
    margin-top: 30px;
    
} 

.ab_bg .about .ab_r .txt_nr h5{
    font-size: 18px;
    color: #333;
    letter-spacing: 25px;
    text-align: right;

}

.ab_bg .about .ab_r .txt_nr p{
    font-size: 14px;
    color: #666666;
    line-height: 36px;
    height: 144px;
    overflow: hidden;
    margin: 25px 0 45px 0;
    text-align: right;
}

.ab_bg .about .ab_r .txt_nr .more{
    display: block;
    font-size: 18px;
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    text-align: right;
    letter-spacing: 5px;
}

.ab_bg .about .ab_r .fc{
    margin: 55px auto 0 auto;
}

.ab_bg .about .ab_r .fc ul li{
    position: relative;
    float: left;
    width: 95px;
    height: 199px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    overflow: hidden;
}


.ab_bg .about .ab_r .fc ul li .txt{
    width: 54px;
    padding: 0 10px 0 30px;
    height: 199px;
    border-left: 1px solid #c1c1c1;
    float: right;
}

.ab_bg .about .ab_r .fc ul li .txt a{
    display: block;
}

.ab_bg .about .ab_r .fc ul li .txt a i{
    display: block;
    font-size: 18px;
    color: #333;
    writing-mode:tb-rl;
    line-height: 54px;

}
.ab_bg .about .ab_r .fc ul li .txt a span{
    display: block;
    border-radius: 50%;
    width: 54px;
    height: 54px;
    background: #082b60;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .06);
    box-shadow: 0 0 8px 6px rgba(0, 0, 0, .06);
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.ab_bg .about .ab_r .fc ul li .pic{
    width: 282px;
    height: 199px;
    position: absolute;
    right: 105px;
    top: 0;
    opacity: 0;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.ab_bg .about .ab_r .fc ul li .pic img{
    width: 282px;
    height: 199px;
    object-fit: cover;
}


.ab_bg .about .ab_r .fc ul li.on{
    width: 387px;

}

.ab_bg .about .ab_r .fc ul li.on .pic{
    opacity: 1;
}

.ab_bg .about .ab_r .fc ul li.on .txt a span{
    background: #ea5514;
    -webkit-box-shadow: 0 0 8px 6px rgba(229, 10, 10, .06);
    box-shadow: 0 0 8px 6px rgba(229, 10, 10, .06);
}

/*news*/

.news{
    width: 1300px;
    margin: 50px auto 0 auto;
    height: 670px;
}


.news .news_t{
    height: 100px;

}

.news .news_t .news_list{
    float: left;
    height: 50px;
    margin-top: 57px;
}

.news .news_t .news_list ul li{
    float: left;
    width: 244px;
    height: 50px;
    line-height: 50px;
    margin-right: 40px;
    position: relative;
    z-index: 5;
}

.news .news_t .news_list ul li a{
    padding-left: 65px;
    font-size: 18px;
    color: #333;
    display: block;
    -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 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_t .news_list ul li::after{
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 50px;
    background: #ea5514;
    border-radius: 8px;
    content: "";
    z-index: -1;
    -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.casehover::after{
    width: 100%;
}

.news .news_t .title{
    float: right;
    background: url(../images/news_t.png) no-repeat right top;
    text-align: right;
    padding-right: 120px;
    margin-right: -120px;
    height: 100px;
}

.news .news_top{
    margin: 53px auto 0 auto;
    width: 1360px;
    height: 182px;
} 

.news .news_top  ul li{
    float: left;
    width: 628px;
    height: 180px;
    border: 1px solid #e0e0e0;
    position: relative;
    margin-right: 40px;
}

.news .news_top  ul li .news_img{
    width: 230px;
    height: 180px;
    border-right: 1px solid #e0e0e0;
    float: left;
}

.news .news_top  ul li .news_img img{
    width: 230px;
    height: 180px;
    object-fit: contain;
}

.news .news_top  ul li .txt{
    float: right;
    width: 305px;
    margin-right: 50px;
    position: relative;
}

.news .news_top  ul li .txt h5 a{
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin: 40px 0 15px 0;
}

.news .news_top  ul li .txt p{
    font-size: 14px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.news .news_top  ul li .txt span{
    display: block;
    font-size: 14px;
    color: #999;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 40px;
}

.news .news_top  ul li .txt .more{
    display: block;
    position: absolute;
    right: 0;
    bottom: 3px;
    background: url(../images/more4.png) no-repeat  center;
    width: 25px;
    height: 8px;
}

.news .news_top  ul li:hover .txt h5 a{
    color: #ea5514;
}

.news .list{
    margin: 43px auto 0 auto;
    width: 1360px;

} 

.news .list ul li{
    float: left;
    width: 394px;
    height: 114px;
    border: 3px solid #f6f6f6;
    margin: 0 50px 40px 0;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news .list ul li .time{
    float: left;
    width: 75px;
    padding-right: 25px;
    height: 80px;
    border-right: 1px solid #dfdfdf;
    margin-top: 17px;
    text-align: right;
}

.news .list ul li .time span{
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
    color: #333;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news .list ul li .time p{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #999;
}

.news .list ul li .txt{
    float: left;
    width: 268px;
    height: 80px;
    margin-top: 17px;
}  

.news .list ul li .txt h5 a{
    height: 40px;
    line-height: 32px;
    font-size: 15px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    padding-left: 30px;
}

.news .list ul li .txt .more{
    display: block;
    height: 40px;
    line-height: 40px;
    border-top: 1px solid #dfdfdf;
    font-size: 15px;
    color: #666;
    text-align: right;

}


.news .list ul li.on{
    border: 3px solid #ea5514;

}

.news .list ul li.on .time span{
    color: #ea5514;
}



/*links*/

.links{
    width: 1300px;
    margin: 60px auto 0 auto;
    overflow: hidden;
}

.links .links_t {
    float: left;
    background: url(../images/links.png) no-repeat center bottom;
    width: 144px;
    height: 45px;
}

.links .links_t i {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #333;
}

.links .yq {
    float: right;
    width: 1120px;
}

.links .yq a {
    font-size: 14px;
    color: #999999;
    line-height: 36px;
    margin-right: 15px;
}
