/*常用重置css*/
@charset "utf-8";
body, div, dl, dt, dd, ul, li, h1, h2, h3, h4, h5, h6, form, a, p, textarea {
    margin: 0;
    padding: 0;
    font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}

ul, ol, li {
    list-style: none;
}

body {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    -webkit-text-size-adjust: none;
    background: #f5f5f5;
    color: #333333;
    font-size: 14px;
    -webkit-overflow-scrolling: touch;
}

input, select, button {
    -webkit-appearance: none;
    border: 0;
    border-radius: 0;
    outline: none;
}

a {
    display: block;
    color: #444;
    text-decoration: none;
}

img {
    border: 0;
    /*display: block;*/
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    clear: both;
    display: block;
    content: "";
    height: 0;
    overflow: hidden;
}

/*常用重置css结束*/

/*通用样式*/
.am-flexbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    display: -moz-box;
    display: -ms-flexbox;
}

.am-flexbox-item {
    -webkit-box-sizing: border-box;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box: 1;
    -ms-flexbox: 1;
}

.flex-y-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.am-ft-10 {
    font-size: 10px;
}

.am-ft-12 {
    font-size: 12px;
}

.am-ft-14 {
    font-size: 14px;
}

.am-ft-16 {
    font-size: 16px;
}

.am-ft-18 {
    font-size: 18px;
}

.am-ft-24 {
    font-size: 24px;
}

.am-ft-30 {
    font-size: 30px;
}

.am-mt-5 {
    margin-top: 5px !important;
}

.am-mt-10 {
    margin-top: 10px !important;
}

.am-mt-20 {
    margin-top: 20px;
}

.am-mt-25 {
    margin-top: 25px;
}

.am-mt-30 {
    margin-top: 30px;
}

.am-mt-35 {
    margin-top: 35px;
}

.am-mt-50 {
    margin-top: 50px;
}

.am-mb-15 {
    margin-bottom: 15px !important;
}

.am-mb-20 {
    margin-bottom: 20px;
}

.am-mb-30 {
    margin-bottom: 30px;
}

.am-mb-40 {
    margin-bottom: 40px;
}

.am-mb-66 {
    margin-bottom: 66px;
}

.am-mtb-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.am-ml-15 {
    margin-left: 15px;
}

.am-mlr-15 {
    margin-left: 15px;
    margin-right: 15px;
}

.am-mlr-20 {
    margin-left: 20px;
    margin-right: 20px;
}

.am-pt-15 {
    padding-top: 15px;
}

.am-pt-20 {
    padding-top: 20px;
}

.am-pt-30 {
    padding-top: 30px;
}

.am-ptb-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.am-ptb-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.am-pt-50 {
    padding-top: 50px !important;
}

.am-pl-15 {
    padding-left: 15px;
}

.am-pr-5 {
    padding-right: 5px;
}

.am-plr-15 {
    padding-left: 15px;
    padding-right: 15px;
}

.am-plr-20 {
    padding-left: 20px;
    padding-right: 20px;
}

.am-pb-10 {
    padding-bottom: 10px;
}

.am-pb-20 {
    padding-bottom: 20px !important;
}

.am-pb-30 {
    padding-bottom: 30px !important;
}

.am-pb-40 {
    padding-bottom: 40px !important;
}

.am-relative {
    position: relative;
}

.am-ft-center {
    text-align: center;
}

.am-ft-left {
    text-align: left;
}

.am-ft-right {
    text-align: right;
}

.am-left {
    float: left;
}

.am-right {
    float: right;
}

.am-bg-white {
    background: #fff !important;
}

.am-bg-gray {
    background: #fafafa;
}

.am-bg-dGray {
    background: #F7F7F7;
}

.am-ft-gray {
    color: #666 !important;
}

.am-ft-blue {
    color: #448AFF !important;
}

.am-ft-bold {
    font-weight: bold;
}

.b-b:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: auto;
    top: auto;
    height: 1px;
    width: 100%;
    border-bottom: 1px solid #DADEE8;
    display: block;
    z-index: 0;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}

.b-b2:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: auto;
    top: auto;
    height: 1px;
    width: 100%;
    border-bottom: 1px solid #333;
    display: block;
    z-index: 0;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}

.b-t:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: auto;
    right: auto;
    top: 0;
    height: 1px;
    width: 100%;
    border-top: 1px solid #DADEE8;
    display: block;
    z-index: 0;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}

.am-br-t {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.am-br-b {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

/*通用样式结束*/

/*页面样式*/
.container {
    left: 0;
    top: 0;
    /*padding-top: 50px;*/
    position: absolute;
    height: 100%;
}

.body-mask {
    overflow: hidden;
    height: 100%;
}

.header-box, .header-box2 {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
}

.header {
    padding: 0 15px;
    height: 50px;
    overflow: visible;
    background: rgba(17, 17, 17, 0.86);
}

.header-bg2 {
    padding: 0 15px;
    height: 50px;
    overflow: visible;
    background: transparent;
    /*background:rgba(17,17,17,1);*/
}

.header-mask {
    display: none;
    position: fixed;
    z-index: 998;
    width: 100%;
    height: 82%;
    top: 0;
    left: 0;
    padding-top: 50px;
    background: #242424;
    font-size: 14px;
    overflow-y: auto;
    padding-bottom: 18%;
}

.no-scroll {
    height: 100%;
    overflow: hidden;
}

.no-scroll body {
    position: fixed;
    height: 100%;
    overflow: hidden;
}

.no-scroll .header-bg2 {
    background: rgba(17, 17, 17, 0.86);
}

.no-scroll .header-bg2 > .logo {
    background: url(../images/logo.png) center center no-repeat;
    background-size: 150px;
}

.skip {
    position: relative;
    display: block;
}

.skip-title {
    position: relative;
    padding: 0 20px;
    display: block;
    height: 42px;
    line-height: 42px;
    color: #fff;
}

.skip-icon {
    position: relative;
    height: 42px;
    line-height: 42px;
    overflow: hidden;
}

.skip-items {
    padding: 20px 40px;
}

.skip-tab {
    display: block;
    color: #ccc;
}

.skip-items {
    display: none;
    position: relative;
    background: #303030;
}

.skip-title.active + .skip-items {
    display: block;
}

.skip-title.active .icon-pull2 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.logo {
    float: left;
    width: 150px;
    height: 50px;
    background: url(../images/logo.png) center center no-repeat;
    background-size: 150px;
}

.header-bg2 > .logo {
    background: url(../images/logo2.png) center center no-repeat;
    background-size: 150px;
}

.menu, .menu2 {
    float: right;
    width: 18px;
    height: 50px;
    background: url(../images/menu.png) center center no-repeat;
    background-size: 18px;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    -o-transition: -o-transform 0.2s ease-in-out;
}

.menu.active, .menu2.active {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.banner-box {
    width: 100%;
    overflow: hidden;
}

.banner {
    position: relative;
    width: 100%;
    height: 260px;
    overflow: hidden;
    background: url(../images/banner.png) no-repeat;
    background-size: cover;
}

.slogan {
    position: relative;
    top: 50%;
    margin-top: -10px;
    width: 100%;
    color: #fff;
    text-align: center;
    transition: all .5s ease-in;
    -webkit-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
}

.module-center {
    position: relative;
    margin-top: 30px;
    color: #333333;
}

.module {
    margin: 10px 15px 0 15px;
    background: #fff;
    border-radius: 2px;
}

.module-title {
    display: block;
}

.module-icon {
    position: relative;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    color: #333;
    font-size: 16px;
}

.icon-mobile, .icon-pc, .icon-h5, .icon-web, .icon-iWin {
    padding-left: 35px;
    float: left;
}

.icon-mobile {
    background: url(../images/app.png) center left no-repeat;
    background-size: 25px;
}

.icon-pc {
    background: url(../images/pc.png) center left no-repeat;
    background-size: 25px;
}

.icon-h5 {
    background: url(../images/h5.png) center left no-repeat;
    background-size: 25px;
}

.icon-web {
    background: url(../images/WEB.png) center left no-repeat;
    background-size: 25px;
}

.icon-iWin {
    background: url(../images/iwin.png) center left no-repeat;
    background-size: 25px;
}

.icon-pull {
    width: 12px;
    float: right;
    background: url(../images/pull-down.png) center right no-repeat;
    background-size: 12px;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    -o-transition: -o-transform 0.2s ease-in-out;
}

.icon-pull2 {
    width: 12px;
    float: right;
    background: url(../images/pull2.png) center right no-repeat;
    background-size: 12px;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    -o-transition: -o-transform 0.2s ease-in-out;
}

.module-title.active + .module-items {
    display: block;
}

.module-title.active .icon-pull {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.module-items {
    display: none;
    position: relative;
    padding: 20px 15px;
    font-size: 14px;
    text-align: justify;
    border-radius: 0 0 2px 2px;
}

.items-summary {
    color: #999;
    margin-top: 2px;
}

.trade {
    display: block;
    width: 100%;
}

.trade-items {
    position: relative;
    padding: 15px 15px 20px 15px;
    color: #333333;
    font-size: 16px;
    text-align: justify;
    background-color: #fff;
}

.companion-center {
    position: relative;
    padding-top: 40px;
    padding-bottom: 30px;
    background-color: #fff;
}

.partners {
    position: relative;
    margin: 0 25px 30px 25px;
}

.partners img {
    width: 100%;
}

.partners-skip {
    display: block;
    position: relative;
    text-align: center;
    color: #448AFF;
    font-size: 14px;
}

.partners-icon {
    display: inline-block;
    padding-left: 5px;
    width: 10px;
    height: 10px;
    background: url(../images/pull-right.png) center center no-repeat;
    background-size: 8px;
}

.footer {
    position: relative;
    background-color: #242424;
}

.footer-items {
    position: relative;
    padding: 0 25px;
    height: 80px;
    line-height: 80px;
}

.footer-items a {
    color: #DADEE8;
    font-size: 16px;
}

.footer-icon {
    position: relative;
    top: 3px;
    width: 18px;
    height: 18px;
    margin-right: 8px;
    display: inline-block;
}

.icon-contact {
    background: url(../images/contact.png) center center no-repeat;
    background-size: 18px;
}

.icon-cooperation {
    background: url(../images/cooperation.png) center center no-repeat;
    background-size: 18px;
}

.footer-mess {
    position: relative;
    padding: 0 25px;
    height: 140px;
    color: #666;
    font-size: 12px;
    text-align: center;
}

.footer-mess a {
    color: #666;
}

.footer-mess a:hover {
    color: #fff;
}

.number {
    display: none;
    position: fixed;
    bottom: 60px;
    right: 0;
    width: 50px;
    height: 50px;
    background-color: #448AFF;
    background-image: url(../images/tel.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 32px;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    box-shadow: 0 1px 10px rgba(68, 138, 255, 0.4);
}

.product-module {
    position: relative;
}

.product-type {
    position: relative;
    width: 100%;
    display: block;
}

.download {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 66px;
    background: #fff;
}

.btn-download {
    position: relative;
    top: 13px;
    margin: 0 auto;
    width: 90%;
    height: 40px;
    line-height: 40px;
    display: block;
    color: #fff;
    background-color: #3296FA;
    border-radius: 4px;
    text-align: center;
}

.type-summary {
    position: relative;
    padding: 30px 20px;
    color: #333333;
    font-size: 14px;
    background-color: #F7F7F7;
    line-height: 25px;
    text-align: justify;
}

.list-items {
    padding: 70px 0 40px 0;
    text-align: center;
    line-height: 22px;
}

.list-img {
    width: 100%;
    display: block;
}

.benchmark {
    position: relative;
    padding: 50px 45px;
    background: #fff;
    font-size: 24px;
    text-align: center;
}

.benchmark-logo {
    display: block;
    margin: 0 auto;
    width: 50px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
}

.trademark {
    margin-top: 5px;
    width: 100%;
    font-size: 12px;
}

.items-images img {
    width: 100%;
}

.iWin-items {
    padding: 50px 0px 40px 0;
    text-align: center;
    line-height: 25px;
}

.iWin-items img {
    width: 100%;
}

.banner2 {
    position: relative;
    width: 100%;
    height: 260px;
    overflow: hidden;
    background: url(../images/banner42.png) no-repeat;
    background-size: cover;
}

.banner2 > .slogan {
    position: relative;
    top: 50%;
    margin-top: -35px;
    width: 100%;
    color: #DADEE8;
    font-size: 14px;
    text-align: left;
    transition: all .5s ease-in;
    -webkit-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
}

.sublit {
    margin-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 25px;
}

.layer {
    position: relative;
    margin: 30px;
    height: 25px;
    line-height: 25px;
    font-size: 18px;
}

.layer span {
    position: relative;
    padding: 0 20px;
    display: inline-block;
    z-index: 99;
    background: #f7f7f7;
}

.layer-line {
    position: absolute;
    left: 0;
    top: 12px;
    right: auto;
    bottom: auto;
    display: block;
    height: 1px;
    width: 100%;
    background: #e1e1e1;
}

.arrow {
    position: relative;
    margin: 0 auto;
    height: 50px;
    width: 3px;
}

.arrow-icon {
    width: 100%;
}

.layer-mark {
    position: relative;
    padding: 50px 0 40px 0;
    background: #fff;
    font-size: 24px;
    text-align: center;
}

.layer-logo {
    display: block;
    margin: 0 auto;
    width: 75px;
}

.layer-mode {
    margin: 0 auto;
    margin-top: 10px;
    width: 84px;
    font-size: 12px;
}

.layer-mode2 {
    width: 108px;
}

.layer-nav {
    position: relative;
    height: 35px;
    line-height: 35px;
    color: #333333;
}

.layer-nav a {
    width: 50%;
    height: 20px;
    line-height: 20px;
    padding-bottom: 15px;
    display: inline-block;
    font-size: 14px;
    color: #333;
    float: left;
}

.layer-nav a.active {
    padding-bottom: 13px;
    border-bottom: 2px solid #448AFF;
}

.banner3 {
    position: relative;
    width: 100%;
    height: 210px;
    overflow: hidden;
    background: url(../images/banner58.png) no-repeat;
    background-size: cover;
}

.job-list {
    position: relative;
    padding: 10px 20px;
    background: #fff;
}

.job-conditions {
    margin-top: 15px;
    height: 20px;
    line-height: 20px;
    color: #999999;
    font-size: 12px;
}

.job-mess {
    position: relative;
    display: inline-block;
    float: left;
}

.job-mess2 {
    display: inline-block;
    float: left;
    display: none;
}

.job-pull {
    position: relative;
    margin-left: 5px;
    display: inline-block;
    height: 20px;
    width: 12px;
    float: left;
    background: url(../images/pull2.png) center right no-repeat;
    background-size: 12px;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    -o-transition: -o-transform 0.2s ease-in-out;
}

.job-items {
    position: relative;
    line-height: 25px;
    display: block;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    -o-transition: -o-transform 0.2s ease-in-out;
}

.post {
    position: relative;
    margin-bottom: 10px;
    color: #666;
    list-style: inherit;
    padding-left: 15px;
}

.post li {
    margin-top: 5px;
    text-align: justify;
    list-style: inherit;
}

.job-conditions.active + .job-items {
    display: block;
}

.job-conditions.active .job-pull {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.job-conditions.active > .job-mess {
    display: none;
}

.job-conditions.active > .job-mess2 {
    display: block;
}

.banner4 {
    position: relative;
    width: 100%;
    height: 210px;
    overflow: hidden;
    background: url(../images/banner59.png) no-repeat;
    background-size: cover;
}

.about-center {
    padding: 30px 20px 40px 20px;
    background: #fff;
}

.about-items {
    position: relative;
    line-height: 25px;
    color: #666;
    text-align: justify;
}

.about-items li {
    margin-top: 10px;
}

.partners.swiper-container {
    margin-bottom: 0 !important;
}

.partners .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2;
}

.partners .swiper-pagination-bullet-active {
    background: #000;
    opacity: .4;
}

.address {
    position: relative;
    width: 100%;
    height: 360px;
    overflow: hidden;
    background: url(../images/banner60.png) no-repeat;
    background-size: cover;
}

.address-about {
    position: absolute;
    top: 15px;
    left: 5%;
    width: 90%;
}

.coordinate {
    position: relative;
    margin-left: 5%;
    width: 84px;
    height: 84px;
}

.coordinate img {
    width: 100%;
}

.address-nav {
    position: relative;
    height: 45px;
    line-height: 45px;
}

.address-nav a {
    position: relative;
    width: 40%;
    height: 20px;
    line-height: 20px;
    padding-top: 15px;
    padding-bottom: 10px;
    display: inline-block;
    font-size: 16px;
    color: #999;
    float: left;
}

.address-nav a.active {
    padding-bottom: 8px;
    color: #333;
    font-weight: bold;
}

.b-line {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 30%;
    display: block;
    background: #448AFF;
    border-radius: 1px;
    display: none;
}

.address-nav a.active > .b-line {
    display: block;
}

#tabs-container2 {
    padding: 15px 0 30px 0;
    font-size: 12px;
    text-align: justify;
    word-wrap: break-word;
    word-break: break-all;
}

.coordinate-card {
    padding: 0 20px;
    margin-top: 30px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.dialog-confirm {
    display: none;
}

.dialog-mask {
    position: fixed;
    z-index: 1003;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
}

.dialog-btns {
    position: fixed;
    z-index: 1300;
    width: 100%;
    bottom: 0;
    left: 0;
    background: transparent;
    text-align: center;
}

.btn-map, .cancel {
    position: relative;
    margin: 0 auto;
    width: 90%;
    border-radius: 4px;
}

.bd, .gd, .cancel {
    position: relative;
    height: 45px;
    line-height: 45px;
    color: #2D83F3;
    text-align: center;
    font-size: 18px;
}

.guide {
    width: 100%;
}

.guide-back {
    position: absolute;
    left: 10px;
    top: 15px;
    display: block;
    width: 64px;
    height: 32px;
    background: url(../images/back.png) left center no-repeat;
    background-size: 28px;
    text-align: right;
    line-height: 32px;
    font-size: 16px;
}

/*页面样式结束*/
