
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/

/*banner*/
.fullSlide {
    width: 100%;
    position: relative;
    height: 600px;
    background: #FFF;
    overflow: hidden;
  }
  
  .fullSlide .bd {
    height: 600px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  
  .fullSlide .bd ul {
    width: 100% !important;
  }
  
  .fullSlide .bd li {
    width: 100% !important;
    height: 600px;
    overflow: hidden;
    text-align: center;
  }
  
  .fullSlide .bd li a {
    display: block;
    height: 600px;
  }
  
  .fullSlide .hd {
    width: 100%;
    position: absolute;
    z-index: 2;
    bottom: 0;
    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;
    margin: 7px;
    background-color: #fff;
    overflow: hidden;
    line-height: 99px;
    border-radius: 50%;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
  }
  
  .fullSlide .hd ul .on {
    width: 20px;
    background: #006cc8;
    border-radius: 6px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
  }
  
  
  .fullSlide .next {
    width: 29px;
    height: 56px;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    z-index: 2;
    background: url(../images/bannerr.png) no-repeat center;
    filter: alpha(opacity=30);
    -moz-opacity: .3;
    opacity: .3;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    right: 10%;
  }
  
  .fullSlide .prev {
    width: 29px;
    height: 56px;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    z-index: 2;
    background: url(../images/bannerl.png) no-repeat center;
    filter: alpha(opacity=30);
    -moz-opacity: .3;
    opacity: .3;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    left: 10%;
  }


/*title*/ 

.title{
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.title span{
    display: block;
    font-size: 50px;
    font-weight: bold;
    color: #e0e0e0;
    text-transform: uppercase;
    font-family: 'Times New Roman', Times, serif;
    line-height: 40px;
}

.title h5{
    font-size: 32px;
    font-weight: bold;
    color: #333;
}

.title i{
    display: block;
    width: 60px;
    height: 3px;
    background: #005abf;
    margin: 10px auto;

}

.title p{
    font-size: 18px;
    color: #444;
    font-weight: 600

}


/*fw*/

.fw{
    width: 1200px;
    margin: 75px auto 0 auto;
    height: 563px;
}

.fw .title h5{
    font-size: 32px;
    font-weight: bold;
    color: #333;
    margin-top: -45px;
    background: url(../images/title.png) no-repeat bottom center;
    margin-bottom: 17px;
    padding-bottom: 17px;
}

.fw .fw_box{
    width: 1200px;
    margin: 50px auto 0 auto;
    height: 340px;
}

.fw .fw_box ul li{
    float: left;
    width: 224px;
    height: 340px;
    margin: 0 0px;
    border-right: 1px solid #e5e5e5;
    padding: 0 33px;
}

.fw .fw_box ul li:last-child{
    border-right: none;
}

.fw .fw_box ul li span img{
    display: block;
    margin: 25px auto 0 auto;
    width: 110px;
    height: 110px;

}

.fw .fw_box ul li h5{
    font-size: 16px;
    font-weight: bold;
    color: #333;
    text-align: center;
    margin-top: 35px;

}
.fw .fw_box ul li i{
    display: block;
    margin: 20px auto 22px  auto ;
    width: 30px;
    height: 2px;
    background: #006cc8;

}

.fw .fw_box ul li p{
    font-size: 14px;
    color:  #878787;
    line-height: 24px;
    
}

.fw .fw_box ul li.on{
    background: #fff;
    box-shadow: 0 0 8px 6px rgba(0, 0, 0, .08);
    -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .08);
}

.fw .fw_box ul li:hover{
    background: #fff;
    box-shadow: 0 0 8px 6px rgba(0, 0, 0, .08);
    -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .08);
}

.fw .zx{
    margin: 35px auto 0 auto;
    height: 38px;

}

.fw .zx ul {
    text-align: center;
}

.fw .zx ul  li{
    display: inline-block;
    height: 38px;
    line-height: 38px;
    width: 120px;
    background: #434343;
    border-radius: 25px;
    margin: 0 33px;
    position: relative;
    z-index: 1;
    text-align: center;
    overflow: hidden;
    -webkit-transition: background-color 0.6s, color 0.3s;
    transition: background-color 0.6s, color 0.3s;
    box-sizing: border-box;
    border: none;
    cursor: pointer;
}

.fw .zx ul  li a{
    font-size: 15px;
    color: #fff;
    display: block;
    text-align: center;
}


.fw .zx ul  li::before {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    height: 34px;
    width: 116px;
    border: 2px solid #fff;
    z-index: -1;
    border-radius: inherit;
    opacity: 0;
    -webkit-transform: scale3d(0.6, 0.6, 1);
    transform: scale3d(0.6, 0.6, 1);
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    box-sizing: border-box;
  }
  .fw .zx ul  li:hover {
    background-color: #006cc8;
  }
  .fw .zx ul  li:hover::before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }

  .fw .zx ul  li.zixun{
      background: #006cc8;
  }


  
/*product*/

.product_bg{
    width: 100%;
    height: 990px;
    margin: 30px auto 0 auto;
    background: url(../images/pro_bg.jpg) no-repeat top center;
}

.product_bg .product{
    width: 1200px;
    margin: 0 auto;
    padding-top: 55px;
}

.product_bg .product .pro_list{
    margin: 45px auto  0 auto;
    height: 50px;

}

.product_bg .product .pro_list ul {
    text-align: center;
}

.product_bg .product .pro_list ul li{
    display: inline-block;
    width: 150px;
    height: 50px;
    line-height: 50px;
    background: #666;
    position: relative;
    z-index: 5;
}

.product_bg .product .pro_list ul li a{
    font-size: 16px;
    color: #fff;
    text-align: center;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding:  0 5px;
}

.product_bg .product .pro_list ul li span{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 50px;
    background: #006cc8;
    z-index: -1;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.product_bg .product .pro_list ul li:hover span{
    width: 100%;
}

.product_bg .product .pro_box{
    width: 1200px;
    margin: 60px auto 0 auto;

}

.product_bg .product .pro_box ul li{
    float: left;
    width: 285px;
    margin: 0 7px 30px 7px;
}

.product_bg .product .pro_box ul li .pic{
    width: 283px;
    height: 218px;
    border: 1px solid #dcdcdc;
}

.product_bg .product .pro_box ul li .pic img{
    width: 283px;
    height: 218px;
}

.product_bg .product .pro_box ul li .txt{
    margin: 5px auto 0 auto;
    height: 40px;
    line-height: 40px;
    background: #dcdcdc;
    padding: 0 15px;
    width: 255px;
    position: relative;
    z-index: 5;
    overflow: hidden;
}

.product_bg .product .pro_box ul li .txt h5 a{
    color: #333333;
    font-size: 15px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.product_bg .product .pro_box ul li .txt .more{
    float: right;
    font-size: 14px;
    color: #fefefe;
    text-transform: uppercase;
    padding-right: 30px;
    background: url(../images/more.png) no-repeat right center;
    opacity: 0;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.product_bg .product .pro_box ul li:hover .txt h5 a{
    float: left;
    width: 150px;
    color: #fff;
    text-align: left;
}

.product_bg .product .pro_box ul li .txt span{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 40px;
    background: #006cc8;
    z-index: -1;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.product_bg .product .pro_box ul li:hover .txt span{
    width: 100%;
}

.product_bg .product .pro_box ul li:hover .txt .more{
    opacity: 1;
}

.btnstyle{
    margin: 20px auto 0 auto;
    height: 38px;
    line-height: 38px;
    width: 120px;
    background: #434343;
    border-radius: 25px;
    position: relative;
    z-index: 1;
    text-align: center;
    overflow: hidden;
    -webkit-transition: background-color 0.6s, color 0.3s;
    transition: background-color 0.6s, color 0.3s;
    box-sizing: border-box;
    border: none;
    cursor: pointer;
}

.btnstyle  a{
    font-size: 15px;
    color: #fff;
    display: block;
    text-align: center;
}


.btnstyle::before {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    height: 34px;
    width: 116px;
    border: 2px solid #fff;
    z-index: -1;
    border-radius: inherit;
    opacity: 0;
    -webkit-transform: scale3d(0.6, 0.6, 1);
    transform: scale3d(0.6, 0.6, 1);
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    box-sizing: border-box;
  }
  .btnstyle:hover {
    background-color: #006cc8;
  }
  .btnstyle:hover::before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }


/*te*/

.te{
    width: 1200px;
    margin: 55px auto 0 auto;
}


.te .te_box{
    width: 1200px;
    margin: 60px auto 0 auto;
    background: #fafafa;
    height: 673px;
    position: relative;
    
}

.te .te_box .box{
    height: 465px;
}
.te .te_box .te_img1{
    position: absolute;
    left: 40px;
    top: 40px;
    width: 596px;
    height: 425px;
}

.te .te_box .te_img2{
    position: absolute;
    left: 540px;
    top: 90px;
    width: 185px;
    height: 236px;
}

.te .te_box .te_nr{
    float: right;
    margin-right: 40px;
    margin-top: 90px;
    width: 432px;
}

.te .te_box .te_nr .te_img{
    width: 432px;
    height: 236px;
}

.te .te_box .te_nr .te_img img{
    width: 432px;
    height: 236px;
}

.te .te_box .te_nr .txt{
    margin-top: 45px;
    margin-left: 30px;

} 

.te .te_box .te_nr .txt h5{
    background: url(../images/buttom6.jpg) no-repeat left center;
    font-size: 20px;
    color: #333;
    font-weight: bold;
    padding-left: 20px;
}

.te .te_box .te_nr .txt p{
    font-size: 16px;
    color: #333;
    margin-left: 20px;
    margin-top: 10px;
}

.te .te_box .te_list{
    margin: 50px auto 0 auto;
    height: 120px;

}

.te .te_box .te_list ul li{
    float: left;
    width: 118px;
    height: 118px;
    border: 1px dashed #c4c4c4;
    border-radius: 50%;
    margin: 0 60px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.te .te_box .te_list ul li h5{
    text-align: center;
    width: 100px;
    height: 100px;
    background: #dcdcdc;
    border-radius: 50%; 
    margin: 9px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.te .te_box .te_list ul li h5 span{
    display: block;
    font-size: 26px;
    color: #333;
    padding-top: 12px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.te .te_box .te_list ul li h5 i{
    display: block;
    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;
}

.te .te_box .te_list ul li.casehover{
    border: 1px dashed #006cc8;
}

.te .te_box .te_list ul li.casehover h5{
    background: #006cc8;
}

.te .te_box .te_list ul li.casehover span{
    color: #fff;
}

.te .te_box .te_list ul li.casehover i{
    color: #fff;
}

/*ys*/

.ys_bg{
    width: 100%;
    height: 1051px;
    margin: 25px auto 0 auto;
    background: url(../images/ys_bg.jpg) no-repeat center;
}

.ys_bg .ys{
    width: 1200px;
    margin: 0 auto;
    padding-top: 70px;
}

.ys_bg .ys .title h5{
    font-size: 32px;
    font-weight: bold;
    color: #333;
    margin-top: -45px;
    background: url(../images/title.png) no-repeat bottom center;
    margin-bottom: 17px;
    padding-bottom: 17px;
}

.ys_bg .ys .ys_box{
    width: 1200px;
    margin: 85px auto 0 auto;
    position: relative;
    height: 690px;
}

.ys_bg .ys .ys_box ul li{
    -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 ul li:hover{
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -o-transform: translateY(-10px);
}


.ys_bg .ys .ys_box ul li h5{
    font-size: 20px;
    font-weight: bold;
    color: #fff;

}

.ys_bg .ys .ys_box ul li h5 span{
    display: block;
    font-size: 12px;
    font-weight: normal;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}

.ys_bg .ys .ys_box ul li p{
    font-size: 18px;
    color: #fff;
    margin-top: 20px;
    line-height: 24px;
}

.ys_bg .ys .ys_box ul li.ys1{
    position: absolute;
    width: 370px;
    left: 0px;
    top: 350px;
    text-align: right;
}

.ys_bg .ys .ys_box ul li.ys2{
    position: absolute;
    width: 370px;
    left: 0px;
    top: 555px;
    text-align: right;
}

.ys_bg .ys .ys_box ul li.ys2 h5{
    color: #0161a8;
}

.ys_bg .ys .ys_box ul li.ys2 h5 span{
    display: block;
    color: #8a8a8a;
}

.ys_bg .ys .ys_box ul li.ys2 p{
    color: #333;
}

.ys_bg .ys .ys_box ul li.ys3{
    position: absolute;
    width: 385px;
    right: 0px;
    top: 350px;
}

.ys_bg .ys .ys_box ul li.ys4{
    position: absolute;
    width: 370px;
    right: 0px;
    top: 555px;
}

.ys_bg .ys .ys_box ul li.ys4 h5{
    color: #0161a8;
}

.ys_bg .ys .ys_box ul li.ys4 h5 span{
    display: block;
    color: #8a8a8a;
}

.ys_bg .ys .ys_box ul li.ys4 p{
    color: #333;
}

.ys_bg .ys .ys_box .ys_img1{
    width: 164px;
    height: 164px;
    border: 1px solid #dee5eb;
    border-radius: 50%;
    position: absolute;
    left: 200px;
    top: 160px;
}

.ys_bg .ys .ys_box .ys_img1 img{
    width: 155px;
    height: 155px;
    border-radius: 50%;
    margin: 5px;
    display: block;
}

.ys_bg .ys .ys_box .ys_img2{
    width: 164px;
    height: 164px;
    border: 1px solid #dee5eb;
    border-radius: 50%;
    position: absolute;
    left: 385px;
    top: 0px;
}

.ys_bg .ys .ys_box .ys_img2 img{
    width: 155px;
    height: 155px;
    border-radius: 50%;
    margin: 5px;
    display: block;
}

.ys_bg .ys .ys_box .ys_img3{
    width: 164px;
    height: 164px;
    border: 1px solid #dee5eb;
    border-radius: 50%;
    position: absolute;
    left: 635px;
    top: 0px;
}

.ys_bg .ys .ys_box .ys_img3 img{
    width: 155px;
    height: 155px;
    border-radius: 50%;
    margin: 5px;
    display: block;
}

.ys_bg .ys .ys_box .ys_img4{
    width: 164px;
    height: 164px;
    border: 1px solid #dee5eb;
    border-radius: 50%;
    position: absolute;
    right: 205px;
    top: 160px;
}

.ys_bg .ys .ys_box .ys_img4 img{
    width: 155px;
    height: 155px;
    border-radius: 50%;
    margin: 5px;
    display: block;
}

.ys_bg .ys .btnstyle{
    margin: 0 auto;
}

/*case*/

.case{
    width: 1200px;
    margin: 65px auto 0 auto;
}

.case .case_box{
    width: 1200px;
    margin: 80px auto 0 auto;
}

.case .case_box .case_list{
    float: left;
    width: 210px;
}

.case .case_box .case_list ul li{
    width: 210px;
    height: 72px;
    line-height: 72px;
    background: #f0f0f0;
    margin-bottom: 10px;
    z-index: 5;
    position: relative;
}

.case .case_box .case_list ul li a{
    color: #333;
    font-size: 18px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    padding: 0 5px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.case .case_box .case_list ul li i{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 72px;
    background: #006cc8;
    z-index: -1;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.case .case_box .case_list ul li:hover a{
   color: #fff;
}

.case .case_box .case_list ul li:hover i{
    width: 100%;
}

.case .case_box .case_list .more{
    width: 210px;
    height: 72px;
    line-height: 72px;
    background: #f0f0f0;
}

.case .case_box .case_list .more a{
    color: #333;
    font-size: 18px;
    display: block;
    background: url(../images/buttom3.png) no-repeat 45px  center;
    padding-left: 90px;
}

.case .case_box .case_r{
    float: right;
    width: 950px;
    height: 462px;
    background: #f0f0f0;
    padding: 20px 0 0 20px;
}

.case .case_box .case_r ul li.c1{
    float: left;
    width: 572px;
}

.case .case_box .case_r ul li.c1 .pic{
    width: 572px;
    height: 328px;
}

.case .case_box .case_r ul li.c1 .pic img{
    width: 572px;
    height: 328px;
}

.case .case_box .case_r ul li.c1 .txt{
    width: 572px;
    margin-top: 40px;
}

.case .case_box .case_r ul li.c1 .txt .txt_l{
    float: left;
    margin-left: 10px;
    width: 400px;
}

.case .case_box .case_r ul li.c1 .txt .txt_l h5 a{
    color: #333;
    font-size: 16px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.case .case_box .case_r ul li.c1 .txt .txt_l i{
    display: block;
    width: 32px;
    height: 2px;
    background: #006cc8;
    margin: 5px 0 10px 0;
}

.case .case_box .case_r ul li.c1 .txt .txt_l p{
    color: #666;
    font-size: 14px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.case .case_box .case_r ul li.c1 .btnstyle{
    float: right;
}

.case .case_box .case_r ul li.c2{
    float: right;
    width: 338px;
    height: 210px;
    margin-right: 20px;
}

.case .case_box .case_r ul li.c2 .pic{
    width: 338px;
    height: 210px;
}

.case .case_box .case_r ul li.c2 .pic img{
    width: 338px;
    height: 210px;
}

.case .case_box .case_r ul li.c3{
    float: right;
    width: 338px;
    height: 210px;
    margin-right: 20px;
    margin-top: 20px;
}

.case .case_box .case_r ul li.c3 .pic{
    width: 338px;
    height: 210px;
}

.case .case_box .case_r ul li.c3 .pic img{
    width: 338px;
    height: 210px;
}


/*about*/

.ab_bg{
    width: 100%;
    height: 701px;
    margin: 50px auto 0 auto;
    background: url(../images/ab_bg.jpg) no-repeat center;
}

.ab_bg .about{
    width: 1200px;
    margin: 0 auto;
    padding-top: 55px;
}

.ab_bg .about .ab_img{
    width: 1200px;
    height: 321px;
    margin: 0 auto;
    position: relative;

}

.ab_bg .about .ab_img img{
    width: 1200px;
    height: 321px;
}

.ab_bg .about .txt{
    width: 1080px;
    height: 201px;
    background: #fff;
    box-shadow: 0 0 8px 6px rgba(0, 0, 0, .08);
    -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .08);
    margin: -116px auto 0 auto;
    position: relative;
    z-index: 5;
    padding-top: 35px;

}

.ab_bg .about .txt a{
    display: block;
    color: #333;
    font-size: 32px;
    font-weight: bold;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    margin: 0px auto 20px auto;
}

.ab_bg .about .txt i{
    display: block;
    width: 64px;
    height: 2px;
    background: #006cc8;
    margin: 0 auto;

}

.ab_bg .about .txt P{
    width: 975px;
    margin: 0 auto;
    font-size: 16px;
    color: #444;
    line-height: 26px;
    height: 78px;
    overflow: hidden;
    text-align: center;
    margin-top: 20px;

}

.ab_bg .ab_list{
    width: 1200px;
    height: 92px;
    margin: 70px auto 0 auto;
}

.ab_bg .ab_list ul{
    text-align: center;
}

.ab_bg .ab_list ul li{
    display: inline-block;
    width: 320px;
    margin: 0 auto;
    height: 92px;
    border-right: 1px solid #d1d1d1;
}

.ab_bg .ab_list ul li a span{
    display: block;
    width: 54px;
    height: 50px;
    margin: 0 auto 15px auto;
}

.ab_bg .ab_list ul li a {
    display: block;
    font-size: 20px;
    color: #333;
    text-align: center;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.ab_bg .ab_list ul li.ab1 a span{
    background: url(../images/ab1.png) no-repeat center;
}

.ab_bg .ab_list ul li.ab2 a span{
    background: url(../images/ab2.png) no-repeat center;
}

.ab_bg .ab_list ul li.ab3 a span{
    background: url(../images/ab3.png) no-repeat center;
}

.ab_bg .ab_list ul li.ab1:hover a span{
    background: url(../images/ab11.png) no-repeat center;
}

.ab_bg .ab_list ul li.ab2:hover a span{
    background: url(../images/ab22.png) no-repeat center;
}

.ab_bg .ab_list ul li.ab3:hover a span{
    background: url(../images/ab33.png) no-repeat center;
}

.ab_bg .ab_list ul li:hover a{
    color: #006cc8;

}


/*fc*/

.fc{
    width: 1200px;
    margin: 30px auto 0 auto;
}

.fc .bd{
    width: 1200px;
    margin: 0px auto 0 auto;
}

.fc .bd ul li{
    float: left;
    width: 290px;
    margin: 0 5px 15px 5px;
}

.fc .bd ul li .pic{
    width: 290px;
    height: 210px;

}

.fc .bd ul li .pic img{
    width: 290px;
    height: 210px;
}

.fc .bd ul li .txt{
    margin-top: 15px;
    height: 38px;
    line-height: 38px;
    background: #fff;
    width: 260px;
    padding: 0 15px;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    box-shadow: 0 0 8px 6px rgba(0, 0, 0, .08);
    -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .08);
}

.fc .bd ul li .txt h5 a{
    color: #333333;
    font-size: 16px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
    width: 150px;
    text-align: left;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;

}

.fc .bd ul li .txt .more {
    float: right;
    font-size: 14px;
    color: #333;
    text-transform: uppercase;
    padding-right: 30px;
    background: url(../images/more1.png) no-repeat right center;
    opacity: 1;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}


.fc .bd ul li:hover .txt h5 a{
    color: #006cc8;
}





/*news*/

.news{
    width: 1200px;
    margin: 45px auto 0 auto;
}

.news .news_box{
    width: 1200px;
    margin: 50px auto 0 auto;
    height: 447px;
}

.news .news_box .news_l{
    float: left;
    width: 640px;
}

.news .news_box .news_l .news_t{
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #cccccc;
    position: relative;
}

.news .news_box .news_l .news_t ul li{
    float: left;
}

.news .news_box .news_l .news_t ul li h5{
    float: left;
    font-size: 18px;
    color:  #444;
    margin-right: 30px;
}

.news .news_box .news_l .news_t ul li .more{
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    color: #666;
    font-family: Arial, Helvetica, sans-serif;
    display: none;
}

.news .news_box .news_l .news_t ul li.casehover .more{
    display: block;
}

.news .news_box .news_l .news_t ul li.casehover h5{
    background: url(../images/news_t.png) no-repeat bottom center;
    font-weight: bold;
    color: #333;
}

.news .news_box .news_l .news_nr{
    margin-top: 40px;
}

.news .news_box .news_l .news_nr .nr_top{
    height: 210px;

}
.news .news_box .news_l .news_nr .nr_top .news_img{
    float: left;
    width: 298px;
    height: 208px;
    border: 1px solid #d2d2d2;
}

.news .news_box .news_l .news_nr .nr_top .news_img img{
    width: 298px;
    height: 208px;
}

.news .news_box .news_l .news_nr .nr_top .txt{
    float: right;
    width: 320px;
} 

.news .news_box .news_l .news_nr .nr_top .txt h5 a{
    color: #333;
    font-size: 14px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 5px auto 10px auto;
}

.news .news_box .news_l .news_nr .nr_top .txt i{
    display: block;
    font-size: 14px;
    color: #b2b2b2;
}

.news .news_box .news_l .news_nr .nr_top .txt p{
    color: #666;
    font-size: 14px;
    line-height: 25px;
    height: 75px;
    overflow: hidden;
    margin-top: 10px;
}

.news .news_box .news_l .news_nr .nr_top .txt .more{
    display: block;
    color: #666;
    font-size: 14px;
    margin-top: 30px;
}

.news .news_box .news_l .news_nr .list{
    margin-top: 15px;
    width: 670px;
}

.news .news_box .news_l .news_nr .list ul li{
    height: 42px;
    line-height: 42px;
    border-bottom: 1px dashed #dcdcdc;
    width: 300px;
    float: left;
    margin-right: 35px;
    position: relative;

}

.news .news_box .news_l .news_nr .list ul li a{
    float: left;
    color: #666;
    font-size: 14px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 200px;
    padding-left: 20px;
    background: url(../images/buttom5.png) no-repeat left center;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news .news_box .news_l .news_nr .list ul li span{
    float: right;
    font-size: 14px;
    color: #ababab;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news .news_box .news_l .news_nr .list ul li i{
    position: absolute;
    width: 0;
    height: 1px;
    left: 0;
    bottom: 0;
    border-bottom: 1px dashed #006cc8;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news .news_box .news_l .news_nr .list ul li:hover a{
    color: #006cc8;
    background: url(../images/buttom4.png) no-repeat left center;
}

.news .news_box .news_l .news_nr .list ul li:hover span{
    color: #006cc8;
}

.news .news_box .news_l .news_nr .list ul li:hover i{
    width: 100%;
}

.news .news_box .question{
    float: right;
    width: 500px;
}

.news .news_box .question .question_t{
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #cccccc;
}

.news .news_box .question .question_t h5{
    float: left;
    font-size: 18px;
    color: #333;
    font-weight: bold;
    background: url(../images/news_t.png) no-repeat bottom center;
}

.news .news_box .question .question_t .more{
    font-size: 14px;
    color: #666;
    font-family: Arial, Helvetica, sans-serif;
    float: right;
}

.news .news_box .question .question_box{
    margin-top: 20px;
}

.news .news_box .question .question_box ul li{
    height: 100px;
    padding-top: 20px;
    border-bottom: 1px dashed #dcdcdc;
    position: relative;
}

.news .news_box .question .question_box ul li .wen{
    height: 30px;
    line-height: 30px;

}

.news .news_box .question .question_box ul li .wen span{
    float: left;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #006cc8;
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.news .news_box .question .question_box ul li .wen h5{
    float: right;
    width: 450px;

}

.news .news_box .question .question_box ul li .wen h5 a{
    float: left;
    width: 300px;
    color: #333;
    font-size: 14px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news .news_box .question .question_box ul li .wen h5 i{
    float: right;
    font-size: 14px;
    color: #b2b2b2;
}

.news .news_box .question .question_box ul li .da{
    height: 30px;
    line-height: 30px;
    margin-top: 20px;
}

.news .news_box .question .question_box ul li .da span{
    float: left;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #222;
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.news .news_box .question .question_box ul li .da p{
    float: right;
    width: 450px;
    color: #888;
    font-size: 14px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news .news_box .question .question_box ul li .line{
    position: absolute;
    width: 0;
    height: 1px;
    left: 0;
    bottom: 0;
    border-bottom: 1px dashed #006cc8;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news .news_box .question .question_box ul li:hover .wen h5 a{
    color: #006cc8;
}

.news .news_box .question .question_box ul li:hover .wen h5 i{
    color: #006cc8;
}

.news .news_box .question .question_box ul li:hover .da p{
    color: #006cc8;
}

.news .news_box .question .question_box ul li:hover .line{
    width: 100%;
}


/*links*/

.links{
    width: 1200px;
    margin: 50px auto 0 auto;
    position: relative;
}

.links h3{
    position: absolute;
    left: 0;
    top: 7px;
    width: 110px;
    height: 46px;
    line-height: 46px;
    background: #006cc8;
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-weight: bold;

}

.links .yq{
    width: 1080px;
    height: 80px;
    float: right;
    border: 1px solid #dcdcdc;
    padding-left: 70px;
    padding-top: 20px;
}

.links .yq a{
    font-size: 14px;
    color: #444;
    margin: 0 15px;
    line-height: 24px;
}


/*message*/

.message_bg{
    width: 100%;
    margin: 40px auto 0 auto;
    height: 74px;
    background: url(../images/message_bg.jpg) no-repeat bottom center;
}

.message_bg .message{
    width: 1200px;
    margin: 0 auto;
    height: 57px;
    background: #ebebeb;
    border-radius: 65px;
    padding-top: 17px;
}

.message_bg .message .form-group1{
    float: left;
    width: 260px;
    height: 40px;
    background: #fff;
    border-radius: 25px;
    margin: 0 10px 0 10px;
}

.message_bg .message .form-group1 input{
    width: 260px;
    height: 40px;
    background: no-repeat;
    font-size: 14px;
    color: #666;
    text-indent: 20px;
}

.message_bg .message .form-group2{
    float: left;
    width: 260px;
    height: 40px;
    background: #fff;
    border-radius: 25px;
    margin: 0 10px 0 0px;
}

.message_bg .message .form-group2 input{
    width: 260px;
    height: 40px;
    background: no-repeat;
    font-size: 14px;
    color: #666;
    text-indent: 20px;
}

.message_bg .message .form-group3{
    float: left;
    width: 260px;
    height: 40px;
    background: #fff;
    border-radius: 25px;
    margin: 0 10px 0 0px;
}

.message_bg .message .form-group3 input{
    width: 260px;
    height: 40px;
    background: no-repeat;
    font-size: 14px;
    color: #666;
    text-indent: 20px;
}

.message_bg .message .form-group4{
    float: left;
    width: 260px;
    height: 40px;
    background: #fff;
    border-radius: 25px;
    margin: 0 10px 0 0px;
}

.message_bg .message .form-group4 .codeText{
    width: 130px;
    height: 40px;
    background: no-repeat;
    font-size: 14px;
    color: #666;
    text-indent: 20px;
    float: left;
}

.message_bg .message .form-group4 .imgcode{
    width: 90px;
    height: 40px;
    float: right;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

.message_bg .message .anniu{
    float: left;
    width: 96px;
    height: 40px;
    background: #006cc8;
    border-radius: 25px;
}

.message_bg .message .anniu button{
    width: 96px;
    height: 40px;
    background: #006cc8;
    border-radius: 25px;
    font-size: 14px;
    color: #fff;
    border:none;
    cursor: pointer;
}