
/*初始化文件*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td { margin:0; padding:0; }
mark{background: inherit;color: inherit}
body { background:#fff; }
h1, h2, h3, h4, h5, h6, p{ font-weight:normal; font-size:100%;}
a { color:#555; text-decoration:none; }
a:hover{text-decoration: none !important;}
img { border:none; }
ol,ul,li { list-style:none; }
i{ font-style: normal}
input, textarea, select, button { font:14px Verdana,Helvetica,Arial,sans-serif; border: 1px solid #999; outline: none; }
table { border-collapse:collapse; }
.cf:after {content: ""; display: block;clear: both;}
.cf { display: inline-table; }
/* Hides from IE-mac \*/
* html .cf { height: 1%; }
.cf { display: block; }
/* End hide from IE-mac */
.fl{float: left;}
.fr{float: right;}
button{cursor: pointer;  outline: none;  border: 0;}
/* @media all and (min-width:310px){html{font-size: 42px;}}
@media all and (min-width:370px){html{font-size: 50px;}}
@media all and (min-width:410px){html{font-size: 55px;}} */
*{
	box-sizing: border-box;
	/* -webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none; */
}

html {
	width: 100%;
	min-width: 1200px;
}

body {
	width: 100%;
	min-width: 1200px;
	font-size: 0;
	position: relative;
}

.outheader {
	width: 100%;
	height: 100px;
	position: fixed;
	top: 0;
	background: rgba(255,255,255,.8);
	z-index: 222;
}

.header {
	width: 1200px;
	height: 100px;
	margin: 0 auto;
}

.header>img {
	width: 68px;
	height: 66px;
	margin-top: 19px;
	float: left;
}

.header .right {
	width: 580px;
	height: 14px;
	margin-top: 53px;
}

.header .right .item {
	display: block;
	padding: 0 29px;
	border-right: 1px solid #333333;
	text-align: center;
	font-size: 14px;
	color: #333333;
	line-height: 14px;
	font-family: PingFang-SC-Medium;
	font-weight: 500;
}

.header .right .item:last-child {
	border: none;
}

.header .right .item:hover {
	color: #209bf6;
}

.outbanner {
	width: 100%;
	height: 1011px;
	background: url(../images/banner.jpg) no-repeat center;
	background-size: cover;
}

.banner {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	padding: 530px 0 328px;
	position: relative;
}

.banner .iosdown {
	display: none;
	position: absolute;
	width: 302px;
	height: 296px;
	background: url(../images/qrbg.png) no-repeat center;
	top: 355px;
	left: 360px;
	transition: height 0.3s;
	-moz-transition: height 0.3s;	/* Firefox 4 */
	-webkit-transition: height 0.3s;	/* Safari 和 Chrome */
	-o-transition: height 0.3s;	/* Opera */
	padding: 30px 30px 30px 35px;
}

.banner .anddown {
	display: none;
	position: absolute;
	width: 302px;
	height: 296px;
	background: url(../images/qrbg.png) no-repeat center;
	top: 485px;
	left: 360px;
	transition: height 0.3s;
	-moz-transition: height 0.3s;	/* Firefox 4 */
	-webkit-transition: height 0.3s;	/* Safari 和 Chrome */
	-o-transition: height 0.3s;	/* Opera */
	padding: 30px 30px 30px 35px;
}

.banner .iosdown>img,
.banner .anddown>img {
	width: 100%;
	height: 100%;
}

.banner .block {
	display: block;
	transition: height 0.3s;
	-moz-transition: height 0.3s;	/* Firefox 4 */
	-webkit-transition: height 0.3s;	/* Safari 和 Chrome */
	-o-transition: height 0.3s;	/* Opera */
}

.banner .publicity {
	text-align: left;
	font-size: 45px;
	color: #fff;
	line-height: 54px;
	font-family: SourceHanSansCN-Regular;
	font-weight: 400;
	margin-bottom: 80px;
}

.banner .download {
	width: 347px;
	height: 98px;
	border-radius: 6px;
	border: 2px dotted #333333;
	margin-bottom: 39px;
	padding: 17px 73px;
	transition: 0.3s;
	cursor: pointer;
	-moz-transition: 0.3s;	/* Firefox 4 */
	-webkit-transition: 0.3s;	/* Safari 和 Chrome */
	-o-transition: 0.3s;	/* Opera */
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.banner .download:hover {
	background: rgba(255,255,255,.5);
	transition: 0.3s;
	-moz-transition: 0.3s;	/* Firefox 4 */
	-webkit-transition: 0.3s;	/* Safari 和 Chrome */
	-o-transition: 0.3s;	/* Opera */
}

.banner .download>img {
	width: 55px;
	height: 65px;
	float: left;
}

.banner .download>p {
	float: right;
	text-align: right;
	font-size: 30px;
	color: #333333;
	line-height: 65px;
	font-family: SourceHanSansCN-Regular;
	font-weight: 500;
}

.outabout {
	width: 100%;
	height: 819px;
	/* background: #FFFFFF; */
	/*background: #FFFFFF url(../images/bg02.png) no-repeat center;*/
}

.about {
	width: 1200px;
	height: 819px;
	margin: 0 auto;
	padding: 150px 35px 0 683px;
}

.about .content {
	width: 100%;
	height: 100%;
}

.about .content .title {
	text-align: left;
	font-size: 40px;
	color: #209bf6;
	line-height: 42px;
	font-family: SourceHanSansCN-Regular;
	font-weight: 400;
}

.about .content .line {
	width: 91px;
	height: 6px;
	border-radius: 6px;
	background: #F9D873;
	margin: 19px 0 56px;
}

.about .content .inner {
	width: 100%;
	height: 100%;
	text-align: left;
	font-size: 20px;
	color: #333333;
	line-height: 45px;
	font-family: SourceHanSansCN-Regular;
	font-weight: 400;
}

.outintro {
	width: 100%;
	background: #FFFFFF;
	margin-bottom: 95px;
}

.intro {
	width: 1200px;
	margin: 0 auto;
}

.intro .title {
	text-align: left;
	font-size: 40px;
	color: #209bf6;
	line-height: 38px;
	font-family: SourceHanSansCN-Regular;
	font-weight: 400;
	margin-bottom: 19px;
}

.intro .line {
	width: 91px;
	height: 6px;
	border-radius: 6px;
	background: #F9D873;
	margin-bottom: 83px;
}

.intro>img {
	width: 100%;
	/*height: 492px;*/
}

.outcooperation {
	width: 100%;
	height: 1147px;
	background: url(../images/bg.png) no-repeat center;
}

.cooperation {
	width: 1200px;
	height: 1147px;
	margin: 0 auto;
	padding-top: 43px;
}

.cooperation .title {
	text-align: center;
	font-size: 40px;
	color: #209bf6;
	line-height: 42px;
	font-family: SourceHanSansCN-Regular;
	font-weight: 400;
}

.cooperation .line {
	width: 91px;
	height: 6px;
	border-radius: 6px;
	background: #F9D873;
	margin: 19px auto 119px;
}

.cooperation .swiper {
	width: 100%;
	height: 524px;
}

.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;

	/* Center slide text vertically */
	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;
	transition: 300ms;
}

.swiper-slide:not(.swiper-slide-active) {
	transform: scale(0.8);
	opacity: .7;
}

.swiper-slide .item {
	width: 434px;
	height: 524px;
	background: #FFFFFF;
	border-radius: 22px;
}

.swiper-slide .item>img {
	width: 434px;
	height: 303px;
	border-radius: 22px 22px 0 0;
}

.swiper-slide .item>p {
	text-align: center;
	font-size: 25px;
	color: #333333;
	line-height: 24px;
	font-family: SourceHanSansCN-Regular;
	font-weight: 400;
	margin: 46px 0 17px;
}

.swiper-slide .item>div {
	width: 100%;
	height: 84px;
	padding: 0 68px;
	text-align: center;
	font-size: 18px;
	color: #999999;
	line-height: 21px;
	font-family: SourceHanSansCN-Regular;
	font-weight: 400;
}

.outcompany {
	width: 100%;
	height: 427px;
	background: #FFFFFF;
}

.company {
	width: 1200px;
	height: 427px;
	margin: 0 auto;
}

.company .title {
	text-align: center;
	font-size: 40px;
	color: #209bf6;
	line-height: 42px;
	font-family: SourceHanSansCN-Regular;
	font-weight: 400;
}

.company .line {
	width: 91px;
	height: 6px;
	border-radius: 6px;
	background: #F9D873;
	margin: 19px auto 71px;
}

.company .detail {
	width: 1105px;
	height: 168px;
	margin: 0 auto;
	text-align: left;
	font-size: 20px;
	color: #333333;
	line-height: 42px;
	font-family: SourceHanSansCN-Regular;
	font-weight: 400;
}

.conBar {
	width: 100%;
	height: 340px;
	background: url(../images/banner2.png) no-repeat center;
}

.outmessagebox {
	width: 100%;
	height: 897px;
}

.messagebox {
	width: 1200px;
	height: 897px;
	padding: 98px 72px 225px;
	margin: 0 auto;
}

.messagebox .title {
	text-align: center;
	font-size: 28px;
	color: #000000;
	line-height: 28px;
	font-family: SourceHanSansCN-Regular;
	font-weight: 400;
	margin-bottom: 46px;
}

.messagebox .wrap {
	width: 100%;
	height: 46px;
	margin-bottom: 26px;
}

.messagebox .wrap input {
	width: 327px;
	height: 46px;
	border: none;
	padding: 0 16px;
	background: #F7F7F7;
	margin-right: 37px;
}

.messagebox .wrap input:last-child {
	margin-right: 0;
}

.messagebox .headline {
	width: 100%;
	height: 46px;
	padding: 0 16px;
	border: none;
	background: #F7F7F7;
	margin-bottom: 26px;
}

.messagebox .area {
	width: 100%;
	height: 131px;
	resize: none;
	padding: 12px 16px;
	border: none;
	background: #F7F7F7;
	margin-bottom: 63px;
}

.submit {
	width: 353px;
	height: 60px;
	display: block;
	margin: 0 auto;
	border-radius: 8px;
	background: #DF433F;
	text-align: center;
	font-size: 20px;
	color: #FFFFFF;
	line-height: 60px;
	font-family: "microsoft yahei";
	font-weight: 400;
	margin-bottom: 35px;
	cursor: pointer;
}

.messagebox .info {
	text-align: center;
	font-size: 18px;
	color: #333333;
	line-height: 22px;
	font-family: SourceHanSansCN-Regular;
	font-weight: 400;
}

.fixed {
	width: 82px;
	height: 250px;
	position: fixed;
	right: 13px;
	bottom: 280px;
}

.fixed .item {
	width: 82px;
	height: 82px;
	margin-bottom: 2px;
	border-radius: 10px;
	background: #209bf6;
	padding: 10px 12px 0;
	position: relative;
	cursor: pointer;
}

.fixed .item .img {
	width: 42px;
	height: 43px;
	margin-bottom: 7px;
	margin-left: 8px;
}

.fixed .item>p {
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 12px;
	font-family: SourceHanSansCN-Regular;
	font-weight: 400;
}

.fixed .item:last-child {
	margin: 0;
}

.fixed .item .qr {
	width: 120px;
	height: 120px;
	position: absolute;
	right: 85px;
	top: -21px;
	display: none;
}

.fixed .item2:hover .qr2 {
	display: block;
}

.fixed .item3:hover .qr3 {
	display: block;
}
.mengceng{
	display: flex;
	position: fixed;
	width: 100%;
	z-index: 999;
	top: 0;
	left: 0;
	justify-content: center;
	align-items: center;
	height: 100%;
	background: rgba(14, 14, 14, 0.8);
}
.close-video{
	width: 38px;
	height: 38px;
	display: block;
	/* background: #fff; */
	position: absolute;
	top: 0px;
	right: 8px;
	z-index: 99999;
	padding: 5px;
}
.close-video img{
	width: 100%;
	height: 100%;
	display: block;
}
