@charset "utf-8";
/* CSS Document */
body {
	font-size: 12px;
	font-family: Arial, "microsoft yahei";
	color: #21282e;
}
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
	margin: 0;
	padding: 0;
}
.clear{clear:both;}
.clearfix:after, .clearfix:before{ display: table; content: ""; line-height: 0;}
.clearfix:after{ clear:both;}
ul, li, ol {
	list-style: none;
}
a {
	text-decoration: none;
	color: #21282e;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
img {
	border: 0;
}
.box1 {
	width: 1200px;
	margin: 0 auto;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}
.box {
	width: 1200px;
	margin: 0 auto;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	position: relative;
}
/* 导航 */
.head {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 9999;
	background: #fff;
	height: 120px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}
.heg {
	height: 100px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}
.logo {
	width: 288px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}
.logo img {
	width: 100%;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}
.nav {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	margin-top: 15px;
}
.nav ul li {
	cursor: pointer;
	float: left;
	height: 42px;
	font-size: 16px;
	padding-left: 28px;
	padding-right: 28px;
	margin-top: 28px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}
.nav ul li .a1, .nav:hover ul .li .a1 {
	position: relative;
	height: 42px;
	overflow: hidden;
	display: block;
	background: url(../images/1_05.jpg) center bottom no-repeat;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
.nav ul li .p1, .nav:hover ul .li .p1 {
	height: 42px;
	position: relative;
	text-transform: uppercase;
	width: 100%;
	line-height: 42px;
	top: 0px;
	left: 0px;
	color: #1a1a1a;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}
.nav ul li .p2, .nav:hover ul .li .p2 {
	height: 42px;
	position: absolute;
	width: 100%;
	line-height: 42px;
	top: 42px;
	left: 0px;
	color: #0e78d0;
	text-align: center;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}
.nav ul li:hover .a1, .nav ul .li .a1, .nav:hover ul .li:hover .a1 {
	background: url(../images/1_05a.jpg) center bottom no-repeat;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
.nav ul li:hover .p1, .nav ul .li .p1, .nav ul .li:hover .p1 {
	top: -42px;
}
.nav ul li:hover .p2, .nav ul .li .p2, .nav ul .li:hover .p2 {
	top: 0px;
}
.nav ul .li_on .div1 {
	background: #000;
	position: absolute;
	width: 100%;
	top: 120px;
	opacity: 0.85;
	left: 0px;
	overflow: hidden;
	border-top: 1px solid #ddd;
	display: none;
}
.nav ul .li_on .div1 .p3 {
	float: left;
	width: 15%;
	padding: 35px 0;
	margin-left: 50px;
}
.nav ul .li_on .div1 .p3 a {
	display: block;
	color: #fff;
	font-size: 12px;
	margin-bottom: 10px;
	position: relative;
	right: 0px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
	font-weight: normal;
}
.nav ul .li_on .div1 .p3 .aa1 {
	font-size: 16px;
	margin-bottom: 20px;
	font-weight: bold;
	color: #fff;
}
.nav ul .li_on .div1 .p3 .aa1 span {
	font-family: 微软雅黑;
	margin-left: 15px;
}
.nav ul .li_on .div1 .p3 a:hover {
	color: #0e78d0;
	right: -10px;
}
.nav ul .li_on .div1 .p4 {
	float: right;
}
.nav ul .li_on .div1 .p4 {
	width: 20%;
	padding-top: 30px;
}
.nav ul .li_on .div1 .p4 .pp1 {
	float: left;
}
.nav ul .li_on .div1 .p4 .pp2 {
	float: right;
}
.nav ul .li_on .div1 .p4 .pp2 .ppp1 {
	color: #333;
	font-size: 18px;
	padding-top: 40px;
	font-weight: bold;
}
.nav ul .li_on .div1 .p4 .pp2 .ppp2 {
	border: 1px solid #434343;
	width: 100px;
	text-align: center;
	height: 31px;
	line-height: 31px;
	background: #fff;
	font-size: 14px;
	color: #000;
	font-weight: bold;
	border-radius: 2px;
	margin-top: 25px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
.nav ul .li_on .div1 .p4 .pp2 .ppp2:hover {
	background: #2266b9;
	color: #fff;
	border: 1px solid #2266b9;
}
/* 导航 end */

/* 在线客服 */

#floatDivBoxs{width:170px;background:#fff;position:fixed;top:300px;right:0;z-index:999;}
#floatDivBoxs .floatDtt{width:100%;height:45px;line-height:45px; background:#0e78d0;color:#fff;font-size:18px;text-indent:22px;position:relative;}
#floatDivBoxs .floatDqq{padding:0 14px;}
#floatDivBoxs .floatDqq li{height:45px;line-height:45px;font-size:15px;border-bottom:1px solid #e3e3e3; padding:0 0 0 50px;}
#floatDivBoxs .floatDtxt{font-size:18px;color:#333;padding:12px 14px;}
#floatDivBoxs .floatDtel{padding:0 0 15px 10px;}
#floatDivBoxs .floatDtel img{display:block;}
#floatDivBoxs .floatDbg{width:100%;height:20px;background:url(../images/online_botbg.jpg) no-repeat;box-shadow:-2px 0 3px rgba(0,0,0,0.25);}
.floatShadow{ background:#fff;box-shadow:-2px 0 3px rgba(0,0,0,0.25);}
#rightArrow{width:50px;height:45px;background:url(../images/online_arrow.jpg) no-repeat;position:fixed;top:300px;right:170px;z-index:999;}
#rightArrow a{display:block;height:45px;}

/* 在线客服 end */












.banner {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 120px;
	width: 100%;
}
.banner .bd {
	position: relative;
	z-index: 0;
	margin: 0 auto;
	overflow: hidden;
}
.about {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.box {
	width: 1200px;
	margin: 0 auto;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	position: relative;
}
.ab1 {
	margin-top: 40px;
	text-align: center;
}
.ab2 {
	margin-top: 50px;
	width: 1200px;
	hight: auto;
}
.ab2-1 {
	width: 361px;
	height: 331px;
	float: left;
}
.ab2-2 {
	width: 415px;
	height: auto;
	float: left;
	margin-left: 50px;
}
.ab2-2 h1 {
	color: #0e78d0;
	font-size: 22px;
	font-weight: bold;
}
.ab2-2 span {
	color: #000;
	font-size: 16px;
	line-height: 30px;
}
.ab2-2 p {
	font-size: 14px;
	line-height: 26px;
	padding-top: 10px;
}
.ab2-2 .more {
	border: 1px solid #0e78d0;
	background: #fff;
	width: 130px;
	height: 40px;
	text-align: center;
	margin-top: 10px;
}
.ab2-2 .more:hover {
	width: 130px;
	height: 40px;
	background: #0e78d0;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 40px;
	margin-top: 10px;
}
.ab2-2 .more a {
	color: #0e78d0;
	font-size: 14px;
	text-align: center;
	line-height: 40px;
}

.ab2-2 .more a:hover {
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 40px;
}
.ab2-3 {
	float: right;
}
.ab3-3 {
	
}
.product {
	width: 100%;
	position: relative;
	height: 756px;
	background: #f1f1f1;
	margin-top: 55px;
}
.product .pro.clearfix {
	width: 1200px;
	margin: 0 auto;
	height: auto;
}
.product .pro.titer {
	text-align: center;
	padding-top: 45px;
}
.case {
    width: 100%;
    position: relative;
    height: auto;
	
	padding-top:20px;
	text-align: center;

}
.case-1 h2 {
	background:url(../images/d.png) 0px no-repeat;
	padding-left: 20px;
 
}
.casek {
    width: 100%;
   /* background: #f9f9f9;*/
    height: 370px;
 
    padding-bottom: 30px;
}
.case.titer {
    width: 1200px;
    margin: 0 auto;
	margin-bottom: 30px;
	text-align:center;
}
.service {
	width: 100%;
	position: relative;
	height: auto;
	margin-top: 55px;
	padding-top: 30px;
	background:#c4c4c4;
height:450px;
}
.service .ser {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	margin-top: 20px;
}
.service .ser .titer {
	text-align: center;
}
.service .ser.icon {
	text-align: center;
	height: 205px;
	margin-top: 50px;
}
.service .ser.icon .icon-1 {
	width: 160px;
	height: 133px;
	position: relative;
}
.icon-1:hover {
	background: url(../images/f-1.png);
	width: 160px;
	height: 133px;
}
.icon-1 p {
	font-size: 14px;
	width: 160px;
	text-align: center;
}
.service .ser .titer h2 {
	font-size: 18px;
	font-weight: lighter;
	float: left;
	margin-top: 50px;
	padding-left: 10px;
}
.service .ser .titer em {
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background: #0e78d0;
	float: left;
	margin-top: 58px;
}
.footer {
	
	width: 100%;
	background: #333;
	height: 282px;
	color: #fff;
	position: relative;
}
.foot {
	width: 1200px;
	margin: 0 auto;
	padding-top: 30px;
}
.foot-1 {
	width: 434px;
	float: left;
	margin-top: 70px;
}
.foot-1 p {
	font-size: 14px;
	color: #fff;
	line-height: 29px;
}
.foot-1 p span a {
    font-size: 14px;
    color: #fff;
    
}
.foot-1 p span a:hover {
	text-decoration:underline;
}
.foot-2 {
	width: 230px;
	float: left;
	margin-left: 100px;
	margin-top: 20px;
}
.foot-2 h3 {
	font-size: 24px;
	font-weight: 600;
	border-bottom: 3px solid #fff;
	width: 100px;
	color: #fff;
	line-height: 50px;
}
.foot-2 p {
	font-size: 14px;
	color: #fff;
	margin-top: 20px;
	line-height: 29px;
}
.foot-3 {
	float: right;
}
/* banner css */
.flexslider {
	margin: 0px auto 20px;
	position: relative;
	width: 100%;
	height: 510px;
	overflow: hidden;
	zoom: 1;
}
.flexslider .slides li {
	width: 100%;
	height: 100%;
}
.flex-direction-nav a {
	width: 70px;
	height: 70px;
	line-height: 99em;
	overflow: hidden;
	margin: -35px 0 0;
	display: block;
	background: url(../images/ad_ctr.png) no-repeat;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .3s ease;
	border-radius: 35px;
}
.flex-direction-nav .flex-next {
	background-position: 0 -70px;
	right: 0;
}
.flex-direction-nav .flex-prev {
	left: 0;
}
.flexslider:hover .flex-next {
	opacity: 0.8;
	filter: alpha(opacity=25);
}
.flexslider:hover .flex-prev {
	opacity: 0.8;
	filter: alpha(opacity=25);
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
	opacity: 1;
	filter: alpha(opacity=50);
}
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 10px;
	text-align: center;
}
.flex-control-nav li {
	margin: 0 2px;
	display: inline-block;
	zoom: 1;
 *display: inline;
}
.flex-control-paging li a {
	background: url(../images/dot.png) no-repeat 0 -16px;
	display: block;
	height: 16px;
	overflow: hidden;
	text-indent: -99em;
	width: 16px;
	cursor: pointer;
}
.flex-control-paging li a.flex-active, .flex-control-paging li.active a {
	background-position: 0 0;
}
.flexslider .slides a img {
	width: 100%;
	height: 510px;
	display: block;
}

/* banner css  end */

/* news css */
.news {
	width: 327px;
	font-size: 14px;
}
.news .hd {
	height: 42px;
	line-height: 42px;
	position: relative;
}
.news .hd ul {
	float: left;
	position: absolute;
	height: 42px;
}
.news .hd ul li {
	float: left;
	padding: 0 15px;
	cursor: pointer;
	margin-right: 10px;
	border: 1px solid #666;
	line-height: 40px;
	border-radius: 5px;
}
.news .hd ul li.on {
	height: 40px;
	background: #0e78d0;
	color: #fff;
	margin-right: 10px;
	line-height: 40px;
}
.news .bd ul {
	padding-top: 20px;
}
.news .bd li {
	height: 30px;
	line-height: 30px;
}
.news .bd li .date {
	float: right;
	color: #999;
}
.bd a:hover {
	color: #0e78d0;
}
.bd a {
	color: #666;
}
/* news css end */


.list ul li .inactives {
    background: #0e78d0;
      
    color: #fff;
}

.sol {
	width: 1200px;
	font-size: 14px;
	margin-top: 30px;
}
.sol .hd {
	height: 42px;
line-height: 42px;
position: relative;
width: 490px;

margin: 0 auto;

	
}
.sol .hd ul {
	float: left;
	position: absolute;
	height: 42px;
}
.sol .hd ul li {
	float: left;
	padding: 0 15px;
	cursor: pointer;
	margin-right: 10px;
	border: 1px solid #666;
	line-height: 40px;
	border-radius: 5px;
}
.sol .hd ul li.on {
	height: 40px;
	background: #0e78d0;
	color: #fff;
	margin-right: 10px;
	line-height: 40px;
}
.sol .bd ul {
	padding-top: 20px;
}
.sol .bd li {
	height: 30px;
	line-height: 30px;
}
.sol .bd li .date {
	float: right;
	color: #999;
}























/* products css */
.tabox {
	width: 1200px;
	margin: 30px auto;
}
.tabox .hd {
	overflow: hidden;
	height: 42px;
	margin-left: 225px;
}
.tabox .hd li {
	border: 1px solid #666;
	border-radius: 5px;
	position: relative;
	height: 39px;
	line-height: 39px;
	text-align: center;
	width: 124px;
	float: left;
	font: normal 14px/39px "Microsoft YaHei";
	_font-weight: bold;
	cursor: default;
	font-size: 16px;
	margin-right: 30px;
}
.tabox .hd li.on {
	width: 124px;
	background: #0e78d0;
	color: #fff;
	font-size: 16px;
	border-radius: 5px;
}
.tabox .bd {
	margin-top: 40px;
}
.tabox .lh {
	overflow: hidden;
	width: 1231px;
	margin-left: -14px;
}
.tabox .lh li {
	width: 277px;
	float: left;
	height: 203px;
	border: 1px solid #ddd;
	margin: 14px;
}
.tabox .lh li .p-img {
	width: 277px;
	height: 162px;
	margin: 0 auto;
	text-align: center;
}
.tabox .lh li:hover .p-img {
	  transform: scaleX(1.1) scaleY(1.1);
}
.tabox .lh li .p-name {
	height: 41px;
	line-height: 41px;
	word-break: break-all;
	word-wrap: break-word;
	overflow: hidden;
	text-align: center;
	background: #000;
	opacity: 0.9;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
.tabox .lh li:hover .p-name {
	right: -10px;
	background: #666;
	transition: all 0.4s linear 0s;
}
.tabox .lh li .p-name a {
	color: #fff;
	font-size: 14px;
}
.tabox .lh li .p-name a:hover {
	
	font-size: 14px;
}
.tabox .lh li .p-price {
	color: #999;
}
.tabox .lh li .p-price strong {
	color: #c00;
	font-size: 14px;
	font-family: verdana;
}
/* products css end */
		
		
/* service css*/		
#order_nav {
	margin-top: 50px;
	background: #fff;
	position: relative;
}
#order_nav .list {
	margin: 0 auto;
	margin-left: 82px;
}
#order_nav .list li {
	width: 116px;
	height: 116px;
	float: left;
	border-radius: 50%;
	position: relative;
	margin: 0 70px 0px 0px;
	position: relative;
	cursor: pointer;
	-webkit-transition: .4s all;
	-moz-transition: .4s all;
	-ms-transition: .4s all;
	transition: .4s all;
}
#order_nav .list li a {
	display: block;
	width: 100%;
	height: 100%;
}
#order_nav .list li .cycle_mark {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}
#order_nav .list li .ico {
	width: 102px;
	height: 102px;
	position: absolute;
	left: 7px;
	top: 7px;
	background: #666 url(../images/rotate.png);
	border-radius: 50%;
	z-index: 1;
	-webkit-transition: .4s all;
	-moz-transition: .4s all;
	-ms-transition: .4s all;
	transition: .4s all;
}
#order_nav .list li ._1 {
	background-position: 0px 0px;
}
#order_nav .list li ._2 {
	background-position: -102px 0px;
}
#order_nav .list li ._3 {
	background-position: -204px 0px;
}
#order_nav .list li ._4 {
	background-position: -306px 0px;
}
#order_nav .list li ._5 {
	background-position: -408px 0px;
}
#order_nav .list li ._6 {
	background-position: -510px 0px;
}
#order_nav .list li p {
	width: 100%;
	position: absolute;
	left: 0;
	top: 126px;
	text-align: center;
}
#order_nav .list li p span {
	font-size: 16px;
	color: #414141;
	display: block;
}
#order_nav .list li p strong {
	font-size: 12px;
	color: #f00;
	display: block;
}
#order_nav .list li.on {
	background: rgba(0,0,0,.5);
}
#order_nav .list li.on .ico {
	background-color: #0e78d0;
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}
.ico._1 font {
	font-size: 12px;
	color: #666;
}
/* service css end*/
.gallery img{
width: 270px;
height: 360px;
border:1px solid #ccc;
padding:1px;}


.gallery li{
width: 300px;
float: left;
height: 375px;}
.page_honor.clearfix {
    width: 100%;
    margin-top: 30px;
}

/* case css */


.case .parHd {
	height: 30px;
	line-height: 30px;
	background: #f4f4f4;
	padding: 0 20px;
	border-bottom: 1px solid #ddd;
	position: relative;
}
.case .parHd ul {
	float: left;
	position: absolute;
	left: 20px;
	top: -1px;
	height: 32px;
}
.case .parHd ul li {
	float: left;
	padding: 0 15px;
	cursor: pointer;
}
.case .parHd ul li.on {
	height: 30px;
	background: #fff;
	border: 1px solid #ddd;
	border-bottom: 2px solid #fff;
}
.case .slideBox {
	overflow: hidden;
	zoom: 1;
	margin-left: -35px;
	padding: 0px 0 0px 50px;
	position: relative;
	height: 168px;
}
.case .sPrev, .case .sNext {
	position: absolute;
	left: 5px;
	top: 1px;
	display: block;
	width: 40px;
	height: 160px;
	background: url(../images/icoLeft.png) center center no-repeat #bec0c1;
}
.case .sNext {
	left: auto;
	right: 5px;
	width: 40px;
	margin-right: -5px;
	height: 160px;
	background: url(../images/icoRight.png) center center no-repeat #bec0c1;
}
.case .sPrev:hover, .case .sNext:hover {
	border-color: #f60;
}
.case .parBd ul {
	overflow: hidden;
	zoom: 1;
}
.case .parBd ul li {
	margin: 0 8px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
}
.case .parBd ul li .pic {
	text-align: center;
}
.case .parBd ul li .pic img {
	width: 173px;
height: 130px;
	display: block;
	border: 1px solid #ccc;
}
.case1 {
	width: 1140px;
	position: relative;
	bottom: -20px;
}
.case .parBd ul li .pic a:hover img {
	border-color: #999;
}
.case .parBd ul li .title {
	line-height: 24px;
}
.tempWrap {
	margin-top: 15px;
}
/* case css  end*/

a, ins {
	text-decoration: none
}
a, hr {
	padding: 0
}
ins, mark {
	background-color: #ff9;
	color: #000
}
mark {
	font-style: italic;
	font-weight: 700
}
blockquote, q {
	quotes: none
}
blockquote:after, blockquote:before, q:after, q:before {
	content: '';
	content: none
}
del {
	text-decoration: line-through
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help
}
caption, td, th {
	text-align: left;
	font-weight: 400
}
hr {
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0
}
input, select {
	vertical-align: middle;
	border: 0
}
/*-------------------------归零样式END，请于样式表最前面调用-------------------------*/

/*-----------------自定义按钮样式，移动端不需要，PC端根据实际情况选择----------------*/
.demo {
	width: 361px;
	height: 331px;
	font-size: 14px;
	position: relative;
}
.demo a.control {
	position: absolute;
	display: block;
	top: 50%;
	margin-top: -50px;
	width: 76px;
	height: 112px;
	cursor: pointer;
	z-index: 2;
	background: url(../images/buttons.png) no-repeat
}
.demo a.prev {
	left: 0;
	background-position: 0 0
}
.demo a.next {
	right: 0;
	background-position: -76px 0
}
.demo a.prev:hover {
	background-position: 0 -112px
}
.demo a.next:hover {
	background-position: -76px -112px
}




#banner2 {
    margin-top: 120px;
    height: 400px;
    width: 100%;
	overflow: hidden;
    position: relative;
}
.page_main {
    width: 100%;
   
    margin: 0 auto;
}
.page_box {
    width: 1200px;
    margin: 50px auto;
}
.page_box .page_left {
    float: left;
    width: 260px;
    background: #fff;
    position: relative;
    z-index: 999;
}

.page_left_title dd {
    font-size: 18px;
    color: #fff;
    text-align: center;
	line-height: 48px;
	
}
.page_left_title dt {
    font-size: 16px;
    color: #fff;
    text-align: center;
    font-family: Arial;
}
.page_left_title {
  background: #0e78d0;
height: 48px;
padding: 0px 20px;
}
.wrap-menu {
    margin: 2px auto;
    overflow: hidden;
    width: 260px;
    font: 14px/1.5 Tahoma, Arial, sans-serif;
}
.wrap-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.wrap-menu ul li {
    white-space: nowrap;
	text-align:center;
}
.wrap-menu ul li .select {
    background: #a44c20;
    color: #fff;
}
.wrap-menu ul li h5 {
    cursor: pointer;
    height: 100%;
    width: 100%;
    margin: 0 0 1px 0;
    font: 14px/40px '微软雅黑';
    color: #333;
    background: #efefef;
}
.wrap-menu ul li h5 a {
    color: #333;
    display: block;
}
.wrap-menu ul li h5 a:hover {
    
	 background: #0e78d0;
	 color: #fff;
}
.wrap-menu ul li .select a {
    color: #fff;
    background: #a0a1a1;
}
.wrap-menu ul li .select a:hover {
    color: #fff;
    background: #0e78d0;
}
.page_left_tel {
    margin-top: 36px;
}

.page_left_tel h3 {

    background: #0e78d0;
    line-height: 40px;
    height: 40px;
    color: #fff;
    font-size: 16px;
    text-align: center;

}
.page_left_con {
    border: 1px solid #eee;
        border-top-width: 1px;
        border-top-style: solid;
        border-top-color: rgb(238, 238, 238);
    width: 218px;
    border-top: 0px;
    padding: 20px;
    line-height: 24px;
}
.page_left_con span {
    display: block;
    margin-top: 10px;
    color: #0e78d0;
    font-weight: bold;
    font-size: 14px;
}
.page_main .page_right {
    width: 900px;
    float: right;
}
.page_location {
    width: 875px;
    height: 40px;
    line-height: 40px;
    border-bottom: solid 1px #ddd;
    background: url(../images/tion.png) 0 13px no-repeat;
    font-size: 14px;
    color: #333;
    padding-left: 25px;
}
.page_location a {
    font-size: 14px;
    color: #666;
    padding: 0 4px;
}
.page_location {
    line-height: 40px;
    font-size: 14px;
    color: #333;
}

.page_content {

    width: 900px;
    margin-top: 30px;
    font-size: 14px;
    line-height: 26px;

}

/*图片列表*/
.product-box {
    width: 900px;
    margin-top: 40px;
}
.product-box .product_list {

    width: 930px;
    margin-left: -15px;

}
.product-box .product_list li {
    float: left;
    width: 280px;
    margin: 0 15px 20px 15px;
    height: 220px;
}
.product-box .product_list li .pic {
   width: 278px;
height: 162px;
position: relative;
overflow: hidden;
border: 1px solid #f2f2f2;
}
.product-box .product_list li .pic img {
    width: 278px;
    height: 162px;
    position: absolute;
    transform: scaleX(1) scaleY(1);
    transition: all 0.7s ease 0s;
}
.product-box .product_list li .picname {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #f9f9f9;
}
.product-box .product_list li .picname a {
    font-size: 14px;
    display: block;
}

.product-box .product_list li:hover .picname a {

    color: #fff;
    transition: all 0.4s linear 0s;
    background: #0e78d0;

}

.product-box .product_list li:hover .pic img {

    transform: scaleX(1.1) scaleY(1.1);

}




.pageNewsT {
    width: 900px;
    margin: 30px auto 0;
    font-size: 16px;
    text-align: center;
    color: #222;
    font-weight: bold;
}
.pageNewsC {
    width: 900px;
    margin: 0 auto;
    font-size: 12px;
    color: #999;
    text-align: center;
    padding: 10px 0;
    border-bottom: dashed 1px #ccc;
}
.pageNewsC {
    font-size: 12px;
    color: #999;
    text-align: center;
}
.pageNewsD {
    width: 900px;
    margin: 0 auto;
        margin-top: 0px;
    font-size: 14px;
    color: #333;
    line-height: 28px;
    margin-top: 20px;
}


.clearfix::after {

    clear: both;

}


.clearfix::after, .clearfix::before {
    display: table;
    content: "";
    line-height: 0;
}
.pages1 {
    width: 900px;
    margin: 30px auto;
}
.pages1_l {
    float: left;
    width: 50%;
    height: 40px;
}
.pages1_l a {
    line-height: 40px;
    color: #666;
    display: block;
}
.pages1_r {
    float: left;
    width: 50%;
    height: 40px;
    text-align: right;
}
.pages1_r a {
    line-height: 40px;
    color: #666;
    display: block;
}
.pages1_l:hover a {
    color: #0e78d0;
}


.solu {
    width: 100%; 
}


.solu li {
    float: left;
    width: 210px;
    height: 210px;
    background: #fff;
    margin: 15px;
}
.solu li dl {
    width: 210px;
    height: 155px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    display: inline-block;
    float: left;
}
.solu li dl .img {
    width: 210px;
    height: 155px;
    position: relative;
    overflow: hidden;
}
.solu li dl .img img {
    width: 210px;
    height: 155px;
    position: absolute;
    transform: scaleX(1) scaleY(1);
    transition: all 0.7s ease 0s;
}
.solu li dl .info {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}
.solu li dl .info {
    background: rgba(0, 0, 0, 0.3)url(../images/ic.png) center center no-repeat;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    backface-visibility: hidden;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 40px;
    height: 40px;
    padding: 75px 116px;
}
.solu li dd {
    width: 100%;
    height: 5px;
    background: #e3e3e3;
    float: left;
}
.solu li p {
    font-size: 16px;
    color: #333;
    text-align: center;
    line-height: 40px;
}
.solu li em {
    width: 40px;
    height: 1px;
    background: #b0b0b0;
    display: block;
    margin: 0 auto;
}


.solu li:hover dl .img img {
    transform: scaleX(1.1) scaleY(1.1);
}
.solu li dl .img img {
    width: 210px;
    height: 155px;
    position: absolute;
    transform: scaleX(1) scaleY(1);
    transition: all 0.7s ease 0s;
}





.solu li p:hover {
    font-size: 16px;
    color: #0e78d0;
    text-align: center;
    line-height: 40px;
}


















.case-box {
    width: 900px;
    margin: 30px auto;
    min-height: 450px;
}
.case-list {
    float: left;
    position: relative;
    width: 920px;
    margin-left: -10px;
}
.case-list li {
    float: left;
    width: 210px;
    height: 210px;
    background: #fff;
    margin: 10px;
}
.case-list li dl {
    width: 210px;
    height: 155px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    display: inline-block;
    float: left;
}
.case-list li dl .img {
    width: 210px;
    height: 155px;
    position: relative;
    overflow: hidden;
}
.case-list li dl .img img {
    width: 210px;
    height: 155px;
    position: absolute;
    transform: scaleX(1) scaleY(1);
    transition: all 0.7s ease 0s;
}
.case-list li dl .info {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}
.case-list li dl .info {
    background: rgba(0, 0, 0, 0.3)url(../images/ic.png) center center no-repeat;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    backface-visibility: hidden;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 40px;
    height: 40px;
    padding: 75px 116px;
}
.case-list li dd {
    width: 100%;
    height: 5px;
    background: #e3e3e3;
    float: left;
}
.case-list li p {
    font-size: 16px;
    color: #333;
    text-align: center;
    line-height: 40px;
}
.case-list li em {
    width: 40px;
    height: 1px;
    background: #b0b0b0;
    display: block;
    margin: 0 auto;
}
.pages {
    margin: 25px 0 40px;
    text-align: center;
    font-size: 14px;
	clear: both;
}
.case-list li:hover dl .img img {
    transform: scaleX(1.1) scaleY(1.1);
}
.case-list li dl .img img {
    width: 210px;
    height: 155px;
    position: absolute;
    transform: scaleX(1) scaleY(1);
    transition: all 0.7s ease 0s;
}
.case-list li p {
    font-size: 14px;
    color: #333;
    text-align: center;
    line-height: 40px;
}
.case-list li em {
    width: 40px;
    height: 1px;
    background: #b0b0b0;
    display: block;
    margin: 0 auto;
}
.case-list li:hover {
    -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.case-list li {
    float: left;
    width: 210px;
    height: 210px;
    background: #fff;
    margin: 10px;
}

.case-list li p:hover {
    font-size: 16px;
    color: #0e78d0;
    text-align: center;
    line-height: 40px;
}




.page_news li .newcon {
    width: 100%;
    
}
.page_news li .newcon a {
    line-height: 24px;
    color: #222;
}
.page_news li .newcon p {
    float: left;
    font-size: 16px;
    color: #222;
    display: block;
  width: 91%;
}
.page_news li .newcon p:hover {
    float: left;
    font-size: 16px;
    color: #0e78d0;
    display: block;
    width: 91%;
}
.page_news li .newcon span {
    width: 100%;
    font-size: 14px;
    color: #BFBFBF;
    border-bottom: 1px dotted #d3d3d3;
    padding-bottom: 5px;
    line-height: 24px;
    display: block;
}
.page_news li .newcon dd {
    width: 100%;
    font-size: 14px;
    color: #878787;
    padding-bottom: 10px;
    margin-top: 10px;
    line-height: 26px;
}
.page_news li .newcon .page_news_more {
    position: absolute;
    bottom: 0;
}
.page_news li .newcon .page_news_more a {
   color: #666;
font-size: 12px;
padding: 10px;
border: 1px solid #666;
border-radius: 5px;
}
.page_news li .newcon .page_news_more a:hover {
   color: #fff;
font-size: 12px;
padding: 10px;
background: #0e78d0;

border-radius: 5px;
}
.page_news li {
    width: 100%;
    float: left;
    height: 75px;
    position: relative;
    margin: 20px 0;
}

.news-box {
    width: 900px;
    margin: 30px auto;
    min-height: 450px;
}
.news-list {
    float: left;
    position: relative;
    width: 920px;
    margin-left: -10px;
}





.contact_form {
    width: 580px;
	margin-top: 30px;
}

.contact_form p {
    margin-bottom: 20px;
}
.contact_form p .inputtxt {
    width: 100%;
    line-height: 22px;
    padding: 10px 26px;
    color: #4a4a4a;
    border: #999 1px solid;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    transition: all .1s linear;
    font-size: 12px;
    font-family: "微软雅黑";
}
.contact_form p textarea.inputtxt {
    height: 126px;
    resize: none;
    overflow: hidden;
    background-color: transparent;
    font-size: 12px;
}

.contact_form p .inputtxt.submit {

    border-color: #999;
    width: auto;
    cursor: pointer;
    background: none;

}

.contact_form p .inputtxt.submit:hover {

    color:#fff;
    width: auto;
    cursor: pointer;
    background: #0e78d0;

}


.pages .page-active {
    background: #0e78d0;
    border: 1px solid #0e78d0;
    text-decoration: none;
}
.pages .page-active a {
    color: #fff;
}
.pages li a {
    text-align: center;
    color: #333;
    padding: 0 13px;
}
.pages li {
    display: inline-block;
    height: 26px;
    line-height: 26px;
    background: #fff;
    border: 1px solid #ccc;
    margin-left: 6px;
}
