@charset "utf-8";

* {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: normal;
	outline: none;
}

html,
body {
	color: #3e3e3e;
	font-size: 14px;
	font-family: "微软雅黑";
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: left;
}

html,
body {
	min-width: 1180px;
	width: 100%;
	height: 100%;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #3e3e3e;
}

img,
input {
	border: 0;
	outline: none;
}

body .clear {
	clear: both;
	height: 0 !important;
	width: 0 !important;
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
}

.clearfix:after {
	content: "";
	clear: both;
	display: block;
	overflow: hidden;
	font-size: 0;
	height: 0;
}

.clearfix {
	zoom: 1;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.px1180 {
	width: 1180px;
	max-width: 1180px;
	margin: 0 auto;
}

.pic img {
	display: block;
	width: 100%;
	height: 100%;
	transition: all 0.5s;
}

.pic:hover img {
	transform: scale(1.05);
}

/*头部*/
.head {
	width: 100%;
	height: 66px;
	background: #222;
margin-top: -5px;
    margin-bottom: -9px;
}

.head-l {
	font-size: 14px;
	color: #aaaaa9;
	line-height: 66px;
	margin-left: 303px;
}

.search {
	position: relative;
	width: 310px;
	height: 34px;
	background: #fff;
	border-radius: 17px;
	margin-top: 15px;
}

input,
button {
	border: none;
	outline: none;
}

.search .text {
	width: 310px;
	padding-left: 15px;
	padding-right: 48px;
	height: 34px;
	line-height: 34px;
	font-size: 14px;
	background: none;
	color: #333;
}

.search .button {
	width: 46px;
	height: 35px;
	background: url(../img/fdj.png) no-repeat center;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}

input::-webkit-input-placeholder {
	color: #aaaaa9;
}

input::-moz-input-placeholder {
	color: #aaaaa9;
}

input::-ms-input-placeholder {
	color: #aaaaa9;
}

.head-link {
	margin-left: 18px;
	padding-left: 10px;
	margin-top: 6.5px;
	position: relative;
}

.head-link::after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 13px;
	background: #a3a3a2;
}

.head-link a {
	display: block;
	color: #aaaaa9;
	font-size: 12px;
	margin: 6px 0;
	transition: all 0.3s;
}

.head-link a:hover {
	color: #fff;
}


.top {
	width: 100%;
	min-width: 1180px;
	height: 102px;
	background: #fff;
}

.top>div {
	position: relative;
}

.logo {
	position: absolute;
	top: -66px;
	left: 0;
	z-index: 99;
}

.logo a {
	display: block;
	width: 196px;
	height: 227px;
	line-height: 227px;
	background: #d83317;
	font-size: 0;
	text-align: center;
}

.logo img {
	vertical-align: middle;
}

.top-r p {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.6);
	text-align: right;
	margin-top: 10px;
}

.top-r p a {
	color: rgba(255, 255, 255, 0.6);
}

.top-r p a:hover {
	color: rgba(255, 255, 255, 1);
}




/*导航*/

.nav {
	height: 102px;
	background: #fff;
margin-top: -9px;
}

.nav>ul {
	font-size: 0;
}

.nav>ul>li {
	float: left;
	text-align: center;
	position: relative;
	width: 102px;
	margin-left: 34px;
}

.nav>ul>li.active>a {
	/* border-bottom: 3px solid #fff; */
}

.nav>ul>li:first-child {
	margin-left: 0;
}

.nav>ul>li>a {
	display: block;
	font-size: 14px;
	color: #696969;
	padding: 24px 0 25px 0;
	text-align: center;
	position: relative;
}

.nav>ul>li>a>p {
	line-height: 24px;
	margin-bottom: 10px;
	font-size: 0;
}

.nav>ul>li>a>p img {
	vertical-align: middle;
}

.nav>ul>li>a>p img:first-child {
	display: inline-block;
}

.nav>ul>li>a>p img:nth-child(2) {
	display: none;
}

.nav>ul>li.active>a {
	background: #d6101f;
	color: #fff;
}

.nav>ul>li.active>a>p img:first-child {
	display: none;
}

.nav>ul>li.active>a>p img:nth-child(2) {
	display: inline-block;
}

.nav>ul>li:hover>a {
	background: #d6101f;
	color: #fff;
}

.nav>ul>li:hover>a>p img:first-child {
	display: none;
}

.nav>ul>li:hover>a>p img:nth-child(2) {
	display: inline-block;
}

.nav>ul>li>div {
	position: absolute;
	top: 100%;
	width: 100%;
	background: #d6101f;
	z-index: 9999;
	overflow: hidden;
	line-height: normal;
	display: none;
}

.nav>ul>li>div>ul {
	overflow: hidden;
}

.nav>ul>li>div>ul>li a {
	display: block;
	font-size: 13px;
	line-height: 36px;
	color: #fff;
}

.nav>ul>li>div>ul>li a:hover {
	color: #fff;
	text-decoration: underline;
}

.foot-c2 p:nth-child(3) {
    padding-left: 40px;
}
/*底部*/

.foot {
	background: #303030;
	width: 100%;
	padding: 25px 0;
}

.foot>div {
	color: #fff;
	border-bottom: 1px solid #949695;
	padding-bottom: 20px;
}

.foot a {
	color: #fff;
}

.foot h3{
	font-size: 18px;
	color: #999b9a;
	margin-bottom: 10px;
}

.foot-l {
	width: 250px;
	position: relative;
	padding-left: 20px;
}
.foot-l::after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 140px;
	background: #949695;
}

.foot-l ul li {
	float: left;
	width: 48%;
	font-size: 12px;
	line-height: 20px;
	margin-top: 10px;
}
.foot-l ul li:nth-child(even){
	margin-left: 4%;
}
.foot-l ul li a{
	display: block;
	color: #999b9a;
}
.foot-l ul li a:hover {
	color: #fff;
}

.foot-c {
	width: 160px;
	margin-left: 50px;
	padding-left: 20px;
	position: relative;
}
.foot-c::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 140px;
	background: #949695;
}

.foot-c ul li {
	font-size: 12px;
	line-height: 20px;
	margin-top: 10px;
}

.foot-c ul li a {
	display: block;
	color: #999b9a;
}

.foot-c ul li a:hover {
	color: #fff;
}
.foot-c2 {
	margin-left: 50px;
	padding-left: 20px;
	position: relative;
}

.foot-c2::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 140px;
	background: #949695;
}

.foot-c2 p{
	font-size: 12px;
	line-height: 20px;
	margin-top: 10px;
	color: #999b9a;
}


.foot-r{
	margin-top: 30px;
}
.foot-r ul li{
	float: left;
	width: 90px;
	height: 90px;
	border: 1px solid #949695;
	font-size: 0;
	line-height: 90px;
	text-align: center;
	margin-left: 30px;
	position: relative;
}
.foot-r ul li:first-child{
	margin-left: 0;
}
.foot-r ul li::after{
content: "";
position: absolute;
left: 50%;
transform: translateX(-50%);
top: -10px;
width: 50px;
height: 20px;
background: #303030;
}
.foot-r img {
	vertical-align: middle;
}
.foot-r ul li p{
	position: absolute;
	bottom: -8px;
	left: 50%;
	transform: translateX(-50%);
	min-width: 60px;
	display: inline-block;
	background: #303030;
	padding: 0 5px;
	font-size: 12px;
	color: #999b9a;
	line-height: normal;
}
.foot-r ul li:nth-child(2) p {
	min-width: 80px;
}

.goTop{
	position: fixed;
	right: 20px;
	bottom: 20px;
	display: block;
	width: 70px;
	height: 70px;
}