@charset "utf-8";

/*通用样式 start*/
a {
	color: #000;
}

a:hover {
	color: #3773db;
}

.top-banner {
	background: url(/images/news/xfd_banner.jpg) no-repeat 50% 0;
	padding-top: 185px;
	position: relative;
}

.container-bgbox {
	width: 1230px;
	background: #fff;
	margin: 0 auto;
	-moz-box-shadow: 0px -6px 20px #e0e4e9;
	-webkit-box-shadow: 0px -6px 20px #e0e4e9;
	box-shadow: 0px -6px 20px #e0e4e9;
}

.am-container {
	max-width: 1200px;
}

/*通用样式 end*/

/*头部 start*/
.header {
	background-color: #162C5A;
}

.header .left-list {
	padding: 0;
	margin: 0;
}

.header .left-list li {
	display: inline-block;
	font-size: 1.4rem;
}

.header .left-list li:first-child a:before {
	display: none;
}

.header .left-list li a:before {
	content: "";
	display: block;
	position: relative;
	top: 13px;
	left: -8px;
	width: 3px;
	height: 3px;
	background-color: #B3B3B3;
}

.header .left-list li a {
	display: block;
	color: #B3B3B3;
	padding: 10px 12px;
}

.header .right-list {
	text-align: right;
	padding: 0;
	margin: 0;
}

.header .right-list li {
	position: relative;
	display: inline-block;
	margin: 0 1px;
	padding: 0 20px 0 44px;
	height: 100%;
	line-height: 46px;
	color: #B3B3B3;
	font-size: 1.4rem;
	cursor: pointer;
}

.header .right-list li:before {
	content: "";
	display: block;
	position: absolute;
	top: 9px;
	left: 12px;
	width: 28px;
	height: 28px;
}

.header .right-list li.on {
	color: #FFF;
	background-color: #348CEC;
}

.header .right-list li.nav-khd:before {
	background-image: url(/images/news/h-m.png);
}

.header .right-list li.nav-ss:before {
	background-image: url(/images/news/h-s.png);
}

.header .right-list li.nav-pd:before {
	background-image: url(/images/news/h-o.png);
}

.header .right-list-content {
	position: relative;
}

.header .right-list-content .nav-khd {
	display: none;
	position: absolute;
	background-color: #fff;
	top: -2px;
	left: 22px;
	width: 262px;
	height: 120px;
	z-index: 9;
	background-image: url(/images/news/khd.png);
	box-shadow: 0 2px 6px #ccc;
	-moz-box-shadow: 0 2px 6px #ccc;
}

#searchform input[type="text"] {
	border-radius: 0;
	border: none;
	height: 60px;
	font-size: 1.8rem !important;
}

#searchform button[type="submit"] {
	outline: none;
	background: none;
	border: none;
}

#searchform [class*=am-icon-]:before {
	color: #348CEC;
	font-size: 2.2rem;
}

.header .right-list-content .nav-ss {
	display: none;
	position: absolute;
	background-color: #fff;
	top: -2px;
	left: 0;
	width: 420px;
	height: 60px;
	z-index: 9;
	border-top: 3px solid #348CEC;
	box-shadow: 0 2px 6px #ccc;
	-moz-box-shadow: 0 2px 6px #ccc;
}

.header .right-list-content .nav-pd {
	display: none;
	position: absolute;
	background-color: #fff;
	top: -2px;
	left: -600px;
	z-index: 9;
	padding: 15px 45px;
	width: 1110px;
	border-top: 3px solid #348CEC;
	box-shadow: 0 2px 6px #ccc;
	-moz-box-shadow: 0 2px 6px #ccc;
}

.header .right-list-content .nav-pd ul {
	padding: 0;
	margin: 0;
}

.header .right-list-content .nav-pd ul li {
	display: inline-block;
	margin: 4px 0;
	font-size: 1.4rem;
	padding-right: 20px;
}

.header .right-list-content .nav-pd ul li a {
	color: #348CEC;
}

/*头部 end*/

/*导航栏 start*/
.zdxw-nav {
	margin-top: 20px;
	height: 90px;
	padding: 30px 0 0 420px;
	background: url(/images/news/nav-logo.png) no-repeat center bottom;
}

.zdxw-nav ul {
	padding: 0;
	margin: 0;
}

.zdxw-nav ul li {
	position: relative;
	display: inline-block;
	font-size: 1.8rem;
	padding: 0 15px;
}

.zdxw-nav ul li:before {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -7px;
	width: 1px;
	height: 14px;
	background-color: #000;
}

.zdxw-nav ul li:last-child:before {
	display: none;
}

/*导航栏 end*/

/*面包屑导航 start*/
.am-breadcrumb>li {
	font-size: 1.6rem;
}

/*面包屑导航 end*/

/*标题区 start*/
.title-box {
	padding-bottom: 30px;
	margin-bottom: 30px;
	background: url(/images/news/bg2.jpg) 0 100% no-repeat;
}

.title-box img {
	max-width: 100%;
}

.title-box h1 {
	font-size: 3.3rem;
	text-align: center;
	color: #404040;
	margin-bottom: 0;
}

.title-box ul {
	padding: 0;
	margin: 0;
	text-align: center;
}

.title-box ul li {
	display: inline-block;
	font-size: 1.2rem;
	color: #B3B3B3;
	padding: 0 10px;
}

/*标题区 end*/

/*左侧主体 start*/
.left-box {
	padding-bottom: 20px;
	background: url(/images/news/bg2.jpg) 0 100% no-repeat;
}

/*左侧主体 end*/

/*分享区 start*/
.s-ewm {
	margin-bottom: 24px;
	height: 159px;
	background-color: #F0F2F5;
	color: #808080;
	border-radius: 4px;
	overflow: hidden;
	text-align: center;
}

.s-ewm img {
	display: block;
	height: 115px;
	margin: 8px auto;
}

.s-ewm:hover {
	background-color: #348CEC;
	color: #FFF;
}

.s-item {
	text-align: center;
	color: #808080;
	width: 108px;
	height: 42px;
	margin: 0 auto 16px;
	line-height: 42px;
	cursor: pointer;
}

.s-item a {
	display: block;
	width: 42px;
	height: 42px;
	float: left;
	margin-bottom: 10px;
	transition: all .4s;
	-moz-transition: all .4s;
	;
	/* Firefox 4 */
	-webkit-transition: all .4s;
	/* Safari ?’? Chrome */
	-o-transition: all .4s;
	;
	/* Opera */
}

.s-item:hover a {
	transform: rotateY(360deg);
	-webkit-transform: rotateY(360deg);
	/* Safari and Chrome */
	-moz-transform: rotateY(360deg);
	/* Firefox */
}

.s-bottom {
	display: block;
	margin-top: 22px;
	height: 85px;
	color: #A0CDFF;
	background-color: #348CEC;
	border-radius: 4px;
	font-size: 1.4rem;
	overflow: hidden;
	text-align: center;
}

.s-bottom .s-num {
	margin: 15px 0 9px;
	width: 100%;
	height: 30px;
	color: #FFF;
	font-size: 3rem;
	text-align: center;
}

/*分享区 end*/

/*内容区 start*/
.content-news {
	padding-bottom: 20px;
	margin-bottom: 30px;
	background: url(/images/news/bg2.jpg) 0 100% no-repeat;
}

.content-news img {
	max-width: 100%;
}

.editor {
	text-align: right;
	color: #B3B3B3;
}

/*内容区 end*/

/*组图内容页 start*/
.pic-slider .am-slides img {
	height: 496px;
}

.pic-slider .am-control-thumbs img {
	height: 10rem;
}

/*组图内容页 end*/

/*视频内容页 start*/
#my-video {
	margin-bottom: 20px;
	width: 100%;
	height: 484px;
}

/*视频内容页 end*/

/*页尾 start*/
.footer {
	background-color: #114087;
}

.footer .footer-top {
	padding-top: 30px;
}

.footer .footer-top li {
	font-size: 1.4rem;
}

.footer .footer-top li a {
	color: #9CCBFF;
}

.footer .footer-top {
	padding-bottom: 26px;
	border-bottom: 1px dashed #9CCBFF;
}

.footer .footer-bottom {
	padding: 20px 0 10px 0;
}

.footer .footer-bottom ul {
	padding: 0;
	margin: 0;
}

.footer .footer-bottom ul li {
	display: inline-block;
	font-size: 1.4rem;
	color: #fff;
	padding-right: 10px;
}

.footer .footer-bottom ul li a {
	color: #fff;
}

.footer .footer-bottom p {
	color: #9CCBFF;
	font-size: 1.2rem;
	margin: 5px 0;
}

.footer .footer-bottom span {
	position: relative;
	top: -14px;
	right: 8px;
	color: #FFF;
	font-size: 1.4rem;
}

.footer .footer-bottom a.f-wx,
.footer .footer-bottom a.f-wb,
.footer .footer-bottom a.f-ewm {
	position: relative;
	display: inline-block;
	margin-left: 4px;
	width: 42px;
	height: 42px;
}

.footer .footer-bottom a.f-wx {
	background-image: url(/images/news/f-wx.png);
}

.footer .footer-bottom a.f-wb {
	background-image: url(/images/news/f-wb.png);
}

.footer .footer-bottom a.f-ewm {
	background-image: url(/images/news/f-ewm.png);
}

.footer .footer-bottom .c-wx {
	display: none;
	position: absolute;
	left: -40px;
	top: -136px;
	width: 120px;
	height: 120px;
}

/*页尾 end*/

/*不同分辨率适配 start*/

/*手机*/

@media only screen and (max-width: 640px) {

	/*头部 start*/
	.header .right-list {
		text-align: left;
	}

	.header .right-list li {
		padding: 0 0 0 44px;
	}

	/*头部 end*/

	/*背景 start*/
	.top-banner {
		padding-top: 0;
		background: none;
	}

	/*背景 end*/

	/*导航栏 start*/
	.zdxw-nav {
		height: auto;
		padding: 0;
		background: none;
	}

	.zdxw-nav ul li {
		font-size: 1.6rem;
		padding: 0 10px;
	}

	/*导航栏 end*/

	/*面包屑导航 start*/
	.am-breadcrumb {
	    white-space: nowrap;
	    overflow-x: scroll;
	}
	/*面包屑导航 end*/

	/*内容区 start*/
	.container-bgbox {
		width: auto;
		box-shadow: none;
	}

	.content-news img {
		height: auto;
	}

	.container-bgbox video {
		width: 100%;
	}

	/*内容区 end*/

	/*标题 start*/
	.title-box h1 {
		font-size: 1.5em;
		margin-top: 10px;
	}

	/*标题 end*/

	/*组图内容页 start*/
	.pic-slider .am-slides img {
		height: 196px;
	}

	.pic-slider .am-control-thumbs img {
		height: 4rem;
	}

	/*组图内容页 end*/

	/*视频内容页 start*/
	#my-video {
		width: 100%;
		height: 13.6rem;
	}

	/*视频内容页 end*/
}

/*电脑*/

@media only screen and (min-width: 1025px) {
	.no-padding-left {
		padding-left: 0px !important;
	}

	.no-padding-right {
		padding-right: 0px !important;
	}
}

/*平板和电脑*/

@media only screen and (min-width: 641px) {}

/*手机和平板*/

@media only screen and (max-width: 1024px) {}

/*不同分辨率适配 end*/
