
/*****************************
			初始化
*****************************/
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;
}

/*****************************
			header
*****************************/
#header {
	position: relative;
}

#header .hInner {
	border-bottom: 1px solid #eee;
}

#header .hInner .sub {
	padding: 15px 0;
	margin: 0 auto;
	width: 1200px;
}

#header .hInner p {
	float: left;
	color: #666;
	font-size: 15px;
}

#header .hInner ul {
	float: right;
}

#header .hInner li {
	display: inline;
	font-size: 15px;
	color: #666;
}

#header .hInner li a {
	margin: 0 10px;
	color: #666;
}

#header .hBox {
	padding: 30px 0;
	margin: 0 auto;
	width: 1200px;
	z-index: 100;
	box-sizing: border-box;
}

#header h1 {
	margin: 0;
	float: left;
}

#header .tel {
	margin-top: 5px;
	padding: 0 0 0 70px;
	float: right;
	color: #000;
	font-size: 20px;
	background: url(../image/tel_bg.png) no-repeat left top;
}

#header .tel span {
	display: block;
	color: #333;
	font-family: impact;
	font-size: 39px;
	font-weight: bold;
}

/*****************************
			navi
*****************************/
#gNavi {
	background: #333;
}

#gNavi ul {
	margin: 0 auto;
	width: 1200px;
}

#gNavi li {
	width: 14.28%;
	float: left;
}

#gNavi li a {
	padding: 20px 0;
	display: block;
	color: #fff;
	font-size: 16px;
	position: relative;
	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 span {
	display: block;
	z-index: 2;
	position: relative;
}
/*
#gNavi li a:after {
	display: block;
	content: '';
	color: #000;
	background: #f3790a;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0;
	opacity: 0;
	z-index: -1;
	-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 {
	color: #fff;
	background: #1884CA;
	-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:after {
	height: 100%;
	z-index: 1;
	opacity: 1;
	-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;
}
*/
/*****************************
			slider
*****************************/
.mainImg {
	z-index: 5;
}

.mainImg li {
	width: 100%;
	height: 600px;
	float: left;
}

.mainImg .pic01 {
	background: url(../image/mainimg01.jpg) no-repeat center center;
}

.mainImg .pic02 {
	background: url(../image/mainimg02.jpg) no-repeat center center;
}

.mainImg .pic03 {
	background: url(../image/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: #0085DA;
}

/*****************************
		标题
*****************************/
#main .headLine01 {
	margin: 0 auto 30px;
	width: 1200px;
	color: #333;
	font-size: 49px;
	position: relative;
	text-align: center;
}

#main .headLine01:before {
	width: 50px;
	height: 1px;
	position: absolute;
	left: 25%;
	top: 92px;
	content: "";
	z-index: 10;
	opacity: 0.7;
	background: #003894;
}

#main .headLine01:after {
	width: 50px;
	height: 1px;
	position: absolute;
	right: 25%;
	top: 92px;
	content: "";
	z-index: 10;
	opacity: 0.7;
	background: #003894;
}

#main .headLine01 .color {
	margin-bottom: 10px;
	padding-bottom: 10px;
	color: #0085DA;
	position: relative;
}

#main .headLine01 .ttl {
	margin-top: 10px;
	display: block;
	color: #6c6c6c;
	font-size: 17px;
	font-weight: normal;
}

/*****************************
			通用box
*****************************/
.section {
	margin: 0 auto;
	width: 1200px;
}

/*****************************
			内页
*****************************/
#main {
	margin-bottom: 50px;
}


/*****************************
			product
*****************************/
#main .product {
	padding: 50px 0 140px;
}

#main .product .headLine01 {
	margin-bottom: 20px;
	padding-top: 40px;
	background: url(../image/h2_img02.jpg) no-repeat center top;
}

#main .product .section {
	padding: 40px 0 10px;
	width: 1250px;	
}

#main .product .proList {
	margin-bottom: 30px;
	text-align: center;
}

#main .product .proList li {
	margin: 0 1% 20px;
	width: 18%;
	float: left;
}

#main .product .proList li a {
	padding: 5px;
	display: block;
	color: #fff;
	font-size: 17px;
	text-align: center;
	background: #2493E1;
	-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 .product .proList li a span {
	padding: 15px 0;
	display: block;
	border: 1px solid #fff;
}

#main .product .proList li a:hover {
	color: #fff;
	background: #333;
}

#main .product .link {
	margin-top: 40px;
}

#main .product .link a {
	margin: 0 auto;
	width: 300px;
	padding: 20px 0;
	display: block;
	color: #fff;
	font-size: 18px;
	text-align: center;
	border-radius: 5px;
	background: #E94204;
}

#main .listBox {
	padding: 0 0 30px;
}

#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: 790px;
	overflow: hidden;
	background: none !important;
}

#main .srcoll {
	padding: 0 0 5px;
}

#main .srcoll li {
	margin: 0 1% 20px;
	width: 23%;
	float: left;
}

#main .srcoll li a {
	display: block;
	-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 .photo {
	height: 240px;
	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: 12px 0;
	color: #000;
	font-size: 16px;
	line-height: 1.5;
	text-align: center;
	background: #eee;
	-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 {
	box-shadow: 1px -1px 10px rgba(0,0,0,.5);
	-moz-box-shadow: 1px -1px 10px rgba(0,0,0,.5);
	-webkit-box-shadow: 1px -1px 10px rgba(0,0,0,.5);
}

#main .srcoll li a:hover p {
	color: #fff;
	background: #f3790a;
}

#main .srcoll li .tel {
	margin: 0 30px;
	padding: 10px 0;
	font-weight: normal;
	color: #5c3718;
	font-size: 15px;
	border: 1px dotted #323b76;
}

/*****************************
			about
*****************************/
#main .aboutBox {
	margin-bottom: 100px;
	min-height: 700px;
	background: url(../image/about_bg.jpg) no-repeat center top fixed;
	background-size: cover;
}

#main .aboutBox .about {
	margin: 0 auto;
	padding: 1px;
	width: 1250px;
}

#main .aboutBox h2 {
	margin-top: -50px !important;
	position: relative;
	float: right;
}

#main .aboutBox .textBox {
	padding-top: 315px;
	width: 840px;
	float: left;
}

#main .aboutBox .textBox .sub {
	margin-bottom: -50px;
	padding: 50px;
	background: #F2F2F3;
}

#main .aboutBox .textBox h3 {
	font-size: 30px;
	color: #289FE3;
	font-weight: bold;
}
 
#main .aboutBox .textBox p {
	margin-top: 20px;
	color: #707070;
	font-size: 14px;
	line-height: 1.8em;
}

#main .aboutBox .textBox ul {
	margin-top: 50px;
}

#main .aboutBox .textBox li {
	margin-right: 20px;
	width: 225px;
	float: left;
}

#main .aboutBox .textBox li a {
	padding-left: 40px;
	display: block;
	color: #666;
	height: 64px;
	line-height: 64px;
	font-size: 15px;
	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;

}

#main .aboutBox .textBox li a:hover {
	color: #fff;
}

#main .aboutBox .textBox .link01 a {
	background: url(../image/icon04.png) no-repeat 50px center;
}

#main .aboutBox .textBox .link01 a:hover {
	background: #289FE3 url(../image/icon04_over.png) no-repeat 50px center;
}

#main .aboutBox .textBox .link02 a {
	background: url(../image/icon05.png) no-repeat 50px center;
}

#main .aboutBox .textBox .link02 a:hover {
	background: #289FE3 url(../image/icon05_over.png) no-repeat 50px center;
}

#main .aboutBox .textBox .link03 a {
	background: url(../image/icon06.png) no-repeat 50px center;
}

#main .aboutBox .textBox .link03 a:hover {
	background: #289FE3 url(../image/icon06_over.png) no-repeat 50px center;
}

#main .comLink {
	margin-top: 30px;
}

#main .comLink a {
	margin: 0 auto;
	padding: 25px 0;
	width: 300px;
	display: block;
	color: #fff;
	font-size: 21px;
	font-weight: bold;
	text-align: center;
	box-sizing: border-box;
	border-radius: 5px;
	background: ##2493E1;
	-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 .comLink a:hover {
	color: #fff;
	background: #E94204;
}

/*****************************
			case
*****************************/
#main .gallery {
	padding: 60px 0;
}

#main .gallery .headLine01 {
	padding-top: 0;
	background: none;
}

#main .gallery .sub {
	margin: 0 auto;
	width: 1180px;
	position: relative;
}

#main .gallery .slick-prev {
	margin-top: -18px;
	width: 25px;
	height: 36px;
	position: absolute;
	left: -35px;
	top: 50%;
	z-index: 2;
	cursor: pointer;
	background: #fff url(../image/prev.png) no-repeat center center;
	background-size: 100% 100%;
	border: none;
	text-indent: -9999px;
	box-shadow: 0 0 7px rgba(0,0,0,.5);
}

#main .gallery .slick-next {
	margin-top: -18px;
	width: 25px;
	height: 36px;
	position: absolute;
	right: -35px;
	top: 50%;
	z-index: 2;
	background: #fff url(../image/next.png) no-repeat center center;
	background-size: 100% 100%;
	border: none;
	text-indent: -9999px;
	cursor: pointer;
	box-shadow: 0 0 7px rgba(0,0,0,.5);
}

#main .gallery .list li {
	margin-right: 20px;
	width: 180px;
	float: left;
}

#main .gallery .list li a {
	padding: 10px 0;
	display: block;
	color: #fff;
	font-size: 16px;
	text-align: center;
	background: #666;
	-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 .list li a:hover {
	background: #ed9100;
}

#main .gallery .slider {
	margin: 0 auto;
	padding: 30px 0;
	width: 1200px;
}

#main .gallery .slider li {
	margin: 0 15px 0 0;
	width: 390px;
	float: left;
}

#main .gallery .slider li .photo {
	height: 250px;
	overflow: hidden;
}

#main .gallery .slider 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 .slider li a:hover .photo img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

#main .gallery .slider li p {
	padding: 10px 0;
	color: #333;
	font-size: 17px;
	line-height: 1.5;
	text-align: center;
	background: #EFEEEE;
	-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 .slider li a:hover p {
	color: #fff;
	background: #ed9100;
}



#main .dellery {
	padding: 60px 0 100px;
	background: url(../image/fahuo_bg.jpg) repeat center center;
	background-size: cover;
}

#main .dellery .headLine01 {
	color: #fff;
}

#main .dellery .headLine01 .ttl {
	color: #fff;
}

#main .dellery .headLine01:before,
#main .dellery .headLine01:after {
	background: #fff;
	top: 50px;
}

#main .dellery .sub {
	margin: 0 auto;
	width: 1180px;
	position: relative;
}

#main .dellery .slick-prev {
	margin-top: -18px;
	width: 25px;
	height: 36px;
	position: absolute;
	left: -35px;
	top: 50%;
	z-index: 2;
	cursor: pointer;
	background: #fff url(../image/prev.png) no-repeat center center;
	background-size: 100% 100%;
	border: none;
	text-indent: -9999px;
	box-shadow: 0 0 7px rgba(0,0,0,.5);
}

#main .dellery .slick-next {
	margin-top: -18px;
	width: 25px;
	height: 36px;
	position: absolute;
	right: -35px;
	top: 50%;
	z-index: 2;
	background: #fff url(../image/next.png) no-repeat center center;
	background-size: 100% 100%;
	border: none;
	text-indent: -9999px;
	cursor: pointer;
	box-shadow: 0 0 7px rgba(0,0,0,.5);
}

#main .dellery .list li {
	margin-right: 20px;
	width: 180px;
	float: left;
}

#main .dellery .list li a {
	padding: 10px 0;
	display: block;
	color: #fff;
	font-size: 16px;
	text-align: center;
	background: #666;
	-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 .dellery .list li a:hover {
	background: #ed9100;
}

#main .dellery .slider {
	margin: 0 auto;
	padding: 30px 0;
	width: 1200px;
}

#main .dellery .slider li {
	margin: 0 15px 0 0;
	width: 350px;
	float: left;
}

#main .dellery .slider li .photo {
	height: 250px;
	overflow: hidden;
}

#main .dellery .slider 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 .dellery .slider li a:hover .photo img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

#main .dellery .slider li p {
	padding: 10px 0;
	color: #333;
	font-size: 17px;
	line-height: 1.5;
	text-align: center;
	background: #EFEEEE;
	-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 .dellery .slider li a:hover p {
	color: #fff;
	background: #ed9100;
}


#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;
}

/*****************************
			数子跳动
*****************************/
.numsrcoll {
	padding: 0;
	background: url(../image/num_bg.jpg) no-repeat center center;
	background-size: cover;
}

.numsrcoll .inner {
	margin: 0 auto;
	padding: 50px 0;
	width: 1200px;
	position: relative;
	box-sizing: border-box;
}

.numsrcoll .num {
	padding-bottom: 10px;
	width: 25%;
	float: left;
	border-right: 1px dashed rgba(255,255,255,.7);
	box-sizing: border-box;
}

.numsrcoll .num:last-child {
	border: none;
}

.numsrcoll .js-counter {
	color: #fff;
	font-size: 22px;
	text-align: center;
}

.numsrcoll .js-counter span {
	margin-right: 10px;
	color: #ED6F22;
    font-size: 70px;
	font-family: impact;
}

.numsrcoll .text {
	text-align: center;
	font-size: 17px;
	color: #fff;
}

#main .banner {
	height: 140px;
	background: url(../image/banner.jpg) no-repeat center center;
}

#main .youshi {
	padding: 80px 0;
	background: url(../image/ys_bg.jpg) no-repeat center center;
	background-size: cover;
}

#main .youshi h2 {
	margin-bottom: 30px;
	text-align: center;
}

#main .youshi .tab {
	margin: 0 -10px 20px;
}

#main .youshi .tab li {
	padding: 0 10px;
	width: 25%;
	float: left;
	box-sizing: border-box;
}

#main .youshi .tab li:first-child {
	border-left: none;
}

#main .youshi .tab li a {
	padding: 20px 0;
	display: block;
	color: #000;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	background: #fff;
}

#main .youshi .tab li.on a {
	background: #2493E1;
}

#main .youshi .tab li.on a {
	color: #fff;
}

#main .youshi .imgBox .photo {
	width: 800px;
	float: left;
}

#main .youshi .imgBox .photo img {
	width: 100%;
	height: 554px;
}

#main .youshi .imgBox .textBox {
	padding: 40px 30px;
	width: 400px;
	height: 554px;
	float: right;
	background: #2493E1;
	box-sizing: border-box;
}

#main .youshi .imgBox .textBox .ttl {
	margin-bottom: 10px;
	color: #fff;
	font-size: 25px;
	font-weight: bold;
}

#main .youshi .imgBox .textBox .en {
	margin-bottom: 50px;
	padding-bottom: 20px;
	color: #fff;
	font-size: 13px;
	position: relative;
}

#main .youshi .imgBox .textBox .en:before {
	width: 50px;
	height: 3px;
	position: absolute;
	left: 0;
	bottom: 0;
	content:"";
	background: #fff;
}

#main .youshi .imgBox .textBox li {
	padding: 0 0 30px 15px;
	color: #fff;
	font-size: 16px;
	line-height: 2;
	position: relative;
}

#main .youshi .imgBox .textBox li:before {
	width: 4px;
	height: 4px;
	position: absolute;
	left: 0;
	top: 15px;
	content:"";
	border-radius: 2px;
	background: #fff;
}


/*****************************
			news
*****************************/
#main .newsBox .headLine01 {
	margin-bottom: 50px;
	background: url(../image/h2_img05.jpg) no-repeat center center;
}

#main .newsBox {
	margin-bottom: 0;
	padding: 100px 0;
	position: relative;
}

#main .newsBox .section {
	width: 1250px;
}


#main .newsBox .imgList {
	padding: 20px;
	background: #F8F8F8;
}

#main .newsBox .imgList li {
	margin: 0 1% 15px;
	float: left;
	width: 48%;
	color: #666;
	font-size: 15px;
	list-style: none;
	position: relative;
}

#main .newsBox .imgList li .photo {
	width: 150px;
	height: 120px;
	float: left;
}

#main .newsBox .imgList li .photo img {
	width: 100%;
	height: 100%;
}

#main .newsBox .imgList li a {
	padding: 10px;
	display: block;
	overflow: hidden;
	background: #eee;
	-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: #2493E1;
}

#main .newsBox .imgList li a:hover p {
	color: #fff !important;
	-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 .textBox {
	padding: 0 0 0 170px;
}

#main .newsBox .imgList li .ttl {
	margin-bottom: 10px;
	color: #000;
	font-size: 18px;
	font-weight: bold;
}

#main .newsBox .imgList li .date {
	color: #666;
	font-size: 15px;
	position: absolute;
	right: 15px;
	top: 15px;
}

#main .newsBox .imgList li .txt {
	margin-bottom: 10px;
	color: #666;
	font-size: 15px;
	line-height: 1.8;
}

#main .newsBox .imgList li .link {
	padding: 5px 0;
	width: 100px;
	color: #fff;
	text-align: center;
	background: #E94204;
}

#main .newsBox .imgList li a:hover .link{
	color: #E94204;
	background: #fff;
}

/*****************************
			footer
*****************************/

#footer {
	background: #242424/*0056B5*/;
}

#footer .sub {
	margin: 0 auto;
	padding: 40px 0 30px;
	width: 1200px;
	border-bottom: 1px solid #000;
}

#footer .logo {
	padding: 10px 0 0;
	float: left;
	text-align: left;
}

#footer .logo img {
	width: 300px;
}

#footer .sub ul {
	padding-top: 30px;
	width: 820px;
	float: right;
}

#footer .sub li {
	width: 14.28%;
	float: left;
	font-size: 17px;
	text-align: center;
}

#footer .sub li a {
	display: block;
	color: #fff;
}

#footer .sub li a:hover {
	text-decoration: underline;
}

#footer .fCon {
	margin: 0 auto;
	padding: 30px 0;
	width: 1200px;
	border-top: 2px solid #303030;
}

#footer .fCon li {
	padding-left: 50px;
	width: 25%;
	float: left;
	color: #fff;
	font-size: 16px;
	line-height: 1.7;
	box-sizing: border-box;
}

#footer .fCon li:nth-child(1){
	background: url(../image/cc02.png) no-repeat left 5px;
}

#footer .fCon li:nth-child(2){
	background: url(../image/cc03.png) no-repeat left 5px;
}

#footer .fCon li:nth-child(3){
	background: url(../image/cc01.png) no-repeat left 5px;
}

#footer .fCon li:nth-child(4){
	background: url(../image/cc04.png) no-repeat left 5px;
}

#footer .copyright {
	padding: 20px 0;
	color: #fff;
	font-size: 15px;
	text-align: center;
	background: #000;
	line-height:38px;
}

#footer .copyright a:hover {
	color: #fff;
	text-decoration: underline;
}

/*****************************
			下级页面
*****************************/
#main .lnkList {
	margin-bottom: 40px;
	text-align: center;
}

#main .lnkList li {
	margin: 0 10px;
	display: inline;
}

#main .lnkList li a {
	margin-bottom: 15px;
	padding: 10px 15px;
	min-width: 120px;
	color: #333;
	font-size: 17px;
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 30px;
	-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 .lnkList li a:hover {
	color: #fff;
	background: #f3790a;
	border: 1px solid #f3790a;
}

#main .mainBox {
	width: 1200px;
	position: relative;
	background: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,.1);
}

#main .pageTitle {
	margin: 0 0 30px;
	padding: 20px 20px;
	border-bottom: 1px solid #ddd;
}

#main .pageTitle h2 {
	padding: 0 20px 2px;
	margin: 0;
	float: left;
	font-size: 25px;
	color: #333;
	font-weight: bold;
	line-height: 1.2;
}

#main .pageTitle h2 span {
	margin-top: 10px;
	display: block;
	color: #888;
	font-size: 11px;
	font-weight: normal;
}

.pagePath {
	padding-left: 30px;
	margin: 0 auto;
	width: 1200px;
	color: #666;
	font-size: 18px;
	background: url(../image/home.jpg) no-repeat left center;
}

.pagePath a:first-child {
	color: #0085DA;
	font-weight: bold;
}

.pageLead {
	margin: 0 0 30px;
	padding: 5px 15px;
	color: #333;
	border-left: 5px solid #0085DA;
	border-bottom: 1px solid #ccc;
}

#conts {
	width: 890px;
	float: right;
}

#conts .proList {
	margin: 0 -20px 50px 0;
}

#conts .proList li {
	margin: 0 20px 20px 0;
	width: 280px;
	float: left;
	border: 1px solid #CCC;
}

#conts .proList li a {
	display: block;
	-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;
}

#conts .proList li .photo {
	padding: 4px;
	height: 210px;
}

#conts .proList li .photo img {
	width: 100%;
	min-height: 100%;
	max-height: 100%;
	max-width: 100%;
}

#conts .proList li a:hover {
	background: #0085DA;
}

#conts .proList li p {
	padding: 15px 0;
	font-size: 15px;
	text-align: center;
	background: #F0F0F0;
	-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;
}

#conts .proList li a:hover p {
	color: #fff;
	background: #0085DA;
}

.content {
	font-size: 16px;
	line-height: 1.7;
}

.content h3 {
	text-align: center;
}

.content img {
	max-width: 100%;
	height: auto !important;
}


.pagelist {
	text-align: center;
}

.pagelist li {
	margin: 0 5px;
	display: inline;
}

.pagelist li a {
	padding: 5px 10px;
	display: inline-block;
	color: #666;
	text-align: center;
	border: 1px solid #666;
	-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;
}

.pagelist li span {
	padding: 5px 10px;
	display: inline-block;
	color: #666;
	cursor: pointer;
	text-align: center;
	border: 1px solid #666;
	-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;
}

.pagelist li a:hover,
.pagelist li span:hover {
	color: #fff;
	background: #0085DA;
	border: 1px solid #0085DA;
}

.pagelist .thisclass {
	padding: 5px 10px;
	display: inline-block;
	color: #fff;
	background: #0085DA;
	border: 1px solid #0085DA;
}
.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:#0085DA !important;border:1px solid #0085DA;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:#0085DA !important;border:1px solid #0085DA;color:#fff !important;}
.page-num-current{background:#0085DA !important;color:#fff !important;}
.pagelist a.page-num-current{background:#0085DA !important;color:#fff !important;border:1px solid #0085DA;}

/*--------------上传信息-------------------*/
.updata {
	margin-bottom: 20px;
	padding: 20px 0;
	font-size: 15px;
	text-align: center;
	border-bottom: 1px dotted #b6b6b6;
	border-top: 1px dotted #b6b6b6;
}

/*--------------前后换页-------------------*/
.qianhou {
}

.qianhou .qian {
	width: 50%;
	float: left;
}

.qianhou .hou {
	width: 50%;
	float: right;
	text-align: right;
}

/*--------------产品详细页-------------------*/

.detailBox {
	margin: 30px 0;
	overflow: hidden;
	background: #FAFAFA;
}


.detaiArea h3 {
	background: #FAFAFA;
}

.detaiArea h3 span {
	width: 180px;
	height: 60px;
	color: #fff;
	font-size: 1.3rem;
	letter-spacing: 2px;
	line-height: 60px;
	display: inline-block;
	text-align: center;
	background: #f3790a;
	box-sizing: border-box;
}

.detaiArea .textArea {
	padding: 35px 0;
	font-size: 1rem;
	line-height: 1.8;
}

.detaiArea .textArea.proText img {
	display: none;
}

.detailBox .info img {
	margin: 0 auto;
	display: block;
}

#main .newsList  {
	margin: 50px 0 50px;
}
 	
#main .newsList li {
	margin-bottom: 25px;
	color: #666;
	clear: both;
	font-size: 15px;
	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;
}

#main .newsList li:nth-child(2n) {
	float: right;
}

#main .newsList li a {
	padding: 10px;
	display: block;
	overflow: hidden;
	border: 1px solid #ccc;
	-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 .photo {
	width: 160px;
	height: 140px;
	float: left;
	overflow: hidden;
}

#main .newsList li .photo img {
	width: 100%;
	max-height: 100%;
	min-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: 10px 0 0 180px;
}

#main .newsList li .textBox .en {
	margin-bottom: 20px;
	font-size: 14px;
	color: #888;
	-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 .textBox .ttl {
	font-size: 22px;
	font-weight: bold;
	color: #000;
	-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 .textBox .txt {
	margin-bottom: 10px;
	font-size: 16px;
	color: #333;
	line-height: 1.6;
	-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 .textBox .date {
	margin-bottom: 5px;
	font-size: 14px;
	color: #999;
	-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 a:hover .ttl,
#main .newsList li a:hover .date,
#main .newsList li a:hover .txt {
	color: #f3790a;
}

.conList {
	margin-bottom: 20px;
}

.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;
}

#dituContent {
	height: 500px;
}


.video {
	margin: 0 auto;
	width: 600px;
}

.mb100 {
	margin-bottom: 100px;
}

.conpage .map {
	width: 600px;
	height: 460px;
	float: left;
}

.conpage .right {
	padding: 10px 50px 50px;
	width: 500px;
	float: right;
	font-size: 18px;
	line-height: 2;
}

#side {
	width: 265px;
	float: left;
}

#side .sLink {
	margin-bottom: 30px;
}

#side .sLink h2 {
	margin: 0;
	padding: 15px 0;
	color: #fff;
	font-size: 30px;
	text-align: center;
	background: #0085DA;
}

#side .sLink h2 span {
	display: block;
	color: #fff;
	font-size: 15px;
}

#side ul {
	padding: 10px 0;
}

#side li {
	margin-bottom: 5px;
}

#side li a {
	padding: 15px 25px;
	display: block;
	font-size: 16px;
	background: #eee;
	-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: #0085DA;
}

#side .sconttact {
	padding: 5px 5px 15px;
	border: 1px solid #ccc;
}

#side .sconttact h2 {
	margin: 0 0 20px;
	font-size: 20px !important;
	color: #000 !important;
	font-weight: bold !important;
	text-align: left;
	border-bottom: 1px solid #DDDDDD;
}

#side .sconttact h2 span {
	margin-bottom: -2px;
	padding: 10px 20px 15px;
	display: inline-block;
	color: #000 !important;
	font-weight: bold !important;
	font-size: 20px !important;
	border-bottom: 2px solid #0085DA;
}

#side .sconttact p {
	margin: 0 10px;
	font-size: 16px;
	color: #333;
	line-height: 2;
}
