
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/

/*banner*/
.fullSlide {
    width: 100%;
    position: relative;
    height: 630px;
    background: #FFF;
    overflow: hidden;
  }
  
  .fullSlide .bd {
    height: 630px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  
  .fullSlide .bd ul {
    width: 100% !important;
  }
  
  .fullSlide .bd li {
    width: 100% !important;
    height: 630px;
    overflow: hidden;
    text-align: center;
  }
  
  .fullSlide .bd li a {
    display: block;
    height: 630px;
  }
  
  .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: #0f4082;
    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%;
  }


/*trait*/

.trait_bg{
    width: 100%;
    margin: 0 auto;
    height: 106px;
    background: url(../images/trait_bg.jpg) no-repeat center;
}


.trait_bg .trait{
    width: 1200px;
    margin: 0 auto;
    height: 106px;
}

.trait_bg .trait .notice{
    float: left;
    width: 870px;
    margin-top: 20px;
    background: url(../images/buttom2.png) no-repeat left center;
}

.trait_bg .trait .notice .bd{
    float: left;
    margin-left: 67px;
    width: 400px;
    height: 55px;
    overflow: hidden;

}

.trait_bg .trait .notice .bd ul li{
    width: 400px;
    height: 55px;
}

.trait_bg .trait .notice .bd ul li span{
    display: block;
    font-size: 20px;
    color: #333;
}

.trait_bg .trait .notice .bd ul li a{
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    font-size: 16px;
    color: #333;
}

.trait_bg .trait .notice .hd{
    float: right;
    width: 115px;
    margin-right: 60px;
    margin-top: 20px;
} 

.trait_bg .trait .notice .hd .next{
    float: left;
    width: 34px;
    height: 34px;
    background: url(../images/left.png) repeat center;
    cursor: pointer;
}

.trait_bg .trait .notice .hd .prev{
    float: right;
    width: 34px;
    height: 34px;
    background: url(../images/right.png) repeat center;
    cursor: pointer;
}

.trait_bg .trait .trait_r{
    float: right;
    font-size: 16px;
    color: #333;
    line-height: 36px;
    text-align: right;
    margin-top: 15px;
}


/*title*/

.title{
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    background: url(../images/title.png) no-repeat center 18px;
}


.title h3{
    font-size: 24px;
    font-weight: bold;
    color: #333;

}

.title h3 a{
    font-size: 24px;
    font-weight: bold;
    color: #333;
}

.title span{
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: #666;
    text-transform: uppercase;
    margin-top: 8px;
}


/*product*/

.product{
    width: 1200px;
    margin: 60px auto 0 auto;
}

.product .pro_box{
    width: 1200px;
    margin: 40px auto 0 auto;
}

.product .pro_box .pro_l{
    float: left;
    width: 300px;
    height: 640px;
    background: url(../images/pro_l.jpg) no-repeat center;
}


.product .pro_box .pro_l .pro_t{
    height: 135px;
}

.product .pro_box .pro_l .pro_t a{
    display: block;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    padding: 75px 0 0 70px;
}

.product .pro_box .pro_l .pro_con{
    margin-top: 25px;
    height: 347px;
    overflow-x: hidden;
    padding-bottom: 20px;

}

.pro_con::-webkit-scrollbar{
    width:10px;
    height:10px;

  }
  .pro_con::-webkit-scrollbar-track{
    background: rgb(255, 255, 255);
    border-radius:2px;
  }
  .pro_con::-webkit-scrollbar-thumb{
    background: #ededed;
    border-radius:10px;
  }
  .pro_con::-webkit-scrollbar-thumb:hover{
    background: #fff;
  }
  .pro_con::-webkit-scrollbar-corner{
    background: #fff;
  }
    

.product .pro_box .pro_l .pro_con ul li{
    width: 260px;
    height: 56px;
    line-height: 56px;
    margin: 15px  auto 0px auto;
    border-bottom: 1px solid #87a0c1;
    position: relative;
    z-index: 5;
}

.product .pro_box .pro_l .pro_con ul li a{
    display: block;
    padding-left: 65px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    font-size: 16px;
    color: #fff;
    background: url(../images/buttom3.png) no-repeat 15px center;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.product .pro_box .pro_l .pro_con ul li i{
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 0;
    height: 56px;
    background: #fff;
    border-radius: 5px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.product .pro_box .pro_l .pro_con ul li:hover i{
    width: 100%;

}

.product .pro_box .pro_l .pro_con ul li:hover a{
    color: #0065cb;
    background: url(../images/buttom4.png) no-repeat 15px center;
}

.product .pro_box .pro_l .zx{
    margin: 35px auto 0 auto;
    width: 160px;
    height: 35px;
    line-height: 35px;
    background: url(../images/zx.png) no-repeat  center;
}

.product .pro_box .pro_l .zx a{
    display: block;
    font-size: 14px;
    color: #0f4082;
    text-align: center;
    padding-left: 25px;

}

.product .pro_box .pro_tab{
    width: 870px;
    float: right;
}

.product .pro_box .pro_tab ul li{
    float: left;
    width: 253px;
    margin: 0 0 29px 37px;
}

.product .pro_box .pro_tab ul li .pic{
    width: 251px;
    height: 262px;
    border: 1px solid #cccccc;
    border-radius: 3px;

}

.product .pro_box .pro_tab ul li .pic img{
    width: 251px;
    height: 262px;
    border-radius: 3px;
}

.product .pro_box .pro_tab ul li .txt{
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #cdcdcd;
    margin-top: 5px;
} 

.product .pro_box .pro_tab ul li .txt h5 a{
    float: left;
    width: 180px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    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;
}

.product .pro_box .pro_tab ul li .txt .more{
    float: right;
    display: block;
    width: 27px;
    height: 17px;
    margin-top: 9px;
    background: url(../images/more.png) no-repeat center;
}

.product .pro_box .pro_tab ul li:hover .txt h5 a{
    color: #0f4082;
}




/*ys*/

.ys_bg{
    width: 100%;
    height: 638px;
    margin: 50px auto 0 auto;
    background: url(../images/ys_bg.jpg) no-repeat  center;
}

.ys_bg .ys{
    width: 1200px;
    margin: 0 auto;
    padding-top: 75px;
    position: relative;
}

.ys_bg .ys .ys_t{
    position: absolute;
    z-index: 5;
    left: 0;
    top: 100px;
}

.ys_bg .ys .ys_t h3{
    font-size: 28px;
    font-weight: bold;
    color: #fff;

}

.ys_bg .ys .ys_t p{
    font-size: 14px;
    color: #c2d4ec;
    margin-top: 5px;

}


.ys_bg .ys .ys_box{
    position: relative;
    width: 1200px;
    height: 484px;
    margin: 0 auto;
}

.ys_bg .ys .ys_box .bd{
    float: left;
    width: 999px;
    overflow: hidden;
}

.ys_bg .ys .ys_box .bd ul li{
    float: left;
    width: 999px;
    height: 484px;
}


.ys_bg .ys .ys_box .bd ul li .txt{
    float: left;
    width: 490px;
    margin-top: 190px;
}

.ys_bg .ys .ys_box .bd ul li .txt h5{
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 20px;

}

.ys_bg .ys .ys_box .bd ul li .txt p{
    font-size: 14px;
    color: #fff;
    line-height: 24px;
}

.ys_bg .ys .ys_box .bd ul li .txt span{
    display: block;
    font-size: 60px;
    color: #c2d4ec;
    font-weight: bold;
    text-align: right;
    margin-top: 25px;
}


.ys_bg .ys .ys_box .bd ul li .txt .zx{
    width: 170px;
    height: 41px;
    line-height: 41px;
    background: #fff;

}

.ys_bg .ys .ys_box .bd ul li .txt .zx a{
    display: block;
    text-align: center;
    font-size: 16px;
    color: #0f4082;
}


.ys_bg .ys .ys_box .bd ul li .ys_img{
    float: right;
    width: 414px;
    height: 484px;
}

.ys_bg .ys .ys_box .bd ul li .ys_img img{
    width: 414px;
    height: 484px;
}


.ys_bg .ys .ys_box .hd{
    float: right;
    width: 200px;
}

.ys_bg .ys .ys_box .hd ul li{
    width: 200px;
    height: 120px;
    background: #c2d4ec;
    margin-bottom: 1px;
    -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 .hd ul li span{
    display: block;
    padding-top: 28px;
}

.ys_bg .ys .ys_box .hd ul li span img{
    margin: 0 auto;
    width: 34px;
    height: 34px;
    display: block;

}

.ys_bg .ys .ys_box .hd ul li h5{
    font-size: 18px;
    color: #0f4082;
    text-align: center;
    margin-top: 5px;
    -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 .hd ul li.on{
    background: #fff;
}

.ys_bg .ys .ys_box .ys_button{
    position: absolute;
    z-index: 5;
    left:290px;
    bottom: 0;
    width: 205px;
    height: 28px;
    line-height: 28px;
    background: url(../images/buttom6.png) no-repeat  center;
}

.ys_bg .ys .ys_box .ys_button .next{
    float: left;
    font-size: 12px;
    color: #cccccc;
    text-transform: uppercase;
    background: url(../images/left1.png) no-repeat left   center;
    padding-left: 22px;
    cursor: pointer;
}

.ys_bg .ys .ys_box .ys_button .prev{
    float: right;
    font-size: 12px;
    color: #cccccc;
    text-transform: uppercase;
    background: url(../images/right1.png) no-repeat right   center;
    padding-right: 22px;
    cursor: pointer;
}


/*case*/

.case{
    width: 1200px;
    margin: 60px auto 0 auto;
}

.case .case_box{
    width: 1200px;
    margin: 30px auto 0 auto;
    height: 630px;
}

.case .case_box ul li{
    float: left;
    width: 370px;
    margin: 0 15px 25px 15px ;
    position: relative;
}

.case .case_box ul li .pic{
    width: 370px;
    height: 212px;
    overflow: hidden;
}

.case .case_box ul li .pic img{
    width: 370px;
    height: 212px;
    object-fit: cover;
}

.case .case_box ul li .txt{
    width: 370px;
    height: 80px;
    position: relative;
    margin-top: 5px;
}

.case .case_box ul li .txt .txt_t{
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #dddddd;
    position: relative;
}

.case .case_box ul li .txt .txt_t h5 a{
    float: left;
    width: 280px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    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;
}



.case .case_box ul li .txt .txt_t .more{
    float: right;
    display: block;
    width: 21px;
    height: 15px;
    margin-top: 12px;
    background: url(../images/more1.png) no-repeat center;
}

.case .case_box ul li .txt .txt_t i{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #0f4082;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.case .case_box ul li:hover .txt .txt_t i{
    width: 100%;
}

.case .case_box ul li:hover .txt .txt_t h5 a{
    color: #0f4082;
}

.case .case_box ul li .txt p{
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    font-size: 14px;
    color: #666;
    line-height: 39px;
}

.case .case_more{
    margin: 30px auto 0 auto;
    width: 170px;
    height: 40px;
    line-height: 40px;
    background: #0f4082;
}

.case .case_more a{
    display: block;
    text-align: center;
    font-size: 16px;
    color: #fff;
}



/*about*/

.ab_bg{
    width: 100%;
    height: 893px;
    margin: 60px auto 0 auto;
    background: url(../images/ab_bg.jpg) no-repeat center;
}

.ab_bg .banner_1{
    width: 1200px;
    margin: 0 auto;
    height: 310px;
}

.ab_bg .banner_1 h5{
    font-size: 16px;
    color: #fff;
    padding-top: 120px;

}

.ab_bg .banner_1 p{
    font-size: 12px;
    color: #fff;
    font-family: 'Times New Roman', Times, serif;
    margin-top: 5px;
}

.ab_bg .banner_1 ul{
    margin-top: 18px;

}

.ab_bg .banner_1 ul li{
    float: left;
    width: 126px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.ab_bg .banner_1 ul li.t2{
    color: #4071ab;
}

.ab_bg .about{
    width: 1200px;
    margin: 70px  auto  0  auto;
}

.ab_bg .about .ab_nr{
    margin-top: 68px;
}

.ab_bg .about .ab_nr .ab_img{
    float: left;
    width: 664px;
    height: 380px;
}

.ab_bg .about .ab_nr .ab_img img{
    width: 664px;
    height: 380px;
}

.ab_bg .about .ab_nr .nr{
    float: right;
    width: 460px;
}

.ab_bg .about .ab_nr .nr h5 a{
    display: block;
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin: 13px 0 12px 0;
}

.ab_bg .about .ab_nr .nr  h6{
    width: 170px;
    height: 22px;
    line-height: 22px;
    background: #0f4082;
    border-radius: 25px;
    font-size: 14px;
    color: #fff;
    padding-left: 16px;

}

.ab_bg .about .ab_nr .nr  p{
    font-size: 14px;
    color: #666;
    line-height: 30px;
    height: 120px;
    margin-top: 35px;

}

.ab_bg .about .ab_nr .nr .ab_list{
    margin-top: 45px;
}

.ab_bg .about .ab_nr .nr .ab_list ul li{
    float: left;
    background: url(../images/buttom5.png) no-repeat right 43px;
    width: 115px;
    margin: 0 4px;
}

.ab_bg .about .ab_nr .nr .ab_list ul li.ab4{
    background: none;
    width: 80px;
}


.ab_bg .about .ab_nr .nr .ab_list ul li a{
    display: block;
    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: 0 0 0 15px;
}

.ab_bg .about .ab_nr .nr .ab_list ul li a span{
    display: block;
    margin: 0 0 5px 12px;
    width: 28px;
    height: 28px;
}

.ab_bg .about .ab_nr .nr .ab_list ul li.ab1 a span{
    background: url(../images/ab1.png) no-repeat center;
}

.ab_bg .about .ab_nr .nr .ab_list ul li.ab2 a span{
    background: url(../images/ab2.png) no-repeat center;
}


.ab_bg .about .ab_nr .nr .ab_list ul li.ab3 a span{
    background: url(../images/ab3.png) no-repeat center;
}

.ab_bg .about .ab_nr .nr .ab_list ul li.ab4 a span{
    background: url(../images/ab4.png) no-repeat center;
}

.ab_bg .about .ab_nr .nr .ab_list ul li:hover a{
    color: #0f4c82;

}

.ab_bg .about .ab_nr .nr .ab_list ul li.ab1:hover a span{
    background: url(../images/ab11.png) no-repeat center;
}

.ab_bg .about .ab_nr .nr .ab_list ul li.ab2:hover  a span{
    background: url(../images/ab22.png) no-repeat center;
}


.ab_bg .about .ab_nr .nr .ab_list ul li.ab3:hover  a span{
    background: url(../images/ab33.png) no-repeat center;
}

.ab_bg .about .ab_nr .nr .ab_list ul li.ab4:hover  a span{
    background: url(../images/ab44.png) no-repeat center;
}



/*news*/

.news{
    width: 1200px;
    margin: 35px auto 0 auto;
}

.news .news_list{
    width: 1200px;
    margin: 0 auto;
    height: 90px;
    line-height: 90px;
    border-bottom: 1px solid #dedede;
}

.news .news_list ul{
    text-align: center;
}

.news .news_list ul li{
    display: inline-block;
    margin: 0 70px;
}

.news .news_list ul li a{
    display: block;
    color: #2d363e;
    font-size: 16px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news .news_list ul li.casehover{
    background: url(../images/news_t.jpg) no-repeat bottom center;
}
.news .news_list ul li.casehover a{
    color: #0f4082;
}

.news .news_box{
    margin: 40px auto 0 auto;
    height: 373px;
}

.news .news_box .nr_l{
    float: left;
    width: 320px;
    height: 373px;
    background: #f5f6f7;
    padding: 0 10px;
}

.news .news_box .nr_l .pic{
    width: 320px;
    height: 263px;
    margin: 10px auto 0 auto;

}

.news .news_box .nr_l .pic img{
    width: 320px;
    height: 263px;
}

.news .news_box .nr_l .txt{
    margin: 20px 20px 0 20px;
}

.news .news_box .nr_l .txt a{
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    font-size: 16px;
    color: #333;
    background: url(../images/more2.png) no-repeat right center;
    padding-right: 25px;
    line-height: 25px;
}

.news .news_box .nr_l .txt p{
    font-size: 14px;
    color: #666;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    margin-top: 12px;
}

.news .news_box .nr_c{
    float: left;
    margin-left: 35px;
    width: 410px;
}

.news .news_box .nr_c ul li{
    width: 376px;
    height: 184px;
    background: #f5f6f7;
    margin-bottom: 5px;
    padding: 0 17px;
}

.news .news_box .nr_c ul li .txt{
    padding-top: 20px;
    height: 85px;
    border-bottom: 1px dashed #ebebeb;
}

.news .news_box .nr_c ul li .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;
}

.news .news_box .nr_c ul li:hover .txt a{
    color: #0f4082;
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
    -o-transform: translateX(10px);

}

.news .news_box .nr_c ul li .txt p{
    font-size: 14px;
    color: #666;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    margin-top: 5px;
}

.news .news_box .nr_c ul li .time{
    margin-top: 10px;
    background: url(../images/more3.png) no-repeat right center;
}

.news .news_box .nr_c ul li .time span{
    display: block;
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

.news .news_box .nr_c ul li .time p{
    font-size: 14px;
    color: #333;
}


.news .news_box .nr_r{
    float: right;
    width: 410px;
}

.news .news_box .nr_r ul li{
    width: 340px;
    height: 90px;
    background: #f5f6f7;
    padding: 15px 35px;
    margin-bottom: 7px;
}

.news .news_box .nr_r ul li .time{
    float: left;
    width: 85px;
    height: 90px;
    border-right: 1px dashed #bbcfe8;
}

.news .news_box .nr_r ul li .time span{
    display: block;
    font-size: 18px;
    color: #333;
    font-weight: bold;
    background: url(../images/xt.png) no-repeat left bottom;
    line-height: 40px;
    margin-top: 8px;
}

.news .news_box .nr_r ul li .time p{
    font-size: 14px;
    color: #333;
    margin-top: 7px;
}


.news .news_box .nr_r ul li .txt{
    float: right;
    width: 237px;
}

.news .news_box .nr_r ul li .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-top: 3px;
}

.news .news_box .nr_r ul li .txt p{
    font-size: 14px;
    color: #666;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    margin-top: 8px;
}


.news .news_box .nr_r ul li:hover .txt a{
    color: #0f4082;
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
    -o-transform: translateX(10px);

}



/*links*/

.links_bg{
    width: 100%;
    margin: 50px auto 0 auto;
    height: 412px;
    background: url(../images/links_bg.jpg) no-repeat center;
}

.links_bg .links{
    width: 1200px;
    margin: 0 auto;
    padding-top: 60px;
}

.links_bg .links .links_t{
    float: left;
    text-align: center;
    margin-top: 5px;
}

.links_bg .links .links_t h3{
    font-size: 14px;
    color: #666;
    background: url(../images/links.png) no-repeat center;
}

.links_bg .links .links_t span{
    display: block;
    font-size: 34px;
    color: #333;
    font-weight: bold;
    text-transform: uppercase;
}

.links_bg .links .yq{
    float: right;
    width: 1045px;
}

.links_bg .links .yq a{
    margin: 0 10px;
    font-size: 14px;
    color: #676767;
    line-height: 30px;
}

.links_bg .message{
    margin: 30px auto 0 auto;
    width: 1200px;
}

.links_bg .message .m_t{
    float: left;
    width: 288px;
    height: 124px;
    background: url(../images/m_t.jpg) no-repeat center;
    padding: 50px 0 0 60px;
}

.links_bg .message .m_t h3{
    font-size: 26px;
    color: #fff;
}

.links_bg .message .m_t p{
    font-size: 12px;
    color: #fff;
    margin-top: 5px;
}

.links_bg .message .message_nr{
    float: right;
    width: 800px;
}

.links_bg .message .message_nr .form-group1{
    width: 386px;
    height: 46px;
    background: #fff;
    float: left;
    margin-bottom: 20px;
}

.links_bg .message .message_nr .form-group1 input{
    width: 386px;
    height: 46px;
    background: url(../images/m1.png) no-repeat  17px center;
    font-size: 14px;
    color: #333;
    text-indent: 45px;
}

.links_bg .message .message_nr .form-group2{
    width: 386px;
    height: 46px;
    background: #fff;
    float: right;
    margin-bottom: 20px;
}

.links_bg .message .message_nr .form-group2 input{
    width: 386px;
    height: 46px;
    background: url(../images/m2.png) no-repeat  17px center;
    font-size: 14px;
    color: #333;
    text-indent: 45px;
}

.links_bg .message .message_nr .form-group3{
    width: 386px;
    height: 108px;
    background: #fff;
    float: left;
}

.links_bg .message .message_nr .form-group3 textarea{
    width: 331px;
    height: 31px;
    background: url(../images/m3.png) no-repeat  17px 15px;
    font-size: 14px;
    color: #333;
    padding: 15px 10px 0 45px;
}

.links_bg .message .message_nr .form-group4{
    width: 386px;
    height: 42px;
    background: #fff;
    float: right;
    margin-bottom: 20px;
}

.links_bg .message .message_nr .form-group4 .codeText{
    float: left;
    width: 200px;
    height: 42px;
    font-size: 14px;
    color: #999;
    text-indent: 20px;
}

.links_bg .message .message_nr .form-group4 .imgcode{
    float: right;
    width: 114px;
    height: 42px;
}

.links_bg .message .message_nr .anniu{
    width: 386px;
    height: 46px;
    float: right;
}

.links_bg .message .message_nr .anniu button{
    width: 386px;
    height: 46px;
    background: #0f4082;
    cursor: pointer;
    border: none;
    font-size: 16px;
    color: #fff;
}