:root{
	--max: 1200px; 
	--font25: 25px; 
	--font40: 40px; 
	--mar: 70px auto;
}
.hertre{
	width: 100%;
	height: 100px;
	background: #ffffff;
	z-index: 999;
}
.hertre_cen{
	width: var(--max);
	height: 100%;
	margin: auto;
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.logo{
	width: 320px;
	overflow: hidden;
}
.logo img{
	width: 100%;
	height: auto;
}
.nav{
	width: max-content;
	height: auto;
}
.nav ul{
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.nav ul li{
	font-size: 16px;
	color: #434343;
	text-align: center;
	position: relative;
	transition: all 0.2s;
	margin: 0 20px;
}
.nav ul li::after{
	content: "";
	width: 0%;
	height: 1px;
	background: #00165a;
	position: absolute;
	bottom: -10px;
	left: 0;
	transition: all 0.2s;
}
.nav ul li.nav_cen{
	color: #00165a;
}
.nav ul li.nav_cen::after{
	width: 100%;
}
.nav ul li:hover{
	color: #00165a;
}
.nav ul li:hover::after{
	width: 100%;
}
.nav_ul{
    position: absolute;
    background: #fff;
    padding: 10px 30px;
    top: 30px;
    width: max-content;
    overflow: hidden;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    z-index: 999;
    border-top: 1px solid #001453;
    box-shadow: 0px 0px 5px 1px rgb(0,0,0,0.1);
}
.nav_ul a{
  width: 100%;
  display: block;
  font-size: 16px;
  color: #494949;
  margin: 15px auto;
  text-align: center;
  transition: all 0.3s;
}
.nav_ul a:hover{
  color: #00165a;
}
.en{
	font-size: 14px;
	color: #3c3c3c;
	text-transform: uppercase;
}
.en_max{
	color: #00165a;
	font-weight: bold;
}
.an{
	width: 60px;
	height: 60px;
	display: none;
	position: fixed;
	top: 0;
	right: 0%;
	transition: all 0.5s;
	z-index: 99;
}
.container {
  cursor: pointer;
  display: flex; 
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.5s;
}
svg {
  transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
}
.active svg {
  transform: rotate(90deg);
}
path {
  transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dasharray 500ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 500ms cubic-bezier(0.4, 0, 0.2, 1);
}
path:nth-child(1) {
  transform-origin: 36% 40%;
}
path:nth-child(2) {
  stroke-dasharray: 29 299;
}
path:nth-child(3) {
  transform-origin: 35% 63%;
}
path:nth-child(4) {
  stroke-dasharray: 29 299;
}
path:nth-child(5) {
  transform-origin: 61% 52%;
}
path:nth-child(6) {
  transform-origin: 62% 52%;
}
.active path:nth-child(1) {
  transform: translateX(9px) translateY(1px) rotate(45deg);
}
.active path:nth-child(2) {
  stroke-dasharray: 225 299;
  stroke-dashoffset: -72px;
}
.active path:nth-child(3) {
  transform: translateX(9px) translateY(1px) rotate(-45deg);
}
.active path:nth-child(4) {
  stroke-dasharray: 225 299;
  stroke-dashoffset: -72px;
}
.active path:nth-child(5) {
  transform: translateX(9px) translateY(1px) rotate(-45deg);
}
.active path:nth-child(6) {
  transform: translateX(9px) translateY(1px) rotate(45deg);
}
.banner{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.banner img{
	width: 100%; 
	height: auto;
}
.banner .swiper-pagination{
	bottom: 30px !important;
}
.banner .swiper-pagination-bullet{
	width: 20px;
	height: 20px;
	border: 2px solid #0d5a29;
	background: none;
}
.banner .swiper-pagination-bullet-active{
	background: #0d5a29;
}
.banner_text{
	width: var(--max);
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.banner_text p{
	text-align: center;
	font-size: var(--font25);
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	font-weight: 300;
	font-family: math;
}
.banner_text h1{
	text-align: center;
	font-size: var(--font40);
	color: #ffffff;
	text-align: center;
	font-weight: 900;
	margin-top: 5px;
}
.about{
	width: var(--max);
	overflow: hidden;
	margin: var(--mar);
	font-size: 16px;
	color: #373737;
	line-height: 36px;
}
.about img{
	width: 100%;
	height: auto;
}
.tougao{
	width: 720px;
	max-width: var(--max);
	overflow: hidden;
	margin: var(--mar);
}
.tougao>h1{
	text-align: center;
	font-size: var(--font25);
	text-align: center;
	font-weight: 400;
}
.tougao form{
	width: 100%;
	overflow: hidden;
	display: block;
	margin-top: 30px;
}
.tougao form label{
	width: 100%;
	overflow: hidden;
	display: block;
	margin-bottom: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
}
.tougao form label p{
	width: 100px;
	overflow: hidden;
	font-size: 18px;
	color: #333333;
	line-height: 50px;
	text-align: right;
	font-weight: 900;
}
.tougao form label p span{
	color: #d81d1d;
}
.tougao form label input{
	width: calc(100% - 120px);
	height: 50px;
	border: 1px solid #e6e6e6;
	border-radius: 5px;
	font-size: 16px;
	color: #dfe5e3;
	padding: 0 20px;
}
.tougao form label textarea{
	width: calc(100% - 120px);
	height: 160px;
	border: 1px solid #e6e6e6;
	border-radius: 5px;
	font-size: 16px;
	color: #dfe5e3;
	padding: 10px 20px;
	resize: none;
	font-family: "微软雅黑";
}
.zishu{
	font-size: 16px;
	color: #dfe5e3;
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.tougao form .submit{
	width: 250px;
	height: 50px;
	background: #2862c1;
	border: none;
	display: block;
	margin: auto;
	font-size: 18px;
	color: #fff;
	cursor: pointer;
}
.toingrong{
	width: 100%;
	overflow: hidden;
	box-shadow: 0px 0px 6px 3px rgb(0,0,0,0.2);
}
.toingrong ul{
	width: var(--max);
	overflow: hidden;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.toingrong ul li{
	line-height: 70px;
	font-size: 20px;
	color: #363636;
	margin: 0 70px;
	position: relative;
}
.toingrong ul li::after{
	content: "";
	width: 0%;
	height: 1px;
	<!-- background: #00165a; --!>
	position: absolute;
	bottom: 0px;
	left: 0;
	transition: all 0.2s;
}
.toingrong ul li.toingrong_max{
	color: #00165a;
}
.toingrong ul li.toingrong_max::after{
	width: 100%;
}
.toingrong ul li:hover{
	color: #00165a;
}
.toingrong ul li:hover::after{
	width: 100%;
}
.xinwen{
	width: var(--max);
	overflow: hidden;
	margin: var(--mar);
}
.xinwen ul{
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.xinwen ul li{
	width: 32%;
	overflow: hidden;
	margin-left: 2%;
	margin-bottom: 30px;
}
.xinwen ul li:nth-child(3n+1){
	margin-left: 0%;
}
.xinwen ul li img{
	width: 100%;
	height: 200px;
	object-fit: cover;
}
.xinwen ul li h1{
	font-size: 24px;
	color: #414141;
	margin-top: 15px;
	font-weight: 400;
	display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;
}
.xinwen ul li>p{
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
margin-top: 10px;
min-height: 90px;
}
.xinwen_bottom{
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-top: 10px;
}
.xinwen_bottom a,
.xinwen_bottom p{
	font-size: 16px;
	color: #999999;
}
.page{
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.page .active,
.page .total{
    width: 35px;
    height: 35px;
    border: 1px solid #e1e2e4;
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #333333;
    margin: 0 7px;
}
.page .active{
     border: 1px solid #00165a;
     background: #00165a;
     color: #fff;
}
.page .active:nth-child(1),
.page .total:nth-child(1),
.page .active:last-child,
.page .total:last-child{
    color: #333333;
     border: 1px solid #e1e2e4;
     background: #ffffff;
}
.show{
	width: var(--max);
	overflow: hidden;
	margin: var(--mar);
}
.show>h1{
	text-align: center;
	font-size: 26px;
	color: #333333;
	font-weight: 400;
}
.show>p{
	text-align: center;
	font-size: 20px;
	color: #666666;
	font-weight: 400;
	margin-top: 25px;
}
.show_text{
	width: 100%;
	overflow: hidden;
	margin-top: 50px;
	font-size: 16px;
	color: #333333;
	line-height: 36px;
}
.show_text img{
	max-width: 100%;
	height: auto;
	margin: auto;
}
.prev{
	width: 100%;
	overflow: hidden;
	margin-top: 50px;
}
.prev a{
	font-size: 14px;
	line-height: 26px;
	display: block;
}


.kanqi{
	width: 100%;
	overflow: hidden;
	background: #f9f9f9;
}
.chuban{
	width: var(--max);
	overflow: hidden;
	margin: var(--mar);
}
.chuban_max{
	width: 100%;
	overflow: hidden;
	background: #fff;
	padding: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.chuban_max img{
	width: 250px;
	height: auto;
	object-fit: cover;
}
.chuban_right{
	width: calc(100% - 300px);
	overflow: hidden;
}
.chuban_right>h1{
	font-size: 30px;
	color: #404040;
	font-weight: 400;
}
.chuban_right>p{
	font-size: 18px;
	color: #b2b2b2;
    font-family: math;
	font-weight: 400;
	margin-top: 10px;
}
.chuban_jian{
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
}
.chuban_jian p{
	font-size: 16px;
	color: #4a4a4a;
	line-height: 30px;
}
.chuban_text{
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.chuban_text span{
	display: block;
	width: 25%;
	font-size: 16px;
	margin-top: 25px;
	color: #5a5a5a;
}
.chuban_right a{
	width: 170px;
	line-height: 45px;
	background: #2862c1;
	font-size: 16px;
	color: #fff;
	text-align: center;
	display: block;
	margin-top: 40px;
	display: none;
}
.chuban_bottom{
	width: 100%;
	overflow: hidden;
	margin-top: 25px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.chuban_l{
	width: calc(100% - 340px);
	overflow: hidden;
	background: #fff;
	padding: 30px;
}

.chuban_l_top{
	width: 100%;
	overflow: hidden;

	border-bottom: 1px solid #f1f1f1;
}
.chuban_l_top ul{
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}
.chuban_l_top ul li{
	margin-right: 70px;
	position: relative;
	font-size: 16px;
	color: #434343;
	padding-bottom: 15px;
	cursor: pointer;
}
.chuban_l_top ul li::after{
	content: "";
	width: 0%;
	height: 1px;
	background: #00165a;
	position: absolute;
	bottom: 0px;
	left: 0;
	transition: all 0.2s;
}
.chuban_l_top ul li.out{
	color: #00165a;
}
.chuban_l_top ul li.out::after{
	width: 100%;
}
.chuban_l_top ul li:hover{
	color: #00165a;
}
.chuban_l_top ul li:hover::after{
	width: 100%;
}
.chuban_l_bottom{
	width: 100%;
	overflow: hidden;
	margin-top: 30px;
}
.chuban_l_max{
	width: 100%;
	overflow: hidden;
}
.chuban_l_nav{
	width: 100%;
	overflow: hidden;
	font-size: 16px;
	color: #434343;
	line-height: 36px;
}
.chuban_l_max ul{
	width: 100%;
	overflow: hidden;
}
.chuban_l_max ul h2{
	font-size: 16px;
	color: #5a5a5a;
	font-weight: 500;
}
.chuban_l_max ul li{
	width: 100%;
	overflow: hidden;
	padding: 20px 0;
	border-bottom: 1px solid #f1f1f1;
	
}
.chuban_l_max ul li a{
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
}
.left{
	width: calc(100% - 100px);
	overflow: hidden;
}
.left h1,
.left p{
	font-size: 16px;
	color: #5a5a5a;
	line-height: 28px;
	font-weight: 500;
}
.right{
	width: 100px;
	overflow: hidden;
	text-align: right;
	font-size: 25px;
	color: #8a8a8a;
}

.chuban_r{
	width: 320px;
	overflow: hidden;
	background: #fff;
	padding: 20px;
}
.chuban_r>h1{
	font-size: 20px;
	color: #00165a;
	font-weight: 500;
	border-bottom: 1px solid #f1f1f1;
	padding-bottom: 15px;
	position: relative;
}
.chuban_r>h1::after{
	content: "";
	width: 80px;
	height: 1px;
	background: #00165a;
	position: absolute;
	bottom: 0px;
	left: 0;
	transition: all 0.2s
}
.chuban_r ul{
	width: 100%;
	overflow: hidden;
}
.chuban_r ul li{
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
}
.chuban_r ul li a{
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.chuban_r ul li h1{
	font-size: 16px;
	color: #434343;
	width: calc(100% - 100px);
	font-weight: inherit;
}
.chuban_r ul li p{
	width: 100px;
	font-size: 14px;
	color: #a1a1a1;
	text-align: right;
}
.show_kanqi{
	background: #fff;
	padding: 50px;
}

.shujuku{
	width: var(--max);
	margin: var(--mar);
}
.shujuku form{
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	border-radius: 5px;
	box-shadow: 0px 0px 5px 2px rgb(0,0,0,0.2);
	padding: 20px 30px;
}
.shujuku form .seach_t{
	width: calc(110% - 266px);
	overflow: hidden;
	padding-left: 20px;
	font-size: 18px;
	color: #cbcbcb;
	border: none;
	border-left: 1px solid #cbcbcb;
	height: 18px;
}
.shujuku form p{
	font-size: 18px;
	color: #434343;
	font-weight: 900;
}
.shujuku form .seach_s{
	width: 24px;
	height: 24px;
	border: none;
	background: initial;
	background-image: url(../images/suosou_05.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}
.shujuku ul{
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
	margin-top: 50px;
}
.shujuku ul li{
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
	background: #f7f7f7;
	padding: 30px;
}
.shujuku ul li h1{
	font-size: 20px;
	color: #414141;
	font-weight: 400;
}
.shujuku ul li a>p{
	font-size: 14px;
	color: #414141;
	line-height: 26px;
	margin-top: 15px;
}
.shujuku_text{
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	margin-top: 10px;
}
.shujuku_text p{
	font-size: 14px;
	color: #414141;
	margin-right: 10px;
	margin-top: 5px;
}
.shujuku_text span{
	font-size: 12px;
	color: #8b8b8b;
	line-height: 20px;
	border: 1px solid #d1cfcf;
	border-radius: 20px;
	padding: 0 15px;
	margin-right: 10px;
	margin-top: 5px;
}
.p{
	width: 100%;
	margin-top: 15px;
	background-image: url(../images/suosou_09.png);
	background-size: 20px 23px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
	font-size: 18px;
	color: #8c8c8c;
	line-height: 23px;
}
.jieguo{
	width: 100%;
	overflow: hidden;
	margin-bottom: 30px;
}
.seach_wu{
	font-size: 16px;
	color: #000;
	margin-top: 10px;
}
.jieguo p{
	font-size: 16px;
	color: #000;
}
.jieguo p span{
	color: red;
	font-size: 20px;
	font-weight: bold;
}
.shuju{
	width: var(--max);
	overflow: hidden;
	margin: var(--mar);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.shuju_l{
	width: 330px;
	overflow: hidden;
	background: #fff;
	padding: 30px;
}
.shuju_l>h1{
	font-size: 25px;
	color: #333333;
	font-weight: 400;
}
.shuju_text{
	font-size: 16px;
	color: #333333;
	line-height: 40px;
	margin-top: 20px;
}
.shuju_r{
	width: calc(100% - 350px);
	overflow: hidden;
	background: #fff;
	padding: 30px;
}
.shuju_r>h1 {
    text-align: center;
    font-size: 26px;
    color: #333333;
    font-weight: 400;
}
.shuju_r>p {
    text-align: center;
    font-size: 20px;
    color: #666666;
    font-weight: 400;
    margin-top: 25px;
}
.quanwen{
	width: 180px;
	line-height: 40px;
	background: #2862c1;
	font-size: 16px;
	color: #fff;
	text-align: center;
	margin-top: 25px;
	cursor: pointer;
}
.shuju_r table{
	border-collapse: collapse;
	border-spacing: 0;
	margin-top: 25px;
}
.shuju_r table td,
.shuju_r table th{
	padding: 0;
	font-size: 16px;
	color: #434343;
	line-height: 32px;
	word-break:break-all;
	vertical-align: top;
}
.shuju_r table tr td:nth-child(1){
	white-space:nowrap;
	font-weight: bold;
}
.tabchu{
	width: 550px;
	max-width: 96%;
	overflow: hidden;
	background: #fff;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 999;
	box-shadow: 0px 0px 5px 2px rgb(0,0,0,0.1);	
	padding: 100px 30px;
	border-radius: 10px;
	font-size: 16px;
	color: #434343;
	line-height: 32px;
	display: none;
}
.pore{
	width: var(--max);
	overflow: hidden;
	margin: var(--mar);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	flex-direction: row-reverse;
}
.pore_l{
	width: 48%;
	overflow: hidden;
}
.pore_l span{
	font-size: 30px;
	color: #e6e6e6;
	font-weight: bold;
	text-transform: uppercase;
}
.pore_l h1{
	font-size: 25px;
	color: #474646;
	font-weight: 500;
}
.pore_l a{
	width: 180px;
	line-height: 40px;
	background: #2862c1;
	font-size: 16px;
	color: #fff;
	text-align: center;
	margin-top: 25px;
	cursor: pointer;
	display: block;
}
.pore_l p{
	font-size: 16px;
	color: #686868;
	line-height: 36px;
	margin-top: 30px;
}
.pore_r{
	width: 48%;
	overflow: hidden;
}
.pore_r img{
	width: 100%;
	height: auto;
}

.yu{
	width: 100%;
	overflow: hidden;
	background: #f8f8f8;
}
.yu_max{
	width: var(--max);
	overflow: hidden;
	margin: var(--mar);
}
.yu_max>p{
	font-size: 30px;
	color: #e6e6e6;
	font-weight: bold;
	text-transform: uppercase;
}
.yu_max>h1{
	font-size: 25px;
	color: #474646;
	font-weight: 500;
	margin-bottom: 30px;
}
.mioi p{
	font-size: 12px;
}
.mioi .chuban_text span{
	margin-top: 10px;
	font-size: 14px;
}
.chuban_right a{
	font-size: 14px;
	width: 175px;
	line-height: 45px;
}
.xinmo{
	width: var(--max);
	margin: var(--mar);
}
.xinmo>p{
	font-size: 30px;
	color: #e6e6e6;
	font-weight: bold;
	text-transform: uppercase;
}
.xinmo>h1{
	font-size: 25px;
	color: #474646;
	font-weight: 500;
	margin-bottom: 30px;
}
.xinmo_max{
	width: 100%;
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.xinmo_left{
	width: 460px;
	max-width: 38%;
	box-shadow: 0px 0px 5px 2px rgb(0,0,0,0.1);
}
.xinmo_left img{
	width: 100%;
	height: 250px;
	object-fit: cover;
}
.xinmo_text{
	width: 100%;
	overflow: hidden;
	padding: 20px;
}
.xinmo_text h1{
	font-size: 18px;
	color: #414141;
	line-height: 30px;
	font-weight: 400;
	display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.xinmo_text p{
	font-size: 14px;
	color: #000000;
	line-height: 30px;
	font-weight: 400;
	margin-top: 10px;
	display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.xinmo_text span{
	font-size: 14px;
	color: #b6b6b6;
	display: block;
	font-weight: 400;
	margin-top: 15px;
}
.xinmo_center{
	width: 340px;
	max-width: 28%;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
}
.xinmo_center .xinmo_text{
	padding: 15px 20px;
}
.xinmo_right{
	width: 340px;
	max-width: 28%;
}
.munx{
	width: 100%;
	box-shadow: 0px 0px 5px 2px rgb(0,0,0,0.1);
}
.munx img{
	width: 100%;
	height: 100px;
	object-fit: cover;
}

.tou{
	width: 100%;
	overflow: hidden;
	background: #f8f8f8;
}
.tou_max{
	width: var(--max);
	overflow: hidden;
	margin: var(--mar);
}
.tou_max>p{
	font-size: 30px;
	color: #e6e6e6;
	font-weight: bold;
	text-transform: uppercase;
}
.tou_max>h1{
	font-size: 25px;
	color: #474646;
	font-weight: 500;
}
.tou_max form{
	width: 100%;
	overflow: hidden;
	display: block;
	margin-top: 30px;
}
.tou_label{
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.tou_label label{
	width: 32%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.tou_label label p{
	width: 100%;
	font-size: 16px;
	color: #333333;
	line-height: 48px;
}
.tou_label label p span{
	color: #d81d1d;
}
.tou_label label input{
	width: 100%;
	height: 48px;
	border: 1px solid #e6e6e6;
	background: #fff;
	font-size: 16px;
	color: #dfe5e3;
	padding: 0 20px;

}
.tou_label label p{
	width: 60px;
	font-size: 16px;
	color: #333333;
}
.tou_max form>label{
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 20px;
}
.tou_max form>label p{
	width: 100%;
	font-size: 16px;
	line-height: 48px;
	color: #333333;
}
.tou_max form>label p span{
	color: #d81d1d;
}
.tou_max form>label textarea{
	width: 100%;
	height: 160px;
	border: 1px solid #e6e6e6;
	background: #fff;
	font-size: 16px;
	color: #dfe5e3;
	padding: 10px 20px;
	font-family: "微软雅黑";
	resize: none;

}

.tou_max form .submit{
	width: 250px;
	height: 50px;
	background: #2862c1;
	border: none;
	display: block;
	margin: auto;
	font-size: 18px;
	color: #fff;
	cursor: pointer;
	margin-top: 30px;
}

.footer{
	width: 100%;
	overflow: hidden;
	background: #4d4f53;
}
.footer_max{
	width: var(--max);
	overflow: hidden;
	margin: var(--mar);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.footer_left{
	width: 500px;
	max-width: 40%;
}
.footer_logo{
	width: 360px;
	max-width: 100%;
}
.footer_logo img{
	width: 100%;
	height: auto;
}
.footer_xi{
	width: 100%;
	overflow: hidden;
	font-size: 16px;
	color: #fefeff;
	line-height: 36px;
	margin-top: 30px;
}
.footer_max ul{
	width: max-content;
	overflow: hidden;
}
.footer_max ul h1{
	font-size: 18px;
	color: #fefeff;
	font-weight: 400;
}
.footer_max ul li{
	font-size: 18px;
	color: #d4d4d5;
	margin-top: 15px;
}














