* {
	font-family: "Microsoft YaHei";
}
html{
	font-size: 16px;
}
body {
	overflow-x: hidden;
}
img {
	width: auto;
	border: none;
}
.banner img {
    width: 100%;
}
.min_banner img {
    width: 100%;
}
ul li {
	list-style: none;
}
ul.secondary li>a>span {
    position: relative;
    top: 10px;
}
@media screen and (max-width:450px) {
	ul.secondary li>a>span {
      position: relative;
      top: 4px;
	}
}
a {
	text-decoration: none;
}
i {
	font-style: normal;
	font-weight: normal;
}
.main_W {
	width: 1200px;
	margin: 0 auto;
}
.min_banner {
	display: none;
}
.nav {
	position: relative;
	width: 100%;
	display: none;
	border: none;
	margin-top: -60px;
}
.lhmenu {
	width: 100%;
	height: 60px;
	margin: 0 auto;
	background-color: #ce312a;
}
.content_header {
    color: #f2c88c;
    font-size: 25px;
    text-align: center;
    letter-spacing: 2px;
    line-height: 60px;
	
}
.content_header img{
		margin: 0 1%;
		margin-top:3%;
		width: 85%;
		max-width: 382px;
		padding-right: 8%;
}
.logo_left {
	width: 6%;
	margin: 0%;
}
.btn-nav {
	position: absolute;
	top: 0;
	right: 0;
	background: transparent;
	border: none;
	padding: 12px;
	cursor: pointer;
	z-index: 999;
}
.btn-nav:focus {
	outline: 0;
}
.icon-bar {
	display: block;
	margin: 6px 0;
	width: 28px;
	height: 4px;
	background-color: #FFFFFF;
}
.btn-nav:hover .icon-bar {
	transition: all 1s ease;
	background-color: #FCA311;
}
.nav-content {
	position: fixed;
	right: -100%;
	bottom: 0px;
	background: #ce312a;
	display: block;
	height: auto;
	z-index: 9;
	width: 100%;
}
.nav-content ul{
	height: auto;
	margin-bottom: 15px;
}
.nav-content ul li {
	list-style: none;
	margin-left: 10px;
	margin-bottom:4px ;
	padding: 1px 0;
	color: #fff;
	font-size: 16px;
	display: block;
	float: left;
	border: 2px solid #ffffff3d;
	width: auto;
	text-align: center;
	letter-spacing: 3px;
	margin-top: 3px;
	border-radius: 10px;
}
.nav-list {
	list-style: none;
	padding: 0;
	position: relative;
}
.item-anchor:after {
	content: "";
	position: absolute;
	width: 3px;
	height: 3px;
	left: 0;
	bottom: 0;
	z-index: 9;
	background: transparent;
	transition: all 1s ease;
}
.item-anchor {
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	position: relative;
	text-decoration: none;
	margin:0 11px;
	cursor: pointer;
	line-height: 1.51rem;
}
.item-anchor:hover,
.item-anchor:focus {
	color: #FCA311;
	transition: all 1s ease;
}
.item-anchor:hover:after,
.item-anchor:focus:after {
	width: 100%;
	background: #FCA311;
	transition: all 1s ease;
}
.nav-item {
	margin: 0 auto;
	text-align: left;
}

.animated {
	display: block;
	margin: 0 auto;
}
.animated:hover .icon-bar,
.animated:focus .icon-bar {
	background-color: #FCA311;
}
.animated:focus {
	cursor: pointer;
	z-index: 9999;
}
.middle {
	margin: 0 auto;
}
.icon-bar {
	transition: all .7s ease;
	z-index: 999999;
}
.animated .icon-bar {
	z-index: 999999;
	background-color: #FCA311;
}
.animated .top {
	transform: translateY(10px) rotateZ(45deg);
}
.animated .bottom {
	transform: translateY(-11px) rotateZ(-45deg);
}
.animated .middle {
	width: 0;
}
@keyframes showNav {
	from {
		right: -100%;
	}
	to {
		right: 0;
	}
}
.showNav {
	animation: showNav 1s ease forwards;
}
@keyframes hideNav {
	from {
		right: 0;
	}
	to {
		right: -100%;
	}
}
.hideNav {
	animation: hideNav 1s ease forwards;
}
.hidden {
	display: none;
}
.menu {
	width: 100%;
	height: 80px;
	background: linear-gradient(#b43a3b, #ce312a);
	margin-bottom: 8px;
}
.menu ul {
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}
.menu ul li {
	float: left;
}
.menu ul li a {
	font-size: 18px;
	color: #fff;
	line-height: 80px;
	transition: all 1s;
}
.menu ul li a:hover {
	color: #FCA311;
}
.menu_bottom {
	width: 100%;
	background-color: #e71b05;
	height: 8px;
}
.return {
	margin-top: 46px;
}
.return a {
	font-size: 16px;
	color: #999;
}
.news_conwidth {
	width: 800px;
	margin: 0 auto;
	height: 39px;
	background: url("/resources/images/18da_icons2.png") no-repeat center -100px;
    margin-top: 0px;
}
.footer {
	margin-top: 100px;
	width: 100%;
	background-color:#ce312a;
	padding: 10px;
	}
}
.footer .news_conwidth {

	height: 42px;
	margin: 25px auto;
	
	background: url("/resources/images/18da_icons2.png") no-repeat center -100px;;
}
.footer_span {
	width: 441px;
		margin: 38px auto;
		overflow: hidden;
		display: flex;
		padding-bottom: 0px;
		justify-content: space-between;
}
.footer_span p {
	float: left;
	color: #fff;
	font-size: 16px;
}
.more {
	width: 4%;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	margin: 0.25rem auto;
	margin-left: 48%;
}
@media screen and (max-width: 1000px) {
	.more {
		width: 6%;
		margin-left: 47%;
	}
	.nav {
		display: block;
	}
}
@media screen and (max-width: 810px) {
	.min_banner {
		display: block;
	}
	.banner,
	.menu,
	.menu_bottom {
		display: none;
	}
	.main_W {
		width: 95%;
		margin: 0 auto;
	}
	.return {
		width: 90% !important;
		margin: 16px auto;
	}
	.logo_left{
		width: 7%;
		margin: 0;
	}
	.footer {
		margin-top: 10px;
	}
	.footer_span {
		display: block;
		width: 90%;
		margin: 0 auto;
		padding-bottom: 28px;
	}
	.footer_span p {
		font-size: 1rem;
		line-height: 26px;
	}
	.footer_span p:first-child {
		float: left;
		width: 100%;
	}
	.footer_span p:nth-child(2) {
		float: left;
	}
	.footer_span p:nth-child(3) {
		float: right;
		margin-top: -26px;
	}
	.footer .news_conwidth {
		padding: 30px 0 14px 0;
	}
	.news_conwidth {
		width: 100%;
	}
}
@media screen and (max-width: 640px) {
	.more {
		width: 8%;
		margin-left: 46%;
	}
	.logo_left {
	  width: 12%;
	  margin: 1%;
	}
  	.ccontent p img,.ccontent div img {
      max-width: 100%!important;
	}

  
}
