
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/

/*banner*/
.fullSlide {
    width: 100%;
    position: relative;
    height: 550px;
    background: #FFF;
    overflow: hidden;
  }
  
  .fullSlide .bd {
    height: 550px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  
  .fullSlide .bd ul {
    width: 100% !important;
  }
  
  .fullSlide .bd li {
    width: 100% !important;
    height: 550px;
    overflow: hidden;
    text-align: center;
  }
  
  .fullSlide .bd li a {
    display: block;
    height: 550px;
  }
  
  .fullSlide .hd {
    width: 100%;
    position: absolute;
    z-index: 2;
    bottom: 20px;
    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: 10px;
    height: 10px;
    margin: 7px;
    border: 2px solid #fff;
    overflow: hidden;
    line-height: 99px;
    border-radius: 50%;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
  }
  
  .fullSlide .hd ul .on {
    background: #0471c6;
    border: 2px solid #0471c6;
    border-radius: 50%;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
  }
  
  
  .fullSlide .next {
    width: 29px;
    height: 56px;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    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: 10%;
  }
  
  .fullSlide .prev {
    width: 29px;
    height: 56px;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    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: 10%;
  }


/*sou*/

.sou{
    width: 1200px;
    height: 90px;
    margin: 0 auto;
}

.sou .ico{
    float: left;
    width: 29px;
    height: 29px;
    margin-top: 30px;

}

.sou .search{
    float: left;
    width: 250px;
    height: 40px;
    border-bottom: 1px solid #81b8e2;
    margin-left: 20px;
    margin-top: 16px;
}

.sou .search .search2{
    float: left;
    width: 180px;
    height: 40px;
    font-size: 14px;
    color: #999999;
}

.sou .search .search_s{
    float: right;
    width: 20px;
    height: 20px;
    margin-top: 10px;
}

/* 询盘*/
i {
    font-weight: normal;
    font-style: normal;
}

.topxunpan {
    position: relative;
    height: 50px;
    margin-top: 20px;
    float: right;
}


.topxunpan .xp {
    position: relative;
    line-height: 50px;
    color: #666666;
    font-size: 16px;
    cursor: pointer;
}

.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: #666666;
    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: #0471c6;
    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: #0471c6;
}

.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{

}

.title h3{
    font-size: 30px;
    color: #444444;
    font-weight: bold;

}

.title h3 a{
    font-size: 30px;
    color: #444444;
    font-weight: bold;
}

.title p{
    font-size: 14px;
    color: #666666;
    margin-top: 5px;
}

/* about*/ 

.ab_bg{
    width: 100%;
    margin: 65px auto 0 auto;
    height: 680px;
    background: url(../images/ab_bg.jpg) no-repeat bottom center;
}

.ab_bg .about{
    width: 1200px;
    margin: 0 auto;
}

.ab_bg .about .ab_l{
    float: left;
    width: 550px;
    margin-top: 20px;
}

.ab_bg .about .ab_l .txt{
    margin-top: 95px;

}

.ab_bg .about .ab_l .txt h5 a{
    padding-left: 50px;
    font-size: 18px;
    color: #333;
    font-weight: bold;
    display: block;
    background: url(../images/buttom2.png) no-repeat center left;
    line-height: 34px;
}

.ab_bg .about .ab_l .txt p{
    font-size: 15px;
    color: #444444;
    line-height: 36px;
    height: 144px;
    overflow: hidden;
    margin: 20px 0 0 50px;

}

.ab_bg .about .ab_l .honor{
    margin-top: 70px;
} 

.ab_bg .about .ab_l .honor .honor_l{
    float: left;
    margin-left: 85px;
    margin-top: 20px;
    width: 63px;
}

.ab_bg .about .ab_l .honor .honor_l ul li{
    width: 63px;
    height: 63px;
    margin-bottom: 25px;
    position: relative;
}

.ab_bg .about .ab_l .honor .honor_l ul li img{
    width: 63px;
    height: 63px;
}

.ab_bg .about .ab_l .honor .honor_l ul li p{
    position: absolute;
    left: -110px;
    top: 0;
}

.ab_bg .about .ab_l .honor .honor_l ul li p img{
    width: 100px;
    height: 100px;
    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_l .honor .honor_l ul li:hover p img{
    opacity: 1;
}

.ab_bg .about .ab_l .honor .honor_r{
    float: right;
} 

.ab_bg .about .ab_l .honor .honor_r .pic{
    width: 290px;
    height: 195px;
    float: left;

}

.ab_bg .about .ab_l .honor .honor_r .pic img{
    width: 290px;
    height: 195px;
    border-radius: 15px;
}

.ab_bg .about .ab_l .honor .honor_r .txt_nr{
    float: left;
    width: 42px;
    height: 150px;
    background: #0471c6;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    margin-top: 23px;
} 

.ab_bg .about .ab_l .honor .honor_r .txt_nr a{
    font-size: 15px;
    color: #fff;
    line-height: 42px;
    writing-mode:tb-rl;
    letter-spacing: 5px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    margin-top: 25px;
    height: 100px;
}

.ab_bg .about .ab_r{
    float: right;
    width: 600px;
    position: relative;
}

.ab_bg .about .ab_r .ab_img{
    width: 683px;
    height: 520px;
    background: #fff;
    position: relative;
    margin-right: -83px;
}

.ab_bg .about .ab_r .ab_img img{
    margin: 5px;
    width: 673px;
    height: 510px;
}

.ab_bg .about .ab_r .ab_list{
    margin-top: 58px;
    
}

.ab_bg .about .ab_r .ab_list ul{
    text-align: center;
}

.ab_bg .about .ab_r .ab_list ul li{
    display: inline-block;
    margin: 0 20px;
    width: 130px;
    height: 42px;
    background: #fff;
    border-radius: 25px;
    -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 .ab_list ul li a{
    font-size: 15px;
    color: #555;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    text-align: center;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    width: 120px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #fff;
    border-radius: 25px;
    margin: 4px;
}

.ab_bg .about .ab_r .ab_list ul li.on{
    background: #0471c6;
}

.ab_bg .about .ab_r .ab_list ul li.on a{
    color: #fff;
}

.ab_bg .about .ab_r .ab_list ul li.casehover{
    background: #0471c6;
}

.ab_bg .about .ab_r .ab_list ul li.casehover a{
    color: #fff;
}


/* equipment*/ 

.equipment_bg{
    width: 100%;
    margin: 70px auto 0 auto;
    background: url(../images/pro_bg.jpg) no-repeat center 287px;
}

.equipment_bg .equipment{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.equipment_bg .equipment .title{
    position: absolute;
    left: 0;
    top: 17px;
    z-index: 5;
}

.equipment_bg .equipment .equ_box{
    width: 1200px;
    height: 400px;
    position: relative;
} 

.equipment_bg .equipment .equ_box .bd{
    width: 1200px;
    height: 400px;
    margin: 0 auto;
    overflow: hidden;
}

.equipment_bg .equipment .equ_box .bd ul li{
    float: left;
    width: 1200px;
}

.equipment_bg .equipment .equ_box .bd ul li .txt{
    float: left;
    width: 600px;
    margin-top: 150px;

}

.equipment_bg .equipment .equ_box .bd ul li .txt a{
    padding-left: 190px;
    font-size: 18px;
    color: #444;
    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;
    background: url(../images/buttom6.png) no-repeat left center ;
}

.equipment_bg .equipment .equ_box .bd ul li:hover .txt a{
    color: #0471c6;
}

.equipment_bg .equipment .equ_box .bd ul li .txt p{
    font-size: 14px;
    color: #666;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    margin: 15px 0 0 190px;

}

.equipment_bg .equipment .equ_box .bd ul li .pic{
    float: right;
    width: 520px;
    height: 400px;
    background: #fff;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;

}

.equipment_bg .equipment .equ_box .bd ul li .pic img{
    width: 510px;
    height: 390px;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    margin: 5px;
}

.equipment_bg .equipment .equ_box .hd{
    position: absolute;
    left: 190px;
    top: 340px;
    z-index: 5;
}

.equipment_bg .equipment .equ_box .hd ul li{
    float: left;
    margin-right: 12px;
    width: 16px;
    height: 16px;
    background: url(../images/buttom8.png) no-repeat  center;
}

.equipment_bg .equipment .equ_box .hd ul li.on{
    background: url(../images/buttom7.png) no-repeat  center;
}

.equipment_bg .equipment .equ_box .next{
    position: absolute;
    left: 295px;
    top: 340px;
    background: url(../images/left1.png) no-repeat  center;
    cursor: pointer;
    width: 64px;
    height: 20px;
    z-index: 5;
}

.equipment_bg .equipment .equ_show{
    margin: 40px auto 0 auto;
    width: 1240px;
}

.equipment_bg .equipment .equ_show ul li{
    float: left;
    width: 375px;
    margin-right: 36px;
}

.equipment_bg .equipment .equ_show ul li .pic{
    width: 375px;
    height: 270px;border-radius: 15px; border:1px solid #eee;

}

.equipment_bg .equipment .equ_show ul li .pic  img{
    width: 375px;
    height: 270px;
    border-radius: 15px;
}

.equipment_bg .equipment .equ_show ul li .txt{
    height: 53px;
    line-height: 53px;
    border-bottom: 1px solid #e5e5e5;

}

.equipment_bg .equipment .equ_show ul li .txt h5 {
    float: left;
    width: 290px;
    font-size: 15px;
    color: #555555;
    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;

}

.equipment_bg .equipment .equ_show ul li .txt .more{
    float: right;
    display: block;
    font-size: 15px;
    color: #999999;
}

.equipment_bg .equipment .equ_show ul li:hover .txt h5 a{
    color: #0471c6;

}


/* case*/ 

.case{
    width: 1200px;
    margin: 70px auto 0 auto;
}

.case .case_t{
    overflow: hidden;
    height: 90px;

}

.case .case_t .title{
    float: left;
}

.case .case_t .t_r{
    float: right;
    background: url(../images/case_t.jpg) no-repeat  center;
    width: 700px;
    height: 89px;
} 

.case .case_t .t_r .tel{
    float: left;
    margin-left: 193px;
    margin-top: 20px;
    line-height: 41px;
}

.case .case_t .t_r .tel img{
    vertical-align: middle;
    margin-right: 10px;
    float: left;
}

.case .case_t .t_r .tel span{
    font-size: 30px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;

}

@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);
    }
}
.tel_img{
    width: 34px;
    height: 41px;
    animation: msClock 1.2s linear infinite;
    animation: msClock 1.2s linear infinite;
}

.case .case_t .t_r .zx{
    float: left;
    margin-left: 20px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin-top: 12px;
    background: #fff;
    border-radius: 50%;
}

.case .case_t .t_r .zx a{
    display: block;
    text-align: center;
    font-size: 18px;
    color: #0471c6;
    font-weight: bold;
}


.case .case_box{
    width: 1200px;
    margin: 40px auto 0 auto;
    position: relative;
}

.case .case_box .bd{
    height: 402px;
}

.case .case_box ul li{
    float: left;
    width: 375px;
    margin: 0 12px;
    position: relative;
}

.case .case_box ul li .pic{
    width: 375px;
    height: 280px;
}

.case .case_box ul li .pic img{
    width: 375px;
    height: 280px;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.case .case_box ul li .txt{
    width: 375px;
    height: 120px;
    border-bottom: 1px solid #eee;
    position: relative;
}

.case .case_box ul li .txt .txt_t{
    height: 40px;
    line-height: 40px;
    padding-top: 12px;

}

.case .case_box ul li .txt .txt_t h5 a{
    float: left;
    width: 220px;
    font-size: 15px;
    color: #444;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.case .case_box ul li .txt .txt_t  .more{
    float: right;
    display: block;
    font-size: 15px;
    color: #999;
}

.case .case_box ul li .txt p{
    font-size: 13px;
    color: #777777;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    margin-top: 3px;
}

.case .case_box ul li .txt::after{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 0px;
    height: 1px;
    background: #0471c6;
    content: "";
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}


.case .case_box ul li .txt::before{
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 0px;
    height: 1px;
    background: #0471c6;
    content: "";
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.case .case_box ul li:hover .txt::after{
    width: 30px;

}

.case .case_box ul li:hover .txt::before{
    width: 30px;
}


.case .case_box .hd{
    margin: 35px auto 0 auto;
    height: 40px;
    background: url(../images/case_xt.png) no-repeat  center;
}

.case .case_box .hd .next{
    float: left;
    background: url(../images/left.png) no-repeat  center;
    width: 21px;
    height: 39px;
    cursor: pointer;
    margin-left: 565px;
}

.case .case_box .hd .prev{
    float: right;
    background: url(../images/right.png) no-repeat  center;
    width: 21px;
    height: 39px;
    cursor: pointer;
    margin-right: 565px;
}


/* ys*/ 

.ys_bg{
    background: url(../images/ys_bg.jpg) no-repeat  center; 
    height: 780px;
    margin: 75px auto 0 auto;
}

.ys_bg .ys{
    width: 1200px;
    margin: 0 auto;
    position: relative;
    padding-top: 70px;
}

.ys_bg .ys .ys_l{
    float: left;
    position: relative;
    width: 373px;
}

.ys_bg .ys .ys_l .title{

}

.ys_bg .ys .ys_l .title h3{
    color: #0471c6;

}

.ys_bg .ys .ys_l .hd{
    margin-top: 70px;
    width: 373px;
    height: 500px;
    background: url(../images/ys_list.png) no-repeat  center; 
    position: relative;
}

.ys_bg .ys .ys_l .hd ul {
    margin: 0px 0 0 115px;
    padding-top: 75px;
}

.ys_bg .ys .ys_l .hd ul li{
    margin-bottom: 40px;
    height: 42px;
    position: relative;
}

.ys_bg .ys .ys_l .hd ul li img{
    float: left;
    width: 42px;
    height: 42px;
}

.ys_bg .ys .ys_l .hd ul li i{
    float: left;
    margin: 20px 20px 0 10px;
    background: #e5e5e5;
    display: block;
    width: 20px;
    height: 1px;

}

.ys_bg .ys .ys_l .hd ul li h5{
    float: left;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    line-height: 42px;
    position: relative;
    z-index: 5;
}

.ys_bg .ys .ys_l .hd ul li span{
    float: left;
    font-size: 47px;
    color: #1d85d6;
    font-weight: bold;
    line-height: 42px;
    position: relative;
    margin-left: -20px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.ys_bg .ys .ys_l .hd ul li.on span{
    margin-left: 10px;
    color: #fff;
}

.ys_bg .ys .ys_l .ys_button{
    position: absolute;
    left: 10px;
    top: 260px;
    width: 39px;
    height: 246px;
    background: url(../images/ys_button.png) no-repeat  center;
}

.ys_bg .ys .ys_l .ys_button .next{
    cursor: pointer;
    width: 39px;
    height: 20px;
    background: url(../images/ys_left.png) no-repeat  center;
}

.ys_bg .ys .ys_l .ys_button .prev{
    cursor: pointer;
    width: 39px;
    height: 20px;
    background: url(../images/ys_right.png) no-repeat  center;
    margin-top: 226px;
}




.ys_bg .ys .bd{
    float: right;
    width: 720px;
    margin-top: 30px;
}

.ys_bg .ys .bd ul li{
    float: left;
    width: 720px;
}

.ys_bg .ys .bd ul li .ys_img{
    width: 720px;
    height: 450px;
    background: #fff;
    border-radius: 15px;
}

.ys_bg .ys .bd ul li .ys_img img{
    width: 708px;
    height: 438px;
    margin: 6px;
    border-radius: 15px;
}

.ys_bg .ys .bd ul li .txt{
    margin-top: 35px;
    font-size: 15px;
    color: #444;
    line-height: 36px;
}






/* product*/ 

.product{
    width: 1200px;
    margin: 95px auto 0 auto;
}

.product .pro_t{
    overflow: hidden;
}

.product .pro_t .title{
    float: left;
}

.product .pro_t .pro_list{
    float: right;
    width: 560px;
}

.product .pro_t .pro_list ul li{
    margin: 0 0 16px 40px;
    width: 140px;
    height: 36px;
    line-height: 36px;
    background: #f2f2f2;
    border-radius: 25px;
    float: left;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.product .pro_t .pro_list ul li a{
    font-size: 16px;
    color: #666666;
    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;
    background: url(../images/buttom4.png) no-repeat 15px center;
    padding-left: 32px;
}

.product .pro_t .pro_list ul li:hover{
    background: #0471c6;
}

.product .pro_t .pro_list ul li:hover a{
    color: #fff;
}

.product .pro_t .pro_list ul li.on{
    background: #0471c6;
}

.product .pro_t .pro_list ul li.on a{
    color: #fff;
}

.product .pro_box{
    margin: 40px auto 0 auto;
    width: 1260px;
}

.product .pro_box ul li{
    float: left;
    width: 375px;
    margin: 0 35px 40px 0;
}

.product .pro_box ul li .pic{
    width: 375px;
    height: 280px;
}

.product .pro_box ul li .pic img{
    width: 375px;
    height: 280px;
    border-radius: 10px;
}

.product .pro_box ul li .txt{
    position: relative;
    border-bottom: 1px solid #e5e5e5;
    height: 55px;
    line-height: 55px;
} 

.product .pro_box ul li .txt h5 a{
    float: left;
    width: 220px;
    font-size: 18px;
    color: #666;
    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;
}

.product .pro_box ul li .txt .more{
    float: right;
    margin-right: 13px;
    display: block;
    position: relative;
    padding-right: 15px;
    font-size: 12px;
    color: #999;
    background: url(../images/more.png) no-repeat right 26px;
}

.product .pro_box ul li .txt .more::after{
    position: absolute;
    left: -60px;
    top: 30px;
    width: 50px;
    height: 1px;
    background: #e5e5e5;
    content: "";
}

.product .pro_box ul li:hover .txt .more{
    background: url(../images/more1.png) no-repeat right 26px;
}


.product .pro_box ul li .txt::after{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 0px;
    height: 1px;
    background: #0471c6;
    content: "";
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}


.product .pro_box ul li .txt::before{
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 0px;
    height: 1px;
    background: #0471c6;
    content: "";
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.product .pro_box ul li:hover .txt::after{
    width: 30px;

}

.product .pro_box ul li:hover .txt::before{
    width: 30px;
}


/* news*/ 

.news_bg{
    width: 100%;
    margin: 45px auto 0 auto;
    height: 1044px;
    background: url(../images/news_bg.jpg) no-repeat  center;
}

.news_bg .news{
    width: 1200px;
    margin: 0 auto;
    padding-top: 105px;
}

.news_bg .news .news_t{
    overflow: hidden;
}

.news_bg .news .news_t .title{
    float: left;
}

.news_bg .news .news_t .news_list{
    float: right;
}

.news .news_t .news_list ul li{
    float: left;
    width: 105px;
    height: 60px;
    line-height: 60px;
    margin-left: 45px;
    position: relative;
}

.news .news_t .news_list ul li a{
    display: block;
    font-size: 18px;
    color: #484848;
}

.news .news_t .news_list ul li a img{
    vertical-align: middle;
    margin-right: 10px;
}


.news .news_t .news_list ul li::before{
    width: 0;
    height: 1px;
    background: #0471c6;
    position: absolute;
    left: 0;
    top: 0;
    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::after{
    width: 0;
    height: 1px;
    background: #0471c6;
    position: absolute;
    left: 0;
    bottom: 0;
    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.casehover::before{
    width: 100%;
}

.news .news_t .news_list ul li.casehover::after{
    width: 100%;
}

.news  .news_box{
    margin: 50px auto 0 auto;
    width: 1200px;

}

.news  .news_box .news_top{
    overflow: hidden;
}

.news  .news_box .news_top .nr_l{
    float: left;
    width: 465px;
    height: 524px;
    background: #fff;
    border-top-left-radius: 35px;
    border-bottom-right-radius: 35px;
    padding: 0 53px 0 52px;

}

.news  .news_box .news_top .nr_l .txt{

}

.news  .news_box .news_top .nr_l .txt span{
    display: block;
    font-size: 24px;
    color: #999999;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 70px;
}

.news  .news_box .news_top .nr_l .txt a{
    font-size: 15px;
    color: #444;
    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-left: -5px;
}

.news .news_box .news_top .nr_l:hover .txt a{
    color: #0471c6;
}

.news  .news_box .news_top .nr_l .txt p{
    font-size: 13px;
    color: #777;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    margin: 10px 0 25px 0;

}

.news  .news_box .news_top .nr_l .news_img{
    width: 465px;
    height: 320px;

} 

.news  .news_box .news_top .nr_l .news_img img{
    width: 465px;
    height: 320px;
    border-radius: 13px;
}

.news  .news_box .news_top .news_r{
    float: right;
    width: 580px;
    border-top: 1px solid #97bced;
} 

.news  .news_box .news_top .news_r ul li{
    width: 580px;
    height: 140px;
    border-bottom: 1px solid #97bced;
    padding-top: 34px;
}

.news  .news_box .news_top .news_r ul li .txt_l{
    float: left;
    width: 475px;
    margin-top: 5px;
}

.news  .news_box .news_top .news_r ul li .txt_l a{
    font-size: 15px;
    color: #444;
    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;
}

.news  .news_box .news_top .news_r ul li:hover .txt_l a{
    color: #0471c6;
    transform: translateX(10px);
    -webkit-transform:  translateX(10px);
    -o-transform:  translateX(10px);
}

.news  .news_box .news_top .news_r ul li .txt_l p{
    font-size: 13px;
    color: #555555;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    margin: 10px 0 0px 15px;
}

.news  .news_box .news_top .news_r ul li .time{
    float: right;
    text-align: right;
} 

.news  .news_box .news_top .news_r ul li .time span{
    display: block;
    font-size: 24px;
    color: #555555;
    line-height: 30px;
    margin-bottom: 10px;
}

.news  .news_box .news_top .news_r ul li .time p{
    font-size: 13px;
    color: #555555;
}

.news  .news_box .list{
    margin: 35px auto 0 auto;
    position: relative;
    width: 1300px;
    z-index: 5;
} 

.news  .news_box .list::after{
    position: absolute;
    content: "";
    left: 0;
    top: 35px;
    width: 1200px;
    height: 1px;
    background: #84ade5;
    z-index: 1;
}


.news  .news_box .list ul li{
    float: left;
    width: 300px;
    margin: 0 80px 0 50px;

}

.news  .news_box .list ul li span{
    display: block;
    font-size: 13px;
    color: #999999;
    position: relative;
    z-index: 5;
}

.news  .news_box .list ul li i{
    display: block;
    width: 7px;
    height: 7px;
    background: #fff;
    border-radius: 50%;
    margin: 12px 0 15px 0;
    position: relative;
    z-index: 5;
    -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 h5 a{
    font-size: 15px;
    color: #555;
    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;
}

.news  .news_box .list ul li p{
    font-size: 13px;
    color: #777;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    margin: 10px 0 0px 0px;
}

.news  .news_box .list ul li .more{
    display: block;
    font-size: 13px;
    color: #999;
    margin-top: 23px;
    
}

.news  .news_box .list ul li:hover i{
    background: #0471c6;

}


/*links*/

.links{
    width: 1200px;
    margin: 55px auto 0 auto;
    overflow: hidden;
}

.links h3{
    float: left;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    width: 80px;
    height: 32px;
    line-height: 32px;
    background: #0471c6;
    border-radius: 5px;
    text-align: center;

}

.links .yq{
    float: right;
    width: 1080px;
    line-height: 32px;

}

.links .yq a{
    font-size: 14px;
    color: #555555;
    margin: 0 15px 0 0;
}



.news .news_box .list ul li p{ color:#555;}




