*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;/* 这句要加 */	
}
ul,li{
	list-style: none;
}
a{
	text-decoration: none;
}
.fl{
	display: flex;
}

.wrap{
	width: 1300px;
	margin: 0 auto;
}
.fullimg>img{
	width: 100%;
	height: auto;
}


.header{
	width: 100%;
	/* height: 108px; */
}
.header .topbav{
	width: 100%;
	min-width: 1300px;
	height: 100px;
	/* background-color: antiquewhite; */
	display: flex;
	/* 定好宽度中间自适应,不要定距离 */
	padding: 0 80px;
	align-items: center;
	justify-content: space-between;
}
.header .topbav .logo{
	/* margin: 22px 0px 12px 40px; */
}
.header .topbav ul{
	/* margin-left: 860px; */
}
.header .topbav ul li{
	float: left;
	list-style: none;
	line-height: 108px;
	color: #000000;
	margin-left: 20px;
}
.header .topbav ul li .sous{
	width: 20px;
	height: 20px;
	color: black;
	line-height: 100px;
}

.main1{
	margin-top: 24px;
	/* width: 1300px; */
	/* height: 59px; */
	/* background-color:yellow; */
	/* margin: 24px 0px 0px 310px; */
}
.main1 .gray{
	width:100%;
	height: 59px;
	background-color: #F5F5F5;
}
.main1 .gray .process{
	margin-left: 26px;
}
.main1 .gray .process a{
	list-style: none;
	text-decoration: none;
	line-height: 59px;
	font-size: 16px;
	color: #6A6A6A;
	
}
.main1 .gray .process .guide{
	color: #A6A7A7;
}
.main1 .topbox{
	width: 1300px;
	height: 460px;
	/* background-color: #868686; */
	margin: 0 auto;
	margin-bottom: 4.4375rem;
	display: flex;
	position: relative;
}
.main1 .topbox .font .font1 {
	margin: 3px 60px 0px 5px;
	font-size: 34px;
	color: #222;
	font-weight: bold;
}
.main1 .topbox .font .font2 {
	margin: 0px 95px 0px 5px;
	font-size: 34px;
	color: #222;
	font-weight: bold;
}
.main1 .topbox .juzhen-image{
	width: 690px;
	height: 460px;
}
.main1 .topbox .blue {
	width: 801px;
	height: 322px;
	background-color: #0272BE;
	position: absolute;
	margin-top: 173px;
	opacity: 0.87;
	/* padding: 28px 53px 29px 25px; */
}
.main1 .topbox .blue .text {
	color: #FFFFFF;
	font-size: 17px;
	margin: 23px 40px 26px 25px;
}
.main1 .bottom-box{
	width: 1301.8px;
	height: 563px;
	margin-bottom: 93px;
	display: flex;
}
.main1 .bottom-box .left{
	background-image: url(../img/yunying-image1.png);
	width: 395px;
	height: 100%;
	margin-right: 8px;
}
.main1 .bottom-box .left .left-caption {
	font-size: 40.68px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 38px 0px 39px 31px;
	line-height: 1.2;
}
.main1 .bottom-box .left .left-content{
	font-size: 18px;
	color: #FFFFFF;
	padding: 0 40px 0 28px;
}
.main1 .bottom-box .right{
	width: 898.5px;
	height: 100%;
	/* background-color: #0F7BBF; */
	display: flex;
	position: relative;
}
.main1 .bottom-box .right .box1{
	width: 443.9px;
	height: 277px;
	background-image: url(../img/yunying-image2.png);
	margin: 0px 11px 9px 0px;
}
.main1 .bottom-box .right .box2{
	width: 443.9px;
	height: 277px;
	background-image: url(../img/yunying-image3.png);
	background-repeat: no-repeat;
	margin: 0px 0px 9px 0px;
}
.main1 .bottom-box .right .box3{
	width: 443.9px;
	height: 277px;
	background-image: url(../img/yunying-image4.png);
	background-repeat: no-repeat;
	margin: 0px 0px 9px 0px;
	position: absolute;
	margin-top: 286px;
}
.main1 .bottom-box .right .box4{
	width: 443.9px;
	height: 277px;
	background-image: url(../img/yunying-image5.png);
	background-repeat: no-repeat;
	margin: 0px 0px 9px 0px;
	position: absolute;
	margin-top: 286px;
	margin-left: 454.9px;
}
.box-caption {
	font-size: 40.68px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 30px 0px 21.01px 29px;
	line-height: 1.2;
}
.box-content{
	font-size: 18px;
	color: #FFFFFF;
	padding: 0 80px 0 28px;
}

.footer {
	height: 176px;
	background-color: #222222;
}
.footer .sub-footer{
	height: 176px;
	/* background-color: #858484; */
}
.footer .footer-title{
	display: flex;
	margin-bottom: 15px;
}
.footer .footer-title .links{
	padding-top: 20px;
}
.footer .footer-title span{
	color: #FFFFFF;
	margin:0px 20px 0px 15px;
	font-weight: bold;
}
.footer .footer-title a{
	color: #FFFFFF;
	margin-right: 20px;
	text-decoration: none;
}
.footer .footer-title .icon9,.icon10{
	width: 27px;
	height: 27px;
	margin:15px 15px 0px 0px;	
}
.footer .footer-title .icon8{
	width: 27px;
	height: 27px;
	margin:15px 15px 0px 100px;
}
.footer .information{
	display: flex;
	color:#ffffff;
	margin-left: 200px;}
.footer .information p{
	margin-right: 20px;
}
.footer hr{
	margin-bottom: 44px;
}