header{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 999;
	background: #fff;
	box-shadow: 0px 0px 25px rgba(0,0,0,.15);
}
.head{
	background: none;
	box-shadow: none;
}
.logo{
	float: left;
	padding: 15px 15px 15px 35px;
	background: #fff;
}
.nav-logo{
	display: none;
	background: #ff6600;
	width: 68px;
	height: 68px;
	float: right;
	margin: 17px 30px 0px 0px;
	padding-top: 19px;
	cursor: pointer;
}
.nav-logo i{
	display: block;
	padding: 4px 0px;
}
.nav-logo i:after{
	display: block;
	content: "";
	height: 2px;
	background: #fff;
	width: 50%;
	margin: 0 auto;
}
.head .nav-logo{
	display: block;
}
.menu{
	float: left;
	margin-left: 15%;
}
@media (max-width:1600px) {
	.menu{
		margin-left: 10%;
	}
}
@media (max-width:1500px) {
	.menu{
		margin-left: 5%;
	}
}
@media (max-width:1280px) {
	.menu{
		margin-left: 1%;
	}
}
@media (max-width:1200px) {
	.menu{
		margin-left: 2%;
	}
}
@media (max-width:1100px) {
	.head{
		background: #fff;
		box-shadow: 0px 0px 3px rgba(0,0,0,.3);
	}
	
	.nav-logo{
		display: block;
	}
	.logo{
		padding: 10px;
	}
	.logo img{
		max-height:30px;
	}
	.nav-logo{
		width: 40px;
		height: 40px;
		margin: 5px 10px 0px 0px;
		padding-top: 8px;
	}
	.nav-logoo{
		padding-top: 11px;
		padding-left:2px;
	}
	.nav-logo i{
		padding: 3px 0px;
		transition: .3s;
		transform-origin: 35.5% center;
	}
	.nav-logo i:after{
		width: 70%;
	}
	.nav-logoo i:nth-of-type(1){
		-webkit-transform: rotateZ(45deg);
		-moz-transform: rotateZ(45deg);
		-ms-transform: rotateZ(45deg);
		-o-transform: rotateZ(45deg);
		transform: rotateZ(45deg);
	}
	.nav-logoo i:nth-of-type(2){
		display:none;
	}
	.nav-logoo i:nth-of-type(3){
		-webkit-transform: rotateZ(-45deg);
		-moz-transform: rotateZ(-45deg);
		-ms-transform: rotateZ(-45deg);
		-o-transform: rotateZ(-45deg);
		transform: rotateZ(-45deg);
	}
	.menu{
		float: none;
		position:fixed;
		top:50px;
		right:0;
		width:100%;
		z-index:999;
		transition:.5s;
		margin-left: 0;
		background:rgba(0,140,214,.8);
	}
}
.head .menu{
	display: none;
}
.emlan{
	float: right;
}
.head .emlan{
	display: none;
}
.menu ul li{
	float: left;
	padding: 0px 18px;
}
@media (max-width:1400px) {
	.menu ul li{
		padding: 0px 10px;
	}
}
@media (max-width:1100px) {
	.header .menu{
		right:-100%;
	}
	.emlan{
		display: none;
	}
	.head .menu{
		display: block;
		left:auto;
		right:-100%;
	}
}
.menu ul li a{
	display: block;
	position: relative;
	line-height: 85px;
	color: #2d2d2d;
	font-size: 1.6rem;
	padding: 0px 10px;
}
.menu ul li a:after{
	content: "";
	display: block;
	height: 3px;
	width: 100%;
	position: absolute;
	bottom: 100%;
	left: 0;
	background: #ff6600;
	opacity: 0;
	transition: .5s;
}
.menu ul li.cur a,.menu ul li:hover a{
	color: #ff6600;
}
.menu ul li.cur a:after,.menu ul li:hover a:after{
	opacity: 1;
	bottom: 0;
}
@media (max-width:1200px) {
	.menu ul li{
		padding: 0px 5px;
	}
	.menu ul li a{
		font-size: 1.4rem;
	}
}
@media (max-width:1000px) {
	.menu ul li{
		width:100%;
		padding:0px 15px;
	}
	.menu ul li a{
		line-height:46px;
		border-bottom:1px rgba(255,255,255,.7) solid;
		color:#fff;
	}
	.menu ul li a:after{
		display: none;
	}
	.menu ul li:last-child a{
		border-bottom:0;
	}
}
.email{
	border-left: 1px rgba(0,0,0,.1) solid;
	height: 85px;
	float: left;
	padding: 0px 30px;
}
.email i{
	color: #c5c5c5;
	font-size: 2.4rem;
	line-height: 85px;
}
.language{
	float: left;
	position: relative;
}
.language p{
	height: 85px;
	color: #fff;
	font-size: 3.0rem;
	background: #ff6600;
	padding: 0px 30px;
	transition: .3s;
	cursor: pointer;
}
.language p i{
	line-height: 85px;
}
.language:hover p{
	background: #008cd6;
}
.language:after{
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	border-top: 5px #fff solid;
	border-left: 5px transparent solid;
	border-right: 5px transparent solid;
	left: 70%;
	top: 48%;
	content: "";
}
.language span{
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background: #008cd6;
}
.language:hover span{
	display: block;
}
.language span a{
	display: block;
	text-align: center;
	line-height: 42px;
	color: #fff;
	transition: .3s;
}
.language span a:hover{
	background: #ff6600;
}
.swiper-container-v .swiper-slide{
	background-position:center;
	background-repeat: no-repeat;
	background-size: cover;
}
.banner{
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	height: 16%;
	background: rgba(255,255,255,.8);
}
.banner h3{
	font-size: 2.9rem;
	line-height: 36px;
	margin: 30px 0px 10px;
}
.banner h2{
	color: #008cd6;
	font-size: 1.6rem;
	line-height: 22px;
}
.banner a.morer{
	width: 205px;
	line-height: 76px;
	color: #ff6600;
	float: right;
	font-size: 1.8rem;
	background: #fff;
	display: block;
	text-align: center;
	transition: .3s;
}
.banner a.morer:hover{
	color: #fff;
	background: #ff6600;
}
@media (max-width:1000px) {
	.banner{
		height: auto;
		background: none;
		top:20%;
		bottom:auto;
		padding:0px 5%;
	}
	.banner h3{
		font-size: 1.8rem;
		line-height: 22px;
		margin: 20px 0px 0px;
		color:#fff;
		font-weight:bold;
	}
	.banner h2{
		font-size: 1.4rem;
		color:#fff;
		margin:20px 0px;
	}
	.banner a.morer{
		width: 160px;
		line-height: 40px;
		font-size: 1.2rem;
		margin:10px 0px 20px;
		float:left;
	}
}
.abbg{
	background:rgba(240,129,1,.69);
	float:left;
	margin: 13% 0px 0px;
	padding:40px 66px 66px;
}
.abtit big{
	float: left;
	display: block;
	font-size: 7.1rem;
	color: #fff;
	font-family:Fonttwo;
	line-height: 70px;
}
.abtit big:after{
	content: "year";
	color: #fff;
	font-size: 2.7rem;
	font-family: arial;
	display: block;
	line-height: 30px;
}
.abtit section{
	float: left;
	border-left: 2px #fff solid;
	padding-left: 5%;
	margin-left: 5%;
	padding-top: 5px;
	padding-bottom: 5px;
}
.abtit section h3{
	font-size: 2.9rem;
	color: #fff;
	line-height: 36px;
	margin: 0px 0px 20px;
	font-family:Fontthree;
}
.abtit section span{
	display: block;
	color: #fff;
	line-height: 20px;
	max-width: 580px;
}
.about{
	color: #fff;
	line-height: 28px;
	max-width: 760px;
	margin: 7% 0px 5%;
}
.abnum span{
	float: left;
	display: block;
	background-position: 0px center;
	padding-left: 70px;
	background-repeat: no-repeat;
	margin-right: 5%;
	margin-bottom: 5%;
}
.abnum span:last-child{
	margin-right: 0;
}
.abnum span big{
	display: block;
	line-height: 30px;
	font-size: 2.8rem;
	color: #fff;
	font-family:Fontfour;
}
.abnum span small{
	display: block;
	line-height: 22px;
	font-size: 1.4rem;
	color: #fff;
}
@media (max-width:1400px) {
	.abtit{
		margin: 12% 0px 0px;
	}
	.about{
		margin: 4% 0px 3%;
	}
	.abnum span{
		margin-bottom: 3%;
	}
}
@media (max-width:1000px) {
	.abbg{
		margin: 25% 0px 0px;
		padding:10px 15px 40px;
	}
	.abtit{
		margin: 10px 0px 0px;
	}
	.abtit big{
		display: none;
	}
	.abtit section{
		border:0;
		padding:0;
		margin:0;
	}
	.abtit section h3{
		font-size: 1.6rem;
		font-weight:bold;
		line-height: 22px;
		margin: 0px 0px 10px;
	}
	.abtit section span{
		display:none;
	}
	.guanyu{
		background-position:left center !important;
	}
	.about{
		line-height:22px;
		margin: 0 0px 30px;
		font-size:1.3rem;
	}
	.abnum{
		display:none;
	}
}
a.more{
	display: block;
	width: 126px;
	line-height: 36px;
	color: #fff;
	font-size: 1.4rem;
	border: 1px #fff solid;
	text-align: center;
	transition: .3s;
}
a.more:hover{
	color: #fff;
	background: #ff6600;
}
.product{
	position: relative;
	height: 100%;
}
.product ul{
	position: relative;
	height: 100%;
}
.product li{
	position: relative;
	float: left;
	height: 100%;
	width: 25%;
	border-right: 1px #fff solid;
}
.product li:last-child{
	border-right: 0;
}
.product li a{
	display: block;
	position: relative;
	height: 100%;
	width: 100%;
}
.product li a i{
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size:100% auto;
	z-index: 6;
	background-color: #f4f5f6;
	transition: .5s;
}
.product li a i.imghover{
	z-index: 5;
	background-size:cover;
}
.product li a img{
	position: absolute;
	width: 100%
}
.product li:hover a i.imgnow{
	opacity: 0;
}
.product li a span{
	display: block;
	position: absolute;
	bottom: 10%;
	left: 0;
	padding: 0px 8%;
	width: 100%;
	z-index: 8;
}
.product li a span h3{
	color: #000;
	font-size: 1.7rem;
	line-height: 26px;
}
.product li a span small{
	display: block;
	font-size: 1.4rem;
	line-height: 22px;
	color: #939393;
	margin: 10px 0px 0px;
}
.product li:hover a span h3,.product li:hover a span small{
	color: #fff;
}
@media (max-width:1000px) {
	.product li{
		height: 50%;
		width: 50%;
	}
	.product li:nth-of-type(1){
		border-bottom: 1px #fff solid;
	}
	.product li:nth-of-type(2){
		border-right:0;
		border-bottom: 1px #fff solid;
	}
	.product li a span{
		bottom: 10px;
		padding: 0px 15px;
	}
	.product li a span h3{
		color: #000;
		font-size: 1.5rem;
		line-height: 26px;
	}
	.product li a span small{
		display:none;
	}
}
.catit{
	height: 21%;
	position: absolute;
	width: 100%;
	left: 0;
	text-align: center;
	top: 0;
}
.catit h3{
	color: #073f96;
	font-size: 4.2rem;
	line-height: 56px;
	margin: 3% 0px 0px;
}
.catit span{
	display: block;
	color: #1274d2;
	line-height: 20px;
	font-size:1.8rem;
	max-width:580px;
	margin: 10px auto 0;
}
.case{
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	height: 78%;
}
.case .cscont{
	position: relative;
	height: 100%;
}
.case .cscont a.more{
	display:none;
}
.case ul{
	position: absolute;
	width: 100%;
	left: 0;
	height: 49.3%;
	overflow: hidden;
	display: flex;
	top: 0;
}
.case ul.bt{
	top: auto;
	bottom: 0;
}
.case ul li{
	float: left;
	width: 24.64%;
	margin-right: .48%;
	display: flex;
}
.case ul li:last-child{
	margin-right: 0;
}
.case ul li a img{
	min-width:100%;
	min-height: 100%;
}
.case ul li a{
	display: flex;
	position: relative;
}
.case ul li a span{
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	background: rgba(0,0,0,.7);
	text-align: center;
	left: 0;
	color: #fff;
	padding-top: 20%;
	opacity: 0;
	transition: .3s;
}
.case ul li a:hover span{
	opacity: 1;
}
.case ul li a span p{
	font-size: 2.3rem;
	line-height: 32px;
}
.case ul li a span small{
	display: block;
	font-size: 1.4rem;
	line-height: 30px;
	background: url(../images/mjt.png) center bottom no-repeat;
	padding-bottom: 70px;
}
@media (max-width:1000px) {
	.catit{
		height: 32%;
	}
	.catit h3{
		font-size: 2.8rem;
		line-height: 36px;
		margin: 20% 15px 0px;
	}
	.catit span{
		font-size:1.2rem;
		padding:0px 15px;
	}
	.case{
		height: 68%;
	}
	.case .cscont a.more{
		display:block;
		bottom:15%;
		position:absolute;
		left:50%;
		margin-left:-63px;
		color:#000;
		border:1px #000 solid;
	}
	.case ul{
		height: auto;
		padding:0px 10px;
	}
	.case ul.bt{
		display:none;
	}
	.case ul li{
		width: 48.5%;
		margin-right: 3%;
		margin-bottom:10px;
	}
	.case ul li:nth-child(even){
		margin-right:0;
	}
}
.news{
	position: relative;
	height: 100%;
}
.news ul{
	position: relative;
	height: 100%;
}
.news ul li{
	position: relative;
	height: 100%;
	width: 25%;
	float: left;
}
.news ul li a{
	position: relative;
	height: 100%;
	display: block;
}
.news ul li a span{
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: #f7f7f7;
	transition: .3s;
	z-index: 3;
	padding: 100% 8% 0px;
}
.news ul li a span big{
	color: #2d2d2d;
	font-size: 1.3rem;
	font-family: arial;
	line-height: 20px;
}
.news ul li a span h3{
	color: #2d2d2d;
	font-size: 1.8rem;
	margin: 15% 0px 7%;
	line-height: 25px;
}
.news ul li a span h4{
	font-size: 1.4rem;
	line-height: 25px;
	color: #2d2d2d;
	margin: 0;
}
.news ul li a:hover span h4{
	display: none;
}
.news ul li a span small{
	display: none;
	color: #676666;
	font-size: 1.4rem;
	line-height: 25px;
	padding-bottom: 20px;
}
.news ul li a:hover span small{
	display: block;
}
.news ul li a span h5{
	width: 152px;
	height: 52px;
	margin: 7% 0px 0px;
	background: url(../images/nsjt.png) 0 center no-repeat;
}
.news ul li a:hover span h5{
	background: #ff6600 url(../images/nsjtn.png) center no-repeat;
}
.news ul li a i{
	display: block;
	position: absolute;
	background-position: center;
	background-repeat: no-repeat;
	background-size:cover;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 2;
}
.news ul li a:hover span{
	background: transparent;
}
.news>h1{
	color: #2d2d2d;
	font-size: 4.2rem;
	position: absolute;
	top: 20%;
	left: 40px;
	z-index: 9;
}
@media (max-width:1200px) {
	.news>h1{
		font-size: 3.0rem;
	}
}
@media (max-width:1000px) {
	.news>h1{
		font-size: 2.8rem;
		top: 12%;
		left: 15px;
	}
	.news ul{
		height:auto;
		margin-top:40%;
	}
	.news ul li{
		height: auto;
		width: 100%;
		margin-bottom:10px;
		border-bottom:1px rgba(0,0,0,.15) solid;
		padding-bottom:10px;
	}
	.news ul li a{
		position: relative;
		height: 100%;
		display: block;
	}
	.news ul li a i{
		display:none;
	}
	.news ul li a span{
		padding: 0% 0px 0px;
		position:static;
	}
	.news ul li a span h3{
		font-size: 1.5rem;
		margin: 5px 0px;
		line-height: 22px;
	}
	.news ul li a span h5{
		display:none;
	}
}
.tiyan{
	margin: 12% 0px 0px;
}
.tiyan h1{
	color: #fff;
	font-size: 4.2rem;
}
@media (max-width:1200px) {
	.tiyan h1{
		font-size: 3.0rem;
	}
}
.tiyan ul{
	margin: 5% 0px 0px;
}
.tiyan ul li{
	float: left;
	width: 49.5%;
}
.tiyan ul li:last-child{
	float: right;
}
.tiyan ul li img{
	width: 100%;
}
.tiyan ul li a{
	display: block;
	transition: .3s;
	background: #fff;
}
.tiyan ul li a i{
	display: block;
	position: relative;
}
.tiyan ul li a i:after{
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.54) url(../images/tyn.png) center no-repeat;
}
.tiyan ul li a span{
	display: block;
	padding: 0px 5%;
	line-height: 65px;
}
.tiyan ul li a span p{
	font-size: 2.0rem;
	color: #000;
	background: url(../images/tyjt.png) right center no-repeat;
}
.tiyan ul li a:hover{
	background: #ff6600;
}
.tiyan ul li a:hover span p{
	color: #fff;
	background: url(../images/tyjtn.png) right center no-repeat;
}
@media (max-width:1000px) {
	.tiyan{
		margin: 22% 0px 0px;
	}
	.tiyan h1{
		font-size: 2.4rem;
	}
	.tiyan ul{
		margin: 8% 0px 0px;
	}
	.tiyan ul li{
		width: 100%;
		margin-bottom:15px;
	}
	.tiyan ul li a span{
		padding: 0px 10px;
		line-height: 40px;
	}
	.tiyan ul li a span p{
		font-size: 1.6rem;
	}
}
.bottom{
	padding: 10px 5% 0px;
}
.bottom .copy{
	border-top: 1px rgba(255,255,255,.3) solid;
}
.bottom ul li{
	float: left;
	margin-right: 40px;
}
.bottom ul li:last-child{
	margin-right: 0;
}
.bottom ul li a{
	display: block;
	color: rgba(255,255,255,.35);
	line-height: 77px;
	font-size: 1.6rem;
}
.bottom ul li a:hover{
	color: #fff;
}
.bottom .pull-right{
	color: #fff;
	font-size: 1.8rem;
	line-height: 77px;
}
.copy{
	color: #666666;
	line-height: 30px;
	padding: 25px 0px 0px;
}
.copy section{
	float: left;
}
.copy section a{
	color: #666666;
}
.copy span{
	display: block;
	float: right;
}
.copy span a{
	margin-left: 30px;
	display:block;
	float:left;
	position:relative;
}
.copy span a i{
	display:none;
	position:absolute;
	width:80px;
	bottom:100%;
	right:0;
}
.copy span a:hover i{
	display:block;
}
.copy span a i img{
	max-width:100%;
	height:auto;
}
.copy span a>img{
	opacity: .3;
	transition: .3s;
}
.copy span a:hover img{
	opacity: 1;
}
footer{
	background: #18171c;
	height: 190px;
}
@media (max-width:1000px) {
	.dibu{
		display:none;
	}
	footer{
		display:none;
	}
}
/*page*/
.lanmu{
	box-shadow: 0px 0px 2px rgba(0,0,0,.2);
	position: relative;
}
.lanmu ul{
	padding: 0px 4%;
}
.lanmu ul li{
	margin-right: 5%;
	float: left;
}
.lanmu ul li:last-child{
	margin-right: 5%;
}
.lanmu ul li a{
	display: block;
	line-height: 76px;
	color: #333333;
	font-size: 1.6rem;
	position: relative;
	padding: 0px 5px;
}
.lanmu ul li a:after{
	content: "";
	display: block;
	width: 100%;
	position: absolute;
	opacity: 0;
	bottom: 0;
	left: 0;
	height: 2px;
	background: #ff6600;
	transition: .3s;
}
.lanmu ul li.cur a:after,.lanmu ul li:hover a:after{
	opacity: 1;
}
.lanmu ul li.cur a,.lanmu ul li:hover a{
	color: #ff6600;
}
.content{
	background: #f4f4f4;
	padding: 50px 0px 85px;
}
.iabout{
	background: #fff;
	padding: 60px;
}
@media (max-width:1200px) {
	.lanmu ul li{
		margin-right: 3%;
	}
	.lanmu ul li a{
		line-height: 70px;
		font-size: 1.4rem;
	}
	.iabout{
		padding: 30px 30px 60px;
	}
}
@media (max-width:1000px) {
	.content{
		background: #f4f4f4;
		padding: 20px 0px;
	}
	.iabout{
		padding: 10px;
	}
	.lanmu ul{
		padding: 15px 0px 5px;
	}
	.lanmu ul:after{
		content:"";
		display:block;
		clear:both;
	}
	.lanmu ul li{
		margin-right: 3%;
		width:48.5%;
		margin-bottom:10px;
	}
	.lanmu ul li:last-child{
		margin-right: 0;
	}
	.lanmu ul li:nth-child(even){
		margin-right:0;
	}
	.lanmu ul li a{
		line-height: 40px;
		padding: 0px 0px;
		text-align:center;
		border:1px rgba(0,0,0,.1) solid;
	}
	.lanmu ul li a:after{
		display:none;
	}
}
.iabout .pull-left{
	width: 48%;
}
.iabout .pull-right{
	width: 48%;
}
.iabout .pull-right h2{
	color: #34383a;
	line-height: 36px;
	font-size: 2.7rem;
}
.iabout .pull-right section{
	color: #596266;
	font-size: 1.55rem;
	margin: 20px 0px 0px;
	line-height: 32px;
}
.iabtext{
	color: #596266;
	font-size: 1.55rem;
	line-height: 32px;
}
.iabtext img{
	max-width:100%;
	height:auto;
}
@media (max-width:1200px) {
	.iabout .pull-right h2{
		line-height: 30px;
		font-size: 2.2rem;
	}
	.iabout .pull-right section{
		font-size: 1.4rem;
		margin: 10px 0px 0px;
		line-height: 26px;
	}
}
@media (max-width:1000px) {
	.iabout .pull-left{
		width: 100%;
	}
	.iabout .pull-right{
		width: 100%;
	}
	.iabout .pull-right h2{
		line-height: 26px;
		font-size: 1.8rem;
		margin:15px 0px 0px;
	}
	.iabout .pull-right section{
		font-size: 1.4rem;
		margin: 5px 0px 0px;
		line-height: 22px;
	}
	.iabtext{
		font-size: 1.4rem;
		line-height: 26px;
	}
}
.iabout dl{
	margin: 55px 0px 0px;
}
.iabout dl dd{
	width: 90%;
	margin: -45px 0px 0px 5%;
	background: #fff;
	padding: 50px 8%;
	box-shadow: 0px 0px 30px rgba(0,0,0,.1);
	position: relative;
	z-index: 2;
}
.iabout dl dd span{
	float: left;
	border-right: 1px rgba(0,0,0,.2) dashed;
	width: 33.3333333333333%;
	text-align: center;
}
.iabout dl dd span:last-child{
	border-right: 0;
}
.iabout dl dd span:after{
	content: "";
	display: block;
	clear: both;
}
.iabout dl dd span big{
	display: inline-block;
	font-size: 5.5rem;
	color: #fe6604;
	font-family:Fontfive;
	line-height: 70px;
	min-width: 41px;
}
.iabout dl dd span small{
	display: inline-block;
	padding-left: 10px;
	color: #4b515e;
	font-size: 1.8rem;
	line-height: 23px;
	font-family:Fontone;
	text-align: left;
}


@media (max-width:1200px) {
	.iabout dl dd span small{
		font-size: 1.4rem;
	}
}
@media (max-width:1000px) {
	.iabout dl dd span{
		border-right: 0px rgba(0,0,0,.2) dashed;
		width: 100%;
		text-align:left;
		margin-bottom:10px;
	}
	.iabout dl dd span big{
		font-size: 2.5rem;
		line-height: 55px;
	}
	.iabout dl{
		margin: 15px 0px 0px;
	}
	.iabout dl dd{
		width: 100%;
		margin: 0px 0px 0px 0px;
		background: #fff;
		padding: 20px 8%;
		box-shadow: 0px 0px 5px rgba(0,0,0,.1);
	}
}
.zhichi .pull-left{
	width: 34%;
}
.zhichi .pull-right{
	width: 60%;
}
.zhichi .pull-right>h2:after{
	content: "";
	display: block;
	width: 20px;
	height: 3px;
	background: #34383a;
	margin: 30px 0px;
}
@media (max-width:1000px) {
	.zhichi .pull-left{
		width: 100%;
	}
	.zhichi .pull-right{
		width: 100%;
	}
	.zhichi .pull-right>h2:after{
		margin: 10px 0px;
	}
}
.inews dl dd a{
	display: block;
	background: #fff;
}
.inews dl dd a img{
	width: 100%;
}
.inews dl dd a section{
	padding: 20px 25px;
}
.inews dl dd a section big{
	display: block;
	color: #37383a;
	font-size: 1.8rem;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	line-height: 30px;
}
.inews dl dd a section span{
	display: block;
	color: #ff7800;
	font-size: 1.2rem;
	line-height: 30px;
	margin: 5px 0px 0px;
}
.inews dl dd a:hover{
	background: #ff6600;
}
.inews dl dd a:hover section big,.inews dl dd a:hover section span{
	color: #fff;
}
@media (max-width:1200px) {
	.inews dl dd a section big{
		font-size: 1.6rem;
	}
}
@media (max-width:1000px) {
	.inews dl dd{
		margin-bottom:15px;
	}
	.inews dl dd a section{
		padding:10px 15px;
	}
	.inews dl dd a section span{
		margin: 0px 0px 0px;
	}
}
.inews ul{
	margin: 40px 0px 0px;
	padding-bottom: 20px;
}
.inews ul li{
	margin-bottom: 30px;
	background: #fff;
}
.inews ul li a{
	display: block;
	border: 2px rgba(0,0,0,.1) solid;
	padding: 30px 5% 30px 0px;
}
.inews ul li a:after{
	content: "";
	display: block;
	clear: both;
}
.inews ul li a .time{
	float: left;
	text-align: center;
	width: 14%;
}
.inews ul li a section{
	float: right;
	width: 86%;
}
.inews ul li a .time big{
	display: block;
	color: #3f3f3f;
	font-family: arial;
	font-size: 6.6rem;
	line-height: 66px;
}
.inews ul li a .time small{
	display: block;
	color: #3f3f3f;
	font-size: 2.0rem;
	font-family: arial;
	line-height: 20px;
}
.inews ul li a section h3{
	color: #bba880;
	font-size: 2.2rem;
	line-height: 22px;
}
.inews ul li a:hover .time big,.inews ul li:hover a .time small,.inews ul li a:hover section h3{
	color: #ff7800;
}
.inews ul li a section span{
	display: block;
	color: #808080;
	font-size: 1.4rem;
	line-height: 26px;
	margin: 15px 0px 25px;
}
.inews ul li a section i{
	display: block;
	font-style: normal;
	color: #bba880;
	font-size: 1.4rem;
	line-height: 22px;
}
.inews ul li a:hover{
	border: 2px #ff7800 solid;
}
@media (max-width:1200px) {
	.inews ul li a .time big{
		font-size: 4.6rem;
		line-height: 46px;
	}
	.inews ul li a .time small{
		font-size: 1.6rem;
	}
	.inews ul li a section h3{
		font-size: 1.6rem;
	}
	.inews ul li a section span{
		font-size: 1.3rem;
		line-height: 22px;
		margin: 10px 0px 15px;
	}
}
@media (max-width:1000px) {
	.inews ul{
		margin: 10px 0px 0px;
		padding-bottom: 10px;
	}
	.inews ul li{
		margin-bottom: 15px;
	}
	.inews ul li a .time{
		display:none;
	}
	.inews ul li a{
		border: 1px rgba(0,0,0,.1) solid;
		padding: 10px;
	}
	.inews ul li a section{
		width: 100%;
		padding:0px;
	}
	.inews ul li a section h3{
		font-size: 1.4rem;
	}
	.inews ul li a section span{
		font-size: 1.2rem;
		line-height: 22px;
		margin: 5px 0px 10px;
	}
}
.page-list{
	border-top: 1px rgba(0,0,0,.1) solid;
}
.page-list big{
	float: right;
	padding: 30px 0px 0px;
}
.page-list a{
	display: block;
	line-height: 34px;
	padding: 0px 15px;
	float: left;
	color:#808080;
	font-size: 1.6rem;
	font-family: arial;
	margin-left: 15px;
	border-radius: 2px;
	border: 1px rgba(0,0,0,.1) solid;
	transition: .3s;
}
.page-list a:hover,.page-list a.hover{
	color: #fff;
	background: #c9a476;
	border: 1px #c9a476 solid;
}
@media (max-width:992px) {
	.page-list big{
		padding: 15px 0px 0px;
	}
	.page-list a{
		line-height: 30px;
		padding: 0px 10px;
		font-size: 1.3rem;
		margin-left: 5px;
		margin-bottom:5px;
	}
}
.icontact{
	background:#fff;
}
.icontact .icolet{
	float:left;
	width:50%;
	background:#f08101;
}
.icontact .icorit{
	float:right;
	width:50%;
}
.icontact .icolet section{
	padding:40px;
	color:#fff;
	position: relative;
}
.icontact .icolet big img{
	width:100%;
}
.icontact .icolet section h2{
	font-size:3.0rem;
	line-height:40px;
}
.icontact .icolet section>i{
	display: block;
	max-width: 140px;
	position: absolute;
	right: 40px;
	bottom: 40px;
}
.icontact .icolet section>i img{
	max-width:100%;
	height:auto;
}
.icontact .icolet section h3{
	font-size:2.0rem;
	padding:15px 0px 25px;
	line-height:30px;
	border-bottom:1px rgba(255,255,255,.5) solid;
}
.icontact .icolet section>span{
	display:block;
	font-size:1.6rem;
	margin:20px 10px 0px;
	line-height:40px;
}
.icontact .icolet section span table tr td:first-child{
	display:flex;
	padding:11px 10px 0px 0px;
}
@media (max-width:1200px) {
	.icontact .icolet section{
		padding:25px;
	}
	.icontact .icolet section h2{
		font-size:2.0rem;
		line-height:30px;
	}
	.icontact .icolet section>i{
		max-width: 100px;
		right: 25px;
		bottom: 25px;
	}
	.icontact .icolet section>i img{
		max-width:100%;
		
	}
	.icontact .icolet section h3{
		font-size:1.6rem;
		padding:10px 0px 20px;
	}
	.icontact .icolet section>span{
		font-size:1.4rem;
		margin:15px 0px 0px;
		line-height:30px;
	}
}
@media (max-width:992px) {
	.icontact .icolet{
		width:100%;
	}
	.icontact .icorit{
		width:100%;
	}
	.icontact .icolet section{
		padding:15px;
	}
	.icontact .icolet section h2{
		font-size:1.6rem;
	}
	.icontact .icolet section h3{
		font-size:1.4rem;
		padding:0px 0px 10px;
	}
	.icontact .icolet section>i{
		max-width: 60px;
		right: 15px;
		bottom: 15px;
	}
}
.icorit form{
	padding:40px;
}
.icorit form h2{
	color:#333333;
	font-size:2.2rem;
	line-height:36px;
}
.icorit form h3{
	font-size:3.2rem;
	color:#333333;
	line-height:71px;
	margin:0px 0px 6%;
}
.icorit form span{
	display:block;
	margin-bottom:20px;
}
.icorit form span p{
	line-height:30px;
	font-size:1.8rem;
	color:#3f3f3f;
	position:relative;
}
.icorit form span p:after{
	content:"*";
	color:#f00;
	margin:0px 0px 0px 8px;
}
.icorit form span input{
	width:100%;
	border:0;
	border-bottom:1px rgba(0,0,0,.15) solid;
	line-height:20px;
	outline:none;
	padding:10px 0px;
}
.icorit form span textarea{
	width:100%;
	border:0;
	border-bottom:1px rgba(0,0,0,.15) solid;
	line-height:20px;
	outline:none;
	padding:10px 0px;
	resize:none;
}
.icorit form section:after{
	content:"";
	display:block;
	clear:both;
}
.icorit form section span:first-child{
	float:left;
	width:48%;
}
.icorit form section span:last-child{
	float:right;
	width:48%;
}
.icorit form button{
	width:100%;
	color:#fff;
	background:#ff6600;
	font-size:1.7rem;
	border:0;
	line-height:70px;
	margin:8% 0px 0px;
	transition:.3s;
}
.icorit form button:hover{
	background:#f68603;
}
@media (max-width:1200px) {
	.icorit form{
		padding:25px;
	}
	.icorit form h2{
		font-size:1.8rem;
		line-height:30px;
	}
	.icorit form h3{
		font-size:2.2rem;
		line-height:51px;
		margin:0px 0px 15px;
	}
	.icorit form span{
		margin-bottom:10px;
	}
	.icorit form span p{
		font-size:1.4rem;
	}
	.icorit form span input{
		padding:0px 0px 10px;
	}
	.icorit form span textarea{
		max-height:200px;
	}
	.icorit form button{
		width:100%;
		font-size:1.4rem;
		line-height:50px;
		margin:15px 0px 0px;
	}
}
@media (max-width:992px) {
	.icorit form{
		padding:15px;
	}
	.icorit form h2{
		font-size:1.6rem;
	}
	.icorit form h3{
		font-size:1.8rem;
		line-height:41px;
		margin:0px 0px 10px;
	}
	.icorit form span textarea{
		max-height:100px;
	}
}
.map{
	border:13px #fff solid;
	padding:10px;
}
.map img{
	max-width:100%;
}
@media (max-width:992px) {
	.map{
		border:3px #fff solid;
		padding:5px;
	}
}
.ijoin ul{
	margin: 20px 0px 0px;
	background: #fff;
	padding: 35px 35px 60px;
}
.ijoin ul li{
	padding: 30px 0px;
	border-bottom: 1px rgba(0,0,0,.1) solid;
}
.ijoin ul li .jitp span{
	display: block;
	float: left;
	max-width: 80%;
}
.ijoin ul li .jitp big{
	float: right;
	line-height: 44px;
	border: 1px rgba(0,0,0,.1) solid;
	padding: 0px 20px;
	font-size: 1.5rem;
	cursor: pointer;
	transition: .3s;
	width: 17%;
	margin: 9px 0px 0px;
}
.ijoin ul li .jitp big:after{
	content: "↓";
	float: right;
	font-size: 1.8rem;
	color: #666;
}
.ijoin ul li.cur .jitp big:after{
	content: "↑";
}
.ijoin ul li .jitp big:hover,.ijoin ul li.cur .jitp big{
	background: #262626;
	color: #fff;
}
.ijoin ul li .jitp big:hover:after,.ijoin ul li.cur .jitp big:after{
	color: #fff;
}
.ijoin ul li .jitp span h3{
	font-size: 1.9rem;
	line-height: 24px;
}
.ijoin ul li .jitp span small{
	display: block;
	color: #5e6068;
	font-size: 1.4rem;
	margin: 20px 0px 0px;
	line-height: 22px;
	font-family: arial;
}
.ijoin ul li .jibt{
	padding: 10px 0px 0px;
	display: none;
}
.ijoin ul li .jibt h1{
	color: #5e6068;
	line-height: 22px;
	font-size: 1.4rem;
	margin: 15px 0px 20px;
}
.ijoin ul li .jibt h1:last-child{
	margin-bottom: 0;
}
.ijoin ul li .jibt h1:before{
	content: "●";
	margin-right: 4px;
}
.ijoin ul li .jibt h1 a{
	color: #f00;
}
.ijoin ul li .jibt section{
	padding-left: 12px;
	line-height: 25px;
	font-size: 1.4rem;
	color: #5e6068;
}
@media (max-width:992px) {
	.ijoin ul{
		margin: 15px 0px 0px;
		padding: 15px;
	}
	.ijoin ul li{
		padding: 10px 0px;
	}
	.ijoin ul li .jitp span{
		max-width: 100%;
		width: 100%;
	}
	.ijoin ul li .jitp big{
		display:none;
	}
	.ijoin ul li .jitp span h3{
		font-size: 1.6rem;
		line-height: 20px;
	}
	.ijoin ul li .jitp span small{
		font-size: 1.3rem;
		margin: 10px 0px 0px;
	}
	.ijoin ul li .jibt{
		padding: 10px 0px 0px;
		display: none;
	}
	.ijoin ul li .jibt h1{
		font-size: 1.4rem;
		margin: 5px 0px 10px;
	}
	.ijoin ul li .jibt section{
		line-height: 22px;
	}
}
.ihonor ul li a{
	display: block;
	background: #fff;
	margin-bottom: 30px;
	text-align: center;
	transition: .3s;
	text-decoration: none;
	color: #3d3d42;
}
.ihonor ul li a img{
	width: 100%;
}
.ihonor ul li a:hover{
	background: #ff6600;
	color: #fff;
}
.ihonor ul li a span{
	display: block;
	border-top: 1px rgba(0,0,0,.1) solid;
	font-size: 1.6rem;
	line-height: 66px;
}
@media (max-width:1200px) {
	.ihonor ul li a span{
		font-size: 1.4rem;
		line-height: 46px;
	}
}
.picshade {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.91;
  filter: alpha(opacity=91);
  z-index: 99999;
  display: none;
}

.pictures_eyes_close {
  position: fixed;
  top: 30px;
  right: 30px;
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url(../images/close.png) no-repeat;
  z-index: 100000;
  display: none;
}

.pictures_eyes {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 199999;
  display: none;
}

.pictures_eyes_in {
  position: relative;
  text-align: center;
}

.pictures_eyes_in img { 
	max-height: 600px; 
}
@media (max-width:992px) {
	.pictures_eyes_in img { 
		max-width: 95%; 
	}
}
.pictures_eyes_in section p{
	color:#fff;
	padding:15px 0px 20px;
	font-weight:bold;
	font-size:1.6rem;
}
.pictures_eyes_in section span{
	color:#fff;
	max-width:70%;
	margin:20px auto;
	display:block;
}
.pictures_eyes_in .prevv, .pictures_eyes_in .nextt {
	position: absolute;
	top: 50%;
	width: 51px;
	height: 51px;
	cursor: pointer;
}
.pictures_eyes_in .prevv {
	left: 35px;
	background: url(../images/Tleft.png) no-repeat;
}
.pictures_eyes_in .nextt {
	right: 35px;
	background: url(../images/Tright.png) no-repeat;
}
.pictures_eyes_indicators {
	position: fixed;
	left: 0;
	bottom: 15px;
	width: 100%;
	text-align: center;
	z-index: 299999;
}
.pictures_eyes_indicators a {
	display: inline-block;
	width: 50px;
	margin: 6px 3px 0 3px;
	border: 1px solid #ddd;
	border-radius: 2px;
	box-shadow: 0 0 2px #000;
	filter: alpha(opacity=50);
	opacity: 0.5;
	overflow: hidden;
	background: #fff;
}
.pictures_eyes_indicators img {
	max-width: 100%;
}
.pictures_eyes_indicators .current {
	filter: alpha(opacity=100);
	opacity: 1;
}
.iproduct{
	padding: 85px 0px 0px;
}
.iproduct dl dd{
	float: left;
	width: 50%;
	padding: 2% 0px 0px;
	position: relative;
	height: 100%;
}
.iproduct dl dt{
	float: left;
	width: 50%;
}
.iproduct dl:nth-child(even) dd{
	float: right;
}
.iproduct dl:nth-child(even) dt{
	float: left;
}
.iproduct dl dd h2{
	text-align: center;
	font-size: #363636;
	font-size: 2.1rem;
	line-height: 24px;
}
.iproduct dl dd h2:after{
	content: "";
	display: block;
	height: 2px;
	width: 20px;
	background: #ff6600;
	margin: 20px auto 0;
}
.iproduct dl dd .swiper-container{
	height: 89%;
	padding: 3% 0px 6%;
}
.iproduct dl dd .swiper-container a{
	display: block;
	position: relative;
	height: 100%;
	border-top: 1px rgba(0,0,0,.1) solid;
	border-bottom: 1px rgba(0,0,0,.1) solid;
	border-right: 1px rgba(0,0,0,.1) solid;
	background: #fff;
	transition: .3s;
}
.iproduct dl dd .swiper-container a img{
	display:none;
}
.iproduct dl dd .swiper-container a:hover{
	box-shadow: 0px 0px 40px rgba(0,0,0,.15);
	z-index: 9;
}
.iproduct dl dd .swiper-container a i{
	display: block;
	position: absolute;
	width: 100%;
	height:100%;
	top: 0;
	left: 0;
	z-index: 2;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 95% auto;
	background-color: #fff;
}
.iproduct dl dd .swiper-container a span{
	display: block;
	position: absolute;
	bottom: 10%;
	left: 0;
	width: 100%;
	line-height: 34px;
	color: #24262b;
	z-index: 3;
	text-align: center;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.iproduct dl dd .swiper-pagination-bullet {
	width: auto;
	height: auto;
	text-align: center;
	line-height: 20px;
	font-size: 1.4rem;
	padding: 0px 8px;
	border-radius: 0;
	color:#000;
	background: none;
	opacity: 1;
	font-family:Fontfour;
}
.iproduct dl dd .swiper-pagination-bullet-active {
	color:#ff6600;
	background: none;
}
@media (max-width:992px) {
	.iproduct dl dd h2{
		font-size: 1.8rem;
	}
	.iproduct{
		padding: 60px 0px 0px;
	}
	.iproduct dl dd{
		width: 100%;
		padding: 2% 0px 0px;
	}
	.iproduct dl dt{
		width: 100%;
	}
	.iproduct dl dd .swiper-container a img{
		display:block;
		width:100%;
	}
	.iproduct dl dd .swiper-container a i{
		display:none;
	}
	.iproduct dl dd .swiper-container a span{
		position: static;
		padding-bottom:10px;
	}
	.iproduct dl dd .swiper-container{
		padding: 10px 0px 40px;
	}
}
.iproductd{
	padding: 85px 0px;
}
.ipdclass{
	background: #fcfcfc;
	border-bottom: 1px rgba(0,0,0,.1) solid;
}
.ipdclass ul li{
	float: left;
	position: relative;
}
.ipdclass ul li:after{
	content: "";
	display: block;
	width: 2px;
	height: 20px;
	background: #bfbfbf;
	position: absolute;
	right: 0;
	top: 23px;
}
.ipdclass ul li:last-child:after{
	display: none;
}
.ipdclass ul li a{
	display: block;
	color: #777b84;
	line-height: 66px;
	font-size: 1.6rem;
	padding: 0px 40px;
	border-right: 1px #fcfcfc solid;
	border-left: 1px #fcfcfc solid;
}
.ipdclass ul li.cur a,.ipdclass ul li:hover a{
	color: #f47115;
	background: #fff;
	border-right: 1px #f47115 solid;
	border-left: 1px #f47115 solid;
}
.ipdclass ul li.cur:after,.ipdclass ul li:hover:after{
	opacity: 0;
}
.ipdclass ul li a i{
	color: #fff;
	background: #7c848c;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	text-align: center;
	line-height: 18px;
	margin-right: 5px;
}
.ipdclass ul li.cur a i,.ipdclass ul li:hover a i{
	background: #f47115;
}
@media (max-width:992px) {
	.iproductd{
		padding:50px 0px;
	}
	.ipdclass{
		border-bottom: 0px rgba(0,0,0,.1) solid;
		padding:15px 0;
	}
	.ipdclass ul{
		margin:0 -5px;
	}
	.ipdclass ul li{
		width:50%;
		padding:0px 5px;
		margin-bottom:10px;
	}
	.ipdclass ul li:after{
		display: none;
	}
	.ipdclass ul li:last-child:after{
		display: none;
	}
	.ipdclass ul li a{
		line-height: 42px;
		font-size: 1.4rem;
		padding: 0px 0px;
		text-align:center;
		border: 1px rgba(0,0,0,.2) solid;
	}
	.ipdclass ul li a i{
		display:none;
	}
	.ipdclass ul li.cur a,.ipdclass ul li:hover a{
		border: 1px #f47115 solid;
	}
}
.ipdlist{
	padding: 35px 0px 60px;
}
.ipdlist h1{
	color: #222222;
	font-size: 3.4rem;
	text-align: center;
	line-height: 46px;
}
.ipdlist h1:after{
	content: "";
	display: block;
	width: 44px;
	height: 3px;
	background: #f47115;
	margin: 15px auto 20px;
}
.ipdlist h2{
	text-align: center;
	font-size: 1.4rem;
	line-height: 30px;
}
.ipdlist ul{
	margin-top: 30px;
}
.ipdlist ul li{
	margin-bottom:30px;
}
.ipdlist ul li img{
	width:100%;
}
.ipdlist ul li big{
	display: block;
	background: #f2f4f7;
}
.ipdlist ul li big i{
	border: 2px #f2f4f7 solid;
	display: block;
	border-bottom: 0;
}
.ipdlist ul li big span{
	display: block;
	line-height: 60px;
	text-align: center;
	font-size: 1.6rem;
	color: #24262b;
}
@media (max-width:992px) {
	.ipdlist{
		padding: 15px 0px 20px;
	}
	.ipdlist h1{
		font-size: 1.8rem;
		line-height: 26px;
	}
	.ipdlist h1:after{
		height: 2px;
		margin: 10px auto 15px;
	}
	.ipdlist h2{
		line-height: 24px;
		font-size:1.3rem;
	}
	.ipdlist ul{
		margin-top: 20px;
		margin-right:-5px;
		margin-left:-5px;
	}
	.ipdlist ul li{
		margin-bottom:15px;
		padding:0px 5px;
	}
	.ipdlist ul li big span{
		line-height: 46px;
		font-size: 1.4rem;
	}
}
.ipdlist dl{
	padding:10px 0px 30px;
}
.ipdlist dl dd{
	float:left;
	margin-right:20px;
}
.ipdlist dl dd a{
	display:block;
	color:#1274d2;
	line-height:42px;
	padding:0px 35px;
	transition:.3s;
	border:1px #1274d2 solid;
}
.ipdlist dl dd.cur a,.ipdlist dl dd a:hover{
	color:#fff;
	border:1px #ff6600 solid;
	background:#ff6600;
}
@media (max-width:992px) {
	.ipdlist dl{
		padding:0px 0px 20px;
	}
	.ipdlist dl dd{
		margin-right:10px;
		margin-bottom:10px;
	}
	
}
.youdian{
	position: relative;
	padding: 38px 0px;
}
.youdian h1{
	display: block;
	height: 68px;
	width: 214px;
	background: url(../images/ttbg.png) center no-repeat;
	color: #fff;
	font-size: 2.8rem;
	position: absolute;
	padding: 18px 0px 0px 45px;
	left: 10%;
	top: 0;
	z-index: 6;
}
.youdian big{
	float: left;
	display: block;
	width:40%;
}
.youdian span{
	display: block;
	float: left;
	width: 60%;
}
@media (max-width:992px) {
	.youdian{
		padding: 0px 0px 15px;
	}
	.youdian h1{
		font-size:1.8rem;
		padding: 0px 0px 0px 15px;
		height: 46px;
		line-height:46px;
		position:static;
		background:none;
		color:#000;
	}
	.youdian big{
		width:100%;
	}
	.youdian span{
		width: 100%;
	}
}
.pdtit{
	border-bottom: 1px rgba(0,0,0,.15) solid;
}
.pdtit p{
	float: left;
	border-bottom: 1px #f47115 solid;
	line-height: 36px;
	font-size: 2.8rem;
	color: #222222;
	margin-bottom: -1px;
	padding: 0px 0px 13px;
}
.pdtit i{
	float: right;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #c4c7ce;
	color: #fff;
	text-align: center;
	line-height: 32px;
	font-size: 2.0rem;
	overflow: hidden;
}
.gongyi section{
	padding: 50px 0px;
	font-size: 2.8rem;
	color: #222222;
}
.gongyi section img{
	max-width:100%;
	height:auto;
}
@media (max-width:992px) {
	.pdtit p{
		line-height: 26px;
		font-size: 1.8rem;
		padding: 0px 0px 13px;
	}
	.pdtit i{
		font-size: 1.4rem;
	}
	.gongyi section{
		padding: 20px 0px;
		font-size: 1.4rem;
	}
}
.iproductd .swiper-container{
	padding: 0px 20px;
}
.iproductd .swiper-slide p{
	color: #222222;
	font-size: 1.7rem;
	padding: 25px 0px 0px;
	line-height: 36px;
}
.iproductd .swiper-container .swiper-button-white{
	width: 66px;
	height: 66px;
	margin-top: -66px;
	border-radius: 50%;
	background-color: rgba(0,0,0,.51);
	background-size: auto 50%;
}
@media (max-width:992px) {
	.iproductd .swiper-slide p{
		font-size: 1.4rem;
		padding: 15px 0px 0px;
		line-height: 26px;
	}
	.iproductd .swiper-container .swiper-button-white{
		display:none;
	}
}
.inewsd{
	padding:35px 0px 100px;
}
.instt{
	font-size:2.0rem;
	text-align:center;
	line-height:22px;
	margin:0px 0px 10px;
}
.insct{
	line-height:30px;
	color:#444;
	font-size: 1.6rem;
	margin:20px 0px 0px;
}
.insct img{
	max-width:100%;
	height:auto;
}
.instm{
	display:flex;
	justify-content:center;
	border-bottom:2px rgba(0,0,0,.5) solid;
	padding-bottom:7px;
}
.instm span{
	color:#777;
	display:flex;
	line-height:30px;
	margin:0px 10px;
	font-size:1.3rem;
}
.instm span i{
	line-height:26px;
	margin-right:5px;
}
@media (max-width:992px) {
	.inewsd{
		padding:15px 0px 20px;
	}
	.instt{
		font-size:1.6rem;
		margin:0px 0px 5px;
	}
	.insct{
		line-height:22px;
		font-size: 1.4rem;
		margin:10px 0px 0px;
	}
}
.fanye{
	padding: 30px;
}
.fanye a{
	display: block;
	width: 50%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	float: left;
	line-height: 30px;
	color: #666;
	font-size: 1.6rem;
}
.fanye a:last-child{
	text-align: right;
}
@media (max-width:992px) {
	.fanye{
		padding: 10px 0px 0px;
	}
	.fanye a{
		width: 100%;
		font-size: 1.4rem;
	}
	.fanye a:last-child{
		text-align: left;
	}
	
	.case ul {
    height: auto;
    padding: 0px;
}
	
}
.anzhuang{
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:rgba(0,0,0,.8);
	z-index:999;
	display:none;
}
.anzhuang i{
	display:block;
	width:50px;
	height:50px;
	background:url(../images/close.png) center no-repeat;
	position:fixed;
	top:30px;
	left:30px;
	z-index:9;
	cursor:pointer;
}
.anzhuang video{
	max-width:70%;
	height:60%;
	margin:0 auto;
	display:block;
	position:relative;
	top:20%;
}

/* 瀑布流 */ 
   
   
#gallery-wrapper {
		position: relative;
		max-width: 100%;
		width: 100%;
		margin:0 auto;
		}
		img.thumb {
		width: 100%;
		max-width: 100%;
		height: auto;
		}
		.white-panel {
		position: absolute;
		background: white;
		border-radius: 5px;
		box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
		}
		.white-panel h1 {
		font-size: 1em;
		}
		.white-panel h1 a {
		color: #A92733;
		}
		.white-panel:hover {
		box-shadow: 1px 1px 10px rgba(0,0,0,0.5);
		margin-top: -5px;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
		} 
    
.dianzan {
   position:relative;
   height:50px;
   line-height:50px;
   padding-left:40px;
   color:#FFFFFF;
   background-color:rgba(0,0,0,0.34);
   margin-top:-50px;
   display:none;
   z-index:1;
   }
   
.dianzan a {
   color:#FFFFFF;
   }	
   
.white-panel:hover .dianzan {
   display:block;
   }

.dzyy {
   width:70px;
   height:70px;
   position:relative;
   padding-left:6px;
   padding-top:6px;
   background:url(../images/aixx.png); background-repeat:no-repeat;
   float:right;
   z-index:999;
   }
   
.dzyy:hover {
   background:url(../images/aixx2.png); background-repeat:no-repeat;
   }
   
.dzttw {
   margin-top:-70px;
   position:relative;
   }
   
.moreload {
    height: auto;
    overflow: hidden;
   margin-top:8px;
   margin-bottom:20px;
   }
   
   
.load {

    width: 60px;
    height: auto;
    overflow: hidden;
    margin: 35px auto 0px;

}   
   
.morex {
    text-align: center;
    color: #666666;
    cursor: pointer;
}

.moreload ul li {
   list-style-type:none;
   }
   
.moreload ul li a {
   margin-bottom:0px;
   }   