﻿body,
ul,
ol,
dl,
dd,
p,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
i,
head,
footer,
section,
figure,
figcaption {
	margin: 0;
	padding: 0;
}

ol,
ul,
dl {
	list-style: none;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
	vertical-align: top;
}

input,
textarea {
	outline: none;
	border: none
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.clearfix {
	zoom: 1;
}

body {
	font-family: "微软雅黑"!important;
}

@font-face {
	font-family: 'Bodoni';
	src: url('Bodoni.ttf');
	/* IE9 Compat Modes */
	src: url('Bodoni.ttf') format('embedded-opentype'), /* IE6-IE8 */
	url('Bodoni.ttf') format('woff'), /* Modern Browsers */
	url('Bodoni.ttf') format('truetype'), /* Safari, Android, iOS */
	url('Bodoni.ttf') format('svg');
	/* Legacy iOS */
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: '华康雅宋体';
	src: url('华康雅宋体W9(P).TTF');
	/* IE9 Compat Modes */
	src: url('华康雅宋体W9(P).TTF') format('embedded-opentype'), /* IE6-IE8 */
	url('华康雅宋体W9(P).TTF') format('woff'), /* Modern Browsers */
	url('华康雅宋体W9(P).TTF') format('truetype'), /* Safari, Android, iOS */
	url('华康雅宋体W9(P).TTF') format('svg');
	/* Legacy iOS */
	font-weight: 400;
	font-style: normal
}


/*头部*/

.header {
	width: 1200px;
	margin: 0 auto;
	height: 97px;
}

.header .logo {
	float: left;
	margin-top: 18px;
}

.header_nav {
	float: right;
	margin-top: 15px;
	color: #808080;
}

.header_nav li {
	float: left;
	width: 75px;
	margin-left: 36px;
	font: 16px/82px "微软雅黑";
}

.header_nav li a {
	color: #535353;
	display: block;
	text-align: center;
}

.header_nav li .on {
	color: #0e80e3;
}

.header_nav li:hover a {
	color: #0e80e3;
}


/*头部*/


/*banner*/

.banner {
	width: 100%;
	position: relative;
}

.banner img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
.slideBanner .hd {
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 30px;
	z-index: 9;
}

.slideBanner .hd li {
	display: inline-block;
	font-size: 0;
	width: 12px;
	height: 12px;
	margin: 0 5px;
	border-radius: 50%;
	cursor: pointer;
	background-color: #fff;
}
.slideBanner .hd .on{
	background-color: #0e80e3;
}

/*banner*/


/*公司简介*/

.home_company_intro {
	width: 100%;
	height: 547px;
	background: url(home_intro_bg.jpg) center/cover;
}

.home_company_intro dl {
	width: 1200px;
	margin: 0 auto;
	padding-top: 68px;
}

.home_company_intro dt {
	width: 560px;
	height: 418px;
	float: left;
	background-color: #fff;
}

.home_company_intro dt img {
	width: 544px;
	height: 403px;
	display: block;
	margin: 7px;
}

.home_company_intro dd {
	width: 590px;
	float: right;
}

.home_company_intro dd h2 {
	margin-top: 15px;
}

.home_company_intro dd h2 strong {
	color: #0e80e3;
	position: relative;
	float: left;
	text-transform: uppercase;
	font: bold 29px/29px "Bodoni";
}

.home_company_intro dd h2 strong:before {
	content: "";
	display: block;
	width: 362px;
	left: 160px;
	top: 16px;
	position: absolute;
	border-bottom: 1px solid #ebebed;
}

.home_company_intro dd h2 a {
	float: right;
	color: #bebebe;
	padding-right: 10px;
	display: block;
	height: 32px;
	text-transform: uppercase;
	font: 14px/32px "微软雅黑";
	background: url(home_intro_arrow.png) no-repeat right center;
}

.home_company_intro dd h2 a:hover {
	color: #0e80e3;
}

.home_company_intro dd h3 {
	color: #4b4b4c;
	height: 66px;
	overflow: hidden;
	font: 22px/66px "微软雅黑";
}

.home_company_intro dd p {
	color: #7a7b7c;
	font: 14px/34px "微软雅黑";
}

.home_company_intro ul {
	margin-top: 46px;
}

.home_company_intro li {
	float: left;
	width: 33.3%;
}

.home_company_intro li h4 {
	color: #0e80e3;
	text-align: center;
	height: 48px;
	overflow: hidden;
	font: bold 36px/48px "微软雅黑";
}

.home_company_intro li p {
	color: #555;
	text-align: center;
	height: 34px;
	overflow: hidden;
	font: 14px/34px "微软雅黑";
}


/*公司简介*/


/*产品展示*/

.home_product_display {
	width: 100%;
	height: 528px;
	background: url(home_product_bg.jpg) no-repeat center/cover;
}

.home_common_title {
	padding: 62px 0 36px;
}

.home_common_title h2 {
	color: #0e80e3;
	text-align: center;
	text-transform: uppercase;
	font: bold 29px/32px "Bodoni";
}

.home_common_title p {
	color: #4b4b4c;
	text-align: center;
	font: 18px/32px "微软雅黑";
}

.productScroll {
	width: 1342px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.productScroll .bd {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.productScroll .bd .tempWrap {
	margin-left: -12px;
}

.productScroll .bd li {
	margin: 0 13px 12px;
	float: left;
	width: 280px;
	height: 315px;
	text-align: center;
	position: relative;
	border-radius: 10px;
	box-sizing: border-box;
	background-color: #fff;
	-ms-transition: all .4s ease;
	transition: all .4s ease;
}

.productScroll .bd li:hover h2 {
	color: #0e85e1;
	-ms-transition: all .4s ease;
	transition: all .4s ease;
}

.productScroll .bd li figure {
	width: 100%;
	height: 220px;
	position: relative;
	border-bottom: 1px solid #f2f2f2;
}

.productScroll .bd li figure img {
	width: 235px;
	height: 156px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	position: absolute;
}

.productScroll .bd li h2 {
	color: #3c3c3c;
	padding-top: 15px;
	height: 42px;
	overflow: hidden;
	font: bold 16px/32px "微软雅黑";
}

.productScroll .bd li p {
	color: #ccc;
	text-transform: uppercase;
	height: 27px;
	overflow: hidden;
	font: 12px/27px "微软雅黑";
}

.productScroll .bd li:hover {
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.27);
}

.productScroll .bd li:before,
.productScroll .bd li:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	-ms-transition: all .4s ease;
	transition: all .4s ease;
	border-radius: 10px;
	opacity: 0;
	transform: scale(0);
	z-index: 1;
}
.productScroll .bd li a{
	display: block;
	position: relative;
	z-index: 2;
}
.productScroll .bd li:before {
	border-left: 1px solid #0e80e3;
	border-top: 1px solid #0e80e3;
	transform-origin: left top;
}

.productScroll .bd li:hover:before,
.productScroll .bd li:hover:after {
	transform: scale(1);
	opacity: 1;
}

.productScroll .bd li:after {
	border-right: 1px solid #0e80e3;
	border-bottom: 1px solid #0e80e3;
	transform-origin: right bottom;
}

.productScroll .hd {
	position: absolute;
	width: 100%;
	height: 100%;
}

.productScroll .hd a {
	display: block;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	-ms-border-radius: 50%;
	background-color: #f2f2f2;
	border: 1px solid #e6e6e6;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	cursor: pointer;
	-ms-transition: all .4s ease;
	transition: all .4s ease;
	z-index: 9;
}

.productScroll .hd .prev {
	left: 0;
	background: url(home_product_arrow.png) no-repeat -68px 18px;
}

.productScroll .hd .prev:hover {
	background: #0e85e1 url(home_product_arrow.png) no-repeat 20px 18px;
}

.productScroll .hd .next {
	right: 0;
	background: url(home_product_arrow.png) no-repeat 24px -62px;
}

.productScroll .hd .next:hover {
	background: #0e85e1 url(home_product_arrow.png) no-repeat -62px -62px;
}


/*产品展示*/


/*新闻动态*/

.home_news {
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 70px;
}

.home_news dt {
	float: left;
	width: 587px;
	height: 442px;
	background-color: #fafafa;
}

.home_news dt figure {
	width: 587px;
	height: 320px;
	overflow: hidden;
}

.home_news dt figcaption {
	margin-top: 15px;
}

.home_news dt figure img {
	width: 607px;
	height: 320px;
	-ms-transition: all .4s ease;
	transition: all .4s ease;
	transform: translateX(-20px);
}

.home_news dt time {
	float: left;
}

.home_news dt header {
	float: right;
	width: 440px;
}

.home_news dt:hover img {
	transform: translateX(0);
}

.home_news dt:hover a h2 {
	color: #4995e7;
}

.home_news dt:hover a strong {
	color: #0e80e3;
}

.home_news dd {
	float: right;
	width: 584px;
	margin-top: -12px;
}

.home_news dd li {
	margin-bottom: 14px;
}

.home_news dd header {
	width: 464px;
	float: left;
}

.home_news dd time {
	float: right;
}

.home_news time:before {
	content: "";
	display: block;
	width: 1px;
	height: 48px;
	top: 0;
	bottom: 0;
	margin: auto;
	position: absolute;
	background-color: #e6e6e6;
}

.home_news time {
	width: 106px;
	display: block;
	margin-top: 15px;
	position: relative;
}

.home_news dt time:before {
	right: 0;
}

.home_news dd time:before {
	left: 0;
}

.home_news strong {
	color: #717171;
	display: block;
	text-align: center;
	font: 30px/32px "华康雅宋体";
}

.home_news span {
	color: #717171;
	display: block;
	text-align: center;
	font: 14px/24px "微软雅黑";
}

.home_news a h2 {
	color: #3c3c3c;
	height: 38px;
	overflow: hidden;
	font: bold 16px/38px "微软雅黑";
}

.home_news a p {
	color: #717171;
	height: 42px;
	overflow: hidden;
	font: 14px/21px "微软雅黑";
}

.home_news li:hover a h2 {
	color: #4995e7;
}

.home_news li:hover a strong {
	color: #0e80e3;
}


/*新闻动态*/


/*尾部*/

.footer_link {
	width: 100%;
	background-color: #3e3e3e;
}

.footer_link dl {
	width: 1200px;
	margin: 0 auto;
	padding: 40px 0 16px;
	color: #fff;
}

.footer_link dl a {
	color: #fff;
}

.footer_link dt {
	float: left;
}

.footer_link dt ul {
	float: left;
	margin-right: 142px;
}

.footer_link dt li {
	font: 14px/36px "微软雅黑";
}

.footer_link dt li:hover a {
	opacity: 0.9;
}

.footer_link dt li p {
	font: 14px/36px "微软雅黑";
}

.footer_link dt h2 {
	padding-bottom: 14px;
	font: bold 16px/16px "微软雅黑";
}

.footer_link dd {
	float: right;
}

.footer_link dd p {
	color: #ccc;
	line-height: 46px;
	text-align: center;
}

.footer_info {
	background-color: #333;
}

.footer_info p {
	color: #f2f2f2;
	text-align: center;
	font: 14px/52px "微软雅黑";
}

.footer_info p a {
	color: #f2f2f2;
}

.footer_info p a:hover {
	opacity: 0.8;
}

.footer_info p span {
	color: #cccaca;
}


/*尾部*/


/*产品展示*/

.inner_banner {
	position: relative;
}

.inner_banner img {
	width: 100%;
	height: auto;
}

.clumn_title {
	color: #fff;
	height: 65px;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
}

.clumn_title h2 {
	font: bold 30px/42px "微软雅黑";
	text-shadow: 0 1px 2px rgba(0, 0, 0, 1);
}

.clumn_title p {
	text-transform: uppercase;
	font: 18px/24px "Aparajita";
	text-shadow: 0 1px 2px rgba(0, 0, 0, 1);
}


/*二级栏目*/

.second_clumn {
	width: 100%;
	height: 60px;
	overflow: hidden;
	background-color: #fff;
}

.second_clumn dl {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	
}

.second_clumn dt {
	float: left;
}

.second_clumn dt ul {
	z-index: 2;
	position: relative;
}

.second_clumn dt li {
	width: 165px;
	height: 60px;
	overflow: hidden;
	text-align: center;
	display: inline-block;
	margin-right: 25px;
	font: 16px/60px "微软雅黑";
}

.second_clumn dt li a {
	color: #505050;
}

.second_clumn dt li a.on {
	color: #fff;
}

.second_clumn dt li:hover a {
	color: #fff;
}

.second_clumn dt li a {
	display: block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	-ms-transition-property: color;
	transition-property: color;
	-ms-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.second_clumn dt li a:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: -8px;
	left: 0;
	right: 0;
	bottom: 0;
	height: 68px;
	background: #1e78c7;
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-ms-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-ms-transition-property: transform;
	transition-property: transform;
	-ms-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-ms-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.second_clumn dt li a:hover:before,
.second_clumn dt li a:focus:before,
.second_clumn dt li a:active:before {
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	-ms-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.second_clumn dt li a.on:before {
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	-ms-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.clumnScroll{
	width: 800px;
	position: relative;
	overflow: hidden;
}

.clumnScroll .hd .next {
	display: block;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	-ms-border-radius: 50%;
	background-color: #f2f2f2;
	border: 1px solid #e6e6e6;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	cursor: pointer;
	-ms-transition: all .4s ease;
	transition: all .4s ease;
	z-index: 9;
	right: 0;
	background: url(home_product_arrow.png) no-repeat 24px -62px;
}

.clumnScroll .hd .next:hover {
	background: #0e85e1 url(home_product_arrow.png) no-repeat -62px -62px;
}

.second_clumn dd {
	float: right;
	color: #aaaaaa;
	overflow: hidden;
	padding-left: 24px;
	font: 14px/60px "微软雅黑";
	background: url(clumn_position_icon.png) no-repeat left center;
	background-size: 16px 14px;
}

.second_clumn dd a {
	color: #aaaaaa;
	transition: all 0.4s ease;
	-ms-transition: all 0.1s ease;
}

.second_clumn dd a:hover {
	color: #0e80e3;
}

.second_clumn dd a.on {
	color: #0e80e3;
}

.clumn_position{
	margin-right: -16px;
}
/*二级栏目*/


/*主体内容*/

#container {
	width: 100%;
	overflow: hidden;
	padding: 30px 0;
	min-height: 300px;
	background-color: #f5f5f5;
}

.main_content {
	width: 1200px;
	margin: 0 auto;
}

.product_item ul,
.news_item ul {
	width: 1220px;
	margin-left: -10px;
}

.product_item li,
.news_item li {
	float: left;
	width: 285px;
	margin: 0 10px 30px;
	transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
}

.product_item li figure,
.news_item li figure {
	width: 285px;
	height: 190px;
	overflow: hidden;
	transition: all 0.4s ease;
}

.product_item li img,
.news_item li img {
	width: 285px;
	height: 190px;
}

.product_item li p {
	color: #333;
	text-align: center;
	background-color: #fff;
	height: 56px;
	overflow: hidden;
	position: relative;
	font: 16px/56px "微软雅黑";
	vertical-align: middle;
	-ms-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	-ms-transition-property: color;
	transition-property: color;
	-ms-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.product_item li p:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #1e78c7;
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	-ms-transition-property: transform;
	transition-property: transform;
	-ms-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-ms-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.product_item li:hover p:before,
.product_item li:focus p:before,
.product_item li:active p:before {
	-ms-transform: scaleY(1);
	transform: scaleY(1);
}

.product_item li:hover p {
	color: #fff;
}


/*新闻列表*/

.news_item li figcaption {
	width: 285px;
	height: 105px;
	box-sizing: border-box;
	background-color: #fff;
	padding: 10px 20px;
	display: inline-block;
	vertical-align: middle;
	-ms-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	-ms-transition-property: color;
	transition-property: color;
	-ms-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.news_item li figcaption:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #1e78c7;
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-ms-transition-property: transform;
	transition-property: transform;
	-ms-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-ms-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.news_item li:hover figcaption:before,
.news_item li:focus figcaption:before,
.news_item li:active figcaption:before {
	-ms-transform: scaleY(1);
	transform: scaleY(1);
}

.news_item li h2 {
	color: #333;
	text-align: center;
	height: 35px;
	overflow: hidden;
	font: 16px/35px "微软雅黑";
}

.news_item li:hover h2 {
	color: #fff;
}

.news_item li p {
	color: #b3b3b3;
	text-align: center;
	height: 44px;
	overflow: hidden;
	font: 14px/22px "微软雅黑";
}

.news_item li:hover p {
	color: #fff;
}

.news_item li:hover {
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.27);
}


/*新闻列表*/


/*关于我们*/

.about_us dt {
	float: right;
	width: 544px;
	padding-left: 42px;
	padding-bottom: 13px;
	margin-right: 42px;
}

.about_us dt img {
	width: 544px;
	height: 403px;
}

.about_us dd {}

.about_us dd h2 {
	color: #005aa7;
	font: 33px/33px "微软雅黑";
}

.about_us dd h3 {
	color: #656565;
	text-transform: uppercase;
	font: 12px/40px "微软雅黑";
}

.about_us dd p {
	color: #343434;
	font: 16px/39px "微软雅黑";
}


/*关于我们*/


/*联系我们*/

.contact_us dt {
	width: 619px;
	height: 402px;
	float: left;
}

.contact_us dd {
	width: 465px;
	float: right;
	margin-top: 56px;
}

.contact_us dd h2 {
	color: #000;
	font: 18px/60px "微软雅黑";
}

.contact_us dd p {
	color: #5a5959;
	font: 16px/46px "微软雅黑";
}


/*联系我们*/


/*主体内容*/


/*文章详情页*/

.article {
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 30px;
	background-color: #fff;
}

.articleTitle h2 {
	color: #005aa7;
	text-align: center;
	height: 42px;
	overflow: hidden;
	font: bold 18px/42px 微软雅黑;
}

.articleTitle p {
	text-align: center;
	color: #6c6c6c;
	font: 14px/22px 微软雅黑;
}

.articleTitle p span {
	margin: 0 5px;
}

.articleContent {
	margin: 10px auto;
	min-height: 450px;
	font: 16px/32px "微软雅黑";
}

.articleContent p {
	margin-top: 12px;
	color: #343434;
	font: 16px/32px "微软雅黑";
}

.articleContent * {
	max-width: 100%;
	height: auto;
	margin: 5px 0;
	font: 16px/32px "微软雅黑";
}

.articleTab {
	margin: 0 auto;
	color: #6c6c6c;
	padding-top: 15px;
	font: 14px/32px "微软雅黑";
}

.articleTab dt,
.articleTab dd {
	width: 100%!important;
}

.articleTab a {
	font: 14px/28px "微软雅黑";
	color: #6c6c6c;
}

.articleTab a:hover,
.articleTab a:active {
	color: #005aa7;
}


/*产品展示*/


/*分页 start*/

.pageClass {
	clear: both;
	color: #535353;
	text-align: center;
	margin: 23px 0 20px;
}

.pageClass a {
	color: #535353;
	display: inline-block;
	border: 1px solid #DEDEDE;
}

.pageClass a span {
	font-size: 14px;
	display: inline-block;
	padding: 7px 19px;
}

.pageClass strong {
	display: inline-block;
	font-weight: normal;
}

.pageClass strong span {
	display: inline-block;
	font-size: 14px;
	background: #1e78c7;
	color: #fff;
	text-align: center;
	line-height: 30px;
	padding: 3px 19px;
}


/*end 分页*/


/*在线留言*/

.online_message {
	width: 350px;
	margin: 0 auto;
}

.online_message li {
	height: 45px;
	line-height: 45px;
	background: #f0f2f1;
	width: 350px;
	padding-left: 15px;
	margin-top: 32px;
	position: relative;
}
.online_message .first{
	margin-top: 0;
}
.online_message li i {
	font-size: 18px;
	vertical-align: middle;
	top: 1px;
	color: #999;
}

.online_message li input {
	height: 45px;
	border: 0;
	width: 297px;
	text-indent: 15px;
	background-color: #f0f2f1;
}
.online_message li textarea{
	min-height: 145px;
	width: 297px;
	resize: none;
	text-indent: 15px;
	background-color: #f0f2f1;
}
.online_message li.message_list{
	height: auto;
	min-height: 145px;
}
.online_message li.message_list i{
	top: -118px;
}
.online_message li span {
	position: absolute;
	right: 0;
	bottom: -37px;
	font-size: 13px;
	color: #f00;
}

.online_message .code input{
	width: 208px;
}
.online_message .code img{
	width: 100px;
	height: auto;
	vertical-align: top;
}
.online_message .last{
	padding-left: 0;
}
.online_message li input[type=button]{
	width: 100%;
	color: #fff;
	background-color: #1e78c7;
	border-radius: 8px;
	text-indent: 0;
}
/*在线留言*/