﻿@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;
}

/*****************************
			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(../images/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: #F1F1F1;
}

#gNavi ul {
	margin: 0 auto;
	width: 1200px;
}

#gNavi li {
	width: 20%;
	float: left;
}

#gNavi li a {
	padding: 20px 0;
	display: block;
	color: #000;
	font-size: 16px;
	position: relative;
	text-align: center;
	border-left: 1px solid #fff;
	border-right: 1px solid #ddd;
	-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;
	-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: 544px;
	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;
}

.mainImg .pic04 {
	background: url(../images/mainimg04.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: #F3790A;
}

/*****************************
		标题
*****************************/
#main .headLine01 {
	margin: 0 auto 30px;
	width: 1200px;
	color: #000;
	font-size: 39px;
	position: relative;
	text-align: center;
}

#main .headLine01:before {
	width: 50px;
	height: 1px;
	position: absolute;
	left: 25%;
	top: 72px;
	content: "";
	z-index: 10;
	opacity: 0.7;
	background: #f3790a;
}

#main .headLine01:after {
	width: 50px;
	height: 1px;
	position: absolute;
	right: 25%;
	top: 72px;
	content: "";
	z-index: 10;
	opacity: 0.7;
	background: #f3790a;
}

#main .headLine01 .color {
	margin-bottom: 10px;
	padding-bottom: 10px;
	color: #f3790a;
	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;
}

#main .product .headLine01 {
	margin-bottom: 20px;
	background: url(../images/h2_img02.jpg) no-repeat center center;
}

#main .product .section {
	padding: 40px 0 10px;
	width: 1250px;	
}

#main .product .proList {
	text-align: center;
}

#main .product .proList li {
	margin: 0 10px 20px;
	display: inline;
	float: none;
	width: auto;
}

#main .product .proList li a {
	padding: 10px 10px;
	min-width: 150px;
	display: inline-block;
	color: #000;
	font-size: 17px;
	text-align: center;
	border: 1px solid #ccc;
	border-radius: 5px;
	-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:hover {
	color: #fff;
	background: #F3790A;
	border: 1px solid #F3790A;
}

#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: 900px;
	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 {
	padding: 50px 0 100px;
	background: url(../images/about_bg.jpg) no-repeat center center;
}

#main .aboutBox .headLine01 {
	background: url(../images/h2_img03.jpg) no-repeat center center;
}

#main .aboutBox .sub {
	margin: 0 auto;
	padding: 50px 25px;
	width: 1200px;
	background: #fff;
}

#main .aboutBox p {
	margin: 0;
	font-size: 16px;
	color: #000;
	line-height: 2;
	text-indent: 2em;
}

#main .aboutBox ul {
	margin-top: 50px;
}

#main .aboutBox li {
	margin: 0 1%;
	width: 23%;
	float: left;
}

#main .aboutBox li span {
	padding: 5px;
	display: block;
	border: 1px solid rgba(255,255,255,.4);
}

#main .aboutBox li span img {
	width: 100%;
}

#main .aboutBox .link {
	margin-top: 30px;
}

#main .aboutBox .link a {
	margin: 0 auto;
	padding: 15px 0;
	width: 400px;
	display: block;
	color: #000;
	font-size: 21px;
	font-weight: bold;
	text-align: center;
	box-sizing: border-box;
	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 .aboutBox .link a:hover {
	color: #fff;
	background: #f3790a;
	border: 1px solid #f3790a;
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

#main .aboutBox .textBox .tel {
	padding: 10px 0 10px 80px;
	color: #d10f1d;
	font-size: 27px;
	font-weight: bold;
	background: url(../images/atel.png) no-repeat left center;
}

/*****************************
			case
*****************************/
#main .gallery {
	padding: 100px 0;
}

#main .gallery .headLine01 {
	background: url(../images/h2_img04.jpg) no-repeat center center;
}

#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(../images/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(../images/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: 1163px;
}

#main .gallery .slider li {
	margin: 0 15px 0 0;
	width: 350px;
	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;
}

/*****************************
			liucheng
*****************************/
#main .liucheng {
	padding: 70px 0;
	background: url(../images/lc_bg.jpg) no-repeat center center;
	background-size: cover;
}

#main .liucheng .headLine01 {
	background: url(../images/h2_img01.png) no-repeat center center;
}

#main .liucheng h2 {
	margin-bottom: 80px;
	text-align: center;
}

#main .liucheng ul {
	margin: 0 auto;
	width: 1200px;
}

#main .liucheng li {
	padding: 40px 0;
	width: 200px;
	float: left;
	position: relative;
	font-size: 16px;
	text-align: center;
	background: #fff;
	border: 1px solid #CCC;
	box-sizing: border-box;
}

#main .liucheng li .num {
	margin-left: -25px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	display: block;
	color: #fff;
	position: absolute;
	left: 50%;
	top: -30px;
	background: #f3790a;
	border-radius: 25px;
}

#main .liucheng li .txt {
	margin-top: 20px;
	display: block;
}

#main .liucheng li .en {
	font-size: 13px;
	margin-top: 5px;
	color: #666;
	font-size: 12px;
}

#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(../images/numsrcoll_bg.jpg) no-repeat center bottom;
	background-size: cover;
}

.numsrcoll .inner {
	margin: 0 auto;
	padding: 50px 0;
	width: 1200px;
	position: relative;
	box-sizing: border-box;
}

.numsrcoll .num {
	width: 25%;
	float: left;
}

.numsrcoll .js-counter {
	color: #fff;
	font-size: 18px;
	text-align: center;
}

.numsrcoll .js-counter span {
	margin-right: 10px;
	color: #ED6F22;
    font-size: 60px;
	font-family: impact;
}

.numsrcoll .text {
	text-align: center;
	font-size: 15px;
	color: #fff;
}

/*****************************
			news
*****************************/
#main .newsBox .headLine01 {
	margin-bottom: 50px;
	background: url(../images/h2_img05.jpg) no-repeat center center;
}

#main .newsBox {
	margin-bottom: 0;
	padding: 100px 0;
	position: relative;
}

#main .newsBox .left {
	margin-right: 20px;
	width: 330px;
	height: 400px;
	float: left;
	background: #F8F8F8;
}

#main .newsBox .left .photo img {
	width: 100%;
}

#main .newsBox .left .textBox {
	padding: 15px;
}

#main .newsBox .left .textBox .ttl {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
}

#main .newsBox .left .textBox .txt {
	font-size: 15px;
	line-height: 1.7;
}

#main .newsBox .imgList {
	width: 420px;
	float: left;
}

#main .newsBox .imgList li {
	margin: 0 0 15px;
	color: #666;
	font-size: 15px;
	list-style: none;
	position: relative;
}

#main .newsBox .imgList li a {
	padding: 15px;
	display: block;
	overflow: hidden;
	background: #F8F8F8;
	-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: #F3790A;
}

#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 .ttl {
	margin-bottom: 10px;
	color: #000;
	font-size: 20px;
	font-weight: bold;
}

#main .newsBox .imgList li .date {
	color: #666;
	font-size: 15px;
	position: absolute;
	right: 5px;
	top: 8px;
}

#main .newsBox .imgList li .txt {
	color: #636363;
	font-size: 15px;
	line-height: 1.8;
}

#main .newsBox .industry {
	width: 400px;
	float: right;
}

#main .newsBox .industry h3 {
	margin: 0 0 15px;
	color: #0d8cbc;
	font-size: 23px;
}

#main .newsBox .industry h3 span {
	font-style: italic;
	font-size: 18px;
	color: #999999;
}

#main .newsBox .industry li a {
	padding: 15px 0;
	display: block;
	font-size: 16px;
	position: relative;
	border-bottom: 1px dashed #ccc;
}

#main .newsBox .industry li a:hover {
	text-decoration: underline;
}

#main .newsBox .industry li a .date {
	position: absolute;
	right: 0;
	top: 16px;
	color: #666;
	font-size: 14px;
}

/*****************************
			footer
*****************************/
#footer {
	background: #222222;
}

#footer .sub {
	margin: 0 auto;
	padding: 60px 0;
	width: 1250px;
}

#footer .flink {
	width: 158px;
	float: left;
}

#footer .flink li {
	margin-bottom: 15px;
	color: #fff;
	font-size: 16px;
}

#footer .flink a {
	color: #fff;
}

#footer .flink a:hover  {
	text-decoration: underline;
}

#footer .navi {
	padding: 0 10px 20px;
	width: 207px;
	min-height: 150px;
	float: left;
}

#footer .navi li {
	margin-bottom: 15px;
	font-size: 16px;
	color: #fff;
}

#footer .navi li a {
	color: #fff;
	font-size: 15px;
}

#footer .navi li a:hover {
	text-decoration: underline;
}

#footer .tel {
	width: 240px;
	float: left;
	text-align: center;
}

#footer .tel .num {
	margin: 0 0 15px;
	display: block;
	color: #F6F6F6;
	font-size: 33px;
	font-family: Impact;
}

#footer .tel .ttl {
	margin-bottom: 30px;
	display: block;
	color: #6B6B6B;
	font-size: 15px;
	text-align: center;
}

#footer .tel a {
	margin: 0 auto;
	display: block;
	width: 160px;
	height: 40px;
	color: #fff;
	font-size: 17px;
	line-height: 40px;
	text-align: center;
	background: #f3790a;
	border-radius: 30px;
}

#footer .tel a:hover {
	color: #000;
	background: #fff;
}

#footer .boxinfo {
	margin-top: -5px;
	padding: 0;
	width: 800px;
	float: right;
	color: #fff;
}

#footer .boxinfo p {
	margin-right: 0;
	width: 320px;
	font-size: 17px;
	line-height: 2;
	float: left;
}

#footer .boxinfo .code {
	width: 150px;
	float: right;
}

#footer .boxinfo .code img {
	width: 150px;
}

#footer .boxinfo .code span {
	margin-top: 10px;
	display: block;
	color: #fff;
	font-size: 15px;
	text-align: center;
}

#footer .copyright {
	padding: 20px 0;
	color: #fff;
	font-size: 15px;
	text-align: center;
	background: #000;
}

#footer .copyright a {
	color: #fff;
}

#footer .copyright a:hover {
	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 {
	margin: 0px auto 30px;
	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-top: 20px;
	float: right;
	color: #666;
	font-size: 16px;
}

.content {
	padding: 0 30px 100px;
	font-size: 16px;
	
}

.content img {
	max-width: 100%;
	height: auto !important;
}

#main .proList {
	margin: 0 0 50px;
}

#main .proList li {
	margin: 0 1% 20px;
	width: 23%;
	float: left;
	box-sizing: border-box;
}

#main .proList li a {
	display: block;
}

#main .proList li .photo {
	height: 220px;
}

#main .proList li .photo img {
	width: 100%;
	min-height: 100%;
	max-height: 100%;
	max-width: 100%;
}

#main .proList li p {
	padding: 15px 0;
	font-size: 16px;
	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;
}

#main .proList li a:hover p {
	color: #fff;
	background: #f3790a;
}

.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: #f3790a;
	border: 1px solid #f3790a;
}

.pagelist .thisclass {
	padding: 5px 10px;
	display: inline-block;
	color: #fff;
	background: #f3790a;
	border: 1px solid #f3790a;
}


/*--------------上传信息-------------------*/
.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;
}

.qianhou a {
	text-decoration: underline;
}

/*--------------产品详细页-------------------*/

.detailBox {
	padding: 20px 20px 80px;
	background: #FAFAFA;
}

.detailBox h3 {
	margin: 0 0 30px;
	font-size: 25px;
	text-align: center;
}

.detailBox .photoBox {
	width: 43%;
	height: 100%;
	float: left;
}

.detailBox .photoBox img {
	width: 100%;
	height: 100%;
}

.detailBox .textBox {
	padding: 23px 50px;
	width: 57%;
	float: right;
	position: relative;
	box-sizing: border-box;
}

.detailBox .textBox .ttl {
	margin-bottom: 15px;
	padding-bottom: 10px;
	color: #222;
	font-size: 1.72rem;
	font-weight: bold;
	position: relative;
}

.detailBox .textBox .ttl:before {
	width: 110px;
	height: 4px;
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	background: #f3790a;
}

.detailBox .textBox .date {
	margin-bottom: 33px;
	color: #333;
	font-size: 1.1rem;
}

.detailBox .textBox .tel {
	margin-bottom: 35px;
	padding-left: 45px;
	color: #000;
	font-size: 2rem;
	font-weight: bold;
	background: url(../images/tel_bg.png) no-repeat left center;
	background-size: 35px auto;
}

.detailBox .textBox .txt {
	margin-bottom: 35px;
	font-size: 1.1rem;
	line-height: 1.6;
}

.detailBox .textBox .link {
	color: #f3790a;
}

.detailBox .textBox .link a {
	padding: 5px 0;
	width: 180px;
	display: inline-block;
	color: #f3790a;
	font-size: 1.4rem;
	text-align: center;
	border: 1px solid #f3790a;
	-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;
}

.detailBox .textBox .link a:hover {
	color: #fff;
	background: #f3790a;
}

.detaiArea h3 {
	background: #333;
}

.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:65px 0;
	font-size: 1rem;
	line-height: 1.8;
}

.detaiArea h3 {
	margin-bottom: -50px;
}



.detaiArea .textArea table {
	width: 100% !important;
	text-align: center;
}

.detaiArea .textArea table {
	border-collapse: collapse;
}

.detaiArea .textArea th {
	padding: 10px 0;
	font-family: "微软雅黑" !important;
	font-size: 20px !important;
}

.detaiArea .textArea th span {
	font-family: "微软雅黑" !important;
	font-size: 20px !important;
}

.detaiArea .textArea td {
	padding: 10px 0 !important;
	font-family: "微软雅黑" !important;
	font-size: 20px;
	font-weight: normal;
}

.detaiArea .textArea td span {
	font-family: "微软雅黑" !important;
	font-size: 20px !important;
}

.detaiArea .textArea td b {
	font-weight: normal !important;
}

.detailBox .info > img  {
	margin: 0 auto;
	display: block;
}

#main .newsList  {
	margin: 50px 0 50px;
}
 	
#main .newsList li {
	margin-bottom: 25px;
	width: 49%;
	float: left;
	color: #666;
	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 {
	display: block;
	overflow: hidden;
	background: #FAFAFA;
	-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 {
}

.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;
}



.outul:hover .inul li a{height:40px;}




#menu{
   background: #F1F1F1;
    height: 59px;
}
.nav{
    width:1200px;
    margin: 0 auto;
}
.nav li{line-height:59px;height:59px;text-align:center;width:150px;float:left;position:relative;z-index:999;background: url(../images/navli.png) no-repeat right center;}
.nav li a{display:block;line-height:59px;color:#000000;height:59px;font-size: 17px;     border-left: 1px solid #fff;
    border-right: 1px solid #ddd;/* padding:0; */}
.nav li a:hover{color:#fff;text-decoration:none;background-color:rgba(255,153,82,0.3);}
.nav li:last-child{background: none;}
.nav .sec{height:0;background:#e60012;color:#fff;overflow:hidden;z-index:9999;position:absolute;top:59px;}
.nav .sec a{background:#ff9904;color:#fff;height:55px;line-height:25px;width:171px;font-size:15px;}
.nav .sec a:hover{background:#107be9;text-decoration:none;}
.x-banner .owl-carousel .banner-item a, .x-product-list li .img, .x-case-item .img, .x-news-img, .page-banner, .xypg-product-list li .img, .xypg-case-list li .img, .relate-product-slick .owl-item .img, .x-logo a, .x-layout-logo, .x-layout-ewm img, .page-message-img {
  font-size: 0;
}

#full-screen-slider { width:100%; height:600px; float:left; position:relative; margin-top:1px;}
#slides { display:block; width:100%; height:600px; list-style:none; padding:0; margin:0; position:relative}
#slides li { display:block; width:100%; height:100%; list-style:none; padding:0; margin:0; position:absolute}
#slides li a { width:100%; height:100%; text-indent:-9999px}
#pagination { display:block; list-style:none; position:absolute; left:45%; top:560px; z-index:9900;  padding:5px 15px 5px 0; margin:0}
#pagination li { display:block; list-style:none; width:15px; height:15px; float:left; margin-left:15px; border-radius:7px; background:#FFF }
#pagination li a { display:block; width:100%; height:100%; padding:0; margin:0;  text-indent:-9999px;}
#pagination li.current { background:#0052ac;}


.fenlei1{ width:258px; background:url(../images/fenbg.jpg); padding-bottom:18px; padding-top:8px;}
.fenlei1 ul li{ width:223px; height:37px; background:url(../images/fen1.jpg); text-indent:30px; margin-left:15px; margin-top:12px; float:left;}
.fenlei1 ul li a{ color:#1a1a1a; line-height:37px; display:block; font-size:15px;}
.fenlei1 ul li:hover{ width:223px; height:37px; background:url(../images/fen2.jpg); text-indent:30px; margin-left:17px; margin-top:12px; float:left;}
.fenlei1 ul li a:hover{ color:#fff; line-height:37px;}





.chanbg{ width:100%; margin-top:32px; float:left;}
.fenbox{ width:252px; float:left;}
.fen{ width:252px; height:55px; background:url(../images/fen.jpg) no-repeat 38px center; background-color:#2284ff; text-indent:66px;}
.fen a{ color:#fff; line-height:55px; font-size:22px;}
.fenlei{ width:252px; background:url(../images/fenbg.jpg) repeat-y; padding-bottom:18px; padding-top:8px;}
.fenlei ul li{ width:223px; height:37px; background:url(../images/fen1.jpg); text-indent:30px; margin-left:15px; margin-top:12px; float:left;}
.fenlei ul li a{ color:#1a1a1a; line-height:37px; display:block; font-size:15px;}
.fenlei ul li:hover{ width:223px; height:37px; background:url(../images/fen2.jpg); text-indent:30px; margin-left:15px; margin-top:12px; float:left;}
.fenlei ul li a:hover{ color:#fff; line-height:37px;}
.chan{ width:972px; height:36px; background:url(../images/xian.jpg) no-repeat center bottom; color:#949494; font-size:16px; line-height:36px;float:right;}
.chan a{ color:#2284ff; font-size:16px; font-weight:bold;}
.chan span{ float:right; margin-top:6px;}.chan span a{ color:#000; font-size:14px; font-weight:normal;}
.cp{ width:994px; margin-top:12px; float:right;}
.cp ul li{ width:226px; float:left; margin-left:22px; text-align:center;}
.cp ul li img{ border:1px solid #d9d9d9; padding:2px;}
.cp ul li a{ color:#000; line-height:42px; font-weight:300;}
.tonglan{ width:100%; background:url(../images/tonglan.jpg) center; height:174px; float:left; margin-top:20px;}
.xwbg{ width:100%; float:left; margin-top:38px;}
.newsbox{ width:420px; float:left;}
.newstu{ width:420px; height:126px; margin-top:12px;}
.newszi{ width:100%; margin-top:5px;}
.newszi ul li{ width:420px; border-bottom:1px dashed #d9d9d9; background:url(../images/jiantou.jpg) no-repeat 2px center; text-indent:14px;}
.newszi ul li a{ color:#000; line-height:38px; font-size:14px;}
.newszi ul li a:hover{ color:#2284ff; text-decoration:underline; line-height:38px; font-size:14px;}
.newszi ul li span{ float:right; line-height:38px; color:#808080;}
.fenge{ width:17px; height:375px; float:left; margin-top:15px; margin-left:22px; margin-right:20px;}
.lxbox{ width:300px; float:right;}
.lxtu{ width:299px; height:126px; margin-top:12px;}
.lxzi{ width:100%; margin-top:10px; color:#000; line-height:26px; font-size:14px;}
.lxzi span{ color:#2284ff; font-size:15px; font-weight:bold; line-height:30px;}

.albg{ width:100%; float:left; margin-top:30px;}
.alzi{ width:1260px; height:20px;color:#8c8c8c; font-size:14px; line-height:20px; background:url(../images/anlixian.jpg) no-repeat 215px 10px;}
.alzi a{ color:#2284ff; font-size:18px; line-height:20px; border-right:2px solid #2284ff; display:block; width:82px; height:20px; float:left; font-weight:bold;}
.alzi span{ float:right; margin-right:4px;}.alzi span a{ color:#000; line-height:20px; font-weight:normal; font-size:14px; border:none; width:30px;}
.anli{ width:1260px; margin-top:15px;}.anli ul li{ width:234px; float:left; text-align:center; margin-left:9px; margin-right:9px;}.anli ul li img{ padding:3px; border:1px solid #d9d9d9;}.anli ul li a{ color:#000; line-height:40px; font-size:14px;}
.dinavbg{ width:100%; background-color:#2284ff; height:38px; float:left; margin-top:14px;}.dinavbox{ width:1260px; margin:0 auto; text-align:center; overflow:hidden; color:#fff;}.dinavbox a{ color:#fff; font-size:14px; line-height:38px; margin:16px;}
.dibg{ width:100%; float:left;}.banquan{ margin-top:15px; margin-bottom:15px; width:100%; text-align:center; color:#000; line-height:26px;}




.fenlei1{ width:258px; background:url(../images/fenbg.jpg); padding-bottom:18px; padding-top:8px;}
.fenlei1 ul li{ width:223px; height:37px; background:url(../images/fen1.jpg); text-indent:30px; margin-left:15px; margin-top:12px; float:left;}
.fenlei1 ul li a{ color:#1a1a1a; line-height:37px; display:block; font-size:15px;}
.fenlei1 ul li:hover{ width:223px; height:37px; background:url(../images/fen2.jpg); text-indent:30px; margin-left:17px; margin-top:12px; float:left;}
.fenlei1 ul li a:hover{ color:#fff; line-height:37px;}





.neibg{ width:100%; float:left; margin-bottom:30px;}

.neifen{ width:260px; float:left;}
.neifenlei{ width:260px; background:url(../images/neiye1.jpg); height:58px; text-indent:70px; color:#fff; line-height:58px; font-size:23px;}
.neifen1{ width:258px; border:1px solid #d9d9d9; padding-bottom:6px; padding-top:6px;}
.neifen1 ul{ width:230px; background:url(../images/neiye.jpg) no-repeat center top; margin-left:14px; text-indent:35px; margin-top:15px;}
.neifen1 ul a{ color:#fff; font-size:14px; line-height:34px;}
.neifen1 ul li{ width:230px; border-bottom:1px dashed #d9d9d9; text-indent:22px; background:url(../images/neijiantou.jpg) no-repeat 6px center;}
.neifen1 ul li a{ color:#595959; font-size:13px; line-height:34px;}
.neifen1 ul li a:hover{ text-decoration:underline; color:#595959; font-size:13px; line-height:34px;}

.neilian{ width:260px; float:left; margin-top:20px;}
.neilianxi{ width:260px; height:44px; background:url(../images/neilianbg.jpg); text-indent:38px; color:#ed777b; font-size:16px; line-height:44px;}
.neilianxi span{ color:#fff; font-size:18px; line-height:44px;}
.neilian1{ width:258px; border:1px solid #d9d9d9;}
.neilian1 img{ border:1px solid #d9d9d9; margin:8px; width:242px; height:76px;}
.neilianzi{ width:240px; margin:0 10px 10px 10px; font-size:14px; color:#595959;}

.neiyou{ width:900px; float:right;}
.neizhan{ width:900px; height:42px; background:url(../images/neizhanbg.jpg); text-indent:35px; color:#fff; font-size:18px; line-height:42px;}
.neizhanshi{ width:898px; border:1px solid #d9d9d9;}

.nnewsbox { width:965px; border:1px solid #d9d9d9;}
.nnewsbox ul{ margin:50px; width:863px;}
.nnewsbox ul li{ width:100%; text-align:left; border-bottom:1px dashed #d9d9d9; text-indent:14px; background:url(../images/neijiantou.jpg) no-repeat left center;}
.nnewsbox ul li a{ color:#333; line-height:36px; font-size:14px;}
.nnewsbox ul li a:hover{ color:#f80017; text-decoration:underline; line-height:36px; font-size:14px;}
.nnewsbox ul li span{ color:#999; font-size:14px; float:right; line-height:36px;}
.pageleft { overflow:hidden; width:300px; line-height:24px; height:60px }
.pageright { overflow:hidden; width:300px; line-height:24px; height:60px }
.pageleft { padding-left:10px; float:left; text-align:left }
.pageright { padding-right:10px; float:right; text-align:right }
.pageNavi { padding:10px 0px 25px 0px; MARGIN: 10px auto 0px; WIDTH: 98%; TEXT-ALIGN: center}
.prod{ width:978pox;}
.prod ul{ margin:10px;}
.prod ul li{ width:274px; float:left;border:1px solid #d9d9d9; text-align:center; margin:8px;}
.prod ul li img{ width:274px; height: 211px;}
.prod ul li a{ color:#000; line-height:40px; font-size:14px;}

.neiye1{ margin-left:60px;}
.neiliu{ float:left; margin-left:150px; margin-top:80px; margin-bottom:80px;}
.jianjietext{ margin:40px; font-size:16px; line-height:28px;}
.nei1{ margin:40px;}


.tg_pages {
   
    overflow: hidden;
    padding-bottom: 40px;
    padding-top: 20px;
    text-align: center;
    width: 100%;
}
.tg_pages li {
    display: inline-block;
}
.tg_pages li a {
    border: 1px solid #bebebe;
    color: #bebebe;
    display: inline-block;
    font-size: 13px;
    height: 26px;
    line-height: 26px;
    margin-left: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
.tg_pages li.thisclass a {
    background: #23a7ea none repeat scroll 0 0;
    border: 1px solid #23a7ea;
    color: #ffffff;
}

#prev_next {
    width: 100%;
    border-top: 1px solid #ebecf1;
    padding: 25px 0;
    float: left;
    clear: both;
}
#prev_next li {
    height: 35px;
    line-height: 35px;
    width: 100%;
}
#prev_next li {
    width: 100%;
    min-height: 30px;
    background: #f7f7f7;
    color: #414141;
    line-height: 30px;
    margin: 10px 0;
    text-indent: 15px;
}
#prev_next li a {
    background: #f2f2f2;
    color: #414141;
    line-height: 30px;
	transition: all 0.2s linear 0s;
}
#prev_next li a:hover {
    color: #0087c7;
}
