@media (min-width:1200px) {
    .container {
        width: 1170px !important;
        margin: 0 auto
    }
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.header-box {
    background: #fff
}

.topbar {
    width: 100%;
    background-color: #7c6aa6
}

.topbar .container .am-g {
    padding: 3px 0;
    font-size: 15px;
    color: #fff
}

.topbar .container .am-g .topbar-left {
    font-size: 15px
}

.topbar .container .am-g .topbar-left .am-icon-globe {
    font-size: 23px
}

.topbar .container .am-g .topbar-left .am-btn-primary {
    color: #fff;
    background-color: #7c6aa6;
    border-color: #7c6aa6
}

.topbar .container .am-g .topbar-left .am-btn {
    padding: 0;
    line-height: 1;
    margin-top: -10px
}

.topbar .container .am-g .topbar-right {
    line-height: 34px;
    width: 75%
}

.topbar .container .am-g .topbar-right i {
    opacity: .3;
    margin: 0 5px
}

.topbar .container .am-g .topbar-right a {
    color: #fff;
    font-size: 14px;
    margin: 4px
}

.topbar .container .am-g .topbar-right a:nth-of-type(1) {
    margin-left: 20px
}

@media screen and (max-width:640px) {
    .m-header .m-logo {
        width: 150px;
        margin: 8px auto
    }

    .m-header .m-logo img {
        width: 150px;
        margin: 0 auto
    }

    .m-header .am-offcanvas-bar {
        width: 320px;
        background: #383d61
    }

    .m-header .am-icon-bars {
        font-size: 30px;
        color: #262626
    }

    .m-header {
        padding: 10px 0;
        background: #fFF
    }

    .am-menu-offcanvas1 .am-menu-nav>li>a:focus,
    .m-header .am-menu-offcanvas1 .am-menu-nav>.am-open>a,
    .m-header .am-menu-offcanvas1 .am-menu-nav>li>a:hover {
        background-color: #383d61 !important;
        color: #fff;
        outline: 0
    }

    .m-header .am-menu-offcanvas1 .am-menu-sub {
        background-color: #383d61 !important
    }

    .m-header .am-menu-sub {
        padding: 0
    }

    .m-header .am-menu-sub li {
        border-top: 1px solid rgba(0, 0, 0, .3);
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
        text-shadow: 0 1px 0 rgba(0, 0, 0, .5);
        padding-left: 36px
    }

    .m-header .am-menu-offcanvas1 .am-menu-nav>li>a {
        color: #fff
    }

    .m-header .am-menu-sub li a {
        color: rgba(255, 255, 255, .3);
        text-shadow: none !important
    }

    .m-header .nav-icon::before {
        margin-left: -14px;
        margin-right: 5px
    }

    .m-header .nav-icon-globe::before {
        content: "\f0ac"
    }

    .m-header .nav-share-contain {
        height: 44px;
        line-height: 44px;
        text-indent: 9px;
        padding: 0;
        position: relative;
        color: #ccc;
        border-top: 1px solid rgba(0, 0, 0, .3);
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
        text-shadow: 0 1px 0 rgba(0, 0, 0, .5)
    }
}

.header {
    padding: 15px 0;
}

.header .logo {
    margin-top: -3px;
}

.header .logo img {
    width: 150px
}

.header .header-right {
    text-align: center;
    width: 100%;
}

.header .header-right .header-contact {
    float: left;
    text-align: center;
    padding: 0 100px 0 0
}

.header .header-right .header-contact .header_contacts--item {
    float: left;
    vertical-align: middle
}

.header .header-right .header-contact .header_contacts--item .contact_mini {
    position: relative;
    padding: 0 40px 0 35px
}

.header .header-right .header-contact .header_contacts--item .contact_mini strong {
    display: block;
    font-size: 15px;
    font-weight: 600;
    text-align: left
}

.header .header-right .header-contact .header_contacts--item .contact_mini .contact-icon {
    font-size: 26px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0
}

.header .header-right .header-contact .header_contacts--item .contact_mini span {
    font-size: 12px;
    color: #969696;
    display: block;
    text-align: left
}

.header .header-right .contact-btn {
    float: right
}

.header .header-right .contact-btn .am-btn-secondary {
    color: #59bcdb;
    background-color: #fff;
    border-color: #59bcdb
}

.header .header-right .contact-btn .am-btn-secondary:hover {
    background-color: #59bcdb;
    color: #fff
}

.nav-contain {
    width: 100%;
    border-top: 1px solid #e9e9e9;
    box-shadow: 0 1px 3px #e9e9e9;
}

.nav-contain .nav-inner {
    max-width: 1140px;
    margin: 0 auto
}

.nav-contain .nav-inner .am-nav li {
    padding: 10px 5px;
    list-style: none;
    position: relative;
}

.nav-contain .nav-inner .am-nav li:hover .sub-menu {
    display: block
}

.nav-contain .nav-inner .am-nav li .sub-menu {
    display: none;
    padding-left: 0;
    position: absolute;
    box-shadow: 0 0 7px rgba(0, 0, 0, .15);
    top: 100%;
    left: -16px;
    z-index: 1000 !important;
    background: #3a4662;
    border-radius: 0 0 3px 3px;
    margin: 0;
    overflow-y: auto;
    /* height: 500px; */
    width: 400px;
}

.nav-contain .nav-inner .am-nav li .sub-menu .menu-item {
    min-width: 160px;
    border-top: 1px solid #505c75;
    position: relative;
    padding: 15px 10px;
    display: inline-block;
}

.nav-contain .nav-inner .am-nav li .sub-menu .menu-item a {
    display: block;
    padding: 0px;
    color: #fff;
}

.nav-contain .nav-inner .am-nav li .sub-menu .menu-item a:hover {
    color: #2391fc;
    background: #3a4662;
}

.nav-contain .nav-inner .am-nav li a {
    color: #333;
    padding: 0
}

.nav-contain .nav-inner .am-nav li a:hover {
    color: #2897ff;
    background: #fff;
}

.nav-contain .nav-inner .am-nav li .sub-menu:after {
    content: "";
    background: url("../../assets/images/index/arrow-top.png")no-repeat;
    position: absolute;
    top: -9px;
    left: 50%;
    margin-left: -10px;
    width: 20px;
    height: 10px;
    z-index: 10;
}

/*
.nav-contain .nav-inner .am-nav li a:after{content: "" ;width: 1px ;height: 14px; background: #ddd;position: absolute;right:0;top: 50%;
    margin-top: -7px;}

.nav-contain .nav-inner .am-nav li a:after::first-child{width: 0px ;}*/



@font-face {
    font-family: fontawesome;
    src: url(../fonts/fontawesome-webfont.ttf), url(../fonts/fontawesome-webfont.woff)
}

.page-header {
    text-align: center;
    padding: 80px 0 92px;
    font-weight: 300;
    background: url(../images/pattern-dark.png) #383d61
}

.page-header .page-header-title {
    font-size: 60px;
    color: #fff;
    font-weight: 400
}

.breadcrumb-box {
    border-bottom: 1px solid #e9e9e9
}

.breadcrumb-box .am-breadcrumb {
    padding: 16px 0 0;
    margin-bottom: 1rem
}

.breadcrumb-box .am-breadcrumb li a {
    font-size: 14px;
    color: #262626
}

.breadcrumb-box .am-breadcrumb .am-active {
    color: #6975a6
}

.section {
    padding: 50px 0;
    overflow: hidden;
}

.section .section--header .section--title {
    font-size: 40px;
    font-weight: 300;
    text-align: center;
    color: #003e6c;
}

.section .section--header .section--description {
    font-size: 20px;
    line-height: 30px;
    color: #9b9b9b;
    text-align: center;
    margin: 13px 0 0
}

.section .section--header .section--title.font30 {
    font-size: 30px;
}

@media screen and (max-width:640px) {
    .section {
        padding: 50px 0 !important
    }

    .section .section--header {
        padding: 0 15px
    }

    .section .section--header .section--title {
        font-size: 30px !important
    }

    .section .section--header .section--description {
        font-size: 15px;
        line-height: 32px
    }

    .section--description {
        font-size: 16px
    }
}

.layout-footer .footer {
    width: 100%;
    background: url(../images/img_foot.png);
    background-size: cover;
    position: relative
}

.layout-footer .footer .am-u-md-3 {
    padding-left: 25px
}

.layout-footer .footer .footer--bg {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: .95;
    top: 0;
    left: 0
}

.layout-footer .footer .footer--inner {
    position: relative;
    z-index: 1
}

.layout-footer .footer .footer--inner .footer_main {
    position: relative
}

.layout-footer .footer .footer_main--column {
    margin: 50px 0 0
}

.layout-footer .footer .footer_main--column_title {
    color: #fff;
    font-size: 17px;
    line-height: 29px;
    font-weight: 700;
    display: block
}

.layout-footer .footer .footer_about {
    position: relative;
    /* padding:17px 25px 0 0; */
    text-align: center;
}

.layout-footer .footer .footer_about--text {
    font-size: 15px;
    line-height: 25px;
    color: #fff;
    padding: 0 0 16px;
}

.company-code {
    width: 111px;
    height: 111px;
}

.layout-footer .footer .footer_navigation {
    padding: 6px 15px 0 0
}

.layout-footer .footer .footer_navigation--item {
    display: block;
    position: relative;
    padding: 12px 25px 12px 0;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.layout-footer .footer .footer_navigation--item::before {
    position: absolute;
    content: "\f054";
    display: block;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
    margin-top: 3px;
    color: #fff;
    font-size: 12px;
    font-family: fontawesome
}

.layout-footer .footer .footer_navigation--link {
    color: #fff;
    font-size: 15px;
    line-height: 22px
}

.layout-footer .footer .footer_navigation--link:hover {
    text-decoration: underline
}

.layout-footer .footer .footer_contact_info {
    padding: 5px 0 10px 0
}

.layout-footer .footer .footer_contact_info--item {
    padding: 10px 0;
    position: relative;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    list-style: none;
}

.layout-footer .footer .footer_contact_info--item i {
    display: block;
    position: absolute;
    left: -2px;
    top: 9px;
}

.layout-footer .footer .footer_contact_info--item span {
    display: inline-block;
    vertical-align: text-top;
    padding: 0 0 0 20px
}

.contact_card {
    background: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 3px;
    position: relative;
    text-align: center;
    padding: 138px 0 48px;
    margin: 30px;
}

.contact_card .contact_card--icon {
    position: absolute;
    font-size: 56px;
    display: block;
    top: 37px;
    left: 50%;
    transform: translate(-50%, 0);
    color: #59bcdb
}

.contact_card .contact_card--title {
    font-size: 20px;
    display: inline-block
}

.contact_card .contact_card--text {
    padding: 0 0 10px;
    color: #969696;
    font-size: 16px;
    line-height: 23px
}

.contact_card .contact_card--text a {
    color: #969696
}

.contact_card .am-btn-secondary {
    background-color: transparent;
    color: #59bcdb;
    border-color: #59bcdb;
    border-width: 2px;
    padding: 12px 18px
}

.contact_card .am-btn-secondary:hover {
    background-color: #59bcdb;
    color: #fff
}


.layout-footer .footer .footer_about--text.code-text {
    margin-top: 0px;
    line-height: 0px;
}

.layout-footer .footer .footer_main--column.mar-top33 {
    margin-top: 33px;
}



.am-slider-default .am-control-nav {
    bottom: 25px;
}


.am-slider-default .am-direction-nav a:before {
    display: inline-block;
    font: normal normal normal 1.6rem/1 "FontAwesome", sans-serif;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    width: 100%;
    color: #fff;
    content: "\f053";
    font-size: 24px !important;
    text-align: center;
    line-height: 36px !important;
    height: 36px;
}

.am-slider-default .am-direction-nav a.am-next:before {
    content: "\f054";
}

.am-slider-default .am-control-nav li a {
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
    box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
}

.am-slider-default .am-control-nav li a.am-active {
    background-color: #ffffff;
    padding: 0 10px;
}

.am-slider-default .am-control-nav li a:hover {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.7);
}

.am-slider-default {
    margin: 0 0 0px;
}




.am-slider-bonal a {
    color: #222222;
    line-height: 42px;
}

.am-slider-bonal a {
    display: block;
    word-wrap: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.am-slider-bonal a i {
    margin-top: 20px;
    width: 40px;
    height: 40px;
}

.am-slider-bonal a strong {
    font-size: 16px;
    display: inline-block;
    color: #2897ff;
    margin-top: 7px;
}

.am-slider-bonal a p {
    color: #969696;
    font-size: 14px;
    margin-bottom: 0;
    margin-top: -10px;
}

.am-icon-index01 {
    background: url("../../assets/images/index/ico01.png")no-repeat;
}

.am-icon-index02 {
    background: url("../../assets/images/index/ico02.png")no-repeat;
}

.am-icon-index03 {
    background: url("../../assets/images/index/ico03.png")no-repeat;
}

.am-icon-index04 {
    background: url("../../assets/images/index/ico04.png")no-repeat;
}

.am-icon-index05 {
    background: url("../../assets/images/index/ico05.png")no-repeat;
}

.index-page {
    box-shadow: 0 1px 3px #e5e8eb;
}

.title_linetop {
    width: 80px;
    height: 4px;
    background: #2897ff;
    border-radius: 50px;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
}


.features_item img {
    width: 98%;
}

.am-nav-tabs.am-nav-tsbs-conter {
    text-align: center;
    margin-top: 50px;
    border-bottom: none;
}

.am-nav-tabs.am-nav-tsbs-conter>li {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    float: none;
    padding: 0 10px;
}

.am-nav-tabs.am-nav-tsbs-conter>li.am-active>a,
.am-nav-tabs.am-nav-tsbs-conter>li.am-active>a:hover,
.am-nav-tabs.am-nav-tsbs-conter>li.am-active>a:focus {
    color: #2897ff;
    background-color: #fff;
    border: none;
    font-weight: bold;
    border-bottom-color: transparent;
    cursor: default;
}

.am-nav-tabs.am-nav-tsbs-conter>li.am-active>a:before {
    width: 36px;
    height: 36px;
    position: absolute;
    left: 50%;
    margin-left: -18px;
    font-size: 14px;
    content: " ";
    left: 50%;
    margin-left: -18px;
    bottom: -37px;
    z-index: 1;
    background: url("../../assets/images/index/sele_c.png") no-repeat;
}

.am-nav-tabs.am-nav-tsbs-conter>li>a:before {
    width: 36px;
    height: 36px;
    position: absolute;
    left: 50%;
    margin-left: -18px;
    font-size: 14px;
    content: " ";
    left: 50%;
    margin-left: -18px;
    bottom: -37px;
    z-index: 1;
    background: url("../../assets/images/index/nosele_c.png") no-repeat;
}

.am-nav-tabs.am-nav-tsbs-conter>li>a {
    margin-right: 0px;
    color: #3a4762;
}

.am-nav-tabs.am-nav-tsbs-conter>li a:after {
    border-top: 1px #ddd solid;
    height: 1px;
    width: 125px;
    content: " ";
    position: absolute;
    bottom: -15px;
    left: -10px;
    z-index: 0;
}

.am-nav-tabs.am-nav-tsbs-conter>li>a:hover {
    border-color: #eeeeee #eeeeee #ddd;
    border: none;
}

.am-nav.am-nav-tsbs-conter>li>a:hover,
.am-nav.am-nav-tsbs-conter>li>a:focus {
    text-decoration: none;
    background-color: #fff;
    border: none;
}


.am-tabs-bd.am-nav-tsbs-conter-box {
    border: none;
}

.index-container .service_item .service_item--icon.ico_img {
    width: 55px;
    height: 55px;
    top: 40px;
}

.am-icon-blue-ico01 {
    background: url("../../assets/images/index/blue-ico01.png") no-repeat;
}

.am-icon-white-ico01 {
    background: url("../../assets/images/index/white-ico01.png") no-repeat;
}

.am-icon-blue-ico02 {
    background: url("../../assets/images/index/blue-ico02.png") no-repeat;
}

.am-icon-white-ico02 {
    background: url("../../assets/images/index/white-ico02.png") no-repeat;
}

.am-icon-blue-ico03 {
    background: url("../../assets/images/index/blue-ico03.png") no-repeat;
}

.am-icon-white-ico03 {
    background: url("../../assets/images/index/white-ico03.png") no-repeat;
}

.am-icon-blue-ico04 {
    background: url("../../assets/images/index/blue-ico04.png") no-repeat;
}

.am-icon-white-ico04 {
    background: url("../../assets/images/index/white-ico04.png") no-repeat;
}

.am-icon-blue-ico05 {
    background: url("../../assets/images/index/blue-ico05.png") no-repeat;
}

.am-icon-white-ico05 {
    background: url("../../assets/images/index/white-ico05.png") no-repeat;
}

.am-icon-blue-ico06 {
    background: url("../../assets/images/index/blue-ico06.png") no-repeat;
}

.am-icon-white-ico06 {
    background: url("../../assets/images/index/white-ico06.png") no-repeat;
}

.am-gongsi1-blue-ico01 {
    background: url("../../assets/images/index/gongsi1_blue.png") no-repeat;
}

.am-gongsi1-white-ico01 {
    background: url("../../assets/images/index/gongsi1_white.png") no-repeat;
}

.am-gongsi1-blue-ico02 {
    background: url("../../assets/images/index/gongsi2_blue.png") no-repeat;
}

.am-gongsi1-white-ico02 {
    background: url("../../assets/images/index/gongsi2_white.png") no-repeat;
}

.am-gongsi1-blue-ico03 {
    background: url("../../assets/images/index/gongsi3_blue.png") no-repeat;
}

.am-gongsi1-white-ico03 {
    background: url("../../assets/images/index/gongsi3_white.png") no-repeat;
}


.am-serve-blue-ico01 {
    background: url("../../assets/images/index/shouhou1_blue.png") no-repeat;
}

.am-serve-white-ico01 {
    background: url("../../assets/images/index/shouhou1_white.png") no-repeat;
}

.am-serve-blue-ico02 {
    background: url("../../assets/images/index/shoihou2_blue.png") no-repeat;
}

.am-serve-white-ico02 {
    background: url("../../assets/images/index/shoihou2_white.png") no-repeat;
}

.am-serve-blue-ico03 {
    background: url("../../assets/images/index/shouhou3_blue.png") no-repeat;
}

.am-serve-white-ico03 {
    background: url("../../assets/images/index/shouhou3_white.png") no-repeat;
}


.index-container .service_item .service_item--title {
    margin-top: 1em;
}

.cont_linetop {
    width: 50px;
    height: 4px;
    background: #cacaca;
    display: block;
    margin: 0 auto;
    margin-top: -10px;
}

.index-container .service_item {
    overflow: hidden;
    cursor: pointer;
    margin-left: 20px;
    margin-right: 20px;
}

.index-container .service_item:hover {
    filter: alpha(opacity=100 finishopacity=50 style=1 startx=0, starty=0, finishx=0, finishy=150) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#06bcfe, endcolorstr=#4383eb, gradientType=0);
    -ms-filter: alpha(opacity=100 finishopacity=50 style=1 startx=0, starty=0, finishx=0, finishy=150) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#06bcfe, endcolorstr=#4383eb, gradientType=0);
    background: #16aef8;
    /* 一些不支持背景渐变的浏览器 */
    background: -moz-linear-gradient(top, blue, rgba(5, 189, 254, 1));
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#05bdfe), to(rgba(67, 131, 235, 1)));
}

.index-container .service_item .service_item--icon.ico_img,
.index-container .service_item .service_item--title,
.index-container .service_item .min_font {
    hidden;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.index-container .service_item:hover .service_item--icon.ico_img {
    top: 15px
}

.index-container .service_item:hover .service_item--title {
    margin-top: -10px;
    color: #fff;
}

.index-container .service_item:hover .cont_linetop {
    background: #fff;
}

.index-container .service_item:hover .service_item--icon.am-icon-blue-ico01,
.index-container .service_item:hover .service_item--icon.am-icon-blue-ico02,
.index-container .service_item:hover .service_item--icon.am-icon-blue-ico03,
.index-container .service_item:hover .service_item--icon.am-icon-blue-ico04,
.index-container .service_item:hover .service_item--icon.am-icon-blue-ico05,
.index-container .service_item:hover .service_item--icon.am-icon-blue-ico06,
.index-container .service_item:hover .service_item--icon.am-gongsi1-blue-ico01,
.index-container .service_item:hover .service_item--icon.am-gongsi1-blue-ico02,
.index-container .service_item:hover .service_item--icon.am-gongsi1-blue-ico03,
.index-container .service_item:hover .service_item--icon.am-serve-blue-ico01,
.index-container .service_item:hover .service_item--icon.am-serve-blue-ico02,
.index-container .service_item:hover .service_item--icon.am-serve-blue-ico03 {
    opacity: 0;
    display: none;
}

.index-container .service_item:hover .service_item--icon.am-icon-white-ico01,
.index-container .service_item:hover .service_item--icon.am-icon-white-ico02,
.index-container .service_item:hover .service_item--icon.am-icon-white-ico03,
.index-container .service_item:hover .service_item--icon.am-icon-white-ico04,
.index-container .service_item:hover .service_item--icon.am-icon-white-ico05,
.index-container .service_item:hover .service_item--icon.am-icon-white-ico06,
.index-container .service_item:hover .service_item--icon.am-gongsi1-white-ico01,
.index-container .service_item:hover .service_item--icon.am-gongsi1-white-ico02,
.index-container .service_item:hover .service_item--icon.am-gongsi1-white-ico03,
.index-container .service_item:hover .service_item--icon.am-serve-white-ico01,
.index-container .service_item:hover .service_item--icon.am-serve-white-ico02,
.index-container .service_item:hover .service_item--icon.am-serve-white-ico03 {
    opacity: 1;
}

.index-container .service_item .min_font,
.index-container .service_item .service_item--icon.am-icon-white-ico01 {
    opacity: 0
}

.index-container .service_item:hover .min_font {
    color: #fff;
    font-size: 14px;
    opacity: 1;
    text-align: center;
    margin-top: 10px;
}

.index-container .service_item .min_font {
    color: #fff;
    font-size: 14px;
    margin-top: 10px;
    text-align: center
}

.index-contact_card {}

.index-contact_card .index-new-title {
    padding: 5px 0;
    font-size: 20px;
    border-bottom: 2px #e0e9ed solid;
    color: #003e6c;
    position: relative;
}

.index-contact_card .index-new-title:before {
    position: absolute;
    bottom: -2px;
    background: #2897ff;
    width: 40px;
    height: 2px;
    content: " ";
}

.index-contact_card .index-new-title .more {
    cursor: pointer;
    float: right;
    font-size: 12px;
    color: #2897ff;
    padding-top: 10px;
}

.index-contact_card .am-new-img {
    width: 100%;
    height: 170px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.index-contact_card .am-new-img img {
    width: 100%;
}

.news-list {
    margin: 0px;
    padding: 0px;
}

.news-list ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.news-list ul li {
    margin: 0px;
    padding: 10px 0;
    list-style: none;
}

.news-list ul li a {
    color: #426485;
    overflow: hidden;
    cursor: pointer;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 230px;
    display: inline-block;
    vertical-align: middle;
}

.news-list ul li a:hover {
    color: #2897ff;
}

.c-index {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    padding: 1px 0;
    color: #fff;
    width: 22px;
    height: 22px;
    line-height: 100%;
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
    text-align: center;
    background: url("../../assets/images/index/list-bot.png") no-repeat;
}

.r-time {
    float: right;
    font-size: 14px;
    color: #999;
    margin-top: 3px;
}

.am-btn-secondary {

    background-color: #2897ff;
    border-color: #2897ff;
}

.section.padding_0 {
    padding-top: 20px;
}

.mate {
    margin-bottom: 40px;
}

.mate.h50 {
    height: 50px;
}

.mate img {
    width: 100%;
}

@media only screen and (min-width: 641px) {
    .am-u-md-20 {
        width: 20%;
    }
}


@media only screen and (min-width: 1000px) {
    .am-slider-bonal {
        width: 1170px !important;
        margin: 0 auto !important;
    }

    .am-slider-bonal ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        line-height: 40px;
        text-align: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .am-slider-bonal ul li {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}

@media only screen and (max-width: 1000px) {
    .am-slider-bonal {
        width: 100% important;
        overflow: hidden;
        margin: 0 auto !important;
    }

    .am-slider-bonal ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        line-height: 40px;
        text-align: center;
        display: block;
    }

    .am-slider-bonal ul li {
        float: left;
        width: 50%;
        display: block;
    }
}


.footer-Copy-font {
    background: #212125;
    padding: 6px 0;
    text-align: center;
    color: #fff;
    font-size: 14px;
}

.logo-textfont {
    font-size: 14px;
    margin-top: 10px;
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
    border-left: 1px #ddd solid;
    line-height: 20px;
    margin-left: 10px;
    color: #858585;
}


/*--关于我们--*/

.page-header-banner {
    text-align: center;
    width: 100%;
}

.page-header-banner img {
    width: 100%;
}

.line-bg {
    background-image: url("../../assets/images/about/left_line.png"), url("../../assets/images/about/right-line.png");
    background-position: left bottom, right bottom;
    background-repeat: no-repeat;
    background-size: 50%, 60%;
}

.about-company-text {
    padding-top: 30px;
    font-size: 16px;
    color: #003e6c;
}

.about-company-text p {
    text-indent: 2em;
}

.about-company-img {
    padding: 0 60px;
}

.about-company-img img {
    width: 100%;
}

.about_titleimg {
    background: url("../../assets/images/about/about_titleimg.png")no-repeat;
    margin-top: 50px;
    width: 527px;
    height: 32px;
}


.section.podding-top20 {
    padding-top: 20px;
}

.map_img {
    padding: 50px;
    position: relative;
}

.map_img img {
    width: 100%;
}

.map-text {
    position: absolute;
    bottom: 50px;
    color: #fff;
    font-weight: bold;
    left: 50px;
    right: 50px;
    background-color: rgba(0, 0, 0, 0.4);
    padding-left: 20px;
    padding-top: 10px;
}

.map-text h5 {
    margin-bottom: 0px;
    padding-bottom: 10px;
}

.map-text p {
    margin: 0px;
    padding-bottom: 10px;
}



.grey-bg {
    background: #fafafa;
}

.am-list>li.bgh {
    height: 50px;
    background: #51afff;
    border: 2px solid #fff;
}

.am-list>li.bgh a {
    color: #fff;
    text-align: center;
}

.am-list>li.poplist {
    background: #fafafa;
    border: 2px solid #fff;
}

.am-list>li.poplist a {
    color: #808080;
    text-align: center;
    margin-bottom: 20px;
}

.am-list.noborder {
    border-top: 1px #ddd solid;
    background: #fafafa;
    border: 2px solid #fff;
}

.am-list.noborder>li {
    border: none;
    font-size: 14px;
    padding: 10px 0;
    background: #fafafa;
    color: #808080;
    padding-left: 20px;
}

.am-list.noborder>li.title-bold {
    font-weight: bold;
}

.txt-blue {
    color: #2997ff;
    font-size: 14px;
}


/*--解决方案01--*/
.icon-down {
    position: absolute;
    right: 10px;
    top: 50%;
    display: inline-block;
    content: "";
    width: 7px;
    height: 7px;
    border: solid #333;
    border-width: 1px 1px 0 0;
    -webkit-transform: translate(0, -70%) rotate(135deg);
    transform: translate(0, -70%) rotate(135deg);
}

.am-active .icon-down {
    border: solid #2997ff;
    border-width: 1px 1px 0 0;
}

.hover-active:hover .icon-down {
    border: solid #2997ff;
    border-width: 1px 1px 0 0;
    -webkit-transform: translate(0, -50%) rotate(135deg);
    transform: translate(0, -50%) rotate(-45deg);
}

.page-product-banner {
    text-align: center;
    width: 100%;
    position: relative;
}

.page-product-banner img {
    width: 100%;
}

.page-product-banner.yellow-d {
    background: #fff6ed;
}

.am-u-md-6.padding-l0 {
    padding-left: 0px;
    text-align: left;
}

.am-u-md-6.padding-r0 {
    padding-right: 0px;
    text-align: left;
    margin-top: 30px;
}

.am-u-md-6.padding-r0-text-r {
    padding-right: 0px;
    text-align: right;
}

.am-u-md-6.padding-l0-text-r {
    padding-right: 0px;
    text-align: right;
    margin-top: 30px;
}

.am-g.up-img {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 999;
}

.am-g.up-img1 {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    z-index: 999;
}

.am-u-md-6 .limg {
    width: 90%;
}

.am-u-md-6 .rimg {
    width: 80%;
}

.am-u-md-6 .rimg65 {
    width: 65%;
}

.am-u-md-12.padding-top100 {
    padding-top: 100px;
}

.am-u-md-12 .img70 {
    width: 70%;
}

.am-btn-primary.am-btn-yellow {
    color: #fff;
    background-color: #ff8400;
    border-color: #ff8400;
}



/*--解决方案02--*/

.product2-greybg {
    background: #edf1f4;
}

.page-product2-banner {
    text-align: center;
    width: 100%;
    position: relative;
}

.page-product2-banner .img80 {
    width: 80%;
}

.page-product2-banner .img60 {
    width: 60%;
}

.page-product2-banner .img100 {
    width: 100%;
}

.section .section--header .section--title.font-33 {
    color: #333;
    font-size: 30px;
}

.section .section--header .section--title.font-ff {
    color: #fff;
    font-size: 30px;
}

.white-font {
    color: #fff;
}

.section .section--header .section--title.font-33-min {
    color: #333;
    font-size: 18px;
}

.font-33-min16 {
    color: #333;
    font-weight: normal;
    font-size: 16px;
}

.font-99-min16 {
    color: #999;
    font-weight: normal;
    font-size: 20px;
    margin-top: 0px;
}

.font-ff-min16 {
    color: #fff;
    font-weight: normal;
    font-size: 20px;
    margin-top: 0px;
}

.section .section--header .section--title.font-36 {
    color: #333;
    font-size: 36px;
}

.section .section--header .section--title.font-f6 {
    color: #fff;
    font-size: 36px;
}

.section.padding0 {
    padding: 0px;
}

.section.padding-bottom0 {
    padding-bottom: 0px;
}

.page-product2-banner.margin-top50 {
    margin-top: 50px;
}

.product2-bluebg {
    background: #6db2ff;
}


.product2_titleimg {
    margin-top: 50px;
}

.product2_titleimg .line-he {
    background: #ffe092;
    width: 30px;
    height: 7px;
    float: right;
    margin-top: 40px;
}

.product2-company-img {
    padding: 0 60px;
    text-align: center;
}

.product2-company-img img {
    width: 80%;
}

.product2-company-text {
    padding-top: 30px;
    font-size: 16px;
    color: #858585;
    padding-left: 100px;
    margin-right: -20px;
}

.am-btn-primary.am-btn-hollow {
    color: #0cc9ff;
    background-color: #fff;
    border-color: #0cc9ff;
}

.grey-f8 {
    background: #f8f8f8;
}

.sblue-02 {
    background: #021d41;
}

.qblue-02 {
    background: #edf8ff;
}

.product_b01 {
    /*-webkit-filter: opacity(50%);
            filter: opacity(50%); */
    position: relative;
    overflow: hidden;
    background-image: url("../../assets/images/solution3/product-imgp01.png");
    background-size: 100%;
    color: #fff;
    width: 100%;
    height: 100%;
}

.product_b02 {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    background-image: url("../../assets/images/solution3/product-imgp02.png");
    background-size: 100%;
    color: #fff;
    width: 100%;
    height: 100%;
}

.product_b03 {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    background-image: url("../../assets/images/solution3/product-imgp03.png");
    background-size: 100%;
    color: #fff;
    width: 100%;
    height: 100%;
}

.product_b04 {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    background-image: url("../../assets/images/solution3/product-imgp04.png");
    background-size: 100%;
    color: #fff;
    width: 100%;
    height: 100%;
}

.red-bg-line {
    background: rgba(255, 115, 115, .8);
}

.yellow-bg-line {
    background: rgba(255, 209, 92, .8);
}

.blue-bg-line {
    background: rgba(40, 151, 255, .8);
}

.green-bg-line {
    background: rgba(89, 211, 192, .8);
}

.product-selecont {
    position: absolute;
    cursor: pointer;
    padding: 15px;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #FFFFFF;
    text-align: center;
    -webkit-transform: translateY(-98%);
    transition-property: all;
    transition-duration: 0.4s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.product_b01:hover .product-selecont,
.product_b02:hover .product-selecont,
.product_b03:hover .product-selecont,
.product_b04:hover .product-selecont {
    -webkit-transform: translateY(-0%);
    transform: translateY(-0%);
}

.product_b01:hover .product_cont,
.product_b02:hover .product_cont,
.product_b03:hover .product_cont,
.product_b04:hover .product_cont {
    display: none;
    cursor: pointer;
}



.product_cont {
    padding: 100px 20px 0 20px;
}

.am-u-md-3.padding_0 {
    padding: 0px;
    height: 380px;
}


.product-selecont .img-box1 {
    height: 204px;
    width: 31px;
    margin: 0 auto;
}

.product-selecont .img-box1>img {
    width: 100%;
    margin-top: 20px;
}

.product-selecont .img-box2 {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.product-selecont .img-box2>img {
    width: 80%;
    margin-top: 20px;
}

.product-selecont .img-box3 {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.product-selecont .img-box3>img {
    width: 75%;
    margin-top: 20px;
}


.font-bold {
    font-weight: bold;
}



/*--解决方案04--*/


.service-items {
    padding-top: 30px;
    padding-bottom: 30px;
}

.service-img {
    width: 81px;
    margin: 0 auto;
}

.service-items.h206 {
    height: 206px;
}

.service-content.min-color-ee {
    color: #eee;
}

.service-title.maxcolor-ff {
    color: #fff;
}

.service-title {
    font-size: 20px;
    color: #333;
    text-align: center;
    margin-top: 8px;
}

.service-content {
    font-size: 16px;
    color: #999;
    text-align: center;
    margin-top: 20px;
    line-height: 23px;
}

.service-content.font15 {
    font-size: 15px;
}

.service-btn {
    width: 100%;
    overflow: hidden;
}

.btn-free {
    width: 266px;
    height: 127px;
    background-image: url(../../assets/images/solution4/btn_try_pre.png);
    color: #ffffff;
    font-size: 22px;
    margin: 10px auto 10px;
    text-align: center;
    line-height: 121px;
    cursor: pointer;
}

.case {
    background: url(../../assets/images/solution4/bg_help.png);
    height: 570px;
    width: 100%;
    background-size: cover;
}

.case01 {
    background: url(../../assets/images/solution4/product3-t0.jpg);

    width: 100%;
    background-size: cover;
}

.counters-item {
    color: #fff;
    padding-left: 12px;
}

.page-product2-banner.margin-top140 {
    margin-top: 140px;
}

.section--header.mar-t20 {
    margin-top: 20px;
}

.shiting-list .shiting-item {
    width: 280px;
}

.shiting-img {
    position: relative;
}

.icon-play {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 44px;
    height: 37px;
    background-image: url(../../assets/images/solution4/icon_play.png);
    margin-top: -19px;
    margin-left: -22px;
    cursor: pointer;
}

.icon-play:hover {
    /*background-image: url("../images/icon_play.png");*/
    /*background-position: -60px 0;*/
}

.icon-play:active {
    background-image: url("../../assets/images/solution4/icon_pause.png");
    /*background-position: -120px 0;*/
}

.icon-play.cur {
    background-image: url("../../assets/images/solution4/icon_pause.png");
    /*background-image: url("../image/pause.png");*/
}

.shiting-list .shiting-item img {
    width: 280px;
}

.icon-progress {
    position: absolute;
    left: 1px;
    bottom: -1px;
    width: 278px;
    z-index: 1000;
}

.hide {
    display: none !important;
}

.progress {
    margin-bottom: 0;
    height: 5px;
    background-color: #D8D8D8;
    box-shadow: none;
    verflow: hidden;
    border-radius: 4px;
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

.progress-bar {
    background: -webkit-linear-gradient(left, #0EDEF7, #7761ff);
    background: -o-linear-gradient(right, #0EDEF7, #7761ff);
    background: -moz-linear-gradient(right, #0EDEF7, #7761ff);
    background: linear-gradient(to right, #0EDEF7, #7761ff);
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

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

audio:not([controls]) {
    display: none;
    height: 0;
}

.shiting-bt {
    height: 226px;
    border: 1px solid #d7d7d7;
    border-top: none;
}

.shiting-bt-title {
    font-size: 20px;
    color: #333333;
    padding-top: 26px;
    text-align: center;
}

.shiting-bt-content {
    font-size: 14px;
    color: #999999;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 24px;
    line-height: 23px;
}

.margin-80 {
    margin-top: -100px;
}

.rigth-menu {
    position: fixed;
    z-index: 10002;
    right: 10px;
    bottom: 100px;
}

.rigth-menu a {
    display: block;
    cursor: pointer;
}

.a-phone {
    position: relative;
}

.tooltip-phone {
    position: absolute;
    height: 60px;
    left: -165px;
    width: 150px;
    top: 50%;
    margin-top: -30px;
    background-color: #fff;
    border-radius: 10px;
    color: #333;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: none;
    font-size: 18px;
    text-align: center;
    line-height: 60px;
}

/*--定制开发--*/
.develop_b2bg {
    background: url("../../assets/images/develop/develop-bg01.png") no-repeat bottom;
    background-color: #f9f9f9;
    background-size: 100%;
    height: 588px;
}

.index-container .features_item--title.color-33 {
    color: #333;
    font-weight: normal;
}

.btn-minp50 {
    padding: 50px 0;
}

.am-btn-minbg {
    color: #fff;
    background-color: #2897ff;
    border-color: #5085FF;
    border-radius: 4px;
}

.am-btn-minbg:hover {
    background-color: #61b3ff;
    color: #fff;
}


.develop_b4bg {
    background: url("../../assets/images/develop/develop-b04.png") no-repeat top;
    background-color: #0b2358;
    background-size: 100%;
    height: 450px;
    color: #fff;
}


/*横向时间轴*/
.time-horizontal {
    list-style-type: none;
    max-width: 100%;
    padding: 0px;
    margin: 0px;
    position: relative;
}

.time-horizontal:after {
    content: "";
    top: 8px;
    position: absolute;
    width: 100%;
    height: 2px;
    background: url("../../assets/images/develop/develop-line04.png") repeat-x;
    left: 0px;
    right: 0px;
    z-index: 1;
}

.time-horizontal li {
    float: left;
    position: relative;
    text-align: center;
    width: 16.66666667%;
    padding-top: 10px;
}

.icot {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -45px;
    ;
    margin-top: -45px;
    width: 90px;
    height: 90px;
    z-index: 2;
}

.icot.img {
    width: 100%;
}

.icot-text {
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 2;
    top: 70px;
}

.icot-text .font20 {
    font-size: 20px;
}

.icot-text .font16 {
    font-size: 16px;
}

.bevelop_banner-container {
    position: relative;
    background: url(../../assets/images/develop/develop-bg02.png) 50% 0 no-repeat;
    background-size: cover;
    padding: 0;
}

.bevelop_banner-box {
    height: 100%;
    padding: 83px 0 100px;
    color: #333;
    text-align: center;
}

.bevelop_banner-box .bevelop_banner--title {
    font-size: 40px;
    font-weight: 300;
}

.bevelop_banner-box .bevelop_banner--text {
    font-size: 18px;
    line-height: 30px;
    opacity: 1;
    padding: 32px 0 43px;
    font-weight: 300;
    color: #999;
}

.bevelop_banner-box .bevelop_banner--footer .am-btn-secondary {
    border-radius: 4px;
}

.boldface {
    font-weight: bold;
}

.font14 {
    font-size: 14px;
}

.footer-p2 {
    display: inline-block;
    vertical-align: text-top;
    padding: 0 0 0 20px;
    margin: 0px;
    margin-left: 43px;
}

.footer-p1 {
    display: inline-block;
    vertical-align: text-top;
    padding: 0 0 0 20px;
    margin: 0px;
}




.am-nav>li>a:hover,
.am-nav>li>a:focus {
    text-decoration: none;
    color: #2897ff;
    background: #fff;
    outline: none;
}

/* 666 */

.bannerbox {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 720px;
    /* margin-top: 70px; */
}

.banner {
    width: 1920px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
    /* height: 720px; */
    /* background-color: #1d1f31; */
    /* top: 70px; */
}

.banner img {
    vertical-align: middle;
}

.btn-free1 {
    width: 260px;
    height: 64px;
    background-image: url(../../assets/images/solution5/btn-free.png);
    background-position: 0 0;
    color: #ffffff;
    font-size: 22px;
    margin: 44px auto 94px;
    text-align: center;
    line-height: 64px;
    cursor: pointer;
    border-radius: 35px;
}

.btn-free1:hover {
    background-position: -260px 0;
}


.k-bg1 {
    background: url(../../assets/images/solution5/p3_bg.png);
    height: 770px;
    width: 100%;
    background-size: cover;
}

.mate.padding-lr20 {
    padding-left: 20px;
    padding-right: 20px;
}


.am-nav>li.am-active>a,
.am-nav>li.am-active>a:hover,
.am-nav>li.am-active>a:focus {
    color: #2897ff;
    background: transparent;
    cursor: pointer;
}

.nav-contain .nav-inner .am-nav li.am-active a {
    color: #2897ff;
}


.modal-header {
    border-bottom: 0;
    padding-bottom: 0;
}

.modal-close {
    background-image: url(../images/modal-close.png);
    background-position: 0 0;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 32px;
    height: 32px;
    cursor: pointer;
}

.am-modal-hd .am-close.modal-close {
    top: 0;
    right: 0px;
    opacity: 1;
    -webkit-transition: all 0s;
    transition: all 0s;
}

.am-modal-no-btn .am-modal-dialog {
    background: #fff;
    border-radius: 6px;
}

a.am-close.modal-close:hover {
    background-position: -32px 0;
}

.am-modal-hd.modal-title {
    font-size: 20px;
    color: #333333;
    padding-top: 30px;
    margin: 0;
    line-height: 1.42857143;
    text-align: center;
}

.am-modal-bd.modal-body {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 10px;
    position: relative;
    padding-bottom: 0px;
}

.am-modal-bd .am-form-group {
    text-align: left;
}

.form-control {
    border: 1px solid #D7D7D9;
    outline: none;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    box-shadow: none;
    -webkit-box-shadow: none;
    margin-top: 10px;
    border-radius: 0;
}

.red-xing {
    font-size: 16px;
    padding-right: 3px;
    color: #FF7070;
    vertical-align: bottom;
}

.modal-footer {
    border-top: 0;
    text-align: center;
    padding: 15px;
    /* padding-top: 30px; */
    padding-bottom: 30px;

}

.btn-submit {
    width: 420px;
    height: 64px;
    background-image: url(../images/modal-btn.png);
    outline: none;
    border: none;
    border-radius: 0;
    font-size: 22px;
    letter-spacing: 2px;
    color: #fff;
}

.btn-submit-test {
    width: 88%;
    height: 64px;
    background-image: url(../images/modal-btn.png);
    outline: none;
    border: none;
    border-radius: 0;
    font-size: 22px;
    letter-spacing: 2px;
    color: #fff;
}

.btn-submit:hover,
.btn-submit-test:hover {
    background-image: url(../images/modal-btn.png);
    background-position: -420px 0;
    outline: none !important;
    border: 0 !important;
}

.fs18 {
    font-size: 18px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb30 {
    margin-bottom: 30px;
}

.mt50 {
    margin-top: 50px;
}

.page-header-banner-new {
    text-align: center;
}

.page-header-banner-new img {
    width: 70%;
}

.qiye-contain {
    position: relative;
}

.qiye-contain .index-container {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
}

.qiye-contain .qiye-info {
    font-size: 20px;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    line-height: 48px;
    margin-top: 4%;
}


/* 外挂图形文字 */
@font-face {
    font-family: "iconfont";
    src: url('../fonts/iconfont.eot');
    src: url('../fonts/iconfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/iconfont.woff') format('woff'),
        url('../fonts/iconfont.ttf') format('truetype'),
        url('../fonts/iconfont.svg#iconfont') format('svg');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.icon-chanpin1:before {
    content: "\e649";
}

.icon-chanpin2:before {
    content: "\e64a";
}

.icon-chanpin3:before {
    content: "\e64e";
}

.icon-chanpin4:before {
    content: "\e64b";
}

.icon-chanpin5:before {
    content: "\e64c";
}

.icon-chanpin6:before {
    content: "\e64d";
}


.icon-gongsi1:before {
    content: "\e64f";
}

.icon-gongsi2:before {
    content: "\e650";
}

.icon-gongsi3:before {
    content: "\e651";
}

.icon-shouhou1:before {
    content: "\e652";
}

.icon-shouhou2:before {
    content: "\e653";
}

.icon-shouhou3:before {
    content: "\e654";
}

.icon-weixin:before {
    content: "\e673";
}



.index-container .service_item .service_item--icon.iconbox {
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: initial;
    transition-delay: initial;
    color: #329cff;
}

.index-container .service_item:hover .service_item--icon.iconbox {
    color: #fff;
    top: 0px;
}



[data-am-widget='tabs'] .am-tabs-nav.dispay {
    display: block;
    width: 20%;
    background: #fafafa;
}

[data-am-widget='tabs'] .am-tabs-nav li.dispay-block {
    display: block;
    -webkit-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
}

.am-tabs-bd.noneborder {
    border: none;
}

.am-tabs-default .am-tabs-nav>.am-active a.bluebg {
    background: #2897ff;
    color: #fff;
}

.am-tabs-default .am-tabs-nav a.font-border {
    border-bottom: 1px #eee solid;
    color: #426485;
}

.tab-cont-w {
    width: 80%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    float: right;
}

.new-time {
    font-size: 12px;
    color: #999;
}

.am-list-news-default .am-list .am-list-item-text.font16 {
    font-size: 14px;
    color: #808080;
}

.am-list .am-list-item-thumbed a.color_blue {
    color: #3a4762;
}


.link-ico {
    background: url("../images/new/link-ico.png")no-repeat;
    width: 19px;
    margin-right: 10px;
    height: 19px;
    display: inline-block;
    vertical-align: middle;
}

.link_font {
    margin-right: 10px;
    font-size: 14px;
    color: #2897ff;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.am-list-news-default.margin0 {
    margin: 0px;
    margin-bottom: 10px;
}

.am-list>li.border-none {
    border: none;
}

.am-tabs-bd .am-tab-panel.paddingt0 {
    padding: 0px;
}

.am-list-news-default .am-list .am-list-item-desced.bg-f9 {
    background: #f5f5f5;
    padding: 20px;
    margin-bottom: 20px;
}

.padd-t10 {
    padding-top: 10px;
}

.am-list-news-default .am-list .am-list-thumb img {
    width: 95%;
}

.am-pagination>.am-active>a,
.am-pagination>.am-active>span,
.am-pagination>.am-active>a:hover,
.am-pagination>.am-active>span:hover,
.am-pagination>.am-active>a:focus,
.am-pagination>.am-active>span:focus {
    background-color: #2897ff;
    border-color: #2897ff;
}

.details-box {
    background: #fafafa;
    padding: 20px;
}

.max-font {
    color: #3a4762;
    font-weight: normal;
}





.bannerbox-6 {
    width: 100%;
    position: relative;
    /*margin-top: 70px;*/
}


.banner-img {
    width: 1170px;
    /*图片宽度*/
    position: absolute;
    left: 50%;
    margin-left: -585px;
    /*图片宽度的一半*/
    z-index: 1;
    /*top: 70px;*/
    bottom: -100px;
    height: 200px;
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(20, 91, 255, 0.2);
    -moz-box-shadow: 0px 0px 20px 0px rgba(20, 91, 255, 0.2);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(20, 91, 255, 0.2);
    border-radius: 5px;
}



.text-con-1 {
    padding-top: 20px;
    font-size: 16px;
    color: #999;
    line-height: 30px;
    text-indent: 2em;
}

.st-bg01 {
    background: #f5f7fa;
    padding-bottom: 5px;
}

.s-towtitl {
    font-size: 18px;
    color: #fff;
}

.bott-6 {
    width: 5px;
    height: 14px;
    margin-right: 10px;
    background: #156efb;
    display: inline-block;
}

.color-white {
    color: #fff;
}

.padd-r50 {
    padding-left: 0px;
    padding-right: 50px;
}

.padd-l50 {
    padding-right: 0px;
    padding-left: 50px;
}

.margin-t40 {
    margin-top: 40px;
}

.margin-t30 {
    margin-top: 30px;
}

.padding-t80 {
    padding-top: 80px
}

.padding-b80 {
    padding-bottom: 80px
}

.padding-t10 {
    padding-top: 10px
}

.font-20 {
    font-size: 20px;
}

.font-16 {
    font-size: 16px;
}

.font-12 {
    font-size: 12px;
}

.font-weight {
    font-weight: bold;
}

.color-99 {
    color: #999;
}

.space2 {
    text-indent: 2em;
}

.margin-t10 {
    margin-top: 10px;
}

.st-bg11 {
    background: url("../images/solution6/sq-bg01.png")no-repeat;
    background-size: 100%;
    height: 300px;
}

.st-bg12 {
    background: url("../images/solution6/sq-bg02.png")no-repeat;
    background-size: 100%;
    height: 300px;
}

.st-bg13 {
    background: url("../images/solution6/sq-bg03.png")no-repeat;
    background-size: 100%;
    height: 300px;
}

.st-bg14 {
    background: url("../images/solution6/sq-bg04.png")no-repeat;
    background-size: 100%;
    height: 300px;
}

.st-bg-bg {
    background: rgba(23, 26, 45, 0.9);
    height: 100%;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    cursor: pointer;
}

.st-bg-bg:hover {
    filter: alpha(opacity=100 finishopacity=50 style=1 startx=0, starty=0, finishx=0, finishy=150) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#06bcfe, endcolorstr=#4383eb, gradientType=0);
    -ms-filter: alpha(opacity=100 finishopacity=50 style=1 startx=0, starty=0, finishx=0, finishy=150) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#06bcfe, endcolorstr=#4383eb, gradientType=0);
    background: #16aef8;
    background: -moz-linear-gradient(top, blue, rgba(5, 189, 254, 1));
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#05bdfe), to(rgba(67, 131, 235, 1)));
}

.sq-ico01 {
    background: url("../images/solution6/sq-ico01.png")no-repeat;
    width: 70px;
    height: 70px;
    margin: 0 auto;
    display: block;
}

.sq-ico02 {
    background: url("../images/solution6/sq-ico02.png")no-repeat;
    width: 70px;
    height: 70px;
    margin: 0 auto;
    display: block;
}

.sq-ico03 {
    background: url("../images/solution6/sq-ico03.png")no-repeat;
    width: 70px;
    height: 70px;
    margin: 0 auto;
    display: block;
}

.sq-ico04 {
    background: url("../images/solution6/sq-ico04.png")no-repeat;
    width: 70px;
    height: 70px;
    margin: 0 auto;
    display: block;
}


.sec-titlef h2 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 50px;
    font-weight: normal;


}

.sec-title-6 h2 {
    color: #333333;
    font-size: 30px;
    margin-top: 87px;
    font-weight: normal;
}

.sec-title-6 h2.margin-top50 {
    margin-top: 50px;
}

.title_linetop-6 {
    width: 50px;
    height: 4px;
    background: #2897ff;
    border-radius: 50px;
    display: block;
    margin-top: 10px;
}

.am-u-md-3.p0 {
    padding: 0px;
}


.am-btn-blue {
    color: #fff;
    background-color: #1a8cf6;
    border-color: #1a8cf6;
}

.am-btn-blue:hover {
    color: #fff;
    background-color: #156ffb;
    border-color: #156ffb;
}

.am-btn-run-bg {
    background-color: rgba(0, 0, 0, 0.0);
    border-color: #fff;
    color: #fff;
    font-size: 14px;
}

.am-btn-run-bg:hover {
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
}

.btn-ico01 {
    background: url("../images/solution6/btn-ico.png")no-repeat;
    width: 16px;
    margin-right: 10px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
}

.relative {
    position: relative;
}

.top2 {
    top: 2px;
}


/*联系我们*/

.newus_img {
    padding: 10px 50px;
    position: relative;
    padding-right: 0px;
}

.newus_img img {
    width: 100%;
}

.uspo-ico {
    display: inline-block;
    vertical-align: middle;
    background: url("../images/contactus/uspo-ico.png")no-repeat;
    background-size: 12px;
    width: 14px;
    height: 14px;
    padding-right: 5px;
}


.layout-header.am-hide-sm-only {
    min-height: 76px;
}

/*线上口红机*/
.section-2 {
    padding: 76px 0 66px 0;
}

.section .section--header .section--title.font-40 {
    color: #333;
    font-size: 40px;
    line-height: 48px;
    padding-bottom: 76px;
    margin-bottom: 0;
}

.lip-item {
    width: 220px;
    height: 140px;
    margin-left: 24px;
    margin-bottom: 30px;
    border: 1px dashed #F89B8E;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

@media only screen and (max-width: 640px) {
    .lip-item {
        width: 220px;
        height: 140px;
        margin: 0 auto;
        margin-bottom: 30px;
    }
}

.lip-item .service-img {
    height: 65px;
    margin-top: 17px;
}

.lip-item img {
    width: 65px;
    height: 65px;
}

.lip-item .service-title,
.lip-item .service-title2 {
    color: #666;
}

.lip-item .service-title2 {
    font-size: 14px;
}

.lip-item .service-title1 {
    line-height: 22px;
    margin-top: 0;
}

.lipstick-banner p {
    position: relative;
    padding: 14px 0 14px 50px;
    margin: 0;
    text-align: left;
    line-height: 20px;
    font-size: 16px;
    color: #666;
}

.lipstick-banner p span {
    position: absolute;
    top: 14px;
    left: 0;
    font-size: 20px;
}

.lipstick-banner .warnicon span {
    color: #fd6363
}

.lipstick-banner .infoicon span {
    color: #2897ff
}

.lipstick-banner img {
    width: 100%;
    max-width: 150px;
    margin: 0 auto;
    margin-top: 65px;
}

.section-3 {
    padding-bottom: 80px;
    background-color: #f5f5f5;
}

.section-3 .section--header .section--title.font-40 {
    padding-bottom: 48px;
}

.section-3 .item-title {
    width: 1062px;
    margin: 0 auto;
    font-size: 18px;
    color: #333;
    line-height: 36px;
}

.section-3 .item-title span {
    color: #FD6363
}

.section-3 .container {
    margin-top: 72px;
}

.section-3 img {
    width: 100%;
    max-width: 225px;
    margin: 0 auto
}

.section.section-4 {
    padding-bottom: 8px;
}

.section.section-4 .section--title.font-40 {
    padding-bottom: 66px;
}

.section.section-4 div {
    margin-bottom: 9px;
    line-height: 40px;
    text-align: left;
}

.section.section-4 p {
    margin: 0;
    line-height: 20px;
    text-align: left;
    color: #999;
}

.section.section-4 .container>.am-u-md-3 {
    padding: 0 5px
}

.section.section-4 .am-u-md-3 .am-u-md-3 {
    padding-top: 26px;
}

.section.section-4 .am-u-md-3 .am-u-md-3 img {
    width: 100%;
    max-width: 47px;
}

.section.section-4 .am-u-md-3 .am-u-md-9 {
    padding-right: 0.7rem;
    padding-left: 0.7rem;
}

.section.section-4 .am-u-md-3.am-pagination-centered {
    margin-bottom: 70px;
}

.section-4 .am-pagination-centered:after {
    content: '';
    position: absolute;
    top: 26px;
    right: 0;
    width: 1px;
    height: 42px;
    background-color: #ccc;
}

@media only screen and (max-width: 1024px) {
    .section-4 .am-pagination-centered:after {
        display: none;
    }
}

.section-4 .am-pagination-centered:nth-child(4n+4):after {
    display: none
}

.section-05 {
    background-color: #f5f5f5;
}

.section-05 .service-title {
    margin-top: 0;
    line-height: 58px;
    font-size: 21px;
}

.section-05 .service-content {
    margin-top: 2px;
    line-height: 30px;
}

/* x xs */
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
    .am-navbar {
        bottom: 13px
    }

    .am-navbar .am-navbar-nav {
        padding-bottom: 13px;
    }
}

/* xr */
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) {
    .am-navbar {
        bottom: 13px;
    }

    .am-navbar .am-navbar-nav {
        padding-bottom: 13px;
    }
}

/* xs max */
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
    .am-navbar {
        bottom: 13px
    }

    .am-navbar .am-navbar-nav {
        padding-bottom: 13px;
    }
}