﻿@charset "utf-8";
body{
	font-family:"Microsoft Yahei","SimSun";
	font-size:14px;
	color:#000;
}

a{
	color:#000;
}

a:hover{
	text-decoration: none;
	color: #d9242d !important;
}

.fw{
	color: #fff;
}

.fw a{
	color: #fff;
}

.fw a:hover{
	color: #dfdfdf !important;
}

img{
	display:block;
	max-width: 100%;
	max-height: 100%;
}

.wrapper{
	width:100%;
	min-width:1170px;
	max-width:1920px;
	margin:0px auto;
}

.w1170{
	width:1170px;
	margin:0px auto;
}

h1,h2,h3,h4,h5{
	font-family:"Microsoft Yahei","SimHei";
	overflow:hidden;
}

p,li{
	overflow:hidden;
}

#sus{
	position: fixed;
	left: 0px;
	width: 100%;
	bottom: 0px;
	height: 45px;
	text-align: center;
	font-size: 18px;
	z-index: 9999;
}

#sus a{
	float: left;
	width: 50%;
	height: 45px;
	line-height: 45px;
	color: #fff;
	transition: all 0.3s;
}

#sus .c1{ background: #071739; }
#sus .c2{ background: #d71720; }

#sus a img{
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	margin-top: 9px;
}

#sus a:hover{
	box-shadow: 0px 0px 15px #999 inset;
}

#code1{
	position: fixed;
	left: 1.5%;
	top: 520px;
	width: 120px;
	text-align: center;
	z-index: 9999;
}

#code1 img{
	width: 120px;
	height: 120px;
}

#code1 p{
	font-size: 18px;
	color: #666;
	line-height: 24px;
	height: 24px;
	margin-top: 5px;
	text-shadow: 1px 1px 1px #fff;
}

#to-top{
	position: fixed;
	bottom: 45px;
	right: 0px;
	z-index: 9999;
}

#phone{
	position: fixed;
	right: 0px;
	bottom: 105px;
	z-index: 9999;
}

#phone .btn{
	width: 60px;
	height: 59px;
	background: url(images/side-btn2.png);
	cursor: pointer;
}

#phone.current .btn{
	background: url(images/side-btn2b.png);
}

#phone .show{
	position: absolute;
	right: 78px;
	bottom: 0px;
	width: 142px;
	height: 195px;
	padding-top: 48px;
	background: url(images/phone.png);
	text-align: center;
	display: none;
}

#phone .show img{
	display: inline-block;
	vertical-align: top;
	width: 100px;
	height: 100px;
}

#phone .show p{
	line-height: 20px;
	font-size: 16px;
	color: #666;
	margin-top: 5px;
}

#phone.current .show{
	display: block;
}

.box-padding{
	padding-top: 50px;
	padding-bottom: 60px;
}

#bottom-nav{
	background: #f2f2f2;
}

#bottom-nav table{
	width: 100%;
}

#bottom-nav td{
	vertical-align: top;
	padding-right: 30px;
}

#bottom-nav h4{
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 12px;
}

#bottom-nav p{
	font-size: 14px;
	line-height: 26px;
	height: 26px;
}

#bottom-nav p a{
	color: #585858;
}

#footer{
	padding: 40px 0px;
}

#footer .left{
	margin-top: 3px;
}

#footer .right{
	line-height: 26px;
	color: #535353;
	text-align: right;
}

#footer .right a{
	color: #535353;
	margin-left: 15px;
}


#top2{
	border-bottom: 1px solid #ededed;
}

#top2 .w1170{
	height: 123px;
}

#top2 .left{
	margin-top: 21px;
}

#top2 .right{
	margin-top: 23px;
}

#top2 .line1 .search{
	float: right;
	height: 26px;
	width: 280px;
	border: 1px solid #ececec;
	border-radius: 13px;
}

#top2 .line1 .search .text{
	margin-left: 15px;
	width: 225px;
	line-height: 26px;
	height: 26px;
	font-size: 16px;
	color: #999;
	padding: 0px;
	border: none;
	outline: none;
}

#top2 .line1 .search .sub{
	float: right;
	width: 19px;
	height: 19px;
	background: url(images/top2-search.png);
	margin: 4px 15px 0px 0px;
	cursor: pointer;
	border: none;
}

#top2 .line1 .login{
	float: right;
	margin-left: 30px;
	height: 26px;
	line-height: 26px;
	margin-top: 1px;
	background: url(images/top2-login.png) no-repeat left center;
	padding-left: 40px;
	font-size: 16px;
	color: #999;
}

#top2 .line1 .login a{
	color: #999;
}

#top2 .line1 .lng{
	float: right;
	width: 26px;
	height: 26px;
	text-align: center;
	line-height: 26px;
	border-radius: 50%;
	margin-top: 1px;
	background: #8e929c;
	color: #fff;
	font-size: 14px;
	margin-left: 35px;
}

#top2 .line1 .lng:hover{
	background: #d9242d;
	color: #fff !important;
}

#top2 .line2{
	margin-top: 15px;
}

#top2 .line2 dd{
	float: left;
	margin-left: 10px;
	font-size: 16px;
	position: relative;
	z-index: 999;
}

#top2 .line2 dd span{
	display: block;
	height: 40px;
	line-height: 40px;
	padding: 0px 10px;
	transition: background 0.2s;
	transition: color 0.2s;
}

#top2 .line2 dd span,#top2 .line2 dd span a{
	color: #071739;
}

#top2 .line2 dd:hover span{
	background: #d9242d;
	border-radius: 5px 5px 0px 0px;
}

#top2 .line2 dd:hover span,#top2 .line2 dd:hover span a{
	color: #fff !important;
}

#top2 .line2 dd:hover span a:hover{
	color: #ddd !important;
}

#top2 .line2 .current span{
	border-bottom: 2px solid #d4091f;
}

#top2 .line2 .current span,#top2 .line2 .current span a{
	color: #d4091f;
	font-weight: bold;
}

#top2 .line2 .drop{
	position: absolute;
	right: 0px;
	top: 40px;
	min-width: 220%;
	background: #d9242d;
	border-radius: 5px 0px 5px 5px;
	filter:alpha(opacity=0);
	opacity:0;
	transition: all 0.2s;
	height: 0px;
	overflow: hidden;
	padding: 0px;
}

#top2 .line2 dd:hover .drop{
	filter:alpha(opacity=100);
	opacity:1;
	height: auto;
	padding: 10px 0px;
}

#top2 .line2 .drop p{
	white-space:nowrap;
	text-align: center;
	border-bottom: 1px solid #dd3a42;
	line-height: 30px;
	height: 30px;
	padding: 0px 15px;
}

#top2 .line2 .col2 a{
	margin: 0px 8px;
}

#location{
	line-height: 24px;
	font-size: 16px;
	color: #d8d8d8;
	margin-top: 40px;
}

#location span,#location a{
	color: #a3a3a3;
	margin: 0px 5px;
}

#common-box{
	margin-top: 35px;
	padding-bottom: 70px;
}

.width170{ width: 170px; }

.width900{ width: 900px; }

.width870{ width: 870px; }

.width260{ width: 260px; }

#side-nav{
	border: 1px solid #f0f0f0;
	border-radius: 5px;
	text-align: center;
	overflow: hidden;
}

#side-nav h3{
	height: 43px;
	line-height: 43px;
	background: #071739;
	font-size: 22px;
}

#side-nav p{
	font-size: 22px;
	line-height: 30px;
	border-top: 1px solid #f0f0f0;
	color: #5e6472;
}

#side-nav p a{
	display: block;
	padding: 15px 0px;
	color: #5e6472;
	transition: background 0.2s;
	transition: color 0.2s;
}

#side-nav p:hover,#side-nav .current{
	background: #f0f0f0;
}

#side-nav .current{
	font-weight: bold;
}

#side-nav p:hover,#side-nav p:hover a,#side-nav .current,#side-nav .current a{
	color: #d4091f;
}

#flip{
	text-align: center;
	margin-top: 60px;
	line-height: 50px;
}

#flip a{
	display: inline-block;
	vertical-align: top;
	height: 50px;
	width: 50px;
	border-radius: 25px;
	color: #5e6472;
	font-size: 18px;
	margin: 0px 8px;
	transition: color 0.2s;
	transition: background 0.2s;
}

#flip .text{
	width: auto;
	padding: 0px 30px;
}

#flip .current,#flip a:hover{
	color: #fff !important;
	background: #d4091f;
}

.list1{
	margin-top: -20px;
}

.list1 li{
	border-bottom: 1px solid #eee;
	padding: 22px 0px;
}

.list1 img{
	float: left;
	margin-right: 25px;
	width: 220px;
	height: 145px;
}

.list1 h3{
	font-size: 22px;
	line-height: 30px;
}

.list1 h3 a{
	color: #333;
}

.list1 p{
	line-height: 22px;
	height: 66px;
	color: #333;
	margin-top: 15px;
}

.list1 p a{
	color: #333;
}

.list1 .bottom{
	line-height: 22px;
	height: 22px;
	margin-top: 12px;
	color: #999;
}

.list1 .bottom span{
	margin-right: 10px;
}

#detail-head{
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 30px;
	margin-bottom: 35px;
}

#detail-head h2{
	margin-bottom: 22px;
	font-size: 40px;
	line-height: 48px;
	color: #333;
}

#detail-head p{
	float: left;
	line-height: 35px;
	color: #999;
}

#detail-head p span{
	margin-right: 20px;
}

#detail-head .share{
	float: right;
}

#detail-head .share a{
	float: left;
	margin-left: 15px;
}

.title1{
	text-align: center;
	line-height: 20px;
	margin-bottom: 30px;
}

.title1 span{
	display: inline-block;
	vertical-align: top;
	font-weight: bold;
}

.title1 i{
	display: inline-block;
	vertical-align: top;
	background: #4d4d4d;
	height: 2px;
	width: 15px;
	margin: 9px 5px 0px 5px;
}

.list2 li{
	margin-bottom: 15px;
}

.list2 img{
	width: 100%;
	height: 140px;
}

.list2 p{
	line-height: 20px;
	margin-top: 8px;
}

.list2 p a{
	color: #666;
}

#detail-body p{
	line-height: 38px;
	font-size: 18px;
	margin-bottom: 35px;
}

#detail-body img{
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
	margin-bottom: 20px;
}

#editor{
	text-align: right;
	color: #a3a3a3;
	font-size: 18px;
	line-height: 24px;
}


/*18政策订阅样式开始----------------------------------------》》》》*/
.bg-color3{
	background:url(images/bg-color3.jpg) no-repeat top center;
}
.bg-color3 .w1170{
	height:448px;
}
.bg-color3 #location{
	color:#b1bcc4;
	margin-top:20px;
}
.bg-color3 #location span,.bg-color3 #location a{
	color:#6d7479;
}

#zcyd-sea p{
	width:198px;
	float:left;
	line-height:64px;
	height:65px;
	text-align:center;
	font-size:28px;
	font-weight:bold;
	background:#1d2b72;
	color:#fff;
    border-radius:10px 0px 0px 10px;
}
#zcyd-sea .text{ width:802px;}

.choice1 #ul1 li{ margin-right:16px;}

.list-top1 .left{
	margin-top:15px;
}
.list-top1 .left span{ margin:0px 6px;}
.list-top1 .left i{
	width:15px;
	height:2px;
	display:inline-block;
	background:#5e6472;
	margin-top:9px;
}
.list-top1 .left .i1{ float:left; margin-right:6px;}
.list-top1 .left .i2{ float:right; margin-left:6px;}

.list-top1 .wydy{
	width:176px;
	height:54px;
	line-height:54px;
	float:right;
	display:block;
	font-size:22px;
	background:url(images/wydy.png) no-repeat 84px 17px #bd9448;
	border-radius:5px;
	padding-left:120px;
	color:#fff;
}
.list-top1 .wydy:hover{color:#fff !important;}
.table3{
	width: 100%;
	font-size:16px;
}
.table3 td,.table3 th{
	border: 1px solid #efeff1;
	padding:14px 25px;
	line-height:32px;
	color: #5e6472;
}
.table3 tr:hover{
	font-weight:bold;
}
.table3 .tr1{
	font-size:18px;
}
.table3 .tr1:hover{
	font-weight:normal;
}
.table3 .td1{
	font-size:18px;
	color:#071739;
	width:66%;
}
.table3 a{
	color:#071739;
	width:100%;
	height:100%;
	display:block;
}

#code5{
	position: fixed;
	left: 0px;
	bottom: 45px;
	z-index: 9999;
}

#code5 .close{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 43px;
	height: 42px;
	background: url(images/code5-close.png);
	cursor: pointer;
}
/*<<<<----------------------------------------18政策订阅样式结束*/