body{
	margin: 0;
	font-family: "微软雅黑";
	font-size: 14px;
	font:1.5 "\5FAE\8F6F\96C5\9ED1","Microsoft Yahei","Hiragino Sans GB",tahoma,arial,"\5B8B\4F53";
	word-break: break-word;
	background: #f8f8f8;
}
ul,li,dl,dd,dt{
	list-style: none;
	margin: 0;
	padding: 0;
}
a,a:link,a:hover,a:active{
	text-decoration: none;
	text-indent: 0;
}
.overflowH{
	overflow: hidden;
}
div{
	display: block;
}
.clearfix{
	clear: both;
}
.flex{
	display: flex;
	justify-content: space-between;
}
.dis_none{
	display: none;
}
.container {
	width: 1220px !important;
}
.col-sm-6{
	width: 50%;
	float: left;
}
.col-sm-5 {
	width: 41.66666667%;
}
/*top*/
.header{
	background: white;
	padding:13px 0;
	background: url(header_ng.png) right center no-repeat;
	background-size: cover;
	width: 100%;
	min-width: 1220px;
}
.header .navbar-brand{
	height: auto;
	padding: 5px 0;
}
.header .navbar-brand img{
	max-height: 70px;
	max-width: 100%;
}
.header .input-group{
	margin-top: 15px;
	border: solid 1px #2888d3;
	border-radius: 100px;
	background: rgba(255,255,255,.2); float:right
}
.header .input-group input{
	border: none;
	background: transparent;
	box-shadow: none;
	height: 26px;
}
.header .input-group a{
	cursor: pointer;
	background: transparent;
	border: none;
	padding: 3px 15px;
}
.readbox{
	margin-top: 10px;
}
.readbox a{
	color: #666;
	padding: 0 1px;
	font-size: 14px;
}
.readbox a.active,.readbox a:hover{
	color: #2390d6;
}
.readbox .btn_topenter{
	background: #2390D6;
	color: white;
	border-radius: 100px;
	padding: 2px 10px;
	margin-left: 10px;
}
.readbox .btn_topenter:hover{
	color:white;
}
.readbox .btn_topenter1{
	background: url(top_icon01.png) 15px center no-repeat #2390D6;
	padding-left: 40px;
}
.readbox .btn_topenter2{
	background: url(top_icon02.png) 15px center no-repeat #2390D6;
	padding-left: 40px;
}
/*nav*/
.collapse{
	display: block !important;
}
.nav-justified {
	width: 100%;
}
.nav-justified>li {
	display: table-cell;
	width: 1%;
}
.container>.navbar-collapse {
	margin-left: -15px;
	margin-right: -15px;
}
.navbox{
	margin: 0;
	min-height: auto;
	/*background: url(nav_bg.png) right center repeat-x;
	background-size: contain;*/
	border-radius: 0;
	border: none;
	background: #2390d6!important;
	width: 100%;
	min-width: 1220px;
}
.navbox ul{
	background: url(li_bg.png) right center no-repeat;
}
.navbox li{
	padding: 2px 0px;
	background: url(li_bg.png) left center no-repeat;
}
.navbox li a{
	font-size: 15px;
	color: white;
	border-radius: 0;
	padding: 8px 0;
	line-height: 26px;
	font-weight: bold;
}
.navbox li.active,.navbox li.active:hover,.navbox li:hover{
	transition: all .3s;
}
.navbox li.active>a, .navbox li.active>a:focus, .navbox li.active>a:hover{
	transition: all .3s;
	background: url(nav_a_bg.png) bottom left repeat-x!important;
}
.navbox li>a:focus, .navbox li>a:hover{
	transition: all .3s;
	background: url(nav_a_bg.png) bottom left repeat-x!important;
}
.nav_icon{
	width: 30px;
	height: 26px;
	float: left;
	background: url(nav_icon.png);
}
@media only screen and (min-width:1200px ) {
	.navbox li.nav_li2 a{
		padding: 8px 0px 8px 13px;
	}
	.navbox li.nav_li2 a>span{
		min-width:45px;
	}
	.nav_icon{
	
		margin-right: 2px;
	}
	.navbox li a span{
		display: block;
		text-align: left;
	}
}
.nav_icon1{
	background-position: 3px 0;
}
.nav_icon2{
	background-position: -28px 0;
	margin-left: 0;
}
.nav_icon3{
	background-position: -56px 0;
}
.nav_icon4{
	background-position: -263px 0;
}
.nav_icon5{
	background-position: -149px 0;
}
.nav_icon6{
	background-position: -88px 0;
}
.nav_icon7{
	background-position: -120px 0;
}
.nav_icon8{
	background-position: -207px 0;
}
.nav_icon9{
	background-position: -177px 0;
}
.nav_icon10{
	background-position: -236px 0;
}
@media only screen and (max-width: 1200px) {
	.nav_icon{
		float: initial;
		display: block;
		margin: auto;
	}
}
@media only screen and (max-width: 991px) {
	.navbox li a{
		line-height: 20px;
	}
	.nav_icon{
		margin-bottom: 5px;
	}
}
.navbox .open>a, .navbox .open>a:focus, .navbox .open>a:hover{
	background: transparent;	
	border-color: transparent;
}
.navbox .dropdown-menu{
	margin: 0;
	min-width: 120px;
	background: rgba(225,244,255,.9);
	border: none;
	border-radius: 0;
	padding: 0 15px;
	top: 100% !important;
}
.navbox li:hover .dropdown-menu{
	display: block;
}
.navbox .open>.dropdown-menu{
	display: none;
}
.navbox .dropdown-menu li{
	background: transparent;
	padding: 0;
}
.navbox .dropdown-menu li a{
	font-size: 14px;
	font-weight: normal;
	color: #666;
	border-radius: 0;
	padding: 6px 0;
	text-align: center;
	border-bottom: solid 1px rgba(86,181,238,.3);
	font-weight: bold;
}
.navbox .dropdown-menu li:last-child a{
	border-bottom: none;
}
.navbox li:hover .dropdown-menu a{
	border-bottom: solid 1px rgba(86,181,238,.3);
}
.navbox .dropdown-menu a:hover{
	color: #0094e9;
	border-bottom:  solid 1px rgba(86,181,238,.3);
}





/*copyright*/
.copyright{
	background:#2597DD;
	border-top: solid 8px #025CBD;
	padding: 17px 0 15px;
	position: relative;
	width: 100%;
	min-width: 1220px;
}
.linkabox{
	margin-bottom: 3px;
}
.linkabox a{
	color: white;
	margin: 0 5px;
}
.linkabox a:hover{
	color: #2390d6;
	transition: all .2s;
}
.linkabox span{
	color: white;
}
.copyright p{
	text-align: center;
	color: white;
	margin-bottom: 0;
	line-height: 26px;
}
.copyright p span{
	margin: 0 12px;
	display: inline-block;
}
.copyright p span.lgw{
	background: url(lgw.png) left center no-repeat;
	padding-left: 25px;
}
.copyright .img_dzjg{
	position: absolute;
	top: 20px;
	left: 13%;
	width: 62px;
}
@media only screen and (max-width: 991px) {
	.copyright .img_dzjg{
		position: absolute;
		top: 15px;
		left: 10%;
	}
}

/*back*/
.backbox{  
	position:fixed; 
	top:160px; 
	right:30px;
	z-index: 10000;
}
.backboxgrzx{
	width: 50px;
	box-shadow: 0 0 10px rgba(0,0,0,.2);
	border-radius: 5px;
	background: white;
	overflow: hidden;
	line-height: 16px;
}
.backbox *{
	display: block;
	text-align: center;
	margin: auto;
}
.backbox a{
	line-height: 18px;
}
.codebox{
	width: 50px;
	padding: 10px;
	box-shadow: 0 0 10px rgba(0,0,0,.2);
	border-radius: 5px;
	background: white;
	margin-top: 10px;
}
.codebox .code1{
	max-width: 100%;
	margin-bottom: 5px;
}
.codebox .code2{
	width: 100px;
	border: solid 5px white;
	position: absolute;
	right: 51px;
	top:115px;
	display: none;
}
.codebox a{
	color: #666;
}
.codebox:hover .code2{
	display: block;
}
.r_dl{
	background: -webkit-linear-gradient(#4ebaf2, #2782b7); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(#4ebaf2, #2782b7); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(#4ebaf2, #2782b7); /* Firefox 3.6 - 15 */
	background: linear-gradient(#4ebaf2, #2782b7); /* æ ‡å‡†çš„è¯­æ³• */
	color: white !important;
	line-height: 20px;
	padding: 10px;
}
.r_dl img{
	margin-bottom: 6px;
}
.m-style.pageBottom>input.jump-ipt{
	width: 38px;
	background: #fff;
	border: 1px solid #ebebeb;
	color: #bdbdbd;
	text-align: center;
	outline: none;
}
/* 页面内搜索 */
.search_inputGroup{
	position: relative;
	display: block;
	margin:0px auto 25px;
	border: solid 1px #2888d3;
	border-radius: 4px;
	width:50%;
	height:37px;
	background: #fff;
}
.search_inputGroup>input{
	border: none;
	background: transparent;
	box-shadow: none;
	height: 35px;
	width:80%;
	padding: 0 0 0 15px;
	color:#999;
}
.search_inputGroup>a{
	position: absolute;
	right: 15px;
	top: 3px;
	cursor: pointer;
	background: transparent;
	border: none;
}
.mapSearch{
	position:absolute;
	right:15px;
	top:-30px;
	width: 30%;
	height: 28px;
}
.mapSearch>input{
	height: 26px;
	width:100%;
}
.mapSearch>a{
	padding: 4px 12px;
	top: 0px;
}

.leftStopColor{
	color:#bebebe !important;
}
.layui-laydate .layui-this {
	display: block;
	margin: 0 auto;
}
.gonggao li{ width:33.3%; float:left; background:url(../images/laba.png) no-repeat left center; height:38px; line-height:38px; padding-left:25px}
.gonggao li span{ float:right; margin-right:10px}

#focus .btn span {
    display: inline-block;
    width: 25px;
    height: 3px;
    margin-left: 5px;
    background: url(hui.png) no-repeat;
    float: left;
}

#focus .btn span.on {
    display: inline-block;
    width: 25px;
    height: 3px;
    margin-left: 8px;
    background: url(hei.png) no-repeat;
}

#focus .btnBg {
    position: absolute;
    width: 500px;
    height: 91px;
    left: 0;
    bottom: 0;
    background: url(01_06.png);
}



                #focus {width:436px; height:333px;overflow:hidden; position:relative;z-index:1}
                #focus ul {height:500px; position:absolute;margin:0;padding:0;}
                #focus ul li {float:left; width:436px;height:333px; overflow:hidden;position:relative;background:#000;}
                #focus ul li div.photo_bt {width:100%;position:absolute;bottom:0;font-size:15px;color:#ffffff;z-index:1;height:91px;}
                #focus .btnBg {position:absolute;width:436px;height:91px;left:0;bottom:0;background:url(01_06.png);}
                #focus .btn {position:absolute;width:156px;height:16px;right:0px;bottom:0;text-align:right;line-height:16px;z-index:999;}
                #focus .btn span {display:inline-block;width:25px;height:3px;margin-left:5px;background:url(hui.png) no-repeat;float:left;}
                #focus .btn span.on {display:inline-block;width:25px;height:3px;margin-left:8px;background:url(hei.png) no-repeat;}
                #focus .preNext {width:45px;height:100px;position:absolute;top:45px;cursor:pointer;}
                #focus .pre {left:0;}
                #focus .next {right:0; background-position:right top;}
				
				
.box1 ul li span{ float:right}
.denglu{ background: url(denglu.png) no-repeat top center; width:277px; height:310px; float:right}

 .userlogin{
	padding-top:10px;
}
 .userlogin .fb{
	height:40px;
}
 .userlogin .fb span{
	float:left;
	width:60px;
	text-align:right;
	padding-right:6px;
	color:#888;
}
 .userlogin .fb img{
	vertical-align:middle;
	margin-left:5px;
}
 .userlogin .submit{
	text-align:center;
	padding-top:3px;
}
 .userlogin .submit a{
	color:#003300;
	margin-left:7px;
}
 .userinfo{
	
}
 .userinfo .welcome{
	width:220px;
	height:24px;
	margin:12px auto;
	background:#F9F9F9;
	border-top:1px solid #EEE;
	border-bottom:1px solid #EEE;
	line-height:23px;
	text-indent:10px;
	color:#666;
}
 .userinfo .welcome strong{
	color:#F60;
	font-weight:bold;
}
 .userinfo .userface{
	width:60px;
	height:64px;
	overflow:hidden;
	padding-left:16px;
	padding-top:2px;
	float:left;
}
 .userinfo .userface a{
	display:block;
	margin:0px auto;
	text-align:center;
}
 .userinfo .userface a img{
	width:52px;
	height:52px;
	display:block;
	margin:0px auto 6px;
	padding:2px;
	border:1px solid #DDD;
}
.btn-1{ width:100%; height:32px; background:#2390d6; color:#FFFFFF; border:none}
#uc_member{ padding:25px; margin-top:50px; overflow:hidden}
.zhuce{ margin-top:30px; float:right;}
.zhangcheng li{ float: left}
.zhangcheng{ margin-top:25px; margin-bottom:25px}
.left1{ width:250px; float:left; padding-top:28px}
.left1 img{ width:250px; height:200px}
.zdleft{ width:180px; height:130px; float: left}
.zdleft img{ width:100%; height:120px}
.zhiding{ margin-top:20px}
.zdright{ width:200px; float:right}
.zdright h2{ font-size:17px; line-height:28px}
.zdright h2 a{ color: #4d4d4d; }
.zdmiaoshu{ font-size:14px; color:#8B8B8B; height:40px; line-height:20px; overflow:hidden}
.shijian{ background:url(dian.png) no-repeat left center; height:28px; line-height:28px; padding-left:25px; color:#939393}
.youlian{ border-bottom:1px solid #17608C; font-size:16px; color:#FFFFFF; padding-bottom:15px; line-height:28px; margin-bottom:25px}
.youlian a{ color:#FFFFFF; margin-left:15px}
.footleft{ width:400px; float:left; margin-top:25px; margin-bottom:25px; border-right:1px solid #FFFFFF}
.footcen{ width:450px; float:left; padding-left:25px; line-height:40px; font-size:16px; text-align: left!important; padding-top:20px}
.footcen p{text-align: left!important}
.footright{ width:200px; float:right}
 .topTitle {
    position: relative;
    padding: 15px 0 20px 0;
    border-bottom: 1px dashed #e6e6e6;
    text-align: center;
  }
   .topTitle h2 {
      margin-top:20px;
    margin-bottom: 25px;
    font-size: 27px;
    font-weight: 600;
  }
   .topTitle .smallText {
    text-align: center;
    display: flex;
    justify-content: center;
    font-size: 15px;
    color: #666;
  }
   .topTitle .smallText > p {
    margin: 0 8px;
  }
   .topTitle .share {
    color: #666;
    position: absolute;
    bottom: 15px;
    right: 0;
  }
   .topTitle .share > a {
    cursor: pointer;
  }
   .topTitle .share .weixin {
    position: relative;
  }
   .topTitle .share .weixin .weixinPhoto {
    position: absolute;
    left: 0;
    top: 30px;
    width: 130px;
    border: 4px solid #999;
    border-radius: 4px;
    background: #fff;
  }
   .topTitle .share .weixin .weixinPhoto .title {
    padding: 0 10px;
    font-size: 14px;
    line-height: 30px;
    color: #333;
    background: #efefef;
    border-bottom: 1px solid #e6e6e6;
  }
   .topTitle .share .weixin .weixinPhoto .title .closeWeixin {
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transform: rotate(45deg);
  }
   .topTitle .share .weixin .weixinPhoto .title .closeWeixin:hover {
    color: #f00;
  }
   .topTitle .share .weixin .weixinPhoto .img {
    padding: 10px;
  }
   .topTitle .share .weixin .weixinPhoto .img > img {
    width: 100%;
  }
   .textContain {
    padding: 30px 15px;
  }
   .textContain > p {
    margin-bottom: 20px;
    line-height: 30px;
    font-size: 16px;
    text-indent: 2em;
  }
   .textContain > p span{
    font-size: 16px !important;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
  }
   .textContain .img {
    margin-bottom: 20px;
    text-align: center;
  }
   .textContain .img p {
    line-height: 38px;
  }
  .textContain .titleName {
    display: flex;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: bold;
    color: #2390d6;
  }

  .textContain .titleName .shu {
    margin-top: 2px;
    margin-right: 10px;
    width: 5px;
    height: 20px;
    border-radius: 10px;
    background: #2390d6;
  }
  #mediaContent0_0,#mediaContent0_1,#mediaContent0_2,#mediaContent0_3,#mediaContent0_4,#mediaContent0_5,#mediaContent0_6,#mediaContent0_7,#mediaContent0_8,#mediaContent0_9{text-align: center;}
  .art_con, .art_con p, .art_con p a {
    text-indent:0;
}

.pagination-wrapper2{margin: 20px 0; margin-top:80px} .pagination2{height: 34px;text-align: center;} .pagination2 li {display: inline-block;height: 34px;margin-right: 5px; float: left;display: block;height: 32px;line-height: 32px;padding: 0 12px;font-size: 16px;border: 1px solid #dddddd;color: #555555;text-decoration: none;} .pagination2 li a{} .pagination2 li a:hover{background:#f5f5f5;color:#0099ff;} .pagination2 li.thisclass {background: #09f;color: #fff;} .pagination2 li.thisclass a,.pagination2 li.thisclass a:hover{background: transparent;border-color: #09f;color: #fff;cursor: default;}
.search-submit img{ background:none; border:none}

.input-group button{ background:none; border:none; margin-right:10px; margin-top:2px}
.mylink li{ float:right; width:50%}
.mylink{ clear:both}