@charset "utf-8";
/* CSS Document */
html,body{
	padding:0px;
	margin:0px;
	font-family:"微软雅黑"， Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";
	font-size:18px;
	line-height:1.8em;
}
a{text-decoration: none;}
.conw{
	width:90%;
	margin:auto;
	display: table;
	display: block;
}
.clearboth{ clear: both;}

.top-head{
	background-image: url(../images/top-head-bg.png);
	background-size: cover;
	height:240px;
}
.logo{
	float:left;
	width:40%;
	height:170px;
	padding-top:60px;
	padding-bottom:0px;
}
.top-head-right{
	float:right;
	width:50%;
	height:155px;
	padding-top:60px;
	padding-bottom:15px;
	text-align: right;
	overflow: hidden;
}

.searcharea{
  position: relative;
  margin-top:15px;
  width:100%;
}
.searcharea input[type="text"]{
	width:100%;
	height:30px;
	line-height:30px;
	position: relative;
	padding:5px 15px 5px 15px;
	border:0px;
	outline: 0;
	font-size:18px;
}
.searcharea input[type="button"]{
	position: absolute;
	top:0px;
	right:0px;
	height:40px;
	line-height:40px;
	border:0px;
	background-color: #118def;
	color:#fff;
	padding-left:25px;
	padding-right:25px;
	cursor: pointer;
	z-index: 10;
	font-size:18px;
}
.searcharea input[type="button"]:hover{
	background-color: #f18620;
}

.nav-area{
	width:100%;
	background-color: #118def;
}
.pagetit{
	display: block;
	text-align: center;
	line-height:2.5em;
}
.pagetit span{
	display: inline-block;
	margin-left:5px;
	margin-right:10px;
	cursor: pointer;
/*	width:200px;*/
/*	height:10px;*/
/*	background-color: #118def;*/
}
.pagesourse{
	font-size:14px;color:#888;
}
.share{display: inline-block;
position: relative;width:120px;height:24px;}
.share .bdsharebuttonbox{
	display: block;
	position: absolute;
	left:0px;
	top:5px;
}
ul.nav{padding:0px;margin:0px auto 0px auto;min-height:80px; display: table;}
ul.nav li{
	list-style: none;
	float:left;
/*	height:80px;*/
	display: inline-block;
	line-height:80px;
	font-weight:bold;
	color:#fff;
	text-align: center;
	padding-left:32px;
	padding-right:32px;
	position: relative;
}
ul.nav li > a{
	font-size:24px;
	color:#fff;
	display: block;
	width:100%;
	position: relative;
}
ul.nav li:hover{
	color:#fff;
	background-color: #f18620;
}
ul.nav li ul.sec_menu{
	position: absolute;
	left:0px;
	top:80px;
	z-index: 10000;
	padding:0px;
	margin:0px;
	display: none;
	width:100%;
}
ul.nav li ul.sec_menu li{
	background: #efefef;
	width:100%;
	text-align: left;
	font-size:14px;
	line-height:40px;
	font-weight: normal;
	padding:0px;
}
ul.nav li ul.sec_menu li a{
	font-size:14px;
	color:#000;
	padding:5px 10px 5px 10px;
}
ul.nav li ul.sec_menu li:hover{
	background-color: #118def;
}
ul.nav li ul.sec_menu li:hover a{
	color: #fff;
}
ul.nav li:hover ul.sec_menu{
display: block;	
}
.triangle{
border-width: 7px 6px 0 6px;
border-color:  #fff transparent transparent transparent;
border-style:solid;
height: 0; 
width: 0;
	position: absolute;
	right:-15px;
	top:50%;
}
.choosefontsize{
	color:#118def;
	font-weight:bold;
}
.fzhcont img{
	max-width:100%;
}
.fzhcont p{
	line-height:2em;
}
.bottom_bg{
	background-color: #333;
	padding-top:30px;
	padding-bottom:30px;
	color:#cccccc;
	font-size:16px;
}
.bottomUl{
	margin:auto;
	padding:0px;
	display: table;
	width:100%;
}
.bottomUl li{
	float:left;
	list-style: none;
	line-height:35px;
}
.bottomUl li span{
	position: relative;
	width:20px;
	display: inline-block;
	height:10px;
	margin-right:10px;
}
.bottomUl li span img{
	position: absolute;
	width:20px;
	top:-5px;
	z-index: 10;
}
.bottomUl li:nth-child(1){
	width:23%;
}
.bottomUl li:nth-child(2){
	width:27%;
	padding-right:5%;
}
.bottomUl li:nth-child(2) a{
	margin-right:15px;
}
.bottomUl li:nth-child(3){
	width:30%;
}
.bottomUl li:nth-child(4){
	width:15%;
	text-align: right;
}
.bottomUl li strong{
	font-size:22px;
	color:#fff;
}
.bottomUl li a{
	color:#ccc;
}
.bottomUl li a:hover{
	color:#fff;
}

.tot{
	position: relative;
	color:#666;
	border-bottom:1px solid #ccc;
	padding-bottom:5px;
}
.tot img{
	position: absolute;
	top:0px;
	left:0px;
}
.tot h1{
	text-align: center;
	padding-top:30px;
	line-height:1.3em;
	width:90%;
	margin-left:auto; 
	margin-right:auto;
}
.tot h1 a{
	color:#000;
}
.tot h1 a:hover{
	color:#118def;
}

.yaowen{
	padding-top:30px;
	padding-bottom:30px;
}
.yaowen a{
	color:#000;
}
.yaowen a:hover{
	color:#118def;
}
.yaowen .ywleft{
	float:left;
	left:50%;
	width:50%;
}
.ywleft img{
	max-width: 100%;
}
.yaowen .ywright{
	float:right;
	width:50%;
	right:50%;
}
.ywarea{
	padding-left:30px;
}
.ywarea h2{
	font-size:24px; 
	text-align: center;
}
.titarea{
	position: relative;
}
.titarea strong{
	font-size:26px;
	border-bottom:6px solid #118def;
	padding-bottom:8px;
	display: inline-block;
}
.titarea strong span{
	color:#118def;
}
.titarea .reamore{
	position: absolute;
	top:0;
	right:0;
	border-bottom:1px solid #000;
	font-size:14px;
	letter-spacing: 7px;
	text-align: center;
}
.titarea .reamore a{
	color:#000;
}
.titarea .reamore:hover{
border-bottom:1px solid #118def;	
}
.titarea .reamore:hover a{
	color:#118def;
}
.partilelist{
	margin-left:0;
	padding-left:0;
}
.partilelist a{
	color:#000;
}
.partilelist a:hover{
	color:#118def;
}
.partilelist li{
	position: relative;
	list-style: none;
	padding-top:2px;
	padding-bottom:2px;
}
.partilelist li .attime{
	position: absolute;
	right:0;
	color:#ccc;
}
.indexlistarea{
	position: relative;
	display: block;
	padding-top:30px;
	padding-bottom:30px;
}
.indexlistarea .arealeft{
	width:60%;
	float:left;
}
.indexlistarea .arearight{
	width:35%;
	float:right;
}
.adimg img{
	max-width:100%;
}
.top-o{
	border-bottom:1px solid #ccc;
}
.top-o strong{
	font-size:24px;
}
.top-o a{
	color:#000;
}
.top-o a:hover{
	color:#118def;
}
.top-o .pic-img{
	width:200px;
	padding-top:30px;
	padding-bottom:20px;
}
.top-o .newstit{
	padding-left:20px;
	padding-top:30px;
	padding-bottom:20px;
}
.huiyuanindex{
	padding-top:30px;
	padding-bottom:30px;
}
.huiyuan{
	margin:30px auto 30px auto;
	padding:0px;
	width:100%;
}
.huiyuan li{
	float:left;
	list-style: none;
	line-height:0px;
	position: relative;
	text-align: center;
	width:12.5%;
}
.huiyuan li .hyunit{
	display: block;
	padding:5px;
}
.huiyuan li .hyunit .hyunit_tit{
	height:45px;
	padding-top:10px;
	padding-bottom:10px;
	line-height:1.3em;
	overflow: hidden;
}
.huiyuan li .hyunit{
	display: block !important;
	height:100%;
	padding:5px;
	position: relative;
	text-align: center;
}
.huiyuan li .hyunit img{
	width:100%;
}
.huiyuan a{color:#000;}

.huiyuan li:hover .hyunit .hyunit_tit{
	background-color:rgba(0,0,0,0.3);
/*	background-color:rgba(17,141,239,0.9);*/
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index: 100;
	color:#fff;
	display: inline-table;
}
.huiyuan li:hover .hyunit .hyunit_tit td{
	vertical-align: middle;
	padding:10px;
}
.huiyuan li:hover .hyunit img{
	width:100%;
}
.huiyuan li:hover a{
	color:#fff;
}
.dashijian{
	background-color: #ebf0f4;
}
.dashijian_area{
	padding:50px;
}
.big_event{
	padding-top:30px;
}
.dashijian_pic{
	width:60%;
}
.dashijian_font{
	padding-left:30px;
}
.dashijian_font p{
	margin-top:0px;
}
.big_event-time span{
	display:inline-block;
	padding:5px 15px 5px 15px;
	margin-top:15px;
	margin-bottom:15px;
	margin-right:20px;
	border-radius: 5px;
	background-color: #118def;
	color:#fff;
	cursor: pointer;
	position: relative;
}
.big_event-time span.nochoosebg{
	background-color: #cccccc;
}
.big_event-time span.nochoosebg:hover{
	background-color: #cccccc;
}
.big_event-time span:hover,.big_event-time span.choosebg{
	background-color: #b53125;
}
.big_event-time span.choosebg:after{
	content:"▼";
	color:#b53125;
	position: absolute;
	top:-22px;
	
	left:42%;
	transform: rotate(180deg);
}
.brea_path{
	padding-top:20px;
	padding-bottom:20px;
	font-size:14px;
}
.brea_path a{
	color:#000;
}
.brea_path a:hover{
color:#118def;	
}

.second_show{
	display: block;
	padding-bottom:30px;
}
.second_show .showleft{
	width:25%;
	float:left;
	
}
.menu_post{
	position: fixed;
	top:0;
}
.second_show .showright{
	width:70%;
	padding-left:5%;
	float:right;
}
.sec_left_menu{
	background-color: #118def;
	color:#fff;
/*	margin-bottom:30px;*/
	padding:50px;
}

.sec_left_menu ul{
	padding:0px;
	margin:0px;
}
.sec_left_menu ul li{
	border-bottom:1px solid #fff;
	padding:20px;
	text-align: left;
	list-style: none;
	font-size:22px;
}
.sec_left_menu ul li a{
	color:#fff;
}
.sec_left_menu ul li span{
	width:10px;
	height:10px;
	background-color: #51acf3;
	display: inline-block;
	margin-right:10px;
}
.sec_left_menu ul li.choosemenu a,.sec_left_menu ul li:hover a {
	color:#fff;
	font-weight:bold;
}
.sec_left_menu ul li:hover span,.sec_left_menu ul li.choosemenu span{
	background-color: #fff;
}
.newsunit{
	padding-top:20px;
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px solid #ccc;
}
.news-img{
	width:200px;
}
.news-cont-right{
	padding-left:30px;
}
.news-cont-right h3{
	margin-top:0;
}
.news-cont-right a{
	color:#000;
}
.news-cont-right a:hover{
	color:#118def;
}
.page_turn{
	padding-top:20px;
	padding-bottom:20px;
	text-align: center;
	font-size:14px;
}
.page_turn a{
	padding:5px 15px 5px 15px;
	border:1px solid #118def;
	margin-left:5px;
	margin-right:5px;
}
.page_turn a:hover,.page_turn a.choosepagebg{
	background-color: #ea5c18;
	border:1px solid #ea5c18;
	color:#fff;
}
.back-index{
	color:#fff;
	background-color: #ea5c18;
	text-align: center;
	margin-bottom:30px;
}
.back-index a{
	color:#fff;
	padding:30px;
	display: block;
}
.back-index:hover{
	background-color: #b53125;
}
.rylist_tit{
	background-color: #118def;
	padding-top:15px;
	padding-bottom:15px;
	color:#fff;
	text-align: center;
	font-size:24px;
	font-weight:bold;
	margin-bottom:30px;
}
.rylist_area{
	display: block;
	position: relative;
	padding-bottom:30px;
}
.rylist_area ul{
	padding:0px;
	margin:0px;
}
.rylist_area ul li{
	list-style: none;
	
	width:33.3%;
	text-align: center;
	float:left;
	
}
.rylist_area ul li .unit_area{
	padding:20px;
/*	border:1px solid #efefef;*/
}
.rylist_area ul li .unit_area img{
	display: block;
	margin:auto auto 10px auto;
}
.rylist_area ul li .unit_area a{
	color:#000;
	display: block;
	text-align: center;
}
.rylist_area ul li:hover .unit_area a {
	color:#118def;
}
.rylist_area ul li:hover .unit_area{
	background-color:#f2f2f2;
}
.rylist_area ul li .unit_area strong{
	display: block;
	height:60px;
}

.hylist_tit{
	background-color: #118def;
	padding-top:15px;
	padding-bottom:15px;
	color:#fff;
	text-align: center;
	font-size:24px;
	font-weight:bold;
	margin-bottom:30px;
}
.hylist_area{
	display: block;
	position: relative;
	padding-bottom:30px;
}
.hylist_area ul{
	padding:0px;
	margin:0px;
}
.hylist_area ul li{
	list-style: none;
	
	width:25%;
	text-align: center;
	float:left;
	
}
.hylist_area ul li .unit_area{
	padding:10px;
/*	border:1px solid #efefef;*/
}
.hylist_area ul li .unit_area img{
	display: block;
	margin:auto auto 10px auto;
}
.hylist_area ul li .unit_area a{
	color:#000;
	display: block;
	text-align: center;
}
.hylist_area ul li:hover .unit_area a {
	color:#118def;
}
.hylist_area ul li:hover .unit_area{
	background-color:#f2f2f2;
}
.hylist_area ul li .unit_area strong{
	display: block;
	height:60px;
}

.topnew{ position: relative; width: 90%;margin-left:auto;margin-right:auto;}
.topnew a{
	position: absolute;
	display: inline-block;
	bottom:0;
	right:5px;
	color:#000;
	font-size:14px;
}
.topnew a:hover{
	color:#118def;
}
.listtime{
	font-size:14px;
	color:#888;
}

.owl-pagination{position:absolute;left:0;bottom:30px;width:100%;height:22px;text-align:center;}
.owl-page{display:inline-block;width:10px;height:10px;margin:0 5px;background-image:url(../images/bg15.png);*display:inline;*zoom:1;}
.owl-pagination .active{width:25px;background-image:url(../images/bg16.png);}
.owl-buttons{display:none;}
.owl-buttons div{position:absolute;top:50%;width:40px;height:80px;margin-top:-40px;text-indent:-9999px;}
.owl-prev{left:0;background-image:url(../images/bg17.png);}
.owl-next{right:0;background-image:url(../images/bg18.png);}
.owl-prev:hover{background-image:url(../images/bg19.png);}
.owl-next:hover{background-image:url(../images/bg20.png);}
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
	
}
#owl-demo .item{
	display: block;
}
.owl-carousel .item{
	position: relative;
	width:100%;
	text-align: center !important;
	height:526px;
	overflow: hidden ;
}
.owl-carousel .item img{
	max-width:100%;
	margin:auto;
}
.owl-carousel .item .item_tit{
	position: absolute;
	width:90%;
	bottom:0px;
	display: block;
	background-color: rgba(0,0,0,0.5);
	padding-top:10px;
	padding-bottom:10px;
	line-height:1.3em;
	height:80px;
	color:#fff;
	padding-left:5%;
	padding-right:5%;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
/*
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
*/
.event_area_uint{
	
}


	
