* {
	padding: 0;
	margin: 0;
}

li {
	list-style: none;
}

ul {
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
	transition: .5s;
}
img{
	transition: .5s;
}
body {
	margin: 0;
	padding: 0;
	position: relative;
	top: 0;
}
@font-face {
	font-family:"impact";
	src: url(../fonts/impact.ttf);
}
.img-fit {
	-webkit-object-fit: cover;
	-moz-object-fit: cover;
	-o-object-fit: cover;
	-ms-object-fit: cover;
	object-fit: cover;
	width:100%;
	height: 100%;
}
.fl{
	float: left;
}
.fr{
	float: right;
}

.am-modal-no-btn .am-modal-bd img{max-width:1200px; height:auto;}
@media only screen and (max-width:1500px){
.contaier {
	max-width: 1200px;
	margin: 0 auto;
}
}
@media (max-width:2920px) and (min-width:1501px){
	
	.contaier{
		max-width:1200px;
		margin: 0 auto;
	}
}
.contaier2{
	max-width: 1100px;
	margin: 0 auto;
}
.clearfix:before,
.clearfix:after {
	display: table;
	content: " ";
}

.clearfix:after {
	clear: both;
}

/*top*/
.top {
	background: #eaeaea;
	color: #666 !important;
}

.top .top_left {
	display: flex;
	flex-direction: row;
	align-items: center;
	float: left;
	font-size: 12px;
	line-height: 30px;
}
.top_right {
	float: right;
	line-height: 30px;
	font-size: 12px;
	color: #C2272D;
}
.top_right ul{
	padding-top: 8px;
}
.top_right ul li {
	line-height: 1;
	padding: 0 18px;
	float: left;
	border-right: 1px solid rgba(0, 0, 0, .1);
}

.top_right ul li:last-child {
	border-right: none;
}

.top_right ul li a {
	color: #C2272D;
}

/*搜索*/
.logo{
	background: url(../images/bg1_03.jpg) no-repeat center #fff;
	padding: 10px 0;
	
}
.logo a{display:block;float: left;}
.logo a img{display:block;width: 380px;}
.logo .gjc {
	float: left;
	font-size: 16px;
	color: #333;
	display: flex;
	line-height: 36px;
}

.logo .gjc a {
	color: #727272;
	font-size: 14px;
	padding: 0 5px;
}

.logo .sousuok {
	border: 1px solid #b0b0b0;
	width: 346px;
	height: 36px;
	line-height: 34px;
	float: right;
	position: relative;
	border-radius: 25px;
	margin-top:18px;
	overflow: hidden;
}

.logo .sousuok .kuang {
	border: 0px;
	background: none;
	padding-left: 12px;
	height: 36px;
	width: 300px;
	overflow: hidden;
}

.logo .sousuok .dian {
	border: 0px;
	background: url(../images/sousuo_03.png) no-repeat center;
	height: 36px;
	width: 40px;
	position: absolute;
	right: 0;
	top: 0;
}

/*nav*/
nav{
	background: #C2272D;
}
nav .contaier {
	display: flex;
	flex-direction: row;
	align-items: center;
	position: relative;
	padding: 21px 0;
}


nav .nav {
	z-index: 1;
	width: 100%;
	position: absolute;
	right: 0;
	top: 0;
}

nav .nav a {
	color: #fff;
}

nav .nav .nLi .sub a {
	color: #cc4247;
}

nav .nav .nLi {
	float: left;
	display: inline;
	width: 8.92%;
	border-right: 1px solid rgba(255,255,255,.1);
	border-left: 1px solid rgba(0,0,0,.1);
}
@media (max-width:1500px){
nav .nav .nLi {
	width: 8.924%;
}
}
nav .nav .nLi h3 {
	float: left;
	width: 100%;
	height: 40px;
	overflow: hidden;
}

nav .nav .nLi h3:hover {
	background: #cc4247;
}

nav .nav .nLi h3 a {
	display: block;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	transition: .5s;
}

nav .nav .nLi h3 a p {
	height: 40px;
	line-height: 40px;
}

nav .nav .nLi h3 a p:last-child {
	color: #fff;
}

nav .nav .nLi h3 a:hover {
	transform: translateY(-40px);
}

nav .nav .nLi h3 a span {
	color: #c8c8c8;
	font-size: 12px;
	text-transform: uppercase;
}

nav .nav .sub {
	display: none;
	left: 0;
	top: 40px;
	position: absolute;
	background: #ddd;
	line-height: 26px;
	width: 100%;
	box-shadow: 0 0 5px rgba(0,0,0,.1);
}
nav .nav .sub .box{
	background: #fff;
	padding: 10px;
	display: flex;
	flex-direction: row;
}
nav .nav .sub .text{
	width: 28%;
	float: left;
	height: 200px;
	overflow: hidden;
	margin-right: 2%;
}
nav .nav .sub .a_us{
	width: 32%;
	float: left;
	margin-right: 4%;
	padding-top:0.5%;
}
nav .nav .sub .a_us h4{
	color: #444;
	font-size: 16px;
	margin-bottom: 15px;
}
nav .nav .sub .a_us p{
	font-size: 14px;
	color: #666;
	line-height: 1.6;
}
nav .nav .sub ul{
	width: 34%;
	float: right;
}
nav .nav .sub li {
	zoom: 1;
	float: left;
	width: 29.333333%;
	margin-right: 6%;
	margin-bottom: 12px;
	border-bottom: 1px dashed rgba(0,0,0,.05);
}
nav .nav .sub li:nth-child(3n){
	margin-right: 0;
}

nav .nav .sub a {
	display: block;
	padding: 0 10px;
	font-size: 14px;
	line-height: 1.2;
	height: 32px;
	padding-top: 10px;
	border-radius: 5px;
	text-align: center;
}

nav .nav .sub a:hover {
	background: #cc4247;
	color: #fff;
}

nav .nav .on h3 a {
	background: #cc4247;
	color: #fff;
}

/*footer*/
footer{
	padding: 20px 0;
	background: #C2272D;
}
footer .contaier{
	display: flex;
	flex-direction: row;
	align-items: center;
}
footer .foot_logo{
	width: 34.8%;
	margin-right: 4.4%;
	border-right: 1px solid rgba(255,255,255,.2);
}
footer .text{
	width: 31.5%;
	margin-right: 4.4%;
}
footer .text p{
	font-size: 14px;
	color: #fff;
	line-height: 2;
}
footer .foot_right{
	width: 24.9%;
	display: flex;
	flex-direction: row;
	align-items: center;
}
footer .foot_right .aa{
	margin-right: 10%;
}
footer .foot_right .ewm{
	text-align: center;
}
footer .foot_right .ewm img{
	width: 100px;
	height: 100px;
}
footer .foot_right .ewm p{
	font-size: 14px;
	color: #fff;
	margin-top: 5px;
}
.foot,.line,#bottom{
	display: none;
}

.fsjz{
	display: none;
}
.hidde{
	display: none;
}
footer .foot_logo img{
		width: 380px;
	}
@media (max-width:1500px){
	
	footer .foot_logo,footer .text{
		margin-right: 2.2%;
	}
}

@media (max-width: 1200px) {
	.contaier,.contaier2{
		max-width: 990px;
		margin: 0 auto;
		padding: 0 15px;
	}
	nav .nav .nLi{
		width: 8.8%;
	}
	footer .foot_logo img{
		width: 280px;
	}
}
@media (max-width: 990px){
.am-modal-no-btn .am-modal-bd img{max-width:100%}
	.contaier,.contaier2{
		max-width: 768px;
		margin: 0 auto;
		padding: 0 15px;
	}
	.logo a{
		width: 50%;
		float: left;
		display: block;
	}
	.logo a img{
		width: 100%;
	}
	.logo .sousuok{
		margin-top: 15px;
		width: 300px;
	}
	nav .nav .sub{
		display: none !important;
	}
	nav .nav .nLi{
		width: 16.2%;
		border-top: 1px solid rgba(255,255,255,.1);
		    border-bottom: 1px solid rgba(0,0,0,.1);
	}
	nav .contaier{
		padding: 41px 0;
	}
	.cndns-right{
		display: none;
	}
	.foot_right img:first-child{
		display: none;
	}
	.foot_right .ewm img{
		display: block;
		width: 100px;
		height: 100px;
	}
	footer .foot_logo img{
		width: 220px;
	}
}
@media (max-width: 768px){
	.contaier,.contaier2{
		max-width: 640px;
		margin: 0 auto;
		padding: 0 15px;
	}
	.logo .sousuok{
		width: 250px;
	}
}
@media (max-width: 640px){
	.hidde{
		display: block;
	}
	.none{
		display: none;
	}
	.block{
		display: block;
	}
	.contaier, .contaier2{
		padding: 0 10px;
		overflow: hidden;
	}
	.top{
		padding-bottom: 10px;
	}
	.top .contaier,.top .contaier2{
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
	}
	.top_right{
		line-height: 18px;
	}
	.top_right ul{
		padding: 0;
	}
	.logo{
		padding: 10px 0;
	}
	.logo .sousuok{
		display: none;
	}
	.logo .contaier{
		text-align: center;
	}
	.logo a{
		width: 80%;
	}
	nav .contaier{
		padding: 64px 0;
	}
	nav .nav .nLi{
		width: 24.4%;
	}
	nav .nav .nLi h3{
		height: 40px;
	}
	nav .nav .nLi h3 a p{
		height: 42px;
		line-height: 42px;
		font-size: 12px;
	}
	footer{
		display: none;
	}
	.line {
		width: 100%;
		max-width: 640px;
		margin: 0 auto;
		background: #C2272D;
		height: 4px;
		margin-top: 10px;
		display: block;
	}
	.foot {
		background: #444;
		padding-top: 10px;
		height: 100px;
		line-height: 30px;
		text-align: center;
		color: #999;
		display: block;
	}
	#bottom {
		position: fixed;
		display: block;
		width: 100%;
		max-width: 640px;
		margin: 0 auto;
		height: 50px;
		bottom: 0;
		/*	border-top: #fff solid 2px;*/
		background: #C2272D;
		z-index: 999;
	}
	#bottom ul {
		height: 45px;
		line-height: 45px
	}
	#bottom ul li {
		width: 25%;
		float: left;
		color: #FFF
	}
	#bottom ul li dl {
		width: auto;
		margin: 0 auto;
	border-right: 1px solid rgba(255,255,255,.3);
	    box-shadow: 1px 0px 0 rgba(0,0,0,.2);
		text-align: center
	}
	#bottom ul li dt {
		width: auto;
		height: 28px;
		overflow: hidden;
		line-height: 38px;
	}
	
	#bottom ul li dt .demo-icon{
		
		color:#fff;
		font-size: 1.5em;
		
	}
	
	#bottom ul li dd {
		width: auto;
		height: 22px;
		font-size: 12px;
		color: #fff;
		line-height: 20px;
	}
}
.logo .sousuok .kuang:focus{outline: none; background: none;}