*{margin: 0;padding: 0;box-sizing: border-box;}
/* 字体加粗 */
.fw-bold {
	font-weight: bold;
}

.fw-bolder {
	font-weight: bolder;
}

.fs-10{
	font-size: 10px;
}
.fs-12{
	font-size: 12px;
}
.fs-14{
	font-size: 14px;
}
.fs-15{
	font-size: 15px;
}
.fs-16{
	font-size: 16px;
}
.fs-17{
	font-size: 17px;
}
.fs-18{
	font-size: 18px;
}
.fs-19{
	font-size: 19px;
}
.fs-20{
	font-size: 20px;
}
.fs-21{
	font-size: 21px;
}
.fs-22{
	font-size: 22px;
}
.fs-23{
	font-size: 23px;
}
.fs-24{
	font-size: 24px;
}
.fs-25{
	font-size: 25px;
}
.fs-26{
	font-size: 26px;
}
.fs-27{
	font-size: 27px;
}
.fs-28{
	font-size: 28px;
}
.fs-29{
	font-size: 29px;
}
.fs-30{
	font-size: 30px;
}
.fs-32{
	font-size: 32px;
}
.fs-34{
	font-size: 34px;
}
.fs-36{
	font-size: 36px;
}
.fs-38{
	font-size: 38px;
}
.fs-40{
	font-size: 40px;
}
.fs-45{
	font-size: 45px;
}
.fs-50{
	font-size: 50px;
}
.fs-55{
	font-size: 55px;
}
.fs-60{
	font-size: 60px;
}

.color-333{
	color:#333;
}
.color-666{
	color:#666;
}
.color-999{
	color:#999;
}
.color-fff{
	color:#fff;
}
.color-f5f5f5{
	color:#f5f5f5;
}
.bg-333{
	background-color:#333;
}
.bg-666{
	background-color:#666;
}
.bg-999{
	background-color:#999;
}
.bg-fff{
	background-color:#fff;
}
.bg-f5f5f5{
	background-color:#f5f5f5;
}

/* 超出隐藏 */
.text-cut {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.text-cut-2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.text-cut-3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

/* 文字中划线 */
.text-line{
	text-decoration: line-through;
}

/* 文字对齐方式 */
.text-center {
	text-align: center;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.word-break{
	word-break: break-all;
	word-break: break-word;
}

/* 浮动 以及清除浮动 */
.fl {
	float: left;
}

.fr {
	float: right;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* flex弹性布局 */
.flex {
	display: -webkit-box!important;
	display: -moz-box!important;
	display: -ms-flexbox!important;
	display: -webkit-flex!important;
	display: flex!important;
}

.flex1 {
	flex: 1!important;
}

/* 主轴垂直显示 */
.flex-direction {
	flex-direction: column!important;
}

/* 让弹性盒元素在必要的时候拆行 */
.flex-wrap {
	flex-wrap: wrap;
}

/* 侧轴（纵轴）方向上的对齐方式 */
.align-start {
	align-items: flex-start;
}

.align-end {
	align-items: flex-end;
}

.align-center {
	align-items: center!important;
}

.align-stretch {
	align-items: stretch;
}

/* 主轴（横轴）方向上的对齐方式 */
.justify-start {
	justify-content: flex-start;
}

.justify-end {
	justify-content: flex-end;
}

.justify-center {
	justify-content: center!important;
}

.justify-between {
	justify-content: space-between!important;
}

.justify-around {
	justify-content: space-around;
}

/* 水平居中 垂直居中 */
.flex-center {
	justify-content: center;
	align-items: center;
}

.pf{
  position: fixed;
}
.pr{
  position: relative;
}
.pa{
  position: absolute;
}
.ps{
  position: static;
}
.ml5{
	margin-left: 5px;
}
.ml10{
	margin-left: 10px;
}
.ml15{
	margin-left: 15px;
}
.ml20{
	margin-left: 20px;
}


.w1000{
	width: 1000px;
	margin: 0 auto;
}
.h100p{
	height: 100%;
}
a{
	text-decoration: none;
}
.header_pc{
	width: 100%;
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;
}
.name_img1{
	width: 40px;
	height: 40px;
}
.name_img2{
	width: 250px;
	height: 42px;
	margin-left:4px;
}

.el-menu-item{
	font-size: 16px !important;
}
.el-menu--horizontal>.el-menu-item.is-active{
	font-weight: bolder !important;
}
.el-menu.el-menu--horizontal {
    border-bottom: solid 1px #fff !important;
}
.tel_img{
	width: 24px;
	height: 20px;
}
.box1{
	width: 100%;
	height: 850px;
	background: url('../imgs/box1.png') no-repeat center;
	background-size: 100% 100%;
}
.box1_text1{
	font-size: 36px;
	color:#fff;
}
.box1_text2{
	font-size: 24px;
	font-weight: bolder;
	color:#004EFF;
	margin-top:35px;
}
.box1_text3{
	font-size: 22px;
	color:#004EFF;
	margin-top:20px;
}
.box1_text4{
	margin-top: 25px;
	margin-bottom: 150px;
}
.el-button.el-button--primary{
    background:#255AFE !important;
	font-size: 15px !important;
	font-weight: bolder;
}
.box2{
	padding:30px 0;
}
.box_title{
	font-size: 20px;
	font-weight: bolder;
	text-align: center;
}
.box2_wrap{
	width: 1000px;
	margin: 30px auto 0;
}
.box2_con{
	width: 250px;
	height: 300px;
	background: url("../imgs/box2.png") no-repeat center;
	background-size: 100% 100%;
	padding:15px 40px;
}
.box2_img{
	width: 80px;
	height: 80px;
}
.box2_text1{
	font-size: 16px;
	text-align: center;
	margin:10px 0 20px;
}
.box2_text2{
	font-size: 12px;
	line-height: 1.5;
}
.box3{
	width: 100%;
	height: 900px;
	background: url("../imgs/video_bg.png") no-repeat center;
	background-size: 100% 100%;
}
.video{
	width: 960px;
	height: 650px;
}
.box4{
	width: 100%;
	height: 1050px;
	background: url("../imgs/method.png") no-repeat center;
	background-size: 100% 100%;
}
.box4 .box_title, .box5 .box_title, .box6 .box_title{
	padding: 40px 0 20px;
}
.box4_text1{
	font-size: 18px;
	font-weight: bolder;
	line-height: 1.5;
}
.box4_con{
	width: 270px;
	background-color: #EEF3FF;
	border:1px solid #9DB8FE;
	padding: 20px;
	border-radius: 0 0 20px 0;
	margin-bottom: 15px;
}
.box4_con:nth-of-type(2), .box4_con:nth-of-type(5){
	margin-left:95px;
	margin-right: 95px;
}
.box4 .box2_text1{
	margin: 0;
}
.box4 .box2_text2{
	margin-top: 20px;
}
.box4_img{
	width: 100px;
	height: 70px;
}
.method_con{
	margin-top: 40px;
}
.ys_wrap{
	margin-top: 40px;
}
.ys_con{
	width: 420px;
	background: linear-gradient(to bottom, #ffffff, #D9E4FF);
	border:1px solid #9DB8FE;
	padding: 20px;
	border-radius: 0 0 20px 0;
	position: relative;
}
.ys_con:nth-of-type(1), .ys_con:nth-of-type(2){
	margin-bottom: 60px;
}
.ys_title{
	font-size: 16px;
	font-weight: bolder;
	text-align: center;
}
.ys_text{
	font-size: 14px;
	margin-top: 20px;
}
.yuan{
	width: 15px;
	height: 15px;
	border-radius: 50%;
	border:1px solid #9DB8FE;
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 1;
}
.box5{
	width: 100%;
	height: 580px;
	background: url('../imgs/fw5.png') no-repeat center;
	background-size: 100% 100%;
}
.box5_con{
	margin-top: 50px;
}
.fw_con1{
	width: 450px;
	height: 400px;
	background: url('../imgs/fw1.png') no-repeat center;
	background-size: 100% 100%;
	padding: 15px 15px 40px;
}
.fw_con2{
	width: 550px;
	height: 150px;
	background: url('../imgs/fw2.png') no-repeat center;
	background-size: 100% 100%;
	padding: 15px;
}
.fw_con3{
	height: 250px;
	background: url('../imgs/fw3.png') no-repeat center;
	background-size: 100% 100%;
	padding: 15px;
}
.box5_text1{
	font-size: 18px;
	font-weight: bolder;
	color:#fff;
}
.box5_text2{
	font-size: 12px;
	color:#fff;
	line-height: 1.5;
	margin-top: 35px;
}
.box5_text3{
	font-size: 15px;
	font-weight: bolder;
	color:#fff;
}
.box5_text4{
	font-size: 13px;
	color:#fff;
	line-height: 1.5;
	margin-top: 15px;
}
.box5_text5{
	font-size: 12px;
	color:#fff;
	line-height: 1.5;
	margin-top: 25px;
}
.box6{
	width: 100%;
	height: 500px;
	background: url("../imgs/video_bg.png") no-repeat center;
	background-size: 100% 100%;
}
.box6_con{
	margin-top: 30px;
}
.box_inp{
	margin-top: 15px;
}