﻿@charset "utf-8";

* {
	font-family: Microsoft YaHei;
}

a:link,
a:visited {
	color: #333;
}

a:hover,
a:active {
	color: #c00;
	text-decoration: none;
}

.w1200 {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.w380 {
	width: 380px;
}

.pc {
	display: block;
}

.phone {
	display: none;
}

/* hd */
.hd h2 a {
	color: #3171b2;
}

.colbox {
	width: 380px;
	float: left;
}

.colbox .hd {
	position: relative;
	height: 44px;
	border-top: 2px solid #e6e6e6;
}

.colbox .hd h2 {
	display: block;
	float: left;
	position: relative;
	border-top: 2px solid #3171b2;
	font-size: 22px;
	line-height: 44px;
	font-weight: bold;
	z-index: 1;
	margin-top: -2px;
}

.colbox .hd:hover h2 {
	border-top: 2px solid #100964;
}

.colbox .hd:hover h2 a {
	color: #100964;
}

.colbox .sub-title {
	float: right;
	margin-top: 12px;
}

.colbox .sub-title a {
	display: inline-block;
	float: left;
	font-size: 16px;
	color: #808080;
	margin: 0 8px;
}

.colbox .sub-title a:hover {
	color: #ff915b;
}

.colbox .sub-title span {
	float: left;
	width: 2px;
	height: 2px;
	line-height: 3px;
	overflow: hidden;
	margin: 0 5px;
	background: #a9a9a9;
	position: relative;
	margin-top: 10px;
}

/* col */
.col-mid {
	float: left;
	margin-left: 30px;
}

.col-fr {
	float: right;
}

.colbox-b {
	width: 790px;
}

/* col-style1 */
.col-style1 {
	overflow: hidden;
}

.col-style1 .top-imgbox {
	width: 380px;
}

.col-style1 .bd {
	margin-top: 5px;
}

.coltab .hd h2,
.coltab .hd:hover h2 {
	border-top: 2px solid #e6e6e6;
}

.coltab .hd div {
	float: left;
	margin-left: 20px;
}

.coltab .hd div:first-child {
	margin-left: 0;
}

.coltab .hd h2 a {
	color: #808080;
}

.coltab .hd .current h2 a,
.coltab .hd .current:hover h2 a {
	color: #3171b2;
}

.coltab .hd .current h2 {
	border-top: 2px solid #3171b2;
}

.coltab .hd:hover h2 a {
	color: #808080;
}

/* header */
.header {

	position: relative;
	margin: 25px auto;
	overflow: inherit;
	margin-bottom: 20px\9\0;
}

.header .logo * {
	float: left;
  margin-top: 8px;
}

.header .logo em {
	display: block;
	width: 1px;
	height: 58px;
	background: #b3b3b3;
	margin: 0 28px;
}

.header .hxw {
	margin-top: 10px;
	;
}

/*header-m*/
.header-m {
	height: 47px;
	border-top: 2px solid #cb1625;
	border-bottom: 1px solid #e8e8e8;
	position: relative;
}

.header-m>h1,
.header-m>a,
.header-m #bdcs-search-form-input-notspan {
	position: absolute;
	display: block;
}

.header-m h1 {
	top: 7px;
	left: 50%;
	margin-left: -40px;
}

.header-m h1,
.header-m h1 img {
	width: 80px;
	height: 34px;
}

.header-m a,
.header-m #bdcs-search-form-input-notspan {
	width: 24px;
	height: 24px;
	top: 11px;
}

.header-m a.menu-btn {
	right: 10px;
	background-position: 0 -24px;
}

.header-m a.menu-btn.menu-act {
	background-position: 0 -216px;
}

.header-m #bdcs-search-form-input-notspan {
	width: 24px !important;
	left: 10px;
	background-position: 0 0;
	font-size: 0;
	margin-left: 0 !important;
}

.header-m #bdcs-search-form-input-span {
	width: 44px !important;
	height: 35px !important;
	background: none;
	border: none;
}

.nav-more-btn {
	background-position: center -52px;
	width: 30px;
	height: 30px;
	/* background: #fff; */
	display: inline-block;
}

.nav-more-btn.open {
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	background-position: center -58px;
}

.nav-more-btn {
	background-image: url(../images/sprites.png);
	background-repeat: no-repeat;
	-webkit-background-size: 24px auto;
	background-size: 24px auto;
}

.hxwphone h1 {
	float: left;
	margin-left: -120px;
}

.hxw-img {
	width: 40%;
	position: absolute;
	left: 50%;
	margin-left: -30px;
	top: 12px;
}

.media_info .btn {
	float: left;
	width: 70px;
	margin-left: 15px;
}

/*.media_info .btn::after {
	--scale: 0;
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	height: 3px;
	background: #4c81c9;
	-webkit-transform: scaleX(var(--scale));
	transform: scaleX(var(--scale));
	-webkit-transform-origin: var(--x) 50%;
	transform-origin: var(--x) 50%;
	transition: -webkit-transform 0.3s cubic-bezier(0.535, 0.05, 0.355, 1);
	transition: transform 0.3s cubic-bezier(0.535, 0.05, 0.355, 1);
	transition: transform 0.3s cubic-bezier(0.535, 0.05, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.535, 0.05, 0.355, 1);
}*/

.media_info img,
.media_info p {
	display: block;
	margin: 0 auto;
	text-align: center;
}

.media_info p {
	margin-top: 10px;
	font-size: 14px;
	color: #808080;
}

#media_info-drop1 {
	top: 40px;
	width: 340px;
}

#media_info-drop2 {
	top: 40px;
	width: 340px;
}

/* drop */
.header .drop {
	position: absolute;
	right: 0px;
	background: #fff;
	border-top: 1px solid #e9e9e9;
	padding: 15px 0px;
	display: none;
}

.header .drop li {
	/*float: left;*/
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	margin: 0px 12px;
	text-align: center;
}

.header .drop li a {
	margin: 0px 3px;
	color: #808080;
}

.drop-box {
	position: relative;
	font-weight: 600;
	text-decoration: none;
	color: rgba(0, 0, 0, 0.4);
	transition: color .3s ease;
}

.drop-box::after {
	--scale: 0;
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	height: 3px;
	background: #100964;
	-webkit-transform: scaleX(var(--scale));
	transform: scaleX(var(--scale));
	-webkit-transform-origin: var(--x) 50%;
	transform-origin: var(--x) 50%;
	transition: -webkit-transform 0.3s cubic-bezier(0.535, 0.05, 0.355, 1);
	transition: transform 0.3s cubic-bezier(0.535, 0.05, 0.355, 1);
	transition: transform 0.3s cubic-bezier(0.535, 0.05, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.535, 0.05, 0.355, 1);
}

.drop-box:hover,
.header .drop li a:hover {
	color: #100964;
}

.drop-box:hover::after {
	--scale: 1;
}

/* nav */
.dayoo-nav {
	width: 100%;
	margin: 14px auto 0;
	overflow: hidden;
}

.dayoo-nav .first {
	background-color: #98d94a;
}

.dayoo-nav .second {
	background-color: #f2f2f2;
}

.dayoo-nav .bd {
	height: 48px;
	width: 1200px;
	margin: 0 auto;
}

.dayoo-nav ul li {
	display: inline-block;
	float: left;
	line-height: 48px;
	margin: 0 12px;
	font-size: 16px;
}

.dayoo-nav .first ul li {
	margin: 0 22px;
}

.dayoo-nav li a {
	color: #fff;
}

.dayoo-nav li:hover {
	margin: 0 6px;
	padding: 0 6px;
}

.dayoo-nav .first ul li:hover {
	margin: 0 13px;
	padding: 0 9px;
}

.dayoo-nav .first li:hover {
	background: #39337e;
}

.dayoo-nav .first li:hover a {
	color: #ff915b;
}

.dayoo-nav .second li:hover {
	background: #ffffff;
}

.dayoo-nav .second li:hover a {
	color: #ff915b;
}

.dayoo-nav .second li a {
	color: #333;
}

/* ad-area-wrapper */
.ad-area-wrap {
	width: 1200px;
	overflow: hidden;
	margin: 20px auto 0;
}

.ad-area-wrap .ad-area>div:first-child {
	float: left;
}

.ad-area-wrap .ad-area>div:first-child img {
	float: left;
}

.ad-area-wrap .ad-area>div {
	float: right;
}

.ad-area-wrap .ad-area>div>div {
	margin-top: 10px;
}

.ad-area-wrap .ad-area .ad-w330 {
	float: left;
	margin-right: 20px;
}

.top-tit {
	width: 1200px;
	height: 54px;
	overflow: hidden;
	margin: 20px auto 10px;
	text-align: center;
}

.top-tit h2 {
	font-size: 44px;
	font-weight: bold;
}

.top-tit h2 a {
	color: #4774c8;
}

.h2-a-phone {
	display: none;
}

/* .top-news-box */
.top-news-box {
	float: left;
	width: 530px;
}

.top-news-box .tit {
	position: relative;
	cursor: pointer;
	padding: 10px;
}

.top-news-box h2 {
	position: relative;
	font-size: 20px;
	font-weight: bold;
	color: #3171b2;
}

.top-news-box ul li {
	position: relative;
	cursor: pointer;
}

.top-news-box .tit i,
.top-news-box li i {
	width: 0;
	height: 100%;
	display: block;
	position: absolute;
	background: #f4f4f4;
	top: 0;
	left: 0;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.top-news-box .tit:hover i,
.top-news-box ul li:hover i {
	width: 100%;
}

.top-news-box h2 a {
	color: #3171b2;
}

.top-news-box h2:hover,
.top-news-box h2 a:hover {
	color: #c00;
}

.top-news-box li {
	font-size: 20px;
	line-height: 44px;
	color: #333;
	background: url(../images/li.png) no-repeat left 22px;
	text-indent: 16px;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.top-news-box li a {
	position: relative;
}

.top-news-box .news-item{
	margin-top: 20px;
	height: 303px;
	overflow: hidden;
}

.top-news-box .news-item .area{
	height: 100px!important;
	border-bottom: 1px solid #ccc;
	font-size: 20px;
	line-height: 30px;
	display: table;
	width: 100%;
	overflow: hidden;
}

.top-news-box .news-item .area p{
	color: #333;
	vertical-align: middle;
	display: table-cell;
	overflow: hidden;
}

.top-news-box .news-item .area a:hover{
	color: #cb1625;
}

/* top-slider */
.top-slider {
	width: 640px;
	height: 403px;
	overflow: hidden;
}

.top-slider .img-area .img {
	width: 640px;
	height: 360px;
	position: relative;
	overflow: hidden;
}

.top-slider .img-area img {
	width: 640px;
	height: 360px;
	border-radius: 5px;
	transition: all 1s ease 0s;
}

.top-slider .img-area:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	background: #333;
}

.top-slider p {
	margin-top: 3px;
	width: 640px;
	height: 40px;
	background: #02276d;
	border-radius: 5px;
	font-size: 18px;
	line-height: 40px;
	text-align: center;
}

.top-slider p a {
	color: #fff;
}

.top-slider .img-area:hover p {
	background: #001e58;
}

.top-slider .slick-arrow {
	position: absolute;
	top: 50%;
	width: 12px;
	height: 22px;
	font-size: 0;
	margin-top: -12px;
	background: none;
	border: none;
	outline: none;
	z-index: 99;
	-webkit-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

.top-slider .slick-arrow.slick-prev {
	left: 12px;
	background: url(../images/top-arrows-l.png) no-repeat top center;
}

.top-slider .slick-arrow.slick-next {
	right: 12px;
	background: url(../images/top-arrows-r.png) no-repeat top center;
}


.top-slider .slick-dots {
	position: absolute;
	left: 50%;
	bottom: 50px;
	width: 80px;
	margin-left: -35px;
}

.top-slider .slick-dots li {
	width: 10px;
	float: left;
	margin: 0 6px;
}

.top-slider .slick-dots button {
	font-size: 0;
	border: none;
	outline: none;
	background: #3171b2;
	padding: 3px 8px;
}

.top-slider .slick-dots .slick-active button {
	background: #fff;
}

/* news-sx */
.news-sx {
	float: left;
	width: 530px;
	height: 102px;
	border-radius: 5px;
	background: #f2f2f2;
}

.news-sx .hd,
.news-zt .hd,
.news-zbgg .hd {
	float: left;
	width: 28px;
	height: 50px;
	margin: 22px 0 0 22px;
}

.news-sx .hd h2,
.news-zt .hd h2,
.news-zbgg .hd h2 {
	font-size: 22px;
	font-weight: bold;
}

.news-sx ul {
	float: left;
	width: 425px;
	margin: 10px 0 0 35px;
	overflow: hidden;
}

.news-sx li {
	font-size: 18px;
	line-height: 44px;
	color: #333;
	background: url(../images/li.png) no-repeat left 22px;
	text-indent: 16px;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.news-sx li:hover {
	color: #c00;
}

.news-sx:hover,
.news-zt:hover,
.news-zbgg:hover {
	background: #e9e9e9;
}

/* news-zt */
.news-zt {
	float: right;
	width: 640px;
	height: 102px;
	border-radius: 5px;
	background: #f2f2f2;
}

.news-zt .zt-slider {
	width: 520px;
	height: 86px;
	margin-top: 7px;
	margin-left: 50px;
}

.news-zt .zt-slider .img-area {
	position: relative;
	width: 152px;
	height: 86px;
	margin-left: 20px;
	overflow: hidden;
}

.news-zt .zt-slider .img-area:first-child {
	margin-left: 0px;
}

.news-zt .zt-slider img {
	width: 152px;
	height: 86px;
	transition: all 1s ease 0s;
}

.zt-slider .slick-arrow {
	position: absolute;
	top: 50%;
	margin-top: -11px;
	width: 12px;
	height: 22px;
	font-size: 0;
	background: none;
	border: none;
	outline: none;
	z-index: 99;
}

.news-zt .zt-slider .img-area:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	background: #333;
}

.zt-slider .slick-arrow.slick-prev {
	left: -30px;
	background: url(../images/zt-arrows-l.png) no-repeat top center;
}

.zt-slider .slick-arrow.slick-next {
	right: -7px;
	background: url(../images/zt-arrows-r.png) no-repeat top center;
}

.zt-slider .slick-arrow.slick-prev:hover {
	background: url(../images/zt-arrows-l-a.png) no-repeat top center;
}

.zt-slider .slick-arrow.slick-next:hover {
	right: -7px;
	background: url(../images/zt-arrows-r-a.png) no-repeat top center;
}

.zt-slider .overlay {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	font-size: 18px;
	line-height: 26px;
	transition: all 0.5s;
	transform: scale(0, 0);
	margin: 0px -230px -120px 0px;
	z-index: 11;
	background: #3171b2;
}

.zt-slider .overlay p {
	padding: 15px;
	font-size: 16px;
	text-align: center;
}

.zt-slider .overlay p a {
	color: #fff;
}

.zt-slider .img-area:hover .overlay {
	transform: scale(1, 1);
	margin: 0px;
}

/* colbox news-list */
.colbox .news-list li {
	font-size: 16px;
	line-height: 34px;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.colbox .news-list li span {
	color: #4564a5;
}

/* colbox maring */
.xhgz {
	margin-top: 25px;
}

.shipin {
	margin-top: 23px;
}

/* top-imgbox */
.top-imgbox {
	position: relative;
	height: 250px;
	margin-top: 10px;
	-webkit-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
	overflow: hidden;
}

.top-imgbox .img-area,
.top-imgbox .img-area img {
	width: 380px;
	height: 214px;
	border-radius: 5px;
}

.top-imgbox .img-area {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
	border-radius: 5px;
}

.top-imgbox .text-area {
	width: 380px;
	margin-top: 5px;
	background: #f3f3f3;
	border-radius: 5px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
	background-color: #f4f4f4;
	-webkit-transition: all .5s ease-in;
	-o-transition: all .5s ease-in;
	transition: all .5s ease-in;
	text-align: center;
}

.top-imgbox h3 {
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	margin-bottom: 10px;
}

.top-imgbox i.overlay {
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.01) 5%, rgba(0, 0, 0, 0.6) 100%);
	bottom: 0;
	position: absolute;
	top: 0;
	transition: all 0.4s ease 0s;
	width: 100%;
	border-radius: 5px;
}

.top-imgbox i.bottom {
	height: 5px;
	display: block;
}

.top-imgbox:hover i.overlay {
	opacity: 0.2;
	cursor: pointer;
}

.top-imgbox:hover .img-area {
	top: -20px;
}

.top-imgbox:hover .text-area {
	margin-bottom: 10px;
}

.top-imgbox:hover .text-area h3 {
	display: block;
	height: 20px;
	font-size: 16px;
	line-height: 20px;
}

.top-imgbox:hover,
.top-imgbox:hover .text-area {
	background: #efefef;
	border-radius: 5px;
}

/* rewen */
.rewen .news-list {
	margin-top: 15px;
	border-top: 1px dashed #ccc;
}

.rewen .news-list li {
	font-size: 16px;
	line-height: 34px;
}

.rewen .news-list li:first-child {
	/* font-weight: bold; */
	margin-top: 15px;
}

.rewen .news-list:first-child {
	margin-top: 0;
	border: none;
}

.rewen .news-list:first-child li {
	margin-top: 0;
}

/* img-slider */
.tupian {
	width: 380px;
	overflow: hidden;
}

.img-box-slider {
	width: 400px;
	float: left;
	position: relative;
	margin-left: -20px;
}

.img-box-slider .slick-slide {
	outline: none;
}

.img-box-slider .img-box-b {
	float: left;
	margin: 0 0 12px 19px;
	width: 180px;
}

.img-box-slider .img-box-b .img-area,
.img-box-slider .img-box-b .img-area img {
	width: 180px;
	height: 100px;
	border-radius: 5px;
	overflow: hidden;
}

.img-box-slider .img-box-b .img-area img {
	transition: all 1s ease 0s;
}

.img-box-slider .img-box-b:hover .img-area img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	background: #333;
}

.img-box-slider .img-box-b:hover .text-area {
	background: #f2f2f2;
}

.img-box-slider .img-box-b .text-area {
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.img-box-slider .slick-dots {
	position: absolute;
	top: -25px;
	right: 0;
}

.img-box-slider .slick-dots li {
	float: left;
	width: 8px;
	height: 8px;
	margin-left: 10px;
	background: #999;
	border-radius: 50%;
}

.img-box-slider .slick-dots button {
	float: left;
	border: none;
	background: none;
	font-size: 0;
	outline: none;
}

.img-box-slider .slick-dots li.slick-active {
	background: #3171b2;
}

.img-box-slider i.video-btn {
	position: absolute;
	left: 6px;
	bottom: 6px;
	width: 20px;
	height: 20px;
	background: url(../images/video-btn.png) no-repeat center top;
}

.shipin .img-box-slider .img-area {
	position: relative;
}

/* list2 */
.list2 {
	width: 380px;
	margin-top: 15px;
}

/* top-imgbox2 */
.top-imgbox2 {
	position: relative;
	height: 72px;
	margin-top: 10px;
	-webkit-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
	overflow: hidden;
}

.top-imgbox2:hover {
	background: #efefef;
	border-radius: 5px;
}

.top-imgbox2 .img-area,
.top-imgbox2 .img-area img {
	width: 130px;
	height: 72px;
	border-radius: 5px;
}

.top-imgbox2 .img-area {
	float: left;
	position: relative;
	-webkit-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
	top: 0;
	left: 0;
}

.top-imgbox2 .text-area {
	float: right;
	width: 230px;
	margin-top: 15px;
	-webkit-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

.top-imgbox2 h3 {
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	text-align: left;
	margin-bottom: 10px;
}

.top-imgbox2 i.overlay {
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.01) 5%, rgba(0, 0, 0, 0.6) 100%);
	bottom: 0;
	position: absolute;
	top: 0;
	transition: all 0.4s ease 0s;
	width: 100%;
	border-radius: 5px;
}

.top-imgbox2:hover i.overlay {
	opacity: 0.2;
	cursor: pointer;
}

.top-imgbox2:hover .img-area {
	left: -10px;
}

.top-imgbox2:hover .text-area {
	width: 250px;
	background: #efefef;
}

.top-imgbox2:hover .text-area h3 {
	display: block;
	height: 20px;
	font-size: 16px;
	line-height: 20px;
}

/* fygq */
.fygq {
	float: left;
	position: relative;
	margin-left: -10px;
}

.fygq li {
	position: relative;
	float: left;
	margin: 10px 0 0 10px;
	width: 118px;
	height: 44px;
	border: 1px solid #3171b2;
	border-radius: 5px;
	text-align: center;
	overflow: hidden;
}

.fygq li a {
	position: relative;
	display: block;
	width: 118px;
	height: 44px;
	font-size: 16px;
	line-height: 46px;
	color: #3171b2;
}

.fygq .btn-circle {
	border-radius: 1000px;
	position: absolute;
	left: 0;
	top: 0;
	width: 0px;
	height: 0px;
	margin-left: 0px;
	margin-top: 0px;
	pointer-events: none;
	/* animation-timing-function: ease-in-out;*/
}

.fygq li:hover a {
	color: #fff;
}

.explode-circle {
	animation: explode 0.5s forwards;
}

.desplode-circle {
	animation: desplode 0.5s forwards;
}

@keyframes explode {
	0% {
		width: 0px;
		height: 0px;
		margin-left: 0px;
		margin-top: 0px;
		background-color: #8ebceb;
	}

	100% {
		width: 400px;
		height: 400px;
		margin-left: -200px;
		margin-top: -200px;
		background-color: #3171b2;
	}
}

@keyframes desplode {
	0% {
		width: 400px;
		height: 400px;
		margin-left: -200px;
		margin-top: -200px;
		background-color: #8ebceb;
	}

	100% {
		width: 0px;
		height: 0px;
		margin-left: 0px;
		margin-top: 0px;
		background-color: #3171b2;
	}
}

.gjs {
	height: 224px;
}

.top-imgbox-s {
	width: 350px;
	height: 238px;
	margin: 0 auto;
}

.top-imgbox-s .img-area,
.top-imgbox-s .img-area img {
	height: 196px;
}

.top-imgbox-s h3 {
	margin: 8px 0;
}

.top-imgbox-s .text-area h3:hover {
	color: red
}

.zwdt .news-list {
	margin-top: 12px;
}

.top-imgbox-s:hover .img-area {
	top: -10px;
}

.top-imgbox-s:hover .text-area h3 {
	line-height: 26px;
}

.zwdt .top-imgbox-s {
	margin-top: 30px;
}

.zwdt .top-imgbox-s:first-child {
	margin-top: 10px;
}

/* news-zbgg */
.news-zbgg {
	width: 1200px;
	height: 50px;
	border-radius: 5px;
	background: #f2f2f2;
	overflow: hidden;
}

.news-zbgg .hd {
	width: 90px;
	line-height: 50px;
	margin: 0 0 0 23px;
}

.news-zbgg .hd h2 {
	font-size: 18px;
}

.news-zbgg .bd {
	float: left;
	width: 1040px;
	margin-left: 20px;
	overflow: hidden;
	#
}

.news-zbgg #zbgg_scroll {
	position: relative;
	font-size: 14px;
	line-height: 50px;
	overflow: hidden;
}

#zbgg_list {
	overflow: hidden;
}

#zbgg_scroll li {
	float: left;
	margin-left: 30px;
}

#zbgg_scroll li i.line {
	position: relative;
	display: inline-block;
	top: 3px;
	margin: 0 20px;
	height: 15px;
	width: 1px;
	background: #808080;
}

/* footer_link */
.footer_link {
	width: 1200px;
}

.footer_link .hd h2 {
	font-size: 18px;
}

.footer_link .hd h2 a {
	font-size: 18px;
}

.footer_link a {
	display: inline-block;
	color: #444;
	margin: 5px 9px;
	font-size: 14px;
}

.container {
	margin-bottom: 70px;
	overflow: hidden;
}

.footer_link * {
	+display: inset-block:;
	+vertical-align: middle
}

/* toolbar */
.toolbar {
	position: fixed;
	left: 50%;
	bottom: 300px;
	margin-left: 624px;
}

.to-top {
	display: none;
	width: 46px;
	height: 46px;
	z-index: 1;
	background: url("../images/to-top.png") no-repeat center top;
}

.to-top:hover {
	background: url("../images/to-top-a.png") no-repeat center top;
}

.tempWrap {
	width: 1040px !important;
}

/* rmt */
.rmtbox {
	background: #eff6fc;
	overflow: hidden;
}

.rmtbox .colbox {
	width: 350px;
	margin: 0 0 30px 60px;
}

.rmtbox .box {
	position: relative;
	float: left;
	margin-left: -45px;
}

.rmtbox .img-area img {
	width: 350px;
	height: 196px;
	border-radius: 5px;
}

.rmtbox .img-area p {
	margin-top: 10px;
	text-align: center;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.jbzq {
	padding-left: 26px;
	border-left: 1px solid #ccc;
	height: 54px;
	margin-left: 20px;
}

.jbzq * {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
	color: #3171b2;
}

/* mt30 */
.mt35{
	margin-top: 35px;
}

.ad-slider {
 	width: 1200px;
 	margin: 0 auto;
	overflow: hidden;
 }