@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: #333;
	font-size: 16px;
	font-family: "微软雅黑";
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: left;
}

html,
body {
	min-width: 1300px;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #333;
	transition: all 0.3s;
}

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;
}

.px1200 {
	width: 1200px;
	max-width: 1200px;
	margin: 0 auto;
}


/* banner */

.banner {
	overflow: hidden;
	position: relative;
}

.banner .slick {
	position: relative;
}

.banner .slick:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 177px;
	background: url(../img/banner-bg.png) repeat-x center bottom;
	z-index: 9;
}

.banner a {
	display: block;
}

.banner>img {
	display: block;
	width: 100%;
}

.banner .slick {
	position: relative;
	z-index: 9;
}

.banner .slick-slide a {
	display: block;
	position: relative;
}

.banner .slick-slide a img {
	display: block;
	/*width: 100%;*/
}

.banner .slick-slide a p {
	position: absolute;
	z-index: 9;
	color: #fff;
	left: 0;
	right: 0;
	bottom: 35px;
	width: 100%;
	max-width: 1320px;
	margin: 0 auto;
	font-size: 30px;
	line-height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-right: 100px;
}

.banner .slick-slide a::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.banner .slick-dots {
	bottom: 15px;
	width: 100%;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	font-size: 0;
	max-width: 1200px;
	z-index: 99;
}

.banner .slick-dots li {
	width: 60px;
	height: 5px;
	margin: 0 8px;
	transition: all 0.3s;
}

.banner .slick-dots li.slick-active {
	width: 60px;
	height: 5px;
}

.banner .slick-dots li.slick-active button {
	width: 60px;
	height: 5px;
	background: rgba(255, 255, 255, 1);
}

.banner .slick-dots li button {
	width: 60px;
	height: 5px;
	font-size: 0;
	border: 0;
	background: rgba(255, 255, 255, 0.6);
	border-radius: inherit;
	transition: all 0.3s;
}

.banner .slick-prev {
	left: 3%;
	width: 50px;
	height: 55px;
	
}

.banner .slick-next {
	right: 3%;
	width: 50px;
	height: 55px;
	/*background: url no-repeat center;*/
}


/*头部*/

.top {
	width: 100%;
	height: 130px;
	background: #177ec1;
}

.top>div {
	height: 100%;
	position: relative;
}

.logo a {
	display: block;
	line-height: 130px;
}

.logo img {
	vertical-align: middle;
}


/*导航*/

.nav {
	height: 40px;
	line-height: 40px;
	margin-top: 45px;
}

.nav>ul {
	font-size: 0;
}

.nav>ul>li {
	float: left;
	text-align: center;
	position: relative;
	width: 100px;
}

.nav>ul>li>a {
	display: block;
	font-size: 16px;
	line-height: 40px;
	color: #fff;
	text-align: center;
	position: relative;
	transition: all 0.3s;
}

.nav>ul>li>a:before {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 50%;
	transform: translateX(-50%);
	width: 70%;
	height: 2px;
	background: #fff;
	display: none;
}

.nav>ul>li.active>a:before {
	display: block;
}

.nav>ul>li>a:hover:before {
	display: block;
}

.nav>ul>li.on>div {
	border-top: 3px solid #ffffff;
}

.nav>ul>li>a::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	border-bottom: 5px solid transparent;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}

.nav>ul>li.on>a::after {
	border-bottom: 5px solid #ffffff;
}

.nav>ul>li.active>a {
	font-size: 18px;
	font-weight: bold;
}

.nav>ul>li>div {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background: #fff;
	background: rgb(255 255 255);
	z-index: 9999;
	overflow: hidden;
	line-height: normal;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	display: none;
}

.nav>ul>li>div>ul {
	overflow: hidden;
}

.nav>ul>li>div>ul>li a {
	display: block;
	font-size: 14px;
	line-height: 40px;
	transition: .3s;
	color: #333;
}

.nav>ul>li>div>ul>li a:hover {
	background: #177ec1;
	color: #fff;
}


/*底部*/

.foot {
	background: url(../img/foot-bg.jpg) no-repeat;
	background-size: cover;
	width: 100%;
	height: 290px;
	margin-top: 30px;
}

.foot>div {
	color: #fff;
	padding: 30px 0 10px 0;
}

.foot a {
	color: #fff;
}

.s5-c {
	position: relative;
}

.s5-c>div {
	overflow: hidden;
}

.s5-c ul {
	margin-left: -10px;
	margin-right: -10px;
}

.s5-c ul li a {
	display: block;
	background: #fff;
	margin: 0 10px;
	overflow: hidden;
	padding: 10px;
}

.s5-c ul li a .pic {
	width: 111px;
	height: 162px;
	overflow: hidden;
	margin-right: 30px;
}

.s5-c ul li a .pic img {
	display: block;
	width: 100%;
	height: 100%;
	transition: all 0.3s;
}

.s5-c ul li a .s5-tx {
	overflow: hidden;
}

.s5-c ul li a .s5-tx p {
	font-size: 14px;
	line-height: 24px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 0 10px;
	color: #333;
}

.s5-c ul li a:hover .pic img {
	transform: scale(1.1);
}

.s5-c ul li a:hover .s5-tx p {
	color: #0560A9;
}

.s5-c .slick-prev,
.s5-c .slick-next {
	display: none !important;
}

.s5-btn {
	width: 32px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: rgba(0, 0, 0, 0.4);
	font-size: 24px;
	font-family: 宋体;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.6);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9;
	cursor: pointer;
	padding: 0 !important;
}

.s5-prev {
	left: -50px;
}

.s5-next {
	right: -50px;
}

.foot-x {
	margin-top: 15px;
}

.link {
	float: left;
}

.link p {
	line-height: 30px;
	padding-right: 20px;
	background: #303c45;
	color: #fff;
	text-align: left;
	font-size: 14px;
	background: url(../img/link-icon-down.png) no-repeat;
	background-position: right center;
}

.link>div {
	width: 280px;
	height: 30px;
	position: relative;
	padding: 0 20px;
	background: rgba(255, 255, 255, .2);
}

.link>div:hover div {
	display: block;
}

.link>div div {
	position: absolute;
	bottom: 100%;
	background: #fff;
	padding: 15px 0;
	left: 0;
	right: 0;
	display: none;
}

.link>div div a {
	display: block;
	color: #333;
	line-height: 30px;
	font-size: 14px;
	padding: 0 10px;
}

.link>div div a:hover {
	background: #0560A9;
	color: #fff;
}

.foot-x .bq {
	overflow: hidden;
	font-size: 14px;
	line-height: 30px;
	padding-left: 96px;
}


/* 搜索 */
.ssico {
	cursor: pointer;}
.header-search-wrap {
    position: absolute;
    top: 98px;
    right: 0;
    z-index: 9999;
    background: #fff;
    line-height: 20px;
    height: auto;
    display: none;
    padding: 0 10px;
    border-radius: 3px;}






