
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/

/*banner*/
.fullSlide {
    width: 100%;
    position: relative;
    height: 900px;
    background: #fff;
    overflow: hidden;
    top: -170px;
  }
  
  .fullSlide .bd {
    width: 100%;
    height: 900px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }

  
  .fullSlide .bd ul {
    width: 100% !important;
  }
  
  .fullSlide .bd li {
    width: 100% !important;
    height: 900px;
    overflow: hidden;
    text-align: center;
  }
  
  .fullSlide .bd li a {
    display: block;
    height: 900px;
  }
  
  .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: 28px;
    height: 28px;
    background: url(../images/buttom1.png) no-repeat center;
    margin: 0 20px;
    overflow: hidden;
    line-height: 99px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
  }
  
  .fullSlide .hd ul .on {
    -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{

}

.title h5{
    font-size: 70px;
    color: #0c3875;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    position: relative;
    line-height: 55px;
    height: 55px;

}


.title .textBottom {
    color: #282828;
    position: absolute;
    left: 0px;
    top: 0px;
    clip: rect(25px auto auto auto);
    font-size: 70px;
    color: #cc1329;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    }

.title .textTop {
    position: absolute;
    left: 0px;
    top: 0px;
    clip: rect(0 auto 24px 0);
    font-size: 70px;
    color: #0c3875;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    }

.title h3 {
    font-size: 16px;
    color: #333333;
    letter-spacing: 5px;
}

.title h3 a{
    font-size: 16px;
    color: #333333;
    display: block;
}

.title h3 i{
    display: inline-block;
    font-size: 30px;
    color: #333333;
    letter-spacing: 0;
}





/*product*/

.pro_bg{
    width: 100%;
    height: 1460px;
    margin: -170px auto 0 auto;
    background: url(../images/pro_bg.jpg) no-repeat top center;
}

.pro_bg .product{
    width: 1300px;
    margin: 0 auto;
    padding-top: 90px;

}

.pro_bg .product .pro_box{
    margin: 75px auto 0 auto;
    position: relative;
}

.pro_bg .product .pro_box .pro_button{
    position: absolute;
    right: 0px;
    top: -140px;
    background: url(../images/buttom2.png) no-repeat  center;
    width: 180px;
    height: 50px;
}

.pro_bg .product .pro_box .pro_button .next{
    width: 90px;
    height: 50px;
    line-height: 50px;
    background: url(../images/pro_left.png) no-repeat  center;
    float: left;
    margin: 0 auto;
}

.pro_bg .product .pro_box .pro_button .prev{
    width: 90px;
    height: 50px;
    line-height: 50px;
    background: url(../images/pro_right.png) no-repeat  center;
    float: right;
    margin: 0 auto;
}


.pro_bg .product .pro_box .hd{
    width: 1300px;
    height: 160px;
}

.pro_bg .product .pro_box .hd ul li{
    float: left;
    width: 260px;
    height: 160px;
    position: relative;
    z-index: 5;
    text-align: center;

}
 
.pro_bg .product .pro_box .hd ul li a{
    font-size: 16px;
    color: #333333;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.pro_bg .product .pro_box .hd ul li a span{
    display: block;

    width: 46px;
    height: 46px;

    margin: 25px auto 0 auto;
    -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 .hd ul li a i{
    display: block;
    font-size: 12px;
    color: #999999;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin: 15px 0 5px 0;
}

.pro_bg .product .pro_box .hd ul li::after{
    position: absolute;
    left: 0px;
    top: -15px;
    width: 100%;
    height: 0px;
    background: #cc1329;
    border-radius: 8px;
    content: "";
    z-index: -1;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.pro_bg .product .pro_box .hd ul li.p1 a span{
    background: url(../images/pro1.png) no-repeat  center;
}

.pro_bg .product .pro_box .hd ul li.p2 a span{
    background: url(../images/pro2.png) no-repeat  center;
}

.pro_bg .product .pro_box .hd ul li.p3 a span{
    background: url(../images/pro3.png) no-repeat  center;
}


.pro_bg .product .pro_box .hd ul li.p4 a span{
    background: url(../images/pro4.png) no-repeat  center;
}

.pro_bg .product .pro_box .hd ul li.on::after{
    height: 192px;
}

.pro_bg .product .pro_box .hd ul li.on a{
    color: #fff;

}

.pro_bg .product .pro_box .hd ul li.on a i{
    color: #fff;
    opacity: 0.3;
}

.pro_bg .product .pro_box .hd ul li.p1.on a span{
    background: url(../images/pro11.png) no-repeat  center;
}

.pro_bg .product .pro_box .hd ul li.p2.on a span{
    background: url(../images/pro22.png) no-repeat  center;
}

.pro_bg .product .pro_box .hd ul li.p3.on a span{
    background: url(../images/pro33.png) no-repeat  center;
}


.pro_bg .product .pro_box .hd ul li.p4.on a span{
    background: url(../images/pro44.png) no-repeat  center;
}




.pro_bg .product .pro_box .hd .more{
    float: right;
    width: 260px;
    height: 160px;
    position: relative;
    z-index: 5;
    text-align: center;

}
 
.pro_bg .product .pro_box .hd .more a{
    font-size: 16px;
    color: #333333;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.pro_bg .product .pro_box .hd .more a span{
    display: block;
    background: url(../images/pro5.png) no-repeat  center;
    width: 46px;
    height: 46px;

    margin: 25px auto 0 auto;
    -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 .hd .more a i{
    display: block;
    font-size: 12px;
    color: #999999;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin: 15px 0 7px 0;
}

.pro_bg .product .pro_box .bd{
    margin: 44px auto 0 auto;
}

.pro_bg .product .pro_box .bd ul li{
    float: left;
    width: 1300px;
}

.pro_bg .product .pro_box .bd ul li .pro_show{
    margin: 45px auto 0 auto;
    height: 352px;
}

.pro_bg .product .pro_box .bd ul li .pro_show .pic{
    float: left;
    width: 531px;
    height: 352px;
    margin-left: 50px;
}

.pro_bg .product .pro_box .bd ul li .pro_show .pic img{
    width: 531px;
    height: 352px;
}

.pro_bg .product .pro_box .bd ul li .pro_show .txt{
    float: right;
    width: 590px;
    margin-right: 60px;
    margin-top: 40px;
}

.pro_bg .product .pro_box .bd ul li .pro_show .txt h5 a{
    font-size: 24px;
    color: #333;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.pro_bg .product .pro_box .bd ul li .pro_show .txt h5 a i{
    display: block;
    font-size: 14px;
    color: #999;
    font-weight: normal;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 5px;
}

.pro_bg .product .pro_box .bd ul li .pro_show .txt em{
    display: block;
    background: #e0e0e0;
    width: 590px;
    height: 1px;
    margin: 25px 0 20px 0;
}
.pro_bg .product .pro_box .bd ul li .pro_show .txt p{
    font-size: 15px;
    color: #666;
    line-height: 30px;
    height: 90px;
    overflow: hidden;
}

.pro_bg .product .pro_box .bd ul li .pro_show .txt .more{
    display: block;
    margin-top: 35px;
    font-size: 14px;
    color: #666;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    background: url(../images/more.png) no-repeat right  center;
    height: 36px;
    line-height: 36px;
    width: 170px;
}

.pro_bg .product .pro_box .bd ul li:hover .pro_show .txt h5 a{
    color: #0c3875;
}

.pro_bg .product .pro_box .bd ul li .list{
    margin: 100px auto 0 auto;
    height: 395px;
    width: 1360px;
}

.pro_bg .product .pro_box .bd ul li .list dl{
    float: left;
    width: 404px;
    height: 395px;
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);
    box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);
    margin: 0 22px 15px 10px;

}


.pro_bg .product .pro_box .bd ul li .list dl .pic{
    width: 367px;
    height: 233px;
    margin: 18px 18px 0 18px;
    overflow: hidden;
    

}

.pro_bg .product .pro_box .bd ul li .list dl .pic img{
    width: 367px;
    height: 233px;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.pro_bg .product .pro_box .bd ul li .list dl .txt{
    margin: 22px auto 0 auto;
    text-align: center;
    
} 

.pro_bg .product .pro_box .bd ul li .list dl .txt span{
    display: block;
    font-size: 22px;
    color: #333;
    font-family: "Impact";
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.pro_bg .product .pro_box .bd ul li .list dl .txt a{
    font-size: 16px;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin: 5px auto 0 auto;
}

.pro_bg .product .pro_box .bd ul li .list dl .txt a i{
    display: block;
    font-size: 12px;
    color: #999999;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    margin-top: 5px;
}

.pro_bg .product .pro_box .bd ul li .list dl:hover .txt span{
    color: #cc1329;
}

.pro_bg .product .pro_box .bd ul li .list dl:hover .pic img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);

}



/*ys*/

.ys_bg{
    width: 100%;
    height: 704px;
    margin: 0 auto;
    background: url(../images/ys_bg.jpg) no-repeat top center;
}

.ys_bg .ys{
    width: 1300px;
    margin: 0 auto;
    position: relative;
    padding-top: 84px;
}

.ys_bg .ys .title{
    position: absolute;
    right: 0px;
    top: 120px;
    text-align: right;
    z-index: 5;
}

.ys_bg .ys .title h3 i{
    display: block;
    margin-bottom: 40px;
}

.ys_bg .ys .ys_box{
    margin: 0 auto;
    position: relative;
    width: 1300px;
}

.ys_bg .ys .ys_box .bd{
    width: 1300px;
    margin: 0 auto;
    position: relative;
}

.ys_bg .ys .ys_box .bd ul li{
    float: left;
    width: 1300px;
}

.ys_bg .ys .ys_box .bd ul li .ys_img{
    float: left;
    width: 700px;
    height: 620px;
    margin-left: -70px;
}

.ys_bg .ys .ys_box .bd ul li .ys_img img{
    width: 700px;
    height: 620px;
}

.ys_bg .ys .ys_box .bd ul li .txt{
    float: right;
    width: 555px;
    margin-top: 290px;
    position: relative;

} 

.ys_bg .ys .ys_box .bd ul li .txt h5{
    font-size: 26px;
    color: #333;
    font-weight: bold;

}

.ys_bg .ys .ys_box .bd ul li .txt i{
    display: block;
    font-size: 14px;
    color: #999999;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 5px;
    margin-top: 5px;
}

.ys_bg .ys .ys_box .bd ul li .txt em{
    display: block;
    width: 22px;
    height: 4px;
    background: #cc1329;
    margin: 25px 0 20px 0;
}

.ys_bg .ys .ys_box .bd ul li .txt p{
    font-size: 16px;
    color: #333;
    line-height: 32px;
}

.ys_bg .ys .ys_box .bd ul li .txt span{
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 5;
    font-size: 90px;
    -webkit-text-fill-color: transparent;/*文字的填充色*/
    -webkit-text-stroke: 1px #869ab8;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    line-height: 70px;
   
}

.ys_bg .ys .ys_box .prev{
    position: absolute;
    left: 555px;
    top: 340px;
    z-index: 5;
    cursor: pointer;
    background: url(../images/right.png) no-repeat center;
    width: 149px;
    height: 56px;
}



/*case*/

.case_bg{
    width: 100%;
    height: 1305px;
    margin: 0 auto;
    background: url(../images/case_bg.jpg) no-repeat top center;
}

.case_bg .gg_box{
    width: 1300px;
    margin: 0 auto;
    padding-top: 120px;
    height: 400px;
}

.case_bg .gg_box .cont_l{
    float: left;
    width: 760px;
}

.case_bg .gg_box .cont_l .txt{
    height: 120px;

}

.case_bg .gg_box .cont_l .txt h5{
    font-size: 30px;
    color: #fff;
    font-weight: bold;
}

.case_bg .gg_box .cont_l .txt h5 i{
    font-size: 30px;
    color: #fff;
    font-weight: normal;
}

.case_bg .gg_box .cont_l .txt em{
    display: block;
    width: 102px;
    height: 5px;
    background: #cc1329;
    margin: 17px 0 15px 0;
}

.case_bg .gg_box .cont_l .txt span{
    display: block;
    font-size: 12px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    letter-spacing: 24px;
    opacity: 0.2;
}

.case_bg .gg_box .cont_l ul{
    margin: 0 auto;

}

.case_bg .gg_box .cont_l ul li{
    float: left;
    width: 190px;
    margin-right: 70px;
}


.case_bg .gg_box .cont_l ul li:last-child{
    margin-right: 0;
}

.case_bg .gg_box .cont_l ul li span{
    display: block;
    font-size: 18px;
    color: #fff;
    margin-top: 25px;
}

.case_bg .gg_box .cont_l ul li i{
    display: block;
    font-size: 12px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    letter-spacing: 7px;
    opacity: 0.5;
    margin-top: 15px;
}

.case_bg .gg_box .zx{
    float: right;
    width: 293px;
    height: 92px;
    line-height: 92px;
    background: url(../images/zx.png) no-repeat  center;
    margin-top: 82px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.case_bg .gg_box .zx a{
    display: block;
    width: 200px;
    text-align: center;
    font-size: 18px;
    color: #333;

}

.case_bg .gg_box .zx:hover{
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -o-transform: translateY(-10px);
}

/*case*/

.case{
    width: 1300px;
    margin: 0 auto;
}

.case .case_t{
    height: 160px;
    margin-left: 205px;
}

.case .case_t .title{
    float: left;
}

.case .case_t .more{
    float: right;
    width: 160px;
    height: 50px;
    line-height: 50px;
    background: url(../images/more1.png) no-repeat  center;
    margin: 50px auto 0 auto;
}

.case .case_t .more a{
    display: block;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}

.case .case_box{
    margin: 0 auto;
} 

.case .case_box .case_l{
    float: left;
    position: relative;
    width: 815px;
}

.case .case_box .case_l .bd{
    float: left;
    width: 636px;
}

.case .case_box .case_l .bd ul li{
    float: left;
    width: 636px;

}

.case .case_box .case_l .bd ul li .pic{
    width: 636px;
    height: 473px;
}

.case .case_box .case_l .bd ul li .pic img{
    width: 636px;
    height: 473px;
}

.case .case_box .case_l .bd ul li .txt{
    margin-top: 30px;

}

.case .case_box .case_l .bd ul li .txt a{
    padding-left: 18px;
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    background: url(../images/buttom4.png) no-repeat left center;
}

.case .case_box .case_l .bd ul li:hover .txt a{
    color: #0c3875;

}

.case .case_box .case_l .bd ul li .txt p{
    font-size: 16px;
    color: #666666;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    margin-top: 15px;
}

.case .case_box .case_l .hd{
    margin-left: 80px;
    margin-top: 85px;
    width: 40px;
    height: 350px;
    background: url(../images/buttom3.png) no-repeat center;
    float: left;
}

.case .case_box .case_l .hd .next{
    background: url(../images/left.png) no-repeat top center;
    padding-top: 85px;
    font-size: 16px;
    color: #666;
    text-transform: uppercase;
    text-align: center;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.case .case_box .case_l .hd .prev{
    background: url(../images/right1.png) no-repeat bottom center;
    padding-bottom: 85px;
    font-size: 16px;
    color: #0b3871;
    text-transform: uppercase;
    text-align: center;
    margin-top: 132px;

}

.case .case_box .case_l .hd .next:hover{
    color: #0b3871;
    background: url(../images/left2.png) no-repeat top center;
}

.case .case_box .case_l .zx{
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 164px;
    height: 56px;
    line-height: 56px;
    background: #cc1329;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.case .case_box .case_l .zx a{
    display: block;
    font-size: 16px;
    color: #fff;
    padding-left: 68px;
    background: url(../images/qq.png) no-repeat 40px center;
}

.case .case_box .case_l .zx:hover{
    border-radius: 45px;
}

.case .case_box .case_r{
    float: right;
    width: 448px;
    margin-top: -17px;
} 

.case .case_box .case_r ul li{
    width: 446px;
    height: 311px;
    border: 1px solid #fff;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin-bottom: 13px;
}

.case .case_box .case_r ul li .pic{
    float: left;
    width: 358px;
    height: 268px;
    margin: 21px 0 0 21px;

}

.case .case_box .case_r ul li .pic img{
    width: 358px;
    height: 268px;
}

.case .case_box .case_r ul li .txt{
    float: right;
    width: 65px;
    line-height: 65px;
    margin-top: 32px;

}

.case .case_box .case_r ul li .txt a{
    font-size: 18px;
    color: #666;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    padding-top: 15px;
    background: url(../images/buttom5.png) no-repeat top center;
    writing-mode: tb-rl;
    height: 230px;
}

.case .case_box .case_r ul li.on{
    border: 1px solid #0b3871;
}

.case .case_box .case_r ul li.on a{
    color: #0b3871;
    background: url(../images/buttom6.png) no-repeat top center;
}



/*about*/

.ab_bg{
    width: 100%;
    height: 1033px;
    margin: 0 auto;
    background: url(../images/ab_bg.jpg) no-repeat top center;
}

.ab_bg .about{
    width: 1300px;
    margin: 0 auto;
    padding-top: 185px;
}

.ab_bg .about .ab_t{
    height: 150px;
}

.ab_bg .about .ab_t .title{
    float: left;
}

.ab_bg .about .ab_t .title .textTop {
    color: #fff;
    font-family: 'Times New Roman', Times, serif;

  }

  .ab_bg .about .ab_t .title .textBottom {
    font-family: 'Times New Roman', Times, serif;
  }

  .ab_bg .about .ab_t .title h3{
    color: #fff;
  }

  .ab_bg .about .ab_t .title h3 i{
      color: #fff;
  }

.ab_bg .about .ab_t .zx{
    float: right;
} 

.ab_bg .about .ab_t .zx .tel{
    padding-left: 70px;
    line-height: 43px;
    color: #fff;
    font-size: 36px;
    font-family: Arial, Helvetica, sans-serif;
    background: url(../images/tel1.png) no-repeat left center;
    font-style: italic;
    font-weight: bold;

}

.ab_bg .about .ab_t .zx .zixun{
    margin-top: 20px;
    width: 141px;
    height: 48px;
    line-height: 48px;
    background: #fff;
    text-align: center;
    float: right;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
} 

.ab_bg .about .ab_t .zx .zixun a{
    display: block;
    color: #333333;
    font-size: 16px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.ab_bg .about .ab_t .zx .zixun:hover{
    background: #cc1329;
}

.ab_bg .about .ab_t .zx .zixun:hover a{
    color: #fff;
}

.ab_bg .ab_box {
    margin: 0 auto;
    position: relative;

}

.ab_bg .ab_box .ab_img{
    float: left;
    width: 625px;
    height: 697px;

}

.ab_bg .ab_box .ab_img img{
    width: 625px;
    height: 697px;
    border-top-right-radius: 120px;
}


.ab_bg .ab_box .ab_r{
    float: right;
    margin-top: 40px;
    position: relative;
    width: 605px;
}

.ab_bg .ab_box .ab_r .time{
    height: 95px;

}

.ab_bg .ab_box .ab_r .time span{
    font-size: 96px;
    color: #dedede;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
    line-height: 65px;
    display: inline-block;
    

}

.ab_bg .ab_box .ab_r .time i{
    font-size: 19px;
    color: #cc1329;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
    display: inline-block;
    margin-left: 45px;
    margin-top: 65px;
}

.ab_bg .ab_box .ab_r .time em{
    font-size: 13px;
    color: #333;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
    text-transform: uppercase;
    display: inline-block;
    margin-left: 215px;
    margin-top: 68px;
}

.ab_bg .ab_box .ab_r .txt{
    margin-top: 80px;

} 

.ab_bg .ab_box .ab_r .txt h5{
    font-weight: bold;
    font-size: 26px;
    color: #333333;

}

.ab_bg .ab_box .ab_r .txt h5 i{
    display: block;
    font-size: 14px;
    color: #999999;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    margin: 5px 0 30px 0;

}

.ab_bg .ab_box .ab_r .txt p{
    font-size: 16px;
    color: #666;
    line-height: 36px;
    overflow: hidden;
    height: 144px;
}

.ab_bg .ab_box .ab_r .txt .more{
    display: block;
    width: 179px;
    height: 58px;
    line-height: 58px;
    background: #cc1329;
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin-top: 100px;
}

.ab_bg .ab_box .ab_r .ry{
    position: absolute;
    right: 0px;
    top: 442px;
    background: url(../images/ry_bg.jpg) no-repeat center;
    width: 324px;
    height: 215px;

}

.ab_bg .ab_box .ab_r .ry img{
    width: 285px;
    height: 178px;
    margin: 19px 0 0 23px;

}


/*news*/

.news{
    margin: 80px auto 0 auto;
    width: 1300px;

}

.news .news_t{
    height: 182px;

}

.news .news_t .title{
    float: left;
}

.news .news_t .news_list{
    float: right;
    background: url(../images/news_list.png) no-repeat left center;
    height: 182px;
    width: 650px;

}

.news .news_t .news_list ul li{
    text-align: center;
    float: left;
    width: 180px;
    margin-left: 30px;

}

.news .news_t .news_list ul li a{
    display: block;
    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;
}

.news .news_t .news_list ul li a i{
    display: block;
    margin: 47px auto 10px auto;
    width: 35px;
    height: 35px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news .news_t .news_list ul li.n1 a i{
    background: url(../images/news1.png) no-repeat  center;
}

.news .news_t .news_list ul li.n2 a i{
    background: url(../images/news2.png) no-repeat  center;
}

.news .news_t .news_list ul li.n3 a i{
    background: url(../images/news3.png) no-repeat  center;
}

.news .news_t .news_list ul li.casehover a{
    color: #cc1329;

}

.news .news_t .news_list ul li.n1.casehovera i{
    background: url(../images/news11.png) no-repeat  center;
}

.news .news_t .news_list ul li.n2.casehover a i{
    background: url(../images/news22.png) no-repeat  center;
}

.news .news_t .news_list ul li.n3.casehover a i{
    background: url(../images/news33.png) no-repeat  center;
}

.news .news_box{
    margin: 0 auto;
}


.news .news_box .news_top{
    height: 443px;
    overflow: hidden;

}


.news .news_box .news_top .news_l{
    float: left;
    width: 570px;
}

.news .news_box .news_top .news_l ul li{
    width: 570px;
    height: 100px;
    margin-bottom: 52px;
}

.news .news_box .news_top .news_l ul li .time{
    float: left;
    width: 102px;
    height: 100px;
    background: #f6f6f6;
    text-align: center;
    position: relative;
    z-index: 5;
}

.news .news_box .news_top .news_l ul li .time::after{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background: #0f3773;
    z-index: -1;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news .news_box .news_top .news_l ul li.on .time::after{
    height: 100%;
}

.news .news_box .news_top .news_l ul li:hover .time::after{
    height: 100%;
}

.news .news_box .news_top .news_l ul li .time span{
    display: block;
    font-size: 15px;
    color: #666;
    text-transform: uppercase;
    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: 18px 0 12px 0;
}

.news .news_box .news_top .news_l ul li .time i{
    display: block;
    margin: 0 auto;
    width: 26px;
    height: 1px;
    background: #082857;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news .news_box .news_top .news_l ul li .time p{
    font-size: 15px;
    color: #999;
    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: 10px;
}

.news .news_box .news_top .news_l ul li.on .time span{
    color: #fff;
}

.news .news_box .news_top .news_l ul li.on .time i{
    background: #fff;
}
 
.news .news_box .news_top .news_l ul li.on .time p{
    color: #fff;
}

.news .news_box .news_top .news_l ul li:hover .time span{
    color: #fff;
}

.news .news_box .news_top .news_l ul li:hover .time i{
    background: #fff;
}
 
.news .news_box .news_top .news_l ul li:hover .time p{
    color: #fff;
}

.news .news_box .news_top .news_l ul li .txt{
    float: right;
    width: 430px;
}

.news .news_box .news_top .news_l ul li .txt a{
    padding-left: 45px;
    background: url(../images/buttom7.png) no-repeat left center;
    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;
    line-height: 50px;

}

.news .news_box .news_top .news_l ul li .txt p{
    padding-left: 45px;
    font-size: 14px;
    color: #666666;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin-top: 8px;
}

.news .news_box .news_top .news_l ul li:hover .txt a{
    color: #cc1329;
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
    -o-transform: translateX(10px);
}

.news .news_box .news_top .news_r{
    float: right;
    width: 720px;
} 

.news .news_box .news_top .news_r ul li{
    float: left;
    width: 306px;
    margin-left: 54px;
}

.news .news_box .news_top .news_r ul li .news_img{
    width: 306px;
    height: 222px;
    overflow: hidden;

}

.news .news_box .news_top .news_r ul li .news_img img{
    width: 306px;
    height: 222px;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news .news_box .news_top .news_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_top .news_r ul li .txt{
    margin: 30px 0 0 0;

} 

.news .news_box .news_top .news_r ul li .txt a{
    font-size: 16px;
    color: #333;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news .news_box .news_top .news_r ul li .txt p{
    font-size: 14px;
    color: #666;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 25px;
}

.news .news_box .news_top .news_r ul li .txt .more{
    margin-top: 25px;
    border-top: 1px solid #eaeaea;
    padding-top: 28px;
}

.news .news_box .news_top .news_r ul li .txt .more span{
    display: block;
    font-size: 15px;
    color: #999999;
    font-family: Arial, Helvetica, sans-serif;
    float: left;
    line-height: 20px;
    background: url(../images/buttom8.png) no-repeat left  center;
    padding-left: 45px;
}

.news .news_box .news_top .news_r ul li .txt .more a{
    display: block;
    float: right;
    background: url(../images/more2.png) no-repeat   center;
    width: 20px;
    height: 11px;
    margin-top: 5px;
}

.news .news_box .news_top .news_r ul li:hover .txt a{
    color: #cc1329;
    
}

.news .news_box .list{
    margin: 0 auto;
    height: 117px;
    width: 1360px;
}

.news .news_box .list ul li{
    float: left;
    width: 367px;
    height: 115px;
    border: 1px solid #eaeaea;
    margin-right: 25px;
    padding: 0 25px;
    -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:hover{
    border: 1px solid #0f3773;
}

.news .news_box .list ul li h5{
    background: url(../images/buttom7.png) no-repeat left center;
    margin: 23px 0;
    line-height: 20px;
}

.news .news_box .list ul li h5 i{
    font-size: 15px;
    color: #999999;
    font-family: Arial, Helvetica, sans-serif;
    text-align: right;
    display: block;
}

.news .news_box .list ul li a{
    background: url(../images/xt1.png) no-repeat left center;
    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;
    padding-left: 50px;
}

.news .news_box .list ul li:hover a{
    color: #cc1329;
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
    -o-transform: translateX(10px);
}
