@charset "utf-8";
*{margin: 0px;border: 0px;padding: 0px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
li{list-style: none; }
a{display:block;text-decoration: none; color: inherit;-webkit-tap-highlight-color: transparent; -webkit-touch-callout: none; -webkit-user-select: none;}
img{display: block;}
h1,h2,h3,h4,h5,h6,b{font-weight: normal;}
em,i{font-style: normal;}
[v-cloak] {display: none!important; }
textarea {-webkit-appearance: none;resize: none; }
select{appearance:none; -moz-appearance:none; -webkit-appearance:none; }
select::-ms-expand { display: none; }
body,html{ font-size:50px; -webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
.hide{ display: none; }
.show{ display: block; }
.op0{opacity: 0;}
.oh1{ text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.cle::after{content: ""; display: block; height:0; clear:both; visibility:hidden;}
.fl{float: left;}
.fr{float: right;}
.w100{width: 100%!important;}
.h100{height: 100%!important; }
.ohidden{overflow: hidden; }
.wrap{width: 1200px;margin: 0 auto;position: relative; }
.header{
	padding-top: 210px;
	width: 100%;
	background-image: url('../img/img.png');
	background-position: top;
	background-size: auto 790px ;
	background-repeat: no-repeat;
}
.header .fixed{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 80px;
	background: rgba(255, 255, 255, 0.1);
	border-bottom: solid 1px rgba(232, 232, 232, 1);
	padding: 0 80px;
	display: flex;
	align-items: center;
}
.header .fixed .logo{
	width: 500px;
	height: 70px;
	background-image: url('../img/logo.png');
	background-size: auto 80%;
	background-position: left;
	background-repeat: no-repeat;
}

.header .fixed .logo_name{
	font-size: 32px;
    position: absolute;
    margin-left: 80px;
}
.header .zuobian{
	float: left;
	font-weight: bold;
	color: #333333;
	padding-top: 120px;
}
.header .zuobian .p1{
	font-size: 64px;
	line-height: 90px;
	margin-bottom: 20px;
}
.header .zuobian .p2{
	font-size: 32px;
	line-height: 45px;
	margin-bottom: 90px;
}
.header .zuobian .p3{
	width: 170px;
	height: 55px;
	border-radius: 10px;
	background: linear-gradient(180deg, #24304E 0%, #35497D 54.26%, #394A78 100%);
	display: flex;
    align-items: center;
    justify-content: center;
	font-size: 15px;
	color: #FFFFFF;
}
.header .zuobian .p3 .i{
	width: 16px;
	height: 16px;
	background-image: url('../img/i.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-right: 5px;
	margin-top: 3px;
}
.header .youc{
	float: right;
}
.header .youc .img_kuang{
	width: 320px;
	margin-left: auto;
}
.header .youc .img_kuang .img{
	width: 100%;
}
.header .youc .p1{
	font-size: 40px;
	color: #333333;
	line-height: 70px;
	margin-top: 30px;
	position: relative;
	font-weight: bold;
}
.header .youc .p1::after{
	content: "";
	display: block;
	width: 100px;
	height: 6px;
	background: #326FFE;
	position: absolute;
	right: 0;
	bottom: -10px;
}
.main{
	background-image: url('../img/bg.png');
	background-position: top;
	background-color: #F6F6F6;
	background-size: 100%;
	background-repeat: no-repeat;
	padding: 150px 0 0px;
}
.main .list .li{
	padding: 30px 0;
}
.main .list .li .p1{
	font-size: 26px;
	color: #000000;
	line-height: 36px;
	font-weight: bold;
	padding-left: 50px;
	margin-bottom: 30px;
	background-position: left;
	background-size: 36px;
	background-repeat: no-repeat;
}
.main .list .li .p2{
	font-size: 20px;
	color: #333333;
	line-height: 34px;
	padding-left: 50px;
	text-align: justify;
}
.footer{
	background-color: #313236;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	color: #B6B6B6;
}