.main_all{
	min-height: 386px;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
	border: 0;
	font-size: 100%;
	font: inherit;
	margin: 0;
	padding: 0;
	vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

body,
html {
	background-color: #fff;
	line-height: 1;
	text-size-adjust: none;
}

ol,
ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

blockquote::after,
blockquote::before,
q::after,
q::before {
	content: "";
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

input,
textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0
}

* {
	-webkit-tap-highlight-color: transparent;
	box-sizing: border-box
}

a {
	outline: 0;
	text-decoration: none
}
ul,li,a,span{
	cursor: pointer;
}
.footers_right input:nth-child(8),.mainCont_message input:nth-child(8){
	cursor: pointer;
}

a:hover {
	text-decoration: none
}

body,
input,
textarea {
	font-family: "Source Han Sans CN", "PingFang SC", "Microsoft YaHei", "STSong", "SimSun", Arial, sans-serif
}

a {
	text-decoration: none;
	color: inherit;
}

.wow {
	visibility: hidden
}

@-webkit-keyframes fadeInUpSmall {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 80px, 0);
		transform: translate3d(0, 80px, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInUpSmall {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 80px, 0);
		transform: translate3d(0, 80px, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInUpSmall {
	-webkit-animation-name: fadeInUpSmall;
	animation-name: fadeInUpSmall
}

.swiper {
	width: 100%;
	float: left;
}

.swiper img {
	width: 100%;
}

.header {
	width: 100%;
	float: left;
}

.header_top {
	width: 100%;
	float: left;
	height: 115px;
	background-image: url(../img/index_top.jpg);
	background-size: 100%;
}

.header_tops {
	width: 1333px;
	float: left;
	margin-left: calc((100% - 1333px)/2);
	height: 115px;
}

.header_tops_left {
	width: ;
	float: left;
}

.header_tops_left img {
	width: 79px;
	height: 87px;
	float: left;
	margin-left: 3px;
	margin-top: calc((115px - 87px)/2);
}

.header_tops_left div {
	margin-left: 25px;
	float: left;
	width: 468px;
}

.header_tops_left div>span {
	display: inline-block;
	width: 100%;
	float: left;
	color: #000000;
}

.header_tops_left div>span:nth-child(1) {
	font-size: 39px;
	margin-top: 20px;
	font-weight: bold;
}

.header_tops_left div>span:nth-child(2) {
	font-size: 16px;
	margin-top: 21px;
	text-align: center;
}

.header_tops_right {
	width: 159px;
	float: right;
	height: 115px;
}

.header_tops_right span {
	display: inline-block;
	width: 100%;
	text-align: center;
	float: left;
}

.header_tops_right span:nth-child(1) {
	color: #000;
	font-weight: bold;
	margin-top: 16px;
	font-size: 19px;
}

.header_tops_right span:nth-child(2) {
	color: #ce000d;
	font-size: 23px;
	margin-top: 10px;
}

.header_tops_right span:nth-child(3) {
	color: #ce000d;
	margin-top: 6px;
	font-size: 23px;
}

.container {
	*zoom: 1;
	width: 100%;
	height: 50px;
	float: left;
	background-color: #ce000d;
}

.container:before,
.container:after {
	content: "";
	display: table;
}

.container:after {
	clear: both;
}

.nav {
	width: 1333px;
	float: left;
	margin-left: calc((100% - 1333px)/2);
}

.nav ul {
	*zoom: 1;
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav ul:before,
.nav ul:after {
	content: "";
	display: table;
}

.nav ul:after {
	clear: both;
}

.nav ul>li {
	float: left;
	position: relative;
	width: calc(100% / 7);
}
.nav .nav_item::before{
	width: 1px;
	height: 17px;
	background-color: #fff;
	position: absolute;
	left: 0;
	content: "";
	margin-top: calc((50px - 17px)/2);
}
.nav ul>li:nth-child(1) .nav_item::before{
	background-color: #ce000d !important;
}

.nav a {
	display: block;
	height: 50px;
	width: 100%;
	text-align: center;
	text-decoration: none;
	color: #fff;
}

.nav .nav_item {
	line-height: 50px;
	color: #fff;
	width: 100%;
	font-size: 18px;
}

.nav a:hover {
	transition: all .7s ease 0s;
}

.nav li ul {
	background: rgba(218,37,28,.56);
	width: 100%;
}

.nav li ul li {
	width: 100%;
}

.nav li ul a {
	border: none;
	text-decoration: none;
	font-size: 18px;
	color: #fff;
}

.nav li ul a:hover {
	background-color: #850600;
}
.nav3 ul>li:hover ul li {
	height: 48px;
	line-height: 48px;
}

.nav3 li ul {
	position: absolute;
	left: 0;
	top: 50px;
	z-index: 111;
}

.nav3 li ul li {
	overflow: hidden;
	height: 0;
	-webkit-transition: height 200ms ease-in;
	-moz-transition: height 200ms ease-in;
	-o-transition: height 200ms ease-in;
	transition: height 200ms ease-in;
}
.footer{
	width: 100%;
	float: left;
	padding: 23px 0;
	background-color: #ce000d;
}
.footers{
	width: 1333px;
	float: left;
	margin-left: calc((100% - 1333px)/2);
}
.footers_left{
	width: 310px;
	float: left;
}
.footers_left ul{
	width: 100%;
	float: left;
}
.footers_left ul li{
	width: 100%;
	float: left;
	font-size: 14px;
	margin-top: 18px;
	color: #fff;
}
.footers_left ul li:nth-child(1){
	font-size: 16px;
	margin-top: 0;
}
.footers_left ul li span{
	display: inline-block;
	float: left;
}
.footers_left ul li span:nth-child(1){
	width: 9px;
	height: 9px;
	margin-top: calc((14px - 9px)/2);
	background-color: #fff;
	border-radius: 50%;
}
.footers_left ul li span:nth-child(2){
	width: calc(100% - 29px);
	margin-left: 20px;
	height: 14px;
}
.footers_left ul li span:nth-child(3){
	width: calc(100% - 29px);
	height: 14px;
	margin-top: 10px;
	margin-left: 29px;
}
.footers_left1{
	width: 56px;
	float: left;
	margin-left: 65px;
}
.footers_left1 ul{
	width: 100%;
	float: left;
}
.footers_left1 ul li{
	width: 100%;
	float: left;
	font-size: 14px;
	margin-top: 13px;
	color: #fff;
}
.footers_left1 ul li:nth-child(1){
	font-size: 16px;
	margin-top: 0;
}
.footers_left1 ul li:nth-child(2){
	margin-top: 18px;
}
.footers_ewm{
	width: 111px;
	height: 111px;
	float: left;
	margin-left: 65px;
	margin-top: 65px;
}
.footers_right{
	width: 615px;
	float: right;
}
.footers_right p{
	font-size: 16px;
	color: #fff;
	margin-bottom: 18px;
}
.footers_right input:nth-child(3),.footers_right input:nth-child(5){
	width: 305px;
	padding-left: 46px;
	padding-right: 10px;
	float: left;
	border: none;
	background-color: rgba(255,255,255,.39);
	height: 42px;
	line-height: 42px;
	color: #fff;
	font-size: 14px;
	-webkit-text-fill-color: #fff;
}
.footers_right span{
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background-color: #ce000d;
	position: absolute;
	display: inline-block;
	z-index: 22;
}
.footers_right span:nth-child(2){
	margin-left: -286.5px;
	margin-top: calc((42px - 9px)/2);
}
.footers_right span:nth-child(4){
	margin-left: calc((56px - 9px)/2);
	margin-top: calc((42px - 9px)/2);
}
.footers_right input:nth-child(5){
	float: right !important;
}
.footers_right span:nth-child(6){
	margin-left: calc((46px - 9px)/2);
	margin-top: calc((78px - 9px)/2);
}
.footers_right textarea{
	border: none;
	background-color: rgba(255,255,255,.39);
	padding-left: 46px;
	padding-right: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	-webkit-text-fill-color: #fff;
	width: 100%;
	margin-top: 16px;
}
.footers_right input:nth-child(8){
	width: 140px;
	background-color: #fff;
	border: none;
	font-size: 14px;
	color: #ce000d;
	text-align: center;
	height: 30px;
	line-height: 30px;
	margin-top: 16px;
}
.footer_text{
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 14px;
	float: left;
	background-color: #930000;
	height: 44px;
	line-height: 44px;
}
@media screen and (max-width: 1360px) {
	.header {
		width: 100%;
		float: left;
	}
	
	.header_top {
		width: 100%;
		float: left;
		height: 115px;
		background-image: url(../img/index_top.jpg);
		background-size: 100%;
	}
	
	.header_tops {
		width: 860px;
		float: left;
		margin-left: calc((100% - 860px)/2);
		height: 115px;
	}
	
	.header_tops_left {
		width: ;
		float: left;
	}
	
	.header_tops_left img {
		width: 79px;
		height: 87px;
		float: left;
		margin-left: 3px;
		margin-top: calc((115px - 87px)/2);
	}
	
	.header_tops_left div {
		margin-left: 25px;
		float: left;
		width: 468px;
	}
	
	.header_tops_left div>span {
		display: inline-block;
		width: 100%;
		float: left;
		color: #000000;
	}
	
	.header_tops_left div>span:nth-child(1) {
		font-size: 39px;
		margin-top: 20px;
		font-weight: bold;
	}
	
	.header_tops_left div>span:nth-child(2) {
		font-size: 16px;
		margin-top: 21px;
		text-align: center;
	}
	
	.header_tops_right {
		width: 159px;
		float: right;
		height: 115px;
	}
	
	.header_tops_right span {
		display: inline-block;
		width: 100%;
		text-align: center;
		float: left;
	}
	
	.header_tops_right span:nth-child(1) {
		color: #000;
		font-weight: bold;
		margin-top: 16px;
		font-size: 19px;
	}
	
	.header_tops_right span:nth-child(2) {
		color: #ce000d;
		font-size: 23px;
		margin-top: 10px;
	}
	
	.header_tops_right span:nth-child(3) {
		color: #ce000d;
		margin-top: 6px;
		font-size: 23px;
	}
	
	.container {
		*zoom: 1;
		width: 100%;
		height: 50px;
		float: left;
		background-color: #ce000d;
	}
	
	.container:before,
	.container:after {
		content: "";
		display: table;
	}
	
	.container:after {
		clear: both;
	}
	
	.nav {
		width: 860px;
		float: left;
		margin-left: calc((100% - 860px)/2);
	}
	
	.nav ul {
		*zoom: 1;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
	.nav ul:before,
	.nav ul:after {
		content: "";
		display: table;
	}
	
	.nav ul:after {
		clear: both;
	}
	
	.nav ul>li {
		float: left;
		position: relative;
		width: calc(100% / 7);
	}
	
	.nav a {
		display: block;
		height: 50px;
		width: 100%;
		text-align: center;
		text-decoration: none;
		color: #fff;
	}
	
	.nav .nav_item {
		line-height: 50px;
		color: #fff;
		font-size: 18px;
	}
	
	.nav a:hover {
		transition: all .7s ease 0s;
	}
	
	.nav li ul {
		background: rgba(218,37,28,.56);
		width: 100%;
	}
	
	.nav li ul li {
		width: 100%;
	}
	
	.nav li ul a {
		border: none;
		text-decoration: none;
		font-size: 18px;
		color: #fff;
	}
	
	.nav li ul a:hover {
		background-color: #850600;
	}
	.nav3 ul>li:hover ul li {
		height: 48px;
		line-height: 48px;
	}
	
	.nav3 li ul {
		position: absolute;
		left: 0;
		top: 50px;
		z-index: 111;
	}
	
	.nav3 li ul li {
		overflow: hidden;
		height: 0;
		-webkit-transition: height 200ms ease-in;
		-moz-transition: height 200ms ease-in;
		-o-transition: height 200ms ease-in;
		transition: height 200ms ease-in;
	}
	.footer{
		width: 100%;
		float: left;
		padding: 23px 0;
		background-color: #ce000d;
	}
	.footers{
		width: 860px;
		float: left;
		margin-left: calc((100% - 860px)/2);
	}
	.footers_left{
		width: 270px;
		float: left;
	}
	.footers_left ul{
		width: 100%;
		float: left;
	}
	.footers_left ul li{
		width: 100%;
		float: left;
		font-size: 14px;
		margin-top: 18px;
		color: #fff;
	}
	.footers_left ul li:nth-child(1){
		font-size: 16px;
		margin-top: 0;
	}
	.footers_left ul li span{
		display: inline-block;
		float: left;
	}
	.footers_left ul li span:nth-child(1){
		width: 9px;
		height: 9px;
		margin-top: calc((14px - 9px)/2);
		background-color: #fff;
		border-radius: 50%;
	}
	.footers_left ul li span:nth-child(2){
		width: calc(100% - 29px);
		margin-left: 20px;
		height: 14px;
	}
	.footers_left ul li span:nth-child(3){
		width: calc(100% - 29px);
		height: 14px;
		margin-top: 10px;
		margin-left: 29px;
	}
	.footers_left1{
		width: 56px;
		float: left;
		margin-left: 20px;
	}
	.footers_left1 ul{
		width: 100%;
		float: left;
	}
	.footers_left1 ul li{
		width: 100%;
		float: left;
		font-size: 14px;
		margin-top: 13px;
		color: #fff;
	}
	.footers_left1 ul li:nth-child(1){
		font-size: 16px;
		margin-top: 0;
	}
	.footers_left1 ul li:nth-child(2){
		margin-top: 18px;
	}
	.footers_ewm{
		width: 111px;
		height: 111px;
		float: left;
		margin-left: 25px;
		margin-top: 65px;
	}
	.footers_right{
		width: 350px;
		float: right;
	}
	.footers_right p{
		font-size: 16px;
		color: #fff;
		margin-bottom: 18px;
	}
	.footers_right input:nth-child(3),.footers_right input:nth-child(5){
		width: 100%;
		padding-left: 46px;
		padding-right: 10px;
		float: left;
		border: none;
		background-color: rgba(255,255,255,.39);
		height: 42px;
		line-height: 42px;
		color: #fff;
		font-size: 14px;
		-webkit-text-fill-color: #fff;
	}
	.footers_right span{
		width: 9px;
		height: 9px;
		border-radius: 50%;
		background-color: #ce000d;
		position: absolute;
		display: inline-block;
		z-index: 22;
	}
	.footers_right span:nth-child(2){
		margin-left: -331px;
		margin-top: calc((42px - 9px)/2);
	}
	.footers_right span:nth-child(4){
		margin-left: -331px;
		margin-top: 75px;
	}
	.footers_right input:nth-child(5){
		float: left !important;
		margin-top: 16px;
	}
	.footers_right span:nth-child(6){
		margin-left: calc((46px - 9px)/2);
		margin-top: calc((78px - 9px)/2);
	}
	.footers_right textarea{
		border: none;
		background-color: rgba(255,255,255,.39);
		padding-left: 46px;
		padding-right: 10px;
		padding-top: 15px;
		padding-bottom: 15px;
		-webkit-text-fill-color: #fff;
		width: 100%;
		margin-top: 16px;
	}
	.footers_right input:nth-child(8){
		width: 140px;
		background-color: #fff;
		border: none;
		font-size: 14px;
		color: #ce000d;
		text-align: center;
		height: 30px;
		line-height: 30px;
		margin-top: 16px;
	}
	.footer_text{
		width: 100%;
		text-align: center;
		color: #fff;
		font-size: 14px;
		float: left;
		background-color: #930000;
		height: 44px;
		line-height: 44px;
	}
}