﻿/*
 * @Author: omtech.cn
 * @Date: 2018-08-07 14:45:37
 * @LastEditors: Doris
 * @LastEditTime: 2018-09-06 18:59:59
 * @Description:
 */

@charset 'utf-8';

/**
 ********************** common **********************
 */
/*reset*/
.wrapper {
	position: relative;
	background: url('./bg.jpg?v1') no-repeat center top #f0f0f0;
}
a:hover { color: #ec3509; }


/**
 ********************** header **********************
 */
.header .main .logo {
	top: 65px;
	left: 131px;
	width: 937px;
	height: 306px;
}
.header .main .logo a {
	background: url('./logo.png?v1') no-repeat;
	_background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/statics/images/default/quxian/plate03/hebei/logo.png?v1');
}
.header .menu { background-color: #1a4e95; }
.header .menu li a.on,
.header .menu li a:hover { background-color: #ec3509; }


/**
 ********************** footer **********************
 */
.footer { background-color: #1a4e95; }

/*fix-qrcode*/
.fix-qrcode { display: none; }
.backtop { display: none; }

/*fixcate*/
.fixcate {
	position: absolute;
	top: 609px;
	left: 10px;
	z-index: 99;
	width: 170px;
	-webkit-transition: none;
	        transition: none;
}
.fixcate img { width: 100%; }

/*fixnav*/
.fixnav .hd {
	position: absolute;
	top: 534px;
	right: 0;
	z-index: 99;
	width: 200px;
	height: 497px;
	text-align: center;
}
.fixnav .hd .close {
	display: inline-block;
	height: 20px;
	margin: 0 auto;
	padding-left: 26px;
	color: #fff;
	line-height: 20px;
	background: url('./fixnav_close.png') no-repeat left center;
}
.fixnav .hd .logo {
	position: absolute;
	top: 80px;
	right: 0;
	z-index: 1000;
	display: block;
	width: 200px;
	height: 71px;
	background: url('./fixnav_logo.png') no-repeat;
	_background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/statics/images/default/quxian/plate03/hebei/fixnav_logo.png');
}
.fixnav .hd .cont {
	position: absolute;
	top: 80px;
	right: 20px;
	width: 160px;
	height: 497px;
	background: url('./fixnav_top_bg.png') no-repeat;
	_background: url('../../../../images/default/quxian/plate03/hebei/fixnav_top_bg_png8.png') no-repeat;
}
.fixnav .hd ul {
	width: 130px;
	padding-top: 60px;
}
.fixnav .hd li {
	height: 44px;
	padding-top: 8px;
	*padding-top: 4px;
	padding-right: 10px;
	line-height: 44px;
	border-bottom: 2px solid #a1c0f5;
}
.fixnav .hd li.last { border-bottom: none; }
.fixnav .hd li a {
	display: block;
	padding-right: 15px;
	font-size: 22px;
	color: #fff;
	text-align: center;
	background: url('./fixnav_arrow.png') no-repeat right center;
}
.fixnav .hd li a:hover {
	font-weight: bold;
	color: #1647c4;
	text-decoration: none;
}
.fixnav .bd {
	position: absolute;
	top: 1108px;
	right: 20px;
	z-index: 99;
	width: 146px;
	height: 538px;
	padding: 7px;
	color: #fff;
	background: url('./fixnav_bottom_bg.png') no-repeat;
	_background: url('../../../../images/default/quxian/plate03/hebei/fixnav_bottom_bg_png8.png') no-repeat;
	-webkit-transition: none;
	        transition: none;
}
.fixnav .qrcode { background-color: #fff; }
.fixnav .code-box {
	padding: 15px 0 10px;
	border: 1px solid #e9ebf5;
	text-align: center;
}
.fixnav .code-box img {
	width: 114px;
	height: 114px;
}
.fixnav .code-box .title {
	font-size: 16px;
	font-weight: bold;
	color: #ea0f0f;
	text-align: center;
}
.fixnav .weather {
	position: relative;
	height: 90px;
	margin-top: 10px;
	overflow: hidden;
	border-bottom: 1px solid #fff;
}
.fixnav .weather-iframe {
	position: relative;
	height: 50px;
	overflow: hidden;
}
.fixnav .weather-iframe iframe { margin-left: -70px; }
.fixnav .weather-iframe s {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 0;
	filter:alpha(opacity=0);
}
.fixnav .weather-city {
	padding-left: 50px;
	font-size: 20px;
}
.fixnav .nav-backtop {
	display: block;
	margin-top: 15px;
	font-size: 23px;
	font-weight: bold;
	line-height: 60px;
	color: #fff;
	text-align: center;
	background: url('./fixnav_backtop.png') no-repeat top center;
}
.fixnav .nav-backtop:hover { color: #fff; }

.fixnav .off {
	position: absolute;
	top: 609px;
	right: 0;
	z-index: 99;
	display: none;
	width: 140px;
	height: 130px;
	background: url('./fixnav_off.png') no-repeat;
	_background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/statics/images/default/quxian/plate03/hebei/fixnav_off.png');
}

.fixnav .xinxi {
	display: block;
	color: #fff;
	*zoom: 1;
	padding-top: 10px;
	font-size: 22px;
}
@media screen and (max-width: 980px) {
	.fixnav .off { position: fixed; }
}

/**
 ********************** container **********************
 */
.container { border-top: 1px solid #2571d9; }
.container-sub { border-top: 0 none; }

/**
 ********************** home **********************
 */
/*hd-home*/
.hd-home { background: url('./hd_home_bg.png') no-repeat left #2158d4; }
.hd-long-home { background: url('./hd_home_bg.png') no-repeat left #2158d4;}
.hd-home h3 .line { background-color: #ff0014; }

/*tab-home*/
.tab-home li a {
	color: #5e5e5e;
	background-color: #f2f2f2;
}
.tab-home li.on { background: url('./tab_bg.png') no-repeat bottom center; }
.tab-home li.on a {
	color: #fff;
	background-color: #377ad9;
}
.tab-home li.notab { background: none; }

/*news-item*/
.news-item li a {
	color: #333;
	background: url('./news_icon.png') no-repeat 0 16px;
}
.news-item li a:hover {
	color: #ec3509;
	background-position: 0 -30px;
}

/*news-white-item*/
.news-white-item li a,
.news-white-item li.picnews a { color: #fff; }
.news-white-item li.picnews .cont .time { color: #bcbcbc; }
.news-white-item li a { background: url('./news_white_icon.png') no-repeat 0 16px; }
.news-white-item li a:hover { color: #ec3509; }

/*home-slide*/
.home-slide .icon li.on { background-color: #1a4e95; }

/*home-headlines*/
.home-headlines {
	float: right;
	width: 480px;
	height: 417px;
	overflow: hidden;
	padding: 0 20px;
	background-color: #fff;
}
.home-headlines .hd {
	height: 30px;
	text-align: right;
}
.home-headlines .hd .more {
	font-size: 16px;
	line-height: 30px;
	color: #999;
}
.home-headlines .bd { margin-top: 30px; }
.home-headlines .bd li {
	height: 60px;
	overflow: hidden;
	margin-bottom: 25px;
	font-size: 22px;
	font-weight: bold;
	line-height: 30px;
}
.home-headlines .bd li a {
	display: inline-block;
  padding-left: 25px;
  background: url('./headlines_icon.png') no-repeat 5px 11px;
}
.home-headlines .bd li a:hover { background-position: 5px -55px; }

/*home-topic*/
.home-topic .title { background: url('./topic_title_bg.png') no-repeat top #2566bf; }

/*home-dongtai*/
.home-dongtai .tab ul,
.home-guangjiao .tab ul { width: 600px; }
.home-dongtai .tab li a {
	width: 90px;
	padding: 0;
}

/*home-guangjiao*/
.home-guangjiao .tab li a {
	width: 80px;
	padding: 0;
}
.home-guangjiao .tab li a.long { width: 110px; }

 /*home-jubao*/
.home-jubao p {
	width: 384px;
	font-weight: bold;
	text-align: justify;
	text-align-last: justify;
	text-justify: distribute-all-lines;
}
.home-jubao .title {
	font-size: 42px;
	color: #2157c9;
}
.home-jubao .cont {
	font-size: 51px;
	color: #bc0000;
}
.home-jubao a {
	display: block;
	width: 158px;
	height: 65px;
	font-size: 22px;
	line-height: 65px;
	color: #fff;
	text-align: center;
	background: url(./jubao_btn_bg.png) repeat-y right #274c9f;
}
.home-jubao a:hover {
	color: #fff;
	text-decoration: none;
	background-position: left;
	-webkit-transform: scale(1.08);
	        transform: scale(1.08);
}
.home-jubao a.item2 { margin-top: 10px; }

 /*home-xinfang*/
.home-xinfang {
	overflow: hidden;
	border-top: 10px solid #2157c5;
}
.home-xinfang ul { width: 700px; }
.home-xinfang li {
	float: left;
	width: 180px;
	padding-right: 2%;
}
.home-xinfang li.address { width: 250px; }
.home-xinfang li p { padding-top: 7px; }
.home-xinfang li .hd {
	font-size: 25px;
	font-weight: bold;
	color: #2157c9;
}
.home-xinfang li .bd {
	font-size: 16px;
	color: #000;
}

/*home-wenhua*/
.home-wenhua .bd li { background: url('./wenhua_bd_bg.png') no-repeat 14px center; }
.home-wenhua .bd li .title { background: url('./wenhua_bd_title.png') no-repeat; }

/*home-sites*/
.home-sites .hd h3 b { color: #13218a; }
.home-sites .hd h3,
.home-sites .bd li.on a,
.home-sites .bd li a:hover { color: #ea0f0f; }


/**
 ********************** sub **********************
 */
/*hd-sub*/
.hd-sub h3 {
	color: #333;
	background: url('../../../../images/default/quxian/plate03/hebei/hd_icon.png') no-repeat left 3px;
}

/*hd-sub-content*/
.hd-sub-content h3 { border-bottom: 3px solid #ec3509; }
.hd-sub-content .more:hover { color: #ec3509; }

/*sub-sort*/
.sub-sort li.on a,
.sub-sort li a:hover {
	color: #fff;
	background-color: #ec3509;
}

/*pagecode*/
.pagecode span,
.pagecode a:hover {
	border-color: #ec3509;
	background: #ec3509;
}

/*show*/
.show-content a,
.show-keywords a,
.show-content a:hover,
.show-keywords a:hover { color: #ec3509; }
.show-related li a { background: url('../../../../images/default/quxian/plate03/hebei/news_icon.png') no-repeat 0 8px; }
.show-related li a:hover { background-position: 0 -38px; }
