﻿/* ==================== 01. Basics ==================== */
body {
	
font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
	
font-size: 14px;
	
font-weight: 400;
	
line-height: 1.8;
	
color: #777777;
}



p {
	
	margin-bottom: 25px;
	

}



/* Minified css in demo only */
h1,h2,h3,h4,h5,h6{
	margin-bottom: 80px;
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{
	font-weight: 400;
	color: #5F605F;
}

.h1,h1{
	font-size:36px;
	line-height:1.5em
}

.h2,h2{
	font-size:42px;
	line-height:1.5em
}

.h3,h3{
	font-size: 44px;
	line-height:1.5em




;
	letter-spacing: 2px;
}

.h4,h4{
	font-size:20px;
	line-height:25px
}

.h5,h5{
	font-size:16px;
	line-height:25px
}

.h6,h6{
	font-size:13px;
	line-height:25px
}

.bigtext h1,.bigtext h2,.bigtext h3,.bigtext h4,.bigtext h5,.bigtext h6,h1.bigtext,h2.bigtext,h3.bigtext,h4.bigtext,h5.bigtext,h6.bigtext{
	margin-bottom:10px
}

.bigtext h1,h1.bigtext{
	font-size:90px;
	line-height:1em
}

.bigtext h2,h2.bigtext{
	font-size:75px;
	line-height:1em
}

.bigtext h3,h3.bigtext{
	font-size:60px;
	line-height:1em
}

.bigtext h4,h4.bigtext{
	font-size:48px;
	line-height:1.25em
}

.bigtext h5,h5.bigtext{
	font-size:36px;
	line-height:1.25em
}

.bigtext h6,h6.bigtext{
	font-size:24px;
	line-height:1.5em
}
.copyrights{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}

@media only screen and (max-width:767px){
	.bigtext h1,h1.bigtext{
		font-size:60px
	}

	.bigtext h2,h2.bigtext{
		font-size:48px
	}

	.bigtext h3,h3.bigtext{
		font-size:36px
	}

	.bigtext h4,h4.bigtext{
		font-size:30px
	}

	.bigtext h5,h5.bigtext{
		font-size:24px
	}

	.bigtext h6,h6.bigtext{
		font-size:18px
	}

}

@media only screen and (max-width:479px){
	.bigtext h1,h1.bigtext{
		font-size:36px
	}

	.bigtext h2,h2.bigtext{
		font-size:30px
	}

	.bigtext h3,h3.bigtext{
		font-size:24px
	}

	.bigtext h4,h4.bigtext{
		font-size:18px
	}

	.bigtext h5,h5.bigtext{
		font-size:16px
	}

	.bigtext h6,h6.bigtext{
		font-size:14px
	}

}

a{
	color:inherit;
	text-decoration:none
}

a:hover{
	color:#111
}

a,a i,a i:hover,a:hover,button,button:hover,input[type=submit],input[type=submit]:hover{
	-webkit-transition:all .2s;
	-moz-transition:all .2s;
	-ms-transition:all .2s;
	-o-transition:all .2s;
	transition:all .2s
}

i{
	cursor:default
}

a i{
	cursor:pointer
}

.ol{
	list-style-type:decimal-leading-zero;
	list-style-position:outside;
	margin-left:2em;
	margin-bottom:25px
}

.ol ol,.ul ol{
	list-style-type:decimal-leading-zero;
	list-style-position:outside
}

.ul{
	list-style-type:disc;
	list-style-position:outside;
	margin-left:1em;
	margin-bottom:25px
}

.ol ul,.ul ul{
	list-style-type:disc;
	list-style-position:outside
}

.ol ol,.ol ul,.ul ol,.ul ul{
	margin-left:2em
}

.italic,em{
	font-style:italic
}

.bold,b,strong{
	font-weight:600
}

.thin{
	font-weight:300
}

.x-thin{
	font-weight:100
}

.serif{
	font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
	font-style:italic;
	font-weight:400;
	letter-spacing:0;
	text-transform:none
}

.uber{
	font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:700;
	letter-spacing:.08em;
	text-transform:uppercase
}

.text-color{
	color:#ff4800
}

.text-light{
	color:#bbb
}

.text-dark{
	color:#111
}

.text-white{
	color:#fff
}

.dropcap{
	float:left;
	color:#111;
	font-size:50px;
	line-height:50px;
	padding-right:8px;
	padding-left:3px
}

blockquote{
	font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
	font-style:italic;
	font-weight:400;
	font-size:1.25em;
	padding:25px;
	background:#fafafa;






	border-left:5px solid #eee;
	margin-bottom:25px
}

blockquote small{
	display:block;
	font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
	font-size:.75em;
	font-weight:400;
	font-style:normal
}

blockquote small:before{
	content:'\2014 \00A0'
}

q{
	quotes:"\"" "\"" """ """
}

q:before{
	content:'\201C'
}

q:after{
	content:'\201D'
}

button,input[type=submit]{
	-webkit-appearance:none
}

button::-moz-focus-inner,input::-moz-focus-inner{
	padding:0
}

input[type=submit]{
	border:0;
	width:auto
}

input::-moz-focus-inner{
	border:0;
	padding:0;
	margin-top:5px;
	margin-bottom:5px
}



a .icon:hover,a.btn:hover,button:hover,input[type=submit]:hover{
	color:#fff;
	background:#0FDD7A;
	text-decoration:none
}

a i:hover,button:hover,input[type=submit]:hover{
	cursor:pointer
}

.btn>i{
	font-size:14px;
	margin-right:.5em
}

.btn.outline{
	color:#111;
	background:0 0;
	border:2px solid #111;
	padding:10px 23px
}

a.btn.outline:hover,button.outline:hover,input[type=submit].outline:hover{
	color:#fff;
	background:#0fdd7a;
	border:2px solid #0fdd7a;
	border:2px solid #0fdd7a;
}

.btn.color{
	background:#ff4800
}

.btn.outline.color{
	color:#ff4800;
	background:0 0;
	border:2px solid #ff4800
}

.btn.light{
	color:#fff;
	background:#ccc;
	background:rgba(255,255,255,.3)
}

.btn.outline.light{
	color:#fff;
	background:0 0;
	border:2px solid #ccc;
	border:2px solid rgba(255,255,255,.3)
}

.btn.dark{
	color:#111;
	background:#aaa;
	background:rgba(17,17,17,.3)
}

.btn.outline.dark{
	color:#111;
	background:0 0;
	border:2px solid #aaa;
	border:2px solid rgba(17,17,17,.3)
}

.btn.white{
	color:#111;
	background:#fff
}

.btn.outline.white{
	color:#fff;
	background:0 0;
	border:2px solid #fff
}

.header{
	position:relative;
	display:block;
	width:100%;
	height:640px
}

.header.large{
	height:650px
}

.header.medium{
	height:480px
}

.header.small{
	height:320px
}

@media only screen and (max-width:768px){
	.header,.header.large{
		height:480px
	}

	.header.medium{
		height:320px
	}

}

.header-inner{
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	width:100%;
	max-width:740px;
	min-width:300px;
	text-align:center;
	z-index:60
}

.bg-img{
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center
}

.bg-img.fixed{
	background-attachment:scroll
}

.no-touch .bg-img.fixed{
	background-attachment:fixed
}

.title{
	text-align:center
}

.title h1,.title h2{
	font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:700;
	letter-spacing:.08em;
	text-transform:uppercase;
	line-height:25px;
	margin-bottom:15px
}

.title hr{
	display:inline-block;
	width:40px;
	height:2px;
	background:#ccc;
	margin-bottom:75px
}

.title.title-light h1,.title.title-light h3{
	color:#fff
}

.title.title-light hr{
	background:#555
}

.header hr{
	display:inline-block;
	width:40px;
	height:2px;
	background:#fff;
	filter:alpha(opacity=50);
	opacity:.5;
	margin-bottom:25px
}

a.underline{
	padding-bottom:1px;
	border-bottom:1px dotted #ccc
}

a.underline:hover{
	border-bottom:1px dotted #111
}

a.inverted:hover{
	color:#fff
}

a.inverted.underline{
	padding-bottom:1px;
	border-bottom:1px dotted #555
}

a.inverted.underline:hover{
	border-bottom:1px dotted #fff
}

a.arrow-link{
	font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
	font-weight:700;
	letter-spacing:.08em;
	text-transform:uppercase;
	color:#111
}

a.arrow-link:before{
	font-family:FontAwesome;
	content:'\f054';
	color:#aaa;
	margin-right:7px;
	-webkit-transition:all .2s;
	-moz-transition:all .2s;
	-ms-transition:all .2s;
	-o-transition:all .2s;
	transition:all .2s
}

a.arrow-link:hover,a.arrow-link:hover:before{
	color:#ff4800;
	-webkit-transition:all .2s;
	-moz-transition:all .2s;
	-ms-transition:all .2s;
	-o-transition:all .2s;
	transition:all .2s
}

.oc-left,.oc-right{
	position:absolute;
	top:50%;
	margin-top:-30px
}

.oc-left{
	left:0;
	margin-left:-60px
}

.oc-right{
	right:0;
	margin-right:-60px
}

@media only screen and (max-width:1220px){
	.oc-left,.oc-right{
		top:100%;
		margin-top:20px
	}

	.oc-left{
		left:50%;
		margin-left:-40px
	}

	.oc-right{
		right:50%;
		margin-right:-40px
	}
	
	

}


@media only screen and (min-width:768px){
.btn1{
	text-align:center;
	display: block;
	float: right;
	top: 20px;
	right: 25px;
	position: absolute;
	vertical-align:middle;
	cursor:pointer;
	color: #363636;
	font-family:"Microsoft YaHei", "Segoe UI", Tahoma, Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: 400;
	/* font-weight:normal; */
	border-radius: 5px;
	margin-left: auto;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-color: #c8a063;
	border: 1px solid #c8a063;
}
.btn1:hover{
    color: #363636;
	
    background-color:#fff;
	border: 1px solid #fff;
	
}

.t5{

display:none;

}



.top-bar{
	position: relative;
	/* top:0; */
	display:block;
	height: 140px;
	width:100%;
	background:#111;
	background:rgba(7,7,7,.9);
	z-index:99;
	-webkit-transition:all .2s;
    -moz-transition:all .2s;
	-ms-transition:all .2s;
	-o-transition:all .2s;
	transition:all .2s

}


.tb-logo img{
	float:left;
	text-align:left;
	width:auto;
	max-height: 140px;
	margin: 0;
}



.t1_1 {
	background-image: url(../images/ic1.png);
	background-repeat: no-repeat;
	background-position: center;
	color: #c8a063;
	background-color: #323232;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #c8a063;
}

.t1 {
	background-image: url(../images/ic1_1.png);
	background-repeat: no-repeat;
	background-position: center;
	color: #fff;
}

.t1:hover {
	background-image: url(../images/ic1.png);
	background-repeat: no-repeat;
	background-position: center;
	color: #c8a063;
	background-color: #323232;
}

.t2 {
	background-image: url(../images/ic2.png);
	background-repeat: no-repeat;
	background-position: center;
	color: #fff;
}

.t2:hover {
	background-image: url(../images/ic2_1.png);
	background-repeat: no-repeat;
	background-position: center;
	color: #c8a063;
	background-color: #323232;
}

.t2_1 {
	background-image: url(../images/ic2_1.png);
	background-repeat: no-repeat;
	background-position: center;
	color: #c8a063;
	background-color: #323232;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #c8a063;
}



.t3 {
	background-image: url(../images/ic3.png);
	background-repeat: no-repeat;
	background-position: center;
	color: #E8E8E8;
}

.t3:hover {
	background-image: url(../images/ic3_1.png);
	background-repeat: no-repeat;
	background-position: center;
	color: #c8a063;
	background-color: #323232;
}

.t3_1 {
	background-image: url(../images/ic3_1.png);
	background-repeat: no-repeat;
	background-position: center;
	color: #c8a063;
	background-color: #323232;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #c8a063;
}

.t4 {
	background-image: url(../images/ic4.png);
	background-repeat: no-repeat;
	background-position: center;
	color: #fff;
}

.t4:hover {
	background-image: url(../images/ic4_1.png);
	background-repeat: no-repeat;
	background-position: center;
	color: #c8a063;
	background-color: #323232;
}


.t4_1 {
	background-image: url(../images/ic4_1.png);
	background-repeat: no-repeat;
	background-position: center;
	color: #c8a063;
	background-color: #323232;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #c8a063;
}


.menu ul li a{
	display:block;
	padding: 0;
	text-decoration:none;
	font-size: 15px;
	letter-spacing: 1px;
	font-weight:normal;
	line-height: 70px;
	padding-top: 60px;
	height: 137px;
}

.menu ul li{
	float:left;
	width: 225px;
	text-align: center;
}



.menu ul li:hover{
	background-color:#323232;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #c8a063;
}

.menu ul li:hover a{
	color:#fff
}

	

}


@media(min-width:768px) and (max-width:1024px){
.menu ul li{
	float:left;
	width: 165px;
	text-align: center;
}


	

}


.oc-left i,.oc-right i{
	display:inline-block;
	width:60px;
	height: 100px;
	line-height: 100px;
	font-size: 62px;
	text-align:center;
	color: #ABABAB;
}

.oc-left i:hover,.oc-right i:hover{
	color:#aaa
}

@media only screen and (max-width:1220px){
	.oc-left i,.oc-right i{
		width:40px;
		height:40px;
		line-height:40px;
		font-size:28px
	}

}

.overlay-item{
	position:relative;
	color:#fff;	
	line-height:0;
	-webkit-transition:all .2s;
	-moz-transition:all .2s;
	-ms-transition:all .2s;
	-o-transition:all .2s;
	transition:all .2s
}
.overlay-item img {
	border-radius: 0px;
}
.o-hover{
	position:absolute;
	border-radius: 50%;
	width:100%;
	height:100%;
	overflow:hidden;
	color:rgba(255,255,255,0);
	background:rgba(0,0,0,0);
	visibility:visible;
	-webkit-transition:all .2s;
	-moz-transition:all .2s;
	-ms-transition:all .2s;
	-o-transition:all .2s;
	transition:all .2s
}

.overlay-item a:hover>.o-hover,.overlay-item:hover>.o-hover{
	color:rgba(255,255,255,1);
	background:rgba(0,0,0,.5);
	-webkit-transition:all .2s;
	-moz-transition:all .2s;
	-ms-transition:all .2s;
	-o-transition:all .2s;
	transition:all .2s
}

.o-hover span{
	font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size:13px;
	font-weight:700;
	letter-spacing:.08em;
	text-transform:uppercase;
	text-align:center;
	line-height:20px;
	display:inline-block;
	position:absolute;
	left:50%;
	top:50%;
	-webkit-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%)
}

.o-hover em{
	font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size:13px;
	font-weight:400;
	letter-spacing:0;
	text-transform:none;
	color:rgba(255,255,255,0);
	display:inline-block;
	-webkit-transition:all .2s;
	-moz-transition:all .2s;
	-ms-transition:all .2s;
	-o-transition:all .2s;
	transition:all .2s
}

.overlay-item a:hover>.o-hover em,.overlay-item:hover>.o-hover em{
	color:rgba(255,255,255,1);
	-webkit-transition:all .2s;
	-moz-transition:all .2s;
	-ms-transition:all .2s;
	-o-transition:all .2s;
	transition:all .2s
}

.o-hover i{
	font-size:14px;
	font-weight:400;
	letter-spacing:0;
	text-transform:none;
	color:rgba(255,255,255,0);
	display:inline-block;
	width:30px;
	height:30px;
	line-height:30px;
	-webkit-transition:all .2s;
	-moz-transition:all .2s;
	-ms-transition:all .2s;
	-o-transition:all .2s;
	transition:all .2s
}

.overlay-item a:hover>.o-hover i,.overlay-item:hover>.o-hover i{
	color:rgba(255,255,255,1);
	-webkit-transition:all .2s;
	-moz-transition:all .2s;
	-ms-transition:all .2s;
	-o-transition:all .2s;
	transition:all .2s
}

.overlay-item a:hover>.o-hover i:hover,.overlay-item:hover>.o-hover i:hover{
	color:#111;
	background:#fff;
	-webkit-transition:all .2s;
	-moz-transition:all .2s;
	-ms-transition:all .2s;
	-o-transition:all .2s;
	transition:all .2s
}

.o-hover i.fa-2x{
	font-size:2em
}

.overlay-item a:hover>.o-hover i.fa-2x:hover,.overlay-item:hover>.o-hover i.fa-2x:hover{
	color:#fff;
	background:0 0
}

.e-info{
	position:relative;
	display:block;
	background:none;
	padding:15px 15px 25px;
	text-align:center
}

.e-info h3{
	font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size:13px;
	font-weight:700;
	letter-spacing:.08em;
	text-transform:uppercase;
	line-height:20px;
	margin-bottom:0
}

.e-info p{
	color:#646473;
	line-height:20px;
	margin-bottom:0
}


.tb-logo{
	margin-left:20px
}

.tb-logo h1{
	float:left;
	text-align:left;
	font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
	font-weight:normal;
	letter-spacing:.08em;
	text-transform:uppercase;
	line-height: 140px;
	color:#fff;
	margin-top: 0;
	margin-bottom:0











}

.tb-logo h1 a{
	text-decoration:none;
	color:#0FDD7A;
	font-size: 30px;
}

.tb-logo h1 a:hover{
	color:#fff
}



#toggle,.menu ul ul,.toggle{
	display:none
}

.menu ul li:hover>ul{
	display:block
}

.menu{
	float:right;
	text-align:left;
	font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:700;
	letter-spacing:.08em;
	text-transform:uppercase;
	line-height:25px
}

.menu ul{
	position:relative;
	display:table-cell;
	list-style:none
}

.menu ul:after{
	content:"";
	clear:both;
	display:block
}








.menu ul ul{
	position:absolute;
	top:100%;
	background:#111;
	background:rgba(7,7,7,.9);
	padding:0 0 10px;
	min-width:150px
}

.menu ul ul li{
	float:none;
	position:relative
}

.menu ul ul li a{
	padding:10px 20px;
	color:#777!important
}

.menu ul ul li a:hover{
	color:#fff!important
}

.menu ul ul ul{
	position:absolute;
	top:0;
	left:100%
}

@media only screen and (max-width:768px){
	.top-bar{
		padding-top:0
	}
	
	.top-bar{
	position: relative;
	/* top:0; */
	display:block;
	height: 60px;
	width:100%;
	background:#111;
	background:rgba(7,7,7,.9);
	z-index:99;
	-webkit-transition:all .2s;
    -moz-transition:all .2s;
	-ms-transition:all .2s;
	-o-transition:all .2s;
	transition:all .2s







}


	.toggle{
		display:block;
		position:relative;
		cursor:pointer;
		-webkit-touch-callout:none;
		-webkit-user-select:none;
		user-select:none;
		color:#777;
		float:right;
		font-family:FontAwesome;
		text-align:center;
		font-size:14px;
		width:50px;
		height:60px;
		line-height:60px;
		-webkit-transition:all .2s;
		-moz-transition:all .2s;
		-ms-transition:all .2s;
		-o-transition:all .2s;
		transition:all .2s
	}

	.toggle:hover{
		color:#fff;
		-webkit-transition:all .2s;
		-moz-transition:all .2s;
		-ms-transition:all .2s;
		-o-transition:all .2s;
		transition:all .2s
	}

	.toggle:after{
		content:'\f0c9'
	}

	#toggle:checked~.menu{
		display:block;
		filter:alpha(opacity=100);
		opacity:1
	}

	#toggle:checked+.toggle:after{
		content:'\f077'
	}

	.menu{
		display:none;
		filter:alpha(opacity=0);
		opacity:0;
		margin-top: 60px;
		width:100%;
		position:absolute;
		right:0;
		height:auto;
		text-align:left;
		background:#111;
		background:rgba(7,7,7,.9);
		padding-bottom:10px;
		padding-left:30px
	
	}

	.menu ul li{
		display:block;
		width:100%;
		line-height:30px;
		margin:0
	}

	.menu ul li a{
		display:block;
		width:100%;
		padding:0
	}

	.menu ul ul{
		display:block;
		position:relative;
		top:0;
		background:0 0;
		padding:0
	}

	.menu ul ul li a{
		padding:0
	}


	.menu ul ul ul{
		position:relative;
		top:0;
		left:0
	}
	
	.tb-logo img{
	float:left;
	text-align:left;
	width:auto;
	max-height: 60px;
	margin: 0;
}

}

@media only screen and (max-width:480px){
	.tb-logo{
		margin-left:5px
	}

	.toggle{
		margin-right:-10px
	}

	.menu{
		padding-left:15px
	}

}



.tb-small{
	padding-top:0;
	padding-bottom:0
}

@media only screen and (max-width:768px){
	.tb-large{
		padding-top:0;
		padding-bottom:0
	}
	
	.btn1{
	text-align:center;
	display: none;
	float: right;
	top: 20px;
	right: 25px;
	position: absolute;
	vertical-align:middle;
	cursor:pointer;
	color: #363636;
	font-family:"Microsoft YaHei", "Segoe UI", Tahoma, Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: 400;
	/* font-weight:normal; */
	border-radius: 5px;
	margin-left: auto;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-color: #c8a063;
	border: 1px solid #c8a063;
}
.btn1:hover{
    color: #363636;
	
    background-color:#fff;
	border: 1px solid #fff;
	
}



.t5{
display:block;

}



.t1_1 {
	background-image: url(../images/ii1.png);
	background-repeat: no-repeat;
	background-position: left;
	color: #c8a063;
	padding-left:45px;
}

.t1 {
	background-image: url(../images/ii1_1.png);
	background-repeat: no-repeat;
	background-position: left;
	color: #fff;
	padding-left:45px;
}

.t1:hover {
	background-image: url(../images/ii1.png);
	background-repeat: no-repeat;
	background-position: left;
	color: #c8a063;
	padding-left:45px;
}

.t2 {
	background-image: url(../images/ii2.png);
	background-repeat: no-repeat;
	background-position: left;
	color: #fff;
	padding-left:45px;
}

.t2:hover {
	background-image: url(../images/ii2_1.png);
	background-repeat: no-repeat;
	background-position: left;
	color: #c8a063;
	padding-left:45px;
}


.t2_1 {
	background-image: url(../images/ii2_1.png);
	background-repeat: no-repeat;
	background-position: left;
	color: #c8a063;
	padding-left:45px;
}



.t3 {
	background-image: url(../images/ii3.png);
	background-repeat: no-repeat;
	background-position: left;
	color: #E8E8E8;
	padding-left:45px;
}

.t3:hover {
	background-image: url(../images/ii3_1.png);
	background-repeat: no-repeat;
	background-position: left;
	color: #c8a063;
	padding-left:45px;
}

.t3_1 {
	background-image: url(../images/ii3_1.png);
	background-repeat: no-repeat;
	background-position: left;
	color: #c8a063;
	padding-left:45px;
}

.t4 {
	background-image: url(../images/ii4.png);
	background-repeat: no-repeat;
	background-position: left;
	color: #fff;
	padding-left:45px;
}

.t4:hover {
	background-image: url(../images/ii4_1.png);
	background-repeat: no-repeat;
	background-position: left;
	color: #c8a063;
	padding-left:45px;
}

.t4_1 {
	background-image: url(../images/ii4_1.png);
	background-repeat: no-repeat;
	background-position: left;
	color: #c8a063;
	padding-left:45px;
}



.menu ul li a{
	display:block;
	padding: 0;
	text-decoration:none;
	font-size: 14px;
	letter-spacing: 1px;
	font-weight:normal;
	line-height: 50px;
}


.menu ul li{
	float:left;
	text-align: left;
}


.menu ul li:hover{
	background-color:#none;
}

.menu ul li:hover a{
	color:#fff
}



}

.top-bar.tb-transp{
	background: #363636;
}



.tb-transp .menu ul li:hover a{
	color:#c8a063;
}

.tb-small.tb-transp{
	background:#111;
	background:rgba(7,7,7,.9)
}

@media only screen and (max-width:768px){
	.top-bar.tb-transp{
		background:#111;
		background:rgba(7,7,7,.9)
	}

}

.home{
	z-index:1
}

.topspace{
	padding-top:105px;
	background:#111
}

@media only screen and (max-width:768px){
	.topspace{
		padding-top:50px
	}

}

.about{
	background: #353535;
	padding-top:0px;
	padding-bottom:0px



}

.bg112{
	background: #EEEEEE;
	padding-top:0px;
	padding-bottom:0px



}

.about2{
	padding-top:90px;
	padding-bottom:90px



}

.about22{
	padding-top:60px;
	padding-bottom:60px



}

.icon-nav{
	text-align:center;
	margin-bottom:25px
}

.icon-nav a{
	display:inline-block
}

.icon-nav i{
	display:block;
	margin:0 auto 10px;
	width: 170px;
	height: 170px;
	line-height: 170px;
	text-align:center;
	font-size:36px;
	color:#ccc;
	background:0 0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}

@media only screen and (max-width:768px){
	.icon-nav i{
		width:80px;
		height:80px;
		line-height:80px;
		font-size:24px;
		-webkit-border-radius:0;
		-moz-border-radius:0;
		border-radius:0;
	}

}

.icon-nav a:hover>i{
	color:#fff;
	background:#0fdd7a;
}

.icon-nav b{
	font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size:13px;
	font-weight:700;
	letter-spacing:.08em;
	text-transform:uppercase;
	line-height:20px;
	color:#111;
	display:block
}

.icon-nav em{
	font-style:normal;
	font-size:13px;
	font-weight:400;
	line-height:20px;
	color:#aaa;
	display:block
}

.work{
	background: #F8F8F9;
	padding-top:0px;
	padding-bottom:0px


}

.work .oc-left,.work .oc-right{
	margin-top:-65px
}

@media only screen and (max-width:1220px){
	.work .oc-left,.work .oc-right{
		margin-top:20px
	}

}

.cta{
	padding-top:100px;
	padding-bottom:100px
}

.services{
	background:#fff;
	padding-top:100px;
	padding-bottom:100px
}

.service-item{
	position:relative;
	display:block;
	text-align:center;
	background:#fff;
	padding-bottom:35px
}

.service-item h3{
	font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size:13px;
	font-weight:700;
	letter-spacing:.08em;
	text-transform:uppercase;
	line-height:20px;
	color:#111;
	margin-bottom:0
}



.service-item .subline{
	font-style:normal;
	font-size:13px;





	font-weight:400;
	line-height:20px;
	color:#aaa
}

.service-item .serif{
	color:#aaa
}

.service-item hr{
	display:inline-block;
	width:30px;
	height:2px;
	background:#ccc;
	margin-bottom:20px
}

.service-item ul{
	margin-bottom:25px
}

.service-item i{
	display:inline-block;
	width:80px;
	height:80px;
	line-height:80px;
	text-align:center;
	font-size:48px;
	color:#ccc;
	-webkit-border-radius:40px;
	-moz-border-radius:40px;
	border-radius:40px;
	-webkit-transition:all .2s;
	-moz-transition:all .2s;
	-ms-transition:all .2s;
	-o-transition:all .2s;
	transition:all .2s
}

.service-item:hover>i{
	color:#0FDD7A;
	-webkit-transition:all .2s;
	-moz-transition:all .2s;
	-ms-transition:all .2s;
	-o-transition:all .2s;
	transition:all .2s
}

.service-item:hover>a.arrow-link:before{
	color:#0FDD7A
}

.services .oc-left,.services .oc-right{
	top:70px;
	margin-top:0
}

@media only screen and (max-width:1220px){
	.services .oc-left,.services .oc-right{
		top:100%;
		margin-top:0
	}

}

.process{
	background:#DCDDDC;
	padding-top:0px;
	padding-bottom:0px
}

.icon-circle{
	display:block;
	text-align:center;
	margin-bottom:50px
;
	font-size: 14px;
	color: #A2A2A2;
}

.icon-circle i{
	display:block;
	margin:0 auto 20px;
	width:80px;
	height:80px;
	line-height:80px;
	text-align:center;
	font-size:36px;
	color:#555;
	background:0 0;
	-webkit-border-radius:40px;
	-moz-border-radius:40px;
	border-radius:40px;
	-webkit-transition:all .2s;
	-moz-transition:all .2s;
	-ms-transition:all .2s;
	-o-transition:all .2s;
	transition:all .2s
}

.icon-circle:hover>i{
	font-size:48px;
	color:#fff;
	-webkit-transition:all .2s;
	-moz-transition:all .2s;
	-ms-transition:all .2s;
	-o-transition:all .2s;

	transition:all .2s
}

.icon-circle p{
	-webkit-transition:all .2s;
	-moz-transition:all .2s;
	-ms-transition:all .2s;
	-o-transition:all .2s;
	transition:all .2s
}


.team{
	background: #DCDDDC;
	padding-top:0px;
	padding-bottom:0px


}

.bg-white{
	background:#fff
}

.bg-padding{
	padding:75px 20px
}

.qs-wrap p{
	color:#aaa
}

.qs-wrap{
	margin-top:2px
}

.qs-wrap .bx-wrapper .bx-pager{
	bottom:-25px
}

.qs-wrap .bx-wrapper .bx-pager.bx-default-pager a{
	border:1px solid #ccc;
	filter:alpha(opacity=100);
	opacity:1
}

.qs-wrap .bx-wrapper .bx-pager.bx-default-pager a.active,.qs-wrap .bx-wrapper .bx-pager.bx-default-pager a:hover{
	background:#ccc;
	filter:alpha(opacity=100);
	opacity:1
}

.about .oc-left,.about .oc-right{
	margin-top:-50px
}

@media only screen and (max-width:1220px){
	.about .oc-left,.about .oc-right{
		margin-top:20px
	}

}

.contact{
	background:#f4f4f4;
	padding-top:100px;
	padding-bottom:100px
}

.c-form{
	margin-top:-15px;
	text-align:left
}

.c-form input:not([type]),.c-form input[type=color],.c-form input[type=date],.c-form input[type=datetime-local],.c-form input[type=datetime],.c-form input[type=email],.c-form input[type=month],.c-form input[type=number],.c-form input[type=password],.c-form input[type=search],.c-form input[type=tel],.c-form input[type=text],.c-form input[type=time],.c-form input[type=url],.c-form input[type=week],.c-form select,.c-form textarea{
	width:100%;
	min-height:50px;
	padding:10px;
	border:1px solid #fff;
	background:#fff;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	margin-bottom:10px
}

.c-form textarea{
	resize:none;
	height:150px;
	font-size:100%

}

.c-message{
	text-align:left
}

.c-message h6{
	font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:700;
	letter-spacing:.08em;
	text-transform:uppercase;
	margin-bottom:0
}

.error_message{
	text-align:left;
	color:red;
	margin-bottom:10px
}

.c-details a{
	color:#777;
	display:inline-block
}

.c-details a:hover,.c-details a:hover i{
	color:#0FDD7A
}

.c-details i{
	float:left;
	width:15px;
	line-height:25px;
	font-size:14px;
	text-align:center;
	color:#111
}


.c-details span{
	display:block;
	width:auto;
	margin-bottom:25px;
	margin-left:30px
}

.back-top-wrap{
	text-align:center;
	height:0
}

.back-top{
	position:relative;
	top:-25px;
	display:inline-block;
	width:50px;
	height:50px;
	line-height:48px;
	text-align:center;
	font-size:14px;
	color:#fff;
	background:#0fdd7a;
	background:#0fdd7a;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	z-index:2
}

.back-top:hover{
	background:#0fdd7a
}

.social-footer{
	background: #282928;
	padding-top: 0;
	padding-bottom: 0;
}

.sf-icons{
	width:100%;
	position:relative;
	text-align:center;
	margin-bottom:25px
}

.sf-icons i{
	display:inline-block;
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	font-size:28px;
	color:#888;
	margin:10px
}

.sf-icons i:hover{
	color:#fff
}

.sf-icons p{
	margin-top:15px;
	margin-bottom:0
}

.footer{
	background:#111;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align:center









}


.footer-promo{
	display:none;
	background:#111;
	padding-top:60px;
	padding-bottom:60px;
	text-align:center

}


.promo-control{
	position:relative;
	top:-25px;
	text-align:center;
	height:0
}

.promo-control a{
	padding-top:10px;
	cursor:pointer;
	color:#333
}

.promo-control a:hover{
	color:#777
}

.fourofour,.fourofour .header{
	height:100%
}

.error-circle{
	display:inline-block;
	margin:0 auto;
	width:300px;
	height:300px;
	border-radius:150px;
	background:#fff;
	padding:25px
}

.error-circle h1{
	font-size:90px;
	line-height:1em;
	margin-top:30px;
	margin-bottom:15px
}

.error-circle h5{
	margin-bottom:15px
}

.error-circle hr{
	display:inline-block;
	width:40px;

	height:2px;
	background:#ccc;
	margin-bottom:10px
}

@media only screen and (max-width:768px){
	.title hr{
		margin-bottom:50px
	}

	.bg-padding{
		padding:50px 15px
	}

	.about,.contact,.cta,.intro,.process,.services,.social-footer,.work{
		padding-top:0px;
		padding-bottom:0px
	}

	.process,.social-footer{
		padding-top:0px;
		padding-bottom:0px
	}

	.footer,.footer-promo{
		padding-top:40px;
		padding-bottom:40px
	}

	.section-slider{
		padding-top:0px;
		padding-bottom:0px
	}

	.c-form{
		margin-bottom:25px
	}

}

@media only screen and (max-width:480px){
	.title hr{
		margin-bottom:25px
	}

	.bg-padding{
		padding:25px 10px
	}

	.about,.contact,.cta,.intro,.process,.services,.work{
		padding-top: 0px;
		padding-bottom: 0px;}

	.social-footer{
		padding-top:0px;
		padding-bottom:0px
	}

	.footer,.footer-promo{
		padding-top:25px;
		padding-bottom:25px
	}

	.section-slider{
		padding-top:0px;
		padding-bottom:0px
	}

	.error-circle{
		width:220px;
		height:220px;
		border-radius:110px;
		padding:15px
	}

	.error-circle h1{
		font-size:60px;
		line-height:1em;
		margin-top:25px;
		margin-bottom:10px
	}

	.error-circle h5{
		font-size:12px;
		margin-bottom:5px
	}

	.error-circle hr{
		display:inline-block;
		width:40px;
		height:2px;
		background:#ccc;
		margin-bottom:5px
	}

}

.background-one{
	background-image:url('../images/banner1.jpg')
}

.background-two{
	background-image:url('../images/bg-2.jpg')
}

.background-three{
	background-image:url('../images/bg-3.jpg')
}

.background-four{
	background-image:url('../images/bg4.jpg')
}

.background-five{
	background-image:url('../images/bg-5.jpg')
}

.loader{
	margin-left:10px
}




.a444 {
	font-size: 22px;
	color: #c8a063;
	letter-spacing: 2px;
}

.btn22{
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
	color: #363636;
	font-family:"Microsoft YaHei", "Segoe UI", Tahoma, Arial, Verdana, sans-serif;
	font-size: 20px;
	font-weight: 400;
	border-radius: 5px;
	margin-left: auto;
	padding-top: 7px;
	padding-right: 30px;
	padding-bottom: 7px;
	padding-left: 30px;
	background-color: #c8a063;
	border: 1px solid #c8a063;
}
.btn22:hover{
    color: #363636;

	background-color:#fff;
	border: 1px solid #fff;
	
}


.footer8{
	background: #222222;
	padding-top: 0;
	padding-bottom: 0;
}line {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #c8a063;
}
.line {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #c8a063;
}

.bg42{
background:#515050;
}

.c2{
color:#D3D3D3;
line-height:45px;
letter-spacing:0px;

}

.c2:hover{
color:#c8a063;
line-height:45px;

}

.c1{
color:#c8a063;
line-height:45px;
letter-spacing:0px;

}
.c1:hover{
color:#c8a063;
line-height:45px;

}




/* ==========================================================================
	FORMS.SCSS
	Styles for forms elements.
	========================================================================== */
.pm-form {
    text-align: center;
	width:95.5%;
}

.pm-form .pm-form-section-bottom {
    margin-bottom: 72px;
}

.pm-form .pm-form-section-bottom-2 {
    margin-bottom: 40px;
}

.pm-form .pm-form-info-between {
    margin-top: -10px;
}

.pm-form-item {
    position: relative;
    margin-bottom: 20px;
}

.pm-form-item input {
    color: #555555;
    background: transparent;
    border: 0;
    height: 50px;
    width: 100%;
    padding: 0;
    margin: 0;
    outline: 0;
    box-shadow: none;
}

.pm-form-item input::-ms-clear {
    display: none;
}

.pm-lt-ie9 .pm-form-item input {
    line-height: 50px;
}

.pm-form-item input:-webkit-autofill,
.pm-form-item input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 50px #fbfbfb inset;
}

@media all and (min-width: 40.0625em) {
    .pm-form-item input {
        width: 68%;
    }
}

.pm-form-item textarea {
    color: #555555;
    background: transparent;
    border: 0;
    min-height: 100px;
    width: 100%;
    padding: 10px 0;
    margin: 0;
    outline: 0;
    box-shadow: none;
    resize: none;
}

.pm-form-item label {
    box-sizing: border-box;
    cursor: text;
    position: absolute;
    color: #B9B9B9;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    padding: 0 20px;
    line-height: 48px;
    -webkit-transition: .6s ease-out;
    transition: .6s ease-out;
    text-overflow: ellipsis;
    overflow: hidden;
}

.pm-form-item label span {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
    line-height: 1em;
}

.pm-form-item-hasfocus label {
    display: none;
}

.pm-form-item-haserror .pm-form-input {
    border-color: #c40d2e;
}

.pm-form-item-haserror label {
    color: #c40d2e;
}

.pm-form-item-haserror input {
    color: #c40d2e;
}

.pm-form-item-haserror.pm-form-item-hasfocus label {
    color: #ffffff;
    background: #c40d2e;
}

.pm-form-item-select .pm-icon-arrow-down, .pm-form-item-select .pm-icon-arrow-up {
    position: absolute;
    top: 18px;
    right: 21px;
    font-size: 1em;
    color: #bbbbbb;
    cursor: pointer;
}

.pm-form-item-separated {
    margin-top: 50px;
}

.pm-form select.pm-form-select {
    max-width: 95%;
}

.pm-form .pm-form-item-size1of2 {
    width: 48%;
    float: right;
}

.pm-form .pm-form-item-size1of2:first-child {
    float: left;
}

.pm-form .pm-form-item-separated {
    margin-top: 0;
}

@media all and (min-width: 60.0625em) {
    .pm-form .pm-form-item-separated {
        margin-top: 81px;
        *margin-top: -20px;
    }
    .pm-form-items-multiples {
        margin: 0 -15px 20px;
    }

    .pm-form-items-multiples .pm-form-multiple-col {
        position: relative;
        width: 33.333333%;
        float: left;
    }
    .pm-form-items-multiples .pm-form-item {
        padding: 0 15px;
    }
    .pm-form-items-multiples .pm-form-item label {
        padding-left: 50px;
    }
}

.pm-form-input {
    padding: 0 16px;
    border: 1px solid #545454;
    background: #000000;
}

.pm-form-info {
    font-size: 13px;
    margin-bottom: 4px;
}

.pm-form-messages {
    font-size: 13px;
    color: #c40d2e;
    margin: 10px 0 20px;
}

.pm-form-messages.pm-form-messages--hidden {
    display: none;
}

.pm-form-captcha {
    text-align: center;
}

.pm-form-mandatory-info {
    color: #cacaca;
    font-size: 13px;
    text-align: left;
    margin-bottom: 10px;
}

@media all and (min-width: 40.0625em) {
    .pm-form-mandatory-info {
        text-align: right;
        margin-bottom: 0;
    }
    .pm-form-mandatory-info.pull-right {
        float: right;
    }
}

.pm-form-search {
    border: 1px solid #e5e5e5;
    background: #F4F4F4;
    border-radius: 5px;
}

.pm-form-search-container {
    width: 80%;
    width: calc(100% - 76px);
    float: left;
}

.pm-form-search input[type="search"] {
    width: 100%;
    box-sizing: border-box;
    border: 0;
    margin: 0;
    padding: 0 10px 0 20px;
    height: 50px;
    padding-left: 20px;
    background: none;
    font-weight: bold;
    color: #9a9a9a;
}

.pm-form-search button[type="submit"] {
	position: relative;
	float: right;
	width: 72px;
	height: 50px;
	line-height: 50px;
	border: 0;
	border-left: 1px solid #e5e5e5;
	background-image:url(../images/ss.png);
	background-color: #F4F4F4;
	background-repeat: no-repeat;
	background-position: center center;
}

.pm-form-search button[type="submit"]:hover, .pm-form-search button[type="submit"]:focus {
    color: #FFFFFF;
}

.pm-form-search label {
    line-height: 50px;
    padding-left: 20px;
    font-weight: 400;
}

@media all and (min-width: 40.0625em) {
    .pm-form-search label {
        padding-left: 40px;
        font-size: 18px;
    }
    .pm-form-search input[type="search"] {
        font-size: 14px;
        padding-left: 40px;
        font-weight: 400;
        text-align:center;
        letter-spacing: 1px;
        color: #333;
    }
}

.pm-form-search:after, .pm-form-search:before {
    content: "";
    display: table;
}

.pm-form-search:after {
    clear: both;
}

.pm-touch .pm-form .pm-form-item-files {
    display: none;
}

.pm-form .pm-file-wrapper {
    position: relative;
    overflow: hidden;
    padding: 0 16px;
    border: 1px solid #e5e5e5;
    background: #fbfbfb;
    margin-bottom: 20px;
    color: #bbbbbb;
    height: 50px;
    line-height: 50px;
}

.pm-form .pm-file-wrapper .pm-form-file {
    cursor: pointer;
    font-size: 185px;
    height: 100%;
    filter: alpha(opacity=1);
    opacity: 0.01;
    position: absolute;
    right: 0;
    top: 0;
}

.pm-form-radio-item {
    margin-bottom: 20px;
    display: inline-block;*
    display: inline;zoom:1;
    border: 1px solid #4E4E4E;
    background: #000000;
    padding: 5px;
}

.pm-form-radio-item label {
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 112px;
    text-align: center;
    padding: 7px 0;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.pm-form-radio-item label:before {
    z-index: -1;
    display: block;
    content: "";
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -40px;
    background: #555555;
    -webkit-transition: .4s;
    transition: .4s;
    opacity: 0;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
}

.pm-form-radio-item input[type="radio"] {
    position: absolute;
    left: -999em;
}

.pm-form .pm-form-radio-ischecked {
    color: #ffffff;
}

.pm-form .pm-form-radio-ischecked:before {
    -webkit-transform: scale(2.5, 2.5);
            transform: scale(2.5, 2.5);
    opacity: 1;
    -webkit-transition: .3s;
    transition: .3s;
}

.pm-form-select select {
    position: absolute;
    left: 3px;
    top: 3px;
    z-index: -10;
}

.pm-form-select.customSelect {
    box-sizing: border-box;
    width: 100% !important;
    z-index: 100;
    border: 1px solid #565656;
    clear: both;
    font-size: 1em;
}

.pm-form-select.customSelect.pm-form-item-haserror {
    border: 1px solid #c40d2e;
}

.pm-form-select.customSelect.pm-form-item-haserror .selectedValue,
.pm-form-select.customSelect.pm-form-item-haserror .pm-icon-arrow-down {
    color: #c40d2e;
}

.pm-form-select .selectedValue {
    background-color: #000000;
    color: #bbbbbb;
}

.pm-form-select .selectValueWrap {
    position: relative;
    z-index: -1;
}

.pm-form-checkbox-item {
    margin-bottom: 20px;
}

.pm-form-checkbox-item label {
    display: inline-block;
    line-height: 22px;
}

.pm-form-checkbox-item label + label {
    margin-left: 40px;
}

.pm-form-checkbox-item a {
    border-bottom: 1px solid #555555;
    vertical-align: bottom;
}




.pm-form-checkbox-item input[type="checkbox"] {
    position: absolute;
    left: -999em;
}

.pm-form-checkbox-item.pm-form-item-haserror a {
    color: #c40d2e;
    border-bottom: 1px solid #c40d2e;
}

.pm-form--hidden {
    display: none;
}

button.pm-form-reset-search {
    padding: 0;
    position: absolute;
    top: 80px;
    right: 0;
    text-align: right;
    background: none;
    outline: none;
    border: none;
}

button.pm-form-reset-search:hover {
    color: #c40d2e;
}

[data-label-mode="fade"].pm-form-item-hasfocus label {
    font-size: inherit;
    opacity: 0;
    width: auto;
    left: -9999px;
    right: auto;
    background: transparent;
    text-align: left;
    padding: 0 20px;
}

[data-label-mode="fade"] input {
    width: 100%;
}

.pm-popin-share .pm-product-image {
    display: inline-block;
    zoom: 1;
    vertical-align: middle;
    width: 47.7%;
    margin-right: 7%;
}

.pm-popin-share .pm-product-details {
    width: 90%;
}

.subNewsTitle h1{font-size: 24px; color: #333; text-align: center; padding: 10px 0 10px; border-bottom: 2px solid #EEE;margin-bottom: 10px;}
.subNewsTitle h6{font-size: 14px; color: #666; text-align: center; padding: 10px 0 10px; margin-bottom: 10px;}
.subNewsTitle h6 span{padding: 0 10px;}

.detailBody .content{font-size:16px;line-height: 2em;color: #555;}

.neirong .neirong .xwen{ width:100%; overflow:hidden; margin-top:20px;}
.neirong .xwen ul li{ width:100%; border:1px #e0e0e0 solid; padding:20px; background:#f9f9f9; overflow:hidden; margin-top:20px; position:relative;}
.neirong .xwen ul li .xwen_tu{ width:25%; float:left; overflow:hidden; height:180px;}
.neirong .xwen ul li .xwen_tu img{ width:100%; height:180px; transition:all 0.3s ease 0s;}
.neirong .xwen ul li:hover .xwen_tu img{ transform:scale(1.3)}
.neirong .xwen ul li .xwen_wz{ width:73%; padding-left:30px; float:right; overflow:hidden; border-left:1px #e0e0e0 solid; height:180px; position:relative;}
.neirong .xwen ul li .xwen_wz h2{ font-size:16px; line-height:30px;color: #000; overflow:hidden;margin-bottom: 0;}
.neirong .xwen ul li .xwen_wz p{ font-size:14px; line-height:26px; height:52px; color:#555; overflow:hidden; margin-top:10px;margin-bottom: 0px;}
.neirong .xwen ul li .xwen_wz h4{ background:url(../images/icon11.png) left center no-repeat;font-size: 12px; height:30px; line-height:30px; overflow:hidden; color:#555; padding-left:25px; margin-top:6px;margin-bottom: 0;}
.neirong .xwen ul li .xwen_wz h5{ display:block; overflow:hidden; position:absolute; left:30px; bottom:0;margin-bottom: 0}
.neirong .xwen ul li .xwen_wz h5 span{ display:inline-block; height:30px; border:1px #ccc solid; padding:0 20px; font-size:14px; line-height:30px; background:#fff;}
.neirong .xwen ul li:hover{ border-color: #c8a063;}
.neirong .xwen ul li em{ position:absolute; left:0; top:0; display:block; width:80px; height:80px; background:#c8a063; text-align:center;}
.neirong .xwen ul li em h3{ height:50px; line-height:50px; color:#fff; font-size:30px;margin-bottom: 0}
.neirong .xwen ul li em p{ color:#fff; line-height:20px; overflow:hidden;}
.neirong .right{ width: 300px; margin-top: 20px; }
.neirong .right li{ border: 1px solid #e0e0e0; padding:10px; margin-bottom: 10px; }
.neirong .right li .img{ width: 280px; height: 200px; overflow: hidden; }
.neirong .right li img{ width: 280px; height: 200px; overflow: hidden; transition: all 0.7s; }
.neirong .right li img:hover{ transform: scale(1.2); }
.neirong .right li h3{ font-size: 16px; color: #000; padding: 5px 0; margin-bottom: 0}
.neirong .right li span{ color: #555; font-size: 14px; }
.neirong .right li p{ width: 280px; overflow: hidden; padding: 5px 0;  }
.neirong .right li:hover{ border-color: #c8a063;}


.product .clearfix li{ float: left; /*height:290px;*/ width: 355px; overflow: hidden; border: 1px solid #e0e0e0; padding: 15px; margin-bottom:15px; margin-right: 10px;}
.product .img{ width: 100%; height: 220px; overflow: hidden; text-align: center; }
.product .img img{ display:block; width: 100%; height: 220px; overflow: hidden;  transition: all 0.7s; }
.product .clearfix li:hover img{ transform: scale(1.2); }
.product .clearfix li:hover{ border-color: #c8a063;  box-shadow: 5px 5px 10px rgba(200,160,99,.2); }
.product .clearfix li h3{ font-size: 16px; color: #222; padding-top: 10px; text-align: center; margin-bottom: 0}
.product .clearfix li p{ font-size: 14px; color: #555; padding: 10px 0; }

.indexpro {margin:0 auto; height:300px; overflow:hidden;}
.indexpro .clearfix li{ float: left; height:300px; width:376px; overflow: hidden; border: 1px solid #eee; padding: 15px; margin-bottom:15px; margin-right: 10px;}
.indexpro .img{ width: 100%; height: 240px; overflow: hidden; text-align: center; }
.indexpro .img img{ display:block; width: 100%; height: 240px; overflow: hidden;  transition: all 0.7s; }
.indexpro .clearfix li:hover img{ transform: scale(1.2); }
.indexpro .clearfix li:hover{ border-color: #c8a063;  box-shadow: 5px 5px 10px rgba(200,160,99,.2); }
.indexpro .clearfix li h3{ font-size: 16px; color: #222; padding-top: 10px; text-align: center; margin-bottom: 0}
.indexpro .clearfix li p{ font-size: 14px; color: #555; padding: 10px 0; }


/*通用翻页样式*/
#page{padding-left:0px;padding-top:30px;padding-bottom:30px;overflow:hidden;}
#page li{background-color:#fff;padding:3px 8px;border:1px solid #ccc;margin-right:6px;list-style:none;float:left;color:#555;}
#page li.pre{background:#c8a063;border:1px solid #c8a063;color:#fff;}
#page li.uli:hover{background:#c8a063;border:1px solid #c8a063;color:#fff;cursor:pointer;}
#page li.uli:hover a{color:#fff;text-decoration:none;}
.c_cpre{width:200px; line-height:23px; padding:15px 0px 15px; overflow:hidden; position:relative;}


.container>dl>div.sjlm{position:absolute;width:90%;overflow:hidden;display:none;}
.container>dl>div.sjlm>span{font-style:normal;display:block;width:100%;border-top:1px solid #666;background-color:#515050;text-align:center;line-height:2.6rem;}
.container>dl>div.sjlm>span>a{color:#D3D3D3;}
.container>dl>div.sjlm>span>a:hover{color:#c8a063;}
.container>dl:hover>a.sjlm{background-color:#515050;color:#c8a063;}
.container>dl:hover>div.sjlm{display:block;z-index:120180;}