﻿@charset "utf-8";
/* default */
body,
h1,h2,h3,
h4,h5,h6,
ul,ol,li,
p,hr{
	margin:0;
	padding:0;
}
ul,ol{
	list-style:none;
}
body,html{
	background-color: #FDFDFD;
	font-family: "Microsoft YaHei" , sans-serif;
	-webkit-font-smoothing: antialiased;
}
a{
	color:#323232;
	text-decoration:none;
}
a:hover,
a:active,
a:link,
a:visited{
	text-decoration:none;
}
.clear{
	clear: both;
}
/* /default */

/* 
header
=========================================
*/
.top_line{
	background-color: #F0B430;
	height: 5px;
	width: 100%;
}
.header_center{
	overflow: hidden;
}
.logo{
	float: left;
}
.logo > img{
	height: 90px;
}
@media (max-width: 677px) {
	.logo{
		margin: 5px 0;
	}
	.logo > img{
		height: 50px;
	}
}
.pc_header_nav{
	border-top: 1px solid #ddd;
	border-bottom: 2px solid #ccc;
	height: 52px;
}
@media (max-width: 677px) {
	header{
		border-bottom: 3px solid #ccc;
	}
	.pc_header_nav{
		display: none;
	}
}
.pc_header_nav > ul > li{
	float: left;
	position: relative;
}
.pc_header_nav > ul > li:hover .nav_item{
	display: block;
}
.pc_header_nav > ul > li > a{
	border-bottom: 2px solid white;
	color: #F6AE0D;
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: 47px;
	padding:0 2em;
	position: relative;
}
@media (max-width: 999px) {
	.pc_header_nav > ul > li > a{
		padding: 0 1.5em;
	}
}
.pc_header_nav > ul > li > a:after{
	border-top: 6px solid #fff;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	bottom: 4px;
	content: '';
	display: none;
	left: 50%;
	margin-left: -6.4px;
	position: absolute;
}
.pc_header_nav > ul > li.hover > a,
.pc_header_nav > ul > li:hover > a{
	background-color: #E498BF;
	border-bottom: 2px solid #DD6AA6;
	color: #fff;
}
.pc_header_nav > ul > li:hover > a:after{
	display: block;
}
.pc_header_nav > ul > li:first-child:hover > a:after{
	display: none;
}
.pc_header_nav > ul > li:last-child:hover > a:after{
	display: none;
}
.nav_item{
	background-color: #FDFDFD;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 3px solid #CCCCCC;
	display: none;
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 999;
}
.nav_item > li > a{
	display: block;
	font-size: 12px;
	line-height: 2em;
}
.nav_item > li > a:hover{
	background-color: #E498BF;
	color: #fff;
}
/* 
mobile nav
*/
.menu-handler {
	border: 1px solid #ccc;
	cursor: pointer;
	display:none;
	height: 30px;
	float:right;
	margin-top:16px;
	position:relative;
	width: 34px;
	z-index: 998;
}
@media (max-width: 677px) {
	.menu-handler {
		display:block;
	}
}
.menu-handler.active{
	border: none;
}
.menu-handler .burger {
	width: 24px;
	height: 3px;
	background: #000;
	display: block;
	position: absolute;
	z-index: 5;
	top: 3px;
	left: 50%;
	margin-left: -12.5px;
	transform-origin: center;
	-webkit-transform-origin: center;
	-moz-transform-origin: center;
	-o-transform-origin: center;
	-ms-transform-origin: center;
	border-radius: 3px;
}
.menu-handler .burger-2 {
	top: 12px;
}
.menu-handler .burger-3 {
	top: 21px;
}
.menu-handler.active .burger-1 {
	background-color: #909090;
	top: 12px;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.menu-handler.active .burger-2 {
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	filter: alpha(opacity=0);
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
}
.menu-handler.active .burger-3 {
	background-color: #909090;
	top: 12px;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.trans, .trans:hover {
	-webkit-transition: all 277ms ease-in-out;
	-moz-transition: all 277ms ease-in-out;
	-o-transition: all 277ms ease-in-out;
	transition: all 277ms ease-in-out;
	-ms-transition: all 277ms ease-in-out;
}
.trans-fast, .trans-fast:hover {
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
}
#menu-holder {
	position: fixed;
	right: -100%;
	top: 0px;
	width: 50%;
	padding: 0px 25px;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	background:#fff;
	color: #fff;
	z-index: 997;
	-webkit-overflow-scrolling: touch;
	-webkit-transition: 400ms;
	-moz-transition: 400ms;
	-o-transition: 400ms;
	transition: 400ms;
}
#menu-holder a:link, #menu-holder a:visited {
	color: #333;
	font-size:14px;
}
#menu-holder a:active, #menu-holder a:hover {
	color: #F0B430;
	text-decoration:underline;
}
#menu-holder .msubnav a:link, #menu-holder .msubnav a:visited {
	color: #F0B430;
}
#menu-holder .msubnav a:active, #menu-holder .msubnav a:hover {
	color: #e4e4e4;
}
.navMobile {
	display: block;
	margin-top: 86px;
	padding: 0px 0px;	
}
.navMobile dd {
	position: relative;
	width: 100%;
}
.navMobile dd + dd{
	margin-top: 10px;
}
.navMobile p a {
	font-size:14px;
	display: block;
}
.navMobile .msubnav {
	width: 238px;
	padding-top: 16px;
	display: none;
}
.navMobile .msubnav a {
	font-size: 16px;
	margin: 0px 12px 10px 0px;
	display: inline-block;
}
#menu-holder .g-tel {
	font-size: 14px;
}
#bg-menu {
	background-color: rgba(0,0,0,0.8);
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 99; display: none;
}
.open #menu-holder {
	right: 0px;
}
.slide_banner .swiper-slide{
	overflow: hidden;
	position: relative;
	text-align: center;
}
@media (max-width: 1239px) {
	.slide_banner .swiper-slide{
		height: auto;
	}
}
.slide_banner img{
	width: 100%;
}
.slogan{
	background: url('../images/slogan.jpg') center top no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	height: 100px;
	margin: 10px auto 0;
	width: 520px;
}
@media (max-width: 519px){
	.slogan{
		margin-bottom: 0;
		width: 100%;
	}
}
.title{
	background: url('../images/title_icon.png') left center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	overflow: hidden;
}
.title > h4{
	color: #646464;
	float: left;
	font-size: 16px;
	font-weight: bold;
	padding-top: 4px;
	margin-left: 2.6em;
}
.title > a{
	float: right;
	font-size: 10px;
	font-weight: bold;
	margin-top: 10px;
	text-transform: uppercase;
}
.title > a:hover{
	color: #F6B566;
}
@media (max-width: 991px) {
	.about{
		margin-top: 20px;
	}
}
.about > .img,
.news_item > .img{
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
	height: 90px;
	width: 100%;
}
.news_item > ul > li + li{
	margin-top: 10px;
}
.news_item > ul > li:before{
	content: '>';
	float: left;
	font-family: "宋体",serif;
	margin-right: 6px;
	margin-top: 3px;
}
.news_item > ul > li > a{
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 90%;
}
.news_item > ul > li > a:hover{
	color: #909090;
	text-decoration: underline;
}
.about > p{
	font-size: 14px;
	line-height: 2em;
}
.photo{
	padding-top: 30px;
	margin-bottom: 20px;
}
.photo_title{
	background: url('../images/photo_title_bg.png') -30px top no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	height: 120px;
}
@media (max-width: 720px) {
	.photo_title{
		height: 70px;
		-webkit-background-size: auto 100%;
		background-size: auto 100%;
	}
}
@media (max-width: 1259px) {
	.photo_title{
		height:120px;
		-webkit-background-size: auto 100%;
		background-size: auto 100%;
	}
}
.photo_title > a{
	float: right;
	font-size: 14px;
	margin-top: 74px;
	text-transform: capitalize;
}
@media (max-width: 720px) {
	.photo_title > a{
		margin-top: 12%;
	}
}
@media (max-width: 439px) {
	.photo_title > a{
		display: none;
	}
}
.slide_photo{
	margin-top: 5px;
}
.slide_photo .swiper-slide{
	padding: 1px;
}
.slide_photo a{
	display: block;
	padding: 6px;
	width: 100%;
	height: 220px;
	border: 1px solid #ccc;
}
.slide_photo a > img{
	display: none;
	width: 100%;
}
.footer_nav{
	background-color: #F0B430;
	border-top: 1px solid #909090;
	border-bottom: 1px solid #909090;
}
.footer_nav li{
	border: 0px solid #909090;
	float: left;
	padding: 10px 40px;
	margin: 2px;
}
.footer_nav li:first-child{
	font-weight: bold;
}
@media (max-width: 1259px) {
	.footer_nav li{
		padding: 10px 30px;
	}
}
@media (max-width: 999px) {
	.footer_nav li{
		padding: 10px 20px;
	}
}
@media (max-width: 609px) {
	.footer_nav li{
		padding: 5px 10px;
	}
}
@media (max-width: 489px) {
	.footer_nav ul{
		margin: 0 auto;
		width: 232px;
	}
	.footer_nav li:nth-child(3){
		border-right: 0px solid #909090;
	}
}
.footer_nav li:last-child{
	border-right: 0px solid #909090;
}
.footer_nav li > a{
	font-size: 14px;
	letter-spacing: .4em;
}
@media (max-width: 739px) {
	.footer_nav li > a{
		letter-spacing: 0;
	}
}
.footer_nav li > a:hover{
	color: #323232;
	text-decoration: underline;
}
.footer_contact{
	padding: 20px 0;
}
.qrcord{
	float: left;
	width: 200px;
}
@media (max-width: 519px) {
	.qrcord{
		float: none;
		margin: 0 auto;
		text-align: center;
	}
}
.qrcord > img{
	border: 1px solid #ccc;
	width: 140px;
}
.qrcord > p{
	font-size: 14px;
	line-height: 2em;
}
.footer_logo{
	float: right;
	width: 320px;
}
.footer_logo p {padding:0px 15px;}

@media (max-width: 519px) {
	.footer_logo{
		float: none;
		margin: 0 auto;
	}
    .footer_logo p {text-align:center;padding:0px;}
}
.footer_logo > img{
	width: 100%;
}
.footer_line{
	background-color: #BABABA;
	height: 10px;
}
.copy{
	background-color: #CECECE;
	padding: 10px 0;
}
.copy p{
	font-size: 12px;
}
.copy p:first-child{
	float: left;
}
.copy p:last-child{
	float: right;
}
@media (max-width: 410px) {
	.copy p:last-child,
	.copy p:first-child{
		float: none;
		line-height: 1.8em;
		text-align: center;
	}
}
.copy p > a:hover{
	color: #323232;
	text-decoration: underline;
}
/*  
child 
===============================================
*/
.NavImgPath{
	margin: 20px 0;
}
@media (max-width: 479px) {
	.NavImgPath {
		height:140px;
	}
}
@media (min-width: 480px) and (max-width: 767px)  {
	.NavImgPath {
		height:140px;
	}
}
@media (min-width: 768px) and (max-width: 999px){
	.NavImgPath {
		height:240px;
	}
}
@media (min-width: 1000px) {
	.NavImgPath {
		height:260px;
	}
}
.stage_title {
	border-bottom: 4px solid #CB9800;
	background-color:#F0B430;
	color:#fff;
	font-size:16px;
	line-height:4em;
	letter-spacing: .2em;
	margin-bottom: 10px;
	padding:0px 20px;
}
.side_div {
	height:auto;
	overflow:hidden;
}
.side_div .a1 {
	border:#e5e5e5 solid 1px;
	color:#646464;
	display:block;
	font-size:16px;
	font-weight: bold;
	line-height:3em;
	letter-spacing: .3em;
	overflow:hidden;
	padding-left:30px;
	position:relative;
}
.side_div .a1 + .a1{
	margin-top: 10px;
}
.side_div .a1:before{
	content: '>';
	float: left;
	font-family: '宋体',serif;
	font-size: 12px;
	margin-top: 2px;
	margin-right: 20px;
}
.side_div .a1:hover{
	border: 1px solid #609AC5;
	color: #609AC5;
}
.side_div .a1.hover {
	background-color: #609AC5;
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: 4px solid rgba(0,0,0,.4);
	color:#fff;
}
.side_div .a2 {
	height:35px;
	line-height:35px;
	color:#555;
	overflow:hidden;
	display:block;
	padding:0px 40px;
	position:relative;
}
.side_div .a2.hover {
	color:#0099ff;
}
.location {
	height:auto;
	overflow:hidden;
	border-bottom:#e5e5e5 solid 1px;
	padding:10px 0px;
}
.location > h4 {
	height:30px;
	line-height:30px;
	color:#333;
	font-size:20px;
	display:block;
	float:left;
	overflow: hidden;
}
@media (max-width: 719px) {
	.location > h4{
		font-size: 16px;
		font-weight: bold;
	}
}
.location > a{
	float: left;
}
.location font {
	height:30px;
	line-height:30px;
	color:#666;
	display:block;
	padding:0px 5px;
	float:left;
}
.location p {
	height:30px;
	line-height:30px;
	color:#999;
	display:block;
	padding:0px 5px;
	float:right;
}
.location p > span{
	height:30px;
	line-height:30px;
	color:#666;
}
.location p a:hover {
	color:#333;
}
.s_cont {
	clear:both;
	height:auto;
	overflow:hidden;
	padding: 20px 0;
}
.s_cont img {
	max-width:100%;
}
.child_item {
	height:auto;
	margin: 20px 0 10px;
	overflow:hidden;
}
.child_item a {
	display:block;
	margin-bottom: 20px;
	overflow:hidden;
	position:relative;
	text-align:center;
}
.child_item a img {
	width:100%;
	box-sizing:border-box;
	-webkit-transition:all .8s ease;
	-moz-transition:all .3s ease;
	-o-transition:all .3s ease;
	-ms-transition:all .3s ease;
	transition:all .3s ease;
}
.child_item a .projectbg {
	width:100%;
	height:100%;
	display:block;
	background:rgba(0,0,0,0.5);
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.child_item a .projectbg .project {
	width:220px;
	height:38px;
	line-height:36px;
	color:#f8f8f8;
	font-size:14px;
	overflow:hidden;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-110px;
	margin-top:-19px;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-webkit-white-space: nowrap;
	-moz-white-space: nowrap;
	-ms-white-space: nowrap;
	-o-white-space: nowrap;
	white-space: nowrap;
}
.child_item a .projectbg .project .line {
	width:20px;
	height:1px;
	background:#f8f8f8;
	margin:0px auto;
}
.child_item a:hover img{
	width:100%;
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-o-transform:scale(1.1);
	-ms-transform:scale(1.1);
	transform:scale(1.1);
	-webkit-transition:all .8s ease;
	-moz-transition:all .8s ease;
	-o-transition:all .8s ease;
	-ms-transition:all .8s ease;
	transition:all .8s ease;
}
.child_item a:hover .projectbg {
	display:block;
	transition:1000ms;
	-webkit-transition:1000ms;
	-ms-transition:1000ms;
}
.child_page{
	clear:both;
	margin-bottom: 20px;
	margin-top: 10px;
	text-align:center;
}
.child_page > a,
.child_page > span{
	border: 1px solid #ccc;
	display:inline-block;
	font-size:12px;
	margin: 0 4px;
	padding: 5px 10px;
}
.child_page > span.current{
	color: #F0B430;
}
.child_page > a:hover{
	color: #F0B430;
}
.child_title_item{
	padding-top: 20px;
}
.child_title_item > li{
	border-bottom: 1px dashed #ccc;
	overflow: hidden;
	padding-bottom: 10px;
}
.child_title_item > li:before{
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	background-color: #646464;
	content: '';
	float: left;
	margin-top: 12px;
	margin-right: 10px;
	height: 4px;
	width: 4px;
}
.child_title_item > li + li{
	margin-top: 10px;
}
.child_title_item > li > a{
	color: #646464;
	float: left;
	font-size: 14px;
	font-family: "宋体",serif;
	line-height: 2em;
	overflow: hidden;
	-webkit-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	width: 80%;
	white-space: nowrap;
}
@media (max-width: 719px) {
	.child_title_item > li > a{
		width: 60%;
	}
}
.child_title_item > li > a:hover{
	color: #323232;
	text-decoration: underline;
}
.child_title_item > li > time{
	float: right;
	font: 12px "宋体",serif;
	margin-top: 10px;
}
.s_n_title {
	height:auto;
	overflow:hidden;
	line-height:25px;
	overflow:hidden;
	color:#000;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	padding:5px 0px;
	margin-top: 20px;
}
.s_d_date {
	box-sizing:content-box;
	height:30px;
	line-height:30px;
	text-align:center;
	color:#898989;
	padding-bottom:4px;
	border-bottom:#ccc dashed 1px;
}
.s_d_date font {
	color:#e60012;
}
.f-height {
	height: 220px;
}
.f-none {
	display: none;
}
body>iframe:last-child{
	display: none;
}
.space-50{
	margin: 20px 0;
}