

/*走马灯
*/

.fazhan{
    background-color: #f4f4f4;
    padding-bottom: 30px;


}
#warp {
    width: 1200px;
    height: 500px;
    /*margin: 50px auto;*/
    position: relative;
    overflow: hidden;
}

.content {
    width: 1000%;
    position: absolute;
    left: 0;
    top: 0;
}

.content li {
    width: 3%;
    height: 200px;
    float: left;
    padding-left:50px;
}
.content li img{
    display: block;
    width: 80%;
    margin: 0 auto;
}
.content li p{
    background: url(../img/dian.jpg) no-repeat 3px 8px;
 font-size: 16px;
    color: #333;
    padding-left: 20px;
}



    /*返回顶部*/

.fanhui {

    position: fixed;
    right: 0;
    top: 800px;
}

.fanhui a {
    width: 100px;
    height: 100px;
    display: block;
    background-color: #c9201d;
    border-radius: 15px;

}

.fanhui a img {
    display: block;
    margin: 0 auto;
    padding-top: 10%;
    margin-bottom: 5%;
}


.fanhui a p {
    text-align: center;
    font-size: 18px;
    text-align: center;
    color: white;

}


/*<!--  头部开始-->*/


.top_warp {
    width: 100%;
    min-width: 1200px;
    background-color: #fff;
}

.top_warp .top_top {
    height: 29px;
    border-bottom: 1px #bfbfbf solid;

}

.top_t_t {
    background-color: #bb111b;
    height: 40px;
    z-index: 666666;
    position: relative;
}

.top_t_t p {
    line-height: 40px;
    float: left;
    font-size: 14px;
    color: #fff;
}

.top_t_t .top_right {
    float: right;

}

.top_t_t .top_right01 > a {
    display: block;
    float: right;
    line-height: 40px;
    margin-left: 10px;
    color: #fff;
}

.top_t_t .top_right01 > img {
    margin-top: 8px;
}

.top_t_t .top_right01 {
    float: right;
    margin-left: 20px;
}

.top_warp .top_box {
    height: 120px;

}

.top_warp .top_box .logo {
    height: 120px;
    float: left;
    clear: both; 
    width: 790px;
}


.top_warp .top_box .logo > img {
    width: 26%;
    margin-top:3%;
    padding-right: 2%;
    float: left;
    /*border-right: 1px #e5e5e5 solid;*/

}


.top_warp .top_box .logo .wenzi01 {
    font-size: 20px;
    color: #666666;
    padding-top: 30px;

    padding-left: 100px;
}


.top_warp .top_box .logo .wenzi02 {
    font-size: 20px;
    color: #666666;
    padding-top: 5px;
    font-weight: 500;
    padding-left: 100px;
    /*float: left;*/
}


.top_box .rexian {
    width: 250px;
    padding-top: 3%;
    float: right;
}

.top_box .rexian .rx {

    font-size: 20px;
    color: #0047ad;
    font-weight: 500;
}

.top_box .rexian .dian {

    font-size: 20px;
    color: #0047ad;


}


.top_box .rexian img {
    float: left;
    display: block;
    padding-right: 5%;
    width: 18%;
}

.top_box .rexian .rexian_r {
}

/*  头部结束*/


/*  导航开始*/
.nav {
    height: 60px;
    background-color: #0047ad;
    border-top: 1px #e5e5e5 solid;
}

.nav .logo_right {
}


.nav .logo_right ul li {
    float: left;
    height: 60px;


}


.nav .logo_right ul li > a {
    display: block;
    text-align: center;
    color: #fff;
    padding: 0 22px;
    font-size: 18px;
    /* line-height: 60px; */
    /*border-right: 1px #e5e5e5 solid;*/
    margin: 18px 0;


}
.nav .logo_right ul li:last-child > a{
    border-right: none;

}


.nav .logo_right ul li:hover {

    background-color: #fff;
}



.nav .logo_right ul li:hover a {
color: #0047ad;
    font-weight: 600;
}


/*导航结束*/
/* banner 轮播图 */

.slide {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
    z-index: 999;
    overflow: hidden;
    min-width: 1200px;
}

.slide ul {
    width: 10000%;
    list-style-type: none
}

.next_btn {
    position: absolute;
    width: 25px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    opacity: .5;
    vertical-align: middle;
    background: rgba(0, 0, 0);
    right: 5px;
    top: 50%;
    color: #fff;

    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    cursor: pointer;

}

.prev_btn {
    position: absolute;
    width: 25px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    opacity: .9;
    vertical-align: middle;
    background: rgba(0, 0, 0, .1);
    left: 5px;
    top: 50%;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    cursor: pointer
}

.slide ul:after {
    content: '';
    clear: both;
    display: block
}

.slide ul li {
    float: left;
    text-align: center
}

.slide ul li img {
    vertical-align: middle;
    max-width: 100%
}

.slide .circle_btn {
    position: absolute;
    bottom: 25px;
    text-align: center;
    left: 0;
    display: table;
    margin: 0 auto;
    width: 100%
}

.slide .circle_btn button {
    box-sizing: content-box;
    opacity: .8;
    outline: 0;
    border: 0;
    padding: 5px 25px;
    background: #666;
    margin: 2px 5px;
    overflow: hidden;
    transition: all .6s;
    cursor: pointer;
}

.slide .circle_btn button.active {
    background: #0047ad;
}


/*  轮播图结束*/


.shic {
background: url(../img/shic_bgc.jpg) no-repeat top center;
    height: 700px;


}

.shic .sc {
    padding-top: 50px;
}

.shic .sc img {
    float: left;
    width: 45%;

}

.shic .sc_wz {
    float: right;
    width: 50%;
    padding-left: 3%;
    padding-top: 10px;
}

.shic .sc_wz h2 {
    font-size: 27px;
    font-weight: 500;
    /* height: 40px; */
    /* line-height: 40px; */
    padding-left: 20px;
    color: #fff;
    margin-bottom: 10px;
    /* margin-top: 10px; */
    border-left: 10px #fff solid;

}


.shic .sc_wz p {


    font-size: 18px;
    font-weight: 500;
line-height: 35px;
    color: #e9e2e2;
    margin-bottom: 10px;
    margin-top: 50px;

}

.shic .shipin{
    display: block;
}









/*市场结束*/

/*回报开始*/
.huib {
    background: url(../img/huibao_bgc.jpg) no-repeat top center;
    height: 820px;
}

.huib .w > img {
    display: block;
    margin: 0 auto;
    padding-top: 20px;
}


/* 产品中心 开始*/

.cp_t .lfet_t {
    background-color: #0047ad;
    padding: 8% 0;border-radius: 5px;
}


.cp_t .lfet_t h6 {
    color: #fff;
    font-size: 26px;
    font-weight: 500;
    padding-left: 15%;
    padding-top: 1%;
    background: url(../img/yuan.png) no-repeat 210px 8px;
}


.cp_t {

    padding-bottom: 3%;
    padding-top: 3%;
}

.cp_t .chanpin_box {}

.cp_t .chanpin_box .chanpin_left {
    float: left;
    width: 25%;

}

.cp_t .chanpin_box .chanpin_left .chanpin_boot {

    box-shadow: 0px -6px 15px 1px #e5e5e5;
    margin-left: 10px;
}

.cp_t .chanpin_box .chanpin_left h3 {

    color: #2b2a2a;
    font-size: 28px;
    padding-top: 15%;
    text-align: center;
    font-weight: 500;

}


.cp_t .chanpin_box .chanpin_left p {
    color: #666;
    font-size: 16px;
    text-align: center;
    padding-bottom: 5%;

}



.cp_t .chanpin_box .chanpin_left .chanpin_boot>dl {



}

.cp_t .chanpin_box .chanpin_left .chanpin_boot>dl>dt {

    height: 80px;
    line-height: 80px;
    padding-left: 15%;
    background: url(../img/xiajian.jpg) no-repeat 215px 36px;
    border-bottom: #bdbdbd solid 1px;
    border-top: #bdbdbd solid 1px;

}

.cp_t .chanpin_box .chanpin_left .chanpin_boot>dl>dt>a {
    font-size: 24px;
    color: #0047ad;
    font-weight: 600;

}

.cp_t .chanpin_box .chanpin_left .chanpin_boot>dl dd {

    height: 70px;
    line-height: 70px;
    /* background-color: #f4f4f4; */
    padding-left: 16%;



}
.cp_t .chanpin_box .chanpin_left .chanpin_boot  dl  dd:nth-child(1){
    padding-top: 50px;

}
.cp_t .chanpin_box .chanpin_left .chanpin_boot dl dd a {
    font-size: 18px;
    color: #333;
    font-weight: 500;

}



.cp_t .chanpin_box .chanpin_left .chanpin_boot dl dd a:hover  {
    color: #0047ad;
    font-weight: 600;

}

.cp_t .chanpin_box .chanpin_left .chanpin_boot>dl>dt>dd:hover {
    background: url(../img/fdg_bgc.png) no-repeat -95px 9px;
}


.cp_t .chanpin_box .chanpin_right {
    float: left;
    width: 73%;
    padding-left: 20px;

}



.cp_t .chanpin_box .chanpin_right .c_top>p {

    font-size: 26px;

}






































.cp_t .chanpin_box .chanpin_right ul {
  
}

.cp_t .chanpin_box .chanpin_right ul li {

    width: 31%;
    margin-left: 2%;
    float: left;
    /* height: 200px; */
    margin-bottom: 1%;
    box-shadow: 2px 2px 12px -2px #e5e5e5;
    margin-top: 15px;    border: 1px #fff solid;


}
.cp_t .chanpin_box .chanpin_right ul li:hover{
    border: 1px #0047ad solid;
}
.cp_t .chanpin_box .chanpin_right ul li p {
    text-align: left;
    font-size: 18px;
    color: #333;
    height: 40px;
    line-height: 40px;
    padding-left: 30px;

}

.cp_t .chanpin_box .chanpin_right ul li img {

    display: block;
    width: 100%;
}







/*  产品结束 */





.shipin {
    margin: 3% 0;
}

.shipin video {
    width: 1000px;
    display: block;
    margin: 0 auto;
}




/*介绍*/

.js{
padding-top: 120px;
    padding-bottom: 50px;
}

.js .js_wz{
    float: left;
    width: 45%;
    padding-right: 3%;
    padding-top: 10px;

}
.js .js_wz img{
    padding-bottom: 20px;
}

.js .js_wz p{
    text-indent: 2em;
    font-size: 16px;
    line-height: 35px;
    color: #333;
}
.js .w>img{
    float: right;
    width: 50%;
}

/* 优势 */

.fqs_ys {

    position: relative;
}

.fqs_ys .c_top h2{
    padding-top: 15px;
    color: #ff0000;
    font-size: 20px;
  text-align: center;
}
.fqs_ys .c_top h3{
    padding-top: 15px;
    color: #333;  text-align: center;

    font-size: 18px;
    font-weight: 500;
}
.fqs_ys .c_top p{
    padding-top: 15px;
    color: #333;
    font-size: 18px;  text-align: center;

    font-weight: 600;
    line-height: 30px;
}



.fqs_ys ul {
    overflow: hidden;
    padding-top: 1%;
}

.fqs_ys ul li {
height: 270px;
    padding-bottom: 50px;
}


.fqs_ys ul li:nth-child(1) {

    background: url(../img/ys01.jpg) no-repeat top center;

}

.fqs_ys ul li:nth-child(2) {
    background: url(../img/ys02.jpg) no-repeat top center;

}

.fqs_ys ul li:nth-child(3) {
    background: url(../img/ys03.jpg) no-repeat top center;

}
.fqs_ys ul li:nth-child(4) {
    background: url(../img/ys04.jpg) no-repeat top center;

}


.fqs_ys ul li .ys_wz {

    width: 55%;
    float: right;
    padding-left: 3%;
    padding-right: 3%;
}


.fqs_ys ul li .ys_wz h2 {

    text-align: left;
    padding-top: 30px;

    font-size: 26px;
    height: 45px;
    color: #0546ae;

}



.fqs_ys ul li:nth-child(2n) .ys_wz {
    float: left;
    padding-left: 3%;

}
.fqs_ys ul li:nth-child(2n) .ys_wz p {
 color: #FFFFFF;
}
.fqs_ys ul li:nth-child(2n) .ys_wz h2 {
    color: #FFFFFF;
}

.fqs_ys ul li p {


    color: #333;
    font-size: 14px;
    line-height: 30px;
}


/* 优势 */


/*招募*/


.liucheng {
    background-color: #f4f4f4;
padding-bottom: 50px;
}


.liucheng ul {
    background-color: #fff;
    overflow: hidden;
    box-shadow: -3px 1px 21px 0px #e5e5e5;
}

.liucheng ul li {
    float: left;
    width: 25%;

}

.liucheng ul li img {

    display: block;
    margin: 0 auto;

    width: 100%;
}




.liucheng ul li h2 {
    display: block;
    color: #000;
    text-align: center;
    font-size: 26px;
    height: 250px;
    /* line-height: 190px; */
    margin-top: 85px;
}

.liucheng ul li a {
    display: block;
    color: #0047ad;
    text-align: center;
    font-size: 16px;
    height: 45px;
     line-height: 45px;

    border: 1px #0047ad solid;
    width:50%;
    margin: 0 auto;
    margin-top: 35px;
}

.liucheng ul li a:hover{
    background-color: #0047ad;
    color: #fff;
}


/*流程*/

/*hezuo*/

.hz{
    background-color: #f4f4f4;
    padding: 35px 0;
}

.hz  ul li{
    float: left;
    width: 14%;
    padding-left: 2%;
    margin-bottom: 3%;
}

.hz  ul li img{
    width: 100%;
    display: block;

}




/* 咨询开始 */

.zixun {
    position: relative;
    height: 476px;
    overflow: hidden;
}

.zixun a > img {

    display: block;
    position: absolute;
    width: 1920px;
    left: 50%;
    margin-left: -959px;
}

/*咨询 结束*/


/* 咨询开始 */

.zixun {
    position: relative;
    height: 345px;
    overflow: hidden;
}

.zixun img {

    display: block;
    position: absolute;
    width: 1903px;
    left: 50%;
    margin-left: -954px;
}

/*咨询 结束*/


.zhichi{
    padding-bottom: 30px;
}

/*介绍*/


/*荣誉*/
.ry{
    background-color: #f9f9f9;
}


.ry ul li{
    float: left;
    width: 18%;
    padding-left: 2%;
    padding-bottom: 30px;

}
.ry ul li img{
    width: 100%;
}

.ry ul li p{


    padding-top: 10px;
    font-size: 16px;
    text-align: center;

}

/*荣誉*/







/* 动态 开始 */


.xinwen ul {
    overflow: hidden;
    padding-bottom: 5%;
}


.xinwen ul li {
    float: left;
    width: 31%;
    margin-left: 2%;
    background-color: #f9f9f9;
    padding-bottom: 3%;
    margin-top: 3%;
    height: 430px;
}

.xinwen ul li img {
    width: 100%;
    max-height: 280px;
}


.xinwen ul li h1 {
    font-size: 20px;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.xinwen ul li span {
    display: block;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 14px;
    color: #999;
    padding-top: 5px;
    border-bottom: 1px #e5e5e5 solid;
    padding-bottom: 3%;
}

.xinwen ul li p {
    line-height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    color: #333;


    /* （行数） */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}


/* 动态 结束 */

/*  底部开始*/

.footer_box {
    background-color: #0047ad;

    padding-top: 50px;
}

.footer {
}

.footer .fot_log {
    float: left;

    width: 33%;



}


.footer .fot_log img {
    width: 70%;
    padding-top: 5%;
    padding-right: 5%;
}


.footer .footer_right {
    float: left;

    width: 34%;


}


.footer .footer_right h2 {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;

}


.footer .footer_right > ul {
    overflow: hidden;


}


.footer .fot_cp {
    width: 160px;
    border: none;
    float: left;
    margin-left: 2%;

}

.footer .fot_cp img {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.footer .fot_cp p {
    text-align: center;
    color: white;
    padding-top: 5%;
    font-size: 16px;
}

.footer .footer_right > ul li a {
    font-size: 16px;
    color: #fff;
}

.footer .footer_right > .fot_nav {
}

.footer .footer_right > .fot_nav li {
    float: left;
    width: 46%;
    margin-top: 2%;
    margin-bottom: 2%;
    padding-right: 3%;
}

.footer .footer_right > .fot_nav li > a {
    color: #fff;

}


.footer .footer_left {
    float: left;
    width: 46%;
    /* padding-top: 20px; */
    padding-left: 20px;

}

.footer .footer_left h2 {
    color: #333;
    font-size: 18px;
    font-weight: 500;
    padding-top: 25px;
}

.footer .footer_left h3 {
    margin-left: 30px;
    color: #333;
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 30px;
}

.footer .footer_left > img {
    float: left;
    width: 16%;
    margin-top: 6%;
    margin-right: 5%;

}

.footer .footer_left ul {
    float: left;

    padding-right: 5%;
}

.footer .footer_left p {
    color: #fff;
    font-size: 16px;
    margin-top: 10px;

}

.footer .footer_left > h6 {
}

.footer .fot_js {
    float: left;
    width: 25%;
    padding-top: 20px;
    padding-left: 15px;

}

.footer .fot_js img {
}

.footer .fot_js p {
    color: #fff;
    font-size: 14px;
    margin-top: 15px;
    line-height: 35px;
}

.footer_bom {
    background-color: #0047ad;
    margin-top: 50px;

}

.footer_bom > p {
    color: #f9f9f9;
    text-align: center;
    font-size: 14px;
    padding: 10px 0;
}

.footer_bom > p > a {
    color: #ff5400;
}

/*底部结束 */

