
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/


/*banner*/
.fullSlide {
    width: 100%;
    position: relative;
    height: 780px;
    background: #fff;
    overflow: hidden;
  }
  
  .fullSlide .bd {
    width: 100%;
    height: 780px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }

  
  .fullSlide .bd ul {
    width: 100% !important;
  }
  
  .fullSlide .bd li {
    width: 100% !important;
    height: 780px;
    overflow: hidden;
    text-align: center;
  }
  
  .fullSlide .bd li a {
    display: block;
    height: 780px;
  }
  
  .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;
    border: 1px solid #fff;
  }
  
  .fullSlide .hd ul .on {
    background: #fff;
    -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%;
  }



/*title*/

.title h3{
    font-size: 30px;
    color: #2957a4;
    font-weight: bold;
    letter-spacing: 2px;
    padding-left: 77px;

}

.title h3 a{
    font-size: 30px;
    color: #2957a4;
    font-weight: bold;
}

.title h3 i{
    display: block;
    font-size: 16px;
    color: #666666;
    letter-spacing: 3px;
    line-height: 16px;
}


/*about*/

.ab_bg{
    width: 100%;
    height: 851px;
    margin: 60px auto 0 auto;
    background: url(../images/ab_bg.jpg) no-repeat center;
}

.ab_bg .about{
    width: 1280px;
    margin: 0 auto;
    padding-top: 58px;
}

.ab_bg .about .ab_t{
    height: 95px;
}

.ab_bg .about .ab_t .title{
    background: url(../images/ab_t.png) no-repeat left  center;
    float: left;
}

.ab_bg .about .ab_t p{
    float: right;
    font-size: 12px;
    color: #bbbbbb;
    margin-right: 140px;
    margin-top: 20px;
    letter-spacing: 8px;
}
 
.ab_bg .about .ab_box{
    margin: 0 auto;
}

.ab_bg .about .ab_box .ab_img{
    float: left;
    width: 380px;
    height: 527px;
    margin-left: -60px;
}

.ab_bg .about .ab_box .ab_img img{
    width: 380px;
    height: 527px;
}

.ab_bg .about .ab_box .ab_r{
    float: right;
    width: 910px;
    position: relative;
} 

.ab_bg .about .ab_box .ab_r .txt{
    overflow: hidden;

}

.ab_bg .about .ab_box .ab_r .txt h5 a{
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    letter-spacing: 5px;
    display: block;
    line-height: 24px;

}

.ab_bg .about .ab_box .ab_r .txt i{
    display: block;
    font-size: 16px;
    color: #999999;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 5px;
    margin-top: 7px;
}

.ab_bg .about .ab_box .ab_r .txt p{
    font-size: 14px;
    color: #666;
    line-height: 40px;
    height: 160px;
    overflow: hidden;
    margin-top: 30px;
}

.ab_bg .about .ab_box .ab_r .fc{
    margin-top: 40px;
}

.ab_bg .about .ab_box .ab_r .fc .fc_list{
    height: 60px;

}

.ab_bg .about .ab_box .ab_r .fc .fc_list ul li{
    float: left;
    margin-right: 110px;
}

.ab_bg .about .ab_box .ab_r .fc .fc_list ul li a{
    display: block;
}

.ab_bg .about .ab_box .ab_r .fc .fc_list ul li a span{
    display: block;
    float: left;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 8px 6px rgba(41, 87, 164, .08);
    box-shadow: 0 0 8px 6px rgba(41, 87, 164, .08);
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin-right: 15px;
}

.ab_bg .about .ab_box .ab_r .fc .fc_list ul li a i{
    display: block;
    float: left;
    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;
    margin: 3px 0 0px 0;
}

.ab_bg .about .ab_box .ab_r .fc .fc_list ul li a i em{
    display: block;
    font-size: 12px;
    color: #999999;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin-top: 5px;
}

.ab_bg .about .ab_box .ab_r .fc .fc_list ul li.fc1 a span{
    background: #fff url(../images/ab1.png) no-repeat  center;
}

.ab_bg .about .ab_box .ab_r .fc .fc_list ul li.fc2 a span{
    background: #fff url(../images/ab2.png) no-repeat  center;
}

.ab_bg .about .ab_box .ab_r .fc .fc_list ul li.fc3 a span{
    background: #fff url(../images/ab3.png) no-repeat  center;
}

.ab_bg .about .ab_box .ab_r .fc .fc_list ul li.casehover a i{
    font-weight: bold;
    color: #2957a4;

}

.ab_bg .about .ab_box .ab_r .fc .fc_list ul li.casehover a i em{
    font-weight: normal;
    color: #2957a4;

}

.ab_bg .about .ab_box .ab_r .fc .fc_list ul li.fc1.casehover a span{
    background: #2957a4 url(../images/ab11.png) no-repeat  center;
}

.ab_bg .about .ab_box .ab_r .fc .fc_list ul li.fc2.casehover a span{
    background: #2957a4 url(../images/ab22.png) no-repeat  center;
}

.ab_bg .about .ab_box .ab_r .fc .fc_list ul li.fc3.casehover a span{
    background: #2957a4 url(../images/ab33.png) no-repeat  center;
}

.ab_bg .about .ab_box .ab_r .fc .fc_box{
    margin: 50px auto 0 auto;
    position: relative;
}

.ab_bg .about .ab_box .ab_r .fc .fc_box .bd{
    margin-left: 200px;
    width: 650px;

}

.ab_bg .about .ab_box .ab_r .fc .fc_box .bd ul li{
    float: left;
    width: 175px;
    margin: 0 20px;
}

.ab_bg .about .ab_box .ab_r .fc .fc_box .bd ul li .pic{
    width: 175px;
    height: 130px;
    background: #f8f8f8;

}

.ab_bg .about .ab_box .ab_r .fc .fc_box .bd ul li .pic img{
    width: 165px;
    height: 120px;
    margin: 5px;
}

.ab_bg .about .ab_box .ab_r .fc .fc_box .bd ul li .txt{
    text-align: center;
    line-height: 38px;

}

.ab_bg .about .ab_box .ab_r .fc .fc_box .bd ul li .txt a{
    font-size: 14px;
    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;
}

.ab_bg .about .ab_box .ab_r .fc .fc_box .bd ul li:hover .txt a{
    color: #2957a4;
}

.ab_bg .about .ab_box .ab_r .fc .fc_box .next{
    position: absolute;
    right: 0px;
    top: 25px;
    border-radius: 50%;
    cursor: pointer;
    background: #333333 url(../images/left.png) no-repeat  center;
    width: 34px;
    height: 34px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.ab_bg .about .ab_box .ab_r .fc .fc_box .prev{
    position: absolute;
    right: 0px;
    top: 70px;
    border-radius: 50%;
    cursor: pointer;
    background: #333333 url(../images/right.png) no-repeat  center;
    width: 34px;
    height: 34px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.ab_bg .about .ab_box .ab_r .fc .fc_box .next:hover{
    background: #2957a4 url(../images/left.png) no-repeat  center;
}

.ab_bg .about .ab_box .ab_r .fc .fc_box .prev:hover{
    background: #2957a4 url(../images/right.png) no-repeat  center;
}

.ab_bg .about .ab_box .ab_r .ry{
    position: absolute;
    left: 0px;
    top: 396px;
    z-index: 5;

}

.ab_bg .about .ab_box .ab_r .ry .pic{
    width: 175px;
    height: 130px;
    background: #f8f8f8;
}

.ab_bg .about .ab_box .ab_r .ry .pic img{
    width: 165px;
    height: 120px;
    margin: 5px;
}

.ab_bg .about .ab_box .ab_r .ry .txt{
    text-align: center;
    line-height: 38px;

}

.ab_bg .about .ab_box .ab_r .ry .txt a{
    font-size: 14px;
    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;
}

.ab_bg .about .ab_box .ab_r .ry:hover .txt a{
    color: #2957a4;
}


/*product*/

.product{
    width: 1280px;
    margin: 65px auto 0 auto;
}

.product .pro_t{
    overflow: hidden;
}

.product .pro_t .title{
    float: left;
    background: url(../images/pro_t.png) no-repeat  left center;
}

.product .pro_t p{
    float: right;
    font-size: 14px;
    color: #666666;
    letter-spacing: 2px;
    margin-top: 15px;
} 

.product .pro_list{
    margin: 50px auto 0 auto;
    height: 50px;
} 

.product .pro_list ul{
    float: left;
    width: 1220px;
}

.product .pro_list ul li{
    float: left;
    width: 244px;
}

.product .pro_list ul li a{
    display: block;
}

.product .pro_list ul li a span{
    display: block;
    float: left;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 8px 6px rgba(41, 87, 164, .08);
    box-shadow: 0 0 8px 6px rgba(41, 87, 164, .08);
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin-right: 10px;
}

.product .pro_list ul li a i{
    display: block;
    float: left;
    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;
    margin: 0px 0 0px 0;
}

.product .pro_list ul li a i em{
    display: block;
    font-size: 12px;
    color: #999999;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin-top: 3px;
}

.product .pro_list ul li.p1 a span{
    background: #fff url(../images/pro1.png) no-repeat  center;
}

.product .pro_list ul li.p2 a span{
    background: #fff url(../images/pro2.png) no-repeat  center;
}

.product .pro_list ul li.p3 a span{
    background: #fff url(../images/pro3.png) no-repeat  center;
}

.product .pro_list ul li.p4 a span{
    background: #fff url(../images/pro4.png) no-repeat  center;
}

.product .pro_list ul li.p5 a span{
    background: #fff url(../images/pro5.png) no-repeat  center;
}

.product .pro_list ul li.on a i{
    font-weight: bold;
    color: #2957a4;

}

.product .pro_list ul li.on a i em{
    font-weight: normal;
    color: #2957a4;

}

.product .pro_list ul li.p1.on a span{
    background: #2957a4 url(../images/pro11.png) no-repeat  center;
}

.product .pro_list ul li.p2.on a span{
    background: #2957a4 url(../images/pro22.png) no-repeat  center;
}

.product .pro_list ul li.p3.on a span{
    background: #2957a4 url(../images/pro33.png) no-repeat  center;
}

.product .pro_list ul li.p4.on a span{
    background: #2957a4 url(../images/pro44.png) no-repeat  center;
}

.product .pro_list ul li.p5.on a span{
    background: #2957a4 url(../images/pro55.png) no-repeat  center;
}

.product .pro_list .more{
    float: right;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 8px 6px rgba(41, 87, 164, .08);
    box-shadow: 0 0 8px 6px rgba(41, 87, 164, .08);
}
 
.product .pro_list .more a{
    display: block;
    text-align: center;
    font-size: 30px;
    color: #2957a4;
    font-family: Arial, Helvetica, sans-serif;
}

.product .pro_box{
    width: 1360px;
    margin: 45px auto 0 auto;
}

.product .pro_box ul li{
    float: left;
    width: 400px;
    height: 470px;
    background: #f8f8f8;
    margin: 0 40px 30px 0;
}

.product .pro_box ul li .pic{
    width: 360px;
    height: 300px;
    margin: 20px 20px 0 20px;
    overflow: hidden;

}

.product .pro_box ul li .pic img{
    width: 360px;
    height: 300px;
    overflow: hidden;
    -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{
    width: 360px;
    height: 130px;
    background: #fff;
    margin: 0 auto;
    position: relative;
    z-index: 5;
} 

.product .pro_box ul li .txt h5 a{
    width: 320px;
    height: 64px;
    line-height: 64px;
    border-bottom: 1px solid #dddddd;
    margin: 0 auto;
    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;
}

.product .pro_box ul li .txt p{
    width: 320px;
    margin: 0 auto 0 auto;
    height: 55px;
    line-height: 55px;

}

.product .pro_box ul li .txt p span{
    display: block;
    float: left;
    width: 220px;
    font-size: 14px;
    color: #999;
    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;
}

.product .pro_box ul li .txt p .more{
    display: block;
    float: right;
    font-size: 14px;
    color: #666666;
    background: url(../images/xt1.png) no-repeat bottom center;
    line-height: 17px;
    margin-top: 19px;
    -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::after{
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
    content: "";
    width: 100%;
    height: 0;
    background: #2957a4;
    -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.on .txt::after{
    height: 100%;
}

.product .pro_box ul li.on .txt h5 a{
    color: #fff;
}

.product .pro_box ul li.on .txt p span{
    color: #fff;
}

.product .pro_box ul li.on .txt p .more{
    color: #fff;
    background: url(../images/xt2.png) no-repeat bottom center;
}

.product .pro_box ul li.on .pic img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);

}



/*ys*/

.ys_bg{
    width: 100%;
    margin: 40px auto 0 auto;
    height: 900px;
    background: url(../images/ys_bg.jpg) no-repeat center;
    overflow: hidden;
}

.ys_bg .ys{
    width: 1280px;
    margin: 0 auto;
    padding-top: 210px;
    position: relative;
}

.ys_bg .ys .ys_t{
    position: absolute;
    top: 185px;
    left: 65px;
    z-index: 5;
}

.ys_bg .ys .ys_t span{
    display: block;
    font-size: 44px;
    color: #333333;
    font-weight: bold;
    font-family: 'Times New Roman', Times, serif;
    font-family: "Bodoni Bd BT";
    text-transform: uppercase;
    line-height: 36px;
}

.ys_bg .ys .ys_t span i{
    font-size: 44px;
    color: #2957a4;
    font-weight: bold;
    font-family: 'Times New Roman', Times, serif;
    font-family: "Bodoni Bd BT";
    text-transform: uppercase;
}

.ys_bg .ys .ys_t h3{
    font-size: 24px;
    color: #333333;
    margin: 15px 0 40px 0;
}

.ys_bg .ys .ys_t em{
    display: block;
    width: 41px;
    height: 3px;
    background: #000000;
}

.ys_bg .ys .ys_box{
    position: relative;
    width: 1280px;
    margin: 0 auto;
} 

.ys_bg .ys .ys_box .bd{
    width: 1280px;
    margin: 0 auto;
}

.ys_bg .ys .ys_box .bd ul li{
    float: left;
    width: 1280px;
}

.ys_bg .ys .ys_box .bd ul li .txt{
    float: left;
    width: 740px;
    margin: 165px 0 0 65px;
}

.ys_bg .ys .ys_box .bd ul li .txt h5{
    font-size: 24px;
    color: #333;
    font-weight: bold;

}

.ys_bg .ys .ys_box .bd ul li .txt h5 img{
    margin-right: 20px;
    float: left;

}

.ys_bg .ys .ys_box .bd ul li .txt h5 i{
    font-size: 18px;
    color: #999999;
    text-transform: uppercase;
    margin-left: 20px;
}

.ys_bg .ys .ys_box .bd ul li .txt p{
    font-size: 16px;
    color: #666;
    line-height: 42px;
    margin: 20px 0 0 58px;;
    
}

.ys_bg .ys .ys_box .bd ul li .ys_img{
    float: right;
    width: 521px;
    height: 547px;
    margin-right: -125px;
} 

.ys_bg .ys .ys_box .bd ul li .ys_img img{
    width: 521px;
    height: 547px;
}

.ys_bg .ys .ys_box .hd{
    position: absolute;
    left: 200px;
    top: 495px;
    height: 52px;
}

.ys_bg .ys .ys_box .hd ul li{
    display: inline-block;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    margin: 0 20px;
    text-align: center;
    line-height: 52px;
    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;
}

.ys_bg .ys .ys_box .hd ul li.on{
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    background: #2957a4;
}

.ys_bg .ys .ys_box .next{
    position: absolute;
    left: 65px;
    top: 495px;
    height: 52px;
    line-height: 52px;
    background: url(../images/left1.png) no-repeat left center;
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    text-transform: uppercase;
    padding-left: 65px;
    -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 .prev{
    position: absolute;
    left: 610px;
    top: 495px;
    height: 52px;
    line-height: 52px;
    background: url(../images/right1.png) no-repeat right center;
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    text-transform: uppercase;
    padding-right: 65px;
    -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 .next:hover{
    color: #2957a4;
    background: url(../images/left2.png) no-repeat left center;
}

.ys_bg .ys .ys_box .prev:hover{
    color: #2957a4;
    background: url(../images/right2.png) no-repeat right center;
}

.ys_bg .ys .ys_box .zx{
    position: absolute;
    left: 120px;
    top: 380px;
    width: 118px;
    height: 44px;
    line-height: 32px;
    background: url(../images/zx.png) no-repeat center;
}

.ys_bg .ys .ys_box .zx a{
    display: block;
    text-align: center;
    font-size: 14px;
    color: #fff;
}
 

/*case*/

.case{
    width: 1280px;
    margin: 65px auto 0 auto;
    position: relative;
    z-index: 5;
    height: 640px;
}

.case::after{
    position: absolute;
    left: 0px;
    top: 555px;
    width: 1060px;
    height: 1px;
    content: "";
    z-index: -1;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    background: #eeeeee;
}

.case .case_t{
    height: 65px;
   
}

.case .case_t .title{
    float: left;
    background: url(../images/case_t.png) no-repeat left center;
}

.case .case_t .more{
    float: right;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 8px 6px rgba(41, 87, 164, .08);
    box-shadow: 0 0 8px 6px rgba(41, 87, 164, .08);
} 

.case .case_t .more a{
    display: block;
    text-align: center;
    font-size: 30px;
    color: #2957a4;
    font-family: Arial, Helvetica, sans-serif;
}

.case .case_box{
    width: 1280px;
    margin: 35px auto 0 auto;
    position: relative;
}

.case .case_box .bd{
    width: 1280px;
    margin: 0px auto 0 auto;
}

.case .case_box .bd ul li{
    float: left;
    margin: 15px 20px;
    width: 400px;
    height: 380px;
    position: relative;
}

.case .case_box .bd ul li .pic{
    width: 380px;
    height: 285px;
    background: #f8f8f8;
    
}

.case .case_box .bd ul li .pic img{
    width: 360px;
    height: 265px;
    margin: 10px;
}

.case .case_box .bd ul li .txt{
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 380px;
    height: 120px;
    background: #fff;
    -webkit-box-shadow: 0 0 8px 6px rgba(41, 87, 164, .08);
    box-shadow: 0 0 8px 6px rgba(41, 87, 164, .08);

}

.case .case_box .bd ul li .txt .nr{
    float: left;
    margin: 30px 0 0 50px;
    width: 265px;
    position: relative;

}

.case .case_box .bd ul li .txt::after{
    position: absolute;
    left: 25px;
    top: -20px;
    width: 1px;
    height: 110px;
    content: "";
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    background: #333333;
}

.case .case_box .bd ul li .txt .nr 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 .bd ul li .txt .nr p{
    font-size: 14px;
    color: #999;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 10px;
}

.case .case_box .bd ul li .txt span{
    display: block;
    float: right;
    font-size: 12px;
    color: #bbbbbb;
    margin: 20px 20px 0 0px;
    writing-mode: tb-rl;
}

.case .case_box .bd ul li:hover .txt::after{
    background: #2957a4;

}

.case .case_box .bd ul li:hover .txt .nr a{
    color: #2957a4;
    font-weight: bold;
}

.case .case_box .hd{
    position: absolute;
    top: 440px;
    right: 65px;
} 

.case .case_box .hd ul{
    text-align: center;

}

.case .case_box .hd ul li{
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #dddddd;
    margin: 0 8px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;

}

.case .case_box .hd ul li.on{
    background: #2957a4;
}

.case .case_box .next{
    position: absolute;
    top: 430px;
    right: 175px;
    width: 46px;
    height: 46px;
    background: #333333 url(../images/left.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;
} 

.case .case_box .prev{
    position: absolute;
    top: 430px;
    right: 0px;
    width: 46px;
    height: 46px;
    background: #333333 url(../images/right.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;
} 

.case .case_box .next:hover{
    background: #2957a4 url(../images/left.png) no-repeat  center;
}

.case .case_box .prev:hover{
    background: #2957a4 url(../images/right.png) no-repeat  center;
}


/*news*/
.news_bg{
    width: 100%;
    margin: 0 auto;
    height: 900px;
    background: #fbfbfb;
}

.news_bg .news_t{
    width: 1280px;
    margin: 0 auto;
    padding-top: 60px;
    height: 100px;
}

.news_bg .news_t .title{
    float: left;
    background: url(../images/news_t.png) no-repeat  left 12px;
    padding-left: 10px;
}

.news_bg .news_t  .news_list{
    float: right;
    position: relative;
}

.news_bg .news_t  .news_list ul li{
    float: left;
    margin-right: 90px;
    position: relative;
}

.news_bg .news_t  .news_list ul li:last-child{
    margin-right: 130px;
}

.news_bg .news_t  .news_list ul li a{
    display: block;
}

.news_bg .news_t  .news_list ul li a span{
    display: block;
    font-size: 24px;
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
    float: left;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 8px 6px rgba(41, 87, 164, .08);
    box-shadow: 0 0 8px 6px rgba(41, 87, 164, .08);
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin-right: 10px;
}

.news_bg .news_t  .news_list ul li a i{
    display: block;
    float: left;
    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;
    margin: 0px 0 0px 0;
}

.news_bg .news_t  .news_list ul li a em{
    display: block;
    font-size: 12px;
    color: #999999;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin-top: 1px;
}

.news_bg .news_t  .news_list ul li.casehover a span{
    background: #2957a4;
    color: #fff;

}

.news_bg .news_t  .news_list ul li.casehover a i{
    color: #2957a4;
    font-weight: bold;
}

.news_bg .news_t  .news_list ul li.casehover a em{
    color: #2957a4;
}

.news_bg .news_t  .news_list .more {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 8px 6px rgba(41, 87, 164, .08);
    box-shadow: 0 0 8px 6px rgba(41, 87, 164, .08);
    position: absolute;
    right: 0px;
    top: 0px;
}

.news_bg .news_t  .news_list .more a{
    display: block;
    text-align: center;
    font-size: 30px;
    color: #2957a4;
    font-family: Arial, Helvetica, sans-serif;
}

.news_bg .news_box{
    margin: 5px  auto 0 auto;
    width: 1360px;
}

.news_bg .news_box .news_top{
    height: 375px;
}

.news_bg .news_box .news_top  ul li{
    float: left;
    width: 610px;
    height: 375px;
    margin-right: 60px;
}

.news_bg .news_box .news_top  ul li .news_img{
    width: 610px;
    height: 200px;
    overflow: hidden;
}

.news_bg .news_box .news_top  ul li .news_img .time{
    float: left;
    width: 220px;
    height: 200px;
    background: url(../images/news_nr1.png) no-repeat  center;
    text-align: center;

}
.news_bg .news_box .news_top  ul li .news_img .time span{
    display: block;
    font-size: 20px;
    color: #666666;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    line-height: 32px;
    margin-top: 60px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news_bg .news_box .news_top  ul li .news_img .time span em{
    font-size: 60px;
    color: #666666;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    display: inline-block;
    line-height: 50px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news_bg .news_box .news_top  ul li .news_img .time i{
    display: block;
    font-size: 16px;
    color: #666666;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news_bg .news_box .news_top  ul li .news_img .pic{
    float: right;
    width: 390px;
    height: 200px;
    overflow: hidden;
    background: #fff;
}

.news_bg .news_box .news_top  ul li .news_img .pic img{
    width: 390px;
    height: 200px;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    object-fit: contain;
}

.news_bg .news_box .news_top  ul li:hover .news_img .pic img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);

}

.news_bg .news_box .news_top  ul li .txt{
    margin-top: 30px;

}

.news_bg .news_box .news_top  ul li .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;
}

.news_bg .news_box .news_top  ul li .txt p{
    font-size: 14px;
    color: #999;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    margin-top: 15px;
}

.news_bg .news_box .news_top  ul li:hover .news_img .time{
    background: url(../images/news_nr.png) no-repeat  center;
}

.news_bg .news_box .news_top  ul li:hover .news_img .time span{
    color: #fff;
}

.news_bg .news_box .news_top  ul li:hover .news_img .time span em{
    color: #fff;
}

.news_bg .news_box .news_top  ul li:hover .news_img .time i{
    color: #fff;
}

.news_bg .news_box .news_top  ul li:hover .txt a{
    color: #2957a4;
    font-weight: bold;
}

.news_bg .news_box .list{
    margin: 0 auto;
    height: 305px;
} 

.news_bg .news_box .list ul li{
    width: 400px;
    height: 130px;
    border: 1px solid #dddddd;
    margin: 0 40px 40px 0;
    float: left;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news_bg .news_box .list ul li .time{
    float: left;
    width: 80px;
    height: 130px;
    border-right: 1px solid #dddddd;
    text-align: center;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news_bg .news_box .list ul li .time span{
    display: block;
    font-size: 42px;
    color: #333333;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 40px;
    margin-top: 37px;
}

.news_bg .news_box .list ul li .time i{
    display: block;
    font-size: 14px;
    color: #999999;
    font-family: Arial, Helvetica, sans-serif;
}

.news_bg .news_box .list ul li .txt{
    float: right;
    width: 300px;
}

.news_bg .news_box .list ul li .txt .nr{
    float: left;
    width: 210px;
    margin-top: 23px;
}

.news_bg .news_box .list ul li .txt .nr h5 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;
}

.news_bg .news_box .list ul li .txt .nr p{
    font-size: 14px;
    color: #999999;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    margin-top: 12px;
}

.news_bg .news_box .list ul li .txt .more{
    float: right;
    width: 30px;
    height: 30px;
    margin: 50px 10px 0 0;
    background: 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;
} 

.news_bg .news_box .list ul li.on{
    border: 1px solid #2957a4;
}

.news_bg .news_box .list ul li.on .time{
    border-right: 1px solid #2957a4;
}
 
.news_bg .news_box .list ul li.on .txt .nr h5 a{
    color: #2957a4;
    font-weight: bold;
}

.news_bg .news_box .list ul li.on .txt .more{
    background: url(../images/more1.png) no-repeat  center;
} 


/*links*/

.links{
    margin: 45px auto 0 auto;
    width: 1280px;
}

.links .links_t{
    float: left;
    background: url(../images/links.png) no-repeat bottom  center;
    width: 117px;
    height: 35px;
}

.links .links_t i{
    display: block;
    text-align: center;
    font-size: 16px;
    color: #333;
}

.links .yq{
    float: right;
    width: 1135px;
} 

.links .yq a{
    margin-right: 15px;
    font-size: 14px;
    color: #999999;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.links .yq a:hover{
    color: #2957a4;
}

/*message*/

.message_bg{
    width: 100%;
    height: 533px;
    margin: 45px auto 0 auto;
    background: url(../images/message_bg.jpg) no-repeat bottom  center;
}

.message_bg .message{
    width: 1280px;
    margin: 0 auto;
    padding-top: 120px;
}

.message_bg .message .m_l{
    float: left;
    margin: 55px 0 0 270px;
    width: 250px;
}

.message_bg .message .m_l .m_t{
    font-size: 24px;
    color: #fff;
    font-weight: bold;

}

.message_bg .message .m_l .m_t h3{
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 2px;
}

.message_bg .message .m_l .m_t h3 i{
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    text-transform: capitalize;
    margin-left: 10px;
    letter-spacing: 0px;
}

.message_bg .message .m_l .f_cont{
    margin-top: 27px;

}

.message_bg .message .m_l .f_cont ul li{
    overflow: hidden;
    margin-bottom: 25px;
    line-height: 28px;

}

.message_bg .message .m_l .f_cont ul li img{
    float: left;
    margin-right: 10px;

}

.message_bg .message .m_l .f_cont ul li p{
    float: left;
    width: 210px;
    font-size: 14px;
    color: #fff;
}

.message_bg .message .m_r{
    float: right;
    width: 585px;
}

.message_bg .message .m_r .message_t{

}

.message_bg .message .m_r .message_t h3{
    font-size: 24px;
    color: #333;
    font-weight: bold;
    letter-spacing: 2px;
}

.message_bg .message .m_r .message_t h3 i{
    font-size: 14px;
    color: #999;
    font-weight: normal;
    text-transform: capitalize;
    margin-left: 10px;
    letter-spacing: 0px;
}

.message_bg .message .m_r .m_nr{
    margin: 35px 0 35px 0;
    height: 48px;
}

.message_bg .message .m_r .m_nr .form-group1{
    float: left;
    width: 280px;
    height: 46px;
    border: 1px solid #dddddd;
}

.message_bg .message .m_r .m_nr .form-group1 input{
    width: 280px;
    height: 46px;
    background: url(../images/m1.png) no-repeat 10px  center;
    font-size: 14px;
    color: #999;
    text-indent: 40px;
}

.message_bg .message .m_r .m_nr .form-group2{
    float: right;
    width: 280px;
    height: 46px;
    border: 1px solid #dddddd;
}

.message_bg .message .m_r .m_nr .form-group2 input{
    width: 280px;
    height: 46px;
    background: url(../images/m2.png) no-repeat 10px  center;
    font-size: 14px;
    color: #999;
    text-indent: 40px;
}

.message_bg .message .m_r .form-group3{
    width: 582px;
    height: 46px;
    border: 1px solid #dddddd;
    margin-bottom: 35px;
}

.message_bg .message .m_r .form-group3 textarea{
    width: 542px;
    height: 33px;
    background: url(../images/m3.png) no-repeat 10px  center;
    font-size: 14px;
    color: #999;
    padding: 13px 0 0 40px;
}

.message_bg .message .m_r .form-group4{
    height: 46px;
    width: 582px;
}

.message_bg .message .m_r .form-group4 input{
    width: 448px;
    height: 46px;
    background: none;
    font-size: 14px;
    color: #999;
    text-indent: 10px;
    float: left;
    border: 1px solid #dddddd;
}

.message_bg .message .m_r .form-group4 .imgcode{
    float: right;
    width: 116px;
    height: 47px;
}

.message_bg .message .m_r .anniu{
    width: 230px;
    height: 46px;
    margin: 35px auto 0 auto;

}

.message_bg .message .m_r .anniu button{
    cursor: pointer;
    border: none;
    width: 230px;
    height: 46px;
    background: #2957a4;
    font-size: 16px;
    color: #fff;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.message_bg .message .m_r .anniu button:hover{
    border-radius: 45px;
}