
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/

/*banner*/
.fullSlide {
    width: 100%;
    position: relative;
    height: 549px;
    background: #fff;
    overflow: hidden;
  }
  
  .fullSlide .bd {
    width: 100%;
    height: 549px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }

  
  .fullSlide .bd ul {
    width: 100% !important;
  }
  
  .fullSlide .bd li {
    width: 100% !important;
    height: 549px;
    overflow: hidden;
    text-align: center;
  }
  
  .fullSlide .bd li a {
    display: block;
    height: 549px;
  }
  
  .fullSlide .hd {
    width: 100%;
    position: absolute;
    z-index: 2;
    bottom: 40px;
    left: 0;
    height: 30px;
    text-align: center;
  }
  
  .fullSlide .hd ul {
    text-align: center;
  }
  
  .fullSlide .hd ul li {
    cursor: pointer;
    display: inline-block;
    zoom: 1;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 12px;
    overflow: hidden;
    line-height: 99px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    background: #fff;
  }
  
  .fullSlide .hd ul .on {
    background: #305dc4;
    -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%;
  }


/*title*/

.title{
    text-align: center;
    margin: 0 auto;
}

.title h3{
    font-size: 32px;
    color: #333333;
    font-weight: bold;
    line-height: 40px;
    margin-top: -30px;

}

.title h3 a{
    font-size: 32px;
    color: #333333;
    font-weight: bold;
}

.title h3 i{
    color: #305dc3;
    font-weight: bold;
}

.title span{
    display: block;
    font-size: 70px;
    color: #e7e7e7;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    line-height: 60px;
}

.title p{
    font-size: 14px;
    color: #7d7d7d;
    margin-top: 15px;
}


/*product*/

.pro_bg{
    width: 100%;
    margin: 0 auto;
    height: 1340px;
    background: #f3f3f3;
}

.pro_bg .product{
    width: 1280px;
    margin: 0 auto;
    padding-top: 55px;
}

.pro_bg .product .pro_box{
    width: 1280px;
    margin: 40px auto 0 auto;
}

.pro_bg .product .pro_box .pro_l{
    float: left;
    width: 295px;
    background: #fff;
    border-radius: 8px;
    border-top-right-radius: 40px;
}

.pro_bg .product .pro_box .pro_l .pro_t{
    height: 75px;
    border-bottom: 1px solid #efefef;
    padding-top: 45px;
}

.pro_bg .product .pro_box .pro_l .pro_t a{
    display: block;
    font-size: 22px;
    color: #333333;
    padding-left: 90px;
    background: url(../images/buttom1.png) no-repeat 30px center ;
    letter-spacing: 2px;
}

.pro_bg .product .pro_box .pro_l .pro_t a i{
    display: block;
    font-size: 12px;
    color: #909090;
    text-transform: uppercase;

}

.pro_bg .product .pro_box .pro_l .pro_con{

} 

.pro_bg .product .pro_box .pro_l .pro_con >ul>li{
    margin-top: 30px;
    border-bottom: 1px solid #efefef;
    padding-bottom: 30px;

}

.pro_bg .product .pro_box .pro_l .pro_con  ul li .first{
    font-size: 17px;
    color: #515151;
    font-weight: bold;
    padding-left: 85px;
    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;
    background: url(../images/buttom2.png) no-repeat 35px center ;
    margin-bottom: 15px;
}


.pro_bg .product .pro_box .pro_l .pro_con  ul li ul li a{
    font-size: 15px;
    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;
    line-height: 38px;
    margin-left: 85px;
}

.pro_bg .product .pro_box .pro_l .pro_con  ul li .first:hover{
    color: #305dc3;
    background: url(../images/buttom3.png) no-repeat 35px center ;
}

.pro_bg .product .pro_box .pro_l .pro_con  ul li.on .first{
    color: #305dc3;
    background: url(../images/buttom3.png) no-repeat 35px center ;
}

.pro_bg .product .pro_box .pro_l .pro_con  ul li ul li:hover a{
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
    -o-transform: translateX(10px);
}

.pro_bg .product .pro_box .pro_tab{
    float: right;
    width: 920px;
}

.pro_bg .product .pro_box .pro_tab .pro_t{
    margin-top: 10px;
    background: url(../images/buttom4.png) no-repeat left center ;
    font-size: 20px;
    color: #515151;
    font-weight: bold;
    padding-left: 45px;
}

.pro_bg .product .pro_box .pro_tab .pro_t i{
    font-size: 14px;
    color: #afafaf;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    margin-left: 5px;

}

.pro_bg .product .pro_box .pro_tab ul{
    margin-top: 28px;
    width: 940px;
}

.pro_bg .product .pro_box .pro_tab ul li{
    float: left;
    width: 290px;
    height: 314px;
    background: #fff;
    border: 1px solid #e4e1e1;
    border-radius: 8px;
    margin: 0 20px 20px 0;
    position: relative;
    z-index: 5;
}

.pro_bg .product .pro_box .pro_tab ul li .pic{
    width: 270px;
    height: 217px;
    border-radius: 8px;
    margin: 10px 10px 0 10px;

}

.pro_bg .product .pro_box .pro_tab ul li .pic img{
    width: 270px;
    height: 217px;
    border-radius: 8px;
}

.pro_bg .product .pro_box .pro_tab ul li .txt{
    width: 270px;
    margin: 20px auto 0 auto;
}

.pro_bg .product .pro_box .pro_tab ul li .txt .txt_l{
    float: left;
    width: 210px;
}

.pro_bg .product .pro_box .pro_tab ul li .txt .txt_l a{
    font-size: 16px;
    color: #252525;
    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 .product .pro_box .pro_tab ul li .txt .txt_l a i{
    display: block;
    font-size: 12px;
    color: #305dc3;
    text-transform: uppercase;
    opacity: 0.4;
    margin-top: 10px;
}

.pro_bg .product .pro_box .pro_tab ul li .txt  .more{
    float: right;
    background: url(../images/more.png) no-repeat  center ;
    width: 26px;
    height: 26px;
    margin-top: 15px;
    -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 .pro_tab ul li::after{
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background: #305dc3;
    z-index: -1;
    width: 100%;
    height: 0;
    border-radius: 8px;
    -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 .pro_tab ul li.on::after{
    height: 100%;
    
}

.pro_bg .product .pro_box .pro_tab ul li.on .txt .txt_l a{
    color: #fff;
}

.pro_bg .product .pro_box .pro_tab ul li.on .txt .txt_l a i{
    color: #9eb5eb;

}

.pro_bg .product .pro_box .pro_tab ul li.on .txt .more{
    background: url(../images/more1.png) no-repeat  center ;
}

/*banner_1*/


.banner_1{
    width: 100%;
    height: 386px;
    margin: 0 auto;
    background: url(../images/banner_1.jpg) no-repeat  center ;
}

.banner_1 .cont{
    width: 1280px;
    margin: 0 auto;
    padding-top: 90px;
}


.banner_1 .cont .txt{
    margin-left: 315px;
    height: 110px;
}

.banner_1 .cont .txt h5{
    float: left;
    font-size: 24px;
    color: #fff;
    letter-spacing: 2px;
}

.banner_1 .cont .txt h5 img{
    margin-right: 25px;
}

.banner_1 .cont .txt .zx{
    float: right;
    width: 142px;
    height: 39px;
    line-height: 39px;
    background: #6eb92b;
    border-radius: 5px;
    text-align: center;
    margin-top: 12px;
}

.banner_1 .cont .txt .zx a{
    display: block;
    font-size: 16px;
    color: #fff;
}

.banner_1 .cont .nr{
    margin-left: 315px;
}

.banner_1 .cont .nr h6{
    float: left;
    font-size: 20px;
    color: #fff;
    letter-spacing: 3px;
}

.banner_1 .cont .nr h6 i{
    display: block;
    font-size: 12px;
    color: #a3b0d2;
    letter-spacing: 0px;
    text-transform: uppercase;
    text-transform: uppercase;
    margin-top: 5px;
}

.banner_1 .cont .nr .tel{
    float: right;
    padding-left: 35px;
    font-size: 16px;
    color: #fff;
    background: url(../images/tel1.png) no-repeat left center ;
    margin-top: 10px;
}

.banner_1 .cont .nr .tel i{
    font-size: 20px;
    color: #fff;
}


/*hz*/

.hz{
    width: 1280px;
    margin: 30px auto 0 auto;
}

.hz .hz_box{
    width: 1280px;
    margin: 40px auto 0 auto;
    position: relative;
}

.hz .hz_box .bd{
    width: 1280px;
}

.hz .hz_box .bd ul li{
    float: left;
    width: 296px;
    margin: 0 12px;
}

.hz .hz_box .bd ul li .pic{
    border: 1px solid #e0e0e0;
    width: 296px;
    height: 211px;
    border-radius: 8px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.hz .hz_box .bd ul li:hover .pic{
    border: 1px solid #134490;
    -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);
    box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);
}

.hz .hz_box .bd ul li .pic img{
    width: 278px;
    height: 194px;
    margin: 9px;


}

.hz .hz_box .bd ul li .txt{
    height: 50px;
    line-height: 50px;
} 

.hz .hz_box .bd ul li .txt h5 a{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
    color: #777;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    float: left;
    width: 160px;
}

.hz .hz_box .bd ul li .txt .more{
    float: right;
    font-size: 12px;
    color: #b7b7b7;
    text-transform: uppercase;
}

.hz .hz_box .next{
    position: absolute;
    left: -55px;
    top: 95px;
    cursor: pointer;
    background: url(../images/left.png) no-repeat  center ;
    width: 33px;
    height: 64px;
}

.hz .hz_box .prev{
    position: absolute;
    right: -55px;
    top: 95px;
    cursor: pointer;
    background: url(../images/right.png) no-repeat  center ;
    width: 33px;
    height: 64px;
}


/*ys*/

.ys_bg{
    width: 100%;
    height: 840px;
    margin: 70px auto 0 auto;
    position: relative;
}

.ys_bg .ys{
    width: 100%;
    height: 840px;
}

.ys_bg .ys .ys_t{
    width: 1280px;
    margin: 0 auto;
}
 
.ys_bg .ys .ys_box{
    width: 100%;
    height: 840px;
    position: relative;
}

.ys_bg .ys .ys_box .bd{
    width: 100%;
    height: 840px;
}

.ys_bg .ys .ys_box .bd ul li{
    width: 100%;
    height: 840px;
    float: left;
    position: relative;
}

.ys_bg .ys .ys_box .bd ul li .ys_img{
    width: 100%;
    height: 840px;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}

.ys_bg .ys .ys_box .bd ul li .ys_img img{
    width: 100%;
    height: 840px;
    overflow: hidden;
    -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 .bd ul li:hover .ys_img img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.ys_bg .ys .ys_box .bd ul li .txt{
    width: 1280px;
    margin: 0 auto;
    position: relative;
    z-index: 9;
}

.ys_bg .ys .ys_box .bd ul li .txt .nr{
    width: 427px;
    height: 452px;
    background: url(../images/ys_nr.png) no-repeat  center ;
    margin: 206px 0 0 10px;
    padding: 0 70px;

}

.ys_bg .ys .ys_box .bd ul li .txt .nr h5{
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    padding-top: 67px;
    margin-bottom: 47px;

}

.ys_bg .ys .ys_box .bd ul li .txt .nr p{
    font-size: 16px;
    color: #777777;
    margin-left: 8px;
    padding-left: 40px;
    line-height: 32px;
    background: url(../images/ys_ico5.png) no-repeat left  10px ;
    margin-bottom: 25px;
    -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 .bd ul li .txt .nr p:hover{
    background: url(../images/ys_ico4.png) no-repeat left  10px ;
}

.ys_bg .ys .ys_box .ys_list{
    width: 100%;
    height: 353px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/ys_xt.png) no-repeat center;
    z-index: 5;
}

.ys_bg .ys .ys_box .ys_list .hd{
    width: 1280px;
    margin: 75px auto 0 auto;
}

.ys_bg .ys .ys_box .ys_list .hd ul li{
    float: left;
    margin-right: 120px;

}

.ys_bg .ys .ys_box .ys_list .hd ul li:last-child{
    margin-right: 0;
}

.ys_bg .ys .ys_box .ys_list .hd ul li img{
    float: left;
    margin-top: 5px;
}

.ys_bg .ys .ys_box .ys_list .hd ul li h5{
    font-size: 22px;
    color: #fff;
    float: left;
    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_box .ys_list .hd ul li h5 i{
    display: block;
    font-size: 12px;
    color: #b2bdd1;
    text-transform: uppercase;
    margin-top: 3px;
    font-weight: normal;

}

.ys_bg .ys .ys_box .ys_list .hd ul li.on h5{
    font-weight: bold;
}

.ys_bg .ys .ys_t{
    width: 1280px;
    margin: 0 auto;
    position: relative;
    right: 0;
    top: 100px;
    z-index: 9;
    text-align: right;
}

.ys_bg .ys .ys_t img{
    display: block;
    float: right;

}

.ys_bg .ys .ys_t p{
    font-size: 14px;
    color: #fff;
    letter-spacing: 5px;
    margin-top: 20px;
}

.ys_bg .ys  .page{
    width: 1280px;
    margin: 0 auto;
    position: relative;

}

.ys_bg .ys  .page .next{
    cursor: pointer;
    width: 99px;
    height: 55px;
    background: url(../images/ys_left.png) no-repeat  center ;
    position: absolute;
    left: 379px;
    top: -237px;
    z-index: 9;
}

.ys_bg .ys  .page .prev{
    cursor: pointer;
    width: 99px;
    height: 55px;
    background: url(../images/ys_right.png) no-repeat  center ;
    position: absolute;
    left: 478px;
    top: -237px;
    z-index: 9;
}

.ys_bg .ys  .tel{
    background: url(../images/xt2.png) no-repeat left center ;
    position: absolute;
    left: 80px;
    top: -282px;
    z-index: 9;
    padding-left: 15px;
    font-size: 16px;
    color: #305dc3;
    font-weight: bold;
}

.ys_bg .ys  .ys_xt{
    position: absolute;
    left: 40px;
    top: -235px;
    z-index: 9;
    font-size: 12px;
    color: #b6b6b6;
    text-transform: uppercase;
} 



/*case*/

.case{
    width: 1280px;
    margin: 70px auto 0 auto;
    height: 590px;
}

.case .case_box{
    width: 1280px;
    margin: 70px auto 0 auto;
    position: relative;
}

.case .case_box .bd{
    width: 1280px;
}

.case .case_box .bd ul li{
    width: 396px;
    float: left;
    margin: 0 15px;


}

.case .case_box .bd ul li .pic{
    width: 396px;
    height: 275px;

}

.case .case_box .bd ul li .pic img{
    width: 396px;
    height: 275px;
}

.case .case_box .bd ul li .txt{
    width: 396px;
    height: 55px;
    line-height: 55px;
    border-bottom: 1px solid #d2d2d2;

}

.case .case_box .bd ul li .txt h5 a{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #333;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    float: left;
}

.case .case_box .bd ul li .txt .more{
    float: right;
    font-size: 12px;
    color: #999999;
    text-transform: uppercase;
    background: url(../images/buttom8.png) no-repeat right center ;
    padding-right: 10px;
}

.case .case_box .hd{
    position: absolute;
    right: 18px;
    top: 383px;
    background: url(../images/xt1.png) no-repeat  center ;
    width: 315px;
    height: 20px;
}

.case .case_box .hd ul{
    text-align: center;
}

.case .case_box .hd ul li{
    display:inline-block;
    background: url(../images/buttom7.png) no-repeat  center ;
    width: 10px;
    height: 10px;
    margin: 0 10px;
}

.case .case_box .hd ul li.on{
    background: url(../images/buttom6.png) no-repeat  center ;
}


.case .case_box .next{
    position: absolute;
    right: 332px;
    top: 380px;
    cursor: pointer;
    background: url(../images/left1.png) no-repeat  center ;
    width: 14px;
    height: 27px;
}

.case .case_box .prev{
    position: absolute;
    right: 0px;
    top: 380px;
    cursor: pointer;
    background: url(../images/right1.png) no-repeat  center ;
    width: 14px;
    height: 27px;
}

.case .case_box .zx{
    position: absolute;
    left: 0;
    top: 380px;

}

.case .case_box .zx .tel{
    float: left;
    background: url(../images/tel2.png) no-repeat right center ;
    padding-right: 55px;
    font-size: 19px;
    color: #305dc3;
    font-weight: bold;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.case .case_box .zx .qq{
    float: left;
    margin-left: 17px;
    width: 26px;
    height: 26px;
    background: url(../images/qq.png) no-repeat  center ;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
} 

.case .case_box .zx .tel:hover{
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -o-transform: translateY(-5px);
}

.case .case_box .zx .qq:hover{
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -o-transform: translateY(-5px);
}

/*about*/

.ab_bg{
    width: 100%;
    margin: 100px auto 0 auto;
    height: 959px;
    background: url(../images/ab_bg.jpg) no-repeat  center ;
}

.ab_bg .about{
    width: 1280px;
    margin: 0 auto;
    padding-top: 100px;
    position: relative;
}

.ab_bg .about .title{
    position: absolute;
    right: 0;
    top: 100px;
    text-align: right;
}

.ab_bg .about .title span{
    color: #f3f3f3;
    opacity: 0.06;

}

.ab_bg .about .title h3{
    color: #fff;

}

.ab_bg .about .title p{
    color: #a9c4fe;

}

.ab_bg .about .ab_box{
    margin: 30px auto 0 auto;
    height: 393px;
} 

.ab_bg .about .ab_box .ab_img{
    margin-left: 20px;
    width: 579px;
    height: 393px;
    float: left;
}
 
.ab_bg .about .ab_box .ab_img img{
    width: 579px;
    height: 393px;
    border-radius: 10px;
}

.ab_bg .about .ab_box .txt{
    float: right;
    margin-right: 25px;
    margin-top: 155px;
    width: 600px;

}

.ab_bg .about .ab_box .txt h5{
    font-size: 20px;
    color: #fff;
    font-weight: bold;

}

.ab_bg .about .ab_box .txt i{
    display: block;
    font-size: 12px;
    color: #879bca;
    margin-top: 5px;

}

.ab_bg .about .ab_box .txt p{
    font-size: 14px;
    color: #bfd1fc;
    line-height: 32px;
    height: 96px;
    overflow: hidden;
    margin-top: 20px;

}

.ab_bg .about .ab_box .txt .more{
    display: block;
    float: right;
    margin-right: 20px;
    width: 111px;
    height: 38px;
    background: url(../images/more2.png) no-repeat  center ;
    margin-top: 28px;

}
 
 
.ab_bg .fc{
    width: 1280px;
    margin: 0 auto;
    position: relative;
}

.ab_bg .fc .fc_list{
    position: absolute;
    right: 155px;
    top: -40px;
}

.ab_bg .fc .fc_list ul li{
    float: left;
    width: 110px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #879bca;
    margin-right: 20px;
    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;
}

.ab_bg .fc .fc_list ul li a{
    display: block;
    background: url(../images/buttom9.png) no-repeat 15px center ;
    padding-left: 35px;
    font-size: 14px;
    color: #fff;
}

.ab_bg .fc .fc_list ul li::after{
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    background: #0f3d92;
    width: 0;
    height: 36px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.ab_bg .fc .fc_list ul li.casehover{
    border: 1px solid #0f3d92;
}

.ab_bg .fc .fc_list ul li.casehover::after{
    width: 100%;
}

.ab_bg .fc .fc_box{
    padding-top: 125px;

}
 
.ab_bg .fc .fc_box .fc_nr ul li{
    width: 296px;
    float: left;
    margin: 0 12px;

}

.ab_bg .fc .fc_box .fc_nr ul li .pic{
    width: 294px;
    height: 210px;
    background:  #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.ab_bg .fc .fc_box .fc_nr ul li .pic img{
    width: 274px;
    height: 190px;
    margin: 10px;
    border-radius: 5px;
}

.ab_bg .fc .fc_box .fc_nr ul li .txt{
    height: 55px;
    line-height: 55px;
    margin: 0 auto;
    width: 274px;

}

.ab_bg .fc .fc_box .fc_nr ul li .txt h5 a{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
    color: #777777;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    float: left;
    width: 180px;
}

.ab_bg .fc .fc_box .fc_nr ul li .txt .more{
    display: block;
    float: right;
    font-size: 12px;
    color: #b7b7b7;
    text-transform: uppercase;

}
 
.ab_bg .fc .fc_box .fc_nr ul li:hover .pic{
    border: 1px solid #305dc3;
}

.ab_bg .fc .fc_box .fc_nr ul li:hover .txt h5 a{
    color: #305dc3;
}





/*news*/

.news{
    width: 1280px;
    margin: 50px auto 0 auto;
    position: relative;
    height: 735px;
}


.news .news_box{
    width: 1280px;
    margin: 60px auto 0 auto;
    position: relative;
}

.news .news_list{
    position: absolute;
    left: 0;
    top: 175px;
    z-index: 5;
} 

.news .news_list ul li{
    float: left;
    width: 145px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #dcdcdc;
    border-radius: 25px;
    margin-right: 40px;
    position: relative;
    z-index: 5;
}

.news .news_list ul li a{
    display: block;
    padding-left: 55px;
    font-size: 14px;
    color: #737373;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news .news_list ul li.n1 a{
    background: url(../images/news1.png) no-repeat 23px center ;
}

.news .news_list ul li.n2 a{
    background: url(../images/news2.png) no-repeat 23px center ;
}

.news .news_list ul li.n3 a{
    background: url(../images/news3.png) no-repeat 23px center ;
}

.news .news_list ul li::after{
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    background: #0b40aa;
    border-radius: 25px;
    width: 0;
    height: 40px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;

}

.news .news_list ul li.casehover::after{
    width: 100%;
}

.news .news_list ul li.casehover a{
    color: #fff;
}

.news .news_list ul li.n1.casehover a{
    background: url(../images/news11.png) no-repeat 23px center ;
}

.news .news_list ul li.n2.casehover a{
    background: url(../images/news22.png) no-repeat 23px center ;
}

.news .news_list ul li.n3.casehover a{
    background: url(../images/news33.png) no-repeat 23px center ;
}

.news .news_box  .news_l{
    float: left;
    width: 515px;
    height: 469px;
    position: relative;
    margin-top: 88px;
}

.news .news_box  .news_l .news_img{
    width: 515px;
    height: 469px;
    position: relative;
}

.news .news_box  .news_l .news_img img{
    width: 515px;
    height: 469px;
}

.news .news_box  .news_l .txt{
    position: absolute;
    left: 30px;
    top: 50px;
    width: 138px;
    height: 362px;
    background: url(../images/ico1.png) repeat  center ;
    padding: 0 20px;
}

.news .news_box  .news_l .txt a{
    display: block;
    font-size: 15px;
    color: #000000;
    font-weight: bold;
    line-height: 32px;
    height: 64px;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin: 40px 0 60px 0;
}

.news .news_box  .news_l .txt span{
    display: block;
    font-size: 12px;
    color: #777777;
}

.news .news_box  .news_l:hover .txt a{
    color: #305dc3;
}

.news .news_box  .news_r{
    float: right;
    width: 680px;
}

.news .news_box  .news_r ul li{
    height: 126px;
    border-bottom: 1px dashed #d8d8d8;
    margin-bottom: 16px;
}

.news .news_box  .news_r ul li .news_img{
    float: left;
    width: 164px;
    height: 108px;
    overflow: hidden;
}

.news .news_box  .news_r ul li .news_img img{
    width: 164px;
    height: 108px;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news .news_box  .news_r ul li:hover .news_img img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.news .news_box  .news_r ul li .txt{
    float: right;
    width: 485px;
    margin-right: 20px;
    margin-top: 25px;
} 

.news .news_box  .news_r ul li .txt .time{
    float: left;
    width: 80px;
    height: 58px;
    border-right: 1px solid #c0c0c0;
    text-align: center;
}
.news .news_box  .news_r ul li .txt .time span{
    display: block;
    font-size: 32px;
    color: #444444;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 12px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news .news_box  .news_r ul li:hover .txt .time span{
    color: #0c357f;
}

.news .news_box  .news_r ul li .txt .time p{
    font-size: 14px;
    color: #666;
}

.news .news_box  .news_r ul li .nr{
    float: right;
    width: 380px;
} 

.news .news_box  .news_r ul li .nr a{
    font-size: 16px;
    color: #444444;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news .news_box  .news_r ul li .nr p{
    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;
    margin-top: 12px;
}

/*links*/

.links{
    width: 1280px;
    margin: 70px auto 0 auto;
    overflow: hidden;
}

.links .links_t{
    float: left;
    background: url(../images/links.png) no-repeat  center ;
    width: 92px;
    height: 25px;
}

.links .yq{
    float: right;
    width: 1170px;
    font-size: 14px;
    color: #777777;
} 

.links .yq a{
    font-size: 14px;
    color: #777777;
    margin: 0 15px;
}








/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
 @-webkit-keyframes fadeIn {
    from {
      opacity: 0;
    }
  
    to {
      opacity: 1;
    }
  }
  
  @keyframes fadeIn {
    from {
      opacity: 0;
    }
  
    to {
      opacity: 1;
    }
  }
  
  .fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
  }
  
  @-webkit-keyframes fadeInDown {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  @keyframes fadeInDown {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  .fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
  }
  
  @-webkit-keyframes fadeInDownBig {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, -2000px, 0);
      transform: translate3d(0, -2000px, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  @keyframes fadeInDownBig {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, -2000px, 0);
      transform: translate3d(0, -2000px, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  .fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
  }
  
  @-webkit-keyframes fadeInLeft {
    from {
      opacity: 0;
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  @keyframes fadeInLeft {
    from {
      opacity: 0;
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  .fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
  }
  
  @-webkit-keyframes fadeInLeftBig {
    from {
      opacity: 0;
      -webkit-transform: translate3d(-2000px, 0, 0);
      transform: translate3d(-2000px, 0, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  @keyframes fadeInLeftBig {
    from {
      opacity: 0;
      -webkit-transform: translate3d(-2000px, 0, 0);
      transform: translate3d(-2000px, 0, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  .fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
  }
  
  @-webkit-keyframes fadeInRight {
    from {
      opacity: 0;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  @keyframes fadeInRight {
    from {
      opacity: 0;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  .fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
  }
  
  @-webkit-keyframes fadeInRightBig {
    from {
      opacity: 0;
      -webkit-transform: translate3d(2000px, 0, 0);
      transform: translate3d(2000px, 0, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  @keyframes fadeInRightBig {
    from {
      opacity: 0;
      -webkit-transform: translate3d(2000px, 0, 0);
      transform: translate3d(2000px, 0, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  .fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
  }
  
  @-webkit-keyframes fadeInUp {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  @keyframes fadeInUp {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  .fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
  }
  
  @-webkit-keyframes fadeInUpBig {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, 2000px, 0);
      transform: translate3d(0, 2000px, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  @keyframes fadeInUpBig {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, 2000px, 0);
      transform: translate3d(0, 2000px, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  .fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
  }
  
  @-webkit-keyframes fadeOut {
    from {
      opacity: 1;
    }
  
    to {
      opacity: 0;
    }
  }
  
  @keyframes fadeOut {
    from {
      opacity: 1;
    }
  
    to {
      opacity: 0;
    }
  }
  
  .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
  }
  
  @-webkit-keyframes fadeOutDown {
    from {
      opacity: 1;
    }
  
    to {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
    }
  }
  
  @keyframes fadeOutDown {
    from {
      opacity: 1;
    }
  
    to {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
    }
  }
  
  .fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
  }
  
  @-webkit-keyframes fadeOutDownBig {
    from {
      opacity: 1;
    }
  
    to {
      opacity: 0;
      -webkit-transform: translate3d(0, 2000px, 0);
      transform: translate3d(0, 2000px, 0);
    }
  }
  
  @keyframes fadeOutDownBig {
    from {
      opacity: 1;
    }
  
    to {
      opacity: 0;
      -webkit-transform: translate3d(0, 2000px, 0);
      transform: translate3d(0, 2000px, 0);
    }
  }
  
  .fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
  }
  
  @-webkit-keyframes fadeOutLeft {
    from {
      opacity: 1;
    }
  
    to {
      opacity: 0;
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
    }
  }
  
  @keyframes fadeOutLeft {
    from {
      opacity: 1;
    }
  
    to {
      opacity: 0;
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
    }
  }
  
  .fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
  }
  
  @-webkit-keyframes fadeOutLeftBig {
    from {
      opacity: 1;
    }
  
    to {
      opacity: 0;
      -webkit-transform: translate3d(-2000px, 0, 0);
      transform: translate3d(-2000px, 0, 0);
    }
  }
  
  @keyframes fadeOutLeftBig {
    from {
      opacity: 1;
    }
  
    to {
      opacity: 0;
      -webkit-transform: translate3d(-2000px, 0, 0);
      transform: translate3d(-2000px, 0, 0);
    }
  }
  
  .fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
  }
  
  @-webkit-keyframes fadeOutRight {
    from {
      opacity: 1;
    }
  
    to {
      opacity: 0;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
    }
  }
  
  @keyframes fadeOutRight {
    from {
      opacity: 1;
    }
  
    to {
      opacity: 0;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
    }
  }
  
  .fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
  }
  
  @-webkit-keyframes fadeOutRightBig {
    from {
      opacity: 1;
    }
  
    to {
      opacity: 0;
      -webkit-transform: translate3d(2000px, 0, 0);
      transform: translate3d(2000px, 0, 0);
    }
  }
  
  @keyframes fadeOutRightBig {
    from {
      opacity: 1;
    }
  
    to {
      opacity: 0;
      -webkit-transform: translate3d(2000px, 0, 0);
      transform: translate3d(2000px, 0, 0);
    }
  }
  
  .fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
  }
  
  @-webkit-keyframes fadeOutUp {
    from {
      opacity: 1;
    }
  
    to {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
    }
  }
  
  @keyframes fadeOutUp {
    from {
      opacity: 1;
    }
  
    to {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
    }
  }
  
  .fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
  }
  
  @-webkit-keyframes fadeOutUpBig {
    from {
      opacity: 1;
    }
  
    to {
      opacity: 0;
      -webkit-transform: translate3d(0, -2000px, 0);
      transform: translate3d(0, -2000px, 0);
    }
  }
  
  @keyframes fadeOutUpBig {
    from {
      opacity: 1;
    }
  
    to {
      opacity: 0;
      -webkit-transform: translate3d(0, -2000px, 0);
      transform: translate3d(0, -2000px, 0);
    }
  }
  
  .fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
  }
  
  
  
  .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  
  .animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
  }
  
  .animated.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
  }
  
  .animated.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
  }
  
  .animated.delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
  }
  
  .animated.delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
  }
  
  .animated.delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
  }
  
  .animated.fast {
    -webkit-animation-duration: 800ms;
    animation-duration: 800ms;
  }
  
  .animated.faster {
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
  }
  
  .animated.slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
  }
  
  .animated.slower {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
  }
  
  @media (print), (prefers-reduced-motion) {
    .animated {
      -webkit-animation: unset !important;
      animation: unset !important;
      -webkit-transition: none !important;
      transition: none !important;
    }
  }