﻿f@charset "utf-8";
/* CSS Document */


.banner {
	display: none;
}

.section {
	position: relative;
}

.section2 {
	background: url(/images/home/sec-2.jpg) no-repeat;
	background-size: cover;
}

.section3 {
	background: url(/images/home/sec-3.jpg) no-repeat;
	background-size: cover;
}

.section4 {
	background: url(/images/home/sec-4.jpg) no-repeat;
	background-size: cover;
}

.section5 {
	background: url(/images/home/sec-5.jpg) no-repeat;
	background-size: cover;
}

.section6 {
	background: url(/images/home/sec-6.jpg) no-repeat;
	background-size: cover;
}

.section7 {
	background-color: #E7E7E7;
}

.section8 {
	background-color: #fff;
}

.slide {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

.moblie-bg-banner{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: none; background:url(/images/home/bg2.jpg) no-repeat; background-size:  cover; }

.slide video {
	position: absolute;
	z-index: 0;
	top: -93px;
	left: 0px;
	min-width: 0px;
	width: 1920px;
	min-height: 999px;
	height: auto;
}

.slide .slide-bg {
	opacity: 0.1;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(/images/home/img50.png) repeat;
}

.slide .slid-img {
	width: 706px;
	height: 184px;
	position: absolute;
	position:absolute\9;
	left: 50%;
	margin-left: -353px;
	top: 35%;
	margin-top: -92px;
	z-index: 9;
   /*transform:translateY(150px);
   -moz-transform:translateY(150px);
   -webkit-transform:translateY(150px);
   -ms-transform:translateY(150px);*/
	transition: all 1.2s ease-out 0s;
	-moz-transition: all 1.2s ease-out 0s;
	-webkit-transition: all 1.2s ease-out 0s;
	-o-transition: all 1.2s ease-out 0s;
	opacity: 1;
}

.fp-slide.active .slid-img {
	transform: translateY(0px);
	-moz-transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transition: all 1.2s ease-out 0s;
	-moz-transition: all 1.2s ease-out 0s;
	-webkit-transition: all 1.2s ease-out 0s;
	-o-transition: all 1.2s ease-out 0s;
	opacity: 1;
}

.act {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	position: fixed;
	position:absolute\9;
	left: 50%;
	margin-left: -40px;
	bottom: 95px;
	z-index: 9;
	text-align: center;
	line-height: 80px;
}

.act img {
	margin-left: -3px;
}

.act .img2 {
	display: none;
}

.act:before,
.act:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	pointer-events: none;
	box-sizing: content-box;
}

.act:before {
	width: 80px;
	height: 80px;
	border: 1px solid #fff;
	-moz-transition: all 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-o-transition: all 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-webkit-transition: all 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.act:after {
	width: 76px;
	height: 76px;
	border: 2px solid #fff;
	background-color: rgba(255, 255, 255, 0.1);
	opacity: 0;
	-moz-transform: scale(0.5, 0.5);
	-ms-transform: scale(0.5, 0.5);
	-webkit-transform: scale(0.5, 0.5);
	transform: scale(0.5, 0.5);
	-moz-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
	-o-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
	-webkit-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
	transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
}

.act:hover:before {
	opacity: 0;
	-moz-transform: scale(1.5, 1.5);
	-ms-transform: scale(1.5, 1.5);
	-webkit-transform: scale(1.5, 1.5);
	transform: scale(1.5, 1.5);
	-moz-transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-o-transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.act:hover:after {
	opacity: 1;
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

.pages {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	display: table;
	position: relative;
}

.long-bg,
.long-bg2 {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 407px;
	opacity: 0;
	transition: all .3s linear 0s;
	-moz-transition: all .3s linear 0s;
	-o-transition: all .3s linear 0s;
	-webkit-transition: all .3s linear 0s;
}

.long-bg {
	background-color: #ED822C;
	background-color: rgba(239,130,0,1);
}

.long-bg2 {
	background-color: #fff;
	background-color: rgba(255,255,255,0.8);
}

.pages .cont {
	width: 1150px;
	position: absolute;
	left: 50%;
	margin-left: -575px;
	display: table;
}

.cont2 {
	height: 575px;
	position: absolute;
	top: 50%;
	margin-top: -287px;
}

.cont2 .sub-nei-ct1 {
	position: absolute;
	width: 574px;
	right: 0px;
	margin-top: 95px;
	z-index: 1;
	opacity: 0;
	-moz-opacity: 0;
	filter: Alpha(opacity=0);
	transform: translate3d(200px,0,0);
	-moz-transform: translate3d(200px,0,0);
	-webkit-transform: translate3d(200px,0,0);
	-o-transform: translate3d(200px,0,0);
	transition: all .8s ease-in-out 0s;
	-moz-transition: all .8s ease-in-out 0s;
	-ms-transition: all .8s ease-in-out 0s;
	-webkit-transition: all .8s ease-in-out 0s;
}

.cont2 .sub-nei-ct1 .list {
	width: 100%;
	display: table;
	margin: -50px 0;
	background-color: #fff;
}

.cont2 .sub-nei-ct1 .list li {
	width: 25%;
	float: left;
	margin: 25px 0;
	text-align: center;
	height: 40px;
	color: #E28E47;
	border-right: 1px solid #FAD6BA;
	display: table;
	cursor: pointer;
}

.cont2 .sub-nei-ct1 .list li strong {
	display: block;
	/*width: 29px;*/
	height: 29px;
	line-height: 29px;
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: Alpha(opacity=70);
	margin: 0 auto;
}

.cont2 .sub-nei-ct1 .list li strong:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: Alpha(opacity=100);
}

.cont2 .sub-nei-ct1 .list li span {
	display: block;
	width: 90%;
	margin:0 auto;
 /*margin-top:-5px;*/
	font-size: 12px;
}

.cont2 .sub-nei-ct1 .list li.on span {
	font-weight: bold;
	color: #ef8200;
}

.cont2 .sub-nei-ct1 .list li.on strong {
	opacity: 1;
	-moz-opacity: 1;
	filter: Alpha(opacity=100);
}

.cont2 .sub-nei-ct1 .img {
	/*width: 100%;*/
	/*height: 256px;*/
/* position:absolute; right:0px; top:0;*/
	float: left;
	width: 25%;
	height: 215px;
	box-sizing: border-box;
	background-color:#ffffff;
	border-bottom: 1px solid #dedede;
	border-right: 1px solid #dedede;
	line-height: 215px;
	background-size: 100%;
	text-align: center;
}

.cont2 .sub-nei-ct1 .img img {
	width: 100%;
	/*height: 220px;*/
}

.cont2 .sub-nei-ct2 {
	position: absolute;
	width: 772px;
	height: 230px;
	left: 0px;
	bottom: -88px;
	display: table;
	opacity: 0;
	-moz-opacity: 0;
	filter: Alpha(opacity=0);
	transform: translate3d(-200px,0,0);
	-moz-transform: translate3d(-200px,0,0);
	-webkit-transform: translate3d(-200px,0,0);
	-o-transform: translate3d(-200px,0,0);
	transition: all .8s ease-in-out 0s;
	-moz-transition: all .8s ease-in-out 0s;
	-ms-transition: all .8s ease-in-out 0s;
	-webkit-transition: all .8s ease-in-out 0s;
}

.cont2 .sub-nei-ct2 .tit {
	display: table;
	position: relative;
	width: 58%;
}

.cont2 .sub-nei-ct2 .tit h3 strong {
	font-size: 36px;
	color: #FFFFFF;
	font-weight: 300;
	font-family: "微软雅黑";
	vertical-align: middle;
}

.cont2 .sub-nei-ct2 .tit a {
	display: inline-block;
	vertical-align: middle;
	margin-left: 48px;
	width: 120px;
	height: 30px;
	border: 1px solid #fff;
	border-radius: 20px;
	text-align: center;
	line-height: 26px;
	color: #ef8200;
	font-size: 14px;
	color: #fff;
}

.cont2 .sub-nei-ct2 .tit a span {
	display: inline-block;
	vertical-align: middle;
}

.cont2 .sub-nei-ct2 .tit a font {
	display: inline-block;
	width: 9px;
	height: 12px;
	background: url(/images/home/yd-gg1.png) no-repeat center center;
	margin-right: 16px;
	vertical-align: middle;
	-webkit-transition: all .3s linear 0s;
	-moz-transition: all .3s linear 0s;
	-o-transition: all .3s linear 0s;
	transition: all .3s linear 0s;
}

.cont2 .sub-nei-ct2 .tit a:hover {
	background-color: #fff;
	color: #ED7815;
}

.cont2 .sub-nei-ct2 .tit a:hover font {
	margin-right: 8px;
	background: url(/images/home/yd-gg2.png) no-repeat center center;
}

.cont2 .sub-nei-ct2 .tit h3 {
	position: absolute;
	left: 0;
	top: 0;
}

.cont2 .sub-nei-ct2 .tit h4 {
	margin-top: 94px;
	font-size: 26px !important;
	font-family: "微软雅黑";
	color: #FFFFFF;
}

.cont2 .sub-nei-ct2 .tit p {
	margin-top: 44px;
	font-size: 14px;
	color: #fff;
	line-height: 25px;
	height: 100px;
	max-height: 100px;
}

.cont3 {
	height: 575px;
	position: absolute;
	top: 50%;
	margin-top: -287px;
}

.cont3 .sub-nei-ct1 {
	position: absolute;
	width: 574px;
	left: 15px;
	margin-top: 95px;
	z-index: 1;
	opacity: 0;
	-moz-opacity: 0;
	transform: translate3d(-200px,0,0);
	-moz-transform: translate3d(-200px,0,0);
	-webkit-transform: translate3d(-200px,0,0);
	-o-transform: translate3d(-200px,0,0);
	transition: all .8s ease-in-out 0s;
	-moz-transition: all .8s ease-in-out 0s;
	-ms-transition: all .8s ease-in-out 0s;
	-webkit-transition: all .8s ease-in-out 0s;
}

.cont3 .sub-nei-ct1 .list {
	width: 100%;
	display: table;
	margin: -50px 0;
	background-color: #ef8200;
}

.cont3 .sub-nei-ct1 .list li {
	width: 25%;
	float: left;
	margin: 25px 0;
	text-align: center;
	height: 40px;
	color: #fff;
	border-right: 1px solid #fff;
	display: table;
	cursor: pointer;
}

.cont3 .sub-nei-ct1 .list li strong {
	display: block;
	/*width: 29px;*/
	height: 29px;
	line-height: 29px;
	margin: 0 auto;
	cursor: pointer;
	opacity: 0.7;
}

.cont3 .sub-nei-ct1 .list li strong:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: Alpha(opacity=100);
}

.cont3 .sub-nei-ct1 .list li span {
	display: block;
	margin:0 auto;
	width: 90%;;
 /*margin-top:-5px;*/
	font-size: 12px;
	/*line-height: 40px;*/
}

.cont3 .sub-nei-ct1 .list li.on span {
	font-weight: bold;
}

.cont3 .sub-nei-ct1 .list li.on strong {
	opacity: 1;
	-moz-opacity: 1;
	filter: Alpha(opacity=100);
}

.cont3 .sub-nei-ct1 .img {
	/*width: 100%;*/
	/*height: 256px;*/
/* position:absolute; right:0px; top:0;*/
	float: left;
	width: 25%;
	height: 215px;
	background-color: #ffffff;
	box-sizing: border-box;
	border-bottom: 1px solid #dedede;
	border-right: 1px solid #dedede;
	line-height: 215px;
	background-size: 100%;
	text-align: center;
}

.cont3 .sub-nei-ct1 .img img {
	width: 100%;
	/*height: 220px;*/
}

.cont3 .sub-nei-ct2 {
	position: absolute;
	width: 772px;
	height: 230px;
	right: 0px;
	bottom: -88px;
	display: table;
	text-align: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: Alpha(opacity=0);
	transform: translate3d(200px,0,0);
	-moz-transform: translate3d(200px,0,0);
	-webkit-transform: translate3d(200px,0,0);
	-o-transform: translate3d(-200px,0,0);
	transition: all .8s ease-in-out 0s;
	-moz-transition: all .8s ease-in-out 0s;
	-ms-transition: all .8s ease-in-out 0s;
	-webkit-transition: all .8s ease-in-out 0s;
}

.cont3 .sub-nei-ct2 .tit h3 {
	position: absolute;
	right: 0;
	top: 0;
}

.cont3 .sub-nei-ct2 .tit h3 strong {
	font-size: 36px;
	color: #ef8200;
	font-weight: 300;
	font-family: "微软雅黑";
	vertical-align: middle;
}

.cont3 .sub-nei-ct2 .tit a {
	display: inline-block;
	vertical-align: middle;
	margin-left: 48px;
	width: 120px;
	height: 30px;
	border: 1px solid #ef8200;
	border-radius: 20px;
	text-align: center;
	line-height: 26px;
	color: #ef8200;
	font-size: 14px;
}

.cont3 .sub-nei-ct2 .tit a span {
	display: inline-block;
	vertical-align: middle;
}

.cont3 .sub-nei-ct2 .tit a img {
	display: inline-block;
	margin-right: 16px;
	vertical-align: middle;
	-webkit-transition: all .3s linear 0s;
	-moz-transition: all .3s linear 0s;
	-o-transition: all .3s linear 0s;
	transition: all .3s linear 0s;
}

.cont3 .sub-nei-ct2 .tit a:hover {
	background-color: #fff;
	color: #ef8200;
	border-color: #ef8200;
}

.cont3 .sub-nei-ct2 .tit a:hover img {
	margin-right: 8px;
}

.cont3 .sub-nei-ct2 .tit h4 {
	margin-top: 94px;
	font-size: 26px !important;
	font-family: "微软雅黑";
	color: #ef8200;
}

.cont3 .sub-nei-ct2 .tit p {
	float:right;
	margin-top: 44px;
	font-size: 14px;
	color: #ef8200;
	line-height: 25px;
	width: 58%;
	height: 100px;
	max-height: 100px;
}

/*.cont4 .write-bg2 {
	width: 590px;
	height: 0%;
	position: absolute;
	right: 0;
	top: 0;
	-moz-transition: all .4s ease-in-out 0s;
	-webkit-transition: all .4s ease-in-out 0s;
	-o-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
	background-color: #ED832D;
	background-color: rgba(237,108,0,0.7);
	-webkit-background-color: rgba(237,108,0,0.7);
}

.cont4 .xxk .wen {
	width: 348px;
	height: 434px;
	float: right;
	opacity: 0;
	transition: all .3s linear .8s;
	-moz-transition: all .3s linear .8s;
	-webkit-transition: all .3s linear .8s;
	-o-transition: all .3s linear .8s;
}

.cont4 .xxk .wen .tit {
	margin-top: 12px;
}

.cont4 .xxk .wen .tit h3 strong {
	font-size: 34px;
	color: #fff;
	font-weight: 300;
	font-family: "微软雅黑";
	vertical-align: middle;
}

.cont4 .xxk .wen .tit a {
	display: inline-block;
	vertical-align: middle;
	margin-left: 48px;
	width: 120px;
	height: 30px;
	border: 1px solid #fff;
	border-radius: 20px;
	text-align: center;
	line-height: 26px;
	color: #fff;
	font-size: 14px;
}

.cont4 .xxk .wen .tit a span {
	display: inline-block;
	vertical-align: middle;
}

.cont4 .xxk .wen .tit a font {
	display: inline-block;
	width: 9px;
	height: 12px;
	background: url(/images/home/yd-gg1.png) no-repeat center center;
	margin-right: 16px;
	vertical-align: middle;
	-webkit-transition: all .3s linear 0s;
	-moz-transition: all .3s linear 0s;
	-o-transition: all .3s linear 0s;
	transition: all .3s linear 0s;
}

.cont4 .xxk .wen .tit a:hover {
	background-color: #fff;
	color: #ED7815;
	border-color: #fff;
}

.cont4 .xxk .wen .tit a:hover font {
	margin-right: 8px;
	background: url(/images/home/yd-gg2.png) no-repeat center center;
}

.cont4 .xxk .wen .tit h4 {
	margin-top: 94px;
	font-size: 26px !important;
	font-family: "微软雅黑";
	color: #fff;
}

.cont4 .xxk .wen .tit p {
	margin-top: 30px;
	font-size: 14px;
	color: #fff;
	line-height: 25px;
}

.cont4 .xxk .tu {
	position: absolute;
	left: 15px;
	bottom: 90px;
	width: 469px;
	height: 329px;
	opacity: 0;
	transform: translateX(180px);
	-moz-transform: translateX(180px);
	-webkit-transform: translateX(180px);
	-o-transform: translateX(180px);
	transition: all .4s linear .4s;
	-moz-transition: all .4s linear .4s;
	-webkit-transition: all .4s linear .4s;
	-o-transition: all .4s linear .4s;
}

.cont4 .xxk .tu img {
	width: 469px;
	height: 329px;
}

.cont4 .xxk .list-qie {
	position: absolute;
	left: 484px;
	bottom: 90px;
	width: 111px;
	height: 329px;
	background-color: #fff;
	z-index: 9;
	opacity: 0;
	transform: scale(1.5);
	-moz-transform: scale(1.5);
	-webkit-transform: scale(1.5);
	-o-transform: scale(1.5);
	transition: all .4s linear .4s;
	-moz-transition: all .4s linear .4s;
	-webkit-transition: all .4s linear .4s;
	-o-transition: all .4s linear .4s;
}

.cont4 .xxk .list-qie li {
	width: 100%;
	margin-top: 30px;
	text-align: center;
	cursor: pointer;
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: Alpha(opacity=70);
}

.cont4 .xxk .list-qie li:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: Alpha(opacity=100);
}

.cont4 .xxk .list-qie li.on {
	opacity: 1;
	-moz-opacity: 1;
	filter: Alpha(opacity=100);
}

.cont4 .xxk .list-qie li dl {
	width: 90%;
	margin: 0 auto;
	border-bottom: 1px solid #F6BC8B;
	display: table;
	padding-bottom: 10px;
	text-align: center;
}

.cont4 .xxk .list-qie li dd {
	margin-top: 13px;
	color: #ef8200;
}

.cont4 {
	height: 100%;
	position: absolute;
	display: inline-flex !important;
}

.cont4 .xxk {
	width: 998px;
	height: 434px;
	position: absolute;
	top: 50%;
	margin-top: -217px;
	left: 50%;
	margin-left: -499px;
	display: table;
}
.cont4 .xxk .check .checked {
	width: 100%;
	height: 100%;
	position: absolute;
	display: table;
}
.cont4 .xxk .check {
	width: 100%;
	height: 100%;
	position: relative;
}
*/
/*.cont5 {
	height: 100%;
	position: absolute;
	display: inline-flex !important;
}

.cont5 .write-bg {
	width: 590px;
	height: 0%;
	position: absolute;
	left: 0;
	top: 0;
	-moz-transition: all .4s ease-in-out 0s;
	-webkit-transition: all .4s ease-in-out 0s;
	-o-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
	background-color: #fff;
	background-color: rgba(255,255,255,0.7);
	-webkit-background-color: rgba(255,255,255,0.7);
}

.cont5 .xxk {
	width: 998px;
	height: 434px;
	position: absolute;
	top: 50%;
	margin-top: -217px;
	left: 50%;
	margin-left: -499px;
	display: table;
}

.cont5 .xxk .check {
	width: 100%;
	height: 100%;
	position: relative;
}

.cont5 .xxk .check .checked {
	width: 100%;
	height: 100%;
	position: absolute;
	display: table;
}

.cont5 .xxk .wen {
	width: 348px;
	height: 434px;
	float: left;
	opacity: 0;
	transition: all .3s linear .8s;
	-moz-transition: all .3s linear .8s;
	-webkit-transition: all .3s linear .8s;
	-o-transition: all .3s linear .8s;
}

.cont5 .xxk .wen .tit {
	margin-top: 12px;
}

.cont5 .xxk .wen .tit h3 strong {
	font-size: 36px;
	color: #EC7D29;
	font-weight: 300;
	font-family: "微软雅黑";
	vertical-align: middle;
}

.cont5 .xxk .wen .tit a {
	display: inline-block;
	vertical-align: middle;
	margin-left: 48px;
	width: 120px;
	height: 30px;
	border: 1px solid #EC7D29;
	border-radius: 20px;
	text-align: center;
	line-height: 26px;
	color: #EC7D29;
	font-size: 14px;
	color: #EC7D29;
}

.cont5 .xxk .wen .tit a span {
	display: inline-block;
	vertical-align: middle;
}

.cont5 .xxk .wen .tit a img {
	display: inline-block;
	margin-right: 16px;
	vertical-align: middle;
	-webkit-transition: all .3s linear 0s;
	-moz-transition: all .3s linear 0s;
	-o-transition: all .3s linear 0s;
	transition: all .3s linear 0s;
}

.cont5 .xxk .wen .tit a:hover {
	background-color: #fff;
	color: #ED7815;
	border-color: #fff;
}

.cont5 .xxk .wen .tit a:hover img {
	margin-right: 8px;
}

.cont5 .xxk .wen .tit h4 {
	margin-top: 94px;
	font-size: 26px !important;
	font-family: "微软雅黑";
	color: #EC7D29;
}

.cont5 .xxk .wen .tit p {
	margin-top: 30px;
	font-size: 14px;
	color: #EC7D29;
	line-height: 25px;
}

.cont5 .xxk .tu {
	position: absolute;
	right: 15px;
	bottom: 90px;
	width: 469px;
	height: 329px;
	opacity: 0;
	transform: translateX(-180px);
	-moz-transform: translateX(-180px);
	-webkit-transform: translateX(-180px);
	-o-transform: translateX(-180px);
	transition: all .4s linear .4s;
	-moz-transition: all .4s linear .4s;
	-webkit-transition: all .4s linear .4s;
	-o-transition: all .4s linear .4s;
}

.cont5 .xxk .tu img {
	width: 469px;
	height: 329px;
}

.cont5 .xxk .list-qie {
	position: absolute;
	right: 484px;
	bottom: 90px;
	width: 111px;
	height: 329px;
	background-color: #ED7815;
	z-index: 9;
	opacity: 0;
	transform: scale(1.5);
	-moz-transform: scale(1.5);
	-webkit-transform: scale(1.5);
	-o-transform: scale(1.5);
	transition: all .4s linear .4s;
	-moz-transition: all .4s linear .4s;
	-webkit-transition: all .4s linear .4s;
	-o-transition: all .4s linear .4s;
}

.cont5 .xxk .list-qie li {
	width: 100%;
	margin-top: 30px;
	text-align: center;
	cursor: pointer;
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: Alpha(opacity=70);
}

.cont5 .xxk .list-qie li:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: Alpha(opacity=100);
}

.cont5 .xxk .list-qie li.on {
	opacity: 1;
	-moz-opacity: 1;
	filter: Alpha(opacity=100);
}

.cont5 .xxk .list-qie li dl {
	width: 90%;
	margin: 0 auto;
	border-bottom: 1px solid #F6BC8B;
	display: table;
	padding-bottom: 10px;
	text-align: center;
}

.cont5 .xxk .list-qie li dd {
	margin-top: 13px;
	color: #fff;
}*/

.cont4 {
	width: 1136px !important;
	left: 50%;
	margin-left: -568px !important;
	top: 50%;
	margin-top: -225px;
	height: 450px;
	position: absolute;
	display: inline-flex !important;
}

.cont4 .in-dd {
	width: 317px;
	height: 375px;
	position: absolute;
	left: 0;
	top: 0px;
}

.cont4 .in-dd .nei-img1 {
	position: absolute;
	left: 7px;
	top: -3px;
	z-index: 0;
	opacity: 0;
	transform: scale(0.5);
	-moz-transform: scale(0.5);
	-o-transform: scale(0.5);
	-webkit-transform: scale(0.5);
	transition: all .6s ease-in-out 0s;
	-moz-transition: all .6s ease-in-out 0s;
	-ms-transition: all .6s ease-in-out 0s;
	-webkit-transition: all .6s ease-in-out 0s;
}

.cont4 .in-dd .nei-img2 img {
	position: absolute;
	/*left: 25px;*/
	/*top: 0;*/
	left: 100px;
	top:140px;
	z-index: 1;
	transform: translateX(-300%);
	-moz-transform: translateX(-300%);
	-ms-transform: translateX(-300%);
	-webkit-transform: translateX(-300%);
	transition: all .6s ease-in-out .5s;
	-moz-transition: all .6s ease-in-out .5s;
	-ms-transition: all .6s ease-in-out .5s;
	-webkit-transition: all .6s ease-in-out .5s;
}

.in-dd-cp {
	/*width: 722px;*/
	width: 350px;
	position: absolute;
	/*right: 0px;*/
	left: 500px;
	top: 0;
	display: table;
	/*transform: rotate(90deg) scale(0.5, 0.5);
	  -moz-transform: rotate(90deg) scale(0.5, 0.5);
	  -o-transform: rotate(90deg) scale(0.5, 0.5);
	  -webkit-transform: rotate(90deg) scale(0.5, 0.5);*/
}

.in-dd-cp ul {
	width: 110%;
	margin-top: 60px;
	display: table;
}

.in-dd-cp ul li {
	float: left;
	margin-top: 150px;
	margin-right: 33px;
	width: 154px;
	height: 154px;
	border: 2px  solid #fff;
	position: relative;
	opacity: 0;
}

.in-dd-cp ul li dl {
	width: 90%;
	height: 90%;
	display: table;
	position: absolute;
	left: 50%;
	margin-left: -45%;
	top: 50%;
	margin-top: -45%;
	transition: all .3s linear 0s;
	-moz-transition: all .3s linear 0s;
	-o-transition: all .3s linear 0s;
	-webkit-transition: all .3s linear 0s;
}

.in-dd-cp ul li dl dt {
	position: absolute;
	right: 7px;
	top: 16px;
	opacity: 0;
	transition: all .3s linear 0s;
	-moz-transition: all .3s linear 0s;
	-o-transition: all .3s linear 0s;
	-webkit-transition: all .3s linear 0s;
}

.in-dd-cp ul li dl dd {
	width: 100%;
	height: 130px;
	display: table;
	text-align: left;
}

.in-dd-cp ul li dl dd h3 {
	font-size: 12px !important;
	color: #fff;
	position: absolute;
	left: 8px;
	top: 70px;
	transition: all .3s linear 0s;
	-moz-transition: all .3s linear 0s;
	-o-transition: all .3s linear 0s;
	-webkit-transition: all .3s linear 0s;
}

.in-dd-cp ul li dl dd p {
	font-size: 9px;
	width: 121.8%;
	display: block;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	-webkit-margin-start: -19px;
	-webkit-margin-end: 0px;
	-webkit-transform: scale(0.75);
	color: #fff;
	margin-top: 5px;
	text-transform: uppercase;
	position: absolute;
	left: 8px;
	top: 90px;
	transition: all .3s linear 0s;
	-moz-transition: all .3s linear 0s;
	-o-transition: all .3s linear 0s;
	-webkit-transition: all .3s linear 0s;
}

.in-dd-cp ul li dl dd span {
	display: block;
	width: 20px;
	border-top: 1px solid #fff;
	position: absolute;
	left: 8px;
	bottom: 9px;
}

.in-dd-cp ul li:hover {
	background-color: #ef8200;
	border-color: #ef8200;
}

.in-dd-cp ul li:hover dl {
	border: 1px solid #fff;
}

.in-dd-cp ul li:hover dl dt {
	opacity: 1;
}

.in-dd-cp ul li:hover dl dd h3 {
	top: 85px;
}

.in-dd-cp ul li:hover dl dd p {
	top: 103px;
}

.cont5 {
	height: 530px;
	position: absolute;
	top: 50%;
	margin-top: -275px;
	display: table;
}

.cont5 .sub-lft {
	float: left;
	width: 530px;
	display: table;
	margin-top: 13px;
	opacity: 0;
	transform: translateY(150px);
	-moz-transform: translateY(150px);
	-webkit-transform: translateY(150px);
	-o-transform: translateY(150px);
	transition: all .7s ease-in 0s;
	-webkit-transition: all .7s ease-in 0s;
	-moz-transition: all .7s ease-in 0s;
	-o-transition: all .7s ease-in 0s;
}

.cen .mainCase {
	width: 100%;
	position: relative;
}

.cen .mainCase .videoMove {
	width: 1160px;
	height: 530px;
	overflow: hidden;
}



.cen .mainCase .videoMove ul {
	width: 10000px;
	display: table
}

.cen .mainCase .videoMove ul li {
	width: 1160px;
	float: left;
}

.cen .mainCase .videoMove ul li .anz {
	width: 530px;
	height: 164px;
	display: table;
	position: relative;
	margin-bottom: 70px;
	float:left;
}

.cen .mainCase .videoMove ul li .anz:nth-child(2n) {
  float: right;
}
@media screen and ( min-width:320px ) and ( max-width:639px ) {
.cen .mainCase .videoMove {width: 530px; height: 530px; overflow: hidden;}
.cen .mainCase .videoMove ul li {width: 530px; float: left;}
.cen .mainCase .videoMove ul li .anz:nth-child(3) {display:none;}
.cen .mainCase .videoMove ul li .anz:nth-child(2n) {display:none;}
}
@media screen and ( min-width:640px ) and ( max-width:1150px ) {
.cen .mainCase .videoMove {width: 580px; height: 530px; overflow: hidden;}
}
.sub-tit {
	position: absolute;
	top: 0px;
	left: 30px;
	width: 95px;
	height: 87px;
	background-color: #ef8200;
	text-align: right;
	z-index: 4;
}

.sub-tit h4 {
	margin-right: 10px;
	margin-top: 26px;
	font-size: 23px !important;
	color: #fff;
}

.sub-tit span {
	margin-right: 10px;
	display: block;
	font-size: 18px;
	color: #fff;
}

.top-tit {
	width: 100%;
	height: 164px;
	display: table;
	position: absolute;
	left: 0;
	top: 55px;
	z-index: 2;
	opacity: 0;
	-moz-opacity: 0;
	filter: Alpha(opacity=0);
	transition: all .3s linear 0s;
	-moz-transition: all .3s linear 0s;
	-o-transition: all .3s linear 0s;
	-webkit-transition: all .3s linear 0s;
}

.top-tit dl {
	width: 100%;
	height: 164px;
	display: table;
}

.top-tit dl dt {
	float: right;
	width: 194px;
	height: 164px;
}

.top-tit dl dt img {
	width: 194px;
	height: 164px;
}

.top-tit dl dd {
	float: left;
	width: 336px;
	height: 164px;
	background-color: #ef8200;
}

.top-tit dl dd p {
	width: 274px;
	margin: 66px auto 0;
	color: #494C56;
	font-size: 16px;
	line-height: 25px;
}

.top-tit dl dd p a {
	color: #fff;
}

/*.top-tit dl:hover dd{ background-color:#ef8200; }
.top-tit dl:hover dd p a{ color:#fff;}
*/
.cen .mainCase .videoMove ul li .anz:hover .top-tit {
	opacity: 1;
	-moz-opacity: 1;
	filter: Alpha(opacity=100);
}

.cen .mainCase .videoMove ul li .anz:hover .sub-tit {
	background-color: #fff;
}

.cen .mainCase .videoMove ul li .anz:hover .sub-tit h4 {
	color: #ef8200;
}

.cen .mainCase .videoMove ul li .anz:hover .sub-tit span {
	color: #ef8200;
}

.bot-tit {
	width: 100%;
	height: 164px;
	position: absolute;
	background-color: #fff;
	display: table;
	left: 0;
	top: 55px;
}

.bot-tit .sub-tit2 {
	background-color: #ef8200;
}

.bot-tit .sub-tit2 h4 {
	color: #fff;
}

.bot-tit .sub-tit2 span {
	color: #fff;
}

.bot-tit h3 {
	width: 460px;
	margin: 62px 0 0 30px;
	font-size: 16px !important;
	color: #494C56 !important;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.bot-tit p {
	width: 460px;
	margin: 15px 0 0 30px;
	color: #2f2e2e;
	font-size: 13px;
	line-height: 23px;
}
/*
.bot-tit h3 a:hover{ color:#ef8200;}
.bot-tit:hover{ background-color:#ef8200;}
.bot-tit:hover .sub-tit2{ background-color:#FFFFFF;}
.bot-tit:hover .sub-tit2 h4{ color:#ef8200;}
.bot-tit:hover .sub-tit2 span{ color:#ef8200;}
.bot-tit:hover a{ color:#FFFFFF;}
.bot-tit:hover p{ color:#FFFFFF;}
*/
.cen .mainCase .zouyou {
	width: 167px;
	height: 49px;
	position: absolute;
	bottom: 0px;
}

.cen .mainCase .zouyou .chanpinL {
	float: left;
	width: 83px;
	height: 49px;
	background: url(/images/home/jt2.jpg) no-repeat left center;
}

.cen .mainCase .zouyou .chanpinL:hover {
	background: url(/images/home/jt1.jpg) no-repeat left center;
}

.cen .mainCase .zouyou .chanpinR {
	width: 83px;
	height: 49px;
	float: left;
	background: url(/images/home/jt1.jpg) no-repeat right center;
}

.cen .mainCase .zouyou .chanpinR:hover {
	background: url(/images/home/jt2.jpg) no-repeat right center;
}

.cont7 .sub-rit {
	width: 527px;
	margin-top: 55px;
	float: right;
	display: table;
	opacity: 0;
	transform: translateY(150px);
	-moz-transform: translateY(150px);
	-webkit-transform: translateY(150px);
	-o-transform: translateY(150px);
	transition: all .7s ease-in 0s;
	-webkit-transition: all .7s ease-in 0s;
	-moz-transition: all .7s ease-in 0s;
	-o-transition: all .7s ease-in 0s;
}

.cont7 .sub-rit .top-cat {
	width: 100%;
	height: 388px;
	background-color: #fff;
	position: relative;
	display: table;
}

.cont7 .sub-rit .top-cat h4 {
	width: 443px;
	margin: 75px auto 0;
}

.cont7 .sub-rit .top-cat h4 font {
	float: right;
}

.cont7 .sub-rit .top-cat h4 a:hover {
	color: #ef8200;
}

.cont7 .sub-rit .top-cat p {
	width: 443px;
	margin: 20px auto 0;
}

.cont7 .sub-rit .top-cat p a {
	color: #494C56;
}

.cont7 .sub-rit .top-cat p a:hover {
	color: #ef8200;
}

.cont7 .sub-rit .top-cat p font {
	display: inline-block;
	float: right;
	font-size: 12px;
	color: #949494;
}

.cont7 .sub-rit .top-cat .sub-tit3 {
	position: absolute;
	left: 30px;
	top: -40px;
	width: 95px;
	height: 83px;
	text-align: center;
	background: url(/images/home/in-bggg.jpg) no-repeat left top;
}

.cont7 .sub-rit .top-cat .sub-tit3 h3 {
	font-size: 16px !important;
	color: #fff;
	line-height: 118px;
}

.cont7 .lj {
	width: 100%;
	height: 49px;
	margin-top: 27px;
	background-color: #ef8200;
	text-align: center;
}

.cont7 .lj p {
	color: #fff;
	line-height: 49px;
	font-size: 13px;
}

.cont7 .lj p img {
	display: inline-block;
	margin: 0 8px;
}

.max-logo {
	width: 100%;
	position: relative;
	left: 0;
	top: 0;
	display: table;
}

.max-logo .max-sub-logo {
	width: 110%;
	display: table;
}

.max-logo .max-sub-logo li {
	float: left;
	margin-bottom: 1px;
	margin-right: 1px;
	width: 239px;
	height: 186px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}

.max-logo .max-sub-logo li .hs1 {
	position: absolute;
	left: 0;
	top: 0;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}

.max-logo .max-sub-logo li .hs1 img {
	width: 239px;
	height: 186px;
}

.max-logo .max-sub-logo li .hs2 {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	-moz-opacity: 0;
	filter: Alpha(opacity=0);
	transition: all .3s linear 0s;
	-moz-transition: all .3s linear 0s;
	-o-transition: all .3s linear 0s;
	-webkit-transition: all .3s linear 0s;
}

.max-logo .max-sub-logo li .hs2 img {
	width: 239px;
	height: 186px;
}

.max-logo .max-sub-logo li:hover > .hs2 {
	opacity: 1;
	-moz-opacity: 1;
	filter: Alpha(opacity=100);
}
.fwkh{display: none; width: 100%; height: auto; padding: 12px 0 8px 20px; margin: 0; background: #fff;}
.fwkh p:nth-of-type(1){font-size: 24px; color: #010101;}
.fwkh p:nth-of-type(2){font-size: 14px; color: #a9a9a9;}
.fwkh p:nth-of-type(3){width: 75%; height: 1px; background: #35343c; position: relative; margin: 5px 0;}
.fwkh p:nth-of-type(3) b{width: 42px; height: 5px; position: absolute; left: 0; top: -2px; background: #ee6c00;}

