@charset "utf-8";

/*:root{*/
/*    --scale-value:1.0*/
/*}*/

/*@media (min-width: 1500px) {*/
/*    --scale-value:0.9*/
/*}*/

/*@media (min-width: 900px) {*/
/*    --scale-value:0.8*/
/*}*/

html {
    background: #fff;
    overflow: auto;
}

body {
    min-width: 100%;
    font: 16px/1.5 Tahoma, "Microsoft Yahei";
    color: #333;
    -webkit-font-smoothing: antialiased;
}

/*body > :not(.footer.clearfix):not(.yk_about_banner.yk_flex_center_center):not(header){*/
/*    min-width: 100%;*/
/*    font: 16px/1.5 Tahoma, "Microsoft Yahei";*/
/*    color: #333;*/
/*    -webkit-font-smoothing: antialiased;*/

/*    transform-origin: top;*/
/*    transform: scale(var(--scale-value));*/
/*}*/


/*.footer.clearfix{*/
/*    !*height: 200px;*!*/
/*    height: calc(400px*var(--scale-value));*/
/*}*/
/*.footer.clearfix > * {*/

/*    min-width: 100%;*/
/*    font: 16px/1.5 Tahoma, "Microsoft Yahei";*/
/*    color: #333;*/
/*    -webkit-font-smoothing: antialiased;*/

/*    transform-origin: top;*/
/*    transform: scale(var(--scale-value));*/
/*}*/

/*.yk_about_banner.yk_flex_center_center{*/
/*    !*height: 400px;*!*/
/*    height: calc(800px*var(--scale-value));*/
/*}*/
/*.yk_about_banner.yk_flex_center_center > * {*/

/*    min-width: 100%;*/
/*    font: 16px/1.5 Tahoma, "Microsoft Yahei";*/
/*    color: #333;*/
/*    -webkit-font-smoothing: antialiased;*/

/*    transform-origin: top;*/
/*    transform: scale(var(--scale-value));*/
/*}*/
/*header > *{*/
/*    min-width: 100%;*/
/*    font: 16px/1.5 Tahoma, "Microsoft Yahei";*/
/*    color: #333;*/
/*    -webkit-font-smoothing: antialiased;*/

/*    transform-origin: top;*/
/*    transform: scale(var(--scale-value));*/
/*}*/

/*========================================================================*/

button, submit, input, select, textarea {
    font: 12px/1.5 Tahoma, "Microsoft Yahei";
    outline: none;
}

/* 以下是重构导航栏部分 */

.dropdown-item-title {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 4px;
    text-align: left;
    height: 20px;
}
.dropdown-item-img {
    margin-right: 10px;
}
.dropdown-item-detail {
    color: #999;
    font-size: 14px;
    text-align: left;
}

.header{
    width:100%;
    position:fixed;
    top:0;
    left:0;
    z-index:999;
    padding: 0 30px;
    background: rgba(68, 67, 67, 0.10);
    border-bottom: 1px solid rgba(255, 255, 255, 0.50);
}

.header .left{
    text-align: right;
    width: 22%;
    margin-right: 50px;
    margin-top: 12px;
}
.header .left a img{
    height: 40px;
    margin-top: 6px;
}
.header .left .img2{
    display: none;
}
/*右侧*/
.header .nav{
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    height: 100%;
    display: block;
}
.header .navbar_nav li{
    float:left;
    position: relative;
    display: block;
    padding: 20px 0;
}
.header .navbar_nav li:after{
    content: "";
    width: 0;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s ease 0s;
}
.header .navbar_nav li:hover:after{
    width: 100%;
}
.header .navbar_nav li a{
    text-decoration: none;
    height: 100%;
    padding: 0 10px;
    display: block;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    color: #fff;
    font-size: 14px;
}
.header .navbar_nav li:hover a{
    color: #fff;
}
.header .navbar_nav li.dropdown{
    display: inherit;
    position: relative;
}
.header .navbar_nav li.dropdown .jt{
    width: 20px;
    height: 20px;
    background-size: 100% 100%;
    display: block;
}
.header .navbar_nav li.dropdown .dropdown_menu{
    display: none;
    border-radius: 10px;
    position: absolute;
    top: 60px;
    width: 700px;
    background: #fff;
    box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38);
    left: -290px;
}

.header .navbar_nav li.dropdown .dropdown_menu .dropdown_menu_card {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 10px;
    margin-left: 5px;
    width: 100%;
}

.header .navbar_nav li.dropdown .dropdown_menu .dropdown_menu_card .card-item {
    cursor: pointer;
    width: 44%;
    display: flex;
    align-items: center;
    padding: 20px 0 20px 20px;
    border-radius: 4px;
    background-color: #f3f8fe;
    margin-right: 10px;
    margin-bottom: 10px;
}

.header .navbar_nav li.dropdown .dropdown_menu .dropdown_menu_card .card-item:hover .dropdown-item-detail {
    color: #fff;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.header .navbar_nav li.dropdown .dropdown_menu a{
    font-size: 14px;
    color: #666;
    padding: 0 10px;
    text-align: center;
    background: #fff;
    margin-bottom: 2px;
}
.header .navbar_nav li.dropdown:hover .dropdown_menu{
    display: block;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.header .navbar_nav li.dropdown:hover .dropdown_menu a{
    color: #666;
}
.header .navbar_nav li.dropdown:hover .dropdown_menu a:hover{
    color: #fff;
    background: #278dff;
}

.dropdown_menu_card .card-item .dropdown-item-img svg path:not(#Vector_2):not(#Vector_3):not(#Vector_4):not(#Vector_5) {
    fill: #014AE0;
    transition: fill 0.3s ease;
}

.dropdown_menu_card .card-item:hover .dropdown-item-img svg path:not(#Vector_2):not(#Vector_3):not(#Vector_4):not(#Vector_5) {
    fill: #fff;
}

#Vector{
    fill: #014AE0;
}

#Vector_2{
    fill: white;
}

.dropdown_menu_card .card-item:hover .dropdown-item-img svg path#Vector_2  {
    fill: #014AE0;
}

#Vector_3{
    fill: #C2C9D1;
}
#Vector_4{
    fill: #C2C9D1;

}
#Vector_5{
    fill: #C2C9D1;
}

/*白色背景的头部*/
.header.on{
    animation: navBarAmi 0.5s forwards;
}

@keyframes navBarAmi {
    0% {}
    100% {
        background: #fff;
        border-bottom: 1px solid #ccc;
    }
}

svg:not(:root) {
    overflow: hidden;
}

.header.on .navbar_nav li a{
    color: #333;
}
.header.on .navbar_nav li:hover a{
    color: #278dff;
}
#navToggle{
    display: none;
}

/* 以上是重构导航栏部分 */




.m-nav li a {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    outline: 0 none;
}

.m-nav li a:hover {
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: #278DFF;
}

.m-nav li a:focus {
    -moz-outline-style: none;
    border: 0px;
    blr: expression(this.onFocus=this.blur());
}

html, body, h1, h2, h3, h4, h5, h6, div, p, dl, dt, dd, ul, ol, li, form, fieldset, legend, button, submit, input, textarea, select, table, tr, th, td, hr, pre, sup, address, cite, dfn, em, var, blockquote {
    margin: 0;
    padding: 0
}

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

ol, li, ul, dl, dt, dd {
    list-style: none;
}

fieldset, img {
    border: 0
}

img {
    border: none;
    vertical-align: middle;
}

button, submit, input, select {
    vertical-align: middle;
}

button, submit {
    cursor: pointer;
}

button::-moz-focus-inner,
submit::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    padding: 0;
    border: none;
}

textarea {
    resize: none;
    outline: none;
}

address, cite, dfn, em, var {
    font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: lighter;
}

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

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

* {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

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

.clearfix {
    clear: both;
    zoom: 1;
}

.hide {
    display: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

/*滚动条*/
::-webkit-scrollbar {
    width: 14px;
    height: 14px;
}

::-webkit-scrollbar-track,
::-webkit-scrollbar-thumb {
    border-radius: 999px;
    border: 5px solid transparent;
}

::-webkit-scrollbar-track {
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .2) inset;
}

::-webkit-scrollbar-thumb {
    min-height: 20px;
    background-clip: content-box;
    box-shadow: 0 0 0 5px rgba(0, 0, 0, .2) inset;
}

::-webkit-scrollbar-corner {
    background: transparent;
}

/* 主体区域 */
.container {
    width: 1500px;
    position: relative;
    margin: 0 auto;
}

/* 头部导航 */
[hidden], template {
    display: none
}

a {
    background: 0 0;
    text-decoration: none
}

a:active, a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

ul, li {
    margin: 0;
    padding: 0
}

li {
    list-style: none
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle
}

img:not([src*="/"]) {
    display: none
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    border: 0
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

a, button, input, textarea {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0)
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

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

td, th {
    padding: 0
}

i {
    display: inline-block
}

body {
    min-width: 1250px;
    -webkit-font-smoothing: antialiased
}

.clear {
    *zoom: 1
}

.clear:before, .clear:after {
    display: table;
    line-height: 0;
    content: ""
}

.clear:after {
    clear: both
}

.hide {
    display: none !important
}

.g-box {
    width: 1200px;
    height: 100%;
    margin: 0 auto
}

.wrap {
    min-width: 1200px;
    width: 100%;
    position: relative
}

.f-pa {
    position: absolute
}

.f-pr {
    position: relative
}

.f-fl {
    float: left
}


.m-hd {
    height: 60px;
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    z-index: 11
}


.m-hd-f > li > a, .m-hd-f a {
    color: #333 !important
}

.m-logo {
    width: 128px;
    height: 26px;
    margin-top: 14px;
    margin-right: 20px
}

.m-logo1 > img {
    vertical-align: middle;
    margin-right: 10px
}


.m-logo-in {
    background: url(../images/logo_b5.png) no-repeat;
    display: block;
    width: 128px;
    height: 26px;
    margin-top: 9px;
}


.m-logo-in.be {
    background-image: url(../images/logo_b5.png)
}

.m-nav, .m-snav {
    padding-top: 30px;
    height: 60px;
    z-index: 9
}

.m-nav > li, .m-snav > li {
    /*padding-top: 22px;*/
    display: inline-block;
    height: 100%;
    box-sizing: border-box
}

.m-snav > li {
    padding-top: 18px
}

.m-nav > li > a {
    display: block;
    padding: 0 15px
}

.m-snav a {
    display: inline-block;
    text-align: center;
}

.m-nav-act {
    height: 3px;
    line-height: 3px;
    background-color: #fff;
    position: absolute;
    bottom: 5px;
    left: 164px;
    width: 50px;
    opacity: 0;
    transition: left .5s;
    -moz-transition: left .5s;
    -webkit-transition: left .5s;
    -o-transition: left .5s
}

.m-snav a {
    margin: 0 12px
}


.m-snav a.m-nav-user {
    margin-left: -4px;
    margin-right: -4px;
    text-decoration: underline
}

.m-hd-pr {
    position: relative;
    z-index: 1
}

.m-nav > li:hover .m-menu {
    height: auto;
    opacity: 1;
    filter: Alpha(opacity=100);
    font-size: 12px;
    padding: 40px 0 20px 60px
}


.m-mu-item {
    width: 150px;
    margin-right: 35px;
    margin-bottom: 20px
}

[data-menu="solutions"] .m-mu-item {
    margin-right: 80px
}

.dropdown-datail {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 565px;
}

.dropdown-item {
    width: 44%;
    display: flex;
    align-items: center;
    padding: 10px;
    border-radius: 4px;
    background-color: #f3f8fe;
    margin-right: 10px;
    margin-bottom: 10px;
}

.dropdown-item-title {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 4px;
    text-align: left;
}
.dropdown-item-img {
    margin-right: 10px;
}
.dropdown-item-detail {
    color: #999;
    font-size: 14px;
    text-align: left;
}

.m-mu-lst > li {
    margin-bottom: 20px;
    min-width: 100px;
    float: left
}

.m-mu-lst > li > a {
    color: #595961;
    float: left;
}

.m-mu-lst > li > a:hover {
    color: #2589ff;
}

.m-mu-td {
    display: block;
    font-weight: 700;
    padding-bottom: 14px;
    margin-bottom: 12px;
    border-bottom: 1px solid #ddd;
    padding-right: 10px;
    color: #595961;
    font-size: 14px;
    float: left;
}


.m-ban-lnk:hover .m-ban-lnk-h {
    display: block;
    z-index: 1
}


.m-ban-page > li {
    display: inline-block;
    width: 16px;
    height: 6px;
    opacity: .3;
    filter: Alpha(opacity=30);
    background: #FFF;
    cursor: inherit;
    margin-right: 6px
}

.m-ban-page > li:hover {
    opacity: .7;
    filter: Alpha(opacity=70)
}

.m-ban-page > li.active {
    opacity: 1;
    filter: Alpha(opacity=100)
}


.m-ft-mu > li {
    margin-bottom: 14px;
    font-size: 12px
}

.m-ft-mu > li > a {
    color: #999
}

.m-ft-mu > li > a:hover, .m-ft-nav > li > a:hover {
    color: #fff
}

.m-ft-menu > ul:first-child {
    margin-left: 52px
}


.m-ft-nav > li {
    display: inline-block
}

.m-ft-nav > li > a {
    padding: 0 25px;
    color: #999
}


.ft-res-be .ft-res-lnk:hover {
    background-color: #fff;
    color: #2589ff
}

.ft-res-red .ft-res-lnk:hover {
    background-color: #fff;
    color: #fa6869
}


/* 底部导航 */
.footer {

    background: #32333b;
}

.footer .footer_top {
    height: 260px;
}

.footer .footer_top .info_block {
    float: left;
    width: 420px;
    color: #999999;
}

.footer .footer_top .info_block .info_block_p {
}

.footer .footer_top .info_block .info_block_p .fo-tel {
    position: relative;
    margin-bottom:5px;
    margin-top:3px;
    margin-left: 31px;
}

.footer .footer_top .info_block .info_block_p .fo-tel .info {
    top: 10px;
    left: 60px;
    padding-left: 6px;
}

.footer .footer_top .info_block .info_block_p .fo-tel div {
    display: inline-block;
}

.footer .footer_top .info_block .info_block_p p {
    line-height: 30px;
    line-height: 30px;
    position: relative;
}

.footer .footer_top .info_block .info_block_p .fo-xb {
    position: relative;
    margin-bottom:5px;
    margin-top:3px;
}

.footer .footer_top .info_block .info_block_p .fo-xb .info {
    position: absolute;
    top: 0px;
    left: 60px;
}

.footer .footer_top .info_block .info_block_p .fo-xb div img {
    position: absolute;
    top: 4px;
    left: 30px;
}

.footer .footer_top .info_block .info_block_p .fo-xb div {
    display: inline-block;

}


.footer .footer_top .info_block .info_block_b {
    margin-top:25px;
    padding-left: 20px;
}

.footer .footer_top .info_block .info_block_b label {
    display: inline-block;
    margin-right: 15px;
    position: relative;
}

.footer .footer_top .info_block .info_block_b .icon_img {
    display: inline-block;
    margin-right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
}

.footer .footer_top .info_block .info_block_b .qr_code {
    display: inline-block;
    width: 80px;
    height: 80px;
}

.footer .footer_top .footer_top_p {
    float: left;
    margin-right: 7px;
    width: 140px;
    border-left: 1px solid #474c50;
    padding-left: 40px;
}

.footer .footer_top .footer_top_p:last-child {
    margin-right: 0;
}

.footer .footer_top .footer_top_p p {
    line-height: 30px;
    color: #999999;
}

.footer .footer_top .footer_top_p p a {
    color: #999999;
    font-size: 14px;
}

.footer .footer_top .footer_top_p p a:hover {
    color: #999999;
}

.footer .footer_top .footer_top_p p.p_t {
    margin-bottom: 5px;

    font-size: 16px;
    font-weight: 1000;

}

.footer .footer_link {
    border-bottom: 1px solid #474c50;
    margin-bottom: 30px;
    padding-top: 30px;
}

.footer .footer_link .link_l {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    line-height: 54px;
    color: #999999;
    font-size: 12px;

}

.footer .footer_c {
    border-top: 1px solid #474c50;
    line-height: 40px;
    color: #999999;
    font-size: 12px;
}

.footer .footer_c .footer_c_l {
    float: left;
}

.footer .footer_c .footer_c_r {
    float: right;
}

.footer .container .footer_top .footer_part2 {
    float: left;
    padding-left: 42px;
    width: 403px;
    height: 215px;
    vertical-align: top;
    border-left: 1px solid #474c50;
    -moz-box-sizing: border-box; /*Firefox3.5+*/
    -webkit-box-sizing: border-box; /*Safari3.2+*/
    -o-box-sizing: border-box; /*Opera9.6*/
    -ms-box-sizing: border-box; /*IE8*/
    box-sizing: border-box;
}

.footer .container .footer_top .footer_part2 .footer_part2_top {
    color: #999999;
    width: 175px;
    display: inline-block;
}

.footer .container .footer_top .footer_part2 .footer_part2_top div {
    display: inline-block;
}

.footer .container .footer_top .footer_part2 .footer_part2_top input {

    margin: 0 10px 10px 0;
    padding: 0 5px;
    width: 166px;
    height: 35px;
    line-height: 35px;
    color: #666666;
    font-size: 14px;
    border: 1px solid #474c50;
    background: none;
}

.footer .container .footer_top .footer_part2 .footer_part2_bottom {
    margin-top: 20px;
}

.footer .container .footer_top .footer_part2 .footer_part2_bottom span {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    background: #1C9AFF;
    cursor: pointer;
}

/* 右侧浮动动态电话 */
.float_mobile {
    position: fixed;
    position: fixed;
    top: 50%;
    right: 3px;
    margin-top: 110px;
    z-index: 999999;
    width: 200px;
    height: 85px;
    background: url("../images/mobile.gif") no-repeat center;
}


/* 右侧浮动 */
.float_right {
    display: none;
    position: fixed;
    top: 60%;
    right: 3px;
    margin-top: 50px;
    z-index: 999999;
}

.float_right a {
    display: block;
    height: 100%;
}

.float_right .float_right_mobile {
    position: relative;
    width: 65px;
    height: 65px;
    background: url("../images/rihgt_mobile.png") no-repeat center center;
    margin-bottom: 2px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.float_right .float_right_mobile .float_hide {
    position: absolute;
    top: 0;
    left: 70px;
    width: 150px;
    height: 65px;
    padding: 0 20px;
    line-height: 65px;
    background: #fff;
    font-size: 18px;
    font-weight: bold;
}

.float_right .float_right_mobile:hover {
    margin-left: -170px;
}

.float_right .float_right_qq {
    position: relative;
    width: 65px;
    height: 65px;
    background: url("../images/rihgt_qq.png") no-repeat center center;
    margin-bottom: 2px;
}

.float_right .float_right_wx {
    position: relative;
    width: 65px;
    height: 65px;
    background: url("../images/rihgt_wx.png") no-repeat center center;
    margin-bottom: 2px;
}

.float_right .float_right_wx .float_hide {
    display: none;
    position: absolute;
    top: 0;
    left: -160px;
    width: 150px;
    border: 1px solid #f5f5f5;
    -webkit-box-shadow: 0 0 10px #000;
    -moz-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
}

.float_right .float_right_wx .float_hide img {
    width: 150px;
    height: 150px;
}

.float_right .float_right_wx:hover .float_hide {
    display: block;
}

.float_right .float_right_sina {
    position: relative;
    display: none;
    width: 65px;
    height: 65px;
    background: url("../images/rihgt_sina.png") no-repeat center center;
    margin-bottom: 2px;
}

.float_right .float_right_top {
    width: 65px;
    height: 37px;
    background: url("../images/rihgt_top.png") no-repeat center center;
}


/* 右侧导航2 */
.c_nav {
    position: fixed;
    right: 10px;
    z-index: 9999;
    width: 72px;
    top: 50%;
    margin-top: -158px;
}

.c_nav li {
    float: right;
}

.c_nav li a {
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 5px;
    background: #fff;
    border: #ff6b6b 1px solid;
    color: #fff;
    font-size: 12px;
    text-align: center;
    margin-bottom: 9px;
    line-height: 1;
}

.c_nav li a i {
    display: inline-block;
    width: 30px;
    height: 28px;
    padding: 11px 0 9px 0;
    transition: all 0.5s;
}

.c_nav li a:hover i {
    transform: rotate(360deg);
}


.c_nav li.li1 {
    -webkit-animation: rotateInDownLeft 1.5s 0.5s ease both;
    -moz-animation: rotateInDownLeft 1.5s 0.5s ease both;
}

.c_nav li.li1 a {
    background: #ff6b6b;
    color: #fff;
    transition: all 0.5s;
}

.c_nav li.li1 i {
    background: url(https://yuanyue.oss-cn-beijing.aliyuncs.com/www/static/static/images/nav/kf.png) center no-repeat;
}

.c_nav li.li2 {
    -webkit-animation: rotateInDownRight 1.5s 1s ease both;
    -moz-animation: rotateInDownRight 1.5s 1s ease both;
}

.c_nav li.li2 a {
    overflow: hidden;
    position: relative;
    transition: all 0.5s;
    color: #f3a929;
    border: 1px solid #f3a929;
}

.c_nav li.li2 a:hover .hides {
    display: block;
}

.c_nav li.li2 a:hover .shows {
    display: none;
}

.c_nav li.li2 a:hover {
    width: 230px;
}

.c_nav li.li2 .hides {
    width: 230px;
    height: 70px;
    position: absolute;
    left: 0px;
    top: 0px;
    background: url(https://yuanyue.oss-cn-beijing.aliyuncs.com/www/static/static/images/nav/dh.png) 175px center no-repeat;
    padding: 0 15px;
    text-align: left;
    display: none;
}

.c_nav li.li2 .hides h2 {
    font-size: 12px;
    color: #f3a929;
    line-height: 1;
    padding: 17px 0 7px 0;
}

.c_nav li.li2 .hides p {
    font-size: 24px;
    color: #f3a929;
    font-family: "Arial";
    line-height: 1;
}

.c_nav li.li2 i {
    background: url(https://yuanyue.oss-cn-beijing.aliyuncs.com/www/static/static/images/nav/dh.png) center no-repeat;
}

.c_nav li.li3 {
    position: relative;
    -webkit-animation: rotateInDownLeft 1.5s 1.5s ease both;
    -moz-animation: rotateInDownLeft 1.5s 1.5s ease both;
}

.c_nav li.li3 a {
    position: relative;
    transition: all 0.5s;
    color: #61c32b;
    border: 1px solid #61c32b;
}

.c_nav li.li3 i {
    background: url(https://yuanyue.oss-cn-beijing.aliyuncs.com/www/static/static/images/nav/wx.png) center no-repeat;
}

.c_nav li.li3 .img {
    width: 108px;
    padding: 15px;
    border-radius: 5px;
    background: #0cd579;
    position: absolute;
    left: 180px;
    top: -48px;
}

.c_nav li.li3 .img img {
    width: 108px;
    height: 108px;
    display: block;
}

.c_nav li.li3 .img p {
    font-size: 16px;
    color: #fff;
    margin-top: 8px;
    letter-spacing: 2px;
}

.c_nav li.li3 .wx_png {
    display: none;
    position: absolute;
    top: 6px;
    right: 80px;
}

.c_nav li.li3:hover .wx_png {
    display: block;
}

.c_nav li.li4 {
    -webkit-animation: rotateInDownRight 1.5s 2s ease both;
    -moz-animation: rotateInDownRight 1.5s 2s ease both;
}

.c_nav li.li4 a {
    color: #2589ff;
    border: 1px solid #2589ff;
}

.c_nav li.li4 i {
    background: url(https://yuanyue.oss-cn-beijing.aliyuncs.com/www/static/static/images/nav/qq.png) center no-repeat;
}

.c_nav li.li5 {
    -webkit-animation: fadeInUp 1.5s 2.5s ease both;
    -moz-animation: fadeInUp 1.5s 2.5s ease both;
}

.c_nav li.li5 a {
    height: 30px;
    border-radius: unset;
    background: rgba(0, 0, 0, 0.45);
    border: none;
}

.c_nav li.li5 i {
    width: 30px;
    height: 30px;
    padding: 0;
    transition: all 0.5s;
    background: url(https://yuanyue.oss-cn-beijing.aliyuncs.com/www/static/static/images/nav/db.png) center no-repeat;
}

.c_nav li.li5 a:hover i {
    transform: none;
}

@-webkit-keyframes bounce {
    0%, 20%, 53%, 80%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%, 43% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

@keyframes bounce {
    0%, 20%, 53%, 80%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%, 43% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

.sch-ul {
    position: absolute;
    height: 0px;
    padding-right: 30px;
    /* line-height: 10px; */
    display: block !important;
    overflow: hidden;
    background-color: #fff;
    color: #ddd;
    margin-top: -2px;
    margin-left: -60px;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
}

.sch-ul-1 {
    position: absolute;
    height: 0;
    margin-left: -40px;
    /* line-height: 10px; */
    display: block !important;
    overflow: hidden;
    background-color: #fff;
    color: #ddd;
    margin-top: -2px;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
}

.sch-ul-le li {
    font-size: 12px;
    margin-bottom: 20px;
    display: flex !important;
    width: auto !important;
    height: auto !important;
    float: unset !important;
}

.sch-li {

    color: #595961 !important;
    /* width: 190px !important; */
    /* font-size: 12px !important; */
    float: left;
    /*color: #595961;*/
    line-height: 16px !important;
}

.sch-list:hover .sch-ul {
    height: 240px;
}

.sch-list-1:hover .sch-ul-1 {
    height: 140px;
}

.sch-ul-1 li {
    height: 16px !important;
    line-height: 60px !important;
    width: 200px !important;
    margin-bottom: 20px;
}

.sch-ul-le {
    width: 135px;
    float: left;
    margin-left: 60px;
    padding-top: 45px;
    height: auto;
}

.item-hot {
    width: 23px;
    height: 19px;
    background: url("../images/hot.png") no-repeat;
    margin-left: 10px;
    float: left;
}

.item-new {
    width: 30px;
    height: 19px;
    background: url("../images/new.png") no-repeat;
    margin-left: 10px;
    float: left;
}

/**
footer
 */
.clear {
    *zoom: 1
}

.clear:before, .clear:after {
    display: table;
    line-height: 0;
    content: ""
}

.clear:after {
    clear: both
}

.hide {
    display: none !important
}

.g-box {
    width: 1360px;
    height: 100%;
    margin: 0 auto
}

.wrap {
    min-width: 1200px;
    width: 100%;
    position: relative
}

.f-pa {
    position: absolute
}

.f-pr {
    position: relative
}

.f-fl {
    float: left
}

.flex {
    display: flex;
}

.align-items {
    align-items: center;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-between {
    justify-content: space-between;
}

.justify-content-around {
    justify-content: space-around;
}

.s-fc-gy {
    color: #999
}


.s-fcw {
    color: #fff
}


.g-tac {
    text-align: center
}


.s-fs12 {
    font-size: 12px
}


.s-fs24 {
    font-size: 24px
}


.g-mt8 {
    margin-top: 8px
}


.g-mt14 {
    margin-top: 14px
}


.g-mt30 {
    margin-top: 30px
}

.g-mt40 {
    margin-top: 40px
}


.g-ml40 {
    margin-left: 40px
}

.g-ml80 {
    margin-left: 55px;
}


.g-mr30 {
    margin-right: 30px
}

.m-hd {
    height: 97px;
    z-index: 11;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    /* 新官网测试颜色 */
    background-color: rgba(68, 67, 67, 0.10);
}

.m-hd-f > li > a, .m-hd-f a {
    color: #333 !important
}

.m-logo {
    width: 128px;
    height: 26px;
    padding-top: 7px;
    margin-right: 20px
}

.m-logo1 > img {
    vertical-align: middle;
    margin-right: 10px
}


@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2) {
    .m-logo-in {
        background: url(../images/logo_b.png) no-repeat;
        background-size: cover
    }
}

.m-logo-in.be {
    background-image: url(../../img/nweb/img/logo_b.png)
}

.m-nav, .m-snav {
    height: 100px;
    overflow: hidden;
    z-index: 9;
    margin-left: 160px;
}

.m-nav > li, .m-snav > li {
    padding-top: 6px;
    display: inline-block;
    height: 100%;
    box-sizing: border-box
}

.m-snav > li {
    padding-top: 18px
}

.m-nav > li > a {
    display: block;
    padding: 0 5px
}

.m-snav a {
    display: inline-block;
    text-align: center
}

.selected {
    color: #2778F1;
}

.m-nav-act {
    height: 3px;
    line-height: 3px;
    background-color: #2778F1;
    position: absolute;
    bottom: 5px;
    left: 164px;
    width: 50px;
    opacity: 0;
    transition: left .5s;
    -moz-transition: left .5s;
    -webkit-transition: left .5s;
    -o-transition: left .5s
}

.m-snav a {
    margin: 0 12px
}


.m-snav a.m-nav-user {
    margin-left: -4px;
    margin-right: -4px;
    text-decoration: underline
}

.m-hd-pr {
    position: relative;
    z-index: 1;
}

.m-nav > li:hover .m-menu {
    height: auto;
    opacity: 1;
    filter: Alpha(opacity=100);
    font-size: 12px;
    padding: 40px 0 20px 60px
}

.m-menu {
    position: absolute;
    background-color: #fff;
    height: 0;
    top: 90px;
    left: 0;
    opacity: 0;
    filter: Alpha(opacity=0);
    overflow: hidden;
    transition: height .5s;
    -moz-transition: height .5s;
    -webkit-transition: height .5s;
    -o-transition: height .5s
}


[data-menu="solutions"] .m-mu-item {
    margin-right: 80px
}

.m-mu-lst > li {
    margin-bottom: 20px;
    min-width: 100px;
    float: left
}

.m-mu-lst > li > a {
    color: #595961;
}

.m-mu-lst > li > a:hover {
    color: #2589ff;
}

.m-mu-td {
    display: block;
    font-weight: 700;
    padding-bottom: 14px;
    margin-bottom: 12px;
    border-bottom: 1px solid #ddd;
    padding-right: 10px;
    color: #595961;
    font-size: 14px
}


.m-ban-lnk:hover .m-ban-lnk-h {
    display: block;
    z-index: 1
}


.m-ban-page > li {
    display: inline-block;
    width: 16px;
    height: 6px;
    opacity: .3;
    filter: Alpha(opacity=30);
    background: #FFF;
    cursor: inherit;
    margin-right: 6px
}

.m-ban-page > li:hover {
    opacity: .7;
    filter: Alpha(opacity=70)
}

.m-ban-page > li.active {
    opacity: 1;
    filter: Alpha(opacity=100)
}

.m-foot {
    background-color: #32333b;
    padding-top: 54px;
    padding-bottom: 42px
}

.m-ft-menu {
    min-width: 538px;
    border-left: 1px solid #262836
}

.m-ft-mu {
    display: inline-block;
    /* margin-left: 52px; */
    margin-left: 50px;
}

.m-ft-mu:first-child {
    /* margin-left: 52px; */
    margin-left: 45px;
}

.m-ft-qq {
    border: 1px solid #4c4e59;
    padding: 4px 10px;
    font-size: 12px;
    color: #fff
}

.m-ft-qq:hover {
    background-color: #fff;
    color: #101429
}

.m-ft-qr {
    border: 1px solid #4c4e59;
    background-color: #e3e2e5;
    padding: 5px 5px 10px;
    color: #595961;
    font-size: 12px
}


.m-ft-mu > li {
    margin-bottom: 14px;
    font-size: 12px
}

.m-ft-mu > li > a {
    color: #999
}

.m-ft-mu > li > a:hover, .m-ft-nav > li > a:hover {
    color: #fff
}

.m-ft-menu > ul:first-child {
    margin-left: 22px
}

.m-ft-tt, .m-ft-mu > li.m-ft-tt {
    font-size: 14px;
    color: #fff;
    margin-bottom: 20px
}

.m-ft-nav-box {
    /* text-align: center; */
    margin-top: 50px;
    padding-top: 32px;
    border-top: 1px solid #262836
}

.m-ft-nav > li {
    display: inline-block;
    margin-bottom: 8px;
}

.m-ft-nav > li > a {
    padding: 0 2px;
    color: #999
}


.ft-res-be .ft-res-lnk:hover {
    background-color: #fff;
    color: #2589ff
}

.ft-res-red .ft-res-lnk:hover {
    background-color: #fff;
    color: #fa6869
}

.miitbeian {
    color: #595961
}

.btn-p {

}

.btn-sel-content {
    height: 50px;
    z-index: 9;
    margin: 0;
    padding: 0;
    float: left;
    width: 110px;
    line-height: 24px;
    margin-top: 19px;
    margin-left: 20px;
    margin-right: 20px;
}

.btn-ta {
    display: block;
    float: left;
    padding-right: 10px;
    width: 41px;
    text-align: right;
    font-size: 12px;
    height: 24px;
    color: #fff;
    border: 1px solid rgba(221, 221, 221, 0.23);
    border-radius: 25px 0 0 25px;
    background: rgba(173, 173, 173, 0.25);
}

.btn-ta:hover {
    color: #fff;
}

.btn-hz {
    display: block;
    width: 41px;
    padding-left: 10px;
    float: left;
    text-align: left;
    height: 24px;
    color: #fff;
    font-size: 12px;
    border: 1px solid rgba(221, 221, 221, 0.23);
    border-radius: 0 25px 25px 0;
    margin-left: -1px;
}

.btn-hz:hover {
    color: #fff;
}

/* 轮播 */

.banner .slide1 {
    display: block;
    height: 800px;
    background-position: center;
    background-repeat: no-repeat;
	width:1200px;
	margin:0 auto;

}

.banner .slide1 .inner {
    width: 100%;
    height: 100%;
    display: block;
}

.banner .slide1 .banner_con {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    padding-top: 60px;
}

.banner .banner_btns {
    margin: 0 auto;
    width: 1200px;
    padding-top: 335px;
}

.banner .banner_btns .banner_btn {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    width: 170px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: #fff;
}

.banner .banner_btns .banner_btn a {
    color: #fff;
}

.banner .banner_btns .banner_btn:hover {
    border: 1px solid #fff;
    background: #fff;
    color: #000;
}

.banner .banner_btns .banner_btn a:hover {
    color: #000;
}

.clearboth {
    clear: both;
}

.screenads {
    /*cursor: pointer;*/
}

.banner_left {
    width: 540px;
    height: 50%;
    float: left;
    color: #FFF;
    padding: 100px 0px;
}

.banner_title {
    margin-top: 150px;
    font-size: 40px;

}

.banner_desc {
    margin-top: 30px;
}

.banner_desc p {
    height: 40px;
    line-height: 40px;
    font-size: 17px;
}

.banner_input {
    margin-top: 50px;
    height: 45px;
    color: #FFF;
}

.banner_input a {
    display: block;
}


.banner_input p {
    height: 40px;
    line-height: 40px;
    width: 145px;
    border: 1px solid #FFF;
    text-align: center;
    color: #FFF;
    float: left;
    margin-right: 20px;
}

.banner_input p:hover {
    background: #FFF;
    color: #000;
}

.hangye {
    width: 100px;
    display: block;
    color: #999;
    margin-bottom: 10px;
}

.shouhou {
    width: 100px;
    display: block;
    color: #999;
    margin-bottom: 10px;
}

.wenzi {
    color: #999;
}
