﻿* {
	margin: 0;
	padding: 0;
}

body {
	/* width: 100vw; */
	/* height: 100vh; */
	
}

.header {
	width: 100%;
	height: 70vh;
	background: url(../img/bg.png) no-repeat;
	background-size: 100% 100%;
	overflow: auto;
	margin-top: -30px;
}

.header_tip {
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 24px;
	width: 70%;
	margin: 20px 15% 5px 15%;
	font-weight: bold;
	letter-spacing: 1px;
}

.header_tip img {
	width: 35px;
	margin-right: 15px;
}

.header_name {
	color: #fff;
	text-align: center;
	font-size: 40px;
	letter-spacing: 1px;
	margin-top: 62px;
}

.line {
	width: 200px;
	height: 1px;
	color: #fff;
	margin-left: 47.5%;
	border-top: 1px solid #fff;
	margin-top: 3px;
	margin-bottom: 20px;
}

.conter {
	width: 70%;
	left: 15%;
	/* position: absolute; */
	background: #f2f2f2;
	height: auto;
	margin: auto;
	margin-top: -50vh;
	margin-bottom: 100px;
	padding-top: 10px;
}

#box {
	width: 100%;
	margin: 30px 0;
	font-family: "Microsoft YaHei";
	font-size: 12px;
	display: flex;
	align-items: center;
}

.box_search {
	width: 40%;
}

#box input {
	width: 100%;
	border: 1px solid #b63b4d;
	height: 30px;
	float: left;
	padding: 0 0 0 20px;
	background: #f2f2f2;
	border-radius: 8px;
}

#search {
	position: absolute;
	margin-left: 28%;
	height: 30px;
	line-height: 30px;
}

#search span {
	font-size: 18px;
}

.line2 {
	width: 20%;
	margin: 0 auto;
	border-top: 1px solid #ccc;
}

.con_left {
	width: 14%;
	margin-bottom: 20px;
}

.menuoChar {
	list-style-type: none;
}

.menu {
	width: 90%;
	margin: 15px 7% 0 3%;
	font-size: 14px;
	background: #fff;
	padding: 6px 10px;
	display: flex;
	color: #b63b4d;
	/* height: 32px; */
	align-items: center;
}

.menu .iconfont2 {
	font-size: 18px;
}

.menu div {
	width: 70px;
	/* text-align: center; */
	letter-spacing: 1px;
	margin: 0px 12px;
}

.menu div>a {
	text-decoration: none;
	padding-top: 8px;
	color: #b63b4d;
	cursor: pointer;
}

.menu .openmenu {
	width: 70px;
}

.menuoChar {
	width: 100%;
	/* margin: 0 10% 0 6%; */
	font-family: "微软雅黑";
	margin-left: 3%;
	/* display: none; */
}

.menuoChar .menuchar_li {
	list-style-type: none;
	/* font-size: 12px;
        padding: 2px 0 2px 6px;
        /* display: flex; */
	/* margin-left: 20%; */
	/* letter-spacing: 1px;
        margin-top: 6px; */
	width: 100%;
}

.menuchar_li_div {
	display: flex;
	font-size: 12px;
	/* padding: 8px 0 8px 0; */
	/* margin-left: 20%; */
	letter-spacing: 1px;
	padding: 8px 3px;
	width: 100%;
	margin-top: 6px;
}

.iconfont3 {
	margin-right: 5px;
	margin-left: 20px;
}

.iconfont4 {
	font-size: 12px;
}

.menuLi {
	font-size: 12px;
	/* margin-left: 20%; */
	display: none;
}

.menuLi div {
	padding-top: 8px;
	margin-left: 20%;
	/* text-align: center; */
}

.menuActive {
	background: #b63b4d;
	color: #fff;
}

.menuActive>div>a {
	color: #fff;
}

.menuchar_liActive {
	color: #b63b4d;
	background: #fcc2c1;
}

.menuLiActive {
	display: block;
}

.menuLiActive {
	color: #b63b4d;
}

.activeMenu >a {
	color: #b63b4d;
}

.menuoChar {
	display: none;
}

.menuoChar_Show {
	display: block;
}

.con_nav {
	display: flex;
}

.con-right {
	width: 77%;
	margin-left: 3%;
	margin-bottom: 20px;
	margin-top: 15px;
}

.con_right_nav {
	width: 100%;
	/* margin: 10px 5%; */
	background: #fff;
}

.con_right_nav ul {
	width: 90%;
	margin: 0px 5%;
	background: #fff;
	padding: 15px 0;
}

.con_right_nav form {
	width: 100%;
	background: #fff;
	padding: 0px;
}

.con_right_nav li {
	list-style-type: none;
	font-size: 13px;
	display: flex;
	padding: 10px 0;
}

.con_right_nav li div {
	margin-right: 20px;
}

.list2,.list3,.list4,.list5,.list6,.list7 {
	display: none;
}

.form_title {
	background: #ce0000;
	color: #fff;
	font-size: 14px;
	padding: 8px;
}

.form_tab {
	display: flex;
}

.form_tab1 {
	width: 50%;
	text-align: center;
	padding: 6px;
	font-size: 14px;
}

.tab1_active {
	background: #cd999b;
	color: #fff;
}

.form_con {
	font-size: 13px;
}

.form_con_pro label,.form_con_com label {
	width: 140px;
	display: inline-block;
	text-align: right;
	font-size: 13px;
}

.form_con_pro,.form_con_com {
	margin-top: 15px;
	overflow: auto;
}

.form_con_pro div,.form_con_com div {
	margin-bottom: 20px;
}

.form_con_pro input,.form_con_com input {
	margin-left: 15px;
	background: #f2f2f2;
	border: 0px;
	height: 30px;
	border-radius: 5px;
	width: 180px;
}

.form_input {
	display: flex;
	margin-top: 10px;
}

hr {
	margin: 0 5%;
	width: 90%;
}

.form_con_pro .pro_input {
	width: 200px;
}

.form_con_com .from_label {
	/* width:100px */
	
}

.form_con_com .con_input {
	width: 110px;
	margin-left: 10px;
}

.componey {
	display: none;
}

.form_model {
	background: #ce0000;
	height: 30px;
	width: 100%;
}

.form_input textarea {
	width: 70%;
	margin-left: 15px;
	background: #f2f2f2;
	border: 0px;
}

.textarea {
	display: flex;
	align-items: center;
	width: 100%;
}

.redio {
	display: flex;
	font-size: 13px;
	margin: 20px 10%;
}

.redio label {
	width: 180px;
	text-align: right;
}

.redio input {
	margin-left: 15px;
}

.redio2 {
	margin-left: 20%;
}

.redio3 {
	margin-left: 30%;
}

.code {
	display: flex;
	width: 30%;
	margin: 20px 5%;
	font-size: 13px;
}

.code input {
	width: 30%;
	height: 25px;
	border: 0;
	background: #f2f2f2;
	margin: 0 15px;
}

.code img {
	height: 25px;
}

.footer {
	display: flex;
}

.footer button {
	height: 30px;
	margin-top: 20px;
	width: 80px;
	border-radius: 5px;
	background: red;
	border: 0px;
	color: #fff;
	margin-left: 9%;
}

.footer_tip {
	display: flex;
	flex-direction: column;
	font-size: 13px;
	background: #f2f2f2;
}

.footer_tip label {
	margin: 5px 20px;
}

#componey {
	display: none;
}

.menuLi {
	display: none;
}