﻿@charset "utf-8";
/* CSS Document */

#thisURL{
	white-space:normal; word-break:break-all;
}

* {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    font-family: 'PingFang SC', tahoma, arial, 'helvetica neue', 'hiragino sans gb', 'microsoft yahei ui', 'microsoft yahei', simsun, sans-serif !important;
}

a {
    text-decoration: none;
    color: #333;
    outline: none;
}

dl,
dd,
dt,
ol,
ul,
li {
    list-style: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.ov {
    overflow: hidden;
}

.dis {
    display: block !important;
}



body,
html {
    width: 100%;
    
}

/* input { -webkit-appearance: none;} */

/*select {
    -webkit-appearance: none;
}*/

/*header*/

.header {
    width: 100%;
    height: 70px;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
}

.header .head {
    width: 1150px;
    margin: auto;
    height: 54px;
    padding-top: 16px;
}

.header.bg {
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05);
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=135, Strength=20);
}

.header.bg,
.header.bg01 {
    background-color: #fff;
    height: 70px;
}

.header .head .logo {
    height: 40px;
    padding-top: 0px;
    float: left;
    margin-top:-2px;
}

.header .head .logo img {
    display: block;
    height: 40px;
}

.header .head .deng {
    display: block;
    width: 214px;
    margin-right: -12px;
    float: right;
    height: 54px;
}

.header .head .deng span {
    display: block;
    width: 80px;
    height: 52px;
    float: right;
    margin-right: 12px;
    position: relative;
    background-image: url("../images/tm.png");
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.header .head .deng span a {
    font-size: 14px;
    color: #fff;
    width: 78px;
    cursor: pointer;
    height: 34px;
    line-height: 34px;
    display: block;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 2px;
}

.header .head .deng span:hover a {
    color: #0EB0DB;
    background-color: rgba(255, 255, 255, 0.9);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5ffffff, endColorstr=#E5ffffff);
}

.header .head .deng span ul {
    width: 160px;
    height: 84px;
    display: none;
    border-radius: 6px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -80px;
    top: 52px;
    background-color: #fff;
    z-index: 999;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.10);
    border-radius: 6px;
}

.header .head .deng span ul li {
    width: 100%;
    height: 42px;
    display: block;
    color: #4dbfdd;
}

.header .head .deng span ul li a {
    width: 100%;
    border: none;
    color: #4dbfdd;
    font-size: 14px;
    height: 42px;
    line-height: 42px;
    color: #fff;
    background-color: #fff !important;
    filter: 100;
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}

.header .head .deng span ul li:hover {
    background-color: #4dbfdd !important;
}

.header .head .deng span ul li a:hover {
    background-color: #4dbfdd !important;
    color: #fff;
    filter: 100;
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}

.header .head .deng span:hover ul {
    display: block;
}

.header .head .nav {
    height: 54px;
    text-align: right;
}

.header .head .nav li {
    display: inline-block;
    margin-right: 39px; 
    height: 54px;
    position: relative;
    background-image: url("../images/tm.png");
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.header .head .nav li a {
    color: #fff;
    font-size: 16px;
    line-height: 36px;
    height: 34px;
    display: block;
    cursor: pointer;
}

.header .head .nav li a em,
.header .head .nav li a label {
    display: none;
}

.header .head .nav li a img {
    height: 5px;
}

.header .head .nav li b {
    height: 2px;
    background-color: #fff;
    width: 100%;
    display: none;
}

.header .head .nav li.on b {
    display: block;
}

.header .head .nav li dl {
    display: none;
    width: 550px;
    height: 119px;
    border-radius: 6px;
    background-color: #fff;
    position: absolute;
    left: -45px;
    top: 52px;
    overflow: hidden;
    z-index: 999;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.10);
    border-radius: 6px;
}

.header .head .nav li dl dt {
    display: block;
    float: left;
    text-align: center;
    width: 125px;
    height: 119px;
}

.header .head .nav li dl dt strong {
    display: block;
    width: 100%;
    padding-top: 25px;
    height: 38px;
}

.header .head .nav li dl dt strong img {
    display: block;
    height: 38px;
    margin: auto;
}

.header .head .nav li dl dt span {
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #3A496E;
}

.header .head .nav li dl dt:hover {
    background-color: #f6f6f9;
}

.header .head .nav li:hover dl {
    display: block;
}

.header .head .sav {
    display: none;
}

.xia {
    display: none;
}

.header.bg .head .deng span a,
.header.bg01 .head .deng span a {
    color: #4dbfdd;
    border: 1px solid #4dbfdd;
}

.header.bg .head .deng span ul a,
.header.bg01 .head .deng span ul a {
    border: none;
}

.header.bg .head .deng span:hover a,
.header.bg01 .head .deng span:hover a {
    background-color: #e6f7f7;
}

.header.bg .head .deng span ul li a,
.header.bg01 .head .deng span ul li a {
    background-color: #fff;
    display: block;
}

.header.bg .head .deng span ul li a:hover,
.header.bg01 .head .deng span ul li a:hover {
    background-color: #4dbfdd;
    color: #fff;
}

.header.bg .head .nav li a {
    color: #333;
}

.header.bg .head .nav li a em {
    display: inline;
}

.header.bg .head .nav li a i {
    display: none;
}

.header.bg .head .nav li:hover a {
    color: #4dbfdd;
}

.header.bg .head .nav li:hover label {
    display: inline;
}

.header.bg .head .nav li:hover em {
    display: none;
}

.header.bg .head .nav li b {
    background-color: #4dbfdd;
}

.header.bg .head .nav li.on b,
.header.bg .head .nav li:hover b {
    display: block;
}

.header.bg01 .head .nav li a {
    color: #333;
}

.header.bg01 .head .nav li a em {
    display: inline;
}

.header.bg01 .head .nav li a i {
    display: none;
}

.header.bg01 .head .nav li:hover a {
    color: #4dbfdd;
}

.header.bg01 .head .nav li:hover label {
    display: inline;
}

.header.bg01 .head .nav li:hover em {
    display: none;
}

.header.bg01 .head .nav li b {
    background-color: #4dbfdd;
}

.header.bg01 .head .nav li.on b,
.header.bg01 .head .nav li:hover b {
    display: block;
}

.header .head .zcs {
    display: none;
}

@media screen and (max-width:1149px) {
    .header {
        width: 94%;
        padding: 0 3%;
    }
    .header.bg01 {
        background-color: transparent;
    }
    .header.bg {
        background-color: #fff !important;
    }
    .header .head {
        width: 100%;
        min-width: 100%;
    }
    .header .head .nav {
        display: none;
    }
    .header .head .deng {
        display: none;
    }
    .header .head .sav {
        display: block;
        cursor: pointer;
    }
    .header .head .sav a {
        display: none;
    }
    .header .head .sav img {
        height: 20px;
        padding-top: 8px;
    }
    .header .head .zcs {
        display: block;
        display: block;
        width: 80px;
        height: 36px;
        margin-right: 12px;
        position: relative;
    }
    .header .head .zcs a {
        font-size: 14px;
        background-color: #fff;
        color: #4dbfdd;
        width: 78px;
        cursor: pointer;
        height: 36px;
        line-height: 36px;
        display: block;
        text-align: center;
        border-radius: 2px;
    }
    .header.kk {
        background-color: #fff;
    }
    .xia {
        width: 100%;
        display: none;
        overflow: auto !important;
        position: fixed;
        z-index: 999;
        left: 0;
        top: 68px;
        background-color: #f8f8f8;
        box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    }
    .xia ul {
        width: 100%;
        display: block;
        padding: 15px 0;
    }
    .xia ul li {
        font-size: 16px;
        height: 40px;
        line-height: 40px;
        display: block;
        color: #3A496E;
        padding-left: 4%;
        position: relative;
        width: 96%;
    }
    .xia ul li a {
        color: #3A496E;
    }
    .xia ul li dl {
        display: none;
        width: 55%;
        padding: 10px 8%;
        padding-bottom: 35px;
        position: absolute;
        right: 3%;
        top: -50px;
        background-image: url("../images/wapnav.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        z-index: 9;
    }
    .xia ul li dl dt {
        display: block;
        width: 50%;
        float: left;
        text-align: center;
    }
    .xia ul li dl dt a {
        width: 100%;
        padding-top: 20px;
        display: block;
    }
    .xia ul li dl dt strong {
        display: block;
        width: 100%;
        height: 40px;
    }
    .xia ul li dl dt strong img {
        display: block;
        height: 40px;
        margin: auto;
    }
    .xia ul li dl dt span {
        display: block;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        color: #3A496E;
    }
    .xia .zc {
        width: 90%;
        margin: 0 auto;
    }
    .xia .zc dt {
        width: 100%;
        float: left;
        height: 40px;
        line-height: 40px;
        display: none;
        border: 1px solid #0EB0DB;
        border-radius: 4px;
        text-align: center;
        font-size: 14px;
        box-sizing: border-box;
    }
    .xia .zc dt a {
        color: #0EB0DB;
    }
    .xia .zc dd {
        width: 48%;
        margin-bottom: 20px;
        height: 40px;
        line-height: 40px;
        display: block;
        background-color: #4dbfdd;
        border-radius: 4px;
        text-align: center;
        font-size: 14px;
        display: none;
    }
    .xia .zc dd a {
        color: #fff;
    }
    .header.bg .head .zcs a,
    .header.kk .head .zcs a {
        background-color: #4dbfdd;
        color: #fff;
    }
    .header.bg .head .sav span,
    .header.kk .head .sav span {
        display: none;
    }
    .header.bg .head .sav a,
    .header.kk .head .sav a {
        display: block;
    }
}

/*banner*/

.banner {
    width: 100%;
    height: 660px;
    position: relative;
    overflow: hidden;
}

.banner .tu {
    width: 1920px;
    height: 100%;
    position: absolute;
    left: 50%;
    margin-left: -960px;
    top: 0;
    z-index: 1;
}

.banner .tu img {
    width: 100%;
    display: block;
}

.banner .tu01 {
    display: none;
}

.banner .wen {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 226px;
    z-index: 2;
}

.banner .wen p {
    display: block;
    width: 100%;
}

.banner .wen p a {
    margin: 0 30px;
}

.banner .wen span {
    font-size: 32px;
    line-height: 132px;
    height: 132px;
    letter-spacing: 15px;
    color: #fff;
	margin-bottom: 25px;
    display: block;
    text-shadow: 1px 4px rgba(26, 58, 125, 0.3);
}


@media screen and (max-width:1149px) {
	.banner .wen span {
		font-size: 14px !important;
		margin-top:35px !important;
		letter-spacing: 6px !important;
	}
	.banner .wen{
		margin-top:25px !important;
	}

}



.banner .wen b {
    width: 658px;
    margin: auto;
    display: block;
    font-weight: normal;
	color: white;
}

.em {
    font-weight: normal;
    width: 196px;
    height: 60px;
    border-radius: 2px;
    background-color: #ddb57e;
	background: linear-gradient(274deg, #c8b997 0%, #baa290 50%, #c3b28a 100%);
    overflow: hidden;
    display: block;
    line-height: 60px;
    font-size: 24px;
    float: left;
	font-weight:normal;
	filter:alpha(opacity=8.3);
      -moz-opacity:0.83; 
      -khtml-opacity: 0.83; 
      opacity: 0.79; 

}
.em2 {
    font-style: normal;
    width: 196px;
    height: 60px;
    border-radius: 2px;
    background-color:#39c698;
	background: linear-gradient(274deg, #78c3a0 0%, #56b28e 50%, #78c3a0 100%);
    overflow: hidden;
    display: block;
    line-height: 60px;
    font-size: 24px;
    float: right;
	margin-left: 35px;
	font-weight:normal;
	filter:alpha(opacity=8.3);
      -moz-opacity:0.83; 
      -khtml-opacity: 0.83; 
      opacity: 0.79; 
}

.em1 {
    font-style: normal;
    width: 196px;
    height: 60px;
    border-radius: 2px;
    background-color:#e78ea6;
	background: linear-gradient(274deg, #ca8ea4 0%, #ac979f 50%, #ca8ea4 100%);
    overflow: hidden;
    display: block;
    line-height: 60px;
    font-size: 24px;
    float: right;
	margin-left: 35px;
	font-weight:normal;
	filter:alpha(opacity=8.8);
      -moz-opacity:0.83; 
      -khtml-opacity: 0.83; 
      opacity: 0.79; 
}

.banner .wen b a {
    color: #fff;
    width: 100%;
    display: block;
}

.banner .wen em a {
    width: 100%;
    display: block;
}

.banner .wen b strong:hover {
    background-color: #0096ff;
}

.banner .wen b em:hover {
    background-color: rgba(225, 225, 225, 0.7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2ffffff, endColorstr=#B2ffffff);
}

@media screen and (max-width:1023px) {
    .banner {
        height: auto;
    }
    .banner .tu {
        display: none;
    }
    .banner .tu01 {
        width: 100%;
        display: block;
    }
    .banner .tu01 img {
        width: 100%;
        display: block;
        margin: auto;
    }
    .banner .wen {
        width: 100%;
        top: 95px;
        left: 0;
    }

    .banner .wen p strong {
        width: 10%;
        display: inline-block;
        vertical-align: middle;
    }
    .banner .wen p a {
        width: 60%;
        margin: 0 5%;
        display: inline-block;
        vertical-align: middle;
    }

    .banner .wen span {
        width: 94%;
        height: auto;
        font-size: 16px;
        line-height: 28px;
        letter-spacing: 10px;
        margin: 10px auto;
        text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
    }
    .banner .wen b {
        overflow: hidden;
        width: 100%;
        padding-top: 20px;
    }
    .banner .wen b .em {
    width: 22%;
    margin-left: 12%;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
	font-weight:normal;
	}
    .banner .wen b .em1 {
    width: 22%;
    margin-left: 4.5%;
    margin-right: 13%;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
	font-weight:normal;
	}
	.banner .wen b .em2 {
    width: 22%;
    margin-left: 3%;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
	font-weight:normal;
	}
}

@media screen and (max-width:719px) {
    .banner .wen b .em {
        width: 22%;
        margin-left: 12%;
        font-size: 14px;
        height: 30px;
        line-height: 30px;
		font-weight:normal;
    }
    .banner .wen b .em1 {
        width: 22%;
        margin-right: 12%;
        font-size: 14px;
        height: 30px;
        line-height: 30px;
		font-weight:normal;
    }
	.banner .wen b .em2 {
        width: 22%;
        margin-right: 2px;
        font-size: 14px;
        height: 30px;
        line-height: 30px;
		font-weight:normal;
    }
	
	.banner .wen p img{
		width:60% !important;
	}
}

/*产品*/

.pbox {
    width: 100%;
    background-color: #fafafa;
    padding-top: 80px;
    background-image: url("../images/probg.png");
    background-position: bottom center;
    background-repeat: no-repeat;
}

.pbox .title {
    width: 100%;
    text-align: center;
}

.pbox .title span {
    display: block;
    font-size: 30px;
    line-height: 42px;
    height: 42px;
    color: #333;
}

.pbox .title p {
    display: block;
    padding-top: 6px;
    text-align: center;
    vertical-align: middle;
}

.pbox .title p b {
    width: 19px;
    height: 1px;
    display: inline-block;
    background-color: #999;
    vertical-align: middle;
}

.pbox .title p a {
    height: 17px;
    display: inline-block;
    line-height: 17px;
    color: #999;
    margin-left: 10px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 10px;
}

.pbox .pro {
    text-align: center;
    width: 1184px;
    margin: auto;
}

.pbox .pro ul {
    width: 100%;
    display: block;
    overflow: hidden;
    padding-bottom: 120px;
}

.pbox .pro li {
    width: 202px;
    height: 400px;
    text-align: center;
    overflow: hidden;
    margin: 0 17px;
    margin-top: 50px;
    display: block;
    float: left;
    position: relative;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.03);
    transition: height .5s;
    -moz-transition: height .5s;
    /* Firefox 4 */
    -webkit-transition: height .5s;
    /* Safari 和 Chrome */
    -o-transition: height .5s;
}

.pbox .pro li div {
    width: 100%;
    background-color: #fff;
    height: 390px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.pbox .pro li strong {
    width: 100%;
    display: block;
    margin-top: 53px;
    height: 72px;
}

.pbox .pro li strong img {
    display: block;
    height: 62px;
    margin: auto;
}

.pbox .pro li span {
    width: 100%;
    display: block;
    height: 32px;
    line-height: 32px;
    font-size: 24px;
    color: #333333;
    padding-top: 30px;
    overflow: hidden;
}

.pbox .pro li p {
    width: 100%;
    display: block;
    height: 52px;
    line-height: 26px;
    font-size: 14px;
    color: #666;
    padding-top: 20px;
    overflow: hidden;
}

.pbox .pro li a {
    width: 100px;
    display: block;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #999;
    border: 1px solid #DFDFDF;
    border-radius: 2px;
    margin: auto;
    margin-top: 30px;
    overflow: hidden;
}

.pbox .pro li:hover {
    height: 390px;
    box-shadow: 0 30px 50px 0 rgba(0, 0, 0, 0.10);
}

.pbox .pro li:hover a {
    border: 1px solid #4dbfdd;
    background-color: #4dbfdd;
    color: #fff;
    box-shadow: 0 5px 10px 0 rgba(35, 147, 176, 0.20);
}

.contentwrap {
    display: none;
}

@media screen and (max-width:1149px) {
    .pbox {
        padding-top: 40px;
    }
    .pbox .title p a {
        margin-left: 4px;
        letter-spacing: 4px;
    }
    .pbox .pro {
        display: none;
    }
    .pbox .contentwrap {
        display: block;
        width: 100%;
        padding-top: 40px;
        text-align: center;
    }
    /*.pbox .content-wrap .gallery-cell{ width:60%; margin:0 4%; background-color:#fff; text-align:center; overflow:hidden;}
.pbox .content-wrap .gallery-cell strong{ width:100%; display:block; margin-top:40px; height:60px;}
.pbox .content-wrap .gallery-cell strong img{ display:block; height:60px; margin:auto;}
.pbox .content-wrap .gallery-cell span{ width:100%; display:block; height:32px; line-height:32px; font-size:24px; color:#333333; padding-top:20px; overflow:hidden;}
.pbox .content-wrap .gallery-cell h1{ font-weight:normal; width:94%; margin:auto; display:block; height:52px; line-height:26px; font-size:14px; color:#666; padding-top:20px; overflow:hidden; background-color:#fff;}
.pbox .content-wrap .gallery-cell a{ width:120px; display:block; height:36px; line-height:36px; font-size:14px; color:#999; border:1px solid #DFDFDF; border-radius:2px; margin:auto; margin-top:20px; overflow:hidden;}
.pbox .content-wrap .gallery-cell.is-selected{ box-shadow:0 30px 50px 0 rgba(0,0,0,0.10);}
.pbox .content-wrap .gallery-cell.is-selected a{ border:1px solid #4dbfdd; background-color:#4dbfdd; color:#fff; box-shadow:0 5px 10px 0 rgba(35,147,176,0.20);}
.pbox .content-wrap .flickity-page-dots{ width:100%; height:10px; text-align:center; padding:30px 0;}
.pbox .content-wrap .flickity-page-dots li{ display:inline-block; margin:0 4px; width:10px; height:10px; opacity:0.3; background:#ADB7CF; border-radius:18px;}
.pbox .content-wrap .flickity-page-dots li.is-selected{ background:#4dbfdd; width:30px; opacity:1;}
.flickity-prev-next-button{ display:none !important;}*/
    .pbox .contentwrap .swiper-slide {
        width: 60% !important;
        background-color: #fafafa;
    }
    .pbox .contentwrap .swiper-slide div {
        width: 100%;
        margin: auto;
        background-color: #fff;
        text-align: center;
        overflow: hidden;
        padding-bottom: 30px;
    }
    .pbox .contentwrap .swiper-slide strong {
        width: 100%;
        display: block;
        margin-top: 40px;
        height: 60px;
    }
    .pbox .contentwrap .swiper-slide strong img {
        display: block;
        height: 60px;
        margin: auto;
    }
    .pbox .contentwrap .swiper-slide span {
        width: 100%;
        display: block;
        height: 32px;
        line-height: 32px;
        font-size: 24px;
        color: #333333;
        padding-top: 20px;
        overflow: hidden;
    }
    .pbox .contentwrap .swiper-slide h1 {
        font-weight: normal;
        width: 94%;
        margin: auto;
        display: block;
        height: 52px;
        line-height: 26px;
        font-size: 14px;
        color: #666;
        padding-top: 20px;
        overflow: hidden;
        background-color: #fff;
    }
    .pbox .contentwrap .swiper-slide a {
        width: 120px;
        display: block;
        height: 36px;
        line-height: 36px;
        font-size: 14px;
        color: #999;
        border: 1px solid #DFDFDF;
        border-radius: 2px;
        margin: auto;
        margin-top: 20px;
        overflow: hidden;
    }
    .pbox .contentwrap .swiper-slide-active {
        box-shadow: 0 30px 50px 0 rgba(0, 0, 0, 0.10);
    }
    .pbox .contentwrap .swiper-slide-active a {
        border: 1px solid #4dbfdd;
        background-color: #4dbfdd;
        color: #fff;
        box-shadow: 0 5px 10px 0 rgba(35, 147, 176, 0.20);
    }
    .pbox .contentwrap .swiper-container .swiper-pagination {
        padding: 30px 0;
    }
}

/*多渠道支持*/

.dbox {
    width: 100%;
    background-image: linear-gradient(-44deg, #FAFAFA 0%, #EFF1F5 100%);
    padding-top: 80px;
    padding-bottom: 40px;
}

.dbox .title {
    width: 100%;
    text-align: center;
}

.dbox .title span {
    display: block;
    font-size: 30px;
    line-height: 42px;
    height: 42px;
    color: #333;
}

.dbox .title p {
    display: block;
    padding-top: 6px;
    text-align: center;
    vertical-align: middle;
}

.dbox .title p b {
    width: 19px;
    height: 1px;
    display: inline-block;
    background-color: #999;
    vertical-align: middle;
}

.dbox .title p a {
    height: 17px;
    display: inline-block;
    line-height: 17px;
    color: #999;
    margin-left: 10px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 10px;
}

.dbox .duo {
    width: 1120px;
    margin: auto;
    padding-top: 6%;
    background-image: url("../images/duobg.png");
    background-position: bottom center;
    background-repeat: no-repeat;
    padding-bottom: 12%;
}

.dbox .duo ul {
    display: block;
    width: 100%;
}

.dbox .duo ul li {
    width: 140px;
    display: block;
    float: left;
}

.dbox .duo ul li img {
    display: block;
    height: 80px;
    margin: auto;
}

.dbox .duo ul li span {
    font-size: 20px;
    color: #3A496E;
    margin-top: 20px;
    height: 28px;
    line-height: 28px;
    display: block;
    text-align: center;
}

@media screen and (max-width:1149px) {
    .dbox {
        padding-top: 40px;
        padding-bottom: 20px;
    }
    .dbox .title p a {
        margin-left: 4px;
        letter-spacing: 2px;
    }
    .dbox .duo {
        width: 94%;
        padding: 0 3%;
        background-size: 100% auto;
    }
    .dbox .duo ul {
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }
    .dbox .duo ul li {
        width: 21.25%;
        margin-left: 3%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .dbox .duo ul li img {
        height: 60px;
    }
    .dbox .duo ul li span {
        font-size: 14px;
        height: 28px;
        line-height: 28px;
        overflow: hidden;
        margin-top: 5px;
    }
}

/*特色功能*/

.tbox {
    width: 100%;
    padding: 80px 0;
}

.tbox .title {
    width: 100%;
    text-align: center;
}

.tbox .title span {
    display: block;
    font-size: 30px;
    line-height: 42px;
    height: 42px;
    color: #333;
}

.tbox .title p {
    display: block;
    padding-top: 6px;
    text-align: center;
    vertical-align: middle;
}

.tbox .title p b {
    width: 19px;
    height: 1px;
    display: inline-block;
    background-color: #999;
    vertical-align: middle;
}

.tbox .title p a {
    height: 17px;
    display: inline-block;
    line-height: 17px;
    color: #999;
    margin-left: 10px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 10px;
}

#tab {
    width: 1150px;
    margin: auto;
    padding-top: 60px;
}

#tab .tab_menu {
    width: 100%;
    text-align: center;
    overflow: auto;
}

#tab .tab_menu ul {
    width: 100%;
    display: block;
    margin: auto;
    overflow: hidden;
}

#tab .tab_menu li {
    display: block;
    cursor: pointer;
    float: left;
}

#tab .tab_menu li a {
    display: block;
    padding: 0 40px;
    margin: 0 3px;
    font-size: 16px;
    height: 48px;
    line-height: 48px;
    color: #666;
    border-radius: 2px 2px 0 0;
}

#tab .tab_menu li.selected a {
    background: #4dbfdd;
    color: #fff;
}

#tab .tab_box {
    width: 100%;
    margin: auto;
    margin-top: 50px;
}

#tab .tab_box .box {
    width: 100%;
    overflow: hidden;
    display: table;
    vertical-align: middle;
}

#tab .tab_box .box .tu {
    width: 508px;
    display: table-cell;
    vertical-align: middle;
}

#tab .tab_box .box .tu img {
    max-width: 508px;
    display: block;
}

#tab .tab_box .box .wen {
    width: 504px;
    display: table-cell;
    vertical-align: middle;
    margin-left: 74px;
    padding-left: 100px;
}

#tab .tab_box .box .wen span {
    font-size: 26px;
    color: #333333;
    line-height: 42px;
    display: block;
    margin-bottom: 20px;
    text-align: left;
}

#tab .tab_box .box .wen p {
    font-size: 16px;
    color: #666;
    line-height: 32px;
    display: block;
    overflow: hidden;
    text-align: left;
}

#tab .tab_box .box .wen a {
    margin-top: 40px;
    display: block;
    width: 110px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    background-color: #4dbfdd;
    color: #fff;
    border-radius: 2px;
}

#tab .tab_box .box.hide {
    display: none;
}

#tab .tab_menus {
    display: none;
}

.swiper {
    display: none;
}

@media screen and (max-width:1149px) {
    .tbox {
        padding: 40px 0;
    }
    .tbox .title p a {
        margin-left: 4px;
        letter-spacing: 4px;
    }
    #tab {
        display: none;
    }
    .swiper {
        width: 94%;
        padding: 0 3%;
        display: block;
        padding-top: 20px;
    }
    .swiper .tab_menu {
        width: 100%;
        text-align: center;
        overflow: auto;
    }
    .swiper .tab_menu ul {
        width: 100%;
        display: block;
        margin: auto;
        overflow: hidden;
    }
    .swiper .tab_menu li {
        display: block;
        cursor: pointer;
        float: left;
        width: 29%;
        margin-left: 3%;
        height: 36px;
        overflow: hidden;
        background-color: #f1f1f1;
        margin-top: 10px;
    }
    .swiper .tab_menu li a {
        width: 100%;
        display: block;
        color: #666;
        border-radius: 2px 2px 0 0;
        font-size: 16px;
        height: 36px;
        line-height: 36px;
        white-space: nowrap;
        overflow: hidden;
    }
    .swiper .tab_menu li.selected a {
        background: #4dbfdd;
        color: #fff;
    }
    .swiper-container {
        display: block;
        width: 100%;
        margin: auto;
    }
    .swiper-container .tu {
        width: 94%;
        padding: 20px 3%;
        padding-bottom: 0;
    }
    .swiper-container .tu img {
        max-width: 100%;
        display: block;
        margin: auto;
        float: none;
    }
    .swiper .tu {
        width: 300px;
        margin: auto;
        display: block;
        float: none;
        height: 486px;
        position: relative;
        margin-top: 3%;
    }
    .swiper-container-android .swiper-slide,
    .swiper-wrapper {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .swiper-wrapper {
        position: relative;
        width: 100%;
        height: 100%;
        z-index: 1;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-transition-property: -webkit-transform;
        -moz-transition-property: -moz-transform;
        -o-transition-property: -o-transform;
        -ms-transition-property: -ms-transform;
        transition-property: transform;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }
    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .swiper-slide {
        -webkit-flex-shrink: 0;
        -ms-flex: 0 0 auto;
        flex-shrink: 0;
        width: 100%;
        height: 100%;
        position: relative;
    }
    .swiper-container .swiper-pagination {
        display: block;
        width: 100%;
        text-align: center;
    }
    .swiper-container .swiper-pagination span {
        display: inline-block;
        margin: 0 4px;
        width: 10px;
        height: 10px;
        opacity: 0.3;
        background: #ADB7CF;
        border-radius: 18px;
    }
    .swiper-container .swiper-pagination span.swiper-pagination-bullet-active {
        background: #4dbfdd;
        width: 30px;
        opacity: 1;
    }
}

/*我们的优势*/

.ybox {
    width: 100%;
    padding: 80px 0;
    background: #F5F5F8;
}

.ybox .title {
    width: 100%;
    text-align: center;
}

.ybox .title span {
    display: block;
    font-size: 30px;
    line-height: 42px;
    height: 42px;
    color: #333;
}

.ybox .title p {
    display: block;
    padding-top: 6px;
    text-align: center;
    vertical-align: middle;
}

.ybox .title p b {
    width: 19px;
    height: 1px;
    display: inline-block;
    background-color: #999;
    vertical-align: middle;
}

.ybox .title p a {
    height: 17px;
    display: inline-block;
    line-height: 17px;
    color: #999;
    margin-left: 10px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 10px;
}

.ybox .you {
    width: 1150px;
    margin: auto;
}

.ybox .you ul {
    width: 1200px;
    display: block;
    margin-top: 20px;
}

.ybox .you ul li {
    margin-right: 50px;
    width: 550px;
    display: block;
    float: left;
    margin-top: 40px;
    overflow: hidden;
}

.ybox .you ul li strong {
    width: 72px;
    display: block;
    float: left;
    overflow: hidden;
}

.ybox .you ul li strong img {
    width: 100%;
    display: block;
}

.ybox .you ul li p {
    width: 450px;
    display: block;
    float: right;
    overflow: hidden;
}

.ybox .you ul li p span {
    display: block;
    font-size: 24px;
    color: #333333;
    height: 33px;
    line-height: 33px;
}

.ybox .you ul li p a {
    width: 100%;
    display: block;
    font-size: 14px;
    color: #666;
    line-height: 24px;
    margin-top: 12px;
    overflow: hidden;
}

@media screen and (max-width:1149px) {
    .ybox {
        padding: 40px 0;
    }
    .ybox .title p a {
        margin-left: 4px;
        letter-spacing: 4px;
    }
    .ybox .you {
        width: 90%;
    }
    .ybox .you ul {
        width: 100%;
    }
    .ybox .you ul li {
        margin-right: 0;
        margin-top: 20px;
        width: 100%;
    }
    .ybox .you ul li strong {
        width: 15%;
    }
    .ybox .you ul li p {
        width: 80.625%;
    }
    .ybox .you ul li p span {
        display: block;
        font-size: 18px;
        color: #333333;
        height: 20px;
        line-height: 20px;
    }
    .ybox .you ul li p a {
        width: 100%;
        display: block;
        font-size: 14px;
        color: #666;
        line-height: 24px;
        margin-top: 5px;
        height: auto;
        overflow: hidden;
    }
    .shadow #innerdiv {
        width: 306px !important;
    }
}

@media screen and (min-width:740px) and (max-width:1149px) {
    .ybox .you ul li strong {
        width: 8%;
    }
    .ybox .you ul li p {
        width: 87.625%;
    }
    /*.shadow #innerdiv {
    width: 306px!important;
}*/
}

/*共同选择*/

.sec {
    width: 100%;
    background-image: url("../images/xbg.jpg");
    background-position: top left;
    background-repeat: repeat-x;
    padding-bottom: 60px;
}

.xbox {
    width: 1150px;
    margin: auto;
    padding: 70px 0;
    background: #fff;
    box-shadow: 0 40px 40px 0 rgba(0, 0, 0, 0.08);
}

.xbox .title {
    width: 100%;
    text-align: center;
}

.xbox .title span {
    display: block;
    font-size: 30px;
    line-height: 42px;
    height: 42px;
    color: #333;
}

.xbox .title p {
    display: block;
    padding-top: 6px;
    text-align: center;
    vertical-align: middle;
}

.xbox .title p b {
    width: 19px;
    height: 1px;
    display: inline-block;
    background-color: #999;
    vertical-align: middle;
}

.xbox .title p a {
    height: 17px;
    display: inline-block;
    line-height: 17px;
    color: #999;
    margin-left: 10px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 10px;
}

.xbox .xx {
    width: 94%;
    margin: 0 3%;
    display: block;
}

.xbox .xx li {
    width: 11.25%;
    height: 50px;
    margin-left: 4.6428%;
    float: left;
    overflow: hidden;
    display: block;
    margin-top: 40px;
}

.xbox .xx li span {
    width: 100%;
    height: 50px;
    overflow: hidden;
    display: table;
    text-align: center;
    vertical-align: middle;
}

.xbox .xx li span img {
    width: 185px;
    max-height: 50px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

@media screen and (max-width:1149px) {
    section {
        padding-bottom: 50px;
    }
    .xbox {
        width: 100%;
        box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.08);
        padding: 40px 0;
    }
    .xbox .title p a {
        margin-left: 2px;
        letter-spacing: 2px;
    }
    .xbox .xx li {
        width: 29.33%;
        margin-left: 3%;
        margin-top: 20px;
    }
	
	.xbox .xx li span img {
		width: 90px;
	}
}

/*免费试用*/

.mbox {
    width: 100%;
    background-color: #fff;
    background-image: url("../images/mbg.png");
    background-position: bottom center;
    background-repeat: no-repeat;
    padding-top: 10px;
    padding-bottom: 20px;
    background-size: cover;
	margin-bottom:30px;
	margin-top:30px;
}

.mbox .title {
    width: 1120px;
	text-align:center;
	margin: 0 auto;
}

.mbox .title span {
    display: block;
    font-size: 30px;
    line-height: 42px;
    height: 42px;
    color: #333;
}

.mbox .title p {
    display: block;
    padding-top: 6px;
    text-align: center;
    vertical-align: middle;
}

.mbox .title p b {
    width: 19px;
    height: 1px;
    display: inline-block;
    background-color: #999;
    vertical-align: middle;
}

.mbox .title p a {
    height: 17px;
    display: inline-block;
    line-height: 17px;
    color: #999;
    margin-left: 10px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 10px;
}

.mbox .title01 {
    display: none;
}

.mbox .sbox {
    width: 1120px;
    background: rgba(255, 255, 255, 0);
    margin: auto;
    margin-top: 0.5%;
}

.mbox .sbox strong {
    margin-left: 21px;
    width: 51px;
    height: 39px;
    padding-top: 14px;
    display: block;
    float: left;
    overflow: hidden;
}

.mbox .sbox p {
    height: 66px;
    display: block;
    float: left;
    width: 525px;
    padding-left: 1px;
    background-image: url("../images/xian.jpg");
    background-position: left center;
    background-repeat: no-repeat;
    overflow: hidden;
}
.mbox .sbox a,.mbox .sbox {
	color: #7A7777;
	font-size:12px;
}

.mbox .sbox p input {
    width: 483px;
    font-size: 18px;
    background-color: transparent;
    display: block;
    height: 66px;
    line-height: 66px;
    padding: 0 21px;
}

.mbox .sbox span {
    width: 198px;
    display: block;
    float: right;
    height: 66px;
    line-height: 66px;
    overflow: hidden;
    text-align: center;
}

.mbox .sbox span input {
    display: block;
    width: 100%;
    background-color: #4dbfdd;
    color: #fff;
    height: 66px;
    cursor: pointer;
    font-size: 18px;
    border-radius: 0;
}

@media screen and (max-width:1149px) {
    .mbox {
        background-size: auto 100%;
        padding-bottom: 10px;
        padding-top: 0;
		margin-bottom:5px;
		margin-top:5px;
    }
    .mbox .title {
        display: none;
    }
    .mbox .title01 {
        width: 100%;
        text-align: center;
        display: block;
    }
    .mbox .title01 span {
        display: block;
		font-size: 18px;
		line-height: 36px;
		color: #fff;
    }
    .mbox .title01 p {
        display: block;
        padding-top: 6px;
        text-align: center;
        vertical-align: middle;
    }
    .mbox .title01 p b {
        width: 19px;
        height: 1px;
        display: inline-block;
        background-color: #999;
        vertical-align: middle;
    }
    .mbox .title01 p a {
        height: 17px;
        display: inline-block;
        line-height: 17px;
        color: #999;
        margin-left: 4px;
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 4px;
    }
    .mbox .sbox {
        width: 99%;
        background: rgba(255, 255, 255, 0.40);
        margin: auto;
        margin-top: 0px;
		height: 3.3rem;
    }
    .mbox .sbox strong {
        margin-left: 4%;
        width: 10%;
        height: 2rem;
        padding-top: 0.65rem;
        display: block;
        float: left;
        overflow: hidden;
    }
    .mbox .sbox strong img {
        height: 2rem;
        display: block;
    }
    .mbox .sbox p {
        height: 3.3rem;
        display: block;
        float: left;
        width: 62%;
        padding-left: 1px;
        background-image: url("../images/xian.jpg");
        background-position: left center;
        background-repeat: no-repeat;
        overflow: hidden;
        box-sizing: border-box;
    }
    .mbox .sbox p input {
        width: 90%;
        font-size: 18px;
        background-color: transparent;
        display: block;
        height: 3.3rem;
        line-height: 3.3rem;
        padding: 0 5%;
    }
    .mbox .sbox span {
        width: 24%;
        display: block;
        float: right;
        height: 3.3rem;
        line-height: 3.3rem;
        overflow: hidden;
        text-align: center;
    }
    .mbox .sbox span input {
        display: block;
        width: 100%;
        background-color: #4dbfdd;
        color: #fff;
        height: 3.3rem;
        cursor: pointer;
        font-size: 1rem;
    }
	
}

/*foot*/

.footer {
    width: 100%;
    padding-top: 40px;
    background-image: url("../images/fbg.png")/*tpa=http://www.chatbot.cn/images/fbg.png*/;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.foot {
    width: 1150px;
    margin: auto;
}

.foot .logo {
    height: 32px;
    padding-top: 4px;
    width: 575px;
}

.foot .logo img {
    height: 38px;
    display: block;
}

.foot .xw {
    height: 40px;
    width: 575px;
}

.foot .xw ul {
    float: right;
    height: 40px;
    display: block;
}

.foot .xw ul li {
    display: block;
    float: right;
    width: 40px;
    height: 40px;
    margin-left: 25px;
    position: relative;
    cursor: pointer;
}

.foot .xw ul li p {
    position: absolute;
    left: -40px;
    top: 40px;
    width: 120px;
    overflow: hidden;
    display: none;
}

.foot .xw ul li p img {
    width: 100%;
    display: block;
}

.foot .xw ul li:hover p {
    display: block;
}


.foot .lx {
    margin-top: 30px;
    width: 500px;
}

.foot .lx li {
    display: block;
    margin-bottom: 16px;
    line-height: 20px;
    font-size: 16px;
    color: #fff;
    overflow: hidden;
}

.foot .lx li strong {
    display: block;
    width: 14px;
    height: 14px;
    float: left;
    padding-top: 3px;
    margin-right: 10px;
}

.foot .lx li strong img {
    display: block;
    height: 14px;
    margin: auto;
}

.foot .lx li p {
    color: #fff !important;
    display: block;
    float: left;
    opacity: 0.7;
    font-size: 14px;
}

.foot .nav {
    margin-top: 28px;
    width: 650px;
    
    display: block;
}

.foot .nav div {
    display: block;
    font-size: 14px;
    color:#fff;
    opacity: 0.7;
    margin-top:-5px;
}

.foot .nav dt {
    display: block;
    line-height: 22px;
    font-size: 14px;
    width: 710px;
}

.foot .nav dt a {
    color: #fff;
    display: block;
    height: 22px;
    line-height: 22px;
    /*margin-right: 60px;*/
    margin-right: 40px;
    float: left;
    opacity: 0.7;
}

.foot .nav dd {
    height: 45px;
    line-height: 45px;
    margin-top: 30px;
    display: block;
    overflow: hidden;
}

.foot .nav dd span {
    display: block;
    float: left;
    margin-right: 10px;
    font-size: 16px;
}

.foot .nav dd span a {
    color: #fff;
}

.foot .nav dd p {
    width: 119px;
    height: 45px;
    margin-left: 19px;
    float: left;
    display: table;
    vertical-align: middle;
}

.foot .nav dd p a {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    height: 45px;
}

.foot .nav dd p img {
    max-height: 45px;
    max-width: 100%;
    vertical-align: middle;
}

.foot .bottom {
    width: 100%;
    margin-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 22px 0;
    text-align: center;
}

.foot .bottom p {
    font-size: 18px;
    line-height: 25px;
    color: #fff;
    display: block;
}

.foot .bottom span {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    opacity: 0.5;
    display: block;
    margin-top: 6px;
}

@media screen and (max-width:1149px) {
    .footer {
        width: 100%;
        margin: auto;
        padding-top: 20px;
        background-size: 100% 100%;
    }
    .foot {
        width: 100%;
    }
    .foot .logo {
        width: 41%;
        margin-left: 5%;
    }
    .foot .xw {
        width: 49%;
        margin-right: 5%;
    }
    .foot .xw ul {
        width: 100%;
    }
    .foot .xw ul li {
        margin-left: 3%;
    }
    .foot .xw ul li p {
        display: none !important;
    }
    .foot .xw ul li .dis {
        display: block !important;
    }
    .foot .lx {
        width: 90%;
        margin-left: 5%;
        margin-top: 15px;
    }
    .foot .lx li p {
        width: 90%;
    }
    .foot .nav {
        width: 100%;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        margin-top: 0;
        padding-top: 5px;
    }
    .foot .nav dt {
        width: 100%;
        overflow: hidden;
    }
    .foot .nav dt a {
        margin-left: 5%;
        margin-right: 0;
        margin-top: 10px;
        font-size: 14px;
    }
    .foot .nav dd {
        margin-top: 0;
    }
    .foot .nav dd span {
        margin-left: 5%;
        margin-right: 2%;
        font-size: 14px;
    }
    .foot .nav dd p {
        width: auto;
        max-width: 20%;
        margin-left: 1%;
    }
    .foot .bottom {
        width: 90%;
        margin-top: 12px;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        padding: 12px 3%;
        text-align: center;
    }
    .foot .bottom p {
        font-size: 16px;
    }
	.footWarn{
		width:90% !important;
		margin:auto;
		margin-top:20px;
	}
}

/*登录*/

.dlbox {
    width: 100%;
    height: 100%;
    padding-bottom: 40px;
    display: table;
    text-align: center;
    vertical-align: middle;
    overflow: auto;
    position: relative;
    background-image: url("../images/bg.png");
    background-size: cover;
    background-attachment: fixed;
    padding-top: 92px;
    box-sizing: border-box;
}

.dlbox .deng {
    width: 100%;
    margin: auto;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
	
}

.dlbox .deng .title {
    font-size: 36px;
    color: #FFFFFF;
    text-align: center;
	margin-top:100px;
}

.dlbox .deng .dl {
    width: 500px;
    padding-top: 3%;
    margin: auto;
    margin-top: 2.2%;
    background: #FFFFFF;
    border: 1px solid #E6EAEE;
    box-shadow: 0 21px 56px 0 rgba(127, 143, 164, 0.05);
    border-radius: 4px;
}

.dlbox .deng .dl01 {
    display: none;
}

.dlbox .deng .dl p {
    width: 420px;
    display: block;
    margin: auto;
    padding-bottom: 2%;
    overflow: hidden;
    text-align: left;
}

.dlbox .deng .dl p span {
    display: block;
    font-size: 14px;
    color: #7F8FA4;
    line-height: 27px;
}

.dlbox .deng .dl p input {
    display: block;
    width: 370px;
    padding: 0 24px;
    margin-top: 0.5%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #354052;
    background: #F8FAFC;
    border: 1px solid #DFE3E9;
    border-radius: 4px;
}

.dlbox .deng .dl strong {
    width: 418px;
    display: block;
    font-weight: normal;
    margin: 6% auto;
    background: #0EB0DB;
    border: 1px solid #20C5F1;
    height: 48px;
    line-height: 48px;
    border-radius: 5.6px;
}

.dlbox .deng .dl strong input {
    width: 100%;
    background: #0EB0DB;
    height: 48px;
    line-height: 48px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}

.dlbox .deng .dl .sub {
    width: 100%;
    display: block;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    color: #3A496E;
    background: #F8FAFC;
    box-shadow: 0 -1px 0 0 #E7E9ED;
}

.dlbox .deng .wj {
    width: 500px;
    margin: auto;
    display: table;
    text-align: center;
    vertical-align: middle;
    margin-top: 1.5%;
}

.dlbox .deng .wj input {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
}

.dlbox .deng .wj span {
    opacity: 0.7;
    font-size: 16px;
    color: #FFFFFF;
    display: inline-block;
    vertical-align: middle;
    margin-left: 2%;
    line-height: 16px;
}

.dlbox .deng .wj b {
    width: 1px;
    height: 16px;
    display: inline-block;
    background-color: #fff;
    text-align: center;
    margin: 0 3%;
    vertical-align: middle;
}

.dlbox .deng .wj a {
    opacity: 0.7;
    font-size: 16px;
    color: #FFFFFF;
    display: inline-block;
    vertical-align: middle;
    line-height: 16px;
}

.dlbox footer {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 2%;
    font-size: 14px;
    color: #FFFFFF;
    opacity: 0.5;
    text-align: center;
}

@media screen and (max-width:1149px) {
    .dlbox {
        padding-bottom: 40px;
        padding-top: 68px;
        box-sizing: border-box;
    }
    .dlbox .deng .title {
        font-size: 20px;
    }

    .dlbox .deng .dl01 {
        max-width: 500px;
        display: block;
        width: 90%;
        padding-top: 5%;
        margin: auto;
        margin-top: 2.2%;
        background: #FFFFFF;
        border: 1px solid #E6EAEE;
        box-shadow: 0 21px 56px 0 rgba(127, 143, 164, 0.05);
        border-radius: 4px;
    }
    .dlbox .deng .dl01 p {
        width: 90%;
        display: block;
        margin: auto;
        margin-bottom: 2%;
        overflow: hidden;
        text-align: left;
        background: #F8FAFC;
        border: 1px solid #DFE3E9;
        border-radius: 4px;
    }
    .dlbox .deng .dl01 p span {
        display: block;
        font-size: 14px;
        color: #7F8FA4;
        height: 40px;
        line-height: 40px;
        float: left;
        width: 17%;
        margin-left: 3%;
    }
    .dlbox .deng .dl01 p input {
        display: block;
        width: 74%;
        padding: 0 3%;
        margin-top: 0.5%;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        color: #354052;
        background-color: #F8FAFC;
    }
    .dlbox .deng .dl01 strong {
        width: 90%;
        display: block;
        font-weight: normal;
        margin: 6% auto;
        background: #0EB0DB;
        border: 1px solid #20C5F1;
        height: 40px;
        line-height: 40px;
        border-radius: 5.6px;
    }
    .dlbox .deng .dl01 strong input {
        width: 100%;
        background: #0EB0DB;
        height: 40px;
        line-height: 40px;
        color: #fff;
        font-size: 14px;
        cursor: pointer;
    }
    .dlbox .deng .dl01 .sub {
        width: 100%;
        display: block;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        color: #3A496E;
        background: #F8FAFC;
        box-shadow: 0 -1px 0 0 #E7E9ED;
    }
    .dlbox .deng .wj {
        width: 100%;
    }
    .dlbox .deng .wj input {
        width: 14px;
        height: 14px;
    }
    .dlbox .deng .wj span {
        font-size: 14px;
        line-height: 14px;
    }
    .dlbox .deng .wj b {
        width: 1px;
        height: 14px;
    }
    .dlbox .deng .wj a {
        font-size: 14px;
        line-height: 14px;
    }
}

/*忘记密码*/

.dlbox .deng .dl02 {
    width: 500px;
    margin: auto;
    margin-top: 2.2%;
    background: #FFFFFF;
    border: 1px solid #E6EAEE;
    box-shadow: 0 21px 56px 0 rgba(127, 143, 164, 0.05);
    border-radius: 4px;
}

.dlbox .deng .dl02 h1 {
    font-weight: normal;
    background: #F8FAFC;
    box-shadow: 0 1px 0 0 #E7E9ED;
    width: 100%;
    display: block;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    color: #3A496E;
}

.dlbox .deng .dl02 h2 {
    width: 420px;
    display: block;
    margin: auto;
    padding-top: 5%;
    overflow: hidden;
    font-weight: normal;
}

.dlbox .deng .dl02 h2 span {
    display: block;
    font-size: 14px;
    color: #7F8FA4;
    line-height: 27px;
    margin-bottom: 12px;
}

.dlbox .deng .dl02 h2 input {
    display: block;
    width: 370px;
    padding: 0 24px;
    margin-top: 0.5%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #354052;
    background: #F8FAFC;
    border: 1px solid #DFE3E9;
    border-radius: 4px;
    text-align: center;
}

.dlbox .deng .dl02 strong {
    width: 418px;
    display: block;
    font-weight: normal;
    margin: 6% auto;
    background: #0EB0DB;
    border: 1px solid #20C5F1;
    height: 48px;
    line-height: 48px;
    border-radius: 5.6px;
}

.dlbox .deng .dl02 strong input {
    width: 100%;
    background: #0EB0DB;
    height: 48px;
    line-height: 48px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}

.dlbox .deng .dl02 .fh {
    width: 420px;
    font-size: 14px;
    display: block;
    font-weight: normal;
    margin: 6% auto;
    background: #fff;
    color: #0EB0DB;
    border: 1px solid #20C5F1;
    height: 48px;
    line-height: 48px;
    border-radius: 5.6px;
}

@media screen and (max-width:1149px) {
    .dlbox .deng .dl02 {
        max-width: 500px;
        width: 90%;
        display: block;
        width: 90%;
        margin: auto;
        margin-top: 2.2%;
        background: #FFFFFF;
        border: 1px solid #E6EAEE;
        box-shadow: 0 21px 56px 0 rgba(127, 143, 164, 0.05);
        border-radius: 4px;
    }
    .dlbox .deng .dl02 h1 {
        font-size: 14px;
    }
    .dlbox .deng .dl02 h2 {
        width: 100%;
    }
    .dlbox .deng .dl02 h2 input {
        display: block;
        width: 84%;
        margin: auto;
        padding: 0 3%;
        font-size: 14px;
    }
    .dlbox .deng .dl02 strong {
        width: 90%;
        height: 40px;
        line-height: 40px;
    }
    .dlbox .deng .dl02 strong input {
        background: #0EB0DB;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
    .dlbox .deng .dl02 .fh {
        width: 90%;
        font-size: 14px;
        height: 40px;
        line-height: 40px;
    }
}

/*注册*/

.dlbox .deng .dl h4 {
    width: 420px;
    display: block;
    margin: auto;
    padding-bottom: 2%;
    text-align: left;
    font-weight: normal;
    overflow: hidden;
}

.dlbox .deng .dl h4 span {
    display: block;
    font-size: 14px;
    color: #7F8FA4;
    line-height: 27px;
}

.dlbox .deng .dl h4 input {
    display: block;
    width: 370px;
    padding: 0 24px;
    margin-top: 0.5%;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #354052;
    background: #F8FAFC;
    border: 1px solid #DFE3E9;
    border-radius: 4px;
}

.dlbox .deng .dl h2 {
    overflow: hidden;
    font-weight: normal;
    width: 420px;
    display: block;
    margin: auto;
    padding-bottom: 2%;
    text-align: left;
}

.dlbox .deng .dl h2 span {
    width: 100%;
    float: left;
    display: block;
    font-size: 14px;
    color: #7F8FA4;
    line-height: 27px;
}

.dlbox .deng .dl h2 input {
    display: block;
    width: 186px;
    float: left;
    padding: 0 24px;
    margin-top: 0.5%;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #354052;
    background: #F8FAFC;
    border: 1px solid #DFE3E9;
    border-radius: 4px;
}

.dlbox .deng .dl h2 a {
    width: 174px;
    display: block;
    float: left;
    height: 38px;
    margin-top: 0.5%;
    margin-left: 10px;
}

.dlbox .deng .dl h2 a img {
    width: 108px;
    height: 38px;
    display: block;
    float: left;
}

.dlbox .deng .dl h2 a i {
    font-style: normal;
    height: 38px;
    line-height: 38px;
    display: block;
    float: right;
    font-size: 14px;
    color: #909FAC;
}

.dlbox .deng .dl h3 {
    overflow: hidden;
    font-weight: normal;
    width: 420px;
    display: block;
    margin: auto;
    padding-bottom: 2%;
    text-align: left;
}

.dlbox .deng .dl h3 span {
    width: 100%;
    float: left;
    display: block;
    font-size: 14px;
    color: #7F8FA4;
    line-height: 27px;
}

.dlbox .deng .dl h3 input {
    display: block;
    width: 240px;
    float: left;
    padding: 0 24px;
    margin-top: 0.5%;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #354052;
    background: #F8FAFC;
    border: 1px solid #DFE3E9;
    border-radius: 4px;
}

.dlbox .deng .dl h3 a {
    width: 120px;
    display: block;
    float: right;
    height: 36px;
    font-size: 14px;
    line-height: 36px;
    text-align: center;
    color: #0EB0DB;
    margin-top: 0.5%;
    border: 1px solid #0EB0DB;
    border-radius: 4px;
}

.dlbox .deng .wj01 {
    width: 500px;
    margin: auto;
    display: table;
    vertical-align: middle;
    margin-top: 1.5%;
}

.dlbox .deng .wj01 p {
    text-align: left;
    width: 50%;
    float: left;
}

.dlbox .deng .wj01 input {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
}

.dlbox .deng .wj01 span {
    opacity: 0.7;
    font-size: 16px;
    color: #FFFFFF;
    display: inline-block;
    vertical-align: middle;
    margin-left: 2%;
    line-height: 16px;
}

.dlbox .deng .wj01 a {
    opacity: 0.7;
    font-size: 16px;
    color: #3981a0;
    text-decoration: underline;
    display: inline-block;
    vertical-align: middle;
    line-height: 16px;
}

.dlbox .deng .wj01 strong {
    font-weight: normal;
    text-align: right;
    width: 50%;
    float: left;
}

.threadblock_list .cont{
	color:#333;
	
}


@media screen and (max-width:1149px) {
	.mobClear{
		margin-top:45px !important;
	}
	.dlbox .deng .title {
		margin-top:0px;
	}
    .dlbox .deng .dl01 h4 {
        width: 90%;
        display: block;
        margin: auto;
        margin-bottom: 2%;
        overflow: hidden;
        text-align: left;
        background: #F8FAFC;
        border: 1px solid #DFE3E9;
        border-radius: 4px;
    }
    .dlbox .deng .dl01 h4 span {
        display: block;
        font-size: 14px;
        color: #7F8FA4;
        height: 36px;
        line-height: 36px;
        float: left;
        width: 17%;
        margin-left: 3%;
    }
    .dlbox .deng .dl01 h4 input {
        display: block;
        width: 74%;
        padding: 0 3%;
        height: 36px;
        line-height: 36px;
        font-size: 14px;
        color: #354052;
        background-color: #F8FAFC;
    }
    .dlbox .deng .dl01 h2 {
        width: 90%;
        display: block;
        margin: auto;
        margin-bottom: 2%;
        overflow: hidden;
        text-align: left;
        background: #F8FAFC;
        border: 1px solid #DFE3E9;
        border-radius: 4px;
    }
    .dlbox .deng .dl01 h2 span {
        display: block;
        font-size: 14px;
        color: #7F8FA4;
        height: 36px;
        line-height: 36px;
        float: left;
        width: 25%;
        margin-left: 3%;
    }
    .dlbox .deng .dl01 h2 input {
        display: block;
        float: left;
        width: 36%;
        padding: 0 3%;
        height: 36px;
        line-height: 36px;
        font-size: 14px;
        color: #354052;
        background-color: #F8FAFC;
    }
    .dlbox .deng .dl01 h2 a {
        width: 25%;
        display: block;
        float: left;
        height: 36px;
        margin-top: 0.5%;
        margin-left: 2%;
    }
    .dlbox .deng .dl01 h2 a img {
        width: 100%;
        height: 36px;
        display: block;
        float: left;
    }
    .dlbox .deng .dl01 h3 {
        width: 90%;
        display: block;
        margin: auto;
        margin-bottom: 2%;
        overflow: hidden;
        text-align: left;
        border-left: 1px solid #DFE3E9;
        border-radius: 4px;
    }
    .dlbox .deng .dl01 h3 span {
        display: block;
        font-size: 14px;
        color: #7F8FA4;
        height: 36px;
        line-height: 36px;
        float: left;
        width: 17%;
        padding-left: 3%;
        background: #F8FAFC;
        border-top: 1px solid #DFE3E9;
        border-bottom: 1px solid #DFE3E9;
    }
    .dlbox .deng .dl01 h3 input {
        display: block;
        float: left;
        width: 36%;
        padding: 0 3%;
        height: 36px;
        line-height: 36px;
        font-size: 14px;
        color: #354052;
        background-color: #F8FAFC;
        background: #F8FAFC;
        border: 1px solid #DFE3E9;
        border-left: none;
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
        border-bottom-right-radius: 4px;
        border-top-right-radius: 4px;
    }
    .dlbox .deng .dl01 h3 a {
        width: 34%;
        display: block;
        float: right;
        height: 36px;
        font-size: 14px;
        line-height: 36px;
        text-align: center;
        color: #0EB0DB;
        border: 1px solid #0EB0DB;
        border-radius: 4px;
    }
    .dlbox .deng .dl01 strong {
        width: 90%;
        display: block;
        font-weight: normal;
        margin: 6% auto;
        background: #0EB0DB;
        border: 1px solid #20C5F1;
        height: 40px;
        line-height: 40px;
        border-radius: 5.6px;
    }
    .dlbox .deng .dl01 strong input {
        width: 100%;
        background: #0EB0DB;
        height: 40px;
        line-height: 40px;
        color: #fff;
        font-size: 14px;
        cursor: pointer;
    }
    .dlbox .deng .dl01 .sub {
        width: 100%;
        display: block;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        color: #3A496E;
        background: #F8FAFC;
        box-shadow: 0 -1px 0 0 #E7E9ED;
    }
    .dlbox .deng .wj01 {
        max-width: 500px;
        width: 90%;
        margin: auto;
        margin-top: 1.5%;
    }
    .dlbox .deng .wj01 p {
        width: 60%;
    }
    .dlbox .deng .wj01 strong {
        width: 40%;
    }
    .dlbox .deng .wj01 input {
        width: 14px;
        height: 14px;
    }
    .dlbox .deng .wj01 span {
        font-size: 14px;
        line-height: 14px;
    }
    .dlbox .deng .wj01 a {
        font-size: 14px;
        line-height: 14px;
    }
}

/*banenr*/

.ban {
    width: 100%;
    height: 660px;
    position: relative;
    margin-top: 68px;
}

.ban .tu {
    width: 1920px;
    height: 660px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
    top: 0;
    z-index: 11;
}

.ban .tu strong {
    width: 100%;
    height: 660px;
    overflow: hidden;
    display: block;
}

.ban .tu b {
    width: 100%;
    height: 660px;
    overflow: hidden;
    display: none;
}

.ban .wen {
    width: 580px;
    height: 660px;
    vertical-align: middle;
    display: table;
    position: absolute;
    left: 50%;
    margin-left: -575px;
    top: 0;
    z-index: 13;
}

.ban .wen div {
    display: table-cell;
    vertical-align: middle;
}

.ban .wen p {
    display: block;
    line-height: 53px;
    font-size: 38px;
    color: #FFFFFF;
    text-shadow: 0 5px 10px rgba(9, 39, 116, 0.40);
}

.ban .wen span {
    display: block;
    margin-top: 15px;
    opacity: 0.7;
    font-size: 20px;
    color: #FFFFFF;
    letter-spacing: 1px;
    line-height: 28px;
	width: 655px;
}

.ban .wen h2 {
    font-weight: normal;
    display: block;
    margin-top: 15px;
    opacity: 0.7;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 28px;
}

.ban .wen h1 {
    display: none;
}

.ban .wen b {
    width: 660px;
    display: block;
    font-weight: normal;
    text-align: center;
    margin-top: 45px;
}

.ban .wen b strong {
    font-weight: normal;
    width: 200px;
    height: 60px;
    border-radius: 2px;
    background-color: #0EB0DB;
    overflow: hidden;
    display: block;
    line-height: 60px;
    font-size: 24px;
    float: left;
}

.ban .wen b em {
    font-style: normal;
    width: 200px;
    height: 60px;
    border-radius: 2px;
    background-color: rgba(225, 225, 225, 0.35);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66ffffff, endColorstr=#66ffffff);
    overflow: hidden;
    display: block;
    line-height: 60px;
    font-size: 24px;
    float: left;
	margin-left:20px;
}

.ban .wen b .tryBtn{
	background-color:#29abb0;
}

.ban .wen b .tryBtn2{
	background-color:#f6a223;
}

.ban .wen b .tryBtn3{
	background-color:#29abb0;
}

.ban .wen b a {
    color: #fff;
}

.ban .wen b a {
    color: #fff;
    width: 100%;
    display: block;
}

.ban .wen em a {
    width: 100%;
    display: block;
}

.ban .wen b strong:hover {
    background-color: #0096ff;
}

.ban .wen b em:hover {
    background-color: rgba(225, 225, 225, 0.7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2ffffff, endColorstr=#B2ffffff);
}

@media screen and (max-width:1149px) and (max-width:1150px) {
    .ban.bb {
        margin-top: 0;
    }
    .ban .wen {
        width: 580px;
        height: 660px;
        vertical-align: middle;
        display: table;
        position: absolute;
        left: 3%;
        margin-left: -0;
        top: 0;
        z-index: 13;
    }
}

@media screen and (max-width:1149px) {
    .ban {
        height: auto;
    }
    .ban.bb {
        margin-top: 0;
    }
    .ban .tu {
        width: 100%;
        position: static;
        margin-left: 0;
        height: auto;
    }
    .ban .tu strong {
        display: none;
    }
    .ban .tu b {
        width: 100%;
        height: auto;
        display: block;
    }
    .ban .tu b img {
        width: 100%;
        display: block;
    }
    .ban .wen {
        width: 100% !important;
        bottom: 15%;
		height:240px !important;
        top: auto;
        left: 0;
        margin-left: 0;
        height: auto;
        text-align: center;
    }
    .ban .wen p {
        display: block;
        line-height: 50px;
        height: auto;
        font-size: 20px;
        color: #FFFFFF;
        text-shadow: 0 5px 10px rgba(9, 39, 116, 0.40);
    }
    .ban .wen h2 {
        display: none;
    }
    .ban .wen span {
        display: block;
        width: 90%;
        margin: auto;
        margin-top: 0.5%;
        opacity: 0.7;
        font-size: 14px;
        color: #FFFFFF;
        letter-spacing: 1px;
        line-height: 20px;
		text-align: left;

    }
    .ban .wen h1 {
        font-weight: normal;
        display: block;
        width: 94%;
        margin: auto;
        margin-top: 1%;
        opacity: 0.7;
        font-size: 14px;
        color: #FFFFFF;
        line-height: 20px;
    }
    .ban .wen b {
        overflow: hidden;
		width: 280px;
		margin: auto;
		margin-top: 10%;
		padding-right: 0px !important;
    }
    .ban .wen b strong {
        width: 80px !important;
		/* margin-left: 15%; */
		font-size: 18px;
		height: 40px;
		line-height: 40px;
    }
    .ban .wen b em {
        width: 80px !important;

        font-size: 18px;
        height: 40px;
        line-height: 40px;
    }
	
	.ban .wen b .tryBtn{
		margin-right: 0% !important;
		float: right;
	
	}
	
	.ban .wen b .tryBtn2{
		margin-right: 7% !important;
		float: right;
		margin-top: -30px;
	}
	
	.ban .wen b .tryBtn3{
		
		float: right;

	}
}

@media screen and (max-width:719px) {
    .tu01 {
        #display: none;
    }
    .ban .wen {
        width: 100% !important;
		bottom:9%;
        top: auto;
        left: 0;
        margin-left: 0;
        height: auto;
        text-align: center;
    }
    .ban .wen b strong {
        width: 32%;
		/* margin-left: 15%; */
		font-size: 14px;
		height: 30px;
		line-height: 30px;
    }
    .ban .wen b em {
        width: 32%;

        font-size: 14px;
        height: 30px;
        line-height: 30px;
    }
    .close {
        right: 5px !important;
        top: 5px !important;
    }
	
	.ban .wen b .tryBtn2{
		margin-right: auto !important;
		float: right;
		margin-top: 0px;
	}
}

/*对话机器人*/

.b01 {
    width: 100%;
    padding: 120px 0;
}

.b01 .box {
    width: 1200px;
    margin: auto;
    overflow: hidden;
    display: table;
    vertical-align: middle;
    transition: width 1s;
    -moz-transition: width 1s;
    -webkit-transition: width 1s;
    -o-transition: width 1s;
}

.b01 .box .tu {
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
	width:563px;height:400px
}

.b01 .box .tu img {
    max-width: 670px;
    display: block;
    float: left;
}

.b01 .box .wen01 {
    display: none;
}

.b01 .box .wen {
    display: table-cell;
    vertical-align: middle;
    width: 480px;
}

.b01 .box .wen span {
    font-size: 24px;
    color: #333333;
    line-height: 33px;
    display: block;
    margin-bottom: 20px;
}

.b01 .box .wen p {
    font-size: 16px;
    color: #666;
    line-height: 28px;
    display: block;
    overflow: hidden;
}

.b01 .box .wen a {
    margin-top: 40px;
    display: block;
    width: 110px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    background-color: #4dbfdd;
    color: #fff;
    border-radius: 2px;
}

.b01 .box .more {
    display: none;
}

@media screen and (max-width:1149px) {
    .b01 {
        width: 100%;
        padding: 40px 0;
    }
    .b01 .box {
        width: 90%;
        height: auto;
    }
    .b01 .box .tu {
        width: 100%;
        display: block !important;
        height: auto;
        margin-top: 20px;
    }
    .b01 .box .tu img {
        max-width: 100%;
        margin: auto;
        float: none;
    }
    .b01 .box .wen {
        display: none !important;
    }
    .b01 .box .wen01 {
        width: 100%;
        display: block;
        text-align: center;
    }
    .b01 .box .wen01 span {
        font-size: 18px;
        color: #333333;
        height: auto;
        line-height: 26px;
        display: block;
        margin-bottom: 2%;
    }
    .b01 .box .wen01 p {
        font-size: 14px;
        color: #666;
        line-height: 24px;
        height: auto;
        display: block;
        overflow: hidden;
		text-align: left;
    }
    .b01 .box .more {
        margin: auto;
        margin-top: 20px;
        display: block;
        width: 110px;
        height: 36px;
        line-height: 36px;
        text-align: center;
        font-size: 14px;
        background-color: #4dbfdd;
        color: #fff;
        border-radius: 2px;
    }
}

.b02 {
    width: 100%;
    margin: auto;
    padding: 120px 0;
    background: #F8F8F8;
}

.b02 .box {
    width: 1200px;
    margin: auto;
    overflow: hidden;
    display: table;
    vertical-align: middle;
    transition: width 1s;
    -moz-transition: width 1s;
    -webkit-transition: width 1s;
    -o-transition: width 1s;
}

.b02 .box .tu {
    width: 670px;
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}

.b02 .box .tu img {
    max-width: 670px;
    float: right;
    display: block;
}

.b02 .box .wen {
    display: table-cell;
    vertical-align: middle;
    width: 480px;
}

.b02 .box .wen span {
    font-size: 24px;
    color: #333333;
    line-height: 33px;
    display: block;
    margin-bottom: 20px;
	padding-left:0px;
}

.b02 .box .wen p {
    font-size: 16px;
    color: #666;
    line-height: 28px;
    display: block;
    overflow: hidden;
}

.b02 .box .wen a {
    margin-top: 40px;
    display: block;
    width: 110px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    background-color: #4dbfdd;
    color: #fff;
    border-radius: 2px;
}

.b01 .box.aaa,
.b02 .box.aaa {
    width: 1150px;
}

@media screen and (max-width:1149px) {
    .b02 {
        width: 100%;
        padding: 40px 0;
    }
    .b02 .box {
        width: 90%;
        height: auto;
    }
    .b02 .box .tu {
        width: 100%;
        display: block !important;
        height: auto;
        margin-top: 20px;
    }
    .b02 .box .tu img {
        max-width: 100%;
        margin: auto;
        float: none;
    }
    .b02 .box .wen {
        width: 100%;
        display: block;
        text-align: center;
    }
    .b02 .box .wen span {
        font-size: 18px;
        color: #333333;
        height: auto;
        line-height: 26px;
        display: block;
        margin-bottom: 2%;
		padding-left:0px;
    }
    .b02 .box .wen p {
        font-size: 14px;
        color: #666;
        line-height: 24px;
        height: auto;
        display: block;
        overflow: hidden;
		text-align: left;
    }
}



@media screen and (max-width:1149px) {
    .b01 .box.aaa,
    .b02 .box.aaa {
        width: 90%;
    }
}

.cbox {
    width: 100%;
    background-color: #fff;
    padding-bottom: 80px;
}

.cbox .title {
    width: 100%;
    text-align: center;
}

.cbox .title span {
    display: block;
    font-size: 30px;
    line-height: 42px;
    height: 42px;
    color: #333;
}

.cbox .title p {
    display: block;
    padding-top: 6px;
    text-align: center;
    vertical-align: middle;
}

.cbox .title p b {
    width: 19px;
    height: 1px;
    display: inline-block;
    background-color: #999;
    vertical-align: middle;
}

.cbox .title p a {
    height: 17px;
    display: inline-block;
    line-height: 17px;
    color: #999;
    margin-left: 10px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 10px;
}

.cbox .list {
    width: 1149px;
    display: block;
    margin: auto;
    padding-top: 60px;
}

.cbox .list li {
    display: block;
    float: left;
    width: 383px;
    height: 251px;
    overflow: hidden;
    position: relative;
}

.cbox .list li strong {
    display: block;
    width: 100%;
    overflow: hidden;
}

.cbox .list li strong img {
    width: 100%;
    display: block;
}

.cbox .list li p {
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0%;
    height: 100%;
    overflow: hidden;
}

.cbox .list li p b {
    height: 76px;
    overflow: hidden;
    display: block;
    margin: auto;
    padding-top: 63px;
}

.cbox .list li p b img {
    height: 100%;
    margin: auto;
    display: block;
}

.cbox .list li p span {
    height: 44px;
    font-size: 24px;
    display: block;
    color: #fff;
    margin-top: 20px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
}

.cbox .list li p:hover {
    background: rgba(83, 192, 221, 0.7);
}

@media screen and (max-width:1149px) {
    .cbox {
        padding-bottom: 40px;
    }
    .cbox .title p a {
        margin-left: 4px;
        letter-spacing: 4px;
    }
    .cbox .list {
        width: 100%;
        padding-top: 5%;
    }
    .cbox .list li {
        width: 50%;
        height: auto;
    }
    .cbox .list li p b {
        height: 40px;
        padding-top: 15%;
    }
    .cbox .list li p span {
        height: 30px;
        line-height: 30px;
        font-size: 16px;
        margin-top: 2%;
    }
}



@media screen and (max-width:1149px) {
    .mt {
        padding-top: 40px !important;
    }
}

/*多轮*/

#tab .tab_box .mo {
    display: block;
}

#tab .tab_box .mo .tu {
    width: 494px;
    margin-left: 27px;
    display: block;
    float: left;
    height: 800px;
    position: relative;
}

#tab .tab_box .mo .tu a {
    width: 70px;
    height: 70px;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    top: 286px;
}

#tab .tab_box .mo .wen {
    width: 480px;
    display: block;
    float: right;
    padding-top: 106px;
    margin-left: 74px;
}

#tab .tab_box .mo .wen span {
    font-size: 24px;
    color: #333333;
    line-height: 33px;
    display: block;
    margin-bottom: 12px;
}

#tab .tab_box .mo .wen p {
    font-size: 16px;
    color: #666;
    line-height: 28px;
    display: block;
    overflow: hidden;
}

/*#tab .tab_box .mo .wen a{ margin-top:30px; display:block; width:200px; height:60px; line-height:60px; text-align:center; font-size:24px; color:#fff; background:#4dbfdd; border-radius:2px;}*/

@media screen and (max-width:1149px) {
    #tab .tab_box .mo .tu {
        width: 300px;
        margin: auto;
        display: block;
        float: none;
        height: 486px;
        position: relative;
    }
    #tab .tab_box .mo .tu a {
        top: 165px;
    }
    #tab .tab_box .mo .wen {
        width: 100%;
        float: none;
        margin-left: 0;
        padding-top: 0;
        text-align: center;
    }
    #tab .tab_box .mo .wen span {
        text-align: center;
    }
    #tab .tab_box .mo .wen p {
        text-align: center;
        font-size: 14px;
        line-height: 24px;
    }
    #tab .tab_box .mo .wen a {
        margin: 10px auto;
        display: block;
        width: 120px;
        height: 36px;
        line-height: 36px;
        font-size: 14px;
    }
}

/*技术优势*/

.ban .wen01 {
    width: 100%;
    height: 660px;
    vertical-align: middle;
    display: table;
    position: absolute;
    left: 0;
    margin-left: 0;
    top: 0;
    z-index: 13;
    text-align: center;
}

.ban .wen01 div {
    display: table-cell;
    vertical-align: middle;
}

.ban .wen01 p {
    display: block;
    line-height: 107px;
    font-size: 72px;
    color: #FFFFFF;
    text-shadow: 0 5px 10px rgba(9, 39, 116, 0.40);
}

.ban .wen01 h1 {
    font-weight: normal;
    opacity: 0.9;
    font-size: 24px;
    color: #FFFFFF;
    letter-spacing: 7.5px;
    line-height: 46px;
}

.ban .wen01 h2 {
    display: none;
}

@media screen and (max-width:1149px) {
    .ban .wen01 {
        width: 100%;
        bottom: 2rem;
        top: auto;
        left: 0;
        margin-left: 0;
        height: auto;
        text-align: center;
    }
    .ban .wen01 p {
        display: block;
        line-height: 30px;
        height: auto;
        font-size: 20px;
        color: #FFFFFF;
        text-shadow: 0 5px 10px rgba(9, 39, 116, 0.40);
    }
    .ban .wen01 h1 {
        display: none;
    }
    .ban .wen01 h2 {
        font-weight: normal;
        display: block;
        width: 94%;
        margin: auto;
        margin-top: 1%;
        opacity: 0.7;
        font-size: 14px;
        color: #FFFFFF;
        letter-spacing: 1px;
        line-height: 24px;
    }
}

.b03 {
    width: 100%;
    margin: auto;
    padding: 60px 0;
    background: #fff;
}

.b03 .box {
    width: 1150px;
    margin: auto;
    overflow: hidden;
}

.b03 .box .tu {
    width: 100%;
    display: block;
    transition: height 1s;
    -moz-transition: height 1s;
    -webkit-transition: height 1s;
    -o-transition: height 1s;
    padding-top: 40px;
}

.b03 .box .tu a {
    width: 100%;
    display: block;
    padding-top: 40px;
}

.b03 .box .tu img {
    max-width: 100%;
    display: block;
    margin: auto;
}

.b03 .box .wen {
    width: 100%;
    text-align: center;
}

.b03 .box .wen span {
    font-size: 30px;
    color: #333333;
    line-height: 42px;
    display: block;
    margin-bottom: 14px;
}

.b03 .box .wen p {
    font-size: 16px;
    ;
    color: #666;
    line-height: 28px;
    display: block;
    overflow: hidden;
}

.b03 .box .wen a {
    margin-top: 38px;
    display: block;
    width: 130px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    background-color: #4dbfdd;
    color: #fff;
    border-radius: 2px;
}

.b04 {
    width: 100%;
    margin: auto;
    padding: 60px 0;
    background: #F8F8F8;
}

.b04 .box {
    width: 1150px;
    margin: auto;
    overflow: hidden;
}

.b04 .box .tu {
    width: 100%;
    display: block;
    transition: height 1s;
    -moz-transition: height 1s;
    -webkit-transition: height 1s;
    -o-transition: height 1s;
    padding-top: 40px;
}

.b04 .box .tu a {
    width: 100%;
    display: block;
    padding-top: 40px;
}

.b04 .box .tu img {
    max-width: 100%;
    display: block;
    margin: auto;
}

.b04 .box .wen {
    width: 100%;
    text-align: center;
}

.b04 .box .wen span {
    font-size: 30px;
    color: #333333;
    line-height: 42px;
    display: block;
    margin-bottom: 14px;
}

.b04 .box .wen p {
    font-size: 16px;
    ;
    color: #666;
    line-height: 28px;
    display: block;
    overflow: hidden;
}

.b04 .box .wen a {
    margin-top: 38px;
    display: block;
    width: 130px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    background-color: #4dbfdd;
    color: #fff;
    border-radius: 2px;
}

@media screen and (max-width:1149px) {
    .b03 {
        padding: 30px 0;
    }
    .b03 .box {
        width: 90%;
        margin: auto;
    }
    .b03 .box .tu {
        padding-top: 20px;
    }
    .b03 .box .tu a {
        padding-top: 20px !important;
    }
    .b03 .box .wen {
        width: 100%;
        text-align: center;
    }
    .b03 .box .wen span {
        font-size: 18px;
        color: #333333;
        line-height: 26px;
        display: block;
        margin-bottom: 2%;
    }
    .b03 .box .wen p {
        font-size: 14px;
        color: #666;
        line-height: 24px;
        display: block;
        overflow: hidden;
    }
    .b04 {
        padding: 30px 0;
    }
    .b04 .box {
        width: 90%;
        margin: auto;
        overflow: hidden;
    }
    .b04 .box .tu {
        padding-top: 20px;
    }
    .b04 .box .tu a {
        padding-top: 20px !important;
    }
    .b04 .box .wen {
        width: 100%;
        text-align: center;
    }
    .b04 .box .wen span {
        font-size: 18px;
        color: #333333;
        line-height: 26px;
        display: block;
        margin-bottom: 2%;
    }
    .b04 .box .wen p {
        font-size: 14px;
        color: #666;
        line-height: 24px;
        display: block;
        overflow: hidden;
    }
}

/*价格*/

.biao {
    width: 100%;
    height: 64px;
    background-color: #fff;
    text-align: center;
    border-bottom: 1px solid #EEEFF0;
}

.biao a {
    cursor: pointer;
    display: inline-block;
    width: 220px;
    line-height: 62px;
    height: 62px;
    font-size: 18px;
    margin: 0 10px;
    color: #666;
}

.biao a b {
    width: 220px;
    height: 2px;
    background-color: #4dbfdd;
    display: none;
}

.biao a.on b {
    display: block;
}

.biao a.on {
    color: #4dbfdd;
}

.biao01 {
    width: 100%;
    height: 64px;
    background-color: #fff;
    text-align: center;
    border-bottom: 1px solid #EEEFF0;
}

.biao01 a {
    cursor: pointer;
    display: inline-block;
    width: 220px;
    line-height: 62px;
    height: 62px;
    font-size: 18px;
    margin: 0 10px;
    color: #666;
}

.biao01 a b {
    width: 220px;
    height: 2px;
    background-color: #4dbfdd;
    display: none;
}

.biao01 a.on b {
    display: block;
}

.biao01 a.on {
    color: #4dbfdd;
}

.biao02 {
    display: none;
}

.vpanel{
	
	display:none;
}

@media screen and (max-width:1149px) {
    .biao {
        display: block;
        width: 100%;
        height: 50px;
        background-color: #fff;
        text-align: center;
        border-bottom: 1px solid #EEEFF0;
    }
    .biao a {
        width: auto;
        display: inline-block;
        line-height: 48px;
        height: 48px;
        font-size: 16px;
        margin: 0 3%;
        color: #666;
    }
    .biao a b {
        width: 40px;
        margin: auto;
        height: 2px;
        background-color: #4dbfdd;
        display: none;
    }
    .biao a.on b {
        display: block;
    }
    .biao a.on {
        color: #4dbfdd;
    }
    .biao01 {
        display: none;
    }
    .biao02 {
        display: block;
        width: 100%;
        height: 50px;
        background-color: #fff;
        text-align: center;
        border-bottom: 1px solid #EEEFF0;
    }
    .biao02 a {
        width: auto;
        display: inline-block;
        line-height: 48px;
        height: 48px;
        font-size: 16px;
        margin: 0 3%;
        color: #666;
    }
    .biao02 a b {
        width: 40px;
        margin: auto;
        height: 2px;
        background-color: #4dbfdd;
        display: none;
    }
    .biao02 a.on b {
        display: block;
    }
    .biao02 a.on {
        color: #4dbfdd;
    }
}

.jg {
    width: 100%;
    background-color: #f8f8f8;
    padding-top: 60px;
    padding-bottom: 80px;
}

.jg dl {
    width: 1150px;
    margin: auto;
    display: block;
}

.jg dl dt {
    width: 260px;
    background-color: #fff;
    display: block;
    float: left;
    box-shadow: 0 40px 40px 0 rgba(0, 0, 0, 0.08);
    margin-right: 30px;
}

.jg dl dd {
    width: 260px;
    background-color: #fff;
    display: block;
    float: left;
    box-shadow: 0 40px 40px 0 rgba(0, 0, 0, 0.08);
}

.jg dl .tou {
    width: 100%;
    height: 80px;
    line-height: 80px;
    color: #fff;
    text-align: center;
    font-size: 24px;
}

.jg dl .jia {
    font-size: 24px;
    letter-spacing: 5px;
    text-align: center;
    line-height: 48px;
    margin-top: 20px;
}

.jg dl .jia span {
    font-size: 48px;
}

.jg dl .xin {
    width: 280px;
    margin: auto;
    font-size: 18px;
    line-height: 25px;
    color: #666666;
    text-align: center;
    padding-bottom: 30px;
    border-bottom: 1px solid #F0F1F2;
}

.jg dl p {
    font-size: 14px;
    color: #333;
    display: block;
    text-align: center;
    line-height: 20px;
    margin-top: 26px;
}

.jg dl p span {
    width: 80px;
    height: 32px;
    display: inline-block;
    color: #fff;
    margin: 0 1%;
}

.jg dl .more {
    width: 160px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    margin: 40px auto;
    border-radius: 2px;
}

.jg dl .more a {
    font-size: 16px;
    width: 100%;
    display: block;
    height: 48px;
    color: #FFFFFF;
}

.jg01 {
    display: none;
}

@media screen and (max-width:1149px) {
	
	#top{display:none}
    .jg {
        #display: none !important;
    }
	.jg dl{
		
		width:90%;
	}
	
	.jg dl dt ,.jg dl dd {
		width:100%;
		background-color: #fff;
		display: block;
		float: none;
		box-shadow: 0 40px 40px 0 rgba(0, 0, 0, 0.08);

		margin:auto;
		padding-bottom: 1px;
		margin-bottom: 40px;
	}
	
    .jg01 {
        display: block;
        width: 100%;
        background-color: #f8f8f8;
        padding-top: 30px;
        padding-bottom: 40px;
    }
    .jg01 .tab_menu {
        width: 100%;
        text-align: center;
        vertical-align: bottom;
    }
    .jg01 .tab_menu li {
        width: 18%;
        display: inline-block;
        height: 36px;
        line-height: 36px;
        margin: 6px 0.5%;
        margin-bottom: 0;
        vertical-align: bottom;
        color: #fff;
        font-size: 14px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }
    .jg01 .tab_menu li.selected {
        margin: 0;
        width: 30.4%;
        height: 48px;
        line-height: 48px;
        font-size: 16px;
    }
    .jg01 .tab_box {
        width: 100%;
        padding-bottom: 10%;
    }
    .jg01 .tab_box .box {
        width: 90%;
        margin: auto;
        background-color: #fff;
        padding-bottom: 3%;
        box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.08);
    }
    .hide {
        display: none;
    }
    .jg01 .jia {
        font-size: 18px;
        letter-spacing: 2px;
        text-align: center;
        line-height: 36px;
        padding-top: 5%;
    }
    .jg01 .jia span {
        font-size: 26px;
    }
    .jg01 .xin {
        width: 84%;
        margin: auto;
        font-size: 14px;
        line-height: 20px;
        color: #666666;
        text-align: center;
        padding-bottom: 5%;
        border-bottom: 1px solid #F0F1F2;
        margin-bottom: 3%;
    }
    .jg01 p {
        font-size: 14px;
        color: #333;
        display: block;
        text-align: center;
        line-height: 32px;
        margin-top: 2%;
    }
    .jg01 p span {
        width: 80px;
        height: 32px;
        display: inline-block;
        color: #fff;
        margin: 0 1%;
    }
    .jg01 .more {
        width: 120px;
        height: 36px;
        line-height: 36px;
        text-align: center;
        margin: 4% auto;
        border-radius: 2px;
		margin-bottom:20px;
    }
    .jg01 .more a {
        font-size: 14px;
        width: 100%;
        display: block;
        height: 36px;
        color: #FFFFFF;
    }

	
	


}

#reguserform table tr td #payAmount{
		font-size:16px;
		width:72px;
}
@media screen and (max-width:500px) {
	#reguserform table tr td, #reguserform table tr td #payAmount{
		font-size:12px;
		
	}
}

/*案例*/

.mt01 {
    background-image: url("../images/mbg02.png");
}

.tab01,
.tab02,
.tab03,
.tab04 {
    width: 100%;
    padding: 20px 0;
    background-color: #fff;
    text-align: center;
    overflow: auto;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05);
}

.tab01 ul,
.tab02 ul,
.tab03 ul,
.tab04 ul {
    width: 1150px;
    display: block;
    margin: 0 auto;
    overflow: hidden;
}

.tab01 li,
.tab02 li,
.tab03 li,
.tab04 li {
    display: block;
    cursor: pointer;
    float: left;
}

.tab01 li a,
.tab02 li a,
.tab03 a,
.tab04 a {
    display: block;
    padding: 0 40px;
    font-size: 16px;
    height: 36px;
    line-height: 36px;
    color: #666;
    border-radius: 2px 2px 0 0;
}

.tab01 li.on a,
.tab02 li.on a,
.tab03 li.on a,
.tab04 li.on a {
    background: #4dbfdd;
    color: #fff;
}

@media screen and (max-width:1024px) {
    .tab01,
    .tab02,
    .tab03,
    .tab04 {
        padding: 10px 5%;
        width: 100%;
    }
    .tab01 li a,
    .tab02 li a,
    .tab03 li a,
    .tab04 li a {
        padding: 0 20px;
        font-size: 14px;
        white-space: nowrap;
    }
}

.ban .wen02 {
    width: 100%;
    height: 660px;
    vertical-align: middle;
    display: table;
    position: absolute;
    left: 0;
    margin-left: 0;
    top: 0;
    z-index: 13;
    text-align: center;
}

.ban .wen02 div {
    display: table-cell;
    vertical-align: middle;
}

.ban .wen02 p {
    display: block;
    font-size: 60px;
    height: 90px;
    font-weight: bold;
    color: #FFFFFF;
    letter-spacing: 3px;
    text-shadow: 0 5px 10px rgba(9, 39, 116, 0.40);
}

.ban .wen02 span {
    font-weight: normal;
    opacity: 0.9;
    font-size: 24px;
    color: #FFFFFF;
    letter-spacing: 15px;
    line-height: 46px;
}

@media screen and (max-width:1149px) {
    .ban .wen02 {
        width: 100%;
        height: 400px;
        /* top: -40%; */
    }
    .ban .wen02 p {
        display: block;
        height: auto;
        font-size: 24px;
        color: #FFFFFF;
        text-shadow: 0 5px 10px rgba(9, 39, 116, 0.40);
    }
    .ban .wen02 span {
        font-weight: normal;
        display: block;
        width: 94%;
        margin: auto;
        margin-top: 1%;
        opacity: 0.7;
        font-size: 14px;
        color: #FFFFFF;
        letter-spacing: 5px;
        line-height: 24px;
    }
}

.aa {
    background-color: #f8f8f8;
    background-image: none;
    padding: 60px 0;
}

.abox {
    width: 1150px;
    margin: auto;
    padding: 40px 0;
    background: #fff;
}

.abox .title {
    width: 100%;
    text-align: center;
    font-size: 30px;
    line-height: 42px;
    height: 42px;
    color: #333;
}

.abox .tou {
    width: 580px;
    margin: auto;
    margin-top: 20px;
    font-size: 16px;
    color: #666666;
    text-align: center;
    line-height: 28px;
}

.abox .tou01 {
    display: none;
}

.abox .wen {
    width: 100%;
    margin-top: 40px;
}

.abox .wen .tu {
    width: 472px;
    height: 362px;
    float: left;
    overflow: hidden;
    margin-left: 50px;
}

.abox .wen .tu img {
    width: 100%;
}

.abox .wen ul {
    width: 550px;
    display: block;
    float: left;
    margin-left: 50px;
    margin-top: -30px;
}

.abox .wen ul li {
    width: 100%;
    display: block;
    overflow: hidden;
    margin-top: 30px;
}

.abox .wen ul li strong {
    width: 48px;
    display: block;
    float: left;
    overflow: hidden;
}

.abox .wen ul li strong img {
    width: 100%;
    display: block;
}

.abox .wen ul li p {
    width: 480px;
    display: block;
    float: right;
    overflow: hidden;
}

.abox .wen ul li p span {
    display: block;
    font-size: 20px;
    color: #333333;
    line-height: 28px;
}

.abox .wen ul li p a {
    width: 100%;
    display: block;
    font-size: 14px;
    color: #666;
    line-height: 28px;
    margin-top: 8px;
    overflow: hidden;
}

.aa .xbox {
    margin-top: -60px;
}

@media screen and (max-width:1149px) {
    .aa {
        padding: 30px 0;
        background-color: #fff;
    }
    .abox {
        width: 100%;
        background-color: #f8f8f8;
        padding-top: 0;
        padding-bottom: 10px;
    }
    .abox .title {
        width: 100%;
        font-size: 22px;
        line-height: 30px;
    }
    .abox .tou01 {
        display: block;
        width: 94%;
        margin: auto;
        margin-top: 0;
        font-size: 16px;
        color: #666666;
        text-align: center;
        line-height: 28px;
    }
    .abox .tou {
        display: none;
    }
    .abox .wen {
        width: 90%;
        margin: auto;
    }
    .abox .wen .tu {
        width: 100%;
        float: none;
        margin-left: 0;
        margin-top: 20px;
        height: auto;
    }
    .abox .wen ul {
        width: 100%;
        display: block;
        margin-left: 0;
        margin-top: 0;
    }
    .abox .wen ul li {
        width: 100%;
        display: block;
        overflow: hidden;
        margin-top: 20px;
    }
    .abox .wen ul li strong {
        width: 15%;
        display: block;
        float: left;
        overflow: hidden;
    }
    .abox .wen ul li strong img {
        width: 100%;
        display: block;
    }
    .abox .wen ul li p {
        width: 80%;
        display: block;
        float: right;
        overflow: hidden;
    }
    .abox .wen ul li p span {
        display: block;
        font-size: 18px;
        color: #333333;
        line-height: 28px;
        margin-top: -5px;
    }
    .abox .wen ul li p a {
        width: 100%;
        display: block;
        font-size: 14px;
        color: #666;
        line-height: 24px;
        margin-top: 0;
        overflow: hidden;
    }
    .aa .xbox {
        margin-top: -30px;
    }
}

@media screen and (min-width:740px) and (max-width:1149px) {
    .abox .wen ul li strong {
        width: 8%;
    }
    .abox .wen ul li p {
        width: 87.625%;
    }
}

/*演示*/

.top {
    width: 100%;
    background-color: #f8f8f8;
    background-image: none;
    margin-top: 68px;
    padding-top: 60px;
    overflow: hidden;
}

.abox .tu01 {
    margin-left: 30px;
    width: 700px;
    overflow: hidden;
    height: 559px;
    box-shadow: rgba(15, 66, 76, 0.25) 0px 0px 24px 0px;
}

.abox .tu01 img {
    width: 100%;
}

.abox .kuang {
    width: 350px;
    margin-left: 30px;
    overflow: hidden;
}

.abox .kuang .titles {
    width: 100%;
    font-size: 24px;
    color: #333;
    text-align: center;
    line-height: 32px;
}

#tab02 {
    width: 100%;
}

#tab02 .tab_menu {
    width: 100%;
    text-align: center;
    overflow: hidden;
    margin-top: 10px;
}

#tab02 .tab_menu ul {
    overflow: hidden;
    display: block;
    width: 366px;
}

#tab02 .tab_menu li {
    width: 103px;
    display: block;
    float: left;
    height: 38px;
    line-height: 38px;
    color: #333;
    font-size: 14px;
    border-radius: 2px;
    margin-right: 17px;
    margin-top: 10px;
    border: 1px solid #979797;
    cursor: pointer;
}

#tab02 .tab_menu li.selected {
    background: #4dbfdd;
    border: 1px solid #4dbfdd;
    border-radius: 2px;
    color: #fff;
}

#tab02 .tab_menu li.selected a {
    color: #fff;
}

#tab02 .tab_box {
    width: 100%;
    padding-top: 30px;
}

#tab02 .tab_box .box {
    width: 100%;
    overflow: hidden;
    background: #F9F9F9;
    border-radius: 10px;
}

.hide {
    display: none;
}

#tab02 .tab_box .box .bao {
    text-align: center;
    background: #4dbfdd;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    margin-bottom: 1%;
}

#tab02 .tab_box .box p {
    font-size: 14px;
    line-height: 26px;
    color: #666;
    padding: 2% 0;
    border-bottom: 1px dashed #cacaca;
    width: 80%;
    margin-left: 5%;
}

#tab02 .tab_box .box p span {
    color: #4dbfdd;
}

#tab02 .tab_box .box .video {
    width: 100%;
    padding-bottom: 3%;
}

#tab02 .tab_box .box .video strong {
    display: block;
    color: #3A496E;
    font-size: 16px;
    line-height: 26px;
    padding: 3% 0;
    width: 100%;
    text-align: center;
}

#tab02 .tab_box .box .video span {
    width: 100%;
    height: 240px;
    background-image: url("../images/web-iphone.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    display: block;
    position: relative;
}

#tab02 .tab_box .box .video span.djp {
    background-image: url("../images/djp.png")
}

#tab02 .tab_box .box .video span.mc {
    background-image: url("../images/qcgm.png")
}

#tab02 .tab_box .box .video span.byc {
    background-image: url("../images/qcby.png")
}

#tab02 .tab_box .box .video span.ctq {
    background-image: url("../images/tqcx.png")
}

#tab02 .tab_box .box .video span.dhys {
    background-image: url("../images/dhys.png")
}

#tab02 .tab_box .box .video span.dsbx {
    background-image: url("../images/dsbx.png")
}

#tab02 .tab_box .box .video span img {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -15px;
    margin-top: -15px;
    cursor: pointer;
}

@media screen and (max-width:1149px) {
    .top {
        background-color: #fff !important;
        padding-top: 0;
        padding-bottom: 0;
    }
    .abox {
        background-color: #fff;
        padding-top: 0;
    }
    .abox .tu01 {
        width: 100%;
        margin-left: 0;
        overflow: hidden;
    }
    .abox .tu01 img {
        width: 100%;
    }
    .abox .kuang {
        width: 100%;
        margin-left: 0%;
        overflow: hidden;
        margin-top: 3%
    }
    .abox .kuang .titles {
        width: 100%;
        margin-top: 20px;
    }
    #tab02 {
        display: none;
    }
    .swiper .tab_menu01 {
        display: block;
        width: 100%;
        overflow: auto;
    }
    .swiper .tab_menu01 ul {
        width: 100%;
        display: block;
        margin: auto;
        overflow: hidden;
    }
    .swiper .tab_menu01 li {
        display: block;
        cursor: pointer;
        float: left;
        height: 36px;
        margin-left: 3%;
        width: 30.33%;
        text-align: center;
        background-color: #f1f1f1;
        margin-top: 10px;
    }
    .swiper .tab_menu01 li a {
        width: 100%;
        overflow: hidden;
        font-size: 16px;
        height: 36px;
        line-height: 36px;
        display: block;
        cursor: pointer;
        white-space: nowrap;
    }
    .swiper .tab_menu01 li.selected a {
        background: #4dbfdd;
        color: #fff;
    }
    .swiper .swiper-container {
        width: 100%;
        padding-top: 3% 0;
    }
    .swiper .swiper-slide {
        width: 100%;
        overflow: hidden;
        margin-top: 10px;
        display: block;
    }
    .swiper .swiper-slide .boxs {
        width: 94%;
        margin: auto;
        background: #F9F9F9;
        border-radius: 10px;
        overflow: hidden;
    }
    .swiper .swiper-slide .bao {
        width: 100%;
        display: block;
        height: 40px;
        line-height: 40px;
        text-align: center;
        background: #4dbfdd;
        font-size: 16px;
        color: #fff;
        margin-bottom: 1%;
    }
    .swiper .swiper-slide p {
        text-align: left;
        display: block;
        font-size: 14px;
        line-height: 24px;
        color: #666;
        padding: 2% 0;
        border-bottom: 1px dashed #cacaca;
        width: 90%;
        margin-left: 5%;
    }
    .swiper .swiper-slide p span {
        color: #4dbfdd;
    }
    .swiper .swiper-slide .video {
        width: 100%;
        padding-bottom: 3%;
    }
    .swiper .swiper-slide .video strong {
        display: block;
        color: #3A496E;
        font-size: 14px;
        line-height: 24px;
        padding: 3% 0;
        width: 100%;
        text-align: center;
    }
    .swiper .swiper-slide .video span {
        width: 100%;
        height: 240px;
        background-image: url("../images/web-iphone.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: auto 100%;
        display: block;
        position: relative;
    }
    .swiper .swiper-slide .video span.djp {
        background-image: url("../images/djp.png")
    }
    .swiper .swiper-slide .video span.mc {
        background-image: url("../images/qcgm.png")
    }
    .swiper .swiper-slide .video span.byc {
        background-image: url("../images/qcby.png")
    }
    .swiper .swiper-slide .video span.ctq {
        background-image: url("../images/tqcx.png")
    }
    .swiper .swiper-slide .video span.dhys {
        background-image: url("../images/dhys.png")
    }
    .swiper .swiper-slide .video span.dsbx {
        background-image: url("../images/dsbx.png")
    }
    .swiper .swiper-slide .video span img {
        width: 2rem;
        height: 2rem;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -1rem;
        margin-top: -1rem;
    }
}

/*新闻*/

.xwen {
    width: 100%;
    background-color: #f8f8f8;
    padding-top: 60px;
}

.xwen .title {
    width: 100%;
    text-align: center;
}

.xwen .title span {
    display: block;
    font-size: 30px;
    line-height: 42px;
    height: 42px;
    color: #333;
}

.xwen .title p {
    display: block;
    padding-top: 6px;
    text-align: center;
    vertical-align: middle;
}

.xwen .title p b {
    width: 19px;
    height: 1px;
    display: inline-block;
    background-color: #999;
    vertical-align: middle;
}

.xwen .title p a {
    height: 17px;
    display: inline-block;
    line-height: 17px;
    color: #999;
    margin-left: 10px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 10px;
}

.xwen .list {
    width: 1150px;
    margin: 1% auto;
}

.xwen .list ul {
    width: 1200px;
    display: block;
    overflow: hidden;
}

.xwen .list ul li {
    width: 350px;
    margin-right: 50px;
    display: block;
    /* padding-top: 40px; */
    float: left;
    overflow: hidden;
    background-color: #fff;
    margin-bottom: 40px;

}

.xwen .list ul li strong {
    width: 100%;
    display: block;
    height: 260px;
    overflow: hidden;
    position: relative;
}

.xwen .list ul li strong img {
    height: 100%;
    display: block;
}

.xwen .list ul li strong span {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    font-weight: normal;
    background: rgba(100%, 100%, 100%, 0.9);
    width: 113px;
    text-align: center;
    font-size: 14px;
    color: #999999;
    height: 40px;
    line-height: 40px;
}

.xwen .list ul li h1 {
    font-weight: normal;
    display: block;
    overflow: hidden;
    width: 302px;
    margin: 22px auto;
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    font-size: 18px;
    color: #333333;
}

.xwen .list ul li b {
    width: 70px;
    height: 2px;
    display: block;
    margin-left: 24px;
    background: #333333;
}

.xwen .list ul li p {
    width: 302px;
    margin: 22px auto;
    font-size: 14px;
    color: #999999;
    line-height: 26px;
    height: 104px;
    overflow: hidden;
    display: block;
}

.xwen .list ul li:hover {
    box-shadow: 0 40px 40px 0 rgba(0, 0, 0, 0.05);
    height:
}

.xwen .list ul li:hover h1 {
    color: #4dbfdd;
}

.xwen .fanye {
    width: 1150px;
    margin: 40px auto;
    display: table;
    vertical-align: middle;
}

.xwen .fanye h1 {
    display: table-cell;
    font-weight: normal;
    text-align: left;
    font-size: 16px;
    height: 36px;
    line-height: 36px;
    color: #29323E;
}

.xwen .fanye h2 {
    display: table-cell;
    font-weight: normal;
    text-align: right;
    width: 102px;
}

.xwen .fanye h2 select {
    width: 100%;
    display: block;
    overflow: hidden;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    text-align: left;
    background-color: transparent;
    color: #29323E;
    border: 1px solid #D0D4D8;
    padding-left: 2%;
    border-radius: 4px;
}

.xwen .fanye p {
    display: table-cell;
    text-align: center;
}

.xwen .fanye p span {
    display: inline-table;
    width: 34px;
    line-height: 34px;
    font-size: 14px;
    text-align: center;
    margin: 0 5px;
    background: #0EB0DB;
    border: 1px solid #0EB0DB;
    color: #fff;
    border-radius: 4px;
}

.xwen .fanye p a {
    display: inline-table;
    width: 34px;
    line-height: 34px;
    font-size: 14px;
    text-align: center;
    margin: 0 5px;
    border: 1px solid #D0D4D8;
    color: #9FA9BA;
    border-radius: 4px;
}

.xwen .fanye p strong {
    display: inline-table;
    margin-left: 10px;
    font-size: 14px;
    font-weight: normal;
    color: #29323E;
}

.xwen .fanye p strong input {
    text-align: left;
    width: 40px;
    padding: 0 5px;
    margin: 0 5px;
    display: inline-block;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    border: 1px solid #D0D4D8;
    border-radius: 4px;
    font-size: 14px;
    background-color: transparent;
    color: #29323E;
}

.xwen .fanye p .prev {
    color: #0EB0DB;
}

.xwen .fanye p .next {
    color: #C5CCD5;
}

@media screen and (max-width:1149px) {
    .xwen {
        padding-top: 40px;
    }
    .xwen .title p a {
        margin-left: 4px;
        letter-spacing: 4px;
    }
    .xwen .list {
        width: 100%;
    }
    .xwen .list ul {
        width: 100%;
    }
    .xwen .list ul li {
        width: 350px;
        margin: 0 auto;
        float: none!important;
        margin-right: none!important;
        /* margin-left: 5%; */
        margin-top: 20px;
     padding-top: 0px!important;
    }

    /* .xwen .list ul li {
     width: 350px;
     margin-right: 50px;
     display: block;
     float: left;
     padding-top: 0px!important;
     overflow: hidden;
     background-color: #fff;
     margin-bottom: 40px;
    } */
    .xwen .list ul li strong {
        height: 16rem;
    }
    .xwen .list ul li strong img {
        width: 100%;
        height: auto;
    }
    .xwen .list ul li strong span {
        min-width: 26%;
        font-size: 0.875rem;
        height: 2rem;
        line-height: 2rem;
    }
    .xwen .list ul li h1 {
        width: 90%;
        margin: 2% auto;
        font-size: 16px;
    }
    .xwen .list ul li b {
        width: 16.28%;
        margin-left: 5%;
    }
    .xwen .list ul li p {
        width: 90%;
        margin: 2% auto;
        line-height: 24px;
        height: 96px;
    }
    .xwen .fanye {
        width: 100%;
        margin: 20px auto;
    }
    .xwen .fanye h1 {
        display: none;
    }
    .xwen .fanye h2 {
        display: none;
    }
}

/*关于我们*/

.ban .wen05 {
    width: 100%;
    height: 660px;
    vertical-align: middle;
    display: table;
    position: absolute;
    left: 0;
    margin-left: 0;
    top: 0;
    z-index: 13;
    text-align: center;
}

.ban .wen05 div {
    display: table-cell;
    vertical-align: middle;
}

.ban .wen05 p {
    display: block;
    font-size: 60px;
    line-height: 84px;
    color: #FFFFFF;
}

.ban .wen05 span {
    display: table;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    margin-top: 3%;
}

.ban .wen05 span img {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

.ban .wen05 span a {
    display: inline-block;
    text-align: center;
    margin-left: 1%;
    vertical-align: middle;
    font-size: 24px;
    color: #FFFFFF;
    height: 46px;
    line-height: 46px;
    opacity: 0.7;
}

.ban .wen05 span b {
    display: inline-block;
    text-align: center;
    margin: 0 1%;
    vertical-align: middle;
    width: 4px;
    height: 40px;
    opacity: 0.3;
    background: #FFFFFF;
}

@media screen and (max-width:1149px) {
    .ban .wen05 {
        width: 100%;
        top: 50%;
        height: auto;
    }
	
    .ban .wen05 p {
        display: block;
        line-height: 40px;
        height: auto;
        font-size: 24px;
        color: #FFFFFF;
        text-shadow: 0 5px 10px rgba(9, 39, 116, 0.40);
    }
    .ban .wen05 span img {
        width: 1rem;
    }
    .ban .wen05 span a {
        font-size: 16px;
        height: 30px;
        line-height: 30px;
    }
    .ban .wen05 span b {
        height: 30px;
        margin: 0 5%;
    }
}

/*关于我们*/

.about {
    width: 100%;
    background-color: #f8f8f8;
    padding-top: 60px;
}

.about .title {
    width: 100%;
    text-align: center;
}

.about .title span {
    display: block;
    font-size: 30px;
    line-height: 42px;
    height: 42px;
    color: #333;
}

.about .title p {
    display: block;
    padding-top: 6px;
    text-align: center;
    vertical-align: middle;
}

.about .title p b {
    width: 19px;
    height: 1px;
    display: inline-block;
    background-color: #999;
    vertical-align: middle;
}

.about .title p a {
    height: 17px;
    display: inline-block;
    line-height: 17px;
    color: #999;
    margin-left: 10px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 10px;
}

.about .wen {
    width: 790px;
    margin: auto;
    font-size: 16px;
    color: #666666;
    text-align: center;
    line-height: 32px;
    margin-top: 40px;
}

.about .list {
    width: 1150px;
    margin: auto;
    text-align: center;
    margin-top: 60px;
}

.about .list ul {
    width: 1200px;
    margin-left: -25px;
    display: block;
}

.about .list li {
    width: 400px;
    text-align: center;
    display: block;
    float: left;
}

.about .list li span {
    font-size: 60px;
    height: 84px;
    line-height: 84px;
    display: block;
    color: #333333;
    font-family: PingFang-SC-Regular !important;
}

.about .list li p {
    font-size: 22px;
    height: 30px;
    line-height: 30px;
    display: block;
    color: #999;
    font-family: PingFang-SC-Medium;
}

.about .lx {
    width: 1150px;
    margin: auto;
    background-color: #fff;
    padding: 60px 0;
    margin-top: 5%;
    box-shadow: 0 60px 60px 0 rgba(0, 0, 0, 0.05);
    margin-bottom: 5%;
}

.about .lx .title p a {
    font-size: 16px;
}

.about .lx .lian01 {
    display: none;
}

.about .lx .lian {
    width: 100%;
    text-align: center;
    margin: 40px auto;
    margin-bottom: 0;
}

.about .lx .lian li {
    width: 16.44%;
    margin: 0 4.28%;
    display: block;
    float: left;
}

.about .lx .lian li strong {
    display: block;
    height: 58px;
}

.about .lx .lian li strong img {
    height: 100%;
    display: block;
    margin: auto;
}

.about .lx .lian li span {
    display: block;
    font-size: 24px;
    color: #333333;
    letter-spacing: 0.86px;
    line-height: 34px;
    height: 34px;
    margin-top: 8%;
}

.about .lx .lian li p {
    font-size: 14px;
    color: #666666;
    line-height: 22px;
    letter-spacing: 0.57px;
    text-align: center;
    margin-top: 3%;
}

@media screen and (max-width:1149px) {
    .about {
        padding-top: 40px;
        padding-bottom: 20px;
    }
    .about .title p a {
        margin-left: 4px;
        letter-spacing: 4px;
    }
    .about .wen {
        width: 90%;
        margin: auto;
        font-size: 14px;
        color: #666666;
        text-align: center;
        line-height: 24px;
        margin-top: 20px;
    }
    .about .list {
        width: 94%;
        margin: auto;
        text-align: center;
        padding: 20px 0;
    }
    .about .list ul {
        width: 100%;
        margin-left: 0;
        display: block;
        overflow: hidden;
    }
    .about .list li {
        width: 33.33%;
        text-align: center;
        display: block;
        float: left;
    }
    .about .list li span {
        font-size: 24px;
        height: 40px;
        line-height: 40px;
        display: block;
        color: #333333;
        font-family: PingFang-SC-Regular;
    }
    .about .list li p {
        font-size: 14px;
        height: 26px;
        line-height: 26px;
        display: block;
        color: #999;
        font-family: PingFang-SC-Medium;
    }
    .about .lx {
        width: 100%;
        box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.05);
        padding-bottom: 0;
        padding-top: 40px;
    }
    .about .lx .lian {
        display: none;
    }
    .about .lx .lian01 {
        display: block;
        width: 100%;
        padding-bottom: 30px;
        text-align: center;
    }
    .about .lx .lian01 li {
        width: 45.5%;
        padding-top: 20px;
        margin-left: 3%;
        margin-top: 20px;
        display: block;
        float: left;
    }
    .about .lx .lian01 li strong {
        display: block;
        height: 58px;
    }
    .about .lx .lian01 li strong img {
        height: 100%;
        display: block;
        margin: auto;
    }
    .about .lx .lian01 li span {
        display: block;
        font-size: 18px;
        color: #333333;
        letter-spacing: 0.86px;
        line-height: 34px;
        height: 34px;
        margin-top: 8%;
    }
    .about .lx .lian01 li p {
        font-size: 14px;
        color: #666666;
        line-height: 22px;
        letter-spacing: 0.57px;
        text-align: center;
        margin-top: 3%;
    }
}

.header {
    z-index: 82;
}

.wp {
    padding-left: 0px !important;
}

/* mty */

.mty {
    margin: 0 auto;
    margin-top: 20px;
    display: block;
    width: 110px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    background-color: #4dbfdd;
    color: #fff;
    border-radius: 2px;
    margin-bottom: 20px;
}

/*priceInfo*/

.priceInfo {
    width: 1150px;
    margin: 0 auto;
    margin-bottom: 62px;
    text-align: center;
}

.priceInfo .pc-title {
    margin-bottom: 30px;
    font-size: 34px;
    color: #373d40;
}

.priceInfo .pc-info {
    line-height: 32px;
    font-size: 16px;
    color: #9b9ba3;
}

.priceInfoM {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 62px;
    text-align: center;
}

.priceInfoM .m-title {
    font-size: 22px;
    line-height: 30px;
    color: #373d40;
    padding: 7px 0 10px;
    font-weight: normal;
}

.priceInfoM .m-info {
    font-size: 12px;
    line-height: 17px;
    color: #9b9ba3;
    margin: 0 48px 30px;
}

/*视频弹窗阴影*/

.shadow #innerdiv {
    position: fixed;
    width: 344px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 9999;
    display: none;
    transition: transform .3s, opacity .3s;
}

.mask {
    width: 100%;
    height: 100%;
    position: fixed;
    opacity: .3;
    filter: alpha(opacity=30);
    background: #000;
    left: 0;
    top: 0;
    z-index: 1000;
    background: #000 !important;
    opacity: .85 !important;
    display: none;
}

/*关闭视频弹窗*/

.close {
    position: absolute;
    background: url("../images/close.png");
    width: 24px;
    height: 24px;
    right: -29px;
    top: -3px;
    cursor: pointer;
    z-index: 99999;
}

.videoWindow {
    object-fit: cover;
    object-position: center center;
}

/* 新闻模块 */
.newsBox{
    padding: 0;
    margin-top: 54px;
}
.newsList {
    width: 1120px;
    margin: auto;
    padding-top: 3%;
    background-position: bottom center;
    background-repeat: no-repeat;
}

.newsType {
    width: 30%;
    height: 320px;
    float:left;
    margin: 0 15px;
}

.newsHead {
    width: 100%;
    overflow: hidden;
}

.newsType .newsHead .headImg {
    width: 40px;
    height: 40px;
    background-size: 100%;
    float: left;
}

.hyxw {
    background: url("../images/news-1.png")
}

.cydt {
    background: url("../images/cp.png")
}

.kfal {
    background: url("../images/kh.png")
}

.newsType .newsHead .heading {
    font-size: 25px;
    float: left;
    margin-top: 2px;
    padding-left: 10px;
}

.news ul li {
    padding: 14px;
    padding-left: 4px;
    overflow: hidden;
}

.newsTitle {
    float: left;
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.point {
    float: left;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-top: 8px;
    background: #4cc0de;
    margin-right: 10px;
}

.news .pushTime {
    float: right;
}

.newsUl{
    margin-top: 14px;
}
@media screen and (max-width: 1149px) {
    .newsType {
        width: 80%;
        height: 320px;
        display: block;
        margin: 0 auto;
        padding: 10px 0;
        float: none;
    }
    .newsList {
        width: 100%;
    }
}
img{
max-width: 100%;
}

.haslogin li span{
	float:left !important;
}


.haslogin li{
	float:right !important;
	margin-right:5px;
}

.haslogin li a{
	text-align:center;	
	background-color: #45B6AF;
    	border: 1px solid #45B6AF;
    	border-radius: 2px;
    	color: #fff !important;
	padding-left:8px;
	padding-right:8px;
	margin-top:5px;
    	display: block;
    	float: left;
    	height: 24px;
    	line-height: 24px;
    	font-size: 14px;
    	cursor: pointer;
	margin-right:8px !important;
}

.haslogin li a:hover{	
	background-color: #3BA2A2;
    	border: 1px solid #3BA2A2;
}

.haslogin li a span{
	margin:0px !important;
	width:auto !important;
	height: 25px !important;
    	line-height: 25px !important;
	margin-right:5px !important;
	top:0px !important;
}
.haslogin .logout a{
	background-color: #889dbc;
    border: 1px solid #889fc2;
}


.haslogin .logout a:hover{
	background-color: #778fb3;
    border: 1px solid #8b9fbc;
}

.errBtn a{
	text-align:center;	
	background-color: #30879D;
    	border: 1px solid #30879D;
    	border-radius: 2px;
    	color: #fff !important;
    	display: block;	
	width:60px;
    	height: 28px;
    	line-height: 28px;
    	font-size: 16px;
    	cursor: pointer;
	margin:auto
}

.alert{
	font-size:14px !important;
}

@media screen and (max-width:1149px) {
	
	.alert{
		font-size:12px !important;
	}
	
	.page {
		font-size: 14px;
		line-height: 35px;
		border: 1px solid #d4ecfa;
		padding: 10px;
		width: 80%;
	}
}

.alert a{
	color:#F9863A  !important;
	text-decoration:none !important; 
}

.alert a:hover{
	padding-bottom:1px; 
	border-bottom:1px solid #F9863A;
}

.layui-btn{
	vertical-align: baseline !important; 
}

.control-label{
	font-size:16px; !important;
}


.page {
	font-size:16px;
	color:#555;
}
.page a{
	color:#fff;
}

.cz .layui-btn,.cz .layui-btn-xs{
	margin-left:4px !important;
}

.iyes {
	width:14px;
	height:14px;
	background-image:url(/images/icon-yes.png);
	background-size:14px 14px;
	background-repeat: no-repeat;
}
.ino {
	width:14px;
	height:14px;
	background-image:url(/images/7f29275bc4_16.png);
	background-size:14px 14px;
	background-repeat: no-repeat;
}

.cktc{
	background-color: #ffffff !important;
}

.cktc a{
	color:#FF9F30 !important;
}

.cktc a:hover{
	color:#ffffff !important;
}

.cktc:hover{
	background-color: #FF9F30 !important;
}

.modal .close{
	top:15px  !important;
	right:30px !important;  
}

.bubbleBody{
	position: absolute;
	z-index:0;
	margin-top:-12px;
}

.shiliID{
	z-index: 1 !important;
    position: relative;
}

.bubbleDiv {
    position: relative;
    margin-left: 0px;
    margin-top: 19px;
    background: #f0ecb67a;
    padding: 6px;
	padding-left:9px;
	padding-right:9px;
	min-width:30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	color:#bc8837;
	border:solid 1px #f7cf9a;
}

 /*上三角*/
.bubble-top{
	position: absolute;
    top: -8px;
    left: 15px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 8px solid #f8f6dc;
}

.bubble-top:after {
    content: "";
    display: block;
    width: 0; 
    height: 0; 
    position: absolute;
	top: -1px;
    left: -7px;
    z-index: -1;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 9px solid #f5be76;
}

.sbox .link{
	float:left;
	margin-left:12px;
	display:block;
	white-space:nowrap;
	line-height:23px;
	height:23px;
	margin-top:5px;
}

.topbdWx img{
	width:25px;
	margin-top:5px;
	margin-right:7px;
}

.topbdWx div{
	cursor:pointer;
}

.leftJth{
	margin-right:35px;
	opacity: 0.62;
}

.rightJth{
	margin-left:35px;
	opacity: 0.62;
}

@media screen and (max-width:1149px) {
	.leftJth{
		margin-right:15px;
		opacity: 0.62;
	}

	.rightJth{
		margin-left:15px;
		opacity: 0.62;
	}
	.cbox {
		padding-bottom: 0px;
	}
}

.mbl p{
	font-weight: normal;
    width: 94%;
    margin: auto;
    display: block;
    height: 52px;
    line-height: 26px;
    font-size: 14px;
    color: #666;
    padding-top: 20px;
    overflow: hidden;
    background-color: #fff;
}

