﻿@charset "utf-8";
/* CSS Document */


/* banner */
.indexBanner .swiper-pagination{
    bottom: 22px;
}
.indexBanner .swiper-pagination .swiper-pagination-bullet{
    background-color: #fff;
    border-radius: 100%;
	opacity: 1;
	margin: 0 8px;
    height: 10px;
    width: 10px;
}
.indexBanner .swiper-pagination .swiper-pagination-bullet-active{
    background-color: #1cc3b8;
}
.indexBanner .swiper-button-prev{
    background: url("../images/icon.png") no-repeat -130px -120px;
    left: 3%;
    opacity: 0;
    filter:Alpha(opacity=0);
    height: 32px;
    width: 18px;
    -webkit-transition:all 0.5s ease-in-out;
		-moz-transition:all 0.5s ease-in-out;
			-o-transition:all 0.5s ease-in-out;
				-ms-transition:all 0.5s ease-in-out;
					transition:all 0.5s ease-in-out;
}
.indexBanner .swiper-button-next{
    background: url("../images/icon.png") no-repeat -150px -120px;
    right: 3%;
    opacity: 0;
    filter:Alpha(opacity=0);
    height: 32px;
    width: 18px;
    -webkit-transition:all 0.8s ease-in-out;
		-moz-transition:all 0.8s ease-in-out;
			-o-transition:all 0.8s ease-in-out;
				-ms-transition:all 0.8s ease-in-out;
					transition:all 0.8s ease-in-out;
}
.indexBanner:hover .swiper-button-prev, .indexBanner:hover .swiper-button-next{
    opacity: 1;
    filter:Alpha(opacity=100);
}
/* banner 结束 */




/* 图标、宽度样式 */
.animation5{
    -webkit-transition:all 0.5s ease-in-out;
		-moz-transition:all 0.5s ease-in-out;
			-o-transition:all 0.5s ease-in-out;
				-ms-transition:all 0.5s ease-in-out;
					transition:all 0.5s ease-in-out;
}
.boxSizing{
    -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
            -o-box-sizing: border-box;
                -ms-box-sizing: border-box;
                    box-sizing: border-box;
}

/* 图标、宽度样式 结束 */




.w1200{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}



/* header */
.header{
	background-color: #f0f0f0;
	padding: 30px 0;
}
#logo{
	background: url(../images/logo.png) no-repeat;
	background-size: cover;
	float: left;
	height:46px;
	width: 123px;
}
#logo a{
	font-size: 0;
	display: block;
	height: 100%;
	width: 100%;
}
.mainNav{
	float: right;
	position: relative;
}
.navBtn{
	display: none;
}
.navUl{
	color: #000;
	display: flex;
	font-size: 16px;
	line-height: 46px;
}
.navUl > li{
	margin-left: 50px;
}
.navUl > li:first-child{
	margin-left: 0;
}
.navUl > li.current a{
	color: #1d9b93;
}

@media(max-width:1200px){
	.w1200{
		margin-left: 10px;
		margin-right: 10px;
		width: auto;
	}
	.mobileHead{
		height: 50px;
	}
	.header{
		padding: 10px 0;
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		z-index: 95;
	}
	#logo{
		height:30px;
		width: 80px;
	}
	.navBtn{
		display: block;
		margin-top: 6px;
		padding: 8px 0;
		position: relative;
		width: 23px;
	}
	.navBtn > span{
		background-color: #1d9b93;
		display: block;
		height: 2px;
		width: 100%;
		-webkit-transition:all 0.5s ease-in-out;
			-moz-transition:all 0.5s ease-in-out;
				-o-transition:all 0.5s ease-in-out;
					-ms-transition:all 0.5s ease-in-out;
						transition:all 0.5s ease-in-out;
	}
	.navBtn > span:before,
	.navBtn > span:after{
		background-color: #1d9b93;
		content:" ";
		display: block;
		position: absolute;
		left: 0;
		height: 2px;
		width: 100%;
		-webkit-transition:all 0.5s ease-in-out;
			-moz-transition:all 0.5s ease-in-out;
				-o-transition:all 0.5s ease-in-out;
					-ms-transition:all 0.5s ease-in-out;
						transition:all 0.5s ease-in-out;
	}
	.navBtn > span:before{
		top: 0;
	}
	.navBtn > span:after{
		bottom: 0;
	}
	/*.navBtn.open > span{
		width: 0;
	}
	.navBtn.open > span:before{
		transform:rotate(45deg);
		transform-origin: left top;
	}
	.navBtn.open > span:after{
		transform:rotate(-45deg);
		transform-origin: left bottom;
	}*/
	.navUl{
		background-color: #f0f0f0;
		display: block;
		font-size: 14px;
		line-height: 1;
		position: fixed;
		right: -80px;
		top: 0;
		bottom: 0;
		width: 80px;
	}
	.navUl.open{
		right: 0;
	}
	.navUl > li{
		border-bottom: 1px #fff solid;
		margin-left: 0;
		white-space: nowrap;
	}
	.navUl > li a{
		display: block;
		line-height: 50px;
		padding: 0 10px;
	}
	.navUl > li.current a{
		background-color: #1d9b93;
		color: #fff;
	}
	.header.open{
		padding-right: 80px;
	}
}

/* header End */





/* footer */

.footer{
	background: url(../images/footerBg.jpg) no-repeat center top;
	background-size: cover;
	overflow: hidden;
}
.company{
	border-right: 1px #2e2f30 solid;
	color: #c3c3c3;
	font-size: 16px;
	float: left;
	line-height: 1.2;
	margin-top: 36px;
	padding: 10px 50px 20px 0;
	width: 342px;
}
.company a{
	color: inherit;
}
.company dt{
	color: #fff;
	font-weight: bold;
	margin-bottom: 12px;
}
.company dd span{
	font-size: 24px;
	color: #adcf1c;
	display: inline-block;
	padding: 5px 0;
}
.company dd span a{
	color: inherit;
}
.sale{
	float: right;
	margin-top: 36px;
}
.sale .company{
	border-right: none;
	margin-top: 0;
	margin-left: 0;
	padding-right: 0;
	width: 463px;
}
.saleCode{
	float: right;
	margin-left: 115px;
	margin-right: 25px;
}
.copyright{
	border-top: 1px #2f2f30 solid;
	color: #828384;
	line-height: 1;
	margin-top: 40px;
	padding: 20px 0 30px 0;
}

@media(max-width:1200px){
	.company{
		border-right: none;
		border-bottom: 1px #2e2f30 solid;
		font-size: 14px;
		float: none;
		margin-top: 15px;
		padding: 0 0 15px 0;
		width: auto;
	}
	.company dd span{
		font-size: 20px;
	}
	.sale{
		float: none;
		margin: 0;
	}
	.sale .company{
		margin-top: 15px;
		width: auto;
	}
	.saleCode{
		float: none;
		text-align: center;
		margin-left: 0;
		margin-right: 0;
		padding-top: 15px;
	}
	.copyright{
		margin-top: 15px;
		padding: 15px 0;
	}
}

/* footer End */








/* index */
.width100{
	width: 100%;
}
.box1Img1{
	position: absolute;
	right: 16.5%;
	top: 21.2%;
	z-index: 1;
	width: 24.5%;
	/*animation: qiuDiv 1.5s linear 1;*/
}
.box1Img2{
	opacity: 0.2;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}
.box1{
	position: absolute;
	top: 22%;
	left: 18.7%;
	z-index: 3;
}
.box1H2{
	color: #fff;
	font-size: 4.6vw;
	line-height: 1.25;
	font-weight: 600;
	margin-bottom: 2vh;
}
.box1H4{
	color: #fff;
	font-size: 1.3vw;
	line-height: 1.4;
	font-weight: 600;
	margin-bottom: 2.7vh;
}
.box1Btn{
	background-color: #fff;
	border-radius: 25px;
	display: inline-block;
	padding: 0 25px;
}
.box1Btn span{
	background: url("../images/arrow.png") no-repeat 90px center;
	background-size: 20px 11px;
	color: #1b214f;
	display: inline-block;
	font-size: 22px;
	font-weight: bold;
	line-height: 50px;
	padding-right: 30px;
	animation: arrow 1s 1.5s linear infinite;
}
.box2{
	background: url("../images/indexBg2.jpg") no-repeat center top;
	background-size: cover;
	padding: 150px 0;
}
.indexH2{
	color: #000228;
	font-size: 72px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 15px;
}
.indexH2.white{
	color: #fff;
}
.indexH3{
	color: #000228;
	font-size: 38px;
	line-height: 1;
	margin-bottom: 20px;
}
.indexH4{
	color: #333;
	font-size: 20px;
	line-height: 1.4;
}
.indexLine{
	background-color: #071224;
	display: inline-block;
	margin-bottom: 5px;
	height: 3px;
	width: 70px;
}
.indexLine.white{
	background-color: #fff;
}
.box2Btn276,
.box2Btn330,
.box2Btn280{
	box-shadow: 0 2px 10px rgba(0,47,91,.08);
	border: 13px solid rgba(255,255,255,.13);
	border-radius: 100%;
	display: inline-block;
	margin-top: 85px;
	box-sizing: border-box;
	-webkit-transition:all 0.5s ease-in-out;
		-moz-transition:all 0.5s ease-in-out;
			-o-transition:all 0.5s ease-in-out;
				-ms-transition:all 0.5s ease-in-out;
					transition:all 0.5s ease-in-out;
}
.box2Btn276 a,
.box2Btn330 a,
.box2Btn280 a{
	background-color: rgba(0,99,176,.15);
	border-radius: 100%;
	color: #0c4779;
	display: block;
	font-size: 22px;
	line-height: 1.3;
	text-align: center;
	height: 100%;
	width: 100%;
}
.box2Btn276 a span,
.box2Btn330 a span,
.box2Btn280 a span{
	display: block;
	position: relative;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
}
.box2Btn276 a span i,
.box2Btn330 a span i,
.box2Btn280 a span i{
	background: url("../images/add.png") no-repeat center top;
	background-size:cover;
	margin: 0 auto 20px auto;
	display: block;
	height: 47px;
	width: 47px;
	-webkit-transition:all 0.5s ease-in-out;
		-moz-transition:all 0.5s ease-in-out;
			-o-transition:all 0.5s ease-in-out;
				-ms-transition:all 0.5s ease-in-out;
					transition:all 0.5s ease-in-out;
}
.box2Btn276:hover a span i,
.box2Btn330:hover a span i,
.box2Btn280:hover a span i{
	transform: rotate(180deg);
}
.box2Btn276{
	height: 276px;
	width: 276px;
	
}
.box2Btn330{
	position: relative;
	top: 35px;
	margin: 0 55px;
	height: 330px;
	width: 330px;
	
}
.box2Btn280{
	height: 280px;
	width: 280px;
	
}
.box3{
	background:url("../images/indexBg3.jpg") no-repeat center top;
	background-size: cover;
	padding: 150px 0;
}
.box3Div{
	background: url("../images/indexImg3.png") no-repeat;
	margin: 15px auto 0;
	position: relative;
	height: 659px;
	width: 1043px;
}
.box3Div > a{
	border-radius: 100%;
	color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	opacity: 0;
	transform: translate(-50%,-50%);
	-webkit-transition:all 2s ease-in-out;
	transition:all 2s ease-in-out;
}
.box3Div > a.box3Icon1{ height: 227px; width: 227px; }
.box3Div > a.box3Icon2{ height: 129px; width: 129px; }
.box3Div > a.box3Icon3{ height: 151px; width: 151px; }
.box3Div > a.box3Icon4{ height: 170px; width: 170px; }
.box3Div > a.box3Icon5{ height: 147px; width: 147px; }
.box3Div > a.box3Icon6{ height: 145px; width: 145px; }
.box3Div > a.box3Icon7{ height: 115px; width: 115px; }
.box3Div > a.box3Icon8{ height: 141px; width: 141px; }

.box3Show > a.box3Icon1{ left: 1px; top: 77px; transform: translate(0,0); opacity: 1; }
.box3Show > a.box3Icon2{ left: 416px; top: 147px; transform: translate(0,0); opacity: 1; }
.box3Show > a.box3Icon3{ left: 625px; top: 1px; transform: translate(0,0); opacity: 1; }
.box3Show > a.box3Icon4{ left: 872px; top: 138px; transform: translate(0,0); opacity: 1; }
.box3Show > a.box3Icon5{ left: 258px; top: 358px; transform: translate(0,0); opacity: 1; }
.box3Show > a.box3Icon6{ left: 673px; top: 328px; transform: translate(0,0); opacity: 1; }
.box3Show > a.box3Icon7{ left: 468px; top: 543px; transform: translate(0,0); opacity: 1; }
.box3Show > a.box3Icon8{ left: 813px; top: 516px; transform: translate(0,0); opacity: 1; }

.box3Div > a span{
	font-size: 18px;
	text-align: center;
	line-height: 1.3;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.box3Div > a span.ft16{
	font-size: 16px;
}
.box3Div > a span i{
	background-repeat: no-repeat;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 6px;
}
.box3Div > a.box3Icon1 i{ background-image: url("../images/icon_1.png"); background-size: cover; height: 92px; width: 75px; }
.box3Div > a.box3Icon2 i{ background-image: url("../images/icon_2.png"); background-size: cover; height: 43px; width: 50px; }
.box3Div > a.box3Icon3 i{ background-image: url("../images/icon_3.png"); background-size: cover; height: 51px; width: 63px; }
.box3Div > a.box3Icon4 i{ background-image: url("../images/icon_4.png"); background-size: cover; height: 56px; width: 64px; }
.box3Div > a.box3Icon5 i{ background-image: url("../images/icon_5.png"); background-size: cover; height: 52px; width: 63px; }
.box3Div > a.box3Icon6 i{ background-image: url("../images/icon_6.png"); background-size: cover; height: 57px; width: 56px; }
.box3Div > a.box3Icon7 i{ background-image: url("../images/icon_7.png"); background-size: cover; height: 49px; width: 56px; }
.box3Div > a.box3Icon8 i{ background-image: url("../images/icon_8.png"); background-size: cover; height: 57px; width: 51px; }


.box4{
	background:url("../images/indexBg4.jpg") no-repeat center top;
	background-size: cover;
	padding: 150px 0;
}
.box4List{
	margin-top: 70px;
	position: relative;
	min-height: 540px;
}
.box4List > a{
	background-color: #fff;
	box-shadow:0 5px 20px rgba(0,0,0,.1);
	text-align: center;
	position: absolute;
	padding: 5px;
	box-sizing: border-box;
	transform: scale(1);
    -webkit-transition:all 1.5s ease-in-out;
		transition:all 1.5s ease-in-out;
}
.box4List > a.box4List1{ left:515px; top:450px; width: 166px; height: 88px; }
.box4List > a.box4List2{ left:535px; top:475px; width: 133px; height: 64px; opacity: 0.6; }
.box4List > a.box4List3{ left:530px; top:493px; width: 142px; height: 45px; opacity: 0.5; }
.box4List > a.box4List4{ left:495px; top:425px; width: 216px; height: 113px; z-index: 2; }
.box4List > a.box4List5{ left:495px; top:425px; width: 217px; height: 112px; z-index: 2; }
.box4List > a.box4List6{ left:475px; top:405px; width: 263px; height: 134px; opacity: 0.5; }
.box4List > a.box4List7{ left:515px; top:468px; width: 167px; height: 70px; z-index: 2; }
.box4List > a.box4List8{ left:515px; top:468px; width: 167px; height: 70px; opacity: 0.6; z-index: 2; }
.box4List > a.box4List9{ left:480px; top:405px; width: 235px; height: 133px; opacity: 0.4; }
.box4List > a.box4List10{ left:510px; top:441px; width: 187px; height: 97px; }
.box4List > a.box4List11{ left:520px; top:482px; width: 161px; height: 56px; opacity: 0.7; }
.box4List > a.box4List12{ left:480px; top:405px; width: 263px; height: 133px; }
.box4List > a.box4List13{ left:535px; top:515px; width: 134px; height: 63px; opacity: 0.5;}
.box4List > a img{
	max-height: 100%;
}
.box4List > a:hover{
	opacity: 1;
	transform: scale(1.2);
	z-index: 3;
}
.box4Show > a.box4List1{ left:0; top:79px; }
.box4Show > a.box4List2{ left:125px; top:0; }
.box4Show > a.box4List3{ left:367px; top:54px; }
.box4Show > a.box4List4{ left:791px; top:51px; }
.box4Show > a.box4List5{ left:185px; top:143px; }
.box4Show > a.box4List6{ left:387px; top:193px; }
.box4Show > a.box4List7{ left:565px; top:151px; }
.box4Show > a.box4List8{ left:866px; top:219px; }
.box4Show > a.box4List9{ left:986px; top:122px; }
.box4Show > a.box4List10{ left:110px; top:293px; }
.box4Show > a.box4List11{ left:367px; top:369px; }
.box4Show > a.box4List12{ left:680px; top:310px; }
.box4Show > a.box4List13{ left:535px; top:475px; }



/*------------------- PC动画 ---------------------*/

	
	@media(min-width:1201px){
		.box1Img1 img{
			animation: qiu 110s ease infinite;
		}
		.box1Img2{
			animation: shuzi 3s 1.5s linear infinite;
		}
		.box2Btn276{
			animation: dh276 1.3s infinite alternate-reverse 0s;
		}
		.box2Btn330{
			animation: dh330 1.5s infinite alternate-reverse 0s;
		}
		.box2Btn280{
			animation: dh280 2s infinite alternate-reverse 0s;
		}
		.box3Show > a.box3Icon1{ animation: box3Dh1 1.5s infinite alternate-reverse; }
		.box3Show > a.box3Icon2{ animation: box3Dh2 1.5s infinite alternate-reverse; }
		.box3Show > a.box3Icon3{ animation: box3Dh1 1.5s infinite alternate-reverse; }
		.box3Show > a.box3Icon4{ animation: box3Dh2 1.5s infinite alternate-reverse; }
		.box3Show > a.box3Icon5{ animation: box3Dh3 1.5s infinite alternate-reverse; }
		.box3Show > a.box3Icon6{ animation: box3Dh1 1.5s infinite alternate-reverse; }
		.box3Show > a.box3Icon7{ animation: box3Dh2 1.5s infinite alternate-reverse; }
		.box3Show > a.box3Icon8{ animation: box3Dh3 1.5s infinite alternate-reverse; }
	}
	
	/* 球从小变大
	@keyframes qiuDiv{
		from{
			transform: translateY(100px) scale(0.2);
		}
		to {
			transform: translateY(0) scale(1);
		}
	} */
	
	/* 球旋转 */
	@keyframes qiu{
		from{
			transform: rotate(0deg);
		}
		to {
			transform: rotate(360deg);
		}
	}
	
	/* 数字闪烁 */
	@keyframes shuzi{
		0% {
			opacity: 0.2;
		}
		50% {
			opacity: 1;
		}
		100% {
			opacity: 0.2;
		}
	}
	
	/* 箭头移动 */
	@keyframes arrow{
		0% {
			background-position: 90px center;
		}
		50% {
			background-position: right center;
		}
		100% {
			background-position: 90px center;
		}
	}
	
	/* 自主研发 */
	@keyframes dh276{
		0%{
			-webkit-transform:translate3d(25px,-25px,0);
			transform:translate3d(25px,-25px,0)
		}
		100%{
			-webkit-transform:translate3d(0,0,0);
			transform:translate3d(0,0,0)
		}
	}
	@keyframes dh330{
		0%{
			-webkit-transform:translate3d(0,-25px,0);
			transform:translate3d(0,-25px,0)
		}
		100%{
			-webkit-transform:translate3d(0,0,0);
			transform:translate3d(0,0,0)
		}
	}
	@keyframes dh280{
		0%{
			-webkit-transform:translate3d(-25px,25px,0);
			transform:translate3d(-25px,25px,0)
		}
		100%{
			-webkit-transform:translate3d(0,0,0);
			transform:translate3d(0,0,0)
		}
	}
	
	/* 我们的优势 */
	@keyframes box3Dh1{
		0%{
			-webkit-transform:translate3d(15px,0,0);
			transform:translate3d(15px,0,0)
		}
		100%{
			-webkit-transform:translate3d(0,0,0);
			transform:translate3d(0,0,0)
		}
	}
	@keyframes box3Dh2{
		0%{
			-webkit-transform:translate3d(0,-15px,0);
			transform:translate3d(0,-15px,0)
		}
		100%{
			-webkit-transform:translate3d(0,0,0);
			transform:translate3d(0,0,0)
		}
	}
	@keyframes box3Dh3{
		0%{
			-webkit-transform:translate3d(-15px,0,0);
			transform:translate3d(-15px,0,0)
		}
		100%{
			-webkit-transform:translate3d(0,0,0);
			transform:translate3d(0,0,0)
		}
	}
	




@media(max-width:1200px){
	.box1{
		position: absolute;
		top: 15%;
		left: 9%;
		z-index: 3;
	}
	.box1H2{
		color: #fff;
		font-size: 6vw;
		margin-bottom: 1vh;
	}
	.box1H4{
		font-size: 2.6vw;
		margin-bottom: 1.4vh;
	}
	.box1Btn{
		background-color: #fff;
		border-radius: 15px;
		display: inline-block;
		padding: 0 15px;
	}
	.box1Btn span{
		background: url("../images/arrow.png") no-repeat right center;
		background-size: 10px 6px;
		font-size: 12px;
		font-weight: bold;
		line-height: 30px;
		padding-right: 13px;
	}
	
	
	.box2,
	.box3,
	.box4{
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.indexH2{
		font-size: 24px;
		margin-bottom: 15px;
	}
	.indexH3{
		font-size: 18px;
		margin-bottom: 10px;
	}
	.indexH4{
		font-size: 14px;
	}
	.indexLine{
		margin-bottom: 5px;
		height: 2px;
		width: 40px;
	}
	.box2Btn276,
	.box2Btn330,
	.box2Btn280{
		box-shadow: 0 1px 5px rgba(0,47,91,.08);
		border: 5px solid rgba(255,255,255,.13);
		display: inline-block;
		margin-top: 15px;
	}
	.box2Btn276 a,
	.box2Btn330 a,
	.box2Btn280 a{
		font-size: 14px;
	}
	.box2Btn276 a span i,
	.box2Btn330 a span i,
	.box2Btn280 a span i{
		margin-bottom: 10px;
		height: 20px;
		width: 20px;
	}
	.box2Btn276{
		height: 160px;
		width: 160px;
	}
	.box2Btn330{
		top: 0;
		margin: 0 10px;
		height: 160px;
		width: 160px;
	}
	.box2Btn280{
		margin-top: 10px;
		height: 160px;
		width: 160px;
	}
	
	.box3Div{
		background: none;
		display: flex;
		flex-wrap: wrap;
		margin: 0;
		height: auto;
		width: auto;
	}
	.box3Div > a{
		border-radius: 100%;
		margin-top: 20px;
		position: relative;
		left: 0 !important;
		top: 0 !important;
		opacity: 1;
		transform: translate(0,0);
		height: auto !important;
		width: calc(100%/3) !important;
	}

	.box3Div > a span{
		display: block;
		font-size: 12px !important;
		position: relative;
		top: 0;
		transform: translateY(0);
	}
	.box3Div > a span i{
		background-repeat: no-repeat;
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 6px;
		height: 30px !important;
	}
	.box3Div > a.box3Icon1 i{ background-size: 24px 30px; width: 24px; }
	.box3Div > a.box3Icon2 i{ background-size: 35px 30px; width: 35px; }
	.box3Div > a.box3Icon3 i{ background-size: 37px 30px; width: 37px; }
	.box3Div > a.box3Icon4 i{ background-size: 34px 30px; width: 34px; }
	.box3Div > a.box3Icon5 i{ background-size: 36px 30px; width: 36px; }
	.box3Div > a.box3Icon6 i{ background-size: 29px 30px; width: 29px; }
	.box3Div > a.box3Icon7 i{ background-size: 34px 30px; width: 34px; }
	.box3Div > a.box3Icon8 i{ background-size: 27px 30px; width: 27px; }
	
	.box4List{
		display: flex;
		flex-wrap: wrap;
		margin-top: 15px;
		min-height: inherit;
	}
	.box4List > a{
		border-radius: 5px;
		box-shadow:0 5px 20px rgba(0,0,0,.1);
		display: inline-block;
		margin: 10px 5px 0 5px;
		padding: 5px;
		position: relative;
		left: 0 !important;
		top: 0 !important;
		box-sizing: border-box;
		opacity: 0 !important;
		height: 60px !important;
		width: calc(25% - 10px) !important;
		transform: translateY(50px) scale(1);
	}
	.box4List > a:hover{
		transform: scale(1);
	}

	.box4Show > a{
		left: 0 !important;
		top: 0 !important;
		opacity: 1 !important;
		transform: translateY(0) scale(1);
	}

	
	
}


/* index End */








/* product */
.banner{
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	height: 399px;
}
.banner .w1200{
	height: inherit;
}
.bannerText{
	position: absolute;
	right: 0;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
}
.proBannerText{
	color: #fff;
	font-size: 60px;
	font-weight: bold;
	line-height: 1.25;
}
.proBannerText span{
	color: #fff;
	font-size: 24px;
	font-weight: normal;
	display: block;
	padding-top:10px;
}
.grayLine{
	border-bottom: 1px #e5e5e5 solid;
	margin-bottom: 45px;
}
.subNav{
	display: flex;
	justify-content: center;
}
.subNav a{
	border-bottom: 2px #fff solid;
	color: #222;
	font-size: 22px;
	line-height: 70px;
	padding: 0 10px;
	margin: 0 35px;
}
.subNav a:hover,
.subNav a.current{
	border-color: #1d9b93;
}
.productList{
	overflow: hidden;
	margin-bottom:70px;
}
.productList ul{
	display: flex;
	flex-flow: wrap;
	margin-left: -11px;
	padding-bottom: 1px;
}
.productList li{
	border: 1px #e5e5e5 solid;
	margin: 30px 0 0 11px;
	text-align: center;
	width: calc(25% - 11px);
	-webkit-box-sizing: border-box;
		box-sizing: border-box;
}
.proImg{
	width: 100%;
}
.proName{
	color: #333;
	font-size: 16px;
	line-height: 66px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
    -webkit-transition:all 0.5s ease-in-out;
		transition:all 0.5s ease-in-out;
}
.productList li a:hover .proName{
	color: #1d9b93;
	transform: translateY(-5px);
}
.paging{
	display: flex;
	justify-content: center;
	padding-bottom: 135px;
}
.paging a,
.paging span{
	border: 1px #dbdbdb solid;
	color: #555;
	font-size: 16px;
	line-height: 34px;
	text-align: center;
	position: relative;
	margin: 0 3px;
	width: 34px;
}
.paging a:hover,
.paging span:hover,
.paging a.current,
.paging span.current{
	background-color: #555;
	border-color: #555;
	color: #fff;
}
.paging .prev,
.paging .next{
	background:url("../images/paging.png") no-repeat 0 0;
	background-size: 12px 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	height: 10px;
	width: 6px;
	-weikit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
}
.paging .next{
	background-position: -6px 0;
}
.paging a:hover .prev,
.paging span:hover .prev{
	background-position: 0 -10px;
}
.paging a:hover .next,
.paging span:hover .next{
	background-position: -6px -10px;
}
.proView{
	margin: 95px 0 135px 0;
}
.proViewImg{
	background-color: #fff;
	box-shadow: 0 14px 42px rgba(4,43,73,.18);
	float: left;
	text-align: center;
	padding: 1px;
	width: 35%;
	-webkit-box-sizing: border-box;
		box-sizing: border-box;
}
.proViewText{
	margin-left: 39%;
}
.proViewH2{
	border-bottom: 1px #e5e5e5 solid;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.75;
	padding: 7px 10px;
}
.editBox{
	font-size: 16px;
	line-height: 1.5;
}
.proViewText .editBox{
	margin: 20px 100px 0 10px;
}
.proViewMore{
	color: #0038b6;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	margin: 15px 0 0 10px;
}
.proViewMore:hover{
	color: #0038b6;
}

@media(max-width:1200px){
	.banner{
		height: 300px;
	}
	.proBannerText{
		font-size: 50px;
	}
	.proBannerText span{
		font-size: 20px;
	}
	.productList li{
		width: calc(33% - 11px);
	}
}

@media(max-width:767px){
	.banner{
		height: 230px;
	}
	.proBannerText{
		font-size: 30px;
	}
	.proBannerText span{
		font-size: 14px;
	}
	.grayLine{
		margin-bottom: 0;
	}
	.subNav a{
		font-size: 16px;
		line-height: 70px;
		margin: 0 10px;
	}
	.productList{
		margin-bottom: 30px;
	}
	.productList li{
		margin-top: 20px;
		width: calc(50% - 11px);
	}
	.proName{
		font-size: 12px;
		line-height: 40px;
	}
	.paging{
		padding-bottom: 50px;
	}
	.proView{
		margin-top: 30px;
		margin-bottom: 50px;
	}
	.proViewImg{
		float: none;
		width: auto;
	}
	.proViewText{
		margin-left: 0;
		margin-top: 10px;
	}
	.proViewH2{
		padding-left: 0;
		padding-right: 0;
	}
	.proViewText .editBox {
		margin-top: 15px;
		margin-left: 0;
		margin-right: 0;
	}
	.proViewMore{
		margin-left: 0;
	}
	.editBox{
		font-size: 15px;
		line-height: 1.75;
	}
}
/* product End */





/* news */
.subTitle{
	color: #555;
	font-size: 36px;
	line-height: 1;
	text-align: center;
	padding-bottom: 20px;
}
.subTitle p{
	display: none;
	margin-top: 10px;
}
.subTitle span{
	background-color: #ef4a5a;
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: 22px;
	width: 2px;
}
.newsList{
	overflow: hidden;
	margin-bottom:50px;
	padding-bottom: 1px;
}
.newsList ul{
	display: flex;
	flex-flow: wrap;
	margin-left: -22px;
}
.newsList li{
	border-bottom: 1px #e5e5e5 solid;
	margin: 47px 0 0 22px;
	padding-bottom: 20px;
	width: calc(33% - 22px);
	-webkit-box-sizing: border-box;
		box-sizing: border-box;
}
.newsName{
	color: #000;
	font-size: 18px;
	line-height: 66px;
	padding: 0 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
    -webkit-transition:all 0.5s ease-in-out;
		transition:all 0.5s ease-in-out;
}
.newsList li a:hover .newsName{
	color: #1d9b93;
	transform: translateY(-5px);
}
.newsTime{
	color: #8e8e8e;
	font-size: 16px;
	padding: 0 20px;
}
.newsViewH2{
	color: #555;
	font-size: 22px;
	font-weight: bold;
	padding-top: 90px;
	margin-bottom: 20px;
}
.newsViewTime{
	border-bottom: 1px #e0e0e0 solid;
	color: #666;
	font-size: 16px;
	padding-bottom: 15px;
	margin-bottom: 35px;
}
.newsViewTime span{
	padding-left: 30px;	
}
.newsViewEdit{
	padding-left: 45px;
	padding-right: 45px;
	margin-bottom: 60px;
}
.newsViewBtn{
	border-top: 1px #e0e0e0 solid;
	color: #555;
	padding: 20px 45px 0 45px;
	margin-bottom: 135px;
}
.newsViewBtn span{
	color: #021d61;
	display: inline-block;
	padding-right: 15px;
}
.news1List{
	overflow: hidden;
	margin-bottom:50px;
	padding-bottom: 1px;
}
.news1List ul{
	display: flex;
	flex-flow: wrap;
	margin-left: -20px;
}
.news1List li{
	border: 1px #e5e5e5 solid;
	text-align: center;
	margin: 20px 0 0 20px;
	padding: 25px 35px 40px 35px;
	width: calc(33% - 20px);
	-webkit-box-sizing: border-box;
		box-sizing: border-box;
}
.news1Img{
	margin-bottom: 25px;
	height: 230px;
}
.news1Img img{
	max-height: 100%;
}
.news1Name{
	color: #666;
	font-size: 16px;
	line-height: 1;
	padding: 0 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
    -webkit-transition:all 0.5s ease-in-out;
		transition:all 0.5s ease-in-out;
}
.news1List li a:hover .newsName{
	color: #1d9b93;
	transform: translateY(-5px);
}


@media(max-width:1200px){
	.subTitle{
		padding-bottom: 0;
	}
	.newsName{
		font-size: 16px;
		padding-left: 0;
		padding-right: 0;
	}
	.newsTime{
		padding-left: 0;
		padding-right: 0;
	}
	.newsViewEdit{
		padding-left: 0;
		padding-right: 0;
	}
	.newsViewBtn{
		padding-left: 0;
		padding-right: 0;
	}
	.news1Img{
		height: 180px;
	}
	
}

@media(max-width:767px){
	.subTitle{
		font-size: 20px;
		padding-top: 20px;
	}
	.subTitle span{
		height: 11px;
	}
	.newsList{
		margin-bottom: 30px;
	}
	.newsList ul{
		margin-left: -15px;
	}
	.newsList li{
		margin-top: 20px;
		margin-left: 15px;
		width: calc(50% - 15px);
	}
	.newsName{
		line-height: 40px;
	}
	.newsViewH2{
		font-size: 18px;
		padding-top: 30px;
		margin-bottom: 10px;
	}
	.newsViewTime{
		font-size: 12px;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	.newsViewTime span{
		padding-left: 15px;	
	}
	.newsViewEdit{
		margin-bottom: 20px;
	}
	.newsViewBtn{
		padding-top: 15px;
		margin-bottom: 50px;
	}
	.newsViewBtn a{
		font-size: 0;
	}
	.newsViewBtn span{
		font-size: 16px;
		color: #021d61;
		display: inline-block;
		padding-right: 15px;
	}
	.news1List{
		padding-top: 10px;
		margin-bottom: 30px;
	}
	.news1List ul{
		margin-left: -10px;
	}
	.news1List li{
		margin: 10px 0 0 10px;
		padding: 10px 10px 20px 10px;
		width: calc(50% - 10px);
	}
	.news1Img{
		margin-bottom: 15px;
		height:130px;
	}
	.news1Name{
		line-height: 1;
		padding-left: 10px;
		padding-right: 10px;
	}
	
}

/* news End */






/* about */
.abouTitle{
	margin-top: 105px;
}
.aboutBg{
	background:url("../images/about_2.jpg") no-repeat center top;
	background-size: cover;
	margin-top: 85px;
	padding-bottom: 95px;
}
.aboutImg{
	float: left;
	width: 612px;
}
.aboutText{
	margin-left: 662px;
	padding: 200px 35px 0 0;
}
.aboutText .title{
	color: #000228;
	font-size: 24px;
	line-height: 1.5;
}
.aboutText .title span{
	background-color: #000228;
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
	height: 2px;
	width: 55px;
}
.aboutText .content{
	color: #372f28;
	font-size: 18px;
	line-height: 1.5;
	padding-top: 15px;
}
.aboutTitle{
	color: #1d9b93;
	font-size: 30px;
	text-align: center;
	margin-top:80px;
}
.aboutTitle span{
	color: #555;
	padding-left: 5px;
}
.aboutList ul{
	display: flex;
	flex-flow: wrap;
	margin-left: -26px;
	margin-bottom: 135px;
}
.aboutList li{
	color: #666;
	text-align: center;
	margin: 40px 0 0 26px;
	width: calc(33% - 26px);
}
.aboutList li p{
	line-height: 1.1;
	padding-top: 13px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

@media(max-width:1200px){
	.aboutImg{
		width: 400px;
	}
	.aboutText{
		margin-left: 440px;
		padding-top: 110px;
	}
	.aboutText .content{
		font-size: 16px;
	}
}

@media(max-width:767px){
	.abouTitle{
		margin-top: 0;
	}
	.aboutBg{
		margin-top: 20px;
		padding-bottom: 25px;
	}
	.aboutImg{
		float: none;
	}
	.aboutText{
		margin-left: 0;
		padding-top: 20px;
		padding-right: 0;
	}
	.aboutText .title{
		font-size: 18px;
	}
	.aboutText .title span{
		width: 30px;
	}
	.aboutText .content{
		font-size: 15px;
		line-height: 1.75;
	}
	.aboutTitle{
		font-size: 22px;
		margin-top: 25px;
	}
	.aboutList ul{
		margin-left: -10px;
		margin-bottom: 50px;
	}
	.aboutList li{
		margin-top: 20px;
		margin-left: 10px;
		width: calc(50% - 10px);
	}
}

/* about End */





/* partner */
.partnerList{
	padding: 15px 0 65px 0;
}
.partnerList ul{
	display: flex;
	flex-wrap: wrap;
	margin-left: -18px;
}
.partnerList li{
	border: 1px #eee solid;
	text-align: center;
	padding: 7px;
	margin: 20px 0 0 18px;
	width: calc(20% - 18px);
	-webkit-box-sizing: border-box;
		box-sizing: border-box;
}
.partnerList li a{
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
}
.partnerList li img{
	max-height: 100%;
}

@media(max-width:1200px){
	.partnerList li{
		width: calc(25% - 18px);
	}
}

@media(max-width:767px){
	.partnerList ul{
		display: flex;
		flex-wrap: wrap;
		margin-left: -10px;
	}
	.partnerList{
		padding-top: 10px;
		padding-bottom: 30px;
	}
	.partnerList li{
		margin-top: 10px;
		margin-left: 10px;
		width: calc(33% - 10px);
	}
}

/* partner End */





/* contactUs */
.contactBox1{
	box-shadow: 0 12px 40px rgba(4,43,73,.08);
	display: flex;
	justify-content: center;
	align-content: center;
	flex-wrap: wrap;
	margin-top: 40px;
	padding: 30px;
	position: relative;
	z-index: 9;
}
.contactBox1 li{
	text-align: center;
	padding: 30px;
	width: 33%;
	-webkit-box-sizing: border-box;
		box-sizing: border-box;
}
.contactBox1 li:nth-child(2){
	border-left: 1px #e5e5e5 dashed;
	border-right: 1px #e5e5e5 dashed;
}
.greyYuan{
	background-color: #f2f2f2;
	border-radius: 100%;
	display: inline-block;
	position: relative;
	height: 94px;
	width: 94px;
}
.greyYuan i{
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
}
.greyYuan i.icon1{
	background: url("../images/contact_2.png") no-repeat;
	background-size: 100%;
	height: 45px;
	width: 35px;
}
.greyYuan i.icon2{
	background: url("../images/contact_3.png") no-repeat;
	background-size: 100%;
	height: 58px;
	width: 65px;
}
.greyYuan i.icon3{
	background: url("../images/contact_4.png") no-repeat;
	background-size: 100%;
	height: 44px;
	width: 43px;
}
.contactP{
	color: #555;
	font-size: 16px;
	line-height: 1.5;
	padding-top: 5px;
}
.contactP span{
	color: #013a95;
	font-size: 18px;
	display: block;
}
.contactBox2{
	box-shadow: 0 12px 40px rgba(4,43,73,.08);
	margin-bottom: 135px;
	flex-wrap: wrap;
	padding: 15px 45px 50px 45px;
}
.contactBg{
	background: url("../images/contact_9.jpg") no-repeat center top;
	background-size: 100% auto;
	float: left;
	padding: 50px 35px 0 70px;
	width: 635px;
	-webkit-box-sizing: border-box;
		box-sizing: border-box;
}
.contactBg li{
	margin-top: 20px;
}
.blueYuan{
	background-color: #013a95;
	border-radius: 100%;
	float: left;
	position: relative;
	height: 44px;
	width: 44px;
}
.blueYuan i{
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
}
.blueYuan i.address{
	background: url("../images/contact_5.png") no-repeat;
	background-size: 100%;
	height: 24px;
	width: 18px;
}
.blueYuan i.phone{
	background: url("../images/contact_6.png") no-repeat;
	background-size: 100%;
	height: 21px;
	width: 20px;
}
.blueYuan i.email{
	background: url("../images/contact_7.png") no-repeat;
	background-size: 100%;
	height: 15px;
	width: 19px;
}
.contactText{
	color: #666;
	font-size: 16px;
	line-height: 1.25;
	margin-left: 60px;
}
.contactText .blue{
	color: #013a95;
	font-size: 18px;
}
.contactCode{
	border: 1px #dadada solid;
	display: inline-block;
	padding: 10px;
}
.contactMap{
	float: right;
	padding-top: 75px;
	width: 470px;
	height: 372px;
}
#dituContent{
	width: 100%;
	height: 100%;
}
.iw_poi_title {color:#013a95;font-size:14px;font-weight:bold;overflow:hidden;padding-right:13px;white-space:nowrap}
.iw_poi_content {font:12px arial,sans-serif;overflow:visible;padding-top:4px;white-space:-moz-pre-wrap;word-wrap:break-word}

@media(max-width:1200px){
	.contactBg{
		padding-left: 0;
		padding-right: 20px;
		width: 50%;
	}
	.contactText{
		font-size: 14px;
	}
	.contactText .blue{
		font-size: 16px;
	}
	.contactMap{
		width: 50%;
	}
}

@media(max-width:767px){
	.contactBox1{
		margin-top: 20px;
		padding: 10px;
	}
	.contactBox1 li{
		margin-top: 10px;
		margin-bottom: 10px;
		padding: 0;
		width: 100%;
	}
	.contactBox2{
		margin-bottom: 50px;
		padding: 10px;
	}
	.contactBg{
		padding-top: 0;
		float: none;
		width: auto;
	}
	.contactMap{
		float: none;
		padding-top: 20px;
		width: auto;
	}
}


/* contactUs End */





/* research */

.researchBanner{
	color: #000228;
	font-size: 34px;
	font-weight: bold;
	line-height: 1.25;
	text-align: left;
}
.researchBanner p{
	color: #000228;
	font-size: 22px;
	font-weight: normal;
	display: block;
	padding-top:10px;
	text-align: left;
}
.researchText{
	color: #372f28;
	font-size: 18px;
	line-height: 1.5;
	text-align: center;
	padding-left: 80px;
	padding-right: 80px;
}
.researchBg{
	background: url("../images/research_2.jpg") no-repeat center top;
	background-size: 100% auto;
	margin-top: 55px;
	margin-bottom: 135px;
}
.researchTitle{
	color: #fff;
	font-size: 36px;
	text-align: center;
	padding-top: 100px;
}
.researchList ul{
	background-color: #fff;
	box-shadow: 0 20px 50px rgba(4,43,73,.08);
	display: flex;
	flex-wrap: wrap;
	margin-top: 60px;
	padding: 0 50px 40px 10px;
}
.researchList ul li{
	margin: 40px 0 0 40px;
	width: calc(33.33% - 40px);
}
.researchList ul li > p{
	color: #bfd4eb;
	font-size: 72px;
	font-style: italic;
	text-align: center;
	line-height: 1;
	padding-bottom: 30px;
}
.researchList ul li > img{
	width: 100%;
}
.researchList ul li > div{
	color: #666;
	font-size: 16px;
	line-height: 1.6;
	padding-top: 20px;
}

.researchList ul li p.title {
    color: #555;
    font-size: 26px;
    font-style: normal;
    text-align: center;
    line-height: 1;
    padding-bottom: 30px;
}

.teamList{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 65px;
	margin-left: -50px;
	margin-right: -1px;
}
.teamList li{
	border-right: 1px #e5e5e5 solid;
	margin: 45px 0 0 50px;
	padding-right: 50px;
	padding-bottom: 25px;
	width: calc(25% - 50px);
	-webkit-box-sizing: border-box;
		box-sizing: border-box;
}
.teamImg{
	box-shadow: 0 6px 42px rgba(4,43,73,.14);
	padding: 1px;
}
.teamImg img{
	width: 100%;
}
.teamName{
	color: #000;
	font-size: 18px;
	text-align: center;
	margin-top: 15px;
}
.teamPost{
	color: #333;
	font-size: 16px;
	text-align: center;
	margin-bottom: 5px;
}
.teamMess{
	color: #666;
	font-size: 14px;
	line-height: 1.5;
	margin-top: 10px;
}


@media(max-width:1200px){
	.researchText{
		font-size: 16px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.researchTitle{
		padding-top: 50px;
	}
	.researchList ul{
		margin-top: 30px;
		padding-right: 20px;
		margin-left: 0;
	}
	.researchList ul li{
		margin-left: 20px;
		width: calc(33.33% - 20px);
	}
	.researchList ul li > p{
		font-size: 30px;
		padding-bottom: 20px;
	}
	.researchList ul li > div{
		font-size: 14px;
		line-height: 1.75;
	}
	.teamList{
		margin-left: 0;
	}
	.teamList li{
		margin-left: 15px;
		padding-right: 15px;
		width: calc(25% - 15px);
	}
	.teamImg{
		box-shadow: 0 3px 20px rgba(4,43,73,.14);
	}
}

@media(max-width:767px){
	.researchBanner{
		font-size: 18px;
	}
	.researchBanner p{
		font-size: 14px;
	}
	.researchText{
		font-size: 14px;
		line-height: 1.75;
		padding-top: 10px;
	}
	.researchBg{
		margin-top: 30px;
		margin-bottom: 50px;
	}
	.researchTitle{
		font-size: 22px;
		padding-top: 20px;
	}
	.researchList ul{
		padding-bottom: 20px;
	}
	.researchList ul{
		margin-top: 15px;
	}
	.researchList ul li{
		margin-top: 20px;
		margin-left: 0;
		width: auto;
	}
	.researchList ul li > div{
		padding-top: 10px;
	}
	.teamList{
		margin-bottom: 30px;
	}
	.teamList li{
		margin-top: 15px;
		margin-left: 5px;
		padding-right: 5px;
		padding-bottom: 15px;
		width: calc(50% - 5px);
	}
	.teamImg{
		box-shadow: 0 3px 10px rgba(4,43,73,.14);
	}
	.teamPost{
		font-size: 13px;
	}
	.teamMess{
		margin-top: 5px;
	}
}

/* research End */




/* service */
.serviceBg{
	background: url("../images/servic_2.jpg") no-repeat center bottom;
	background-size: cover;
	margin-top: 80px;
}
.serviceUl{
	display: flex;
	flex-wrap: wrap;
	padding: 105px 60px 135px 60px;
}
.serviceUl li{
	background-color: rgba(255,255,255,.9);
	margin-top: 30px;
	padding: 45px 60px 45px 95px;
	position: relative;
	width: calc(50% - 12px);
	-webkit-box-sizing: border-box;
		box-sizing: border-box;
}
.serviceUl li:nth-child(even){
	margin-left: 24px;
	padding-left: 45px;
	padding-right: 95px;
}
.serviceUl li > div{
	font-size: 16px;
	line-height: 1.5;
}
.serviceUl li > div > h3{
	color: #00479e;
	font-size: 24px;
	line-height: 1.5;
}
.serviceYuan{
	background-color: #fff;
	box-shadow: 0 0 15px rgba(4,4.,73,.16);
	border-radius: 100%;
	position: absolute;
	top: 50%;
	left: -60px;
	height: 125px;
	width: 125px;
	-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
}
.serviceUl li:nth-child(even) .serviceYuan{
	left: auto;
	right: -60px;
}
.serviceYuan i{
	background-repeat: no-repeat;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
}
.serviceYuan i.serviceIcon1{ background-image: url("../images/servic_3.png"); height:50px; width:53px;}
.serviceYuan i.serviceIcon2{ background-image: url("../images/servic_4.png"); height:84px; width:45px;}
.serviceYuan i.serviceIcon3{ background-image: url("../images/servic_5.png"); height:60px; width:60px;}
.serviceYuan i.serviceIcon4{ background-image: url("../images/servic_6.png"); height:61px; width:61px;}

@media(max-width:767px){
	.serviceBg{
		margin-top: 20px;
	}
	.serviceUl{
		padding: 0 0 50px 0;
	}
	.serviceUl li{
		margin-left: 0 !important;
		margin-top: 15px !important;
		padding: 15px !important;
		width: auto;
	}
	.serviceUl li > div > h3{
		font-size: 18px;
	}
	.serviceYuan{
		display: none;
	}
}

/* service End */



















