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,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,section,article,aside,header,footer,nav,dialog,figure,menu,hgroup {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: 'PingFang SC','Microsoft YaHei',Helvetica,Sans-serif;
}

html {
    -webkit-text-size-adjust: none;
}

body {
    font-size: 12px;
    line-height: 24px;
    color: #333;
}

input,textarea,button {
    resize: none;
    /*-webkit-appearance: none;*/
}

img {
    border: none;
    vertical-align: top;
    width: 100%;
}

ul,li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333;
    transition: color 0.3s ease-in;
    outline: none;
}

a:hover {
    outline: none;
    color: #006cff;
    text-decoration: none;
}

a:focus {
    outline: none;
}

h1,h2 {
    font-weight: normal;
}

input:focus,textarea:focus,button {
    outline: none;
    /*-webkit-appearance: none;*/
}

em,i {
    font-style: normal;
}
.cursor{cursor:pointer;}
.cl {
    clear: both;
}

.maincon {
    width: 1200px;
    margin: 0 auto;
}
.maincon_large {
    width: 1400px;
    margin: 0 auto;
}
.maincon_huge {
    width: 1430px;
    margin: 0 auto;
}
.cloud {
    margin-top: 80px;
}

.design {
    margin-top: 100px;
}
@media screen and (max-width:1460px) {
    .maincon_huge {
        width: 90%;
    }
}

@media screen and (max-width:1430px) {
    .maincon_large {
        width: 90%;
    }
}
@media screen and (max-width:1230px) {
    .maincon {
        width: 90%;
    }
}

@media screen and (max-width:769px) {
    .cloud {
        margin-top: 30px;
    }

    .design {
        margin-top: 50px;
    }
}

@media screen and (max-width:480px) {
    .cloud {
        margin-top: 30px;
    }

    .design {
        margin-top: 50px;
    }
}

.or {
    overflow: hidden;
}

.cl {
    clear: both;
}

.sbr {
    vertical-align: super;
    font-size: 0.6em;
    margin-left: 1px;
    margin-right: 5px;
}

a.red {
    background: #ff6d9a;
    border-radius: 3px;
    color: #fff;
    -webkit-transition: all 0.5s  ease-in-out;
    transition: all 0.5s ease-in-out;
}

a.red:hover {
    background: #ec477a;
}

a.yellow {
    background: #003da8;
    border-radius: 0px;
    color: #fff;
    -webkit-transition: all 0.3s  ease-in-out;
    transition: all 0.3s ease-in-out;
    display: inline-block;
}

a.yellow:hover {
    background: #007efe;
}

a.bai {
    background: #fff;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    color: #777;
    -webkit-transition: all 0.5s  ease-in-out;
    transition: all 0.5s ease-in-out;
}

a.bai:hover {
    background: #ff6d9a;
    border: 1px solid #ff6d9a;
    color: #fff;
}

.side-bar {
    position: fixed;
    width: 60px;
    /*bottom: 28%;*/
    bottom: 120px;
    margin-top: -108px;
    right: 20px;
    z-index: 1000;
}
@media screen and (max-width:980px) {
    .side-bar {bottom: 28%;right:6px;}
}
.side-bar li a em{font-size:12px;color:#fff;}
.side-bar li>a {
    width: 60px;
    height: 60px;
    border-bottom: 1px solid #cdcdcd;
    border-top: 0;
    text-align: center;
    display: block;
    cursor: pointer;
    float: left;
    background-color: #006DE4;
    transition: all .3s ease-out;
}

/*.side-bar li:nth-child(1)>a {*/
    /*border-top: 1px solid #cdcdcd;*/
/*}*/

.side-bar li> a:hover {
    background-color: #004DD4;

}

.side-bar li> a i {
    display: block;
    margin: 0 auto;
    width: 25px;
    height: 25px;
    margin-top: 12px;
}

.side-bar li> a.qq i {
    background: url(../../images/qidian.png) no-repeat;
}

/*.side-bar li> a.qq:hover i {*/
    /*background: url(../../images/cebianh_26_1.png) no-repeat;*/
/*}*/
.side-bar li> a.side_base64 i {
    background: url(../../images/slide-bar-icon1.png) no-repeat;
}
.side-bar li> a.side_base32 i {
    background: url(../../images/slide-bar-icon1.png) no-repeat;
}
.side-bar li> a.dh i {
    background: url(../../images/slide-bar-icon2.png) no-repeat;
}
.side-bar li> a.bj i {
    background: url(../../images/2019/3d/3d-icon75.png) no-repeat;
}
/*.side-bar li> a.dh:hover i {*/
    /*background: url(../../images/cebianh_10.png) no-repeat;*/
/*}*/

.side-bar li> a.yx i {
    background: url(../../images/2019/3d/3d-icon35.png) no-repeat;
    width: 30px;
    height: 21px;
    margin-top: 15px;
}

/*.side-bar li> a.yx:hover i {*/
    /*background: url(../../images/cebianh_17.png) no-repeat;*/
/*}*/

.side-bar li> a.gotop i {
    background: url(../../images/2019/3d/3d-icon36.png) no-repeat;
}

/*.side-bar li> a.gotop:hover i {*/
    /*background: url(../../images/cebianh_25.png) no-repeat;*/
/*}*/

.side-bar li {
    position: relative;
    height: 60px;
    clear: both;
}

.side-bar li .hidebox {
    width: 124px;
    overflow: hidden;
    transition: all 0.3s ease-out;
    position: absolute;
    left: -124px;
    top: 0px;
    transition: all .3s ease-in-out;
    transform: scale(0);
    transform-origin: 124px 22px;
}

.side-bar li:hover .hidebox {
    transform: scale(1);
}
.side-bar li:hover .side_hotline{transform: scale(0);}

.side-bar li .hied_con {
    width: 121px;
    background: #fff;
    border: 1px solid #dfdfdf;
    transition: width .3s ease-in-out;
    border-top: 2px solid #007efe;
}

.side-bar li .hidebox a {
    width: 100px;
    display: block;
    margin: 0 auto;
    border-bottom: 1px solid #dfdfdf;
    font-size: 14px;
    line-height: 44px;
    padding: 0 14px;
    box-sizing: border-box;
}

.side-bar li .hidebox a.last {
    border-bottom: 0;
}

.side-bar li .hidebox p {
    font-size: 14px;
    text-align: center;
    padding: 18px 0;
}

.side-bar li .hidebox p span {
    display: block;
    color: #007efe;
}

.side-bar li .hidebox.big {
    width: 194px;
    overflow: hidden;
    left: -194px;
}

.side-bar li .hidebox.big .hied_con {
    width: 191px;
}

.side-bar li .hidebox.big a.mail {
    width: auto;
    line-height: 24px;
    border: 0;
    color: #007efe;
}

.side-bar li .hidebox.big a.mail:hover {
    text-decoration: underline;
}
.side-bar li .hidebox p a.side_bar_hrefa{display:inline;color:#007efe;width:100%; line-height:24px; border:0;font-size:14px; text-align:center;}
.side-bar li .hidebox p a.side_bar_hrefa:hover{ text-decoration:underline;color:#007efe;}

@-webkit-keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(500px);
        transform: translateX(500px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(500px);
        transform: translateX(500px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.slideInRight {
    -webkit-animation: slideInRight 0.6s ease-out;
    animation: slideInRight 0.6s ease-out;
    transition-delay: 0.6s;
}

.ladaybox {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
    -moz-opacity: 0.5;
    display: none;
    z-index: 10000;
}

.page {
    text-align: center;
    margin: 60px auto 40px auto;
    clear: both;
    color: #666666;
    font-size: 14px;
}

.page a {
    border: 1px solid #c3c3c3;
    background: #f8f8f8;
    line-height: 24px;
    height: 24px;
    display: inline-block;
    width: 24px;
    margin: 0 5px;
    color: #666;
    border-radius: 0px;
}

.page a.current {
    border: 1px solid #006cff;
    background: #006cff;
    color: #fff;
}

.page a:hover {
    border: 1px solid #006cff;
    background: #006cff;
    color: #fff;
}

.page span {
    border: 1px solid #006cff;
    background: #006cff;
    color: #fff;
    line-height: 24px;
    height: 24px;
    display: inline-block;
    width: 24px;
    margin: 0 5px;
    border-radius: 0px;
}

.page a.pre,.page a.next {
    padding: 0;
    width: 78px;
}

.page input {
    width: 14px;
    padding: 0 5px;
    line-height: 24px;
    margin: 0 5px;
    height: 26px;
    border: 1px solid #c3c3c3;
    box-sizing: content-box
}

.page span.go {
    cursor: pointer;
    background: none;
    border: 0;
    color: #006cff;
    text-decoration: underline;
}

.page span.go:hover {
    text-decoration: none;
}

.t_clip {
    font-size: 14px;
    color: #333;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10000000;
    width: 600px;
    left: 50%;
    text-align: center;
    margin-left: -300px;
    background: #f4fef3;
    border: 2px solid #a6cc9d;
    display: none;
}

.loading {
    width: 150px;
    height: 15px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -7px 0 0 -75px;
    text-align: center;
}

.loading span {
    display: inline-block;
    width: 15px;
    height: 100%;
    margin-right: 5px;
    background: #007efe;
    -webkit-animation: load 1.04s ease infinite;
}

.loading span:last-child {
    margin-right: 0px;
}

.placebox {
    width: 100%;
    background: #fff;
    clear: both;
    padding-bottom: 25px;
}

.placebox ul {
    background: #fff;
    color: #444444;
    height: 34px;
    line-height: 34px;
    display: inline-block;
    margin-top: 35px;
    overflow: hidden;
}

.placebox ul li {
    background: #eee;
    float: left;
    padding: 0 20px 0 34px;
    position: relative;
    font-size: 14px;
    line-height:34px;
    /*height:100%;*/
}

.placebox ul li a {
    color: #999;
}

.placebox ul li a:hover {
    text-decoration: underline;
}

.placebox ul li:nth-child(1) {
    padding: 0 34px 0 20px;
    border-radius: 6px 0 0 6px;
    overflow: hidden;
}

.placebox ul li:nth-child(2) {
    padding: 0 20px 0 20px;
}

.placebox ul li:nth-child(1):before {
    content: "";
    background: url(../../images/pa6.png) no-repeat;
    width: 14px;
    height: 34px;
    display: block;
    position: absolute;
    right: 0px;
    z-index: 10;
    top: 0;
}

.placebox ul li:before {
    content: "";
    background: url(../../images/pa6.png) no-repeat;
    width: 14px;
    height: 34px;
    display: block;
    position: absolute;
    right: -14px;
    z-index: 10;
    top: 0;
}

.placebox ul li:nth-last-child(1):before {
    content: "";
    background: url(../../images/pa5.png) no-repeat;
    width: 14px;
    height: 34px;
    display: block;
    position: absolute;
    right: -14px;
    z-index: 10;
    top: 0;
}

.placebox ul li i {
    background: url(../../images/mbxicon_03.png) no-repeat;
    width: 12px;
    height: 16px;
    display: block;
    margin: 9px auto;
}

.placebox ul li em {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 8px;
    vertical-align: -2px;
}

.placebox ul li em.c1 {
    background: url(../../images/mbxicon_06.png) no-repeat;
}

.placebox ul li em.c2 {
    background: url(../../images/mbxicon_08.png) no-repeat;
}

.placebox ul li em.c3 {
    background: url(../../images/mbxicon_10.png) no-repeat;
}

.placebox .search_so {
    float: right;
    margin-top: 45px;
}

.placebox .search_so .txt {
    width: 200px;
    height: 34px;
    font-size: 14px;
    color: #006cff;
    padding: 5px 10px;
    box-sizing: border-box;
    border: 0;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 0 10px 0 rgba(0,83,173,0.5);
    float: left;
}

.placebox .search_so .so {
    background: url(../../images/fangdaj.jpg) no-repeat;
    width: 53px;
    height: 34px;
    border: 0;
    float: left;
    margin-left: 10px;
}

.padbtm35 {
    padding-bottom: 35px;
}

.b404 {
    width: 1200px;
    margin: 140px auto;
    overflow: hidden;
}

.b404 p {
    text-align: center;
    margin-top: 60px;
}

.b404 p a {
    display: inline-block;
    border: 2px solid #0098e6;
    box-sizing: border-box;
    font-size: 18px;
    color: #0098e6;
    line-height: 36px;
    padding: 0 45px;
}

.b404 p a:hover {
    background: #0283c5;
    color: #fff;
    border: 2px solid #0283c5;
}

.b404 p a:nth-last-child(1) {
    background: #0098e6;
    color: #fff;
}

.b404 p a:nth-last-child(1):hover {
    background: #0283c5;
    color: #fff;
    border: 2px solid #0283c5;
}

@media screen and (max-width:1230px) {
    .b404 {
        width: 100%;
    }
}

@media screen and (max-width:850px) {
    .placebox {
        height: auto;
        padding: 0px 0 20px 0;
    }

    .placebox dl {
        width: 100%;
        float: none;
        display: block;
        margin-top: 0px;
        font-size: 14px;
        text-align: center;
    }

    .placebox .search_so {
        width: 100%;
        float: none;
        clear: both;
        width: 263px;
        margin: 0 auto;
        padding-top: 10px;
    }

    .placebox dt {
        display: inline-block;
        float: none;
    }

    .placebox dd {
        display: inline-block;
        float: none;
    }

    .b404 {
        margin: 100px auto 50px auto;
    }
}

@media screen and (max-width:540px) {
    .placebox ul li {
        padding: 0 10px 0 24px;
        font-size: 12px;
    }

    .placebox ul li:nth-child(1) {
        padding: 0 14px 0 10px;
    }

    .placebox ul li:nth-child(2) {
        padding: 0 10px 0 10px;
    }

    .placebox ul li em {
        margin-right: 0px;
        display: none;
    }

    .b404 p a {
        padding: 0 20px;
    }

    .page {
        margin: 30px auto;
    }

    .page label {
        display: none;
    }
}

@-webkit-keyframes load {
    0% {
        opacity: 1;
        -webkit-transform: scale(1.2);
    }

    100% {
        opacity: .2;
        -webkit-transform: scale(.2);
    }
}

.loading span:nth-child(1) {
    -webkit-animation-delay: 0.13s;
}

.loading span:nth-child(2) {
    -webkit-animation-delay: 0.26s;
}

.loading span:nth-child(3) {
    -webkit-animation-delay: 0.39s;
}

.loading span:nth-child(4) {
    -webkit-animation-delay: 0.52s;
}

.loading span:nth-child(5) {
    -webkit-animation-delay: 0.65s;
}

.links_more {
    background-color: #f2f2f2;
    width: 100%;
    margin-top: 68px;
    padding: 60px 0
}

.links_more .content {
    border: 1px solid #ccc;
    width: 1120px;
    margin: 0 auto;
    background-color: #fff;
    padding: 60px;
}

.links_more .content h2 {
    font-size: 18px;
    height: 24px;
    line-height: 24px;
    margin-bottom: 25px;
    font-weight: 700;
    margin-left: 20px;
}

.links_more .content ul {
    width: 90%;
    margin: 0 auto
}

.links_more .content ul li {
    float: left;
    width: 16%;
    margin-bottom: 20px;
    font-size: 14px;
}

.links_more .content ul li a {
    color: #333;
}

.links_more .content .clearfix:before,.clearfix:after {
    content: "";
    display: table;
}

.links_more .content .clearfix:after {
    clear: both;
}

.links_more .content .clearfix {
    zoom: 1;
}

@media screen and (max-width:849px) {
    .links_more {
        margin-top: 50px;
        padding: 0
    }

    .links_more .content {
        border: 0;
        width: 100%;
        margin: 0 auto;
        background-color: #fff;
        padding: 1px 0 0;
    }

    .links_more .content h2 {
        font-size: 18px;
        height: 24px;
        line-height: 24px;
        font-weight: 700;
        margin: 20px;
    }

    .links_more .content ul {
        width: 80%;
        margin: 0 auto
    }

    .links_more .content ul li {
        float: left;
        width: 50%;
        margin-bottom: 20px;
        font-size: 14px;
    }
}
.links_more .content ul li a{color:#007EFE}
.links_more .content ul li a:hover{text-decoration: underline}
.links_more .content dl{margin-left:20px;font-size:14px;margin-bottom:20px;}

.links_more .content dl .linksmore_indenttxt{text-indent: 16px;}
.laday {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: #000;
    opacity: 0.7;
    z-index: 100000;
    display: none;
}

.pctcbox {
    width: 90%;
    background-color: #fff;
    position: fixed;
    height: 11rem;
    left: 50%;
    top: 50%;
    margin-left: -45%;
    margin-top: -5.5rem;
    z-index: 999999;
    display: none;
}

.pctsm {
    font-size: 1rem;
    color: #666;
    text-align: center;
    padding-top: 1rem;
}

.pctsmweb {
    font-size: 1rem;
    color: #007efe;
    text-align: center;
    padding-top: 1.2rem;
}

.ladayconttopauto {
    text-align: right;
    font-size: 1.5rem;
    padding: 1.5rem 1.5rem 0 0;
}

.ladayconttopauto a {
    font-family: 'PingFang SC','Microsoft YaHei',Helvetica,Sans-serif;
    font-weight: 700;
    display: block;
}

.header {
    width: 100%;
    background: rgba(255,255,255,.99);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100000;
    box-shadow: 0 0 3px 0 rgba(0,0,0,.2);
}

.header.move {
    position: inherit;
}

.header:after {
    content: " ";
    display: table;
    clear: both;
}

.header .wrapper {
    margin: 0 auto;
    max-width: 1200px;
    height: 68px;
}

.logo {
    float: left;
    margin-top: 16px;
}

.logo a {
    width: 208px;
    height: 28px;
    background-size: contain;
    display: block;
}

.rm-toggle.rm-button {
    position: relative;
    z-index: 9999;
    width: 24px;
    height: 12px;
    border-bottom: 2px solid #363635;
    vertical-align: middle;
    font-size: 0;
    text-indent: -9999px;
    -webkit-box-sizing: content-box !important;
    box-sizing: content-box !important;
}

.rm-toggle.rm-button:before {
    content: '';
    position: absolute;
    top: -2px;
    left: 0;
    right: 0;
    height: 5px;
    border-top: 2px solid #363635;
    transition: all 100ms linear 0ms;
    -webkit-box-sizing: content-box !important;
    box-sizing: content-box !important;
}

.rm-toggle.rm-button:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    border-bottom: 2px solid #363635;
    transition: all 100ms linear 0ms;
    -webkit-box-sizing: content-box !important;
    box-sizing: content-box !important;
}

.rm-toggle {
    display: none;
    float: right;
    text-decoration: none;
    margin: 18px 15px 0 0;
}

.rm-toggle.rm-show {
    display: inline-block;
}

.rm-toggle:hover {
}

.rm-toggle.rm-active {
    color: transparent !important;
    border: 0;
    transition: all 0.3s ease-in;
}

.rm-toggle.rm-active:after {
    -webkit-transform: scale(0);
    transform: scale(0);
}

.rm-toggle.rm-active span:before,.rm-toggle.rm-active span:after {
    border-width: 2px;
    border-color: #363635;
}

.rm-toggle.rm-active:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 3px;
}

.rm-toggle.rm-active:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.rm-css-animate.rm-menu-expanded {
    max-height: none;
    display: block;
}

.rm-container.rm-layout-expanded {
    float: right;
}

.rm-nav li a,.rm-top-menu a {
    font-size: 14px;
}

.rm-layout-expanded .rm-nav > ul > li > a,.rm-layout-expanded .rm-top-menu > .rm-menu-item > a {
    height: 40px;
    line-height: 40px;
    display: block;
    margin: 15px 16px 0 16px;
}

.rm-layout-expanded .rm-nav > ul > li.adminbg > a {
    color: #007efe;
    font-size: 16px;
}

.rm-nav > ul >li.adminbg >a:hover:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #007efe;
    left: 0;
    bottom: -2px;
    transform: scaleX(0);
    visibility: visible;
}

.header .toux {
    width: 34px;
    height: 34px;
    overflow: hidden;
    border-radius: 50%;
    background: #e1e1e1;
    margin-right: 15px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    line-height: 34px;
    text-align: center;
    vertical-align: -10px;
}

.header a .san {
    background: url(../../images/san.png) no-repeat;
    width: 8px;
    height: 5px;
    display: inline-block;
    margin-left: 10px;
    vertical-align: 2px;
}

.rm-nav ul,.rm-menu {
    margin-top: 0;
}

.rm-container:after {
    content: " ";
    display: table;
    clear: both;
}

.rm-nav > ul,.rm-top-menu {
    clear: both;
    list-style: none;
    padding: 0;
    margin-left: 0;
    margin-bottom: 0;
    zoom: 1;
}

.rm-nav li,.rm-menu-item {
    position: relative;
}

.rm-nav > ul > .rm-last,.rm-top-menu > .rm-last {
    margin-bottom: 0;
}

.rm-nav li a,.rm-menu-item a {
    display: block;
    position: relative;
    color: #2f2725;
    text-decoration: none;
}

.rm-nav li ul,.rm-menu-item .rm-menu {
    width: 100%;
    padding: 0;
    margin-left: 0;
    list-style: none;
    z-index: 500;
    zoom: 1;
}

.rm-nav .rm-hover ul {
    z-index: 600;
}

.rm-nav li li a,.rm-menu-item .rm-menu-item a {
    z-index: 500;
}

.rm-nav li li.rm-last a,.rm-menu-item .rm-menu-item.rm-last a {
    padding-bottom: 0;
}

.rm-nav li li ul,.rm-menu-item .rm-menu-item .rm-menu {
    position: static;
}

.rm-nav li li li a,.rm-menu-item .rm-menu-item .rm-menu-item a {
    z-index: 600;
}

.rm-accelerate {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
}

.rm-css-animate {
    display: block;
    max-height: 0;
    overflow: hidden;
}

.rm-css-animate.rm-menu-expanded {
    overflow: visible;
}

.rm-nav a {
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.news .list dl span {
    float: right;
    color: #999;
    line-height: 27px;
    display: block;
}

.news .list dl span::after {
    content: '';
    display: block;
    margin-top: -9px;
    width: 30%;
    height: 1px;
    background: transparent;
    transition: all 0.6s cubic-bezier(0.215,0.61,0.355,1) 0s;
    margin-top: 0px;
}

.news .list:hover dl span::after {
    width: 100%;
    background: #dcdcdc;
}

.rm-nav > ul >li >a:hover {
    color: #007efe;
}

.rm-nav > ul >li >a:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #007efe;
    left: 0;
    bottom: -2px;
    transform: scaleX(0);
    visibility: hidden;
    transition: all 0.3s ease-in;
}

.rm-nav > ul >li >a:hover:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #007efe;
    left: 0;
    bottom: -2px;
    transform: scaleX(1);
    visibility: visible;
}

.rm-nav > ul >li.rm-hover > a {
    color: #007efe;
}

.rm-nav li a .zico {
    background: url(../../images/jian_1.png) no-repeat;
    width: 13px;
    height: 7px;
    display: inline-block;
    margin-left: 4px;
    vertical-align: 1px;
}

.rm-nav li a:hover .zico {
    background: url(../../images/jian_1h.png) no-repeat;
}

.rm-nav li.rm-hover a .zico {
    background: url(../../images/jian_1h.png) no-repeat;
}

.rm-nav li.rm-hover a .sico {
    background: url(../../images/jian_2.png) no-repeat;
    width: 7px;
    height: 11px;
    display: inline-block;
    float: right;
    margin: 23px 15px 0 0;
}

.rm-nav li.rm-hover li a:hover .sico {
    background: url(../../images/jian_2h.png) no-repeat;
}

.rm-nav li.rm-hover  li.rm-hover a .sico {
    background: url(../../images/jian_2h.png) no-repeat;
}

.rm-nav li a.on {
    color: #007efe;
    border-bottom: 2px solid #007efe;
}

.rm-nav li a.on .zico {
    background: url(../../images/jian_1h.png) no-repeat;
}

.rm-lighten li li {
    padding: 0 15px;
}

.rm-lighten li dl h5 {
    font-size: 14px;
    font-weight: 600;
}

.rm-lighten li dl {
    width: 170px;
    box-sizing: border-box;
    float: left;
    font-size: 14px;
    padding: 0 15px;
}

.rm-lighten li dl a {
    border-bottom: 1px solid #dcdcdc;
    color: #727171;
}

.rm-lighten li dl a:hover {
    color: #007efe;
}

.rm-lighten li li a {
    border-bottom: 1px solid #dcdcdc;
    color: #727171;
}

.rm-lighten li li a:hover {
    color: #007efe;
}

.rm-lighten li a.lasta1,.rm-lighten li a.lasta2 {
    border: 0;
}

.rm-nav > ul > li > ul > li.rm-hover > a {
    color: #007efe;
}

.rm-layout-expanded .rm-nav > ul,.rm-layout-expanded .rm-top-menu {
    margin-bottom: 0;
}

.rm-layout-expanded .rm-nav > ul > li,.rm-layout-expanded .rm-top-menu > .rm-menu-item {
    float: left;
    height: 68px;
}

.rm-layout-expanded .rm-nav > ul > .rm-last,.rm-layout-expanded .rm-top-menu > .rm-last {
    margin-bottom: 0;
}

.rm-layout-expanded li ul,.rm-layout-expanded .rm-menu-item .rm-menu {
    width: 284px;
    white-space: nowrap;
    padding: 0px;
    position: absolute;
    left: 0;
    top: 68px;
    background: #fff;
    border-left: 3px solid #007efe;
    box-shadow: 0 0 3px 0 rgba(0,0,0,.1);
    line-height: 57px;
}

.rm-layout-expanded li.rm-last ul,.rm-layout-expanded .rm-menu-item.rm-last .rm-menu {
    left: auto;
    right: 0;
}

.rm-layout-expanded li li ul,.rm-layout-expanded .rm-menu-item .rm-menu-item .rm-menu {
    position: absolute;
    left: 100%;
    top: 0;
}

.rm-layout-expanded li a,.rm-layout-expanded li li a,.rm-layout-expanded li li li a,.rm-layout-expanded .rm-menu-item a,.rm-layout-expanded .rm-menu-item .rm-menu-item a,.rm-layout-expanded .rm-menu-item .rm-menu-item .rm-menu-item a {
    padding-left: 0em;
}

.rm-layout-expanded li.rm-lastbig .rm-menu {
    width: 515px;
}
.rm-layout-expanded li.rm-last-normalbig .rm-menu {width: 348px;}
.rm-layout-expanded li.adminbg .rm-menu {
    width: 138px;
}

.rm-layout-expanded li.rm-last1 .rm-menu {
    width: 200px;
}

.no-js .rm-nav li ul,.rm-nojs li ul {
    position: absolute;
    left: -999em;
}

.rm-toggle.rm-nojs {
    display: inline-block;
    visibility: hidden;
}

.rm-nav>ul {
    float: left;
}

.header .wrapper .bt {
    display: inline-block;
    height: 68px;
    line-height: 68px;
}

.header .wrapper .b1 {
    display: inline-block;
    line-height: 28px;
    width: 98px;
    text-align: center;
    color: #007efe;
    border: 1px solid #007efe;
    border-radius: 0px;
    margin-right: 10px;
    transition: all 0.3s ease-in;
}

.header .wrapper .b1:hover {
    background: #007efe;
    color: #fff;
}

.header .wrapper .b2 {
    color: #007efe;
}

.header .wrapper .b2:hover {
    text-decoration: underline;
}

.product_nav {
    width: 100%;
    background: rgba(255,255,255,.99);
    position: fixed;
    left: 0;
    top: 68px;
    line-height: 45px;
    height: 45px;
    border-top: 1px solid #999;
    z-index: 9999;
    box-shadow: 0 0 30px 0 rgba(0,0,0,.1);
}

.product_nav.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000;
}

.product_nav .con {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.product_nav .con h1 {
    float: left;
    font-size: 14px;
    color: #1d2088;
    font-weight: bold;
    letter-spacing: 1px;
}
.product_nav_tit{
    float: left;
    font-size: 14px;
    color: #1d2088;
    font-weight: bold;
    letter-spacing: 1px;
}

.product_nav .con ul {
    float: right;
    font-size: 14px;
}

.product_nav .con ul li {
    float: left;
    margin: 0 0 0 50px;
}

.product_nav .con ul li a i {
    display: inline-block;
    width: 25px;
    height: 20px;
    margin-right: 10px;
    vertical-align: -5px;
    transition: all 0.3s ease-in;
}

.product_nav .con ul li a i.b1 {
    background: url(../../images/navd_03.png) no-repeat;
}

.product_nav .con ul li a i.b2 {
    background: url(../../images/navd_05.png) no-repeat;
}

.product_nav .con ul li a i.b3 {
    background: url(../../images/navd_07.png) no-repeat;
}

.product_nav .con ul li a i.b4 {
    background: url(../../images/navd_09.png) no-repeat;
}

.product_nav .con ul li a i.b5 {
    background: url(../../images/navd_12.png) no-repeat;
}

.product_nav .con ul li a i.b6 {
    background: url(../../images/navd_13.png) no-repeat;
}

.product_nav .con ul li a:hover i.b1 {
    background: url(../../images/navdh_03.png) no-repeat;
}

.product_nav .con ul li a:hover i.b2 {
    background: url(../../images/navdh_05.png) no-repeat;
}

.product_nav .con ul li a:hover i.b3 {
    background: url(../../images/navdh_07.png) no-repeat;
}

.product_nav .con ul li a:hover i.b4 {
    background: url(../../images/navdh_09.png) no-repeat;
}

.product_nav .con ul li a:hover i.b5 {
    background: url(../../images/navdh_12.png) no-repeat;
}

.product_nav .con ul li a:hover i.b6 {
    background: url(../../images/navdh_13.png) no-repeat;
}

.product_nav .con ul li.on a i.b1 {
    background: url(../../images/navdh_03.png) no-repeat;
}

.product_nav .con ul li.on a i.b2 {
    background: url(../../images/navdh_05.png) no-repeat;
}

.product_nav .con ul li.on a i.b3 {
    background: url(../../images/navdh_07.png) no-repeat;
}

.product_nav .con ul li.on a i.b4 {
    background: url(../../images/navdh_09.png) no-repeat;
}

.product_nav .con ul li.on a i.b5 {
    background: url(../../images/navdh_12.png) no-repeat;
}

.product_nav .con ul li.on a i.b6 {
    background: url(../../images/navdh_13.png) no-repeat;
}

.product_nav .con ul li.on a {
    color: #007efe;
}

.menu_bt {
    width: 63px;
    height: 39px;
    border-left: 1px solid #d3d3d3;
    position: relative;
    background: url(../../images/jiao2.png) no-repeat center;
    float: right;
    display: none;
}

@media screen and ( max-width:1230px ) {
    .product_nav .con {
        width: 100%;
    }

    .product_nav .con h1 {
        margin-left: 10px;
    }
    .product_nav_tit{
        margin-left: 10px;
    }
}

@media screen and ( min-width:850px ) {
    .rm-nojs > ul > li,.no-js .rm-nav > ul > li {
        float: left;
    }

    .rm-nojs li a,.no-js .rm-nav li a {
        padding-left: 0;
    }

    .rm-nojs > ul:before,.rm-nojs > ul:after,.no-js .rm-nav > ul:before,.no-js .rm-nav > ul:after {
        content: " ";
        display: table;
    }

    .rm-nojs > ul:after,.no-js .rm-nav > ul:after {
        clear: both;
    }

    .rm-toggle.rm-nojs {
        display: none;
    }
}

@media screen and ( max-width:1050px ) {
    .rm-layout-expanded .rm-nav > ul > li > a,.rm-layout-expanded .rm-top-menu > .rm-menu-item > a {
        margin: 15px 10px 0 10px;
    }
}

@media screen and ( max-width:930px ) {
    .rm-layout-expanded .rm-nav > ul > li > a,.rm-layout-expanded .rm-top-menu > .rm-menu-item > a {
        margin: 15px 5px 0 5px;
    }
}

@media screen and ( max-width:850px ) {
    .header {
        background: rgba(255,255,255,1);
    }

    .header .wrapper {
        height: 50px;
    }

    .product_nav {
        background: #e5e5e5;
        top: 50px;
        height: 40px;
        line-height: 40px;
    }

    .page-overlay {
        position: fixed;
        top: 90px;
        right: 0;
        bottom: 0;
        left: 0;
        height: 0;
        z-index: 111999;
        width: 100%;
        overflow: hidden;
        background: #e5e5e5;
        transition: all .2s ease-in-out;
        color: #fff;
        opacity: 0;
    }

    .page-overlay.black {
        opacity: 1;
        height: 200px;
    }

    .menu_bt {
        display: block;
    }

    .menu_bt.open {
        background: url(../../images/jiao1.png) no-repeat center;
    }

    .product_nav h1 {
        margin-left: 10px;
    }

    .product_nav .con ul {
        float: none;
        width: 100%;
        margin: 0 auto;
        line-height: 39px;
    }

    .product_nav .con ul li {
        float: none;
        margin: 0;
        border-top: 1px solid #d3d3d3;
    }

    .product_nav .con ul li a {
        padding: 0 20px;
        display: block;
        width: 100%;
        box-sizing: border-box;
    }

    .logo a {
        width: 120px;
        height: 28px;
        margin-left: 10px;
    }

    .rm-nav>ul {
        background: #fff;
        float: none;
        padding: 0 30px;
        line-height: 34px;
        margin-top: 0;
        box-shadow: 0 2px 3px 0px rgba(0,0,0,.1);
    }

    .header .wrapper dl {
        float: none;
    }

    .rm-lighten li li a {
        border: 0;
    }

    .rm-nav > ul >li >a:hover {
        color: #007efe;
        border-bottom: 0;
    }

    .rm-nav > ul >li.rm-hover > a {
        color: #007efe;
        border-bottom: 0;
    }

    .rm-nav li a .zico {
        background: url(../../images/down1.png) no-repeat;
        width: 9px;
        height: 5px;
        display: inline-block;
        margin-left: 4px;
        vertical-align: 1px;
        float: right;
        margin: 13px 15px 0 0;
    }

    .rm-nav li a:hover .zico {
        background: url(../../images/up1.png) no-repeat;
    }

    .rm-nav li.rm-hover a .zico {
        background: url(../../images/up1.png) no-repeat;
    }

    .rm-nav li.rm-hover a .sico {
        background: url(../../images/down1.png) no-repeat;
        width: 9px;
        height: 5px;
        display: inline-block;
        float: right;
        margin: 13px 15px 0 0;
    }

    .rm-nav li.rm-hover li a:hover .sico {
        background: url(../../images/up1.png) no-repeat;
    }

    .rm-nav li.rm-hover  li.rm-hover a .sico {
        background: url(../../images/up1.png) no-repeat;
    }

    .rm-nav > ul >li {
        border-bottom: 1px solid #e5e5e5;
    }

    .rm-lighten li li {
        padding: 0 0 0 25px;
    }

    .rm-nav li a.on {
        color: #007efe;
        border-bottom: 0;
    }

    .rm-nav li a.on .zico {
        background: url(../../images/down1.png) no-repeat;
    }

    .header .wrapper .bt {
        text-align: center;
    }

    .rm-nav > ul >li >a:after {
        position: absolute;
        content: "";
        display: block;
        width: 100%;
        height: 0px;
        background-color: none;
        left: 0;
        bottom: -2px;
        transform: scaleX(0);
        visibility: hidden;
        transition: all 0.3s ease-in;
    }

    .rm-nav > ul >li >a:hover:after {
        position: absolute;
        content: "";
        display: block;
        width: 100%;
        height: 0px;
        background-color: none;
        left: 0;
        bottom: -2px;
        transform: scaleX(1);
        visibility: visible;
    }

    .header .toux {
        width: 24px;
        height: 24px;
        margin-right: 10px;
        line-height: 24px;
        vertical-align: -7px;
    }

    .header a .san {
        float: right;
        margin: 15px 15px 0 0;
    }

    .rm-lighten li dl {
        float: none;
        width: 100%;
    }

    .rm-lighten li dl a {
        border-bottom: 0;
        padding: 0 20px;
        display: block;
        width: 100%;
        box-sizing: border-box;
    }
}

@media screen and ( max-width:380px ) {
    .rm-lighten li dl a {
        line-height: 25px;
    }
}

.rm-calculate {
    position: absolute !important;
    max-height: none !important;
    overflow: visible !important;
}

.rm-layout-contracted .rm-calculate {
    width: 100% !important;
}

.rm-container .accessibly-hidden {
    position: absolute;
    left: -999em;
}

.footer {
    clear: both;
    clear: both;
    width: 100%;
}

.footer .top {
    margin-bottom: 30px;
}

.footer .top ul {
    float: left;
    overflow: hidden;
    line-height: 25px;
    color: #ccc;
    padding: 0 75px;
    border-right: 1px solid #5078bd;
    height: 200px;
}

.footer .top ul.last {
    border: 0;
}

.footer .bottom .maincon ul a {
    color: #ccc;
}

.footer .bottom .maincon ul a:hover {
    text-decoration: underline;
}

.footer .top ul h3 {
    font-size: 16px;
    font-weight: normal;
    margin: 0 0 20px 0;
}

.footer .top ul a {
    color: #eee;
}

.footer .top ul a:hover {
    text-decoration: underline;
}

.footer .top ul:nth-child(1) {
    padding: 0 60px 0 0;
}

.footer .top dl {
    background: url(../../images/map.png) no-repeat;
    background-size: contain;
    width: 440px;
    float: right;
    color: #fff;
    box-sizing: border-box;
    padding: 0 60px;
    line-height: 18px;
    margin-right: 60px;
}

.footer .top dl h1 {
    font-size: 16px;
    margin: 20px 0 40px 0;
}

.footer .top dl a {
    width: 120px;
    text-align: center;
    line-height: 30px;
    border: 1px solid #fff;
    border-radius: 0px;
    display: block;
    color: #fff;
    margin-top: 30px;
    transition: all 0.3s ease-in;
}

.footer .top dl a:hover {
    background: #fff;
    color: #043da0;
}

.footer .bottom {
    width: 100%;
    background: #033285;
    height: 65px;
    clear: both;
}

.footer .bottom .maincon ul {
    font-size: 12px;
    color: #ccc;
    line-height: 28px;
    float: left;
    margin-top: 20px;
}

.footer .bottom dl {
    float: right;
    margin-top: 15px;
}

.footer .bottom dt,.footer .bottom dd {
    float: left;
    position: relative;
    line-height: 40px;
    color: #ccc;
    font-size: 14px;
}

.footer .bottom dd {
    margin-left: 28px;
}

.footer .bottom dd .weixin {
    background: url(../../images/erweima_20.png) no-repeat;
    width: 32px;
    height: 32px;
    display: block;
}

.footer .bottom dd .weibo {
    background: url(../../images/erweima_22.png) no-repeat;
    width: 40px;
    height: 40px;
    display: block;
}

.footer .bottom dd .weixin:hover {
    background: url(../../images/erweima_14.png) no-repeat;
    width: 32px;
    height: 32px;
    display: block;
}

.footer .bottom dd .weibo:hover {
    background: url(../../images/erweima_17.png) no-repeat;
    width: 40px;
    height: 40px;
    display: block;
}

.footer .bottom dd .jq_hidebox {
    background: #fff;
    border: 1px solid #033285;
    position: absolute;
    left: -75px;
    bottom: 55px;
    z-index: 10;
    width: 157px;
    padding: 16px 0;
    width: 189px;
    display: none;
    -webkit-box-sizing: inherit;
    box-sizing: inherit !important;
    text-align: center;
}

.footer .bottom dd .jq_hidebox img {
    width: 157px;
}

.footer .bottom dd .jq_hidebox:after {
    content: "";
    background: #fff;
    border-right: 1px solid #033285;
    border-bottom: 1px solid #033285;
    height: 16px;
    width: 16px;
    position: absolute;
    left: 85px;
    bottom: -9px;
    display: block;
    transform: rotate(45deg);
    box-sizing: inherit;
}

.footer .firend {
    width: 1200px;
    margin: 0 auto;
    color: #ccc;
    line-height: 28px;
    padding: 10px 0;
}

.footer .firend em {
    display: inline-block;
    width: 1px;
    height: 10px;
    vertical-align: -1px;
    background: #ccc;
    margin: 0 10px;
}

.footer .firend em:last-child {
    display: none
}

.footer .firend span {
    font-size: 14px;
    display: inline-block;
}

.footer .firend a {
    color: #ccc;
    display: block;
    display: inline-block;
}

.footer .firend a:hover {
    text-decoration: underline;
}
.footer .firend a.links_moreno {
   display:none;
}

/*滑动验证码*/
/*#slideCaptchaBox{display:none;position:fixed;bottom:0;left:0;width:100%;height:310px;z-index:199999999999992;}*/
/*.slideCaptcha_cont{position:absolute;bottom:0;left:50%;width:300px;height:310px;margin:-105px 0 0 -150px;background-color:#fff;box-shadow: 0 2px 15px 0 #333;}*/

#slideCaptchaBox{width: 100%;height: 100%;display:none;position:fixed;bottom:0;left:0;z-index:199999999999992;}
.slideCaptcha_cont {
    top: 50%;
    left: 50%;
    width: 300px;
    height: 310px;
    margin: -155px 0 0 -150px;

    position:absolute;background-color:#fff;box-shadow: 0 2px 15px 0 #333;
}

#slideCaptchaBox img{width: auto;}
#slideCaptchaBox .rightValidate { width: 280px; margin: 0px auto; position: relative; line-height: 30px; height: 30px; text-align: center; z-index: 99; margin-top:60px;}
#slideCaptchaBox .v_rightBtn { position: absolute; left: 0; top: 0; height: 28px; width: 40px; background: #ddd; cursor: pointer; }
#slideCaptchaBox .imgBtn{ width:44px; height: 171px; position: absolute; left: 0;  }
#slideCaptchaBox .imgBtn img{ z-index:99; align:center;}
#slideCaptchaBox .imgBg{ position:absolute;bottom:35px;width: 280px; height: 171px;  display:block; z-index:9;}
#slideCaptchaBox .slideCaptchaloading{z-index:9999;position:absolute;left:0;top:0;width: 100%; height: 100%;  display:block; text-align:center;background-color:#fff;}
#slideCaptchaBox .slideCaptchaloading img{margin-top:150px;}
#slideCaptchaBox .imgBg_2{ position:absolute; bottom: -80px;  bottom:35px; width: 150px; height: 60px;   display:block;z-index:9;}
#slideCaptchaBox .imgBg_3{ position:absolute;  bottom: -80px; bottom:35px; width: 170px; height: 60px;   display:block;z-index:9;}
#slideCaptchaBox .hkinnerWrap{ border: 1px solid #eee; z-index:9999}
#slideCaptchaBox .green{ border-color:#34C6C2 !important; }
#slideCaptchaBox .green .v_rightBtn{ background: #34C6C2; color: #fff; }
#slideCaptchaBox .red{ border-color:red !important; }
#slideCaptchaBox .red .v_rightBtn{ background: red; color: #fff; }
#slideCaptchaBox .refresh{ position: absolute; width: 30px; height: 30px; right: 4px; top: 4px; font-size: 12px; color: #fff; text-shadow: 0px 0px 9px #333; cursor: pointer; display: none; }
#slideCaptchaBox .notSel{ user-select: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -webkit-touch-callout: none; }

/*3d页面*/
.slideCaptcha_bg{width:100%;height:100%;position:absolute;left:0;top:0;background-color:#000;opacity: 0.6}
/*#slideCaptchaBox.d3_slideCaptchaBox{width: 100%;height: 100%;}*/
/*.d3_slideCaptchaBox .slideCaptcha_cont {*/
      /*top: 50%;*/
      /*left: 50%;*/
      /*width: 300px;*/
      /*height: 310px;*/
      /*margin: -155px 0 0 -150px;*/
  /*}*/
/*#slideCaptchaBox.developer_slideCaptchaBox{position:absolute;top:0}*/
@media screen and (max-width: 850px) {
    /*#slideCaptchaBox{height:350px;bottom: auto;top: 50%;margin-top:-175px;}*/
    /*.slideCaptcha_cont{height:350px;margin-top:0;}*/

    /*#slideCaptchaBox.developer_slideCaptchaBox{position:absolute;top:auto;bottom:32%}*/
}

@media screen and (max-width:1230px) {
    .footer .top ul {
        width: 18%;
        margin: 0 1%;
        padding: 0;
        box-sizing: border-box;
    }

    .footer .top ul:nth-child(1) {
        padding: 0 2% 0 0;
        margin: 0;
    }

    .footer .top dl {
        width: 30%;
        margin-right: 0;
        padding: 0;
    }

    .footer .firend {
        width: 90%;
    }
}

@media screen and (max-width:1030px) {
}

@media screen and (max-width:769px) {
    .footer .top {
        padding-bottom: 10px;
    }

    .footer .top ul h1 {
        margin: 10px 0 10px 0;
    }

    .footer .top dl h1 {
        margin: 15px 0 20px 0;
    }

    .footer .top ul {
        width: 45%;
        margin: 10px 2.5%;
        padding: 0;
        box-sizing: border-box;
        height: 225px;
    }

    .footer .top ul:nth-child(2) {
        height: 225px;
    }

    .footer .top ul:nth-child(1) {
        padding: 0 0 0 0;
        margin: 10px 2.5%;
    }

    .footer .top ul:nth-child(2n) {
        border: 0;
    }

    .footer .top dl {
        width: 45%;
        margin: 0 2.5%;
        float: left;
        padding: 0;
    }

    .footer .bottom {
        height: auto;
        padding-bottom: 40px;
    }

    .footer .bottom ul {
        width: 100%;
        float: none;
        text-align: center;
        overflow: hidden;
        margin-bottom: 10px;
    }

    .footer .bottom dl {
        width: 210px;
        margin: 0 auto;
        float: none;
        clear: both;
    }

    .footer .top ul:last-child {
        height: 150px;
    }

    .footer .top ul span {
        display: none;
    }
}

.footer-map-container {
    margin-right: 10px;
    margin-left: -10px;
}

.footer-map-container li {
    float: left;
}

.footer-map-container li a {
    padding: 0 10px;
}

.footer-map-container li em {
    display: inline-block;
    width: 1px;
    height: 10px;
    vertical-align: -1px;
    background: #ccc;
}

.ZOLLINK-li-cont {
    display: none;
}

.ZOLLINK-li-cont.showBox {
    display: inline-block;
}

.friend-wrapper {
    width: 100%;
    background-color: #043da0;
}

.friend-main {
    width: 100%;
    position: relative;
    padding-right: 75px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.links-more {
    float: right;
    padding: 0 10px;
    border: 1px solid;
    position: absolute;
    right: 0;
    top: 4px;
    line-height: 18px;
}

.friend-main.showall {
    -webkit-line-clamp: 10;
}

@media screen and (max-width: 769px) {
    .footer .bottom ul {
        width: auto;
    }

    .footer-map-container {
        margin-left: 50px;
    }
}

@media screen and (max-width: 414px) {
    .log {
        margin-top: 15px;
    }

    .footer-map-container {
        margin-left: 115px;
    }

    .footer-map-container li:last-child a {
        border-right: none
    }
}

@media screen and (max-width: 375px) {
    .footer-map-container {
        margin-left: 100px;
    }
}



.dis_inline {
    display: inline-block;
    zoom: 1;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
}
.dis_none {
    display: none;
}
.add_hot_icon {
    position: relative;
}

.add_hot_icon img {
    width: auto;
    margin-top: 2px;
}
.add_new_icon {
    position: relative;
}

.add_new_icon img {
    position: absolute;
    top: -1px;
    width: 28px;    right: -27px;
}
.second_menu_addicon img {
    position: absolute;
    top: -9px;
    width: 28px;
    right: auto;
}
@media screen and (max-width: 769px) {
    .add_hot_icon img {
        width: auto;
        margin-top: 0px;
        margin-left: 3px;
    }
}

.menu_add_hot {
    position: relative;
}

.menu_add_hoticon {
    width: 24px;
    height: auto;
    position: absolute;
    left: 72px;
    top: -1px;
}

.menu_addpartner_hot .menu_add_hoticon {
    left: 61px;
}

.footer .bottom .maincon ul#netSupervisor {
    margin-left: 20px;
    margin-top: 17px;
    line-height: 15px;
}

#netSupervisor a {
    height: 30px;
    padding-left: 32px;
    background: url(../../images/netSupervisor.png) no-repeat left center;
    background-size: auto 100%;
}

@media screen and (max-width: 769px) {
    .footer .bottom .maincon ul#netSupervisor {
        width: 100%;
        text-align: center;
        margin-top: 0;
        margin-left: 0;
    }
}



/**header**/
#header{width: 100%;background: rgba(255,255,255,.99);position: fixed;left: 0;top: 0;z-index: 100000;box-shadow: 0 0 3px 0 rgba(0,0,0,.2);}
#header.move {    position: inherit;}
.header_wrapper{width:100%;position:relative;}
.header_logo{float:left;margin-left:32px;margin-top: 22px;width:178px;}
.header_logo img{width:100%;}
.header_stock{float:left;height: 68px;display: flex;align-items: center;}
.header_stock_line{float:left;width: 2px;height: 24px;margin:0 12px 0;background-color: #d3d3d5;}
.header_stock_txt{margin-top:0;float:left;}
.header_stock_text{font-size: 12px;line-height:16px;font-family: PingFang SC, PingFang SC-Regular; color: #1e222b;}
/*.header_menu{float:right;width:79%;}*/
.header_menu{float:right;}
/*信创.large_menu{float:left;width:84%;}*/
/*margin-right: 263px;*/
.large_menu{float:left;}
.large_menu ul li.large_menu_li{float: left;height: 68px;position: relative;}
.large_menu_btnli{float: left;margin-top:16px;}
.large_menu_btn{line-height: 36px;margin:0 24px;
    height: 36px;font-size: 14px;font-weight: 600;
    text-align: center;padding:0 20px 0 48px;
    color: #333333;
    float:left;background:#f0f5fe url(../../images/menu_down.png) no-repeat 20px center;
    background-size:20px 20px;
    cursor:pointer;
    border-radius: 18px;}
.large_menu_btn:hover{background-color:#deebfd}
.large_menu ul li.large_menu_li a.large_menu_lia{height: 40px; line-height: 40px;  font-size: 14px; display: block;     margin: 15px 15px 0 18px;-webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;position:relative;color:#2f2725}
.large_menu ul li.large_menu_li a.on {color: #007efe;border-bottom: 2px solid #007efe;}

.large_menu > ul >li.large_menu_li >a:hover {  color: #007efe;}

.large_menu > ul >li.large_menu_li >a:after {
    position: absolute;
    content: "";display: block;width: 100%; height: 2px;
    background-color: #007efe;
    left: 0;bottom: -2px;
    transform: scaleX(0); visibility: hidden;transition: all 0.3s ease-in;}

.large_menu > ul >li.large_menu_li >a:hover:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #007efe;
    left: 0;
    bottom: -2px;
    transform: scaleX(1);
    visibility: visible;
}

.large_menu > ul >li.rm-hover > a {
    color: #007efe;
}

.large_menu li.large_menu_li a .zico {
    background: url(../../images/jian_1.png) no-repeat;
    width: 13px;
    height: 7px;
    display: inline-block;
    margin-left: 4px;
    vertical-align: 1px;
}

.large_menu li.large_menu_li a:hover .zico {
    background: url(../../images/jian_1h.png) no-repeat;
}

.large_menu li.rm-hover a .zico {
    background: url(../../images/jian_1h.png) no-repeat;
}

.large_menu li.rm-hover a .sico {
    background: url(../../images/jian_2.png) no-repeat;
    width: 7px;
    height: 11px;
    display: inline-block;
    float: right;
    margin: 23px 15px 0 0;
}

.large_menu li.rm-hover li a:hover .sico {
    background: url(../../images/jian_2h.png) no-repeat;
}

.large_menu li.rm-hover  li.rm-hover a .sico {
    background: url(../../images/jian_2h.png) no-repeat;
}

.large_menu li.large_menu_li a.on {
    color: #007efe;
    border-bottom: 2px solid #007efe;
}

.large_menu li.large_menu_li a.on .zico {
    background: url(../../images/jian_1h.png) no-repeat;
}


.large_menu li.large_menu_li .larg_menu_child{width: 200px;
    white-space: nowrap;
    padding: 0px;
    position: absolute;
    left: 0;
    top: 68px;
    background: #fff;
    border-left: 3px solid #007efe;
    /*box-shadow: 0 0 3px 0 rgba(0,0,0,.1);*/
    line-height: 57px;display:none;box-shadow: 0 10px 8px rgba(0,0,0,.07);
}
.large_menu li.large_menu_li .larg_menu_twochild{width: 515px;}
.large_menu li.large_menu_li .larg_menu_suport{width: 344px;}
.larg_menu_child dl h5 {
    font-size: 14px;
    font-weight: 600;
}

.larg_menu_child dl {width: 170px;box-sizing: border-box;float: left;font-size: 14px;padding: 0 15px;}

.large_menu .larg_menu_child dl a {font-size: 14px;
    display: block;    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    position: relative;line-height: 57px;height:57px;border-bottom: 1px solid #dcdcdc;color: #727171;margin:0;}
.large_menu .larg_menu_child dl a.lasta1{border-bottom:none;}
.larg_menu_child dl a:hover {color: #007efe;}

.add_hot_icon{position: relative;}
.add_hot_icon img{position:absolute;width: auto;top: 10px;}

.menu_add_hot{position: relative;}
.menu_add_hoticon{width: 24px; height: auto; position: absolute; left: 72px; top: -1px;}
.menu_addpartner_hot .menu_add_hoticon{left: 61px;}


#menu_allwidth .menu_allwidth_child{text-align:center;background-color:transparent;padding-bottom:20px;}
#menu_allwidth .larg_menu_child dl{float:none;}
#menu_allwidth  .menu_allwidth_childbj{position:absolute;width:100%;height:100%;}
.dis_inline{display:inline-block;zoom:1;*display:inline; *zoom:1;vertical-align:top;}
.large_menu #menu_allwidth  .larg_menu_child dl a{height:36px;line-height:36px;border:none;text-align:left;}
#menu_allwidth .add_hot_icon img{top:-4px;}
#menu_allwidth .larg_menu_child dl h5{text-align:left;margin-top:20px;height:40px;line-height:40px;color:#333;}
.menu_allwidth_childallbj{background:rgba(255,255,255,0.98);position:absolute;left:0;top:0;z-index:-1;width:100%;height:100%;}
.menu_allwidth_childleftbj{position:absolute;left:0;top:0;z-index:-1;width:31%;min-width:280px;height:100%;background: #f6f8fa;}
body.disable_scrolling {
    overflow: hidden !important; /* 禁用页面滚动条 */
}
#volcfe-nav-scroll-padding {
    background: #fafafa;
    height: 100vh;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999999;
}
.large_menu li.large_menu_li .larg_menu_child{background-color:transparent}
.menu_allwidth_close{cursor: pointer;
    height: 24px;
    padding: 4px;
    position: fixed;
    right: 24px;
    top: 59px;
    width: 24px;
    z-index: 100;}
.arco-icon {
    stroke: currentColor;
    fill: none;color: #333;
    display: inline-block;
    font-style: normal;
    height: 1em;
    vertical-align: -2px;
    width: 1em;
}
.menu_allwidth_close:hover .arco-icon{color: #1664ff;}
.dis_none {
    display: none;
}

/*信创.header_login_model{float:right;width:16%;}*/
/*.header_login_model{position:absolute;right:0;width:263px;}*/
.header_login_model{float:left;position:relative;}
.header_nologin{display: block; width:100%;height: 68px; line-height: 68px;text-align:right;}
.header_nologin_line{float:left;width: 1px;height:100%;background: rgba(0,0,0,0.06);}
/*width: 40%;*/
.header_nologin .header_nologin_logbtn {
    font-size:14px;float:left;
    line-height: 68px; width: 105px; text-align: center;
    color: #1e222b;background-color:#fff;
    border-radius: 0px;  transition: all 0.3s ease-in;}

.header_nologin .header_nologin_logbtn:hover { background: #0052D9; color: #fff;}
/*width: 59%;*/
.header_nologin_regbtn{float:left;
    width: 155px; line-height: 68px; background: linear-gradient(120deg,#026eff 7%, #03a7fc 91%) rgba(255,255,255,0.10);
    text-align: center; color: #fff;font-size:14px;
}
.header_nologin_regbtn:hover { background:#0052D9;color: #fff;}

.header_promotion_btn{float:right;
    width: 155px; line-height: 68px; background: linear-gradient(120deg,#026eff 7%, #03a7fc 91%) rgba(255,255,255,0.10);
    text-align: center; color: #fff;font-size:16px;font-weight: 600;
}
.header_promotion_btn:hover { background:#0052D9;color: #fff;}

.header_logined_line{position:absolute;left:0;top:0;width: 1px;
    height: 100%;
    background: rgba(0,0,0,0.06);}
.header_logined_name{float:left;width:100%;color:#0052D9;text-align:center;font-size:14px;height:35px;line-height:35px;}
.header_logined{  position: relative;height: 68px;line-height: 68px;}
/*width: 163px;*/
.header_logined_favicon{color: #007efe;
    font-size: 16px;    height: 40px;
    line-height: 40px;
    display: block;
    margin: 0px 16px 0 16px;padding-left:0  ;
    overflow: hidden;}
.header_logined_toux{width: 34px;
    height: 34px;
    overflow: hidden;
    border-radius: 50%;
    background: #F0F5FE;
    margin-right: 10px;
    display: inline-block;
    color: #0052D9;
    font-size: 14px;
    line-height: 34px;
    text-align: center;
    vertical-align: 3px;
    }
.header_logined_toux img{width:100%;}
.header_logined_favicon .san {
    background: url(../../images/san.png) no-repeat center;
    width: 8px;
    height: 40px;
    display: inline-block;
    margin-left: 5px;

}
.header_logined_haschild{margin-top:15px;}
.header_logined_child{left: 16px;
    width: 138px;    white-space: nowrap;
    padding: 0px;
    position: absolute;
    display:none;
    top: 68px;
    background: #fff;
    border-left: 3px solid #007efe;
    box-shadow: 0 0 3px 0 rgba(0,0,0,.1);
    line-height: 57px;margin-left: 0;
    list-style: none;
    z-index: 500;
    zoom: 1;    margin-top: 0;
}
.header_logined_child dd{padding: 0 15px;position: relative;line-height: 57px;}
.header_logined_child dd a{    z-index: 500;padding-left: 0em;border-bottom: 1px solid #dcdcdc;
    color: #727171;    display: block;
    position: relative;
    font-size: 14px;
    text-decoration: none;}

.menu_cadother{width:1px;height:144px;background-color:#ECECEC;margin: 64px 2% 0;}
.menu_cadothernext{margin:0 2%;}
.menu_allwidth_phone{display:none;}
.menu_phone_htit{color: #316ff3;}
.small_menu {float:right;    margin: 18px 15px 0 0;display:none;position: relative; z-index: 9999;width: 24px;height: 12px;border-bottom: 2px solid #363635;vertical-align: middle;font-size: 0;text-indent: -9999px;-webkit-box-sizing: content-box !important;box-sizing: content-box !important;}

.small_menu:before {
    content: '';
    position: absolute;
    top: -2px;
    left: 0;
    right: 0;
    height: 5px;
    border-top: 2px solid #363635;
    transition: all 100ms linear 0ms;
    -webkit-box-sizing: content-box !important;
    box-sizing: content-box !important;
}

.small_menu:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    border-bottom: 2px solid #363635;
    transition: all 100ms linear 0ms;
    -webkit-box-sizing: content-box !important;
    box-sizing: content-box !important;
}




.small_menu_active {
    color: transparent !important;
    border: 0;
    transition: all 0.3s ease-in;
}

.small_menu_active:after {
    -webkit-transform: scale(0);
    transform: scale(0);
}



.small_menu_active:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 3px;
}

.small_menu_active:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.dis_none {
    display: none;
}


#menu_allwidth .second_submenu_allwidth{padding-bottom:0;

    /*background: -webkit-gradient(linear,left top,right top,from(#F6F8FA),color-stop(50%,#F6F8FA),color-stop(50%,#fff),to(#fff));*/
    /*background: -webkit-linear-gradient(left,#F6F8FA,#F6F8FA 50%,#fff 0,#fff);*/
    /*background: -moz-linear-gradient(left,#F6F8FA 0,#F6F8FA 50%,#fff 50%,#fff 100%);*/
    /*background: linear-gradient(90deg,#F6F8FA,#F6F8FA 50%,#fff 0,#fff);*/

}
.second_menu_largecont{padding-bottom:40px;height:100%;position:relative;}
@media screen and (max-height:730px) {
    .second_menu_largecont{
        scrollbar-gutter: stable;
        scrollbar-width: thin;
        max-height: calc(100vh - 100px);overflow-y: auto;
    }
    .second_menu_largecont::-webkit-scrollbar {
        width: 4px;background-color: #eaedf1;
    }
    .menu_allwidth_close {right: 10px;}
}
.second_menu_largecont:before{content: '';z-index:-1;height:100%;width:270px;background-color:#f6f8fa;position:absolute;left:0;top:0;}
.second_menu_list{margin-top:32px;margin-left:20px;}
.second_menu_hotlist{margin-right:40px;}
.second_menu_hotlist:first-child{margin-left:0;}
/*.second_menu_list:last-child{margin-right:0;}*/
/*.second_menu_childleftbj{position:absolute;height:100%;background-color:red;left:0;top:0;width:240px;}*/
.second_menu_tit{
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    color: #316ff3;
    line-height: 20px;
    margin-bottom:16px;
}
.large_menu ul li.large_menu_li .second_menu_leftlist{background:url(../../images/xinchuang-icon13.png) no-repeat;background-size:cover;
    width: 240px;
    height: 66px;margin-bottom:16px;margin-left:0;
    cursor:pointer;
    display: block;
    /*background: linear-gradient(132deg,#caebff 8%, #eaebff);*/
}
.second_menu_lefttit{height: 17px;
    font-size: 12px;
    font-weight: bold;margin:15px 0 0 16px;
    text-align: left;cursor:pointer;
    color: #333333;
    line-height: 17px;}
.second_menu_leftlist:hover .second_menu_lefttit{color:#316FF3}

.second_menu_lefttxt{font-size: 12px;
    text-align: left;margin:4px 0 0 16px;
    color: #6c84aa;
    line-height: 17px;}
.large_menu ul li.large_menu_li a.second_menu_a{display:block;height: 17px;
    font-size: 12px;position:relative;
    text-align: left;cursor:pointer;width:209px;
    color: #1e262e;margin:0 0 12px 0;
    line-height: 17px;}
.large_menu ul li.large_menu_li a.second_menu_a:hover{
    color: #316ff3;
}
.large_menu ul li.large_menu_li a.second_menu_abold{
    font-size: 14px;
    /*padding-bottom:12px;*/
    margin-bottom:10px;
    height:auto;
    font-weight: bold;
    /*border-bottom: 1px solid #eaedf1;*/
}
.second_submenu_tit{font-size: 14px;
    font-weight: bold;
    text-align: left;position:relative;
    color: #1e262e;margin-top:28px;
    line-height: 20px;}
.large_menu ul li.large_menu_li a.second_submenu_morea{position:absolute;right:0;top:0;font-size: 12px;
    cursor:pointer;text-align: left;
    color: #316ff3;display:block;padding-right:12px;
    background:url(../../images/menu_arrow_r.png) no-repeat right center;
    background-size:4px auto;
    line-height: 17px;height:17px;margin:0;}
.large_menu ul li.large_menu_li a.second_submenu_morea:hover{color:#004DD4}
.second_submenu_cont{
    margin-top:12px;
    border-top:1px solid  #eaedf1;

}
.second_submenu_txt{font-size: 12px;
    text-align: left;margin-top:12px;
    color: #1e262e;
    line-height: 17px;}
.second_submenu_list{float:left;width:209px;}
.large_menu ul li.large_menu_li a.second_submenu_a{display:block;width:100%;font-size: 12px;
    cursor:pointer;text-align: left;position:relative;
    color: #1e262e;margin:12px 0 0;
    line-height: 17px;height: 17px;}
.large_menu ul li.large_menu_li a.second_submenu_a:hover{color:#004DD4}
.large_menu ul li.large_menu_li a.second_menu_imga{display:block;cursor:pointer;

    height: auto;
    line-height: normal;
    margin: 0;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    position: relative;
    color: #2f2725;
}
.second_menu_img{display:block;
    width: 260px;
    height: 100px;border-radius: 4px;
    margin-bottom:16px;
}
.large_menu .larg_menu_child dl a.second_phonemenu_imga{    height: auto;
    line-height: 100%;
    margin-bottom: 10px;}
.second_phonemenu_img{width:200px;display:inline-block;}
@media screen and (max-width:2460px) {
    .menu_allwidth_childleftbj{ width: 23%;}
}
@media screen and (max-width:1700px) {
    .menu_allwidth_childleftbj{ width: 22%;}
}
@media screen and (max-width:1612px) {
    .second_submenu_list {
        width: 186px;
    }
}
@media screen and (max-width:1600px) {
    /*.header_stock_txt {*/
        /*font-size: 12px;*/
        /*margin-top: 24px;*/
    /*}*/
    .large_menu ul li.large_menu_li a.large_menu_lia {
        margin: 15px 10px 0 15px;
    }
    .header_nologin .header_nologin_logbtn {
        width: 98px;
    }
    .header_nologin_regbtn {
        width: 144px;

    }
    .header_promotion_btn{width: 144px;}
}
@media screen and (max-width:1530px) {
    .second_submenu_list {
        width: 186px;
    }
    .second_menu_img{width: 200px;
        height: auto;}
    /*.menu_allwidth_childleftbj{ width: 21%;}*/
    .header_nologin .header_nologin_logbtn {
        width: 90px;
    }
    .header_nologin_regbtn {
        width: 120px;

    }

    .header_promotion_btn{
        width: 120px;
    }
}
@media screen and (max-width:1400px) {
    .second_submenu_list {
        width: 165px;
    }
    /*.large_menu {*/
        /*margin-right: 245px;*/
    /*}*/
    /*.header_login_model {*/
        /*width: 245px;*/
    /*}*/
    .large_menu ul li.large_menu_li a.large_menu_lia {
        margin: 15px 10px 0 5px;
    }
    .second_menu_img{width: 190px;
        height: auto;}
    .second_menu_list {
        margin-left: 10px;
    }
    .header_nologin .header_nologin_logbtn {
        width: 80px;
    }
    .header_nologin_regbtn {
        width: 115px;

    }

    .header_promotion_btn{
        width: 115px;
    }
}
@media screen and (max-width:1333px) {
    /*.small_menu{display: inline-block;}*/
    /*.header_stock{display:none;}*/
    /*.header_wrapper{height: 50px;}*/
    /*.header_logo{margin-top: 14px;}*/
    /*.header_menu{display:none;position:absolute;top:50px;width:100%;margin:0;padding:0;background-color:#fff;}*/
    /*.large_menu{float:none;width:100%;}*/
    /*!*.header_login_model{float:none;width:100%;}*!*/
    /*.header_login_model {*/
        /*width: 158px;*/
    /*}*/
    /*.header_login_model{bottom:4px;right: 30px;}*/
    /*.large_menu ul li.large_menu_li{float:none;width:100%;height:auto;border-bottom:1px solid #ccc;}*/
    /*.large_menu ul li.large_menu_li a.large_menu_lia{    margin: 0;height: 34px;	line-height: 34px;}*/
    /*.large_menu ul{padding:0 30px;}*/
    /*.large_menu > ul >li.large_menu_li >a:after{display:none;}*/
    /*.large_menu > ul >li.large_menu_li >a:hover:after {display:none;}*/
    /*.large_menu li.large_menu_li a .zico{position:absolute;right:0;background: url(../../images/down1.png) no-repeat;margin: 13px 15px 0 0;}*/
    /*.large_menu li.large_menu_li a:hover .zico {background: url(../../images/up1.png) no-repeat;	}*/
    /*.large_menu li.large_menu_li .larg_menu_child{height: 360px;overflow-y: auto;line-height:34px;width:100%;position:relative;top:0;border-left:none;box-shadow:none;}*/
    /*.large_menu li.large_menu_li .larg_menu_child_download{height: 85px;}*/
    /*.large_menu li.large_menu_li .larg_menu_child_support{height: 220px;}*/
    /*.large_menu li.large_menu_li .larg_menu_child_case{height: 85px;}*/
    /*.large_menu li.large_menu_li .larg_menu_child_about{height: 180px;}*/
    /*.large_menu li.large_menu_li .larg_menu_child_developer{height: 115px;}*/


    /*.larg_menu_child dl{float:none;padding: 0 15px;width:100%;box-sizing: border-box;}*/
    /*.larg_menu_child dl dd{padding: 0 15px;width:100%;box-sizing: border-box;}*/
    /*.large_menu .larg_menu_child dl a{height:34px;line-height:34px;border-bottom:none;}*/
    /*!*.header_nologin{padding:0 30px;}*!*/
    /*.header_nologin {*/
        /*height: 37px;*/
        /*line-height: 37px;*/
    /*}*/
    /*.header_nologin .header_nologin_logbtn {*/
        /*font-size: 12px;*/
        /*line-height: 37px;*/
    /*}*/
    /*.header_nologin_regbtn {*/
        /*line-height: 37px;*/
        /*font-size: 12px;*/
    /*}*/
    /*!*.header_logined{padding: 0 30px;height:auto;}*!*/
    /*.header_logined{padding: 0;height:auto;}*/
    /*.header_logined_haschild {*/
        /*margin-top: 0;*/
    /*}*/
    /*.header_logined_favicon{width:100%;margin:0;position: relative;}*/

    /*.header_logined_favicon .san{    position: absolute;right: 0;margin: 0;}*/
    /*!*.header_logined_toux{ width: 24px;height: 24px;margin-right: 10px;	line-height: 24px;	}*!*/
    /*.header_logined_toux {*/
        /*width: 32px;*/
        /*height: 32px;*/
        /*margin-right: 10px;*/
        /*margin-left: 10px;*/
        /*line-height: 32px;*/
    /*}*/
    /*.header_logined_name{height:32px;line-height:32px;}*/
    /*.header_logined_child{ display: none;   left: auto;right: 0;width: 100%;position: absolute;top: 52px;background: #fff;border-left:none;box-shadow:none;line-height: 34px;}*/
    /*.header_logined_child dd{line-height: 34px;}*/
    /*.header_logined_child dd a{border-bottom:none;}*/

    /*div.index_search_wap{float:none;}*/
    /*div.index_hot_searchwap{float:left;}*/

    /*#menu_allwidth{display:none;}*/
    /*.menu_allwidth_phone{display:block;}*/

    /*.large_menu_btn {*/
        /*line-height: 29px;*/
        /*margin: 0;*/
        /*height: 29px;*/
        /*font-size: 12px;*/
        /*padding: 0 30px 0 40px;*/
        /*background-size: 16px 16px;*/
        /*border-radius: 18px;*/
    /*}*/
    /*.large_menu_btnli {*/
        /*margin: 16px 0;*/
    /*}*/
    /*.header_login_modelh5{bottom: 13px;}*/
    /*.header_logined_haschild {*/
        /*margin-top: 0;*/
    /*}*/

    /*.add_new_icon img {*/
        /*right:auto;top:10px;*/
        /*left:101px;width:28px;*/
    /*}*/
    /*.menu_allwidth_close{display:none;}*/



    .header_stock_line {
        margin: 0 10px 0;
    }
    .large_menu_btn {
        margin: 0 15px 0 10px;
    }
    .header_logo{width:180px;margin-top:21px;margin-left:2%;}
    /*.header_login_model {*/
        /*width: 200px;*/
    /*}*/
    /*.large_menu {*/
        /*margin-right: 200px;*/
    /*}*/
    .large_menu ul li.large_menu_li .second_menu_leftlist {
        background: url(../../images/xinchuang-icon13.png) no-repeat right center;
        width: 208px;
        border-radius: 5px;
    }
    .second_menu_lefttit {
        margin: 15px 0 0 5px;
    }
    .second_menu_lefttxt {
        margin: 4px 0 0 5px;
    }
    .second_menu_img {
        width: 180px;
    }
    .second_menu_hotlist {
        margin-right: 30px;
    }
    .second_menu_largecont:before {
        width: 230px;
    }
    .menu_allwidth_childleftbj {
        width: 22%;min-width: 230px;
    }

    .header_nologin .header_nologin_logbtn {
        width: 80px;
    }
    .header_nologin_regbtn {
        width: 110px;

    }
    .header_promotion_btn{
        width: 110px;
    }
}
@media screen and (max-width:1300px) {
    .menu_allwidth_childleftbj {
        width: 21%;
    }
    .header_nologin .header_nologin_logbtn {
        width: 68px;
    }
    .header_nologin_regbtn {
        width: 100px;

    }
    .header_promotion_btn{
        width: 100px;
    }
}
@media screen and (max-width:1230px) {
    .maincon{ width:90%;}
    .header_wrapper{width:100%;}


    /*.large_menu ul li.large_menu_li a.large_menu_lia{ margin: 15px 10px 0 5px;}*/
    /*.header_logo{width:180px;margin-top:21px;margin-left:3%;}*/
    .small_menu{margin-right:3%;}


    /*.large_menu {*/
        /*margin-right: 170px;*/
    /*}*/
    /*.header_login_model {*/
        /*width: 170px;*/
    /*}*/
    .second_menu_img {
        width: 170px;
    }
    .second_menu_hotlist {
        margin-right: 20px;
    }
    .second_menu_largecont:before {
        width: 220px;
    }
    .header_nologin .header_nologin_logbtn {
        width: 60px;
    }
    .header_nologin_regbtn {
        width: 90px;

    }
    .header_promotion_btn{
        width: 90px;
    }
    .menu_allwidth_childleftbj {
        width: 20%;
    }
}
@media screen and (max-width:1200px) {
    /*.large_menu {*/
        /*float: left;*/
        /*width: 82%;*/
    /*}*/
    /*.header_login_model {*/
        /*float: right;*/
        /*width: 18%;*/
    /*}*/
    /*.large_menu ul li.large_menu_li a.large_menu_lia{ margin: 15px 10px 0 15px;}*/

    .small_menu{display: inline-block;}
    .header_stock{display:none;}
    .header_wrapper{height: 50px;}
    .header_logo{margin-top: 14px;}
    .header_menu{display:none;position:absolute;top:50px;width:100%;margin:0;padding:0;background-color:#fff;}
    .large_menu{float:none;width:100%;}
    /*.header_login_model{float:none;width:100%;}*/
    .header_login_model{width: 158px;position:absolute;bottom:4px;right: 30px;}
    .large_menu ul li.large_menu_li{float:none;width:100%;height:auto;border-bottom:1px solid #ccc;}
    .large_menu ul li.large_menu_li a.large_menu_lia{    margin: 0;height: 34px;	line-height: 34px;}
    .large_menu ul{padding:0 30px;}
    .large_menu > ul >li.large_menu_li >a:after{display:none;}
    .large_menu > ul >li.large_menu_li >a:hover:after {display:none;}
    .large_menu li.large_menu_li a .zico{position:absolute;right:0;background: url(../../images/down1.png) no-repeat;margin: 13px 15px 0 0;}
    .large_menu li.large_menu_li a:hover .zico {background: url(../../images/up1.png) no-repeat;	}
    .large_menu li.large_menu_li .larg_menu_child{height: 360px;overflow-y: auto;line-height:34px;width:100%;position:relative;top:0;border-left:none;box-shadow:none;}
    .large_menu li.large_menu_li .larg_menu_child_download{height: 85px;}
    .large_menu li.large_menu_li .larg_menu_child_support{height: 220px;}
    .large_menu li.large_menu_li .larg_menu_child_case{height: 85px;}
    .large_menu li.large_menu_li .larg_menu_child_about{height: 180px;}
    .large_menu li.large_menu_li .larg_menu_child_developer{height: 115px;}


    .larg_menu_child dl{float:none;padding: 0 15px;width:100%;box-sizing: border-box;}
    .larg_menu_child dl dd{padding: 0 15px;width:100%;box-sizing: border-box;}
    .large_menu .larg_menu_child dl a{height:34px;line-height:34px;border-bottom:none;}
    /*.header_nologin{padding:0 30px;}*/
    .header_nologin {
        height: 37px;
        line-height: 37px;
    }
    .header_nologin .header_nologin_logbtn {
        font-size: 12px;
        line-height: 37px;
    }
    .header_nologin_regbtn {
        line-height: 37px;
        font-size: 12px;
    }
    .header_promotion_btn{
        line-height: 50px;
        font-size: 12px;
    }
    /*.header_logined{padding: 0 30px;height:auto;}*/
    .header_logined{padding: 0;height:auto;text-align:right;}
    .header_logined_haschild {
        margin-top: 0;
    }
    .header_logined_favicon{width:100%;margin:0;position: relative;}

    /*.header_logined_favicon .san{    position: absolute;right: 0;margin: 0;}*/
    /*.header_logined_toux{ width: 24px;height: 24px;margin-right: 10px;	line-height: 24px;	}*/
    .header_logined_toux {
        width: 32px;
        height: 32px;
        margin-right: 10px;
        margin-left: 10px;
        line-height: 32px;
    }
    .header_logined_name{height:32px;line-height:32px;}
    .header_logined_child{ display: none;   left: auto;right: 0;width: 100%;position: absolute;top: 52px;background: #fff;border-left:none;box-shadow:none;line-height: 34px;}
    .header_logined_child dd{line-height: 34px;}
    .header_logined_child dd a{border-bottom:none;}

    div.index_search_wap{float:none;}
    div.index_hot_searchwap{float:left;}

    #menu_allwidth{display:none;}
    .menu_allwidth_phone{display:block;}

    .large_menu_btn {
        line-height: 29px;
        margin: 0;
        height: 29px;
        font-size: 12px;
        padding: 0 30px 0 40px;
        background-size: 16px 16px;
        border-radius: 18px;
    }
    .large_menu_btnli {
        margin: 16px 0;
    }
    .header_login_modelh5{bottom: 13px;}
    .header_logined_haschild {
        margin-top: 0;
    }

    .add_new_icon img {
        right:auto;top:10px;
        left:101px;width:28px;left:auto;margin-left:3px;
    }
    .menu_allwidth_close{display:none;}

    .header_nologin .header_nologin_logbtn {
        width: 60px;
    }
    .header_nologin_regbtn {
        width: 80px;

    }
    .header_promotion_btn{
        width: 80px;
    }
}
@media screen and (max-width:1144px) {
    /*.header_menu{width:80%;margin-left:2%;}*/
    /*.large_menu ul li.large_menu_li a.large_menu_lia{ margin: 15px 5px 0 15px;}*/
    .header_logo {width: 160px; margin-top: 20px;}
}
@media screen and (max-width:1100px) {
    /*.header_menu{width:80%;margin-left:2%;}*/
    /*.large_menu ul li.large_menu_li a.large_menu_lia{ margin: 15px 5px 0 10px;}*/
    /*.large_menu{    width: 80%;}*/
    /*.header_login_model {width: 20%;}*/
    .header_logo {width: 155px; margin-top: 20px;}


}
@media screen and (max-width:1060px) {
    /*.header_menu{width:80%;margin-left:2%;}*/
    /*.large_menu ul li.large_menu_li a.large_menu_lia{ margin: 15px 5px 0 10px;}*/
    .header_logo {width: 150px; margin-top: 20px;}
}
@media screen and (max-width:1030px) {
    /*.header_menu{width:82%;margin-left:1%;}*/
    /*.header_login_model{width:22%}*/
    /*.large_menu{    width: 78%;}*/
    .header_logo{width:140px;margin-top:21px}
    /*.large_menu ul li.large_menu_li a.large_menu_lia{margin: 15px 5px 0 10px;}*/
}
@media screen and (max-width:1020px) {
    /*.header_menu{width:78%;margin-left:2%;}*/
    /*.large_menu ul li.large_menu_li a.large_menu_lia{ margin: 15px 1px 0 10px;}*/
}
@media screen and (max-width:1000px) {

    /*.large_menu ul li.large_menu_li a.large_menu_lia{ margin: 15px 2px 0 3px;}*/
}


@media screen and (max-width:980px){
    .small_menu{display: inline-block;}
    .header_stock{display:none;}
    .header_wrapper{height: 50px;}
    .header_logo{margin-top: 14px;}
    .header_menu{display:none;position:absolute;top:50px;width:100%;margin:0;padding:0;background-color:#fff;}
    .large_menu{float:none;width:100%;box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2) inset;}
    /*.header_login_model{float:none;width:100%;}*/
    .header_login_model {
        width: 158px;
    }
    .header_login_model{bottom:4px;right: 30px;}
    .large_menu ul li.large_menu_li{float:none;width:100%;height:auto;border-bottom:1px solid #ccc;}
    .large_menu ul li.large_menu_li a.large_menu_lia{    margin: 0;height: 34px;	line-height: 34px;}
    .large_menu ul{padding:0 30px;}
    .large_menu > ul >li.large_menu_li >a:after{display:none;}
    .large_menu > ul >li.large_menu_li >a:hover:after {display:none;}
    .large_menu li.large_menu_li a .zico{position:absolute;right:0;background: url(../../images/down1.png) no-repeat;margin: 13px 15px 0 0;}
    .large_menu li.large_menu_li a:hover .zico {background: url(../../images/up1.png) no-repeat;	}
    .large_menu li.large_menu_li .larg_menu_child{height: 360px;overflow-y: auto;line-height:34px;width:100%;position:relative;top:0;border-left:none;box-shadow:none;}
    .large_menu li.large_menu_li .larg_menu_child_download{height: 85px;}
    .large_menu li.large_menu_li .larg_menu_child_support{height: 220px;}
    .large_menu li.large_menu_li .larg_menu_child_case{height: 85px;}
    .large_menu li.large_menu_li .larg_menu_child_about{height: 180px;}
    .large_menu li.large_menu_li .larg_menu_child_developer{height: 115px;}


    .larg_menu_child dl{float:none;padding: 0 15px;width:100%;box-sizing: border-box;}
    .larg_menu_child dl dd{padding: 0 15px;width:100%;box-sizing: border-box;}
    .large_menu .larg_menu_child dl a{height:34px;line-height:34px;border-bottom:none;}
    /*.header_nologin{padding:0 30px;}*/
    .header_nologin {
        height: 37px;
        line-height: 37px;
    }
    .header_nologin .header_nologin_logbtn {
        font-size: 12px;
        line-height: 37px;
    }
    .header_nologin_regbtn {
        line-height: 37px;
        font-size: 12px;
    }
    .header_promotion_btn{
        line-height: 50px;
        font-size: 12px;
    }
    /*.header_logined{padding: 0 30px;height:auto;}*/
    .header_logined{padding: 0;height:auto;}
    .header_logined_haschild {
         margin-top: 0;
    }
    .header_logined_favicon{width:100%;margin:0;position: relative;}

    /*.header_logined_favicon .san{    position: absolute;right: 0;margin: 0;}*/
    /*.header_logined_toux{ width: 24px;height: 24px;margin-right: 10px;	line-height: 24px;	}*/
    .header_logined_toux {
        width: 32px;
        height: 32px;
        margin-right: 10px;
        margin-left: 10px;
         line-height: 32px;
    }
    .header_logined_name{height:32px;line-height:32px;}
    .header_logined_child{ display: none;   left: auto;right: 0;width: 100%;position: absolute;top: 52px;background: #fff;border-left:none;box-shadow:none;line-height: 34px;}
    .header_logined_child dd{line-height: 34px;}
    .header_logined_child dd a{border-bottom:none;}

    div.index_search_wap{float:none;}
    div.index_hot_searchwap{float:left;}

    #menu_allwidth{display:none;}
    .menu_allwidth_phone{display:block;}

    .large_menu_btn {
        line-height: 29px;
        margin: 0;
        height: 29px;
        font-size: 12px;
        padding: 0 30px 0 40px;
        background-size: 16px 16px;
        border-radius: 18px;
    }
    .large_menu_btnli {
        margin: 23px 0;
    }
    .header_login_modelh5{bottom: 19px;}
    .header_logined_haschild {
        margin-top: 0;
    }

}


@media screen and (max-width:769px) {
    .add_hot_icon img{width:auto;margin-top:0px;margin-left:3px;}

}
.ellipsis_two {
    display: -webkit-box; /* 必须指定display属性 */
    overflow: hidden; /* 必须指定overflow属性 */
    text-overflow: ellipsis; /* 当文字超出容器范围时显示省略号 */
    -webkit-line-clamp: 2; /* 最大行数 */
    -webkit-box-orient: vertical; /* 必须指定box-orient属性 */
}
.ellipsis_one {
    overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}
.threed_bottom{background-color:#4F4F4F;padding:48px 0 24px;}
.threed_bottom_left{float:left;width:80%;}
.threed_bottom_lefttoplist{float:left;width:16%;}
.threed_bottom_ltllast{margin-left:5%;}
.threed_bottom_ltlisttit{width:100%;font-size:14px;margin-bottom:8px;color:#fcfcfc;line-height:24px;}
.threed_bottom_ltlisttxt{width:100%;}
.threed_bottom_ltlisttxt a{font-size:12px;color:#d4d4d4;line-height:24px;cursor:pointer;}
.threed_bottom_ltlisttxt a:hover{text-decoration: underline}
.threed_bottom_ltlline{float:left;width:1px;height:90px;margin-top:32px;background-color:#D8D8D8;opacity:0.3012;}
.threed_bottom_contactus{padding-left:20px;}
.threed_bottom_contactusone{background:url("../../images/2019/3d/3d-icon30.png") no-repeat left center;}
.threed_bottom_contactustwo{cursor:none;background:url("../../images/2019/3d/3d-icon28.png") no-repeat left center;}
.threed_bottom_contactusthree{background:url("../../images/2019/3d/3d-icon29.png") no-repeat left center;}
.threed_bottom_contactusthree:hover{text-decoration: underline}
.threed_bottom_ltlisttxt a.threed_bottom_contactustwo{cursor:none;}
.threed_bottom_ltlisttxt a.threed_bottom_contactustwo:hover{text-decoration:none}
.threed_bottom_right{width:160px;float:right;margin-right:5%;}
.threed_bottom_right img{width:100%;}
.threed_bottom_righttxt{width:100%;font-size:14px;margin-top:14px;color:#fff;line-height:24px;text-align:center;}

.threed_bottom_leftbom{margin-top:35px;}
.threed_bottom_leftbom .threed_bottom_leftbomcopy{float:left;font-size:12px;color:#999;line-height:35px;}
.threed_bottom_leftbom .threed_bottom_leftbomcopy a{font-size:12px;color:#999;}
.threed_bottom_leftbom .threed_bottom_leftbomcopy a:hover{text-decoration: underline}
.threed_bottom_leftbomnet{float:left;margin-left:40px;color:#999;font-size:12px;line-height:35px;}
.threed_bottom_leftbomnet:hover{color:#999;text-decoration: underline}
.threed_bottom_leftbomnet img{width:34px;margin-right:14px;}
.threed_bottom_amenu{margin-left:5px;}
.threed_bottom_amenu:hover{text-decoration: underline;}


.new_footer_model{background-color: #313945;padding:50px 0 50px;}
.new_footer_left{float:left;width:192px;}
.new_footer_left img{width:100%;height:auto;}
.new_footer_left dt{margin-bottom:40px;}
.new_footer_leftbtn{display:block;width: 180px;height: 38px;line-height: 38px;font-weight: 700;color: #d2d4dd;font-size: 14px;}
.new_footer_leftbtnph{margin-bottom:5px;padding-left:49px;background:url("../../images/2021/newfooter-icon3.png") no-repeat 16px center;background-size:24px;}
.new_footer_leftbtnphqq{padding-left:54px;background:url("../../images/qidian48.png") no-repeat 16px center;background-size:24px;background-color: #063da1;border-radius: 6px;cursor:pointer;}
.new_footer_leftbtnphqq:hover{color:#fff;background-color: #006DE4;}

.new_footer_center{float:left;width:66%;text-align:center;display: flex;}
.new_footer_center ul{width:20%;display:inline-block;zoom:1;*display:inline; *zoom:1;vertical-align:top;}
.new_footer_center ul.new_footer_centerfirst{margin-left:10%;}
.new_footer_center li{text-align:left;}
.new_footer_listtit{font-size: 16px;margin-bottom:20px;font-weight: 700;color: #ececec;line-height: 40px;}
.new_footer_listtxt{font-size: 12px;color: #d2d4dd;line-height: 24px;margin-bottom:20px;cursor:pointer}
.new_footer_listtxt:hover{color: #d2d4dd;text-decoration: underline}

.new_footer_right{float:right;width:187px;}
#new_footer_phone{display:none;}
.new_footer_righttit{font-size: 16px;line-height: 40px;font-weight: 700;color: #ececec;}
.new_footer_tabinfo{width: 187px;height: 80px;margin:10px 0 14px;background-color: #ffffff;border: 1px solid #ffffff;border-radius:5px;}
.new_footer_tabinfo dt{float:left;margin:23px 15px 0 13px; }
.new_footer_tabtit{font-size: 12px;color: #000000;line-height: 16px;}
.new_footer_tabtxt{font-size: 12px;color: #2B5AEF;line-height: 16px;}
.new_footer_tabinfo dd{float:left;width:64px;}
.new_footer_tabinfo dd img{width:100%;height:auto;margin-top:8px;}
.new_footer_tab{text-align:center;}
.new_footer_tablist{width: 32px;height: 32px;cursor:pointer;background: url("../../images/2021/newfooter-icon7-2.png") no-repeat;background-size: 32px;display:inline-block;zoom:1;*display:inline; *zoom:1;vertical-align:top;}
.new_footer_tabwx{background-position:  -0 -32px;}
.new_footer_tabwx:hover{background-position:  -0 -0;}
.new_footer_tabwxed{background-position:  -0 -0;}

.new_footer_tabbj{background-position:-0 -96px;margin:0 20px;}
.new_footer_tabbj:hover{background-position:-0 -64px;}
.new_footer_tabbjed{background-position:-0 -64px;}

.new_footer_tabwb{background-position:-0 -160px; }
.new_footer_tabwb:hover{background-position: -0 -128px;}
.new_footer_tabwbed{background-position: -0 -128px;}



.new_footer_link{background-color: #313945;}
.new_footer_link .new_footer_linkline{height: 1px;opacity: 0.2;background-color:#DFDFDF;}
.new_footer_linkcont{padding:28px 0 31px;}
.new_footer_linktab{margin-bottom:8px;position:relative}
.new_footer_linktablist{height: 34px;line-height: 30px;margin-right:30px;font-size: 14px;
    color: #b2b8bf;display:inline-block;zoom:1;*display:inline; *zoom:1;vertical-align:top;
    border-bottom:4px solid #313945;
}
.new_footer_linktablist span{cursor:pointer;}
.new_footer_linktabcheck{border-bottom:2px solid #afb4bc;}
/*.new_footer_linktablist:hover{border-bottom:4px solid #afb4bc;}*/
.new_footer_linktablistr{position:absolute;right:0;top:0;line-height: 30px;}
.new_footer_linktablistr a{font-size: 14px;color:#B2B8BF;cursor:pointer;}
.new_footer_linktablistr a:hover{color:#216FFC}
.new_footer_linktabinfo{max-height:78px;position:relative;overflow:hidden;}
.new_footer_linktabinfo li{display:none;}
.new_footer_linktabinfo li.new_tab_now{display:block;}
.new_footer_linktabinfo a{font-size: 12px;margin-right:15px;line-height: 18px;cursor:pointer;font-weight: 400;color: #80858e;box-sizing: content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}
.new_footer_linktabinfo a:hover{color:#216FFC}
.new_footer_linkmore{position:absolute;right:0;top:48px;background-color:#313945;width: 44px;
    text-align: right;font-size:12px;cursor:pointer;color: #216ffc;}

.new_footercopy{padding:18px 0 20px;background: #1f2631;text-align:center;}
.new_footercopy_tit{display:inline-block;font-size: 12px;color: #80858e;}
.new_footercopy_tit a{font-size: 12px;color: #80858e;}
.new_footercopy_tit a:hover{text-decoration: underline}
.new_footercopy_href{display:inline-block;}
.new_footercopy_href a{font-size: 12px;color: #80858e;cursor:pointer;margin-left:10px;}
.new_footercopy_href a:hover{text-decoration: underline}
.new_footercopy_href a.new_footercopy_bomnet{display:inline-block;margin-left: 80px;color: #80858e;font-size: 12px;}
.new_footercopy_bomnet:hover{text-decoration: underline}
.new_footercopy_bomnet img {width: 14px; margin:0 5px 0 0;margin-top:6px;}

.new_footercopy_spanhref{color:#80858e;margin-left: 10px}



.price_suc_mask{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.6;
    display: none;
    z-index: 99;
}
.price_suc_model{
    position:fixed;display: none;
    z-index:100;
    width: 480px;
    height: 178px;
    background: #ffffff;
    border-radius: 3px;
    top: 50%;left: 50%;
    transform: translate(-50%, -50%);
}
.price_suc_close{
    position:absolute;
    right:20px;
    top:20px;
    width:20px;height:20px;cursor:pointer;
    background:url(../../images/2019/3d/price-icon6.png) no-repeat center;
}
.price_suc_cont{
    padding:28px 32px 0;
}
.price_suc_conttit{
    display:flex;

}
.price_suc_conttit img{width:24px;height:auto;}
.price_suc_conttit span{font-size: 16px;
    font-weight: 500;margin-left:8px;
    text-align: left;
    color: rgba(0,0,0,0.90);
    line-height: 24px;}
.price_suc_conttxt{
    font-size: 14px;
    font-weight: 400;margin-left:30px;margin-top:16px;
    text-align: left;
    color: rgba(0,0,0,0.60);
    line-height: 22px;}
.price_suc_contbtn{text-align:center;margin-top:29px;}
.price_suc_btn{
    cursor:pointer;
    display:inline-block;
    line-height: 32px;
    font-size: 14px;
    width: 60px;
    height: 32px;
    background: #1d4ddc;
    border-radius: 3px;
    text-align: center;
    color: rgba(255,255,255,0.90);
}
.price_suc_btn:hover{
    color: rgba(255,255,255,0.90);
    background-color:#266FE8;
}

.genuine_sidebar{position: fixed;z-index:222;
    right: 20px;
    bottom: 194px;}
.genuine_sidebar_tip{width: 50px;
    position: relative;
    background: #ffffff;
    border-radius: 25px;display:flex;flex-direction: column;justify-content: center;align-items: center;
    box-shadow: 0px 0px 20px 0px rgba(61,94,139,0.20); }
.genuine_sidebar_tip a{}
.genuine_sidebar_tipline{width: 32px;height: 1px;background: #d8e1f5;display:none;}
.genuine_sidebar_server{width: 100%;height: 20px;position: relative;margin:15px 0;
    cursor:pointer;background:url(../../images/2019/support/genuine-icon73.png) no-repeat center;
    background-size:20px auto;
}
.genuine_sidebar_scroll{width: 100%;height: 20px;margin:15px 0;display:none;cursor:pointer;background:url(../../images/2019/support/genuine-icon74.png) no-repeat center;background-size:20px auto}
.genuine_sidebar_server:hover{background:url(../../images/2019/support/genuine-icon76.png) no-repeat center;background-size:20px auto}
.genuine_sidebar_scroll:hover{background:url(../../images/2019/support/genuine-icon77.png) no-repeat center;background-size:20px auto}


.genuine_sidebar_pricebtn{width: 50px;margin-top:16px;
    height: 133px;display:flex;flex-direction: column;align-items: center;
    background: linear-gradient(0deg,#026eff, #03a7fc);
    border-radius: 25px;cursor:pointer;display:none;
    box-shadow: 0px 0px 20px 0px rgba(61,94,139,0.20); }

.genuine_sidebar_priceicon{width: 40px;height: 40px;margin-top:5px;background: #ffffff url(../../images/2019/support/genuine-icon75.png) no-repeat center;background-size:23px auto;border-radius: 50%;}
.genuine_sidebar_pricetxt{width: 16px;
    height: 64px;
    font-size: 14px;margin-top:8px;text-align: center;
    color: #ffffff;
    line-height: 16px;}
.genuine_sidebar_pricebtn:hover{background: #0052D9; color: #fff;}

.genuine_sidebar_tip_contact{position: absolute;
    top: -16px;
    right: 58px;
    width: 248px;
    height: 224px;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0px 0px 20px 0px rgba(61,94,139,0.20);

    cursor:auto;



    /*transform: translateY(-50%);*/
    /*-webkit-transform: translateY(-50%);*/
    /*-moz-transform: translateY(-50%);*/
    /*-ms-transform: translateY(-50%);*/
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    display:flex;flex-direction: column;align-items: center;
}
.genuine_sidebar_server:hover .genuine_sidebar_tip_contact{
    visibility: visible;
    opacity: 1;
}

.tip_contact_time{font-size: 14px;color: #595858; line-height: 20px;margin-top:28px;}
.tip_contact_btn{display:flex;justify-content: center;align-items: center;width: 200px;
    height: 45px;cursor:pointer;margin-top:12px;cursor:pointer;
    background: linear-gradient(120deg,#026eff 7%, #03a7fc 91%);
    border-radius: 4px;}
.tip_contact_btn:hover{background: #0052D9; color: #fff;}
.tip_contact_btn span{font-size: 14px;color: #ffffff;}
.tip_contact_btn img{width: 20px;
    height: 20px;margin-right:8px;}
.tip_contact_line{width: 200px;
    height: 1px;margin:20px 0;
    background: #d8e1f5;}
.tip_contact_seek{display:flex;align-items: center;}
.tip_contact_seek dt{width: 45px;
    height: 45px;margin-right:12px;
    background: linear-gradient(180deg,#026eff, #03a7fc);
    border-radius: 23px;display:flex;justify-content: center;align-items: center;

}
.tip_contact_seek dt img{width:19px;height:20px;}
.tip_contact_seek dd{display:flex;flex-direction: column;}
.tip_contact_numtxt{font-size: 14px;color: #595858;line-height: 20px;}
.tip_contact_num{font-size: 20px;font-weight: bold;color: #333333;line-height: 28px;}




.cad_sidebar{position: fixed;z-index:222;
    right: 20px;
    bottom: 124px;}
.cad_sidebar_tip{ position: relative;padding-left:10px;}

.cad_sidebar_server{width: 50px; height: 124px;position: relative;
    background: #ffffff;border-radius: 25px;cursor:pointer;
    display:flex;flex-direction: column;justify-content: center;align-items: center;
    box-shadow: 0px 0px 20px 0px rgba(61,94,139,0.20);
}
.cad_sidebar_servericon{width:21px;height:20px;background:url(../../images/2019/support/genuine-icon73.png) no-repeat center;background-size:100% auto;}
.cad_sidebar_servertxt{width: 16px;line-height: 16px;font-size: 14px;color: #4F5969;margin-top:10px;}

.cad_sidebar_server:hover .cad_sidebar_servericon{background:url(../../images/2019/support/genuine-icon76.png) no-repeat center;
    background-size:100% auto}
.cad_sidebar_server:hover .cad_sidebar_servertxt{color: #0285FE;}



.cad_sidebar_scroll{
    position: fixed;z-index:222;
    right: 20px;
    bottom: 64px;
    width: 50px;height: 50px;
    box-shadow: 0px 0px 20px 0px rgba(61,94,139,0.2);
    border-radius: 25px;display:none;cursor:pointer;
    background:#FFFFFF url(../../images/2019/support/genuine-icon74.png) no-repeat center;background-size:18px auto
}
.cad_sidebar_scroll:hover{background:#FFFFFF url(../../images/2019/support/genuine-icon77.png) no-repeat center;background-size:18px auto}


.cad_sidebar_pricebtn{width: 50px;margin-top:10px;margin-left:10px;
    height: 133px;display:flex;flex-direction: column;align-items: center;
    background: linear-gradient(0deg,#026eff, #03a7fc);
    border-radius: 25px;cursor:pointer;
    box-shadow: 0px 0px 20px 0px rgba(61,94,139,0.5); }

.cad_sidebar_priceicon{width: 40px;height: 40px;margin-top:5px;background: #ffffff url(../../images/2019/support/genuine-icon75.png) no-repeat center;background-size:23px auto;border-radius: 50%;}
.cad_sidebar_pricetxt{width: 16px;
    height: 64px;
    font-size: 14px;margin-top:8px;text-align: center;
    color: #ffffff;
    line-height: 16px;}
.cad_sidebar_pricebtn:hover{background: #0052D9; color: #fff;}

.cad_sidebar_tip_contact{position: absolute;
    top: -16px;
    right: 58px;
    width: 248px;
    height: 224px;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0px 0px 20px 0px rgba(61,94,139,0.20);
    cursor:auto;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    display:flex;flex-direction: column;align-items: center;
}
.cs_tip_contact_active{
     visibility: visible;
     opacity: 1;
 }
/*.cad_sidebar_tip:hover .cad_sidebar_tip_contact{*/
    /*visibility: visible;*/
    /*opacity: 1;*/
/*}*/

.hy_dialog{display:none;position:fixed;left:0;top:0;bottom:0;right:0;z-index:999999;background-color: rgba(0, 0, 0, 0.4);transition: all 0.3s ease-in;}
.hy_dialog_cont{position:absolute;left:50%;top:50%;width: 560px;height: 200px;
    margin:-100px 0 0 -280px;padding:28px 34px;
    background: #FFFFFF;border-radius: 9px;}
.hy_dialog_close{position:absolute;right:24px;top:24px;width: 16px; height: 16px;cursor:pointer;
    background:url("../../images/cad/cad-hy-icon2.png") no-repeat center;background-size: 100%;}
.hy_dialog_header{display:flex;align-items: center;}
.hy_dialog_icon{width: 24px;height: 24px;background:url("../../images/cad/cad-hy-icon1.png") no-repeat center;background-size: 100%;}
.hy_dialog_tit{margin-left:9px;font-weight: 600;font-size: 16px;color: rgba(0,0,0,0.9);line-height: 24px;}
.hy_dialog_body{padding-left:30px;margin-top:16px;font-size: 14px;color: rgba(0,0,0,0.6);line-height: 22px;}
.hy_dialog_footer{display:flex;margin-top:24px;justify-content: flex-end;}
.hy_dialog_btn{width: 88px;height: 32px;line-height: 32px;cursor:pointer;
    background: #0285FE;text-align: center;border-radius: 3px;font-size: 14px;color: rgba(255,255,255,0.9);}
.hy_dialog_btn:hover{background: #0272FF;color:#fff;}


@media screen and (max-width:1230px) {

    .threed_bottom_right {width: 136px;}
    .new_footer_center {width: 59%;}
}
@media screen and (max-width:1030px) {
.threed_bottom_right {width: 105px;}
.threed_bottom_leftbom .threed_bottom_leftbomcopy {font-size: 12px;}
.threed_bottom_leftbomnet{font-size: 12px;}
    .threed_bottom_righttxt{font-size:14px;margin-top:14px;line-height:24px;}

    .new_footer_center {width: 50%;}
    .new_footer_center ul.new_footer_centerfirst { margin-left:0;  }
    .new_footer_center ul { width: 24%;}
}

@media screen and (max-width:850px) {

    .threed_bottom {

        background-color: #4F4F4F;
        padding: 30px 0 24px;
    }
    .threed_bottom_ltlisttit {font-size: 16px;}
    .threed_bottom_ltlisttxt a {font-size: 12px;}
    .threed_bottom_righttxt{font-size:14px;margin-top:14px;line-height:24px;}
    .new_footer_model {padding:18px 0 30px;    }

    .new_footer_left{float:none;margin:0 auto 47px;width:100%;text-align:center;}
    .new_footer_left dt {margin-bottom: 26px;}
    .new_footer_leftbtn{display:inline-block;text-align:left;}
    .new_footer_leftbtnph{margin-bottom: 5px;}
    .new_footer_left img {width: 192px;margin-top: 0;}

    .new_footer_linktablistr{display:none;}
    .new_footer_center{float:none;width:100%;}
    .new_footer_center ul {width: 22%;}
    .new_footer_center ul.new_footer_centerfirst{margin-left:10%}
    .new_footer_listtit {margin-bottom: 5px;}

    #new_footer_pc{display:none;}
    #new_footer_phone{display:block;padding-top:0;}
    #new_footer_phone .new_footer_right{float:none;margin:0 auto;}
}

@media screen and (max-width:769px) {

    .threed_bottom_left { float: none; width: 100%;    }
    .threed_bottom_leftbomnet{float:none;display:block;clear: both;margin-left:0;}
    .threed_bottom_ltlisttit {
        font-size: 14px;
    }
    .threed_bottom_leftbom .threed_bottom_leftbomcopy{float:left;}
    .threed_bottom_leftbom .threed_bottom_spancopy{float:none;width:100%;display:block;}

    .threed_bottom_right{float:none;margin:10px auto 0;    width: 105px;}
    .threed_footer_line {margin: 19px 5px 0;}
    .threed_footer_cont {width: 79%; }


    .new_footer_center ul {width: 24%;}
    .new_footer_center ul.new_footer_centerfirst {margin-left: 0;}
    .new_footer_linktablist {margin-right: 5px;}
    .new_footercopy_href a {margin-left:2px; }
    .new_footercopy_href a.new_footercopy_bomnet {margin-left: 10px;}
    .new_footercopy_spanhref{margin-left: 2px}

    .cad_sidebar{ bottom: 90px;}
    .cad_sidebar_scroll{bottom: 30px;}
}
@media screen and (max-width: 640px) {
    .hy_dialog_cont{width: 86%;height: 200px;margin:-100px 0 0 -43%;padding:20px 30px;}
    .hy_dialog_close{right:20px;top:20px;width: 16px; height: 16px;}
    .hy_dialog_icon{width: 21px;height: 21px;}
    .hy_dialog_tit{margin-left:9px;font-size: 16px;line-height: 24px;}
    .hy_dialog_body{padding-left:30px;margin-top:16px;font-size: 14px;line-height: 22px;}
    .hy_dialog_footer{margin-top:24px;}
    .hy_dialog_btn{width: 88px;height: 32px;line-height: 32px;font-size: 14px;}
}
@media screen and (max-width:500px) {
    .new_footer_center{
        flex-wrap: wrap;
    }
    .new_footer_center ul {
        width: 33%;
    }

}
@media screen and (max-width:480px) {

    .threed_bottom_lefttoplist {
        float: left;
        width: 32%;margin-bottom:10px;
    }
    .threed_bottom_righttxt{font-size:12px;margin-top:10px;line-height:20px;}
    .new_footercopy {padding: 13px 0 16px;text-align: left;}


}
@media screen and (max-width:420px){
    .hy_dialog_cont {width: 90%;margin: -100px 0 0 -45%;padding: 15px 20px;}
    .hy_dialog_close{right:15px;top:15px;width: 16px; height: 16px;}
    .hy_dialog_icon{width: 18px;height: 18px;}
    .hy_dialog_tit{margin-left:5px;font-size: 16px;line-height: 24px;}
    .hy_dialog_body {
        padding-left: 25px;
        margin-top: 10px;
        font-size: 14px;
        line-height: 22px;
    }
    .hy_dialog_footer{margin-top:20px;}
    .hy_dialog_btn{width: 80px;height: 30px;line-height: 30px;font-size: 14px;}
}


@media screen and ( max-height:700px ) {
    .side-bar {
        width: 54px;
        bottom: 100px;
        margin-top: -108px;
        right: 20px;
    }
    .side-bar li {
        position: relative;
        height: 54px;
        clear: both;
    }
    .side-bar li>a {
        width: 54px;
        height: 54px;
    }
    .side-bar li> a i {
        display: block;
        margin: 0 auto;
        width: 16px;
        height: 16px;
        margin-top: 8px;
    }
    .side-bar li> a.qq i {
        background-size:16px auto;
    }
    .side-bar li> a.side_base64 i {
        background-size:16px auto;
    }
    .side-bar li> a.side_base32 i {
        background-size:16px auto;
    }
    .side-bar li> a.dh i {
        background-size:16px auto;
    }
    .side-bar li> a.bj i{background-size:16px auto;}
    .side-bar li> a.yx i{background-size:16px auto;}
    .side-bar li> a.yx i {
        width: 16px;
        height: 16px;
        margin-top: 8px;
    }
    .side-bar li> a.gotop i {
        background-size:16px auto;
    }
}