@charset "utf-8";
/*****************************
			初始化
*****************************/
html,
body {
	margin: 0px;
	padding: 0px;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #323232;
}

p{padding:0;margin:0;}
input,
textarea,
select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	color: inherit;
	font-size: inherit;
	*color: #323232;
	font-family: "微软雅黑";
}

ul {
	padding-left: 0px;
	margin: 0px;
}

li {
	list-style-type: none;
}

a {
	text-decoration: none;
	color: inherit;
	*color: #323232;
}

a:hover{color:#f60;}
img {
	border: none;
}

table tbody,
table tr,
table tr th,
table tr td {
	box-sizing: content-box;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

img {
	vertical-align: top;
}

/*****************************
			页内css
*****************************/
#header {
	position: relative;
	overflow: hidden;
	background: #fff;
}

#header .hBox{
	margin: 0 auto;
	padding: 0 50px;
	min-width: 1250px;
}

#header h1 {
	margin: 0;
	padding: 25px 50px 0 0;
	float: left;
}

#header .hTxt {
	padding-top: 20px;
	float: left;
}

#header .hTxt .txt01 {
	display: block;
	color: #333;
	font-size: 18px;
}

#header .hTxt .txt02 {
	display: block;
	color: #139705;
	font-size: 25px;
}

#header .tel {
	margin-top: 10px;
	padding: 0 0 0 80px;
	float: right;
	font-size: 16px;
	color: #000;
	line-height: 30px;
	background: url(../images/call.png) no-repeat left center;
}

#header .tel span {
	display: block;
	font-size: 30px;
	color: #1560D2;
	font-weight: bold;
	line-height: 35px;
}

#gNavi {
	width: 788px;
	height: 121px;
	float: left;
	overflow: hidden;
}

#gNavi ul {
	margin: 0 auto;
}

#gNavi li {
	width: 14.28%;
	float: left;
}

#gNavi li a {
	padding: 48px 0 49px;
	display: block;
	color: #000;
	font-size: 18px;
	text-align: center;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

#gNavi li a:hover {
	padding: 53px 0 44px;
	color: #fff;
	background: #007DF3;
}

@media screen and (max-width:1690px) {
	#header .hBox{
		padding: 0 20px;
	}	

	#gNavi {
		width: 800px;
	}
		
	#header .tel {
		margin-top: 30px;
		padding: 0 0 0 70px;
		float: right;
		font-size: 15px;
		color: #505050;
		line-height: 30px;
		background: url(../images/tel.png) no-repeat left 8px;
		background-size: 60px auto;
	}
	
	#header .tel span {
		display: block;
		font-size: 28px;
		color: #DD0000;
		font-weight: bold;
		line-height: 35px;
	}
}

.mainImg {
	z-index: 5;
}

.mainImg li {
	width: 100%;
	height: 700px;
	float: left;
}

.mainImg .pic01 {
	background: url(../images/mainimg01.jpg) no-repeat center center;
}

.mainImg .pic02 {
	background: url(../images/mainimg02.jpg) no-repeat center center;
}

.mainImg .pic03 {
	background: url(../images/mainimg03.jpg) no-repeat center center;
}

.slick-dots {
	width: 100%;
	position:absolute;
	left: 0;
	bottom: 20px;
	text-align: center;
}

.slick-dots li {
	margin: 0 20px 0 0;
	width: 14px;
	height: 14px;
	display: inline-block;
	float: none;
	background: #fff;
	border: 2px solid #fff;
	border-radius: 11px;
	opacity: 0.9;
	cursor: pointer;
}
	
.slick-dots li button {
	display: none;
}
	
.slick-dots .slick-active {
	background: #007DF3;
}

.pageLead {
	height: 400px;
	position: relative;
	background: url(../images/page_lead.jpg) no-repeat center center;
}

.pageLead .pagetitle h2 {
	margin: 0 0 0 -300px;
	padding: 30px 0;
	width: 600px;
	color: #676262;
	position: absolute;
	left: 50%;
	bottom: 0;
	font-size: 40px;
	font-weight: normal;
	text-align: center;
	z-index: 10;
	background: rgba(255,255,255,.8);
}


.pageLead .pagetitle h2:before {
	width: 50px;
	height: 2px;
	position: absolute;
	left: 15%;
	top: 55px;
	content: "";
	z-index: 10;
	opacity: 0.7;
	background: #676262;
}

.pageLead .pagetitle h2:after {
	width: 50px;
	height: 2px;
	position: absolute;
	right: 15%;
	top: 55px;
	content: "";
	z-index: 10;
	opacity: 0.7;
	background: #676262;
}

.pageLead .pagetitle h2 span {
	margin-top: 15px;
	display: block;
	font-size: 20px;
}

.hot {
	padding: 20px 0;
	background: #0056b5;
}

.hot p {
	margin: 0 auto;
	width: 1200px;
	color: #fff;
	font-size: 16px;
}

.section {
	margin: 0 auto;
	width: 1200px;
}

#main {
	margin-bottom: 50px;
}

/*#main h2 {
	color: #fff;
	font-size: 32px;
	text-align: center;
	background: url(../images/h2_img.png) no-repeat center center;
}

#main h2 span {
	margin-top: 5px;
	display: block;
	color: #fff;
	font-size: 23px;
	font-weight: normal;
}
*/

#main .product {
	padding: 50px 0;
}

#main .headLine01 {
	margin: 0 auto 30px;
	width: 1200px;
	color: #000;
	font-size: 55px;
	position: relative;
	text-align: center;
	box-sizing: border-box;
}

#main .headLine01 .color {
	color: #1560D2;
	position: relative;
	z-index: 2;
}

#main .headLine01 .en {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	color: #000;
	font-size: 60px;
	font-family: Impact;
	opacity: 0.1;
	z-index: 1;
}

/*#main .headLine01:before {
	margin-top: -1px;
	width: 100px;
	height: 2px;
	position: absolute;
	left: 20%;
	top: 50%;
	content: "";
	background: #ccc;
}*/

#main .headLine01 .ttl {
	margin: 10px 0 0;
	padding-top: 10px;
	display: block;
	color: #6c6c6c;
	font-size: 17px;
	font-weight: normal;
	text-align: center;
	position: relative;
	z-index: 2;
}

#main .headLine01 .ttl:before {
	margin-left: -25px;
	width: 50px;
	height: 3px;
	position: absolute;
	left: 50%;
	top: 0;
	content: "";
	background: #FF7A01;
}

.pnavBox {
	padding: 50px 0;
}

.spNavi {
	display: none;
}

.pnav {
	width: 1080px;
	position: relative;
	margin: 0 auto;
}

.pnav ul {
	margin: 0 auto;
	text-align: center;
	box-sizing: border-box;
}

.pnav ul li {
	display: block;
	margin: 0 40px 0 0;
	transition: all .3s;
	float: left;
}

.pnav ul li a {
	display: block;
	position: relative;
}

.pnav ul li .photo {
	width: 180px;
	height: 180px;
	overflow: hidden;
	border: 2px solid #fff;
	border-radius: 50%;
}

.pnav ul li a img {
	transition: 1s;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 10;
}

.pnav ul li a p {
	margin-top: 10px;
	padding: 10px 0;
	color: #fff;
	font-size: 16px;
	transition: .5s;
	z-index: 5;
	border-radius: 20px;
	text-align: center;
	background: #007DF3;
	box-sizing: border-box;
}

.pnav ul li a i {
	position: absolute;
	bottom: 6px;
	font-style: normal;
	font-size: 18px;
	left: 123px;
	transition: .5s;
}

.pnav ul li a:hover img {
	filter: brightness(120%);
}

.pnav ul li a:hover p {
	background: #fff;
	color: #000;
}

.pnav ul li a:hover i {
	color: #fff;
}

.pnav .btnLeft, .pnav .btnRight {
	position: absolute;
	top: 40%;
	margin-top: -15px;
	width: 66px;
	height: 66px;
	transition: 0.5s;
}

.pnav .btnLeft {
	left: -65px;
	background: url(../images/leftbtn.png) no-repeat center center;
}

.pnav .btnLeft:hover {
	left: -75px;
	opacity: 1;
}

.pnav .btnRight {
	right: -65px;
	background: url(../images/rightbtn.png) no-repeat center center;
}

.pnav .btnRight:hover {
	right: -75px;
	opacity: 1;
}




#main .product .section {
	padding: 40px 0 10px;
	width: 1300px;
}

#main .listBox {
	padding: 0 0 60px;
}

#main .listBox .list .pageLink {
	margin-top: 20px;
	padding: 0;
	border:none;
}

#main .listBox .list .pageLink a {
	margin: 0 0 6px;
	padding: 15px 28px;
	display: block;
	font-size: 16px;
	color: #fff;
	background: #0E823B;
}

#marqueesrcoll {
	height: 1000px;
	overflow: hidden;
	background: none !important;
}

#main .srcoll {
	padding: 0 0 5px;
}

#main .srcoll li {
	margin: 0 1% 55px;
	width: 31.3333333%;
	float: left;
	border-bottom: 1px solid #D0D0D0;
}

#main .srcoll li a {
	display: block;
	position: relative;
}

#main .srcoll li .photo {
	height: 305px;
	overflow: hidden;
}

#main .srcoll li .photo img {
	width: 100%;
	min-height:100%;
	max-height: 100%;
	max-width: 100%;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

#main .srcoll li a:hover .photo img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

#main .srcoll li p {
	padding: 20px 15px;
	color: #000;
	font-size: 18px;
	line-height: 1.5;
	position: relative;
}

#main .srcoll li p span {
	padding: 2px 0;
	width: 120px;
	display: block;
	color: #666;
	position: absolute;
	right: 15px;
	top: 18px;
	text-align: center;
	border: 1px solid #666;
	border-radius: 20px;
}
 
/*****************************
			about
*****************************/
#main .about {
	margin-bottom: 100px;
	background: url(../images/about.jpg) no-repeat center center;
	background-size: 100% 570px;
}

#main .about .inner {
	margin: 0 auto;
	padding: 100px 0 70px;
	width: 1200px;
}

#main .about .inner .photo {
	margin: -150px -10% 0 0;
	width: 55%;
	float: right;
}

#main .about .inner .photo img {
	width: 100%;
}

#main .about .inner .textBox {
	width: 50%;
	float: left;
}

#main .about .inner .textBox p {
	color: #fff;
	font-size: 16px;
	line-height: 1.7;
}

#main .about .inner .textBox h2 {
	padding-bottom: 15px;
	color: #fff;
	line-height: 1.2;
	position: relative;
}

#main .about .inner .textBox h2:before {
	width: 80px;
	height: 3px;
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	background: #FF7C05;
}

#main .about .inner .textBox h2 .en {
	font-size: 60px;
	font-family: Impact;
	letter-spacing: 1px;
	opacity: 0.5;
}

#main .about .inner .textBox h2 .ttl {
	margin-top: -30px;
	display: block;
	font-size: 45px;
	position: relative;
}

#main .about .subBox {
	margin: 0 auto;
	width: 1200px;
	height: 202px;
	z-index: 2;
	position:relative;
	background: url(../images/about_bg.png) no-repeat center center;
	background-size: 100% auto;
}

#main .about .subBox li {
	padding-top: 30px;
	width: 25%;
	float: left;
	font-size: 17px;
	text-align: center;
}

#main .about .subBox li img {
	margin: 0 auto 10px;
	width: 30%;
	display: block;
}



#main .comTel {
	margin: 30px auto 0;
	width: 500px;
	color: #fff;
	font-size: 18px;
	border-radius: 50px;
	background: #FF7A01;
	border: 1px solid #fff;
}

#main .comTel a {
	margin-right: 20px;
	display: inline-block;
	width: 150px;
	height: 45px;
	line-height: 45px;
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	text-shadow: 0 0 3px rgba(0,0,0,.5);
	border-radius: 50px;
	background: #007DF3;
}

#main .comTel span {
	font-size: 25px;
	font-weight: bold;
	font-style: italic;
}

#main .aboutBox .numsrcoll {
	margin: -60px auto 0;
	padding: 30px 50px;
	width: 1200px;
	background: #fff;
	box-shadow: 3px 3px 4px rgba(0,0,0,.4);
	box-sizing: border-box;
}

#main .aboutBox .numsrcoll .num {
	width: 25%;
	float: left;
	font-size: 17px;
	position: relative;
	text-align: center;
	border-left: 1px solid #ccc;
	box-sizing: border-box;
}

#main .aboutBox .numsrcoll .num:before {
	width: 3px;
	height: 20px;
	position: absolute;
	left: -1px;
	top: 0;
	content: "";
	background: #FF7A01;
}

#main .aboutBox .numsrcoll .js-counter {
	color: #FF7A01;
	font-size: 45px;
	font-weight: bold;
	font-style: italic;
}

#main .deliver {
	padding-bottom: 80px;
	background: url(../images/deliver.jpg) no-repeat center center;
	background-size: cover
}

#main .deliver .muma {
	margin-bottom: 40px;
	position: relative;
	width: 1200px;
	margin: 0px auto 0;
	background: url(../images/c1.png) center bottom no-repeat;
	margin-top: 50px;
}

#main .deliver .ss666.swiper-slide {
	background-position: center;
	background-size: cover;
	width: 600px;
	height: 450px;
	border: 6px solid #dfdfdf;
}

#main .deliver .mb {
	width: 45px;
	height: 70px;
	margin-top: -40px;
}

#main .commore {
	margin-top: 50px;
	text-align: center;
}

#main .commore a {
	padding: 10px 0;
	width: 200px;
	display: inline-block;
	text-align: center;
	color: #fff;
	font-size: 18px;
	background: #89C018;
	border-radius: 30px;
}

#main .tabUl {
	margin-bottom: 30px;
	text-align: center;
}

#main .tabUl li {
	display: inline;
}

#main .tabUl li a {
	margin: 0 10px;
	padding: 10px 0;
	width: 150px;
	color: #fff;
	font-size: 15px;
	display: inline-block;
	background: #1C8D42;
}
@-webkit-keyframes rotation {
	 from {
	-webkit-transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
	}
}
.rotat {
	-webkit-transform: rotate(360deg);
	animation: rotation 8s linear infinite;
	-moz-animation: rotation 8s linear infinite;
	-webkit-animation: rotation 8s linear infinite;
	-o-animation: rotation 8s linear infinite;
}

.rotat1 {
	-webkit-transform: rotate(360deg);
	animation: rotation 5s linear infinite;
	-moz-animation: rotation 5s linear infinite;
	-webkit-animation: rotation 5s linear infinite;
	-o-animation: rotation 5s linear infinite;
}

#main .feature {
	padding: 70px 0 50px;
	overflow: hidden;
	background: url(../images/fea_bg.jpg) no-repeat center center;
	background-size: cover;
}

#main .feature .section {
	width: 1300px;
}

#main .feature .headLine01 {
	margin-bottom: 110px;
	color: #FFF;
}

#main .step {
	padding: 70px 0;
	position: relative;
	background: url(../images/dot.jpg) repeat left top;
}

#main .step h2 {
	margin: 0 0 50px 200px;
	text-align: center;
}

#main .step h2 span {
	margin-left: 40px;
	padding: 2px 20px;
	display: inline-block;
	color: #fff;
	font-size: 16px;
	text-shadow: 1px 1px 3px rgba(0,0,0,.5);
	background: #FF7A01;
	border-radius: 30px;
}

#main .step h2 span em {
	font-size: 30px;
	font-weight: bold;
}

#main .step .sub {
	margin: 0 auto;
	width: 1200px;
	position: relative;
}

#main .step .stepImg {
	position: absolute;
	left: -120px;
	bottom: -70px;
}

#main .step .stepList {
	margin: 0 auto 30px;
	width: 900px;
	float: right;
	background: url(../images/step_bg.gif) repeat-x left 108px;
}

#main .step .stepList li {
	width: 14.28%;
	float: left;
	color: #fff;
	position: relative;
	text-align: center;
}

#main .step .stepList li span {
	margin: 0 auto 45px;
	width: 83px;
	height: 83px;
	display: block;
	position: relative;
	border-radius: 83px;
	background: #fff;
}

#main .step .stepList li span em {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-transform: translateX(0) rotate(0);
	transform: translateX(0) rotate(0);
	-webkit-transition: all 0.35s ease-out;
	transition: all 0.35s ease-out;
}

#main .step .stepList li span i {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 1;
	visibility: hidden;
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
	-webkit-transition: all 0.1s ease 0.2s;
	transition: all 0.1s ease 0.2s;
}

#main .step .stepList li img {
	display: block;
	width: 83px;
	height: 83px;
}

#main .step .stepList li b {
	display: block;
	font-size: 16px;
	font-weight: normal;
}

#main .step .stepList li:before {
	content: "";
	position: absolute;
	top: 100px;
	left: 50%;
	margin-left: -2px;
	width: 2px;
	height: 8px;
	background: #fff;
}

#main .step .stepList li:last-child {
	margin-right: 0;
}

#main .step .stepList li:hover em,
#main .step .stepList .cur em {
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateX(100%) rotate(180deg);
	transform: translateX(100%) rotate(180deg);
}

#main .step .stepList li:hover i,
#main .step .stepList .cur i {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

#main .step .stepList li:hover span,
#main .step .stepList .cur span {
	background: url(../images/step_on.png) no-repeat left top;
	-webkit-transition: all 0.7s;
	transition: all 0.7s;
	transition-property: background;
	-moz-transition-property: background;
	-webkit-transition-property: background;
	-o-transition-property: background;
}

#main .yscon {
	position: relative;
	min-height: 520px;
}

#main .ysimg1 {
	position: absolute;
	width: 500px;
	top: 0;
	left: 50%;
	margin-left: -250px;
}

#main .ysimg2 {
	position: absolute;
	width: 400px;
	top: -12%;
	left: 50%;
	margin-left: -200px;
	z-index: 9999;
}

#main .feaImg {
	margin: 40px 0;
	text-align: center;
}
	
#main .ysright {
	position: absolute;
	top: -5%;
	right: 0;
}

#main .ysleft {
	position: absolute;
	top: -5%;
	left: 0;
}

#main .ysleft .ysl1 {
	padding: 20px 30px;
	width: 300px;
	background: #0160d4;
	border-radius: 70px;
	transition: all .3s ease-in-out;
}

#main .ysleft .ysl1 b {
	font-size: 1.5rem;
	color: #fff;
	text-align: center;
	display: block;
	margin-bottom: 10px;
}

#main .ysleft .ysl1 p {
	font-size: 1rem;
	color: #fff;
	text-align: left;
	display: block;
}

#main .ysleft .y1 {
	background-image: linear-gradient(180deg,#FF7A01,#9b4b02);
}

#main .ysleft .y2 {
	background-image: linear-gradient(180deg,#FF7A01,#9b4b02);
}

#main .ysright .ysl1 {
	padding: 20px 30px;
	width: 300px;
	background-image: linear-gradient(180deg,#FF7A01,#9b4b02);
	border-radius: 70px;
	transition: all .3s ease-in-out;
}

#main .ysright .ysl1 b {
	font-size: 1.5rem;
	color: #fff;
	text-align: center;
	display: block;
	margin-bottom: 10px;
}

#main .ysright .ysl1 p {
	font-size: 1rem;
	color: #fff;
	text-align: left;
	display: block;
}

#main .ysright .y1 {
	margin-left: 0;
}

#main .newsBox {
	margin-bottom: 0;
	padding: 80px 0;
	position: relative;
}

#main .newsBox .section {
	width: 1300px;
}

#main .newsBox h2 {
	margin-bottom: 50px;
}

#main .newsBox .case {
	margin: 0 0 50px;
	padding: 50px 0;
}

#main .newsBox .newsSlider {
	width: 550px;
	float: left;
}

#main .newsBox .newsSlider .pic {
	width: 550px;
	float: left;
}

#main .newsBox .newsSlider .pic img {
	width: 100%;
	height: 100%;
}

#main .newsBox .imgList {
	width: 720px;
	float: right;
}

#main .newsBox .imgList li {
	margin: 0 0 11px;
	padding-bottom: 10px;
	color: #666;
	font-size: 15px;
	list-style: none;
	position: relative;
	border-bottom: 1px dotted #ccc;
}

#main .newsBox .imgList li a {
	display: block;
	overflow: hidden;
		-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

#main .newsBox .imgList li a:hover {
	background: #007DF3;
}

#main .newsBox .imgList li .photo {
	float: left;
	width: 180px;
	height: 120px;
	overflow: hidden;
	position: relative;
}

#main .newsBox .imgList li .photo img {
	width: 100%;
	min-height: 100%;
	max-height: 100%;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

#main .newsBox .imgList li a:hover .photo img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

#main .newsBox .imgList li .ttl {
	margin-bottom: 10px;
	color: #333;
	font-size: 18px;
	font-weight: bold;
}

#main .newsBox .imgList li a:hover .ttl,
#main .newsBox .imgList li a:hover .date,
#main .newsBox .imgList li a:hover .txt {
	color: #fff;
}

#main .newsBox .imgList li .textBox {
	padding: 15px 15px 15px 195px;
}

#main .newsBox .imgList li .txt {
	color: #999;
	font-size: 15px;
	line-height: 1.8;
}

#main .gallery {
	padding: 0;
}

#main .gallery .sub {
	padding: 50px 0;
	background: url(../images/case_bg.jpg) no-repeat left top;
}

#main .gallery h2 {
	margin-bottom: 40px;
}

#main .gallery ul {
	margin: 0 auto;
	width: 1200px;
}

#main .gallery li {
	margin: 0 25px 0 0;
	padding: 10px;
	width: 350px;
	float: left;
	background: #fff;
}

#main .gallery li .photo {
	height: 260px;
	overflow: hidden;
}

#main .gallery li .photo img {
	width: 100%;
	min-height:100%;
	max-height: 100%;
	max-width: 100%;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

#main .gallery li a:hover .photo img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

#main .gallery li p {
	padding: 15px 0;
	color: #333;
	font-size: 17px;
	line-height: 1.5;
	text-align: center;
}

.iw_poi_title {
	padding-top: 20px;
	font-size: 20px;
}

#footer {
	background: #3A3A3A/*0056B5*/;
}

#footer .fNavi {
	background: #0053B0;
}

#footer .fNavi ul {
	margin: 0 auto;
	width: 1200px;
}

#footer .fNavi li {
	width: 14.28%;
	float: left;
}

#footer .fNavi li a {
	padding: 15px 0;
	display: block;
	color: #fff;
	font-size: 16px;
	text-align: center;
}

#footer .fInner {
	margin: 0 auto;
	padding: 50px 0;
	width: 1200px;
	position: relative;
}

#footer .fInner .logo {
	margin-left: -140px;
	padding-top: 50px;
	left: 50%;
	top: 0;
	width: 280px;
	height: 371px;
	text-align: center;
	box-sizing: border-box;
	position: absolute;
	background: #1560D2;
}

#footer .fInner .logo img {
	width: 200px;
}

#footer .fInner .logo .code {
	margin-top: 25px;
	text-align: center;
}

#footer .fInner .logo .code img {
	width: 150px;
}

#footer .fInner .logo .code span {
	margin-top: 10px;
	display: block;
	color: #fff;
	font-size: 15px;
}

#footer .fInner .left {
	width: 385px;
	float: left;
}

#footer .fInner .left li {
	margin: 0 4% 10px 0;
	width: 46%;
	float: left;
}

#footer .fInner .left li a {
	padding: 5px 0;
	display: block;
	color: #fff;
	font-size: 16px;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 20px;
}

#footer .fInner .right {
	width: 385px;
	float: right;
}

#footer .fInner .right .txt {
	color: #fff;
	font-size: 16px;
	line-height: 1.6;
}

#footer .fInner .title {
	margin-bottom: 20px;
	color: #fff;
	font-size: 16px;
}

#footer .fInner .title span {
	margin-right: 20px;
	padding-right: 10px;
	display: inline-block;
	color: #fff;
	font-size: 30px;
	font-family: Impact;
	position: relative;
	vertical-align: middle;
	background: url(../images/f_bg.jpg) no-repeat right center;
}

#footer .fInner .title span:after {
	content: '';
	position: absolute;
	width: 1px;
	height: 20px;
	background-color: #fff;
	top: 7px;
	right: -8px;
	z-index: 0;
	position: absolute;
}

#footer .copyright {
	padding: 20px 0;
	color: #fff;
	font-size: 15px;
	text-align: center;
	background: #2A2A2A;
}

#side {
	width: 265px;
	float: left;
}

#side .sLink {
	margin-bottom: 30px;
	background: #007DF3;
}

#side h2 {
	margin: 0;
	padding: 25px 0;
	color: #fff;
	font-size: 25px;
	text-align: center;
	border-bottom: 2px solid #fff;
}

#side h2 span {
	margin-top: 5px;
	display: block;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
}

#side ul {
	padding: 20px;
}

#side li {
	margin-bottom: 10px;
}

#side li a {
	padding: 15px;
	display: block;
	font-size: 16px;
	text-align: center;
	background: #fff;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

#side li a:hover {
	color: #fff;
	background: #000;
}

#side .sconttact {
	background: #007DF3;
}

#side .sconttact p {
	padding: 15px;
	font-size: 16px;
	color: #fff;
	line-height: 2;
}

#side .sImg {
	margin: 15px -5px 0;
}

#side .sImg img {
	width: 100%;
}

#conts {
	width: 920px;
	float: right;
}

#main .pageTitle {
	margin-bottom: 60px;
	background: #F1F1F1;
}

#main .pageTitle .sub {
	margin: 0 auto;
	padding: 15px 0;
	width: 1200px;
}

#main .pageTitle .pagePath {
	margin-top: 7px;
	padding: 0 35px;
	float: left;
	color: #666;
	font-size: 16px;
	background: url(../images/home.png) no-repeat left center;
	background-size: 25px auto;
}

#main .pageTitle .tel {
	padding-left: 30px;
	float: right;
	font-size: 18px;
	background: url(../images/ycall2.png) no-repeat left center;
	background-size: 20px 20px;
}

#main .pageTitle .tel span {
	color: #0C5DD3;
	font-size: 28px;
	font-family: impact;
}

.content {
	font-size: 15px;
	line-height: 1.7;
}

#main .proList {
	margin: 0 -20px 50px 0;
}

#main .proList li {
	margin: 0 1% 20px;
	width: 31.333333333%;
	float: left;
	box-sizing: border-box;
}

#main .proList li a {
	padding: 0;
	display: block;
	position: relative;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
	box-shadow: 1px -1px 5px rgba(0,0,0,.1);
}

#main .proList li .photo {
	overflow: hidden;
}

#main #conts .proList li .photo {
}

#main .proList li .photo img {
	width: 100%;
	min-height: 100%;
	max-height: 100%;
	max-width: 100%;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

#main .proList li a:hover .photo img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

#main .proList li .ttl {
	padding: 15px;
	width: 100%;
	font-size: 18px;
	color: #333;
	text-align: center;
	box-sizing: border-box;
}

#main .proList li .tel {
	padding: 0 15px;
	color: #333;
	font-size: 16px;
	text-align: center;
}

#main .proList li .tel span {
	color: #FD0202;
	font-size: 28px;
	font-family: impact;
}

.pagelist {
	text-align: center;
}

.pagelist li {
	margin: 0 5px;
	padding: 5px 10px;
	display: inline-block;
	color: #666;
	cursor: pointer;
	text-align: center;
	border: 1px solid #666;
}

.pagelist li:hover {
	color: #fff;
	background: #0C5DD3;
	border: 1px solid #0C5DD3;
}

.pagelist .thisclass {
	padding: 5px 10px;
	display: inline-block;
	color: #fff;
	background: #0C5DD3;
	border: 1px solid #0C5DD3;
}
.pagelist span{margin-left:5px;margin-right:5px;}
.pagelist span a{margin-bottom:3px;margin-top:3px;margin-left:5px;margin-right:5px;}
.page-status, .page-index, .page-pre, .page-next, .page-last{
	padding: 5px 10px;
	display: inline-block;
	color: #666;
	text-align: center;
	border: 1px solid #666;
}
.page-numbar a{padding: 5px 10px;
	display: inline-block;
	color: #666;
	text-align: center;
	border: 1px solid #666;}
span.page-index:hover, span.page-pre:hover, span.page-next:hover, span.page-last:hover{background:#0C5DD3 !important;border:1px solid #0C5DD3;color:#fff !important;}
.page-index a:hover, .page-pre a:hover, .page-next a:hover, .page-last a:hover{color:#fff !important;}
.page-numbar a:hover{background:#0C5DD3 !important;border:1px solid #0C5DD3;color:#fff !important;}
.page-num-current{background:#007DF3 !important;color:#fff !important;}
.pagelist a.page-num-current{background:#007DF3 !important;color:#fff !important;border:1px solid #007DF3;}


.conList {
	margin-bottom: 50px;
}

.conList li {
	width: 33.333333333%;
	float: left;
	color: #333;
	font-size: 17px;
	line-height: 2;
	text-align: center;
}

.conList li span {
	margin-top: 15px;
	display: block;
	font-size: 20px;
	font-weight: bold;
}

.conList li img {
	margin: 0 auto;
	display: block;
}

/*--------------上传信息-------------------*/
.updata {
	margin-bottom: 20px;
	padding: 20px 0;
	font-size: 13px;
	text-align: center;
	border-bottom: 1px dotted #b6b6b6;
	border-top: 1px dotted #b6b6b6;
}

/*--------------前后换页-------------------*/
.qianhou {
	margin-bottom: 30px;
}

.qianhou .qian {
	width: 50%;
	float: left;
}

.qianhou .hou {
	width: 50%;
	float: right;
	text-align: right;
}

/*--------------产品详细页-------------------*/
.detailBox {
	margin-bottom: 40px;
}

.detailBox h3 {
	margin-bottom: 20px;
	font-size: 20px;
	text-align: center;
}

.detailBox .info{
	text-align: left;
}

.detailBox .info img {
	margin: 0 auto 20px;
	display: block;
	max-width: 80%;
	width: auto !important;
	height: auto !important;
}

.detailBox .infoPhoto {
	text-align: left;
}

.detailBox .infoPhoto iframe {
	margin: 0 auto;
	display: block;
}

.detailBox .infoPhoto img {
	margin: 0 auto 15px;
	display: block;
	width: 600px !important;
	height: auto !important;
}

.detailBox .infoText {
	margin-bottom: 20px;
	text-align: center;
}

.detailBox .infoText h3 {
	color: #d60d1b;
	font-size: 20px;
	text-align: center;
}

.detailBox .infoText .updata {
	text-align: center;
}

.detailBox .infoText .name {
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: bold;
}

.detailBox .infoText .tel {
	padding: 15px 0 15px 80px;
	text-align: left;
	color: #d60d1b;
	font-size: 35px;
	font-weight: bold;
	background: url(../images/tel.png) no-repeat left center;
}

#main .newsList  {
	margin: 0 auto 50px;
	width: 1200px;
	border-top: 1px solid #eee;
}

#main .newsList li {
	margin: 0 1%;
	width: 48%;
	float: left;
	font-size: 15px;
	position: relative;
	border-bottom: 1px solid #eee;
}

#main .newsList li .sub {
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

#main .newsList li a:hover .sub {
	padding-right: 30px;
}

#main .newsList li a {
	padding: 30px 0;
	display: block;
	color: #666;
	overflow: hidden;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

#main .newsList li a:hover {
}

#main .newsList li .photo {
	width: 200px;
	height: 160px;
	float: left;
	overflow: hidden;
}

#main .newsList li .photo img {
	width: 100%;
	height: 100%;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

#main .newsList li a:hover .photo img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

#main .newsList li .textBox {
	padding-left: 240px;
}

#main .newsList li .textBox .ttl {
	margin-bottom: 10px;
	font-size: 20px;
	color: #333;
}

#main .newsList li .textBox .txt {
	margin-bottom: 10px;
	font-size: 16px;
	color: #999;
	line-height: 1.7;
}

#main .newsList li .textBox .date {
	font-size: 14px;
	color: #999;
}

#main .newsList li a:hover .textBox .ttl,
#main .newsList li a:hover .textBox .txt,
#main .newsList li a:hover .textBox .date {
	color: #d40000;
}

.topContact {
	position: relative;
	z-index: 100;
	border-top: 3px solid #394954;
}

#dituContent {
	height: 390px;
}

.topContact .txtBox {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.topContact .txtBox .sub {
	margin: 0 auto;
	width: 1200px;
}

.topContact .txtBox .detai {
	width: 330px;
	height: 390px;
	background: #fff;
}

.topContact .txtBox .sub .ttl {
	padding: 30px 0 20px;
	color: #333;
	font-size: 24px;
	text-align: center;
	background: url(../images/arrow.png) no-repeat center top;
}

.topContact .txtBox .sub .ttl span {
	display: block;
	color: #333;
	font-family: Impact;
	font-size: 35px;
}

.topContact .txtBox ul {
	border-bottom: 1px solid #ddd;
}

.topContact .txtBox li {
	padding:  20px 15px 15px;
	overflow: hidden;
	border-top: 1px solid #ddd;
	font-size: 15px;
}

.topContact .txtBox li span {
	margin: -10px 15px 0 0;
	display: block;
	height: 35px;
	width: 35px;
	float: left;
	line-height: 35px;
	text-align: center;
	border-radius: 100%;
	background-color: #E4181F;
}

.topContact .txtBox li span img {
	padding-top: 7px;
	display: inline-block;
}

.iw_poi_title {
	padding-top: 20px;
	font-size: 20px;
}

.aboutFea {
	margin: 0 auto 50px;
	padding: 50px;
	width: 1200px;
	background: #F5F5F5;
	box-sizing: border-box;
}

.aboutFea li {
	padding-left: 60px;
	width: 33.333333%;
	float: left;
	color: #333;
	font-size: 16px;
	background: url(../images/icon01.png) no-repeat left center;
	background-size: 50px;
	box-sizing: border-box;
}

.aboutFea .fea01 {
}

.aboutFea li span {
	display: block;
	color: #1560D2;
	font-size: 30px;
	font-weight: bold;
}

.vision {
	margin: 0 auto;
	padding: 50px;
	width: 1200px;
	background: url(../images/abou_fea.jpg) no-repeat left center;
	background-size: cover;
	box-sizing: border-box;
}

.vision dl {
	color: #fff;
}

.vision dt {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
}

.vision dd {
	margin-bottom: 30px;
	font-size: 15px;
}

