.display-flex-between{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.display-flex-around{
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.display-flex-between>.login{
	/* font-size: 20px; */
	font-size: 14px;
	font-family: Source Han Sans SC;
	font-weight: 400;
	color: #FEFEFE;
	line-height: 36px;
	margin-right: 30px;
	cursor:pointer;
}
.display-flex-between>.to-use{
	width: 100px;
	height: 36px;
	background: #FFFFFF;
	border: 1px solid #fff;
	border-radius: 4px;
	/* font-size: 16px; */
	font-size: 14px;
	font-family: Alibaba PuHuiTi;
	font-weight: 400;
	color: #0DA6F2;
	line-height: 34px;
	text-align: center;
	cursor:pointer;
}
.display-flex-center{
	display: flex;
	justify-content: center;
	align-items: center;
}
.display-flex-start{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.display-flex-end{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.flex-row{
	flex-direction: row;
}
.flex-column{
	flex-direction: column;
}
.flex-wrap{
	flex-wrap: wrap;
}
.flex-row-reverse{
	flex-direction: row-reverse!important;
}

.general-width{
	width: 1200px;
}

.nav-wrap{
	position: fixed;
	height: 60px;
	width: 100%;
	background-color: rgba(0,0,0,0.15);
	box-shadow: 0 2px 8px 0 rgba(21,21,21,.09);
	z-index: 99;
}
.nav-box{
	width: 1200px;
	height: 60px;
	align-items: center;
	margin: 0 auto;
}
.navbar-header-logo{
	display: flex;
	align-items: center;
	/* width: 108px; */
	height: 40px;
}
.logo-img{
	width: 108px;
	height: 40px;
}
.logo-icon{
	font-size: 40px!important;
}
.logo-text{
	color: #fff;
	font-size: 12px;
	line-height: 18px;
	margin-left: 17px;
	padding-left: 10px;
	border-left: 1px solid #fff;
}
.nav-arrow-icon{
	font-size: 12px!important;
	/* -moz-transform:rotate(-90deg);
	  -webkit-transform:rotate(-90deg); */
}
.nav-arrow-img{
	margin-left: 4px;
	transform: rotate(-90deg);
}

.introduction-wrap{
	width: 100%;
	height: 499px;
}
.swiper-container{
	width: 1345px;
	height: 499px;
}
.introduction-wrap>.swiper-iframe{
	/* border: 1px solid blue; */
}
.three-systems-wrap{
	width: 100%;
	height: 1037px;
}
.three-systems-wrap .three-systems-box{
	width: 1345px;
	height: 1037px;
	margin: 0 auto;
	padding-top: 80px;
}
.three-systems-box .btn{
	width: 261px;
	height: 50px;
	border: 1px solid #0CA6F2;
	border-radius: 10px;
	font-size: 24px;
	font-weight: 400;
	color: #0BA6F2;
	margin: 19px auto 0 auto;
}
.three-systems-box .btn:hover{
	color: #fff;
	background: #0DA6F2;
}
.wrap-title{
	/* margin-top: 80px; */
	font-size: 60px;
	font-weight: bold;
	color: #333333;
	line-height: 44px;
	text-align: center;
}
.wrap-title-en{
	font-size: 30px;
	font-weight: bold;
	font-style: italic;
	color: #999999;
	line-height: 29px;
	opacity: 0.3;
	text-align: center;
	/* margin-top: -20px; */
	margin-top: 10px;
}
.wrap-title-padding-top{
	padding-top: 80px;
}
.wrap-title>.p{
	display: inline;
}
.three-systems-wrap>.three-systems-box>.swiper-iframe{
	margin: 0 auto;
	margin-top: 80px;
}

.platform-wrap{
	width: 100%;
	height: 789px;
	background: #F5F6F9;
	padding-top: 80px;
}
.platform-box{
	width: 1345px;
	height: 759px;
	margin: 0 auto;
}
.platform-box>.wrap-title-en{
	font-size: 24px;
	line-height: 36px;
}
.platform-wrap>.platform-box>.swiper-iframe{
	margin: 0 auto;
	margin-top: 75px;
}
.subMenu{
	z-index: 1;
}
.icon-jiantou{
	font-weight: 400;
	/* color: #0BA6F2; */
	margin-left: 15px;
}
.common-functions-wrap{
	width: 100%;
	height: 1365px;
	padding-top: 80px;
}
.common-functions-box{
	width: 1365px;
	height: 1365px;
	margin: 0 auto;
}
.common-functions-wrap>.common-functions-box>.image-box{
	width: 1200px;
	height: 574px;
	margin: 0 auto;
	margin-top: 80px;
}
.common-functions-wrap>.common-functions-box>.image-box>.image{
	width: 100%;
	height: 100%;
}
.common-functions-wrap>.common-functions-box>.four-image-box{
	width: 1365px;
	height: 219px;
	margin: 0 auto;
	margin-top: 78px;
}
.common-functions-wrap>.common-functions-box>.four-image-box>.four-image-item{
	width: 300px;
	height: 100%;
}
.common-functions-wrap>.common-functions-box>.four-image-box>.four-image-item>.image-box{
	width: 300px;
	height: 180px;
	background: #0DA6F2;
	border-radius: 10px;
}
.common-functions-wrap>.common-functions-box>.four-image-box>.four-image-item>p{
	font-size: 20px;
	font-weight: 500;
	color: #333333;
}
.common-functions-box>.wrap-title-en{
	font-size: 24px;
	line-height: 36px;
}
.core-support-wrap{
	width: 100%;
	height: 764px;
	/* background-color: rgba(13,166,242,0.15); */
	padding-top: 80px;
	position: relative;
}
.core-support-wrap>.background-wrap{
	width: 100%;
	height: 764px;
	position: absolute;
	top: 0;
	background: linear-gradient(-45deg, #DBF2FD 50%, #E0F4FD 50%);
	z-index: -1;
}
.core-support-wrap .support-content{
	height: 440px;
	padding: 0 30px;
	margin-top: 80px;
	align-items: start;
}
.core-support-wrap .support-content>.content-box{
	width: 250px;
	margin-top: 40px;
	font-weight: 400;
	line-height: 24px;
}
.core-support-wrap .support-content>.content-box>.content-title{
	font-size: 36px;
	color: #444444;
}
.core-support-wrap .support-content>.content-box>.content-item{
	display: flex;
	align-items: center;
	flex-direction: row;
	margin-top: 30px;
}
.core-support-wrap .support-content>.content-box>.content-item>.content-icon-box{
	width: 34px;
	height: 34px;
	background: linear-gradient(-55deg, #004FA0, #2884D9);
	border-radius: 50%;
}
.core-support-wrap .support-content>.content-box>.content-item>.icon-margin-right{
	margin-right: 24px;
}
.core-support-wrap .support-content>.content-box>.content-item>.content-text{
	font-size: 24px;
	color: #555555;
	margin-right: 38px;
}
.core-support-box{
	width: 1365px;
	height: 734px;
	margin: auto;
	display: flex;
	flex-direction: column;
}
.core-support-box>.wrap-title-en{
	font-size: 24px;
	line-height: 36px;
}
.app-scenarios-wrap{
	width: 100%;
	height: 934px;
}
.app-scenarios-box{
	width: 1398px;
	height: 934px;
	margin: 0 auto;
	padding-top: 80px;
}
.app-scenarios-box>.wrap-title-en{
	font-size: 24px;
	line-height: 36px;
}
.app-scenarios-wrap>.app-scenarios-box>.image-box{
	width: 1398px;
	height: 602px;
	margin: 0 auto;
	margin-top: 79px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.app-scenarios-wrap>.app-scenarios-box>.image-box>.item{
	width: 248px;
	height: 283px;
	background: #FFFFFF;
	box-shadow: 0px 0px 15px 0px rgba(89, 93, 215, 0.2);
	color: #666;
	font-weight: 400;
	margin-bottom: 37px;
	overflow: hidden;
}
.app-scenarios-wrap>.app-scenarios-box>.image-box>.item>.item-name{
	font-size: 18px;
	text-align: center;
	margin-top: 27px;
}
.app-scenarios-wrap>.app-scenarios-box>.image-box>.item>.item-name>.name{
	line-height: 32px;
}
.app-scenarios-wrap>.app-scenarios-box>.image-box>.item>.item-name>.name-en{
	color: #CBCBCB;
	line-height: 32px;
	margin-top: -8px;
}
.app-scenarios-wrap>.app-scenarios-box>.image-box>.item>.item-introduced{
	width: 85%;
	font-size: 14px;
	color: #666666;
	line-height: 26px;
	text-align: center;
	margin-top: 9px;
}
.app-scenarios-wrap>.app-scenarios-box>.image-box>.item>.introduced-margin-top{
	margin-top: 19px;
}
.app-scenarios-wrap>.app-scenarios-box>.image-box>.item>.item-introduced>.to-view-btn{
	font-size: 13px;
	line-height: 26px;
	color: #0DA6F2;
	margin-top: 2px;
	cursor: pointer;
}
.app-scenarios-wrap>.app-scenarios-box>.image-box>.to-view-hover-box{
	position: relative;
}
.app-scenarios-wrap>.app-scenarios-box>.image-box>.to-view-hover-box>.to-view-hover-item{
	display: none;
	position: absolute;
	/* top: 4847px; */
	top: 0;
	width: 248px;
	height: 283px;
	background: #0CA6F2;
	box-shadow: 0px 0px 15px 0px rgba(89, 93, 215, 0.2);
	opacity: 0.8;
	/* transition-property: transform;
	transition-duration: .3s;
	transform: translateY(0px); */
}
.app-scenarios-wrap>.app-scenarios-box>.image-box>.to-view-hover-box>.to-view-hover-item-active{
	display: block;
	/* transform: translateY(-285px); */
	color: #fff;
}
.app-scenarios-wrap>.app-scenarios-box>.image-box>.to-view-hover-box>.to-view-hover-item .text{
	margin-top: 138px;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
}
.app-scenarios-wrap>.app-scenarios-box>.image-box>.to-view-hover-box>.to-view-hover-item p{
	font-size: 24px;
}
.app-scenarios-wrap>.app-scenarios-box>.image-box>.to-view-hover-box>.to-view-hover-item i{
	font-size: 32px;
}

.sponsors-wrap{
	width: 100%;
	height: 834px;
	background: rgba(153,153,153,0.5);
	display: inline-block;
}
.sponsors-wrap>.background-img{
	position: absolute;
	width: 100%;
	height: 834px;
	z-index: -1;
}
.sponsors-box{
	width: 1280px;
	height: 675px;
	margin: 80px auto 0 auto;
	padding-top: 80px;
	background-color: #fff;
}
.sponsors-box>.wrap-title-en{
	font-size: 24px;
	line-height: 36px;
}
.sponsors-wrap>.sponsors-box>.image-box{
	width: 1080px;
	height: 340px;
	margin: 0 auto;
	margin-top: 81px;
}
.sponsors-wrap>.sponsors-box>.image-box>.image-item{
	width: 200px;
	height: 100px;
	background: #FFFFFF;
	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.15);
	overflow: hidden;
	margin-bottom: 20px;
}
.sponsors-wrap>.sponsors-box>.image-box>.image-item>.image-item-hover{
	width: 200px;
	height: 100px;
	background: #0CA6F2;
	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.15);
	opacity: 0.8;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 100px;
	text-align: center;
	transition-property: transform;
	transition-duration: .3s;
	transform: translateY(0px);
}
.sponsors-wrap>.sponsors-box>.image-box>.image-item>.image-item-hover-active{
	/* transition-property: transform; */
	transform: translateY(-100px);
	/* transition-duration: 1s; */
}

.support-wrap{
	width: 100%;
	height: 694px;
}
.support-box{
	width: 1398px;
	height: 694px;
	margin: 0 auto;
	padding-top: 80px;
}
.support-box>.wrap-title-en{
	font-size: 24px;
	line-height: 36px;
}
.support-wrap>.support-box>.image-box{
	width: 1398px;
	height: 369px;
	margin: 0 auto;
	margin-top: 83px;
}
.support-wrap>.support-box>.image-box .linear-gradient{
	width: 1382px;
	height: 2px;
	border-top: 2px dashed #0E050A;
}
/* 
渐变遮罩
 */
.support-wrap>.support-box>.image-box .linear-gradient-left{
	position: relative;
	top: -2px;
	width: 447px;
	height: 2px;
	pointer-events: none;
	background-image: -webkit-linear-gradient(right,hsla(0,0%,100%,0),#fff);
	background-image: linear-gradient(270deg,hsla(0,0%,100%,0),#fff);
}
.support-wrap>.support-box>.image-box .linear-gradient-right{
	position: relative;
	left: 935px;
	top: -4px;
	width: 447px;
	height: 2px;
	pointer-events: none;
	background-image: -webkit-linear-gradient(right,hsla(0,0%,100%,0),#fff);
	background-image: linear-gradient(90deg,hsla(0,0%,100%,0),#fff);
}
.support-wrap>.support-box>.image-box .first-img-box{
	width: 1100px;
	height: 156px;
	margin-bottom: 26px;
}
.support-wrap>.support-box>.image-box .second-img-box{
	width: 622px;
	height: 156px;
	margin-top: 29px;
}
.support-wrap>.support-box>.image-box .item-box{
	width: 175px;
	height: 156px;
	background: #FFFFFF;
	box-shadow: 0px 1px 15px 0px rgba(13, 166, 242, 0.3);
	border-radius: 10px;
	text-align: center;
}
.support-wrap>.support-box>.image-box .item-box:hover{
	background: #0DA6F2;
}
.support-wrap>.support-box>.image-box .item-box>.item-icon{
	font-size: 60px;
	color: #419EFF;
}
.support-wrap>.support-box>.image-box .item-box>.p{
	font-size: 29px;
	font-weight: 400;
	color: #000000;
	line-height: 43px;
}
.support-wrap>.support-box>.image-box .item-box>.hollow-circle{
	width: 12px;
	height: 12px;
	background: #FFFFFF;
	border: 1px solid #0E050A;
	border-radius: 50%;
}

.public-media-wrap{
	width: 100%;
	height: 694px;
	background-color: #F6F8FC;
}
.public-media-box{
	width: 1398px;
	height: 694px;
	margin: 0 auto;
	padding-top: 80px;
}
.public-media-box>.wrap-title-en{
	font-size: 24px;
	line-height: 36px;
}
.public-media-wrap>.public-media-box>.image-box{
	width: 1036px;
	height: 375px;
	margin: 0 auto;
	margin-top: 79px;
}
.public-media-wrap>.public-media-box>.image-box>.er-code-box1{
	width: 260px;
	height: 260px;
	box-shadow: 0px 0px 15px 0px rgba(89, 93, 215, 0.2);
}
.public-media-wrap>.public-media-box>.image-box .er-code-box2{
	
}
.public-media-wrap>.public-media-box>.image-box .er-code2{
	width: 130px;
	height: 130px;
	box-shadow: 0px 0px 15px 0px rgba(89, 93, 215, 0.2);
	margin-bottom: 12px;
}
.public-media-wrap>.public-media-box>.image-box .p1{
	font-size: 24px;
	font-weight: 500;
	color: #333333;
	line-height: 36px;
	text-align: center;
}
.public-media-wrap>.public-media-box>.image-box .p2{
	font-size: 20px;
	font-weight: 500;
	color: #333333;
	line-height: 36px;
}

.margin-auto-x{
	margin: 0 auto;
}

.footer-wrap{
	width: 100%;
	height: 331px;
	padding-top: 60px;
	background: #2E3033;
}
.footer-box{
	width: 1083px;
	height: 235px;
	margin: 0 auto;
}
.footer-box .top{
	width: 100%;
	height: 213px;
}
.footer-box .bottom{
	width: 100%;
	height: 20px;
}
.footer-box .left{
	height: 213px;
}
.footer-box .center{

	height: 213px;

}
.footer-box .right{
	height: 213px;
	display: flex;
	justify-content: space-between;
}
.footer-box .footer-title{
	font-size: 20px;
	font-weight: 400;
	color: #EBEBEB;
	line-height: 20px;
}
.footer-box .footer-text{
	font-size: 14px;
	font-weight: bold;
	color: #999999;
	line-height: 14px;
}
.footer-box .img{
	
}
.footer-box .qr-code-wrap{
	text-align: center;
}
.footer-box .qr-code-box{
	width: 130px;
	height: 130px;
	margin: 0 auto;
	margin-bottom: 14px;
}
.footer-box>.top>.center>.right{
	display: block;
}
.footer-box .footer-text-margun-top{
	margin-top: 30px;
}
.footer-box .consulting-ol{
	/* width: 90px; */
	/* height: 30px; */
	padding: 6px 17px;
	background-color: #999999;
	border-radius: 5px;
	font-size: 14px;
	font-family: Alibaba PuHuiTi;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 36px;
	margin-left: 22px;
}

.swiper-slide>.content-box{
	width: 1200px;
	/* height: 460px; */
	height: 470px;
	margin-top: 79px;
	/* border: 1px solid plum; */
}
.swiper-slide>.content-box>.content-text-btn-box{
	width: 510px;
	height: 100%;
	align-items: flex-start;
	/* border: 1px solid gold; */
}
.swiper-slide>.content-box>.content-text-btn-box>.content-text-box{
	width: 100%;
}
.swiper-slide>.content-box>.content-text-btn-box>.content-text-box>.content-text-item{
	width: 100%;
	padding: 10px;
}
.swiper-slide>.content-box>.content-text-btn-box>.content-text-box>.content-text-item>.img-sm{
	width: 60px;
	height: 60px;
	background: #FFFFFF;
	box-shadow: 0px 1px 9px 0px rgba(13, 166, 242, 0.2);
	border-radius: 10px;
	margin-right: 20px;
}
.swiper-slide>.content-box>.content-text-btn-box>.content-text-box>.content-text-item>.img-sm>.image{
	width: 100%;
	height: 100%;
	border-radius: 10px;
}
.swiper-slide>.content-box>.content-text-btn-box>.content-text-box>.content-text-item>.img-sm>.icon-style{
	font-size: 36px;
	color: #0DA6F2;
}
.swiper-slide>.content-box>.content-text-btn-box>.content-text-box>.content-text-item>.text-box{
	flex: 1;
	text-align: left;
}
.swiper-slide>.content-box>.content-text-btn-box>.content-text-box>.content-text-item>.text-box>.title{
	font-size: 18px;
	font-weight: 500;
	color: #333333;
}
.swiper-slide>.content-box>.content-text-btn-box>.content-text-box>.content-text-item>.text-box>.text{
	font-size: 14px;
	font-weight: 500;
	color: #666666;
	transform: translateY(9px);
}

.swiper-slide>.content-box>.content-text-btn-box>.content-btn-box{
	width: 415px;
	height: 50px;
	/* border: 1px solid gold; */
}
.swiper-slide>.content-box>.content-text-btn-box>.content-btn-box>.btn-item1{
	width: 165px;
	height: 50px;
	background: #0DA6F2;
	border-radius: 10px;
	font-size: 18px;
	font-weight: 500;
}
.swiper-slide>.content-box>.content-text-btn-box>.content-btn-box>.btn-item2{
	width: 165px;
	height: 50px;
	border: 1px solid #0DA6F2;
	border-radius: 10px;
	font-size: 18px;
	font-weight: 500;
	color: #0DA6F2;
}
.swiper-slide>.content-box>.content-img-box{
	width: 650px;
	height: 460px;
}
.swiper-slide>.content-box>.content-img-box>.image{
	display: none;
	width: 100%;
	height: 100%;
}
.swiper-slide>.content-box>.content-img-box>.image-active{
	display: block;
}

/* 首页版本介绍 */
.version-summary-wrap{
	width: 1200px;
}
.version-summary-wrap .content-box{
	width: 100%;
	font-weight: 500;
}
.version-summary-wrap .content-box.image{
	box-shadow: 0px 10px 38px 2px rgba(0, 0, 0, 0.3);
}
.version-summary-wrap .content-box img{
	width: 100%;
	height: 100%;
}
.version-summary-wrap .content-box .item{
	width: 540px;
	height: 324px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.version-summary-wrap .content-box .title{
	width: fit-content;
	font-size: 30px;
	color: #333333;
}
.version-summary-wrap .content-box .summary{
	font-size: 24px;
	color: #999999;
	padding: 37px 0 39px;
}
.version-summary-wrap .content-box .button{
	width: 165px;
	height: 50px;
	background-color: rgba(13,166,242,1);
	border-radius: 10px;
	font-size: 18px;
	color: #FFFFFF;
}
.version-summary-wrap .content-box .button:hover{
	background-color: rgba(13,166,242,0.7);
}
/* end */

/* 打开关闭广告弹窗 */
#side-bar {
    height: 70px;
    width: 20px;
    background-color: #027DB4;
    position: fixed;
    left: 0px;
    bottom: 60px;
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    cursor: pointer;
}
#side-bar span {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#ad-box {
    position: fixed;
    bottom: 60px;
    left: 0;
    transform: translate(-50%, 50%);
    z-index: 99;
    width: 0;
    height: 0;
    border-radius: 6px;
    overflow: hidden;
    display: block;
    transition: all 1s;
}
#ad-box span {
    display: inline-block;
    position: absolute;
    font-size: 16px;
    color: white;
    cursor: pointer;
}
#ad-box .ad-close {
    top: 10px;
    right: 12px;
}
#ad-box img {
	width: 100%;
	height: 100%;
}
#ad-box a {
    width: 80px;
    height: 20px;
    position: absolute;
    right: 230px;
    bottom: 45px;
}

/* end 打开关闭广告弹窗 */









html,body,div,ul,li,h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ol,form,input,textarea,th,td,select{margin:0;padding:0}
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
html,body{min-height:100%}
body{font-family:Pingfang SC,Microsoft YaHei;font-size:14px;color:#333;background:#fff;position:relative}
h1,h2,h3,h4,h5,h6{font-weight:normal}
ul,ol{list-style:none}
img{border:none;vertical-align:middle}
a{color:#fff;text-decoration:none}
a:visited{color:#fff;text-decoration:none}
a:hover{color:#fff;text-decoration:none}
a:active{color:#fff;text-decoration:none}
table{border-collapse:collapse;table-layout:fixed}
input,textarea{outline:none;border:none}
textarea{resize:none;overflow:auto}
.clearfix{zoom:1}
.clearfix:after{content:".";width:0;height:0;visibility:hidden;display:block;clear:both;overflow:hidden}
/* 本案例CSS*/
header{ position: relative; z-index: 9999;border-bottom:2px solid #119f0f ; height: 100px; box-sizing: border-box;}
.wrap{width: 600px;/* height: 580px; */height: 587px;margin: 0 auto;}
#nav {display: flex;display: flex;flex-direction: row;justify-content: center;align-items: center;flex-wrap: wrap;}
.logo{width: 230px;overflow: hidden;}
.logo a{display:block;}
.logo a img {max-width: 100%;}
ul.nav {display: inline-flex;width: 694px;/* padding-left:50px; */}
li.nav-item {flex: 1;height:60px;position: static;}
li.nav-item>a{display: block;text-align: center;line-height: 60px;font-size: 14px;position: relative;padding: 0;}
li.nav-item>a>.nav-arrow-icon{display: inline-block;transform: translateX(5px) rotate(-90deg);}
/* li.nav-item>a::before{ display: none; content: ''; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); border-width: 0 10px 10px; border-style: solid; border-color: transparent transparent #119f0f; position: absolute;} */
li.nav-item:hover>a ,li.nav-item.active>a{color: #fff;font-size: 14px;}
li.nav-item:hover>a::before,li.nav-item.active>a::before{display: block;}
.nav>li>a:hover{background-color: transparent;} /* 解决bootstrap的css样式影响 */
/* 二级菜单 */
.subMenu{display: none;position: absolute;top: 60px;width: 600px;/* height: 580px; */height: 400px;background: #FFFFFF;box-shadow: 0px 1px 15px 0px rgba(45, 125, 184, 0.3);/* transform: translateX(-110px); */transform: translateX(-40%);}
.subMenu>ul{display: flex;flex-wrap: wrap;flex-direction: column;/* justify-content: center; */align-items: center;}
.subMenu>ul>li>a{display:block;padding:0 18px;color: #000;}
.subMenu>ul>li>a:hover{color:#000}
.subMenu>.wrap>.title{display: flex;width: 100%;height: 68px;background: #F5FBFE;color:#666;line-height: 68px;font-size: 20px;font-weight: 400;padding-left: 30px;}
.subMenu>.wrap>.item-box{display: flex;flex-wrap: wrap;flex-direction: row;color:#000;width: 100%;height: 75px;font-size: 18px;font-weight: 400;color: #333;line-height: 75px;}
.wrap>.item-box>a{display: flex;flex-direction: row;align-items: center;width: 50%;height: 100%;/* padding-left: 30px; */}
.subMenu>.wrap>.item-box:hover{color: #0DA6F2;}
.subMenu>.wrap .chanpin-icon-right{
	font-size: 28px;
	color: #666;
	margin-right: 20px;
}
.subMenu>.wrap>.item-box div{
	display: inline-block;
	margin-top: -9px;
}
.subMenu>.wrap>.item-box .msg-ifno{
	position: relative;
	top: 10px;
	font-size: 13px;
	line-height: 14px;
	font-weight: 400;
	color: #999999;
}
.subMenu>.wrap>.item-box .msg-name{
	line-height: 18px;
}
.subMenu>.wrap>.item-box .msg-name:hover{
	color: #0DA6F2;
}
.subMenu>.wrap>.item-box .icon-img{
	width: 28px;
	/* height: 28px; */
	margin: auto 18px auto 0;
}
.wrap>.item-box .padding-left{
	padding-left: 30px;
}


/* 客服组件样式 */
.service-wrap{
	width: 40px;
	height: calc(100% - 60px);
	background: #FFFFFF;
	box-shadow: 0px 1px 10px 0px rgba(13, 166, 242, 0.3);
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 100;
}
.service-wrap .return-top{
	position: absolute;
	bottom: 40px;
	/* left: 50%;
	transform: translateX(-50%); */
	cursor: pointer;
}
.service-wrap .return-box{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
}
.service-wrap .return-box-active{
	background-color: #0DA6F2;
}
.service-wrap .return-box .bottom{
	font-size: 14px;
	color: #fff;
}
.service-wrap .to-top{
	font-size: 24px;
	color: #0DA6F2;
}
.service-wrap .to-top-active{
	color: #fff;
}
.service-wrap .return-top .popup{
	display: none;
	position: absolute;
	top: 0;
	right: 40px;
	width: 102px;
	height: 40px;
	background: #0DA6F2;
	border-radius: 20px 0px 0px 20px;
	padding: 9px 21px 13px 24px;
}
.service-wrap>.service-box{
	width: 40px;
	position: absolute;
	/* top: 298px; */
	top: 22%;
	left: 50%;
	transform: translateX(-50%);
	color: #0DA6F2;
	font-size: 16px;
}
.service-wrap>.service-box .online-consulting{
	position: relative;
	width: 100%;
	padding: 10px 0;
	text-align: center;
}
.service-wrap>.service-box .online-consulting::after{
	content: "";
	width: 30px;
	height: 1px;
	border-bottom: 1px solid #0DA6F2;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}
.service-wrap>.service-box .click-bg{
	position: relative;
	cursor: pointer;
	/* padding: 10px 0; */
	padding-bottom: 10px;
}
.service-wrap>.service-box .click-bg-active{
	background-color: #0DA6F2;
	color: #fff;
}
.service-wrap>.service-box .online-consulting .popup{
	display: none;
	position: absolute;
	top: 10px;
	/* left: -200px; */
	right: 40px;
	/* width: 200px; */
	/* height: 195px; */
	background: #0DA6F2;
	border-radius: 10px 0px 0px 10px;
	padding: 13px 17px 16px 13px;
}
.service-wrap>.service-box .online-consulting .popup>.top{
	width: 180px;
	/* height: 25px; */
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	padding-bottom: 9px;
	border-bottom: 1px solid #fff;
}
.service-wrap>.service-box .online-consulting .popup>.center{
	width: 180px;
	/* padding: 9px 0 11px 0; */
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	border-bottom: 1px solid rgba(255,255,255,0.5);
}
.service-wrap>.service-box .online-consulting .popup .text-padding{
	padding: 5px 0;
}
.service-wrap>.service-box .online-consulting .popup .text-padding:first-child{
	padding-top: 10px;
}
.service-wrap>.service-box .online-consulting .popup .text-padding:last-child{
	padding-bottom: 10px;
}
.service-wrap>.service-box .online-consulting .popup>.center button{
	width: 80px;
	height: 25px;
	border: 1px solid #FFFFFF;
	border-radius: 13px;
	background: transparent;
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	outline:none;
}
.service-wrap>.service-box .online-consulting .popup>.center button:hover{
	background: #FFFFFF;
	color: #0DA6F2;
}
.service-wrap>.service-box .online-consulting .popup>.bottom{
	width: 180px;
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
}
.service-wrap .service-iframe-box{
	display: none;
	width: 800px;
	height: 630px;
	background-color: #f8f8f8;
	position: absolute;
	left: -800px;
	bottom: 0px;
	transition: transform .3s ease-out;
	transform: translateY(0);
}
.service-wrap .service-iframe-box-min{
	transform: translateY(95%);
}
.service-wrap .close-box{
	width: 800px;
	height: 30px;
	background-color: #5ba4ed;
}
.service-wrap .service-min{
	width: 12px;
	height: 12px;
	position: absolute;
	right: 42px;
	top: 10px;
	cursor: pointer;
}
.service-wrap .service-min::before{
	content: '';
	position: absolute;
	top: 4px;
	left: 0px;
	width: 12px;
	border-bottom: 2px solid #3a3b3d;
}
.service-wrap .service-icon-close{
	font-size: 24px;
	color: #333;
	position: absolute;
	top: -3px;
	right: 10px;
	cursor: pointer;
}
.service-wrap .service-iframe{
	border: 0;
}
.service-wrap>.service-box .service-item-icon{
	font-size:24px;
}
.service-wrap>.service-box .service-item-text{
	margin: 0 auto;
	/* margin-top: 10px; */
	writing-mode: vertical-lr;
}
.service-wrap>.service-box .customer-service-WeChat{
	position: relative;
	width: 100%;
	text-align: center;
	padding: 10px 0;
}
.service-wrap>.service-box .customer-service-WeChat::after{
	content: "";
	width: 30px;
	height: 1px;
	border-bottom: 1px solid #0DA6F2;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}
.service-wrap>.service-box .customer-service-WeChat .popup{
	display: none;
	position: absolute;
	top: 10px;
	/* left: -285px; */
	right: 40px;
	background: #0DA6F2;
	border-radius: 10px 0px 0px 10px;
	padding: 15px;
}
.service-wrap>.service-box .customer-service-WeChat .popup .right{
	margin-left: 15px;
}
.service-wrap>.service-box .customer-service-WeChat .popup .top{
	width: 120px;
	height: 120px;
	border-radius: 10px;
}
.service-wrap>.service-box .customer-service-WeChat .popup .top>img{
	width: 100%;
	height: 100%;
	border-radius: 10px;
}
.service-wrap>.service-box .customer-service-WeChat .popup .bottom{
	font-size: 14px;
	font-weight: 400;
	color: #FEFEFE;
	padding-top: 13px;
}
.service-wrap>.service-box .scan-qr-code{
	position: relative;
	width: 100%;
	text-align: center;
	padding: 10px 0;
}
.service-wrap>.service-box .scan-qr-code::after{
	content: "";
	width: 30px;
	height: 1px;
	border-bottom: 1px solid #0DA6F2;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}
.service-wrap>.service-box .scan-qr-code .popup{
	display: none;
	position: absolute;
	top: 10px;
	/* left: -150px; */
	right: 40px;
	background: #0DA6F2;
	border-radius: 10px 0px 0px 10px;
	padding: 15px;
}
.service-wrap>.service-box .scan-qr-code .popup>.top{
	width: 120px;
	height: 120px;
	border-radius: 10px;
}
.service-wrap>.service-box .scan-qr-code .popup>.top>img{
	width: 100%;
	height: 100%;
	border-radius: 10px;
}
.service-wrap>.service-box .scan-qr-code .popup>.bottom{
	font-size: 14px;
	font-weight: 400;
	color: #FEFEFE;
	padding-top: 13px;
}

/* 蒙层提示框
	正在开发中
 */
#myModel {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	background-color: rgba(9, 9, 9, 0.63);
	width: 100%;
	height: 100vh;
	z-index: 100;
}

.model-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 25%;
	height: 50px;
	border-radius: 6px;
	line-height: 50px;
	z-index: 101;
	background: #fff;
	text-align: center;
}

/* cnzz统计代码样式 */
#cnzz_stat_icon_1279970919 {
	width: 1083px;
	position: absolute;
	bottom: 15px;
	left: 50%;
	transform: translateX(-50%);
}
@media screen and (max-width: 1200px) {
    #cnzz_stat_icon_1279970919 {
        left: 58.5px;
		transform: translateX(0);
    }
}

/* .public-media-box .qr-code{
	width: 128px;
	height: 128px;
	overflow: hidden;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
	border-radius: 12px;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.public-media-box .p1{
	margin-top: 12px;
	font-size: 24px;
	color: #333333;
	font-weight: 600;
	line-height: 33px;
}
.public-media-box .tab-box{
	display: flex;
	align-items: center;
	margin-right: 32px;
	margin-bottom: 32px;
}
.public-media-box .tab-box .background{
	display: flex;
	align-items: center;
	height: 56px;
	padding: 0 17px 0 12px;
	border-radius: 12px;
	cursor: pointer;
}
.public-media-box .tab-box:hover .background{
	opacity: 0.6;
}
.public-media-box .tab-box .tab-img{
	width: 32px;
	height: 32px;
	margin-right: 8px;
}
.public-media-box .tab-box-qrcode{
	position: relative;
}
.public-media-box .tab-box-qrcode .qrcode-img-box{
	display: none;
	position: absolute;
	width: 128px;
	height: 128px;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	background-color: #fff;
	z-index: 1;
	border-radius: 12px;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
	opacity: 1;
}
.public-media-box .tab-box-qrcode:hover .qrcode-img-box{
	display: flex;
	opacity: 1;
}
.public-media-box .tab-box .tab-text{
	font-size: 22px;
	color: #FCFDFF;
	font-weight: 600;
}
.public-media-box .tip-text{
	margin-top: 48px;
	opacity: 0.71;
	font-size: 20px;
	color: rgba(51,51,51,0.45);
}

.swiper-container{
	width: 1280px;
	height: 352px;
	margin-top: 50px;
}
.swiper-container .swiper-slide{
	width: 250px!important;
}
.swiper-container-horizontal>.swiper-wrapper {
	color: #fff;
	transition-timing-function: linear !important;
	-o-transition-timing-function: linear !important;
	-webkit-transition-timing-function: linear !important;
}
.swiper-slide img{
	width: 250px;
	height: 96px;
	margin-bottom: 32px;
} */