

@font-face {
    font-family: "Microsoft Yahei", "微软雅黑";
    src: url('http://jiemi.wafcloud.net/font/msyh.ttf'),
}

* {
    margin: 0;
    padding: 0;
    list-style: none;
    border-style: none;
    text-decoration: none;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    color: #333;
    font: 15px/1.5 "Microsoft Yahei", "微软雅黑", Helvetica, Arial, sans-serif;
    overflow-x: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

a {
    text-decoration: none;
}

a:focus {
    outline: none;
}

i,
em {
    font-style: normal;
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

img {
    vertical-align: middle;
    border: 0;
    max-width: 100%;
}

input,
select,
textarea {
    border: none;
    outline: none;
    font-family: "Microsoft Yahei";
    -webkit-appearance: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #888;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #888;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #888;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #888;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.auto {
    max-width: 1200px;
    margin: 0 auto;
}

.w1400 {
    max-width: 1400px;
    margin: 0 auto;
}

#wrapper {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    width: 100%;
    max-width: 2560px;
    position: relative;
    z-index: 1;
    margin: auto;
    overflow: hidden;
}

/*头部*/
.header {
    width: 100%;
    height: 80px;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 59;
    background-color: #FFF;
    transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}

/* .header .logo {
    display: block;
    height: 80px;
    position: absolute;
    top: 0px;
    left: 20px;
    z-index: 6;
    transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
} */

.header .logo a {
    display: block;
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: 600;
}
.logo{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.header .logo a img {
    display: block;
    transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    max-width: 48px;
}

.header .info {
    /* float: right; */
    height: 80px;
    overflow: hidden;
    /* margin-right: 30px; */
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.header .info .key {
    height: 30px;
    line-height: 30px;
}

.header .info .key h1 {
    display: inline;
    font-size: 12px;
    padding-right: 3px;
    color: #999;
    padding-left: 10px;
}

.header .info .key h1 a {
    color: #999;
}

.header .info .key h1 a:hover {
    color: #006acd;
}

.header .info .key h3 {
    display: inline;
    font-size: 12px;
    padding-right: 3px;
    color: #999;
    padding-left: 10px;
}

.header .info .key h3 a {
    color: #999;
}

.header .info .key h3 a:hover {
    color: #006acd;
}

.header .info .key .mapbtns {
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    margin-left: 5px;
    background: url(../image/common_icons.png) no-repeat -786px -31px;
    cursor: pointer;
}

.header .info .tel {
    /* height: 30px; */
    color: #0b7ae2;
    margin-left: 14px;
    padding-left: 36px;
    margin-top: 20px;
    background: url(../image/common_icons1.png) no-repeat 0px center;
    transition: 0.4s;
}

.header .info .tel h2 {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #0b7ae2;
		font-weight: 600;
}

.header .info .tel i {
    display: inline-block;
    vertical-align: middle;
    font-size: 30px;
    margin: 0 2px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}

.header .navbar {
    /* float: right; */
    margin: 30px 15px 0 15px;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.header .navbar ul li {
    display: inline-block;
    list-style: none;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}

.header .navbar ul li a {
    display: block;
    padding: 0 18px;
    color: #030303;
    font-size: 15px;
}

.header .navbar ul li a span {
    display: block;
}

.header .navbar ul li a:hover,
.header .navbar ul li.on a {
    color: #0b7ae2;
}


/*在线客服*/

.connect-us,
.qrcode {
    position: absolute;
    bottom: 0;
    z-index: 30
}

.suspension li:first-child {
    margin-top: 0
}

.pop-qrcode,
.pop-tel,
.to-top {
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #bcbcbc;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../image/suspend_icon.png)
}

.pop-tel {
    border-color: #0af;
    background-color: #0af;
    background-position: -1px 0
}

.pop-qrcode {
    background-position: -1px -51px
}

.to-top {
    background-position: 0 -100px;
    cursor: pointer
}

.connect-us {
    width: 240px;
    right: 54px;
    background: #fff;
    border: 1px solid #ddd;
    -webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .15);
    display: none
}

.connect-us ul {
    margin: 32px 24px
}

.connect-us li {
    display: list-item;
    width: 100%;
    height: auto;
    padding: 16px 0;
    overflow: hidden;
    margin-top: 0;
    border-top: 1px solid #f4f4f4
}

.connect-us li:first-child {
    padding-top: 0;
    border-top: none
}

.connect-us li.feedback-item {
    padding-bottom: 0
}

.connect-us li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 0 0
}

.service-phone {
    background-image: url(../image/suspend_icon_01.png)
}

.service-phone:hover {
    background-image: url(http://jiemi.wafcloud.net/image/suspend_icon_01_blue.png)
}

.service-online {
    background-image: url(http://jiemi.wafcloud.net/image/suspend_icon_03.png)
}

.service-online:hover {
    background-image: url(http://jiemi.wafcloud.net/image/suspend_icon_03_blue.png)
}

.service-feedback:hover .info-name,
.service-online:hover .info-name {
    color: #0af
}

.service-feedback {
    background-image: url(http://jiemi.wafcloud.net/image/suspend_icon_02.png)
}

.service-feedback:hover {
    background-image: url(http://jiemi.wafcloud.net/image/suspend_icon_02_blue.png)
}

.info-name,
.info-value {
    display: block;
    padding-left: 52px
}

.info-name {
    height: 14px;
    font-size: 14px;
    color: #333
}

.info-value {
    margin-top: 8px;
    height: 18px;
    font-size: 18px;
    font-weight: 700;
    color: #f90
}

.service-feedback .info-value {
    font-size: 12px;
    font-weight: inherit;
    color: #999
}

.qrcode {
    width: 256px;
    height: 256px;
    right: 55px;
    -webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .15);
    background: #fff;
    display: none
}

.corner {
    border: 10px solid transparent;
    border-top: 10px solid #fff;
    position: absolute;
    bottom: -20px;
    right: 50%;
    margin-right: -10px;
    z-index: 10;
    *height: 0
}



@media (min-width: 769px) {

    /*共用元素*/
    .hidden-lg {
        display: none;
    }

    /*导航*/
   /* .header.fixednav {
        height: 60px !important;
    }

    .header.fixednav .logo {
        height: 80px;
    }

    .header.fixednav .logo a {
        padding: 10px 0px;
    }

    .header.fixednav .logo a img {
        height: 40px;
    }

    .header.fixednav .navbar {
        margin: 15px 30px 0 0 !important;
    }

    .header.fixednav .info .key {
        display: none;
        height: 20px;
        line-height: 20px;
    }

    .header.fixednav .info .tel {
        margin-top: 6px!important;
        margin-left: 0;
        padding-left: 35px;
    }
 */
    .header .navbarlogo,
    .header .navbar .menuclos {
        display: none;
    }

    .header .navbar ul li#a9 {
        display: none;
    }
}


/* ---------------- Responsive website ---------------- */

/*屏幕小于1440px应用一下样式*/
@media (max-width:1440px) {}

/*屏幕小于1024px应用一下样式*/
@media (max-width:1200px) {
    .header .info {
        display: none;
    }
}

@media (max-width:769px) {}

/*屏幕小于768px应用一下样式*/
@media (max-width:768px) {

    /*共用元素*/
    .hidden-xs {
        display: none !important;
    }

    .hidden-lg {
        display: block !important;
    }

    .suspension {
        display: none;
    }
    #bottom-nav .follow-us{
        float: none!important;
        margin: 0 auto;
    }
    #bottom-nav{
        padding: 40px 20px 40px!important;
    }
    #bottom-nav .cate-nav .cate-item{margin: 0!important;}
    .cate-nav{display: none;}
    #banner_tabs,.index-page section,.index-page2 .app-home .bg{height: 50vh!important;}
    /*导航*/
    .header {
        height: 50px;
    }

    .header .logo {
        height: 50px;
        left: 5px;
        position: relative;
    }

    .header .logo a {
        padding: 10px 0px;
        font-size: 16px;
        padding-left: 8px;
    }

    .header .logo a img {
        height: 30px;
    }

    .header .navbar ul li#a9 {
        display: block;
    }

    .header .navbar {
        display: none;
        float: none;
        margin: 0px;
        position: fixed;
        z-index: 10;
        top: 0;
        left: 0;
        z-index: 59;
        background: #59b38d url(../image/navbarbg.jpg) no-repeat scroll center center / cover;
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        -webkit-transition: all 0s ease;
        -moz-transition: all 0s ease;
        -ms-transition: all 0s ease;
        -o-transition: all 0s ease;
        transition: all 0s ease;
    }

    .header .navbarlogo {
        position: fixed;
        z-index: 11;
        top: 20px;
        margin: 0;
        width: 100%;
        text-align: center;
        opacity: 0;
    }

    .header .navbarlogo a {
        display: block;
        height: auto;
        color: #fff;
    }

    .header .navbarlogo img {
        max-height: 60px;
    }

    .header .navbarlogo a h2 {
        margin: 10px 0 0;
        font-size: 1.5em;
        font-weight: normal;
        line-height: 100%;
    }

    .header .navbarlogo a h2 span {}

    .header .navbarlogo a p {
        margin: 5px 0 0;
        font-size: 1rem;
        line-height: 100%;
    }

    .header .navbar ul {
        position: absolute;
        left: 0px;
        top: 130px;
        width: 100%;
        padding: 0 5%;
        box-sizing: border-box;
    }

    .header .navbar ul li {
        position: relative;
        z-index: 1;
        float: left;
        width: 33.333333%;
        height: auto;
        line-height: 100%;
        margin: 0 -1px -1px 0;
        text-align: center;
        border: solid 1px #fff;
        box-sizing: border-box;
    }

    .header .navbar ul li a {
        display: block;
        color: #fff;
        padding: 38px 0px;
        line-height: 100%;
        margin-top: 0px;
    }

    .header .navbar ul li a span {
        display: block;
        margin: 5px 0 0;
        font-size: 0.75em;
        font-family: sanfranciscodisplay-regular, arial;
        text-transform: uppercase;
    }

    .header .navbar ul li a:hover {
        margin-top: 0px !important;
    }

    .header .navbar ul li:hover {
        z-index: 2;
    }

    .header .navbar ul li:hover a {
        color: #fff;
    }

    .header .navbar ul li.on {
        background: #fff;
    }

    .header .navbar ul li.on a {
        color: #555;
    }

    .header .navbar .menuclos {
        display: none;
        position: fixed;
        z-index: 11;
        left: 50%;
        bottom: 0;
        margin: 0 0 0 -50px;
        width: 100px;
    }

    .header .navbar .menuclos p {
        position: relative;
        z-index: 2;
        background: #fff;
        margin: 0 0 30px;
        padding: 6px 10px;
        color: #666;
        text-align: center;
        font-size: 1em;
        border-radius: 15px;
        line-height: 100%;
        cursor: pointer;
    }

    .header .navbar .menuclos:before {
        content: "";
        position: absolute;
        z-index: 1;
        left: 50%;
        background: rgba(255, 255, 255, 0.3);
        margin: 14px 0 0 -140px;
        width: 280px;
        height: 1px;
    }

    .header .nav-menu {
        display: block;
        position: relative;
        float: right;
        top: 10px;
        right: 10px;
        margin: 0;
        padding: 2px 5px;
        cursor: pointer;
    }

    .header .nav-menu span {
        display: block;
        background: #0b7ae2;
        margin: 4px 0;
        width: 25px;
        height: 4px;
        font-size: 1px;
        color: #0b7ae2;
        border-radius: 2px;
        text-indent: -99999px;
    }

    .fixd-box .wrap {
        padding: 20px 0;
    }

    .fixd-box .wrap h2 {
        font-size: 20px;
        padding: 10px;
    }

    .fixd-box .txt .left {
        float: left;
        width: 100%;
    }

    .fixd-box .left dl {
        font-size: 15px;
        padding: 10px;
    }

    .fixd-box .left dl:first-child {
        margin-bottom: 3em;
    }

    .fixd-box .left dl dt {
        float: left;
    }

    .fixd-box .left dl dt img {
        width: 100px;
        height: 100px;
    }

    .fixd-box .left dl dd {
        padding: 0px 0px 0px 10px;
    }

    .fixd-box .txt .right {
        width: 100%;
        line-height: 1.5;
        padding: 20px 10px 10px;
        box-sizing: border-box;
    }

    .fixd-box .txt .right p {
        font-size: 16px;
    }

    .fixd-box .txt .right span {
        font-size: 30px;
        font-family: Arial;
    }

    .fixd-box .close {
        width: 40px;
        height: 40px;
        background-size: 100% 100%;
    }


    .index_footer {
        width: auto;
        padding: 30px 20px;
    }

    .index_footer .index_main .footer_fl {
        width: 100%;
        overflow: hidden;
        max-height: 50px;
        border-bottom: 1px solid #202020;
        border-right: 0px;
        -webkit-transition: max-height .3s cubic-bezier(.33, 0, 0, 1);
        transition: max-height .3s cubic-bezier(.33, 0, 0, 1);
    }

    .index_footer .index_main .footer_fl:hover {
        max-height: 205px;
        will-change: transform, max-height;
    }

    .index_footer .index_main .footer_fl dt {
        width: auto;
        margin-bottom: 0;
        padding: 14px 0px;
        position: relative;
    }

    .index_footer .index_main .footer_fl dt:after {
        content: "+";
        display: block;
        float: right;
        color: #676767;
        font-size: 18px;
        height: 21px;
        line-height: 21px;
        -webkit-transform-origin: 50%;
        -ms-transform-origin: 50%;
        transform-origin: 50%;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
    }

    .index_footer .index_main .footer_fl:hover dt:after {
        -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

    .index_footer .index_main .footer_fl dt a {
        margin: 0px;
        font-size: 15px;
        height: 21px;
        line-height: 21px;
    }

    .index_footer .index_main .footer_fl dd a {
        text-indent: 1em;
    }

    .index_footer .index_main .footer_fl dd:last-child {
        margin-bottom: 20px;
    }

    .index_footer .index_main .footer_fr {
        width: 100%;
        text-align: center;
        padding: 15px 0px 0px;
    }

    .index_footer .index_main .footer_fr img {
        width: 150px;
        height: 150px;
        margin: 0 auto;
    }

    .container_nav {
        padding-top: 50px;
    }

    .container_nav .row {
        padding: 20px 0px;
    }

    .container_nav .row ul li {
        margin: 0px 20px 10px;
    }

    .container_nav .row ul li a i {
        width: 80px;
        height: 80px;
        background-size: 80px auto;
    }

    .container_nav .row ul li:hover a i,
    .container_nav .row ul li.on a i {
        background-color: #fff;
        background-position: 0px -80px;
    }

    .location {
        margin-bottom: 20px;
        width: auto;
        padding: 0px 5px;
    }

    .container_nav .row ul li a i.anniu {
        background-position: 0px -80px;
        background-color: #fff;
    }
    .head2{display: none;}
}

/*屏幕小于540px应用一下样式*/
@media (max-width:540px) {
    .container_nav .row ul li {
        margin: 0px 20px 10px;
    }

    .container_nav .row ul li a i {
        width: 56px;
        height: 56px;
        background-size: 56px auto;
    }

    .container_nav .row ul li:hover a i,
    .container_nav .row ul li.on a i {
        background-color: #fff;
        background-position: 0px -56px;
    }

    .container_nav .row ul li a span {
        margin-top: 5px;
        font-size: 15px;
    }

    .c_headen .c_head_c {
        display: none;
    }

    .c_headen .c_head_l li,
    .c_headen .c_head_l li a {
        width: 40px;
    }

    .c_headen .c_head_l li.c_head_l_n {
        background-position: -205px 0px;
    }

    .c_headen .c_head_l li.c_head_l_n:hover {
        background-position: -205px -40px;
    }

    .c_headen .c_head_l li.c_head_l_h {
        background-position: -3px 0px;
    }

    .c_headen .c_head_l li.c_head_l_h:hover {
        background-position: -3px -40px;
    }

    .c_headen .c_head_l li.c_head_l_nx {
        background-position: -55px 0px;
    }

    .c_headen .c_head_l li.c_head_l_nx:hover {
        background-position: -55px -40px;
    }

    .c_headen .c_head_r {
        margin: 0px;
    }

    .container_nav .row ul li a i.anniu {
        background-position: 0px -55px;
        background-color: #fff;
    }
    .head2{display: none;}
}

#tips {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0);
    z-index: 999999;
    display: none;
}

#tips div {
    position: absolute;
    top: 30%;
    left: 50%;
    padding: 10px;
    width: 90px;
    margin-left: -45px;
    background: rgba(0, 0, 0, 0.6);
    background: url(http://jiemi.wafcloud.net/image/blank.png)\9;
    color: #fff;
    text-align: center;
    font-size: 14px;
    border-radius: 4px;
    word-wrap: break-word;
}

#tips .loading {
    padding-top: 38px;
    background: url(http://jiemi.wafcloud.net/image/loading.gif) center top no-repeat;
}

/* hot */
#hot {
    background-color: rgb(248, 248, 248);
    border-top: 1px solid rgb(224, 224, 224);
    padding: 10px 0;
}

#hot .hot_in {
    height: 66px;
    width: 1200px;
    overflow: hidden;
    margin: 0px auto;
		display: flex;
		justify-content: center;
}

#hot .hot_in .icon {
    margin: 17px 1px 0px 60px;
}

#hot .fl {
    float: left;
}

#hot .hot_in .txt {
    line-height: 66px;
    color: rgb(85, 85, 85);
    font-size: 18px;
    margin: 0px 40px 0px 40px;
		letter-spacing: 4px;
}

#hot .fl {
    float: left;
}

#hot .hot_in .txt span {
    color: rgb(246, 72, 47);
    font-size: 28px;
    font-weight: bold;
    display: inline-block;
    margin: 0px 10px;
}

#hot .zx_btn {
    color: rgb(246, 72, 47);
    width: 500px;
    /* height: 34px; */
    line-height: 40px;
    text-align: center;
    /* float: left; */
    font-size: 20px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(246, 72, 47);
    border-image: initial;
    margin: 0 auto;
    border-radius: 7px;
    font-weight: 700;
    padding: 0 20px;
    display: flex;
    justify-content: center;
}



.application {
    margin: 0 auto 80px;
    overflow: hidden;
}

.row {
    margin-right: 0;
    margin-left: 0;
}

.application .alt {
    font-size: 18px;
    color: #283451;
    margin: 15px 0px;
    text-align: center
}

.application .alt:after {
    content: "";
    position: absolute;
    bottom: -22px;
    left: 50%;
    margin-left: -16px;
    display: inline-block;
    width: 33px;
    height: 7px;
    background: url(http://jiemi.wafcloud.net/image/zys27.png) no-repeat center bottom;
}

.index-line {
    overflow: hidden;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.index-line-center {
    width: 1200px;
}

.index-line-center>h2 {
    font-size: 30px;
    color: #333333;
    line-height: 1.2;
    position: relative;
    text-align: center;
}

.service-list {
    margin: 0px -10px 0;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.service-list li {
    padding: 10px;
    width: 48%;
    float: left;
}

.index-line a {
    -webkit-touch-callout: none;
    text-decoration: none;
    color: #666666;
    outline: 0;
    cursor: pointer;
}

.service-box {
    background: #F4F6F8;
}

.service-box {
    padding: 10px 20px;
    line-height: 130px;
}

.service-box div {
    display: inline-block;
    padding-left: 90px;
    vertical-align: middle;
}

.service-box div h3 {
    font-size: 20px;
    color: #000;
    line-height: 1.5;
}

.service-box div p {
    font-size: 15px;
    color: #666666;
    line-height: 1.5;
    margin-top: 8px;
}

.service-box div.icon-1 {
    background: url(../image/shjhf_icon7@2x.png) no-repeat left center;
}

.service-box div.icon-2 {
    background: url(../image/shjhf_icon8@2x.png) no-repeat left center;
}

.service-box div.icon-3 {
    background: url(../image/shjhf_icon9@2x.png) no-repeat left center;
}

.service-box div.icon-4 {
    background: url(../image/shjhf_icon10@2x.png) no-repeat left center;
}

.index5 {
    width: 100%;
    overflow: hidden;
    background: #f5f7f7;
    padding: 30px 0 70px 0;
}

.index_title1 {
    color: #000;
    font-size: 30px;
    line-height: 24px;
    padding-top: 40px;
    text-align: center;
}

.wrapper {
    width: 1180px;
    margin: 0 auto;
}

.head {
    padding-top: 72px;
}

.head h3 {
    position: relative;
    text-align: center;
    font-size: 36px;
    color: #fff;
}

.head h3:after {
    content: "";
    position: absolute;
    bottom: -22px;
    left: 50%;
    margin-left: -16px;
    display: inline-block;
    width: 33px;
    height: 7px;
    background: url(http://jiemi.wafcloud.net/image/zys31.png) no-repeat center bottom;
}

.head {
    padding-top: 72px;
    text-align: center;
}

.head h3 {
    position: relative;
    font-size: 36px;
    color: #222222;
}

.head h2:after {
    content: "";
    position: absolute;
    bottom: -57px;
    left: 50%;
    margin-left: -16px;
    display: inline-block;
    width: 33px;
    height: 7px;
    background: url(http://jiemi.wafcloud.net/image/zys27.png) no-repeat center bottom;
}

.head2 {
    margin-top: 50px;
    text-align: center;
}

.head2 ul {
    text-align: center;
}

.head2 li {
    display: inline;
    margin: 0 8px;
}

.head2 li a {
    display: inline-block;
    width: 118px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 16px;
    color: #666666;
    background-color: #f5f5f5;
    border: 1px solid #d7d7d7;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.head2 li:hover a,
.head2 li.on a {
    color: #fff;
    background-color: #0b7ae2;
}

.body {
    width: 1200px;
    margin: 60px auto 0;
    max-width: 100%;
}

.body ul {
    overflow: hidden;
    height: auto;
    width: 100%;
}

.body li {
    float: left;
    margin-right: 30px;
}

.body li .img {
    line-height: 0;
    overflow: hidden;
    width: 380px;
    height: 240px;
    display: block;
    position: relative;
}

.body li .img p {
    height: 30px;
    line-height: 30px;
    color: #fff;
    background-color: #333;
    opacity: 0.8;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    display: block;
    font-size: 16px;
}

.body li .img img {
    transition: all .3s;
}

.body li:hover .img img {
    transform: scale(1.1);
}

.body li .txt {
    padding: 16px 20px 0;
    /* width: 380px; */
    height: 180px;
    background-color: #fff;
}

.body li .txt b {
    clear: both;
    display: block;
    line-height: 40px;
    color: #888;
    font-size: 14px;
    height: 40px;
    border-bottom: 1px dashed #e7e7e7;
    padding-left: 12px;
    background: url("http://jiemi.wafcloud.net/image/sidian.gif") no-repeat left center;
    text-align: left;
}

.body li .txt a:hover {
    color: #555;
}

.body li .txt a {
    display: inline-block;
    float: left;
    width: 19em;
    white-space: nowrap;
    color: #5d5d5e;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: normal;
}

.body li .txt i {
    display: inline-block;
    float: right;
    font-weight: normal;
    font-size: 12px;
    font-style: normal;
}

.body .more {
    margin-top: 20px;
    text-align: center;
}

.body .more a {
    display: inline-block;
    width: 148px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    color: #0b7ae2;
    font-size: 14px;
    border: 1px solid #0b7ae2;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #f5f5f5;
}

.body .more a:hover {
    color: #fff;
    background-color: #0b7ae2;
}

.none {
    display: none;
}

@media only screen and (max-width:641px) {
    .website {
        display: none;
    }

    #hot .hot_in {
        display: none;
    }
		#hot .zx_btn{width: 90%;box-sizing: border-box;font-size: 14px;margin: 7px auto;}

    .solve {
        margin-top: 0;
        padding-top: 0;
    }

    .solveWrap {
        margin-bottom: 0;
        margin-top: 0;
    }
    .content {
        width: 100%;
        display: none;
    }

    .row {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .row>div {
        margin: 10vw auto 0;
    }

    .solutionContent {
        margin: 0 auto;
        width: 80%;
        height: initial;
    }

    .solveWrap .solutionContent .row1 {
        height: initial;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .solveWrap .solutionContent img {
        margin-left: 0;
    }

    .solveWrap .solutionContent .chibao {
        height: initial;
        float: left;
    }

    .solveWrap .solutionContent .chibaotitle {
        height: initial;
        width: 100%;
        float: right;
        margin-bottom: 10vw;
    }

    .w1200 {
        width: 100%;
    }

    .application {
        margin: 0 auto 10vw;
    }

    .service-list {
        margin: 15px -10px 0;
        display: flex;
        flex-direction: column;
    }

    .service-list li {
        padding: 10px;
        width: 100%;
        float: left;
    }

    .service-box {
        padding: 10px 20px;
        line-height: 27vw;
    }

    .service-box div h3 {
        font-size: 16px;
    }

    .service-box div p {
        font-size: 13px;
    }

    .index5 {
        padding-top: 0;
        padding-bottom: 20;
    }

    .head2 ul {
        padding: 0 2%;
        width: auto;
        height: auto;
        overflow: hidden;
    }

    .head2 li {
        float: left;
        display: block;
        width: 46%;
        margin: 0 2%;
        margin-bottom: 10px;
    }

    .head2 li a {
        display: block;
        width: auto;
    }

    .body li .img {
        width: initial;
    }

    .body {
        width: 100%;
        margin: 40px auto 0;
    }

    .body li .txt {
        width: auto;
        height: auto;
        padding: 10px;
        min-height: 90px;
    }

    .index_title1 {
        text-align: center
    }

    .body ul {
        width: auto;
        padding: 0 2%;
    }

    .body li {
        width: 96%;
        margin: 0 2%;
        margin-bottom: 10px;
    }

    .body li:nth-child(3) {
        display: none;
    }

    .xf {
        width: 60px;
				display: none;
    }

    .xf ul {
        height: 180px;
        width: 60px;
    }

    .xf li {
        height: 60px;
    }

    .xf li.li1 {
        display: none;
    }

    .xf li.li3 {
        display: none;
    }

    .xf li a {
        font-size: 12px;
    }

    .youqing {
        display: none;
    }
}

.intro {
    background: #fff
}

.intro__content {
    width: 1200px;
    /* height: 360px; */
    padding: 94px 0 70px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: justify;
    max-width: 100%;
}

.intro__content::after {
    content: "";
    display: inline-block;
    width: 100%
}

.intro__card {
    vertical-align: top;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    width: 280px;
    height: 232px;
    background: #f4f6f8;
    padding: 24px 26px 30px;
    text-align: center;
    border: 1px solid #f4f6f8
}

.intro__card:hover {
    border: 1px solid #d3e5ff;
    -webkit-box-shadow: 0 4px 8px 0 rgba(55, 129, 203, 0.1);
    box-shadow: 0 4px 8px 0 rgba(55, 129, 203, 0.1)
}

.intro__card:active {
    background: #D3E5FF;
    border: 1px solid #D3E5FF;
    -webkit-box-shadow: 0 4px 8px 0 rgba(55, 129, 203, 0.1);
    box-shadow: 0 4px 8px 0 rgba(55, 129, 203, 0.1)
}

.intro__icon {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    background: url(../image/t010304efbcf107a8b9.png) no-repeat
}

.intro__icon__1 {
    background-position: 15px 12px;
}

.intro__icon__2 {
    background-position: -65px 12px;
}

.intro__icon__3 {
    background-position: -145px 12px;
}

.intro__icon__4 {
    background-position: -225px 12px;
}

.intro__title {
    padding: 20px 0 16px;
    font-size: 16px;
    font-weight: 700;
    color: #333;
    line-height: 27px
}

.intro__text {
    font-size: 14px;
    font-weight: 400;
    color: #4D4D4D;
    line-height: 21px
}

@media (max-width:768px){
    .intro__card{
        width: 48.5%;
    }
    .intro__content a:nth-child(3){
        margin-top: 10px;
    }
    .intro__content a:nth-child(4){
        margin-top: 10px;
    }
    .application,.intro{padding: 0 10px;}
    .header-top{width: 100%!important;}
    .intro__content{padding: 64px 0 0!important;}
}
.header-top{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.nav-menu{display: none;}

#doc-ft {
    clear: both;
    overflow: hidden;
    zoom: 1
}
#bottom-nav {
    clear: both;
    padding: 40px 100px 50px;
    background-color: #f6f6f6
}

#bottom-nav .container {
    position: relative;
    overflow: hidden
}

#bottom-nav .cate-nav {
    float: left;
    margin-left: -20px
}

#bottom-nav .cate-nav .cate-item {
    float: left;
    width: 150px;
    padding-top: 10px;
    padding-left: 18px;
    border-left: 1px solid #e5e5e5;
    line-height: 2
}

#bottom-nav .cate-nav .title {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1
}

#bottom-nav .cate-nav .title {
    line-height: 20px
}

#bottom-nav .cate-nav dd {
    font-size: 14px
}

#bottom-nav .cate-nav dd a {
    color: #666
}

#bottom-nav .cate-nav dd a:hover {
    color: #0b7ae2
}

#bottom-nav .follow-us {
    float: left;
    position: relative;
    width: 270px;
    /* padding-top: 10px; */
    overflow: hidden
}

#bottom-nav .follow-us .title {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1;
    font-weight: 700
}

#bottom-nav .follow-us .title {
    line-height: 20px
}

#bottom-nav .follow-us .weibo {
    position: absolute;
    top: 10px;
    right: 0;
    padding-left: 30px;
    line-height: 18px;
    font-size: 14px;
    color: #666;
    background-image: url(../image/t018e1bdf2122a4b64b.png);
    background-position: -150px -484px;
    background-repeat: no-repeat
}

#bottom-nav .follow-us .weibo:hover {
    color: #23ac38
}

#bottom-nav .follow-us .qr-list {
    margin-left: -30px
}

#bottom-nav .follow-us .qr-list li {
    display: inline;
    float: left;
    width: 120px;
    margin-left: 30px
}

#bottom-nav .follow-us .qr-list .text {
    text-align: center;
    line-height: 30px;
    color: #999
}

#copyright {
    padding: 15px 0;
    text-align: center;
    line-height: 2;
    color: #999
}
.footer-contact{float: right;color: #666;line-height: 2;}
.li3:hover .tencent{display: block;}
.li1:hover .kefutell{display: block!important;}
.body li:nth-child(3){
    margin-right: 0;
}
.honor{display: flex;flex-wrap: wrap;justify-content: center;}
.honor p{width: 30%;padding-right: 25px;}
.cate-item dd{font-size: 15px;font-weight: 600;}
.mo-tel{display: none;}
@media (max-width:768px) {
	  .honor{justify-content: space-around;}
		.honor p{width: 25%;padding-right: 0px;}
		.mo-tel{display: block;position: absolute;top: 28%;right: 20%;font-size: 15px;color: #0b7ae2;;}
		.mo-tel a{color: #0b7ae2;}
		.footer-contact{float: none;margin-top: 20px;text-align: center;}
		#bottom-nav{padding:40px 20px 20px !important;}
        .service_wrap .main-wrap ul li h4{font-size: 30px!important;}
        .service_wrap .main-wrap ul li p{font-size: 30px!important;}
}
.hot_phone{display: inline-block;margin: 0 5px;color: rgb(246, 72, 47);}