﻿/* 初始化 */
@charset "utf-8";
@import "font_1182793_irvseu7v6yd.css";


ul, ol, li {
    list-style: none;
}
img {
    border: none;
    vertical-align: middle;
}
img[src=""],img:not([src]){
    opacity:0;
}
a {
    text-decoration: none;
    color: #333;
}
a:hover {
    text-decoration: none;
}

em,i{
    font-style: normal;
}
select, select:hover {
    outline: none;
    border-color: #000;
}
body, button, input, select, textarea, *:focus {
    outline: none;
}
a:hover,a:active,a:visited{
    text-decoration: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
    caret-color: #333;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
	vertical-align: middle;
    padding: 0;
    height: 20px;
    width: 20px
}
input[type="submit"],input[type="reset"],input[type="button"],button {
    -webkit-appearance: none;
}
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, input[type="text"] {
    -webkit-appearance: none;
}
input:-webkit-autofill {
    -webkit-text-fill-color: #333!important;
    transition: background-color 5000s ease-in-out 0s;
}
::-webkit-input-placeholder{
    font-size: 13px;
}
:-moz-placeholder{
    font-size: 13px;
}
:-ms-input-placeholder{
    font-size: 13px;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em; }
legend {
    border: 0;
    padding: 0;
    *margin-left: -7px
}
input[type="submit"],input[type="reset"],input[type="button"],button {
    -webkit-appearance: none;
}
textarea {
    overflow: auto;
    resize: vertical
}
optgroup {
    font-weight: bold;
}

/*****通用样式*******/
.clearfix , .clearfix:before , .clearfix:after , ul:before , ul:after {
    display: block;
    content: '';
    clear: both;
}
.wrapper{
    width: 1000px;
    margin: 0 auto;
}
.banner{
    padding-top: 140px;
}
.banner img{
    display: block;
    width: auto!important;
    max-height: 650px;
	max-width: 100%;
    margin: 0 auto;
}
.banner-bg{
    height: 400px;
    text-align: center;
    position: relative;
    color: #fff;
    background: url("../images/honor-bg.jpg") no-repeat center/cover;
}
.banner-container{
    position: absolute;
    width: 100%;
    top:50%;
    -webkit-transform: translate(0 , -50%);
    -moz-transform: translate(0 , -50%);
    -ms-transform: translate(0 , -50%);
    -o-transform: translate(0 , -50%);
    transform: translate(0 , -50%);
}
.banner-container h3{
    font-size: 40px;
    letter-spacing: 5px;
    margin-bottom: 5px;
    font-weight: 600;
}
.banner-container p{
    font-size: 24px;
}
.advantage-bg h3{
    line-height: 1.3;
    margin-bottom: 25px;
}
.banner-bg span{
    display: inline-block;
    font-size: 20px;
    margin: 0 5px 15px;
    width: 220px;
    padding: 5px 20px;
    border-radius: 5px;
    font-weight: bold;
}
.advantage-bg span.s1{
    background: #f1e5cd;
    color: #fa5441;
}
.advantage-bg span.s2{
    background: #fa5441;
    color: #f1e5cd;
}
.owl-prev,.owl-next{
    position: absolute;
    top:50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-top: -20px;
    background: rgba(0,0,0,.4)!important;
    border-radius: 100%;
    text-align: center;
}
.owl-prev:hover,.owl-next:hover{
    background: rgba(0,0,0,.6)!important;
}
.owl-prev{
    left: 10px;
}
.owl-next{
    right: 10px;
}
.owl-prev i,.owl-next i{
    font-size: 24px;
    color: #fff;
}
.show-dots .owl-dots{
    text-align: center;
    padding: 30px 0;
}
.show-dots .owl-dot{
    display: inline-block;
    margin: 0 5px;
}
.show-dots .owl-dot span{
    display: block;
    width: 12px;
    height: 12px;
    background: #fff;
    border: 2px solid #333;
    border-radius: 7px;
    cursor: pointer;
}
.show-dots .owl-dot.active span{
    background: #333;
}
.line{
    width: 50px;
    height: 3px;
    background: #ff2222;
    left: 50%;
    position: relative;
    margin: 15px 0 20px -25px;
}
section{
    padding: 60px 0 80px 0;
}
section h3 , .introduce h2 {
    font-size: 36px;
    text-align: center;
    color: #333;
    letter-spacing: 2px;

}
section h3 span{
    color: #c91111;
}
section h4{
    text-align: center;
    color: #555;
    font-size: 18px;
    text-transform: uppercase;
}
section h5{
    text-align: center;
    color: #333;
    font-size: 24px;
}
.link-btn{
    padding: 15px 60px;
    display: inline-block;
    margin-top: 60px;
    background: #fc6621;
    color: #fff;
    border-radius: 27px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.link-btn:hover{
    background: #e52324;
    color: #fff;
}

/******网站顶部******/
header{
    width: 100%;
    background: #fff;
    position: fixed;
    z-index: 999;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
}
#header-top{
    background: #f2f2f2;
    height: 40px;
    line-height: 40px;
    color: #333;
}
#header-top span{
    float: right;
}
#header-top i{
    font-size: 20px;
}
.header-news-icon{
    float: left;
    margin: 0 7px 0 4px;
}
.header-news{
    float: left;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 300px;
}
.header-news ul li{
    height: 40px;
    line-height: 40px;
}
.header-news ul li a{
    color: #555;
}
.header-news ul li a:hover{
    color: #ff2222;
}
#menu{
    position: relative;
}
#menu h1{
    width: 250px;
    height: 80px;
    margin-top: 10px;
    float: left;
    font-size: 0;
    background: url("../images/logo.png") no-repeat left 10px;
}
#menu .menu-pic{
    width: 266px;
    height: 40px;
    float: left;
    margin: 30px 0 0 35px;
    background: url("../images/menu-pic.png") no-repeat left center/contain;
}
#menu nav{
    float: right;
}
#menu nav ul li{
    display: inline-block;
}
#menu nav > ul >li > a{
    display: inline-block;
    height: 100px;
    line-height: 100px;
    font-size: 18px;
    padding: 0 15px;
}
#menu nav > ul >li:last-child > a{
    padding-right: 0;
}
#menu nav > ul >li.active > a , #menu nav ul li a:hover{
    color: #ff2222;
}
#menu nav ul ul{
    position: absolute;
    width: 100%;
    left: 0;
    padding: 30px 0;
    background: #f2f2f2;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    z-index: 999;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    -webkit-transition: opacity .3s , visibility .4s;
    -moz-transition: opacity .3s , visibility .4s;
    -ms-transition: opacity .3s , visibility .4s;
    -o-transition: opacity .3s , visibility .4s;
    transition: opacity .3s , visibility .4s;
}
#menu nav > ul > li:hover ul{
    visibility: visible;
    opacity: 1;
}
#menu nav ul ul li{
    width: 155px;
    margin: 0 5px;
}
#menu nav ul ul li span{
    display: block;
    width: 150px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border: 1px solid #dcdcdc;
    margin-bottom: 5px;
}
#menu nav ul ul li:hover span{
    border-color: #ff2222;
}
#menu nav i.icon-taobao{
    color: #FF6003;
    font-size: 36px;
}
#menu nav i.icon-tianmao{
    color: #AC1615;
    font-size: 32px;
}
#menu nav i.icon-jingdong{
    color: #D81E06;
    font-size: 32px;
}
#menu nav i.icon-pinduoduo{
    color: #E83817;
    font-size: 48px;
}
#menu nav i.icon-yamaxun{
    color: #211D1E;
    font-size: 36px;
}
#menu nav i.icon-alibaba{
    color: #FF6003;
    font-size: 24px;
}
#menu nav i.icon-zhitongche{
    color: #d81e06;
    font-size: 36px;
}




/****幻灯片*****/
#banner-box{margin:0px auto;height:500px;overflow:hidden;position:relative;padding-top:-40px; clear:both;background:url(../images/beijing.jpg) no-repeat;}
.banner-inner{height:65px;margin:0px auto;}
.banner-nav-abs{position:absolute;left:0px;bottom:0px;z-index:3;min-width:1200px;}
.banner-nav-abs-opac{position:absolute;width:100%;height:78px;left:0px;bottom:-22px;z-index:2}
.banner-nav-fix{position:fixed;left:0px;top:82px;z-index:3}
.banner-nav{width:100%}
.banner-nav ul {width:1200px;margin:0px auto}
.banner-nav li {float:left;display:inline;width:112px;height:65px;font-size:14px;padding:5px 43px 0px 43px;cursor:pointer;position:relative;margin:0px 1px; }
.banner-nav li div{min-width:110px;height:65px;padding:5px 43px 0px 43px;position:absolute;left:0px;top:0px;z-index:5;background:#fff;filter:alpha(opacity=20);-moz-opacity:0.2;-khtml-opacity:0.2;opacity:0.2}
.banner-nav li a span{display:block;height:36px;width:60px;margin:3px auto 0px auto;background:url(../images/icon-banner.png) no-repeat;}
.banner-nav li a.bg1 span{background-position:15px 2px}
.banner-nav li a.bg2 span{background-position:-53px 2px}
.banner-nav li a.bg3 span{background-position:-110px 2px}
.banner-nav li a.bg4 span{background-position:-174px 2px}
.banner-nav li a.bg5 span{background-position:-235px 2px}
.banner-nav li a.bg6 span{background-position:-297px 2px}
.banner-nav li a{display:block;float:left;position:absolute;left:0px;top:0px;color:#fff;z-index:6;padding:5px 43px 0px 43px;display:inline;min-width:110px;height:65px;padding-top:5px;text-align:center}
.banner-nav li.current{cursor:default}
.banner-nav li.current div{width:95px;height:95px;background:none;}
.banner-nav li.current a{color:#333;cursor:default;background:#eee;}
.banner-nav li.current a.bg1 span{background-position:15px -32px}
.banner-nav li.current a.bg2 span{background-position:-53px -32px}
.banner-nav li.current a.bg3 span{background-position:-110px -32px}
.banner-nav li.current a.bg4 span{background-position:-174px -32px}
.banner-nav li.current a.bg5 span{background-position:-235px -32px}
.banner-nav li.current a.bg6 span{background-position:-297px -32px}
.banner-list{position:absolute;height:500px;position:absolute;z-index:2;overflow:hidden;width:100%;}
.banner-list li{width:100%;height:500px;text-align:center;float:left;display:inline-block}
.banner-list li:before{ background-color: rgba(0, 0, 0, 0.75); width:100%;height:500px;content: "";position: absolute;top: 0;left: 0;z-index: -1;/*-1 可以当背景*/    }

.banner-list li .animate-box {width:1200px;margin:0px auto;position:relative;}
.banner-list li .animate-box .t-d{position:absolute;width:500px;left:20px;top:100px}
.banner-list li .animate-box .t-d h2 {display:block;margin:0px;padding:0px;font-size:30px;text-align:left;color:#fff}
.banner-list li .animate-box .t-d h3 {display:block;margin:0px;padding:0px;font-size:30px;text-align:left;color:#fff}
.banner-list li .animate-box .t-d p{color:#e6e6e6;padding:10px 0px 0 0;line-height:32px;left:20px;text-align:left; font-size:16px}
.banner-list li .animate-box .animate-img{position:absolute;top:50px;right:0px;box-shadow:0px 5px 10px #000}
.slider-btn{width:100px;height:30px;background:#fff;border-radius:4px;-moz-border-radius:4px;line-height:30px;text-align:center;font-size:12px;color:#444;display:block ;}
.slider-btn:hover{color:#fff;background:#c80106;}




/****首页*****/
.index-2{
    background: #f5f7f9;
    box-shadow: 0 0 300px 100px #fff;
}
.index-4{
    background: #0080d9;
    -o-background: linear-gradient(-60deg, #0080d9 0%, #009fd9 100%);
    -moz-background: linear-gradient(-60deg, #0080d9 0%, #009fd9 100%);
    -webkit-background: linear-gradient(-60deg, #0080d9 0%, #009fd9 100%);
    background: linear-gradient(-60deg, #0080d9 0%, #009fd9 100%);
}
.index-5 .case-list{
    margin-bottom: 0;
}
.index-7{
    background: #fff;
}
.index-8{

}






/******首页服务项目*****/
.service-item{
    margin-top: 30px;
}
.service-item ul{
    margin: 0 -5px;
}
.service-item ul li{
    text-align: center;
    float: left;
    width: 158.5px;
    height: 50px;
    line-height: 50px;
    background: #fff;
    margin: 0px 5px;
    box-shadow: 0px 5px 8px rgba(214,214,214,0.75);
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.service-item ul li:hover{
    background: #ff2222;
    color: #fff;
}
.service-item ul li h2{
    letter-spacing: 0;
}
.service-item ul li h2:after{
    display: none;
}
.service-item ul li a{
    display: block;
    font-size: 18px;
    color: #333;
}
.service-item ul li:hover a{
    color: #fff;
}
.service-box ul{
    margin: 20px -15px 0;
}
.service-box ul li{
    float: left;
    width: 210px;
    height: 250px;
    padding: 35px 5px 0;
    margin: 10px 10px;
    text-align: center;
    border-radius: 10px;
    vertical-align: top;
    background: #fff;
    color: #666;
    cursor: pointer;
    box-shadow: 0px 6px 20px rgba(217,217,217,0.75);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.service-box ul li:before{
    margin-top: 30px;
}
.service-box ul li:hover ,.service-box ul li.active{
    background: #fa5441;
}
.service-box ul li:hover i,.service-box ul li:hover h4,.service-box ul li:hover p,.service-box ul li.active i,.service-box ul li.active h4,.service-box ul li.active p{
    color: #fff!important;
}
.service-box ul li i{
    font-size: 36px;
}
.service-box ul li h4{
    font-size: 18px;
    font-weight: bold;
    color: #555;
    margin: 50px 0 10px;
}
.service-box ul li p{
    font-size: 15px;
    color: #333;
}
.service-box ul li:nth-child(1) i{
    color: #fff;
}
.service-box ul li:nth-child(2) i{
    color: #00ceff;
}
.service-box ul li:nth-child(3) i{
    color: #f6d220;
}
.service-box ul li:nth-child(4) i{
    color: #7f96e0;
}
.service-box ul li:nth-child(5) i{
    color: #f6d220;
}
.service-box ul li:nth-child(6) i{
    color: #7f96e0;
}
.service-box ul li:nth-child(7) i{
    color: #4cba91;
}
.service-box ul li:nth-child(8) i{
    color: #00ceff;
}


/*****首页痛点*****/
.index-2 h4 span {
    display: inline-block;
    background: #F0F0F0;
    color: #666;
    width: 120px;
    height: 36px;
    line-height: 36px;
    border-radius: 18px;
    margin: 0 10px;
    cursor: pointer;
    box-shadow: 0 2px 4px #cacece;
}
.index-2 h4 span:hover{
    color: #fff;
    background: #333;
}
.problems-content {
    width: 446px;
    height: 446px;
    margin: 70px auto;
    position: relative;
}
.problems-content .r1 {
    width: 446px;
    height: 446px;
    border: 1px dashed #ff7200;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
    background: #f9f9f9
}
.problems-content .r {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%
}
.problems-content .r2 {
    width: 324px;
    height: 324px;
    background: #ff7200
}
.problems-content .r3 {
    width: 280px;
    height: 280px;
    background: #fff;
    text-align: center;
    color: #333;
    position: relative
}
.problems-content .r3 .r3b {
    position: absolute;
    top: 52%;
    left: 0;
    width: 100%;
    transform: translate(0, -50%)
}
.problems-content .r3 strong{
    color: #fd4b37;
    font-size: 48px;
    text-shadow: 3px -2px 2px #333;
    letter-spacing: 5px;
}
.problems-content .r3 p{
    font-size: 28px;
    color: #333;
    letter-spacing: 10px;
    text-indent: 10px;
    line-height: 1;
    margin-bottom: 20px;
}
.problems-content .r3 a{
    display: inline-block;
    padding: 7px 20px;
    background: #ff7200;
    color: #fff;
}
.problems-content .r3 a:hover{
    background: #ff2222;
}
.problems-content .item {
    position: absolute;
    width: 320px
}
.problems-content .item:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 48px;
    height: 1px;
    background: #ff7200
}
.problems-content .item .title {
    font-size: 20px;
    color: #ff7200;
    padding: 10px 0 8px 0;
}
.problems-content .item .title i{
    font-size: 24px;
    vertical-align: middle;
}
.problems-content .item .stitle {
    margin-top: 7px;
    font-size: 16px;
    color: #555;
}
.problems-content .item .entitle {
    font-size: 14px;
    line-height: 22px;
    color: #888;
    width: 245px
}
.problems-content .item .rline {
    position: absolute;
    height: 15px
}
.problems-content .item .rline:before {
    content: '';
    display: block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #fff;
    border: 3px solid #ff7200;
    position: absolute;
    right: 0;
    top: 0
}
.problems-content .item .rline:after {
    content: '';
    display: block;
    width: 47px;
    height: 1px;
    background: #ff7200;
    position: absolute;
    right: 15px;
    top: 7px
}
.problems-content .item1 {
    left: -298px;
    top: -8px;
    padding-right: 48px;
    text-align: right;
}
.problems-content .item1 .rline {
    transform: rotate(45deg);
    transform-origin: 100% 0;
    right: -45px;
    top: 83px
}
.problems-content .item1 .rline:after {
    width: 42px
}
.problems-content .item2 {
    left: -357px;
    top: 209px;
    padding-right: 15px;
    text-align: right;
}
.problems-content .item2 .rline {
    top: 41px;
    right: -47px
}
.problems-content .item3 {
    left: -157px;
    top: 433px;
    padding-right: 48px;
    text-align: right;
}
.problems-content .item3 .rline {
    transform: rotate(-45deg);
    transform-origin: 100% 0;
    right: -35px;
    top: 3px
}
.problems-content .item3 .rline:after {
    width: 42px
}
.problems-content .item4 {
    width: 344px;
    padding-left: 48px;
    right: -344px;
    top: 22px
}
.problems-content .item4 .rline {
    transform: rotate(135deg);
    transform-origin: 100% 0;
    left: -35px;
    top: 94px
}
.problems-content .item4 .rline:after {
    width: 42px
}
.problems-content .item5 {
    width: 345px;
    padding-left: 58px;
    right: -355px;
    top: 308px
}
.problems-content .item5 .rline {
    transform: rotate(-135deg);
    transform-origin: 100% 0;
    left: -45px;
    top: 14px
}
.problems-content .item5 .rline:after {
    width: 42px
}
.problems .help{
    font-size: 22px;
    text-align: center;
    background: #ff5858;
    background: -o-linear-gradient(-60deg, #ff5858 0%, #f09819 100%);
    background: -moz-linear-gradient(-60deg, #ff5858 0%, #f09819 100%);
    background: -webkit-linear-gradient(-60deg, #ff5858 0%, #f09819 100%);
    background: linear-gradient(-60deg, #ff5858 0%, #f09819 100%);
    height: 100px;
    color: #fff;
    letter-spacing: 1px;
}
.problems .help p{
    display: inline-block;
    line-height: 1.3;
    height: 55px;
    margin-top: 25px;
}
.problems .help a{
    color: #333;
    display: inline-block;
    margin-left: 15px;
    background: #f2f2f2;
    width: 200px;
    height: 50px;
    line-height: 50px;
    font-size: 22px;
    border-radius: 3px;
    vertical-align: top;
    margin-top: 28px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.problems .help a:hover{
    color: #222;
}


/*为什么选择乐沙电商*/
.card-area{
    margin-top: 55px;
}
.card-area .card-item {
    margin-bottom: 15px;
    position: relative;
    list-style: none;
    background-color: #fafafa;
    border: 1px solid #e2e2e2;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 40px 0 50px 0;
    position: relative;
    cursor: pointer;
}
.card-area li{
    width: 310px;
    float: left;
}
.card-area li:nth-child(1) .icon{
    background: #f53338;
}
.card-area li:nth-child(2) .icon{
    background: #2e80e2;
}
.card-area li:nth-child(3) .icon{
    background: #2fc27e;
}
.card-area li:nth-child(4) .icon{
    background: #f68532;
}
.card-area .card-active {
    background-color: #0ba1e4;
    border: 1px solid #0ba1e4;
    box-shadow: 0 0 20px 0 rgba(45,183,245,.5);
    color: #fff;
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -o-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
    z-index: 11;
}
.card-area .card-item h3{
    color: #444;
}
.card-item.card-active .card-title h3{
    color: #fff;
}
.card-area .card-item img{
    display: block;
    margin: 0 auto;
}
.server-top p{
    font-size: 16px;
    color: #666666;
    line-height: 26px;
    text-align: center;
    margin: 20px 0 50px 0;
}
.card-item .card-title h3{
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 20px 0 15px 0;
}
.card-item .icon{
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    display: block;
    margin: 0 auto;
    border-radius: 100%;
}
.card-item .icon span{
    color: #fff;
    font-size: 36px;
}
.card-item .card-content{
    font-size: 14px;
    color: #666;
    padding: 0 20px;
    text-align: justify;
}
.card-area .card-active .card-content{
    color: #fff;
}
.card-item .card-content p{
    height: 85px;
}

.card-item .icon .icon-1{  background: url(../images/icon-1.png) no-repeat 0 0;}
.card-item .icon .icon-2{  background: url(../images/icon-2.png) no-repeat 0 0;}
.card-item .icon .icon-3{  background: url(../images/icon-3.png) no-repeat 0 0; }




/*****首页官方担保认证******/
.distribution {
    position: relative;
}
.distribution h3 ,.distribution h4{
    color: #fff;
}
.distribution .num-box{
    width: 1000px;
    position: absolute;
    left: 50%;
    margin-top: 30px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.distribution .num-box ul li{
    float: left;
    padding: 0 30px;
    color: #f6d220;
    border-right: 1px solid rgba(246, 210, 32, 0.25);
    text-align: center;
}
.distribution .num-box ul li:last-child{
    border: none;
}
.distribution ul li .num{
    font-size: 42px;
}
.distribution ul li .des{
    color: #eee;
}

.china-map {
    width: 605px;
    height: 500px;
    margin: -70px auto 0;
    background: url(../images/map.png) no-repeat center/contain;
    position: relative;
}
.region-list {
    position: absolute;
    left: 0;
    top: 0;
}
@-webkit-keyframes warn {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}
@-moz-keyframes warn {
    0% {
        -moz-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
    100% {
        -moz-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}
@-o-keyframes warn {
    0% {
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
    100% {
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}
@keyframes warn {
    0% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}
.area-box .dot {
    position: absolute;
    left: 0;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #ff5858;
    opacity: 1;
    filter: alpha(opacity=100);
}
.area-box .pulse {
    position: absolute;
    top: -28px;
    left: -28px;
    height: 66px;
    width: 66px;
    border: 2px solid #ff5858;
    -webkit-border-radius: 48px;
    -moz-border-radius: 48px;
    border-radius: 48px;
    -webkit-box-shadow: 0 0 4px #82878f,0 0 10px #82878f inset;
    -moz-box-shadow: 0 0 4px #82878f,0 0 10px #82878f inset;
    box-shadow: 0 0 4px #82878f,0 0 10px #82878f inset;
    opacity: .12;
    filter: alpha(opacity=0);
    -webkit-animation: warn 2s ease-out both;
    -moz-animation: warn 2s ease-out both;
    -o-animation: warn 2s ease-out both;
    animation: warn 2s ease-out both;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background: 0 0;
}
.area-box .delay-01 {
    -webkit-animation-delay: 0;
    -moz-animation-delay: 0;
    -o-animation-delay: 0;
    animation-delay: 0;
}
.area-box .delay-02 {
    -webkit-animation-delay: .4s;
    -moz-animation-delay: .4s;
    -o-animation-delay: .4s;
    animation-delay: .4s;
}
.area-box .delay-03 {
    -webkit-animation-delay: .8s;
    -moz-animation-delay: .8s;
    -o-animation-delay: .8s;
    animation-delay: .8s;
}
.region-list.active .area-box .dot {
    background: #00ceff;
}
.region-list.active .area-box .pulse {
    border-color: #00ceff;
    top: -41px;
    left: -41px;
    height: 88px;
    width: 88px;
    -webkit-box-shadow: 0 0 12px #0080d9,0 0 20px #0080d9 inset;
    -moz-box-shadow: 0 0 12px #0080d9,0 0 20px #0080d9 inset;
    box-shadow: 0 0 12px #0080d9,0 0 20px #0080d9 inset;
}
.region-list.waite .area-box .dot {
    background: #f90;
}
.region-list.waite .area-box .pulse {
    border-color: #f90;
}
.show-regin {
    position: absolute;
    left: 2px;
    height: 0;
    top: 0;
    width: 11px;
    opacity: 0;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.online-node .show-regin,.region-list:hover .show-regin,.underline-node .show-regin,.waite-node .show-regin {
    height: 127px;
    opacity: 1;
}
.show-regin span {
    position: absolute;
    left: 8px;
    top: -11px;
    padding: 6px 10px;
    font-size: 14px;
    color: #ccc;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
    white-space: nowrap;
}
.postition-10 .show-regin span {
    left: 0;
}
.postition-6 .show-regin span {
    left: -72px;
}
.area-box {
    z-index: 77;
}
.show-regin {
    z-index: 66;
}
.region-list.active .show-regin span {
    position: relative;
    color: #ccc;
}
.region-list.waite .show-regin span {
    color: #ccc;
}
.postition-1 .area-box .pulse {
    border: 2px solid #2fc31d;
}
.postition-1 .area-box .dot {
    background: #2fc31d;
}
.postition-1 {
    left: 500px;
    top: 300px;
}
.postition-2 {
    left: 490px;
    top: 400px;
}
.postition-3 {
    left: 435px;
    top: 420px;
}
.postition-4 {
    left: 358px;
    top: 337px;
}
img.jz {
    position: absolute;
    top: 270px;
    max-width: 300px;
    left: 200px;
    opacity: 0.1;
}

/*****首页新闻资讯*****/
.index-news .news-category{
    display: block;
    width: 370px;
    height: 150px;
    position: relative;
    padding: 0;
    font-size: 22px;
    color: #fff;
    margin-bottom: 10px;
}
.index-news .news-category:hover{
    color: #fff;
}
.index-news .news-category:before{
    display: none;
}
.index-news .news-category img{
    width: 368px;
    height: 150px;
}
.index-news .news-category span{
    position: absolute;
    display: block;
    top:0;
    text-align: center;
    width: 368px;
    height: 100%;
    line-height: 150px;
    background: rgba(51, 51, 51, 0.15);
}
.index-news ul{
    margin: 50px -15px 0;
}
.index-news ul li{
    float: left;
    width: 370px;
    margin: 0 15px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    background: rgba(255, 255, 255, 0.9);
}
.index-news ul li a:before{
    content: "\e619";
    display: inline-block;
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}
.index-news ul li img{
    width: 100%;
    margin-bottom: 10px;
}
.index-news ul li a{
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 1.75;
    padding: 0 5px;
    font-size: 15px;
    color: #555;
}
.index-news ul li a:hover{
    color: #ff2222;
}


/*****首页店铺诊断*****/
.contact{

}
.contact h4{
    text-align: center;
    display: block;
    color: #555;
    font-size: 18px;
    margin-bottom: 30px;
}
.contact p{
    font-weight: 600;
    margin-bottom: 8px;
    color: #444;
}
.contact p span{
    font-weight: normal;
    font-size: 15px;
    color: #666;
}
.contact d{
	margin-right: 30px;
	vertical-align: middle;
}
.contact hr{
    border-top: 1px dashed #ccc;
    margin-bottom: 30px;
}
.contact form{
    background: rgba(255,255,255,.9);
    padding: 25px 25px 50px;
    border-radius: 10px;
    box-shadow: 0 0 10px #ddd;

}
.contact .input-item{
    color: #333;
    margin-bottom: 25px;
}
.contact .input-item label:first-of-type{
    margin-left: 0;
}
.contact .input-group {
    padding-right: 20px;
    display: inline-block;
    position: relative;
}
.contact .input-group.required:after{
    content: '*';
    color: red;
    position: absolute;
    right: 28px;
    top:10px;
}
.contact .input-group span {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #999;
    border-right: none;
    border-radius: 3px 0 0 3px;
    float: left;
}
.contact .input-group span i{
    font-size: 22px;
    color: #444;
}
.contact .input-group input{
    float: left;
    padding: 3px 20px 3px 10px;
    font-size: 16px;
    height: 35px;
    border: 1px solid #999;
    border-radius: 0 3px 3px 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.08);
    width: 300px;
}
.contact label{
    margin-left: 30px;
    display: inline;
    vertical-align: sub;
}
.contact #btn-sub{
    display: block;
    margin: 50px auto 0;
    height: 50px;
    line-height: 50px;
    width: 350px;
    background-color: #ff7200;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 22px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.contact #btn-sub:hover{
    background-color: #ff2222;
}
.regular-checkbox {
    display: none;
}
.regular-checkbox + label {
    background-color: #fafafa;
    border: 1px solid #cacece;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
    padding: 9px;
    border-radius: 1px;
    display: inline-block;
    position: relative;
}
.regular-checkbox + label:active, .regular-checkbox:checked + label:active {
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}
.regular-checkbox:checked + label {
    border: 1px solid #5FB878;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
    color: #99a1a7;
}
.regular-checkbox:checked + label:after {
    content: '\2713';
    font-size: 18px;
    position: absolute;
    top: 3px;
    left: 2px;
    color: #5FB878;
    width: 14px;
    height: 14px;
    line-height: 14px;
}
.radio-1 {
    width: 193px;
}
.button-holder {
    float: left;
}

.regular-radio + label {
    -webkit-appearance: none;
    background-color: #fafafa;
    border: 1px solid #cacece;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
    padding: 9px;
    border-radius: 50px;
    display: inline-block;
    position: relative;
}
.regular-radio:checked + label:after {
    content: ' ';
    width: 10px;
    height: 10px;
    border-radius: 50px;
    position: absolute;
    top: 4px;
    background: #5FB878;
    box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3);
    text-shadow: 0px;
    left: 4px;
    font-size: 32px;
}
.regular-radio:checked + label {
    color: #99a1a7;
    border: 1px solid #5FB878;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1), inset 0px 0px 10px rgba(0,0,0,0.1);
}
.regular-radio + label:active, .regular-radio:checked + label:active {
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}



/*****新闻列表栏目*****/
.sub-menu{
    text-align: center;
    padding: 45px 0;
}
.sub-menu ul li {
    display: inline-block;
    margin: 0 3px;
}
.sub-menu ul li a{
    padding: 10px 25px;
    border: 1px solid #ddd;
    border-radius: 2px;
    background: #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.sub-menu ul li a:hover,.sub-menu ul li.cur a{
    background: #ff2222;
    border-color: #ff2222;
    color: #fff;
}
.news-list {
    margin-bottom: 35px;
}
.news-list ul li {
    padding: 20px 15px;
    background: #fff;
    margin-bottom: 10px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.news-list ul li:hover {
    box-shadow: 0 3px 5px 3px rgba(0, 0, 0, .08);
    cursor: pointer;
}
.news-list ul li > a{
    display: block;
    height: 160px;
}
.news-list .article-pic{
    width: 260px;
    height: 160px;
    float: left;
    background: #ddd;
}
.news-list .article-pic span {
    display: block;
    height: 100%;
    background-color: #ddd;
    background-size: cover;
}
.news-list .article-info{
    width: 860px;
    height: 160px;
    float: right;
}
.news-list .article-info h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.news-list .article-info .meta {
    font-size: 14px;
    color: #999;
    margin-bottom: 10px;
}
.news-list .article-info p {
    margin-bottom: 12px;
    color: #666;
    font-size: 14px;
}
.news-list .article-info button {
    font-size: 14px;
    width: 120px;
    height: 32px;
    display: inline-block;
    border: 1px solid #ff2222;
    border-radius: 16px;
    text-align: center;
    line-height: 30px;
    color: #ff2222;
    background: none;
    cursor: pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.news-list ul li:hover button{
    background: #ff2222;
    color: #fff;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2)
}
.news-content article{
    padding: 35px 25px 25px 25px;
    background: #fff;
    width: 880px;
    border-right: 1px solid #eee;
    float: left;
}
.news-content article > h2 {
    text-align: center;
    font-size: 28px;
}
.news-content article > .meta {
    font-size: 14px;
    color: #666;
    text-align: center;
    margin: 8px 0 20px 0;
    border-bottom: 1px dotted #E9E9E9;
    padding-bottom: 20px;
}
.news-content article > .body {
    color: #333;
    line-height: 1.75;
}
.news-content article > .body p{
    margin-bottom: 20px;
}
.news-content article > .body img{
    box-shadow: 0 0 1px 1px #f5f7f9;
    display: block;
    margin: 0 auto;
}
.news-content article > .pages{
    text-align: center;
    padding-top: 20px;
    margin-top: 30px;
    border-top: 1px dashed #eee;
}
.news-content article > .pages ul li{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
    line-height: 30px;
}
.news-content article > .pages ul li a:hover{
    color: #ff2222;
}
.news-content aside {
    width: 275px;
    float: right;
    margin-left: 15px;
    padding: 20px 15px;
    background: #fff;
    margin-bottom: 15px;
}
.news-content aside h5{
    font-size: 18px;
    font-weight: bold;
    color: #333;
    line-height: 1;
    padding-bottom: 15px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #E9E9E9;
}
.news-content aside ul li{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin: 5px 0;
}
.news-content aside ul li i{
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    border-radius: 100%;
    background: #f5f5f5;
    font-size: 12px;
    color: #616161;
    margin-right: 5px;
}
.news-content aside ul li:nth-of-type(1) i{
    background: #0098e1;
    color: #fff;
}
.news-content aside ul li:nth-of-type(2) i{
    background: #ff7f4f;
    color: #fff;
}
.news-content aside ul li:nth-of-type(3) i{
    background: #ffbe57;
    color: #fff;
}
.news-content aside ul li a{
    font-size: 14px;
    color: #555;
}
.pageniation{
    text-align: center;
    margin-bottom: 80px;
}
.pageniation ul li{
    display: inline-block;
}
.pageniation ul li a{
    display: block;
    padding: 4px 11px;
    font-size: 14px;
    color: #555;
    background: #fff;
    border: 1px solid #ccc;
}
.pageniation ul li.thisclass a{
    background: #ff7200;
    color: #fff;
}

/*****案例*****/

.case-list{
    margin: 0 -10px 35px;
}
.case-list ul li{
    float: left;
    width: 376px;
    margin: 0 10px 20px;
    -webkit-transition: all .3s;
    -moz-transition:  all .3s;
    -ms-transition:  all .3s;
    -o-transition:  all .3s;
    transition:  all .3s;
}
.case-list ul li:hover{
    -webkit-transform: translate3d(0 ,-3px ,0);
    -moz-transform: translate3d(0 ,-3px ,0);
    -ms-transform: translate3d(0 ,-3px ,0);
    -o-transform: translate3d(0 ,-3px ,0);
    transform: translate3d(0 ,-5px ,0);
    box-shadow: 0px 6px 20px rgba(217,217,217,0.75);
}
.case-list .case-pic span{
    display: block;
    height: 220px;
    background-color: #ddd;
    background-size: cover;
    background-position: center;
}
.case-list .case-info {
    padding: 10px 15px 15px;
    border: 1px solid #f2f2f2;
    background: #fff;
}
.case-list .case-info .title {
    color: #222;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    white-space: nowrap;
    width: 100%;
}
.case-list .case-info .meta{
    font-size: 14px;
    color: #999;
    margin-bottom: 8px;
}
.case-list .case-info button{
    font-size: 14px;
    width: 100px;
    height: 30px;
    display: inline-block;
    border: 1px solid #ddd;
    border-radius: 15px;
    text-align: center;
    line-height: 28px;
    color: #999;
    background: none;
    cursor: pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.case-list ul li:hover button{
    background: #ff2222;
    border-color: #ff2222;
    color: #fff;
}


/*****优势栏目*****/
.advantage-2{
    background: #f09819;
    background: -webkit-linear-gradient(-60deg, #ff5858 0%, #f09819 100%);
    background: -o-linear-gradient(-60deg, #ff5858 0%, #f09819 100%);
    background: -moz-linear-gradient(-60deg, #ff5858 0%, #f09819 100%);
    background: linear-gradient(-60deg, #ff5858 0%, #f09819 100%);
}
.advantage-1 , .advantage-3 , .advantage-6 , .advantage-8{
    background: #fff;
}
.advantage-5{
    padding-top: 0;
}
.project-advantage ul{
    margin: 50px -10px 0;
}
.project-advantage ul li{
    width: 277px;
    margin: 0 10px;
    text-align: center;
    float: left;
    background: #eee;
    padding: 35px 15px 45px 15px;
    cursor: pointer;
    /*text-align-last: justify;*/
}
.project-advantage ul li i{
    color: #555;
    font-size: 48px;

}
.project-advantage ul li h4{
    font-size: 18px;
    font-weight: bold;
    color: #333;
}
.project-advantage ul li span{
    display: inline-block;
    width: 55px;
    height: 5px;
    background: #ccc;
    margin: 10px 0;
}
.project-advantage ul li p{
    text-align: justify;
    color: #666;
    height: 130px;
    font-size: 15px;
    overflow: hidden;
}

.project-advantage ul li.active{
    background: #ff3333;
}
.project-advantage ul li.active i,.project-advantage ul li.active h4,.project-advantage ul li.active p{
    color: #fff;
}
.guarantee h3{
    color: #fff;
}
.guarantee ul{
    margin-top: 50px;
}
.guarantee ul li{
    width: 234px;
    padding: 0 18px;
    float: left;
    color: #fff;
    cursor: pointer;
    text-align-last: center;
}
.guarantee ul li span{
    display: inline-block;
    background: #fff;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 100%;
    transition: all .3s ease-out;
}
.guarantee ul li:hover span{
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
}
.guarantee ul li span i{
    font-size: 30px;
    color: #f96332;
}
.guarantee ul li h4{
    font-size: 18px;
    font-weight: bold;
    margin: 5px 0 10px;
    color: #fff;
}
.guarantee ul li p{
    font-size: 15px;
}

.service ul{
    margin:  50px -30px 0;
}
.service ul li{
    width: 350px;
    margin: 0 30px;
    float: left;
    border-radius: 3px;
    overflow: hidden;
    border: 1px solid #ddd;
    box-sizing: border-box;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.service ul li:hover{
    cursor: pointer;
    box-shadow: rgb(221, 221, 221) 0px 0px 20px;
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    transform: translateY(-8px);
}
.service ul li h4{
    font-size: 18px;
    margin-top: 20px;
    color: #333;
    font-weight: bold;
    text-align: center;
}
.service ul li p{
    color: #555;
    height: 150px;
    font-size: 15px;
    padding: 15px;
}
.tkb {
    height: 450px;
    text-align: center;
    background: url("../images/tkb.jpg") no-repeat center/cover;
}
.tkb span{
    display: inline-block;
    font-size: 28px;
    padding: 10px 50px;
    background: rgba(255, 255, 255, 0.61);
    margin: 100px 0 15px 0;
    color: #333;
    border-radius: 5px;
}
.tkb em{
    display: block;
    color: #fff;
    font-weight: bold;
    font-size: 60px;
    letter-spacing: 5px;
    text-align: center;
}
.tkb p{
    color: #fff;
    font-size: 32px;
    letter-spacing: 2px;
}
.idea{
    padding-top: 60px;
    text-align: center;
}
.idea ul.idea-top{
    margin: 40px 0 20px 0;
}
.idea ul.idea-top li{
    display: inline-block;
    margin: 0 10px;
    width: 120px;
    height: 45px;
    line-height: 45px;
    border-radius: 5px;
    font-size: 18px;
    background: #fff;
    cursor: pointer;
}
.idea ul.idea-top li.active{
    background: #fc6621;
    color: #fff;
}
ul.idea-img li{
    position: relative;
    text-align: center;
    color: #fff;
}
ul.idea-img li img{
    border-radius: 30px;
}
ul.idea-img li h4{
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    font-size: 36px;
    font-weight: bold;
    color: #fff;
}
ul.idea-img li p{
    position: absolute;
    left: 50%;
    width: 430px;
    top: 150px;
    font-size: 18px;
    border-top: 1px solid #fff;
    padding-top: 15px;
    text-align: justify;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.mass-content{
    position: relative;
    height: 330px;
    margin-top: 50px;
    background: url("../images/wing.png") no-repeat center;
}
.mass-content ul li{
    position: absolute;
    color: #555;
}
.mass-content ul li:nth-child(1){
    left: 10px;
    top: 15px;
}
.mass-content ul li:nth-child(2){
    left: 25px;
    top: 130px;
}
.mass-content ul li:nth-child(3){
    left: 145px;
    top: 250px;
}
.mass-content ul li:nth-child(4){
    right: 0;
    top: 15px;
}
.mass-content ul li:nth-child(5){
    right: 0;
    top: 130px;
}
.mass-content ul li:nth-child(6){
    right: 15px;
    top: 250px;
}

.platform-content{
    max-width: 1000px;
    margin: 50px auto 0;
    border: 1px solid #ddd;
}
.department ul{
    margin: 30px -35px -30px;
}
.department ul li {
    width: 343px;
    height: 220px;
    margin: 50px 35px 35px 35px;
    float: left;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0px 6px 20px rgba(217,217,217,0.75);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.department ul li:hover{
    cursor: pointer;
    background: #fa5441;
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}
.department ul li:hover span , .department ul li:hover em , .department ul li:hover p{
    color: #fff;
}
.department ul li:hover span{
    background: #fa5441;
}
.department ul li span {
    display: block;
    text-align: center;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #fff;
    line-height: 80px;
    font-size: 32px;
    color: #333;
    margin: -40px auto 10px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.department ul li em {
    font-style: normal;
    font-size: 20px;
    display: block;
    text-align: center;
    color: #333;
}
.department ul li p {
    padding: 15px 20px;
    color: #555;
}
.company-comparison table{
    width: 100%;
}
.company-comparison table{
    border: 1px solid #c59d7b;
    margin-top: 50px;
}
.company-comparison td{
    padding: 0px 25px;
    text-align: left;
    font-size: 15px;
}
.company-comparison td:first-child{
    width: 160px;
    height: 80px;
    line-height: 80px;
    background: #ff2222;
    color: #fff;
    font-size: 18px;
    letter-spacing: 5px;
    text-align: center;
}
.company-comparison td:nth-child(2n){
    width: 180px;
    color: #ff2222;
}
.company-comparison table tr:first-child td:nth-child(2n-1){
    background: #ffdc4c;
    color: #ff2222;
    font-size: 22px;
    text-align: center;
}
.company-comparison tr:first-child td:nth-child(3){
    width: 90px;

}
.company-comparison tr:first-child td:nth-child(2n){
    background: #ff2222;
    color: #fff;
    font-size: 22px;
    text-align: center;
    letter-spacing: 3px;
    text-indent: 0;
}

/*****关于栏目*****/
.about-1 .wrapper{
    padding-top: 120px;
    position: relative;
}
.about-1 .imgbg{
    width: 720px;
    height: 500px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
}
.about-1 .imgbg img{
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.about-1 .imgbg:hover img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.about-1 .about-content{
    position: relative;
    z-index: 1;
    background: #fff url(../images/about-bg.png) no-repeat center bottom;
    background-size: 100% auto;
    float: right;
    padding: 40px 50px 50px;
    width: 720px;
    box-shadow: 0 0 32px 0 rgba(0,0,0,0.1);
}
.about-1 .tit {
    font-size: 36px;
    color: #222;
}
.about-1 .entit {
    font-size: 20px;
    color: #666;
}
.about-1 .con{
    padding-top: 15px;
    color: #444;
}
.about-1 .con a{
    color: #222;
}
.about-1 .con p{
    margin-bottom: 10px;
}
.about-2 , .about-4{
    background: #fff;
}
.about-3{
    background: url("../images/honor-bg.jpg") no-repeat center/cover;
}
.about-3 h3,.about-3 h4{
    color: #fff;
}
.introduce{

}
.introduce h2{
    margin-bottom: 50px;
}
.introduce .introduce-content{
    color: #333;
    width: 650px;
    float: left;
}
.introduce .introduce-content p{
    margin-bottom: 20px;
}
.introduce .introduce-pic{
    width: 450px;
    float: right;
}


.history{

}
.history-content{
    height: 600px;
    background: url("../images/course.jpg") no-repeat center;
}
.history-content ul{
    position: relative;
}
.history-content ul li{
    position: absolute;
}
.history-content ul li time{
    font-weight: bold;
    font-size: 20px;
    color: #222;
}
.history-content ul li p{
    color: #555;
}
.history-content ul li:nth-child(1){
    top: 280px;
    left: 15px;
}
.history-content ul li:nth-child(2){
    top: 230px;
    left: 140px;
}
.history-content ul li:nth-child(3){
    top: 200px;
    left: 370px;
}
.history-content ul li:nth-child(4){
    top: 150px;
    left: 520px;
}
.history-content ul li:nth-child(5){
    top: 100px;
    left: 710px;
}
.history-content ul li:nth-child(6){
    top: 60px;
    left: 880px;
}
.history-content ul li:nth-child(7){
    top: 20px;
    left: 1050px;
}
.history-content ul li:nth-child(8){
    top: 540px;
    left: 40px;
}
.history-content ul li:nth-child(9){
    top: 570px;
    left: 230px;
}
.history-content ul li:nth-child(10){
    top: 520px;
    left: 400px;
}
.history-content ul li:nth-child(11){
    top: 500px;
    left: 570px;
}
.history-content ul li:nth-child(12){
    top: 450px;
    left: 700px;
}
.history-content ul li:nth-child(13){
    top: 400px;
    left: 830px;
}
.history-content ul li:nth-child(14){
    top: 310px;
    left: 940px;
}
.history-content ul li:nth-child(15){
    top: 220px;
    left: 1050px;
}
.honor-content{
    margin-top: 50px;
}
.honor-content ul{
    margin: 0 -10px;
}
.honor-content ul li{
    width: 228px;
    float: left;
    padding: 10px;
    margin: 0 5px;
    cursor: pointer;
    transition: all .2s ease-in-out 0s;
    -webkit-transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s;
    -ms-transition: all .2s ease-in-out 0s;
    -o-transition: all .2s ease-in-out 0s;
}
.honor-content ul li:hover{
    box-shadow: 0 2px 5px 2px rgba(0,0,0,0.2);
    transform: translateY(-5px);
    background: #f2f2f2;;
}
.honor-content ul li:hover p{
    color: #555;
}
.honor-content figure{
    border: 1px solid #E6E6E6;
    padding: 5px;
    text-align: center;
    background: #f2f2f2;
}
.honor-content img{
    height: 130px;
    display: inline-block;
}
.honor-content p{
    text-align: center;
    margin-top: 10px;
    font-size: 15px;
    color: #f2f2f2;
}
.team-content{
    width: 940px;
    height: 530px;
    padding: 15px 20px;
    overflow: hidden;
    box-shadow: 0 0 6px 1px #999;
    margin: 50px auto 0;
}
.team-content .item img{
    height: 500px;
    cursor: move;
}
.team-content .item p{
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    color: #fff;
    padding: 5px 0;
    background: rgba(0,0,0,.25);
}
.media-content{
    margin: 50px auto 0;
    width: 800px;
    height: 500px;
    background: #222;
    border-radius: 5px;
    position: relative;
}
.media-content .owl-carousel{
    width: 790px;
    height: 494px;
    margin: 15px 5px 0 5px;
    float: left;
}
.media-content .owl-carousel .item img{
    height: 420px;
    cursor: pointer;
}
.media-content .owl-carousel .item p{
    padding-top: 28px;
    position: relative;
    z-index: 99999;
    color: #fff;
    text-align: center;
    border-top: 1px solid #111;
}
.media-content .owl-carousel .owl-controls{
    float: left;
    margin-top: 3px;
    z-index: 20;
    bottom: 27px;
    width: 100%;
    text-align: center;
}
.media-content .owl-carousel .owl-dots{
    text-align: center;
    position: absolute;
    width: 100%;
    margin-top: -52px;
}
.media-content .owl-carousel .owl-dot{
    display: inline-block;
}
.media-content .owl-carousel .owl-dot span{
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(../images/icon.png) no-repeat 0px -50px!important;
    cursor: pointer;
}
.media-content .owl-carousel .owl-dot.active span,.media-content .owl-carousel .owl-dot:hover span{
    background: url(../images/icon.png) no-repeat -25px -49px!important;
}
.media-content .owl-carousel .owl-prev{
    background: url(../images/icon.png) no-repeat!important;
    position: absolute;
    right: 114px;
    bottom: 42px;
    width: 21px;
    height: 24px;
    z-index: 10;
    left: auto;
    top:auto;
}
.media-content .owl-carousel .owl-prev:hover{
    background-position: 0 -25px!important;
}
.media-content .owl-carousel .owl-next{
    background: url(../images/icon.png) no-repeat -22px 0!important;
    position: absolute;
    right: 77px;
    bottom: 42px;
    width: 21px;
    height: 24px;
    z-index: 10;
    left: auto;
    top:auto;
}
.media-content .owl-carousel .owl-next:hover{
    background-position: -22px -25px!important;
}
.media-content .owl-prev i,.media-content .owl-next i{
    display: none;
}


/*****淘宝天猫*****/
.circle-pain{
    padding: 200px 0;
}
.circle-pain .circle-box{
    display: block;
    border-radius: 100%;
    width: 180px;
    height: 180px;
    margin: 0 auto;
    position: relative;
    border: 20px solid #fc6621;
}
.circle-pain .circle-box::before{
    position: absolute;
    display: block;
    content: '';
    width: 340px;
    height: 340px;
    border-radius: 100%;
    border: 1px dashed #ddd;
    top: -90px;
    left: -90px;
}
.circle-pain .circle-box::after{
    position: absolute;
    display: block;
    content: '';
    width: 440px;
    height: 440px;
    border-radius: 100%;
    border: 1px dashed #ddd;
    top:-140px;
    left:-140px;
}
.circle-pain .circle-box > i{
    position: absolute;
    display: block;
    content: '';
    width: 540px;
    height: 540px;
    border-radius: 100%;
    border: 1px dashed #ddd;
    top:-190px;
    left:-190px;
}
.circle-pain img{
    border-radius: 100%;
	max-width: 100%;
}
.circle-pain .circle-box ul li{
    position: absolute;
    width: 400px;
}
.circle-pain .circle-box ul li p{
    position: relative;
    font-size: 15px;
    color: #555;
}
.circle-pain .circle-box ul li p:before{
    content: '';
    width: 16px;
    height: 16px;
    display: inline-block;
    border-radius: 8px;
    font-size: 60px;
    background: #fc6621;
    position: absolute;
    top:50%;
    z-index: 10;
}
.circle-pain .circle-box ul li:nth-child(odd) p{
    padding-right: 35px;
}
.circle-pain .circle-box ul li:nth-child(even) p{
    padding-left: 35px;
}
.circle-pain .circle-box ul li:nth-child(odd) p:before{
    right: 0;
    margin: -8px 0 0 -8px;
}
.circle-pain .circle-box ul li:nth-child(even) p:before{
    left: 0;
    margin: -8px 0 0 0;
}
.circle-pain .circle-box ul li em{
    font-size: 22px;
    display: block;
    color: #0080d9;
}
.circle-pain .circle-box ul li p{

}
.circle-pain .circle-box ul li:nth-child(1){
    text-align: right;
    top: -130px;
    left: -450px;
}
.circle-pain .circle-box ul li:nth-child(2){
    top: -190px;
    left: 215px;
}
.circle-pain .circle-box ul li:nth-child(3){
    text-align: right;
    top: 50px;
    left: -481px;
}
.circle-pain .circle-box ul li:nth-child(4){
    top: 0px;
    left: 238px;
}
.circle-pain .circle-box ul li:nth-child(5){
    text-align: right;
    top: 240px;
    left: -493px;
}
.circle-pain .circle-box ul li:nth-child(6){
    top: 205px;
    left: 120px;
}
.taobao-1 {
    background: #fff;
}
.taobao-2{

}
.taobao-2 ul {
    margin: 80px -10px 0 -10px;
}
.taobao-2 ul li{
    float: left;
    width: 376px;
    margin: 0 10px 50px 10px;
    border-radius: 5px;
    background: #fff;
    position: relative;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.taobao-2 ul li:hover{
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);;
}
.taobao-2 ul li span{
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: #fff;
    text-align: center;
    line-height: 60px;
    font-size: 32px;
    position: absolute;
    left: 50%;
    margin-top: -30px;
    box-shadow: 2px 2px 2px #ccc;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.taobao-2 ul li div{
    padding: 15px;
}
.taobao-2 ul li em{
    color: #fc6621;
    font-size: 22px;
    display: block;
    text-align: center;
    margin: 25px 0 5px 0;
}
.taobao-2 ul li p{
    color: #333;
    height: 100px;
}
.taobao-3{
    background: #fff;
}
.taobao-3 ul{
    margin-top: 60px;
    background: url("../images/tb-2.jpg") no-repeat top center;
}
.taobao-3 ul li{
    width: 350px;
    background: #f2f2f2;
    padding: 20px;
    height: 240px;
}
.taobao-3 ul li:nth-child(1),.taobao-3 ul li:nth-child(2){
    margin-bottom: 20px;
}
.taobao-3 ul li:nth-child(odd){
    float: left;
}
.taobao-3 ul li:nth-child(even){
    float: right;
}
.taobao-3 ul li span{
    font-size: 26px;
    display: block;
    color: #333;
}
.taobao-3 ul li em{
    font-size: 22px;
    margin-bottom: 15px;
    color: #fa5441;
    display: block;
}
.taobao-3 ul li p{
    color: #333;
}
.taobao-4 ul{
    margin-top: 70px;
}
.taobao-4 ul li{
    width: 520px;
    height: 140px;
    background: #fff;
    margin-bottom: 20px;
    position: relative;
}
.taobao-4 ul li:nth-child(odd){
    float: left;
}
.taobao-4 ul li:nth-child(even){
    float: right;
}
.taobao-4 ul li:nth-child(odd):before{
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    left: -40px;
    border-width: 70px 40px;
    border-style: solid;
    border-color: #f5f7f9 #ffffff #f5f7f9 transparent;;
}
.taobao-4 ul li:nth-child(even):after{
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    right: -40px;
    border-width: 70px 40px;
    border-style: solid;
    border-color: #f5f7f9 #f5f7f9 #f5f7f9 transparent;
    top: 0;
}
.taobao-4 ul li:nth-child(odd) span{
    position: absolute;
    right: 0;
}
.taobao-4 ul li:nth-child(even) span{
    left: 0;
}
.taobao-4 ul li i{
    display: block;
    position: relative;
    width: 80px;
    height: 140px;
    color: #fff;
    font-size: 22px;
    line-height: 140px;
    text-align: center;
    background-color: #e52324;
}
.taobao-4 ul li i:before{
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    right:80px;
    border-width: 70px 40px;
    border-style: solid;
    border-color: transparent #e52324 transparent transparent;
}
.taobao-4 ul li i:after{
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    left:80px;
    border-width: 70px 40px;
    border-style: solid;
    border-color: transparent transparent transparent #e52324;
    top:0;
}
.taobao-4 ul li em{
    position: absolute;
    top:0;
    width: 160px;
    height: 140px;
    color: #fff;
    font-size: 22px;
    line-height: 140px;
    text-align: center;
}
.taobao-4 ul li:nth-child(odd) em{
    right: -40px;
}
.taobao-4 ul li:nth-child(even) em{
    left: -40px;
}
.taobao-4 ul li p{
    position: absolute;
    color: #333;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.taobao-4 ul li:nth-child(odd) p{
    right: 160px;
    text-align: right;
}
.taobao-4 ul li:nth-child(even) p{
    left: 160px;
    text-align: left;
}
.taobao-5{
    position: relative;
    background: #ff7e11;
    color: #fff;
}
.taobao-5 h3 ,.taobao-5 h4{
    color: #fff;
}
.taobao-5:before{
    position: absolute;
    content: "\e617";
    font-family: "iconfont" !important;
    font-size: 150px;
    color: rgba(0, 0, 0, 0.05);
    text-align: center;
    font-style: normal;
    z-index: 9;
    left: 50%;
    bottom: 190px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.process{
    background: #fff;
}
.i-process {
    margin-top: 80px;
    text-align: center;
}
.i-process .content2 {
    position: relative;
    background: url(../images/i_bg1.png) no-repeat center bottom;
    width: 0;
    overflow: hidden;
}
.i-process .i-btn {
    margin: 92px auto 0;
    width: 198px;
    height: 58px;
    line-height: 58px;
    font-size: 18px;
    border-radius: 2px;
    border: 1px solid #e5e5e5;
    text-align: center;
}
.i-process .list {
    padding-bottom: 10px;
}
.i-process .list ul {
    float: left;
    width: 100%;
}
.i-process .list li {
    float: left;
    width: 12.5%;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
}
.i-process .btn.cur {
    color: #fc6621;
}
.i-process .circle.por.t-f{
    display: inline-block;
}
.i-process .btn.cur .light:after {
    -webkit-animation: Circle 1.2s infinite linear;
    animation: Circle 1.2s infinite linear;
    display: block;
}
.i-process .btn.cur .circle {
    background: #fc6621;
}
.i-process .btn.cur .circle:after {
    background-position: 0 -68px;
}
.i-process .btn p {
    font-size: 15px;
    color: #777;
    line-height: 1.5;
    margin: 17px 0 14px;
}
.i-process .btn .light {
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fff;
    margin: 0 auto;
    border: 1px solid #e6e6e6;
}
.i-process .btn .light:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 0;
    width: 10px;
    height: 10px;
    margin: -5px 0 0 -5px;
    border-radius: 50%;
    background: #fc6621;
    display: none;
}
.i-process .btn .circle {
    width: 68px;
    height: 68px;
    text-align: center;
    line-height: 68px;
    border-radius: 34px;
    background: #edeff1;
}
.i-process .btn .circle i{
    font-size: 28px;
    color: #8d93a2;
}
.i-process .btn.cur .circle i{
    color: #fff;
}
.i-process .por {
    position: relative;
}
.i-process .f-cb:after {
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    content: "";
}


/*****拼多多*****/
.pdd-1{
    text-align: center;
    background: #fff;
    box-shadow: 0 3px 30px 0 #f5f7f9;
    position: relative;
    z-index: 10;
}
.pdd-container{
    margin-top: 50px;
    margin-bottom: -30px;
    height: 550px;
    position: relative;
    background: url("../images/pdd-5.png") no-repeat center/contain;
}
.pdd-container ul li{

}
.pdd-container ul li:nth-of-type(1){
    position: absolute;
    text-align: right;
    left: 180px;
    top: 95px;
}
.pdd-container ul li:nth-of-type(2){
    position: absolute;
    text-align: right;
    left: 60px;
    top: 235px;
}
.pdd-container ul li:nth-of-type(3){
    position: absolute;
    text-align: right;
    left: 205px;
    top: 390px;
}
.pdd-container ul li:nth-of-type(4){
    position: absolute;
    text-align: left;
    right: 175px;
    top: 90px;
}
.pdd-container ul li:nth-of-type(5){
    position: absolute;
    text-align: left;
    right: 105px;
    top: 230px;
}
.pdd-container ul li:nth-of-type(6){
    position: absolute;
    text-align: left;
    right: 175px;
    top: 385px;
}
.pdd-container span{
    color: #ff5858;
    font-weight: bold;
    font-size: 22px;
}
.pdd-container p{
    color: #555;
}
.pdd-2{
    background: #fff;
}
.pdd-2 ul.u1{
    margin-top: 50px;
}
.pdd-2 ul.u1 li{
    float: left;
    position: relative;
    width: 234px;
    height: 204px;
    line-height: 204px;
    background: url("../images/pdd-1.png") no-repeat center;
}
.pdd-2 ul.u1 li span{
    position: absolute;
    font-size: 22px;
    color: #fff;
    left: 15px;
}
.pdd-2 ul.u1 li p{
    text-align: center;
    font-size: 22px;
    color: #333;
    padding-left: 20px;
}
.pdd-2 ul.u2{
    text-align: center;
    margin-top: 50px;
}
.pdd-2 ul.u2 li{
    width: 390px;
    float: left;
}
.pdd-2 ul.u2 li span{
    width: 180px;
    height: 180px;
    display: inline-block;
    padding-top: 20px;
    border: #0fb4ef 3px solid;
}
.pdd-2 ul.u2 li i{
    font-size: 48px;
    color: #0fb4ef;
}
.pdd-2 ul.u2 li em{
    font-size: 20px;
    color: #0fb4ef;
    font-weight: bold;
}
.pdd-2 ul.u2 li p{
    color: #0fb4ef;
}
.pdd-2 ul.u2 li > p{
    color: #555;
    padding: 20px 20px 0;
}
.pdd-3{
    background: #0080d9;
    -o-background: linear-gradient(-60deg, #0080d9 0%, #009fd9 100%);
    -moz-background: linear-gradient(-60deg, #0080d9 0%, #009fd9 100%);
    -webkit-background: linear-gradient(-60deg, #0080d9 0%, #009fd9 100%);
    background: linear-gradient(-60deg, #0080d9 0%, #009fd9 100%);
}
.pdd-3 h3 ,.pdd-3 h4{
    color: #fff;
}
.pdd-3 .pdd-owl{
    max-width: 910px;
    margin: 50px auto 0;
}
.pdd-4{

}
.pdd-4 ul{
    margin: 50px -10px 0 -10px;
}
.pdd-4 ul li{
    float: left;
    margin: 10px 25px;
    padding: 15px;
    width: 247px;
    background: #fff;
    color: #555;
    height: 100px;
    position: relative;
}
.pdd-4 ul span{
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 30px;
    text-align: center;
    border-radius: 100%;
    box-shadow: 2px 2px 2px #ccc;
    color: #fc6621;
    margin-left: -40px;
    margin-top: 10px;
    background: #fff;
}
.pdd-4 ul p{
    font-size: 15px;
    padding: 0 15px 0 25px;
    position: absolute;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.pdd-5{
    background: #fff;
}
.pdd-5 img{
    margin-top: 50px;
}



/*****亚马逊*****/
.new-oper-two-boy {
    background: #fff;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
    padding: 30px 0;
    margin-top: 50px;
}
.new-op-ml-title {
    margin-bottom: 30px;
}
.new-oper-two-left {
    width: 40%;
    float: left;
}
.n-op-tit-l {
    text-align: right;
}
.n-op-tit-l .name {
    font-size: 24px;
    line-height: 36px;
    display: block;
    color: #333;
}
.n-op-tit-l .line {
    display: block;
    width: 80px;
    height: 3px;
    background: #bfbfbf;
    float: right;
    margin-top: 6px;
}
.new-oper-two-middle {
    width: 20%;
    float: left;
}
.new-oper-two-middle .img {
    display: block;
    width: 52px;
    height: 52px;
    margin: 0 auto;
}
.new-oper-two-right {
    width: 40%;
    float: left;
}
.n-op-tit-r .name {
    font-size: 24px;
    line-height: 36px;
    display: block;
}
.n-op-tit-r .line {
    display: block;
    width: 80px;
    height: 3px;
    background: #fa5441;
    float: left;
    margin-top: 6px;
}
.new-oper-two-b-in {
    margin: 20px 0 40px;
}
.n-op-boy-l .sm-nr-op {
    text-align: right;
}
.sm-tit-op{
    font-weight: bold;
    color: #333;
}
.sm-nr-op p {
    line-height: 22px;
    color: #666;
}
p.disFw.tar.sm-tit-op{
    text-align: right;
}
.c-master {
    color: #fa5441;
}
.new-oper-two-boy .line{
    left: 0;
    margin: 0;
}
.ymx-2{
    text-align: center;
    background: url("../images/ymx-3.jpg") no-repeat center/cover;
}
.ymx-2 ul:nth-of-type(1){
    margin-top: 50px;
}
.ymx-2 ul li{
    display: inline-block;
    padding: 15px 20px;
    background: #fff;
    text-align: left;
    margin: 15px;
    box-shadow: 0 0 20px 2px #eee;
}
.ymx-2 ul li h6{
    font-size: 18px;
    color: #fc6621;
    padding-bottom: 3px;
    border-bottom: 1px solid #ddd;
}
.ymx-2 ul li span{
    display: inline-block;
    color: #999;
    margin-left: 10px;
    font-size: 14px;
}
.ymx-2 ul li p{
    color: #555;
    margin-top: 10px;
    font-size: 15px;
    height: 70px;
}
.ymx-4{
    text-align: center;
}
.ymx-4 ul{
    margin: 50px 0 0;

}
.ymx-4 ul li{
    width: 234px;
    float: left;
    height: 285px;
    background: url(../images/ymx-02.png);
    transition: all 0.5s;
    cursor: pointer;
}
.ymx-4 ul li em{
    display: block;
    color: #fc6621;
    text-align: center;
    padding-top: 35px;
    margin-bottom: 60px;
    font-size: 28px;
}

.ymx-4 ul li:hover{
    background: url(../images/ymx-03.png);
}
.ymx-4 ul li span{
    font-weight: bold;
    display: block;
    color: #333;
    margin-bottom: 5px;
}
.ymx-4 ul li p{
    text-align: center;
    font-size: 14px;
    line-height: 1.5;
    transition: all 0.5s;
    color: #333;
}
.ymx-4 ul li:hover p,.ymx-4 ul li:hover span{
    color: #fff;
}

/*****阿里巴巴*****/
.ali-dyy{
    text-align: center;
}
.ali-dyy ul{
    margin: 50px -15px 0 -15px;
}
.ali-dyy ul li{
    margin: 0 15px;
    width: 210px;
    height: 210px;
    float: left;
    position: relative;
}
.ali-dyy ul li:before{
    display: block;
    content: '';
    width: 145px;
    height: 145px;
    position: absolute;
    top: 32px;
    left: 32px;
    background: rgba(255, 255, 255, 0.9);
    z-index: 9;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.ali-dyy ul li span{
    color: #333;
    display: block;
    font-size: 24px;
}
.ali-dyy ul li p{
    position: absolute;
    width: 100%;
    z-index: 20;
    top:50%;
    color: #555;
    font-size: 15px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.ali-1 ul li p{

}
.ali-2{
    background: #ff7e11 url(../images/ali-2.png) no-repeat bottom center;;
}
.ali-2 h3,.ali-2 h4{
    color: #fff;
}
.ali-3,.ali-5{
    background: #fff url(../images/ali-4.png) no-repeat center/contain;
}
.ali-3 ul li:before , .ali-5 ul li:before{
    border: 1px solid #ff7e11;
}
.ali-4{
    background: #ff7e11 url(../images/ali-5.png) no-repeat center 350px;
}
.ali-4 h3,.ali-4 h4{
    color: #fff;
}
.ali-6{
    background: #f7f7f7;
}

/*****京东*****/
.jd-1{
    background: #fff;
    text-align: center;
}
.jd-1 ul{
    padding: 50px 0;
    background: url(../images/jd-1.jpg) no-repeat center/contain;
    margin-top: 50px;
}
.jd-1 ul li{
    width: 50%;
}
.jd-1 ul li:nth-child(odd){
    float: left;
    text-align: right;
    padding-right: 220px;
}
.jd-1 ul li:nth-child(even){
    float: right;
    text-align: left;
    padding-left: 220px;
}
.jd-1 ul li:nth-child(1),.jd-1 ul li:nth-child(2){
    margin-bottom: 50px;
}
.jd-1 ul li span{
    font-size: 22px;
    color: #333;
    display: block;
    margin-bottom: 5px;
}
.jd-1 ul li i{
    font-size: 24px;
    vertical-align: bottom;
    color: #0fb4ef;
}
.jd-1 ul li p{
    color: #666;
}
.jd-2 > div {
    position: relative;
    z-index: 10;
}
.jd-2 ul{
    margin-top: 50px;
}
.jd-2 ul li{
    width: 390px;
    float: left;
    margin-bottom: 50px;
}
.jd-2 ul li span{
    display: inline-block;
    width: 65px;
    height: 65px;
    text-align: center;
    line-height: 65px;
    border-radius: 100%;
    background: #fc6621;
    vertical-align: text-bottom;
}
.jd-2 ul li i{
    color: #fff;
    font-size: 32px;
}
.jd-2 ul li div{
    display: inline-block;
    max-width: 250px;
    margin-left: 10px;
}
.jd-2 ul li em{

    font-size: 18px;
}
.jd-2 ul li p{
    height: 50px;
    color: #666;
}

.jd-3{
    background: #fff;
/*    background: -webkit-linear-gradient(0deg,#fff 0,#f9f9f9 15%);
    background: -o-linear-gradient(0deg,#fff 0,#f9f9f9 15%);
    background: -moz-linear-gradient(0deg,#fff 0,#f9f9f9 15%);
    background: linear-gradient(0deg,#fbe9c3 0,#fff 15%);*/
}
.jd-3 ul{
    margin: 50px -10px 0;
}
.jd-3 ul li{
    margin: 0 10px 20px;
    width: 370px;
    float: left;
    padding: 20px 15px;
    background: #f5f7f9;
}
.jd-3 ul li i{
    font-size: 80px;
    line-height: 80px;
    height: 80px;
    color: #dddddd;
    width: 80px;
    text-align: center;
    margin-right: 15px;
    display: block;
    float: left;
}
.jd-3 ul li div{

}
.jd-3 ul li span{
    font-size: 18px;
    color: #ff7e11;
    font-weight: bold;
}
.jd-3 ul li p{
    font-size: 14px;
    color: #666;
    padding-top: 6px;
}
.jd-4{
    position: relative;
    /*background: #ff7e11;*/
    background: #202028;
    color: #fff;
    text-align: center;
}
.jd-4 h3{
    font-size: 32px;
}
.jd-4 h3,.jd-4 h4{
    color: #fff;
}
.jd-4:before{
    position: absolute;
    content: "\e748";
    font-family: "iconfont" !important;
    font-size: 300px;
    color: rgba(0, 0, 0, 0.05);;
    text-align: center;
    font-style: normal;
    z-index: 9;
    left: 50%;
    bottom: 130px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.jd-5{

}
.become{
    margin-top: 50px;
}
.become ul li{
    text-align: center;
    width: 390px;
    height: 390px;
    float: left;
    color: #fff;
    position: relative;
}
.become ul li:after{
    display: block;
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    z-index: 20;
}
.become ul li blockquote{
    text-align: justify;
    color: #555;
    padding: 40px;
    width: 310px;
    margin: 80px auto 0;
    position: relative;
}
.become ul li blockquote:before{
    position: absolute;
    content: "\e66b";
    font-family: "iconfont" !important;
    font-size: 24px;
    font-style: normal;
    top:0;
    left: 0;
    color: #b3b3b3;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.become ul li blockquote:after{
    position: absolute;
    content: "\e633";
    font-family: "iconfont" !important;
    font-size: 24px;
    font-style: normal;
    bottom:0;
    right: 0;
    color: #b3b3b3;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.become ul li:nth-child(even){
    background: #eee;
}
.become ul li:nth-of-type(1){
    background: #0bbf75;
}

.become ul li:nth-of-type(1):after{
    border-top:18px solid transparent;
    border-bottom:18px solid transparent;
    border-left:18px solid #0bbf75;
    left: 100%;
    top:50%;
    margin-top: -18px;
}
.become ul li:nth-of-type(1) span{
    color: #0bbf75;
}
.become ul li:nth-of-type(3){
    background: #862ad5;
}
.become ul li:nth-of-type(3):after{
    border-right:18px solid transparent;
    border-left:18px solid transparent;
    border-top:18px solid #862ad5;
    left: 50%;
    top:100%;
    margin-left: -18px;
}
.become ul li:nth-of-type(3) span{
    color: #862ad5;
}
.become ul li:nth-of-type(5){
    background: #ee294f;
}
.become ul li:nth-of-type(5):after{
    border-top:18px solid transparent;
    border-bottom:18px solid transparent;
    border-right:18px solid #ee294f;
    left: -18px;
    top:50%;
    margin-top: -18px;
}
.become ul li:nth-of-type(5) span{
    color: #ee294f;
}
.become ul li img{
    margin-top: 60px;
}
.become ul li p{
    margin: 10px 0;
}
.become ul li span{
    display: inline-block;
    background: #fff;
    padding: 0 15px;
    box-shadow: 0 3px 10px 0px rgba(34, 34, 34, 0.34);
}


.sj{
    width: 1100px;
    margin: 0 auto;
}
.sj-box {
    height: 371px;
    text-align: center;
    position: relative;
    background: url(../images/mark01.png) no-repeat center;
}

.sj-box .sj-mark {
    background: url(../images/mark01.png) no-repeat center;
    height: 100%;
    width: 100%;
}

.sj-box .math-i {
    position: absolute;
    height: 90px;
    width: 90px;
    top: 205px;
    left: 105px;
    opacity: 0;
    z-index: 2;
}

.sj-box .math-i.op,.sj-box .math-ii.op {
    opacity: 1;
    transition: opacity 1s;
}

.sj-box .math-i span.max {
    height: 100%;
    width: 100%;
    background: #f76603;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 9999;
    opacity: 0.2;
}

.sj-box .math-i span.min {
    font-size: 28px;
    line-height: 60px;
    color: #fff;
    height: calc(100% - 30px);
    width: calc(100% - 30px);
    background: #f4c606;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 99999;
}

.sj-box .math-ii {
    position: absolute;
    height: 80px;
    width: 80px;
    opacity: 0;
    -moz-transform: translate(110px,210px);
    -ms-transform: translate(110px,210px);
    -o-transform: translate(110px,210px);
    transform: translate(110px,210px);
    -webkit-transform: translate(110px,210px);
    z-index: 1;
}

.sj-box .math-ii {
    position: absolute;
    height: 80px;
    width: 80px;
    -moz-animation: move-way 2s linear;
    -ms-animation: move-way 2s linear;
    -o-animation: move-way 2s linear;
    animation: move-way 2s linear;
    -webkit-animation: move-way 2s linear;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.sj-box .math-ii span.max {
    height: 100%;
    width: 100%;
    background: #ffa300;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 99;
    opacity: 0.2;
}

.sj-box .math-ii span.min {
    font-size: 28px;
    line-height: 60px;
    color: #fff;
    height: calc(100% - 20px);
    width: calc(100% - 20px);
    background: #ffa300;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 999;
}
@keyframes move-way{
    0%{
        transform:translate(105px,205px);
    }
    10%{
        transform:translate(170px,207px);
    }
    20%{
        transform:translate(240px,190px);
    }
    30%{
        transform:translate(306px,204px);
    }
    40%{
        transform:translate(373px,198px);
    }
    50%{
        transform:translate(440px,190px);
    }
    60%{
        transform:translate(509px,204px);
    }
    80%{
        transform:translate(575px,52px);
    }
    90%{
        transform:translate(635px,80px);
    }
    100%{
        transform:translate(710px,10px);
    }
}
@-o-keyframes move-way{
    0%{
        transform:translate(105px,205px);
    }
    10%{
        transform:translate(170px,207px);
    }
    20%{
        transform:translate(240px,190px);
    }
    30%{
        transform:translate(306px,204px);
    }
    40%{
        transform:translate(373px,198px);
    }
    50%{
        transform:translate(440px,190px);
    }
    60%{
        transform:translate(509px,204px);
    }
    80%{
        transform:translate(575px,52px);
    }
    90%{
        transform:translate(635px,80px);
    }
    100%{
        transform:translate(710px,10px);
    }
}
@-moz-keyframes move-way{
    0%{
        transform:translate(105px,205px);
    }
    10%{
        transform:translate(170px,207px);
    }
    20%{
        transform:translate(240px,190px);
    }
    30%{
        transform:translate(306px,204px);
    }
    40%{
        transform:translate(373px,198px);
    }
    50%{
        transform:translate(440px,190px);
    }
    60%{
        transform:translate(509px,204px);
    }
    80%{
        transform:translate(575px,52px);
    }
    90%{
        transform:translate(635px,80px);
    }
    100%{
        transform:translate(710px,10px);
    }
}
@-webkit-keyframes move-way{
    0%{
        transform:translate(105px,205px);
    }
    10%{
        transform:translate(170px,207px);
    }
    20%{
        transform:translate(240px,190px);
    }
    30%{
        transform:translate(306px,204px);
    }
    40%{
        transform:translate(373px,198px);
    }
    50%{
        transform:translate(440px,190px);
    }
    60%{
        transform:translate(509px,204px);
    }
    80%{
        transform:translate(575px,52px);
    }
    90%{
        transform:translate(635px,80px);
    }
    100%{
        transform:translate(710px,10px);
    }
}
.sj-box2 {
    text-align: left;
    padding-top: 30px;
}

.sj-box2 .left {
    float: left;
    display: inline-block;
    font-size: 26px;
    line-height: 28px;
    padding: 13px 0 7px 75px;
    width: 165px;
}

.sj-box2 .midl {
    float: left;
    display: inline-block;
    font-size: 70px;
    line-height: 80px;
    padding-right: 40px;
}

.sj-box2 .right {
    float: left;
    display: inline-block;
}

.sj-box2 .right .titl-01 {
    font-size: 22px;
    color: #fff;
    line-height: 28px;
    font-weight: 600;
    padding: 10px 0;
}

.sj-box2 .right .titl-02 {
    font-size: 18px;
    color: #fff;
    line-height: 22px;
}

/*****直通车*****/
.ztc-1{
    background: #fff;
}
.ztc-1 .ztc-pain{
    height: 550px;
    margin-top: 50px;
    position: relative;
    background: url("../images/ztc3.png") no-repeat center/contain ;
}
.ztc-1 .ztc-pain ul li{
    text-align: left;
    position: absolute;
}
.ztc-1 .ztc-pain ul li:nth-of-type(1){
    left: 400px;
    top: 150px;
}
.ztc-1 .ztc-pain ul li:nth-of-type(2){
    left: 550px;
    top: 50px;
}
.ztc-1 .ztc-pain ul li:nth-of-type(2) span,.ztc-1 .ztc-pain ul li:nth-of-type(2) p{
    color: #fff;
}
.ztc-1 .ztc-pain ul li:nth-of-type(3){
    left: 700px;
    top: 150px;
}
.ztc-1 .ztc-pain ul li:nth-of-type(4){
    left: 710px;
    top: 310px;
}
.ztc-1 .ztc-pain ul li:nth-of-type(5){
    left: 550px;
    top: 400px;
}
.ztc-1 .ztc-pain ul li:nth-of-type(6){
    left: 400px;
    top: 310px;
}
.ztc-1 .ztc-pain ul li span{
    color: #ff3e3f;
    font-size: 32px;
    font-weight: bold;
}
.ztc-1 .ztc-pain ul li p{
    color: #555;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3;
}
.ztc-2{
    text-align: center;
    background: #ff3e3f;
}
.ztc-2 h3,.ztc-2 h4{
    color: #fff;
}
.ztc-2 .ztc2-bg{
    height: 615px;
    background: url("../images/ztc4.png") no-repeat center/contain;
}
.ztc-3{
    background: #fff;
}
.ztc-3 ul{
    text-align: center;
    margin-top: 50px;
}
.ztc-3 ul li{
    float: left;
    width: 234px;
    cursor: pointer;
}
.ztc-3 ul li i{
    font-size: 32px;
    color: #009fd9;
}
.ztc-3 ul li span{
    display: inline-block;
    width: 80px;
    height: 80px;
    background: #f9f9f9;
    text-align: center;
    line-height: 80px;
    border-radius: 100%;
    box-shadow: 2px -1px 3px 1px #ddd;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.ztc-3 ul li p{
    font-size: 16px;
    padding: 0 12px;
    color: #555;
    margin-top: 15px;
}
.ztc-3 ul li:hover span{
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
}
.ztc-4{
    text-align: center;
}
.ztc-4 ul{
    margin: 50px -20px 0;
}
.ztc-4 ul li{
    margin: 0 20px 30px;
    color: #fff;
    text-align: center;
    width: 363px;
    float: left;
    padding: 30px 15px;
}
.ztc-4 ul li span{
    font-size: 22px;
}
.ztc-4 ul p{

}
.ztc-4 ul p:before{
    content: '';
    width: 40px;
    display: block;
    margin: 10px auto;
    height: 2px;
    background: #fff;
}
.ztc-4 ul li:nth-child(1){
    background: #f2700c;
}
.ztc-4 ul li:nth-child(2){
    background: #11bca2;
}
.ztc-4 ul li:nth-child(3){
    background: #13ce31;
}
.ztc-4 ul li:nth-child(4){
    background: #1b9ccd;
}
.ztc-4 ul li:nth-child(5){
    background: #d639d8;
}
.ztc-4 ul li:nth-child(6){
    background: #0080d9;
}
.ztc-5{
    position: relative;
    text-align: center;
    background: url(../images/w_01.jpg) no-repeat center;
    background-attachment: fixed;
    background-size: cover;
    overflow: hidden;
    color: #fff;
}
.ztc-5 h3,.ztc-5 h4{
    color: #fff;
}
.ds-step{
    color: #fff;
    position: relative;
    overflow: hidden;
    margin: 50px auto 0;
    padding-top: 15px;
}
.ds-step ul li{
    float: left;
    width: 167px;
}
.ds-step .line{
    content: '';
    position: absolute;
    left: 0;
    top:115px;
    height: 1px;
    background: #ddd;
}
.change-width{
    animation:change-width 2s linear forwards;
    -moz-animation:change-width 2s linear forwards; /* Firefox */
    -webkit-animation:change-width 2s linear forwards; /* Safari and Chrome */
    -o-animation:change-width 2s linear forwards; /* Opera */
}
@keyframes chage-width {
    from { width:0; }
    to   { width:3000px;}
}
@-moz-keyframes change-width /* Firefox */
{
    from { width:0; }
    to   { width:3000px}
}

@-webkit-keyframes change-width /* Safari 和 Chrome */
{
    from { width:0; }
    to   { width:3000px}
}

@-o-keyframes change-width /* Opera */
{
    from { width:0; }
    to   { width:3000px}
}
.ds-step ul li{
    cursor: pointer;
    padding-top: 15px;
    position: relative;
}
.ds-step ul li.cur:before{
    background: #eea807;
}
.ds-step ul li.cur i{
    color: #eea807;
}
.ds-step ul li.cur cite{
    border-color: #eea807;
}
.ds-step ul li.cur em{
    color: #eea807;
}
.ds-step ul li.cur p{
    background: #c78b03;
}
.ds-step ul li:before{
    content: '';
    position: absolute;
    top:115px;
    left: 50%;
    width: 10px;
    height: 10px;
    margin-left: -5px;
    margin-top: -5px;
    background: #ccc;
    border-radius: 100%;
}
.ds-step ul li cite{
    border:1px solid #ccc;
    border-radius: 100%;
    display: inline-block;
    width: 55px;
    height: 55px;
    text-align: center;
    line-height: 55px;
}
.ds-step ul li i{
    font-size: 26px;
    color: #ccc;
}
.ds-step ul li em{
    font-size: 16px;
    margin-top: 6px;
    display: block;
    line-height: 2.5;
    color: #ccc;
}
.ds-step ul li p{
    color: #fff;
    font-size: 15px;
    text-align: left;
    padding: 10px 15px;
    margin-top: 20px;
    border-radius: 3px;
    background:rgba(248, 248, 249, 0.31);
    position: relative;
    height: 150px;
}
.ds-step ul li p:before{
    content: '';
    display: inline-block;
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    top:-10px;
    margin-left: -10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid rgba(248, 248, 249, 0.31);
}
.ds-step ul li.cur p:before{
    border-bottom: 10px solid #c78b03;
}
.ds-step ul li span{
    display: block;
    margin-top: 10px;
    line-height: 1;
    font-size: 20px;
    color: #ccc;
}
.ds-step .item:hover{
    box-shadow: none;
}
.ztc-6{
    background: #fff;
}
.ztc-6 img{
    margin-top: 30px;
}
.ztc-7{
    box-shadow: 0 -1px 50px 15px #f9f9f9;
}

/*****网站底部*****/
/*首页友情链接、底部开始*/


.w1000 {
    width: 1200px;
	padding: 0 15px;
    display: table;
}
.links{
	margin:0 auto;
}
.links_title{
	height:30px;
	line-height:30px;
	margin-bottom:5px;
	font-size:16px;
	font-weight:bold;
}
.links ul{
	margin-left:-15px;
}
.links ul li{
	margin-left:15px;
	margin-bottom:5px;
	height:20px;
	line-height:20px;
	font-size:14px;
	float:left;
}

.footer{
	margin:0 auto 10px;
	display:table;
}
.footer_c{
	width:100%;
	margin:0 auto 0 auto;
}
.erweima{}
.footer_l{
	height:350px;
	margin-top:20px;
	float: left;
}
.footer_l li{
	float:left;
	display:block;
	list-style:none;
	width:150px;
}
.footer_l li dd{
	display:block;
	list-style:none;
	height:35px;
	line-height:35px;
	font-size:20px;
	color:#fff;
}
.footer_l li dl{
	display:block;
	list-style:none;
	height:30px;
	line-height:30px;
	font-size:14px;
}
.footer_z{
	margin: 40px 0 0 60px;
	float: left;
}
.footer_z p{
	text-align: center;
	line-height: 40px;
}
.footer_r{
	width:320px;
	height:350px;
	margin-top:20px;
	text-align:left;
	font-size:16px;
	float: right;
}
.footer_r h3{
	display:block;
	list-style:none;
	text-align:left;
	color:#fff;
	margin-top:5px;
	margin-bottom: 10px;
}
.footer_r p{
	line-height:25px;
	display:block;
	list-style:none;
}
.copyright{
	line-height:25px;
	display:table; 
	clear:both;
	margin-top:20px;
	font-size:12px;
}
/*首页友情链接、底部结束*/
/*footer{
    background: #13295d;
    padding: 50px 0 20px 0;
    border-top: 3px solid #ff2222;
}
footer,footer a{
    color: #fff;
}
footer a:hover{
    color: #ff2222;
    cursor: pointer;
}
footer .footer-service{
    text-align: center;
}
footer .footer-service ul{

}
footer .footer-service ul li{
    display: inline-block;
    line-height: 1;
    padding: 0 15px;
    border-right: 1px solid #555;
}
footer .footer-service ul li:last-child{
    border: none;
}
footer .footer-service ul li a{
    font-size: 18px;
    display: block;
}
footer .address ul{
    margin: 30px -7px;
}
footer .address ul li{
    float: left;
    width: 282px;
    padding: 10px 15px;
    margin: 0 7px;
    background: rgba(255, 255, 255, 0.05);
}
footer .address strong{
    display: block;
    margin-bottom: 5px;
}
footer .address span{
    font-size: 16px;
    display: block;
    margin-bottom: 5px;
    color: #ddd;
}
footer .address{
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
footer .address address{
    font-style: normal;
    font-size: 14px;
    line-height: 1.3;
    color: #ddd;
}
footer .copyright{
    font-size: 14px;
    text-align: center;
    color: #82878f;
}
footer .copyright a{
    color: #82878f;
}
footer .wx,footer .wb{
    display: inline-block;
    font-size: 15px;
    color: #f5f7f9;
    background: #0080d9;
    width: 140px;
    height: 44px;
    line-height: 44px;
    border-radius: 5px;
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
    z-index: 20;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
footer .code span{
    display: inline-block;
    height: 0;
    left: 0;
    top: 0;
    overflow: hidden;
    position: absolute;
    text-align: center;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 140px;
    z-index: 55;
}
footer .code span:after{
    display: block;
    content: '';
    width:0;
    height:0;
    border-width:10px 10px 0;
    border-style:solid;
    border-color:#fff transparent transparent;
    margin-left: 60px;
}
footer .code i{
    font-size: 22px;
    vertical-align: middle;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
footer .code img{
    border-radius: 5px;
    border: 1px solid #999;
}
footer .wx:hover span,footer .wb:hover span{
    top:-150px;
    height: 150px;
    z-index: 10;
}
footer .wx:hover i{
    color: #19d219;
}
footer .wb:hover i{
    color: #ff2222;
}*/

/* 淡入-从下 */
.fadeInUp {
    -moz-animation-name: fadeInUp;
    -o-animation-name:fadeInUp;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUp{
    0%{opacity:0;-webkit-transform:translateY(50px);transform:translateY(50px);}
    100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}
}
@-moz-keyframes fadeInUp{
    0%{opacity:0;-webkit-transform:translateY(50px);transform:translateY(50px);}
    100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}
}
@-o-keyframes fadeInUp{
    0%{opacity:0;-webkit-transform:translateY(50px);transform:translateY(50px);}
    100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}
}
@keyframes fadeInUp{
    0%{opacity:0;-webkit-transform:translateY(50px);transform:translateY(50px);}
    100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}
}
/***淡入***/
.fadeIn {
    -o-animation-name:fadeIn;
    -moz-animation-name:fadeIn;
    -webkit-animation-name:fadeIn;
    animation-name: fadeIn;
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0} to {opacity: 1}
}
@-moz-keyframes fadeIn {
    0% {opacity: 0} to {opacity: 1}
}
@-o-keyframes fadeIn{
    0% {opacity: 0} to {opacity: 1}
}
@keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}
/***商务通***/
/*#LRMINIWIN,#LR_miniframe{
    max-width: 335px!important;
    max-height: 335px!important;
}*/

.lxb-container{
    top:23%!important;
}
.lxb-container{
    background: rgb(250, 84, 65)!important;
    border-radius: 6px 0 0 6px!important;
    height: 215px!important;
}
#LXB_CONTAINER .lxb-cb-input{
    font-size: 12px!important;
    text-align: center!important;
    border-radius: 2px;
    height: 28px!important;
    top:145px!important;
}
#LXB_CONTAINER .lxb-cb-input-btn{
    left: 9px!important;
    top: 178px!important;
    width: 124px!important;
    line-height: 28px;
    background-color: #f7b521!important;
    font-family: "PingFang", "Helvetica", "微软雅黑", "Microsoft YaHei", "simsun", "Arail"!important;
}
.lxb-close-btn{
    top:30%!important;
}
.lxb-invite {
    background-color:#fa5441!important;
    border-radius: 3px;
}
.lxb-invite .lxb-cb-input{
    border: 1px solid #f2f2f2!important;
    box-sizing: border-box!important;
    padding: 3px 10px!important;
    height: 30px!important;
    top:85px!important;
    border-radius: 2px;
}
.lxb-invite .lxb-cb-input::-webkit-input-placeholder {
    color:#999!important;
}
.lxb-invite .lxb-cb-input-btn{
    left: 19px!important;
    top: 122px!important;
    width: 191px!important;
    height: 30px!important;
    border-radius: 2px;
    font-family: "PingFang", "Helvetica", "微软雅黑", "Microsoft YaHei", "simsun", "Arail"!important;
    background-color: #f7b521!important;
}
.lxb-invite .custom-text{
    color: #fff!important;
    font-style: normal!important;
}
.lxb-invite .custom-text:nth-of-type(1){
    font-weight: normal!important;
}
 .lxb-cb-tip-info{
    border-radius: 3px;
    font-family: "PingFang", "Helvetica", "微软雅黑", "Microsoft YaHei", "simsun", "Arail"!important;
}

/*contact_us*/
.contact_w1277 {
	width:1200px;
	margin:0 auto
}
.contact_w1277.a1 {
	margin-top:60px;
	margin-bottom:70px;
	display: table;
}
.contact_Title1 {
	font-size:37px;
	color:#000;
	font-weight:bold;
	margin-top:60px;
	margin-bottom:38px;
}
.contact_worde1 {
	background:#fff;
	padding-top:60px;
	padding-bottom:30px;
	padding-left:40px;
	margin-bottom:77px;
	display: table;
	width: 100%;
}
.worde1_ul {
	float:left;
	margin-right:80px;
}
.worde1_ul .worde1_Title {
	font-size:20px;
	color:#000;
	border-bottom:1px solid #e7e7e7;
	width:240px;
	padding-bottom:23px;
}
.worde1_ul .worde1_word {
	font-size:16px;
	color:#000;
	line-height:30px;
	padding-top:12px;
}
.worde1_ul .worde1_word.a1 {
	padding-top:60px
}
.contact_Title2 {
	font-size:30px;
	color:#000;
	font-weight: bold;
	padding-bottom: 25px;
}
.contact_rl {
	width:100%;
}
.contact_rtword {
	background:#fff;
	padding:25px 20px;
	width: 580px;
	height: 420px;
}
.contact_rtword p {
	position:relative;
	font-size:23px;
	line-height:46px;
	margin-bottom:25px;
}
.contact_rtword p i {
	position:absolute;
}
.contact_rtword p span {
	margin-left:45px
}
.wxlxfs {
	text-align:center;
	padding:65px;
}
.wxlxfs div {
	font-size:13px;
	color:#000;
	margin-top:2px;
}
