﻿
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/

/*banner*/
.fullSlide {
    width: 100%;
    position: relative;
    height: 680px;
    background: #fff;
    overflow: hidden;
  }
  
  .fullSlide .bd {
    width: 100%;
    height: 680px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }

  
  .fullSlide .bd ul {
    width: 100%;
  }
  
  .fullSlide .bd li {
    width: 100% !important;
    height: 680px;
    overflow: hidden;
    text-align: center;
  }
  
  .fullSlide .bd li a {
    display: block;
    height: 680px;
  }
  
  .fullSlide .hd {
    width: 70px;
    position: absolute;
    z-index: 2;
    top: 290px;
    left: 90px;
  }
  
  .fullSlide .hd ul {

  }
  
  .fullSlide .hd ul li {
    cursor: pointer;
    zoom: 1;
    width: 40px;
    margin: 0px 0 12px  0;
    overflow: hidden;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    margin-left: 30px;
    background: url(../images/xt1.png) no-repeat right center;
    position: relative;
    padding-left: 8px;
  }

  .fullSlide .hd ul li:nth-child(1):after{
      position: absolute;
      left: 0px;
      top: 0;
      content: "0";
      font-size: 14px;
      color: #fff;
  }

  .fullSlide .hd ul li:nth-child(2):after{
    position: absolute;
    left: 0px;
    top: 0;
    content: "0";
    font-size: 14px;
    color: #fff;
}
.fullSlide .hd ul li:nth-child(3):after{
    position: absolute;
    left: 0px;
    top: 0;
    content: "0";
    font-size: 14px;
    color: #fff;
}
  
  .fullSlide .hd ul .on {
    margin-left: 0;
    width: 55px;
    font-size: 30px;
    background: url(../images/xt.png) no-repeat right center;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    padding-left: 18px;
  }

  .fullSlide .hd ul li:nth-child(1).on::after{
    font-size: 30px;
  }
  
  .fullSlide .hd ul li:nth-child(2).on::after{
    font-size: 30px;
  }
  .fullSlide .hd ul li:nth-child(3).on::after{
    font-size: 30px;
  }
  
  .fullSlide .next {
    width: 23px;
    height: 50px;
    position: absolute;
    top: 340px;
    z-index: 2;
    background: url(../images/bannerR.png) no-repeat center;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    left: 213px;
  }
  
  .fullSlide .prev {
    width: 23px;
    height: 50px;
    position: absolute;
    top: 290px;
    z-index: 2;
    background: url(../images/bannerL.png) no-repeat center;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    left: 190px;
  }


/*title*/

.title{

}

.title h3{
    font-size: 30px;
    color: #333333;
    font-weight: bold;

}

.title h3 a{
    font-size: 30px;
    color: #333333;
    font-weight: bold;
}


/*about*/

.ab_bg{
    width: 100%;
    margin: 0 auto;
    height: 1550px;
    background: url(../images/pro_bg.jpg) no-repeat top center;
}

.ab_bg .about{
    width: 1300px;
    margin: 0 auto;
    padding-top: 75px;
    height: 755px;
    position: relative;
}

.ab_bg .about .ab_t{
    left: 325px;
    top: 75px;
    padding-top: 170px;
    background: url(../images/ab_t.png) no-repeat top left;
    width: 306px;
    position: absolute;
    z-index: 5;
}

.ab_bg .about .ab_t p{
    font-size: 16px;
    color: #333333;
    line-height: 30px;
}

.ab_bg .about .ab_r{
    float: right;
    margin-top: 20px;
    width: 720px;
} 

.ab_bg .about .ab_r .sou{
    height: 50px;
}

.ab_bg .about .ab_r .sou .search{
    float: left;
    width: 290px;
    height: 50px;
    border: 1px solid #ced5e7;
    background: #fff;
    border-radius: 45px;
    margin-left: 275px;
}

.ab_bg .about .ab_r .sou .search .search2{
    float: left;
    width: 200px;
    height: 50px;
    background: none;
    padding-left: 30px;
    font-size: 14px;
    color: #999999;
}

.ab_bg .about .ab_r .sou .search .search_s{
    float: right;
    width: 50px;
    height: 50px;
} 


.ab_bg .about .ab_r .sou .zx{
    float: right;
}

.ab_bg .about .ab_r .sou .zx ul li{
    float: left;
    margin-left: 25px;
    width: 50px;
    position: relative;
}

.ab_bg .about .ab_r .sou .zx ul li span{
    width: 50px;
    height: 50px;
    display: block;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.ab_bg .about .ab_r .sou .zx ul li span i{
    display: block;
    width: 50px;
    height: 50px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.ab_bg .about .ab_r .sou .zx ul li p{
    position: absolute;
    left: -10px;
    top: 60px;
    background: url(../images/buttom7.png) no-repeat   center;
    width: 140px;
    height: 162px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    opacity: 0;
}

.ab_bg .about .ab_r .sou .zx ul li:hover p{
    opacity: 1;

}

.ab_bg .about .ab_r .sou .zx ul li p img{
    width: 120px;
    height: 120px;
    margin: 33px auto 0 auto;
    border-radius: 8px;
    display: block;
}


.ab_bg .about .ab_r .sou .zx ul li.zx1 span i{
    background: url(../images/buttom8.png) no-repeat   center;
}


.ab_bg .about .ab_r .sou .zx ul li.zx2 span i{
    background: url(../images/buttom9.png) no-repeat   center;
}


.ab_bg .about .ab_r .txt{
    margin-top: 105px;

}


.ab_bg .about .ab_r .txt h5 a{
    display: block;
    font-size: 30px;
    color: #333333;
    font-weight: bold;
    letter-spacing: 10px;
    text-align: center;
    margin-left: 90px;
}

.ab_bg .about .ab_r .txt p{
    font-size: 14px;
    color: #666666;
    line-height: 42px;
    height: 210px;
    overflow: hidden;
    text-indent: 2em;
    margin-top: 40px;

}

.ab_bg .about .ab_r .ab_list{
    margin-top: 45px;
}


.ab_bg .about .ab_r .ab_list ul li{
    float: left;
    width: 120px;
    margin-right: 80px;
    text-align: center;
}

.ab_bg .about .ab_r .ab_list ul li:last-child{
    margin-right: 0;
}

.ab_bg .about .ab_r .ab_list ul li h5{
    font-size: 14px;
    color: #333333;
}

.ab_bg .about .ab_r .ab_list ul li h5 span{
    font-size: 40px;
    color: #333333;
    font-weight: bold;
    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;
}

.ab_bg .about .ab_r .ab_list ul li p{
    font-size: 14px;
    color: #666666;
}

.ab_bg .about .ab_r .ab_list ul li i{
    display: block;
    width: 4px;
    height: 16px;
    background: #1c45ad;
    margin: 18px auto 0 auto;
}

.ab_bg .about .ab_r .ab_list ul li:nth-child(1),

.ab_bg .about .ab_r .ab_list ul li:nth-child(3){
    margin-top: 40px;

}

.ab_bg .about .ab_r .ab_list ul li:hover h5 span{
    color: #1c45ad;
}


/*product*/


.product{
    width: 1300px;
    margin: 0 auto;
}

.product .pro_t{
    overflow: hidden;
}

.product .pro_t .title{
    float: left;
    background: url(../images/pro_t.png) no-repeat top left;
    width: 666px;
    margin-top: 53px;
}

.product .pro_t .title h3 a{
    display: block;
    padding-top: 83px;
}

.product .pro_t .more{
    float: right;
    background: url(../images/more1.png) no-repeat top right;
    height: 152px;
    width: 122px;
}

.product .pro_t .more a{
    display: block;
    font-size: 14px;
    color: #fff;
    padding-top: 105px;
}

.product .pro_box{
    margin: 35px auto 0 auto;

}

.product .pro_box .pro_l{
    float: left;
    width: 185px;
}

.product .pro_box .pro_l .tel{
    text-align: center;
    margin-top: 15px;
    padding-top: 110px;
    font-size: 14px;
    color: #666666;
    background: url(../images/tel1.png) no-repeat top center;
}

.product .pro_box .pro_l .tel i{
    display: block;
    font-size: 26px;
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 10px;
}

.product .pro_box .pro_l .zx{
    margin: 60px auto 0 auto;
    background: url(../images/tel1.png) no-repeat top center;
    padding-top: 110px;
    text-align: center;
} 

.product .pro_box .pro_l .zx a {
    display: block;
    font-size: 14px;
    color: #666666;
}


.product .pro_box .pro_r{
    float: right;
    width: 1102px;
} 

.product .pro_box .pro_r ul li{
    float: left;
    background: url(../images/pro_list.png) no-repeat top center;
    position: relative;
    width: 222px;
    height: 222px;
    margin: 0 0 20px 53px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.product .pro_box .pro_r ul li .pic{
    width: 160px;
    height: 100px;
    margin: 28px 0 0 35px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.product .pro_box .pro_r ul li .pic img{
    width: 160px;
    height: 100px;
    border-radius: 5px;
}

.product .pro_box .pro_r ul li .txt{
    width: 160px;
    margin: 15px auto 0 auto;
    text-align: center;
    background: url(../images/more2.png) no-repeat bottom center;
    height: 40px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
} 

.product .pro_box .pro_r ul li .txt h5 a{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #333;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin: 0px auto 12px auto;
}

.product .pro_box .pro_r ul li .txt .more{
    display: block;
    font-size: 14px;
    color: #5a75c0;
    opacity: 0;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.product .pro_box .pro_r ul li.on{
    background: url(../images/pro_list1.png) no-repeat top center;
}

.product .pro_box .pro_r ul li.on .pic{
    margin: -28px 0 0 35px;
}

.product .pro_box .pro_r ul li.on .txt{
    height: 80px;
    margin: 20px auto 0 auto;
}

.product .pro_box .pro_r ul li.on .txt .more{
    opacity: 1;
}


/*ys*/

.ys_bg{
    width: 100%;
    margin: 0 auto;
    height: 700px;
    background: url(../images/ys_bg.jpg) no-repeat top center;
}

.ys_bg .ys{
    width: 1300px;
    margin: 0 auto;
    position: relative;
}

.ys_bg .ys .ys_t{
    position: absolute;
    z-index: 5;
    left: 0;
    top: 80px;
    background: url(../images/ys_t.png) no-repeat top left;
    width: 560px;
}

.ys_bg .ys .ys_t h3{
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    padding-top: 78px;
}

.ys_bg .ys .ys_t h3 i{
    font-size: 30px;
    color: #f5cb64;
    font-weight: bold;
}

.ys_bg .ys .ys_t p{
    font-size: 16px;
    color: #fff;
    letter-spacing: 13px;
    margin-top: 10px;
}

.ys_bg .ys .ys_box{
    margin: 0 auto;
    position: relative;
    padding-top: 80px;
} 

.ys_bg .ys .ys_box .bd{
    width: 485px;
    margin-left: 815px;
    margin-top: 85px;

}

.ys_bg .ys .ys_box .bd ul li{
    float: left;
    width: 485px;
}


.ys_bg .ys .ys_box .bd ul li h5{
    padding-left: 30px;
    font-size: 24px;
    color: #f5cb64;
    font-weight: bold;
    background: url(../images/xt3.png) no-repeat left center;
}


.ys_bg .ys .ys_box .bd ul li h5 i{
    display: block;
    font-size: 14px;
    color: #f5cb64;
    font-weight: normal;
    margin-top: 3px;
}

.ys_bg .ys .ys_box .bd ul li p{
    font-size: 14px;
    color: #fff;
    line-height: 34px;
    height: 136px;
    text-indent: 2em;
    margin-top: 45px;
}

.ys_bg .ys .ys_box .bd ul li span{
    display: block;
    float: right;
    font-size: 14px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 45px;
}

.ys_bg .ys .ys_box .hd{
    position: absolute;
    left: 820px;
    top: 447px;
}

.ys_bg .ys .ys_box .hd ul li{
    float: left;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 25px;
    margin-right: 25px;
}

.ys_bg .ys .ys_box .hd ul li.on{
    background: #f5cb64;

}


.ys_bg .ys .ys_box .next{
    position: absolute;
    cursor: pointer;
    background: url(../images/ys_left.png) no-repeat center;
    width: 67px;
    height: 76px;
    right: 44px;
    top: 80px;
    z-index: 5;
}



.ys_bg .ys .ys_box .prev{
    position: absolute;
    cursor: pointer;
    background: url(../images/ys_right.png) no-repeat center;
    width: 67px;
    height: 76px;
    right: 0px;
    top: 105px;
}

.ys_bg .ys .ys_box .tel{
    position: absolute;
    right: 100px;
    top: 655px;
    width: 345px;
    text-align: center;
    background: url(../images/tel.png) no-repeat top center;
    font-size: 14px;
    color: #666666;
    padding-top: 75px;
}

.ys_bg .ys .ys_box .tel i{
    display: block;
    font-size: 26px;
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 5px;
}


/*case*/

.case_bg{
    width: 100%;
    margin: 0 auto;
    height: 888px;
    background: url(../images/case_bg.jpg) no-repeat top center;
}

.case_bg .case{
    width: 1300px;
    margin: 0 auto;
    padding-top: 115px;
}


.case_bg .case .case_t{
    overflow: hidden;

}


.case_bg .case .case_t .title{
    float: left;
    background: url(../images/case_t.png) no-repeat top left;
    width: 766px;
}

.case_bg .case .case_t .title h3{
    padding-top: 82px;
}

.case_bg .case .case_t .more{
    float: right;
    background: url(../images/more.png) no-repeat right center;
    height: 94px;
    line-height: 94px;
    width: 125px;
    margin-top: 50px;
} 

.case_bg .case .case_t .more a{
    display: block;
    font-size: 14px;
    color: #999999;
}

.case_bg .case .case_box{
    width: 1300px;
    margin: 5px auto 0 auto;
    position: relative;
}

#certify{
    width: 1300px;
    margin: 0px auto 0 auto;
}

#certify .swiper-slide{
    float: left;
    width: 480px;
    height: 435px;
    margin: 10px 0 0 0;
}

#certify .swiper-slide .pic{
    width: 480px;
    height: 350px;
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .08);
    box-shadow: 0 0 8px 6px rgba(0, 0, 0, .08);
}

#certify .swiper-slide .pic img{
    width: 460px;
    height: 330px;
    margin: 10px;
    border-radius: 5px;
}

#certify .swiper-slide .txt{
    height: 70px;
    line-height: 70px;
    width: 260px;
    margin: 0 auto;
    text-align: center;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    opacity: 0;
} 

#certify .swiper-slide .txt a{
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    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;
    background: url(../images/case_ico1.png) no-repeat left center;
    padding-left: 15px;
 width: 260px;

}


#certify .swiper-slide-active{
    background: url(../images/case_list.png) no-repeat  center;
}

#certify .swiper-slide-active .txt{
    opacity: 1;
}


.swiper-button-prev::after, .swiper-container-rtl .swiper-button-next::after {
    content: 'prev';
    display: none;
}

.swiper-button-next::after, .swiper-container-rtl .swiper-button-prev::after {
    content: 'next';
    display: none;
}

.swiper-button-prev{
    top: 490px;
    left: 0;
    background: url(../images/left1.png) no-repeat left center;
    font-size: 18px;
    color: #333333;
    padding-left: 60px;
    line-height: 45px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.swiper-button-prev:hover{
    background: url(../images/left2.png) no-repeat left center;
    padding-left: 80px;
}

.swiper-button-next{
    top: 490px;
    right: 0;
    background: url(../images/right1.png) no-repeat right center;
    font-size: 18px;
    color: #333333;
    padding-right: 60px;
    line-height: 45px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}


.swiper-button-next:hover{
    background: url(../images/right2.png) no-repeat right center;
    padding-right: 80px;
}

.swiper-pagination-progressbar{
    width: 880px;
    height: 20px;
    background: #fff;
    border-radius: 45px;
    position: absolute;
    left: 210px;
    top: 480px;
    z-index: 5;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    background: #1c45ad;
    border-radius: 45px;
}



/*ry*/

.ry_bg{
    width: 100%;
    margin: 0 auto;
    height: 1518px;
    background: url(../images/ry_bg.jpg) no-repeat top center;
}

.ry_bg .ry{
    width: 1300px;
    margin: 0 auto;
    padding-top: 105px;
    height: 510px;
}

.ry_bg .ry .ry_t{
    height: 130px;

}

.ry_bg .ry .ry_t .title_l{
    float: left;
    width: 459px;
    height: 38px;
    line-height: 38px;
    border-bottom: 1px solid #ffffff;
    margin-left: -194px;
    text-align: right;
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 5px;

}

.ry_bg .ry .ry_t .title{
    float: right;
    background: url(../images/ry_t.png) no-repeat top left;
    width: 694px;
} 

.ry_bg .ry .ry_t .title h3{
    text-align: right;
    padding-top: 85px;
}

.ry_bg .ry .ry_box{
    margin: 0 auto;
}

.ry_bg .ry .ry_box .ry_l{
    float: left;
    width: 405px;
}

.ry_bg .ry .ry_box .ry_l .pic{
    width: 405px;
    height: 303px;
    background: url(../images/ry_list.png) no-repeat center;
}

.ry_bg .ry .ry_box .ry_l .pic img{
    width: 380px;
    height: 280px;
    margin: 10px 0 0 12px;
}

.ry_bg .ry .ry_box .ry_l .txt a{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    color: #fff;
    line-height: 65px;
    text-align: center;
}

.ry_bg .ry .ry_box .ry_r{
    float: right;
    width: 890px;
    margin-top: 90px;
} 

.ry_bg .ry .ry_box .ry_r ul li{
    float: left;
    width: 280px;
    margin-left: 16px;
}

.ry_bg .ry .ry_box .ry_r ul li .pic{
    width: 280px;
    height: 210px;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #eceff8;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.ry_bg .ry .ry_box .ry_r ul li .pic img{
    width: 260px;
    height: 190px;
    margin: 10px;
    border-radius: 5px;
}

.ry_bg .ry .ry_box .ry_r ul li .txt{
    text-align: center;
    margin-top: 22px;
} 

.ry_bg .ry .ry_box .ry_r ul li .txt a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #666666;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;

}

.ry_bg .ry .ry_box .ry_r ul li.on .pic{
    background: #2b51b2;
    border: 1px solid #2b51b2;
}

.ry_bg .ry .ry_box .ry_r ul li.on .txt a{
    color: #2b51b2;
    font-weight: bold;

}


/*message*/

.message{
    margin: 68px auto 0 auto;
    width: 1300px;
    height: 302px;
}

.message .m_t{
    margin-left: 580px;
    width: 260px;
    text-align: right;
    height: 75px;
}

.message .m_t h3{
    font-size: 30px;
    color: #333333;

}

.message .m_t span{
    display: block;
    font-size: 14px;
    color: #333333;
    letter-spacing: 10px;
    margin-top: 5px;
}
 
.message .message_box{
    margin-top: 65px;
} 

.message .message_box .form-group1{
    float: left;
    width: 230px;
    height: 60px;
    margin-right: 30px;
    background: #fff;
    -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);
    box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);
}
 
.message .message_box .form-group1 input{
    width: 230px;
    height: 60px;
    background: url(../images/m1.jpg) no-repeat 10px center;
    text-indent: 50px;
    font-size: 14px;
    color: #999999;
}

.message .message_box .form-group2{
    float: left;
    width: 230px;
    height: 60px;
    margin-right: 30px;
    background: #fff;
    -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);
    box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);
}
 
.message .message_box .form-group2 input{
    width: 230px;
    height: 60px;
    background: url(../images/m1.jpg) no-repeat 10px center;
    text-indent: 50px;
    font-size: 14px;
    color: #999999;
}

.message .message_box .form-group3{
    float: left;
    width: 330px;
    height: 60px;
    margin-right: 30px;
    background: #fff;
    -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);
    box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);
}
 
.message .message_box .form-group3 textarea{
    width: 280px;
    height: 40px;
    background: url(../images/m1.jpg) no-repeat 10px center;
    font-size: 14px;
    color: #999999;
    padding: 20px 0 0 50px;
}

.message .message_box .form-group4{
    float: left;
    width: 230px;
    height: 60px;
    margin-right: 30px;
    background: #fff;
    -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);
    box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);
}
 
.message .message_box .form-group4 input{
    width: 140px;
    height: 60px;
    background: url(../images/m1.jpg) no-repeat 10px center;
    text-indent: 50px;
    font-size: 14px;
    color: #999999;
    float: left;
}

.message .message_box .form-group4 .imgcode{
    float: right;
    width: 70px;
    height: 30px;
    margin: 15px 5px 0 0;
}

.message .message_box .anniu{
    float: right;
    width: 155px;
    height: 259px;
    position: relative;
    top: -100px;
}

.message .message_box .anniu button{
    cursor: pointer;
    border: none;
    background: url(../images/anniu.png) no-repeat center;
    width: 155px;
    height: 259px;
    font-size: 20px;
    color: #333;
}


/*fc*/

.fc{
    width: 1300px;
    margin: 0 auto;
}

.fc .fc_t{
    overflow: hidden;

}

.fc .fc_t h3{
    font-size: 30px;
    color: #333333;
    background: url(../images/xt2.jpg) no-repeat 140px center;
}

.fc .fc_t span{
    display: block;
    font-size: 14px;
    color: #333333;
    letter-spacing: 10px;
    margin-top: 5px;
}

.fc .fc_box{
    width: 1300px;
    margin: 100px auto 0 auto;
    position: relative;
} 

.fc .fc_box .bd{
    width: 1300px;
    margin: 0 auto;
}

.fc .fc_box .bd ul li{
    float: left;
    width: 400px;
    height: 300px;
    position: relative;
    margin: 15px 16px;
}

.fc .fc_box .bd ul li .pic{
    width: 400px;
    height: 300px;
    border-radius: 8px;
    background: #f7f8fb;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    overflow: hidden;
}

.fc .fc_box .bd ul li .pic img{
    width: 380px;
    height: 280px;
    border-radius: 8px;
    margin: 10px;
}


.fc .fc_box .bd ul li .txt{
    position: absolute;
    left: 10px;
    bottom: 10px;
    background: url(../images/buttom5.png) no-repeat  center;
    width: 300px;
    height: 0px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    text-align: center;
    padding: 0 40px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    opacity: 0;
} 

.fc .fc_box .bd ul li .txt a{
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    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;
    margin-top: 60px;
    background: url(../images/buttom6.png) no-repeat left center;
    padding-left: 15px;
    line-height: 24px;
    height: 24px;
    width: 300px;
}


.fc .fc_box .bd ul li:hover .pic{
    background: #fff;
    -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);
    box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);
}

.fc .fc_box .bd ul li:hover .txt{
    height: 110px;
    opacity: 1;
}


.fc .fc_box .next{
    position: absolute;
    left: -110px;
    top: 150px;
    font-size: 18px;
    color: #333;
    background: url(../images/left.png) no-repeat left bottom;
    width: 65px;
    height: 50px;
    text-align: right;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}


.fc .fc_box .prev{
    position: absolute;
    right: -110px;
    top: 150px;
    font-size: 18px;
    color: #333;
    background: url(../images/right.png) no-repeat left bottom;
    width: 65px;
    height: 50px;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.fc .fc_box .next:hover{
   transform: translateX(10px);
   -webkit-transform: translateX(10px);
   -o-transform: translateX(10px);
}

.fc .fc_box .prev:hover{
    transform: translateX(-10px);
    -webkit-transform: translateX(-10px);
    -o-transform: translateX(-10px);
 }


 /*news*/

 .news_bg{
     width: 100%;
     margin: 0 auto;
     height: 970px;
     background: url(../images/news_bg.jpg) no-repeat top center;
     -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .01);
     box-shadow: 0 0 8px 6px rgba(0, 0, 0, .01);
 }


 .news_bg .news{
     width: 1300px;
     padding-top: 95px;
     margin: 0 auto;

 }

 .news_bg .news .news_t{
    height: 270px;
 }

 .news_bg .news .news_t .news_list{
     float: left;
     margin-top: 125px;
 }

 .news_bg .news .news_t .news_list ul li{
     float: left;
     width: 170px;
     text-align: center;
 }

 .news_bg .news .news_t .news_list ul li a{
     display: block;
     font-size: 18px;
     color: #fff;
     font-weight: bold;
     -webkit-transition: all 0.5s ease-out;
     -o-transition: all 0.5s ease-out;
     transition: all 0.5s ease-out;
 }
 .news_bg .news .news_t .news_list ul li a i{
     display: block;
     margin: 0 auto 10px auto;
     width: 31px;
     height: 31px;
     -webkit-transition: all 0.5s ease-out;
     -o-transition: all 0.5s ease-out;
     transition: all 0.5s ease-out;
 }

 .news_bg .news .news_t .news_list ul li a span{
     display: block;
     font-size: 12px;
     color: #fff;
     font-weight: normal;
     font-family: Arial, Helvetica, sans-serif;
     text-transform: uppercase;
     margin: 5px auto 10px auto;
     -webkit-transition: all 0.5s ease-out;
     -o-transition: all 0.5s ease-out;
     transition: all 0.5s ease-out;
 }

 .news_bg .news .news_t .news_list ul li a em{
     display: block;
     width: 30px;
     height: 2px;
     background: rgba(255, 255, 255, 0.5);
     margin: 0 auto;
     -webkit-transition: all 0.5s ease-out;
     -o-transition: all 0.5s ease-out;
     transition: all 0.5s ease-out;
 }

 .news_bg .news .news_t .news_list ul li.n1 a i{
    background: url(../images/news1.png) no-repeat  center;
 }

 .news_bg .news .news_t .news_list ul li.n2 a i{
    background: url(../images/news2.png) no-repeat  center;
 }

 .news_bg .news .news_t .news_list ul li.n3 a i{
    background: url(../images/news3.png) no-repeat  center;
 }


 
 .news_bg .news .news_t .news_list ul li.n1.casehover a i{
    background: url(../images/news11.png) no-repeat  center;
 }

 .news_bg .news .news_t .news_list ul li.n2.casehover a i{
    background: url(../images/news22.png) no-repeat  center;
 }

 .news_bg .news .news_t .news_list ul li.n3.casehover a i{
    background: url(../images/news33.png) no-repeat  center;
 }

 .news_bg .news .news_t .news_list ul li.casehover a{
     color: #1c45ad;

 }

 .news_bg .news .news_t .news_list ul li.casehover a span{
    color: #1c45ad;
    opacity: 0.5;
 }

 .news_bg .news .news_t .news_list ul li.casehover a em{
     background: #1c45ad;
     opacity: 0.5;

 }

 .news_bg .news .news_t  .title{
     float: right;
     background: url(../images/news_t.png) no-repeat  left top;
     width: 508px;
     height: 205px;
 }

 .news_bg .news .news_t  .title h3 a{
     color: #fff;
     text-align: right;
     padding-top: 175px;
     display: block;

 }
 
 .news_bg .news .news_box{
     margin: 70px auto 0 auto; 
     height: 370px;
 } 

 .news_bg .news .news_box .news_l{
     float: left;
     width: 400px;
     position: relative;
 }

 .news_bg .news .news_box .news_l .pic{
     width: 400px;
     height: 300px;
     background: #f1f4f9;
     border-radius: 8px;
     position: relative;

 }

 .news_bg .news .news_box .news_l .pic img{
    width: 380px;
    height: 280px;
    margin: 10px;
    border-radius: 8px;
 }

 .news_bg .news .news_box .news_l .txt{
    width: 360px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    left: 10px;
    bottom: 10px;
    background: url(../images/ico1.png) repeat  center;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 0 10px;
 } 

 .news_bg .news .news_box .news_l .txt a{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #fff;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    float: left;
    width: 220px;
 }

 .news_bg .news .news_box .news_l .txt span{
     display: block;
     font-size: 12px;
     color: #fff;
     float: right;
 }

 .news_bg .news .news_box .news_r{
     float: right;
     width: 880px;
 }
 
 .news_bg .news .news_box .news_r ul li{
     float: left;
     position: relative;
     width: 400px;
     height: 60px;
     line-height: 60px;
     border-bottom: 1px solid #e6e6e6;
     margin: 0 0 18px 40px;
 }

 .news_bg .news .news_box .news_r ul li a{
     float: left;
     width: 250px;
     display: block;
     overflow: hidden;
     text-overflow: ellipsis;
     white-space: nowrap;
     font-size: 14px;
     color: #333;
     -webkit-transition: all 0.5s ease-out;
     -o-transition: all 0.5s ease-out;
     transition: all 0.5s ease-out;
     background: url(../images/buttom3.png) no-repeat left center;
     padding-left: 25px;
 }

 .news_bg .news .news_box .news_r ul li span{
     display: block;
     float: right;
     font-size: 12px;
     color: #808080;
     -webkit-transition: all 0.5s ease-out;
     -o-transition: all 0.5s ease-out;
     transition: all 0.5s ease-out;
 }

 .news_bg .news .news_box .news_r ul li:hover a{
     color: #1c45ad;
     background: url(../images/buttom4.png) no-repeat left center;
 }

 .news_bg .news .news_box .news_r ul li:hover span{
    color: #1c45ad;
}

.news_bg .news .news_box .news_r ul li::after{
    position: absolute;
    left: -15px;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #1c45ad;
    content: "";
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news_bg .news .news_box .news_r ul li:hover::after{
    width: 430px;

}

 /*links*/
 .links{
     width: 1300px;
     margin: 0 auto;
 }

 .links .links_t{
     float: left;
     background: url(../images/links.png) no-repeat  center;
     width: 227px;
     height: 99px;
     margin-left: -60px;
 }

 .links .links_t i{
     display: block;
     font-size: 20px;
     color: #ffffff;
     font-weight: bold;
     text-transform: uppercase;
     padding: 40px 0 0px 95px;
 }

 .links .yq{
     float: right;
     width: 1110px;
     font-size: 14px;
     color: #808080;
 } 

 .links .yq a{
     font-size: 14px;
     color: #808080;
     line-height: 32px;
     margin: 0 15px;

 }