.banner {
	position: relative;
}

.ban_box {
	position: absolute;
	left: 50%;
	bottom: 25%;
	transform: translateX(-50%);
	text-align: center;
	z-index: 12;
}

.ban_box h2 {
	font-size: 26px;
	font-family: "Montserrat", sans-serif;
	font-weight: bold;
	color: white;
	line-height: 34px;
}

.ban_btn {
	font-size: 0;
	margin-top: 35px;
}

.ban_btn a {
	margin: 10px;
}

.mybtn {
	display: inline-block;
	vertical-align: top;
	width: 360px;
	height: 45px;
	border: 1px solid white;
	line-height: 43px;
	font-size: 18px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	color: white;
	transition: all .35s ease-in-out;
	text-align: center;
}

.mybtn:hover {
	background: linear-gradient(-90deg, #ce0000 0%, #f3a800 100%);
	transition: all .35s ease-in-out;
	color: #fff;
	border: none;
	line-height: 45px;
}

.set2 {
	background-color: #f2f6f7;
	padding-top: 60px;
	padding-bottom: 70px;
}

.pro_type {
	width: 25.2%;
	background-color: #fff;
	padding-bottom: 105px;
}

.one {
	list-style: none;
	width: 100%;
	padding: 0 20px;
}

.one a {
	font-size: 18px;
	font-family: "Open Sans", sans-serif;
	font-weight: bold;
	color: #333333;
	line-height: 60px;
}

.one1 {
	list-style: none;
	width: 100%;
	padding: 0 30px 0 12px;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	position: relative;
}

.one1 b {
	position: absolute;
	display: block;
	width: 10px;
	height: 10px;
	line-height: 10px;
	right: 10px;
	top: 50%;
	margin-top: -5px;
	transition: all .4s;
	cursor: pointer;
}

.one1.activea {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.one1.activea b {
	transform: rotate(45deg);
	transition: all .4s;
}

.one1.activea>a {
	color: #c11920;
}

.pro_lbox .one:nth-child(1)>.one1 {
	border-top: none;
}

.pro_lbox .one:nth-last-child(1)>.one1 {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.two {
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 12px;
	display: none;
}

.two li {
	list-style-type: disc !important;
	margin-left: 20px;
	margin-bottom: 0;
}

.two li a {
	font-size: 16px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	color: #666;
	line-height: 30px;
}

.two li a:hover {
	color: #0064C8;
}

.two li.active {
	color: #0064C8;
}

.two li.active a {
	color: #0064C8;
}

.two.active {
	display: block;
}

.pro_box {
	width: 72%;
}

.pro_box>h2 {
	font-size: 36px;
	font-family: "Montserrat", sans-serif;
	font-weight: bold;
	color: #333333;
	line-height: 48px;
	margin-bottom: 20px;
}

.pro_box form {
	width: 100%;
	font-size: 0;
	position: relative;
}

.pro_box form i {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 30px;
	top: 20px;
	z-index: 1;
}

.pro_box form b {
	display: block;
	width: 15px;
	height: 15px;
	position: absolute;
	right: 56px;
	top: 25px;
	z-index: 1;
}

.proseac {
	display: inline-block;
	vertical-align: top;
	height: 60px;
	line-height: 60px;
	padding-left: 73px;
	font-size: 14px;
	font-family: OpenSans;
	font-weight: 400;
	color: #999999;
	background: white;
	width: calc(76% - 3px);
	margin-right: 3px;
	border: none;
	outline: none;
}

.prosub {
	display: inline-block;
	vertical-align: top;
	width: 24%;
	height: 60px;
	background: linear-gradient(-90deg, #ce0000 0%, #f3a800 100%);
	font-size: 18px;
	font-family: OpenSans;
	font-weight: 400;
	color: white;
	padding-right: 40px;
	text-align: center;
	border: none;
	outline: none;
}

.procdel {
	font-size: 16px;
	font-family: "Open Sans", sans-serif;
	margin: 30px 0 40px;
	font-weight: 400;
	color: #333333;
	line-height: 24px;
}

.procnt_rt {
	font-size: 0;
	width: 100%;
	margin-top: 35px;
}

.procnt_rt>div.prortbox:nth-child(3n) {
	margin-right: 0;
}

.prortbox {
	display: inline-block;
	vertical-align: top;
	width: 32%;
	margin-right: 1.25%;
	margin-bottom: 20px;
	padding: 5px;
	position: relative;
}

.prortbox h2 {
	font-size: 18px;
	font-family: "Open Sans", sans-serif;
	font-weight: bold;
	color: #333333;
	line-height: 24px;
	margin-top: 10px;
	text-align: center;
}

.prortimg {
	width: 100%;
	height: 275px;
	background: white;
	position: relative;
	text-align: center;
}

.prortimg:hover .prortul {
	opacity: 1;
	transition: all .4s;
}

.prortul {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 12;
	background: rgba(255, 255, 255, 0.95);
	padding: 10px;
	opacity: 0;
	transition: all .4s;
}

.prohcnt {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 60%;
}

.prohcnt p {
	font-size: 14px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	color: #333;
	line-height: 24px;
	text-align: left;
}

.prohcnt p span {
	display: inline-block;
	vertical-align: top;
}

.prohcnt a {
	width: 170px;
	height: 40px;
	background: linear-gradient(-90deg, #ce0000 0%, #f3a800 100%);
	font-size: 14px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	color: white;
	line-height: 40px;
	display: block;
	margin: 50px auto 0;
}