* {
    margin: 0;
    padding: 0
}

body {
    font-family: 'MyWebFont';
}

html, body {
    font-size: 18px;
    font-family: 'MyWebFont';
    color: #333;
}

img {
    border: 0 none;
}

ul, li {
    list-style-type: none
}

input, select, button, textarea {
    font-family: "微软雅黑";
}

a, a:link, a:visited {
    text-decoration: none;
    color: #333;
}

a:focus {
    -moz-outline-style: none
}

i, em {
    font-style: normal;
}

.clear:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    zoom: 1;
}

a:focus {
    outline: none;
}

.hi-icon {
    width: 182px;
    height: 182px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    left: 17px
}

.hi-icon img {
    width: 100%;
    border-radius: 50%;
}

.hi-icon:after {
    position: absolute;
    width: 182px;
    height: 182px;
    z-index: 2;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

@font-face {
    font-family: "webfont";
    src: url('../fonts/webfont.eot'); /* IE9*/
    src: url('../fonts/webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/webfont.woff') format('woff'), /* chrome、firefox */ url('../fonts/webfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url('../fonts/webfont.svg#webfont') format('svg'); /* iOS 4.1- */
}

.web-font {
    font-family: "webfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

/*头部导航*/
.cao-index-nav {
    width: 100%;
    background: url(../img/index_banner.png) center no-repeat;
    height: 800px;
    background-size: cover;
}
.index-banner-tit1{
    font-size: 52px;
    color: #fff;
    font-weight: 900;
    font-style: oblique;
}
.index-banner-tit2{
    font-size: 32px;
    color: #ffd9d9;
    font-weight: 900;
    font-style: oblique;
    margin-top: 20px;
    margin-bottom: 20px;
}
.qrCode{
    width: 184px;
}
.cao-index-nav .cao-index-main {
    width: 1200px;
    margin: 0px auto;
}

.cao-index-nav .cao-index-left {
    float: left;
    width: 190px;
    padding-top: 5px;
}

.cao-index-nav .cao-index-left img {
    height: auto;
    width: 100%;
}

.cao-index-nav .cao-index-right {
    float: right;
}

.cao-index-nav .cao-index-right ul {
    font-size: 0;
}

.cao-index-nav .cao-index-right ul li {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    line-height: 70px;
    margin-left: 24px;
}

.cao-index-nav .cao-index-right ul li a {
    display: block;
    padding: 0px 15px;
    font-family: "微软雅黑";
    color: #fff;
}
.cao-index-nav .cao-index-right.splie ul li a {
    color: #333;
}

.cao-index-nav .cao-index-right ul li.cao-link a {
    border-bottom: 2px solid #fff;
    font-weight: bold;
}

.cao-index-nav .cao-index-right ul li:hover a {
    border-bottom: 2px solid #fff;
}

.cao-index-nav .cao-index-right.splie ul li.cao-link a {
    border-color: #c9151e;
}
.cao-index-nav .cao-index-right.splie ul li.cao-link a {
    border-color: #c9151e;
}

.tb-bg {
    width: 100%;
}

.tb-height {
    height: 75px;
}

.headFixed {
    background: #fff;
    position: fixed;
    top: 0px;
    z-index: 999;
    padding: 0px;
    transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
}

.headFixed .cao-index-left img {
    height: 60px;
    transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
}

.headFixed .cao-index-right ul li {
    line-height: 60px;
    transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
}

.cao-index-nav .headFixed .cao-index-right ul li a {
    color: #333;
}

.cao-index-nav .headFixed .cao-index-right ul li.cao-link a {
    border-color: #c9151e;
}

.cao-index-nav .headFixed .cao-index-right ul li:hover a {
    border-color: #c9151e;
}

/*banner*/

.zd-banner {
    width: 1200px;
    margin: 200px auto 0px;
    font-size: 0;
}

.sy-zuo {
    width: 660px;
    display: inline-block;
    vertical-align: top;
}

.index-er {
    position: absolute;
    top: -67px;
    left: 0px;
    z-index: 2;
    width: 223px;
    height: 225px;
    overflow: hidden;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
}

.sy-aio ul li:hover .index-er {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

/*我努力做到更好，只为让其它成为将就*/
.wz-main {
    width: 1200px;
    margin: 100px auto;
}

.wz-top h3 {
    font-size: 40px;
    line-height: 40px;
    font-family: "微软雅黑";
    text-align: center;
    color: #282828;
    font-weight: normal;
}

.wz-top p {
    font-size: 24px;
    color: #c9151e;
    text-align: center;
    margin-top: 20px;
}

.wz-list {
    overflow: hidden;
    margin-top: 85px;
}

.wz-list ul {
    font-size: 0;
    text-align: center;
}

.wz-list ul li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 256px;
    height: 280px;
    margin: 20px 20px;
    border: 2px solid #e69195;
    cursor: pointer;
}

.wz-rela {
    width: 256px;
    height: 280px;
    overflow: hidden;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
}

.wz-rela img {
    width: 100%;
    transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
}

.wz-position {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
}

.wz-position .wz-div {
    position: absolute;
    top: 45px;
    left: 60px;
    width: 145px;
    height: 145px;
    overflow: hidden;
    transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
}

.wz-position .wz-div img {
    width: 100%;
}

.wz-position .wz-line {
    position: absolute;
    top: 190px;
    left: 105px;
    width: 60px;
    height: 3px;
    background: #ccc1c1;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
}

.wz-position h3 {
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    font-family: "微软雅黑";
    position: absolute;
    top: 195px;
    left: 0px;
    width: 100%;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.wz-position .wz-alt h5 {
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    position: absolute;
    top: 300px;
    left: 0px;
    width: 100%;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-weight: normal;
    padding: 10px;
    box-sizing: border-box;
}

.wz-position .wz-alt p {
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    position: absolute;
    top: 300px;
    left: 0px;
    width: 100%;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    padding: 0 10px;
    box-sizing: border-box;
}

.wz-list ul li:hover {
    box-shadow: 0px 0px 15px #5d5d5d;
    border: 2px solid #ca333b;
    transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
}

.wz-list ul li:hover .wz-rela {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.wz-list ul li:hover .wz-rela img {
    transform: scale(1.1);
}

.wz-list ul li:hover .wz-div {
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.wz-list ul li:hover .wz-line {
    top: 60px;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.wz-list ul li:hover .wz-position h3 {
    top: 80px;
    color: #fff;
    transition: all 1s ease 0s;
    font-family: "微软雅黑";
}

.wz-list ul li:hover .wz-alt h5 {
    top: 125px;
    transition: all 1s ease 0s;
}

.wz-list ul li:hover .wz-alt p {
    top: 155px;
    transition: all 1s ease 0s;
}

/*指动生活*/
.zd-bg {
    width: 100%;
    height: 760px;
    background: #d1313e;
}

.zd-mian {
    width: 1200px;
    margin: 0px auto;
    font-size: 0;
    padding-top: 60px;
}

.zd-le {
    width: 600px;
    height: 700px;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
}

.zd-le img {
    width: 100%;
}

.zd-ri {
    width: 470px;
    display: inline-block;
    vertical-align: top;
    margin-left: 130px;
}

.zd-ri h3 {
    font-size: 48px;
    line-height: 50px;
    color: #fff;
    font-family: "微软雅黑";
    font-weight: normal;
    margin-bottom: 40px;
}

.zd-ri p {
    font-size: 20px;
    color: #fcf6f6;
    line-height: 30px;
    margin-bottom: 20px;
    font-family: "微软雅黑";
}

.zd-u {
    margin-top: 80px;
}

.zd-u ul {
    font-size: 0;
}

.zd-u ul li {
    display: inline-block;
    vertical-align: top;
    width: 224px;
}

.zd-w {
    width: 180px;
    height: 190px;
    overflow: hidden;
}

.zd-w img {
    width: 100%;
}

.zd-u ul li h3 {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #fcf6f6;
    margin: 10px 0px;
    width: 180px;
    font-family: "微软雅黑";
}

.zd-margin {
    margin-left: 20px;
}

.wz-alt {
    font-family: "微软雅黑";
}

/*超20万的本地用户正在使用指动*/
.es-bg {
    background: url(../img/es-bg.jpg) center no-repeat;
    width: 100%;
    height: 636px;
    background-size: cover;
    display: flex;
    align-items: center;
}

.es-main {
    width: 1200px;
    margin: 0px auto;
    padding: 30px 0px 50px;
}

.es-line {
    width: 180px;
    height: 2px;
    background: #c9151e;
    margin: 0 auto;
}

.es-main h3 {
    font-size: 40px;
    color: #000;
    line-height: 50px;
    font-family: "微软雅黑";
    text-align: center;
    font-weight: normal;
    margin-top: 70px;
}

.es-main h3 i {
    font-size: 70px;
    color: #c9151e;
}

.es-main p {
    font-size: 20px;
    line-height: 50px;
    font-family: "微软雅黑";
    text-align: center;
    margin-top: 50px;
}

.es-phone {
    width: 1200px;
    height: 400px;
    margin: 55px auto 0px;
    overflow: hidden;
}

.es-phone img {
    width: 100%;
}

/*众多品牌商户的信任和选择*/
.xr-main {
    width: 1200px;
    margin: 100px auto 0px;
}

.xr-main h1 {
    font-size: 40px;
    line-height: 50px;
    font-family: "微软雅黑";
    text-align: center;
    font-weight: normal;
}

.xr-main p {
    font-size: 20px;
    line-height: 30px;
    font-family: "微软雅黑";
    text-align: center;
    margin-top: 20px;
    color: #c9151e;
}

.xr-list {
    margin: 60px 0px;
}

.xr-list ul {
    font-size: 0;
    text-align: center;
}

.xr-list ul li {
    display: inline-block;
    vertical-align: top;
    width: 260px;
    margin: 20px 20px;
    cursor: pointer;
}

.xr-img {
    width: 260px;
    height: 170px;
    overflow: hidden;
    border: 2px solid #dfdfdf;
    transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
}

.xr-img img {
    width: 100%;
    transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
}

.xr-list ul li h3 {
    font-size: 22px;
    line-height: 50px;
    text-align: center;
    font-weight: normal;
    font-family: "微软雅黑";
}

.xr-list ul li:hover .xr-img {
    border: 2px solid #fff;
    box-shadow: 0px 0px 30px #c3c1c1;
}

.xr-list ul li:hover .xr-img img {
    transform: scale(1.1);
}

/*动动手指，让生活更有品质*/
.ds-bg {
    width: 100%;
    background: #fafafa;
    padding: 80px 0px;
}

.ds-main {
    width: 1200px;
    margin: 0px auto;
}

.ds-main h1 {
    font-size: 40px;
    line-height: 50px;
    font-family: "微软雅黑";
    text-align: center;
    font-weight: normal;
}

.ds-list ul li.wid .ds-img {
    width: 110px;
    height: 110px;
    margin: 0px auto;
    background: url(../img/ds-bg.png) center no-repeat;
    text-align: center;
}

.ds-list ul li.wid .ds-img h3 {
    font-size: 44px;
    font-weight: bolder;
    line-height: 110px;
    color: #c9151e;
}

.ds-list {
    margin-top: 65px;
}

.ds-list ul {
    font-size: 0;
    text-align: center;
}

.ds-list ul li {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.ds-list ul li.wid {
    width: 299px;
}

.ds-line {
    width: 1px;
    height: 110px;
    background: #dcdcdc;
}

.ds-list ul li p {
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    padding-top: 10px;
    font-family: "微软雅黑";
}

.ds-list ul li.wid:hover .ds-img h3 {
    transform: rotateY(360deg);
    transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
}

/*app下载*/
.ap-bg {
    width: 100%;
    height: 528px;
    background: url(../img/ap-bg.jpg) center no-repeat;
    background-size: cover;
}

.ap-main {
    width: 1200px;
    margin: 0px auto;
    text-align: center;
}

.ap-bor {
    width: 240px;
    height: 240px;
}

.ap-img {
    width: 240px;
    margin: 0px auto;
    padding: 115px 0px;
}

.ap-img .ap-ap {
    width: 220px;
    height: 220px;
    overflow: hidden;
    margin: 10px;
}

.ap-img .ap-ap img {
    width: 100%;
}

.ap-img h3 {
    font-size: 26px;
    line-height: 80px;
    font-family: "微软雅黑";
    font-weight: normal;
    color: #fff;
}

/*底部*/
.db-bg {
    width: 100%;
    background: #292828;
    padding: 15px 0px;
}

.db-mian {
    width: 1200px;
    margin: 0px auto;
}

.db-mian p {
    font-size: 13px;
    line-height: 30px;
    color: #e1e1e1;
    text-align: center;
    font-family: "微软雅黑";
}
.db-mian p a{
    color: #dfdfdf;
}

/*关于我们*/
.con-bg {
    background: url(../img/con_banner.png) center no-repeat;
    background-size: cover;
}

.about-top {
    width: 1200px;
    margin: 0px auto;
    height: 625px;
}

.about-ti {
    margin-top: 250px;
    text-align: center;
    font-size: 0;
}

.about-ti span {
    display: inline-block;
    vertical-align: middle;
}

.about-ti span.about-name {
    font-size: 60px;
    color: #fff;
    line-height: 80px;
    padding: 0px 20px;
    font-family: "微软雅黑";
    font-weight: bold;
}
.about-dot{
    font-size: 60px;
    color: #fff;
}
.about-bot{
    font-size: 60px;
    color: #fff;
    text-align: center;
    margin-top: 40px;
}


/*指动生活介绍*/
.zj-main {
    width: 1200px;
    margin: 0px auto;
    padding: 100px 0px;
}

.zj-line {
    width: 150px;
    height: 2px;
    background: #cd252d;
    margin: 0px auto;
}

.zj-main h1 {
    font-size: 40px;
    line-height: 80px;
    font-family: "微软雅黑";
    font-weight: 500;
    text-align: center;
    margin-top: 20px;
}

.zj-main p {
    font-size: 16px;
    line-height: 35px;
    text-align: center;
    margin-top: 30px;
    font-family: "微软雅黑";
}

/*平台特点*/
.pt-bg {
    width: 100%;
    height: 726px;
    background: url(../img/about-b.jpg) center no-repeat;
    background-size: cover;
}

.pt-main {
    width: 1200px;
    margin: 0px auto;
    padding: 50px 0px;
}

.pt-main h3 {
    font-size: 40px;
    line-height: 50px;
    font-family: "微软雅黑";
    text-align: center;
    font-weight: normal;
    color: #fff;
}

.pt-main p {
    font-size: 30px;
    line-height: 50px;
    font-family: "微软雅黑";
    text-align: center;
    font-weight: 100;
    color: #fff;
    margin-top: 10px;
}

.pt-list {
    margin-top: 30px;
}

.pt-list ul {
    font-size: 0;
}

.pt-list ul li {
    display: inline-block;
    vertical-align: top;
    width: 500px;
    margin: 10px 50px;
    background: #fff;
    cursor: pointer;
    transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
}

.pt-list ul li .ab-p {
    font-size: 16px;
    line-height: 35px;
    text-align: center;
    padding: 0px 50px 40px;
    font-family: "微软雅黑";
}

.pt-img {
    width: 185px;
    height: 185px;
    background: url(../img/ab-img.png) center no-repeat;
    overflow: hidden;
    margin: 60px auto 20px;
}

.pt-a {
    width: 150px;
    height: 140px;
    margin: 0px auto;
    transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
}

.pada {
    margin-top: 37px;
}

.padb {
    margin-top: 27px;
}

.pt-list ul li:hover {
    box-shadow: 0px 0px 10px #000
}

.pt-list ul li:hover .pt-a {
    transform: translateY(30px);
}

/*发展历程*/
.ab-li {
    width: 100%;
    height: 1298px;
    background: url(../img/ab-li.jpg) center no-repeat;
    background-size: cover;
}

.ab-main {
    width: 1200px;
    margin: 0px auto;
    padding: 50px 0px;
}

.ab-red {
    width: 150px;
    height: 2px;
    background: #cd252d;
    margin: 20px auto 0px;
}

.ab-main h3 {
    font-size: 40px;
    line-height: 80px;
    font-family: "微软雅黑";
    font-weight: normal;
    text-align: center;
    margin-top: 20px;
}

.ab-lie {
    font-size: 0;
    margin-top: 50px;
}

.ab-lie ul {
    display: inline-block;
    vertical-align: top;
    font-family: "微软雅黑";
}

.ab-l {
    position: relative;
    width: 500px;
}

.ab-c {
    width: 200px;
    text-align: center;
}

.ab-r {
    width: 500px;
    position: relative;
}

.ab-c .num {
    font-size: 28px;
    line-height: 40px;
    font-family: "微软雅黑";
    color: #c32b34;
}

.ab-c .bot {
    font-size: 22px;
    line-height: 40px;
    font-family: "微软雅黑";
}

.ab-l .pos1, .ab-l .pos2, .ab-l .pos3, .ab-l .pos4 {
    position: absolute;
    top: 160px;
    right: 0px;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
}

.ab-l .pos1 {
    background: url(../img/pos1.png) center no-repeat;
    background-size: 330px 75px;
    width: 330px;
    height: 75px;
}

.ab-l .pos1 p, .ab-l .pos3 p, .ab-l .pos2 p {
    padding: 10px 45px 10px 10px;
}

.ab-l .pos4 p {
    padding: 20px 45px 10px 10px;
}

.ab-l .pos2 {
    top: 370px;
    background: url(../img/pos2.png) center no-repeat;
    background-size: 310px 72px;
    width: 310px;
    height: 72px;
}

.ab-l .pos3 {
    top: 580px;
    background: url(../img/pos3.png) center no-repeat;
    background-size: 320px 100px;
    width: 320px;
    height: 100px;
}

.ab-l .pos4 {
    top: 795px;
    background: url(../img/pos4.png) center no-repeat;
    background-size: 320px 70px;
    width: 320px;
    height: 70px;
}

.ab-r .pos1, .ab-r .pos2, .ab-r .pos3, .ab-r .pos4, .ab-r .pos5 {
    position: absolute;
    top: 40px;
    left: 0px;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
}

.ab-r .pos1 {
    background: url(../img/posr1.png) center no-repeat;
    background-size: 300px 70px;
    width: 300px;
    height: 70px;
}

.ab-r .pos1 p {
    padding: 22px 10px 10px 45px;
}

.ab-r .pos2 {
    top: 265px;
    background: url(../img/posr1.png) center no-repeat;
    background-size: 310px 75px;
    width: 310px;
    height: 75px;
}

.ab-r .pos2 p {
    padding: 15px 15px 10px 40px;
}

.ab-r .pos3 {
    top: 470px;
    background: url(../img/posr3.png) center no-repeat;
    background-size: 360px 100px;
    width: 360px;
    height: 100px;
}

.ab-r .pos3 p {
    padding: 20px 10px 10px 45px;
}

.ab-r .pos4 {
    top: 680px;
    background: url(../img/posr4.png) center no-repeat;
    background-size: 310px 80px;
    width: 310px;
    height: 80px;
}

.ab-r .pos4 p {
    padding: 10px 10px 10px 45px;
}

.ab-r .pos5 {
    top: 895px;
    background: url(../img/posr4.png) center no-repeat;
    background-size: 310px 80px;
    width: 310px;
    height: 80px;
}

.ab-r .pos5 p {
    padding: 10px 10px 10px 45px;
}

/*商家合作*/
.coo-bg {
    background: url(../img/coo_banner.png) center no-repeat;
    background-size: cover;
}

.coo-ban {
    width: 1200px;
    margin: 160px auto 0px;
}

.coo-banner-tit1{
    font-size: 60px;
    color: #fff;
    font-weight: bold;
    font-style: oblique;
}
.coo-banner-tit2{
    font-size: 48px;
    color: #fff;
    font-style: oblique;
    margin-top: 30px;
    margin-bottom: 40px;
}
.qrCode{
    width: 184px;
}

/*如何加入指动生活*/
.coo-huo {
    width: 1200px;
    margin: 0px auto;
    padding: 50px 0px;
}

.coo-line {
    width: 180px;
    height: 2px;
    background: #c9151e;
    margin: 50px auto 0px;
}

.coo-huo h3 {
    font-size: 40px;
    line-height: 50px;
    font-family: "微软雅黑";
    text-align: center;
    font-weight: normal;
    margin-top: 30px;
}

.coo-list {
    margin-top: 30px;
}

.coo-list ul {
    font-size: 0;
    text-align: center;
}

.coo-list ul li {
    display: inline-block;
    vertical-align: top;
    width: 240px;
    cursor: pointer;
}

.coo-list ul li h5 {
    font-size: 20px;
    line-height: 40px;
    font-family: "微软雅黑";
    text-align: center;
    font-weight: normal;
    margin-top: 10px;
}

.bg1 {
    background: url(../img/coo-img1.png) center no-repeat;
}

.bg2 {
    background: url(../img/coo-img2.png) center no-repeat;
}

.bg3 {
    background: url(../img/coo-img3.png) center no-repeat;
}

.coo-div {
    position: relative;
    width: 200px;
    height: 200px;
    margin: 0px auto;
    transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
}

.coo-img {
    position: absolute;
    top: 30px;
    left: 25px;
    width: 150px;
    height: 150px;
    transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
}

.coo-t {
    margin-top: 75px;
}

.coo-list ul li:hover .coo-div {
    transform: scale(1.1);
}

.coo-list ul li:hover .coo-img {
    transform: scale(0.9);
}

.coo-phone {
    width: 880px;
    margin: 30px auto;
}

.coo-phone h6 {
    position: relative;
    z-index: 2;
    font-size: 22px;
    background: #fff;
    width: 270px;
    text-align: center;
    margin: 0px auto;
    line-height: 40px;
    font-family: "微软雅黑";
    text-align: center;
    font-weight: normal;
}

.coo-lp {
    width: 100%;
    height: 100px;
    border: 1px solid #7d7d7d;
    border-radius: 25px;
    margin-top: -20px;
    font-size: 0;
}

.coo-lp span {
    display: inline-block;
    vertical-align: top;
    font-size: 48px;
    line-height: 102px;
    font-family: "微软雅黑";
    font-style: italic;
    color: #c9151e;
    font-weight: bolder;
}

.coo-lp span img {
    margin: 10px 10px
}

/*平台优势*/
.coo-ping {
    width: 100%;
    height: 708px;
    background: url(../img/coo-y.jpg) center no-repeat;
    background-size: cover;
}

.coo-p {
    width: 1200px;
    margin: 0px auto;
    padding: 50px 0px;
}

.coo-hl {
    width: 120px;
    height: 2px;
    background: #c9151e;
    margin: 50px auto 0px;
}

.coo-p h3 {
    font-size: 40px;
    line-height: 50px;
    font-family: "微软雅黑";
    text-align: center;
    font-weight: normal;
    margin-top: 30px;
}

.coo-yli {
    margin-top: 60px;
}

.coo-yli ul {
    font-size: 0;
    text-align: center;
}

.coo-yli ul li {
    display: inline-block;
    background: #fff;
    vertical-align: top;
    width: 250px;
    min-height: 290px;
    cursor: pointer;
    margin-right: 90px;
    padding: 40px 45px;
    transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
}

.coo-yli ul > li:first-child + li + li {
    margin-right: 0px;
}

.coo-yli ul li .coo-lpic {
    width: 90px;
    height: 90px;
    overflow: hidden;
    margin: 0px auto;
}

.coo-yli ul li .coo-lpic img {
    width: 100%;
    transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
}

.coo-yli ul li h5 {
    font-size: 18px;
    line-height: 30px;
    font-family: "微软雅黑";
    text-align: center;
    font-weight: normal;
    color: #c9151e;
}

.coo-yli ul li .coo-xian {
    width: 30px;
    height: 2px;
    background: #c9151e;
    margin: 0px auto;
}

.coo-yli ul li p {
    color: #6b6b6b;
    font-size: 15px;
    line-height: 30px;
    font-family: "微软雅黑";
    text-align: center;
    margin-top: 20px;
}

.coo-yli ul li:hover .coo-lpic img {
    transform: scale(1.2);
}

.coo-yli ul li:hover {
    box-shadow: 0px 0px 30px #000;
}

/*商户入驻*/
.he-bg {
    width: 100%;
    height: 1038px;
    background: url(../img/he-bg.jpg) center no-repeat;
    background-size: 100%;
}

.coo-shang {
    width: 1200px;
    margin: 0px auto;
    padding: 50px 0px;
}

.coo-cir {
    width: 300px;
    text-align: center;
    border-radius: 50px;
    margin: 20px auto 0px;
    background: #c9151e;
    color: #fff;
    font-size: 27px;
    line-height: 50px;
}

.coo-cir a {
    color: #fff;
    display: block;
}

.s-xguide-down.trans {
    font-family: "微软雅黑";
    -webkit-animation: xguide_down 4.0s infinite ease-in-out;
    -moz-animation: xguide_down 4.0s infinite ease-in-out;
    -o-animation: xguide_down 4.0s infinite ease-in-out;
    animation: xguide_down 4.0s infinite ease-in-out
}

.s-xguide-down.arrow-1 {
    animation-delay: -2.0s;
    -webkit-animation-delay: -2.0s;
    -moz-animation-delay: -2.0s;
    -o-animation-delay: -2.0s
}

.coo-sl {
    width: 120px;
    height: 2px;
    background: #c9151e;
    margin: 50px auto 0px;
}

.coo-shang h3 {
    font-size: 40px;
    line-height: 50px;
    font-family: "微软雅黑";
    text-align: center;
    font-weight: normal;
    margin-top: 30px;
}

.coo-wen {
    margin-top: 70px;
    margin-bottom: 30px;
}

.coo-wen ul li {
    font-size: 0;
    margin: 20px 0px;
}

.coo-wen ul li.coo-oo span {
    display: inline-block;
    vertical-align: top;
}

.coo-wen ul li.coo-oo span.co-nu {
    width: 40px;
    height: 40px;
    background: #c9151e;
    color: #fff;
    font-size: 22px;
    border-radius: 50%;
    line-height: 40px;
    font-family: "微软雅黑";
    text-align: center;
}

.coo-wen ul li.coo-oo span.co-con {
    width: 1000px;
    font-size: 18px;
    line-height: 40px;
    font-family: "微软雅黑";
    margin-left: 30px;
}

.coo-wen ul li.coo-ti .coo-bor {
    width: 1000px;
    height: 50px;
    margin-top: 20px;
    margin-left: 70px;
    border: 1px solid #c9151e;
    border-radius: 25px;
    padding: 0px 30px;
    background: #fff;
}

.coo-wen ul li.coo-ti .coo-bor p {
    font-size: 14px;
    line-height: 50px;
    font-family: "微软雅黑";
    color: #999;
}

.bumpy-char {
    line-height: 3.4em;
    position: relative;
}

/*.coo-cir {

	-webkit-animation: widthp 0.5s infinite; -moz-animation: widthp 0.5s infinite;
	-webkit-animation-delay:0s;-moz-animation-delay: 0s;-webkit-animation-direction: alternate;
}
@-webkit-keyframes widthp {
    0% {
        width: 300px;



    }

    100% {
      width:200px;
    }
}*/

/*回到顶部*/
.go-up:hover {
    cursor: pointer;
}

.go-up {
    position: fixed;
    right: 10px;
    bottom: 20px;
    width: 40px;
    border: 1px solid #eee;
    background: #fff;
    box-shadow: 0px 0px 5px #333;
    cursor: default;
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    font-family: "微软雅黑";
    color: #c9151e;
    padding: 5px;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.goup-show {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
}

/*城市合伙人*/

.city-top {
    width: 1200px;
    margin: 0px auto;
}

.city-top h3 {
    margin-top: 150px;
    font-size: 70px;
    line-height: 70px;
    font-family: "微软雅黑";
    font-weight: 300;
    color: #c9151e;
    text-align: center;
}

.city-top h6 {
    margin-top: 50px;
    font-size: 100px;
    line-height: 100px;
    font-family: "微软雅黑";
    font-weight: 100;
    text-align: center;
}

.city-top h6 i {
    font-size: 100px;
}

.city-top p {
    margin-top: 50px;
    font-size: 36px;
    line-height: 50px;
    font-family: "微软雅黑";
    font-weight: normal;
    text-align: center;
    color: #c9151e;
}

.city-top .ci-line {
    width: 70px;
    height: 2px;
    background: #c9151e;
    margin: 30px auto 0px;
}

.city-bg {
    background: url(../img/city-bg.jpg) center no-repeat;
    background-size: cover;
}

/*我们的优势*/
.cy-main {
    width: 1200px;
    margin: 0px auto;
    padding: 50px 0px;
}

.cy-line {
    width: 140px;
    height: 2px;
    background: #c9151e;
    margin: 50px auto 0px;
}

.cy-main h3 {
    font-size: 40px;
    line-height: 50px;
    font-family: "微软雅黑";
    text-align: center;
    font-weight: normal;
    margin-top: 30px;
}

.cy-tu {
    position: relative;
    width: 155px;
    height: 155px;
    margin: 0px auto;
}

.cy-pic {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 155px;
    height: 155px;
    background: url(../img/cy-circle.png) center no-repeat;
}

.cy-img {
    position: absolute;
    top: 0px;
    left: 12px;
    width: 120px;
    height: 120px;
}

.cy-div {
    margin-top: 30px;
}

.cy-div ul {
    font-size: 0;
    text-align: center;
}

.cy-div ul li {
    display: inline-block;
    vertical-align: top;
}

.cy-div ul li.widht {
    width: 259px;
    min-height: 270px;
    padding: 20px 70px;
    margin: 10px 0px;
    cursor: pointer;
}

.cy-div ul li h5 {
    font-size: 18px;
    line-height: 30px;
    font-weight: normal;
    margin: 10px 0px;
    font-family: "微软雅黑";
}

.cy-div ul li p {
    font-size: 14px;
    line-height: 25px;
    color: #666;
    font-family: "微软雅黑";
}

.cy-div ul li.li-x {
    width: 1px;
    height: 155px;
    background: #eee;
    margin-top: 30px;
}

.overflow-hid {
    position: absolute;
    top: 17px;
    left: 5px;
    overflow: hidden;
    width: 142px;
    height: 120px;
}

.cy-div ul li.widht:hover .cy-img {
    -webkit-animation: mouse-wheel 0.5s ease;
    -moz-animation: mouse-wheel 0.5s ease;
}

@-webkit-keyframes mouse-wheel {
    0% {

        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }
}

/*加入我们联系方式*/
.cy-join {
    width: 100%;
    height: 264px;
    background: url(../img/cy-bot.jpg) center no-repeat;
    background-size: cover;
}

.cy-join h1 {
    font-size: 32px;
    line-height: 40px;
    font-weight: normal;
    text-align: center;
    color: #fff;
    padding-top: 50px;
    font-family: "微软雅黑";
}

.cy-join p {
    font-size: 48px;
    line-height: 40px;
    font-weight: normal;
    text-align: center;
    color: #fff;
    margin-top: 30px;
    font-family: "微软雅黑";
}

/*O2O解决方案*/
.oto-top {
    width: 1200px;
    margin: 0px auto;
    color: #fff;
    text-align: center;
}
.oto-banner-tit1{
    font-size: 60px;
    padding-top: 240px;
    padding-bottom: 40px;
    
}
.oto-banner-tit2{
    font-size: 88px;
    font-weight: bold;
}


.oto-bg {
    background: url(../img/oto_banner.png) center no-repeat;
    background-size: cover;
}

/*本地O2O解决方案*/
.oto-fa {
    width: 1200px;
    margin: 0px auto;
    padding: 50px 0px;
}

.oto-fali {
    width: 140px;
    height: 2px;
    background: #c9151e;
    margin: 50px auto 0px;
}

.oto-fa h3 {
    font-size: 40px;
    line-height: 50px;
    font-family: "微软雅黑";
    text-align: center;
    font-weight: normal;
    margin-top: 30px;
}

.oto-list {
    margin-top: 30px;
}

.oto-list ul {
    font-size: 0;
    text-align: center;
}

.oto-list ul li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 276px;
    min-height: 420px;
    border: 2px solid #cfcfcf;
    cursor: pointer;
}

.oto-list ul li.o-ma {
    margin-right: 26px;
}

.oto-piv {
    width: 130px;
    height: 130px;
    overflow: hidden;
    margin: 80px auto 0px;
}

.oto-piv img {
    width: 100%;
}

.oto-list ul li h5 {
    font-size: 20px;
    line-height: 30px;
    font-family: "微软雅黑";
    font-weight: normal;
    text-align: center;
    margin-top: 30px;
}

.oto-news {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url(../img/oto-pic.jpg) center no-repeat;
    overflow: hidden;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
}

.oto-hen {
    width: 50px;
    height: 2px;
    background: #c9151e;
    margin: 80px auto 0px;
}

.oto-news h2 {
    position: absolute;
    top: 70px;
    left: -600px;
    width: 100%;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    font-family: "微软雅黑";
    font-weight: normal;
    text-align: center;
    margin-top: 30px;
    transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
}

.oto-news p {
    position: absolute;
    top: 130px;
    left: -600px;
    width: 80%;
    font-size: 14px;
    line-height: 30px;
    font-family: "微软雅黑";
    color: #fff;
    padding: 0px 10%;
    text-align: left;
    margin-top: 20px;
    transition: all 1.5s ease 0s;
    -webkit-transition: all 1.5s ease 0s;
    -moz-transition: all 1.5s ease 0s;
    -o-transition: all 1.5s ease 0s;
}

.oto-list ul li:hover {
    border: 2px solid #ca333b;
    box-shadow: 0px 0px 10px #333;
}

.oto-list ul li:hover .oto-news {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.oto-list ul li:hover .oto-news h2 {
    left: 0px;
}

.oto-list ul li:hover .oto-news p {
    left: 0px;
}

/*特色功能*/
.oto-se {
    width: 100%;
    height: 800px;
    background: url(../img/oto-se.jpg) center no-repeat;
}

.ote-main {
    width: 1200px;
    margin: 0px auto;
    padding: 50px 0px;
}

.ote-line {
    width: 140px;
    height: 2px;
    background: #c9151e;
    margin: 50px auto 0px;
}

.ote-main h3 {
    font-size: 40px;
    line-height: 50px;
    font-family: "微软雅黑";
    text-align: center;
    font-weight: normal;
    margin-top: 30px;
}

.ote-list {
    margin-top: 125px;
}

.ote-list ul {
    font-size: 0;
    text-align: center;
}

.ote-list ul li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 290px;
    min-height: 330px;
    cursor: pointer;
}

.ote-list ul li.o-mar {
    margin-right: 11px;
}

.ote-bg {
    width: 295px;
    height: 330px;
    background: url(../img/oto-te.png) center no-repeat;
}

.ote-conten {
    position: absolute;
    top: 10px;
    left: 12px;
    width: 271px;
    height: 310px;
    background: url(../img/oto-tebg.png) center no-repeat;
}

.ote-pic {
    width: 80px;
    height: 80px;
    margin: 48px auto 10px;
    overflow: hidden;
}

.ote-pic img {
    width: 100%
}

.ote-conten h5 {
    font-size: 22px;
    line-height: 40px;
    font-family: "微软雅黑";
    text-align: center;
    font-weight: normal;
    margin-bottom: 5px;
}

.ote-conten p {
    font-size: 16px;
    line-height: 30px;
    font-family: "微软雅黑";
    text-align: center;
    padding: 0px 40px;
    color: #666;
}

.ote-list ul li:hover .ote-bg {
    transform: rotateY(180deg);
    transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
}

/*O2O平台入驻流程*/
.liu-bg {
    width: 100%;
    height: 747px;
    background: url(../img/liu-bg.jpg) center no-repeat;
    background-size: cover;
}

.liu-main {
    width: 1200px;
    margin: 0px auto;
    padding: 50px 0px;
}

.liu-line {
    width: 140px;
    height: 2px;
    background: #fff;
    margin: 50px auto 0px;
}

.liu-main h3 {
    font-size: 40px;
    line-height: 50px;
    font-family: "微软雅黑";
    text-align: center;
    font-weight: normal;
    margin-top: 30px;
    color: #fff;
}

.liu-main h3 i {
    font-size: 70px;
}

.liu-list {
    margin-top: 150px;
}

.liu-list ul {
    font-size: 0;
    text-align: center;
}

.liu-list ul li {
    display: inline-block;
    vertical-align: top;
    width: 220px;
    padding: 10px 40px;
    min-height: 270px;
}

.liu-num {
    width: 100px;
    height: 100px;
    margin: 0px auto;
    background: #9a3a3f;
    border-radius: 50%;
    font-size: 24px;
    line-height: 100px;
    color: #fffefe;
    font-family: "微软雅黑";
    text-align: center;
}

.liu-list ul li h6 {
    font-size: 20px;
    line-height: 40px;
    margin-top: 30px;
    font-family: "微软雅黑";
    text-align: center;
    color: #edecec;
    font-weight: 300;
}

.liu-list ul li:hover .liu-num {
    font-size: 40px;
    transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
}

/*指动平台展示*/
.oto-show {
    width: 100%;
    height: 799px;
    background: url(../img/oto-show.jpg) center no-repeat;
}

.show-mian {
    width: 1200px;
    margin: 0px auto;
    padding: 50px 0px;
    overflow: hidden;
}

.show-line {
    width: 140px;
    height: 2px;
    background: #c9151e;
    margin: 50px auto 0px;
}

.show-mian h3 {
    font-size: 40px;
    line-height: 50px;
    font-family: "微软雅黑";
    text-align: center;
    font-weight: normal;
    margin-top: 30px;
}

.show-div {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 310px;
    height: 540px;
    overflow: hidden;
    z-index: 2;
}

.show-imgs {
    position: relative;
    width: 310px;
    height: 540px;
    margin: 40px auto 0px;
}

.show-div img {
    width: 100%;
}

.show-img1 {
    position: absolute;
    top: 95px;
    left: 38px;
    width: 239px;
    height: 349px;
    overflow: hidden;
    z-index: 3;
}

.show-img1 img {
    width: 100%;
}

.show-img2 {
    position: absolute;
    top: 50px;
    left: -340px;
    width: 270px;
    height: 540px;
    overflow: hidden;
    z-index: 1;
}

.show-img2 img {
    width: 100%;
}

.show-img3 {
    position: absolute;
    top: 50px;
    left: 340px;
    width: 270px;
    height: 540px;
    overflow: hidden;
    z-index: 1;
}

.show-img3 img {
    width: 100%;
}

.exhibition_hall {
    text-align: center;
    position: relative;
    top: 42px;
}

.roundabout_box img {
    width: 100%;
}

.ott-b {
    position: relative;
    width: 100%;
    height: 540px;
}

.oto-ip {
    position: absolute;
    top: 40px;
    left: 445px;
    z-index: 0;
}

/**********roundabout**********/
.roundabout_box {
    height: 540px;
    width: 860px;
    margin: 0px auto;
    padding: 0px 0px 40px;
}

.roundabout-holder {
    list-style: none;
    height: 540px;
    margin: 0px auto;
}

.roundabout-moveable-item {
    height: 504px;
    width: 226px;
    cursor: pointer;
    overflow: hidden;
    margin-left: 4px;
}

.roundabout-in-focus {
    height: 500px;
    width: 300px;
    overflow: hidden;
}

/*联系我们*/
.contact-bg {
    background: url(../img/con_bg.png) center no-repeat;
    background-size: cover;
}

.con-top {
    width: 1200px;
    margin: 0px auto;
}

.con-le {
    margin-top: 120px;
    color: #fff;
}

.ke-phone {
    font-size: 38px;
    line-height: 50px;
    font-family: "微软雅黑";
    text-align: center;
    font-weight: 300;
    margin-top: 20px;
}

.con-shu {
    width: 35px;
    height: 5px;
    background: #c71719;
    margin: 50px auto 0px;
}

.dian {
    font-size: 72px;
    line-height: 100px;
    font-family: "微软雅黑";
    text-align: center;
    margin-top: 20px;
}

.bot-wen {
    font-size: 48px;
    line-height: 50px;
    font-family: "微软雅黑";
    text-align: center;
    font-weight: 300;
    margin-top: 20px;
}

.contact-us {
    width: 1200px;
    margin: 0px auto;
    padding: 50px 0px;
}

.contact-line {
    width: 140px;
    height: 2px;
    background: #c9151e;
    margin: 50px auto 0px;
}

.contact-us h3 {
    font-size: 40px;
    line-height: 50px;
    font-family: "微软雅黑";
    text-align: center;
    font-weight: normal;
    margin-top: 30px;
}

.contace-user {
    border-bottom: 2px solid #e8e8e8;
    padding: 80px 0px;
}

.contace-user h5 {
    font-size: 30px;
    line-height: 30px;
    font-family: "微软雅黑";
    font-weight: normal;
    border-left: 2px solid #c9151e;
    padding: 0px 15px;
}

.contace-user h6 {
    font-size: 22px;
    line-height: 40px;
    font-family: "微软雅黑";
    font-weight: normal;
}

.contace-user h6 i {
    font-size: 16px;
    color: #6e6e6e;
    margin-left: 20px;
}

.guan-zhu {
    font-size: 0;
    margin-top: 40px;
}

.guan-zhu .displa {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.guan-zhu .tit {
    font-size: 22px;
    line-height: 80px;
    font-family: "微软雅黑";
}

.guan-zhu .wei-bo, .guan-zhu .wei-xin {
    width: 100px;
    height: 80px;
    overflow: hidden;
    margin-left: 60px;
    cursor: pointer;
}
.guan-zhu .wei-xin {
    margin-left: 20px;
}

.guan-zhu .wei-bo img, .guan-zhu .wei-xin img {
    width: 70%
}

.guan-zhu .wei-ti {
    position: absolute;
    top: -100px;
    left: 240px;
    z-index: 3;
    background: #fff;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    padding: 30px;
    text-align: center;
    border: 2px solid #e8e8e8;
    box-shadow: 0px 0px 20px #e8e8e8;
}

.wei-ti h2 {
    font-size: 16px;
    line-height: 30px;
    font-family: "微软雅黑";
    font-weight: normal;
}

.fan-kui {
    cursor: pointer;
    width: 120px;
    line-height: 40px;
    background: #c9151e;
    color: #fff;
    font-size: 20px;
    font-family: "微软雅黑";
    text-align: center;
    border-radius: 20px;
    margin: 50px 0px 0px;
}

.fan-kui a {
    color: #fff;
}

.guan-zhu .w-show {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
}

.kui-f {
    position: relative;
}

.ti-shi {
    position: absolute;
    box-sizing: border-box;
    top: -150px;
    left: 50%;
    width: 484px;
    margin-left: -242px;
    z-index: 3;
    background: #fff;
    padding: 20px 30px 30px;
    border-bottom: 2px solid #e8e8e8;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.33);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.show-ti {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
}

.ti-shi h1 {
    font-size: 20px;
    line-height: 30px;
    font-family: "微软雅黑";
    font-weight: normal;
    margin: 10px 0px;
}

.ti-shi .ti-f textarea {
    width: 400px;
    height: 150px;
    resize: none;
    padding: 10px;
    font-size: 16px;
    overflow-y: hidden;
    line-height: 30px;
    font-family: "微软雅黑";
}

.ti-shi .ti-y input {
    width: 400px;
    height: 40px;
    padding: 0px 10px;
    font-size: 16px;
    line-height: 40px;
    font-family: "微软雅黑";
    overflow: hidden;
}

.ti-shi .ti-sub {
    margin-top: 20px;
    text-align: center;
}

.ti-shi .ti-sub input {
    border: 0px;
    background: #c9151e;
    outline: none;
    cursor: pointer;
    color: #fff;
    padding: 0px 30px;
    font-size: 16px;
    line-height: 40px;
    font-family: "微软雅黑";
}

.contact-shang h6 {
    margin-top: 80px;
}

.contact-shang {
    border: 0px;
}

.contact-link {
    font-size: 22px;
    line-height: 30px;
    font-family: "微软雅黑";
    margin-top: 50px;
}

.contact-link i {
    margin-left: 20px;
}

.fan-zhao {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}

.fan-close {
    text-align: right;
    font-size: 12px;
    line-height: 40px;
    width: 50px;
    margin-top: -10px;
    float: right;
    cursor: default;
    font-family: "微软雅黑";
}

/*商户入驻*/
.join {
    height: 75px;
    background: none;
    border-bottom: 1px solid #eee;
}

.join-main {
    width: 1200px;
    margin: 0px auto;
    padding: 50px 0px;
}

.join-form {
    padding: 0px 50px;
}

.join-title {
    font-size: 16px;
    line-height: 35px;
    font-family: "微软雅黑";
    font-weight: normal;
    background: #eee;
    padding: 20px;
}

.join-x {
    font-size: 0;
    margin: 35px 0px;
}

.join-x span {
    display: inline-block;
    vertical-align: top;
}

.join-x .jo-t {
    width: 34px;
    height: 34px;
    overflow: hidden;
}

.join-x .jo-t img {
    width: 100%
}

.join-x .jo-la {
    width: 172px;
    line-height: 34px;
    font-size: 18px;
    font-family: "微软雅黑";
    margin-right: 10px;
}

.join-x .jo-in input {
    width: 500px;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    padding: 0px 10px;
    color: #666;
}

.join-x .jo-in select {
    width: 525px;
    height: 40px;
    font-size: 16px;
    padding: 0px 10px;
    color: #666;
}

.join-x .jo-shi select {
    width: 150px;
    height: 40px;
    font-size: 16px;
    padding: 0px 10px;
    margin-right: 36px;
    color: #666;
}

.form-group {
    float: left;
}

.join-sub {
    margin-top: 50px;
    margin-bottom: 80px;
}

.join-sub input {
    border: 0px;
    outline: none;
    padding: 0px 50px;
    color: #fff;
    background: #c9151e;
    margin-left: 268px;
    cursor: pointer;
    font-size: 20px;
    line-height: 45px;
    font-family: "微软雅黑";
}

.add-out {
    width: 100%;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.22);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
}

.add-outdiv {
    background: #fff;
    width: 200px;
    height: 120px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    top: 30%;

}

.add-outdiv span {
    width: 140px;
    margin: 0 auto;
    padding: 40px 0;
    display: block;
    line-height: 20px;
    line-height: 40px;
}

.add-outdiv span img {
    display: inline;
    float: left;
}

/*电商解决方案*/
.plan-bg {
    position: relative;
    height: 689px;
}

.plan-bg .cao-index-right ul li a, .erp-bg .cao-index-right ul li a {
    color: #fff;
}

.plan-bg .cao-index-right ul li.cao-link a, .erp-bg .cao-index-right ul li.cao-link a {
    border-bottom: 2px solid rgb(255, 255, 255);
}

.plan-bg .cao-index-right ul li:hover a, .erp-bg .cao-index-right ul li:hover a {
    border-bottom: 2px solid #fff;
}

.plan-bg .tb-height {
    z-index: 9999;
}

.zd-plan-banner {
    margin-top: -73px;
    width: 100%;
    z-index: 1;
    height: 689px;
    background: url(../img/banner.jpg) center no-repeat;
    background-size: cover;
}

.plan-bg .headFixed .cao-index-right ul li a, .erp-bg .headFixed .cao-index-right ul li a {
    color: #262626;
    border-bottom-color: #262626;
}

.plan-bannner-btn {
    margin: 500px 0 0 30%;
    display: inline-block;
    background: #00d983;
    color: #FFF !important;
    line-height: 50px;
    width: 180px;
    text-align: center;
    border-radius: 4px;
    font-size: 16px;
    z-index: 99;
}

.zd-plan-fa {
    width: 1200px;
    margin: 0 auto;
    padding: 100px 0 132px;
}

.zd-plan-fa h3 {
    text-align: center;
    font-size: 36px;
    line-height: 72px;
    color: #222223;
    font-weight: 500;
    letter-spacing: 1px;
}

.zd-plan-fa p {
    text-align: center;
    font-size: 16px;
    line-height: 28px;
    color: #767b81;
}

.zd-plan-box {
    margin-top: 54px;
    display: flex;
    justify-content: space-between;
}

.zd-plan-box > div {
    height: 288px;
    width: 588px;
    box-shadow: rgba(197, 204, 229, 0.45) 0 0 38px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
}

.zd-plan-box > div div {
    max-width: 285px;
    text-align: center;
}

.zd-plan-box > div div h5 {
    font-size: 24px;
}

.zd-plan-box > div div p {
    font-size: 16px;
    color: #767B81;
    margin-top: 41px;
}

.zd-plan-box > div:hover {
    transform: scale(1.05);
    box-shadow: rgba(197, 204, 229, 1) 0 0 38px;
}

.zd-plan-tg {
    height: 320px;
    background: url(../img/ljsy.png) center no-repeat;
    background-size: cover;
}

.zd-plan-tg > div {
    width: 1200px;
    margin: 0 auto;
    padding-top: 40px;
}

.zd-plan-tg > div h5 {
    font-size: 32px;
    color: #fff;
    text-align: center;
    font-weight: 300;
    letter-spacing: 2px;
}

.zd-plan-tgbox {
    overflow: hidden;
}

.zd-plan-tgbox li {
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 173px;
    color: #fff;
    font-size: 18px;
    margin-top: 30px;
}

.zd-plan-tgbox li span {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    margin-bottom: -5px;
    margin-right: 15px;
}

.shiyong-btn {
    margin: 30px auto 0;
    width: 190px;
    height: 46px;
    line-height: 46px;
    border-radius: 23px;
    color: #fff;
    border: 1px solid #fff;
    font-size: 18px;
    text-align: center;
    position: relative;
}

.shiyong-btn:hover .sy-list {
    display: block;
}

.sy-list {
    position: absolute;
    top: -235px;
    left: -405px;
    width: 1000px;
    box-shadow: rgba(197, 204, 229, 0.45) 0 0 38px;
    background: #fff;
    color: #262626;
    border-radius: 5px;
    display: none;
}

.plan-table .th {
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid #E1E1E1;
    overflow: hidden;
}

.plan-table .td {
    font-size: 14px;
    border-bottom: 1px solid #E1E1E1;
    overflow: hidden;
}

.plan-table span, .plan-table a {
    display: block;
    box-sizing: border-box;
    float: left;
    border-right: 1px solid #E1E1E1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.plan-table a {
    color: #00a0e9;
}

.pingtai {
    width: 30%;
}

.dizhi {
    width: 40%;
}

.zhanghao, .mima {
    width: 15%;
}

.plan-jiazhi {
    width: 1200px;
    margin: 0 auto;
    padding: 122px 0 110px;
}

.plan-jiazhi > h5 {
    text-align: center;
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 65px;
}

.plan-jiazhi-box {
    display: flex;
    justify-content: space-between;
}

.plan-jiazhi-box-th {
    display: flex;
    align-items: center;
}

.jz-box {
    box-sizing: border-box;
    width: 386px;
    text-align: center;
    height: 292px;
    box-shadow: rgba(197, 204, 229, 0.35) 0 0 38px;
    padding: 40px 35px 0;
    margin-bottom: 22px;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
}

.jz-box h5 {
    font-size: 24px;
    font-weight: 400;
    color: #222223;
    margin-bottom: 25px;
}

.jz-box p {
    font-size: 16px;
    color: #767B81;
}

.jz-box:hover {
    transform: scale(1.05) !important;
    box-shadow: rgba(197, 204, 229, 1) 0 0 38px;
}

.plan-ys {
    background: url(../img/planbg2.png) center no-repeat;
    background-size: cover;
    height: 540px;
    padding-top: 64px;
}

.plan-ys h3 {
    text-align: center;
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 75px;
    color: #fff;
}

.plan-ys-box {
    width: 1200px;
    margin: 0 auto;
    background: #fff;
    border-radius: 6px;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.plan-ys-box > span {
    display: block;
    width: 1px;
    height: 127px;
    background: #e7eaed;
}

.plan-ys-box > div {
    width: 400px;
    text-align: center;
}

.plan-cp {
    padding: 127px 0 40px;
    border-bottom: 1px solid #F9F9F9;
    text-align: center;
}

.plan-cp2 {
    width: 1200px;
    padding: 100px 0;
    margin: 0 auto;
    text-align: center;
}

.plan-erp {
    background: url(../img/planbg3.png) center no-repeat;
    background-size: cover;
    height: 145px;
}

.plan-erp-box {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    height: 145px;
    justify-content: space-around;
}

.erp-btn {
    width: 159px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border-radius: 22px;
    background: #00D983;
}

.erp-btn a {
    color: #fff;
}

.erp-btn img {
    margin-bottom: -5px;
    margin-left: 10px;
}

.plan-banner {
    padding: 145px 0 191px;
}

.plan-banner h3 {
    text-align: center;
    font-size: 28px;
    font-weight: 400;
}

.plan-banner p {
    font-size: 16px;
    color: #636363;
    text-align: center;
    margin: 30px 0 55px;
}

.plan-banner-box {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.left-jt, .right-jt {
    position: absolute;
    top: 50%;
    margin-top: -22px;
}

.left-jt {
    left: -55px;
}

.right-jt {
    right: -55px;
}

.plan-banner-box1 {
    overflow: hidden;
    width: 1200px;
}

.plan-banner-box ul {
    width: 3600px;
    position: relative;
    left: 0
}

.plan-banner-box li {
    width: 1200px;
    height: 211px;
    display: flex;
    justify-content: space-between;
}

.plan-banner-box li div {
    width: 386px;
    /*padding: 0 46px;*/
    border-radius: 6px;
    box-sizing: border-box;
}

.plan-banner-box li div p {
    font-size: 30px;
    color: #fff;
    margin: 44px 0 37px;
}

.plan-banner-box li div span {
    font-size: 16px;
    color: #fff;
    max-width: 84%;
    display: block;
    margin: 0 auto;
    text-align: center;
}

.plan-banner-box li {
    float: left
}

.plan-youshi {
    width: 1200px;
    margin: 0 auto;
}

.plan-youshi > div {
    display: flex;
}

.plan-youshi1 {
    justify-content: space-between;
}

.plan-youshi2 {
    justify-content: center;
    margin-top: 30px;
}

.plan-youshi-box {
    width: 370px;
    height: 320px;

    text-align: center;
    padding-top: 53px;
    box-sizing: border-box;
    position: relative;
}

.plan-youshi-box1 {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    background: url(../img/plandbx.png) center no-repeat;
    background-size: cover;
}

.plan-youshi > div p {
    margin: 30px 0 20px;
    font-size: 24px;
    color: #222222;
}

.plan-youshi > div span {
    font-size: 18px;
    color: #767a81;
    max-width: 70%;
    display: inline-block;
}

.plan-youshi-box:hover .plan-youshi-box1 {
    transform: rotateY(180deg);
    transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
}

.plan-sh {
    background: #f7f9fb;
    text-align: center;
    padding: 102px 0;
}

.plan-sh h3 {
    font-size: 28px;
    font-weight: 400;
}

.plan-sh p {
    font-size: 16px;
    color: #999;
    margin: 26px 0 90px;
}

.plan-anli {
    text-align: center;
}

/*ERP*/
.erp-bg {
    background: url();
    height: 541px;
}

.erp-bg .zd-plan-banner {
    margin-top: -73px;
    width: 100%;
    z-index: 1;
    height: 541px;
    background: url(../img/erpbanner.png) center no-repeat;
    background-size: cover;
}

.zd-erp-banner {
    width: 1200px;
    margin: 0 auto;
}

.erp-title {
    color: #fff;
    font-size: 56px;
    display: inline-block;
    border-bottom: 2px solid #ffe60e;
    font-weight: 400;
    margin: 170px 0 0 200px;
}

.zd-erp-banner p {
    font-size: 30px;
    color: #fff;
    letter-spacing: 2px;
    margin: 40px 0 50px;
}

.zd-erp-banner .plan-bannner-btn {
    margin: 0 0 0 155px;
}

.erp-fenlei {
    width: 1200px;
    margin: 2px auto 0;
}

.erp-fenlei ul {
    overflow: hidden;
}

.erp-fenlei-ul1 li {
    box-sizing: border-box;
    width: 400px;
    height: 380px;
    float: left;
    text-align: center;
    border: 1px solid #e6e9ee;
    padding-top: 96px;
}

.erp-fenlei-ul1 li p {
    font-size: 24px;
    color: #282a2c;
}

.erp-fenlei h3 {
    font-size: 38px;
    font-weight: 400;
    text-align: center;
    margin: 150px 0 25px;
}

.erp-fenlei > p {
    font-size: 18px;
    color: #767A81;
    text-align: center;
}

.erp-dt {
    margin-top: 65px;
    display: flex;
    justify-content: space-between;
}

.erp-dt div {
    box-shadow: rgba(197, 204, 229, 0.55) 0 0 38px;
    width: 284px;
    border-radius: 6px;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
}

.erp-dt div:hover {
    transform: scale(1.05) !important;
    box-shadow: rgba(197, 204, 229, 1) 0 0 38px;
}

.erp-fenlei-ul2 {
    padding: 0 40px;
    overflow: hidden;
    margin-top: 60px;
}

.erp-fenlei-ul2 li {
    margin: 0 40px 40px;
    width: 480px;
    float: left;
    box-shadow: rgba(197, 204, 229, 0.55) 0 0 38px;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    border-radius: 6px;
    text-align: center;
    height: 269px;
    padding-top: 36px;
}

.erp-fenlei-ul2 li p {
    color: #006aff;
    margin: 24px 0;
    font-size: 24px;
}

.erp-fenlei-ul2 li span {
    max-width: 80%;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #767A81;
}