
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/

/*banner*/
.fullSlide {
    width: 100%;
    position: relative;
    height: 580px;
    background: #FFF;
    overflow: hidden;
  }
  
  .fullSlide .bd {
    height: 580px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  
  .fullSlide .bd ul {
    width: 100% !important;
  }
  
  .fullSlide .bd li {
    width: 100% !important;
    height: 580px;
    overflow: hidden;
    text-align: center;
  }
  
  .fullSlide .bd li a {
    display: block;
    height: 580px;
  }
  
  .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: 10px;
    height: 10px;
    margin: 7px;
    border: 2px solid #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: 10px;
    background: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
    -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{
    margin: 0 auto;
    text-align: center;
}

/*product*/

.product{
    width: 1360px;
    margin: 60px auto 0 auto;
}

.product .pro_list{
    width: 1270px;
    margin: 40px auto 0 auto;
    overflow: hidden;
}


.product .pro_list ul li{
    float: left;
    margin: 0 9px 20px 9px;
    position: relative;
    width: 232px;
    height: 48px;
    line-height: 48px;
    border: 1px solid #dddddd;
    position: relative;
    z-index: 5;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.product .pro_list ul li a{
    font-size: 14px;
    color: #666;
    text-align: center;
    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: 0 5px;
}

.product .pro_list ul li i{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 48px;
    background: #2a6ad6;
    border-radius: 3px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    z-index: -1;
}

.product .pro_list ul li:hover i{
    width: 100%;
}

.product .pro_list ul li:hover{
    border-radius: 3px;
}

.product .pro_list ul li:hover a{
    color: #fff;
}

.product .pro_list .more{
    float: left;
    width: 232px;
    height: 48px;
    line-height: 48px;
    border: 1px solid #dddddd;
    margin-left: 9px;
}

.product .pro_list .more a{
    font-size: 14px;
    color: #666;
    display: block;
    padding-left: 70px;
    background: url(../images/buttom4.png) no-repeat 140px center;
}

.product .pro_box{
    width: 1360px;
    margin: 40px auto  0 auto;
} 

.product .pro_box ul li{
    float: left;
    width: 314px;
    height: 262px;
    border: 1px solid #dddddd;
    margin: 0 12px 30px 12px;
    position: relative;
    z-index: 5;
}

.product .pro_box ul li .pic{
    width: 296px;
    height: 204px;
    margin: 9px auto 0 auto;
}

.product .pro_box ul li .pic img{
    width: 296px;
    height: 204px;
}

.product .pro_box ul li .txt{
    height: 48px;
    line-height: 48px;
    margin: 0 9px;
}

.product .pro_box ul li .txt h5 a{
    float: left;
    width: 220px;
    font-size: 14px;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    -webkit-transition: all 0.9s ease-out;
    -o-transition: all 0.9s ease-out;
    transition: all 0.9s ease-out;
}

.product .pro_box ul li .txt .more{
    float: right;
    width: 19px;
    height: 19px;
    margin-top: 15px;
    background: url(../images/more.png) no-repeat center;
    -webkit-transition: all 0.9s ease-out;
    -o-transition: all 0.9s ease-out;
    transition: all 0.9s ease-out;
}

.product .pro_box ul li span{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background: #2a6ad6;
}

.product .pro_box ul li:hover span{
    height: 100%;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    z-index: -1;
}

.product .pro_box ul li:hover .txt h5 a{
    color: #fff;
}

.product .pro_box ul li:hover .txt .more{
    background: url(../images/more1.png) no-repeat center;
}


/*ys*/

.ys_bg{

    width: 100%;
    height: 867px;
    margin: 50px auto 0 auto;
    background: url(../images/ys_bg.jpg) no-repeat center;
}


.ys_bg .ys{
    width: 1360px;
    margin: 0 auto;
}

.ys_bg .ys .ys_t{
    height: 175px;
    margin: 0 auto;
}

.ys_bg .ys .ys_t h5{
    float: left;
    font-size: 50px;
    font-weight: bold;
    color: #fff;
    margin-left: 230px;
    margin-top: 45px;
}

.ys_bg .ys .ys_t h5 span{
    display: block;
    font-size: 14px;
    color: #769be2;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.ys_bg .ys .ys_t .zx{
    float: right;
    width: 148px;
    height: 42px;
    line-height: 42px;
    background: url(../images/zx1.png) no-repeat center;
    margin-top: 75px;
}

.ys_bg .ys .ys_t .zx a{
    font-size: 16px;
    text-align: center;
    color: #fff;
    display: block;
    padding-left: 30px;
}


.ys_bg .ys .ys_box{
    margin: 50px auto 0 auto;
    height: 420px;
    position: relative;
}

.ys_bg .ys .ys_box .box_t{
    float: left;
    width: 180px;
    font-size: 16px;
    color: #fff;
    writing-mode:tb-rl;
    letter-spacing: 17px;
    line-height:220px;
    margin-top: 110px;
}

.ys_bg .ys .ys_box .bd{
    width: 1130px;
    height: 416px;
    overflow: hidden;
    float: right;
}

.ys_bg .ys .ys_box .bd ul li{
    width: 1130px;
    height: 416px;
}

.ys_bg .ys .ys_box .bd ul li .ys_img{
    float: left;
    width: 564px;
    height: 416px;
    background: url(../images/ys_imgbg.jpg) no-repeat bottom right;
}

.ys_bg .ys .ys_box .bd ul li .ys_img img{
    width: 560px;
    height: 410px;

}

.ys_bg .ys .ys_box .bd ul li .txt{
    float: right;
    width: 505px;
}

.ys_bg .ys .ys_box .bd ul li .txt .txt_t{
    height: 40px;
    margin: 55px 0 25px 0;
}

.ys_bg .ys .ys_box .bd ul li .txt .txt_t h5{
    float: left;
    font-size: 24px;
    font-weight: bold;
    color: #333;
    text-transform: uppercase;
}

.ys_bg .ys .ys_box .bd ul li .txt .txt_t span{
    float: left;
    font-size: 16px;
    color: #999;
    text-transform: uppercase;
    margin-left: 8px;
    background: url(../images/ys_xt.jpg) no-repeat left top;
    margin-top: 7px;
    display: block;
    line-height: 30px;
}

.ys_bg .ys .ys_box .bd ul li .txt p{
    font-size: 14px;
    color: #666;
    line-height: 34px;
}


.ys_bg .ys .ys_box .hd{
    position: absolute;
    bottom: 40px;
    right: 0;
    height: 70px;
    z-index: 5;
}

.ys_bg .ys .ys_box .hd ul li{
    float: left;
    background: url(../images/ys_xt1.png) no-repeat right center;
    width: 118px;
    margin-right: 10px;
}

.ys_bg .ys .ys_box .hd ul li:last-child{
    background: none;
} 

.ys_bg .ys .ys_box .hd ul li .ys_list {
    display: block;
    width: 68px;
    height: 68px;
    overflow: hidden;
    transition-duration: 0.7s;
    margin:0;
    border: 1px solid #aaaaaa;
    border-radius: 50%;
  }
  
  .ys_bg .ys .ys_box .hd ul li .ys_list .ys_ico {
    display: block;
    position: relative;
    transition: 0.7s;
    font-size: 0;
  }
  
  .ys_bg .ys .ys_box .hd ul li .ys_list .ys_ico i{
    display: block;
    width: 68px;
    height: 68px;
    text-align: center;
    line-height: 68px;
    margin: 0 auto;
  }

  .ys_bg .ys .ys_box .hd ul li .ys_list .ys_ico i img{
    vertical-align: middle;
    display: inline-block;
    width: 68px;
    height: 68px;
  }

  .ys_bg .ys .ys_box .hd ul li .ys_list .ys_ico i:before{
    /* 辅助ie8图片居中 */
    content: '';
    height: 68px;
    width: 1px;
    font-size: 0;
  }
  
  
  .ys_bg .ys .ys_box .hd ul li .ys_list .ys_ico {
    width: 100%;
    height: 200%;
    top:0;
  }

  .ys_bg .ys .ys_box .hd ul li:hover .ys_ico {
    top:-68px;
  }

  .ys_bg .ys .ys_box .hd ul li.on .ys_ico {
    top:-68px;
  }

  .ys_bg .ys .ys_box .hd ul li.on .ys_list{

    border: 1px solid #2a6ad6;
  }


/*information*/

.information{
    width: 1360px;
    margin: 55px auto 0 auto;
}

.information .infor_t{
    float: left;
    margin-left: 235px;
}

.information .infor_t a{
    display: block;
    font-size: 18px;
    color: #333;
    font-weight: bold;
    background: url(../images/buttom5.png) no-repeat center;
    padding-top: 60px;
}


.information .infor_box{
    width: 1030px;
    height: 100px;
    border: 1px solid #eee;
    float: right;
}

.information .infor_box ul li{
    float: left;
    width: 307px;
    height: 49px;
    line-height: 49px;
    border-bottom: 1px dashed #eee;
    margin: 0 18px;
}

.information .infor_box ul li a{
    float: left;
    width: 200px;
    font-size: 14px;
    color: #666;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    -webkit-transition: all 0.9s ease-out;
    -o-transition: all 0.9s ease-out;
    transition: all 0.9s ease-out;
    background: url(../images/buttom6.png) no-repeat left center;
    padding-left: 20px;
}

.information .infor_box ul li span{
    font-size: 14px;
    color: #999;
    float: right;
}

.information .infor_box ul li:hover a{
    color: #2a6ad6;
    background: url(../images/buttom7.png) no-repeat left center;
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
    -o-transform: translateX(10px);
}

.information .infor_box ul li:nth-child(4),
.information .infor_box ul li:nth-child(5),
.information .infor_box ul li:nth-child(6){
    border-bottom: none;
}


/*case*/

.case{
    width: 1360px;
    margin: 60px auto 0 auto;
}

.case .case_box{
    width: 1360px;
    margin: 30px auto 0 auto;
    overflow: hidden;
    position: relative;
}

.case .case_box .bd{
    width: 1260px;
    margin: 0 auto;

}

.case .case_box .bd ul li{
    margin: 10px 20px ;
    width: 380px;
    height: 372px;
    background: #f8f8f8;
    float: left;
    position: relative;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.case .case_box .bd ul li .pic{
    width: 360px;
    height: 242px;
    margin: 10px auto 0 auto;

}

.case .case_box .bd ul li .pic img{
    width: 360px;
    height: 242px;
}

.case .case_box .bd ul li .txt{
    margin: 0 20px;
    position: relative;
}

.case .case_box .bd ul li .txt h5{
    height: 65px;
    line-height: 65px;
    border-bottom: 1px solid #dddddd;
    position: relative;
}
.case .case_box .bd ul li .txt h5 a{
    font-size: 18px;
    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;
}

.case .case_box .bd ul li .txt h5 i{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #2a6ad6;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.case .case_box .bd ul li:hover .txt h5 i{
    width: 100%;
}


.case .case_box .bd ul li .txt .xq{
    height: 50px;
    line-height: 50px;

}

.case .case_box .bd ul li .txt .xq span{
    float: left;
    font-size: 14px;
    color: #aaa;

}
.case .case_box .bd ul li .txt .xq .more{
    float: right;
    width: 21px;
    height: 11px;
    background: url(../images/more2.png) no-repeat center;
    display: block;
    width: 21px;
    height: 11px;
    margin-top: 20px;
}

.case .case_box .next{
    position: absolute;
    left: 0;
    top: 160px;
    background: url(../images/left.png) no-repeat center;
    width: 48px;
    height: 48px;
}

.case .case_box .prev{
    position: absolute;
    right: 0;
    top: 160px;
    background: url(../images/right.png) no-repeat center;
    width: 48px;
    height: 48px;
}

.case .case_box .bd ul li:hover{
    background: #fff;
    -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .08);
    box-shadow: 0 0 8px 6px rgba(0, 0, 0, .08);
}

.case .case_box .bd ul li:hover .xq .more{
    background: url(../images/more3.png) no-repeat center;
}


/*banner_1*/

.banner_1{
    width: 100%;
    margin: 50px auto 0 auto;
    height: 379px;
    background: url(../images/banner_1.jpg) no-repeat  center;
}

.banner_1 .cont{
    width: 1360px;
    margin: 0 auto;
}

.banner_1 .cont .txt{
    margin: 0px 0 0 530px;
    padding-top: 65px;
    font-size: 34px;
    font-weight: bold;
    color: #fff;

}

.banner_1 .cont .txt p{
    font-size: 24px;
    font-weight: normal;
    color: #fff;
    margin-top: 8px;
    margin-left: 10px;
    letter-spacing: 2px;
}


.banner_1 .cont .zx{
    margin-top: 30px;
}

.banner_1 .cont .zx .tel{
    float: left;
    margin: 0px 0 0 530px;
}

.banner_1 .cont .zx .tel span{
    float: left;
    font-size: 18px;
    color: #fff;
    margin-top: 8px;
}

.banner_1 .cont .zx .tel p{
    float: left;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 40px;
}

.banner_1 .cont .zx .zixun{
    float: left;
    margin-left: 55px;
    width: 148px;
    height: 42px;
    line-height: 42px;
    background: url(../images/zx.jpg) no-repeat  center;
    margin-top: 10px;
}

.banner_1 .cont .zx .zixun a{
    display: block;
    text-align: center;
    font-size: 16px;
    color: #fff;
    padding-left: 30px;
}


/*about*/

.ab_bg{
    width: 100%;
    height: 736px;
    margin: 0 auto;
    background: url(../images/ab_bg.jpg) no-repeat  center;
}

.ab_bg .about{
    width: 1360px;
    margin: 0 auto;
    position: relative;
    padding-top: 50px;
}

.ab_bg .about .ab_img{
    float: left;
    width: 625px;
    position: relative;
}

.ab_bg .about .ab_img img{
    width: 610px;
    height: 610px;
}


.ab_bg .about .ab_img .ab_t{
    position: absolute;
    right: 0;
    top: 30px;
    width: 242px;
    height: 76px;
    background: #2a6ad6;

}
.ab_bg .about .ab_img .ab_t img{
    float: left;
    width: 52px;
    height: 52px;
    margin: 12px 10px 12px 23px;
}

.ab_bg .about .ab_img .ab_t h5{
    float: left;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    line-height: 26px;
    margin-top: 13px;
}

.ab_bg .about .ab_img .ab_t h5 span{
    display: block;
    font-size: 13px;
    font-weight: normal;
    color: #fff;
    text-transform: uppercase;
}

.ab_bg .about .ab_nr{
    float: left;
    margin-left: 45px;
    width: 535px;
}

.ab_bg .about .ab_nr h6 span{
    display: block;
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-bottom: 5px;

}

.ab_bg .about .ab_nr h6{
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-top: 26px;
}

.ab_bg .about .ab_nr p{
    font-size: 14px;
    color: #666;
    line-height: 30px;
    height: 90px;
    overflow: hidden;
    margin-top: 30px;

}

.ab_bg .about .ab_nr .xq{
    font-size: 14px;
    font-weight: bold;
    color: #333;
    margin-top: 25px;
}


/*links*/

.links_bg{
    width: 100%;
    margin: 0 auto;
    height: 120px;
    background: url(../images/footer_bg.jpg) repeat  center;
}

.links_bg .links{
    width: 1200px;
    margin: 0 auto;
    padding-top: 45px;
    height: 74px;
    border-bottom: 1px solid #494e5c;
}

.links_bg .links h3 span{
    font-size: 16px;
    font-weight: bold;
    color: #5f636f;
    display: block;
}

.links_bg .links h3{
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    float: left;
}

.links_bg .links .yq{
    float: left;
    width: 1100px;
    margin-left: 15px;
    margin-top: 20px;
}

.links_bg .links .yq a{
    margin: 0 15px;
    font-size: 14px;
    color: #747987;
}


/*news*/

.news{
    width: 1360px;
    margin: 60px auto 0 auto;
}

.news .news_t{
    width: 1360px;
    margin: 0 auto;
    height: 70px;
}

.news .news_t .l_title{
    float: left;
    background: url(../images/news_t.jpg) no-repeat 210px  45px;
    width: 1045px;
}

.news .news_t .l_title span{
    float: left;
    font-size: 64px;
    font-weight: bold;
    color: #2a6ad6;
    text-transform: uppercase;
    line-height: 60px;
}

.news .news_t .l_title a{
    float: left;
    display: block;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    letter-spacing: 2px;
    margin-left: 10px;
}

.news .news_t .news_list{
    float: right;
    margin-top: 23px;
}

.news .news_t .news_list ul li{
    float: left;
    width: 134px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #dddddd;
    margin-left: 20px;
    -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{
    text-align: center;
    display: block;
    text-align: center;
    font-size: 16px;
    color: #666;
    -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.casehover{
    background: #5fc863;
    border: 1px solid #5fc863;
}

.news .news_t .news_list ul li.casehover a{
    color: #fff;
}

.news .news_box{
    margin: 50px auto 0 auto;
    height: 402px;
}

.news .news_box  .news_l{
    float: left;
    width: 615px;
}

.news .news_box  .news_l ul li{
    height: 170px;
    margin-bottom: 60px;
    position: relative;

}

.news .news_box  .news_l ul li .time{
    float: left;
    width: 60px;
    font-size: 36px;
    color: #666;
    margin-top: -5px;
}

.news .news_box  .news_l ul li .nr{
    float: right;
    width: 550px;
}

.news .news_box  .news_l ul li .nr .nr_t{
    height: 30px;
    line-height: 30px;
}

.news .news_box  .news_l ul li .nr .nr_t h5 a{
    float: left;
    width: 320px;
    font-size: 18px;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    -webkit-transition: all 0.9s ease-out;
    -o-transition: all 0.9s ease-out;
    transition: all 0.9s ease-out;
}


.news .news_box  .news_l ul li .nr .nr_t .more{
    float: right;
    background: url(../images/more4.png) no-repeat center;
    width: 20px;
    height: 16px;
    display: block;
    margin-top: 7px;
    
}

.news .news_box  .news_l ul li .nr span{
    display: block;
    font-size: 14px;
    color: #666;
    margin-top: 3px;
}

.news .news_box  .news_l ul li .nr p{
    font-size: 14px;
    color: #666;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    margin-top: 30px;
}

.news .news_box  .news_l ul li i{
    display: block;
    width: 537px;
    height: 1px;
    background: #dddddd;
    position: absolute;
    left: 0;
    bottom: 0;
}

.news .news_box  .news_l ul li:hover .nr .nr_t h5 a{
    color: #2a6ad6;
}

.news .news_box  .news_l ul li:hover .nr .nr_t .more{
    background: url(../images/more5.png) no-repeat center;
}

.news .news_box  .news_r{
    float: right;
    width: 715px;
}

.news .news_box  .news_r ul li{
    float: left;
    width: 290px;
    height: 400px;
    border: 1px solid #ddd;
    margin-left: 25px;
    padding: 0 20px;
    -webkit-transition: all 0.9s ease-out;
    -o-transition: all 0.9s ease-out;
    transition: all 0.9s ease-out;
}

.news .news_box  .news_r ul li span{
    display: block;
    font-size: 26px;
    color: #999;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 25px;
    -webkit-transition: all 0.9s ease-out;
    -o-transition: all 0.9s ease-out;
    transition: all 0.9s ease-out;
}

.news .news_box  .news_r ul li a{
    font-size: 18px;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    -webkit-transition: all 0.9s ease-out;
    -o-transition: all 0.9s ease-out;
    transition: all 0.9s ease-out;
    margin-top: 15px;
}

.news .news_box  .news_r ul li  p{
    font-size: 14px;
    color: #999;
    line-height: 25px;
    height: 53px;
    overflow: hidden;
    background: url(../images/xt2.png) no-repeat left center;
    padding-left: 20px;
    margin-top: 20px;
}

.news .news_box  .news_r ul li .news_img{
    width: 290px;
    height: 165px;
    margin-top: 30px;
}

.news .news_box  .news_r ul li .news_img img{
    width: 290px;
    height: 165px;
}

.news .news_box  .news_r ul li:hover span{
    color: #666;
}

.news .news_box  .news_r ul li:hover a{
    font-weight: bold;
    color: #2a6ad6;
}

.news .news_box  .news_r ul li:hover{
    border: 1px solid #fff;
    -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .08);
    box-shadow: 0 0 8px 6px rgba(0, 0, 0, .08);
}



/*message*/

.message_bg{
    width: 100%;
    margin: 60px auto  0 auto;
    height: 100px;
    background: #f8f8f8;
}

.message_bg .message{
    width: 1360px;
    margin: 0 auto;
    padding-top: 30px;
}

.message_bg .message .form-group1{
    float: left;
    width: 258px;
    height: 40px;
    background: #fff;
    border: 1px solid #dddddd;
    margin-right: 10px;
}

.message_bg .message .form-group1 input{
    width: 258px;
    height: 40px;
    background: url(../images/m1.png) no-repeat 10px center;
    text-indent: 40px;
    font-size: 14px;
    color: #666;
}

.message_bg .message .form-group2{
    float: left;
    width: 258px;
    height: 40px;
    background: #fff;
    border: 1px solid #dddddd;
    margin-right: 10px;
}

.message_bg .message .form-group2 input{
    width: 258px;
    height: 40px;
    background: url(../images/m2.png) no-repeat 10px center;
    text-indent: 40px;
    font-size: 14px;
    color: #666;
}

.message_bg .message .form-group3{
    float: left;
    width: 408px;
    height: 40px;
    background: #fff;
    border: 1px solid #dddddd;
    margin-right: 10px;
}

.message_bg .message .form-group3 input{
    width: 408px;
    height: 40px;
    background: url(../images/m3.png) no-repeat 10px center;
    text-indent: 40px;
    font-size: 14px;
    color: #666;
}

.message_bg .message .form-group4{
    float: left;
    width: 240px;
    height: 40px;
    background: #fff;
    border: 1px solid #dddddd;
    margin-right: 10px;
}

.message_bg .message .form-group4 .imgcode{
    float: left;
    width: 90px;
    height: 36px;
    margin: 2px;
}

.message_bg .message .form-group4 .codeText{
    float: right;
    width: 130px;
    height: 40px;
    background: #fff;
    text-indent: 0px;
    font-size: 14px;
    color: #aaaaaa;
}

.message_bg .message .anniu{
    float: right;
    width: 147px;
    height: 42px;

}

.message_bg .message .anniu button{
    border: none;
    cursor: pointer;
    width: 147px;
    height: 42px;
    background: #2a6ad6;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;

}