html{
    height: 100%;
}
body{
    height: 100%;
    font-size: 14px;
    font-family: "微软雅黑";
    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: 46px;
    box-sizing: border-box;
    background: #ffffff;
    border-bottom: 1px solid #dddddd;
    overflow: hidden;
}
.top_box_con{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.top_box_con h5{
    color: #858585;
    font-size: 14px;
    font-weight: 500;
    float: left;
    margin: 0;
    line-height: 46px;
}
.top_box_con p{
    height: 36px;
    color: #858585;
    font-size: 14px;
    float: right;
    line-height: 46px;
    margin-bottom: 0;
}
.top_box_con p a{
    color: #858585;
    display: block;
    font-size: 14px;
    float: left;
}
.top_box_con p span{
    display: block;
    float: left;
    margin: 0 5px;
}

/* top_box */

/*header*/
#header{
    width: 100%;
    height: 165px;
    background-color: #ffffff;
    position: relative;
}
.headTop{
    width: 1200px;
    height: 105px;
    margin: 0 auto;
    overflow: hidden;
}
.headTop .logo {
    width: 60%;
    float: left;
}
.headTop .logo a {
    display: block;
    font-size: 40px;
    font-weight: bold;
    line-height: 100px;
    color: #333;
}
.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(#999999,#999999) left/1px 47px no-repeat;
    padding-left: 22px;
    float: left;
    margin-bottom: 0;
    overflow: hidden;
}
.head_text b{
    color: #0d5ec9;
    display: block;
    font-size: 22px;
    font-weight: 500;
    line-height: 22px;
    margin-top: 28px;
    margin-bottom: 8px;
}
.head_text em{
    color: #666666;
    display: block;
    font-size: 16px;
    line-height: 16px;
}

.headTel {
    height: 100%;
    box-sizing: border-box;
    background-image: url(../img/head_mob.png);
    background-position: left 28px;
    background-repeat: no-repeat;
    float: right;
    padding-left: 54px;
    overflow: hidden;
    padding-top: 13px;
}
.headTel b{
    width: 100%;
    height: auto;
    color: #555555;
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    margin-top: 30px;
    margin-bottom: 5px;
    overflow: hidden;
}
.headTel span {
    box-sizing: border-box;
    color: #ff5700;
    display: block;
    font-size: 38px;
    font-weight: 600;
    line-height: 76px;
}

.headBot{
    width: 100%;
    height: 60px;
    box-sizing: border-box;
    background: #0d5ec9;
    position: relative;
    overflow: hidden;
}
.head_menu{
    width: 1200px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.nav_bg{
    width: 531px;
    height: 100%;
    background: #0d5ec9;
    border-top-right-radius: 45px;
    border-bottom-right-radius: 45px;
    display: block;
    position: absolute;
    left: -360px;
    top: 0;
}
.head_menu > ul{
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    position: relative;
    z-index: 9;
    display: flex;
    flex-flow: wrap;
    justify-content: space-around;
}
.head_menu > ul > li {
    height: inherit;
    box-sizing: border-box;
    font-size: 18px;
    line-height: 60px;
    text-align: center;
    position: relative;
    padding: 0 52px;
}
.head_menu > ul > li:last-child{
    margin-right: 0;
    padding-right: 0;
    background: none;
}
.head_menu > ul > li > a{
    height: 100%;
    box-sizing: border-box;
    color: #fff;
    display: block;
    position: relative;
    transition: .4s;
}
.head_menu > ul > li:first-child > a{
    color: #ffffff;
}
.head_menu > ul > li:first-child > a:hover{
    color: #ffffff;
}
.head_menu > ul > li > a:hover{
    color: #fff;
}



/* index_search */
.index_search{
    width: 100%;
    height: 70px;    
    overflow: hidden;
    position: relative;
}
.ban_search{
    width: 1200px;
    height: 100%;
    border-bottom: 1px solid #f3f3f1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.ban_key{
    width: 700px;
    height: 100%;
    float: left;
    overflow: hidden;
}
.ban_key span{
    color: #666666;
    display: block;
    font-size: 16px;
    float: left;
    line-height: 70px;
}
.ban_key p{
    height: auto;
    color: #666666;
    font-size: 16px;
    float: left;
    line-height: 72px;
    margin-bottom: 0;
    overflow: hidden;
}
.ban_key p a{
    color: #666666!important;
    display: block;
    float: left;
    margin-right: 30px;
    transition: .3s;
}
.ban_key p a:last-child{
    margin-right: 0;
}
.ban_key p a:hover{
    color: #0d5ec9!important;
}

.ban_sear_box{
    width: 286px;
    height: 32px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.ban_sear_box input{
    width: 100%;
    height: 100%;
    background: transparent;
    box-sizing: border-box;
    border: 1px solid #999999;
    border-radius: 45px;
    color: #000;
    float: left;
    font-size: 14px;
    padding-left: 14px;
    padding-right: 50px;
    outline: none;
    overflow: hidden;
    transition: .3s;
}
.ban_sear_box input::-webkit-input-placeholder{
    color: #cfcfcf;
}
.ban_sear_box input:-moz-placeholder {
    color: #cfcfcf;
}
.ban_sear_box input::-moz-placeholder {
    color: #cfcfcf;
}
.ban_sear_box input:-ms-input-placeholder {
    color: #cfcfcf;
}
.ban_sear_box input:focus{
    background: #fff;
    border-color: #0d5ec9;
    box-shadow: none!important;
}
.ban_sear_box button{
    width: 54px;
    height: 100%;
    background-color: transparent;
    background-image: url('../img/a_sear.png');
    background-repeat: no-repeat;
    background-position: center;
    color: #ffffff;
    font-size: 14px;
    line-height: 40px;
    outline: none;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
}

/* index_search */

/* about */
.about {
    width: 100%;
    height: auto;
    background-color: #f2f2f2;
    background-image: url(../img/abo_bg.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    padding: 70px 0;
}
.about_main {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}
.about_lef{
    width: 286px;
    height: 502px;
    box-sizing: border-box;
    border: 10px solid #fff;
    float: left;
    overflow: hidden;
}
.about_lef h3{
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    line-height: 40px;
    margin-top: 50px;
    margin-bottom: 15px;
    text-align: center;    
}
.about_lef em{
    width: 100%;
    background: linear-gradient(#fff,#fff) bottom/195px 1px no-repeat;
    color: #fff;
    display: block;
    font-size: 14px;
    line-height: 14px;
    padding-bottom: 38px;
    margin-bottom: 45px;
    text-transform: uppercase;
    text-align: center;
}
.about_lef span{
    color: #fff;
    display: block;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    margin-bottom: 14px;
}
.about_lef p{
    width: 100%;
    min-height: 45px;
    box-sizing: border-box;
    background-image: url('../img/abo_tel.png');
    background-position: 38px center;
    background-repeat: no-repeat;
    padding-left: 96px;
    margin-bottom: 21px;
}
.about_lef p i{
    color: #fff;
    display: block;
    font-size: 14px;
    line-height: 14px;
    margin-top: 2px;
    margin-bottom: 8px;
}
.about_lef p b{
    color: #fff;
    display: block;
    font-size: 23px;
    font-weight: bold;
    line-height: 18px;
}
.about_lef > a{
    width: 193px;
    height: 42px;
    background: #ff5700;
    border-radius: 45px;
    color: #ffffff!important;
    display: block;
    font-size: 18px;
    line-height: 42px;
    margin: 0 auto;
    text-align: center;
    transition: .4s;
}
.about_lef > a:hover{
    background: #fbc32d;
}
.about_rig {
    width: 847px;
    height: 100%;
    box-sizing: border-box;
    background: #fff;
    padding-left: 85px;
    padding-right: 110px;
    float: right;
    overflow: hidden;
    padding-bottom: 37px;
}
.about_rig b {
    color: #888888;
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    margin-top: 35px;
    margin-bottom: 6px;
    text-transform: uppercase;
}
.about_rig h4 {
    background: linear-gradient(#ff5700,#ff5700) left bottom/31px 3px no-repeat;
    color: #333333;
    font-size: 27px;
    font-weight: 500;
    line-height: 24px;
    margin-top: 10px;
    margin-bottom: 23px;
    padding-bottom: 21px;
    font-weight: bold;
}
.about_rig p{
    width: 100%;
    color: #666666;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 18px;
    text-align: justify;word-break: break-all;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 8;overflow: hidden;
}
.about_rig a{
    width: 143px;
    height: 43px;
    background: rgb(13 94 201);
    border-radius: 45px;
    color: #ffffff!important;
    display: block;
    font-size: 14px;
    line-height: 43px;
    text-align: center;
    transition: .4s;
}
.about_rig a:hover{
    background: #ff5700;
}

/* about */

/* service */
.service{
    width: 100%;
    height: 660px;
    background: #ffffff;
    position: relative;
    overflow: hidden;
}
.service_main{
    width: 1200px;
    height: 530px;
    position: absolute;
    left: 0;
    right: 0;
    top: 74px;
    margin: auto;
}
.service_lef{
    width: 530px;
    height: 530px;
    float: left;
    overflow: hidden;
    position: relative;
}
.service_lef a{
    width: 100px;
    height: 100px;
    background-image: url('../img/jia.png');
    background-position: center;
    background-repeat: no-repeat;
    background-color: #0d5ec9;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    transition: .4s;
}
.service_lef a:hover{
    background-color: #ff5700;
}
.service_rig{
    width: 670px;
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
}
.ser_ico_list{
    width: 600px;
    height: 324px;
    margin-left: 44px;
}
.ser_ico_list ul{
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}
.ser_ico_list ul li{
    width: 138px;
    height: 162px;
    overflow: hidden;
    transition: .4s;
}
.ser_ico{
    width: 100%;
    height: 54px;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 20px;
    margin-bottom: 16px;
    transition: .4s;
}
.ser_ico_list ul li span{
    background: linear-gradient(#fff,#fff) bottom/0px 1px no-repeat;
    box-sizing: border-box;
    color: #333333;
    display: block;
    font-size: 22px;
    line-height: 22px;
    padding-bottom: 24px;
    text-align: center;
}
.ser_ico_list ul li:hover{
    background: #ff5700;
}
.ser_ico_list ul li:hover .ser_ico{
    filter: brightness(9);
}
.ser_ico_list ul li:hover span{
    background: linear-gradient(#fff,#fff) bottom/32px 1px no-repeat;
    color: #ffffff;
}

.ser_text{
    width: 730px;
    height: 180px;
    background: #f5f5f5;
    box-sizing: border-box;
    padding-left: 44px;
    padding-right: 60px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.ser_text h5{
    color: #0d5ec9;
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;
    margin-top: 46px;
    margin-bottom: 6px;
}
.ser_text p{
    box-sizing: border-box;
    background: linear-gradient(#0d5ec9,#0d5ec9) left bottom/32px 1px no-repeat;
    color: #333333;
    font-size: 26px;
    line-height: 26px;
    padding-bottom: 26px;
}
.ser_tel{
    height: 100%;
    position: absolute;
    top: 0;
    right: 60px;
    overflow: hidden;
    text-align: center;
}
.ser_tel span{
    min-height: 30px;
    box-sizing: border-box;
    background-image: url('../img/ser_mob.png');
    background-position: left center;
    background-repeat: no-repeat;
    color: #333333;
    display: block;
    font-size: 22px;
    line-height: 30px;
    padding-left: 36px;
    margin-top: 48px;
    margin-bottom: 14px;
}
.ser_tel a{
    width: 166px;
    height: 30px;
    background: #0d5ec9;
    color: #ffffff!important;
    display: block;
    font-size: 16px;
    margin: 0 auto;
    line-height: 30px;
    transition: .4s;
    text-align: center;
}
.ser_tel a:hover{
    background: #ff5700;
}

/* service */

/* product */
.product{
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.prod_title{
    width: 100%;
    overflow: hidden;
    margin-top: 58px;
    margin-bottom: 13px;
}
.prod_name{
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
}
.prod_name h3{
    color: #323232;
    font-size: 40px;
    font-weight: bold;
    line-height: 40px;
    text-align:center;
    margin-top: 0;
    margin-bottom:11px;
}
.prod_name p{
    color: #888888;
    font-size: 18px;
    text-align:center;
    line-height: 18px;
    margin-bottom: 0;
}
.prod_menu{
    height: 100%;
    margin: 30px auto;
    overflow: hidden;
    display:block;
    text-align:center;
}
.prod_menu li {
    font-size: 18px;
    display: inline-block;
    line-height: 42px;
    background: #0d5ec9;
    padding: 0 20px;
    margin-bottom: 10px;
    margin-right: 10px;
}
.prod_menu li a{
    color: #fff;
    transition: .3s;
}
.prod_menu li:hover{
    background: #ff5700;
}
.prod_menu li a:hover{
    color: #fff;
}

.product_lists{
    width: 100%;
    overflow: hidden;
    margin-bottom: 26px;
}
.product_lists ul{
    width: 100%;
    height: 100%;
    margin-bottom: 0;
}
.product_lists ul li:nth-child(4n) {
    margin-right: 0;
}
.product_lists ul li {
    width: 290px!important;
    height: auto;
    box-sizing: border-box;
    background: #edeff4;
    padding: 8px;
    float: left;
    margin-right: 13px;
    overflow: hidden;
    margin-bottom: 14px;
}

.product_lists ul li a{
    width: 100%;
    height: 100%;
    background: #fff;
    display: block;
    overflow: hidden;
}
.prod_img{
    width: 250px;
    height: 220px;
    margin: 12px auto;
    position: relative;
    overflow: hidden;
}
.prod_img img{
    width: 100%;
   height: 100%;
   object-fit: cover;
}
.product_lists ul li h5{
    width: 100%;
    box-sizing: border-box;
    color: #292929;
    display: block;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    padding: 0 10px;
    margin-bottom: 22px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.pro_more {
    width: 100%;
    height: 38px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}
.pro_more span{
    width: 90px;
    height: 30px;
    background: #ff5700;
    border-radius: 45px;
    color: #ffffff;
    display: block;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
}
.pro_more em{
    width: 38px;
    height: 38px;
    background-image: url('../img/pro_jia.png');
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    margin: 0 auto;
    transition: .4s ease;
}
.product_lists ul li:hover .pro_more span{
    width: 108px;
    opacity: 1;
    transition-duration: .4s;
    transition-delay: .1s;
}
.product_lists ul li:hover .pro_more em{
    transform: scale(.5);
    opacity: 0;
}
.product_other{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.product_other span{
    width: 100%;
    color: #333333;
    display: block;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 14px;
    text-align: center;
}
.product_tel{
    width: 522px;
    height: 42px;
    margin: 0 auto;
    position: relative;
}
.product_other p{
    width: 100%;
    height: 100%;
    background-image: url('../img/pro_dh.png');
    background-position: 46px center;
    background-repeat: no-repeat;
    border: 1px dashed #0d5ec9;
    box-sizing: border-box;
    border-radius: 45px;
    color: #0a1d0a;
    font-size: 16px;
    line-height: 40px;
    margin-bottom: 0;
    padding-left: 80px;
}
.product_other em{
    display: block;
    float: left;
}
.product_other b{
    color: #0a1d0a;
    display: block;
    float: left;
    font-size: 24px;
    font-weight: 500;
    line-height: 40px;
}
.product_other a{
    width: 128px;
    height: 42px;
    border-radius: 45px;
    background: #0d5ec9;
    color: #ffffff!important;
    display: block;
    font-size: 18px;
    line-height: 42px;
    text-align: center;
    transition: .4s;
    position: absolute;
    top: 0;
    right: 0;
}
.product_other a:hover{
    background: #ff5700;
}

/* product */

/* case */
.case{
    width: 100%;
    height: 985px;
    background: #ffffff;
    position: relative;
    overflow: hidden;
}
.case_main{
    width: 1200px;
    height: inherit;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.case_main h3{
    width: 100%;
    color: #323232;
    font-size: 40px;
    font-weight: bold;
    line-height: 40px;
    margin-top: 68px;
    margin-bottom: 12px;
    text-align: center;
}
.case_main > span{
    color: #888888;
    display: block;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 45px;
    text-align: center;
}
.case_top{
    width: 100%;
    height: 516px;
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
}
.case_tab{
    width: 174px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.case_tab ul{
    width: 100%;
    height: 100%;
    margin-bottom: 0;
}
.case_tab ul li{
    width: 100%;
    height: 50%;
    box-sizing: border-box;
    background: #333333;
    padding-top: 72px;
    position: relative;
}
.case_tab ul li::after{
    width: 0;
    height: 0;
    border: 16px solid transparent;
    border-left-color: #333333;
    content: '';
    display: block;
    z-index: 99999;
    position: absolute;
    left: 174px;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: scaleX(0);
    transform-origin: left;
    transition: .4s ease;
}
.case_tab ul li strong{
    background: linear-gradient(rgba(255,255,255,.5),rgba(255,255,255,.5)) bottom/24px 1px no-repeat;
    color: #ffffff;
    display: block;
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;    
    margin-bottom: 16px;
    padding-bottom: 16px;
    text-align: center;
}
.case_tab ul li em{
    width: 100%;
    color: #ffffff;
    display: block;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 18px;
    text-align: center;
}
.case_tab ul li span{
    color: #ffffff;
    display: block;
    font-size: 14px;
    opacity: 0.2;
    text-align: center;
}
.case_tab ul li,
.case_tab ul li *{
    transition: .4s;
}
.case_tab ul li:hover,
.case_tab ul li.on{
    background: #0d5ec9;
}
.case_tab ul li:hover::after,
.case_tab ul li.on::after{
    border-left-color: #0d5ec9;
    transform: none;
    opacity: 1;
}

.case_lists{
    width: 1026px;
    height: 100%;
    float: right;
    overflow: hidden;
}
.case_lists ul{
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    position: relative;
}
.case_lists ul li{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transform: translateX(20px);
}
.case_lists ul li.active{
    visibility: visible;
    opacity: 1;
    z-index: 999;
    transform: none;
    transition-duration: .8s;
}

.case_mb{
    width: 370px;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    box-sizing: border-box;
    padding: 0 30px;
    position: absolute;
    right: 0;
    top: 0;
}
.case_desc{
    width: 100%;
    height: auto;
    overflow: hidden;    
}
.case_desc h5{
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
    margin-top: 116px;
    margin-bottom: 30px;
}
.case_desc h5 b{
    max-width: 100%;
    box-sizing: border-box;
    background: linear-gradient(#fff,#fff) left bottom/100% 2px no-repeat;
    display: inline-block;
    padding-bottom: 14px;
}
.case_desc p{
    width: 100%;
    color: #ffffff;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    text-align: justify;
}
.case_tel{
    width: 100%;
    height: 50px;
    background-image: url('../img/case_tel.png');
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 80px;
    position: absolute;
    top: 385px;
    left: 0;
}
.case_tel em{
    color: #ffffff;
    display: block;
    font-size: 18px;
    line-height: 18px;
    margin-top: 2px;
    margin-bottom: 8px;
}
.case_tel span{
    color: #ffffff;
    display: block;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
}

.case_bot{
    width: 100%;
    height: 196px;
    overflow: hidden;
}
.case_bot ul{
    width: 100%;
    height: 100%;
    margin-bottom: 0;
}
.case_bot ul li{
    width: 290px;
    height: 196px;
    float: left;
    overflow: hidden;
    margin-right: 13px;
    position: relative;
}
.case_bot ul li:last-child{
    margin-right: 0;
}
.case_name{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
    box-sizing: border-box;
    padding: 0 60px;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    opacity: 0;
}
.case_name::after{
    width: 187px;
    height: 105px;
    box-sizing: border-box;
    border: 2px solid rgba(255,255,255,.5);
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.case_name h5{
    width: 100%;
    color: #ffffff;
    background: linear-gradient(#ffffff,#ffffff) bottom/26px 1px no-repeat;
    box-sizing: border-box;
    display: block;
    font-size: 18px;
    line-height: 18px;
    margin-top: 80px;
    margin-bottom: 0;
    padding-bottom: 20px;
    text-align: center;
}
.case_bot ul li,
.case_bot ul li *{
    transition: .4s;
}
.case_bot ul li:hover .case_name{
    opacity: 1;
}

/* case */

/* problem */
.problem{
    width: 100%;
    height: 683px;
    background-image: url('../img/problem_bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.problem_main{
    width: 1200px;
    height: inherit;    
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.problem_main > h3{
    width: 100%;
    height: 73px;
    background-image: url('../img/problem_tit.png');
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 66px;
    margin-bottom: 52px;
}
.problem_lists{
    width: 100%;
    height: 394px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}
.problem_lists h5{
    width: 170px;
    height: 170px;
    background-image: url('../img/problem_name.png');
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.t_bor{
    width: 104px;
    height: 101px;
    background-image: url('../img/problem_line.png');
    background-position: left top;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
}
.b_bor{
    width: 104px;
    height: 101px;
    background-image: url('../img/problem_line2.png');
    background-position: left top;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
}
.problem_lists ul{
    width: 100%;
    height: 100%;
    margin-bottom: 0;
}
.problem_lists ul li{
    width: 50%;
    height: 50%;
    box-sizing: border-box;
    float: left;
    overflow: hidden;
}
.problem_lists ul li:nth-child(1),
.problem_lists ul li:nth-child(4){
    background: #ffffff;
}
.problem_lists ul li:nth-child(2){
    background: #0d5ec9;
}
.problem_lists ul li:nth-child(3){
    background: #333333;
}
.problem_lists ul li:nth-child(1),
.problem_lists ul li:nth-child(3){
    padding-left: 50px;
    padding-right: 86px;
}
.problem_lists ul li:nth-child(2),
.problem_lists ul li:nth-child(4){
    padding-left: 68px;
    padding-right: 66px;
}
.problem_lists ul li h4{
    background: linear-gradient(#999999,#999999) left bottom/60px 1px no-repeat;
    box-sizing: border-box;
    color: #333333;
    font-weight: 500;
    margin-top: 34px;
    margin-bottom: 14px;
    padding-bottom: 14px;
}
.problem_lists ul li:nth-child(2) h4,
.problem_lists ul li:nth-child(3) h4{
    background: linear-gradient(#fff,#fff) left bottom/60px 1px no-repeat;
    color: #ffffff;
    font-size: 18px;
}
.problem_lists ul li h4 b{
    font-size: 30px;
    font-weight: bold;
}

.problem_lists ul li p{
    color: #555555;
    font-size: 16px;
    line-height: 28px;
}
.problem_lists ul li:nth-child(2) p,
.problem_lists ul li:nth-child(3) p{
    color: #ffffff;
}

/* problem */

/* advantage */
.advantage{
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    padding-bottom:55px;
}
.advantage_main{
    width: 1200px;
    margin:0 auto;   
}
.advantage_main > h3{
    color: #333333;
    font-size: 40px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    margin-top: 74px;
    margin-bottom: 12px;
}
.advantage_main > span{
    color: #545657;
    display: block;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 48px;
    text-align: center;
}
.advantage_list{
    width: 100%;
    height: 484px;
}
.advantage_list ul{
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}
.advantage_list ul li{
    width: 226px;
    height: 484px;
    box-sizing: border-box;
    border: 1px solid #cccccc;
    overflow: hidden;
}
.advantage_list ul li a{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: block;
    padding: 0 26px;
    overflow: hidden;
    transition: .4s ease;
}
.advantage_list ul li em{
    width: 100%;
    height: 36px;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    margin-top: 78px;
    margin-bottom: 45px;
}
.advantage_list ul li:nth-child(1) em{
    background-image: url('../img/adv1.png');
}
.advantage_list ul li:nth-child(2) em{
    background-image: url('../img/adv2.png');
}
.advantage_list ul li:nth-child(3) em{
    background-image: url('../img/adv3.png');
}
.advantage_list ul li:nth-child(4) em{
    background-image: url('../img/adv4.png');
}
.advantage_list ul li:nth-child(5) em{
    background-image: url('../img/adv5.png');
}
.advantage_list ul li span{
    width: 100%;
    color: #666666;
    display: block;
    font-size: 22px;
    line-height: 22px;
    text-align: center;
    margin-bottom: 10px;
}
.advantage_list ul li h5{
    color: #333333;
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 32px;
    text-align: center;
}
.advantage_list ul li p{
    width: 100%;
    background: linear-gradient(#0d5ec9,#0d5ec9) bottom/40px 1px no-repeat;
    box-sizing: border-box;
    color: #888888;
    font-size: 14px;
    line-height: 26px;
    padding-bottom: 68px;
    text-align: center;
}
.advantage_list ul li a:hover{
    background: rgb(13 94 201);
}
.advantage_list ul li a:hover em{
    filter: brightness(9);
}
.advantage_list ul li a:hover span,
.advantage_list ul li a:hover h5{
    color: #ffffff;
}
.advantage_list ul li a:hover p{
    background: linear-gradient(#fff,#fff) bottom/40px 1px no-repeat;
    color: #ffffff;
}

/* advantage */

/* index_gg */
.index_gg{
    width: 100%;
    height: 522px;
    background-image: url('../img/index_gg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.gg_main{
    width: 1200px;
    height: inherit;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
}
.gg_main h3{
    color: #ffffff;
    font-size: 40px;
    font-weight: 500;
    padding-left: 146px;
    margin-top: 96px;
    margin-bottom: 40px;
}
.gg_line{
    width: 100%;
    height: 33px;
    background-image: url('../img/gg_line.png');
    background-position: 506px center;
    background-repeat: no-repeat;
    display: block;
    margin-bottom: 56px;
}
.gg_box{
    width: 1038px;
    height: auto;
    overflow: hidden;
    text-align: center;
}
.gg_box span{
    color: #ffffff;
    display: block;
    font-size: 18px;
    line-height: 18px;
    opacity: 0.8;
    margin-bottom: 10px;
}
.gg_box em{
    color: #ffffff;
    display: block;
    font-size: 12px;
    line-height: 12px;
    opacity: 0.8;
    margin-bottom: 54px;
    text-transform: uppercase;
}
.gg_link{
    width: 100%;
    height: 54px;
    margin-bottom: 50px;
}
.gg_link a{
    width: 212px;
    height: 100%;
    box-sizing: border-box;
    border-radius: 45px;
    background-color: #ffffff;
    background-image: url('../img/gg_link.png');
    background-position: 157px center;
    background-repeat: no-repeat;
    color: #555555!important;
    display: block;
    font-size: 18px;
    margin: 0 auto;
    line-height: 54px;
    text-align: left;
    padding-left: 48px;
    transition: .4s ease;
}
.gg_link a:hover{
    background-color: #ff5700;
    color: #ffffff!important;
}

/* index_gg */

/* process */
.process{
    width: 100%;
    height: 568px;
    background: #ffffff;
    position: relative;
    overflow: hidden;
}
.process_main{
    width: 1200px;
    height: inherit;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.process_main > h3{
    width: 100%;
    height: 68px;
    background-image: url('../img/process_title.png');
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 75px;
    margin-bottom: 45px;
}
.process_list{
    width: 100%;
    height: 326px;
    background-image: url('../img/process_rotate.png');
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    overflow: hidden;
}
.process_list > p{
    width: 100%;
    color: #666666;
    font-size: 20px;
    line-height: 326px;
    text-align: center;
    margin-bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
}
.process_list ul{
    width: 940px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}
.process_list ul li{
    width: 114px;
    height: 118px;
    position: absolute;
}
.process_list ul li:nth-child(1){
    top: 0;
    left: 0;
}
.process_list ul li:nth-child(2){
    top: 0;
    left: 275px;
}
.process_list ul li:nth-child(3){
    top: 0;
    left: 544px;
}
.process_list ul li:nth-child(4){
    top: 0;
    left: 820px;
}
.process_list ul li:nth-child(5){
    bottom: 0;
    left: 0;
}
.process_list ul li:nth-child(6){
    bottom: 0;
    left: 275px;
}
.process_list ul li:nth-child(7){
    bottom: 0;
    left: 544px;
}
.process_list ul li:nth-child(8){
    bottom: 0;
    left: 820px;
}
.process_list ul li span{
    width: 73px;
    height: 73px;
    border-radius: 90%;
    background: #dddddd;
    display: block;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    transition: .4s;
}
.process_list ul li span b{
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
}
.process_list ul li span i{
    width: 0;
    height: 0;
    border: 5px solid transparent;    
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    transform: scaleY(.5);
    transition: .4s;
}
.process_list ul li:nth-child(1) span,
.process_list ul li:nth-child(2) span,
.process_list ul li:nth-child(3) span,
.process_list ul li:nth-child(4) span{
    top: 36px;
}
.process_list ul li:nth-child(1) span i,
.process_list ul li:nth-child(2) span i,
.process_list ul li:nth-child(3) span i,
.process_list ul li:nth-child(4) span i{
    border-top-color: #0d5ec9;
    top: 73px;
    transform-origin: top;
}
.process_list ul li:nth-child(5) span,
.process_list ul li:nth-child(6) span,
.process_list ul li:nth-child(7) span,
.process_list ul li:nth-child(8) span{
    top: 8px;
}
.process_list ul li:nth-child(5) span i,
.process_list ul li:nth-child(6) span i,
.process_list ul li:nth-child(7) span i,
.process_list ul li:nth-child(8) span i{
    border-bottom-color: #0d5ec9;
    bottom: 73px;
    transform-origin: bottom;
}
.process_list ul li em{
    width: 100%;
    color: #333333;
    display: block;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    transition: .4s;
    position: absolute;
}
.process_list ul li:nth-child(1) em,
.process_list ul li:nth-child(2) em,
.process_list ul li:nth-child(3) em,
.process_list ul li:nth-child(4) em{
    top: 4px;
}
.process_list ul li:nth-child(5) em,
.process_list ul li:nth-child(6) em,
.process_list ul li:nth-child(7) em,
.process_list ul li:nth-child(8) em{
    bottom: 4px;
}
.process_list ul li:hover span{
    background: #0d5ec9;
}
.process_list ul li:hover b{
    filter: brightness(9);
}
.process_list ul li:hover span i{
    opacity: 1;
    transform: none;
}
.process_list ul li:hover em{
    color: #0d5ec9;
}

/* process */

/* main_form */
.main_form{
    width: 100%;
    height:auto;
    background-image: url('../img/form_bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
    padding:68px 0;
}
.main_form_con{
    width: 1200px;
    margin:0 auto;
}
.main_form_lef{
    width: 534px;
    height: 100%;
    float: left;
    margin-left: 28px;
    overflow: hidden;
}
.main_form_lef > h3{
    width: 100%;
    height: 306px;
    background-image: url('../img/form_titlle.png');
    background-position: left center;
    background-repeat: no-repeat;
    overflow: hidden;
    margin-top: 90px;
    margin-bottom: 54px;
}
.form_tel{
    width: 100%;
    height: 50px;
    background-image: url('../img/case_tel.png');
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 80px;
}
.form_tel em{
    color: #0d5ec9;
    display: block;
    font-size: 18px;
    line-height: 18px;
    margin-top: 2px;
    margin-bottom: 8px;
}
.form_tel span{
    color: #ff5700;
    display: block;
    font-size: 48px;
    font-weight: bold;
    line-height: 52px;
    text-shadow: -1px 1px 0 #fff, 1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
}

.form_input_content{
    width: 446px;
    height: 100%;
    background: rgb(13 94 201);
    box-sizing: border-box;
    z-index: 999;
    float:right;
    padding: 62px 40px 50px;
}
.form_input_content > h4{
    width: 100%;
    height: auto;
    color: #ffffff;
    overflow: hidden;
    margin-top: 0;
    margin-bottom: 35px;
}
.form_input_content > h4 span{
    color: #ffffff;
    display: block;
    font-size: 20px;
    float: left;
    line-height: 20px;
}
.form_input_content > h4 em{
    color: #ffffff;
    display: block;
    float: left;
    font-size: 17px;
    font-weight: 500;
    line-height: 20px;
    margin-left: 10px;
}
.form_input_content > p{
    color: #ffffff;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 25px;
}
.form_input_con{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.form_input_con > .index_form_tabs{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 24px;
    display: flex;
    flex-flow: wrap;
    justify-content: start;
}
.form_input_con > .index_form_tabs span {
    display: block;
    line-height: 18px;
    margin: 0 24px 0 0!important;
    float: left;
}
.form_input_con > .index_form_tabs input {
    display: block;
    float: left;
    margin-top: 4px;
    margin-right: 6px!important;
    filter: brightness(1.2);
    -webkit-filter: brightness(1.2);
}
.form_input_con > .index_form_tabs label {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    line-height: 18px;
    float: left;
    margin: 0;    
}
.form_input_con input{
    width: 100%;
    height: 50px;
    background-color: #ffffff;
    border: none;
    box-sizing: border-box;
    outline: none;
    color: #000;
    font-size: 14px;
    padding: 0 16px;
    outline: none;
    margin-bottom: 8px;
}
.form_input_con > input.user_mob{
    margin-bottom: 24px;
}
.form_input_con > input::-webkit-input-placeholder{
    color: #7f7f7f;
}
.form_input_con > input:-moz-placeholder{
    color: #7f7f7f;
}
.form_input_con > input::-moz-placeholder{
    color: #7f7f7f;
}
.form_input_con > input:-ms-input-placeholder{
    color: #7f7f7f;
}
.form_input_con textarea {
    width: 100%;
    height: 148px;
    background-color: #ffffff;
    box-sizing: border-box;
    border: none;
    color: #000;
    font-size: 14px;
    float: left;
    padding: 16px 16px;
    margin-bottom: 24px;
    outline: none;
    resize: none;
}
.form_input_con > textarea::-webkit-input-placeholder{
    color: #7f7f7f;
}
.main_input_button{
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.main_input_button > a#link_btn input {
    width: 174px;
    height: 42px;
    border-radius: 45px;
    border: 2px solid #ff5700;
    color: #fff!important;
    display: block;
    font-size: 16px;
    line-height: 38px;
    text-align: center;
    transition: .3s;
    background: #ff5700;
}

.main_input_button a.ljzx {
    border: 2px solid #ffffff;
    width: 166px;
    border-radius: 45px;
    float: right;
    display: block;
    color: #fff;
    text-align: center;
    line-height: 38px;
}
.main_input_button > a.ljzx:hover{
    background: #fff;
    color: #f5c031!important;
}

/* main_form */

/* news */
.news{
    width: 100%;
    height: auto;
    background: #ffffff;
    position: relative;
    overflow: hidden;
    padding-top:30px;
}
.news_main{
    width: 1200px;
    height: inherit;
    margin:0 auto;
}
.news_title {
    width: 100%;
    height: 78px;
    overflow: hidden;
    position: relative;
    margin-top: 10px;
    margin-bottom: 36px;
}
.news_title h3{
    color: #282828;
    font-size: 40px;
    font-weight: bold;
    line-height: 40px;
    margin-top: 0;
    margin-bottom: 16px;
}
.news_title span{
    color: #696a6b;
    display: block;
    font-size: 18px;
    line-height: 18px;
}

.news_tab{
    width: 408px;
    height: 36px;
    overflow: hidden;
    position: absolute;
    right: 0;
    bottom: 6px;
}
.news_tab ul{
    width: 100%;
    height: 36px;
    overflow: hidden;
    margin-bottom: 0;
}
.news_tab ul li{
    width: 136px;
    height: 36px;
    float: left;
    overflow: hidden;
}
.news_tab ul li a{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border-radius: 45px;
    border: 2px solid transparent;
    color: #17120b!important;
    display: block;
    font-size: 18px;
    line-height: 32px;
    overflow: hidden;
    text-align: center;
    transition: ease .4s;
}
.news_tab ul li a:hover{
    border-color: #0d5ec9;
}
.news_top{
    width: 100%;
    height: 450px;
    overflow: hidden;
    margin-bottom: 50px;
}
.news_lef{
    width: 600px;
    height: 100%;
    float: left;
    overflow: hidden;
}
.news_img{
    width: 100%;
    height: 300px;
    overflow: hidden;
    margin-bottom: 32px;
}
.news_name{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 10px;
}
.news_name span{
    width: 500px;
    background: linear-gradient(rgb(13 94 201),rgb(13 94 201)) left bottom/100px 2px no-repeat;
    box-sizing: border-box;
    color: #282828;
    display: block;
    float: left;
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
    padding-bottom: 25px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: ease .4s;
}
.news_lef:hover .news_name span{
    color: #0d5ec9;
    letter-spacing: 1px;
}
.news_name em {
    color: #555;
    display: block;
    float: right;
    font-size: 14px;
    display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-weight: normal;
    line-height: 20px;
    margin-top: 11px;
}
.news_lef p{
    width: 100%;
    color: #666666;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    overflow: hidden;
}

.news_rig{
    width: 560px;
    height: 100%;
    float: right;
    overflow: hidden;
}
.news_rig ul{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-top: 10px;
    margin-bottom: 0;
}
.news_rig ul li{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 80px;
}
.news_mz{
    width: 100%;
    height: 31px;
    box-sizing: border-box;
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 146px;
    line-height: 31px;
    margin-bottom: 4px;
    overflow: hidden;
}
.news_rig ul li:nth-child(1) .news_mz{
    background-image: url('../img/n1.png');
}
.news_rig ul li:nth-child(2) .news_mz{
    background-image: url('../img/n2.png');
}
.news_rig ul li:nth-child(3) .news_mz{
    background-image: url('../img/n3.png');
}
.news_mz b{
    width: 60px;
    color: #999999;
    display: block;
    float: left;
    font-size: 16px;
    font-weight: bold;
}
.news_mz span{
    width: 270px;
    height: 100%;
    color: #282828;
    font-size: 14px;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news_rig ul li p{
    width: 100%;
    color: #666666;
    font-size: 14px;
    margin-bottom: 0;
    line-height: 26px;
    text-align: justify;
}
.news_rig ul li,
.news_rig ul li *{
    transition: .3s;
}
.news_rig ul li:hover .news_mz span{
    color: #0d5ec9;
    letter-spacing: 2px;
}

/* news */

/* link_box */
.link_box{
    width: 100%;
    height: 160px;
    background: #ff5700;
    overflow: hidden;
    text-align: center;
}
.link_box h5{
    color: #ffffff;
    font-size: 26px;
    font-weight: bold;
    line-height: 26px;
    margin-top: 36px;
    margin-bottom: 20px;
    text-align: center;
}
.link_btn {
    width: 196px;
    height: 44px;
    box-sizing: border-box;
    display: block;
    font-size: 18px;
        margin: 0 auto;
    text-align: center;
}
.link_btn a{
    border: 1px solid #fff;
    border-radius: 45px;
    color: #ffffff!important;
    line-height: 42px;
    transition: .4s;
}
.link_btn a:hover{
    background: #fff;
    color: #ff5700!important;
}

/* link_box */

/* footer */
#footer{
    width: 100%;
    height: auto;
    background: rgb(13 94 201);
    position: relative;
    overflow: hidden;
    padding-bottom:30px;
}
.footer_main{
    width: 1200px;
    margin:0 auto;
}
.footer_info {
    width: 65%;
    height: 100%;
    float: left;
    margin-left: 8px;
    margin-right: 81px;
    overflow: hidden;
}
.footer_info h5{
    background-image: url('../img/f1.png');
    background-position: 2px center;
    background-repeat: no-repeat;
    box-sizing: border-box;
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    margin-top: 42px;
    margin-bottom: 30px;
    padding-left: 38px;
}
.foot_p{
    width: 100%;
    height: auto;
    box-sizing: border-box;
    border-top: 1px solid #1c78f2;
    padding-top: 24px;
    overflow: hidden;
}
.foot_p > p{
    width: 100%;
    background-repeat: no-repeat;    
    height: auto;
    color: #ffffff;
    line-height: 25px;
    overflow: hidden;
    font-size: 14px;
    margin-bottom: 10px;
}
.foot_p p b{
    font-weight: 500;
}
.foot_p p a{
    color: #ffffff!important;
}
.footer_erweima {
    width: 26%;
    height: 100%;
    background: linear-gradient(#1c78f2,#1c78f2) left/1px 254px no-repeat;
    box-sizing: border-box;
    padding-top: 54px;
    padding-left: 44px;
    float: left;
    overflow: hidden;
    margin-top: 50px;
}
.footer_erweima ul{
    width: 100%;
    height: 100%;
    margin-bottom: 0;
}
.footer_erweima ul li {
    width: 100%;
    height: 175px;
    margin-bottom: 8px;
    margin-top: 26px;
}
.footer_erweima ul li img{
    height: 100%;
    display: block;
    float: left;
}
.footer_erweima span{
    height: 100%;
    color: #ffffff;
    display: block;
    float: left;
    font-size: 14px;
    line-height: 14px;
    margin-left: 16px;
    text-align: center;
    writing-mode: vertical-lr;
}

.foot_map{
    width: 398px;
    height: 236px;
    float: right;
    margin-top: 54px;
    overflow: hidden;
}

/* footer */


/* float */
#float{
    width: 145px;
    height: 434px;
    z-index: 999999999999;
    position: fixed;
    top: 0;
    bottom: 0;
    right: -145px;    
    margin: auto;
    transition: .6s cubic-bezier(0.25, 0.1, 0.11, 0.77);
}
#float.on{
    right: 0;
}
.float_btn{
    width: 30px;
    height: 128px;
    background-color: #333333;
    background-image: url('../img/float_img.png');
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    position: absolute;
    left: -30px;
    top: 153px;
}
.float_main{
    width: 100%;
    height: 100%;
    background-image: url('../img/float_bg.png');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    right: 0;
}
.float_main > img{
    width: 98px;
    height: 98px;
    display: block;
    margin: 18px auto 16px;
}
.float_main ul{
    width: 100%;
    height: 150px;
    box-sizing: border-box;
    margin-bottom: 14px;
}
.float_main ul li{
    width: 100%;
    height: 50px;
    background-image: url('../img/fl_li.png');
    background-position: center bottom;
    background-repeat: no-repeat;
    text-align: center;
    position: relative;
}
.float_main ul li a{
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    display: block;
}
.float_main ul li:nth-child(1) a{
    background-image: url('../img/fl1.png');
    background-position: 17px center;
    cursor: context-menu;
}
.float_main ul li:nth-child(2) a{
    background-image: url('../img/fl2.png');
    background-position: 19px center;
}
.float_main ul li:nth-child(3) a{
    background-image: url('../img/fl3.png');
    background-position: 18px center;
}
.float_main ul li span{
    box-sizing: border-box;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 50px;
    text-align: left;
    padding-left: 46px;
}
.float_main ul li p{
    width: 160px;
    height: 50px;
    box-sizing: border-box;
    background: #009b40;
    color: #ffffff;
    font-size: 16px;
    padding: 0 15px;
    line-height: 50px;
    position: absolute;
    top: 0;
    right: 145px;
    visibility: hidden;
    opacity: 0;
}
.float_main ul li:hover p{
    opacity: 1;
    visibility: visible;
}
.float_mob_text{
    color: #fff;
    display: block;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 8px;
    text-align: center;
}
.float_mob{
    color: #fff;
    display: block;
    font-size: 20px;
    line-height: 18px;
    text-align: center;
}
.returnBtn{
    width: 100%;
    height: 60px;
    display: block;
    z-index: 999;
    position: absolute;
    bottom: 0;
    left: 0;
}

