﻿body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,input,textarea,p,th,td,img {
	margin: 0;
	padding: 0;
	word-break: break-all;
	word-wrap: break-word
}
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}

img {
	border: 0
}

ol,ul {
	list-style: none
}

input {
	outline: none;
	border: none;
}

html {
	_overflow-y: scroll;
}

html,body {
	min-width: 1200px;
	font-family: Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,微软雅黑,Arial,sans-serif;
}

body {
	font-family: Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,微软雅黑,Arial,sans-serif;
	font-size: 14px;
	color: #333;
	min-width: 1200px;
	outline: none;
	overflow-x: hidden;
	
}
a{color:#333;text-decoration:none;outline:0;transition:background-color .3s ease-out 0s,color .3s ease-out 0s;}
a:hover{color:#cf0101;text-decoration:none;outline:0;}

.row {
    margin-left:-12px;
    margin-right:-12px;
}
.row::before, .row::after {
    content: " ";
    display: table;
}
.row::after {clear: both;}
.fl {
	float: left;
}

.fr {
	float: right;
}

.hide {
	display: none
}

.left {
	float: left
}

.right {
	float: right
}

.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
}
.clearfix {
	display: inline-block
}

* html .clearfix {
	height: 1%
}

.clearfix {
	display: block
}

.clear {
	clear: both;
	height: 0;
	line-height: 0;
	overflow: hidden;
	display: block
}

.container{
	width: 1200px;
  	margin: 0 auto;
}

.textover {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
}

.dib {
	display: inline-block;
	*display: inline;
	zoom: 1;
}
.main {
	width: 1200px;
	margin: 0 auto;
}

.banner-sub {
	height: 320px;
	background: no-repeat center / cover;
}

checkbox {
	border: 0px;
}
ul,li {
	list-style: none
}

.backcolor {
	background: #111;
}

.top {
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #ccc;
}

.top a {
	color: #333;
}

.top_left {
	width: 950px;
}

.top_right {
	width: 200px;
	text-align: right;
}

.header_nav {
	width: 100%;
	margin: 0 auto;
	z-index: 999;
	background-color: #fff;
	padding-top: 5px;
}

.header_nav .main {
	width: 1220px;
	margin: 0 auto;
	padding:0;
	display: flex;
	align-items: center;
	justify-content: space-between
} 

.header_nav .main .logo {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.header_nav .main .logo img {
    height: 50px;
}



.rgt-box {
	display: flex;
	align-items: center;
}
.head-phone{
	display: flex;
	align-items: center;
	font-size: 30px;
	color:#cf0101;
	font-weight: normal;
	margin-left: 20px;
	font-family: impact;
	letter-spacing: 0.5px;
}
.head-phone img{
	width:30px;
	height:auto;
	margin-right: 8px;
}
.nav {
	display: flex;
	align-items: center;
}

.nav li {
	height: 90px;
	position: relative;
}

.nav li a {
	padding:0 20px;
	height: 90px;
	color: #111;
	font-size: 16px;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center
}

.nav li i.underline{
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 3px;
	border-radius: 3px;
	opacity: 0;
	transition: all .4s ease;
	background-color: #cf0101;
}


.nav li:hover a.big-nav, .nav li.nav_on a.big-nav{
	font-weight: 700;
	color:#cf0101;
}

.nav li:hover i.underline, .nav li.nav_on i.underline{
	opacity: 1;
	width: 60px;
	left: 50%;
	margin-left: -30px;
}


.nav dl.nav_ul {
	position: absolute;
	left: 50%;
	top: 90px;
	z-index: 999;
	background: rgba(0,0,0,.5);
	width:180px;
	transition: all 1s ease;
	opacity: 0;
	display: none;
	margin-left: -90px;
}

.nav li:hover dl.nav_ul{
	opacity: 1;
	display: block;
	transition: all 1s ease;
}

.nav li dl dt a {
	padding: 0;
	height: 40px;
	line-height: 40px !important;
	color: #fff !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	text-align: center;
	width: 100%;
	border-bottom: 1px solid rgba(0,0,0,.5);
}
.nav li dl dt:last-child a {
	border-bottom: none;
}

.nav li dl dt a:hover {
	background: #cf0101;
	color: #fff !important;
	line-height: 40px !important;
	font-size: 14px !important;
	font-weight: 400 !important;
}

.header_nav.nav01 {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 1200px;
	z-index: 999;
	background: #fff;
	box-shadow: 3px 3px 3px rgba(0,0,0,.1);
}

.banner {
	width: 100%;
	text-align: center;
}

.banner img {
	max-width: 100%;
	height: auto;
	display: inline-block;
}

.notice-box {
	width: 100%;
	height: 60px;
	margin: 0 auto;
	background: #111;
}

.notice-box .inner{
	display: flex;
	align-items: center;
}

.notice-box .title{
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	margin-right: 10px;
}


/* 公告滚动 */
.notice-swiper { position: relative; width: 100%; flex:1; height: 60px; }
.notice-swiper .swiper-container { width: 100%; height: 60px; }
.notice-swiper .swiper-slide { height: 60px; display: flex; align-items: center;}
.notice-swiper .swiper-slide a { color: #ffffff; padding: 0 5px;margin-right: 50px;}
.notice-swiper .swiper-slide a:hover{ color: #cf0101; }

.notice-swiper .swiper-button-next, .notice-swiper .swiper-button-prev { position: absolute; left: auto; right: 0; top:22px; margin: 0; width: 16px; height: 16px; background-size: 16px 10px; -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); color:#fff;}
.notice-swiper .swiper-button-prev { margin-right: 22px; }


.inner{
	width:1200px;
	margin:  0 auto;
}
/*全站底部*/
.footer {background-color:#2f2f2f; clear:both;}
.footer .fot-top {overflow:hidden; border-bottom:1px solid #3b3b3b; padding:60px 0 40px; position: relative;}
.footer .fot-top .fot-left {float:left; overflow: hidden;}
.widget {float:left; padding-right:60px;}
.widget:last-child {padding-right:0;}
.widget h3 {font-size:16px; color:#fff; font-weight:normal; line-height: 1.2; margin-bottom:15px;}
.widget h3  a{color:#fff;}
.widget li {font-size:14px; color:#999; line-height: 1.5; padding:5px 0;}

.widget li a {color:#999;}
.widget li a:hover {color:#fff;}

.footer .fot-top .fot-right {float:right;}
.realTime {text-align:right; margin-bottom:40px;}
.realTime h3, .hotLine h3 {font-size:18px; color:#fff; font-weight:normal; line-height: 1.125em; margin-bottom:20px;}
.realTime .code {font-size:16px; color:#888; line-height: 1.75em;}
.hotLine {text-align:right;}
.hotLine h3 i {font-style:normal; background:url(../images/icon_06.png) no-repeat left center; padding-left:30px;}
.hotLine p {font-size:24px; color:#fff; font-family: Arial;}

.wx-code{
	position: absolute;
	right:0;
	bottom:40px;
	width: 320px;
	line-height: 0;
}

.wx-code img{
	width: 100%;
	height: auto;
}

.copyright {font-size:14px; display: flex;align-items: center;justify-content: space-between; color:#8c8c8c; height:80px; text-transform: uppercase;}
.copyright a {color:#8c8c8c;}
.copyright a:hover{color:#fff;}

.backTop {width:68px; height:68px; border-radius:50%; background:#999; cursor:pointer; position:fixed; bottom:18%; right:3%; z-index: 7; color:#fff;display: flex; align-items: center; justify-content: center;box-shadow: 0 0 5px rgba(0,0,0,0.2);}
.backTop img{width:30px;height:30px;}
.backTop:hover{ background:#cf0101; }
