
/*初始化文件*/
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;}
*{
	box-sizing: border-box;
}

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: #004CBC;
}

.outbanner {
	width: 100%;
	height: 1011px;
	background: url('https://ygzx-1257456137.cos.ap-shanghai.myqcloud.com/banner.png') no-repeat center;
	background-size: cover;
}

.banner {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	padding: 260px 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: #333333;
	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: 560px;
	/* background: #FFFFFF; */
	/*background: #FFFFFF url(../images/bg02.png) no-repeat center;*/
}

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

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



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

.about .content .inner {
	width: 510px;
	height: 100%;
	text-align: left;
	font-size: 24px;
	color: #333333;
	line-height: 48px;
	font-family: Microsoft YaHei;
	font-weight: 400;
}
.about-xixi{
	width:560px;
	height:442px;
}
.inner img{
	height:100px;
	margin-top:0px;
	margin-bottom:10px;
}
.outintro {
	width: 100%;
	background: #FFFFFF;
	margin-bottom: 95px;
}

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

.intro .title {
	text-align: center;

}


.intro .title img{
	height:100px;
	margin: 19px auto 119px;
}

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

.outcooperation {
	width: 100%;
	height: 1216px;
	background: url('https://ygzx-1257456137.cos.ap-shanghai.myqcloud.com/bg.png') no-repeat center;
	background-size:100% 100%
}

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

.cooperation .title {
	text-align: center;
	font-size: 40px;
	color: #EA4149;
	line-height: 42px;
	font-family: SourceHanSansCN-Regular;
	font-weight: 400;
}
.cooperation .title img{
	width:442px;
	height:100px;
	margin: 19px auto 119px;
}

.cooperation .line {
	width: 91px;
	height: 6px;
	border-radius: 6px;
	background: #F9D873;

}

.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: 16px;
	color: #666666;
	line-height: 21px;
	font-family: MicrosoftYaHei-Regular;
	font-weight: 400;
}

.outcompany {
	width: 100%;
	height: 530px;
	background: #FFFFFF;
	margin-top:-70px;
}

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

.company .title {
	text-align: center;
}

.company .title img{
	/*width:100%;*/
	height:100px;
	margin: 19px auto 35px;
}

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

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

.footer {
/*	margin:47px auto;*/
	color:#333333;
	font-size:14px;
	text-align: center;
	line-height: 39px;
}


.wechat-bg{
	width: 82px;
	height: 82px;
	background: #333333;
	border-radius: 10px;
}
.fixed {
	width: 82px;
	height: 82px;
	position: fixed;
	right: 13px;
	bottom: 100px;
	z-index:999;
}

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

.fixed .item .img {
	width: 36px;
	height: 36px;
	margin-left:23px;
	margin-top:15px;
	/*margin-bottom: 7px;*/
	/*margin-left: 8px;*/
}

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

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

.fixed .item .qr {
	width: 120px;
	height: 120px;
	position: absolute;
	right: 85px;
	top: -0px;
	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;
}
