﻿/* com */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    box-shadow: none;
    box-sizing: border-box;
}
html,body{
    font-family: 'PingFangSC-Regular','Muli','Helvetica Neue','Hiragino Sans GB','WenQuanYi Micro Hei','Microsoft Yahei',sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    text-align:left;
    line-height:1;
}
del {text-decoration: line-through;}
ins, html a, html a:hover, html a:focus{text-decoration: none;}

.clearfix::before, .clearfix::after{content:'';display: block;height: 0;overflow: hidden;clear: both;}
*,*:before,*:after {-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box}
*{margin:0; padding:0; list-style:none;}
/*弹性布局*/
.cent{display: flex;align-items: center;justify-content: center;}
.rows {display: flex;flex-direction: row;align-items: center;}
.column {display: flex;flex-direction: column;align-items: center;}
.between {display: flex;flex-direction: row;align-items: center;justify-content: space-between;}
.mt50{margin-top: 50px;}
.mt40{margin-top: 40px;}
.mt30{margin-top: 30px;}
.mt20{margin-top:20px;}

/* 按钮 样式------- */
.btn-green{color: #FFF;background-color: #54299c;border-color: #54299c;}
.btn-green:hover, .btn-green:focus {background: #54299c;border-color: #54299c;color: #FFF;}
.btn:hover,.btn:active,.btn:focus{outline: none;}
.imgbot{display: flex; justify-content: center; width: 100%; overflow: hidden; text-align: center;}
.imgbot img{width: 100%; float: left;}
@media only screen and (max-width: 568px) {

    .imgbot>img{height:200px; width: auto;}
}


/* 头部 样式------- */
html{--navHeight:75px;}
html a{color: #333;}
.nav-group *{letter-spacing: 0.5px;}
.nav-center ul{display:inline-block;vertical-align: middle;}
.nav-center ul.nav-list{margin-left: 150px;position: inherit;left: 50%;}
header.header-nav{
    width: 100%;height: var(--navHeight);display: flex;justify-content: space-between;
    position: fixed;top:0;z-index: 1001;transition: all .2s ease 0s;
}
header.header-nav:hover,
header.header-nav.light-bk{background: #fff;}
.nav-left{margin:0 10px 0 30px;}
.grey-bk{background: rgba(0,0,0,.2)}

/* logo -----------------------------*/
header.header-nav a.logo {display: block;width: 190px;height: var(--navHeight);line-height: var(--navHeight);padding-top: 6px;text-indent: 0;}
header.header-nav a.logo .st0{fill: #95BA1F;}
header.header-nav a.logo .st1{fill: #fff;}
header.header-nav.light-bk a.logo .st1,
header.header-nav:hover a.logo .st1{fill: #4d4d4d;}
/* logo -----------------------------*/
header.header-nav a.logo{
    background: url('../images/logob.png') no-repeat center center;
    background-size: 190px auto;
}
header.header-nav.light-bk a.logo,header.header-nav:hover a.logo{
    background: url('../images/logoh.png') no-repeat center center;
    background-size: 190px auto;
}
.login-button, .menu-t, .menu-t span, .login-menu .name{color:#fff;}
header.header-nav.light-bk .login-button,
header.header-nav.light-bk .name,
header.header-nav.light-bk .menu-t,
header.header-nav.light-bk .menu-t span,
header.header-nav:hover .login-button,
header.header-nav:hover .name,
header.header-nav:hover .menu-t,
header.header-nav:hover .menu-t span{color:#333;font-weight: 400 !important;}
/* logo end---------------------------- */

/* login--------------------------------- */
.login-group{line-height: var(--navHeight);margin-right: 40px;}
.login-group a{font-size: 16px;}
.login-button{padding: 9px 31px;border-radius: 49px;margin-right:10px;}
.login-button:hover{background:#F2F2F2}
.header-nav .register-button{padding: 9px 31px;border-radius: 49px;}

/* login end */


/* menuList --------------------------------*/
.nav-group{position: relative;display: none;}
.nav-group::after{
    display: block;content: '';width:100%;height: 1px;position: absolute;
    top: 100%;left: 0;z-index: -1;box-shadow:0px 2px 12px 0px rgba(0,0,0,0.5);
}
.nav-list .nav-item{float:left;line-height: var(--navHeight);}
.nav-list .nav-item .menu-t{display: inline-block;line-height: 44px;padding:0 24px;font-size: 16px;}
.nav-list .nav-item:hover .menu-t{background:#F2F2F2;border-radius: 44px;}
.nav-list .nav-item.activity:hover .menu-t{background:none;border-radius: 44px;}
/* menuList end-------------------------------------*/


/* nav-group 导航菜单列表 */
.nav-list .nav-item .nav-group{
    --topPadding:40px;
    --lrPadding:2%;
    --gHeight:351px;
    --itemPadding:5%;
    position: absolute;
    top: var(--navHeight);
    left: 0;
    width: 100%;
    padding-top:var(--topPadding);
    padding-bottom: 75px;
    background:rgba(255,255,255,0.98);
    animation: upanimation .3s;
}
.nav-list .nav-item:hover .nav-group,
.nav-list .nav-item .nav-group:hover{display: block;}
.nav-list .nav-item:hover::after{display: block;content: '';width: 100%;height: 100px;}
.navlist-content{
    width: 100%;height: calc(100% - var(--topPadding));max-height:var(--gHeight);margin:0 auto;
    padding:0 var(--lrPadding);overflow: hidden;
}

.navlist-content .navlist-ul{display: flex;justify-content:center;}
/* ------------------------------------------------------ */
.navlist-li{line-height: 1;}
.navlist-ul>li:nth-of-type(1){padding-right: var(--itemPadding)}
.navlist-ul>li:nth-of-type(2){position: relative;padding: 0 var(--itemPadding);}
.navlist-ul>li:nth-of-type(3){padding-left: var(--itemPadding)}
.platforms .navlist-ul>li:nth-of-type(3){padding-right: var(--itemPadding)}
.navlist-ul>li:nth-of-type(4){position: relative;padding-left: var(--itemPadding)}
.navsecond-group{display: flex;justify-content: space-between;}
.navlist-content .navlist-ul>li:nth-of-type(2)::before,
.navlist-content .navlist-ul>li:nth-of-type(4)::before{left: 0;}
.navlist-content .navlist-ul>li:nth-of-type(2)::after{right: 0;}
.navlist-content .navlist-ul>li:nth-of-type(2)::before,
.navlist-content .navlist-ul>li:nth-of-type(2)::after,
.navlist-content .navlist-ul>li:nth-of-type(4)::before{
    top: 40px;position: absolute;display: block;content: '';width: 0;height: 100%;border-left: 1px solid #eeeeee;
} 
.navlist-ul>li .navsecond-left{margin-right:20px;}

/* ------------------------------------ */

/* 列表标题 */
.navsecond-t{display: block;margin-top: 10px;margin-bottom:40px;padding-left: 34px;font-size:16px;}
.navsecond-t>span{position: relative;}
.navsecond-t>span::before{
    display: block;position: absolute;top: 50%;right: calc(100% + 8px);
    transform: translateY(-50%);content: '';width: 26px;height: 26px;
}
.navsecond-t.nt1>span::before{
    background: url('../images/app_icon@2x.png') no-repeat center center;
    background-size: 100% 100%;
}
.navsecond-t.nt2>span::before{
    background: url('../images/paas_icon@2x.png') no-repeat center center;
    background-size: 100% 100%;
}
.navsecond-t.nt3>span::before{
    background: url('../images/devops_icon@2x.png') no-repeat center center;
    background-size: 100% 100%;
}
.navsecond-t.nt4>span::before{
    background: url('../images/marketplace_icon@2x.png') no-repeat center center;
    background-size: 100% 100%;
}
.navsecond-t.nt5>span::before{
    background: url('../images/solution_icon@2x.png') no-repeat center center;
    background-size: 100% 100%;
}
.navsecond-t.nt6>span::before{
    background: url('../images/custom_icon@2x.png') no-repeat center center;
    background-size: 100% 100%;
}
.navsecond-t.nt7>span::before{
    background: url('../images/devel_icon@2x.png') no-repeat center center;
    background-size: 100% 100%;
}
.navsecond-t.nt8>span::before{
    background: url('../images/ecological_icon@2x.png') no-repeat center center;
    background-size: 100% 100%;
}
.navsecond-t.nt9>span::before{
    background: url('../images/meeting_icon@2x.png') no-repeat center center;
    background-size: 100% 100%;
}
.navsecond-t.nt10>span::before{
    background: url('../images/module_icon.png') no-repeat center center;
    background-size: 100% 100%;
}
.navsecond-t.nt11>span::before{
    background: url('../images/online_app_icon_a.png') no-repeat center center;
    background-size: 100% 100%;
}
.navsecond-t.nt12>span::before{
    background: url('../images/host_icon.png') no-repeat center center;
    background-size: 100% 100%;
}
.navlist-content .more{position: relative;}
.navlist-content .more::before{content: '';position: absolute;left: 35px;top: 0;
    background: url('../images/more.png') no-repeat center center;
    background-size: 100% 100%;width: 13px;height: 13px;
}
.nt7+p{margin-bottom: 30px;}
.nt7+p a{display: block;margin-bottom: 5px;}
.navsecond-t span::after{
    display: block;position: absolute;top: 50%;left: calc(100% + 4px);
    transform: translateY(-50%) rotateZ(45deg);content: '';width: 7px;height: 7px;
    border-top: 2px solid #333;border-right: 2px solid #333;
}
.navsecond-group li{margin-bottom: 30px;}
.navsecond-group li:nth-last-of-type(1){margin-bottom: 0;}
.navsecond-group li a{display: block;}
.navsecond-group li>a{margin-bottom: 5px;}
.navsecond-t:hover *,
.nt7+p a:hover,
.navsecond-group li>a:hover,
.navsecond-group li>a:hover *{color: #9AC200;}
.navsecond-t:hover span::after{border-color: #9AC200;}
.navsecond-t.nt6:hover *{color: #f4ab19;}
.navsecond-t.nt6:hover span::after{border-color: #f4ab19;}
.nt7+p>span, .navsecond-group li>span{line-height: 17px;font-size:12px;font-weight: 400;color:rgba(153,153,153,1);}


/*定制服务*/
.custom-img{width: 217px;height: 80px;margin-top: 46px;}
.product-qr{width: 293px;height: 215px;}
.product-qr.nt12_img{width: 120px;height: 80px;}
.online_img{width: 98px;height: 109px;margin-left: 10px;}
/*定制服务 end*/
@keyframes upanimation{
    0%   {transform: translateY(60px);}
    100% {transform: translateY(0);}
}
@media only screen and (max-width: 1400px) {
    .nav-center ul.nav-list {margin-left: -20px;}
}
@media only screen and (max-width: 1190px) {
    header .nav-left {margin-left: 25px;}
    .login-group{margin-right:10px;}
}
@media only screen and (max-width: 990px) {
    .login-button,.header-nav .register-button{padding: 9px 15px;}
    .nav-list .nav-item .menu-t{padding: 0 15px;}
}
@media only screen and (max-width: 880px) {
    .header-nav{}
    .nav-center{position: fixed; top:10px;right: 15px; width: 40px; height: 40px; border-radius: 50%;cursor: pointer;
        background: url("../images/menu01.png") no-repeat center center rgba(0,0,0,.5);background-size:30px;z-index: 999;}
    .nav-right{display: none;}
    .nav-center ul.nav-list{display: none;}
    .nav-center:hover ul.nav-list{display: block;}
    .nav-center ul.nav-list{width: 100vw; height: 100vh; background: #fff; position:fixed;top:60px;left:0; margin: 0;}
    .nav-list .nav-item .menu-t{ display: block; border-top: 1px solid #ddd; line-height: 60px; padding-left: 30px}
    .nav-list .nav-item .menu-t a{ display: block; color: #333;}
    .menu-t span{color: #333;}
    .nav-list .nav-item{float: none;}
    .nav-list .nav-item:hover .menu-t,
    .nav-list .nav-item.activity:hover .menu-t{border-radius:0;}
    html{--navHeight:60px;}
    .grey-bk{background:#fff;}
    /* logo -----------------------------*/
    header.header-nav a.logo {width: 120px;}
    /* logo -----------------------------*/
    header.header-nav a.logo{
        background: url('../images/logoh.png') no-repeat center center;
        background-size:120px auto;
    }
    header.header-nav.light-bk a.logo,header.header-nav:hover a.logo{
        background: url('../images/logoh.png') no-repeat center center;
        background-size: 120px auto;
    }
    .nav-list .nav-item .nav-group{
        overflow-y: auto;--topPadding:20px;--gHeight: 300px;
        padding-top:0;position: static;    padding-bottom: 0;
    }
    .nav-list .nav-item:hover::after{display: none;}
    .navlist-content .navlist-ul,.navsecond-group
    {display: block;justify-content:unset;}
    .navlist-content {
        height:var(--gHeight);max-height:unset;margin: 0 auto;
        padding: 0 var(--lrPadding);overflow-y: auto;
    }
    .navsecond-t {margin-bottom: 20px;}
    .navlist-ul>li:nth-of-type(1),.navlist-ul>li:nth-of-type(2),.navlist-ul>li:nth-of-type(3){padding:20px 15px 30px 20px;}
    .navlist-content .navlist-ul>li:nth-of-type(2)::before, .navlist-content .navlist-ul>li:nth-of-type(2)::after, .navlist-content .navlist-ul>li:nth-of-type(4)::before {
        display: none;
    }
}

@media only screen and (max-width: 450px) {
    .nav-right{display: none;}
}



/*底部样式初始化*/

.blackBox .container{display: flex;align-items: center;height: 280px;position: relative;margin: 0 auto;
    background:linear-gradient(135deg,rgba(79,86,94,1) 0%,rgba(58,64,71,1) 100%);border-radius:20px; padding: 0 80px; padding-bottom: 30px;}
.blackBox .form-cont{width: auto; position: absolute;bottom:100px; right: 60px; }
.blackBox h3{white-space: nowrap; border-left: 10px solid #9ac200; padding-left: 20px;font-size:29px; margin-bottom: 20px; line-height: 29px;font-weight:300;color:#fff;}
.blackBox p{font-size:20px;font-weight:300;color:rgba(145,148,153,1);margin-left: 30px;}
.blackBox .container .form-control{width:200px;margin-right: 20px;height: 46px;border-radius: 24px;font-size: 16px;padding-left: 24px;}
.blackBox .container .btn-green{width:150px;height:46px;border-radius:24px;font-size:16px;font-weight:400;line-height: 30px;}
@media only screen and (max-width: 991px) {
    .blackBox .container{display: block; padding:50px;}
    .blackBox .form-cont{position: static;}
}

/*footer*/
footer{padding-bottom: 20px;}
footer dl {float: left;width: 16%;margin-top: 20px;}
footer dt {margin: 5px 0;}
footer dd {margin: 20px 0;}
footer dd a{font-weight:400;color:rgba(58,64,71,1);}
footer dd a:hover{text-decoration:underline;}
footer img{max-width: 100%;}
.footer_six .footer-img img{float: left;width: 44px;height: 44px;}
.footer_six .footer-img .hovershou{display: none;margin-left: 40px;}
.footer_six .footer-img .hovershou img{width: 90px;height: 90px;margin-top:10px;}
.footer_six .footer-img .hovershou:hover,
.footer_six .footer-img .twoImg:hover+.hovershou{display: block;}
.footer_six .footer-img .twoImg{margin-left: 20px;}
.weixinImg {background: rgba(0, 0, 0, 0) url('../images/appoverview.png') no-repeat scroll -326px -285px;}
.weiboImg {background: rgba(0, 0, 0, 0) url('../images/appoverview.png') no-repeat scroll -404px -285px;}
.facebook {background: rgba(0, 0, 0, 0) url('../images/appoverview.png') no-repeat scroll -366px -285px;}
.twitter {background: rgba(0, 0, 0, 0) url('../images/appoverview.png') no-repeat scroll -285px -285px;}

footer dt{margin-bottom:12px;font-size:14px;font-weight:400;color:#aaa;}
footer p,footer h4{color:#aaa;}
footer p a{color:#aaa; margin: 0 10px;}
footer p span.right{position: relative;cursor: pointer;}
footer p span.right:hover .yuyan{display: block;}
footer p span.right .yuyan{ display:none;position:absolute;bottom: 30px; left: 0; min-width:100px;padding:10px; border-radius: 5px; background:#444; color: #fff;}
footer p span.right .yuyan:before{content: "▲"; color:#444; position: absolute; left:50%; bottom: -10px; margin-left:-6px;transform:rotate(180deg);
    -ms-transform:rotate(180deg);-moz-transform:rotate(180deg);-webkit-transform:rotate(180deg);-o-transform:rotate(180deg);  }
footer p span.right .yuyan a{display: block; color: #fff; white-space: nowrap; margin: 0; line-height: 30px;}
/*err-top*/
header .err-top{
    position: absolute;
    width: 100%;
    z-index: 1;
    display: none;
    margin:0 auto;
    left: 0;
    right: 0;
    width: 518px;
}
header .err-top.succ,header .err-top.fail{
    display: block;
}
header .err-top .err-close{
    width: 18px;
    height: 18px;
    display: block;
    line-height: 18px;
    position: absolute;
    right: 15px;
    top: 10px;
}
header .err-top:hover .err-close{
    display: block;
}
header .err-top .icon-remove{
    margin-right: 10px;
    line-height: 18px;
    height: 18px;
    cursor: pointer;
}
header .err-top.fail .icon-remove{
    color: #D9626E;
}
header .err-top.succ .icon-remove{
    color: #248060;
}
header .err-top .err-out{
    width: 518px;
    height: 44px;
    margin: 0 auto;
    border-radius: 0 0 10px 10px;
}
header .err-top.fail .err-out{
    background-color: #F7CBD0;
}
header .err-top.fail .err-out i,header .err-top.fail .err-out span{
    color: #D9626E;
}
header .err-top.succ .err-out i,header .err-top.succ .err-out span{
    color: #248060;
}
header .err-top.succ .err-out{
    background-color: #6FE8BF;
}
header .err-top .err-switch{
    text-align: center;
}
header .err-top .err-switch-i{
    font-size: 23px;
    line-height: 46px;
    height: 46px;
    display: none;
    margin-right: 20px;
}
header .err-top.succ .icon-smile,header .err-top.fail .icon-frown{
    display: inline-block;
}
header .err-top .err-content{
    font-size: 12px;
    line-height: 46px;
    height: 46px;
    display: inline-block;
    vertical-align: bottom;
}
/*err-top end*/

.blogtips{
    width: 0;
    height: 0;
    position: relative;
    border-right:5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #656565;
    border-top:5px solid transparent;
    margin-left: 35px;
    margin-top: -14px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;  /* Firefox 4 */
    -webkit-transition: all 0.3s;   /* Safari 和 Chrome */
    -o-transition: all 0.3s;
    /*position: relative;*/
    /*padding-bottom: 10px;*/
}
.blogtips:hover{
    /*filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -moz-transform: rotate(90deg);
   -moz-transform-origin:25% 25%;*/
   border-right:5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top:5px solid #656565;
    margin-top: -10px;
}
.blog1{
    width: 300px;
   /*padding-top:10px;*/
   display: none;
   position: relative;
    left:-39px;
    top:-5px;
}
.blogtitle{
    width: 300px;
    background: #1C1C1C;
    line-height: 32px;
    color: #737373;
    overflow: hidden;
    padding-left: 10px;
    height: 32px;
    text-overflow: ellipsis;
    white-space: nowrap;
    /*position: absolute;*/
    /*left: 0px;*/
    /*margin-top:10px;*/
    /*display: none;*/
}
/*红点 start*/
.item-notice-out,
.item-notice-in{
    position: relative;
}
.item-notice-out:after,
.item-notice-in:after{
    position: absolute;
    content: " ";
    width: 6px;
    height: 6px;
    border-radius: 10px;
    background-color: #ee3131;
}
.item-notice-out:after{
    top: 13px;
    right: 15px;
}
.item-notice-in:after{
    top: 10px;
    right: 14px;
}
/*红点 end*/
.vipNavTitle{
   position: relative;
}
.vipNavTitle.badge-red:after{
    position: absolute;
    top: 13px;
    right: 18px;
    z-index: 10;
}
 .icon-ser-setWidth{
     width: 21px!important;height:21px!important;display: inline-block!important;
    background: url(../images/my_service_w.png) center center no-repeat !important;
}
/*全局alert提示*/
#errTop.err-top{
    position: fixed;
    width: 100%;
    z-index: 2500;
    top: 0;
}
#errTopMiddle{
    z-index: 1010;
    width: auto;
    left: 50%;
    margin-left: -256px;
}
#errTop.err-top.succ,#errTop.err-top.fail{
    display: block;
}

#errTop.err-top .err-close{
    width: 500px;
    height: 18px;
    margin: 0 auto -18px;
    background-color: #F4F4F4;
    text-align: right;
    line-height: 18px;
    display: block;
    padding-top: 10px;
}
#errTop.err-top .icon-remove{
    margin-right: 10px;
    line-height: 18px;
    height: 18px;
    cursor: pointer;
}
#errTop.err-top.fail .icon-remove{
    color: #D9626E;
}
#errTop.err-top.succ .icon-remove{
    color: #248060;
}
#errTop.err-top .err-out{
    width: 518px;
    height: 44px;
    margin: 0 auto;
    border-radius: 0 0 10px 10px;
}
#errTop.err-top.fail .err-out{
    background-color: #F7CBD0;
}
#errTop.err-top.fail .err-out i,#errTop.err-top.fail .err-out span{
    color: #D9626E;
}
#errTop.err-top.succ .err-out i,#errTop.err-top.succ .err-out span{
    color: #248060;
}
#errTop.err-top.succ .err-out{
    background-color: #6FE8BF;
}
#errTop.err-top .err-switch{
    text-align: center;
    line-height:46px;
}
#errTop.err-top .err-switch-i{
    font-size: 23px;
    line-height: 46px;
    height: 46px;
    display: none;
    margin-right: 20px;
    vertical-align: middle;
}
#errTop.err-top.succ .icon-smile,#errTop.err-top.fail .icon-frown{
    display: inline-block;
}
#errTop.err-top .err-content{
    font-size: 12px;
    line-height: 46px;
    height: 46px;
    display: inline-block;
    vertical-align: bottom;
}
/*弹窗样式初始化*/
.modal {
    display: none;
    overflow: auto;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
.xianshihuodong img{
    /*background-image: url('../images/vipxianshi1.png');*/
    right: 0px;
    height: 40px;
    width: 41px;
    position: absolute;
    transform: rotate(180deg);
    -webkit-transform: rotate(90deg);
}
/*固定footer中dl的高度*/
.footer-section .footer-sectionDiv dl dt,
.footer-section .footer-sectionDiv dl dd{
    height: 21px;
    line-height: 21px;
}
.footer-section{
    width: 1170px;
    margin: 0 auto;
}
.footer-section h3{
    font-size:14px;
    font-weight:400;
    color:#aaa;
}
.footer-section img{
    width: 1170px;
    margin-top: 10px;
}
.navPoint_div{
    display: none;
    position: fixed;
    /*position: absolute;*/
    width: 100%;
    height: 360px;
    opacity:0.97;
    top: 75px;
    /*border-top: 1px solid #eee;*/
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    outline: 0;
    z-index: 1001;
    background-color: #fff;
}
.navPoint_div .navPoint_content{
    width: 1180px;
    height: 351px;
    /*border: 1px dashed blue;*/
    margin: 0 auto;
}
.navPoint_div .navPoint_content .navPoint_navUl{
    width: 100%;
    margin-top: 60px;
    padding: 0px;
}
.navPoint_div .navPoint_content .navPoint_navUl .navPoint_navLi{
    float: left;
    /*margin: 0px 70px;*/
    list-style: none;
    width: 274px;

}
.navPoint_div .navPoint_content .navPoint_navUl .navPoint_navLi.navLiApp{
    width: 386px;
}
.navPoint_div .navPoint_content .navPoint_navUl .navPoint_navLi.navLiLowCode{
    padding-left:0px;
    width: 450px;
}
.navPoint_div .navPoint_content .navPoint_navUl .navPoint_navLi .navPoint_navH3{
    font-size:16px;
    font-weight:500;
    color:rgba(51,51,51,1);
    text-align: left;
    margin: 0px;
    margin-bottom: 14px;
    display: block;
    text-decoration:none;
}
.navPoint_div .navPoint_content .navPoint_navUl .navPointApi{
    /*margin-right: 18px;*/
    padding-left:25px;
    width: 210px;
}
.navPoint_div .navPoint_content .navPoint_navUl .navPointYun{
    width: 158px;
}
.navPoint_div .navPoint_content .navPoint_navUl .navLiHangye{
    width: 440px;
    padding-left:40px;
}
.navPoint_div .navPoint_content .navPoint_navUl .navLiPlenary{
    width: 200px;
}
.navPoint_div .navPoint_content .navPoint_navUl .navLiCustom{
    width: 290px;
    padding-left:50px;
}
.navPoint_div .navPoint_content .navPoint_navUl .navPointImg{
    width: 259px;
    padding-left:40px;
}
.navPoint_div .navPoint_content .navPoint_navUl .navLiDevelop{
    width: 460px;
    padding-left:10px;
}
.navPoint_div .navPoint_content .navPoint_navUl .navliResource{
    width: 598px;
}
.navPoint_div .navPoint_content .navPoint_navUl .navLiZoology{
    width: 265px;
}
.navPoint_div .navPoint_content .navPoint_navUl .navPoint_navLi .appUl_left{
    height: 200px;
    /*width: 180px;*/
    width: 45%;
    float: left;
    padding: 0px;
}
.navPoint_div .navPoint_content .navPoint_navUl .navPoint_navLi .appUl_leftAll{
    height: 200px;
    /*width: 180px;*/
    width: 100%;
    float: left;
    padding: 0px;
}
.navPoint_div .navPoint_content .navPoint_navUl .navPoint_navLi .develop_left{
    width: 27%;
}
.navPoint_div .navPoint_content .navPoint_navUl .navPoint_navLi .develop_center{
    width: 35%;
}
.navPoint_div .navPoint_content .navPoint_navUl .navPoint_navLi .develop_right{
    width: 35%;
}
.navPoint_div .navPoint_content .navPoint_navUl .navPoint_navLi .appUl_left .appLi-left,
.navPoint_div .navPoint_content .navPoint_navUl .navPoint_navLi .appUl_leftAll .appLi-left {
    /*width: 200px;*/
    width: 100%;
    height: 60px;
    line-height: 60px;
    margin-bottom: 10px;
    text-align: left;
    list-style: none;
}
.navPoint_div .navPoint_content .navPoint_navUl .navPoint_navLi .appUl_left .appLi-left .appli_leftA,
.navPoint_div .navPoint_content .navPoint_navUl .navPoint_navLi .appUl_leftAll .appLi-left .appli_leftA{
    font-size:14px;
    font-weight:400;
    color:rgba(51,51,51,1);
}
.navPoint_div .navPoint_content .navPoint_navUl .navPoint_navLi .appli_img{
    width: 34px;
    position: relative;
    /*top: 3px;*/
    vertical-align: middle;
    /*height: 10px;*/
}
.navPoint_div .navPoint_content .navPoint_navUl .navPoint_navLi .appUl_left .appLi-left:hover .appli_leftA,
.navPoint_div .navPoint_content .navPoint_navUl .navPoint_navLi .appUl_leftAll .appLi-left:hover .appli_leftA{
    color: #9AC200;
    text-decoration: none;
}
/*.navPoint_div .navPoint_content .navPoin t_navUl .navPoint_navLi .navLi_div{
    width: 360px;
}
.navPoint_div .navPoint_content .navPoint_navUl .navPoint_navLi .navLi_div1{
    width: 180px;
}
.navPoint_div .navPoint_content .navPoint_navUl .navPoint_navLi .navLi_div2{
    width: 263px;
}
.navPoint_div .navPoint_content .navPoint_navUl .navPoint_navLi .navLi_div3{
    width: 540px;
}*/
.navPoint_div .navPoint_content .navPoint_navUl .navPoint_navLi .appUl_left .appLi-left .appliLeft_span,
.navPoint_div .navPoint_content .navPoint_navUl .navPoint_navLi .appUl_leftAll .appLi-left .appliLeft_span{
    display: block;
    font-size:12px;
    font-weight:400;
    color:rgba(153,153,153,1);
    height: 17px;
    line-height: 17px;
    margin-top: -20px;
}
.navPoint_div .navPoint_content .navPoint_navUl .navPoint_navLi .navLi_div2 img{
    width: 293px;
    height: 215px;
    /*border: 1px dashed #333;*/
}
.navPoint_div .navPoint_content .navPoint_navUl .navPointImg h5{
    font-size:14px;
    font-weight:400;
    color:rgba(51,51,51,1);
}

.upfooter{
    padding-bottom: 70px;
}
.upfooter-img-wrap{
    text-align: center;
}
.upfooter-img-wrap > img{
    width: 1318px;
    height: 346px;
}
.upfooter-content{
    display: flex;
    width: 1200px;
    height: 278px;
    margin: auto;
    align-items: center;
    background: linear-gradient(135deg,rgba(79,86,94,1) 0%,rgba(58,64,71,1) 100%);
    border-radius: 20px;
}
.upfooter-content-left{
    flex: 1;
}
.upfooter-content-right{
    text-align: center;
    width: 400px;
}
.upfooter-info-wrap{
    margin-left: 76px;
}
.upfooter-dot{
    display: inline-block;
    width:7px;
    height:25px;
    background:rgba(154,194,0,1);
}
.upfooter-info-title{
    display: inline-block;
    font-size:29px;
    font-weight:300;
    color:rgba(255,255,255,1);
    line-height:41px;
    margin-left: 12px;
}
.upfooter-info-intro{
    font-size:20px;

    font-weight:300;
    color:rgba(144,148,154,1);
    line-height:28px;
    margin-top: 24px;
    margin-left:20px;
}
.upfooter-content-right > a.btn{
    width:188px;
    line-height:57px;
    padding: 0;
    background:rgba(154,194,0,1);
    border-radius:29px;
    font-size:18px;
    font-weight:400;
    color:rgba(255,255,255,1);
}   


.footer-link ul{
    width: 1170px;
    margin: 0 auto;
    position: relative;
}



.footer-link li{
    float: left;
}

.footer-link input{
    display: none;
}
.footer-link .list-con{
    display: none;
}
.footer-link .tab{
    cursor: pointer;
}
.footer-link input:checked +.tab{
    color:red;
    margin-bottom: 30px;
}
.footer-link input:checked~.list-con{
    display: block;
}
@media only screen and (max-width: 991px) {
    .blackBox h3{white-space: normal; line-height: 36px;}
    footer dl{width:33.3%; margin: 10px 0;min-height:170px;}
    footer dt,footer dd{margin: 0; line-height: 24px;}
    footer .hezuo{display: none;}
    footer .bot{text-align:center;}
    footer p{margin-bottom: 10px;}
    footer p .left,footer p .right{float: none; display: block; width: 100%;}
    footer p .right{width: 100px; margin: 10px auto;}
}
@media only screen and (max-width: 568px) {
    footer dl{width: 50%; }
}


/*首页样式自适应*/

.left{
    float:left;
}
.right{
    float:right;
}

@keyframes upBackground {
  from { background-position: 0 0; }
  to { background-position: 0 100%; }
} 

.anim-text{
    position: relative;
    opacity: 0;
    top: 200px;
    transition: 0.5s;
}
.anim-img{
    position: relative;
    opacity: 0;
    top: 200px;
    transition: 1s;
}
.anim-show{
    opacity: 1;
    top:0;
}
.banner{
    width:100%;
    height:733px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    background:url(../images/banner.jpg);
    background-position:bottom center;
    background-size: 100%;
    background-color:#07050f;
    background-repeat: no-repeat;
}
.banner img{
    width: 100%;
    height:100%;

}

.banner .headerImg-left{
    float:left;
    margin-top:143px;
}
.banner .headerImg-left h1{
    font-size:42px;
    font-weight:400;
    color:#fff;
    line-height:79px;
    letter-spacing: 4px;
    /* margin-bottom:20px; */
    margin-top:10px;
}
.banner .headerImg-left p{
    font-size:16px;
    color:#fff;
    line-height:28px
}
.banner .headerImg-left .headerLink a{
    width:180px;
    height:50px;
    border-radius:25px;
    margin-top:50px;
    text-align:center;
    line-height:50px;
    font-size:16px;
    color: #ffffff;
    background:#64daac;
    display:inline-block;
}
.banner .headerImg-left .headerLink a:hover{
    background-color: #12ac70;
}
/*.cloud-content .content{*/
    /*width: 1200px;*/

/*}*/
.tit{margin: 30px 0; text-align: center;}
.tit h2{font-size:30px;font-weight:500;color:rgba(51,51,51,1);line-height:42px;margin: 0; }
.tit>p{font-size:12px;font-weight:400;color:rgba(153,153,153,1);line-height:17px;}
.tit .label_w{width:27px;height:1px;background:rgba(66,72,80,1);text-align:center;display: inline-block;margin-bottom:4px;}
.box-dom .container ul{overflow: hidden;}
.box-dom .container ul li{
    float: left;
    width:33.3%;
    display:inline-block;
    text-align:center;
    padding:40px 0 20px 0;
    vertical-align: top;
    min-height: 225px
}
.box-dom .container ul li img{
    width: 50px;
    height: 50px;
}
.box-dom .container ul li h5{
    font-size:20px;
    font-weight:400;
    color:#333333;
    line-height:28px;
}
.box-dom .container ul li p{
    font-size:14px;
    font-weight:300;
    color:rgba(51,51,51,1);
    line-height:21px;
}

.con2{
    text-align:center; position: relative;
    /* height:560px; */
}
.con2 h2{
    font-size:30px;
    font-weight:500;
    color:rgba(51,51,51,1);
    line-height:42px;
    margin-top:100px;
    margin-bottom:0px;
}
.con2 .process{
    background: url(../images/process.png) no-repeat center bottom;
    background-size:100%;
    margin-top:120px;
    padding-bottom: 70px;
}
.con2 .container{position: relative;}
/*.con2 .box-cmpt{*/
    /*width:1200px !important;*/
    /*margin:0 auto;*/
    /*height:200px;*/
/*}*/
.con2 .box-cmpt{
    position: absolute;
    top: -55px;left: 0;
    width:100%;
}
.con2 .box-cmpt li{ float: left;
    width: 23%;
    height: 200px;
    background-color: #fff;
    position:relative;
    box-shadow:0px -3px 16px 8px rgba(0,0,0,0.07);
    border-radius:12px;
    padding-top:70px;
    margin:0 1%;
    transition-duration:0.3s;
}
.con2 .box-cmpt li .icon{
    position: absolute;top: -32px;left:50%; margin-left: -32px;
    width:64px;height:64px;background:rgba(121,138,189,1);border-radius:32px;
    color:#fff;font-size:40px;text-align:center;line-height:64px;
}
.con2 .box-cmpt li .icon.icon2{
    background:rgba(233,176,136,1);
}
.con2 .box-cmpt li .icon.icon3{
    background:rgba(149,171,140,1);
}
.con2 .box-cmpt li .icon.icon4{
    background:rgba(178,148,181,1);
}
.con2 .box-cmpt li h5{
    font-size:18px;
    font-weight:400;
    line-height:25px;
}
.con2 .box-cmpt li p{
    font-size:14px;
    font-weight:400;
    color:#999999;
    line-height:24px;
}
.con2 .box-cmpt li:hover{
    transform:translateY(-20px);
    -webkit-transform:translateY(-20px);  /*兼容-webkit-引擎浏览器*/
    -moz-transform:translateY(-20px);  
}
.con2 .navigation{
    margin:60px 0 0 0; text-align: right;
    font-size: 0
}
.con2 .navigation span{
    display:inline-block;
    width:254px;
    height:2px;
    background-color: #afadade8;
    
}
.con2 .navigation span.active{
    background-color: #fff;
}
.con2 .chooseBtn{
    width:180px;
    height:50px;
    background:#64daac;
    border-radius:27px;
    margin:60px auto 0;
    line-height: 50px;
    font-size: 16px;
    color:#ffffff;
    display:block;
    position:relative;
    padding-left: 42px;
    text-align: left;
}
.con2 .chooseBtn:before{
    position: absolute;
    top: 25px;
    left: 132px;
    width: 15px;
    height: 1px;
    content: '';
    display: block;
    background-color: #ffffff;
}
.con2 .chooseBtn img{
    position: absolute;
    top: 19px;
    left: 128px;
    width: 15px;
    height: 13px;
    margin-left: 5px;
    transition-duration:0.3s;
}
.con2 .chooseBtn:hover img{
    transform:translateX(8px);
    -webkit-transform:translateX(8px);  /*兼容-webkit-引擎浏览器*/
    -moz-transform:translateX(8px); 
}
.con3{
    margin-top:100px;
}
.con3 .left{width:560px;}
.con3 .right{width:calc(100% - 600px);text-align:left;}
.con3 .left img{width: 100%; margin: 10px 0;}

.con3 .right li:first-child{
    margin-top:20px;
    margin-left:-50px; margin-right: 50px;
}
.con3 .right li:nth-child(2){
    margin-top:50px;
}
.con3 .right li:nth-child(3){
    margin-top:50px;
}
.con3 .right li:nth-child(4){
    margin-top:70px;
    margin-left:-50px;margin-right: 50px;
}
.con3 .right h5{
    font-size:20px;
    font-weight:400;
    color:rgba(86,58,156,1);
    line-height:28px;
}
.con3 .right p{
    font-size:14px;
    font-weight:300;
    color:rgba(51,51,51,1);
    line-height:20px;
    margin-top:12px
}

.box-state{margin-top: 100px;}
.box-state .planList{width:100%;overflow: hidden;}
.box-state .planList>li{float: left; width: 50%; position: relative;margin-top:80px;}
.box-state .planList>li .img{width: 60%; text-align: center;}
.box-state .planList>li .img img{height:410px;}
.box-state .planList>li .text{position: absolute;width: 40%; height:100%;top:0;right: 0; padding-top: 50px; padding-right: 30px;}
.box-state .planList>li .text h5{font-size:22px;line-height:30px;text-align:left;font-weight:300;}

.width_normal{ width:1200px; margin:0px auto; clear:both;}
.cont_tab{width:1200px;margin:20px auto;box-shadow:0px 10px 30px rgba(124,135,144,.08);margin-bottom:40px;border-radius:8px;}
.cont_tab th{font-size:30px;font-weight:bold; text-align:center; height:100px; padding-left:20px; border-right:1px solid #F4F5F6;border-bottom:1px solid #F4F5F6;}
.cont_tab th span,.cont_tab td span{ font-weight:normal; color:#224FDE;font-size:30px;}
.cont_tab td span{ margin-left:0px; margin-right:5px;}
.cont_tab td span.zbzc{ font-size:16px;}
.cont_tab td a{text-decoration:none;color:#999}
.cont_tab td a:hover{color:#20E320; text-decoration:underline;}
.cont_tab th span.price,.cont_tab td span.price{ color:#224FDE;}
.cont_tab td span .unitP{ font-size:14px; font-weight:normal;}
.cont_tab td{text-align:center;padding-left:20px;line-height:2em;height:60px;border-right:1px solid #F4F5F6;border-bottom:1px solid #F4F5F6;color:#000;font-size:18px;}
.cont_tab tr td:first-child,.cont_tab tr th:first-child{ text-align:left;padding-left:40px; font-weight:normal; width:220px;}
.cont_tab tr th:first-child{ font-weight:bold;}
.cont_tab tr td:first-child{ line-height:60px;}
.cont_tab tr:hover{box-shadow:0px 10px 30px rgba(124,135,144,.08);}
.font_big{ font-size:36px; color:#333; font-weight:bold; text-align:center; line-height:80px; display:block;}
.font_trans{ font-size:18px; color:#999; text-align:center; display:block; width:80%; margin:0px auto;}
.buy_know{ width:100%;padding-bottom:20px;}
.buy_know_title{ font-size:30px; color:#000; display:block; height:80px; line-height:80px; font-weight:bold;}
.buy_know p{ color:#666; font-size:18px; line-height:2em;}
.buy_know p a{ font-size:18px; color:#224FDE;}
.buy_know p a:hover{ text-decoration:underline;}

.box-state .planList>li .text p{
    text-align:left;
    font-size:14px;
    line-height:21px;
    margin-bottom:40px;
    font-weight:300;
}
.box-state .planList>li .text a{
    width:120px;
    height:34px;
    border-radius:20px;
    border:1px solid #64daac;
    font-size:14px;
    font-weight:400;
    color:#64daac;
    line-height:34px;
    display:inline-block;
    text-align: center;
    position: relative;
}
.box-state .planList>li .text a:after,.box-state .planList>li .text a:before {
    content: '';
    position: absolute;
    left: -2px;
    top: 0;
    width: 0;
    height: 100%;
    background: #fff;
    z-index:-2;
    border-radius: 20px;
}
.box-state .planList>li .text a:hover{
    color:#fff;
    z-index:1;
    background:transparent;
}            

.box-state .planList>li .text a:before {
    transition: .3s;
    background: #64daac;
    z-index:-1;
}          

.box-state .planList>li .text a:hover:after,.box-state .planList>li .text a:hover:before {width: 120px;;}

@media only screen and (max-width: 991px) {
    .banner{background-size:100%;background-position:bottom center;background-color:#07050f;  }
    .box-state .planList>li{float: none; width: 100%;}
    .box-state .planList>li .text{padding-right: 0;}
    .con3 .left{width:150px; display: flex; justify-content:flex-end; align-items: center; overflow: hidden;}
    .con3 .right{width:calc(100% - 170px);text-align:left;}
    .con3 .left img{width:auto; height: 500px; margin: 10px 0;}
    .con2 h2{margin-top: 30px;}
    .blackBox h3{white-space: normal; line-height: 36px;}
}

@media only screen and (max-width: 568px) {
    .banner .headerImg-left {float: left;margin-top:130px;}
    .banner .headerImg-left h1 {font-size:30px;line-height: 40px;letter-spacing:0;margin-top: 10px;}
    .banner {width: 100%;height: 10vh; min-height: 500px;background-size:auto 55%;}
    .box-dom .container ul li{width: 50%; ; padding: 0 10px; min-height: 200px;}
    .box-dom .container ul li p{font-size: 12px;}
    .box-dom .container ul li br{display: none;}
    .con2 .box-cmpt li{width:96%; margin: 20px 2%; float: none; height: auto; padding:15px 15px 15px 40px;}
    .con2 .box-cmpt{position: static; text-align: left;}
    .con2 .process{margin-top:0; background-size:auto 400px; padding-bottom:10px;}
    .con2 .box-cmpt li .icon{top:50%; left:-15px; width:40px; font-size: 25px; line-height: 40px; height:40px; margin-top: -20px; margin-left: 0;}
    .con2 .box-cmpt li h5{margin: 0;}
    .con2 .box-cmpt li p br{display: none;}
    .con2 .navigation{margin-top:0;}
    .con2 .navigation span{width: 20%;}
    .con2 .chooseBtn{margin: 30px auto;}
    .con3,.box-state{margin-top: 20px;}
    .con3 .left{display: none;}
    .con3 .right{width: 100%;}
    .con3 .right li:first-child,.con3 .right li:nth-child(2),.con3 .right li:nth-child(3),.con3 .right li:nth-child(4){margin:0 0 30px 0;}
    .con3 .right h5:before{content: "●"; color:#786ab7; margin-right: 10px;}
    .box-state .planList>li .img{width: 100%;}
    /*.box-state .planList>li .img img{height: 200px;}*/
    .box-state .planList>li .text{position: static; width: 100%; padding-top: 0;}
    .box-state .planList>li .text p{margin-bottom: 10px;}
    .box-state .planList>li .text h5{text-align: center;}
    .box-state .planList>li .text a{margin:  auto; display: block;}
    .blackBox .container{padding: 15px;}
    .blackBox h3{font-size: 24px; line-height: 36px;}
    .imgbot{display: flex; justify-content: center; width: 100%; overflow: hidden; text-align: center;}
    .imgbot>img{height:200px; width: auto;}





}


@media only screen and (max-width: 1080px){
	html{ font-size:100px;}
	.top_box{ display:none;}
	.font_transInfo{ font-size:12px; width:55%; line-height:1.5em;}
	.link_box dt{ width:45%;}
	.link_title{ margin-top:2.5rem;}
	.left_link ul{ margin-top:0rem;}
	.character_menu li.clicked_menu, .built_app_menu li.clicked_menu{ padding:0px;}
	.login_box_mobile,.mobile_menu_but{ display:block;}
	.character_cont li{ width:100%;}
	.character_list_title{ margin-left:0.4rem;}
	.layer_two {left: 1.2rem;top: 0.4rem;width:90%;}
	.zbt{ font-size:0.48rem;}
	.fbt,.menu_cont p strong{ font-size:0.4rem;}
	.mobile_menu_but{ float:right; margin-right:0;width:1rem;height:1rem; border:none;border-radius:4px;background:rgba(255,255,255,.8);}
	.product_page_intorduce_list li p, .azsj_list li p, .clip_list li p{ font-size:0.4rem;}
	.product_word_list_cont li{ margin-left:2%;}
	.product_page_intorduce_list.jcgx_list li{ height:3rem;}
	.rightMsg p, .rightMsg p span{ font-size:0.4rem;}
	.bottomMsg li{ width:96%; margin-bottom:0.2rem;}
	.bottomMsg li:first-child{ margin-left:2%;}
	.code{ margin-top:0px; display:none;}
	.mobile_menu_but span{ display:block;width:60%;height:60%; margin:20% auto; background:url(../images/menu_bg.png) center no-repeat; background-size:100%;}
	.ysmPrice .cont_tab th span, .ysmPrice .cont_tab td span{ font-size:0.4rem;}
	.dress i,.yxMsg i,.telnum i{ background-size:40%;}
	.top_box{ height:0.4rem; right:2%;}
	.width_normal{ width:92%; margin-left:4%;}
	.hdp_xf_box{left:2%;top:0rem; z-index:0;}
	.logo{ width:2.3rem; height:0.9rem;margin-top: -15px;}
	.logo a img{ width:4.3rem; margin-top:0.3rem;}
	.menu{ margin-left:1rem;width:4rem;position:absolute;right:2%; top:1rem; display:none; z-index:99;}
	.nav:hover .menu{ display:block;background:rgba(0,0,0,.6);}
	.menu li{line-height:1.2rem; width:100%;height:1.2rem;margin-bottom: 1px;background:rgba(0,0,0,.4);}
	.layer_box dl{border:0px; background:none; box-shadow:0px 0px 0px;}
	.menu li a{ font-size:0.36rem;color:#fff;}
	.hdp_title_1{ font-size:0.6rem;}
	.hdp_xf_box dl{ width:80%;}
	.hdp_xf_box dl{ margin-top:0.3rem; height:0.6rem; display:none;}
	.hdp_xf_box dl dt{ width:45%; font-size:0.36rem;}
	.input_box{ margin-top:0.3rem; display:none;}
	.input_hd{ width:54%;font-size:0.36rem; height:1rem; line-height:1rem; padding-left:2%;}
	.index_a{ width:20%; height:1rem; line-height:1rem;}
	.slide .con2_l a.pic,.slide .con2_l,.slide{ height:5.5rem!important;}
	.left_link{ width:100%;}
	.right_login{ width:20%; margin-left:1.8%; display:none;}
	.left_link li,.left_link li:hover{ width:43.5%; padding:0 1% 1% 1%; margin:2.2%; height:7rem;}
	.a_box a{ width:100%;}
	.product_r_list_cont li{ overflow:hidden;}
	.built_r{ width:36%; height:0.8rem; line-height:0.8rem;}
	.product_word_one_img{ width:14%; overflow:hidden;}
	.product_word_one_cont{ width:68%; margin-left:2%;}
	.foot_ul{ width:14%; overflow:hidden;}
	.contactUs{ float:left;}
	.cont_tab{width:100%;}
	.gray_bg{ padding-top:0.3rem;}
	.link_title{ font-size:0.5rem; line-height:1.2rem;}
	.link_box{ height:3.8rem;}
	.link_box dl{ margin-top:0.15rem;}
	.left_link ul{ height:3rem;}
	.left_link, .right_login{ height:auto;}
	.left_link li{ border-right:none;}
	.a_box{ width:100%;}
	.login_box{ margin:10%;}
	.login_box span{ height:0.6rem; margin-top:0.38rem;}
	.login_a{ margin-left:0px; margin-top:0.1rem;}
	.link_box dt a{ font-size:0.36rem;}
	.font_big{ font-size:0.56rem; line-height:1.2rem; font-weight:normal;}
	.font_trans{ font-size:0.4rem;margin:0.2rem auto; width:94%; line-height:2em;}
	.price_word.font_trans{font-size:0.4rem; margin:0px auto; line-height:2em;}
	.character_menu li{ height:0.8rem; line-height:0.8rem; font-size:0.4rem; width:3rem!important;}
	.character_menu{ width:3.62rem; height:0.9rem; margin:0.1rem auto;}
	.line{ margin-top:0rem;}
	.more{ width:0.6rem; height:0.4rem; background-size:100%;}
	.character_list_title{ font-size:0.36rem;}
	.layer_one, .layer_two{ height:3.4rem;}
	.character_cont .ymts.zxgn li:hover .layer_two{ display:block;}
	.character_cont .ymts li:hover .layer_two,.pic_con .zxgn li:hover .layer_two,.character_cont .zxgn_hdp li .zxgn li:hover .layer_two{ display:none;}
	.character_cont .zxgn_hdp li .zxgn li:hover .layer_one{ margin-top:-10px;}
	.character_cont{margin-top:0.5rem;}
	.left_outline,.left_online{ height:3.3rem; display:none;}
	.right_online{ width:100%;}
	.pic_con .zxgn li .layer_one, .zxgnts_style .zxgn li .layer_one{height:3.4rem;}
	.slide.zxgn_hdp .con2_l, .slide.zxgn_hdp{ height:2.8rem!important;}
	.big{ width:4rem!important; height:1rem!important; line-height:1rem!important;font-size:0.44rem!important;}
	.introduce_time{ display:none;}
	.ms_tit{ height:1rem; line-height:0.6rem; font-size:0.48rem; font-weight:bold;}
	.ms_word{ font-size:0.36rem;}
	.ms_right{ width:46%; padding:2%;}
	.ms_left{ width:50%;}
	.ts_style_cont{ width:100%;}
	.ms_left img, .ms_right img{ margin:1.6rem auto;}
	.product_page_intorduce_list.jcgx_list li p{ font-size:0.36rem; line-height:0.6rem;}
	.jcgx_list li p.font_trans{ font-size:0.36rem;}
	.foot_ul li,.foot_ul li a{ font-size:0.36rem; height:1rem; line-height:1rem;}
	.foot_ul.contactUs { width:100%;margin-top: -1rem;border-top: 1px solid #444;}
	.foot_ul{ width:33.33%; height:6.5rem;}
	.zxzx{ top:14.2rem;}
	.zxzx span{ font-size:0.36rem;}
	.zxzx i{margin-left: 1rem;width: 0.5rem;height: 0.8rem;margin-top: 0.33rem;float: left;background-size: 100%;}
	.zxzx {width:4rem!important;height:1.2rem!important;line-height:1.2rem!important;}
	.footer{ height:auto;}
	.swhz_person li p{ font-size:0.44rem; margin-left:1.1rem;}
	.swhz_person li span{ margin-left:0.4rem; margin-top:0.4rem;}
	.character_box li span,.character_box li:hover span{ font-size:0.44rem; line-height:1rem; margin-top:0.1rem;}
	.layer_swhz{ margin-top:0.15rem; padding:0rem 0.1rem; font-size:0.36rem;}
	.character_box li{ line-height:1.5rem;}
	.swhz_person li span{ font-size:0.36rem;}
	.slide.jg_hd, .slide.jg_hd .con2_l a.pic, .slide.jg_hd .con2_l{ height:3rem!important;}
	.yts .hdp_xf_box p{ line-height:0.6rem; font-size:0.39rem; display:none;}
	.yts .hdp_xf_box .input_box{ margin-top:0.3rem;}
	.yts .hdp_xf_box .index_a{ font-size:0.36rem;}
	.yts .slide .con2_l a.pic, .yts .slide .con2_l, .yts .slide{ height:5rem!important;}
	.yts .hdp_xf_box{ top:0.6rem;}
	.product_r_list_cont li .product_img img{ width:100%; height:100%; overflow:hidden;margin:0rem auto;}
	.product_r_list_cont li i.product_img{ width:100%; height:110px; margin:0px auto;}
	.product_r_list_cont li .old_price,.product_r_list_cont li .new_price span{ font-size:0.44rem;}
	.product_r_list_cont li .built_r{float: none;width: 68%;clear: both;margin: 0px auto;height:0.8rem;line-height:0.8rem;font-size: 0.4rem;}
	.product_r_list_cont li .new_price{ font-size:0.48rem;}
	.swhz_person{ width:100%; height:1.3rem; margin:0.1rem auto;}
	.swhz_person li{ width:32%; margin-left:1%; height:2rem;}
	.nav{ height:1.95rem;width:100%;top:0.5rem;}
	.product_r_list_cont li{ height:3.15rem;}
	.product_r_list_cont li .product_r_price{ height:8em; margin-top:0.1rem;}
	.product_r_list_cont{ height:3rem; margin-top:0.4rem;}
	.product_r_list{ height:15rem; margin-top:0.5rem;}
	.product_r_list_cont li{ width:49%;}
	.product_r_list_cont li:hover{ margin-top:0.1rem;}
	.product_r_list_cont li .product_img{ width:100%; background-size:100%; height:3.6rem;}
	.character_cont li i{width: 1.2rem; height: 1.2rem;margin: 0.1rem auto; margin-top: 0.2rem;background-color:#fff;}
	.white_bg{ padding-bottom:0.2rem;}
	.fenlei dt a{padding: 0.15rem 0.3rem;font-size: 0.4rem;}
	.fenlei dt{ margin-left:0.1rem; margin-top:0.1rem; height:0.6rem;}
	.title_name{ font-size:0.6rem; line-height:1.4rem; margin-top:0rem;}
	.product_title{ height:1.4rem;}
	.more{ margin-top:0.5rem;}
	.product_word_one_title a{ font-size:0.44rem;}
	.product_word_one_title{ height:1.5rem; overflow:hidden;}
	.product_word_one_detail{ height:0.5rem; line-height:0.5rem; overflow:hidden;}
	.product_word_list_cont li{ height:1rem; line-height:1rem;}
	.product_word_one_cont{ height:0.8em;}
	.product_word_one{ height:1.5rem; margin-top:0.5rem;}
	.product_word_list_cont li a{ font-size:0.4rem;}
	.product_word_list{ height:3.2rem;}
	.gn_more{ margin-top:-0.8rem;}
	.menu_short{ width:2.5rem;height:0.9rem;}
	.zxgnts_style .zxgn li{ height:2.8rem;}
	.ymts li .layer_two span{ margin-top:0.2rem;}
	.zxgnts_style .zxgn_width li .layer_two{ height:2rem;}
	.layer_two span{ font-size:0.36rem; margin:0rem 0.2rem 0rem 0.4rem;}
	.jcgx_list li i,.jcgx_list li i img{ width:1rem; height:1rem; margin-top:0.1rem;background-color:#f9f9f9;}
	.jcgx_list{ margin-bottom:0.4rem; margin-top:0.2rem; height:1.2rem;}
	.ms_right .ms_word{ margin-right:0.2rem;}
	.pic_con .zxgn li .layer_two, .zxgnts_style .zxgn li .layer_two{top:0.4rem;}
	.zxgnts_style .zxgn li{ width:16.5%; margin-right:0px;}
	.hz_class li p{ font-size:0.44rem; line-height:1rem;}
	.hz_class li span{ font-size:0.44rem; margin-top:0.5rem; line-height:1rem;}
	.built_app_menu li p{ font-size:0.4rem; height:0.8rem; line-height:0.8rem;}
	.built_app_menu li{ width:2.4rem; margin:0.2rem;}
	.cjwt_box li .cjwt_q,.cjwt_a,.zz_title,.zz_word{ font-size:0.4rem;}
	.built_app_menu{ width:100%;}
	.hz_class li{ height:4.5rem;}
	.hz_class{ margin-top:0.5rem;}
	.swhzZxMsg .rightMsg p span{ font-size:0.44rem;}
	.layer_swhz{ width:80%; margin:0.2rem auto;}
	.zz_title_name,.menu_cont p,.us_menu li,.us_name dt,.menu_cont p,.menu_cont p a{ font-size:0.4rem!important;}
	.menu_cont td, .menu_cont th,.menu_cont td span,.menu_cont td strong{ font-size:0.2rem!important;}
	.auto{ width:80%; margin:0px auto;}
	.menu_cont p{ padding-left:0px;}
	.us_menu li{ height:0.8rem; line-height:0.8rem;}
	.us_menu{ width:100%;}
	.swhz_white_bg .font_big, .swhz_bg .font_big{ font-size:0.6rem; line-height:2rem;}
	.hz_class{ height:2rem;}
	.hz_class li{ width:30.4%; margin-right:1%; margin-top:0.1rem;}
	.hz_class li:hover{ margin-top:0.1rem;}
	.swhz_person li i{ width:0.4rem; height:0.4rem; margin-left:0.4rem; margin-top:0.4rem;background-size: 100%;}
	.character_box{ height:2.3rem;margin-top:0rem;}
	.character_box li{ height:4rem; text-align:center;}
	.character_box li i{ width:1.1rem; height:1.1rem;}
	.character_1 i{background: url(../images/swhz.png) -8px -10px no-repeat;}
	.character_2 i{background: url(../images/swhz.png) -80px -10px no-repeat;}
	.character_3 i{background: url(../images/swhz.png) -146px -10px no-repeat;}
	.character_4 i{background: url(../images/swhz.png) -225px -10px no-repeat;}
	.character_5 i{background: url(../images/swhz.png) -294px -10px no-repeat;}
	.hz_class li p span{ font-size:0.4rem;}
	.hz_class li p span.data{font-size:0.8rem;}
	.hz_class li.grade_1 p {margin-left: 0.6rem;}
	.hz_class li p{margin-left: 0.8rem;}
	.hz_class li i{ margin-top:0.6rem;}
	.hz_class li span{margin-top:0.2rem;}
	.xzxy{ width:1.2rem; height:1.2rem; background-size:100%;}
	.bottom .width_normal{ font-size:0.36rem;}
	.bottom{ height:auto; line-height:1rem;clear:both; padding-bottom:0.4rem;}
	.bottom .width_normal span{clear:both; display:block;text-align:center;font-size:0.36rem;}
	.bot_img{ float:none;margin-top:0px;}
	.link_list{ height:auto; margin-top:0.8rem; line-height:1rem;}
	.link_list a,.link_list span{ font-size:0.36rem; line-height:1rem;}
	.slide .con2_l a.pic{background-size: auto 100%;}
	.fenlei{ margin-top:0.3rem;}
	.anli_box li{ width:44%; height:10rem;margin-right:1%; margin-left:1%;padding:2%;margin-top:0.3rem;}
	.anli_box li:first-child{ margin-left:1%;}
	.anli_img{height:6rem;}
	.anli_img a{height:202px;}
	.anli_img a>img{ width:196px;}
	.anli_img a .layer_code{height:6.1rem;}
	.anli_img a .layer_code span{width:100px; height:100px;border-radius:4px; margin:56px auto;}
	.anli_img a .layer_code p{ font-size:16px;line-height:40px; margin-top:-60px;}
	.down_btn{ margin-top:5px;}
	.down_btn a{padding:0rem; margin-right:0px;width:50%;margin-bottom: 0.2rem;text-align: center; margin-left:0!important;font-size:0.4rem;}
	.anli_word{height:58px; margin-top:3px;}
	.sj_img{ width:40px; height:40px; display:block; float:none; margin:0px auto;}
	.sj_word{line-height:2rem; font-size:0.4rem;display: block;width: 100%;text-align: center;margin-left: 0px;}
	.anli_word a{font-size:14px;}
	.product_word_list{ width:100%;}
	.product_word_list {height:8.8rem;}
	.product_word_list_cont{ height:5rem;}
	.cont_tab th{ font-size:0.44rem; line-height:1rem;}
	.cont_tab tr td:first-child{ line-height:1rem;}
	.cont_tab td{ height:1rem; font-size:0.36rem;}
	.cont_tab th,.cont_tab td{ padding-left:0rem;}
	.cont_tab td a{font-size:0.36rem;}
	.cont_tab td a:hover{color:#20E320}
	.cont_tab tr td:first-child, .cont_tab tr th:first-child{ width:3rem; padding-left:0.4rem;}
	.cont_tab th span, .cont_tab td span{ font-size:0.36rem;}
	.buy_know_title{ height:1.4rem; line-height:1.4rem; font-size:0.6rem;}
	.buy_know p,.buy_know p a{ font-size:0.4rem; line-height:2em; margin-top:0.3rem;}
	.buy_know{ padding-bottom:0.5rem;}
	.layer_box dl{ display:block;}
	.layer_box dl dt,.layer_box dl dt a{ height:1rem; line-height:1rem; font-size:0.36rem; width:100%;}
	.layer_box dl dt a{ padding-left:20%;}
	.menu li.menu_higher{ height:3.6rem;}
	.menu li.menu_highest{ height:4.4rem;}
	.layer_box dl dt a{ color:#eee;}
	.character_box li{ width:100%; margin-left:0px;margin-top:0.3rem;}
	.character_box li:hover{}
	.ms_left img{width:90%;}
	.product_page_intorduce_list li,.product_page_intorduce_list.ymsc_list li{ width:33.3%; height:4rem;}
	.hdp_xf_box p{ display:none;}
	.product_page_intorduce .big{ margin-top:0.6rem;}
	.azsj_list li{ width:100%;}
	.azsj_list li,.azsj_list li:hover{ height:5rem;}
	.azsj_list li.last_li{ margin-left:0px;}
	.logo_list li,.logo_list{ width:100%;}
	.logo_list li,.logo_list li:hover{ height:1.5rem;}
	.azsj_list li span{ display:none;}
	.cjwt_box li dl dt p img{ width:90%;}
	.btn_tab{ width:100%;}
	.cjwt_box li dl dt{ width:100%;}
	.built_app_menu li{ padding:0px; margin-right:1.5%;}
	.left_menu{ width:90%; padding:5%;}
	.us_menu li.li_1, .us_menu li.li_2, .us_menu li.li_3,.us_menu li{ width:23%; margin-top:1rem;}
	.us_menu li.clicked_menu{ border-left:0px;}
	.us_name dt{ padding-left:0px;}
	.dt_2{ margin-top:0.85rem;}
	.li_3{ clear:both;}
	.dt_3{ margin-top:0.85rem;}
	.left_menu{ height:5.6rem; margin-bottom:0.2rem;}
	.built_app_menu{ border-bottom:0px;}
	.cont_box_right{ width:90%; padding:5%; margin:0px;}
	.zz_title_name{ height:auto; line-height:2em;}
	.webclip li{ width:100%;}
	.webclip li{ padding-bottom:0.8rem;margin-top:0.4rem; height:5.5rem;}
	.webclip li:hover{ margin-top:0.4rem; height:5.5rem;}
	.clip_lis_b{ width:100%;}
	.clip_lis_b li a{ font-size:0.36rem;}
	.pad_b{ padding-bottom:0.5rem;}
	.azsj_list li span, .clip_list li span{ font-size:0.4rem;}
	.clip_list{background-size: 100%;}
	.product_page_intorduce.discuz_cont,.product_page_intorduce.mall_cont{ height:2.5rem;}
	.appgn li{ width:50%; height:3.5rem;}
	.bg_none{ margin-top:-1rem;}
	.ds_top .index_a{ width:32%;}
	.product_page_intorduce_cont img{ width:100%;}
	.cjwt_box{ margin-top:1rem;}
}
@media only screen and (max-width: 1024px){
	html{ font-size:94.8px;}
}
@media only screen and (max-width: 768px){
	html{ font-size:71.1px;}
}
@media only screen and (max-width:600px){
	html{ font-size:55.6px;}
	.login_box p,.character_word,.pic_con .zxgn li .layer_two{ display:none;}
	.product_page_intorduce{ height:4rem;}
	.zxgnts_style .zxgn li{ width:100%; margin-right:0px;}
	.character_menu li{ width:3rem;}
	.character_menu{ width:9.03rem;}
	.menu_short{ width:6.02rem;}
	.product_r_list_cont li{ height:8.5rem; margin-top:0.1rem;}
}
@media only screen and (max-width: 480px){
	html{ font-size:44.4px;}
}
@media only screen and (max-width: 440px){
	html{ font-size:40.7px;}
}
@media only screen and (max-width: 414px){
	html{ font-size:38.4px;}
}
@media only screen and (max-width: 411px){
	html{ font-size:38px;}
}
@media only screen and (max-width: 375px){
	html{ font-size:34.8px;}
}
@media only screen and (max-width: 360px){
	html{ font-size:33.3px;}
}
@media only screen and (max-width: 320px){
	html{ font-size:29.6px;}
}







