﻿@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: 11.111111111%;
	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: #1767c0;
	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%;
	
	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;
	
	text-align: center;
}

#main .headLine01:before {
	width: 50px;
	height: 1px;
	
	left: 25%;
	top: 72px;
	content: "";
	z-index: 10;
	opacity: 0.7;
	background: #1767c0;
}

#main .headLine01:after {
	width: 50px;
	height: 1px;
	
	right: 25%;
	top: 72px;
	content: "";
	z-index: 10;
	opacity: 0.7;
	background: #1767c0;
}

#main .headLine01 .color {
	margin-bottom: 10px;
	padding-bottom: 10px;
	color: #1767c0;
	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: 1000px;
	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: #1767c0;
}

#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: #1767c0;
	border: 1px solid #1767c0;
	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: 1200px;
}

#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: #1767c0;
	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: 200px;
	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: 200px;
	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: #1767c0;
	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: #1767c0;
	border: 1px solid #1767c0;
}

#main .mainBox {
	margin: -95px auto 0;
	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;
	line-height: 1.7;
}

.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: #1767c0;
}

.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: #1767c0;
	border: 1px solid #1767c0;
}

.pagelist .thisclass {
	padding: 5px 10px;
	display: inline-block;
	color: #fff;
	background: #1767c0;
	border: 1px solid #1767c0;
}


/*--------------上传信息-------------------*/
.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: #1767c0;
}

.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: #1767c0;
}

.detailBox .textBox .link a {
	padding: 5px 0;
	width: 180px;
	display: inline-block;
	color: #1767c0;
	font-size: 1.4rem;
	text-align: center;
	border: 1px solid #1767c0;
	-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: #1767c0;
}

.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: #1767c0;
	box-sizing: border-box;
}

.detaiArea .textArea {
	padding: 35px 0;
	font-size: 1rem;
	line-height: 1.8;
}

.detaiArea h3 {
	margin-bottom: -50px;
}

.detaiArea .textArea.proText img {
	display: none;
}

.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: #1767c0;
}

.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;
}








.header .logo img {
display:block
}
.header .tel {
width:300px;
margin-top:15px
}
.header .tel img {
display:block;
float:left;
margin-right:5px
}
.header .tel span {
display:block;
font-size:16px;
color:#9b9b9b;
margin-top:-5px
}
.header .tel strong {
display:block;
font-family:times new roman, Times, serif;
font-size:32px;
color:#1767c0
}
.nav {
background:#1767c0;
line-height:65px
}
.nav ul li.nLi {
display:block;
float:left;
width:12.5%;
text-align:center;
line-height:65px;
position:relative
}
.nav ul li.nLi:after {
content:"|";
position:absolute;
left:0;
top:0;
color:#3378fa
}
.nav ul li.nLi a {
display:block;
color:#fff
}
.nav ul li.nLi:last-child:before {
content:"|";
position:absolute;
right:0;
top:0;
color:#3378fa
}
.nav ul li.nLi a:hover {
background:#0560f9
}
.nav ul li.nLi .sub {
width:100%;
position:absolute;
top:75px;
left:0;
background:rgba(0, 0, 0, .8);
z-index:9999;
opacity:0;
visibility:hidden;
transition:all .6s ease 0s
}
.nav ul li.nLi .sub a {
display:block;
height:50px;
line-height:50px;
text-align:center;
color:#fff;
font-size:15px
}
.nav ul li.nLi:hover .sub {
top:65px;
opacity:1;
visibility:visible
}
.nav ul li.nLi .sub a:hover {
background:#1767c0
}
.banner img {
display:block
}
.fullSlide {
min-width:1200px;
position:relative;
z-index:9
}
.fullSlide .bd {
margin:0 auto;
position:relative;
z-index:0;
overflow:hidden
}
.fullSlide .bd ul {
width:100%!important
}
.fullSlide .bd li {
width:100%!important;
overflow:hidden;
text-align:center
}
.fullSlide .bd li a {
display:block
}
.fullSlide .hd {
width:100%;
position:absolute;
z-index:1;
bottom:10px;
left:0;
height:30px;
line-height:30px
}
.fullSlide .hd ul {
display:block;
width:16%;
margin:0 auto;
text-align:center
}
.fullSlide .hd ul li {
cursor:pointer;
display:inline-block;
*display:inline;
zoom:1;
height:12px;
width:12px;
margin:5px;
background:rgba(255, 255, 255, .7);
overflow:hidden;
line-height:9999px;
border-radius:25px;
transition:all .5s
}
.fullSlide .hd ul .on {
width:40px
}
.index_pro {
background:#eee;
padding-top:50px;
padding-bottom:20px
}
.index_pro .lmt {
margin-bottom:45px
}
.index_pro .lmt strong {
display:block;
text-align:center;
font-size:#333;
font-size:30px
}
.index_pro .lmt p {
text-align:center;
font-size:16px;
color:#666;
margin-top:10px
}
.index_pro .title {
width:100%;
height:40px;
line-height:40px;
border-bottom:2px solid #1767c0;
margin-bottom:15px
}
.index_pro .title a {
float:right;
font-size:15px;
color:#666
}
.index_pro .title strong {
display:inline-block;
height:40px;
line-height:40px;
color:#fff;
background:#1767c0;
padding:0 20px;
font-size:18px
}
.index_pro .title1 {
border-bottom:2px solid #df3536
}
.index_pro .title1 strong {
background:#df3536
}
.pro_box {
margin-bottom:35px
}
.index_pro .pro_list li {
display:block;
float:left;
width:23.5%;
margin-right:1.8%;
background:#fff;
padding:2%;
box-sizing:border-box;
transition:all .5s
}
.index_pro .pro_list li:last-child {
margin-right:0
}
.index_pro .pro_list li .pic {
display:block;
width:100%;
position:relative;
padding-top:75%;
overflow:hidden
}
.index_pro .pro_list li img {
display:block;
position:absolute;
width:100%;
min-height:100%;
left:0;
top:0;
transition:all .5s
}
.index_pro .pro_list li a.t {
display:block;
text-align:center;
height:40px;
line-height:40px;
font-size:16px;
color:#666
}
.index_pro .pro_list li .pro_c a {
display:block;
float:right;
width:52px;
height:28px;
line-height:28px;
text-align:center;
color:#fff;
background:#1767c0;
font-size:15px;
border-radius:5px;
margin-top:10px
}
.index_pro .pro_list li .pro_c p {
font-size:14px;
color:#666;
line-height:22px
}
.index_pro .pro_list li:hover {
box-shadow:0 10px 15px rgba(0, 0, 0, .1);
-webkit-transform:translate3d(0, -5px, 0);
transform:translate3d(0, -5px, 0)
}
.index_pro .pro_list li .pic:hover img {
-webkit-transform:scale(1.12);
transform:scale(1.12)
}
.index_pro .pro_list li a.t:hover {
color:#1767c0
}
.index_pro .left {
width:49%
}
.index_pro .right {
width:49%
}
.index_pro .left .pro_list li {
width:48%;
padding:3%;
margin-right:4%
}
.index_pro .left .pro_list li:last-child {
margin-right:0
}

.index_pro .right .pro_list li:last-child {
margin-right:0
}


@media (min-width: 800px)
.header {
    padding-top: 25px;
    padding-bottom: 20px;
	min-width: 1200px;
}

@media (min-width: 800px)
.max {
    min-width: 1200px;
}

@media (min-width: 800px)
.box {
    width: 1200px;
    margin: 0 auto;
}


@media (min-width: 800px)
.nav {
    background: #1767c0;
    line-height: 65px;
}


#full-screen-slider { width:100%; height:800px;  position:relative; margin-top:1px;}
#slides { display:block; width:100%; height:800px; 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:47%; top:760px; 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;}