html, body, div, p, hr, pre, h1, h2, h3, h4, h5, h6, table, tr, td, th, tfoot, tbody, thead, form, input, textarea, label, ul, ol, dl, li, dt, dd,.clearfix:after { margin:0; padding:0; }
html, body { height:100%; }
body {
	line-height:22px; 
	text-align:left; 
	font-style: normal;
	font-family: PingFangSC-Regular,Helvetica,Arial,Microsoft Yahei,sans-serif;
	color: #000;
	margin: 0 auto;
	position: relative;
}
a {
	text-decoration:none; 
	outline:none; 
    color: #333;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
a:hover {
	text-decoration:none; 
    color: #0F4EBF;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
li { list-style-type:none; }
table { border-collapse:collapse; border-spacing:0; }
iframe,img { border:0;}
img { vertical-align:middle;}

.clear {
	clear:both;
}
.clear10 {
	height: 10px; clear: both;
}
.clear20 {
	height: 20px; clear: both;
}
.clear30 {
	height: 30px; clear: both;
}
.clear50 {
	height: 50px; clear: both;
}
.clearfix {
	clear:both;
}
.clearfix:after {
	content:"";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
* html .clearfix {
	height:1%;
}
*+html .clearfix {
	min-height:1%;
}

.part{ width:1200px; margin:0 auto;}
.left{ float:left;}
.right{ float:right;}


.domPC {
    display: block;
}

.domMobile {
    display: none;
}


/*common*/
*:focus {outline: none;}

/* display */
.dn { display: none; }
.di { display: inline; }
.db { display: block; }
.dib { display: inline-block; } /* if the element is block level(eg. div, li), using 'inline-any' instead */


.fl{float:left;}
.fr{float:right;}

/* 块状元素水平居中 */
.auto { margin-left: auto; margin-right: auto; }

/* overflow */
.ovh { overflow: hidden; }

/* position */
.rel { position: relative; }
.abs { position: absolute; }

/* font-family */
.fw { font-family: 'Microsoft Yahei'; }
.fs { font-family: "宋体", Helvetica, Arial, sans-serif;  }


/* font-style */
.n { font-weight: normal; font-style: normal; }
.b { font-weight: bold; }
.i { font-style: italic; }

/* text-align */
.tc { text-align: center; }
.tr { text-align: right; }
.tl { text-align: left; }
.tj { text-align: justify; }

/* 清除浮 动*/
.fix { *zoom:1; }
.fix:after { content:" "; display:block; height:0; clear:both; visibility:hidden; font-size:0;}

/*table*/
table {
    width: 100%;
    border-collapse: collapse;
}

/* margin */

.mj { margin:15px !important; }


.m0 { margin:0 !important; }
.ml0 { margin-left: 0}
.ml1 { margin-left: 1px; }
.ml2 { margin-left: 2px; }
.ml5 { margin-left: 5px; }
.ml10 { margin-left: 10px; }
.ml15 { margin-left: 15px; }
.ml20 { margin-left: 20px; }
.ml25 { margin-left: 25px;}
.ml30 { margin-left: 30px; }

.mr1 { margin-right: 1px; }
.mr2 { margin-right: 2px; }
.mr5 { margin-right: 5px; }
.mr10 { margin-right: 10px; }
.mr15 { margin-right: 15px; }
.mr20 { margin-right: 20px; }
.mr30 { margin-right: 30px; }

.mt1 { margin-top: 1px; }
.mt2 { margin-top: 2px; }
.mt5 { margin-top: 5px; }
.mt10 { margin-top: 10px; }
.mt15 { margin-top: 15px; }
.mt20 { margin-top: 20px; }
.mt25 { margin-top: 25px; }
.mt30 { margin-top: 30px; }
.mt50 { margin-top: 50px; }
.mt100 { margin-top: 100px; }

.mb1 { margin-bottom: 1px; }
.mb2 { margin-bottom: 2px; }
.mb5 { margin-bottom: 5px; }
.mb10 { margin-bottom: 10px; }
.mb15 { margin-bottom: 15px; }
.mb20 { margin-bottom: 20px; }
.mb25 { margin-bottom: 25px; }
.mb30 { margin-bottom: 30px; }

/* padding */
.p0 { padding: 0; }
.p1 { padding: 1px; }
.pl1 { padding-left: 1px; }
.pt1 { padding-top: 1px; }
.pr1 { padding-right: 1px; }
.pb1 { padding-bottom: 1px; }

.p2 { padding: 2px; }
.pl2 { padding-left: 2px; }
.pt2 { padding-top: 2px; }
.pr2 { padding-right: 2px; }
.pb2 { padding-bottom: 2px; }

.pl5 { padding-left: 5px; }
.p5 { padding: 5px; }
.pt5 { padding-top: 5px; }
.pr5 { padding-right: 5px; }
.pb5 { padding-bottom: 5px; }

.p10 { padding: 10px; }
.pl10 { padding-left: 10px; }
.pt10 { padding-top: 10px; }
.pr10 { padding-right: 10px; }
.pb10 { padding-bottom: 10px; }

.p15 { padding: 15px; }
.pl15 { padding-left: 15px; }
.pt15 { padding-top: 15px; }
.pr15 { padding-right: 15px; }
.pb15 { padding-bottom: 15px; }

.p20 { padding: 20px; }
.pl20 { padding-left: 20px; }
.pt20 { padding-top: 20px; }
.pr20 { padding-right: 20px; }
.pb20 { padding-bottom: 20px; }

.p25 { padding: 25px; }
.pl25 { padding-left: 25px; }
.pt25 { padding-top: 25px; }
.pr25 { padding-right: 25px; }
.pb25 { padding-bottom: 25px; }

.p30 { padding: 30px; }
.pl30 { padding-left: 30px; }
.pt30 { padding-top: 30px; }
.pr30 { padding-right: 30px; }
.pb30 { padding-bottom: 30px; }

/* vertical-align */
.vm { vertical-align: middle; }
.vtb { vertical-align: text-bottom; }
.vb { vertical-align: bottom; }
.vt { vertical-align: top; }
.vn { vertical-align: -2px; }









#toTop {
	background: url("gotop.png") no-repeat; width: 58px; height: 58px; right: 60px; bottom: 60px; display: none; position: fixed; opacity: 0.6; _position: absolute;
	background-size: 100% auto;
}
#toTop:hover {
	opacity: 1;
}



.bgnone{background:none !important;}
.bnone{border:none !important;}

.conBox {
    width: 100%;
    position: absolute;
    z-index: 12;
    background: #fff;
}


.list {
    font-size: 18px;
    padding: 20px 0px 0px 0px;
}
.list li {
	padding-left: 15px;
	position: relative;
	line-height: 42px;
	white-space:nowrap; 
	text-overflow:ellipsis; 
	overflow: hidden; 
}
.list li B{
	color:#0F4EBF;
}
.list li B a{
	color:#0F4EBF;
}
.list li * {
    vertical-align: middle;
}

.list li::before {
	content: "";
	width: 8px;
	height: 8px;
	 border-radius: 100%;
	background: #c9c9c9;
	left: 0;
	top: 50%;
	margin-top:-4px;
	z-index: 1;
	position: absolute;
}
.list li:hover::before {
	background: #0F4EBF;
}

.wrap {
    width: 1200px;
    margin: 0 auto;
}
.wrap  img{
    max-width: 100%;
}
.ad_tl {
	width: 1200px;
	margin-top:20px; 
}
.ad_tl img{
	width: 100%;
}


.ad_tl_all {
    width: 100%;
    margin: 10px auto 10px;
}
.ad_tl_all img{
    width: 100%;
}

.ad_indexc {
    width: 100%;
}
.ad_indexc img{
    width: 100%;
    margin: 10px auto 0px;
	max-height:120px;
}

.longpic {
    margin: 0px auto 0px;
}
.longpic img{
    width: 100%;
}




.bg_fff {
	background: #fff;
	border-radius: 0px;
}
.bg_wrap {
	background: #eee;
}
.bg_wrap35 {
	background: #353535;
}
.bg_wrapFC {
	background: #FCEEED;
}
.bg_wrapF2 {
	background: #F2F2F2;
}

.bg_wrapM {
	background: #ffffff60;
	padding:5%;
	box-shadow: 0px 4px 9px 5px rgba(0,0,0,0.1);
	border-radius: 8px;
}
.bg_wrapT {
    padding: 2% 2% 2%;
    background: url(banner-bg.png) no-repeat 50% 0%;
    background-size: contain;
}

.yun_art_position{
	padding:0px 0 20px 0px;
	color:#333;
	font: 400 14px/30px "Microsoft YaHei", "微软雅黑", "宋体", "黑体";
}
.yun_art_position a{
	color:#000;
}



/* ============ 头部统一  ============ */
.t_header {
}


.t_header .h_item1 {
  width: 100%;
  height: 40px;
  color: #4b4b4b;
  font-size: 14px;
  line-height: 40px;
	BACKGROUND: url(head_bg.png) #ebebeb repeat-x;
}
.t_header .h_item1 em {
  margin: 0 8px;
}
.t_header .h_item1 .left a,
.t_header .h_item1 .left span,
.t_header .h_item1 em {
  color: #666;
}
.t_header .h_item1 .left span {
  margin-right: 18px;
}
.t_header .h_item1 .left a:hover {
  color: #084584;
}
.t_header .h_item1 .right {
  text-align: right;
}
.t_header .h_item1 .right span {
  margin-left: 18px;
}
.t_header .h_item1 .right span#weatherPic img {
  vertical-align: middle;
}
.t_header .h_item1 .right i {
  font-style: normal;
}






.t_header .h_item2 {
	padding: 20px 0;
	background: #ffffff;
	background-size: 100% auto;
}
.t_header .h_item2 .logo {
	margin-top: 10px;
	float: left;
}
.t_header .h_item2 .logo img{
	max-width: 480px;
}
.t_header .h_item2 .t-seach {
  width: 300px;
  height: 36px;
  margin-top: 40px;
	float: right;
}
.t_header .bg2 {
	background: #F9F9F9;
	BORDER-bottom: #ddd 2px solid;
}









.t-seach {
  width: 100%;
  height: 36px;
  margin: 0px 0px 10px;
	border: 1px solid #d2d2d2;
	border-radius: 5px;
	position: relative;
	background: #F1F1F1;
}

.t-seach-form {
    padding: 10px 0px 10px 0px;
}

.t-seach-form:after {
    clear: both;
    height: 0;
    display: block;
    overflow: hidden;
    content: "";
}
.t-seach .btn {
  position: absolute;
  right: 10px;
  top: 0;
  z-index: 3;
  height: 100%;
  line-height: 100%;
  background: none;
  border: none;
  color: #c7c7c7;
  font-size: 20px;
  font-weight: bold;
  outline: none;
  cursor: pointer;
background: url(input.png) no-repeat -5px 7px;
	width:20px;
}
.t-seach-txt {
	background-color: transparent;
    width: 80%;
    color: #999;
    float: left;
	position:absolute;
	*top:10px;
	left:20px;
	+width: 80%;
}

.t-seach-txt:focus, .t-seach-btn:focus {
    outline: 0 !important
}
.t-seach-txt, .t-seach-btn {
    font-size: 14px;
    border: 0px;
}




/*背景图发布*/
.banner_index {
	border-top:0px solid #D1D1D1;
  height: auto;
  transition: 0.3s;
}
.banner_index img{
  height: auto;
	width:100%;
  transition: 0.3s;
}



.nav {
	height: 50px;
	line-height: 50px;
	font-size: 0;
	text-align: center;
	background: url("nav_l.png");
}
.nav .wrap {
	position: relative;
}
.nav_l { width: 100%; position: absolute; Z-INDEX: 111; }

.nav_l a {
	float: left;
	color: #ffffff;
	font-size: 18px;
	font-weight:bold;
	background: url("nav_d.png") no-repeat left center;
	width: 12.5%;
}
.nav_l a:hover, .nav_l a.current,.nav_r a:hover, .nav_r a.current {
	color: #ffffff;
	border-bottom: 3px solid #FF0000;
}
.nav a:first-child{  border-left: 0px; background: none;}



.navlist a {
	padding:0 20px;
	width: auto;
}


.i_bt_lr {
	position: relative;
}

.i_bt_lr:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	width: 100%;
	height: 1px;
	background: #d0d0d0;
}

.i_bt_lr span {
	display: inline-block;
}

.i_bt_lr .span-left {
	padding-left: 84px;
	background: url('bg-01.png') left 5px center no-repeat #fff;
	position: relative;
	z-index: 1;
}

.i_bt_lr .span-right {
	padding-right: 84px;
	background: url('bg-02.png') right 5px center no-repeat #fff;
	font: 500 38px/90px "Microsoft YaHei", "微软雅黑", "宋体", "黑体";
	color: #a71e32;
}
.i_bt_lr i {
	font: italic 400 21px/60px "Microsoft YaHei", "微软雅黑", "宋体", "黑体";
	color: #d1d1d1;
	top:0px;
	right:0px;
	position:absolute;
}
.i_bt_lr .span-right a {
	color: #a71e32;
}



.i_bt_lr2 {
	position: relative;
}

.i_bt_lr2:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	width: 100%;
	height: 1px;
	background: #d0d0d0;
}

.i_bt_lr2 span {
	display: inline-block;
}

.i_bt_lr2 .span-left {
	padding-left: 84px;
	background: url('bg-01.png') #B63838 left 5px center no-repeat;
	position: relative;
	z-index: 1;
}

.i_bt_lr2 .span-right {
	padding-right: 84px;
	background: url('bg-02.png') #B63838 right 5px center no-repeat;
	font: 500 38px/90px "Microsoft YaHei", "微软雅黑", "宋体", "黑体";
	color: #FFF;
}
.i_bt_lr2 i {
	font: italic 400 21px/60px "Microsoft YaHei", "微软雅黑", "宋体", "黑体";
	color: #d1d1d1;
	top:0px;
	right:0px;
	position:absolute;
}
.i_bt_lr2 .span-right a {
	color: #FFF;
}

/*选项卡*/
.tab-head {overflow: hidden;width: 100%;height: auto;padding: 0;text-align : center;}

.tab-head li {font-size: 20px;font-weight: bold;margin: 0 10px;color: #333;border-bottom: 3px solid #fff;display : inline-block;}
.tab-head li:first-child {}
.tab-head li a{font-size : 20px;}



    /*首页标题 横*/
.i_bt_h{
	font: 500 36px/90px "Microsoft YaHei", "微软雅黑", "宋体", "黑体";
	color:#000;
	margin:0 0;
	padding:0 auto;
	width:100%;
	text-align:center;
	background: url("bt_bg.png") 50% 0 no-repeat;
}
.i_bt_h a {
	color: #000;
}
.i_bt_h .more{float:right;font-size:14px;color:#666; font-weight: normal; }
.i_bt_h .more:hover{color:#f03d3d;}



.i_bt_h2{
	font: 500 24px/40px "Microsoft YaHei", "微软雅黑", "宋体", "黑体";
	color:#000;
	margin:0 0;
	padding:0 auto;
	width:100%;
}
.i_bt_h2 a {
	color: #000;
}
.i_bt_h2 .more{float:right;font-size:14px;color:#666; font-weight: normal; }
.i_bt_h2 .more:hover{color:#f03d3d;}




.t_link{width:100%;background-color: #F2F2F2; padding: 30px 0 30px 0;  margin: 20px 0 0px 0; }
.t_link .link_name{ color:#0252CA; font-size: 21px; padding: 10px 0 20px; }
.t_link .link_address{width:auto;padding:5px 0 5px 0;}
.t_link .link_address ul li{float: left; line-height: 28px; font-size: 16px;}
.t_link .link_address ul li a{color:#333; padding: 0 15px 0 0;}




.t_footer { text-align: center; padding:10px 0 20px; margin: 0px 0 0px 0; border-top:5px solid #01327E; font-size:16px;
	background: url(bottom-bg.jpg) #01327E 0% 50% no-repeat;
}
.t_footer p{color:#999999;line-height: 36px;}
.t_footer p a{color:#999999;}



.t_footer .beian {
    margin: 0px 5px 0px 5px;
    height: 24px;
    vertical-align: middle;
}






@media only screen and (min-width : 881px) and (max-width : 20000px) {

}
@media only screen and (min-width : 320px) and (max-width : 880px) {


.yun_art_position {
    display: none;
}

.mt30 {
    margin-top: 10px;
}
.mb30 {
    margin-bottom: 10px;
}



    .domPC {
        display: none;
    }

    .domMobile {
        display: block;
    }

	.wrap {
    width: 100%;
    margin: 0 auto;
	}

.clearfix { display:block; #zoom:1; clear: both;  }
.clearfix:after { content:''; overflow:hidden; width:100%; height:0px; font-size:0px; display:block; clear: both; }




.bg_wrapM {
    background: rgba(0,0,0,0.01);
    padding: 10px;
    box-shadow: 0px 4px 9px 5px rgba(0,0,0,0.1);
    margin: 0px auto 20px;
}



.clear {
	clear:both;
}
.clear10 {
	height: 10px; clear: both;
}
.clear20 {
	height: 20px; clear: both;
}
.clear30 {
	height: 20px; clear: both;
}
.clear50 {
	height: 30px; clear: both;
}


.part{ width:100%; margin:0 auto;}

.ad_tl {
    width: auto;
    margin-left: 5px;
    margin-right: 5px;
	margin-top:10px; 
}
.ad_tl img {
    width: 100%;
}

.ad_tl_all {
    width: auto;
    margin: 5px 5px;
}
.ad_tl_all img{
    width: 100%;
}





/* ============ 头部统一  ============ */
.t_header {
}


.t_header .h_item1 {
  width: auto;
  padding: 0 5px;
  height: 30px;
  background: #ebebeb;
  color: #4b4b4b;
  font-size: 9px;
  line-height: 30px;
}
.t_header .h_item1 .left{
	display: none;
}


.t_header .h_item2 {
	padding: 0px 0;
}

.t_header .h_item2 .logo {
	margin: 10px 5%;
	display: block;
}
.t_header .h_item2 .logo img{
	width: 100%;
}
.t_header .h_item2 .t-seach {
  width: 100%;
  height: 36px;
  margin-top: 10px;
	float: right;
	display: none;
}




.nav {
	height: 40px;
	line-height: 40px;
	font-size: 0;
	text-align: center;
	background: url("nav_l.png");
}
.nav .wrap {
	position: relative;
}

.nav_l a {
	float: left;
	color: #ffffff;
	font-size: 14px;
	font-weight:bold;
	background: url("nav_d.png") no-repeat left center;
}
.nav_l a:hover, .nav_l a.current,.nav_r a:hover, .nav_r a.current {
	color: #ffffff;
}
.nav a:first-child{  border-left: 0px; background: none;}
.nav_r a:first-child{  border-left: 0px; background: url("nav_d.png") no-repeat left center;}







.t-seach {
  width: 100%;
  height: 36px;
  margin: 0px 0px 10px 0px;
	padding:0 0px
	border: 0px solid #d2d2d2;
	border-radius: 6px;
	position: relative;
}

.t-seach-form {
    padding: 10px 0px 10px 0px;
}
.t-seach .btn {
  position: absolute;
  right: 10px;
  top: 0;
  z-index: 3;
  height: 100%;
  line-height: 100%;
  background: none;
  border: none;
  color: #c7c7c7;
  font-size: 20px;
  font-weight: bold;
  outline: none;
  cursor: pointer;
background: url(input.png) no-repeat -5px 7px;
	width:20px;
}









.i_bt_lr {
	position: relative;
}

.i_bt_lr:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	width: 100%;
	height: 1px;
	background: #d0d0d0;
}

.i_bt_lr span {
	display: inline-block;
}

.i_bt_lr .span-left {
	padding-left: 60px;
	background: url('bg-01.png') left 5px center no-repeat #fff;
	position: relative;
	z-index: 1;
}

.i_bt_lr .span-right {
	padding-right: 60px;
	background: url('bg-02.png') right 5px center no-repeat #fff;
	font: 500 24px/60px "Microsoft YaHei", "微软雅黑", "宋体", "黑体";
	color: #a71e32;
}
.i_bt_lr i {
	font: italic 400 6px/40px "Microsoft YaHei", "微软雅黑", "宋体", "黑体";
	display:none;
}
.i_bt_lr .span-right a {
	color: #a71e32;
}




.i_bt_lr2 {
	position: relative;
}

.i_bt_lr2:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	width: 100%;
	height: 1px;
	background: #d0d0d0;
}

.i_bt_lr2 span {
	display: inline-block;
}

.i_bt_lr2 .span-left {
	padding-left: 60px;
	background: url('bg-01.png') left 5px center no-repeat #B63838;
	position: relative;
	z-index: 1;
}

.i_bt_lr2 .span-right {
	padding-right: 60px;
	background: url('bg-02.png') right 5px center no-repeat #B63838;
	font: 500 24px/60px "Microsoft YaHei", "微软雅黑", "宋体", "黑体";
	color: #a71e32;
}
.i_bt_lr2 i {
	font: italic 400 6px/40px "Microsoft YaHei", "微软雅黑", "宋体", "黑体";
	display:none;
}
.i_bt_lr2 .span-right a {
	color: #FFF;
}






/*选项卡*/
.tab-head {overflow: hidden;width: 100%;height: auto;padding: 0;text-align : center;}

.tab-head li {font-size: 14px;font-weight: bold;margin: 0 3px;color: #333;border-bottom: 3px solid #fff;display : inline-block;}
.tab-head li:first-child {}
.tab-head li a{font-size : 14px;}



.list {
    padding: 10px 0px;
}
.list li::before {
	content: "";
	width: 8px;
	height: 8px;
	 border-radius: 100%;
	background: #c9c9c9;
	left: 0;
	top: 50%;
	margin-top:-4px;
	z-index: 1;
	position: absolute;
}
.list li:hover::before {
	background: #0F4EBF;
}



.list li {
    font-size: 16px;
    padding: 3px 0px 3px 15px;
    line-height: 30px;
}
.list li B{
	color:#0F4EBF;
}
.list li B a{
	color:#0F4EBF;
}
.list li * {
    vertical-align: middle;
}




.t_link{width:auto;background-color: #F2F2F2; padding: 10px;  margin: 10px 0 0px 0; }
.t_link .link_name{ font-size: 18px; padding: 10px 0;}
.t_link .link_address{width:auto;padding:5px 0 5px 0;}
.t_link .link_address ul li{float: left; line-height: 26px; font-size: 12px;}
.t_link .link_address ul li a{color:#333; padding: 0 15px 0 0;}



.t_footer { text-align: center; padding:10px; margin: 0px 0 0px 0; 
	border-top:5px solid #01327E;
	font-size:9px; }
.t_footer .nav-foot{padding:0; line-height: 26px; }
.t_footer .nav-foot a{color:#999999;padding:0 2px;border-left:0px solid #fff;}
.t_footer .nav-foot a:first-child{border-left:none;}
.t_footer p{ line-height: 26px; }





#toTop {
	background: url("gotop.png") no-repeat; width: 28px; height: 28px; right: 2%; bottom: 10px; display: none; position: fixed; _position: absolute;
	background-size: 100% auto;
	opacity: 0.6;
}
#toTop:hover {
	opacity: 1;
}




}


