html{
    height: 100%;
}
body{
    height: 100%;
    font-size: 14px;
    font-family: "微软雅黑";
    min-width: 1349px;
    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%;
}
.bg{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.db{
    display: block;
}
.st{
    font-family: "宋体";
}
.pr{
    position: relative;
}
.pb{
    position: absolute;
}
.oh{
    overflow: hidden;
}
.mid{
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.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{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
em,i{
    font-style: normal;
}

/* top_box */
.top_box{
    width: 100%;
    height: 32px;
    background: #f2f2f2;
    box-sizing: border-box;
    overflow: hidden;
}
.top_box_con{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.top_box_con h5{
    color: #a1a1a1;
    font-size: 14px;
    font-weight: 500;
    float: left;
    margin: 0;
    line-height: 32px;
}
.top_box_con ul{
    height: 35px;
    float: right;
    margin-bottom: 0;
}
.top_box_con ul li{
    background: linear-gradient(#d2d2d2,#d2d2d2) left/1px 10px no-repeat;
    float: left;
    font-size: 14px;
    box-sizing: border-box;
    margin-left: 10px;
    padding-left: 8px;
    line-height: 32px;
}
.top_box_con ul li:first-child{
    margin-left: 0;
    padding-left: 0;
}
.top_box_con ul li a{
    color: #a1a1a1;
    transition: .3s;
}
.top_box_con ul li a:hover{
    color: #4a90e2;
}

/* top_box */

/*header*/
#header{
    width: 100%;
    height: 173px;
    background-color: #ffffff;
    position: relative;
}
.headTop{
    width: 1200px;
    height: 113px;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    position: absolute;
}
.headTop .logo{
    width: 188px;
    height: 100%;
    float: left;
    position: relative;
    overflow: hidden;
}
.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%;
    background: linear-gradient(#626262,#626262) left/1px 46px no-repeat;
    box-sizing: border-box;
    float: left;
    margin-left: 15px;
    margin-bottom: 0;
    padding-left: 12px;
    overflow: hidden;
}
.head_text em{
    color: #333333;
    display: block;
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
    margin-top: 30px;
    margin-bottom: 12px;
}
.head_text em i{
    color: #4a90e2;
}
.head_text span{
    color: #333333;
    display: block;
    font-size: 16px;
    line-height: 16px;
}

.headTel{
    height: 100%;
    box-sizing: border-box;
    background-image: url('../images/head_mob.jpg');
    background-position: left center;
    background-repeat: no-repeat;
    float: right;
    padding-left: 63px;
    overflow: hidden;
}
.headTel span{
    box-sizing: border-box;    
    color: #333333;
    display: block;
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    margin-top: 34px;
    margin-bottom: 5px;
}
.headTel b{
    width: 100%;
    height: 20px;
    background: #4a90e2;
    color: #ffffff;
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
}
.headBot{
    width: 100%;
    height: 60px;
    box-sizing: border-box;
    background: #4a90e2;
    position: absolute;
    bottom: 0;
    left: 0;
}
.headBot > ul{
    width: 1200px;
    height: 100%;
    box-sizing: border-box;
    font-size: 0px;
    margin: 0 auto;
}
.headBot > ul > li{
    width: calc(100% / 10);
    height: inherit;
    box-sizing: border-box;
    float: left;
    font-size: 16px;
    line-height: 60px;
    text-align: center;
    position: relative;
}
.headBot > ul > li:last-child{
    margin-right: 0;
    padding-right: 0;
    background: none;
}
.headBot > ul > li > a{
    height: 100%;
    box-sizing: border-box;
    background: linear-gradient(#ffffff,#ffffff) top/100% 0% no-repeat;
    border-bottom: 1px solid transparent;
    color: #fff;
    display: block;
    position: relative;
    transition: .4s;
}
.headBot > ul > li:hover > a{
    background: linear-gradient(#ffffff,#ffffff) top/100% 100% no-repeat;
    border-color: #f68101;
    color: #2c2c2c;
}
.head_ej{
    width: 100%;
    background: #ffffff;
    box-sizing: border-box;
    border-top: 2px solid #f68101;
    padding: 2px 0 0;
    position: absolute;
    z-index: 999;
    left: 0;
    top: 60px;
    transform-origin: top;
    transform: translateY(10px);
    opacity: 0;
    visibility: hidden;
    transition: ease .5s;
}
.head_ej a{
    width: 100%;
    height: 40px;
    background: linear-gradient(#f1f1f1,#f1f1f1) left bottom/130px 1px no-repeat;
    color: #333333;
    display: block;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    transition: .4s;
}
.headBot > ul > li:hover .head_ej{
    transform: none;
    opacity: 1;
    visibility: visible;
}

/*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: 7px;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 60px;
    margin: auto;
}
.banner .hd ul{
    width: 100%;
    height: 7px;
    margin-bottom: 0;
    overflow: hidden;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
}
.banner .hd ul li{
    width: 43px;
    height: 7px;
    background: #ffffff;
    margin: 0 7px;
    transition: .3s;
}
.banner .hd ul li.on{
    background: #4a90e2;
}

/*banner*/

/* index_search */
.index_search{
    width: 100%;
    height: 160px;    
    overflow: hidden;
    position: relative;
    margin-top: -20px;
}
.ban_search{
    width: 1200px;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.black{
    width: 920px;
    height: 140px;
    background: #222222;
    display: block;
    z-index: 1;
    position: absolute;
    left: -360px;
    bottom: 0;
}
.blue{
    width: 1560px;
    height: 140px;
    background: #4a90e2;
    display: block;
    position: absolute;
    right: -360px;
    top: 0;
}
.ban_search_con{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-top: 20px;
    position: relative;
    z-index: 9;
    overflow: hidden;
}
.ban_text{
    width: 560px;
    height: 100%;
    float: left;
    overflow: hidden;
}
.ban_text strong{
    color: #ffffff;
    display: block;
    font-size: 22px;
    font-weight: 500;
    line-height: 22px;
    margin-top: 40px;
    margin-bottom: 24px;
}
.ban_text p{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 0;
}
.ban_text span{
    color: #a6a6a6;
    display: block;
    float: left;
    font-size: 14px;
    line-height: 22px;
}
.ban_text b{
    color: #ffffff;
    float: left;
    font-size: 22px;
    font-weight: 500;
    line-height: 22px;
}
.ban_search_main{
    width: 600px;
    height: 100%;
    float: right;
    overflow: hidden;
}
.ban_key{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 22px;
    margin-bottom: 8px;
}
.ban_key span{
    color: #222222;
    display: block;
    font-size: 14px;
    float: left;
    line-height: 14px;
}
.ban_key p{
    height: auto;
    color: #222222;
    font-size: 14px;
    float: left;
    line-height: 14px;
    margin-bottom: 0;
    overflow: hidden;
}
.ban_key p a{
    color: #222222;
    transition: .3s;
}
.ban_key p a:hover{
    color: #ffffff;
}

.ban_sear_box{
    width: 100%;
    height: 42px;
    overflow: hidden;
    position: relative;
}
.ban_sear_box input{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border-bottom: none;
    background: #ffffff;
    color: #000;
    float: left;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 130px;
    outline: none;
    overflow: hidden;
    transition: .3s;
}
.ban_sear_box input::-webkit-input-placeholder{
    color: #cccccc;
}
.ban_sear_box input:-moz-placeholder {
    color: #cccccc;
}
.ban_sear_box input::-moz-placeholder {
    color: #cccccc;
}
.ban_sear_box input:-ms-input-placeholder {
    color: #cccccc;
}
.ban_sear_box input:focus{
    background: #fff;
    border-color: none;
    box-shadow: none!important;
}
.ban_sear_box button{
    width: 120px;
    height: 100%;
    background-color: #222222;
    color: #ffffff;
    font-size: 14px;
    line-height: 42px;
    outline: none;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
}

/* index_search */

/* about */
.about{
    width: 100%;
    height: 710px;
    background: #ffffff;
    position: relative;
    overflow: hidden;
}
.about_main{
    width: 1200px;
    height: inherit;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.about_title{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.about_title h3{
    background: linear-gradient(#4a90e2,#4a90e2) bottom/117px 2px no-repeat;
    color: #000000;
    font-size: 36px;
    font-weight: bold;
    line-height: 36px;
    margin-top: 48px;
    margin-bottom: 12px;
    padding-bottom: 18px;
    text-align: center;
}
.about_title span{
    width: 100%;
    color: #717171;
    display: block;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 44px;
    text-align: center;
}
.about_content{
    width: 100%;
    height: 526px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.about_video{
    width: 970px;
    height: 380px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: -360px;
}
.about_video ul{
    width: 100%;
    height: 100%;
    margin-bottom: 0;
}
.about_video ul li{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.vid_btn{
    width: 60px;
    height: 59px;
    background-image: url('../images/video_btn.png');
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.videoBox{
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.video_main{
    width: 100%;
    height: 100%;
    background-color: transparent;
    position: relative;
    overflow: hidden;
}
.about_video .videoBox video,
.about_video .videoBox embed{
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}


.about_info{
    width: 544px;
    height: 380px;
    position: absolute;
    top: 0;
    right: 0;
}
.abo_name{
    width: 100%;
    height: auto;
    background: linear-gradient(#4a90e2,#4a90e2) left/6px 40px no-repeat;
    padding-left: 28px;
    overflow: hidden;
    margin-top: 44px;
    margin-bottom: 22px;
}
.abo_name span{
    color: #000000;
    display: block;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.abo_name em{
    color: #666666;
    display: block;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
}
.about_info > p{
    width: 100%;
    color: #666666;
    font-size: 14px;
    line-height: 32px;
    text-align: justify;
    margin-bottom: 25px;
}
.about_info > a{
    width: 110px;
    height: 38px;
    border: 1px solid #aaaaaa;
    box-sizing: border-box;
    color: #999999!important;
    display: block;
    font-size: 14px;
    line-height: 36px;
    text-align: center;
}

.abo_blue{
    width: 970px;
    height: 146px;
    background: #1f62b0;
    display: block;
    position: absolute;
    left: -360px;
    bottom: 0;
}
.abo_text{
    height: 146px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.abo_text b{
    color: #fefefe;
    display: block;
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
    margin-top: 50px;
    margin-bottom: 6px;
}
.abo_text span{
    color: #fefefe;
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    opacity: 0.4;
    text-transform: uppercase;
}

.abo_menu{
    width: 590px;
    height: 146px;
    background: #4a90e2;
    position: absolute;
    bottom: 0;
    right: 0;
}
.abo_menu ul{
    width: 100%;
    height: 100%;
    margin-bottom: 0;
}
.abo_menu ul li{
    width: calc(100% / 3);
    height: 100%;
    background: linear-gradient(#6ea6e8,#6ea6e8) right/1px 60px no-repeat;
    float: left;
    overflow: hidden;
    text-align: center;
}
.abo_menu ul li:last-child{
    background: none;
}
.abo_menu ul li span{
    box-sizing: border-box;
    background: linear-gradient(#a5c8f1,#a5c8f1) bottom/30px 2px no-repeat;
    color: #fefefe;
    display: block;
    font-size: 16px;
    line-height: 16px;
    padding-bottom: 10px;
    margin-top: 50px;
    margin-bottom: 8px;
}
.abo_menu ul li em{
    color: #fefefe;
    display: block;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    opacity: 0.5;
}

/* about */

/* honor */
.honor{
    width: 100%;
    height: 500px;
    background-image: url('../images/honor_bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.honor_main{
    width: 1200px;
    height: inherit;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.honor_main > span{
    color: #666666;
    display: block;
    font-size: 18px;
    line-height: 18px;
    margin-top: 62px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.honor_main > h3{
    color: #353b43;
    font-size: 22px;
    font-weight: bold;
    line-height: 22px;
    margin-top: 0;
    margin-bottom: 54px;
    overflow: hidden;
}
.honor_list{
    width: 100%;
    height: 232px;
    position: relative;
}
.honor_list > a{
    width: 21px;
    height: 41px;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.honor_list > a.prev{
    background-image: url('../images/l.png');
    left: -50px;
}
.honor_list > a.next{
    background-image: url('../images/r.png');
    right: -50px;
}

.honor_list .bd{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.honor_list .bd ul{
    width: 100%;
    height: 100%;
    margin-bottom: 0;
}
.honor_list .bd ul li{
    width: 288px;
    height: 232px;    
    float: left;
    margin-right: 16px;
    overflow: hidden;
}
.honor_list .bd ul li:last-child{
    margin-right: 0;
}
.honor_list .bd ul li a{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: 1px solid #cdcbcb;
    display: block;
    overflow: hidden;
    position: relative;
    transition: .4s;
}
.honor_list .bd ul li img{
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.honor_list .bd ul li:hover a{
    transform: scale(.98);
}

/* honor */

/* product */
.product{
    width: 100%;
    height: 1106px;
    background: #ffffff;
    position: relative;
    overflow: hidden;
}
.product_main{
    width: 1200px;
    height: inherit;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.product_title{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.product_title h3{
    background: linear-gradient(#4a90e2,#4a90e2) bottom/117px 2px no-repeat;
    color: #000000;
    font-size: 36px;
    font-weight: bold;
    line-height: 36px;
    margin-top: 60px;
    margin-bottom: 14px;
    padding-bottom: 16px;
    text-align: center;
}
.product_title span{
    width: 100%;
    color: #717171;
    display: block;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 40px;
    text-align: center;
}
.product_content{
    width: 100%;
    height: 845px;
    overflow: hidden;
}
.product_menu{
    width: 230px;
    height: 100%;
    background: #4a90e2;
    float: left;
    overflow: hidden;
}
.product_menu > h5{
    width: 100%;
    height: 55px;
    background-image: url('../images/pro_tit.png');
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 30px;
    margin-bottom: 36px;
}
.product_nav{
    width: 100%;
    height: 446px;
    background: #ffffff;
    box-sizing: border-box;
    border: 3px solid #4a90e2;
    border-top: none;
    border-bottom: none;
    padding: 12px 8px 0;
    overflow: hidden;
}
.product_nav ul{
    width: 100%;
    height: 100%;
    margin-bottom: 0;
}
.product_nav ul li{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.product_nav ul li > a{
    width: 100%;
    height: 40px;
    border-radius: 4px;
    box-sizing: border-box;
    background-color: #4a90e2;
    background-image: url('../images/ljt.png');
    background-position: 16px center;
    background-repeat: no-repeat;
    color: #ffffff;
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 40px;
    padding-left: 44px;
    margin-bottom: 12px;
}
/* .product_nav ul li:nth-child(3) > a,
.product_nav ul li:nth-child(4) > a,
.product_nav ul li:nth-child(5) > a{
    background-color: #8b8b8b;
    background-image: url('../images/hjt.png');
} */
.prod_sub{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.prod_sub > a{
    background-image: url('../images/sj_ico.png');
    background-position: 28px center;
    background-repeat: no-repeat;
    color: #666666!important;
    display: block;
    font-size: 12px;
    line-height: 24px;
    padding: 0 44px;
    margin-bottom: 5px;
    transition: .3s;
}
.prod_sub > a:hover{
    color: #4a90e2!important;
    letter-spacing: 2px;
}
.prod_tp{
    width: 100%;
    height: 195px;
    box-sizing: border-box;
    border: 3px solid #4a90e2;
    border-top: none;
    border-bottom: none;
    overflow: hidden;
}
.product_menu p{
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
    margin-top: 14px;
    margin-bottom: 4px;
}
.product_menu p em{
    background-image: url('../images/p_tel.png');
    background-position: left center;
    background-repeat: no-repeat;
    color: #ffffff;
    font-size: 16px;
    line-height: 20px;
    padding-left: 26px;
}
.product_menu b{
    width: 100%;
    color: #ffffff;
    display: block;
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
}

.product_lists{
    width: 950px;
    height: 100%;
    float: right;
    overflow: hidden;
}
.product_lists ul{
    width: 100%;
    height: 100%;
    margin-bottom: 0;
}
.product_lists ul li{
    width: 303px;
    height: 267px;
    float: left;
    overflow: hidden;
    margin-right: 20px;
    margin-bottom: 22px;
}
.product_lists ul li:nth-child(3n){
    margin-right: 0;
}
.prod_img{
    width: 100%;
    height: 226px;
    overflow: hidden;
}
.product_lists ul li span{
    width: 100%;
    height: 41px;
    color: #666666;
    display: block;
    font-size: 12px;
    line-height: 41px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.product_lists ul li,
.product_lists ul li *{
    transition: .4s;
}
.product_lists ul li:hover .prod_img i{
    transform: scale(1.04);
}
.product_lists ul li:hover span{
    color: #4a90e2;
}

/* product */

/* gg */
.gg{
    width: 100%;
    height: 238px;
    position: relative;
    overflow: hidden;
}
.gg i{
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.gg_main{
    width: 1200px;
    height: inherit;
    z-index: 9;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.gg_info{
    width: 266px;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 1015px;
    top: 0;
}
.gg_info p{
    width: 100%;
    height: auto;
    background-image: url('../images/gg_mob.png');
    background-position: left top;
    background-repeat: no-repeat;
    box-sizing: border-box;
    color: #ffffff;
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    padding-top: 74px;
    overflow: hidden;
    margin-top: 40px;
    margin-bottom: 16px;
}
.gg_info a{
    width: 120px;
    height: 40px;
    border-radius: 5px;
    background-color: rgb(74, 144, 226);
    color: #ffffff!important;
    display: block;
    font-size: 18px;
    line-height: 40px;
    overflow: hidden;
    text-align: center;
}


/* gg */

/* beltline */
.beltline{
    width: 100%;
    height: 530px;
    background: #ffffff;
    position: relative;
    overflow: hidden;
}
.beltline_main{
    width: 1200px;
    height: inherit;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.beltline_title{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.beltline_title h3{
    background: linear-gradient(#4a90e2,#4a90e2) bottom/117px 2px no-repeat;
    color: #000000;
    font-size: 36px;
    font-weight: bold;
    line-height: 36px;
    margin-top: 74px;
    margin-bottom: 14px;
    padding-bottom: 16px;
    text-align: center;
}
.beltline_title span{
    width: 100%;
    color: #717171;
    display: block;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 25px;
    text-align: center;
}
.beltline_list{
    width: 100%;
    height: inherit;
    margin: 0 auto;
    position: relative;
}
.beltline_list ul{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 0;
    position: relative;
    z-index: 9;
}
.beltline_list ul li{
    width: 240px;
    height: 340px;
    float: left;
    text-align: center;
    overflow: hidden;
}
.beltline_list ul li span{
    width: 130px;
    height: 130px;
    display: block;
    margin: 0 auto 94px;
}
.beltline_list ul li em{
    width: 100%;
    color: #000000;
    display: block;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
}
.beltline_line{
    width: 100%;
    height: 41px;
    background-image: url('../images/scx_line.png');
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    top: 156px;
    left: 0;
}

/* beltline */

/* factory */
.factory{
    width: 100%;
    height: 827px;
    position: relative;
    overflow: hidden;
}
.factory > i{
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.factory_main{
    width: 1200px;
    height: 670px;
    z-index: 999;
    position: absolute;
    top: 94px;
    left: 0;
    right: 0;
    margin: auto;
}
.factory_tit{
    width: 764px;
    height: 463px;
    box-sizing: border-box;
    background-image: url('../images/factory_tit_bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    padding-left: 50px;
    position: absolute;
    right: -360px;
    top: 0;
}
.factory_tit h4{
    color: #ffffff;
    font-size: 40px;
    font-weight: bold;
    line-height: 40px;
    margin-top: 96px;
    margin-bottom: 14px;
}
.factory_tit span{
    width: 100%;
    color: #ffffff;
    display: block;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 10px;
}
.factory_tit p{
    color: #ffffff;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 26px;
}
.factory_tit a{
    box-sizing: border-box;
    background: linear-gradient(#ffffff,#ffffff) left top/44px 1px no-repeat;
    color: #ffffff!important;
    display: block;
    font-size: 18px;
    line-height: 18px;
    padding-top: 12px;
    letter-spacing: 2px;
}

.factory_big_img{
    width: 796px;
    height: 463px;
    position: absolute;
    left: 0;
    top: 0;
}
.factory_big_img ul{
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    position: relative;
    overflow: hidden;
}
.factory_big_img ul li{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transform: scale(1.04);
}
.factory_big_img ul li.active{
    opacity: 1;
    transform: none;
    z-index: 999;
    visibility: visible;
    transition: .8s;
}
.factory_big_img ul li i{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
}

.factory_small_img{
    width: 100%;
    height: 301px;
    background-image: url('../images/factory_mb.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 999;
}
.factory_small_img ul{
    width: 1128px;
    height: 212px;
    margin: 54px auto 0;
    overflow: hidden;
}
.factory_small_img ul li{
    width: 364px;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    margin-right: 18px;
}
.factory_small_img ul li:last-child{
    margin-right: 0;
}
.factory_small_img ul li b{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: 3px solid #f9b002;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform: scale(1.04);
    transition: .4s;
}
.factory_small_img ul li i{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
}
.factory_small_img ul li.on b,
.factory_small_img ul li:hover b{
    opacity: 1;
    transform: none;
}

/* factory */

/* advantage */
.advantage{
    width: 100%;
    height: 1470px;
    background: #ffffff;
    position: relative;
    overflow: hidden;
}
.advantage_main{
    width: 1200px;
    height: inherit;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.advantage_main > h3{
    color: #282828;
    font-size: 38px;
    font-weight: 500;
    line-height: 38px;
    margin-top: 73px;
    margin-bottom: 6px;
    text-align: center;
}
.advantage_main > span{
    width: 100%;
    color: #666666;
    display: block;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
}

.advantage_list{
    width: 100%;
    height: 1277px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.advantage_list ul{
    width: 100%;
    height: 100%;
    margin-bottom: 0;
}
.advantage_list ul li{
    width: 100%;
    position: relative;
}
.advantage_list ul li:nth-child(1){
    height: 368px;
}
.advantage_list ul li:nth-child(2){
    height: 490px;
}
.advantage_list ul li:nth-child(3){
    height: 344px;
}
.adv_images{
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
}
.advantage_list ul li:nth-child(1) .adv_images{
    width: 912px;
    left: -360px;
}
.advantage_list ul li:nth-child(2) .adv_images{
    width: 650px;
    right: 0;
}
.advantage_list ul li:nth-child(3) .adv_images{
    width: 652px;
    left: -100px;
}
.adv_text{
    height: 100%;
    box-sizing: border-box;
    overflow: hidden;
    position: absolute;
    top: 0;
}
.advantage_list ul li:nth-child(1) .adv_text{
    width: 650px;
    right: 0;
    padding-left: 180px;
    padding-right: 72px;
}
.advantage_list ul li:nth-child(2) .adv_text{
    width: 652px;
    background: #ebebeb;
    left: -100px;
    padding-left: 76px;
    padding-right: 80px;
}
.advantage_list ul li:nth-child(3) .adv_text{
    width: 650px;
    right: 0;
    padding-left: 94px;
    padding-right: 2px;
}
.adv_text h5{
    width: 100%;
    height: auto;
    color: #333333;
    overflow: hidden;
    font-weight: 500;
    line-height: 42px;
    transition: .3s;
}
.adv_text:hover h5{
    color: #4a90e2;
}
.advantage_list ul li:nth-child(1) .adv_text h5{
    margin-top: 38px;
    margin-bottom: 20px;
}
.advantage_list ul li:nth-child(2) .adv_text h5{
    margin-top: 184px;
    margin-bottom: 20px;
}
.advantage_list ul li:nth-child(3) .adv_text h5{
    margin-top: 78px;
    margin-bottom: 20px;
}
.adv_text em{
    display: block;
    float: left;
    font-size: 60px;
    font-family: "宋体";
    font-weight: 600;
    line-height: 46px;
    transform: scale(.9);
}
.adv_text span{
    display: block;
    font-size: 26px;
    line-height: 26px;
    float: left;
    margin-top: 16px;
}
.advantage_list ul li strong{
    box-sizing: border-box;
    display: block;
    color: #4a90e2;
    font-size: 22px;
    font-weight: 500;
    line-height: 22px;
    padding-left: 5px;
    margin-bottom: 15px;
}
.advantage_list ul li p{
    width: 100%;
    box-sizing: border-box;
    color: #666666;
    font-size: 16px;
    line-height: 26px;
    padding-left: 5px;
}

.adv_title{
    width: 214px;
    height: 216px;
    background: #4a90e2;
    display: block;
    z-index: 9;
    position: absolute;
    left: 440px;
    top: 272px;
}
.adv_title b{
    color: #ffffff;
    display: block;
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
    margin-top: 64px;
    margin-bottom: 8px;
}
.adv_title span{
    color: #ffffff;
    font-size: 20px;
    display: block;
    line-height: 20px;
    margin-bottom: 8px;
    text-align: center;
}


/* advantage */

/* case */
.case{
    width: 100%;
    height: 889px;
    background: #f2f2f2;
    position: relative;
    overflow: hidden;
}
.case_main{
    width: 1200px;
    height: inherit;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
}
.case_title{
    width: 100%;
    height: 239px;
    overflow: hidden;
}
.case_title h3{
    background: linear-gradient(#4a90e2,#4a90e2) bottom/117px 2px no-repeat;
    color: #000000;
    font-size: 36px;
    font-weight: bold;
    line-height: 36px;
    margin-top: 75px;
    margin-bottom: 14px;
    padding-bottom: 18px;
    text-align: center;
}
.case_title span{
    width: 100%;
    color: #717171;
    display: block;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
}

.case_box{
    width: 100%;
    height: 650px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.case_box h4{
    color: #ffffff;
    font-size: 29px;
    font-weight: bold;
    line-height: 29px;
    z-index: 9;
    position: absolute;
    left: 640px;
    top: 70px;
}
.case_big_list{
    width: 100%;
    height: 650px;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
}
.case_big_list ul{
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    position: relative;
}
.case_big_list ul li{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
}
.case_big_list ul li.active{
    visibility: visible;
    opacity: 1;
    z-index: 999;
}

.case_big_img{
    width: 960px;
    height: 650px;
    overflow: hidden;
    position: absolute;
    left: -360px;
    top: 0;
    opacity: 0;
    transform: translateX(-20px);
}
.case_big_list ul li.active .case_big_img{
    opacity: 1;
    transition-delay: .1s;
    transform: none;
    transition-duration: .8s;
}
.case_mb{
    width: 960px;
    height: 650px;
    background-image: url('../images/case_mb.jpg');
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    right: -360px;
    top: 0;
}
.case_big_info{
    width: 556px;
    height: 150px;
    position: absolute;
    top: 156px;
    right: 0;
    opacity: 0;
    transform: translateY(20px);
}
.case_big_list ul li.active .case_big_info{
    opacity: 1;
    transition-delay: .3s;
    transform: none;
    transition-duration: .8s;
}
.case_big_info h5{
    color: #ffffff;
    font-size: 31px;
    font-weight: 500;
    list-style: 31px;
    margin-top: 0;
    margin-bottom: 18px;
}
.case_big_info p{
    color: #cfcfce;
    display: block;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 24px;
}
.case_big_info span{
    width: 120px;
    height: 32px;
    border: 1px solid #fff;
    box-sizing: border-box;
    color: #ffffff;
    display: block;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    transition: .4s;
}
.case_big_info span:hover{
    background: #fff;
    color: #4a90e2;
}

.case_small_list{
    width: 884px;
    height: 203px;
    z-index: 999;
    position: absolute;
    left: 645px;
    top: 330px;
}
.case_small_list ul{
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin-bottom: 0;
}
.case_small_list ul li{
    width: 270px;
    height: 203px;
    float: left;
    margin-right: 37px;
    position: relative;
    overflow: hidden;
}
.case_small_list ul li:last-child{
    margin-right: 0;
}
.case_small_list ul li b{
    width: 100%;
    height: 100%;
    border: 3px solid #4a90e2;
    display: block;
    transition: .3s;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.case_small_list ul li.on b,
.case_small_list ul li:hover b{
    opacity: 1;
}

/* case */

/* evaluate */
.evaluate{
    width: 100%;
    height: 554px;
    background: #ffffff;
    overflow: hidden;
}
.evaluate_main{
    width: 1200px;
    height: inherit;
    margin: 0 auto;
}
.evaluate_main h3{
    width: 100%;
    color: #363636;
    font-size: 34px;
    font-weight: 600;
    line-height: 34px;
    margin-top: 76px;
    margin-bottom: 56px;
    text-align: center;
}

.evaluate_lists{
    width: 100%;
    height: 338px;
    position: relative;
}
.evaluate_lists > a{
    width: 60px;
    height: 60px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 90%;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.evaluate_lists > a.prev{
    background-image: url('../images/lef.png');
    left: -70px;
}
.evaluate_lists > a.next{
    background-image: url('../images/rig.png');
    right: -70px;
}

.evaluate_lists .bd{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.evaluate_lists .bd .tempWrap,
.evaluate_lists .bd .tempWrap ul{
    height: 388px!important;
}
.evaluate_lists .bd ul{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    margin-bottom: 0;
}
.evaluate_lists .bd ul li{
    width: 580px!important;
    height: 322px!important;
    box-sizing: border-box;
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.1);
    background-color: rgb(255, 255, 255);
    float: left;
    padding: 20px;
    margin-top: 3px;
    margin-left: 4px;
    margin-right: 28px;
    overflow: hidden;
}
.evaluate_lists .bd ul li:last-child{
    margin-right: 0;
}
.evaluate_tit{
    width: 100%;
    height: 120px;
    overflow: hidden;
    margin-bottom: 40px;
}
.evaluate_img{
    width: 212px;
    height: 120px;
    float: left;
    margin-right: 20px;
    overflow: hidden;
}
.evaluate_img i{
    transition: .4s;
}
.evaluate_img i:hover{
    transform: scale(1.04);
}
.evaluate_name{
    width: 300px;
    height: auto;
    float: left;
    overflow: hidden;
}
.evaluate_name h5{
    width: 100%;
    color: #333333;
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    margin-top: 14px;
    margin-bottom: 0;
}
.evaluate_info{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.evaluate_info p{
    width: 100%;
    color: #666666;
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
    margin-bottom: 28px;
}
.evaluate_info > span{
    width: 100%;
    color: #989898;
    display: block;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 22px;
}

/* evaluate */

/* process */
.process{
    width: 100%;
    height: 410px;
    background-image: url('../images/process_bg.jpg');
    position: relative;
    overflow: hidden;
}
.process_main{
    width: 1200px;
    height: inherit;
    margin: 0 auto;
    overflow: hidden;
}
.process_main h3{
    width: 100%;
    height: 77px;
    background-image: url('../images/process_tit.png');
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 40px;
    margin-bottom: 30px;
}
.process_list{
    width: 100%;
    height: 140px;
    overflow: hidden;
    margin-bottom: 32px;
}
.process_list ul{
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    display: flex;
    flex-flow: wrap;
    justify-content: space-evenly;
}
.process_list ul li{
    width: 140px;
    height: 140px;
    overflow: hidden;
}
.process_other{
    width: 100%;
    height: 50px;
    overflow: hidden;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
}
.process_other p{
    height: 50px;
    box-sizing: border-box;
    background-image: url('../images/process_tel.png');
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 46px;
    margin-right: 20px;
    overflow: hidden;
}
.process_other p em{
    color: #ffffff;
    display: block;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 6px;
}
.process_other p span{
    color: #ffffff;
    display: block;
    font-size: 30px;
    font-weight: bold;
    line-height: 26px;
}

.process_other a{
    width: 116px;
    height: 36px;
    border-radius: 45px;
    box-sizing: border-box;
    border: 1px solid #fff;
    color: #ffffff!important;
    display: block;
    margin-top: 8px;
    font-size: 14px;
    line-height: 34px;
    overflow: hidden;
    text-align: center;
}

/* process */

/* news */
.news{
    width: 100%;
    height: 810px;
    background: #ffffff;
    position: relative;
    overflow: hidden;
}
.news_main{
    width: 1200px;
    height: inherit;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.news_main h3{
    width: 100%;
    color: #000000;
    font-size: 34px;
    font-weight: 500;
    line-height: 34px;
    margin-top: 106px;
    margin-bottom: 38px;
    text-align: center;
}
.news_tabs{
    width: 100%;
    height: 44px;
    margin-bottom: 20px;
    overflow: hidden;
}
.news_tabs ul{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 0;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
}
.news_tabs ul li{
    width: 150px;
    height: 44px;
    line-height: 44px;
    margin: 0 13px;
    text-align: center;
}
.news_tabs ul li a{
    width: 100%;
    height: 100%;
    color: #000000;
    display: block;
    font-size: 18px;
    transition: .4s;
}
.news_tabs ul li a:hover{
    background: #4a90e2;
    color: #ffffff;
}
.mews_other{
    width: 100%;
    height: 362px;
    background: #f2f2f2;
    margin-bottom: 55px;
    overflow: hidden;
}
.news_images{
    width: 548px;
    height: 100%;
    float: left;
    overflow: hidden;
}
.news_text{
    width: 546px;
    height: 100%;
    float: right;
    margin-right: 52px;
    overflow: hidden;
}
.news_text h4{
    color: #0a0104;
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    margin-top: 32px;
    margin-bottom: 20px;
}
.news_text strong{
    color: #666666;
    display: block;
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 18px;
}
.news_text p{
    width: 100%;
    color: #666666;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 58px;
}
.news_text span{
    width: 90px;
    height: 25px;
    background: #333333;
    color: #ffffff;
    display: block;
    font-size: 12px;
    line-height: 25px;
    text-align: center;
}
.news_lists{
    width: 100%;
    height: 100px;
    overflow: hidden;
}
.news_lists ul{
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    overflow: hidden;
}
.news_lists ul li{
    width: 600px;
    height: 100px;
    box-sizing: border-box;
    padding-right: 50px;
    float: left;
    overflow: hidden;
}
.news_lists ul li h4{
    width: 100%;
    background: linear-gradient(#f8c557,#f8c557) left/3px 100% no-repeat;
    box-sizing: border-box;
    color: #333333;
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    padding-left: 14px;
    margin-bottom: 14px;
}
.news_lists ul li strong{
    color: #959595;
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
    margin-bottom: 15px;
}
.news_lists ul li p{
    color: #959595;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 0;
}

/* news */

/* index_maps */
.index_maps{
    width: 100%;
    height: 567px;
    background-image: url('../images/index_maps_bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.index_maps_con{
    width: 1200px;
    height: 468px;
    background: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.foot_index_form{
    width: 50%;
    height: 100%;
    box-sizing: border-box;
    float: left;
    padding: 0 100px;
    overflow: hidden;
}
.foot_index_form h3{
    width: 100%;
    height: 52px;
    background-image: url('../images/form_tit.png');
    background-position: left center;
    background-repeat: no-repeat;
    float: left;
    margin-top: 28px;
    margin-bottom: 15px;
}
.index_form_tabs{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 15px;
    display: flex;
    flex-flow: wrap;
}
.index_form_tabs span{
    display: block;
    line-height: 18px;
    margin-right: 20px;
    float: left;
}
.index_form_tabs input{
    display: block;
    float: left;
    margin-top: 4px;
    margin-right: 6px!important;
}
.index_form_tabs label{
    color: #5b5b5b;
    font-size: 15px;
    font-weight: 500;
    font-style: normal;
    line-height: 18px;
    float: left;
    margin: 0;
}
.foot_index_form > input{
    width: 100%;
    height: 36px;
    background-color: transparent;
    border: 1px solid #d4d4d4;
    box-sizing: border-box!important;
    color: #000;
    font-size: 12px;
    padding: 0 10px;
    margin-bottom: 10px;
    outline: none;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.foot_index_form > input.user_shebei{
    width: 100%;
}
.foot_index_form > input::-webkit-input-placeholder{
    color: #888888;
}
.foot_index_form > input:-moz-placeholder {
    color: #888888;
}
.foot_index_form > input::-moz-placeholder {
    color: #888888;
}
.foot_index_form > input:-ms-input-placeholder {
    color: #888888;
}
.foot_index_form textarea{
    width: 100%;
    height: 98px;
    background-color: transparent;
    border: 1px solid #d4d4d4;
    box-sizing: border-box!important;
    color: #000;
    padding: 10px 12px;
    margin-bottom: 40px;
    font-size: 14px;
    outline: none;
    resize: none;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.foot_index_form textarea::-webkit-input-placeholder{
    color: #888888;
}
.foot_index_form textarea::-moz-input-placeholder{
    color: #888888;
}
.foot_index_form textarea:-ms-input-placeholder{
    color: #888888;
}
.foot_index_form .tjBtn{
    width: 200px;
    height: 40px;
    background-color: #0f73cf;
    color: #ffffff!important;
    display: block;
    float: left;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
}

.index_maps_main{
    width: 50%;
    height: 100%;
    float: left;
    overflow: hidden;
}


/* index_maps */

/* footer */
#footer{
    width: 100%;
    height: auto;
    background: #1b1b1b;
    overflow: hidden;
}
.footer_top{
    width: 100%;
    height: 294px;
    background: #4a90e2;
    position: relative;
    overflow: hidden;
}
.footer_main{
    width: 1200px;
    height: inherit;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.footer_main > div{
    height: auto;
    min-height: 200px;
    box-sizing: border-box;
    float: left;
    margin-top: 42px;
    overflow: hidden;
}
.footer_main > div.foot_maps{
    margin-top: 0;
}
.footer_erweima{
    width: 230px;
    background-image: url('../images/foot_xuxian.png');
    background-position: right 2px;
    background-repeat: no-repeat;
    padding-right: 102px;
    margin-right: 156px;
}
.footer_main > div h5{
    color: #ffffff;
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    margin-top: 0;
    margin-bottom: 6px;
    text-transform: uppercase;
}
.footer_main > div strong{
    color: #ffffff;
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    margin-bottom: 18px;
}
.footer_erweima > ul{
    width: auto;
    height: auto;
    overflow: hidden;
    margin-bottom: 0;
}
.footer_erweima > ul li{
    width: 120px;
    height: auto;
    float: left;
    margin-right: 14px;
    overflow: hidden;
}
.footer_erweima > ul li:last-child{
    margin-right: 0;
}
.footer_erweima > ul li img{
    height: 120px;
    display: block;
    margin-bottom: 10px;
}
.footer_erweima > ul li span{
    width: 100%;
    color: #ffffff;
    display: block;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
}
.footer_main > div.footer_info{
    width: 356px;
    background-image: url('../images/foot_xuxian.png');
    background-position: right 2px;
    background-repeat: no-repeat;
    box-sizing: border-box;
    padding-right: 102px;
}
.footer_main > div.footer_info strong{
    margin-bottom: 16px;
}
.footer_info p{
    color: #ffffff;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0px;
    text-transform: uppercase;
}
.shares{
    width: 100%;
    height: 22px;
    box-sizing: content-box!important;
    display: block;
    position: relative;
    overflow: hidden;
}
.shares .bdsharebuttonbox{
    width: 100%;
    height: 22px;
    margin: auto;
}
.shares .bdsharebuttonbox a {
    width: 23px!important;
    height: 22px!important;
    background-image: url("../images/fIcos.png");
    background-repeat: no-repeat;
    float: left;
    margin: 0 10px 0 0;
    padding: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.shares .bdsharebuttonbox .bds_more {
    background-position: 0px 0px!important;
}
.shares .bdsharebuttonbox .bds_qzone {
    background-position: -34px 0px!important;
}
.shares .bdsharebuttonbox .bds_tsina {
    background-position: -68px 0px!important;
}
.shares .bdsharebuttonbox .bds_weixin {
    background-position: right 0!important;
}

.footer_main > div.foot_nav{
    width: 258px;
    height: 200px;
    float: right;
    margin-right: 100px;
    overflow: hidden;
}
.footer_main > div.foot_nav ul{
    width: 100%;
    height: auto;
    margin-bottom: 0;
}
.footer_main > div.foot_nav ul li{
    width: 86px;
    height: auto;
    float: left;
    margin-bottom: 18px;
    overflow: hidden;
}
.footer_main > div.foot_nav ul li a{
    color: #ffffff;
    font-size: 15px;
    line-height: 15px;
    transition: .3s;
}
.footer_main > div.foot_nav ul li a:hover{
    opacity: 0.7;
}

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

/* footer */

/* float */
#float{
    width: 30px;
    height: 128px;
    z-index: 999999999999;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.float_main.on{
    right: 40px;
    visibility: visible;
    opacity: 1;
}
#float.active .float_btn{
    right: 0;
}
.float_btn{
    width: 28px;
    height: 172px;    
    background-image: url('../images/float_img.png');
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    transition: ease .4s;
}
.float_main{
    width: 127px;
    height: 399px;
    border-radius: 8px;
    background-image: url('../images/float_bg.png');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    z-index: 99;
    top: -50px;
    visibility: hidden;
    opacity: 0;
    right: -50%;
    transition: .6s cubic-bezier(0.25, 0.1, 0.11, 0.77);
}
.close_btn {
    width: 24px;
    height: 24px;
    background-image: url('../images/close_btn.png');
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    z-index: 999;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -38px;
    margin: auto;
}
.float_mob_text{
    width: 100%;
    color: #ffffff;
    display: block;
    font-size: 12px;
    line-height: 12px;
    margin-top: 16px;
    margin-bottom: 5px;
    text-align: center;
}
.float_mob{
    width: 100%;
    color: #ffffff;
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
    margin-bottom: 30px;
    text-align: center;
}
.float_main ul{
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 0 8px;
    margin-bottom: 9px;
}
.float_main ul li{
    width: 100%;
    height: 40px;
    margin-bottom: 3px;
    position: relative;
}
.float_main ul li:last-child{
    margin-bottom: 0;
}
.float_main ul li a{
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    box-sizing: border-box;
    display: block;
    font-size: 14px;
    line-height: 40px;
    position: relative;
    padding-left: 42px;
    overflow: hidden;
    transition: .3s;
}
.float_main ul li b{
    width: 26px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto;
    filter: brightness(0.5);
    -webkit-filter: brightness(0.5);
}
.float_main ul li:nth-child(1) b{
    background-image: url('../images/fd1.png');
}
.float_main ul li:nth-child(2) b{
    background-image: url('../images/fd2.png');
}
.float_main ul li:nth-child(3) b{
    background-image: url('../images/fd3.png');
}
.float_main ul li:hover b{
    filter: brightness(1);
    -webkit-filter: brightness(1);
}

.float_main ul li span{
    color: #808080;
}
.float_main ul li a:hover{
    background-color: #4a90e2;
}
.float_main ul li a:hover span{
    color: #ffffff;
}

.float_main img{
    width: 100%;
    box-sizing: border-box;
    display: block;
    padding: 0 8px;
    margin-bottom: 8px;
}
.float_main strong{
    width: 100%;    
    color: #000000;
    display: block;
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    letter-spacing: 2px;
    text-align: center;
}

.float_main ul li p{
    background: #4a90e2;
    box-sizing: border-box;
    color: #ffffff;
    line-height: 40px;
    margin-bottom: 0;
    font-size: 14px;
    padding: 0 10px;
    position: absolute;
    left: -115px;
    top: 0;
    visibility: hidden;
}
.float_main ul li:hover p{
    opacity: 1;
    visibility: visible;
}

.returnBtn{
    width: 100%;
    height: 38px;
    display: block;
    z-index: 999;
    position: absolute;
    bottom: 0;
    left: 0;
}



