body{

	background-color: #f4f3f3;
	font-family: '微软雅黑', sans-serif;

}

#ascrail2000{
	z-index: 999 !important;
}

.gallery-thumbs{

	position: relative;

}

.gallery-thumb{

	float: left;
	margin: 1em 2em 1em 0;
	cursor: pointer;

}

.gallery-thumb:hover .img-holder{
	border-color: #000;
}

.gallery-thumb .img-holder{
	
	border: 2px solid rgba(0,0,0,0.5);
	height: 120px;

}

.gallery-thumb .img-holder img{
	vertical-align: bottom;
}

.header-wrapper{
	

}

.header{
	position: relative;
	padding: 0 5%;
}

#logo{
	
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	line-height: 54px;

}

/*.norm-logo{
	
	height: 36px;
	width: auto;
	
}
*/
.scroll-logo{

	display: none;

}

.nav-container{
	display: none;
}

.menu-button{
	
	display: block;

	position: absolute;
	z-index: 2;
	right: 0;
	top: 0;

	width: 50px;
	height: 54px;

	padding: 18px 0.75em;

	cursor: pointer;
	display: block;

	background: transparent;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;

	-webkit-transition: 0.25s background-color ease-out;
	-moz-transition: 0.25s background-color ease-out;
	-ms-transition: 0.25s background-color ease-out;
	-o-transition: 0.25s background-color ease-out;
	transition: 0.25s background-color ease-out;

}

.no-touch .menu-button:hover, .menu-button:active, .menu-button.selected{
	background-color: #8a8f93;
}


.menu-button .bar{
	
	width: 100%;
	height: 3px;
	background-color: #444;
	margin: 0 0 5px;

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;

}

.no-touch .menu-button:hover .bar, .menu-button:active .bar, .menu-button.selected .bar{
	background-color: #FFF;
}

.mobile-nav-container{
	
	position: relative;
	z-index: 1;

	left: 0;
	top: 0;
	width: 100%;
	
	overflow: hidden;
	height: 0;

}

.mobile-nav-container.show{
	height: auto;
}

.mobile-nav{

	margin: 0;
	padding: 0 0 0;
	list-style: none;
	background: #f4f3f3;

}

.mobile-nav > li{

	margin: 0;
	padding: 0;
	color: #8a8f93;
	font-size: 16px;

	border-top: 1px solid rgba(0,0,0,0.2);

}

.mobile-nav > li > a{

	display: block;

	font-size: 16px;
	text-transform: uppercase;

	font-family: 'proxima-nova-alt-ext-cond', 'PT Sans', sans-serif;

	padding: 8px 5% 8px;
	
	-webkit-transition: 0.25s ease-out;
	-o-transition: 0.25s ease-out;
	transition: 0.25s ease-out;

}

.mobile-nav > li > a:active, .no-touch .mobile-nav > li > a:hover{
	color: #000 !important;
}

.mobile-nav .subnav{
	
	list-style: none;
	margin: 0;
	padding: 0;

	height: 0;
	overflow: hidden;
	background-color: #8a8f93;

}

.mobile-nav .subnav{
	
	list-style: none;
	margin: 0;
	padding: 0;

	height: 0;
	overflow: hidden;
	background-color: #8a8f93;

}

.mobile-nav .subnav.show{
	height: auto;
}

.mobile-nav .subnav > li{
	
	white-space: nowrap;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	padding: 0 0 0 8%;
	color: #eee;

	background-color: transparent;

	border-top: 1px solid rgba(0,0,0,0.2);

}

.mobile-nav .subnav > li > a{

	display: block;
	font-size: 16px;
	text-transform: uppercase;

	font-family: 'proxima-nova-alt-ext-cond', 'PT Sans', sans-serif;
	
	padding: 0.6em 0 0.4em 1em;

	-webkit-transition: 0.25s ease-out;
	-o-transition: 0.25s ease-out;
	transition: 0.25s ease-out;


}

.mobile-nav > li .subnav > li > a:active, .no-touch .mobile-nav > li .subnav > li > a:hover{

	color: #FFF !important;
	
}

.page{
	
	position: relative;
	visibility: hidden;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

}

.ezedit_body{

	padding: 3em 5% 6em 5%;

}

.page.product .ezedit_body{
	padding-top: 5em;
}

.page > .image-wrapper{

	position: relative;
	left: 0;
	top: 0;
	z-index: 10;
	width: 100%;
	height: auto;
	
	text-align: center;

	background-color: #ccc;


}

.page > .image-wrapper > .image-holder{

	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	visibility: hidden;

	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

}

.section{
	width: 100%;
	
	overflow: hidden;
	text-align: center;
	display: block;

	background-position: center top;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;


}

.section.home{
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: scroll;
}

.section.home{

	height: auto;

}

.section.home .section-content{

	background-color: rgba(161, 143, 143, 0.1);

}

.home-nav{

	display: none;

}

.tag-container{
	color: #FFF;
	text-align: center;
	padding: 8em 0;
}

.tag-container .field01{
	line-height: 1em;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 300;
	font-family: 'proxima-nova', 'PT Sans', sans-serif;
}

.tag-container .field02{
	line-height: 1em;
	font-size: 40px;
	text-transform: uppercase;
	font-weight: 700;
	font-family: 'proxima-nova-alt-ext-cond', 'PT Sans', sans-serif;
}

.tag-container .scroll-arrow{
	
	display: none;
}

.tag-container .scroll-arrow img{
	width: 46px;
	height: auto;
}

.section.featured{
	
}

.page.home .fi{
	
	position: relative;
	display: block;
	color: #FFF;
	padding: 2em 0;
	
	background-repeat: no-repeat;

	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
	background-position: center center;

	border-top: 1px solid #a4a7aa;

}

.section.featured .section-content > .fi:first-child{
	border-top-width: 0;
}

.no-touch .no-mobile .page.home .fi-container{

	visibility: hidden;

}

.fi-container{
	position: relative;
	z-index: 1;
}

.fi-bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;

	background-color: #858b8e;
}

.page.home .fi .img-holder{

	padding: 0 0 1em;

}

.page.home .fi .field01{

	font-family: 'PT Sans Narrow';
	text-transform: uppercase;
	font-size: 28px;
	line-height: 1em;

}

.page.home .fi .field02{
	font-family: 'PT Sans Narrow';
	text-transform: uppercase;
	font-size: 50px;
	font-weight: 700;
	line-height: 1em;
	padding: 0 0 8px;

}

.page.home .fi .field06{
	font-family: 'PT Sans';	
	font-size: 16px;
	padding: 16px 0 16px;

}

.page.home .fi .field06 > span{
	margin-top: 20px;
    display: inline-block;
}

.page.home .fi-divider{
	width: 90px;
	height: 2px;
	margin: 0 auto;
	background-color: rgba(255,255,255,0.5);
}

.page.home .fi-button{

	padding: 0.5em 1em;
	text-transform: uppercase;
	font-size: 13px;
	border: 1px solid #FFF;
	border: 1px solid rgba(255,255,255,0.65);
	background-color: rgba(255,255,255, 0.25);
	display: inline-block;
	
	font-weight: 600;
	font-family: 'proxima-nova', 'PT Sans', sans-serif;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	-webkit-transition: 0.25s ease-out;
	-o-transition: 0.25s ease-out;
	transition: 0.25s ease-out;

}

.page.home .fi-button:active, .no-touch .fi-button:hover{
	
	color: #bf000e;
	background-color: #FFF;
	border-color: #FFF;

}

.home-section-wrapper{

	padding: 0;
	color: #FFF;

}

.home-section-wrapper .txt-holder{

	padding: 3.5em 10%;
	background-color: rgb(206, 2, 18);
	/*background-color: rgba(255, 0, 10, 0.85);*/
	background-color:rgba(0, 0, 0, 0.3);

}

#xinwen .txt-holder{

	padding: 3.5em 10%;
	/*background-color: rgb(206, 2, 18);*/
	/*background-color: rgba(35, 112, 213, 0.6);*/
	/*background-color: rgba(255, 0, 10, 0.8);*/
	background-image:rgba(106, 206, 234, 0.85);

}

.no-touch .no-mobile .home-section-wrapper .txt-holder{
	visibility: hidden;
	opacity: 0;
}

.section.featured2 .home-section-wrapper .txt-holder{

	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.2);
}

/*.section.featured3 .home-section-wrapper .txt-holder{

	background-color: rgb(106, 206, 234);
	background-color: rgba(0, 78, 36, 0.85);
}
*/


.home-section-wrapper .field01{
	font-size: 40px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 0.9em;
	font-family: 'PT Sans Narrow', 'PT Sans', sans-serif;
}

.home-section-wrapper sup{

	font-size: 0.6em;
	font-weight: 400;

}

.home-section-wrapper .field02{
	font-size: 40px;
	font-weight: 700;
	font-family: 'PT Sans Narrow', 'PT Sans', sans-serif;
	text-transform: uppercase;
	line-height: 0.9em;
	margin: 0 0 2px;
	padding: 0 0 16px;

	border-bottom: 1px solid rgba(255,255,255,0.5);
}

.section.featured2 .home-section-wrapper .field01, .section.featured2 .home-section-wrapper .field02{
	line-height: 1em;
}

.home-section-wrapper .field06{
	/*font-family: 'PT Sans';	*/
	font-size: 16px;
/*	font-weight: 700;*/
	line-height: 1em;
/*	font-style: italic;*/
	padding: 16px 0 16px;

	border-top: 1px solid rgba(255,255,255,0.5);

}

.home-section-wrapper .field06 > span{
	display: block;
	max-width: 350px;
	margin: 0 auto;
}

.section-button{

	padding: 0.5em 1em;
	text-transform: uppercase;
	font-size: 13px;
	border: 1px solid #FFF;
	border: 1px solid rgba(255,255,255,0.65);
	background-color: rgba(255,255,255, 0.25);
	display: inline-block;

	font-family: 'proxima-nova', 'PT Sans', sans-serif;
	font-weight: 600;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	-webkit-transition: 0.25s ease-out;
	-o-transition: 0.25s ease-out;
	transition: 0.25s ease-out;

}

.section-button:active, .no-touch .section-button:hover{
	
	color: #bf000e;
	background-color: #FFF;
	border-color: #FFF;

}

.home .btp-wrapper{
	display: none;
}

.back-to-top img{
	
	width: 30px;
	height: auto;

}

.section-content{
	position: relative;
}

.section.locations .section-content{
	padding: 3em 0;
}

.location-button{

	padding: 0.5em 1em;
	text-transform: uppercase;
	font-size: 13px;
	border: 1px solid #595959;
	color: #595959;
	background-color: rgba(255,255,255, 0.25);
	display: inline-block;

	font-family: 'proxima-nova', 'PT Sans', sans-serif;
	font-weight: 600;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	margin: 4em 0;

	-webkit-transition: 0.25s ease-out;
	-o-transition: 0.25s ease-out;
	transition: 0.25s ease-out;

}

.location-button:active, .no-touch .location-button:hover{
	

	color: #FFF !important;
	background-color: #84d4ed;
	border-color: #84d4ed;


}

.back-button{

	padding: 2px 12px 0;
	text-transform: uppercase;
	font-size: 13px;
	border: 1px solid #909090;
	color: #909090 !important;

	background-color: #FFF;
	display: inline-block;

	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: 400;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	margin: 0 0 1em;
	text-decoration: none !important;

	-webkit-transition: 0.25s ease-out;
	-o-transition: 0.25s ease-out;
	transition: 0.25s ease-out;

}

.back-button:active, .no-touch .back-button:hover{
	
	color: #FFF !important;
	background-color: #C4C7C9;
	border-color: #C4C7C9;

}

.location-item{
	padding: 2em 0;
	border-bottom: 1px solid #e0e1e1;
}

.no-touch .no-mobile .location-item{

	visibility: hidden;
	opacity: 0;

}

.section.locations{
	position: relative;
}

.section.locations h2{

	padding: 0;
	margin: 0;
	font-size: 40px;
	text-transform: uppercase;
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: 700;
	color: #808283;
	line-height: 1em;

}

.location-item .field01{
	
	text-transform: uppercase;
	font-size: 30px;
	color: #e4212f;
	line-height: 1em;
	font-family: 'proxima-nova-alt-ext-cond', 'proxima-nova', 'PT Sans', sans-serif;

}

.section.locations h3{
	margin: 0.5em 0 0;
	padding: 0;
	font-size: 22px;
	font-family: 'PT Sans Narrow', sans-serif;
	text-transform: uppercase;
}

.location-item .field02, .location-item .field06{
	color: #828383;
	font-size: 14px;
	font-family: 'proxima-nova', 'PT Sans', sans-serif;
}

.location-item .field06{
	display: block;
}

.location-item .field06:active, .location-item .field06:hover{
	text-decoration: underline;
}

.location-item .field02{
	margin: 0 0 0;
}

.footer-wrapper{
	/*position: absolute;*/
	/*bottom: 0;*/
	/*left: 0;*/
	/*width: 100%;*/
	/*text-align: center;*/
}

.copy{
	
   	color: #fff;
    font-size: 14px;
    line-height: 40px;

    padding: 0 0 0;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 微软雅黑;
   
    display: block;
  
}

.image-content{

	position: relative;
	height: 100%;
	padding: 1em 5%;
}

h1{
	font-family: 'proxima-nova', 'PT Sans', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	color: #FFF;
	letter-spacing: 3.5px;
	line-height: 1em;
}

.interior-featured{
	display: none;
}

.series-container{
	display: none;
}

.blog-item{

	padding: 0 0 6em;

}

.blog-item .field01{

	
	margin: 0 0 0.25em;
	text-transform: none;

	color:#c00513;
	font-size: 33px;
	font-weight: 400;
	line-height: 1.2em;
	font-family: 'PT Sans Narrow', 'PT Sans', sans-serif;

}

.blog-post{

	padding: 2em 0 4em;

}

.blog-post .field06{

	padding: 0 0 2em 0;

}

.item-button{

	cursor: pointer;

	font-family: 'proxima-nova', 'PT Sans', sans-serif;
	font-style: noraml;
	
	display: inline-block;
	color: #FFF !important;
	background-color: #818181;
	text-transform: none;

	font-size: 13px;
	font-weight: 400;

	padding: 0.5em 1.5em 0.5em;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	text-decoration: none !important;

	-webkit-transition: 0.25s ease-out;
	-o-transition: 0.25s ease-out;
	transition: 0.25s ease-out;

}

.item-button:hover{

	background-color: #84d4ed;

}

.page.products{
	background-color: rgb(161, 143, 143);
}

.page .content-wrapper .content{
	position: relative;
}

.print-icon{
	
	position: absolute;
	
	top: 1em;
	right: 5%;
	cursor: pointer;

}

.print-icon img{
	opacity: 0.7;
	-webkit-transition: 0.25s ease-out;
	-o-transition: 0.25s ease-out;
	transition: 0.25s ease-out;
}

.print-icon:active img, .print-icon:hover img{
	opacity: 1;
}

.landing-item-container{
	
	display: block;
	position: relative;
	height: 250px;

	border-bottom: 1px solid #adadad;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	

}

.landing-item{
	
	position: relative;
	z-index: 10;
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;

	
}

.landing-item .img-holder{

	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;

	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;


}

.landing-item .txt-wrapper{

	position: relative;
	width: 100%;
	height: 100%;
	font-size: 0;
	text-align: center;
	visibility: visible;
	padding-top: 0;

	-webkit-transition: 0.25s ease-out;
	-o-transition: 0.25s ease-out;
	transition: 0.25s ease-out;

}

.landing-item .txt-wrapper:before{

	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;

}

.landing-item .txt-holder{
	
	z-index: 1;
	color: #FFF;
	font-size: 16px;
	
	position: relative;
	display: inline-block;
	vertical-align: middle;

}

.landing-item .txt-1{
	font-size: 30px;
	font-family: 'PT Sans Narrow', sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	line-height: 1em;
}

.landing-item .txt-2{
	font-size: 40px;
	font-family: 'PT Sans Narrow', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1em;
}

.landing-item .cover{

	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;

	background-color: rgba(161, 143, 143, 0.7);

	-webkit-transition: 0.25s background-color ease-out;
	-o-transition: 0.25s background-color ease-out;
	transition: 0.25s background-color ease-out;

}

.landing-item-container:active .cover, .no-touch .landing-item-container:hover .cover, .landing-item-container.selected .cover{

	background-color: rgba(189, 0, 14, 0.7);

}

.no-touch .landing-sub:hover .txt-wrapper{

	opacity: 0;

}

.no-touch .landing-sub:hover .ro-wrapper{

	opacity: 1;

}

.landing-sub.selected .txt-wrapper{
	opacity: 0;
}

.landing-sub.selected .ro-wrapper{
	opacity: 1;
	display: block;
}

.landing-item .ro-wrapper{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	opacity: 0;

	-webkit-transition: 0.25s ease-out;
	-o-transition: 0.25s ease-out;
	transition: 0.25s ease-out;
}

.landing-item .ro{

	position: relative;
	width: 100%;
	height: 100%;
	font-size: 0;
	text-align: center;
	visibility: visible;
	padding-top: 0;

}

.landing-item .ro:before{

	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;

}

.landing-item .landing-nav{
	
	z-index: 1;
	color: #FFF;
	font-size: 16px;

	margin: 0;
	padding: 0;
	list-style: none;
	
	position: relative;
	display: inline-block;
	vertical-align: middle;

}

.landing-nav > li{
	color: #FFF;
}

.landing-nav > li > a{

	display: block;
	position: relative;
	font-size: 20px;
	font-family: 'proxima-nova', 'PT Sans', sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;


}

.landing-nav > li > a > span{
	display: inline-block;
	position: relative;
}

.landing-nav > li > a .nav-line{

	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background-color: #FFF;

	-webkit-transform: scale(0,1);
	-ms-transform: scale(0,1);
	-o-transform: scale(0,1);
	transform: scale(0,1);

	-webkit-transition: 0.25s ease-out;
	-o-transition: 0.25s ease-out;
	transition: 0.25s ease-out;

}

.touch .landing-nav > li > a, .no-touch .landing-nav > li > a:hover .nav-line{
	
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);

}

.landing-border{

	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 26px 26px 26px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

}

.landing-inner-border{
	position: relative;
	width: 100%;
	height: 100%;

}

.landing-top-border{
	
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-top: 1px solid #FFF;
	border-top: 1px solid rgba(255,255,255,0.75);
	border-bottom: 1px solid #FFF;
	border-bottom: 1px solid rgba(255,255,255,0.75);

	opacity: 0;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	-webkit-transform: scale(0,1);
	-ms-transform: scale(0,1);
	-o-transform: scale(0,1);
	transform: scale(0,1);

	-webkit-transition: 0.4s ease-out;
	-o-transition: 0.4s ease-out;
	transition: 0.4s ease-out;

}

.landing-left-border{
	
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-left: 1px solid #FFF;
	border-left: 1px solid rgba(255,255,255,0.75);
	border-right: 1px solid #FFF;
	border-right: 1px solid rgba(255,255,255,0.75);

	opacity: 0;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	-webkit-transform: scale(1,0);
	-ms-transform: scale(1,0);
	-o-transform: scale(1,0);
	transform: scale(1,0);

	-webkit-transition: 0.4s ease-out;
	-o-transition: 0.4s ease-out;
	transition: 0.4s ease-out;

}

.landing-item-container:active .landing-top-border, .no-touch .landing-item-container:hover .landing-top-border, .landing-item-container.selected .landing-top-border{
		-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 1;

}

.landing-item-contianer:active .landing-left-border, .no-touch .landing-item-container:hover .landing-left-border, .landing-item-container.selected .landing-left-border{
		-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 1;

}

table.chart{

	text-align: center;
	border: 1px solid #dedfe0;

}

table.chart td{
	border: 1px solid #dedfe0;
	color: #000000;
	font-size: 12px;
	font-family: 'proxima-nova', 'PT Sans', sans-serif;
	padding: 0.25em 0.25em;
}

table.chart th{
	padding: 0.5em;
	color: #484848;
	font-size: 10px;
	font-family: 'proxima-nova', 'PT Sans', sans-serif;		
	text-transform: uppercase;
	font-weight: 600;
	background-color: #dedfe0;
}

table.chart .total th{

	background-color: #FFF;
	text-align: center;

}

table.chart tbody > tr:nth-child(2n+1){
	background-color: #FFF;
}

table.chart.second-third tr > td:nth-child(2), table.chart.second-third tr > td:nth-child(3){
	
	background-color: #FFF;
	text-align: center;

}

table.chart.second-third tr > td:last-child{
	
	background-color: transparent;
	text-align: left;

}

table.chart.second-third.last tr > td:last-child{
	
	background-color: #FFF;
	text-align: center;

}

table.chart th.chart-sub-heading{
	background-color: #eeeeee;
	font-weight: 700;
}

.page.technology table.chart{
	text-align: left;
}

.page.technology table.chart tbody > tr:nth-child(2n+1){
	
	background-color: transparent;

}

.notification-button{

	cursor: pointer;

	font-family: 'proxima-nova', 'PT Sans', sans-serif;
	position: absolute;
	left: 16px;
	bottom: 0;
	display: block;
	color: #b3b6b9 !important;
	background-color: #FFF;
	text-transform: none;

	font-size: 13px;
	font-weight: 400;

	padding: 0.5em 1.5em 0.5em;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

	text-transform: uppercase;
	font-weight: 600;

	border: 1px solid #b3b6b9;

	text-decoration: none !important;

	-webkit-transition: 0.25s ease-out;
	-o-transition: 0.25s ease-out;
	transition: 0.25s ease-out;

	opacity: 0;


}

.home-notifications-wrapper.show .notification-button{
	opacity: 1;

	-webkit-transition-delay: 0.25s;
	-o-transition-delay: 0.25s;
	transition-delay: 0.25s;
}

.home-notifications-wrapper{
	display: none;
}

.contact-item{

	margin: 0 0 4em;

}

.cat-selector{
	font-size: 20px;
	margin: 0 0 2em;

	line-height: 1em;
}

.cat-selector form{
	
	margin: 0 0 0 0.5em;
	display: inline-block;
}

.page.news_item .cat-selector{

	margin-bottom: 0;

}

.page.popup{
	height: 100%;
}

.popup-box{
	position: relative;
	
	color: #FFF;
	font-size: 16px;

	margin: 2em 5%;
	border-radius: 3px;
	border: 1px solid #69080f;
	
	background-color: #e6202f;

	visibility: hidden;
	opacity: 0;
	max-width: 584px;
	

}

.popup-content{

	font-family: 'PT Sans', sans-serif;
	text-align: center;
	padding: 1.5em 1em 2em;
	color: rgba(255,255,255,0.8);
	color: #FFF;
}


.page.popup{
	visibility: visible;
}

.popup hr{
	border-color: #ef6e78;
}

.popup-content img{
	margin: 0 0 2em;
	border: 1px solid #bab4b5;
	border-radius: 3px;
	display: none;
}

.popup-close-button{
	cursor: pointer;
	position: absolute;
	z-index: 10;
	top: 0.5em;
	right: 0.5em;
}

.popup-close-button img{
	opacity: 0.65;
	-webkit-transition: 0.25s ease-out;
	-o-transition: 0.25s ease-out;
	transition: 0.25s ease-out;
}

.popup-close-button:active img, .no-touch .popup-close-button:hover img{
	opacity: 1;
}

@media only screen and (max-width: 500px) {
	.popup .alert_heading{
		font-size: 24px;
	}
}

@media only screen and (min-width: 500px) {
	
	.ezedit_body{

		padding: 3em 10% 10em 5%;

	}

	.image-content{

		padding: 3em 5% 3em;

	}

	table.chart td{		
		font-size: 14px;		
		padding: 0.5em 0.5em;
	}

	table.chart th{
		font-size: 13px;
		padding: 1em;		
	}

	.overlay-page-wrapper .notifications.page{
		visibility: hidden;
		opacity: 0;
		height: 100%;
	}

	.popup-box{
		margin: 2em 5%;
	}

}
@media (orientation:landscape) {
    html.ipad.ios7 > body {
        position: fixed;
        bottom: 0;
        width:100%;
        height: 672px !important;
    }
}



#pronav a{
   
   display: block;
   width:10%;
   height: 50px;
   border:3px solid #ddd;
   float:left;
   line-height:50px;
   margin-right:5px;
   cursor:pointer;
   text-align:center;
   font-family: 微软雅黑;
   border-radius: 6px;
   margin-top:21.5px;
   margin-bottom:20px;



}
#pronav a:hover{
	background:rgb(14, 80, 42);
	color:#fff;
	 border:3px solid rgb(14, 80, 42);

}
#pronav{
	font-size:16px;
	width:100%;
    overflow:hidden;
    position:relative;
}

#pronav span{
	position:absolute;
	left:0;
	top:0;
}


#bd ul li{
	width:800px;
	margin-bottom:13px;
	float:right;
	list-style: none;
}

.diyi{
  width:393px;
  height: 28px;
  text-indent:5px;
  outline:none;
  font-family: 微软雅黑;
  font-size:14px;
  border:1px solid  rgb(169,169,169);
  
}

textarea{
	width:794px;
	height: 80px;
	text-indent: 5px;
	font-size:14px;
	font-family: 微软雅黑;
	border:1px solid  rgb(169,169,169);
	resize:none;
}

.sub{
	width:100px;
	height: 32px;
	background: rgb(102,102,102);
	color:#fff;
	font-size:14px;
	font-family: 微软雅黑;
	float:left;
	border:none;

}




.news ul{list-style:none;}

.news-1{width:69%;height:510px;float:left;margin-right:2%;overflow:hidden;}
.news-2{width:29%;height:510px;float:left;position:relative;}
.news-1 ul{height:520px;}
.news-1 ul li{
	width:49%;
	height:250px;
	float:left;
	margin-bottom:10px;
	overflow:hidden;
	position:relative;
}

.news-1 ul li div,.news-2 div{width:100%;height:50px;line-height:50px;background:rgba(0,0,0,0.7);position:absolute;bottom:0;left:0;}
.news-1 ul li span,.news-2 span{width:100%;height:100%;background:rgba(255,0,0,0.7);position:absolute;top:0;left:0;}

/*.news ul li:hover img{
	-moz-transform:scale(1.5);
	-o-transform:scale(1.5);
	-webkit-transform:scale(1.5);
	transform: scale(1.5);
	-moz-transition:ease-out 1s;
    -o-transition:ease-out 1s;
    -webkit-transition:ease-out 1s;
    transition:ease-out 1s;
}*/
.news-2{
	overflow:hidden;
}
/*.news-2:hover img{
	-moz-transform:scale(1.5);
	-o-transform:scale(1.5);
	-webkit-transform:scale(1.5);
	transform: scale(1.5);
	-moz-transition:ease-out 1s;
    -o-transition:ease-out 1s;
    -webkit-transition:ease-out 1s;
    transition:ease-out 1s;
}*/

.news-1 ul li span p{margin-top:50px;text-align:center;margin-left:20px;margin-right:20px;}


.news-2 span p{margin-top:150px;text-align:center;margin-left:20px;margin-right:20px;}



/*.div:hover span{
	transform: translateX(440px);
	-ms-transform: translateX(440px);		
	-webkit-transform: translateX(440px);	
	-o-transform: translateX(440px);		
	-moz-transform: translateX(440px);	
	-moz-transition:ease-out 0.5s;
    -o-transition:ease-out 0.5s;
    -webkit-transition:ease-out 0.5s;
    transition:ease-out 0.5s;
}
*/

/*.news ul li div,.news2 div{

	width:100%;
	height:50px;
	line-height: 50px;
	background: rgba(0,0,0,0.8);
	position:absolute;
	bottom:0;
	left:0;
	text-align:center;
}*/

.news-1-1 {
	width: 29%;
	height: 410px;
	float:left;
	margin-right:2%;
	overflow:hidden;
	position:relative;
}

.news-1-1:hover img{
	-moz-transform:scale(1.5);
	-o-transform:scale(1.5);
	-webkit-transform:scale(1.5);
	transform: scale(1.5);
	-moz-transition:ease-out 1s;
    -o-transition:ease-out 1s;
    -webkit-transition:ease-out 1s;
    transition:ease-out 1s;
}

.news-1-1 div{

	width:100%;
	height:70px;
	background-color:rgba(167, 33, 38,0.7);
	position:absolute;
	bottom:0;
	left:0;
	text-align:center;
	line-height:70px;
	font-size:18px;

}

.news-1-2 {
	width: 69%;
	height: 470px;
	float:left;
	position:relative;
}

.hpage {
	position:absolute;
	bottom:0;
	right:0;
	width:100%;
	margin-bottom:5px;
}
.hpage ul{
	float:left;
}
.hpage ul li{

	float:left;
	padding:5px 10px;
	border:1px solid #ddd;
	margin-right:5px;

}

.hpage ul li:hover{

	background-color:#ddd;
	color:#000;
	font-weight:bold;
	cursor:pointer;

}



.news-1-2 >ul li{
	width:100%;
	height:95px;
	margin-bottom:10px;
	overflow:hidden;
}




.news-1-2 ul li div img{
	float:left;
}

.news-1-2 .left{
	height:100%;
	width:95px;
	float:left;
	background-color:#f2f2f2;
	color:#74777b;

}

.news-1-2 .right{
	width:100%;
	height:100%;
	margin-left:105px;
	background-color: #f1f1f1;
	text-align:left;
	color:#000;
	padding:5px;
}

.news-1-2 .right:hover{
   background-color:rgba(167, 33, 38,0.5);
   color:#fff;
}

.news-1-2 .right h3:hover a{
	text-decoration: underline;
}

.news-1-2 .right:hover h3,.news-1-2 .right:hover h4{
   color:#fff;
}




.news-1-2 .right h3,.news-1-2 .right h4{
	margin-left:5px;
	
}

.news-1-2 .right h3{
	color:#666;
}



.news-1-2 .right h4{
	margin-top:8px;
	margin-right:110px;
	font-weight:normal;
	color:#b0b0b0;
}




.main-nav li a .img-holder:hover .main-nav li a .txt-holder{color:red;}

.pagenum{
	display:block;
	width:100%;
	height:30px;
	margin:0 auto;
}
.pagenum li{
	float:left;
    padding:5px 20px;
	line-height:30px;
	text-align:center;
	font-size:14px;
	font-family:微软雅黑;
	border:1px solid #f1f1f1;

}

.pagenum li:hover{
	background-color: #ddd;
	font-weight:bold;
}

.pagenum li.active{
	background-color: #ddd;
	font-weight:bold;
}
.button_div{
    margin: 0 auto;
    text-align: center;
	overflow: hidden;
    clear: both;
    padding-top: 14px;
}
.btn{
    display: inline-block;
    text-align: center;
    margin-left: 50px;
    margin-top: 10px;
    width: 215px;
    height: 55px;
    background: rgb(234, 97, 0);
    transition: 0.6s;
    border-radius: 5px;
    line-height: 55px;
}
.one_line_btn{
    line-height: 55px;;
}
.toknowmore{
    text-align: center;
    margin-top: 14%;
}
.btn:hover{
	background: rgb(15, 81, 43);
}


.bar{
	width: 100%;
	background-color:#fff;
	height: 54px;
	
}

.bar ul li{
	float:left;
	list-style:none;
	line-height:54px;
	margin-right:20px;
}

.bar ul li a{
    display: block;
    font-size: 16px;
    font-weight: 300;
    color:#90939b;

}

.bar ul li a:hover{
	color:#90939b;
}



.pcontent{
	width:100%;
	background-color:#f2f2f2;
}

.tabs-1{
	width:96%;
	overflow:hidden;
	margin-left:2%;
	margin-top:20px;
}



.fenye li{
	float:left;
	list-style:none;
	line-height:41px;
	height:41px;
	padding:0 20px;
	border:1px solid #e4eaec;
	color:#76838f;
}

.fenye ul{

    display:table;
    margin:0 auto;
}

.bar ul{

    display:table;
    margin:0 auto;
}

.bar ul li a:hover{
	color:#10502c;
}


.fenye li:hover{
  background-color:#62a8ea;
  color:#fff;
}


.fenye .on{
  background-color:#62a8ea;
  color:#fff;
}

.display{
	display:none;
}



/*新闻页面*/

.ncontent {
	width:100%;
	background-color:#fff;
	overflow:hidden;
	padding-bottom:100px;
}

.ncontent .ncontent-1{
	width:96%;
	height: 100%;
	margin-left:2%;
	background-color:#fff;
	margin-top:30px;

}


#page a{
	padding:5px 15px;
	border:1px solid #ddd;
	font-size:14px;
	display:inline-block;
}

#page a b{
	color:#000;
}


.about-nav{
	width:100%;
	height:50px;
	line-height:50px;
	border-bottom: 1px solid rgb(240, 242, 245);


}
.about-nav ul li a{
	display:block;
	margin-right:30px;

}

.about-nav ul li a:hover{
	color:rgb(0, 130, 203);
}

.about-nav ul li a.on{
	color:rgb(0, 130, 203);
}

.about-nav ul li{
	float:left;
}

.about-nav ul{

    width: auto;
    overflow: hidden;
    margin-left:7%;

}

.tab-active{

    background: #fff;
    border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	
	
	}

.jjbox {
	text-align:center;
}

.jjbox div{
    
    width:49%;
    height:373px;
    float:left;
    border:1px solid rgb(228, 234, 236);
}

.jjbox div:hover{
	background: rgb(243,247,249);
}

.jjbox p{
	margin-bottom: 16px;
	font-size: 14px;
    font-weight: 300;
    line-height:2;
    color: #222;
    word-wrap: break-word;
    text-align:left;
    text-indent:0;

}

.jjbox img{
	margin:0 0 20px 0;
}


.jjbox h2{
	text-align:left;
	font-size:20px;
	margin:10px 0;
}



.jjbox ul li img:hover{
   -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -moz-transition: ease-out 1s;
    -o-transition: ease-out 1s;
    -webkit-transition: ease-out 1s;
    transition: ease-out 1s;
}


.jjbox ul li{
	width:30.5%;
	margin-right:2%;
	height:250px;
	border:1px solid rgb(228, 234, 236);
	float:left;
	margin-bottom:2%;
	padding:3px;
	overflow:hidden;
	position:relative;
}

.jjbox ul li span{
   
   position:absolute;
   width:100%;
   height:50px;
   line-height:50px;
   color:#fff;
   bottom:0;
   left:0;
   background-color:rgba(0,0,0,0.4);
   display:none;
   font-size:16px;

}





.jjbox ul li:hover{
	background: rgb(243,247,249);
	border:1px solid #ddd;

}

.jjbox ul li:hover img{
	filter:alpha(Opacity=70);-moz-opacity:0.7;opacity: 0.7;}
}





.rongyu ul li{
	width:24.5%;
	height:300px;
	border:1px solid rgb(228, 234, 236);
	float:left;
	margin-bottom:20px;

}

.rongyu ul li:hover{
	background: rgb(243,247,249);
}

.rongyu ul li span.title{
	display:block;
	width:100%;
	height:60px;
	border-bottom:1px solid rgb(228, 234, 236);
	line-height:60px;
	text-align:center;

}

.rongyu ul li div{
	padding:10px 2%;

}


.linian p,.linian h2{
    font-size:14px;
    line-height: 2;
    text-indent:2em;
}

.linian h2 {
	line-height:3;
}

.about-nav a:hover{
	color:red;
}


.search {
	float:right;
	width:300px;
    height: 36px;
    border: 1px solid #ddd;
    border-radius: 36px;
    margin-top:7px;
    margin-right:4%;
    position:relative;
    background: #fff;
}

.search input{
	margin-left:15px;
	height:30px;
	width:230px;
	position:absolute;
	top:3px;
	outline:none;
	border:0;
	/*background-color:#f2f2f2;*/

}

.sousuopic {
	width:30px;
	height:30px;
	display:inline-block;
	background-color:blue;
	position:absolute;
	top:3px;
	right:24px;
	background: url(../img/sousuo.png) 100% 100%;
    background-size: 30px 30px;
}
