<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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;
}

.mb0 {
	margin-bottom: 0 !important;
}

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

#header .hInner {
	padding: 10px 0;
	border-bottom: 1px solid #E8E8E8;
	background:#f2f2f2;
}

#header .sub {
	margin: 0 auto;
	width: 1200px;
}

#header .hInner p {
	float: left;
	color: #333;
	font-size: 15px;
}

#header .hInner ul {
	float:right;
}

#header .hInner li {
	display: inline;
	color: #333;
}

#header .hInner li a {
	margin: 0 10px;
	color: #333;
}

#header .topBox {
	z-index: 10;
	position: relative;
}

#header .hBox{
	margin: 0 auto;
	padding: 30px 0;
	width: 1200px;
}

#header .fix {
	z-index: 100;
	background: #fff;
	box-shadow: 0 0 5px #333;
}

#header h1 {
	margin: 0 40px 0 0;
	float: left;
}

#header .hTxt {
	padding-top: 50px;
	float: left;
}

#header .hTxt .txt01 {
	display: block;
	color: #333;
	font-size: 18px;
}

#header .hTxt .txt02 {
	display: block;
	color: #139705;
	font-size: 25px;
}

#header .tel {
	margin-top: 5px;
	padding: 0 0 0 80px;
	float: right;
	font-size: 16px;
	color: #333;
	line-height: 30px;
	background: url(../images/tel.png) no-repeat left 17px;
}

#header .tel span {
	padding-top: 40px;
	display: block;
	font-size: 35px;
	color: #d30000;
	font-weight: bold;
	line-height: 35px;
	background: url(../images/tel_bg.jpg) no-repeat left 5px;
}

#gNavi {
	background: #2B76C3;
}

#gNavi ul {
	margin: 0 auto;
	width: 1200px;
}

#gNavi li {
	width: 14.28%;
	float: left;
	position:relative;
}

#gNavi li a {
	padding: 18px 0;
	display: block;
	color: #fff;
	font-size: 16px;
	position: relative;
	text-align: center;
	border-right:1px solid #438cd7;
	-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:before {
	margin-top: -10px;
	width: 1px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 50%;
	content: "";
	opacity: 0.5;
	background: #fff;
}

#gNavi li:first-child a:before {
	display: none;
}
*/
#gNavi li a:hover {
	color: #fff;
	background: #d30000;
	-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.on {
	color: #fff;
	background: #d30000;
}

#gNavi li .drop {
	display: none;
	width: 100%;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 1000;
}

#gNavi li .drop li {
	width: auto;
	float: none;
}

#gNavi li .drop a {
	padding: 12px 0;
	display: block;
	color: #fff;
	font-size: 16px;
	position: relative;
	text-align: center;
	background: #246cd7;
	border-bottom: 1px dotted #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 .drop a:hover {
	color: #246cd7;
	background: #fff;
}

#gNavi li .drop a:before {
	display: none;
}

.mainImg {
	margin-bottom: 60px;
	z-index: 5;
}

.mainImg li {
	width: 100%;
	height: 500px;
	float: left;
}

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

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

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

.slick-dots {
	width: 100%;
	position:absolute;
	left: 0;
	bottom: 20px;
	text-align: center;
}

.slick-dots li {
	margin: 0 20px 0 0;
	width: 14px;
	height: 14px;
	display: inline-block;
	float: none;
	background: #fff;
	border: 2px solid #fff;
	border-radius: 11px;
	opacity: 0.9;
	cursor: pointer;
}
	
.slick-dots li button {
	display: none;
}
	
.slick-dots .slick-active {
	background: #1078F1;
}

.section {
	margin: 0 auto;
	width: 1200px;
}

#main {
	margin-bottom: 50px;
}

.hot {
	margin-bottom: 40px;
	padding: 5px 0;
	background: #f5f5f5;
}

.hot p {
	margin: 0 auto;
	padding: 20px;
	width: 1200px;
	font-size: 15px;
	/*background: #fff;*/
}

.hot p a {
	margin-left: 20px;
	color: #163A84;
}

.hot p a:hover {
	text-decoration: underline;
}

/*#main h2 {
	color: #fff;
	font-size: 32px;
	text-align: center;
	background: url(../images/h2_img.png) no-repeat center center;
}

#main h2 span {
	margin-top: 5px;
	display: block;
	color: #fff;
	font-size: 23px;
	font-weight: normal;
}
*/

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

#main .headLine01 {
	margin: 0 0 30px;
	color: #065bba;
	font-size: 45px;
	text-align: center;
}

#main .headLine01 .ttl {
	margin: 0 auto;
	width: 300px;
	display: block;
	position: relative;
}

#main .headLine01 .txt {
	margin-top: 15px;
	padding-top: 10px;
	display: block;
	color: #ccc;
	font-family: impact;
	font-weight: normal;
	font-size: 25px;
	position: relative;
}

#main .headLine01 .txt:before {
	margin-left: -25px;
	width: 50px;
	height: 3px;
	position: absolute;
	left: 50%;
	top: 0;
	content: "";
	background: #065bba;
}

#main .product .section {
	padding: 0;
}

#main .product .listBox {
	padding: 0 10px 30px;
}

#main .product .topList {
	width: 260px;
	position: relative;
	float: left;
}

#main .product .topList h2 {
	margin: 0;
	padding: 25px 0;
	color: #fff;
	text-align: center;
	font-size: 30px;
	background: #025EC3;
	text-shadow: 1px 1px 2px rgba(0,0,0,.3);
}

#main .product .topList h2 span {
	margin-top: 10px;
	padding-top: 10px;
	display: block;
	font-size: 15px;
	position: relative;
}

#main .product .topList h2 span:before {
	width: 70px;
	height: 3px;
	margin-left: -35px;
	position: absolute;
	left: 50%;
	top: 0;
	content: "";
	background: #fff;
}

#main .product .topList li {
}

#main .product .topList li a {
	margin: 0;
	padding: 15px 25px;
	display: block;
	font-size: 15px;
	color: #fff;
	position: relative;
	transition: all .2s ease;
	border-bottom: 1px solid #fff;
	background: #0062BD url(../images/a_bg.jpg) repeat-x left top;
	-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 .topList li a:hover {
	padding-left: 35px;
	background: #640801 url(../images/a_bg1.jpg) repeat-x left top;
}

#main .product .topList li a:before {
	margin-top: -7px;
	width: 15px;
	height: 15px;
	position: absolute;
	right: 15px;
	top: 50%;
	background: url(../images/drop.png) no-repeat left top;
	background-size: 100% 100%;
	content: "";
}

#main .product .listBox .list .pageLink {
	margin-top: 20px;
	padding: 0;
	border:none;
}

#main .product .topList .drop li a {
	padding: 5px 35px;
	background: #025EC3;
	border-bottom: 1px dotted #fff;
}

#main .product .topList .drop li a:hover {
	text-decoration: underline;
}

#main .product .topList .drop li a:before {
	display: none;
}

#main .product .listBox {
	width: 910px;
	float: right;
}

#main .product .listBox .list .pageLink a {
	margin: 0 0 6px;
	padding: 15px 28px;
	display: block;
	font-size: 16px;
	color: #fff;
	background: #0E823B;
}

#marqueesrcoll {
	height: 1189px;
	overflow: hidden;
	background: none !important;
}

#main .product .srcoll {
	padding: 0 0 5px;
}

#main .product .srcoll li {
	margin: 0 1% 20px;
	width: 31.333333333%;
	float: left;
}

#main .product .srcoll li .photo {
	height: 220px;
	overflow: hidden;
}

#main .product .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 .product .srcoll li a:hover .photo img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

#main .product .srcoll li p {
	padding: 12px 0;
	font-size: 18px;
	line-height: 1.5;
	text-align: center;
	background: #f1f1f1;
	color:#222;
	-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 .srcoll li a:hover p {
	background: #065BBA;
	color:#fff;
}

#main .product .srcoll li .tel {
	margin: 0 30px;
	padding: 10px 0;
	font-weight: normal;
	color: #5c3718;
	font-size: 15px;
	border: 1px dotted #323b76;
}
.banner .content {
	height: 100%;
}

.banner {
	height: 214px;
	width: 100%;
	background: url(../images/ysbg.png) repeat left top;
}

.banner .youshi01 {
	margin: 45px 0 0 45px;
	width: 317px;
	float: left;
	height: 135px;
}

.banner .youshi0101l {
	width: 50px;
	float: left;
}

.banner .youshi0101l img {
	height: 50px;
	padding: 5px 10px 0 0;
	display: block;
}

.banner .youshi0101r {
	width: 190px;
	float: left;
	font-size: 14px;
	color: #fff;
}

.banner .youshi0101r span {
	display: block;
	width: 100%;
	font-size: 36px;
	font-family: impact;
}

.banner .youshi0102 {
	width: 230px;
	height: 33px;
	background: #d30000;
	margin-top: 10px;
	text-align: center;
	line-height: 33px;
	margin-left: 10px;
}

.banner .youshi0102 a {
	color: #fff;
	display: block;
	width: 100%;
	height: 100%;
}

.banner .youshi02 {
	margin: 30px 0 0 0;
	width: 477px;
	float: left;
	height: 135px;
}

.banner .youshi03 {
	width: 315px;
	float: right;
}

.banner .youshi03 img {
	position: relative;
	width: 100%;
	top: 15px;
}

.banner .youshi021 {
	height: 45px;
	line-height: 45px;
	text-transform : uppercase;
	color: #fff;
	font-size: 20px;
	text-align: justify;
	text-justify: distribute-all-lines;
	text-align-last: justify;
}

.banner .youshi022 {
	height: 44px;
	line-height: 44px;
	text-transform : uppercase;
	color: #fff;
	font-size: 24px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	font-weight: bold;
	text-align: justify;
	text-justify: distribute-all-lines;
	text-align-last: justify;
}

.banner .youshi023 {
	height: 44px;
	line-height: 44px;
	text-transform : uppercase;
	color: #b6d9f3;
	font-size: 12px;
	text-align: justify;
	text-justify: distribute-all-lines;
	text-align-last: justify;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

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

#main .youshi h2 {
	margin: 0 auto 80px;
	max-width: 1200px;
	color: #1382EF;
	font-size: 40px;
	font-style: italic;
	position: relative;
	text-align: center;
}

#main .youshi h2:before {
	width: 23%;
	height: 2px;
	position: absolute;
	left: 0;
	top: 50%;
	content: "";
	background: #ccc;
}

#main .youshi h2:after {
	width: 23%;
	height: 2px;
	position: absolute;
	right: 0;
	top: 50%;
	content: "";
	background: #ccc;
}

#main .youshi h2 .ttl {
	margin: -10px 10px 0;
	color: #ED6F22;
	display: inline-block;
	vertical-align: middle;
	font-size: 100px;
}

#main .youshi h2 .txt {
	margin-top: -20px;
	display: block;
	font-size: 20px;
}

#main .youshi .photoBox {
	width: 42%;
}

#main .youshi .photoBox img {
}

#main .youshi .textBox {
	width: 52%;
}

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

#main .youshi .imgBoxL .photoBox {
	float: left;
}

#main .youshi .imgBoxL01 .textBox {
	padding-top: 20px;
}

#main .youshi .imgBoxL .photoBox img {
	border-radius: 10px;
}

#main .youshi .imgBoxL .textBox {
	float: right;
}

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

#main .youshi .imgBoxR .photoBox {
	padding-top: 10px;
	float: right;
}

#main .youshi .imgBoxR .photoBox img {
	border-radius: 10px;
}

#main .youshi .imgBoxR .textBox {
	padding-top: 20px;
	float: left;
}

#main .youshi dt {
	margin-bottom: 20px;
	padding: 0 0 30px 80px;
	font-size: 30px;
	font-weight: bold;
	position: relative;
	border-bottom: 1px dotted #ccc;
}

#main .youshi dt span {
	margin-top: -40px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	position: absolute;
	left: 0;
	top: 50%;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	background: #1382EF;
	border-radius: 50%;
}

#main .youshi dd {
	margin: 0;
	padding: 0;
	color: #2ABB09;
	font-size: 16px;
	line-height: 1.7;
}

#main .youshi dd li {
	padding: 0 0 15px 15px;
	color: #333;
	font-size: 16px;
	line-height: 1.8;
	position: relative;
}

#main .youshi dd li:before {
	position: absolute;
	left: 0;
	top: 12px;
	content: "";
	width: 6px;
	height: 6px;
	background: #2ABB09;
	border-radius: 50%;
}

#main .youshi dd li span {
	color: #ED6F22;
}

#main .banner02 {
	height: 183px;
	background: url(../images/banner02.jpg) no-repeat center left;
}

#main .commore {
	margin-top: 50px;
	text-align: center;
}

#main .commore a {
	padding: 10px 0;
	width: 200px;
	display: inline-block;
	text-align: center;
	color: #fff;
	font-size: 18px;
	background: #89C018;
	border-radius: 30px;
}

#main .tabUl {
	margin-bottom: 30px;
	text-align: center;
}

#main .tabUl li {
	display: inline;
}

#main .tabUl li a {
	margin: 0 10px;
	padding: 10px 0;
	width: 150px;
	color: #fff;
	font-size: 15px;
	display: inline-block;
	background: #1C8D42;
}



.news{
	margin-bottom: 70px;
	position: relative;
}

.news.case {
	margin: 0 0 50px;
	padding: 50px 0;
}

.newsh2 {
	margin: 0;
	padding: 10px;
	font-size: 17px;
	line-height: 1;
	position: relative;
}

.newsh2 span {
	padding: 5px 5px 5px 10px;
	display: block;
	border-left: 3px solid #228FE3;
}

.newsh2 a {
	color: #666;
	position: absolute;
	right: 15px;
	top: 15px;
	font-size: 15px;
	font-weight: normal;
}

.newsh2 a:hover {
	text-decoration: underline;
}

.news.newsList {
	width: 755px;
	height: 436px;
	float: left;
	border: 1px solid #ccc;
}

.news.newsList .ttlImg img {
	width: 100%;
}

.news.imgList {
	padding: 20px;
}

.news.imgList li {
	margin: 0 1% 15px;
	width: 48%;
	float: left;
	color: #333;
	font-size: 16px;
	list-style: none;
	position: relative;
}

.news.imgList li a:hover {
	text-decoration: underline;
}

.news.imgList li a {
	padding-left: 15px;
	display: block;
	position: relative;
}

.news.imgList li a:before {
	position: absolute;
	left: 0;
	top: 9px;
	content: "";
	width: 3px;
	height: 3px;
	background: #000;
}

.news.contact {
	width: 400px;
	float: right;
	border: 1px solid #ccc;
}

.news.contact .ttlImg img {
	width: 100%;
}

.news.contact p {
	padding: 20px;
	color: #333;
	font-size: 16px;
	line-height: 2;
}




#main .gallery {
	padding: 50px 0 50px;
	background: url(../images/case_bg.jpg) no-repeat center center;
	background-size: cover;
}

#main .gallery ul {
	margin: 0 auto;
	width: 1200px;
}

#main .gallery li {
	margin: 0 15px 0 0;
	width: 340px;
	float: left;
}

#main .gallery li .photo {
	height: 260px;
}

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

#main .gallery li p {
	padding: 10px 0;
	color: #000;
	font-size: 17px;
	line-height: 1.5;
	text-align: center;
	background: #ededed;
}

#main .gallery li a:hover p {
	color: #fff;
	background: #2B76C3;
}

#main .aboutBox {
	margin: 0 auto;
	padding: 100px 0;
	max-width: 1200px;
}

#main .aboutBox .img {
	padding: 5px;
	width: 500px;
	float: left;
	border: 1px solid #ccc;
	box-sizing: border-box;
}

#main .aboutBox .img img {
	width: 100%;
}

#main .aboutBox .map {
	width: 340px;
	height: 400px;
	float: right;
	border: 1px solid #ccc;
}

#main .aboutBox .textBox {
	width: 650px;
	float: right;
}

#main .aboutBox .textBox h3 {
	padding: 0px 0 5px 0px;
	color: #fff;
	font-size: 18px;
	position: relative;
	
}
#main .aboutBox .textBox h3 i{
	display:block;
	font-size:50px;
	font-weight:normal;
	font-family: impact;
	color:#6190c5;
	line-height:70px;
}

#main .aboutBox .textBox h3 span {
	font-size: 36px;
	color: #fff;
	font-weight:normal;
}

#main .aboutBox .textBox .link {
	margin-top: 20px;
}

#main .aboutBox .textBox .link a {
	padding: 12px 20px;
	width: 150px;
	display: block;
	font-size: 17px;
	font-weight: normal;
	border-radius: 30px;
	text-align: center;
	border: 1px solid #fff;
	background:#fff;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

#main .aboutBox .textBox .link a:hover {
	color: #fff;
	background: #0356D2;
}

#main .aboutBox .textBox p {
	margin: 0;
	font-size: 16px;
	color: #fff;
	line-height: 2;
	text-indent: 2em;
}

#main .aboutBox .textBox .title {
	margin-bottom: 10px;
	color: #139705;
	font-size: 27px;
	font-weight: bold;
	text-indent: 1.2em;
}

#main .aboutBox .textBox ul {
	margin-top: 20px;
}

#main .aboutBox .textBox li {
	margin-right: 15px;
	width: 130px;
	float: left;
}

#main .aboutBox .textBox li a {
	padding: 8px 0;
	display: block;
	color: #333;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	border: 2px solid #01a6f8;
}
.aboutbj{
	background: url(../images/aboutbj.jpg) no-repeat center;
}

#main .aboutBox .textBox li a:hover {
	opacity: 0.7;
}

#main .honor {
	margin-bottom: 100px;
	padding: 50px 0;
	position: relative;
	background: url(../images/honor_bg.jpg) no-repeat center top;
}

#main .honor .headLine01 {
	color: #fff;
	text-shadow: 1px 1px 2px rgba(0,0,0,.5);
}

#main .honor .headLine01 .txt {
	color: #fff;
}

#main .honor .headLine01 .txt:before {
	background: #fff;
}

#main .honor ul {
	margin: 0 auto;
	padding: 20px;
	width: 1200px;
	background: #fff;
	position: relative;
}

#main .honor li {
	margin: 0 15px 0 0;
	width: 280px;
	float: left;
}

#main .honor li .photo {
	height: 220px;
}

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

#main .honor li p {
	padding: 20px 0;
	color: #000;
	font-size: 17px;
	line-height: 1.5;
	text-align: center;
}

#main .honor .slick-prev {
	margin-top: -63px;
	width: 88px;
	height: 126px;
	position: absolute;
	left: -20px;
	top: 50%;
	z-index: 2;
	cursor: pointer;
	background: url(../images/prev.png) repeat center center;
	border: none;
	text-indent: -9999px;
}

#main .honor .slick-next {
	margin-top: -63px;
	width: 88px;
	height: 126px;
	position: absolute;
	right: -20px;
	top: 50%;
	z-index: 2;
	background: url(../images/next.png) repeat center center;
	border: none;
	text-indent: -9999px;
	cursor: pointer;
}

#main .btmBnr {
	margin: 0 auto 50px;
	max-width: 1200px;
}

#main .btmBnr li {
	width: 16.666666%;
	float: left;
	text-align: center;
}

#main .btmBnr li div {
	margin: 0 auto;
	padding-top: 20px;
	width: 100px;
	height: 100px;
	background: #0083ce;
	border-radius: 50%;
	box-sizing: border-box;
}

#main .btmBnr li img {
	width: 50%;
}

#main .btmBnr li span {
	margin-top: 10px;
	display: block;
	font-size: 15px;
}

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

#footer .flink {
	border-bottom: 1px solid rgba(255,255,255,.5);
}
	
#footer .flink ul {
	margin: 0 auto;
	width: 1200px;
}

#footer .flink li {
	width: 14.28%;
	float: left;
	position: relative;
	text-align: center;
	text-shadow: 1px 1px 2px rgba(0,0,0,.3);
}

#footer .flink li:before {
	width: 1px;
	height: 15px;
	content: "";
	position: absolute;
	left: 0;
	top: 30px;
	background: rgba(255,255,255,.5);
}

#footer .flink li a {
	padding: 25px 0;
	display: block;
	color: #fff;
	font-size: 16px;
	background: url(../images/f_line.png) no-repeat right center;
}

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

#footer .sub {
	margin: 0 auto;
	padding: 50px 0;
	width: 1250px;
}

#footer .logo {
	margin-right: 40px;
	padding-top: 20px;
	float: left;
	text-align: center;
}

#footer .logo img {
}

#footer .logo .code {
	margin-top: 25px;
	position: relative;
	text-align: left;
}

#footer .logo .code img {
	width: 120px;
}

#footer .logo .code span {
	margin-top: 10px;
	width: 140px;
	display: block;
	color: #fff;
	font-size: 15px;
	text-align: center;
	position: absolute;
	left: 130px;
	top: 25px;
}

#footer .navi {
	padding: 20px 20px 20px;
	width: 420px;
	float: right;
}

#footer .navi li {
	margin-bottom: 20px;
	width: 50%;
	float: left;
	color: #fff;
	text-shadow: 1px 1px 2px rgba(0,0,0,.3);
}

#footer .navi li a {
	color: #fff;
	font-size: 16px;
}

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

#footer .boxinfo {
	padding: 8px 60px 0;
	width: 300px;
	min-height: 270px;
	float: left;
	color: #fff;
	text-shadow: 1px 1px 2px rgba(0,0,0,.3);
	border-left: 1px dotted rgba(255,255,255,.5);
	border-right: 1px dotted rgba(255,255,255,.5);
}

#footer .boxinfo p {
	margin-bottom: 15px;
	font-size: 17px;
	line-height: 2;
}

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

#footer .copyright a {
	color: #fff;
}

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



#side {
	width: 265px;
	float: left;
}

#side .sLink {
	margin-bottom: 30px;
}

#side .sLink h2 {
	margin: 0;
	padding: 15px 0;
	color: #fff;
	font-size: 30px;
	text-align: center;
	background: #025ec3;
}

#side .sLink h2 span {
	margin-top: 5px;
	display: block;
	color: #fff;
	font-size: 15px;
	font-weight: normal;
}

#side ul {
}

#side li {
}

#side li a {
	padding: 20px 10px 20px 30px;
	display: block;
	color: #fff;
	text-align: left;
	font-size: 16px;
	position: relative;
	border-bottom: 1px dotted #CCC;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
	border-bottom: 1px solid #fff;
	background: #0062BD url(../images/a_bg.jpg) repeat-x left top;
}

#side li a:hover {
	padding-left: 35px;
}

#side li a:before {
	margin-top: -7px;
	width: 15px;
	height: 15px;
	position: absolute;
	right: 15px;
	top: 50%;
	background: url(../images/drop.png) no-repeat left top;
	background-size: 100% 100%;
	content: "";
}

#side li li a:hover {
	padding-left: 20px;
	background: #ED6F22;
	text-decoration: underline;
}

#side li li a {
	padding: 15px 20px;
	background: #025EC3;
}

#side li li a:before {
	display: none;
}


/*#side li a:hover {
	color: #fff;
	background: #0062BD url(../images/a_bg.jpg) repeat-x left top;
}

#side li a:hover:before {
	background: #fff;
}
*/
#side .sconttact {
	padding: 5px 5px 15px;
	border: 1px solid #999;
}

#side .sconttact h2 {
	margin: 0 0 20px;
	font-size: 20px !important;
	color: #000 !important;
	font-weight: bold !important;
	text-align: left;
	border-bottom: 1px solid #DDDDDD;
}

#side .sconttact h2 span {
	margin-bottom: -2px;
	padding: 10px 20px 15px;
	display: inline-block;
	color: #000 !important;
	font-weight: bold !important;
	font-size: 20px !important;
	border-bottom: 2px solid #1078F1;
}

#side .sconttact p {
	margin: 0 10px;
	font-size: 16px;
	color: #333;
	line-height: 2;
}

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

#main .pageTitle {
	margin: 0 0 30px;
	padding: 15px 0;
	border-bottom: 1px dotted #333;
}

#main .pageTitle h2 {
	margin: 0;
	float: left;
}

.pagePath {
	margin: 0;
	padding: 0;
	float: right;
	color: #333;
	font-size: 16px;
}

.pagePath .sub {
	margin: 0 auto;
	width: 1200px;
}

.content {
	font-size: 15px;
	line-height: 1.7;
}


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

#main .proList li {
	margin: 0 10px 20px;
	width: 280px;
	float: left;
}

#main .proList li a {
	display: block;
}

#main .proList li .photo {
	padding: 4px;
	height: 210px;
	background: #E6E6E6;
}
#main .proList li a:hover .photo {
	background: rgba(2,94,195,.8);
}

#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: 17px;
	text-align: center;
	background:#e6e6e6;
}

#main .proList li:hover p{
background: rgba(2,94,195,.8);
color:#fff;
}
.pagelist {
	text-align: center;
}

.pagelist li {
	margin: 0 3px;
	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: #0356D2;
	border: 1px solid #0356D2;
}

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

.pagelist span{margin-left:5px;margin-right:5px;}
.pagelist span a{margin-bottom:3px;margin-top:3px;margin-left:5px;margin-right:5px;}
.page-status, .page-index, .page-pre, .page-next, .page-last{
	padding: 5px 10px;
	display: inline-block;
	color: #666;
	text-align: center;
	border: 1px solid #666;
}
.page-numbar a{padding: 5px 10px;
	display: inline-block;
	color: #666;
	text-align: center;
	border: 1px solid #666;}
span.page-index:hover, span.page-pre:hover, span.page-next:hover, span.page-last:hover{background:#0356D2 !important;border:1px solid #0356D2;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:#0356D2 !important;border:1px solid #0356D2;color:#fff !important;}
.page-num-current{background:#0356D2 !important;color:#fff !important;}
.pagelist a.page-num-current{background:#0356D2 !important;color:#fff !important;border:1px solid #0356D2;}


/*--------------上传信息-------------------*/
.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;
}

.mb100 {
	margin-bottom: 100px;
}

.conpage .map {
	width: 600px;
	height: 460px;
	float: left;
}

.conpage .right {
	padding: 50px;
	width: 500px;
	float: right;
	font-size: 18px;
	line-height: 2;
}


.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;
}

.topContact {
	position: relative;
	border-top: 3px solid #394954;
}

.mapSec .map {
	height: 390px;
}


#main .newsPage  {
	margin-bottom: 50px;
	border-top: 1px dotted #ccc;
}

#main .newsPage li {
	color: #666;
	font-size: 15px;
	position: relative;
	border-bottom: 1px dotted #ccc;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

#main .newsPage li a {
	padding: 15px 10px;
	display: block;
	overflow: hidden;
	position: relative;
}

#main .newsPage li .ttl:hover {
	color: #025ec3;
}

#main .newsPage li p{line-height:24px;}

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

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

#main .newsPage li .textBox {
	padding-left: 220px;
}
*/
#main .newsPage li .ttl {
	color: #000;
	font-size: 16px;
	margin-bottom:15px;
	margin-top:20px;
}

#main .newsPage li .txt {
	font-size: 16px;
	line-height: 1.7;
}

#main .newsPage li .date {
	font-size: 14px;
	color: #999;
	position: absolute;
	right: 20px;
	top: 35px;
	font-weight: normal;
}

#main .guanlian {
	margin-top: 50px;
}

#main .guanlian h2 {
	margin-bottom: 15px;
	padding: 10px;
	color: #333;
	font-size: 16px;
	border: 1px solid #ccc;
}

#main .guanlian h2 span {
	padding-left: 15px;
	display: block;
	border-left: 3px solid #065bba;
}

#main .guanlian .proList {
	margin: 0 -2px;
}

#main .guanlian .proList li {
	margin: 0 0.5%;
	width: 24%;
}

#main .guanlian .proList li .photo {
	height: 170px;
}

.textInfo {
	margin-top: 30px;
}

.textInfo p {
	margin-bottom: 20px;
	font-size: 15px;
	line-height: 1.6;
	text-indent: 2em;
}

.textInfo table {
	width: 100%;
}

.textInfo table td {
	text-align: center;
}

.textInfo table td p {
	text-align: center;
}

.textInfo table .lead {
	font-weight: bold;
	vertical-align: middle;
}

.textInfo table .ttl {
	font-weight: bold;
	vertical-align: middle;
}

.textInfo img {
	margin: 15px auto 0;
	display: block;
}


/*在线客服*/
.keifu {
	position: fixed;
	top: 10%;
	right: 0;
	width: 131px;
	_position: absolute;
_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.bottom, 10)||0)-(parseInt(this.currentStyle.marginTop, 10)||0)-(parseInt(this.currentStyle.marginBottom, 10)||0)));
	z-index: 990;
}
.keifu_tab {
	width: 160px;
}
.icon_keifu {
	width: 26px;
	height: 100px;
	float: left;
	background: url(../images/keifu.png) 0 0;
	position: relative;
	display: none;
	cursor: pointer;
}
.keifu_box {
	float: left;
	width: 131px;
}
.keifu_tab img {
	display: block;
}
.keifu_head {
	width: 131px;
	height: 41px;
	background: url(../images/keifu.png);
	background-position: 0 -103px;
	font-size: 0;
	line-height: 0;
	position: relative;
}
.keifu_close:link, .keifu_close:visited {
	display: block;
	width: 11px;
	height: 11px;
	background: url(../images/keifu.png) -42px 0;
	position: absolute;
	top: 5px;
	right: 5px;
}
.keifu_close:hover {
	background-position: -60px 0;
}
.keifu_con {
	padding-bottom: 15px;
	border-left: 7px solid #029bdb;
	border-right: 7px solid #029bdb;
	padding-top: 15px;
	background: #fbfbfb;
}
.keifu_con li {
	margin-bottom: 5px;
	padding-left: 12px;
}
.keifu_con li a {
	margin-top: 5px;
	display: inline-block;
}
.keifu_con .weixin {
	height: 96px;
}
.keifu_con .bt {
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	text-align: left;
	padding: 0 0 0 20px;
	color: #012646;
}
.keifu_bot {
	width: 131px;
	height: 8px;
	background: url(../images/keifu_bot.jpg);
}
.news{
	padding:40px 0;
	
}
.news .imgList {
	padding: 10px 0;
}

.news .imgList li {
	margin: 0 1% 20px;
	width: 48%;
	float: left;
	color: #666;
	font-size: 15px;
	list-style: none;
	position: relative;
	border-bottom: 1px dotted #ccc;
}

.news .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;

}

.news .imgList li a:hover {
	background: #2b76c3;
}

.news .imgList li .photo {
	float: left;
	width: 180px;
	height: 150px;
	overflow: hidden;
	position: relative;
	margin-top:10px;
	margin-left:3px;
}

.news .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;
}

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

.news .imgList li .ttl {
	margin-bottom: 10px;
	color: #333;
	font-size: 18px;
	font-weight: bold;
}

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

.news .imgList li .textBox {
	padding: 15px 15px 15px 195px;
}

.news .imgList li .txt {
	color: #999;
	font-size: 15px;
	line-height: 1.8;
}

.txtimg{
	width:20%;
	height:120px;
	float:left;
	margin-right:20px;
	
}
.iconttact {
	padding: 25px 5px 25px;
	border: 1px solid #999;
	background:#025EC3;
}

.iconttact h2 span {
	margin-bottom: -2px;
	padding: 10px 20px 15px;
	display: inline-block;
	color: #fff !important;
	font-weight: bold !important;
	font-size: 20px !important;
	border-bottom: 2px solid #1078F1;
}

.iconttact p {
	margin: 0 10px;
	font-size: 16px;
	color: #fff;
	line-height: 2.2;
}
</pre></body></html>