.focus {
	width: 100%;
	height: 600px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.images {
	width: 100%;
	height: 600px;
	overflow: hidden;
}

.images .item {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 600px;
	overflow: hidden;
	opacity: 0;
	transition: opacity 0.8s linear;
	-webkit-transition: opacity 0.8s linear;
	background: url(../img/loading.gif) 50% no-repeat;
}

.images .item img {
	width: 100%;
	height: 600px;
}

.images .active {
	opacity: 1;
}

.title {
	position: absolute;
	left: 0;
	top: 30%;
	width: 100%;
}
.BMap_cpyCtrl{
	display: none;
}
.title p {
	position: absolute;
	left: 19%;
	top: 100px;
	color: #fff;
	padding: 20px 0;
	margin: 0;
	line-height: 30px;
	opacity: 0;
	transform: translateX(-300px);
	-webkit-transform: translateX(-300px);
	transition: all 0.8s ease-out;
	-webkit-transition: all 0.8s ease-out;
	font-size: 18px;
}

.title p.active {
	opacity: 1;
	transform: translateX(0);
	-webkit-transform: translateX(0);
}

.title p span {
	font-size: 36px;
}

.aboutBox, .productBox {
	width: 1180px;
	height: 520px;
	padding-top: 120px;
	margin: auto;
}

.productLeft {
	width: 680px;
	height: 400px;
	float: left;
	overflow: hidden;
	background: url(../img/loading.gif) 50% no-repeat;
}

.productLeft img {
	width: 100%;
	height: 100%;
	transition: all 0.6s;
}
.productLeft img:hover{
	transform: scale(1.1);
}

.productRight {
	width: 480px;
	height: 400px;
	float: right;
	position: relative;
}

.productRight h2 {
	font-size: 24px;
	color: #292929;
	font-weight: 500;
}

.productRight h2 span {
	display: block;
	width: 69px;
	border: 1px solid #6ed18d;
	margin-top: 28px;
}

.productRight p {
	margin-top: 28px;
	font-size: 16px;
	color: #909090;
	line-height: 28px;
	letter-spacing: 1.5px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 12;
	overflow: hidden; 
}

.productRight table {
	margin-top: 10px;
}

.productRight td {
	font-size: 16px;
	color: #909090;
	line-height: 28px;
	letter-spacing: 1.5px;
}

.productRight tr td:first-child {
	color: #777777;
	white-space: nowrap; 
	vertical-align: top;
}

.aboutLeft {
	width: 480px;
	height: 400px;
	float: left;
	position: relative;
}

.aboutLeft h2 {
	font-size: 24px;
	color: #292929;
	font-weight: 500;
}

.aboutLeft h2 span {
	display: block;
	width: 69px;
	border: 1px solid #6ed18d;
	margin-top: 28px;
}

.aboutLeft p {
	margin-top: 28px;
	font-size: 16px;
	color: #909090;
	line-height: 28px;
	letter-spacing: 1.5px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 12;
	overflow: hidden; 
}

.aboutLeft .more {
	width: 150px;
	height: 50px;
	display: block;
	color: white;
	font-size: 18px;
	background: url(../img/more.png) no-repeat;
	text-align: center;
	line-height: 50px;
	cursor: pointer;
	margin-top: 30px;
}
.aboutLeft .more a{
	color: white;
	text-decoration: none;
}
.abouRight {
	width: 680px;
	height: 400px;
	float: right;
	overflow: hidden;
	background: url(../img/loading.gif) 50% no-repeat;
}

.abouRight img {
	width: 100%;
	height: 100%;
	transition: all 0.6s;
}
.abouRight img:hover{
	transform: scale(1.1);
}
.case {
	width: 100%;
	background: #6ed18d;
	padding-bottom: 20px;
}

.caseBox {
	width: 1180px;
	padding-top: 85px;
	margin: auto;
}

.caseBox h2 {
	font-size: 24px;
	color: white;
	font-weight: 500;
}

.caseBox h2 span {
	display: block;
	width: 46px;
	border: 1px solid white;
	margin-top: 28px;
}

.scrollpic {
	width: 1180px;
	margin: 40px auto 0 auto;
}

#myscroll {
	display: block;
	width: 100%;
	position: relative;
	height: 400px;
	overflow: hidden;
}

#myscroll #myscrollbox {
	display: block;
	float: left;
	position: absolute;
	left: 0;
	top: 0;
	width: 1000000px;
}

#myscroll ul {
	display: block;
	float: left;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#myscroll ul li {
	display: block;
	float: left;
	width: 400px;
}

#myscroll ul li a {
	display: block;
	float: left;
	width: 380px;
	height: 400px;
	background: white;
	border-radius: 5px;
	text-decoration: none;
}

#myscroll ul li a .iconlogo {
	width: 120px;
	height: 120px;
	border: 1px solid #EAEAFF;
	border-radius: 50%;
	margin: auto;
	margin-top: 60px;
	margin-bottom: 45px;
	position: relative;
}

#myscroll ul li a .iconlogo .iconbg{
	width: 100px;
	height: 100px;
	background: white;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -50px;
	margin-top: -50px;
}
#myscroll ul li a:hover .iconlogo .iconbg{
	background: #6ed18d;
}

#myscroll ul li a:hover .iconlogo .iconbg .iconxi{
	display: none;
}
#myscroll ul li a:hover .iconlogo .iconbg .iconxi1{
	display: block;
}
#myscroll ul li a:hover .iconlogo .iconbg{
	transform: rotateY(180deg); 
}
#myscroll ul li a  .iconlogo .iconbg{
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
#myscroll ul li a .iconlogo .iconbg .iconxi{
	position: absolute;
	width: 72px;
	height: 72px;
	left: 50%;
	margin-left: -36px;
	top: 50%;
	margin-top: -36px;
}
#myscroll ul li a .iconlogo .iconbg .iconxi1{
	position: absolute;
	width: 57px;
	height: 57px;
	left: 50%;
	margin-left: -29px;
	top: 50%;
	margin-top: -29px;
	display: none;
}

#myscroll ul li a .iconlogo .iconbg .iconxi2{
	position: absolute;
	width: 67px;
	height: 45px;
	left: 50%;
	margin-left: -34px;
	top: 50%;
	margin-top: -24px;
	display: none;
}

#myscroll ul li a h3 {
	text-align: center;
	color: black;
	font-weight: 300;
	font-size: 18px;
}

#myscroll ul li a p {
	width: 300px;
	margin: auto;
	margin-top: 35px;
	font-size: 14px;
	color: #909090;
}

#mybtns {
	margin: 10px 0;
	width: 1180px;
	display: block;
	height: 42px;
}

#mybtns a {
	width: 25px;
	height: 25px;
	display: block;
	float: right;
	margin-left: 2px;
}

#mybtns a img {
	width: 100%;
	height: 100%;
}

#mybtns a:hover,
#myscroll,
#mybtns a,
#myscroll a:hover .intro,
#myscroll a .intro,
#myscroll #myscrollbox {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.serviceBox {
	width: 1010px;
	margin: auto;
	margin-top: 120px;
	margin-bottom: 100px;
}

.serviceBox h2 {
	font-size: 36px;
	color: black;
	font-weight: 500;
	text-align: center;
}

.serviceBox h2 span {
	display: block;
	width: 46px;
	border: 1px solid #6ED18D;
	margin: auto;
	margin-top: 28px;
}

.serviceBox p {
	margin-top: 28px;
	font-size: 18px;
	color: #909090;
	text-align: center;
}

.serviceItem {
	width: 100%;
	margin-top: 100px;
}

.serviceItem_wrap {
	overflow: hidden;
	margin-right: -20px;
}

.serviceItem_wrap li {
	list-style: none;
	float: left;
	width: 24%;
	padding-right: 20px;
	box-sizing: border-box;
	background-clip: content-box;
}

.serviceItem_wrap li .serviceLogo {
	width: 110px;
	height: 110px;
	margin: auto;
	background: url(../img/loading.gif) 50% no-repeat;
}

.serviceItem_wrap li .serviceLogo img {
	width: 100%;
	height: 100%;
}

.serviceItem_wrap li h3 {
	text-align: center;
	color: #455a64;
	font-weight: 500;
	font-size: 25px;
	margin-top: 30px;
}

.serviceItem_wrap li p {
	font-size: 16px;
	color: #909090;
	line-height: 28px;
	text-align: center;
	padding: 0px 15px;
}

.contact {
	width: 100%;
	height: 310px;
	background: #F5F5F5;
	padding-top: 150px;
	position: relative;
}

.contactBox {
	width: 1180px;
	margin: auto;
}

.contactBox .advise {
	font-size: 18px;
	color: #909090;
}

.contactBox .way {
	font-size: 24px;
	margin-top: 20px;
}

.wayDetails {
	width: 100%;
	margin-top: 60px;
}

.wayDetails_wrap {
	overflow: hidden;
	margin-right: -20px;
}

.wayDetails_wrap li {
	list-style: none;
	float: left;
	width: 33.33%;
	padding-right: 20px;
	box-sizing: border-box;
	background-clip: content-box;
}

.wayDetails_wrap li .information {
	width: 100%;
	display: flex;
}

.informationLeft {
	width: 67px;
	height: 67px;
	background: url(../img/loading.gif) 50% no-repeat;
}

.informationLeft img {
	width: 100%;
	height: 100%;
}

.informationRight {
	flex: 1;
	margin-left: 40px;
}

.informationRight h4 {
	font-size: 18px;
	color: #323b56;
	margin-bottom: 10px;
}

.informationRight p {
	font-size: 16px;
	color: #909090;
}

.map {
	width: 100%;
	height: 400px;
	position: relative;
}

.mapbtn{
	width: 80px;
	height: 28px;
	background: white;
	border-radius: 5px;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
	position: absolute;
	left: 10px;
	bottom: -40px;
	z-index: 44;
	font-size: 14px;
	text-align: center;
	line-height: 28px;
}
.mapbtn a{
	text-decoration: none;
	color: #3a84df;
}
.answers{
	margin-top: 0px;
}
