@charset "UTF-8";
/*zwp 2017-10-39*/
/*公共部分开始*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, b {
	padding: 0;
	margin: 0;
	font-weight: normal;
}
html {
	height: 100%;
	overflow: -moz-scrollbars-vertical;
	overflow: hidden;
	overflow-y:auto;
	overflow-x:hidden;
} /*始终让 Firefox 显示滚动条*/
* {
	word-wrap: break-word;
	margin: 0;
	padding: 0;
}/*文字强制换行word-break:keep-all;(Ff)*/
table {
	border-collapse: collapse;
}/*细线表格*/
fieldset, img {
	border: none;
}/*清除描边*/
ul, li {
	list-style-type: none;
}/*无列表项目标记*/
a {
	text-decoration: none;
	color: #4c4c4c
}/* 链接无下划线,有为underline;链接去框 */
a:link {
	color: #4c4c4c;
}/* 未访问的链接 */
a:visited {
	color: #4c4c4c;
}/* 已访问的链接 */
a:hover {
	color: #b38e5a;
}/* 鼠标在链接上 */
a:active {
	color: #4c4c4c;
blr:expression(this.onFocus=this.blur());
}/* 点击激活链接 */
body {
	font-family:"Microsoft YaHei";
	font-size: 12px;
	color: #828385;
	background:#f5f5f5;
	min-width:1220px;
}
textarea,select, input {
	vertical-align: middle;
	outline: none;
}
input[type=button], input[type=reset], input[type=submit], input[type=radio], input[type=checkbox] {
	cursor: pointer;
	outline: none;
}
/*浏览器滚动条*/
::-webkit-scrollbar {width:8px;background:#f0f0f0;}
::-webkit-scrollbar-button {}
::-webkit-scrollbar-track {}
::-webkit-scrollbar-track-piece {}
::-webkit-scrollbar-thumb {width:8px;background:#c7c7c7;}
::-webkit-scrollbar-corner {background:#f0f0f0;}
::-webkit-resizer {}
::-webkit-scrollbar:horizontal{height:9px;}
::-webkit-input-placeholder{}    /* 使用webkit内核的浏览器 */
:-moz-placeholder{}                  /* Firefox版本4-18 */
::-moz-placeholder{}                  /* Firefox版本19+ */
:-ms-input-placeholder{}           /* IE浏览器 */

.clear {
	clear: both;
}
.h5{
	clear: both;
	height: 5px;
}
.h10 {
	clear: both;
	height: 10px;
}
.h15 {
	clear: both;
	height: 16px;
}
.h20 {
	clear: both;
	height: 20px;
}
.h25 {
	clear: both;
	height: 25px;
}
.h30 {
	clear: both;
	height: 30px;
}
.h35 {
	clear: both;
	height: 35px;
}
.h40 {
	clear: both;
	height: 40px;
}
.h45 {
	clear: both;
	height: 45px;
}
.h50 {
	clear: both;
	height: 50px;
}
.h55 {
	clear: both;
	height: 55px;
}
.h60 {
	clear: both;
	height: 60px;
}
.h65 {
	clear: both;
	height: 65px;
}
.h80 {
	clear: both;
	height: 80px;
}

.fl {
	float: left;
	display: inline;
}
.fr {
	float: right;
	display: inline;
}

/*公共部分结束*/
/*^
 * 框架
 * @return
 */	
.loadingBox{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/bg2.jpg);
	z-index:999999;
}
.ldLogo{
	width:92px;
	height:112px;
	background-image: url(../images/logo2.png);
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top:-56px;
	margin-left:-56px;
}
.ldLogo div{
	width: 0;
	height:112px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#preloader_1{
	position:absolute;
	top: 50%;
	left: 50%;
	margin-left:-36px;
	margin-top:85px;
}
#preloader_1 span{
	display:block;
	bottom:0px;
	width: 9px;
	height: 5px;
	background:#888888;
	position:absolute;
-webkit-animation: preloader_1 1.5s	 infinite ease-in-out;
-moz-animation: preloader_1 1.5s	 infinite ease-in-out;
-ms-animation: preloader_1 1.5s	 infinite ease-in-out;
-o-animation: preloader_1 1.5s	 infinite ease-in-out;
animation: preloader_1 1.5s	 infinite ease-in-out;

}
#preloader_1 span:nth-child(2){
left:11px;
-webkit-animation-delay: .2s;
-moz-animation-delay: .2s;
-ms-animation-delay: .2s;
-o-animation-delay: .2s;
animation-delay: .2s;

}
#preloader_1 span:nth-child(3){
left:22px;
-webkit-animation-delay: .4s;
-moz-animation-delay: .4s;
-ms-animation-delay: .4s;
-o-animation-delay: .4s;
animation-delay: .4s;
}
#preloader_1 span:nth-child(4){
left:33px;
-webkit-animation-delay: .6s;
-moz-animation-delay: .6s;
-ms-animation-delay: .6s;
-o-animation-delay: .6s;
animation-delay: .6s;
}
#preloader_1 span:nth-child(5){
left:44px;
-webkit-animation-delay: .8s;
-moz-animation-delay: .8s;
-ms-animation-delay: .8s;
-o-animation-delay: .8s;
animation-delay: .8s;
}
@-webkit-keyframes preloader_1 {
    0% {height:5px;-webkit-transform:translateY(0px);background:#888888;}
    25% {height:12px;-webkit-transform:translateY(3px);background:#b38e5a;}
    50% {height:5px;-webkit-transform:translateY(0px);background:#888888;}
    100% {height:5px;-webkit-transform:translateY(0px);background:#888888;}
}

@-moz-keyframes preloader_1 {
    0% {height:5px;-moz-transform:translateY(0px);background:#888888;}
    25% {height:12px;-moz-transform:translateY(3px);background:#b38e5a;}
    50% {height:5px;-moz-transform:translateY(0px);background:#888888;}
    100% {height:5px;-moz-transform:translateY(0px);background:#888888;}
}

@-ms-keyframes preloader_1 {
    0% {height:5px;-ms-transform:translateY(0px);background:#888888;}
    25% {height:12px;-ms-transform:translateY(3px);background:#b38e5a;}
    50% {height:5px;-ms-transform:translateY(0px);background:#888888;}
    100% {height:5px;-ms-transform:translateY(0px);background:#888888;}
}

@keyframes preloader_1 {
    0% {height:5px;transform:translateY(0px);background:#888888;}
    25% {height:12px;transform:translateY(3px);background:#b38e5a;}
    50% {height:5px;transform:translateY(0px);background:#888888;}
    100% {height:5px;transform:translateY(0px);background:#888888;}
}
.minH{
	min-height:350px;
	height:auto !important;
	height:350px;
	}
/*
///////////////top 左侧
*/
.leftBox{
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	width: 110px;
	background:rgba(255,255,255,0.7);
	background-image:url(../images/bg1.png)\9;
	z-index: 99999;
}
.leftBoxC1{
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-image: url(../images/bg3.png);
	background-position: left bottom;
	background-repeat:no-repeat;
}
.leftBoxC2{
	width: 130px;
	height: 100%;
	overflow:hidden;
	overflow-y:auto;
}
/*
//////////////
*/
.ixBox{
	clear: both;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index:9;
}
/*logo*/
.logo{
	display: block;
	width:110px;
	height: 112px;
	margin-top:30px;
	margin-bottom:15px;
}
.logo a{
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(../images/logo.png);
	background-position: center center;
	background-repeat: no-repeat;
}
/*导航*/
.menuBox{
	width:110px;
	overflow: hidden;
}
.menuDl{
	overflow: hidden;
	margin-top:-1px;
}
.menuDl dd{
	overflow: hidden;
	transition-duration: 0.3s;
	transition-property: all;
	transition-timing-function: ease-in-out;
}
.menuDl dd:before{
	content: "";
	display: block;
	width: 85px;
	height:1px;
	background: #c7c7c7;
	margin:0 auto;
	transition-duration: 0.3s;
	transition-property: all;
	transition-timing-function: ease-in-out;
}
.menuDl dd.bdB:after{
	content: "";
	display: block;
	width: 85px;
	height:1px;
	background: #c7c7c7;
	margin:0 auto;
	transition-duration: 0.3s;
	transition-property: all;
	transition-timing-function: ease-in-out;
}
.menuDl dd.bdB.hover:after{width:100%;background: #b38e5a}
.menuDl dd .a1{
	display: block;
	width: 220px;
	padding-top:15px;
	padding-bottom:25px;
	overflow: hidden;
	margin-left:-110px;
	transition-duration: 0.3s;
	transition-property: all;
	transition-timing-function:ease-in-out;
}
.menuDl dd.hover{background: #fff}
.menuDl dd.hover:before{width:100%;background: #b38e5a}
.menuDl dd.nt:before{width:100%;background: #b38e5a}
.menuDl dd.hover .a1{margin-left:0px}
.menuDl dd .a1 .a1_div1{
	width: 110px;
	overflow: hidden;
}
.menuDl dd .a1 em{
	display: block;
	height: 45px;
	background-position: center center;
	background-repeat: no-repeat;
}
.menuDl dd .a1 .a1_div1 span{
	display: block;
	color: #b38e5a;
	font-size: 14px;
	text-align: center;
	line-height: 14px;
}
.menuDl dd .a1 .a1_div2{
	width: 110px;
	overflow: hidden;
}
.menuDl dd .a1 .a1_div2 span{
	display: block;
	color: #333;
	font-size: 14px;
	text-align: center;
	line-height: 14px;
}
.menuDl dd .div_a{display:none}
.menuDl dd .icon1 em{background-image: url(../images/icon3.png)}
.menuDl dd .icon2 em{background-image: url(../images/icon4.png)}
.menuDl dd .icon3 em{background-image: url(../images/icon5.png)}
.menuDl dd .icon4 em{background-image: url(../images/icon6.png)}
.menuDl dd .icon5 em{background-image: url(../images/icon7.png)}
.menuDl dd .icon6 em{background-image: url(../images/icon8.png)}
.menuDl dd.hover .icon1h em{background-image: url(../images/icon3h.png)}
.menuDl dd.hover .icon2h em{background-image: url(../images/icon4h.png)}
.menuDl dd.hover .icon3h em{background-image: url(../images/icon5h.png)}
.menuDl dd.hover .icon4h em{background-image: url(../images/icon6h.png)}
.menuDl dd.hover .icon5h em{background-image: url(../images/icon7h.png)}
.menuDl dd.hover .icon6h em{background-image: url(../images/icon8h.png)}

.subMenu{
	position:absolute;
	top: 0;
	bottom: 0;
	left: 110px;
	overflow: hidden;
	width: 0;
	background: rgba(179,142,90,0.5);
	background-image:url(../images/bg2.png)\9;
}
.subMenu a{
	display: block;
	height: 45px;
	overflow: hidden;
	line-height: 45px;
	text-align: center;
	color: #ffffff;
	font-size: 14px;
}
.subMenu a.hover{background: rgba(255,255,255,0.2)}
.subMenuC{
	width:150px;
	overflow: hidden;
	overflow-y:auto;
	max-height:100%;
	transition-duration: 0.3s;
	transition-property: all;
	transition-timing-function:linear;
}
.subMenuC .box{
	width: 110px;
	overflow: hidden;
}
@media only screen and (max-height:767px) {
	.menuDl dd .a1{
		padding-top:5px;
		padding-bottom:10px;
	}
	.subMenu a{height: 35px;line-height: 35px;}
}
/*
////////////////////首页内容
*/
/************第一屏***************/
.ixBox1{
	width: 485px;
	height: 149px;
	position:absolute;
	top: 50%;
	margin-top:-75px;
	right:0px;
	z-index:999;
	background: #fff;
}
.ixBox1 .bt{
	width: 32px;
	height: 70px;
	cursor: pointer;
	position: absolute;
	left:-32px;
	top: 50%;
	margin-top: -35px;
	background-color:#b38e5a;
	background-image: url(../images/icon13.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.ixBox1 .bt.on{background-image: url(../images/icon12.png);}
.ixBox1C{
	overflow: hidden;
	padding: 10px;
	position:relative;
}
.ixBox1C .more{
	display: block;
	width: 10px;
	height: 20px;
	position: absolute;
	right: 17px;
	bottom: 14px;
	background-image: url(../images/icon11.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.ixBox1C .pic{
	width:227px;
	height: 128px;
	overflow: hidden;
}
.ixBox1C .pic img{
	display: block;
	width:227px;
	min-height:128px;
}
.ixBox1Slide{
	overflow:hidden;
	padding-left: 15px;
	position: relative;
}
.ixBox1Slide .bd{
	overflow: hidden;
	width: 215px;
	height: 128px;
}
.ixBox1Slide .bd dl dd{
	display: block;
	width: 215px;
	height: 162px;
}
.ixBox1Slide .bd dl dd .divT1{
	height: 30px;
	margin-top: 12px;
	overflow: hidden;
}
.ixBox1Slide .bd dl dd .divT1 a{
	line-height: 30px;
	font-size: 16px;
	color: #333333;
}
.ixBox1Slide .bd dl dd .divT1 a:hover{color: #de9332}
.ixBox1Slide .bd dl dd .divT2{
	height:27px;
	line-height: 27px;
	overflow: hidden;
	color: #885b22;
	font-size: 14px;
}
.ixBox1Slide .bd dl dd .txt{
	overflow: hidden;
	line-height: 26px;
	color: #666666;
	font-size: 14px;
	margin-top: 4px;
}
.ixBox1Slide .hd{
	width: 100%;
	height: 20px;
	position: absolute;
	left: 0;
	bottom:0;
	padding-left: 15px;
}
.ixBox1Slide .hd ul li{
	display: inline;
	float: left;
	width: 10px;
	height: 10px;
	overflow: hidden;
	border-radius:100%;
	line-height: 9999px;
	margin-right:3px;
	border:1px solid #fff;
	cursor: pointer;
	background: #c2c2c2;
}
.ixBox1Slide .hd ul li.on{
	background: #fff;
	width:9px;
	height: 9px;
	border:2px solid #de9333;
	transition-duration: 0.3s;
	transition-property: all;
	transition-timing-function:ease-in-out;
}
/*
//////////////////footer
*/
.sectionScroll{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.sectionScrollBox{
	width:110%;
	overflow: hidden;
	overflow-y: auto;
}
.sectionScrollC{
	overflow: hidden;
	position: relative;	
}
.footer{
	width:100%;
	height: 315px;
	overflow: hidden;
	position:relative;
}
.footer .footerBg{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.footer .footerBg div{
	width: 105%;
	height: 105%;
	background-image: url(../images/bg.jpg);
	background-position:center center;
	background-repeat: no-repeat;
	background-size:cover;
	position: absolute;
	left: -2.5%;
    top: -2.5%;
	z-index: -1
}
.footer .pageBox{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.footerBt{
	clear: both;
	text-align: center;
	position: relative;
	z-index: 9;
}
.footerDl{display: inline-block}
.footerDl dd{
	display: inline;
	float: left;
	width: 100px;
	margin:0 10px;
}
.footerDl dd a{
	display: block;
	width: 100px;
	height: 90px;
	overflow: hidden;
	position: relative;
}
.footerDl dd a .span1{
	display: block;
	width: 100px;
	height: 36px;
	position: absolute;
	bottom: 0;
	left: 0;
	padding-top: 54px;
	color: #ffffff;
	font-size: 14px;
	text-align: center;
	line-height: 36px;
	background-image: url(../images/icon19.png);
	background-repeat: no-repeat;
	transition-duration: 0.3s;
	transition-property: all;
	transition-timing-function: linear;
	visibility:visible;
}
.footerDl dd a:hover .span1{color: #b38e5a;}
.footerDl dd.dd1 a .span1{background-position:21px top;}
.footerDl dd.dd2 a .span1{background-position:-97px top;}
.footerDl dd.dd3 a .span1{background-position:-220px top;}
.footerDl dd.dd4 a .span1{background-position:-340px top;}
.footerDl dd a .span2{
	display: block;
	width: 100px;
	height: 36px;
	position: absolute;
	bottom: 0;
	left: 0;
	padding-top: 54px;
	color: #b38e5a;
	font-size: 14px;
	text-align: center;
	line-height: 36px;
	background-image: url(../images/icon19h.png);
	background-repeat: no-repeat;
	transform-origin: center top;
	transition-duration: 0.3s;
	transition-property: all;
	transition-timing-function: linear;
	visibility: hidden;
	opacity: 0;
}
.footerDl dd a:hover .span2{visibility:hidden}
.footerDl dd a:hover .span2{opacity: 1; visibility:visible}
.footerDl dd.dd1 a .span2{background-position:21px top;}
.footerDl dd.dd2 a .span2{background-position:-97px top;}
.footerDl dd.dd3 a .span2{background-position:-220px top;}
.footerDl dd.dd4 a .span2{background-position:-340px top;}
.footerContent{
	clear: both;
	overflow: hidden;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	line-height: 30px;
}
.footerContent a{color: #ffffff}
.footerContent a:hover{color: #b38e5a}
/*
////////////////////首页内容
*/
.ixBoxC{
	position: absolute;
	top: 0;
	left: 110px;
	right: 0;
	bottom: 0;
	z-index: 99
}
.ixBoxC img{
	display: block;
	width: 100%;
	height: auto;
}
/*1*/
#ixBox1Bg1/*2*/{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
.ixBoxBg{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#ixBox1Bg1 .ixBoxBg div{
	width: 103%;
	height: 103%;
	background-image: url(../images/banner1/bn1_element1.jpg);
	background-position:center center;
	background-repeat: no-repeat;
	background-size:cover;
	position: absolute;
	left: -1.5%;
    top: -1.5%;
}
#ixBox1Bg2{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index:1;
}
#ixBox1Bg2 .ixBoxBg div{
	width: 103%;
	height: 103%;
	background-image: url(../images/banner1/bn1_element2.png);
	background-position:center top;
	background-repeat: no-repeat;
	background-size:100% auto;
	position: absolute;
	left: -1.5%;
    top: -1.5%;
}
#ixBox1Bg3{
	width: 100%;
	height: 100%;
	overflow: hidden;
	animation-duration:5s;
	position: absolute;
	top: 0;
	left: 0;
	z-index:2;
}
#ixBox1Bg3 .ixBoxBg div{
	width: 103%;
	height: 103%;
	background-image: url(../images/banner1/bn1_element3.png);
	background-position:center top;
	background-repeat: no-repeat;
	background-size:88% auto;
	position: absolute;
	left: -1.5%;
    top: -1.5%;
}
#bn1_t{
	width:60%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -31%;
	margin-top: -60%;
    z-index: 3;
}
/*2*/
#ixBox2Bg1{
	width: 100%;
	height: 100%;
	overflow: hidden;
	animation-duration:5s;
	position: absolute;
	top: 0;
	left: 0;
	z-index:0;
}
#ixBox2Bg1 .ixBoxBg div{
	width: 103%;
	height: 103%;
	background-image: url(../images/banner2/bn2_element1.png);
	background-position:center top;
	background-repeat: no-repeat;
	background-size:100% auto;
	position: absolute;
	left: -1.5%;
    top: -1.5%;
}
#ixBox2Bg2{
	width: 100%;
	height:600px;
	overflow: hidden;
	animation-duration:5s;
	position: absolute;
	top:50%;
	margin-top:-24%;
	left: 0;
	z-index:1;
}
#ixBox2Bg2 .ixBoxBg div{
	width: 103%;
	height: 103%;
	background-image: url(../images/banner2/bn2_element2.png);
	background-position:center top;
	background-repeat: no-repeat;
	background-size:100% auto;
	position: absolute;
	left: -1.5%;
    top: -1.5%;
}
#ixBox2Bg3{
	width: 100%;
	height:1039px;
	overflow: hidden;
	animation-duration:5s;
	position: absolute;
	top:50%;
	margin-top:-29.5%;
	left: 0;
	z-index:2;
}
#ixBox2Bg3 .ixBoxBg div{
	width: 103%;
	height: 103%;
	background-image: url(../images/banner2/bn2_element3.png);
	background-position:center top;
	background-repeat: no-repeat;
	background-size:100% auto;
	position: absolute;
	left: -1.5%;
    top: -1.5%;
}
#ixBox2Bg4{
	width: 100%;
	height:600px;
	overflow: hidden;
	animation-duration:5s;
	position: absolute;
	top:50%;
	margin-top:-2%;
	left: 0;
	z-index:2;
}
#ixBox2Bg4 .ixBoxBg div{
	width: 103%;
	height: 103%;
	background-image: url(../images/banner2/bn2_element4.png);
	background-position:center top;
	background-repeat: no-repeat;
	background-size:100% auto;
	position: absolute;
	left: -1.5%;
    top: -1.5%;
}
#ixBox2Bg5{
	width: 100%;
	height:600px;
	overflow: hidden;
	animation-duration:5s;
	position: absolute;
	top:50%;
	left: 0;
	z-index:2;
}
#ixBox2Bg5 .ixBoxBg div{
	width: 104%;
	height: 104%;
	background-image: url(../images/banner2/bn2_element5.png);
	background-position:center top;
	background-repeat: no-repeat;
	background-size:100% auto;
	position: absolute;
	left: -2%;
    top: -2%;
}
#bn2_element1{
	width:62%;
	position: absolute;
	bottom:-70%;
	left: 50%;
	margin-left:-35%;
	z-index:0;
}
#bn2_element2{
	width:20%;
    position: absolute;
    bottom:-65%;
    left: 50%;
    margin-left:17.6%;
    z-index: 1;
}
#bn2_element3{
	width:55%;
    position: absolute;
    bottom:-50%;
    left: 50%;
    margin-left:-40%;
    z-index: 2;
}
#bn2_t1{
	width: 38.12%;
    position: absolute;
    top:0%;
    left: 50%;
    margin-left: -21.5%;
    z-index: 3;
	opacity: 0;
}
#bn2_t2{
	width: 26.85%;
    position: absolute;
    top:12%;
    left: 50%;
    margin-left: -16%;
    z-index: 3;
	opacity: 0;
}
/*3*/
#ixBox3Bg1{
	width: 100%;
	height: 100%;
	overflow: hidden;
	animation-duration:5s;
	position: absolute;
	top: 0;
	left: 0;
	z-index:0;
}
#ixBox3Bg1 .ixBoxBg div{
	width: 103%;
	height: 103%;
	background-image: url(../images/banner3/bg.jpg);
	background-position:center top;
	background-repeat: no-repeat;
	background-size:cover;
	position: absolute;
	left: -1.5%;
    top: -1.5%;
}
#bn3_t1{
	width:0%;
	overflow: hidden;
    position: absolute;
    top: 20%;
    left: 50%;
    margin-left: -39%;
    z-index: 3;
}
#bn3_t2{
	width:0%;
	overflow: hidden;
    position: absolute;
    top: 31%;
    left: 50%;
    margin-left: -38.5%;
    z-index: 3;
}
.bn3Dl{
	width: 39.78%;
    position: absolute;
    top: 24%;
    left: 50%;
    margin-left: -2.5%;
    z-index: 3;
}
.bn3Dl dd{
	display: inline;
	float:left;
	width: 25%;
	position: relative;
	transition-duration: 0.5s;
	transition-property: all;
	transition-timing-function: linear;
}
.bn3Dl dd:after{
	content: "";
	display: block;
	width: 100%;
	padding-top:100%;
}
.bn3Dl dd img{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.bn3_icon2_1{
	transform-origin:left center;
	transform:rotateY(90deg);
}
.bn3_icon3_1{
	transform-origin:left center;
	transform:rotateY(90deg);
}
.bn3_icon4{
	transform-origin:center top;
	transform:rotateX(90deg);
}
.bn3_icon3_2{
	transform-origin:right center;
	transform:rotateY(90deg);
}
.bn3_icon2_2{
	transform-origin:center top;
	transform:rotateX(90deg);
}
/*4*/
#ixBox4Bg1{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index:0;
}
#ixBox4Bg1 .ixBoxBg div{
	width: 100%;
	height: 100%;
	background-image: url(../images/banner4/bg.jpg);
	background-position:center top;
	background-repeat: no-repeat;
	background-size:cover;
	position: absolute;
	left:0;
    top:0;
}
#ixBox4Bg2{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index:1;
}
#ixBox4Bg2 .ixBoxBg div{
	width: 100%;
	height: 100%;
	background-image: url(../images/banner4/bn4_element1.png);
	background-position:center top;
	background-repeat: no-repeat;
	background-size:cover;
	position: absolute;
	left:0;
    top:0;
}
#bn4_t1{
	width:0%;
	overflow: hidden;
    position: absolute;
    top: 20%;
    left: 50%;
    margin-left: -39%;
    z-index: 3;
}
#bn4_t2{
	width:0%;
	overflow: hidden;
    position: absolute;
    top: 30%;
    left: 50%;
    margin-left: -39.5%;
    z-index: 3;
}
#bn4_element1{
	width:32.265%;
    position: absolute;
    bottom:-45px;
    left: 50%;
    margin-left:50%;
    z-index: 3;
}
/*5*/
#ixBox5Bg1{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index:0;
}
#ixBox5Bg1 .ixBoxBg div{
	width: 105%;
	height: 105%;
	background-image: url(../images/banner5/bg.jpg);
	background-position:center top;
	background-repeat: no-repeat;
	background-size:cover;
	position: absolute;
	left:-2.5%;
    top:-2.5%;
}
#bn5_t1{
	width:0%;
	overflow: hidden;
    position: absolute;
    top: 20%;
    left: 50%;
    margin-left: -39%;
    z-index: 3;
}
#bn5_t2{
	width:0%;
	overflow: hidden;
    position: absolute;
    top:30%;
    left: 50%;
    margin-left: -39%;
    z-index: 3;
}
/*6*/
#ixBox6Bg1{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index:0;
}
#ixBox6Bg1 .ixBoxBg div{
	width: 105%;
	height: 105%;
	background-image: url(../images/banner6/bg.jpg);
	background-position:center top;
	background-repeat: no-repeat;
	background-size:cover;
	position: absolute;
	left:-2.5%;
    top:-2.5%;
}
#bn6_element1{
	width:0;
    position: absolute;
    top:0;
    left: 50%;
    margin-left:-50%;
    z-index: 3;
}
#bn6_t1{
	width:0%;
	overflow: hidden;
    position: absolute;
    top: 38%;
    left: 50%;
    margin-left: -38%;
    z-index: 3;
}
#bn6_t2{
	width:0%;
	overflow: hidden;
    position: absolute;
    top: 49%;
    left: 50%;
    margin-left: -37%;
    z-index: 3;
}
/*
/////////subBanner
*/
.subBanner{
	clear: both;
	width: 100%;
	padding-top:20.83%;
	overflow: hidden;
	position: relative;
}
.subBannerC{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size:contain !important;
}
/**/
.pageBox{
	clear: both;
	padding-left:110px;
}
.pageBoxC{
	overflow: hidden;
	margin:0 8.56%;
}
.locationBox{
	clear: both;
	height: 70px;
}
.locationC{
	width: 115px;
	height: 155px;
	overflow: hidden;
	margin:0 auto;
	position: relative;
	top:-85px;
	background-image: url(../images/icon14.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.locationC span{
	display: block;
	overflow: hidden;
	text-align: center;
	font-size: 22px;
	color: #ffffff;
	margin-top: 80px;
}
.locationC em{
	display: block;
	overflow: hidden;
	text-align: center;
	color: #ffffff;
	font-style: normal;
	font-family:"Arial"; 
}
/*
/////////////内页列表页
*/
/*分页*/	
.page {
	padding:5px 0;
	overflow: hidden;
	text-align: center;
	clear: both;
}
.page a {
	background: #ffffff;
	border: 1px solid #dddcdc;
	padding:6px 9px;
	color:#383737;
	border-radius:3px;
	margin:0 2px;
	cursor: pointer;
}
.page a:hover {
	border: 1px solid #b38e5a;
	background: #b38e5a;
	color: #fff;
}
.page a.hover {
	border: 1px solid #b38e5a;
	background: #b38e5a;
	color: #fff;
}
.page input {
	vertical-align: middle;
	height: 22px;
	border: 1px solid #e4e4e4;
}
.page input.pageDetail {
	width: 30px;
    height: 29px;
    text-align: center;
    border-radius: 3px;
    position: relative;
    top: -2px;
}
.page label{color:#393939;}
.page input.page_bnt {
	border: none;
	width:30px;
	height: 25px;
	cursor:pointer;
	background:none;
}
/**/
.pic img{
	transform: scale(1);
	transition-duration: 0.3s;
	transition-property: all;
	transition-timing-function: linear;
}
.pic:hover img{transform: scale(1.05);}
/*全文列表*/
.textList{margin: 0 -10px}
.textList dd{
	display: inline;
	float: left;
	width: 50%;
	overflow: hidden;
	padding-bottom: 20px;
	position: relative;
	top:0;
	transition-duration: 0.3s;
	transition-property: all;
	transition-timing-function: linear;
}
.textList dd:hover{top:-5px}
.textList dd .ddBox{
	margin:0 10px;
	height: 185px;
	overflow: hidden;
	background: #fff;
	transition-duration: 0.3s;
	transition-property: all;
	transition-timing-function: linear;
}
.textList dd:hover .ddBox{box-shadow:0 3px 3px rgba(0,0,0,0.1)}
.textList dd .ddBox .ddBoxC{
	overflow: hidden;
	padding:0 20px;
}
.textList dd .ddBox .ddBoxC .divT{
	clear: both;
	overflow: hidden;
	height: 35px;
	margin-top: 20px;
}
.textList dd .ddBox .ddBoxC .divT a{
	line-height: 35px;
	color: #333333;
	font-size: 16px;
	transition-duration: 0.3s;
	transition-property: all;
	transition-timing-function: linear;
	display: -webkit-box;
	-webkit-line-clamp:1;
	-webkit-box-orient: vertical;
}
.textList dd:hover .ddBox .ddBoxC .divT a{color: #b38e5a}
.textList dd .ddBox .ddBoxC .txt{
	overflow: hidden;
	height: 55px;
	font-size: 14px;
	color: #777777;
	line-height: 28px;
	margin-top: 4px;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
}
.textList dd .ddBox .ddBoxC .divT2{
	height: 43px;
	overflow: hidden;
	line-height: 43px;
	border-top:1px solid #ebebeb;
}
.textList dd .ddBox .ddBoxC .divT2 span{
	display: inline;
	float: left;
	color: #777777;
}
.textList dd .ddBox .ddBoxC .divT2 a{
	display: inline;
	float: right;
	width: 24px;
	height: 43px;
	background-image: url(../images/icon15.png);
	background-position: center center;
	background-repeat: no-repeat;
}
/*图文列表*/
.imgTextList dd{width:33.33%}
.imgTextList dd .pic{
	clear: both;
	overflow: hidden;
	padding: 0 10px;
}
.imgTextList dd .pic a{
	display: block;
	width: 100%;
	padding-top: 56.17%;
	overflow: hidden;
	position: relative;
	background-color:#ccc
}
.imgTextList dd .pic img{
	display: block;
	width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.imgTextList dd .ddBox{height:165px}
.imgTextList dd .ddBox .ddBoxC .divT{margin-top: 10px}
/*全图列表*/
.imgList dd{
	display: inline;
	float: left;
	width:33.33%;
	overflow: hidden;
	padding-bottom: 20px;
	transition-duration: 0.3s;
	transition-property: all;
	transition-timing-function: linear;
	position: relative;
	top: 0;
}
.imgList dd a{
	display: block;
	overflow: hidden;
	margin: 0 10px;
	transition-duration: 0.3s;
	transition-property: all;
	transition-timing-function: linear;
}
.imgList dd:hover{top:-5px;}
.imgList dd:hover a{box-shadow:0 3px 3px rgba(0,0,0,0.1)}
.imgList dd .pic{
	display: block;
	width: 100%;
	background: #fff;
	padding-top: 56.17%;
	overflow: hidden;
	position: relative;
}
.imgList.honor dd .pic{padding-top:66.67%}
.imgList dd .pic img{
	display: block;
	width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.imgList dd span{
	display: block;
	height: 60px;
	background: #fff;
	overflow: hidden;
	line-height: 60px;
	text-align: center;
	color: #333333;
	font-size: 16px;
	transition-duration: 0.3s;
	transition-property: all;
	transition-timing-function: linear;
}
.imgList dd:hover span{color: #b38e5a}
/*详情页*/
.pageBoxC2{
	background: #fff;
	padding:30px;
	overflow: hidden;
}
/**/
.locationBox2{
	clear: both;
	height: 42px;
	border-bottom: 1px solid #f0f0f0;
}
.locationBox2Bt a{
	display: block;
	height: 28px;
	overflow: hidden;
	line-height: 28px;
	color: #333333;
	font-size: 15px;
	font-weight: bold;
}
.locationBox2Bt a i{
	display: inline;
	float: left;
	width: 28px;
	height: 28px;
	overflow: hidden;
	margin-right:6px;
	background: #e4e4e4;
	background-image: url(../images/icon16.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.locationBox2Bt a:hover{color:#b38e5a;}
.locationBox2Bt a:hover i{background-color:#b38e5a}
.locationBox2C{
	height: 42px;
	line-height: 42px;
	padding-left: 26px;
	background-image: url(../images/icon17.png);
	background-position: left center;
	background-repeat: no-repeat;
	color: #858585;
}
.locationBox2C a{color: #858585}
.locationBox2C a:hover{color: #b38e5a}
.locationBox2C a.hover{color: #b38e5a}
.pageBoxC2Box{padding:0 30px}
/*单篇+新闻*/
.articleT{
	clear:both;
	line-height:40px;
	font-size:26px;
	color:#000000;
	text-align:center;
	}
.articleT2{
	clear:both;
	font-size:14px;
	color:#666;
	line-height:30px;
	text-align:center;
	margin-top:5px;
	}
.articleT2 i{color:#b38e5a;font-weight:bold; font-style:normal;}
.article_fz{
	display:inline-block;
	position:relative;
	cursor:pointer;
	}
.article_fzBox{
	width:100%;
	overflow:hidden;
	position:absolute;
	top:30px;
	left:0;
	z-index:9999;
	opacity:0;
	transform:rotateX(90deg);
	-webkit-transform:rotateX(90deg);
	transition:all 0.3s linear;
	-webkit-transition:all 0.3s linear;
	transform-origin:center top;
	-webkit-transform-origin:center top;
	}
.article_fz:hover .article_fzBox{
	opacity:1;
	transform:rotateX(0deg);
	-webkit-transform:rotateX(0deg);}
.article_fzBox span{
	display:block;
	height:20px;
	background:#f5f5f5;
	font-size:14px;
	color:#666;
	text-align:center;
	line-height:20px;
	cursor:pointer;
	}
.article_fzBox span:hover{
	background:#b38e5a;
	color:#fff;
	}
.article_fzBox span.hover{
	background:#b38e5a;
	color:#fff;
	}
.articleBox{
	clear:both;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	color:#4c4c4c;
	}
.article img{ max-width:100%;}
/* 文章阅读页——大图*/
#play{
	width:785px;
	height:525px;
	position:relative;
	overflow: hidden;
	background:#fff;
	border:1px solid #e9e9e9;
	margin:0 auto;
}
#play .change_a {
	width:40%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 1;
	cursor: pointer;
	display: block;
	overflow: hidden;
	background:url(about:blank);
}
#play .prev_a {left: 0;}
#play .next_a {right: 0}
#play .change_a span {
	width: 24px;
	height: 43px;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -21px;
	display: none
}
#play .prev_a span {background: url(../images/article_icon.png) no-repeat 0px -50px;left: 0;}
#play .next_a span {background: url(../images/article_icon.png) no-repeat -30px -50px;right: 0;}
#play .img_ul {
	position: relative;
	z-index: 1;
	width:785px;
	height:525px;
}
#play .img_ul li{
	position: relative;
	z-index: 1;
	width:785px;
	height:525px;
	background:#fff;
	margin:0 0 5px 0;
}
#play .img_ul li img{position:absolute;}
.imgMove{width:797px;clear:both;margin:20px auto;position:relative;}
.img_hd {
	margin:0 auto;
	overflow: hidden;
	height:90px;
	position:relative;
}
.img_hd ul {
	position: absolute;
	z-index: 1
}
.img_hd ul li {
	float: left;
	width:124px;
	height:82px;
	padding:3px;
	margin:0 5px;
	cursor: pointer;
	background:#fff;
	border:1px solid #d4d4d4;
	position:relative;
}
.img_hd ul li p{
	width:124px;
	height:82px;
	display:block;
	background:#fff;
	position:relative;
	}
.img_hd ul li i{
	display:block;
	clear:both;
	line-height:20px;
	padding:0 5px;
	background:#000;
	color:#fff;
	position:absolute;
	right:3px;
	bottom:3px;
	z-index:99999999999999;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	font-family:Arial;
	font-size:12px;
	font-style:normal;
	}
.img_hd ul li img {position:absolute;width:90px;width:124px;
	height:82px;}
.img_hd ul li.on {border:1px solid #b38e5a;background:#b38e5a;}
.imgMove .prev_a {margin-top: 15px; display:block;width:30px; height:60px; position:absolute; left:0px; top:0px; background:url(../images/article_icon.png) no-repeat 10px 15px;}
.imgMove .next_a {margin-top: 15px;display:block; width:30px; height:60px; position:absolute; right:0px; top:0px; background:url(../images/article_icon.png) no-repeat -37px 15px;}
.article_pageUp{
	overflow: hidden;
	font-size:16px;
	line-height:30px;
	color:#666666;
	padding-top:10px;
	border-top:1px solid #f0f0f0;
	
}
.article_pageUp a{color:#666666}
.article_pageUp a:hover{color:#b38e5a}
/**/
.share{
	display: inline-block;
	overflow: hidden;
	height: 26px;
	position: relative;
    top: 8px;
	padding-left: 10px;
}
.articleB_box{
	clear:both;
	height:30px;
	overflow:hidden;
	background:#f8f9fb;
	color:#666;
	font-size:14px;
	line-height:30px;
	}
.share .bdsharebuttonbox span{
	display: inline;
	float: left;
	color: #666666;
	font-size: 14px;
	line-height: 26px;
}
.share .bdsharebuttonbox a{
	width:0px !important;
	height: 26px !important;
	margin:0 6px !important;
}
.share .bdsharebuttonbox .bds_sqq{background: url(../images/icon18.png) no-repeat 0 center !important}
.share .bdsharebuttonbox .bds_weixin{background: url(../images/icon18.png) no-repeat -31px center !important}
.share .bdsharebuttonbox .bds_tqq{background: url(../images/icon18.png) no-repeat -64px center !important}
.share .bdsharebuttonbox .bds_tsina{background: url(../images/icon18.png) no-repeat -96px center !important}
.share .bdsharebuttonbox .bds_more{background: url(../images/icon18.png) no-repeat -128px center !important}

.share .bdsharebuttonbox .bds_sqq:hover{background: url(../images/icon18h.png) no-repeat 0 center !important}
.share .bdsharebuttonbox .bds_weixin:hover{background: url(../images/icon18h.png) no-repeat -31px center !important}
.share .bdsharebuttonbox .bds_tqq:hover{background: url(../images/icon18h.png) no-repeat -64px center !important}
.share .bdsharebuttonbox .bds_tsina:hover{background: url(../images/icon18h.png) no-repeat -96px center !important}
.share .bdsharebuttonbox .bds_more:hover{background: url(../images/icon18h.png) no-repeat -128px center !important}
.articleB_box i{color:#ad1214}
.articlePage{
	clear:both;
	height:30px;
	text-align:center;
	font-family:Arial;
	}
.articlePage a{
	margin:0 1px;
	background:#ccc;
	padding:5px 10px;
	}
.articlePage a:hover{
	color:#fff;
	background:#b38e5a;
	}
.articlePage a.hover{
	color:#fff;
	background:#b38e5a;
	}
.articleHand{
    clear:both;
    font-size:16px;
    padding:10px 0px 20px 0;
    overflow: hidden;
    }
.articleHand a{
    display:block;
    line-height:32px;
    padding:0 20px 10px 30px;
    float:left;
	background:url(../images/file.png) no-repeat left center; 
}
.articleHand a.word{background:url(../images/word.png) no-repeat left 3px; color:#37a6ff !important; }
.articleHand a.ppt{background:url(../images/ppt.png) no-repeat left center; color:#ff7735 !important;}
.articleHand a.excel{background:url(../images/excel.png) no-repeat left center; color:#15bf44 !important; }
.articleHand a.pdf{background:url(../images/pdf.png) no-repeat left center; color:#1369c0 !important; }
.articleHand a.zip{background:url(../images/zip.png) no-repeat left 3px; color:#ff9779 !important; }
/*
////////////联系我们
*/
/**/
.pageBoxT{
	clear: both;
}
.pageBoxT span{
	clear: both;
	display:block;
	height: 60px;
	overflow: hidden;
	line-height: 60px;
	font-size: 45px;
	color: #ffffff;
	text-align: center;
}
.pageBoxT em{
	clear: both;
	display:block;
	height:28px;
	overflow: hidden;
	font-style: normal;
	line-height: 28px;
	font-size: 14px;
	color: #ffffff;
	font-family: "Arial";
	text-align: center;
}
.contactUsBox{position: relative;overflow: hidden}
.contactUsBg{
	width: 100%;
	height: 100%;
}
.contactUsBg div{
	width: 105%;
	height: 105%;
	background-image: url(../images/bg3.jpg);
	background-position:center center;
	background-repeat: no-repeat;
	background-size:cover;
	position: absolute;
	left: -2.5%;
    top: -2.5%;
}
.contactUsBox .pageBox{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.mapBox{
	width: 1200px;
	height: 425px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
}
.mapBoxC{
	width: 1200px;
	height: 425px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin:-212.5px 0 0 -600px;
}
.contactUsBox .pageBoxT{margin-bottom:35px}
.contactUsBox .footerBt{margin-top:80px}
.contactUsBox .footerContent{margin:25px 0}
@media only screen and (max-height:700px) {
	.imgList dd span{height:40px;line-height: 40px}
	.mapBox{height:270px}
	.contactUsBox .pageBoxT{margin-bottom:5px}
	.contactUsBox .footerBt{margin-top:10px}
	.contactUsBox .footerContent{margin:10px 0}
}
@media only screen and (max-height:810px) {
	.mapBox{height:360px}
	.contactUsBox .pageBoxT{margin-bottom:10px}
	.contactUsBox .footerBt{margin-top:20px}
	.contactUsBox .footerContent{margin:15px 0}
}
@media only screen and (max-height:850px) {
	.contactUsBox .pageBoxT{margin-bottom:15px}
	.contactUsBox .footerBt{margin-top:20px}
	.contactUsBox .footerContent{margin:15px 0}
}
@media only screen and (max-height:940px) {
	.contactUsBox .pageBoxT{margin-bottom:25px}
	.contactUsBox .footerBt{margin-top:40px}
	.contactUsBox .footerContent{margin:15px 0}
}
/*
//////////////////////////研发中心
*/
.sectionBg{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.pageFl_t{clear: both}
.pageFl_t .span1{
	display: block;
	height: 62px;
	overflow: hidden;
	line-height: 62px;
	text-align: center;
	color: #b38e5a;
	font-size: 45px;
}
.pageFl_t .span2{
	display: block;
	height: 26px;
	overflow: hidden;
	line-height: 26px;
	text-align: center;
	color: #b38e5a;
	font-size: 14px;
	font-family: "Arial"
}
.yfzxBox1{
	width: 945px;
	max-height: 380px;
	margin: 0 auto;
	overflow: hidden;
	color: #333333;
	font-size: 16px;
	line-height: 28px;
	margin-top: 20px;
}
.yfzxBox1 img{max-width: 100%}
.yfzxBox2{
	width: 1200px;
	height: 480px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -545px;
	margin-top:-240px;
}
.clWt{color: #fff !important;}
.yfzxBox2Dl{
	margin-top:150px;
	height: 140px;
	position: relative;
	z-index: 9;
}
.yfzxBox2Dl dt{
	height: 140px;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: -1;
	background-repeat:no-repeat;
}
.yfzxBox2Dl .bg1{background-position:left top;background-image: url(../images/line1.png);}
.yfzxBox2Dl .bg2{background-position:left bottom;background-image: url(../images/line2.png);}
.yfzxBox2Dl dd{
	display: inline;
	float: left;
	width: 16.66%;
}
.yfzxBox2Dl dd div{
	width: 140px;
	height: 140px;
	margin: 0 auto;
	border-radius:100%;
	overflow: hidden;
	background-color:rgba(179,142,90,0.9);
	background-position: center center;
	background-repeat: no-repeat;
	transition-property: all;
	transition-duration: 0.5s;
	transition-timing-function: linear;
}
.yfzxBox2Dl dd.dd1 div{background-image: url(../images/yfzx/iocn1.png);margin-top: 0}
.yfzxBox2Dl dd.dd2 div{background-image: url(../images/yfzx/iocn2.png);margin-top:40px}
.yfzxBox2Dl dd.dd3 div{background-image: url(../images/yfzx/iocn3.png);margin-top: 0}
.yfzxBox2Dl dd.dd4 div{background-image: url(../images/yfzx/iocn4.png);margin-top:40px}
.yfzxBox2Dl dd.dd5 div{background-image: url(../images/yfzx/iocn5.png);margin-top: 0}
.yfzxBox2Dl dd.dd6 div{background-image: url(../images/yfzx/iocn6.png);margin-top:40px}

.yfzxBox2Dl dd.dd1 div:hover{margin-top:-10px;background-color:#49a010}
.yfzxBox2Dl dd.dd2 div:hover{margin-top:30px;background-color:#49a010}
.yfzxBox2Dl dd.dd3 div:hover{margin-top:-10px;background-color:#49a010}
.yfzxBox2Dl dd.dd4 div:hover{margin-top:30px;background-color:#49a010}
.yfzxBox2Dl dd.dd5 div:hover{margin-top:-10px;background-color:#49a010}
.yfzxBox2Dl dd.dd6 div:hover{margin-top:30px;background-color:#49a010}
/*
////////////关于我们
*/
.aboutUsBox1{
	width:1178px;
	margin: 0 auto;
	overflow: hidden;
	color: #333333;
	font-size: 16px;
	line-height: 28px;
	margin-top: 20px;
}
.aboutUsBox1Dl{width:110%}
.aboutUsBox1Dl dd{
	display: inline;
	float: left;
	width: 390px;
	height: 217px;
	overflow: hidden;
	margin-right: 5px;
}
.aboutUsBox1Dl dd img{
	display: block;
	width: 390px;
	height: 217px;
}
.aboutUsSlide{
	width: 1200px;
	height: 380px;
	margin: 0 auto;
	position: relative;
}
.aboutUsSlide .bt{
	display: block;
	width: 27px;
	height: 50px;
	cursor: pointer;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 99;
}
.aboutUsSlide .bt.prev{left:-45px;background-image:url(../images/prev.png);}
.aboutUsSlide .bt.next{right:-45px;background-image:url(../images/next.png);}
.aboutUsSlide .bt.prev:hover{background-image:url(../images/prevh.png);}
.aboutUsSlide .bt.next:hover{background-image:url(../images/nexth.png);}
.aboutUsSlide .bd{
	width: 1200px;
	height: 380px;
	overflow: hidden;
}
.aboutUsSlide .bd dl{width:110%}
.aboutUsSlide .bd dl dd{
	display: inline;
	float: left;
	width: 285px;
	height: 380px;
	overflow: hidden;
	margin-right: 21px;
}
.aboutUsSlide .bd dl dd a{
	display: block;
	width: 285px;
	height: 380px;
	overflow: hidden;
	position: relative;	
}
.aboutUsSlide .bd dl dd a img{
	display: block;
	width: 285px;
	height: 380px;
}
.aboutUsSlide .bd dl dd a div{
	position: absolute;
	bottom:0;
	left: 0;
	right: 0;
	padding: 15px;
	background: rgba(0,0,0,0.5);
	color: #fffffe;
	font-size: 14px;
	line-height: 24px;
}
.aboutUsSlide .bd dl dd a div span{
	display: block;
	clear: both;
	font-size: 16px;
}
.aboutUsBox6{
	width: 100%;
	height: 520px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top:-260px;
}
/*3d压层滚动*/
.jswBox{width: 1200px;margin: 0 auto}
#jswbox{position:relative; clear:both;height:365px;}
#jswbox ul{position:relative; clear:both; overflow:hidden;height:365px;}
#jswbox li{position:absolute;z-index:0;overflow:hidden;top:0px;left:0px; height:0px; width:0px;}
#jswbox li img{width:100%;height:100%;vertical-align:top;float:left;}
#jswbox li a{ height:100%; width:100%; display:block; position:absolute; top:0;}
#jswbox .prev{display:block; position:absolute; left:30px; top:50%; margin-top:-25px; width:27px; height:50px; cursor:pointer; background:url(../images/prev.png) no-repeat center center; z-index:5}
#jswbox .next{display:block; position:absolute; right:30px; top:50%;width:27px;margin-top:-25px; height:50px;cursor:pointer;background:url(../images/next.png) no-repeat center center;z-index:5}
#jswbox .prev:hover{background:url(../images/prevh.png) no-repeat center center;}
#jswbox .next:hover{background:url(../images/nexth.png) no-repeat center center;}
#jswbox .divtext{ height:45px;display:block; width:265px; background:#2553b3; border-radius:45px; margin:20px auto 0; line-height:45px;font-size:16px; text-align:center; color:#ffffff;}
/*招贤纳士*/
.rmtSlide{
	width: 1200px;
	height: 455px;
	margin:0 auto;
}
.rmtSlide .bd{
	width: 1200px;
	height: 400px;
	overflow: hidden;
}
.rmtSlide .bd dl{width:110%}
.rmtSlide .bd dl dd{
	display: inline;
	float: left;
	width: 385px;
	overflow: hidden;
	margin-right: 22px;
	background: #fff;
}
.rmtSlide .bd dl dd .pic{
	overflow: hidden;
	width: 385px;
	height: 250px;
}
.rmtSlide .bd dl dd .pic img{
	display: block;
	width: 385px;
	height: 250px;
}
.rmtSlide .bd dl dd span{
	display: block;
	overflow: hidden;
	height: 150px;
	padding:0 5px;
	line-height: 140px;
	text-align: center;
	color: #333333;
	font-size: 24px;
	position: relative;
	transition-duration: 0.3s;
	transition-property: all;
	transition-timing-function: linear;
}
.rmtSlide .bd dl dd:hover span{color: #b38e5a}
.rmtSlide .bd dl dd span:after{
	content: "";
	display: block;
	width: 50px;
	height: 1px;
	background: #c1c1c1;
	position: absolute;
	bottom: 47px;
	left: 50%;
	margin-left: -25px;
	transition-duration: 0.3s;
	transition-property: all;
	transition-timing-function: linear;
}
.rmtSlide .bd dl dd:hover span:after{background: #b38e5a}
.rmtSlide .hd{
	clear: both;
	margin-top: 39px;
	text-align: center;
}
.rmtSlide .hd ul{display: inline-block}
.rmtSlide .hd ul li{
	display: inline;
	float: left;
	width: 13px;
	height: 13px;
	overflow: hidden;
	margin: 0 7px;
	line-height: 999px;
	border-radius: 100%;
	border: 1px solid #fff;
	cursor: pointer;
	transition-duration: 0.3s;
	transition-property: all;
	transition-timing-function: linear;
}
.rmtSlide .hd ul li.on{background: #b38e5a;border: 1px solid #b38e5a}
.rmtBox{
	width: 1120px;
	height: 455px;
	margin: 0 auto;
	overflow:hidden;
	background: rgba(179,142,90,0.3);
	padding: 30px 40px;
}
.rmtBoxC{
	height: 455px;
	overflow: hidden;
	line-height: 35px;
	color: #333333;
	font-size: 16px;
	
}
.rmtBox2{
	width: 1200px;
	height: 495px;
	overflow: hidden;
	margin: 0 auto;
}
.rmtBox2 dd{
	clear: both;
	height: 95px;
	overflow:hidden;
	background: #f5f5f5;
	transition-duration: 0.3s;
	transition-property: all;
	transition-timing-function: linear;
	margin-bottom:5px;
}
.rmtBox2 dd a{
	display: block;
	height: 95px;
	overflow:hidden;
}
.rmtBox2 dd .icon{
	width: 88px;
	height: 95px;
	background-image: url(../images/icon21.png);
	background-repeat: no-repeat;
	background-position: right center;
	margin-right: 28px;
}
.rmtBox2 dd .ddC{
	overflow: hidden;
}
.rmtBox2 dd .ddC .spanT1{
	display: block;
	height: 20px;
	overflow: hidden;
	line-height: 24px;
	color: #333333;
	font-size: 14px;
	margin-top: 25px;
	transition-duration: 0.3s;
	transition-property: all;
	transition-timing-function: linear;
}
.rmtBox2 dd .ddC .txt{
	overflow: hidden;
	clear: both;
	line-height: 22px;
	font-size: 14px;
	color: #666;
	margin-top:5px;
	transition-duration: 0.3s;
	transition-property: all;
	transition-timing-function: linear;
}
.rmtBox2 dd .bt{
	width: 130px;
	height: 95px;
	background: #e6dbb5;
	background-image: url(../images/icon22.png);
	background-repeat: no-repeat;
	background-position: center center;
	transition-duration: 0.3s;
	transition-property: all;
	transition-timing-function: linear;
}
.rmtBox2 dd:hover .icon{background-image: url(../images/icon21h.png)}
.rmtBox2 dd:hover{background: #b38e5a}
.rmtBox2 dd:hover .ddC .spanT1{color: #fff}
.rmtBox2 dd:hover .ddC .txt{color: #fff}
.rmtBox2 dd:hover .bt{
	background-color:#95764b;
	background-image: url(../images/icon22h.png);
}
.rmtBoxBox{
	height: 622px;
	position: absolute;
	left:110px;
	right: 0;
	top: 50%;
	margin-top:-311px; 
}
/*生态基地*/
.stjdBox1{
	width:1200px;
	max-height:440px;
	margin: 0 auto;
	overflow: hidden;
	color: #333333;
	font-size: 16px;
	line-height: 28px;
	margin-top: 20px;
}
.stjdBox1 img{max-width: 100%}
.stjdBox1 .div{
	width: 610px;
	overflow: hidden;
	text-indent: 2em;
	margin-top: 65px;
}
/*
////////////产品中心
*/
.productSlide{
	overflow: hidden;
	position: relative;
}
.productSlide .bd{
	overflow: hidden;
}
.productSlide .bd dl dd{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.productSlide .bd dl dd a{
	display: block;
	width: 100%;
	height: 100%
}
.productSlide .hd{
	position: absolute;
	bottom: 60px;
	left: 110px;
	right: 0;
	text-align: center;
}
.productSlide .hd ul{display: inline-block}
.productSlide .hd ul li{
	display: inline;
	float: left;
	width: 25px;
	height: 20px;
	margin: 0 11px;
	overflow: hidden;
	cursor: pointer;
	line-height: 9999px;
	background-image: url(../images/icon23.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.productSlide .hd ul li.on{background-image: url(../images/icon23h.png)}
.proCenterDl {
	overflow: hidden;
	width:100%;
	position: relative;
	right: -1px;
}
.proCenterDl dd {
	float: left;
	display: inline;
	width: 33.33333%;
	overflow: hidden;
	position: relative;
	padding-top: 33.33333%
}
.proCenterDl dd .box {
	display: block;
	border-right: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	overflow: hidden;
	position: absolute;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
}
.proCenterDl dd p {
	width: 56%;
	padding-top: 56%;
	position: relative;
	overflow: hidden;
	margin: 6% auto;
	display: block;
}
.proCenterDl dd p img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.proCenterDl dd span {
	height: 45px;
	line-height: 45px;
	font-size: 18px;
	text-align: center;
	color: #444;
	display: block;
	overflow: hidden;
}
.proCenterDl dd .mc {
	height: 100%;
	width: 100%;
	background: rgba(190,148,96,0.9);
	position: absolute;
	left: -1px;
	top: -1px;
	overflow: hidden;
	display: none
}
.proCenterDl dd b {
	height: 40px;
	width: 40px;
	background: url(../images/jia.png) no-repeat center center;
	margin: 41% auto 0;
	display: none
}
.proCenterDl dd em {
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	text-align: center;
	color: #fff;
	display: block;
	overflow: hidden;
	font-style: normal
}
.proCenterDl dd:hover .mc {
	display: block;
}
.proCenterDl dd:hover b {
	display: block
}
.proCenterDl dt {
	float: left;
	display: inline;
	width: 66.66666%;
	padding-top: 33.33333%;
	overflow: hidden;
	position: relative;
}
.proCenterDl dt:after{
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	background:#e9e9e9;
	position: absolute;
	top: 0;
	right: 0;
}
.proCenterDl dt:before{
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background:#e9e9e9;
	position: absolute;
	bottom: 0;
	left: 0;
}
.proCenterDl dt .pic {
	display: block;
	width: 44%;
	padding-top: 44%;
	position: relative;
	overflow: hidden;
	margin: 3% 1% 2.9% 6%;
	position: absolute;
	top: 0;
	left: 0;
}
.proCenterDl dt .pic img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.proCenterDl dt .textBox {
	overflow: hidden;
	padding-top: 13.5%;
	width: 36.5%;
	position: absolute;
	top: 0;
	left:55%;
}
.proCenterDl dt span {
	height: 45px;
	line-height: 45px;
	font-size: 18px;
	text-align: center;
	color: #444;
	display: block;
	overflow: hidden;
}
.proCenterDl dt em {
	height: 64px;
	line-height: 32px;
	font-size: 16px;
	text-align: center;
	color: #666;
	display: block;
	overflow: hidden;
	font-style: normal;
	margin-bottom: 10%;
}
.proCenterDl dt .more {
	display: block;
	height: 28px;
	line-height: 28px;
	border: 1px solid #b38e5a;
	width: 95px;
	text-align: center;
	color: #b38e5a;
	font-size: 14px;
	margin: 0 auto;
	border-radius: 30px;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
}
.proCenterDl dt .more:hover {
	background: #b38e5a;
	color: #fff;
}
.animated2{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both}
.productPic{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
}
.productPic a{
	display: block;
	width: 100%;
	overflow: hidden;
}
.productPic a img{
	display: block;
	width: 100%;
}
/*二维码*/
.ewmBox{position: relative;}
.ewmDiv{
	width: 155px;
	height: 164px;
	overflow: hidden;
	background-image: url(../images/ewm.png);
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	left: 50%;
	margin-left: -77.5px;
	top:90px;
	z-index: 9;
	visibility: hidden;
	opacity: 0;
	transition-delay: 0.3s;
	transition-duration: 0.3s;
	transition-property: all;
	transition-timing-function: linear;
}
.ewmBox:hover .ewmDiv{visibility:visible;top:80px;opacity: 1}
.ewmDiv img{
	display: block;
	width: 145px;
	height: 145px;
	margin-top:14px;
	margin-left:5px;
}
.aboutUsBox1 .textBox{
	clear: both;
	height: 305px;
	overflow: hidden;
}
@media only screen and (max-width:1366px) {
	#fp-nav.right{right: 0}
	.aboutUsSlide .bt.prev{left:-20px;}
	.aboutUsSlide .bt.next{right:-20px;}
	#jswbox .prev{left: 90px;}
	#jswbox .next{right: 90px;}
	.aboutUsBox1 .textBox{height:180px;}
}
/**/
.wrap{width: 1200px;margin:0 auto}
.productVBox{
	overflow: hidden;
	min-height:calc(100vh - 315px);
}
.productVBox1{
	padding:5% 0;
	position: relative;
	z-index: 2;
	overflow: hidden;
}
.productVBox1L{
	width: 630px;
	height: 515px;
	position: relative;
}
.productVBox1L .bd{
	width:1920px;
	height:850px;
	overflow: hidden;
	position: absolute;
	top:-168px;
	left:0;
	margin-left:-360px;
	z-index: -1;
}
.productVBox1L .bd dl dd{
	width:100%;
	height:850px;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
}
.productVBox1R{
	width:510px;
	overflow: hidden;
	margin-top:90px;
	background:rgba(255,255,255,0.9);
	padding:30px;
}
.productVBox1R .divT1{
	clear: both;
	overflow: hidden;
	height: 40px;
	line-height: 40px;
	color: #333333;
	font-weight: bold;
	font-size: 30px;
}
.productVBox1R .divT2{
	clear: both;
	overflow: hidden;
	height:23px;
	line-height: 23px;
	color: #333333;
	font-size: 16px;
}
.productVBox1R .txt{
	clear: both;
	max-height: 110px;
	overflow: hidden;
	color: #666666;
	font-size: 16px;
	padding-bottom: 45px;
	border-bottom: 1px solid #e6e6e6;
} 
.productVBox1R .bt{
	display: block;
	width: 163px;
	height: 46px;
	border: 1px solid #de7f7f;
	overflow: hidden;
	text-align: center;
	line-height: 46px;
	color: #bd0000;
	font-size: 16px;
	transition-duration: 0.3s;
	transition-property: all;
	transition-timing-function: linear;
}
.productVBox1R .bt:hover{background:#bd0000;color: #fff;border: 1px solid #bd0000}
.productVBox2{
	clear: both;
	padding:5% 0;
	background-color:#f5f5f5;
	background-image: url(../images/pctBg.jpg);
	background-position: center 80%;
	background-repeat: no-repeat;
	overflow: hidden;
}
.productVBox2L{
	width:290px;
	height: 520px;
	padding-right: 25px;
	background-image: url(../images/dIcon11.png);
	background-position: right top;
	background-repeat: no-repeat;
	line-height: 520px;
	background-color: #f5f5f5;
	position: relative;
}
.productVBox2L img{
	width: 235px;
	position:absolute;
	top: 50%;
	transform: translateY(-50%)
}
.productVBox2R {
	width: 650px;
	overflow: hidden;
	padding-left: 100px;
	position: relative;
	top: -15px;
}
.productVBox2R .divT{
	clear: both;
	height: 65px;
	overflow:hidden;
	line-height: 65px;
	font-size: 36px;
	color: #333333;
}
.productVBox2Dl{margin-top: 5px;}
.productVBox2Dl dd{
	clear: both;
	line-height: 30px;
	overflow: hidden;
	color: #666666;
	font-size: 16px;
}
.productVBox2Dl dd span{
	float: left;
	width: 150px;
	overflow: hidden;
	text-align: left;
	color: #666666;
	font-size: 16px;
}
.productVBox2Dl dd div{
	overflow: hidden;
}
/**/
.productVBoxText{
	clear: both;
	overflow: hidden;
	line-height: 30px;
	font-size: 14px;
	color: #666;
	width: 1920px;
	position: relative;
	left: 50%;
	margin-left:-960px;
}
.productVBoxText img{
	max-width: 100%;
}
a.getIndex{
	display: block;
	width: 45px;
	height: 45px;
	background-image: url(../images/pctIcon22.png);
	background-position: center top;
	background-repeat: no-repeat;
	line-height: 45px;
	text-align: center;
	color: #fffefe;
	font-size: 16px;
	position: fixed;
	top:3%;
	left:2%;
	z-index: 999;
	padding-top: 15px;
}