<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * @Author: omtech.cn
 * @Date: 2018-09-04 14:14:24
 * @LastEditors: Doris
 * @LastEditTime: 2018-09-04 16:52:02
 * @Description: 
 */

 /* common */
 /*hd-home*/
 .hd-home {
 	position: relative;
 	height: 40px;
 	border-bottom: 1px solid #eff2f9;
 }
 .hd-home h3 {
 	float: left;
 	padding-right: 30px;
 	min-width: 106px;
 	font-size: 24px;
 	line-height: 40px;
 	color: #fff;
 	text-align: center;
 	text-indent: 10px;
 	background: url('../images/title_bg.png') no-repeat right center;
 	background-color: #ef1f03;
 }
 .hd-home h3 a{ color: #fff; }
 .hd-home .more {
 	padding-left: 35px;
 	float: right;
 	font-size: 16px;
 	font-weight: bold;
 	line-height: 42px;
 	color: #8b8caa;
 	background: url('../images/more_black_icon.png') no-repeat 0 13px;
 	-webkit-transition: .5s; 
 	transition: .5s;
 }
 .hd-home .more:hover {
 	background: url('../images/more_black_icon.png') no-repeat 5px 13px;
 }
 .hd-home .search {
 	position: absolute;
 	bottom: -1px;
 	right: 0;
 	width: 100px;
 	height: 24px;
 	padding: 3px 40px 3px 10px;
 	border: 1px solid #e2e4f1;
 }
 .hd-home .search .text {
 	display: block;
 	width: 100%;
 	height: 24px;
 	font-size: 16px;
 	line-height: 24px;
 }
 .hd-home .search .text::placeholder { color: #999; }
 .hd-home .search button {
 	position: absolute;
 	top: 6px;
 	right: 10px;
 	width: 18px;
 	height: 18px;
 	cursor: pointer;
 	border: 0 none;
 	background: url('../../../../images/default/quxian/plate01/hd_search_icon.png') no-repeat;
 }
 .hd-home .hd-nav {
 	float: left;
 	padding-left: 35px;
 }
 .hd-home .hd-nav li {
 	float: left;
 	line-height: 40px;
 	padding-right: 15px;
 	overflow: hidden;
 	text-align: center;
 }
 .hd-home .hd-nav li a {
 	display: block;
 	padding: 0 10px;
 	height: 100%;
 }
 .hd-home .hd-nav li.on a,
 .hd-home .hd-nav li:hover a {
 	color: #e91515;
 	text-decoration: none;
 	font-weight: bold;
 	background-color: #eff2f9;
 	border-top-left-radius: 5px;
 	border-top-right-radius: 5px;
 }

 /*news-item*/
 .news-box {
 	width: 100%;
 	overflow: hidden;
 }
 .news-item li {
 	overflow: hidden;
 	height: 25px;
 	line-height: 26px;
 }
 .news-item li a {
 	display: inline-block;
 	padding-left: 27px;
 	color: #535353;
 	background: url("../images/news_icon.png") no-repeat 7px 10px;
 	-webkit-transition: .5s;
 	transition: .5s;
 }
 .news-item li:hover a {
 	color: #e91515;
 	background-position: 7px -70px;
 }
 .news-item li.picnews {
 	margin-bottom: 0;
 	height: auto;
 	overflow: hidden;
 }
 .news-item li.picnews a {
 	display: inline;
 	padding-left: 0;
 	color: #333;
 	background: none;
 }
 .news-item li.picnews .image {
 	position: relative;
 	display: block;
 	float: left;
 	width: 220px;
 	height: 166px;
 	margin-right: 20px;
 	cursor: pointer;
 }
 .news-item li.picnews .image img {
 	display: block;
 	margin: 0 auto;
 	width: auto;
 	height: 100%;
 }
 .news-item li.picnews .cont a:hover {
 	color: #e91515;
 }
 .news-item li.picnews .cont h4 {
 	margin: 10px 0;
 	max-height: 60px;
 	_height: 60px;
 	overflow: hidden;
 	font-size: 20px;
 	line-height: 30px;
 	color: #4d4d4d;
 }
 .news-item li.picnews .cont .from {
 	padding-top: 10px;
 	font-size: 18px;
 	color: #999;
 }
 .news-item li.picnews .cont .title {
 	margin: 20px 0;
 	max-height: 52px;
 	_height: 52px;
 	line-height: 26px;
 	font-size: 20px;
 	font-weight: bold;
 	color: #4d4d4d;
 	overflow: hidden;
 }
 .news-item li.picnews .cont .title a {
 	display: block;
 }
 .news-item li.picnews .cont .desc {
	/*max-height: 48px;
	_height: 48px;*/
	line-height: 24px;
	font-size: 16px;
	color: #656565;
	overflow: hidden;
}
.news-list { overflow: hidden; }
.news-list li { 
	float: left;
	width: 560px;
	padding-right: 40px; 
}

/* 鍒楄〃閫氳 */
.container-wrap-long {
	overflow: hidden;
}
.container-wrap-long .news-item {
	overflow: hidden;
}


/* home-slide */
.home-slide { background-color: #eee; }
.home-slide,
.home-slide .cont,
.home-slide .cont li,
.home-slide .cont li .image {
	width: 600px;
	height: 450px;
}
.home-slide,
.home-slide .cont,
.home-slide .cont li { position: relative; }
.home-slide .cont li {
	float: left;
	overflow: hidden;
}
.home-slide .cont li .image img {
	display: block;
	width: 100%;
	height: 100%;
}
.home-slide .cont li .title {
	display: table;
	padding: 0 70px 0 110px;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 104px;
	width: 420px;
	overflow: hidden;
	background: url('../images/slide_bg.png') no-repeat;
}
.home-slide .cont li .title a { 
	display: table-cell;
	vertical-align: middle;
	height: 104px;
	font-size: 20px;
	color: #fff;
	overflow: hidden;
}
.home-slide .cont li .title a p {
	margin-top: 25px; 
	line-height: 28px;
	max-height: 56px;
	_height: 28px;
	overflow: hidden;

}
.home-slide .icon {
	position: absolute;
	right: 17px;
	bottom: 23px;
	z-index: 2;
}
.home-slide .icon li {
	float: left;
	width: 10px;
	height: 10px;
	overflow: hidden;
	margin: 0 4px;
	cursor: pointer;
	border-radius: 100%;
	background-color: #fff;
}
.home-slide .icon li.on {
	background-color: #e91515;
}
.home-slide .prev,
.home-slide .next {
	position: absolute;
	top: 50%;
	z-index: 3;
	width: 50px;
	height: 50px;
	margin-top: -25px;
	background: url('../images/slide_arrow.png') no-repeat;
	-webkit-transition: .5s; 
	transition: .5s;
}
.home-slide .prev {
	left: -50px;
	background-position: left top;
}
.home-slide .next {
	right: -50px;
	background-position: right bottom;
}
.home-slide .prev:hover,
.home-slide .next:hover {
	background-color: #000;
	background-color: rgba(0,0,0,.8);
}
.home-slide .prev:hover { background-position: right top; }
.home-slide .next:hover { background-position: left bottom; }
.home-slide .pageState {
	position: absolute;
	bottom: 10px;
	left: 38px;
	width: 60px;
	height: 54px;
	line-height: 54px;
	font-size: 18px;
	color: #fff;
	vertical-align: text-bottom;
	z-index: 1;
}
.home-slide .pageState span {
	line-height: 1;
	vertical-align: text-bottom;
	font-size: 32px;
	color: #e91515;
}

/* home-headlines */
.home-headlines {
	width: 535px;
	height: 450px;
	overflow: hidden;
}

.home-headlines .hd .more { line-height: 40px; }
.home-headlines .bd {
	padding: 0 20px;
}
.home-headlines .bd li {
	display: table;
	padding: 15px 0;
	overflow: hidden;
	font-size: 18px;
	width: 100%;
	height: 105px;
	border-bottom: 1px solid #eff2f9;
	overflow: hidden;
}
.home-headlines .bd li a {
	display: table-cell;
	vertical-align: middle;
	overflow: hidden;
	-webkit-transition: .5s;
	transition: .5s;
}
.home-headlines .bd li p {
	font-weight: bold;
	padding-left: 40px;
	max-height: 72px;
	background: url('../images/headlines_icon.png') no-repeat 10px 15px;
	overflow: hidden;
	-webkit-transition: .5s;
	transition: .5s;

}
.home-headlines .bd li dl {
	/*font-weight: bold;*/
	padding-left: 40px;
	max-height: 72px;
	overflow: hidden;
	-webkit-transition: .5s;
	transition: .5s;

}
.home-headlines .bd li p:hover {
	background: url('../images/headlines_icon.png') no-repeat 10px -65px;
}

.home-headlines .bd .single-news li{
	height: auto;
	font-size: 30px;
} 
.home-headlines .bd .single-news li p{
	max-height: 360px;
	background: none;
}

.home-headlines .bd .double-news li{
	height: auto;
	font-size: 26px;
	padding: 20px 0;
} 
.home-headlines .bd .double-news li p{
	max-height: 160px;
	background: none;
}

/* home-yaowen */
.home-yaowen .news-item {
	width: 1280px;
}
.home-yaowen .news-item li {
	padding-right: 20px;
	margin-right: 20px;
	margin-top: 30px;
	float: left;
	width: 560px;
	height: 115px;
}
.home-yaowen .news-item li.picnews .image {
	position: relative;
	width: 200px;
	/*height: 115px;*/
}

/* home-weiyuan */
.home-weiyuan .bd {
	height: 268px;
	overflow: hidden;
}
.slide-topic { 
	height: 268px;
	width: 100%;
	position: relative; 
}
.slide-topic li {
	width: 224px;
	height: 268px;
	padding-right: 10px;
}
.slide-topic .prev-arrow,
.slide-topic .next-arrow {
	position: absolute;
	top: 50%;
	z-index: 2;
	width: 36px;
	height: 60px;
	overflow: hidden;
	margin-top: -30px;
	background: url('../images/topic_cont_arrow.png') no-repeat;
	background-color: rgba(11,38,91,.5);
	_background-color: #8592ad;
	-webkit-transition: .5s;
	transition: .5s;
}
.slide-topic .prev-arrow {
	left: 0;
	border-top-right-radius: 48px;
	border-bottom-right-radius: 48px;
	background-position: left 7px;
}
.slide-topic .next-arrow {
	right: 0;
	border-top-left-radius: 48px;
	border-bottom-left-radius: 48px;
	background-position: right -41px;
}
.slide-topic .prev-arrow:hover,
.slide-topic .next-arrow:hover {
	background-color: rgba(11,38,91,.8);
	_background-color: #3c517c;
}
.slide-topic .prev-arrow:hover { background-position: right 7px; }
.slide-topic .next-arrow:hover { background-position: left -41px; }
.slide-topic ul,
.slide-topic li {
	-webkit-transition: none;
	transition: none;
}
.slide-topic li {
	position: relative;
	float: left;
}
.slide-topic .image {
	position: relative;
	display: block;
}
.slide-topic li a {
	position: relative;
	display: block;
	height: 100%;
}
.slide-topic li a:hover .member-box{
	display: block;
}
.slide-topic li a .member-box {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.6);
	_background: none;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000,endColorstr=#80000000);
	/* z-index: 1; */
}
.slide-topic li a .member-box .name {
	width: 100%;
	text-indent: 10px;
	font-size: 24px;
	color: #fff;
	border-top: 4px solid #3a78cf;
}
.slide-topic li a .member-box .name p {
	position: absolute;
	left: 0;
	top: 0;
	padding-right: 25px;
	width: auto;
	min-width: 90px;
	text-align: center;
	height: 34px;
	line-height: 34px;
	text-indent: 10px; 
	background: url('../images/member_bg.png') no-repeat;
	background-size: 100%;
	overflow: hidden;
}
.slide-topic li a .member-box .cont {
	position: absolute;
	left: 0;
	bottom: 15px;
	padding: 0 20px;
	/*height: 54px;*/
	line-height: 1.5;
	overflow: hidden;
	font-size: 18px;
	color: #fff;
	text-align: center;
}
.slide-topic li a img {
	width: 100%;
	height: 100%;
}

/* home-dongtai */
.home-dongtai .news-box {
	height: 400px;
	overflow: hidden;
}
.home-dongtai .news-item li.picnews {
	margin: 20px 0;
}
.home-dongtai .news-item li {
	margin-bottom: 15px;
}
.home-dongtai .news-item .more {
	position: relative;
	display: block;
	padding: 0 10px 0 40px;
	float: right;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	font-weight: bold;
	color: #8b8caa;
	background-color: #eff1f9;
	border-radius: 15px;
	-webkit-transition: .5s; 
	transition: .5s;
}
.home-dongtai .news-item .more i {
	position: absolute;
	left: 10px;
	top: 7px;
	width: 24px;
	height: 18px;
	background: url('../images/more_black_icon.png') no-repeat;
}


/* home-pingtai */
.pingtai-box {
	width: 100%;
	/*overflow: hidden;*/
}
.pingtai-box ul {
	width: 600px;
}
.pingtai-box li {
	position: relative;
	float: left;
	padding: 20px 14px 0 0;
}
.pingtai-box li a {
	display: block;
	position: relative;
	border: 1px solid #fff;
}
.pingtai-box li a,
.pingtai-box li img {
	width: 271px;
	height: 110px;
}
.pingtai-box ul li a:before,
.pingtai-box ul li a:after {
	position: absolute;
	top: -1px;
	left: -1px;
	content: '';
	width: 100%;
	height: 100%;
	-webkit-transform-origin: center;
	-moz-transform-origin: center;
	-ms-transform-origin: center;
	-o-transform-origin: center;
	transform-origin: center;
}
.pingtai-box ul li a:before {
	width: 273px;
	width: 0px\9;
	border-top: 1px solid #3a78cf;
	border-bottom: 1px solid #3a78cf;
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	transform: scaleX(0);
}
:root .pingtai-box ul li a:before {
	width: 273px;
}
.pingtai-box ul li a:after {
	height: 112px;
	height: 0px\9;
	border-left: 1px solid #3a78cf;
	border-right: 1px solid #3a78cf;
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
	transform: scaleY(0);
}
:root .pingtai-box ul li a:after {
	height: 112px;
}
.pingtai-box ul li a:hover {
	color: #e91515;
	border: 1px solid #e91515 \9;
	*border: 1px solid #e91515;
}
:root .pingtai-box ul li a:hover {
	border: 1px solid #eee;
}
.pingtai-box ul li a:hover:before {
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition: -webkit-transform 0.5s;
	-moz-transition: -moz-transform 0.5s;
	-ms-transition: -ms-transform 0.5s;
	-o-transition: -o-transform 0.5s;
	transition: transform 0.5s;
}
.pingtai-box ul li a:hover:after {
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transition: -webkit-transform 0.5s;
	-moz-transition: -moz-transform 0.5s;
	-ms-transition: -ms-transform 0.5s;
	-o-transition: -o-transform 0.5s;
	transition: transform 0.5s;
}

.pingtai-box .qrbox{
	display: none;
	position: absolute;
	right: 0;
	top: -130px;
	width: 150px;
	height: 150px;
	background: url(../images/ercode.png) no-repeat left center;
	background-size: 100%;
}
.pingtai-box .qrbox.on{
	display: block;
}

/* home-zhengji */
.zhengji-box .box-hd .title {
	padding-left: 35px;
	height: 48px;
	line-height: 48px;
	font-weight: bold;
	color: #333;
	background: url('../images/collect_icon.png') no-repeat left center;
}
.zhengji-box .box-hd .btn-jy {
	position: relative;
	display: block;
	padding: 10px 30px;
	font-weight: bold;
	height: 28px;
	line-height: 28px;
	color: #fff;
	background-color: #e91515;
	-webkit-transition: .5s; 
	transition: .5s;
}
.zhengji-box .box-hd .btn-jy:hover {
	background-color: #b91212;
	text-decoration: none;
}
.zhengji-box .box-hd .btn-jy i {
	float: left;
	display: block;
	padding-right: 10px;
	content: '';
	width: 24px;
	height: 24px;
	background: url('../images/write_icon.png') no-repeat left center;
}
.zhengji-box .box-hd .btn-jy:hover .hover {
	display: block;
}
.zhengji-box .box-hd .btn-jy .hover {
	display: none;
	position: absolute;
	right: 0;
	top: 50px;
	padding: 10px 20px;
	width: auto;
	height: 20px;
	line-height: 20px;
	border: 1px solid #a7a7a7;
	font-size: 16px;
	font-weight: bold;
	color: #666;
	background-color: #fff;
	z-index: 1;
	white-space:nowrap;
}
.zhengji-box .box-hd .btn-jy .hover i {
	position: absolute;
	top: -13px;
	right: 50px;
	width: 11px;
	height: 14px;
	background: url('../images/jy_hover_icon.png') no-repeat;
}


.zhengji-box .box-bd ul {
	margin-top: 10px;
}
.zhengji-box .item {
	padding-top: 10px;
	height: auto;
}
.zhengji-box .item .cont {
	width: auto;
	padding-left: 100px;
}
.zhengji-box .item .cont .title{
	display: block;
	/*height: 36px;*/
	line-height: 36px;
	font-weight: bold;
	overflow: hidden;
}
.zhengji-box .item .cont .desc{
	margin: 5px 0;
	color: #999;
	height: 54px;
	overflow: hidden;
}
/* home-wenhua */
.home-wenhua {
	height: 415px;
}
.hd-home-wenhua {
	position: relative;
	width: 66px;
	height: 100%;
	background: url('../images/wenhua_bg.png') no-repeat;
	background-size: 100%;
}
.hd-home-wenhua h3 {
	position: relative;
	margin: 0 auto;
	padding: 20px 0 0 5px;
	width: 36px;
	line-height: 28px;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
.hd-home-wenhua h3 i {
	position: absolute;
	left: 0;
	top: 25px;
	width: 3px;
	height: 56px;
	background-color: #fff;
}
.hd-home-wenhua .more {
	position: absolute;
	left: 18px;
	bottom: 20px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	padding-bottom: 35px;
	background: url('../images/more_white_icon.png') no-repeat 0 30px;
	-webkit-transition: .5s;
	transition: .5s;
}
.hd-home-wenhua .more:hover {
	background: url('../images/more_white_icon.png') no-repeat 5px 30px;  
}
.home-wenhua .wenhua-box li {
	padding-left: 6px;
	float: left;
	height: 100%;
}
.home-wenhua .wenhua-box li.down {
	margin-top: 40px;
}
.home-wenhua .wenhua-box li a {
	position: relative;
	display: block;
	height: 415px;
	width: 158px;
}
.home-wenhua .wenhua-box li a img {
	width: 100%;
	max-height: 100%;
}
.home-wenhua .wenhua-box li a .wenhua-float {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.6);
	_background: none;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000,endColorstr=#80000000);
	z-index: 1;
}
.home-wenhua .wenhua-box li a:hover .wenhua-float {
	display: block;
}
.home-wenhua .wenhua-box .wenhua-float .tit {
	padding: 25px 20px 20px;
	font-weight: bold;
	text-indent: 40px;
	color: #fff;
	background: url('../images/enter_icon.png') no-repeat 20px 30px;
}
.home-wenhua .wenhua-box .wenhua-float .desc {
	font-size: 16px;
	padding: 0 20px;
	color: #fff;
}


/* home-topic */
.home-topic img {
	margin: 0 auto;
	width: auto;
	max-width: 100%;
	/*height: 100%;*/
}
.home-topic .more {
	line-height: 30px;
	font-size: 16px;
	color: #3977cf;
}
.single-topic {
	width: 100%;
	height: 187px;
}
.topic-big {
	width: 100%;
}
.topic-multi {
	width: 1180px;
	height: 100px;
	margin-top: 12px;
}
.topic-multi .item {
	float: left;
	width: 224px;
	height: 100px;
	overflow: hidden;
	margin-right: 10px;
}
.topic-multi .image {
	position: relative;
	display: block;
	overflow: hidden;
}
.topic-multi .image a:before {
	display: none\9; 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,.5);
	content: "";
	-webkit-transition: -webkit-transform 0.6s;
	-moz-transition: -moz-transform 0.6s;
	-ms-transition: -ms-transform 0.6s;
	-o-transition: -o-transform 0.6s;
	transition: transform 0.6s;
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-150%,0);
	-moz-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-150%,0);
	-ms-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-150%,0);
	-o-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-150%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-150%,0);
}
.topic-multi .image a:hover:before{
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,150%,0);
	-moz-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,150%,0);
	-ms-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,150%,0);
	-o-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,150%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,150%,0);
}

/* home-gongshi */
.home-list .news-list li {
	height: auto;
	border-bottom: 1px solid #f5f5f5;
	margin: 0;
}
.home-list .news-list li a {
	margin: 20px 0 15px;
	height: 25px;
	font-size: 20px;
	overflow: hidden;
}

/* home-gailan */
.gailan-box {
	width: 100%;
	overflow: hidden;
}
.gailan-box ul {
	width: 600px;
}
.gailan-box .item {
	float: left;
	padding-right: 26px;
}
.gailan-box .item a {
	position: relative;
	display: block;
	width: 120px;
	height: 240px;
	background-color: #f3f5fb;
	overflow: hidden;
}
.gailan-box .item a:hover {
	text-decoration: none;
	background-color: #fff8ca;
}
.gailan-box .item .logo {
	display: block;
	width: 72px;
	height: 72px;
	margin: 45px auto 20px;
}
.gailan-box .item0 .logo { background: url('../images/zx_0.png') no-repeat center; }
.gailan-box .item1 .logo { background: url('../images/zx_1.png') no-repeat center; }
.gailan-box .item2 .logo { background: url('../images/zx_2.png') no-repeat center; }
.gailan-box .item3 .logo { background: url('../images/zx_3.png') no-repeat center; }
.gailan-box .item .tit-zh,
.gailan-box .item .tit-en {
	margin: 0 auto;
	padding-top: 10px;
	text-align: center;
}
.gailan-box .item .tit-zh {
	font-weight: bold;
	color: #656565;
}
.gailan-box .item .tit-en {
	font-size: 12px;
	color: #bbb;
}

/* home-dangjian */
.home-dangjian .news-box .channel {
	padding-right: 32px;
}
.home-dangjian .news-box .channel-title {
	display: block;
	width: 100%;
	height: 36px;
	line-height: 36px;
	font-weight: bold;
	text-indent: 10px;
	background-color: #eff1f9;
}
.channel .news-item li {
	margin-bottom: 10px;
}
.channel .news-item li.picnews {
	margin: 20px 0 15px;
}
.channel .news-item li.picnews .image {
	width: 150px;
	height: 113px;
}
.channel .news-item li.picnews .title {
	margin: 5px 0;
	font-size: 18px;
}
.home-dangjian .jubao-box .item {
	display: block;
	margin-top: 20px;
	width: 100%;
	padding-bottom: 20px;
	text-align: center;
	color: #fff;
	overflow: hidden;
}
.home-dangjian .jubao-box .item .tit {
	padding-top: 40px;
	font-size: 22px;
}
.home-dangjian .jubao-box .item .cont {
	line-height: 35px;
	font-weight: bold;
}
.home-dangjian .jubao-box .item .tel {
	font-size: 24px;
	line-height: 1.5;
	padding: 10px 0;
}
.home-dangjian .jubao-box .item .mail {
	color: #fff;
}
.home-dangjian .jubao-box .item1 { background-color: #fbaa41; }
.home-dangjian .jubao-box .item2 { background-color: #f15e5e; }

/* home-study */
.home-study{ height: 420px; }
.home-study .news-box li {
	margin-bottom: 10px;
}
.news-video {
	margin: 30px 0;
	width: 560px;
	overflow: hidden;
}
.news-video .video-box {
	display: block;
	width: 266px;
	height: 225px;
	background-color: #fff;
	text-decoration: none;
	cursor: pointer;
}
.news-video .video-box:hover {
	background-color: #efefef;
	font-weight: bold;
}
.news-video .video-box:hover p {
	color: #e91515;
}
.news-video .video-box .title {
	margin: 10px 0;
	padding: 0 10px;
	height: 54px;
	line-height: 27px;
	text-align: justify;
	overflow: hidden;
	color: #4d4d4d;
}
.news-video .video-box .image{
	position: relative;
	width: 100%;
	height: 150px;
}
.news-video .video-box .image img{
	display: block;
	margin: 0 auto;
	width: auto;
	/*height: 100%;*/
}

/* home-adver */
.home-adver {
	height: 94px;
	background-color: #f5f5f5;
}
.home-adver img,
.home-adver a {
	width: 100%;
	height: 100%;
}
.home-adver img{
	display: block;
	width: auto;
	margin: 0 auto;
}
/* home-quxian */
.home-quxian .nav-quxian {
	padding: 15px 0 5px 15px;
	width: auto;
	background-color: #eff2f9;
}
.home-quxian .nav-quxian li {
	float: left;
	padding-right: 15px;
	margin-bottom: 10px;
	width: 75px;
}
.home-quxian .nav-quxian li a {
	color: #666;
	font-size: 16px;
}
.home-quxian .nav-quxian li a:hover,
.home-quxian .nav-quxian li.on a {
	color: #e91515;
}
.home-quxian .nav-quxian li.new,
.home-quxian .nav-quxian li.new a {
	color: #3a78cf;
	font-size: 16px;
}
.home-quxian .news-item li.picnews { margin: 30px 0; }
.home-quxian .news-item li.picnews .image {
	width: 200px;
	height: 150px;
}
.home-quxian .news-item li.picnews .cont {
	padding-right: 30px;
}
.home-quxian .news-item li.picnews .cont .title {
	margin: 15px 0;
}
.home-quxian .news-item li.short {
	float: left;
	width: 350px;
	padding-right: 20px;
	margin-bottom: 10px;
}

/* home-paihang */
.home-paihang .hd-home .hd-nav {
	float: left;
	padding-left: 5px;
}
.home-paihang .hd-nav li {
	width: auto;
	padding-right: 6px;
}
.home-paihang .hd-nav li a {
	padding: 0 5px;
}
.paihang-item {
	width: 100%;
	height: auto;
	background-color: #f9f9f9;
}
.paihang-item .title p {
	padding: 15px 0;
	float: left;
	font-weight: bold;
	text-align: center;
}
.paihang-item .title p.w160 {
	text-align: left;
	text-indent: 32px;
}
.paihang-item li {
	position: relative;
	height: 40px;
	line-height: 40px;
	width: 100%;
}
.paihang-item li i {
	position: absolute;
	left: 45px;
	top: 11px;
	padding: 1px;
	display: block;
	width: 14px;
	height: 14px;
	font-style: normal;
	line-height: 14px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	background: #cbcbcb;
}
.paihang-item li i.i01 { background-color: #e91515; }
.paihang-item li i.i02 { background-color: #f09900; }
.paihang-item li i.i03 { background-color: #307bce; }
.paihang-item li p {
	height: 40px;
	line-height: 40px;
	color: #656565;
	overflow: hidden;
	text-align: center;
}
.paihang-item li p.name {
	position: absolute;
	left: 40px;
	top: 0;
	width: 300px;
	text-align: left;
	text-indent: 32px; 
}
.paihang-item li p.num {
	position: absolute;
	left: 270px;
	top: 0;
	width: 110px;
}
.paihang-item .more {
	display: block;
	width: 100%;
	height: 62px;
	line-height: 62px;
	text-align: center;
	color: #1732a7;
}

/* home-friendLink */
/* 鍙嬫儏閾炬帴 */
.home-friendLink {
	margin: 20px 0;
}
.home-friendLink .friendLink-list { 
	height: 40px; 
	width: 1250px;
}
.friendLink-list .select-item {
	position: relative;
	float: left;
	margin-right: 10px;
	width: 224px;
	height: 42px;
}
.friendLink-list .select-item .select-wraper {
	padding: 0 20px;
	width: 184px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #eee;
	font-size: 16px;
	color: #6d6d6d;
	cursor: pointer;
	background: url("../images/select_icon.png") no-repeat 195px 15px;
	background-color: rgba(0, 0, 0, 0);
	background-color: #fff;
	overflow: hidden;
}
.friendLink-list .select-item .select-wraper:hover {
	background-color: #ededed;
}
.friendLink-list .select-item .select-list {
	display: none;
	position: absolute;
	bottom: 40px;
	left: 0;
	z-index: 10;
	width: 100%;
	height: auto;
	max-height: 140px;
	_height: 140px;
	border: 1px solid #eee;
	background: #fff;
	overflow-y: auto;
}
.friendLink-list .select-item .select-list li {
	height: 28px;
	line-height: 28px;
	overflow: hidden;
}
.friendLink-list .select-item .select-list li a {
	display: block;
	padding: 0 10px 0 25px;
	font-size: 16px;
	color: #6e6e6e;
	text-decoration: none;
	-webkit-transition: 0s;
	transition: 0s;
}
.friendLink-list .select-item .select-list li a:hover {
	background-color: #ededed;
}
/*棣栭〉娴姩鐐硅禐鍏ュ彛*/
.floatlink-dianzan{
	width: 180px;
	position: fixed;
	-webkit-transition: none;
	transition: none;
	top: 30%;
	right: 0;
	z-index: 999;
	_position: absolute;
	_top: expression(eval(document.documentElement.scrollTop + 250));
}
.floatlink-dianzan img{ width: 100%; height: auto; }
.floatlink-dianzan .close{
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
	height: 30px;
	background-color: #eee;
	z-index: 20;
	cursor: pointer;
	background: url("../images/dianzanclose.png") no-repeat top right;
}
@media screen and (max-width: 1500px) {
    .floatlink-dianzan{
    	width: 100px;
    }
}



/**
 * 20190925 棣栭〉鍖哄幙鏉垮潡
 */

.home-quxian .news-video {
    width: 100%;
    margin: 30px 0 15px;
}
.home-quxian .news-video .video-box {
    width: 360px;
    height: 275px;
}
.home-quxian .news-video .video-box .image {
    height: 200px;
}
.home-quxian .right-box {
    padding: 30px 0;
}
.home-quxian .left-img {
    width: 510px;
    height: 382px;
}
.home-quxian .left-img img {
    display: block;
    width: 100%;
    height: 100%;
}

.picScroll-top {
    position: relative;
    width: 615px;
    height: 400px;
    margin: 0 auto;
    overflow: hidden;
}
.picScroll-top .hd {
    height: 30px;
    padding: 0 10px;
    overflow: visible;
}
.picScroll-top .hd .prev,
.picScroll-top .hd .next {
	position: absolute;
    left: 300px;
    display: block;
    width: 40px;
    height: 30px;
    cursor: pointer;
    background: url("../images/icon_arrow.png") center 6px no-repeat;
}
.picScroll-top .hd .next {
    top: 360px;
    background-position: center -50px;
}
.picScroll-top .hd .prevStop {
    background-position: -60px -100px;
}
.picScroll-top .hd .nextStop {
    background-position: -60px -140px;
}
.picScroll-top .hd ul {
    float: right;
    margin-top: 10px;
    overflow: hidden;
    zoom: 1;
    zoom: 1;
}
.picScroll-top .hd ul li {
    float: left;
    width: 9px;
    height: 9px;
    margin-right: 5px;
    overflow: hidden;
    text-indent: -999px;
    cursor: pointer;
    background: url("../images/icoCircle.gif") 0 -9px no-repeat;
}
.picScroll-top .hd ul li.on {
    background-position: 0 0;
}
.picScroll-top .bd ul {
    overflow: hidden;
    zoom: 1;
}
.picScroll-top .bd ul li {
    zoom: 1;
    height: 90px;
    padding: 10px;
}
.picScroll-top .bd ul li.on {
    background-color: #eff2f9;
}
.picScroll-top .bd ul li .pic {
    width: 120px;
    height: 90px;
    text-align: center;
    margin-right: 10px;
}
.picScroll-top .bd ul li .pic img {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
}
.picScroll-top .bd ul li .pic a:hover img {
    border-color: #999;
}
.picScroll-top .bd ul li .title {
    line-height: 24px;
    color: #333;
}
.picScroll-top .title .tb td {
    height: 90px;
}
.picScroll-top .title .area {
    position: relative;
    display: inline-block;
    padding: 3px 5px;
    margin-right: 15px;
    background-color: #6293d8;
    color: #fff;
    font-size: 14px;
}
.picScroll-top .title .area:after {
    content: "";
    position: absolute;
    right: -16px;
    top: 7px;
    width: 0;
    height: 0;
    border: 8px solid;
    border-color:  transparent transparent transparent #6293d8;
}

.map-box {
    width: 100%;
    height: 880px;
    background-color: #f4f5fb;
}
.map-box .map-wrap {
    width: 1010px;
    height: 860px;
    margin: 20px auto 0;
}
.map-box .map {
    display: block;
    width: 100%;
    height: 100%;
}
.map-item {
    width: 78px;
    height: 39px;
    line-height: 29px;
    background: url("../images/bg_map_item.png") no-repeat;
    text-align: center;
    font-weight: bold;
    color: #fff;
}
.map-item.big {
    width: 96px;
    height: 39px;
    line-height: 29px;
    background: url("../images/bg_map_item_big.png") no-repeat;
}
.map-item.none,
.map-item.none:hover,
.map-item.none.big:hover {
    background: none;
    color: #8eaadd;
}
.map-item:hover {
    background: url("../images/bg_map_item_on.png") no-repeat;
    color: #fff;
    text-decoration: none;
}
.map-item.big:hover {
    background: url("../images/bg_map_item_big_on.png") no-repeat;
}
.map-item.other:hover {
    background: url("../images/bg_map_item_on_other.png?d=1") no-repeat;
}
.map-item.big.other:hover {
    background: url("../images/bg_map_item_big_on_other.png?d=1") no-repeat;
}

.map-item.pz {
    top: 215px;
    left: 445px;
}
.map-item.djy {
    top: 250px;
    left: 278px;
}
.map-item.xd {
    top: 330px;
    left: 520px;
}
.map-item.pd {
    top: 364px;
    left: 410px;
}
.map-item.qbj {
    top: 384px;
    left: 646px;
}
.map-item.dy {
    top: 486px;
    left: 164px
}
.map-item.cz {
    top: 448px;
    left: 295px;
}
.map-item.wj {
    top: 435px;
    left: 390px;
}
.map-item.jn {
    top: 416px;
    left: 490px;
}
.map-item.qy {
    top: 450px;
    left: 480px;
}
.map-item.ch {
    top: 434px;
    left: 566px;
}
.map-item.jt {
    top: 431px;
    left: 810px;
}
.map-item.wh {
    top: 495px;
    left: 460px;
}
.map-item.jj {
    top: 503px;
    left: 547px;
}
.map-item.lqy {
    top: 503px;
    left: 634px;
}
.map-item.gx {
    top: 546px;
    left: 504px;
}
.map-item.tf {
    top: 584px;
    left: 507px;
}
.map-item.ql {
    top: 626px;
    left: 142px;
}
.map-item.xj {
    top: 607px;
    left: 390px;
}
.map-item.sl {
    top: 626px;
    left: 522px;
}
.map-item.jy {
    top: 612px;
    left: 757px;
}
.map-item.pj {
    top: 721px;
    left: 212px;
}</pre></body></html>