﻿@charset "utf-8";
* {
	font-family: "微软雅黑";
	margin: 0;
	padding: 0;
}
body {
	background: url(../images/bg.jpg) center;
}
img {
	border: none;
}
li {
	list-style: none;
}
a {
	color: #ccc;
	text-decoration: none;
}
a:hover {
	color: #990000;
	cursor: pointer;
}
/*头部开始*/
.header {
	width: auto;
	height: auto;
}
.top {
	width: 1100px;
	height: 140px;
	/*background: #333;*/
	margin: 0 auto;
}
.topImg {
	width: 120px;
	height: 81px;
	margin-top: 30px;
	float: left;
}
.top_zs {
	height: 81px;
	float: left;
}
.top_zs img {
	width: 10px;
	height: 80px;
	margin-top: 30px;
}
.dingwei {
	float: left;
	height: 81px;
}
.dingwei img {
	width: 306px;
	height: 78px;
	margin-top: 30px;
	margin-left: 30px;
}
.topTel {
	float: right;
	width: 26%;
	height: 60px;
	margin-top: 40px;
}
.topTelt {
	width: 200px;
	height: 14px;
}
.topTelt b {
	font: normal 14px "微软雅黑";
	color: #333;
	letter-spacing: 6px;
	margin-bottom: 5px;
}
.topTelb {
	width: 200px;
	height: 36px;
}
.topTelb img {
	width: 12px;
	height: 21px;
	float: left;
	margin-top: 10px;
}
.topTelb P {
	font: normal 24px arial;
	color: #990000;
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	margin-top: 8px;
	margin-left: 10px;
}
/*头部结束*/
.hnav {
	width: 100%;
	height: 60px;
	background: #333;
}
.nav {
	width: 1100px;
	margin: 0 auto;
	color: #fff;
}
.navL {
	float: left;
	height: 70px;
	padding-top: 25px;
	box-sizing: border-box;
}
.navLP {
	color: #fff;
	font-size: 16px;
}
.navbox {
	float: left;
	margin-top: 20px;
}
.navLi {
	float: left;
	position: relative;
}
.navLi:hover {
	width: auto;
	height: 40px;
	color: #990000;
}
.navLiA {
	font-size: 16px;
	z-index: 11;
	color: #fff;
	padding: 20px 37px;
}
.navLi:hover .navLiA {
	background: #990000;
	color: #fff;
}
.navSonUl {
	width: 160px;
	height: 0;
	background: rgba(0, 0, 0, .7);
	/* padding-left: 15px; */
	box-sizing: border-box;
	position: absolute;
	top: 40px;
	left: 50%;
	z-index: 10;
	transform: rotateY(90deg);
	transition: .2s;
	text-align: center;
}
.navSonLi {
	height: 30px;
	line-height: 30px;
	background: rgba(51, 51, 51, .7);
}
.navSonLi:hover {
	background: #990000;
}
.navLi:hover .navSonUl {
	transform: rotateY( 0deg) translateX(-50%);
}
.navSonA {
	color: #fff;
	font-size: 14px;
}
.navSonA:hover {
	color: #fff;
	/*border-bottom: 1px solid #fff;*/
}
/*导航结束*/
/*头部结束*/
/*轮播图开始*/
.carousel {
	box-sizing: border-box;
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}
.carousel .pic_box {
	width: 10000px;
}
.carousel .pic_box li {
	float: left;
}
.carousel .pic_box li img {
	display: block;
}
.arrow {
	width: 44px;
	height: 88px;
	line-height: 88px;
	background: rgba(64, 64, 64, .3);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	text-align: center;
	font-size: 40px;
	color: #fff;
	font-weight: bold;
	transition: all 300ms;
}
.left {
	left: -10%;
}
.right {
	right: -10%;
}
.carousel:hover .left {
	left: 0;
}
.carousel:hover .right {
	right: 0;
}
.panel {
	/*居中写法*/
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 15px;
	margin: 0 auto;
}
.control {
	color: red;
	background: #fff;
	margin: 10px;
	width: 20px;
	height: 20px;
	border-radius: 20px;
	display: inline-block;
	cursor: pointer;
	transition: .5s;
}
.active {
	background: #990000;
	transition: .5s;
	width: 50px;
}
/*轮播图结束*/
/*搜索开始*/
.search {
	width: auto;
	height: 55px;
	background: #dfdfdf;
}
.searchCon {
	width: 1100px;
	height: 55px;
	margin: 0 auto;
}
.searchConL {
	width: 550px;
	height: 55px;
	float: left;
}
.searchConL span {
	font: normal 14px "微软雅黑";
	color: #333333;
	line-height: 55px;
	margin: 0 20px;
}
.searchConL a {
	font: normal 14px "微软雅黑";
	color: #333333;
	margin: 0 10px;
}
.searchConL a:hover {
	color: #990000;
}
.searchConR {
	width: 350px;
	height: 55px;
	float: right;
	padding-top: 12px;
}
.search_tow {
	border: none;
	width: 240px;
	height: 30px;
	float: left;
	padding-left: 10px;
}
.search_button {
	border: none;
	width: 50px;
	height: 32px;
	background: #990000;
	font: normal 14px "微软雅黑";
	color: #FFFFFF;
	/*text-align: center;*/
	line-height: 30px;
	float: left;
}
/*搜索结束*/
/*尾部开始*/
.bottor {
	width: 100%;
	height: 100%;
	background: #333333;
}
.bottorCon {
	width: 1100px;
	height: 310px;
	margin: 0 auto;
	position: relative;
}
.bottorL {
	width: 110px;
	height: 245px;
}
.bottorLOGO {
	width: 110px;
	height: 110px;
	margin-bottom: 20px;
	margin-top: 50px;
}
.bottorEWM {
	width: 110px;
	height: 110px;
}
.bottorM {
	width: 500px;
	height: 230px;
	float: left;
	position: absolute;
	margin-top: -180px;
	margin-left: 260px;
}
.bottorM h3 {
	font: normal 18px "微软雅黑";
	color: #FFFFFF;
}
.bottorM span {
	width: 30px;
	height: 1px;
	background: #990000;
	display: block;
	margin-bottom: 20px;
}
.con_num b {
	font: normal 14px "微软雅黑";
	color: #FFFFFF;
}
.con_num i {
	font: normal 14px "微软雅黑";
	color: #FFFFFF;
	margin-left: 90px;
}
.bottorM h2 {
	font: normal 14px "微软雅黑";
	color: #FFFFFF;
	display: block;
	border-bottom: solid 1px #666666;
	width: 500px;
	height: 50px;
	padding-top: 10px;
}
.bottorM h4 {
	font: normal 14px "微软雅黑";
	color: #FFFFFF;
	margin-top: 20px;
}
.bottorR {
	width: 190px;
	height: 240px;
	float: right;
	margin-top: -200px;
}
.bottorR ul {
	width: 190px;
	height: 140px;
}
.bottorR li {
	width: 65px;
	height: 140px;
	float: left;
	margin-right: 60px;
}
.bottorR li:nth-child(2n) {
	margin-right: 0;
}
.bottorR li a {
	font: normal 14px "微软雅黑";
	color: #FFFFFF;
	margin-bottom: 20px;
	display: block;
}
.bottorR li a:nth-child {
	margin-bottom: 0;
}
.bottorR p {
	font: normal 14px "微软雅黑";
	color: #FFFFFF;
	display: block;
	width: 190px;
	height: 66px;
	border-top: solid 1px #666666;
	margin: 0;
	padding: 0;
	margin-top: 38px;
	padding-top: 20px;
}
.bottorR li a:hover {
	color: #990000;
}
.bottorR p a {
	font: normal 14px "微软雅黑";
	color: #fff;
}
/*尾部结束*/
/*内页视频*/
