@charset "utf-8";

/* CSS Document */
*+html * {
	padding: 0;
	margin: 0;
}

* {
	margin: 0px;
	padding: 0px;
}

.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}

*html .clear {
	height: 1%;
}

.cl {
	clear: both;
}

img {
	border: 0;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
table {
	padding: 0;
	margin: 0;
}

ul,
li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input {
	border: 0px;
}

button {
	cursor: pointer;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: red;
	text-decoration: none;
}

body {
	background: url(../images/bg.jpg) no-repeat center top;
	width: 100%;
	height: 100%;
	font-size: 14px;
	font-family: "宋体,微软雅黑";
}

.body {
	background: url(../images/bg.jpg) no-repeat center top;
	width: 100%;
	height: 100%;
}

.content {
	width: 1000px;
	height: auto;
	margin: 0 auto;
}

.content_fff {
	width: 1000px;
	height: auto;
	margin: 0 auto;
	background: #fff;
}

.con {
	width: 998px;
	height: auto;
	margin: 0 auto;
	background: #fff;
	border: 1px solid #ebebeb;
	border-top: none;
}

.header {
	height: 314px;
	width: 100%;
	overflow: hidden;
}

.bottom {
	width: 100%;
	height: 137px;
	clear: both;
	overflow: hidden;
	margin: 0 auto;
}

.content_bg {
	background: #fff url(../images/cont_Bg_03.png) repeat-y;
	width: 998px;
	margin: 0 auto;
	border: 1px solid #ebebeb;
	border-top: none;
}

.fl {
	float: left;
	display: inline;
}

.fr {
	float: right;
	display: inline;
}

.Btext {
	font-size: 14px;
	font-family: "微软雅黑";
	font-weight: bold;
}

.Btext16 {
	font-size: 16px;
	font-weight: bold;
	font-family: "微软雅黑";
}

.Btext18 {
	font-size: 16px;
	font-weight: bold;
	font-family: "微软雅黑";
}

.p10_div {
	padding: 0px 15px 15px 15px;
}

.p10_div2 {
	padding: 0px 0px 0px 15px;
}

.m10_div {
	margin-left: 17px;
}

/*****文字排版******/
.f12 {
	font-size: 12px;
}

.f13 {
	font-size: 13px;
}

.f14 {
	font-size: 14px;
}

.f16 {
	font-size: 16px;
}

.f20 {
	font-size: 20px;
}

.fb {
	font-weight: bold;
}

.fn {
	font-weight: normal;
}

.t2 {
	text-indent: 2em;
}

.lh150 {
	line-height: 150%
}

.lh180 {
	line-height: 180%
}

.lh200 {
	line-height: 200%
}

.unl {
	text-decoration: underline;
}

.no_unl {
	text-decoration: none;
}

/****定位****/
.tl {
	text-align: left;
}

.tc {
	text-align: center;
}

.tr {
	text-align: right;
}

.bc {
	margin-left: auto;
	margin-right: auto;
}

.cb {
	clear: both;
}

.cl {
	clear: left;
}

.cr {
	clear: right;
}

.clearfix:after {
	content: '.';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

*html .clearfix {
	height: 1%
}

.vm {
	vertical-align: center;
}

.pr {
	position: relative;
}

.pa {
	position: absolute;
}

.abs-right {
	position: absolute;
	right: 0;
}

.zoom {
	zoom: 1
}

.hidden {
	visibility: hidden;
}

.none {
	display: none;
}

/******长度 高度*******/
.w10 {
	width: 10px;
}

.w20 {
	width: 20px;
}

.w30 {
	width: 30px;
}

.w40 {
	width: 40px;
}

.w50 {
	width: 50px;
}

.w60 {
	width: 60px;
}

.w70 {
	width: 70px;
}

.w80 {
	width: 80px;
}

.w90 {
	width: 90px;
}

.w100 {
	width: 100px;
}

.w200 {
	width: 200px;
}

.w300 {
	width: 300px;
}

.w400 {
	width: 400px;
}

.w500 {
	width: 500px;
}

.w600 {
	width: 600px;
}

.w700 {
	width: 700px;
}

.w800 {
	width: 800px;
}

.w {
	width: 100%
}

.h50 {
	height: 50px;
}

.h80 {
	height: 80px;
}

.h100 {
	height: 100px;
}

.h200 {
	height: 200px;
}

.h {
	height: 100%
}

/******边距*******/
.m10 {
	margin: 10px;
}

.m15 {
	margin: 15px;
}

.m30 {
	margin: 30px;
}

.mt5 {
	margin-top: 5px;
}

.mt10 {
	margin-top: 10px;
}

.mt12 {
	margin-top: 12px;
}

.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.mt50 {
	margin-top: 50px;
}

.mt100 {
	margin-top: 100px;
}

.mb5 {
	margin-bottom: 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb50 {
	margin-bottom: 50px;
}

.mb100 {
	margin-bottom: 100px;
}

.ml5 {
	margin-left: 5px;
}

.ml11 {
	margin-left: 11px;
}

.ml10 {
	margin-left: 10px;
}

.ml15 {
	margin-left: 15px;
}

.ml20 {
	margin-left: 20px;
}

.ml30 {
	margin-left: 30px;
}

.ml50 {
	margin-left: 50px;
}

.ml100 {
	margin-left: 100px;
}

.mr5 {
	margin-right: 5px;
}

.mr10 {
	margin-right: 10px;
}

.mr15 {
	margin-right: 15px;
}

.mr20 {
	margin-right: 20px;
}

.mr30 {
	margin-right: 30px;
}

.mr50 {
	margin-right: 50px;
}

.mr100 {
	margin-right: 100px;
}

.p10 {
	padding: 10px;
}

.p15 {
	padding: 15px;
}

.p30 {
	padding: 30px;
}

.pt5 {
	padding-top: 5px;
}

.pt10 {
	padding-top: 10px;
}

.pt15 {
	padding-top: 15px;
}

.pt20 {
	padding-top: 20px;
}

.pt30 {
	padding-top: 30px;
}

.pt50 {
	padding-top: 50px;
}

.pt100 {
	padding-top: 100px;
}

.pb5 {
	padding-bottom: 5px;
}

.pb10 {
	padding-bottom: 10px;
}

.pb15 {
	padding-bottom: 15px;
}

.pb20 {
	padding-bottom: 20px;
}

.pb30 {
	padding-bottom: 30px;
}

.pb50 {
	padding-bottom: 50px;
}

.pb100 {
	padding-bottom: 100px;
}

.pl5 {
	padding-left: 5px;
}

.pl10 {
	padding-left: 10px;
}

.pl15 {
	padding-left: 15px;
}

.pl20 {
	padding-left: 20px;
}

.pl30 {
	padding-left: 30px;
}

.pl50 {
	padding-left: 50px;
}

.pl100 {
	padding-left: 100px;
}

.pr5 {
	padding-right: 5px;
}

.pr10 {
	padding-right: 10px;
}

.pr15 {
	padding-right: 15px;
}

.pr20 {
	padding-right: 20px;
}

.pr30 {
	padding-right: 30px;
}

.pr50 {
	padding-right: 50px;
}

.pr100 {
	padding-right: 100px;
}


/*------------------top样式------------------------*/
.top_T {
	background: url(../images/top_t_02.jpg) repeat-x;
	height: 30px;
	width: 100%;
}

.top_T_left {
	width: 60%;
	height: 30px;
	line-height: 30px;
	position: relative;
	overflow: hidden;
}

.top_T_right {
	width: 40%;
	height: 30px;
	line-height: 30px;
}

.top_T_div {
	width: 235px;
	height: 31px;
	position: absolute;
	z-index: 0;
	float: left;
	background: #fff;
	opacity: 0.01;
	-moz-opacity: 0.01;
	filter: alpha(opacity=1);
	/*IE*/
	-moz-opacity: 0.01;
	/*MOZ , FF*/
	opacity: 0.01;
	/*CSS3, FF1.5*/
	right: 10px;
	left: 0p;
	x
}

.zwyx {
	width: 88px;
	height: 29px;
	line-height: 29px;
}

.App.fl {
	display: none;
}

.App {
	width: 95px;
	/*background:url(../images/scx_03.jpg) no-repeat right center;*/
	height: 29px;
	margin-right: 10px;
}

.sdbz {
	height: 30px;
	line-height: 30px;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #d7d7d7;
}

.sdbz ul li {
	width: auto;
	float: left;
	margin-right: 10px;
}

.sdbz ul li img {
	float: left;
	width: 10px;
	height: 11px;
	margin: 10px 3px 0px 0px;
}

.nav_icon_red {
	float: left;
	width: 24px;
	height: 24px;
	margin-top: 10px;
	margin-left: 15px;
}

.nav_icon_white {
	float: left;
	width: 24px;
	height: 24px;
	display: none;
	margin-top: 13px;
	margin-left: 13px;
}

.red_icon {
	width: 1px;
	height: 15px;
	border-left: 1px solid #a20107;
	background: #bf5154;
	float: right;
	margin-top: 18px;
	margin-left: 5px;
}

.navLi:hover .nav_icon_red {
	display: none;
}

.navLi:hover .nav_icon_white {
	display: block;
}

.login {
	width: 350px;
	height: 30px;
}

.login ul li {
	width: auto;
	line-height: 30px;
	padding: 0px 5px;
	background: url(../images/scx_03.jpg) no-repeat right center;
	float: left;
}

.login li.wu {
	background: none;
}

.top_maindiv {
	height: 313px;
}

.header_main {
	height: 230px;
	width: 100%;
	position: relative;
}

.nav ul li.onfocus .sub-nav {
	display: block;
}

.logo {
	width: 50%;
	height: 98px;
}

.header_main_r {
	width: 45%;
	height: 230px;
	position: absolute;
	z-index: 9;
	top: 0;
	right: 0;
}

.weibo {
	height: 27px;
}

.top_cont {
	position: absolute;
	z-index: 2;
	top: 0px;
}

.top_cont1 {
	width: 1000px;
	height: auto;
	margin: 0 auto;
}

.logoo {
	width: 45%;
	height: 79px;
	margin-top: 40px;
	position: absolute;
	z-index: 9999;
	top: 0;
	text-align: right;
}

.logoo2 {
	width: 53%;
	height: 79px;
	margin-top: 70px;
	position: absolute;
	z-index: 9;
	top: 0;
	text-align: right;
}

.logoo3 {
	width: 45%;
	margin: 0 auto;
	position: absolute;
	z-index: 9;
	right: 0;
}


.nav {
	width: 100%;
	height: 54px;
	background: url(../images/nav_03.jpg) repeat-x;
	overflow: hidden;
}

.nav ul li.navLi {
	width: 124px;
	height: 54px;
	float: left;
	font-size: 15px;
	position: relative;
}

.nav ul li.navLi a.theA {
	width: 107px;
	height: 50px;
	display: inline-block;
	color: #fffbfd;
	line-height: 40px;
	font-size: 16px;
	text-align: center;
	position: absolute;
	right: 2px;
	bottom: 0px;
	border-top-left-radius: 5px;
	border-top-right-radius: 3px;
}

.nav ul li.onfocus a.theA {
	color: #3f7aac;
	z-index: 2;
	position: relative;
}

.nav ul li.navLi a.theB {
	width: 107px;
	height: 50px;
	display: inline-block;
	color: #fffbfd;
	line-height: 40px;
	font-size: 16px;
	text-align: center;
	position: absolute;
	right: 2px;
	bottom: 0px;
	border-top-left-radius: 5px;
	border-top-right-radius: 3px;
}

.nav ul li.onfocus a.theB {
	color: #b70b09;
	z-index: 2;
	background: #ffffff;
}

.nav ul li.navLi .sub-nav {
	width: 996px;
	height: 410px;
	display: none;
	position: absolute;
	top: 54px;
	right: 0px;
	z-index: 99999;
	border: 3px solid #ccc;
	background: #fff;
	border-top: none;
	overflow: hidden;
}

.nav ul li.onfocus .sub-nav {
	display: block;
}

.sub-navzfld {
	background: url(../images/zfldbg.png) no-repeat;
	width: 993px;
	height: 366px;
}


/*--------------------------bottom样式--------------------------------------------*/
.bottom_link {
	background: url(../images/lmtt_6.jpg) repeat-x;
	width: 100%;
	height: 36px;
	text-align: center;
	line-height: 36px;
}

.div_ul {
	width: 385px;
	height: 16px;
	margin: 0 auto;
	padding-top: 10px;
}

.div_w {
	width: 80px;
	line-height: 16px;
	float: left;
	border-right: 1px solid #bb2224;
}

.div_w a,
.bottom_jwz a,
.bottom_jwz a:nav_icon,
.div_w a:hover {
	color: #bb2224;
}

.bottom_jwz {
	width: 80px;
	line-height: 16px;
	float: left;
}

.BTC {
	text-align: left;
	font-size: 14px;
	margin: 0 auto;
	height: 81px;
	line-height: 25px;
	font-size: 12px;
	margin-top: 10px;
}

.btc_left {
	float: left;
	width: 60%;
	margin-left: 130px;
}

.btc_right {
	float: right;
	width: 27%;
	text-align: left;
}

.BTC_dT {
	height: 40px;
	line-height: 20px;
	font-size: 14px;
}

.BTC_dT a,
.BTC_dT a:hover {
	color: #1676b2;
	text-decoration: underline;
}

.xxjs {
	height: auto;
	line-height: 25px;
	font-size: 12px;
}

.link {
	width: 100%;
	height: 45px;
	background: #ededed;
}

.link ul {
	margin-left: 28px;
	float: left;
}

.link ul li {
	float: left;
	width: auto;
	margin-right: 41px;
	line-height: 27px;
	font-size: 12px;
	border: 1px solid #bebebe;
	background: #fff;
	padding: 0px 14px;
	margin-top: 8px;
}

.link ul li img {
	float: left;
	margin-top: 3px;
}

.link div {
	float: left;
	width: auto;
	margin-right: 20px;
	line-height: 27px;
	border: 1px solid #bebebe;
	margin-top: 8px;
}


/*--------------------------分享样式--------------------------------------------*/
.fxifom {
	top: 303px;
	height: 550px;
	position: absolute;
	right: 65px;
	width: auto;
}

.gwds_tools_24 a {
	overflow: hidden;
	line-height: 0;
	font-size: 0;
}

.gov_weixin_share {
	position: fixed;
	width: 81px;
	font-size: 12px;
	top: 60px;
	right: 32px;
	z-index: 11;
}

.gov_weixin_share .fixed {
	width: 81px;
}

.gov_weixin_share .fixed p {
	margin: 3px;
	padding: 0;
	line-height: 18px;
}

.gov_wx,
.gov_wx a {
	color: #b20000;
}

.gov_fx,
.gov_fx a {
	color: #ff6600;
}

.gov_ewm {
	width: 81px;
	height: 100px;
	background: #fff;
	border: 1px solid #e6e6e6;
	border-bottom: none;
}

.gov_zwwb {
	width: 81px;
	height: 90px;
	background: #fff;
	border: 1px solid #e6e6e6;
	border-bottom: none;
}

.gov_ewm img {
	padding: 10px 0px 0px 7px;
}

.gov_zwwb img {
	padding: 10px 0px 3px 13px;
}

.gov_ewm span,
.gov_zwwb span {
	line-height: 20px;
	text-align: center;
	font-size: 12px;
	color: #000;
	display: block;
	width: 80%;
	margin: 0 auto;
}

.gov_zwwb span a {
	color: #000;
}

.gov_fxtp {
	width: 83px;
	background: #eeeeee;
	position: relative;
	float: left;
}

/*--------------------------当前位置样式--------------------------------------------*/
.dqwz {
	background: url(../images/lmtt_1.jpg) no-repeat left 15px;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	color: #000;
	padding-left: 20px;
	width: 98%;
	overflow: hidden;
}

.dqwz a {
	color: #000;
	font-size: 12px;
}

.dqwz a:hover {
	color: red;
}


.trbg1 {
	height: 22px;
	line-height: 22px;
	font-size: 12px;
}

.trbg {
	height: 33px;
	line-height: 33px;
	background: url(../images/lybsfw_43.jpg) repeat-x;
}

.cel {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	height: 22px;
	line-height: 22px;
}

.w1 {
	width: 95px;
}

.jz {
	text-align: center;
	float: left;
}

.w2 {
	width: 60px;
}

.w3 {
	width: 50px;
}

.w4 {
	width: 125px;
	background: #1e7bc8;
	color: #fff;
}

.w5 {
	width: 185px;
}

.w5 span {
	color: #c80000;
}

.w6 {
	width: 180px;
	background: url(../images/dian.jpg) no-repeat 5px center;
	padding-left: 15px;
	float: left;
}

.w7 {
	width: 177px;
}

.w8 {
	width: 135px;
}

.w9 {
	width: 135px;
}

.w9 span {
	color: #c80000;
}

.bjc {
	color: red;
}

.tbboder {
	border: 1px solid #CECECE;
}

.li-title {
	border: 1px solid #CECECE;
	margin: 6px 1px 1px 1px;
	width: 969px;
	height: 13px;
	font-size: 14px;
	font-weight: bold;
	padding: 7px 0px;
	text-align: left;
	text-indent: 10px;
	float: left;
}

.li-8 {
	border: 1px solid #CECECE;
	margin: 6px 1px 1px 1px;
	width: 239px;
	height: 13px;
	padding: 7px 0px;
	text-align: left;
	text-indent: 10px;
	float: left;
}

/*pc手机app页*/
.Andoroid {
	width: 204px;
	height: 78px;
	float: left;
	margin: 445px 375px 0 0;
	background: red;
}

.IPbody {
	/*background:url(../images/Iphone.jpg) no-repeat center top; */
	background: url(../images/iphone_bg2.jpg) no-repeat center top !important;
	width: 100%;
	height: auto;
	width: 100%;
	height: auto;
}

.Iphone {
	/*width: 415px;*/
	height: 78px;
	float: right;
	margin: 445px 150px 0 0;
	background: url(../images/iphones_03.jpg) no-repeat;
}

.Iphone_li {
	width: 214px;
	height: 78px;
	float: left;
}

.Iphonebox {
	width: 265px;
	height: 224px;
	float: left;
}

.jiant {
	width: 40px;
	height: 32px;
	position: absolute;
	top: -30px;
	margin-left: 100px;
}

.jiant1 {
	width: 40px;
	height: 32px;
	position: absolute;
	top: -32px;
	margin-left: 80px;
}

.bgk {
	width: 254px;
	height: 238px;
	border: 2px solid #bfc6cc;
	background: #fff;
}

.bgka {
	height: 238px;
}

.bgka img {
	width: 150px;
	height: 150px;
	display: block;
	margin: 0 auto;
}

.bgk p {
	font-size: 14px;
	color: #757373;
	width: 80%;
	margin: 0 auto;
	height: 40px;
	line-height: 40px;
}

.bgk p span,
.bgk p span a {
	color: #c32c1c;
	font-weight: bold;
}

.bgk img {
	width: 100px;
	height: 99px;
	margin: 0 auto;
	text-align: center;
	margin: 10px 0 0 70px;
}

.Iphonebox_div {
	position: relative;
	/*display:none;*/
	margin: 0px 120px 0 0;
	float: right;
	width: 500px;
	height: 300px;
}

.Andeoroid_ku {
	width: 214px;
	height: 245px;
	border: 2px solid #bfc6cc;
	background: #fff;
	float: right;
	line-height: 65px;
	text-align: center;
	color: #c32c1c;
	font-weight: bold;
	position: absolute;
	right: 30px;
}

.search {
	height: 30px;
	width: auto;
	overflow: hidden;
	float: right;
}

.search span {
	float: left;
	line-height: 30px;
	padding-right: 5px;
}

.search input {
	width: 277px;
	height: 30px;
	line-height: 30px;
	border: none;
	background: url(../images/search_03.jpg) no-repeat;
	text-indent: 2em;
	color: #686868;
}

.search button {
	float: left;
	width: 24px;
	height: 23px;
	cursor: pointer;
	width: 58px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	text-align: center;
	border: none;
	background: #bc2423;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.tianqi_left {
	height: 30px;
}