html{
    height: 100%;
}
body{
    height: 100%;
    font-size: 14px;
    font-family: "微软雅黑";
    min-width: 1350px;
    min-height: 100%;
    position: relative;
}
a{
    text-decoration: none;
}
ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
h1,h2,h3,h4,h5{
    margin: 0;
    padding: 0;
}
p{
    margin: 0;
    padding: 0;
}
em{
    font-style: normal;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
img{
    vertical-align: middle;
    border: none;
}
input{
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
}
.w1200{
    width: 1200px;
    margin: 0 auto;
}
.clear{
    clear: both;
}
.op1{
    opacity: 1!important;
}

.wh{
    width: 100%;
    height: 100%;
}
.oh{
    overflow: hidden;
}
.bg{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
}
.db{
    display: block;
}
.clamp_2{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.clamp_3{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.clamp_4{
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.clamp_5{
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.clamp_6{
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}
.th{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/* top_box */
.top_box{
    width: 100%;
    height: 31px;
    background: #ffffff;
    border-bottom: 1px solid #eaeaea;
    box-sizing: border-box;
    overflow: hidden;
}
.top_box_con{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.top_box_con h5{
    color: #888888;
    font-size: 14px;
    font-weight: 500;
    float: left;
    margin: 0;
    line-height: 30px;
}
.top_box_con ul{
    height: 35px;
    float: right;
    margin-bottom: 0;
}
.top_box_con ul li{
    float: left;
    font-size: 14px;
    box-sizing: border-box;
    padding-left: 12px;
    line-height: 30px;
    margin-left: 8px;
    position: relative;
}
.top_box_con ul li:first-child{
    margin-left: 0;
    padding-left: 0;
}
.top_box_con ul li::after{
    width: 4px;
    height: 1px;
    background: #888888;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.top_box_con ul li a{
    color: #888888;
    transition: .3s;
}
.top_box_con ul li a:hover{
    color: #0f4792;
}

/* top_box */

/*header*/
#header{
    width: 100%;
    height: 168px;
    background-color: #ffffff;
    position: relative;
}
.headTop{
    width: 1200px;
    height: 118px;
    margin: 0 auto;
    overflow: hidden;
}
.headTop .logo{
    width: 676px;
    height: 100%;
    box-sizing: border-box;
    float: left;
}
.headTop .logo a{
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}
.headTop .logo a img{
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.head_text{
    height: 100%;
    box-sizing: border-box;
    background: linear-gradient(#e6e6e6,#e6e6e6) left/1px 52px no-repeat;
    float: left;
    margin-left: 16px;
    margin-bottom: 0;
    padding-left: 20px;
    overflow: hidden;
}
.head_text p{
    color: #0f4792;
    font-size: 22px;
    font-weight: 500;
    margin-top: 32px;
    margin-bottom: 10px;
    line-height: 22px;
}
.head_text em{
    color: #555555;
    display: block;
    font-size: 18px;
    line-height: 18px;
}

.headTel{
    height: 100%;
    float: right;
    overflow: hidden;
}
.headTel span{
    height: 19px;
    box-sizing: border-box;
    background-image: url('../images/head_mob.png');
    background-position: left center;
    background-repeat: no-repeat;
    box-sizing: border-box;
    color: #555555;
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 19px;
    padding-left: 25px;
    margin-top: 32px;
    margin-bottom: 5px;
}
.headTel b{
    color: #0f4792;
    display: block;
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
}
.headBot{
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    background: #0f4792;
    position: relative;
}
.headBot > ul{
    width: 1200px;
    height: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.headBot > ul > li{
    width: 150px;
    height: inherit;
    float: left;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    position: relative;
}
.headBot > ul > li:last-child{
    margin-right: 0;
    padding-right: 0;
    background: none;
}
.headBot > ul > li > a{
    height: 100%;
    background: linear-gradient(#017f36,#017f36) top/100% 0% no-repeat;
    color: #ffffff;
    display: block;
    position: relative;
    transition: .4s;
}
.headBot > ul > li:hover{
    background: none;
}
.headBot > ul > li > a:hover{
    background: linear-gradient(#017f36,#017f36) top/100% 100% no-repeat;
}

/*header*/

/*banner*/
.banner{
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}
.banner .bd,
.banner .bd ul,
.banner .bd ul li{
    width: 100%;
    height: 100%;
}
.banner .bd ul li a{
    height: 100%;
    display: block;
}
.banner .bd ul li a img{
    width: 100%;
    height: 100%;
}

.banner .hd{
    width: 1200px;
    height: 5px;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 54px;
    margin: auto;
}
.banner .hd ul{
    width: 100%;
    height: 5px;
    margin-bottom: 0;
    overflow: hidden;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
}
.banner .hd ul li{
    width: 40px;
    height: 5px;
    background: #ffffff;
    margin: 0 9px;
    transition: .3s;
}
.banner .hd ul li.on{
    background: #0f4792;
}
.ban_btn{
    width: 1300px;
    height: 50px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}
.ban_btn > a{
    width: 75px;
    height: 75px;
    border-radius: 90%;
    border: 1px solid #ffffff;
    background: transparent;
    color: #ffffff!important;
    display: block;
    font-family: "宋体";
    font-size: 40px;
    line-height: 75px;
    text-align: center;
    position: absolute;
    top: 0;
    transition: .4s;
}
.ban_btn > a.prev{
    left: 0;
}
.ban_btn > a.next{
    right: 0;
}
.ban_btn > a:hover{
    background: #fff;
    color: #1e8e44!important;
}

/*banner*/

/* ban_search */
.ban_search{
    width: 100%;
    height: 80px;
    position: relative;
    z-index: 9999;
}
.ban_search_main{
    width: 1200px;
    height: 80px;
    box-sizing: border-box;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.ban_search_lef{
    width: 760px;
    height: auto;
    background: #0f4792;
    box-sizing: border-box;;
    padding-left: 24px;
    float: left;
    overflow: hidden;
}
.ban_sear_key{
    width: 500px;
    height: auto;
    float: left;
    overflow: hidden;
}
.ban_sear_key span{
    color: #ffffff;
    display: block;
    float: left;
    font-size: 16px;
    line-height: 80px;
    margin-right: 20px;
}
.ban_sear_key a{
    color: #ffffff!important;
    display: block;
    font-size: 16px;
    line-height: 80px;
    float: left;
    margin-right: 24px;
    transition: .3s;
}
.ban_sear_key a:hover{
    opacity: 0.8;
}
.ban_tel{
    width: 224px;
    height: 80px;
    background-image: url('../images/ban_mob.png');
    background-position: left center;
    background-repeat: no-repeat;
    box-sizing: border-box;
    color: #ffffff;
    font-size: 20px;
    padding-left: 40px;
    float: right;
    line-height: 80px;
    overflow: hidden;
}

.ban_search_rig{
    width: 396px;
    height: 100%;
    float: right;
    margin-right: 22px;
    position: relative;
    overflow: hidden;
}
.sear_main_box{
    width: 396px;
    height: 60px;
    float: left;
    margin-top: 8px;
    position: relative;
    overflow: hidden;
}
.sear_main_box input[type="text"]{
    width: 100%;
    height: 100%;
    border-radius: none;
    box-sizing: border-box;
    background: #ffffff;
    border: none;
    border-bottom: 1px solid #999999;
    color: #000;
    font-size: 14px;
    padding: 0 44px 0 3px;
    outline: none;
    transition: .4s;
}
.sear_main_box input::-webkit-input-placeholder{
    color: #c3c2c2;
}
.sear_main_box input:-moz-placeholder{
    color: #c3c2c2;
}
.sear_main_box input::-moz-placeholder{
    color: #c3c2c2;
}
.sear_main_box input:-ms-input-placeholder{
    color: #c3c2c2;
}
.sear_main_box input:focus{
    background: none!important;
    box-shadow: none!important;
}
.sear_main_box > a{
    width: 44px;
    height: 100%;
    box-sizing: border-box;
    background-image: url('../images/sert.png');
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

/* ban_search */

/* service */
.service{
    width: 100%;
    height: 834px;
    overflow: hidden;
}
.service_main{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.service_main > h3{
    width: 100%;
    color: #333333;
    font-size: 36px;
    font-weight: bold;
    line-height: 36px;
    margin-top: 140px;
    margin-bottom: 16px;
    text-align: center;
}
.service_main > span{
    color: #777777;
    display: block;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 56px;
    text-align: center;
}
.service_list{
    width: 100%;
    height: 492px;
    overflow: hidden;
    margin-bottom: 42px;
}
.service_list ul{
    width: 110%;
    height: 492px;
    margin-bottom: 0;
    overflow: hidden;
}
.service_list ul li{
    width: 200px;
    height: 492px;
    float: left;
    overflow: hidden;
    position: relative;
}
.service_list ul li span{
    width: 50px;
    height: 225px;
    box-sizing: border-box;
    background-color: #494a4b;
    background-image: url('../images/ser_mb.png');
    background-position: center top;
    background-repeat: no-repeat;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    line-height: 50px;
    padding-top: 76px;
    letter-spacing: 2px;
    writing-mode: vertical-lr;
    overflow: hidden;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.service_list ul li,
.service_list ul li *{
    transition: .4s;
}
.service_list ul li:hover,
.service_list ul li.on{
    width: 400px;
    height: 492px;
}
.service_list ul li:hover span,
.service_list ul li.on span{
    background-color: #0f4792;
}

.service_other{
    width: 100%;
    height: 45px;
    overflow: hidden;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
}
.service_other p{
    width: 278px;
    height: 45px;
    box-sizing: border-box;
    background-image: url('../images/ser_mobbg.png');
    background-repeat: no-repeat;
    background-position: center;
    color: #ffffff!important;
    display: block;
    line-height: 45px;
    margin-bottom: 0;
    margin-right: 32px;
    padding-left: 50px;    
}
.service_other p em{
    color: #ffffff;
    display: block;
    float: left;
    font-size: 14px;
}
.service_other p span{
    color: #ffffff;
    display: block;
    float: left;
    font-size: 16px;
    line-height: 45px;
}
.service_other a{
    width: 131px;
    height: 45px;
    box-sizing: border-box;
    background-image: url('../images/ser_linkbg.png');
    background-repeat: no-repeat;
    background-position: center;
    color: #ffffff!important;
    display: block;
    font-size: 14px;
    line-height: 45px;
    padding-left: 50px;
}

/* service */

/* case */
.case{
    width: 100%;
    height: 1052px;
    background-image: url('../images/case_bg.jpg');
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}
.case_main{
    width: 1280px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.case_main > h3{
    color: #ffffff;
    font-size: 36px;
    font-weight: bold;
    line-height: 36px;
    margin-top: 84px;
    margin-bottom: 18px;
    text-align: center;
}
.case_main > span{
    color: #ffffff;
    display: block;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 32px;
    text-align: center;
}
.case_menu{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 30px;
}
.case_menu ul{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 0;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
}
.case_menu ul li{
    background: linear-gradient(#f3f7fc,#f3f7fc) right/2px 100% no-repeat;
    box-sizing: border-box;
    font-size: 18px;
    line-height: 22px;
    padding-right: 72px;
    margin-right: 70px;
}
.case_menu ul li:last-child{
    background: none;
    margin-right: 0;
    padding-right: 0;
}
.case_menu ul li a{
    color: #ffffff;
}

.case_lists{
    width: 100%;
    height: 729px;
    box-sizing: border-box;
    background-image: url('../images/case_b_bg.png');
    background-size: cover;
    padding: 44px 40px 0;
    overflow: hidden;
}
.case_top{
    width: 100%;
    height: 350px;
    overflow: hidden;
    margin-bottom: 34px;
}
.case_top ul{
    width: 100%;
    height: 350px;
    overflow: hidden;
    margin-bottom: 0;
}
.case_top ul li{
    width: 580px;
    height: 350px;
    float: left;
    position: relative;
    margin-right: 40px;
    overflow: hidden;
}
.case_top ul li:last-child{
    margin-right: 0;
}
.case_mb{
    width: 100%;
    height: 78px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, .5);
    padding: 0 20px;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
}
.case_mb h5{
    width: 100%;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    margin-top: 14px;
    margin-bottom: 10px;
}
.case_mb p{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 0;
}
.case_mb p span{
    color: #ffffff;
    display: block;
    font-size: 14px;
    float: left;
    line-height: 15px;
}
.case_mb p b{
    width: 1px;
    height: 15px;
    background: #d7d7d7;
    display: block;
    float: left;
    margin-left: 10px;
    margin-right: 12px;
}
.case_mb p em{
    color: #ffffff;
    display: block;
    float: left;
    font-size: 14px;
    line-height: 15px;
}
.case_top ul li,
.case_top ul li *{
    transition: .4s;
}
.case_top ul li:hover .case_mb{
    opacity: 0;
    bottom: -78px;
}

.case_bot{
    width: 100%;
    height: 252px;
    overflow: hidden;
}
.case_bot ul{
    width: 100%;
    height: 252px;
    margin-bottom: 0;
}
.case_bot ul li{
    width: 374px;
    height: 252px;
    float: left;
    position: relative;
    overflow: hidden;
    margin-right: 39px;
}
.case_bot ul li:last-child{
    margin-right: 0;
}
.case_bot ul li > h5{
    width: 100%;
    height: 40px;
    background: rgba(0, 0, 0, .5);
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    line-height: 40px;
    padding: 0 22px;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
}
.case_nr{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 0 38px;
    position: absolute;
    left: 0;
    top: 0;
    transform: scale(.94);
    opacity: 0;
}
.case_top ul li .case_nr{
    background-image: url('../images/top_mb.png');
}
.case_bot ul li .case_nr{
    background-image: url('../images/c_mb.png');
}
.case_nr > h5{
    width: 100%;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    margin-top: 68px;
    margin-bottom: 14px;
    text-align: center;
}
.case_nr > span{
    color: #ffffff;
    display: block;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 24px;
    text-align: center;
}
.case_btn{
    width: 100%;
    height: 40px;
    overflow: hidden;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}
.case_top .case_btn{
    width: 300px;
    margin: 0 auto;
}
.case_top .case_nr > h5{
    margin-top: 108px;
}
.case_btn > a{
    width: 140px;
    height: 40px;
    box-sizing: border-box;
    display: block;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
}
.case_btn > a.c1{
    background-color: #ffffff;
    background-image: url('../images/c1.png');
    background-position: 25px center;
    background-repeat: no-repeat;
    color: #0f4792!important;
    padding-left: 50px;
}
.case_btn > a.c2{
    background-color: #017f36;
    background-image: url('../images/c2.png');
    background-position: 25px center;
    background-repeat: no-repeat;
    color: #fff!important;
    padding-left: 50px;
}
.case_bot ul li,
.case_bot ul li *{
    transition: .4s;
}
.case_bot ul li:hover > h5{
    opacity: 0;
    bottom: -40px;
}
.case_top ul li:hover .case_nr,
.case_bot ul li:hover .case_nr{
    opacity: 1;
    top: 0;
    transform: none;
}

/* case */

/* plan */
.plan{
    width: 100%;
    height: 501px;
    background-image: url('../images/plan_bg.jpg');
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.plan_main{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.plan_main > h3{
    color: #333333;
    font-size: 36px;
    font-weight: 500;
    line-height: 36px;
    text-align: center;
    margin-top: 96px;
    margin-bottom: 18px;
}
.plan_main > h3 em{
    color: #0f4792;
}
.plan_main > span{
    width: 100%;
    color: #555555;
    display: block;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 68px;
    text-align: center;
}
.plan_lists{
    width: 100%;
    height: 225px;
    overflow: hidden;
}
.plan_lists ul{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 0 28px;
    margin-bottom: 0;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}
.plan_lists ul li{
    width: 202px;
    height: 100%;
    overflow: hidden;
}
.plan_lists ul li h5{
    width: 100%;
    box-sizing: border-box;
    background: linear-gradient(#333333,#333333) bottom/14px 2px no-repeat;
    color: #333333;
    display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    padding-bottom: 12px;
    margin-bottom: 20px;
    text-align: center;
}
.plan_lists ul li strong{
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 4px;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
}
.plan_lists ul li strong b{
    display: block;
    color: #333333;
    font-size: 60px;
    line-height: 50px;
}
.plan_lists ul li strong i{
    display: block;
    color: #333333;
    font-size: 14px;
    font-style: normal;
    line-height: 14px;
    padding-top: 36px;
    padding-left: 2px;
}
.plan_lists ul li em{
    width: 100%;
    color: #999999;
    display: block;
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 30px;
    text-align: center;
}
.plan_lists ul li p{
    color: #555555;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    margin-bottom: 0;
}

/* plan */

/* about */
.about{
    width: 100%;
    height: 654px;
    position: relative;
    overflow: hidden;
}
.about_main{
    width: 1200px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
}
.abo_bg{
    width: 873px;
    height: 100%;
    position: absolute;
    left: -360px;
    top: 0;
}
.abo_mb{
    width: 1560px;
    height: 571px;
    background-image: url('../images/abo_mb.png');
    background-position: left center;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
.abo_eng{
    width: 687px;
    height: 83px;
    color: #e3e3e3;
    font-size: 16px;
    line-height: 83px;
    text-align: right;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    right: 0;
}
.about_top{
    width: 100%;
    height: 324px;
    box-sizing: border-box;
    padding-left: 156px;
    margin-bottom: 22px;
    position: relative;
    z-index: 999;
    overflow: hidden;
}
.about_nr{
    width: 100%;
    height: 167px;
    overflow: hidden;
    margin-bottom: 24px;
}
.abo_mob{
    width: 336px;
    height: 100%;
    float: left;
    overflow: hidden;
}
.abo_mob > a{
    width: 123px;
    height: 37px;
    background: #0f4792;
    color: #ffffff!important;
    display: block;
    font-size: 16px;
    line-height: 37px;
    margin-top: 60px;
    margin-bottom: 12px;
    text-align: center;
}
.abo_mob > p{
    background-image: url('../images/a_mob.png');
    background-position: left center;
    background-repeat: no-repeat;
    box-sizing: border-box;
    color: #0f4792;
    font-size: 14px;
    margin-bottom: 0;
    padding-left: 30px;
    line-height: 23px;
}
.abo_name{
    width: 438px;
    height: 167px;
    background: linear-gradient(#eaeaea,#eaeaea) right bottom/100% 1px no-repeat;
    float: right;
    text-align: right;
    overflow: hidden;
}
.abo_name > h3{
    color: #333333;
    font-size: 36px;
    font-weight: 500;
    line-height: 36px;
    margin-top: 62px;
    margin-bottom: 16px;
}
.abo_name > span{
    color: #777777;
    display: block;
    font-size: 16px;
    line-height: 16px;
}
.about_top > h5{
    width: 100%;
    color: #333333;
    font-size: 22px;
    font-weight: bold;
    line-height: 22px;
    margin-top: 0;
    margin-bottom: 20px;
    overflow: hidden;
}
.about_top > p{
    width: 100%;
    color: #555555;
    font-size: 16px;
    margin-bottom: 0;
    line-height: 26px;
    text-align: justify;
}
.about_top > p a{
    color: #555555!important;
}

.about_bot{
    width: 100%;
    height: 156px;
    box-sizing: border-box;
    padding-left: 156px;
    position: relative;
    z-index: 999;
    overflow: hidden;
}
.about_bot ul{
    width: 100%;
    height: 100%;
    background: #ffffff;
    margin-bottom: 0;
}
.about_bot ul li{
    width: 25%;
    height: 100%;
    background: linear-gradient(#e9e9e9,#e9e9e9) right/1px 76px no-repeat;
    float: left;
    overflow: hidden;
}
.about_bot ul li:last-child{
    background: none;
    margin-right: 0;
}
.abo_ico{
    width: 65px;
    height: 65px;
    border-radius: 90%;
    border: 1px solid #d8d8d8;
    margin: 20px auto 14px;
    overflow: hidden;
    transition: .3s;
}
.abo_ico i{
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    filter: grayscale(1);
}
.about_bot ul li:nth-child(1) .abo_ico i{
    background-image: url('../images/a1.png');
}
.about_bot ul li:nth-child(2) .abo_ico i{
    background-image: url('../images/a2.png');
}
.about_bot ul li:nth-child(3) .abo_ico i{
    background-image: url('../images/a3.png');
}
.about_bot ul li:nth-child(4) .abo_ico i{
    background-image: url('../images/a4.png');
}
.about_bot ul li span{
    color: #777777;
    display: block;
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 8px;
    text-align: center;
    text-transform: uppercase;
    transition: .3s;
}
.about_bot ul li h5{
    color: #777777;
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    text-align: center;
    transition: .3s;    
}
.about_bot ul li:hover .abo_ico{
    border-color: #0f4792;
}
.about_bot ul li:hover .abo_ico i{
    filter: grayscale(0);
}
.about_bot ul li:hover span,
.about_bot ul li:hover h5{
    color: #0f4792;
}

/* about */

/* advantage */
.advantage{
    width: 100%;
    height: 1429px;
    background-image: url('../images/adv_bg.png');
    background-position: center bottom;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}
.advantage_main{
    width: 1200px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.advantage_main > h3{
    color: #333333;
    font-size: 36px;
    font-weight: bold;
    line-height: 36px;
    text-align: center;
    margin-top: 90px;
    margin-bottom: 14px;
}
.advantage_main > span{
    width: 100%;
    color: #777777;
    display: block;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 52px;
    text-align: center;
}
.advantage_lis{
    width: 100%;
    height: 1121px;
}
.advantage_lis ul{
    width: 100%;
    height: 100%;
    margin-bottom: 0;
}
.advantage_lis ul li{
    position: relative;
}
.advantage_lis ul li:nth-child(1){
    height: 350px;
}
.advantage_lis ul li:nth-child(2){
    height: 420px;
}
.advantage_lis ul li:nth-child(3){
    height: 351px;
}
.adv_tp{
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
}
.advantage_lis ul li:nth-child(1) .adv_tp{
    width: 960px;
    left: -360px;
}
.advantage_lis ul li:nth-child(2) .adv_tp{
    width: 960px;
    right: -360px;
}
.advantage_lis ul li:nth-child(3) .adv_tp{
    width: 600px;
    left: 0;
}
.adv_wz{
    width: 486px;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
}
.advantage_lis ul li:nth-child(1) .adv_wz{
    left: 652px;
}
.advantage_lis ul li:nth-child(2) .adv_wz{
    left: 50px;
}
.advantage_lis ul li:nth-child(3) .adv_wz{
    left: 652px;
}
.adv_name{
    width: 100%;
    height: auto;
    background-position: left center;
    background-repeat: no-repeat;
    box-sizing: border-box;
    padding-left: 75px;
    margin-bottom: 22px;
    overflow: hidden;
}
.adv_name h5{
    color: #0f4792;
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 10px;
}
.adv_name span{
    color: #333333;
    display: block;
    font-size: 24px;
    line-height: 24px;
}
.advantage_lis ul li:nth-child(1) .adv_name{
    background-image: url('../images/adico1.png');
    margin-top: 52px;
}
.advantage_lis ul li:nth-child(2) .adv_name{
    background-image: url('../images/adico2.png');
    margin-top: 68px;
}
.advantage_lis ul li:nth-child(3) .adv_name{
    background-image: url('../images/adico3.png');
    margin-top: 68px;
}
.adv_bor{
    width: 100%;
    height: 1px;
    background: #d8d8d8;
    display: block;
    margin-bottom: 38px;
}
.adv_wz > p{
    width: 100%;
    color: #555555;
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 0;
    text-align: justify;
}

/* advantage */

/* process */
.process{
    width: 100%;
    height: 520px;
    background-image: url('../images/process_bg.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}
.process_title{
    width: 1200px;
    height: 240px;
    margin: 0 auto;
    overflow: hidden;
}
.process_name{
    width: 500px;
    height: 100%;
    float: left;
    overflow: hidden;
}
.process_name > h3{
    color: #ffffff;
    font-size: 36px;
    font-weight: 500;
    line-height: 36px;
    margin-top: 78px;
    margin-bottom: 20px;
}
.process_name > span{
    color: #ffffff;
    display: block;
    font-size: 18px;
    line-height: 18px;
    opacity: 0.8;
}
.process_mob{
    height: auto;
    float: right;
    overflow: hidden;
}
.process_mob > em{
    background-image: url('../images/process_mob.png');
    background-position: left center;
    background-repeat: no-repeat;
    box-sizing: border-box;
    color: #ffffff;
    display: block;
    font-size: 16px;
    line-height: 23px;
    padding-left: 34px;
    margin-top: 90px;
    margin-bottom: 6px;
}
.process_mob > b{
    box-sizing: border-box;
    color: #ffffff;
    display: block;
    font-size: 30px;
    font-weight: 500;
    line-height: 30px;
    padding-left: 34px;
}
.process_info{
    width: 100%;
    height: 170px;
    position: relative;
}
.process_line{
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, .4);
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.process_info ul{
    width: 1200px;
    height: 170px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}
.process_info ul li{
    min-width: 120px;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.process_ico{
    width: 60px;
    height: 60px;
    border: 1px solid #fff;
    border-radius: 90%;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: .4s;
}
.process_info ul li:nth-child(odd) .process_ico{
    top: 0;
}
.process_info ul li:nth-child(even) .process_ico{
    bottom: 0;
}
.process_ico i{
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    filter: brightness(999);    
}
.process_info ul li p{
    width: 100%;
    height: auto;
    color: #ffffff;
    overflow: hidden;
    margin-bottom: 0;
    position: absolute;
    left: 0;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
}
.process_info ul li:nth-child(odd) p{
    bottom: 16px;
}
.process_info ul li:nth-child(even) p{
    top: 12px;
}
.process_info ul li p em{
    display: block;
    font-size: 24px;
    line-height: 24px;
}
.process_info ul li p span{
    display: block;
    font-size: 14px;
    line-height: 14px;
    padding-top: 8px;
}
.process_info ul li b{
    width: 9px;
    height: 39px;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}
.process_info ul li:nth-child(odd) b{
    background-image: url('../images/xia.png');
    top: 80px;
}
.process_info ul li:nth-child(even) b{
    background-image: url('../images/shang.png');
    bottom: 81px;
}
.process_info ul li:hover .process_ico{
    background: #fff;
}
.process_info ul li:hover .process_ico i{
    filter: brightness(1);
}

/* process */

/* honor */
.honor{
    width: 100%;
    height: 672px;
    position: relative;
    overflow: hidden;
}
.honor_main{
    width: 1200px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.honor_title{
    width: 100%;
    height: 330px;
    box-sizing: border-box;
    padding-top: 70px;
    margin-bottom: 32px;
    overflow: hidden;
}
.honor_ico{
    float: left;
}
.honor_text{
    width: 785px;
    height: 100%;
    float: right;
    overflow: hidden;
}
.honor_name{
    width: 100%;
    height: 122px;
    background-image: url('../images/honor_line.png');
    background-position: left bottom;
    background-repeat: no-repeat;
    margin-bottom: 36px;
    overflow: hidden;
}
.honor_name h5{
    color: #333333;
    font-size: 36px;
    font-weight: bold;
    line-height: 36px;
    margin-top: 26px;
    margin-bottom: 10px;
}
.honor_name span{
    color: #777777;
    display: block;
    font-size: 18px;
    line-height: 18px;
}
.honor_text p{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 12px;
}
.honor_text p span{
    background: linear-gradient(#0f4792,#0f4792) left center/20px 2px no-repeat;
    box-sizing: border-box;
    display: block;
    color: #333333;
    font-size: 16px;
    line-height: 28px;
    float: left;
    padding-left: 30px;
}
.honor_text strong{
    background-image: url('../images/honor_dh.png');
    background-position: left center;
    background-repeat: no-repeat;
    box-sizing: border-box;
    color: #333333;
    display: block;
    float: left;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    padding-left: 30px;
}
.honor_text strong b{
    font-weight: 500;
}
.honor_text a{
    width: 108px;
    height: 28px;
    border-radius: 45px;
    background: #0f4792;
    color: #ffffff!important;
    display: block;
    font-size: 14px;
    float: left;
    margin-left: 26px;
    line-height: 28px;
    text-align: center;
    transition: .4s;
}
.honor_text a:hover{
    opacity: 0.9;
}
.honor_change{
    width: 100%;
    height: 240px;
    position: relative;
}
.honor_change > a{
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    border-radius: 90%;
    border: 1px solid #a3a3a3;
    color: #999999!important;
    display: block;
    font-size: 22px;
    font-family: "宋体";
    line-height: 38px;
    text-align: center;
    transition: .4s;
    position: absolute;
    top: 100px;
}
.honor_change > a.prev{
    left: -80px;
}
.honor_change > a.next{
    right: -80px;
}
.honor_change > a:hover{
    background: #a3a3a3;
    color: #ffffff!important;
}

.honor_change .bd{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.honor_change .bd ul{
    width: 100%;
    height: 100%;
    margin-bottom: 0;
}
.honor_change .bd ul li{
    width: 280px;
    height: 240px;
    float: left;
    margin-right: 26px;
    overflow: hidden;
}
.honor_change .bd ul li:last-child{
    margin-right: 0;
}
.honor_img{
    width: 100%;
    height: 200px;
    background: #ffffff;
    box-sizing: border-box;
    border: 1px solid #e3e3e3;
    padding: 5px;
    overflow: hidden;
}
.honor_img i{
    transition: .4s;
}
.honor_change .bd ul li span{
    width: 100%;
    box-sizing: border-box;
    background: #f2f2f2;
    color: #555555;
    display: block;
    font-size: 14px;
    padding: 0 10px;
    line-height: 40px;
    text-align: center;
}
.honor_change .bd ul li:hover .honor_img i{
    transform: scale(.96);
}


/* honor */

/* home_form */
.home_form{
    width: 100%;
    height: 580px;
    background: #f5f5f5;
    position: relative;
    overflow: hidden;
}
.home_form_main{
    width: 1200px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.home_form_img{
    width: 844px;
    height: 100%;
    position: absolute;
    left: -360px;
    top: 0;
}
.home_form_box{
    width: 596px;
    height: 580px;
    float: right;
    overflow: hidden;
    margin-right: 60px;
    position: relative;
    z-index: 9;
}
.home_form_box strong{
    color: #555555;
    display: block;
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    margin-top: 76px;
    margin-bottom: 50px;
}
.form_liuyan{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.form_liuyan > .index_form_tabs{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 15px;
    display: flex;
    flex-flow: wrap;
    justify-content: start;
}
.form_liuyan > .index_form_tabs strong{
    color: #888888;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    margin: 0;
    padding: 0;
    float: left;
    display: block;
    margin-right: 8px;
}
.form_liuyan > .index_form_tabs span {
    color: #888888;
    display: block;
    font-size: 14px;
    line-height: 18px;
    margin: 0 24px 0 0!important;
    float: left;
}
.form_liuyan > .index_form_tabs input {
    display: block;
    float: left;
    margin-top: 3px;
    margin-right: 6px!important;
}
.form_liuyan > .index_form_tabs label{
    color: #888888;
    font-size: 14px;
    font-style: normal;
    line-height: 18px;
    font-weight: 500;
    float: left;
    margin: 0;
    padding: 0;
}
.form_liuyan > p{
    width: 278px;
    height: 40px;
    margin-bottom: 15px;
    overflow: hidden;
}
.form_liuyan p > label{
    color: #666666;
    display: block;
    float: left;
    font-size: 14px;
    line-height: 40px;
    font-weight: 500;
    margin: 0;
    padding: 0;
}
.form_liuyan p > input{
    width: 200px;
    height: 40px;
    box-sizing: border-box;
    background-color: #ffffff;
    display: block;
    border: none;
    outline: none;
    color: #000;
    float: right;
    font-size: 14px;
    padding: 0 10px;
    outline: none;
    margin-bottom: 20px;
}
.form_liuyan > p input#user_address{
    width: 518px;
}
.form_liuyan p > input::-webkit-input-placeholder{
    color: #cccccc;
}
.form_liuyan p > input:-moz-placeholder{
    color: #cccccc;
}
.form_liuyan p > input::-moz-placeholder{
    color: #cccccc;
}
.form_liuyan p > input:-ms-input-placeholder{
    color: #cccccc;
}
.form_liuyan p.dhk{
    height: 80px;
}
.form_liuyan p > textarea {
    width: 518px;
    height: 80px;
    box-sizing: border-box !important;
    background-color: #ffffff;
    border: none;
    color: #000;
    padding: 12px 12px;
    margin-bottom: 6px;
    font-size: 14px;
    float: right;
    outline: none;
    resize: none;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.form_liuyan p > textarea::-webkit-input-placeholder{
    color: #cccccc;
}
.form_liuyan p > textarea::-moz-input-placeholder{
    color: #cccccc;
}
.form_liuyan p > textarea:-ms-input-placeholder{
    color: #cccccc;
}
.main_input_button{
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    padding-left: 77px;
    overflow: hidden;
}
.main_input_button > a{
    width: 200px;
    height: 40px;
    background-color: #0f4792;
    color: #ffffff!important;
    display: block;
    float: left;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    transition: .3s;
}
.main_input_button > a:hover{
    opacity: 0.8;
}
.main_input_button > span{
    color: #bbbbbb;
    display: block;
    float: left;
    font-size: 12px;
    line-height: 40px;
    margin-left: 18px;
}


/* home_form */

/* news */
.news{
    width: 100%;
    height: 930px;
    position: relative;
    overflow: hidden;
}
.news_main{
    width: 1200px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.news_main > h3{
    color: #333333;
    font-size: 36px;
    line-height: 36px;
    margin-top: 72px;
    margin-bottom: 12px;
    text-align: center;
}
.news_main > span{
    color: #777777;
    display: block;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    margin-bottom: 62px;
}
.news_top{
    width: 100%;
    height: 370px;
    overflow: hidden;
    margin-bottom: 32px;
}
.news_top ul{
    width: 100%;
    height: 100%;
    margin-bottom: 0;
}
.news_top ul li{
    width: 350px;
    height: 370px;
    float: left;
    margin-right: 75px;
    overflow: hidden;
}
.news_top ul li:last-child{
    margin-right: 0;
}
.news_img{
    width: 100%;
    height: 180px;
    overflow: hidden;
}
.news_top ul li h5{
    width: 100%;
    color: #333333;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    margin-top: 26px;
    margin-bottom: 20px;
}
.news_top ul li p{
    width: 100%;
    color: #999999;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 32px;
    text-align: justify;
}
.news_time{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.news_time span{
    color: #999999;
    display: block;
    font-size: 14px;
    float: left;
    line-height: 18px;
    text-transform: uppercase;
}
.news_time b{
    color: #676767;
    display: block;
    float: right;
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
}
.news_top ul li,
.news_top ul li *{
    transition: .4s;
}
.news_top ul li:hover .news_img i{
    transform: scale(1.04);
}
.news_top ul li:hover h5{
    color: #0f4792;
}

.news_bot{
    width: 100%;
    height: 265px;
    overflow: hidden;
}
.news_tit{
    width: 200px;
    height: 265px;
    background-image: url('../images/new_lef.jpg');
    background-position: left center;
    background-repeat: no-repeat;
    float: left;
    position: relative;
    overflow: hidden;
}
.news_tit a{
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    border-radius: 90%;
    border: 1px solid #f8fafc;
    color: #ffffff!important;
    display: block;
    font-size: 24px;
    font-family: "宋体";
    line-height: 38px;
    text-align: center;
    position: absolute;
    left: 28px;
    top: 187px;
}
.news_ul{
    width: 942px;
    height: 100%;
    float: right;
    overflow: hidden;
}
.news_ul ul{
    width: 100%;
    height: 100%;
    margin-bottom: 0;
}
.news_ul ul li{
    width: 270px;
    height: 265px;
    float: left;
    margin-right: 66px;
    overflow: hidden;
}
.news_ul ul li:last-child{
    margin-right: 0;
}
.new_name{
    width: 100%;
    height: 66px;
    box-sizing: border-box;
    border-bottom: 1px solid #eeeeee;
    padding-top: 28px;
    margin-bottom: 22px;
    overflow: hidden;
}
.new_name h5{
    box-sizing: border-box;
    background-image: url('../images/q.png');
    background-position: left center;
    background-repeat: no-repeat;
    color: #333333;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    padding-left: 50px;
    margin: 0;
    transition: .4s;
}
.news_ul ul li p{
    width: 100%;
    height: auto;
    background-image: url('../images/a.png');
    background-position: left top;
    background-repeat: no-repeat;
    color: #999999;
    font-size: 14px;
    line-height: 20px;
    padding-left: 50px;
    margin-bottom: 44px;
    overflow: hidden;
}
.news_ul ul li span{
    width: 100px;
    height: 30px;
    border: 1px solid #cccccc;
    border-radius: 45px;
    color: #999999;
    display: block;
    font-size: 12px;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
    transition: .4s;
}
.news_ul ul li:hover .new_name h5{
    color: #0f4792;
}
.news_ul ul li span:hover{
    background: #cccccc;
    color: #ffffff;
}


/* news */

/* partner */
.partner{
    width: 100%;
    height: 666px;
    background-color: #f5f5f5;
    background-image: url('../images/brand_bg.png');
    background-position: center bottom;
    background-repeat: no-repeat;
    overflow: hidden;
}
.partner_main{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.partner_main > h3{
    background: linear-gradient(#cccccc,#cccccc) bottom/20px 2px no-repeat;
    box-sizing: border-box;
    color: #333333;
    font-size: 30px;
    font-weight: 500;
    line-height: 30px;
    margin-top: 64px;
    margin-bottom: 15px;
    padding-bottom: 14px;
    text-align: center;
}
.partner_main > span{
    width: 100%;
    color: #777777;
    display: block;
    font-size: 18px;
    margin-bottom: 48px;
    text-align: center;
}
.partner_list{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.partner_list ul{
    width: 100%;
    height: 100%;
    margin-bottom: 0;
}
.partner_list ul li{
    width: 230px;
    height: 120px;
    float: left;
    background: #ffffff;
    position: relative;
    margin-right: 12px;
    margin-bottom: 12px;
    overflow: hidden;
}
.partner_list ul li:nth-child(5n){
    margin-right: 0;
}
.partner_list ul li img{
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    transition: .4s;
}
.partner_list ul li:hover img{
    transform: scale(.96);
}

/* partner */

/* footer */
#footer{
    width: 100%;
    height: auto;
    background-color: #222222;
    background-image: url('../images/footer_bg.jpg');
    background-position:  center 100px;
    background-repeat: no-repeat;
    overflow: hidden;
}
.footer_top{
    width: 100%;
    height: 100px;
    background: #0f4792;
    position: relative;
    overflow: hidden;
}
.ft_nr{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.ft_name{
    width: 730px;
    height: 100px;
    float: left;
    overflow: hidden;
}
.ft_name > h3{
    color: #ffffff;
    font-size: 28px;
    font-weight: bold;
    line-height: 28px;
    margin-top: 18px;
    margin-bottom: 10px;
}
.ft_name > p{
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 0;
    letter-spacing: 8px;
}

.shares{
    width: 330px;
    height: 100px;
    display: block;
    float: right;
    position: relative;
    overflow: hidden;
}
.shares .bdsharebuttonbox{
    width: 100%;
    height: 100px;
    margin: auto;
}
.shares .bdsharebuttonbox a{
    width: 110px!important;
    height: 100px!important;    
    background-image: url("../images/fIcos.png");
    background-repeat: no-repeat;
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
/* .shares .bdsharebuttonbox a:last-child{
    background: none!important;
} */
.shares .bdsharebuttonbox a::after{
    width: 1px;
    height: 100px;
    background: linear-gradient(#87a3c9,#87a3c9) right/1px 35px no-repeat!important;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.shares .bdsharebuttonbox a.bds_qzone::after{
    display: none!important;
}

.shares .bdsharebuttonbox .bds_weixin{
    background-position: 40px 26px!important;
}
.shares .bdsharebuttonbox .bds_tsina{
    background-position: center 26px!important;
}
.shares .bdsharebuttonbox .bds_qzone{
    background-position: -360px 26px!important;
}

/* .shares .bdsharebuttonbox a i{
    width: 100%;
    height: 26px;
    background-image: url("../images/fIcos.png");
    background-repeat: no-repeat;
    display: block;
    margin-top: 26px;
    margin-bottom: 8px;
}
.shares .bdsharebuttonbox .bds_weixin i{
    background-position: 40px 0px!important;
}
.shares .bdsharebuttonbox .bds_tsina i{
    background-position: center 0px!important;
}
.shares .bdsharebuttonbox .bds_qzone i{
    background-position: -360px 0!important;
} */
.shares .bdsharebuttonbox a span{
    width: 100%;
    color: #ffffff;
    display: block;
    font-size: 12px;
    line-height: 12px;
    /* padding-top: 60px; */
    position: absolute;
    left: 0;
    top: 60px;
    text-align: center;
}

.footer_main{
    width: 1200px;
    height: 467px;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.footer_main .foot_maps{
    width: 940px;
    height: 380px;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
}
.footer_ewm_box{
    width: 260px;
    height: 100%;
    background: #0f4792;
    float: right;
    overflow: hidden;
}
.footer_ewm_box > h5{
    color: #ffffff;
    font-size: 30px;
    font-weight: 500;
    line-height: 30px;
    margin-top: 45px;
    margin-bottom: 10px;
    text-align: center;
}
.footer_ewm_box > em{
    color: #ffffff;
    display: block;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 48px;
    text-align: center;
    text-transform: uppercase;
}
.footer_ewm{
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
    margin-bottom: 45px;
}
.footer_ewm img{
    width: 140px;
    height: 140px;
    background: #87a3c9;
    box-sizing: border-box;
    display: block;
    padding: 10px;
    margin: 0 auto 10px;
}
.footer_ewm span{
    color: #ffffff;
    display: block;
    font-size: 14px;
    line-height: 14px;
}
.footer_ewm_box > p{
    color: #ffffff;
    display: block;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 0;
    text-align: center;
}
.footer_info{
    width: 940px;
    height: 83px;
    background: rgba(255, 255, 255, .8);
    z-index: 99999;
    position: absolute;
    bottom: 0;
    left: 0;
}
.footer_info > div{
    height: 100%;
    background-position: left center;
    background-repeat: no-repeat;
    box-sizing: border-box;
    float: left;
    padding-left: 65px;
    overflow: hidden;
}
.foot_mob{
    background-image: url('../images/f1.png');
    margin-left: 26px;
    margin-right: 80px;
}
.foot_address{
    background-image: url('../images/f2.png');
    max-width: 602px;
}
.footer_info > div em{
    color: #555555;
    display: block;
    font-size: 16px;
    line-height: 16px;
    margin-top: 18px;
    margin-bottom: 8px;
}
.foot_mob span{
    color: #0f4792;
    display: block;
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
}
.foot_address span{
    color: #333333;
    font-size: 16px;
    line-height: 16px;
}

.footer_bot{
    width: 100%;
    height: 60px;
    background: #222222;
    box-sizing: border-box;
    line-height: 60px;
    text-align: center;
    overflow: hidden;
}
.footer_bot p{
    width: 1200px;
    height: 100%;
    color: #ffffff;
    font-size: 14px;
    opacity: 0.8;
    margin: 0 auto;
}
.footer_bot p b{
    font-weight: 500;
}
.footer_bot p a{
    color: #ffffff!important;
}

/* footer */



.index_logo{
    width: 116px;
    height: 50px;
    position: absolute;
    top: 79px;
    left: 425px;
}








