/*解决方案导航*/
.nav-plan {
    width: 65%;
    overflow: hidden;
}

.nav-plan li {
    width: 16.6%;
    text-align: center;
    float: left;
    line-height: 70px;
}

.nav-plan li a {
    color: #333;
}

.nav-plan li.active a {
    color: #fd4b0b;
}

.nav-plan li a.nav-plan-btn {
    display: inline-block;
    height: 40px;
    padding: 0 5px;
    line-height: 40px;
    border: 1px solid #fd4b0b;
    border-radius: 3px;
    color: #fd4b0b;
}

.promote {
    width: 100%;
    height: 235px;
    text-align: center;
    background-position: 50%;
    background-size: cover;
    background-image: url('../images/footerbg.png');
}

.promote p {
    font-size: 28px;
    color: #fff;
    line-height: 40px;
    padding-top: 60px;
    padding-bottom: 35px;
}

.promote a {
    text-decoration: none;
    font-size: 14px;
    color: #38f;
    background-color: #fff;
    padding: 15px 57px;
    border-radius: 2px;
}

.page-industry-list {
    margin-bottom: 80px !important;
}

.o2o-footer {
    background: #e5e5e5 url('../images/bg02.png') no-repeat center top;
    padding-bottom: 150px;
}

.o2o-footer h2 {
    margin: 0;
    padding: 80px 0 30px;
}

.o2o-footer .o2o-code {
    width: 222px;
    margin: 0 auto;
}

.o2o-footer .o2o-code img {
    width: 222px;
    height: 222px;
}

.o2o-footer .o2o-code .code-tip {
    margin-top: 10px;
    line-height: 36px;
    border-radius: 4px;
    font-size: 20px;
    text-align: center;
}

.o2o-footer .o2o-footer-list {
    width: 1200px;
    margin: 0 auto;
    height: 304px;
    padding-top: 40px;
}

.o2o-footer-list li {
    float: left;
}

.o2o-footer-list p {
    color: #333 !important;
    margin-bottom: 24px !important;
    font-size: 22px !important;
    text-align: center !important;
    font-weight: bold;
}

.o2o-footer-list .o2o-footer-ico {
    width: 181px;
    height: 43px;
    margin: 0 auto 20px;
}

.o2o-footer-btn {
    line-height: 84px;
    height: 84px;
    display: block;
    border-radius: 3px;
    margin: 0 auto;
    font-size: 30px;
    text-align: center;
}

.o2o-footer-btn a {
    display: block;
    color: #fff;
    line-height: 84px;
    height: 84px;
}

.o2o-footer .o2o-code .code-tip {
    background: #ffe14f;
    color: #1583b5;
	font-size: 15px;
}

.o2o-footer-list li {
    width: 240px;
}

.o2o-footer-list .weixin {
    background: url('../images/weixin.png') no-repeat;
}

.o2o-footer-list .ios {
    background: url('../images/ios.png') no-repeat;
}

.o2o-footer-list .android {
    background: url('../images/android.png') no-repeat;
}

.o2o-footer-list .pc {
    background: url('../images/pc.png') no-repeat;
}

.o2o-footer-list .xcx {
    background: url('../images/xcx.png') no-repeat;
}

.o2o-footer-list .pcd {
    background: url('../images/pcd.png') no-repeat;
}

.o2o-footer-btn {
    width: 1134px;
    border: 3px solid #bed6f3;
    background: #5c98e0;
}

.role-tab {
    text-align: center;
    background-color: #f8f8f8;
    padding-bottom: 120px;
}

.role-tab .slideTxtBox .hd {
    background-color: #fff;
    height: 80px;
    line-height: 80px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 3px 8px #eaeaea;
    margin-bottom: 40px;
}

.role-tab .slideTxtBox .hd li {
    float: left;
    width: 20%;
    box-sizing: border-box;
    border-right: 1px solid #f1f1f1;
    cursor: pointer;
    font-size: 18px;
    padding: 0;
    margin: 0;
}

.role-tab .slideTxtBox .hd li.on {
    background-color: #fd4b0b;
    color: #fff;
}


.role-tab .slideTxtBox .hd li.on:after{
    border: 0;
}

.role-tab .slideTxtBox .hd li:last-child {
    border-right: 0;
}


.role-tab .slideTxtBox .bd .pic, .role-tab .slideTxtBox .bd .pic{
    text-align: center;
}

.role-tab .slideTxtBox .bd .pic, .role-tab .slideTxtBox .bd .pic img {
    width: 630px;
    /*height: 456px;*/
}


.role-tab .slideTxtBox .bd ul{
    margin-top: 50px;
}

.role-tab .slideTxtBox .bd .text {
    width: 330px;
    text-align: left;
    /*padding-top: 60px;*/
}

.role-tab .slideTxtBox .bd .text h3 {
    font-size: 20px;
    margin-bottom: 30px;
}

.role-tab .slideTxtBox .bd .text strong {
    font-weight: 200;
    color: #fd4b0b;
    font-size: 16px;
    display: block;
    margin-bottom: 20px;

}

.role-tab .slideTxtBox .bd .text p {
    font-size: 16px;
    line-height: 24px;
}

.flow {
    background: #f8f8f8 url("../images/bg01.jpg") no-repeat center bottom;
    height: 1710px;
    width: 100%;
    background-size: cover;
}

.flow .flow-title h2, .o2o-footer h2, .role-tab .title {
    font-size: 30px;
    color: #333;
    padding: 80px 0 40px 0;
    text-align: center;
}

.flow .flow-title p, .o2o-footer p, .role-tab .desc {
    font-size: 16px;
    color: #888;
    margin-bottom: 65px;
    text-align: center;
}

.flow-warp {
    background-color: #fff;
    padding: 60px 40px;
    margin-top: 20px;
    border-radius: 10px;
    box-shadow: 0 0 20px #e6e0df;
}

.flow-warp img{
    width: 100%;
}

.hot-mode {
    background: #f6f6f6;
    padding-bottom: 60px;
}

.main-tit {
    text-align: center;
    padding: 40px 0;
}

.hot-mode-list {
    width: 1200px;
    padding-top: 20px;
    margin: 0 auto;
}

.hot-mode-list li {
    width: 352px;
    height: 400px;
    float: left;
    background-color: #fff;
    border-bottom-width: 2px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.hot-mode-list .hot-item-img {
    padding-top: 50px;
}

.hot-mode-list .hot-item-1 {
    border-bottom-color: #25b7aa;
}

.hot-mode-list .hot-item-2 {
    border-bottom-color: #f42e5e;
    margin: 0 69px;
}

.hot-mode-list .hot-item-3 {
    border-bottom-color: #eb6100;
}

.hot-mode-list .hot-item-img img {
    display: block;
    margin: 0 auto;
}

.hot-mode-list .hot-item-tit {
    margin-top: 30px;
    font-weight: bold;
    color: #262626;
    line-height: 60px;
    font-size: 19px;
}

.hot-mode-list .hot-item-tip {
    color: #7e7e7e;
    line-height: 24px;
    font-size: 15px;
    margin: 10px 20px 0;
}

.hot-mode-list strong{
    display: block;
    text-align: center;
    margin-top: 30px;
}

.hot-mode-list .hot-info {
    width: 354px;
    height: 400px;
    top: 400px;
    left: -1px;
    position: absolute;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.hot-mode-list li:hover .hot-info {
    top: -1px;
}

.hot-mode-list .hot-info td {
    height: 280px;
    color: #fff;
    padding: 0 40px;
    text-align: left;
    font-size: 16px;
    line-height: 24px;
}

.hot-mode-list .hot-info .hot-btn {
    width: 140px;
    line-height: 28px;
    display: block;
    margin: 0 auto;
    border: 2px solid #fff;
    color: #fff;
}

.hot-mode-list .hot-item-1 .hot-info {
    background: #25b7aa;
}

.hot-mode-list .hot-item-2 .hot-info {
    background: #f42e5e;
}

.hot-mode-list .hot-item-3 .hot-info {
    background: #eb6100;
}

.main-tit h1 span {
    font-weight: lighter;
}

.main-tit h1 {
    line-height: 88px;
    font-size: 34px;
    color: #222;
}

.main-tit p {
    line-height: 32px;
    font-size: 16px;
    color: #565656;
}

.ecology {
    background-color: #fff;
    padding: 60px 0;
    overflow: hidden;
}

.section-title {
    font-size: 30px;
    color: #333;
    text-align: center;
}

.section-sub-title {
    font-size: 16px;
    color: #333;
    text-align: center;
}

.section-content-list {
    list-style-type: none;
    margin-top: 50px;
    margin-bottom: 0;
    padding: 0;
}

.ecology-warp {
    overflow: hidden;
    width: 1200px;
    padding: 0;
}

.ecology-warp-ov {
    width: 1500px;
}

.ecology-warp li {
    float: left;
    width: 270px;
    margin-bottom: 40px;
    margin-right: 195px;
}

.ecology-warp li img {
    width: 270px;
    height: 170px;
}

.ecology-warp li .item-title {
    font-size: 18px;
    text-align: center;
    color: #333;
    margin-top: 20px;
}

.ecology-warp li .item-des {
    margin-top: 13px;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    color: #666;
}

.quality-box {
    background-color: #fff;
}

.quality-box .titles {
    background-color: #f8f8f8;
    padding: 60px 0;
}

.quality-box .titles h3 {
    width: 330px;
    height: 70px;
    line-height: 70px;
    background-color: #fff;
    margin: 0 auto;
    color: #fd4b0b;
    font-size: 32px;
    border-radius: 5px;
    text-align: center;
}

.quality .hd {
    background-color: #f8f8f8;
    height: 70px;
    line-height: 70px;
}

.quality .hd li {
    float: left;
    width: 20%;
    margin-right: 5%;
    text-align: center;
    font-size: 20px;
    color: #333;
    height: 70px;
    background-color: #fff;
    cursor: pointer;
}

.quality .hd li.on {
    color: #3e78d6;
}

.quality .hd li:last-child {
    margin-right: 0;
}

.quality .bd {
    padding: 60px 0 90px 0;
}

.choice-info-item {
    padding-top: 24px;
}

.choice-element {
    margin: 36px 0;
    width: 50%;
    float: left;
    height: 108px;
}

.choice-img {
    background-color: #3d74eb;
    border-radius: 10px;
}

.choice-img {
    background-color: #3d74eb;
    border-radius: 10px;
}

.choice-img {
    background-repeat: no-repeat;
    width: 98px;
    height: 98px;
    float: left;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg); /* IE 9 */
    -moz-transform: rotate(45deg); /* Firefox */
    -webkit-transform: rotate(45deg); /* Safari 和 Chrome */
    -o-transform: rotate(45deg); /* Opera */
}

.choice-info-item .choice-ico {
    width: 98px;
    height: 98px;
    background-image: url('../images/choice-info-ico.png');
    background-repeat: no-repeat;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg); /* IE 9 */
    -moz-transform: rotate(-45deg); /* Firefox */
    -webkit-transform: rotate(-45deg); /* Safari 和 Chrome */
    -o-transform: rotate(-45deg); /* Opera */
}

.choice-info-item .choice-detail {
    padding: 0;
    margin: 0px;
    border-collapse: collapse;
    border-spacing: 0;
    border: none;
    float: left;
    margin-left: 35px;
}

.choice-detail .choice-tit {
    line-height: 30px;
    font-size: 20px;
    color: #3d3d3d;
    margin-bottom: 10px;
}

.choice-detail p {
    line-height: 20px;
    font-size: 14px;
    color: #666;
}

.choice-detail td {
    height: 108px;
}

.choice-info-item .choice-ico-2 {
    background-position: -108px 0;
}

.choice-info-item .choice-ico-3 {
    background-position: -216px 0;
}

.choice-info-item .choice-ico-4 {
    background-position: -324px 0;
}

.choice-info-item .choice-ico-5 {
    background-position: -432px 0;
}

.choice-info-item .choice-ico-6 {
    background-position: -540px 0;
}

.choice-info-item .choice-ico-7 {
    background-position: -648px 0;
}

.choice-info-item .choice-ico-8 {
    background-position: -756px 0;
}

.choice-info-item .choice-ico-9 {
    background-position: -864px 0;
}

.choice-info-item .choice-ico-10 {
    background-position: -972px 0;
}

.choice-info-item .choice-ico-11 {
    background-position: -1080px 0;
}

.choice-info-item .choice-ico-12 {
    background-position: -1188px 0;
}

.choice-info-item .choice-ico-13 {
    background-position: -1296px 0;
}

.choice-info-item .choice-ico-14 {
    background-position: -1404px 0;
}

.choice-info-item .choice-ico-15 {
    background-position: -1512px 0;
}

.choice-info-item .choice-ico-16 {
    background-position: -1620px 0;
}

.choice-info-item .choice-ico-17 {
    background-position: -1728px 0;
}

.choice-info-item .choice-ico-18 {
    background-position: -1836px 0;
}

.choice-info-item .choice-ico-19 {
    background-position: -1944px 0;
}

.choice-info-item .choice-ico-20 {
    background-position: -2052px 0;
}

.choice-info-item .choice-ico-21 {
    background-position: -2160px 0;
}

.choice-info-item .choice-ico-22 {
    background-position: -2268px 0;
}

.shop-table{
    width: 1200px;
    margin: 60px auto;
}

.shop-table table{
    width: 100%;
}

.shop-table table th{
    background-color: #fd4b0b;
    color: #fff;
    text-align: center;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    box-sizing: border-box;
    border-right: 1px solid #fff;
}

.shop-table table tr{
    background-color: #fff;

}

.shop-table table tr:nth-child(odd){
    background-color: #e7e7e7;
}

.shop-table table tr td{
    padding: 20px 10px;
    box-sizing: border-box;
    border-right: 1px solid #fff;
}