/*网站基本定义*/
@charset "utf-8";
/* CSS Document */

/*网站基本定义*/
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    -webkit-appearance: none;
}
div,form,img,ul,ol,li,dl,dt,dd,p,tr,td,input,body,strong,span,pre{margin:0; padding:0; border:0; background-repeat:no-repeat;}
h1,h2,h3,h4,h5,h6,p{ margin:0; padding:0; font-weight:normal;font-size:16px}
body{ font-family:"Microsoft YaHei" !important; font-size:14px;margin:0px;padding:0px;color:#1a1a1a;line-height:21px;height:auto;-webkit-text-size-adjust: none;-moz-text-size-adjust:none; -ms-text-size-adjust: none;text-size-adjust: none;}
img{ border:0px;}
ul,li{ list-style:none;}
em{font-style:normal;}
a{ text-decoration:none; color:#1a1a1a;}
a.hover{text-decoration:none; color:#00a1e9;}
.del_float{ clear:both; line-height:0; height:0; font-size:0;}
a,area{blr:expression(this.onFocus=this.blur())}


/*网站基本定义*/
input{font-family:"Microsoft Yahei" !important ; background:none; outline: none;}
.clearfix:after{visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}
.clearfix{*zoom:1;}
.web{ width:1260px; margin:0 auto; }



.container {
	width: 95%;
	max-width: 1230px;
	margin: 0 auto;
}

#header {
	width: 100%;
	background: #ffffff;
	border-bottom: 1px solid #dedede;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999;
}
#header .logo {
	width: 464px;
	display: inline-block;
	margin-right: 20px;
	overflow: hidden;
}
#header .logo a {
	display: block;
}
#header .logo img {
	vertical-align: middle;
}
#header .top_code {
	display: none;
	float: right;
	width: 120px;
	height: 120px;
	margin-top: 10px;
	margin-right: 20px;
}
#header .top_code img {
	max-width: 100%;
	max-height: 100%;
}
.logo_desc {
	float: right;
	width: 350px;
	margin-top: 35px;
	text-align: right;
}
.logo_desc div.tel {
	display: inline-block;
	font-size: 30px;
	font-weight: bold;
	color: #125196;
	padding-left: 30px;
	position: relative;
	height: 30px;
	line-height: 30px;
}
.logo_desc div.tel:before {
	content: '';
	background: url(../images/top_tel.png) left center no-repeat;
	width: 30px;
	height: 30px;
	background-size: cover;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -15px;
}
body, button, input, select, textarea {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑", "Microsoft Yahei", "Arial", "Verdana", "sans-serif";
	font-size: 14px;
	background: #fff
}
.h_search {
	width: 100%;
	padding: 4px 0;
}
.h_search .form1 {
	max-width: 1280px;
	margin: 0 auto;
	line-height: 59px;
}
.h_search .form_text1 {
	float: left;
	width: 75%;
	height: 50px;
	line-height: 28px;
	text-indent: 10px;
	outline: none;
	background: #f1f1f1;
	margin: 3px 0;
	font-size: 14px;
	border-radius: 0 0 0 4px;
}
.h_search .form_button1 {
	float: left;
	width: 25%;
	height: 50px;
	background: #7a9bba;
	border: 0;
	outline: none;
	color: #FFF;
	margin: 3px 0;
	cursor: pointer;
	border-radius: 0 0 4px 0;
	font-size: 16px;
}
.h_search .form_button1:hover {
	background: #7a9bba;
}
/*导航*/
#nav {
	background-color: #f4f4f4;
	width: 100%;
	position: fixed;
	top: 90px;
	z-index: 999999;
	box-shadow: 0px 3px 6px 0px rgba(127,127,127,0.20);
}
#nav ul li {
	float: left;
	width: 12%;
	margin: 0 0.6%;
}
#nav ul li a {
	color: #000;
	width: 98%;
	padding: 0 1%;
	font-size: 16px;
	text-align: center;
	height: 50px;
	line-height: 50px;
	padding-bottom: 2px;
	display: inline-block;
	cursor: pointer;
	position: relative;
	overflow: visible;
	-webkit-transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms;
	transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms;
}
#nav ul li a:after {
	content: '';
	display: block;
	width: 0;
	margin: 0 auto;
	height: 2px;
	background: #00a0e9;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}
#nav ul li a:hover {
	color: #00a0e9;
}
#nav ul li a:hover:after {
	width: 50%;
}
#nav ul li a.active:after {
	width: 50%;
}
#nav .top {
	display: none;
}
#nav .logo {
	display: none;
}


.h_tlt1 {
	width: 100%;
	text-align: center;
	position: relative;
	padding-bottom: 10px;
}
.h_tlt1:after {
	content: '';
	width: 60px;
	height: 2px;
	background: #7a9bba;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -30px;
}
.h_tlt1 h2 {
	font-size: 32px;
	font-weight:normal;
	color: #333;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	height: 40px;
	line-height: 40px;
	margin-right: 5px;
	padding-bottom:12px;
	font-weight:bold;
}

.product {
	background:#f5f5f5;
	width: 100%;
	padding: 40px 0px;
	margin: 0px auto;
}
.product .bd {
	width: 95%;
	max-width: 1230px;
	height: 370px;
	margin: 0px auto;
	margin: 40px auto 40px;
	overflow: hidden;
}
.product .bd li {
	position: relative;
	display: block;
	float: left;
	width: 22.5%;
	height: 370px;
	background: url(../images/product-bg.png) no-repeat;
	background-size: 100% 100%;
	background-position: left top;
	margin: 0 15px 0 15px;
	overflow: hidden;
}
.product .bd li>a {
	display: block;
	display: flex;
	justify-content: center;
	align-items: center;
	display: -webkit-box;
	-webkit-box-pack: center;
	-webkit-box-align: center;
}
.product .bd li .img {
	max-width: 100%;
	max-height: 100%;
	width: 100%;
	margin: 30px auto 0px auto;
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}
.product .bd li .name {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 60px;
	overflow: hidden;
	background: #7a7b7b;
	color: #fff;
	text-align: center;
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}
.product .bd li .name p a {
	display: block;
	height: 60px;
	line-height: 60px;
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.product .bd li .name span a {
	color: #fff;
	display: block;
	background: url(../images/product-line.png) no-repeat;
	background-position: center bottom;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	padding: 0 10px 12px;
	height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.product .bd li:hover .img {
	margin-top: 20px;
}
.product .bd li:hover .name {
	height: 110px;
	background: #7a9bba;
}
.product .arrow {
	margin: 0px auto;
	text-align: center;
}
.product .arrow a {
	position: relative;
	display: inline-block;
	width: 90px;
	height: 28px;
	border: 1px solid #ddd;
	border-radius: 30px;
	margin: 0px 10px;
	overflow: hidden;
	cursor: pointer;
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}
.product .arrow a:hover {
	background-color: #7a9bba;
	border: 1px solid #7a9bba;
}
.product .arrow a:hover img {
	margin-top: -28px;
}

/*首页产品展示*/
.h_products {
	width: 100%;
	background: #fff;
}
.h_products_in {
	width: 90%;
	max-width: 1230px;
	margin: 0 auto;
	padding: 10px 0 10px;
}
.h_products .pro_bd {
	margin-top: 40px;
}
.h_products .pro_bd ul li {
	float: left;
	width: 22%;
	margin-right: 3.5%;
	margin-bottom: 30px;
	height: 305px;
}
.h_products .pro_bd ul li>div {
	display: block;
	background: #fff;
	padding-bottom: 10px;
	position: relative;
	background: #fff;
	box-shadow: 0px 0px 6px 0px rgba(127,127,127,0.30);
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}
.h_products .pro_bd ul li:nth-child(4n) {
	margin-right: 0px;
}
.h_products .pro_bd ul li a {
	display: block;
}
.h_products .pro_bd ul li a .pro_img {
	text-align: center;
	width: 100%;
	height: 245px;
	background: #fff;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	overflow: hidden;
}
.h_products .pro_bd ul li a .pro_img img {
	vertical-align: middle;
	max-width: 90%;
	max-height: 90%;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}
.h_products .pro_bd ul li a .pro_img .iblock {
	display: inline-block;
	height: 100%;
	width: 0;
	vertical-align: middle
}
.h_products .pro_bd ul li a p {
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 15px;
	text-align: center;
	color: #555;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.h_products .pro_bd ul li a p:after {
	content: '';
	display: block;
	width: 30px;
	height: 2px;
	margin: -5px auto 0;
	background: #7a9bba;
}
.h_products .pro_bd ul li:hover>div {
	margin-top: -5px;
	box-shadow: 0px 5px 10px 5px #e1dddd;
}

.clearfix:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
}
.clearfix {
	zoom: 1;
}
.clear {
	clear: both;
}
.h_more {
	width: 120px;
	margin: 20px auto 30px;
	display: block;
	padding: 0 20px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #7a9bba;
	text-align: center;
	font-size: 14px;
	color: #7a9bba;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}
.h_more:hover {
	background: #7a9bba;
	color: #fff;
}