﻿/*Generated by wjdhcms 3.0 */



@charset "utf-8";



/*-----------å…¬ç"¨-----------*/



::-webkit-scrollbar {
 width: 8px;
 height: 8px;
 background-color: #F5F5F5;
}



::-webkit-scrollbar-track {
 border-radius: 10px;
 background-color: #E2E2E2;
}



::-webkit-scrollbar-thumb {
 border-radius: 10px;
 -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
 background-color: #555;
}
* {
	padding: 0;
	margin: 0;
	font-family: 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
}
body {
	font: 14px/1.231 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
	color: #333;
	margin: 0;
	line-height: 1.5;
}
:focus {
	outline: 1;
}
article,  aside,  canvas,  details,  figcaption,  figure,  footer,  header,  hgroup,  menu,  nav,  section,  summary {
	display: block;
}
a {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
input,  select {
	vertical-align: middle;
}
li,  ul {
	list-style-type: none;
}
img {
	border: none;
}
a {
	color: #333;
	text-decoration: none;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
}
a:link,  a:hover,  a:active,  a:visited {
	text-decoration: none;
}
input,  textarea {
	outline: 0;
	border: 0;
}
textarea {
	resize: none;
}
h1,  h2,  h3,  h4,  h5,  h6,  dl,  dd,  dt,  i,  em {
	font-weight: normal;
	font-style: normal;
}
/**banner**/

.banner {
	margin:0 auto;
	width:100%;
	height:800px;
	overflow: hidden;
	position: relative;
}
.fullSlide {
	width:100%;
	position:relative;
	height:100%;
	background:transparent;
}
.fullSlide .bd {
	margin:0 auto;
	height:100%;
	position:relative;
	z-index:0;
	overflow:hidden;
}
.fullSlide .bd ul {
	height:100%;
}
.fullSlide .bd li {
	height:100%;
	overflow:hidden;
	text-align:center;
	background-position:center;
	background-repeat:no-repeat;
	z-index: 99
}
.fullSlide .bd li a {
	display:block;
	height:100%;
}
.fullSlide .hd {
	width:100%;
	position:absolute;
	z-index:1;
	bottom:0;
	left:0;
}
.fullSlide .hd ul {
	text-align:center;
	margin-bottom:10px;
}
.fullSlide .hd ul .on {
	background:#218d00;
}
.fullSlide .prev, .fullSlide .next {
	display:block;
	position:absolute;
	z-index:1;
	top:50%;
	margin-top:-30px;
	left:15%;
	z-index:1;
	width:40px;
	height:60px;
	background:url(../images/slider-arrow.png) -126px -137px #000 no-repeat;
	cursor:pointer;
*filter:alpha(opacity=50);
*opacity:.5;
	display:none;
}
.fullSlide .next {
	left:auto;
	right:15%;
	background-position:-6px -137px;
}
.title {
	margin:50px auto 40px auto;
	width: 1180px;
}
.title h3 {
	text-align: center;
	background: url(../images/title_bg.png) no-repeat center;
}
.title h3 p {
	color: #808080;
	font-size: 14px;
	text-transform: uppercase;
}
.title h3 b {
	color: #06318f;
	font-size: 24px;
	display: block;
}
/*产品中心*/

.pro_bg {
	background-color: #f5f5f5;
	padding:70px 0;
	margin-top: 66px;
}
.pro_box {
	height: 724px;
	overflow: hidden;
}
.pro_top h3 {
	float: left;
}
.pro_top h3 b {
	color: #4c4c4c;
	font-size: 24px;
}
.pro_top h3 p {
	color: #808080;
	font-size: 24px;
}
.pro_top ul {
	float: right;
	margin-top: 24px;
}
.pro_top ul li {
	float: left;
}
.pro_top ul li a {
	width: 116px;
	height: 38px;
	text-align: center;
	line-height: 38px;
	display: block;
	border:1px solid #b2b2b2;
	color: #666666;
	margin:0 10px;
}
.pro_top ul li.on a {
	background-color: #445856;
	border:1px solid #445856;
	color: #fff;
	cursor:pointer;
	box-shadow:0px 15px 30px rgba(68, 88, 86, .5);
	transform:translate3d(0, -2px, 0);
}
.pro_cont {
	margin-top: 30px;
}
.pro_cont ul li {
	float: left;
	width: 366px;
	height: 276px;
	margin:13px;
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.pro_cont ul li:hover {
	cursor:pointer;
	box-shadow:0px 15px 30px rgba(68, 88, 86, .5);
	transform:translate3d(0, -2px, 0);
}
.pro_cont ul li:hover div {
	background-color: #445856;
}
.pro_cont ul li:hover div a {
	color: #fff;
}
.pro_cont ul li>a>img {
	width: 366px;
	height: 226px;
}
.pro_cont ul li div {
	width: 366px;
	height: 50px;
	background-color: #fff;
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.pro_cont ul li div span>a {
	float: left;
	color: #4c4c4c;
	margin:15px 0 0 20px;
}
.pro_cont ul li div>a {
	float: right;
	color: #808080;
	font-size: 12px;
	margin:15px 20px 0 0;
}
/*产品中心*/



/*优势*/

.ys_box h3 {
	background: url(../images/ys_title_bg.png) no-repeat center bottom;
	text-align: center;
	height: 35px;
	margin: 70px 0 60px 0;
	padding-top: 25px;
}
.ys_box h3 b {
	color: #445856;
	font-size: 24px;
	display: block;
}
.ys_box ul li {
	float: left;
}
.ys_box ul li div p {
	color: #4c4c4c;
	font-size: 18px;
	margin-bottom: 10px;
}
.ys1 {
	width: 728px;
}
.ys_box ul li div b {
	color: #cccccc;
	font-size: 40px;
	font-family: "arial";
	margin-bottom: 30px;
	display: block;
	margin-top: 40px;
}
.ys_box .ys2 div {
	background:url(../images/ys_icon.png) no-repeat bottom right;
}
.ys_box ul li div {
	background:url(../images/ys_icon.png) no-repeat top right;
}
.ys_box ul li div i {
	color: #cccccc;
	font-size: 20px;
	font-family: "arial";
	display: block;
	margin-top: 72px;
	margin-bottom: 30px;
}
.ys2 div p {
	color: #4c4c4c;
	font-size: 18px;
	margin-bottom: 10px;
}
.ys1 div img {
	margin-top: 40px;
}
.ys2 {
	margin-left: 60px;
	width: 386px;
}
/*优势结束*/

/*案例*/

.anli_bg {
	margin:70px 0;
	background-color: #f5f5f5;
	padding-bottom: 70px;
}
.anli_title {
	margin:50px 0 50px 0;
}
.anli_title h3 {
	float: left;
}
.anli_title h3 b {
	color: #4c4c4c;
	font-size: 24px;
}
.anli_title h3 p {
	color: #808080;
	font-size: 24px;
}
.anli_title a {
	float: right;
	color: #808080;
	text-transform: uppercase;
	margin-top: 20px;
}
.box01 {
	width:1150px;
	position:relative;
	margin:auto;
}
.box01 ul {
	margin:20px auto 0px;
}
.box01 li {
	float:left;
	width:346px;
	margin:0px 20px;
	height: 384px;
	background-color: #fff;
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	margin-bottom: 30px;
}
.box01 li:hover {
	background-color: #445856;
	cursor:pointer;
	box-shadow:0px 15px 30px rgba(68, 88, 86, .5);
	transform:translate3d(0, -2px, 0);
}
.box01 li:hover p {
	color: #fff;
}
.box01 li:hover span a {
	color: #fff;
}
.box01 li a img {
	width:346px;
	height: 226px;
}
.box01 li span a {
	color: #4c4c4c;
	font-size: 16px;
	margin:40px 0 0 30px;
	display: block;
}
.box01 li p {
	width: 284px;
	height: 38px;
	overflow: hidden;
	margin-left:30px;
	margin-top: 20px;
	color: #808080;
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.box01 ul li span a {
	color: #4c4c4c;
	font-size: 16px;
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.box01 .lefts2 {
	background: url(../images/left.png) no-repeat;
	display: block;
	width: 20px;
	height:43px;
	position: absolute;
	left:-8px;
	top:174px;
}
.box01 .rights2 {
	background: url(../images/right.png) no-repeat;
	display: block;
	width:20px;
	height:43px;
	position: absolute;
	right:-25px;
	top:174px;
}
/*案例*/



/*about*/

.about_bg {
	margin-top: 70px;
}
.about_top ul {
	height: 432px;
	position: relative;
}
.about_top ul span {
	color: #cccccc;
	font-size: 110px;
	font-family: "arial";
	font-weight: bold;
	position: absolute;
	display: block;
	text-transform: uppercase;
	top: 60px;
	left: 0;
	line-height: 86px;
}
.about_font {
	width:508px;
	height: 256px;
}
.about_font h3 b {
	color: #4c4c4c;
	font-size: 20px;
}
.about_top ul li {
	float: left;
}
.about_top ul li>a>img {
	width: 672px;
	height: 432px;
}
.about_top ul li>h3 {
	margin-bottom: 30px;
	margin-top: 180px;
}
.about_top ul li>h3>a {
	color: #4c4c4c;
	font-size: 20px;
}
.about_top ul li>p {
	width: 442px;
	height: 66px;
	overflow: hidden;
	color: #808080;
	margin-bottom: 30px;
}
.about_font a {
	width: 96px;
	height: 26px;
	text-align: center;
	line-height: 26px;
	display: block;
	background-color: #9d9d9d;
	color: #fff;
	font-size: 14px;
}
.about_font a:hover {
	background-color: #445856;
}
/*about结束*/





/*新闻中心*/



.new_box {
	width: 1180px;
	margin:60px auto 50px auto;
}
.new_l_box {
	margin-left: 20px;
}
.new_r {
	overflow: hidden;
}
.new_l {
	width: 718px;
}
.new_l_box {
	width: 718px;
	overflow: hidden;
}
.new_top ul li {
	float: left;
	line-height: 36px;
	color: #4c4c4c;
	font-size: 16px;
	padding:0 16px;
}
.new_top ul li a {
}
.new_top ul li.on {
	color: #445856;
}
.new_top ul span a {
	line-height: 36px;
	float: right;
}
.new_top {
	width: 718px;
	height: 36px;
	border-bottom: 6px #f5f5f5 solid;
	background:url(../images/new_title.png) no-repeat center left;
	margin-bottom: 14px;
}
.new_top2 {
	width: 375px;
}
.new_cont ul div {
	width: 718px;
	height:152px;
	background-color: #f5f5f5;
}
.new_cont ul div>a>img {
	width: 182px;
	height:112px;
	margin:20px;
	float: left;
}
.new_cont ul div>i {
	float: left;
	margin-left: 10px;
}
.new_cont ul div>i>a {
	color: #4c4c4c;
	margin-top: 40px;
	text-overflow: ellipsis;
	display: block;
	margin-bottom: 20px;
	white-space: nowrap;
	overflow: hidden;
}
.new_cont ul div>i>a:hover {
	color: #445856;
}
.new_cont ul div>i p {
	color: #808080;
	width: 408px;
	height: 40px;
	overflow: hidden;
}
.new_cont ul li {
	line-height: 54px;
	border-bottom: 1px dashed #e5e5e5;
	background:url(../images/new_icon.png) no-repeat center left;
	padding-left: 20px;
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.new_cont ul li a {
	color: #666666;
}
.new_cont ul li:hover {
	border-bottom: 1px dashed #445856;
	background:url(../images/new_icon2.png) no-repeat center left;
}
.new_cont ul li:hover a {
	color: #445856;
}
.new_cont ul li i {
	float: right;
}
.ques_con li {
	background-color: #f5f5f5;
	width: 376px;
	height: 82px;
	margin:10px 0;
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.ques_con li:hover {
	background-color: #445856;
}
.ques_con li:hover a, .ques_con li:hover p {
	color: #fff;
}
.ques_con li a, .ques_con li p {
	color: #4c4c4c;
}
.ques_con li a {
	display: block;
	padding:20px 0 0 20px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.ques_con li p {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin:6px 0 0 20px;
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

/*新闻中心*/
