/*CSS样式重写*/
body,
div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
dl,
dt,
dd,
pre,
header,
footer {
  margin: 0;
  padding: 0;
  border: none;
  list-style: none;
  box-sizing: border-box;
}
body {
  font-family: "microsoft yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  min-width: 1200px;
  background:#fff url(../images/bg.jpg) no-repeat center 173px ;
 }
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #B90000;
  text-decoration: underline;
}
input,
button {
  outline: 0;
}
img {
  max-width: 100%;
  vertical-align: middle;
  border: 0;
}
/*通用样式*/
.container {
  position: relative;
  width: 1200px;
  margin: 0px auto;
  display:block;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
/*通用样式*/
.lf{
    float: left;
}
.rt{
    float: right;
}
.active{
    display: block;
}
.container:before,
.container:after{
    content: '';
    display: table;
    clear: both;
}
.clearfix::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  *zoom: 1;
}
.fnt-12{ font-size:12px;}
.fnt-30 { font-size:30px;}
.ellipsis-2 {  overflow:hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}

/* 头部样式 */
.header-top {
  width: 100%;
  height: 127px;
  background: #B90000 url(../images/headerbg.jpg) no-repeat right center;
}
.header_con {
  height: 127px;
  padding-top: 23px;
  padding-right: 10px;
  box-sizing: border-box;
}
.header_con .vers {
  position: absolute;
  top: 23px;
  right: 10px;
  color: #fff;
  z-index: 9;
}
.header_con .vers a{
  color: #fff;
  font-size: 14px;
}
.header_con .vers i {
  font-style: normal;
  margin: 0px 9px;
}
.header_con .header_img {
  line-height: 80px;
}
.header_con .header_img .logo {
  margin-right: 18px;
}
.header_con .header_img .search {
  position: relative;
  margin-top: 8px;
}
.header_con .header_img .search input[type="text"] {
  width: 240px;
  height: 36px;
  line-height: 36px;
  padding-left: 10px;
  background-color: #ffff;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
}
.header_con .header_img .search input[type="submit"] {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 20px;
  height: 23px;
  background: url(../images/search.png) no-repeat;
  border: none;
  cursor: pointer;
}
/* 导航栏样式 */
.header-nav {
  height: 53px;
  line-height: 53px;
  background-color: #fff;
  box-shadow: 0 0 3px #dadada;
}
.nav-list{
	display: flex;
	justify-content: center;
	
}
.nav-list .nav-item {
  float: left;
  height: 53px;
   flex: 1;
  text-align: center;
  font-size: 16px;
}
.nav-list .nav-item:hover {
  background-color: #4e3d3d;
}
.nav-list .nav-item:hover a {
  color: #fff;
  text-decoration: none;
}
.nav-list .nav-item a {
  display: block;
  color: #333;
}
.ietip{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100vw;
	height: 100vh;
	background-color: #fff;
	z-index: 999;
}
 .ietip h1{font-size:40px;line-height:80px;font-weight:100;margin-bottom:10px;}
 .ietip  h2{font-size:20px;line-height:25px;font-weight:100;margin:10px 0;}
 .ietip em{color:red}
 .ietip p{margin-bottom:10px; color: #666666}
 .ietip hr{margin:20px 0;border:0;border-top:1px solid #dadada}
 .ietip span{display:block;font-size:12px;line-height:12px;}
 .ietip .clean{clear:both;}
 .ietip .browser{padding:10px;}
 .ietip .browser li{width:auto;padding:0 80px;margin-top:30px;height:34px;line-height:22px;float:left;list-style:none;background: url("../images/8d13ea9b29de4ced852225007f139aaf.gif") no-repeat;padding-left:40px}
 .ietip .browser .browser-firefox{background-position:0 -34px}
 .ietip .browser .browser-ie{background-position:0 -68px;margin-left:0px}
 .ietip browser .browser-360{background-position:0 -170px;margin-left: -27px}
 .ietip .browser-360-js{padding:0 80px;margin-top:30px;width:557px;height:162px;padding:10px 10px;background:url(../images/81472d43cf6449a580bc10b860388d47.gif) no-repeat;padding-left:40px;}


.submenu {
  position: relative;
  display: none;
  width: 100%;
  background: rgb(126, 126, 126);
  filter: alpha(opacity=90);
  opacity: .9;
  -moz-opacity: .9;
  z-index: 999;
}
.submenu li a {
  padding:8px!important;
  line-height: 24px;
  text-align: center;
  color: #fff;
}
.submenu li a:hover {
  background-color: #4e3d3d;
}
/* 轮播图 */
.banner{
	width: 1200px;
	overflow: hidden;
}
.banner img{
	width: 100%;
}

/*尾部样式*/
.footer {
  height: 150px;
  background-color: #B90000;
}
.footer .footer-content {
  padding-top: 36px;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
}
.footer .footer-content a{
  color: #fff;
}
.footer .footer-content .erCode {
  position: absolute;
  top: 27px;
  right: 15px;
}

.footer .link{
	clear: both;
	overflow: hidden;
	display: inline-flex;
	padding-bottom: 15px;
	
}
.footer ul li {
	float: left;
	text-align: center;
	color: #fff;
	margin-right: 12px;
}

.footer ul li a{
	display: inline-block;
	margin-left: 12px;
}
.footer ul li:first-child a{
	margin-left: 0px;
}

/*手机端导航*/
.mobile {
	width: 100%;
	position: absolute;
	display: none;
	top: 0px;
	right: 0;
	z-index: 99991
}

.mobile_title {
	width: 100%;
	float: left;
	color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
}

.mobile_title a {
	float: left;
	margin-left: 10px;
	color: #fff;
	line-height: 31px;
	height: 31px;
}

.mobile-inner-header {
	width: auto;
	height: 42px;
	position: absolute;
	top: 18px;
	right: 15px;
}

.mobile-inner-header-icon {
	color: #ffffff;
	height: 40px;
	font-size: 25px;
	text-align: center;
	float: right;
	width: 40px;
	position: relative;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}

.mobile-inner-header-icon:hover {
	opacity: 0.8;
	cursor: pointer;
}

.mobile-inner-header-icon span {
	position: absolute;
	left: calc((100% - 25px) / 2);
	top: calc((100% - 1px) / 3);
	width: 25px;
	height: 2px;
	background-color: rgba(255, 255, 255, 1);
}

.mobile-inner-header-icon span:nth-child(1) {
	transform: translateY(4px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(2) {
	transform: translateY(-4px) rotate(0deg);
}

.mobile-inner-header-icon-click span:nth-child(1) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clickfirst;
}

.mobile-inner-header-icon-click span:nth-child(2) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clicksecond;
}

.mobile-inner-header-icon {
	color: #fff;
	height: 31px;
	float: right;
	width: 32px;
	position: relative;
	cursor: pointer;
	font-weight: bold;
	text-align: center;
	margin-top: 5px;
	background: #fff;
	z-index: 9999;
	margin-right: 10px;
}

.mobile-inner-header-icon-out span {
	width: 24px;
	height: 2px;
	background-color: #000;
	display: block;
}

.mobile-inner-header-icon-out span:nth-child(1) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outfirst;
}

.mobile-inner-header-icon-out span:nth-child(2) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outsecond;
}

.mobile-inner-header-icon-out span:nth-child(2) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outthird;
}

.mobile-inner-header-icon-click {
	background: none;
	margin-top: 10px;
}

.mobile-inner-header-icon span:nth-child(1) {
	transform: translateY(4px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(2) {
	transform: translateY(-4px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(3) {
	transform: translateY(-4px) rotate(0deg);
}

.mobile-inner-header-icon-click span:nth-child(1) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clickfirst;
}

.mobile-inner-header-icon-click span:nth-child(2) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clicksecond;
}

.mobile-inner-header-icon-click span:nth-child(3) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clickthird;
}

@keyframes clickfirst {
	0% {
		transform: translateY(4px) rotate(0deg);
	}

	100% {
		transform: translateY(0) rotate(45deg);
	}
}

@keyframes clicksecond {
	0% {
		transform: translateY(-4px) rotate(0deg);
	}

	100% {
		transform: translateY(0) rotate(-45deg);
	}
}

@keyframes clickthird {
	0% {
		opacity: 0
	}

	100% {
		opacity: 0
	}
}

.mobile-inner-header-icon-out span:nth-child(1) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outfirst;
}

.mobile-inner-header-icon-out span:nth-child(2) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outsecond;
}

.mobile-inner-header-icon-out span:nth-child(3) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outthird;
}

@keyframes outfirst {
	0% {
		transform: translateY(0) rotate(-45deg);
	}

	100% {
		transform: translateY(-4px) rotate(0deg);
	}
}

@keyframes outsecond {
	0% {
		transform: translateY(0) rotate(45deg);
	}

	100% {
		transform: translateY(4px) rotate(0deg);
	}
}

@keyframes outthird {
	0% {
		transform: translateY(0) rotate(90deg);
	}

	100% {
		transform: translateY(12px) rotate(0deg);
	}
}

.mobile-inner-nav {
	height: 100vh;
	background-color: rgba(28, 28, 28, 0.9);
	width: 100%;
	position: absolute;
	top: 0;
	left: 0px;
	padding-top: 20px;
	padding-bottom: 25px;
	display: none;
	z-index: 999;
}

.mobile-inner-nav a {
	display: inline-block;
	line-height: 45px;
	text-decoration: none;
	width: 100%;
	font-size: 16px;
	text-align: center;
	border-bottom: solid 1px #444;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.mobile-inner-nav li {
	position: relative;
	padding: 0 20px;
}

.mobile-inner-nav li a {
	text-indent: 0;
}

.mobile-inner-nav li strong {
	color: #fff;
	position: absolute;
	right: 20px;
	top: 0;
	font-size: 1.6em;
	font-weight: normal;
	cursor: pointer;
	width: 40px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.mobile-inner-nav a {
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: returnToNormal;
	animation-name: returnToNormal;
	color: #fff;
}

@-webkit-keyframes returnToNormal {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}


.mobile_subNav {
	padding-left: 10px;
	display: none;
}

.mobile-inner-nav dd a {
	height: 35px;
	line-height: 35px;
	border-bottom: dotted 1px rgb(105, 106, 106);
	font-size: 14px;
	color: #c4c4c4;
}



@keyframes rotate {
	from {
		transform: rotateX(90deg) translateY(0%);
		top: 43px;
	}

	to {
		transform: rotateX(0deg) translateY(0%);
		top: 43px;
	}
}