@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
}

h1,h2,h3,h4 {
	margin: 0;
	padding: 0;
}

img {
	vertical-align: top;
}


/*****************************
			页内css
*****************************/
#header {
	position: relative;
}

#header .hBox {
	margin: 0;
	padding: 0 30px;
	width: 100%;
	z-index: 100;
	position: absolute;
	left: 0;
	top: 0;
	box-sizing: border-box;
}

#header .sub {
	margin: 0 auto;
}

#header .tel {
	margin: 20px 0 0 20px;
	padding-left: 70px;
	float: right;
	color: #fff;
	font-size: 16px;
	text-shadow: 1px 1px 3px rgba(0,0,0,.5);
	background: url(../images/top-tel.png) no-repeat left center;
}

#header .tel span {
	display: block;
	font-family: Impact;
	color: #fff;
	font-size: 35px;
}

#header h1 {
	padding-top: 12px;
	float: left;
}

#header .rBox {
	float: right;
}

#gNavi {
	float: left;
}

#gNavi li {
	float: left;
}

#gNavi li a {
	padding: 0 20px;
	display: block;
	color: #fff;
	font-size: 17px;
	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 {
	padding: 45px 0;
	display: block;
	z-index: 2;
	position: relative;
}

#gNavi li a:after {
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-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 {
	background: #309744;
	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;
}

@media all and (min-width: 1350px) and (max-width: 1510px) {
	#gNavi li a {
		padding: 0 10px;
	}
}

@media all and (min-width: 1200px) and (max-width: 1349px) {
	#header h1 img {
		width: 260px;
	}
	
	#gNavi li a {
		padding: 0 5px;
	}
}

.pageLead {
	height: 634px;
	background: url(../images/page_lead.jpg) no-repeat center center;
}

.pageLead .sub  {
	margin: 0 auto;
	padding-top: 230px;
	height: 414px;
	width: 1200px;
	position: relative;
}

.pageLead .sub ul {
	padding: 0;
}

.pageLead .slick-prev {
	width: 40px;
	height: 40px;
	position: absolute;
	left: 0;
	top: 70%;
	background: url(../images/prev.jpg) no-repeat left top;
	border: 0;
	text-indent: -9999px;
}

.pageLead .slick-next {
	width: 40px;
	height: 40px;
	position: absolute;
	right: 0;
	top: 70%;
	background: url(../images/next.jpg) no-repeat left top;
	border: 0;
	text-indent: -9999px;
}

.pageLead li {
	margin-right: 30px;
	width: 144px;
	float: left;
}

.pageLead li a {
	display: block;
}

.pageLead li .photo {
	width: 140px;
    height: 140px;
    overflow: hidden;
    border-radius: 50%;
    border: 2px solid #b6b6b6;
}

.pageLead li .photo img {
	width: 100%;
	min-height: 100%;
	max-height: 100%;
}

.pageLead li a:hover .photo {
	opacity: 0.9;
}

.pageLead li p {
	margin-top: 10px;
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	text-align: center;
	height: 30px;
	border-radius: 40px;
	background: #018935;
}

.pageLead li a:hover p {
	background: #FF9900;
}

.mainImg {
}

.mainImg li {
	width: 100%;
	height: 962px;
	float: left;
	background-size: cover !important;
}

.mainImg .pic01 {
	background: url(../images/banner1.jpg) no-repeat center center;
}

.mainImg .pic02 {
	background: url(../images/banner2.jpg) no-repeat center center;
}

.mainImg .pic03 {
	background: url(../images/banner3.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: #007EFE;
}

#main {
	margin-bottom: 50px;
}
.numsrcoll {
	margin-top: 50px;
	padding: 0;
}

.numsrcoll .inner {
	margin: 0 auto;
	padding: 30px 0;
	width: 1300px;
	position: relative;
	box-sizing: border-box;
}

.numsrcoll .num {
	width: 25%;
	float: left;
}

.numsrcoll .js-counter {
	color: #1e83d1;
	font-size: 18px;
	text-align: center;
}

.numsrcoll .js-counter span {
	margin-right: 10px;
	color: #1e83d1;
    font-size: 70px;
	font-family: impact;
}

.numsrcoll .text {
	text-align: center;
	font-size: 17px;
	font-weight: bold;
	color: #222;
	text-shadow: none;
}
.section {
	margin: 0 auto;
	width: 1200px;
}
.protitle{
	width:100%;
	height:340px;
	background:url(../images/protit.jpg) no-repeat center;
	padding-top:60px;
}
.proleft{
	
	width:400px;
	height:380px;
	background:#fff;
	float:left;	
}
.proleft img{
	display: block;
    margin: 40px auto 20px;
}
.proleft h2{
	font-size: 36px;
    width: 100%;
    text-align: center;
    color: #1e83d1;
    margin: 0;
    height: 30px;
    line-height: 30px;	
}
.proleft span{
	font-size: 36px;
    width: 100%;
    text-align: center;
    color: #333;
    font-weight: normal;
    margin: 0;
	display:block;
	padding-top:10px;	
}
.proright{
	width:760px;
	float:right;
	height:340px;
}
.proright ul li{
	width:243px;
	height:56px;
	float:left;
	background:#fff;
	margin-right:10px;
	margin-bottom:10px;
}
.proright ul li a{
	display:block;
	color:#333;
	font-size:16px;
	text-align:center;
	line-height:56px;
}
.proright ul li:hover{
	background:#309744;
}
.proright ul li:hover a{
	color:#fff;
}


#main .product {
	padding: 50px 0 0;
}

#main .topList {
	padding: 40px 0;
}

#main .topList ul {
	margin: 0 auto;
	width: 1200px;
	text-align: center;
}

#main .topList li {
	margin: 0 20px;
	display: inline;
}

#main .topList li a {
	margin-bottom: 20px;
	display: inline-block;
	width: 130px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	line-height: 50px;
	background: #018935;
	-webkit-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 .topList li a:hover {
	color:#000;
	background:#f6c807;
	-webkit-transform:scale(1.1); 
    -moz-transform:scale(1.1); 
    -o-transform:scale(1.1); 
	-webkit-box-shadow:0 2px 20px rgba(102,102,102,.55);
	-moz-box-shadow:0 2px 20px rgba(102,102,102,.55);
	box-shadow:0 2px 20px rgba(102,102,102,.55);
}

#main .headLine01 {
	margin-bottom: 30px;
	min-height: 100px;
	font-size: 45px;
	color: #015aa1;
	text-align: center;
	box-sizing: border-box;
}

#main .headLine01 .en {
	margin-top: -100px;
    display: block;
    color: #e3e3e3;
    font-family: "Times New Roman", Times, serif;
    font-size: 56px;
	padding-top:20px;
	z-index:9;
	position:relative;
}
#main .headLine01 p{
	z-index:99;
	position:relative;
	}
#main .headLine01 .text1{
	font-size:16px;
	color:#999;
	font-weight:normal;
	padding-top:20px;
	display:block;
}

#main .headLine01 .color {
	color: #FF7A01;
}

#main .product .listBox {
	background: url(../images/blue_bg.jpg) no-repeat center center;
	background-size: cover;
}

#main .product .listBox .sub {
	margin: 0 auto;
	width: 1200px;
}

#main .product .listBox ul {
	width: 800px;
	float: left;
}

#main .product .listBox li {
	margin-bottom: 20px;
	width: 33.333333%;
	float: left;
}

#main .product .listBox li a {
	padding: 3px 0 3px 45px;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	background: url(../images/icon05.png) no-repeat left center;
}

#main .product .listBox li a:hover {
	background: url(../images/icon06.png) no-repeat left center;
}

#main .product .listBox .tel {
	float: right;
	color: #fff;
	font-size: 16px;
}

#main .product .listBox .tel span {
	margin-top: 10px;
	display: block;
	font-family: Impact;
	font-size: 45px;
}

#main .leftScroll {
	padding: 50px 0 80px;
}

#main .leftScroll li {
	margin: 0 1% 20px;
	width: 31.3333333%;
	float: left;
	box-sizing: border-box;
}

#main .leftScroll li a {
	padding-bottom: 10px;
	display: block;
	overflow: hidden;
	position: relative;
	background:#f1f1f1;
	border-radius: 0 0 3px 3px;
}

#main .leftScroll li a:hover {
	background: #015aa1;
	box-shadow: 0 0 8px #015aa1;
	border-color: #015aa1;
}

#main .leftScroll li a:hover p {
	color: #fff;
}

#main .leftScroll li a:hover .tel {
	color: #015aa1;
	text-shadow: none;
	background: #fff;
}

#main .leftScroll li .photo {
	width: 100%;
	height: 300px;
	overflow: hidden;
}

#main .leftScroll li .photo img {
	width: 100%;
	max-height: 100%;
	max-width: 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 .leftScroll li a:hover .photo img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

#main .leftScroll li p {
	padding: 20px 0 15px;
	color: #333;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

#main .leftScroll li .tel {
	margin: 0 auto;
	padding: 10px 0;
	width: 80%;
	color: #fff;
	font-size: 17px;
	text-shadow: 1px 1px 3px rgba(0,0,0,.3);
	background: #015aa1;
}
#main .leftScroll li span{
	text-align:center;
	display:block;
	background:#309744;
	width:20px;
	height:20px;
	margin:0 auto;
	border-radius:50%;
	color:#fff;
}

#main .leftScroll li:hover span{
	background:#fff;
	color:#015aa1;
}
#scroll {
	height: 720px;
	overflow: hidden;
	background: none;
}

#main .listBox {
	padding: 40px 0;
}

#main .banner {
	margin-bottom: 50px;
	height: 137px;
	background: #02A454 url(../images/banner.jpg) no-repeat center center;
}

#main .about {
	padding: 0;
}

#main .about .photo {
	margin: 0;
	width: 45%;
	height: 600px;
	float: left;
	position: relative;
	background: url(../images/about.jpg) no-repeat center center;
	background-size: cover;
}

#main .about .photo img {
	width: 100%;
}

#main .about .textBox {
	padding: 40px 0 30px 40px;
	width: 55%;
	height: 600px;
	float: right;
	background: #2B2B2D;
	background: url(../images/abbj.jpg) no-repeat center center;
	background-size: cover;
	box-sizing: border-box;
}

#main .about .textBox .sub {
	width: 650px;
}

#main .about .textBox p {
	margin-bottom: 20px;
	color: #fff;
	font-size: 16px;
	line-height: 2;
	text-indent: 2em;
	text-align:justify;
}

#main .about .textBox .ttl {
	margin: 0 0 20px 30px;
	font-size: 35px;
	font-weight: bold;
	text-indent: 0;
}

#main .about .textBox .ttl span {
	margin-top: 5px;
	padding-top: 10px;
	display: block;
	color: #666;
	font-size: 14px;
	font-weight: normal;
	position: relative;
}

#main .about .textBox .ttl span:before {
	width: 50px;
	height: 3px;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background: #fff;
}

#main .about .textBox .more a {
	padding: 10px 0;
	width: 200px;
	display: inline-block;
	color: #fff;
	font-size: 16px;
	text-align: center;
	background: #20B2FD;
	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 .about .textBox .more a:hover {
	color: #fff;
	background: #309744;
	border: 1px solid #fff;
}

#home-ys {
	width: 100%;
	height: 860px;
	background: url(../images/youshi_bg.jpg) no-repeat center center;
	padding-top: 50px;
	box-sizing: border-box;
	position: relative;
}

.ys-tt {
	display: table;
	position: relative;
}

.ys-tt h3 {
	font-size: 62px;
	font-family: impact;
	color: #fff;
	font-weight: normal;
	padding: 0;
	margin: 0;
	height: 70px;
	opacity: 0.4;
}

.ys-tt h2 {
	font-size: 46px;
	color: #fff;
	padding: 0;
	margin: 0;
	line-height: 80px;
	position: absolute;
	z-index: 2;
	top: 50px;
	left: 0;
}

.ys-tt>img {
	position: absolute;
	z-index: 2;
	top: 20px;
	left: 0;
}

.ys-tt>p {
	font-size: 18px;
	color: #fff;
	line-height: 33px;
	/*width: 350px;*/
	/*padding-top: 50px;*/
	margin-top: 55px;
}

.ys-tt>p span {
	background: #f07a1a;
	font-size: 24px;
	color: #fff;
	line-height: 40px;
	padding: 5px 10px;
	margin-right: 5px;
}

#home-ys ul {
	width: 1000px;
	padding-top: 30px;
	display: table;
}

#home-ys ul li {
	width: 470px;
	height: 160px;
	display: block;
	padding: 20px;
	background: #fff;
	box-sizing: border-box;
	float: left;
	margin: 10px;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-ms-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
}
#home-ys ul li:hover{
	transform: scale(1.1);
}

#home-ys ul li i {
	float: left;
	margin-right: 10px;
	display: block;
	background: #015aa1;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	font-size: 26px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 50px;
	font-style: italic;
}

#home-ys ul li p {
	font-size: 16px;
	color: #666;
	line-height: 30px;
	float: right;
	width: 350px;
}

#home-ys ul li strong {
	font-size: 25px;
	color: #000;
	line-height: 40px;
	display: table;
	width: 100%;
	margin-bottom: 10px;
}


#home-gg {
	width: 100%;
	height: 220px;
	background: url(../images/blue_bg02.jpg) no-repeat center center;
	padding: 30px;
	box-sizing: border-box;
}

.gg-box {
	width: 1360px;
	margin: 0px auto;
}

.gg-box .zi {
	width: 60%;
	float: left;
}

.gg-box .zi strong {
	font-size: 35px;
	color: #fff;
	width: 100%;
	text-align: center;
	display: block;
	line-height: 70px;
	margin-bottom: 10px;
}

.gg-box .zi p {
	width: 660px;
	margin: 0 auto;
}

.gg-box .zi p span {
	font-size: 22px;
	text-align: center;
	line-height: 45px;
	width: 140px;
	height: 45px;
	display: block;
	border: solid 1px #798cb6;
	border-radius: 20px 0px 20px 0px;
	color: #fff;
	float: left;
	margin: 8px;
}

.gg-box .tel {
	width: 40%;
	float: right;
	font-size: 40px;
	text-align: center;
	color: #f07a1a;
	font-weight: bold;
	padding-top: 20px;
}

.gg-box .tel a {
	display: table;
	width: 200px;
	height: 40px;
	font-size: 22px;
	line-height: 40px;
	color: #fff;
	text-align: center;
	background: #f07a1a;
	font-weight: normal;
	margin: 10px auto;
}

#main .case {
	padding: 50px 0 70px;
}

#main .case .headLine01 {
	margin-bottom: 50px;
}

#main .caseTtl {
	margin-bottom: 50px;
	font-size: 18px;
	color: #6f6f6f;
	text-align: center;
}

#main .case li {
	margin: 0 20px 0 0;
	width: 350px;
	float: left;
}

#main .case li a {
	display: block;
	position: relative;
}

#main .case li a:hover img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
}

#main .case li a .lead {
	padding: 10px 0;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	color: #fff;
	font-size: 16px;
	text-align: center;
	background: rgba(0,0,0,.5);
}

#main .case li a:hover .lead {
	display: none;
}

#main .case li .photo {
	height: 280px;
	overflow: hidden;
}

#main .case li .photo img {
	width: 100%;
	max-height: 100%;
	min-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 .case li .pop {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
	text-align: center;
	background: rgba(0,0,0,.7);
	-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 .case li a:hover .pop {
	display: block;
}

#main .case li .pop .ttl {
	margin-bottom: 20px;
	display: block;
	color: #ff7e00;
	padding-top: 30px;
	font-size: 30px;
}

#main .case li .pop img {
	margin: 0 auto;
	display: block;
}

#main .case li .pop .icon {
	margin: 0 auto 20px;
	width: 58px;
	height: 60px;
	display: block;
	background: url(../images/icon01.png) no-repeat top center;
}

#main .case li .pop i {
	margin-bottom: 10px;
	font-size: 18px;
	display: block;
	color: #ff7e00;
}

#main .case li .pop b {
	font-size: 36px;
	display: block;
	font-family: impact;
	color: #ff7e00;
}

#main .caseBox {
	padding-left: 5px;
	overflow: hidden;
}

.tel-box {
	width: 100%;
	height: 185px;
	background: url(../images/tel_box_bg.png) no-repeat center center;
	background-size: 100% 100%;
	padding-top: 60px;
	box-sizing: border-box;
}

.tel-box .box {
	width: 900px;
	margin: 0 auto;
}

.tel-box span {
	display: block;
	float: left;
}

.tel-box .wz {
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	/*background: url(../img/img2.jpg) right center no-repeat;*/
	height: 60px;
	padding-right: 20px;
}

.tel-box .wz b {
	font-size: 22px;
	color: #fff;
	display: table;
}

.tel-box .tel {
	color: #fff;
	font-size: 40px;
	font-style: italic;
	font-weight: bold;
	padding-left: 30px;
	background: url(../images/line.png) no-repeat left bottom;
}

.wenti {
	margin: 0 auto;
	width: 1200px;
	position: relative;
}

.wenti .tt {
	width: 200px;
	float: left;
}

.wenti .tt h2 {
	padding-top: 15px;
	font-size: 25px;
	color: #015aa1;
	width: 100%;
	text-align: left;
	margin: 0;
}

.wenti .tt h3 {
	margin: 0;
	font-weight: normal;
}

.news_gd {
	float: right;
	width: 1000px;
}

.fl2 {
	float: left;
	display: block;
	z-index: 2;
	left: 0px;
	top: 40%;
	position: absolute;
}

.fr2 {
	float: right;
	display: block;
	z-index: 2;
	left: 50px;
	top: 40%;
	position: absolute;
}

.wenti-box {
	width: 1150px;
	height: 200px;
}

.wenti-box ul {
	padding: 10px 0;
	width: 100%;
}

.wenti-box ul li {
	margin-right: 20px;
	padding: 20px;
	width: 480px;
	float: left;
	box-shadow: 0px 0px 15px #ccc;
	background: #fff;
	box-sizing: border-box;
}

.wenti-box ul li a {
	padding-left: 30px;
	width: 100%;
	height: 30px;
	display: block;
	font-size: 16px;
	color: #333;
	box-sizing: border-box;
	background: url(../img/wen.jpg) left top no-repeat;
}

.wenti-box ul li p {
	padding-left: 30px;
	color: #999;
	font-size: 14px;
	line-height: 25px;
	background: url(../img/da.jpg) left top no-repeat;
}


#marqueesrcoll {
	height: 320px;
}

#main .newsBox {
	margin-bottom: 0;
	padding: 80px 0;
	position: relative;
}

#main .newsBox .left {
	width: 420px;
	height:483px;
	float: left;
	position: relative;
}

#main .newsBox .left a {
	display: block;
}

#main .newsBox .left a .photo img {
	width: 100%;
}

#main .newsBox .left a .ttl {
	margin: 15px 0;
	font-size: 18px;
	font-weight: bold;
}

#main .newsBox .left a .txt {
	font-size: 15px;
	line-height: 1.8;
}

/*
#main .newsBox .imgList {
	width: 600px;
	float: right;
}

#main .newsBox .imgList li {
	margin: 0;
	color: #666;
	font-size: 15px;
	list-style: none;
	position: relative;
}

#main .newsBox .imgList li a {
	padding: 20px 0;
	display: block;
	overflow: hidden;
	border-bottom: 1px dotted #ccc;
}

#main .newsBox .imgList li .photo {
	float: right;
	width: 180px;
	height: 120px;
	overflow: hidden;
	position: relative;
}

#main .newsBox .imgList li .photo img {
	width: 100%;
	min-height: 100%;
	max-height: 100%;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

#main .newsBox .imgList li a:hover .photo img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

#main .newsBox .imgList li .date {
	float: left;
	color: #007EFE;
	font-size: 25px;
	font-family: impact;
	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 .newsBox .imgList li .date span {
	display: block;
	font-size: 65px;
}

#main .newsBox .imgList li .ttl {
	margin-bottom: 10px;
	color: #333;
	font-size: 18px;
	font-weight: bold;
	-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 .date {
	color: #333;
}
	
#main .newsBox .imgList li a:hover .ttl,
#main .newsBox .imgList li a:hover .txt {
	text-decoration: underline;
}

#main .newsBox .imgList li .textBox {
	padding: 15px 15px 15px 110px;
}

#main .newsBox .imgList li .txt {
	color: #333;
	font-size: 15px;
	line-height: 1.8;
	-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;
}
*/

.conList {
	margin-bottom: 50px;
}

.conList li {
	width: 33.333333333%;
	float: left;
	color: #333;
	font-size: 17px;
	line-height: 2;
	text-align: center;
}

.conList li span {
	margin-top: 15px;
	display: block;
	font-size: 20px;
	font-weight: bold;
}

.conList li img {
	margin: 0 auto;
	display: block;
}

#footer {
	padding: 0 0 0;
	background: url(../images/f_bg.jpg) no-repeat center center;
	background-size: cover;
}

#footer .fBox {
	padding: 70px 0 100px;
	margin: 0 auto;
	width: 1200px;
}

#footer .sub {
	margin: 0 30px 0px 0;
	width: 25%;
	height: 270px;
	float: left;
	box-sizing: border-box;
}

#footer .ttl {
	margin-bottom: 25px;
	padding-bottom: 15px;
	width: 50%;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	position: relative;
}

#footer .ttl:before {
	width: 30px;
	height: 3px;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	background: #015aa1;
}

#footer .tel {
	margin-bottom: 10px;
	padding: 5px 0 5px 60px;
	color: #ff7200;
	font-size: 34px;
	font-family: Impact;
	background: url(../images/b-tel.png) no-repeat left center;
}

#footer .sub01 {
	width: 27%;
}

#footer .sub02 {
	width:15%;
}

#footer li {
	margin: 0 0 10px 0;
	width: 50%;
	color: #fff;
	float: left;
	font-size: 17px;
}

#footer .sub02 li {
	width: auto;
	float: none;
}

#footer li a {
	padding: 8px 0;
	color: #fff;
}

#footer li a:hover {
	text-decoration: underline;
}

#footer .code {
	text-align: left;
	padding-top:20px
}

#footer .code img {
	width: 150px;
}

#footer .code span {
	margin-top: 20px;
	display: block;
	color: #fff;
	font-size: 16px;
	text-align: left;
}

#footer .text {
	color: #fff;
	font-size: 16px;
	line-height: 1.8;
}

#footer .boxinfo {
	width: 290px;
	float: left;
	border-right: 1px dotted #fff;
}

#footer .boxinfo .ttl {
	margin-bottom: 5px;
	color: #02A454;
	font-size: 18px;
}

#footer .boxinfo .tel {
	padding-left: 55px;
	color: #9f9f9f;
	font-size: 15px;
	background: url(../images/f_tel.jpg) no-repeat left center;
}

#footer .boxinfo .tel span {
	display: block;
	font-size: 25px;
}

#footer .copyright {
	padding: 15px 0;
	color: #fff;
	font-size: 14px;
	text-align: center;
	background: #014e86;
}

#side {
	width: 300px;
	float: left;
	overflow: hidden;
}

#side h2 {
	margin:0;
	padding: 20px 0 20px 60px;
	color: #fff;
	font-size: 25px;
	text-align: left;
	background: #188A00 url(../images/s_bg.jpg) no-repeat 20px center;
	border-radius: 15px 15px 0 0;
}

#side h2 span {
	display: block;
	font-size: 15px;
	font-weight: normal;
}

#side ul {
	margin: 0 auto 40px;
	border-top: solid 1px #cacaca;
}

#side li {
	border-bottom: solid 1px #cacaca;
}

#side li a {
	padding: 0 35px;
	display: block;
	height: 54px;
	color: #333;
	font-size: 16px;
	line-height: 54px;
	position: relative;
	background: #EAEAEA;
}

#side li a:before {
	width: 4px;
	height: 4px;
	content: "";
	position: absolute;
	left: 15px;
	top: 50%;
	background: #333;
}

#side li a:hover {
	color: #fff;
	background: #188A00;
}

#side li a:hover:before {
	background: #fff;
}


#side .simg img {
	width: 100%;
}

#side .contact {
	padding: 20px 20px 40px;
	color: #333;
	font-size: 15px;
	line-height: 1.7;
	background: #EAEAEA;
}

#conts {
	width: 870px;
	float: right;
}

#main .pagePath {
	margin-bottom: 50px;
	padding: 20px 0;
	background: #F1F1F1;
}

#main .pagePath p {
	float: left;
	color: #015aa1;
	font-size: 40px;
}

#main .pagePath .path {
	margin-top: 10px;
	padding: 5px 0 5px 40px;
	float: right;
	font-size: 17px;
	background: url(../images/home.png) no-repeat left center;
	background-size: 30px 30px;
}

.pageTitle {
	margin-bottom: 50px;
}

.pageTitle h2 {
	margin: 0 20px 0 0;
	padding: 5px 15px;
	height: 35px;
	float: left;
	color: #fff;
	font-size: 20px;
	line-height: 35px;
	background: #eea407;
}

.pageTitle .lead {
	margin-right: 20px;
	padding: 0 15px;
	height: 45px;
	line-height: 45px;
	float: left;
	color: #fff;
	background: #171717;
	font-size: 16px;
}

.pageTitle .tel {
	padding: 0 15px;
	height: 45px;
	line-height: 45px;
	float: left;
	color: #fff;
	font-size: 18px;
	background: #dc0707;
}

.content {
	font-size: 17px;
	line-height: 1.8;
}
.content p{
	line-height: 2;
	
	}

#main .proList {
	margin: 0 -10px 50px 0;
}

#main .proList li {
	margin: 0 1% 30px;
	width: 31.333333333%;
	float: left;
}

#main .proList li a {
	padding-bottom: 10px;
	display: block;
	border-radius: 4px;
	background:#f1f1f1;
}

#main .proList li a:hover {
	box-shadow: 0 0 5px #01ADFF;
	background:#015aa1;
	color:#fff;
}

#main .proList li .photo {
	height: 250px;
	overflow: hidden;
}

#main .proList li .photo img {
	width: 100%;
	max-height: 100%;
	max-width: 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 .proList li a:hover .photo img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

#main .proList li p {
	padding: 10px 15px;
	color: #666;
	font-size: 17px;
	text-align:center;
}
#main .proList li a:hover p{
	color:#fff;
	}

#main .proList li span{
	text-align:center;
	display:block;
	background:#309744;
	width:20px;
	height:20px;
	margin:0 auto;
	border-radius:50%;
	color:#fff;
}

#main .proList li:hover span{
	background:#fff;
	color:#015aa1;
}

#main .proList li:hover {
	background: #fafafa;
}

#main .proList li .more {
	margin: 0 auto;
	padding: 5px 0;
	color: #fff;
	width: 150px;
	text-align: center;
	background: #01ADFF;
}
#main .proList li:hover .more {
	background: #309744;
}



.pagelist {
	text-align: center;
}

.pagelist li {
	margin: 0 2px;
	display: inline;
}

.pagelist li a {
	padding: 5px 10px;
	display: inline-block;
	color: #666;
	text-align: center;
	border: 1px solid #666;
}

.pagelist li span {
	padding: 5px 10px;
	display: inline-block;
	color: #666;
	cursor: pointer;
	text-align: center;
	border: 1px solid #666;
}

.pagelist li a:hover,
.pagelist li span:hover {
	color: #fff;
	background: #01ADFF;
	border: 1px solid #01ADFF;
}

.pagelist .thisclass {
	padding: 5px 10px;
	display: inline-block;
	color: #fff;
	background: #01ADFF;
	border: 1px solid #01ADFF;
}

.pagelist span{margin-left:2px;margin-right:2px;}
.pagelist span a{margin-bottom:3px;margin-top:3px;margin-left:2px;margin-right:2px;}
.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:#015aa1 !important;border:1px solid #015aa1;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:#015aa1 !important;border:1px solid #01ADFF;color:#fff !important;}
.page-num-current{background:#01ADFF !important;color:#fff !important;}
.pagelist a.page-num-current{background:#015aa1 !important;color:#fff !important;border:1px solid #015aa1;}


/*--------------上传信息-------------------*/
.updata {
	margin-bottom: 20px;
	padding: 20px 0;
	font-size: 13px;
	text-align: center;
	border-bottom: 1px dotted #b6b6b6;
	border-top: 1px dotted #b6b6b6;
}

/*--------------前后换页-------------------*/
.qianhou {
	margin-bottom: 30px;
}

.qianhou .qian {
	width: 50%;
	float: left;
}

.qianhou .hou {
	width: 50%;
	float: right;
	text-align: right;
}

/*--------------产品详细页-------------------*/
.detailBox {
	margin-bottom: 30px;
}

.detailBox h3 {
	margin-bottom: 20px;
	font-size: 20px;
	text-align: center;
}

.detailBox .info{
	text-align: left;
}

.detailBox .info img {
	margin: 0 auto 20px;
	display: block;
	max-width: 80%;
	width: auto !important;
	height: auto !important;
}

#main .newsList  {
	margin-bottom: 50px;
}

#main .newsList li {
	color: #666;
	font-size: 15px;
	position: relative;
}

#main .newsList li a {
	padding: 25px 0;
	display: block;
	overflow: hidden;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

#main .newsList li a .sub {
	margin: 0 auto;
	width: 1200px;
}

#main .newsList li a:hover {
	background: #015aa1;
}

#main .newsList li .photo {
	width: 200px;
	height: 160px;
	float: left;
}

#main .newsList li .photo img {
	width: 100%;
	max-height: 100%;
	min-height: 100%;
}

#main .newsList li .textBox {
	padding-left: 220px;
}

#main .newsList li .textBox .ttl {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #015aa1;
	-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.7;
	-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 {
	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 .ttl,
#main .newsList li a:hover .textBox .txt ,
#main .newsList li a:hover .textBox .date {
	color: #fff;
}

#main .newsList li span {
	position: absolute;
	right: 0;
	top: 4px;
	font-size: 13px;
}

#dituContent {
	margin-top: 20px;
	height: 400px;
	border: 1px solid #ccc;
}

.picbox{
	width:100%;
	text-align:center;
	padding-top:10px;
	font-size:14px;
	line-height:31px;
	overflow:hidden;
}
.picbox img{
	display:block;
	margin:16px auto 6px;
}
.picbox ul.e8{
	font-size:12px;
	line-height:normal;
}
.picbox ul.e8 li {
	margin: 0 0.5% 10px;
	width: 24%;
	float: left;
}

.picbox ul.e8 li .pic{
	margin-bottom: 10px;
	display: block;
	padding: 2px;
	width: 200px;
	height: 150px;
	background:none;
	box-sizing: border-box;
	border:1px solid #EEE;
	overflow:hidden;
}
.picbox ul.e8 img{
	margin: 0;
	width: 100%;
	max-height: 100%;
	min-height: 100%;
	border:none;
}
.picbox ul.e8 li .title{
	padding-top:0px;
}

.cnzz {
	margin: -30px auto 0;
	width: 1200px;
	position: relative;
	text-align: right;
}

#main .proLead {
	margin-bottom: 30px;
}

#main .proLead li {
	margin: 0 0.5% 15px;
	width: 13.28%;
	float: left;
}

#main .proLead li a {
	padding: 16px 0;
	display: block;
	color: #fff;
	font-size: 16px;
	text-align: center;
	background: #015aa1;
}

#main .proLead li a:hover {
	background: #309744;
	-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;
}
.naviList {
	margin: 0 auto;
	width: 1200px;
}

.naviList li {
	margin: 0 1% 15px;
	width: 18%;
	float: left;
}

.naviList li a {
	padding: 10px 0;
	display: block;
	color: #fff;
	font-size: 17px;
	text-align: center;
	text-shadow: 1px 1px 3px rgba(0,0,0,.3);
	border-radius: 30px;
	background: #015aa1;
	-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;
}

.naviList li a:hover {
	background: #309744;
}


#main .newsBox .imgList {
	width: 778px;
	float: right;
}

#main .newsBox .imgList li {
	margin: 0 0 20px;
	padding-bottom: 20px;
	color: #666;
	font-size: 15px;
	list-style: none;
	position: relative;
	border-bottom: 1px dotted #ccc;
}

#main .newsBox .imgList li a {
	display: block;
	overflow: hidden;
		-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;

}

#main .newsBox .imgList li a:hover {
	background: #309744;
}

#main .newsBox .imgList li .photo {
	float: left;
	width: 180px;
	height: 130px;
	overflow: hidden;
	position: relative;
}

#main .newsBox .imgList li .photo img {
	width: 100%;
	min-height: 100%;
	max-height: 100%;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

#main .newsBox .imgList li a:hover .photo img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

#main .newsBox .imgList li .ttl {
	margin-bottom: 10px;
	color: #333;
	font-size: 18px;
	font-weight: bold;
}
#main .newsBox .imgList li .ttl span{
	color:#999;
	font-weight:normal;
	font-size:13px;
	float:right;
}

#main .newsBox .imgList li a:hover .ttl,
#main .newsBox .imgList li a:hover .date,
#main .newsBox .imgList li a:hover .txt,
#main .newsBox .imgList li a:hover .ttl span {
	color: #fff;
}

#main .newsBox .imgList li .textBox {
	padding: 20px 15px 15px 195px;
}

#main .newsBox .imgList li .txt {
	color: #999;
	font-size: 15px;
	line-height: 1.8;
	text-align:justify;
}
.ys{height:1000px; overflow: hidden;position: relative;background:#015aa1;}
.ys .tit1{height:165px;padding-top:60px;}
.tit1{ font:48px "Microsoft YaHei"; text-align:center; color:#fff; font-weight:bold;}
.tit1 a{ display:block; color:#fff;}
.tit1 em{ display:block; font:24px "Microsoft YaHei"; padding-top:8px; color:#fff;}

.ysnav{position: absolute; top: 788px; left: 50%; margin-left: -600px; width:1200px;height:168px;background:#fff; border-radius: 5px;overflow: hidden;}
.ysnav li{ width:300px; position: relative; float: left; overflow: hidden;height:168px;color:#333333; font:20px "Microsoft YaHei";text-align: center;}
.ysnav li::before{position: absolute; content:"";width:1px; height:168px; top: 0; right:0;background:#ebebeb;}
.ysnav li img{display: block;margin: 30px auto 22px; width:60px; height:60px; background:#309744; border:1px solid #309744; border-radius: 100%; overflow: hidden;box-shadow: 0 0 6px 2px rgba(48,151,68,0.6);}
.ysnav li:hover ,.ysnav li.cur{background:#309744; color:#fff; }
.ysnav li:hover img ,.ysnav li.cur img{border:1px solid #fff;}

.ys_c{height:650px;}
.ys_c dl{position: relative;height:650px;background:#ccc;padding-left: 110px;}
.ys_c dt img{ position:absolute; top:0; left:0; width:100%;height:100%;}
.ys_c dd{position: absolute; top: 127px;left: 50%; margin-left:-70px;padding-left: 115px;}
.ys_c dd::before{position: absolute; content:""; top: 22px;left: 0; width:96px; height:3px; background:#ff9900;}
.ys_c dd h3{ font:36px "Microsoft YaHei"; color:#fff;font-weight: bold;margin-bottom: 64px;}
.ys_c dd h3 em{font:48px "Arial";vertical-align: middle; margin-right: 24px;}
.ys_c dd h3 i{ color:#ff9900;font-style:normal;}
.ys_c dd p{margin-left: 80px; padding-left: 20px;font:18px/34px "Microsoft YaHei";position: relative; color:#fff; width:480px;}
.ys_c dd p::before{position: absolute; content:"";width:8px; height:8px; background:#fff; top: 12px; left: 0;border-radius: 100%;}
.telbox{margin-left:80px;font-size:40px;font-family:Impact;color:#fff;margin-top:50px;}
.left1{width:390px;padding: 0 0 30px 30px;}
.left1:before{content:"";width: 356px;height: 490px;border: 2px solid #015aa1;position: absolute;left: 0;bottom:-22px;z-index: 1;}
.left1 .img{width:100%;position: relative;z-index: 2;}
.left1 .img img{height:490px;}
.left1 .tt{position:absolute;right: 0;top:40px;z-index: 3;padding-right: 60px;text-align: right;}
.left1 .tt1{font-size: 36px;color: #fff;font-weight: bold;line-height: 48px;}
.left1 .tt2{font-size: 14px;color: #fff;text-transform: uppercase;padding-left: 20px;border-bottom: 1px solid #fff;line-height: 36px;margin-bottom:30px;}
.left1 .tt3{font-size: 16px;color: #0b67e4;text-align: center;display: block;width: 140px;line-height: 44px;border: 1px solid #fff;background: rgba(255,255,255,0.7);border-radius: 20px;margin-bottom: 10px;position: relative;right:-16px;}
.left1 .tt3:hover{background-color: #309744;color: #fff;}
.leftnav{width:250px;overflow:hidden;float:left;}
.navtop{width:250px;height:95px;background:#0d64c5;border-bottom:1px solid #0d64c5;}
.navtop b{padding-top:15px;padding-left:40px;font-size:26px;line-height:40px;color:#fff;display:block;}
.navtop p{font-size:20px;line-height:30px;color:#fff;padding-left:40px;}
.leftnav ul {padding-bottom:20px;background: #0d64c5}
.leftnav ul li{height:44px;padding-left:25px;padding-right:25px;widht:210px;border-bottom:10px solid #0d64c5;background: #0d64c5}
.leftnav ul li a{font-size:15px;color:#222;font-weight:bold;line-height:44px;display:block;background:#fff;padding-left:25px;-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;}
.leftnav ul li:hover{background:#0d64c5 url(../images/arrow2.png) no-repeat 200px center;}
.leftnav ul li:hover a{color:#fff;background:#c50000;}
ul.ernav{padding-bottom:5px !important;}
.leftnav ul .ernav li{background:#0d64c5;width:200px !important;height:25px;line-height:25px;}
.leftnav ul .ernav li a{background:#0d64c5;font-size:15px;color:#fff;padding-left:35px;text-align:left;display:block; transition:0.2s all; text-indent:0px;line-height:25px;background:url(../images/arro1.png) no-repeat left center;}
.ernav li:hover{background:#c50000;}
.leftnav ul .ernav li:hover a{color:#fff;transition:0.2s all; text-indent:5px;font-weight:bold;}
.contact{width:250px;margin-top:20px;background:#f1f1f1;}
.contactcon{with:220px;padding:15px;}
.contactcon b{font-size:16px;color:#333;line-height:30px;}
.contactcon p{font-size:15`px;color:#333;line-height:28px;}
.contactcon .t1{font-size:28px;color:#e80011;line-height:50px;font-weight:600;height:50px;border-bottom:1px solid #cecece;margin-bottom:10px;}
.proboxr {
    width: 930px;
    float: right;
}
.side{position:fixed;width:54px;height:275px;right:0;top:314px;z-index:100;}
.side ul li{width:54px;height:54px;float:left;position:relative;border-bottom:1px solid #444;}
.side ul li .sidebox{position:absolute;width:54px;height:54px;top:0;right:0;transition:all 0.3s;background:#000;opacity:0.8;filter:Alpha(opacity=80);color:#fff;font:14px/54px "微软雅黑";overflow:hidden;}
.side ul li .sidetop{width:54px;height:54px;line-height:54px;display:inline-block;background:#000;opacity:0.8;filter:Alpha(opacity=80);transition:all 0.3s;}
.side ul li .sidetop:hover{background:#ae1c1c;opacity:1;filter:Alpha(opacity=100);}
.side ul li img{float:left;}