* {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	outline: none;
}

html,
body {
	color: #333;
	font-size: 16px;
	font-family: "微软雅黑";
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: left;
	max-width: 1920px;
}

button {
	border: none;
	background: none;
	outline: none;
	cursor: pointer;
}

a {
	text-decoration: none;
	display: block;
	cursor: pointer;
}

img {
	transition: all 1s;
}

.index a:hover img {
	transform: scale(1.1);
}

p {
	margin: auto;
}

li {
	list-style: none;
}

.clear {
	clear: both;
}

.px1400 {
	max-width: 1480px;
	margin: 0 auto;position:relative;
}
.px1400 .ensli { position:absolute; right:0px; top:20px;}
img,
input {
	border: 0;
	outline: none;
}

.pic img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;    object-fit: cover;
}

.pic {
	display: block;
	padding-top: 75%;
	position: relative;
	overflow: hidden;
}

.wap {
	display: none;
}

/* head */
.head {
	background:url(../images/bds.png) no-repeat;
	left: 0;
	right: 0;
	padding-top: 26px;
	padding-bottom: 28px;min-height:216px;
}

.search {
	float: right;

}

.search a {
	display: inline-block;
	font-size: 14px;
	line-height: 40px;
	height: 40px;
	color: #ffffff;
}

.logo {
	position: relative;
	
}

.logo img {
	display: block; margin: 0px auto;
}


.nav>ul {
	font-size: 0;
	text-align: center;
}

.nav>ul>li {
	position: relative;
	transition: all 0.3s;
	box-sizing: border-box;
	float: left;
	margin-left: 55px;
}

.nav>ul>li:first-child {
	margin-left: 0;
}

.nav>ul>li>a {
	font-size: 18px;
	color: #ffffff;
	position: relative;
	display: block;
	line-height: 66px;
}

.nav>ul>li>.first {
	font-weight: bold;
}

.nav>ul>li:hover>a {
	font-weight: bold;
}

.nav>ul>li:hover ul {
	transition: all 1s;
	display: block;
	border-top: 1px solid #fff;
}

.nav>ul>li ul li:hover a {
	color: #890303;
}

.nav>ul>li ul {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 100%;
	padding: 0;
	width: 162px;
	overflow: hidden;
	transition: all 0.1s;
	z-index: 99;
	display: none;
}

.nav>ul>li ul li {
	background: #fff;
	padding: 5px 10px;
	text-align: center;
}

.nav>ul>li ul li a {
	font-size: 14px;
	color: #000;
	padding: 10px 0;
}

.nav>ul>li ul li:hover {
	background: #890303;
}

.nav>ul>li ul li:hover a {
	color: #fff;
}



/* banner */

.banner img {
	width: 100%;
}

.banner .slick-prev {
	background: url(../images/banner-prev.png) no-repeat center;
	width: 62px;
	height: 62px;
	z-index: 1;
	left: 20px;
}

.banner .slick-next {
	background: url(../images/banner-next.png) no-repeat center;
	width: 62px;
	height: 62px;
	z-index: 1;
	right: 20px;
}

.banner .slick-dots {
	bottom: 30px;
	text-align: center;
}

.banner .slick-dots li {
	width: 8px;
	height: 8px;
	background-color: #ffffff;
	opacity: 0.4;
	border-radius: 50%;
	margin-left: 10px;
	transition: all 0.3s;
	position: relative;

}

.banner .slick-dots li.slick-active {
	opacity: 1;
}

/* footer */
.footer {
	background:#b51c2f;
	padding-top: 40px;
	background-size: cover;
}

.footer .px1400 {
	margin-bottom: 29px;
}

.fot-l {
	float: right;
	width:27.42%;
}

.fot-l h2 {
	font-size: 24px;
	font-weight: bold;
	line-height: 36px;
	color: #ffffff;
	background: url(../images/f-l-bg.png) no-repeat left;
	padding-left: 20px;
}

.fot-l h2 + h2 +span{ margin-bottom:30px; }
.fot-l span {
	display: inline-block;
	font-size: 14px;
	line-height: 36px; margin-right: 20px;
	color: #ffffff;
}
.fot-l span a { color:#fff; }
.fot-r {
	float: left;
	/* width: 20%; */
}

.fot-r .gz {
	margin-right: 30px;
}

.fot-r .test {
	float: left;
}

.fot-r span {
	display: block;
	font-size: 14px;
	line-height: 36px;
	color: #ffffff;
	text-align: center;
}

.bq {
	background-color: #990c1e; border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.bq p {
	font-size: 16px;
	line-height: 60px;
	color: #ffffff;
	text-align: center;
}
.bq p a{
	color:#fff;
	display: inline-block;
}




.nav {
padding-top:30px;
}
.nav a {
  display: block;
font-size:22px;
  padding: 0 34px;
  line-height: inherit;
  cursor: pointer;
color:#fff;
}
.nav_menu {
  line-height: 45px;
  font-weight: 700;
  text-transform: uppercase;
}
.nav_menu-item {
  display: inline-block;
  position: relative;
}
.nav_submenu-item a {
font-size:20px;padding:0px;color:#373737;color:#373737;
}

.nav_menu-item:hover a {
color:#fff; 
}
.nav_menu-item:hover .nav_submenu-item a {
color:#373737;

}
.nav_menu-item:hover .nav_submenu-item a:hover {
color:#fff;

}

.nav_menu-item:hover .nav_submenu {
  display: block;
}
.nav_submenu {
  font-weight: 300;
  text-transform: none;
  display: none;
  position: absolute;
z-index:1001;width: 100%;

  background-color: #fff;

}

.nav_submenu-item {
	position: relative;
 height:50px;
line-height:50px;    text-align: center;
}


.nav_submenu_three {
  font-weight: 300;
  text-transform: none;
  display: none;
  position: absolute;
  background-color: #fff;
  left: 100%;    white-space: nowrap;
  top:0;
}
.nav_submenu_three-item:hover {
  background: #b51c2f;
}
.nav_submenu-item:hover {
  background:#890303;
}
.nav_submenu-item:hover .nav_submenu_three {
  display: block;
}

.nav_submenu_three-item {
height:40px;
line-height:40px; padding:0px 20px;
}
.nav_submenu_three-item a { 
font-size:16px; 
}

