﻿@charset "utf-8";
/* CSS Document */
body {
  -moz-user-select:none; /* Firefox私有属性 */
  -webkit-user-select:none; /* WebKit内核私有属性 */
  -ms-user-select:none; /* IE私有属性(IE10及以后) */
  -khtml-user-select:none; /* KHTML内核私有属性 */
  -o-user-select:none; /* Opera私有属性 */
  user-select:none; /* CSS3属性 */
}

* {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
html, body, dl, dd, img, form, div, ul, ol, li, h1, h2, h3, h4, h5, h6, p {
	margin:0;
	padding:0;
	border:0;
}
body {
	font-family:  "Microsoft YaHei", Helvetica, sansation, Verdana, Arial, sans-serif;
	height:100%;
}
.home_body {
	overflow-y:hidden;
	overflow-x:hidden;
}
ul, ol, li {
	list-style-type:none;
}
img {
	border:0;
	vertical-align:middle
}
select, input, select {
	vertical-align:middle;
	outline: none;
}
a:link {
	color:#666666;
	text-decoration:none;
}
a:visited {
	color:#666666;
	text-decoration:none;
}
a:hover {
	color:#4e4949;
	text-decoration:none;
	cursor:pointer;
}
a:active {
	color:#0093ff;
	text-decoration:none;
}

.clear {
	clear:both;
	font-size:0;
	line-height:0;
	height:0;
	visibility:visible;
}
.h {
	display:none;
	visibility:visible;
}
.clear {
	clear:both;
}
.fix {
*zoom:1;
}
.clearfix {
	clear:both;
	content:"";
	display:table;
}
.fix:after {
	clear:both;
	content:"";
	display:table;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
/*首页*/
.comwidth {
	width:1200px;
}
.header {
	width:100%;
	height:87px;
	background:#fff;	
	position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}
.headerbox {
	position:relative;
	height:87px;
	margin:0 auto;
}
.logo {
	width:200px;
	height:69px;
	position:absolute;
	left:0;
	bottom:0;
}
.logo a {
	width:200px;
	height:69px;
	background:url(../images/logozyhover.png) bottom no-repeat;
	display:block;
}
.logo a:hover {
	display:block;
	background:url(../images/logozyhover.png) bottom no-repeat;
}
.navbox {
	width:840px;
	height:87px;
	position:absolute;
	right:0;
}
.navbox ul{float:right;}
.navbox li {
	float:left;
	margin:0 0 0 76px;
	font:20px/32px "微软雅黑";
	text-align:center;
	line-height:105px;
}
.navbox li a {
	color:#000;
	display:inline-block;
	width:100%;
	height:87px;
	
}
.navbox li:hover {
}
.navbox li a:hover {
	color:#4e4949;
	border-bottom:6px solid #4e4949;
}
.top_tel {
	width:145px;
	height:34px;
	text-align:center;
	font:16px/34px "微软雅黑";
	color:#fff;
	position:absolute;
	right:0;
	top:0;
	background:#4e4949;
}

/*首页幻灯片*/
#banner {
	width: 100%;	
	height: 520px;
	position: relative;
	margin:87px auto 0 auto;
}
.ulBanner {
	width: 100%;
	height: 520px
}
.ulBanner li {
	/*position: absolute;
	width: 100%;
	height: 520px*/
	width:1920px; /*图片宽度*/
	position:absolute;
	left:50%;
	margin-left:-960px; /*图片宽度的一半*/
}
.ulBanner li img{
	width:100%;
	display:block;}
.ulBannerNav {
	position: absolute;
	bottom: 20px;
	left: 50%;
	margin-left: -33px;
	z-index: 10
}
.ulBannerNav li {
	width:20px;
	height:20px;
	background:#E3DEE1;
	opacity: 0.9;
	border-radius:50%;
	text-align:center;
	margin-left:20px;
	display: block;
	float:left;
}
.ulBannerNav li.on {
	background:#4e4949;
	color: #fff;
	cursor: pointer
}

/*关于我们*/
.about {
	height:200px;
	margin:30px auto 20px auto;
}
.about a {
	width:100%;
	height:100%;
	display:block;
	color:#000;
}
.about a h1 {
	margin-top:20px;
	font:40px/60px "微软雅黑";
	font-weight:bold;
	height:60px;
}
.about a p {
	font:22px/46px "微软雅黑";
	height:120px;
	margin-top:10px;
}
/*产品展示*/
.main {
	width:1200px;
	margin:0 auto;
	height:1530px;
}
.mian_case_cont {
	width:100%;
	height:100%;
	display:block;
	position:relative;
}
.mian_case_cont li:nth-child(1) {
width:300px;
height:600px;
position:absolute;
left:0;
top:0;
}
.mian_case_cont li:nth-child(2) {
width:300px;
height:300px;
position:absolute;
left:300px;
top:0;
}
.mian_case_cont li:nth-child(3) {
width:300px;
height:300px;
position:absolute;
left:600px;
top:0;
}
.mian_case_cont li:nth-child(4) {
width:300px;
height:300px;
position:absolute;
right:0;
top:0;
}
.mian_case_cont li:nth-child(5) {
width:600px;
height:300px;
position:absolute;
left:300px;
top:300px;
}
.mian_case_cont li:nth-child(6) {
width:300px;
height:600px;
position:absolute;
right:0;
top:300px;
}
.mian_case_cont li:nth-child(7) {
width:300px;
height:300px;
position:absolute;
left:0;
top:600px;
}
.mian_case_cont li:nth-child(8) {
width:300px;
height:300px;
position:absolute;
left:0;
top:900px;
}
.mian_case_cont li:nth-child(9) {
width:600px;
height:600px;
position:absolute;
left:300px;
top:600px;
}
.mian_case_cont li:nth-child(10) {
width:600px;
height:300px;
position:absolute;
left:0;
top:1200px;
}
.mian_case_cont li:nth-child(11) {
width:300px;
height:300px;
position:absolute;
left:600px;
top:1200px;
}
.mian_case_cont li:nth-child(12) {
width:300px;
height:600px;
position:absolute;
right:0;
top:900px;
}
.tu {
	width:100%;
	height:100%;
	overflow: hidden;
}
.tu img {
	width:100%;
	height:100%;
	display:block;
}
.mian_case_cont li:hover .tu img {
	width:100%;
	height:100%;
	display:block;
	-webkit-transform: scale(1.1);
	-moz-transform:scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
}
.mian_case_cont li .des {
	width:100%;
	height:100%;
	color:#fff;
	font:18px/36px "微软雅黑";
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99;
	overflow: hidden;
	opacity: 0;
	transition: 0.7s;
	-moz-transition: 0.7s;
	-webkit-transition: 0.7s;
	-o-transition: 0.7s;
	background:rgba(0, 0, 0, .65);
}
.mian_case_cont li:hover .des {
	display:block;
	opacity: 1;
}
.mian_case_cont li p {
	margin-left:30px;
}
.mian_case_cont li .des .p1 {
	font:16px/32px "微软雅黑";
	margin-top:30px;
}
.mian_case_cont li .des .p2 {
	font:14px/28px "微软雅黑";
	margin-top:120px;
	width:80%;
	height:60px;
	overflow:hidden;
}
.mian_case_cont li:nth-child(1) .p2, .mian_case_cont li:nth-child(6) .p2, .mian_case_cont li:nth-child(9) .p2, .mian_case_cont li:nth-child(12) .p2 {
 font:14px/28px "微软雅黑";
 margin-top:420px;
}
/*客户展示*/
.customer {
	height:330px;	
	/*float:left;*/
	position:relative;
	margin: 30px auto 0 auto;
}
.customer p {
	font:20px/40px "微软雅黑";
	color:#000;
	margin-left:10px;
}
/*客户展示图片*/
.multipleLine {
	overflow:hidden;	
	width:780px;
	height:200px;	
	float:left;
}
.multipleLine .bd {
	margin-top:10px;
	padding:10px;
	height:200px;
	overflow:hidden;
}
.multipleLine .bd ul {
	overflow:hidden;
	zoom:1;
	margin-bottom:10px;
}
.multipleLine .bd ul li {
	margin:10px 0px 0px 0px;
	height:180px;
	width:180px;
	float:left;
	_display:inline;
	overflow:hidden;
	text-align:center;
}
.multipleLine .bd ul li .pic {
	text-align:center;
}
.multipleLine .bd ul li .pic img {
	width:100%;
	height:100%;
	display:block;
}
.multipleLine .bd ul li .pic a:hover img {
	border-color:#999;
}
/*客户展示文字*/
.txtMarquee-top {
	width:400px;
	height:200px;
	overflow:hidden;	
	top:50px;
	float:right;
	
}
.txtMarquee-top .bd {
	padding:10px;
	width:300px;
	text-align:center;
	margin-left:80px;
	margin-top:20px;
}
.txtMarquee-top .infoList li {
	width:260px;
	height:auto;
	font:14px/28px "微软雅黑";
	text-align: justify;
	
}
.txtMarquee-top .infoList li .date {
	float:right;
	color:#999;
}
.txtMarquee-top p {
	width:40px;
	height:40px;
}
.txtMarquee-top p img {
	width:100%;
	height:100%;
	display:block;
}
.txtMarquee-top .sy1 {
	position:absolute;
	left:830px;
	top:50px;
}
.txtMarquee-top .sy2 {
	position:absolute;
	right:0;
	bottom:50px;
}
/*底部说明*/
.footer {
	width:100%;
	height:280px;
	background:#4c4c4c;
	float:left;
}
.footer_center {
	margin:0 auto;
}
.footer_cont {
	width:20%;
	height:20%;
	margin:30px auto 0 auto;
	float:left;
	color:#fff;
	text-align:left;
}
.footer_cont h2 {
	font:1.1em/1.5em "微软雅黑";
	margin-left:13%;
}
.footer_cont p {
	font:1em/1.8em "微软雅黑";
	text-align:left;
	color:#fff;
	margin-left:13%;
}
/*子页导航*/
.header_zy_comwidth {
	width:100%;
	height:140px;
	background:#fff;
	position:fixed;
	top:0;
	left:0;
	z-index:9999;
}
.header_zy {
	width:100%;
	height:90px;
	background:#fff;
	margin:0 auto;
	border-bottom:4px solid #666666;
}
.headerbox_zy {
	width:1200px;
	position:relative;
	height:100%;
	margin:0 auto;
}
.logo_zy {
	width:200px;
	height:69px;
	position:absolute;
	left:0;
	bottom:0;
}
.logo_zy a {
	width:200px;
	height:69px;
	background:url(../images/logozy.png) no-repeat;
	display:block;
}
.logo_zy a:hover {
	
	background:url(../images/logozyhover.png) no-repeat;
	
}
.navbox_zy {
	width:800px;
	height:90px;
	position:absolute;
	right:0;
	
}
.navbox_zy ul{float:right;}
.navbox_zy .nav_dh, .navbox_zy .on {
	float:left;
	margin:30px 0 0 76px;
	font-size:20px;
	text-align:center;
	line-height:46px;
	padding-bottom: 4px;
	
}
.navbox_zy .nav_dh .nav_dha {
	color:#000;
	display:inline-block;
	width:100%;
	height:100%;
}
.navbox_zy .nav_dh:hover {
	border-bottom:6px solid #4e4949;
}
.navbox_zy .nav_dh a:hover {
	color:#4e4949;
}
.navbox_zy .on {
	border-bottom:6px solid #4e4949;
}
.navbox_zy .on a {
	color:#4e4949
}
.nav_ej {
	width:1200px;
	height:50px;
	margin:0 auto;		
}
.nav_ej_item{float:right;}
.nav_ej ul {	
	width:100%;	
}
.nav_ej li {
	float:left;
	font:18px/50px "微软雅黑";
	color:#666;
	margin:0 0 0 40px;
	text-align:right;
}
.nav_ej li a:hover, .nav_ej li .on {
	color:#4e4949;
}
.comwidth_zy {
	width:1200px;
	margin:0 auto;
}
.main_zy {
	 width: 1200px;
           margin: 140px auto 0 auto;
           min-height:520px;
}

/*洞察*/
.dongcha {
	width:1200px;
	margin:0 auto;
}
.dongcha li {
	width:100%;
	height:360px;
	border-bottom:1px solid #ccc;
	margin:30px auto;
}
.dongcha li a {
	width:100%;
	height:100%;
	display:block;
}
.dongcha_tp {
	float:left;
	width:330px;
	height:330px;
	overflow:hidden;
}
.dongcha_tp img {
	width:100%;
	height:100%;
	display:block;
}
.dongcha_tp:hover img {
	width:100%;
	height:100%;
	display:block;
	-webkit-transform: scale(1.1);
	-moz-transform:scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
}
.dongcha_list {
	float:right;
	width:800px;
}
.dongcha_list .time {
	width:800px;
	height:40px;
	font:1em/1.4em "微软雅黑";
	color:#000;
	margin-top:10px;
}
.dongcha_list .dc_title {
	width:800px;
	height:60px;
	font:1.2em/2.2em "微软雅黑";
	color:#444;
	margin-top:10px;
}
.dongcha_list .newscont {
	width:800px;
	height:60px;
	font:0.9em/2.2em "微软雅黑";
	color:#666;
	margin-top:10px;
	overflow:hidden;
}
.dongcha_list .more a {
	width:800px;
	height:60px;
	font:1em/1.4em "微软雅黑";
	color:#666;
	text-decoration:underline;
	margin-top:40px;
}
/*公司简介*/
.about_tp {
	width:1200px;
	height:450px;
	margin:0 auto;
}
.about_tp img {
	width:100%;
	height:100%;
	display:block;
}
.lxfs {
	width:40px;
	height:120px;
	background:#4c4c4c;
	float:right;
	position:relative;
	bottom: -110px;
          right:0;
		     
	
}
.lxfs .phone, .lxfs .weixin, .lxfs .backtop {
	width:100%;
	height:40px;
}
.lxfs .phone a, .lxfs .weixin a, .lxfs .backtop a {
	width:28px;
	height:28px;
	display:block;
	margin-left:6px;
	margin-top:3px;
	
}
/*.lxfs .phone a img, .lxfs .weixin a img, .lxfs .backtop a img {
	width:100%;
	display:block;
}*/
.lxfs .phone a{background:url(../images/dh.png) no-repeat;}
.lxfs .weixin a{background:url(../images/wx.png) no-repeat;}
.lxfs .backtop a{background:url(../images/xs.png) no-repeat;}
.lxfs .phone a:hover{background:url(../images/dh1.png) no-repeat;}
.lxfs .weixin a:hover{background:url(../images/wx1.png) no-repeat;}
.lxfs .backtop a:hover{background:url(../images/xs1.png) no-repeat;}

/*详情页*/
.xiangqingye,
.xiangqingye_product {
	width:1200px;
	height:auto;
	margin:10px auto;
}
.xiangqingye .xiangqing_list,
.xiangqingye_product .xiangqing_list{
	width:100%;
	padding-top:20px;
	padding-bottom:20px;
}
.xiangqingye_product .xiangqing_list:nth-of-type(1){background:#f5e9f7;}
.xiangqingye_product .xiangqing_list:nth-of-type(2){background:#F00;}
.xiangqingye_product .xiangqing_list:nth-of-type(3){background:#03F;}
.xiangqingye_product .xiangqing_list:nth-of-type(4){background:#6F6;}
.xiangqingye_product .xiangqing_list:nth-of-type(5){background:#CC6;}
.xiangqingye_product .xiangqing_list:nth-of-type(6){background:#C9F;}
.xiangqingye_product .xiangqing_list:nth-of-type(7){background:#CCF;}
.xiangqingye_product .xiangqing_list:nth-of-type(8){background:#3C9;}
.xiangqingye_product .xiangqing_list:nth-of-type(9){background:#000;}
.xiangqingye_product .xiangqing_list:nth-of-type(10){background:#93C;}
.xiangqingye_product .xiangqing_list:nth-of-type(11){background:#66F;}
.xiangqingye_product .xiangqing_list:nth-of-type(12){background:#C96;}
.xiangqingye .xiangqing_item ,
.xiangqingye_product .xiangqing_item {
	width:48%;
	font:16px/28px "微软雅黑";
	text-align:left;
	padding-left:2%;
}
.xiangqing_item p {
	width:100%;
	height:28px;
	font:16px/28px "微软雅黑";
}
.xiangqing_item p span {
	height:28px;
	font:16px/28px "微软雅黑";
}
.xiangqing_nr {
	width:50%;
	font:16px/28px "微软雅黑";
	text-align:left;
	padding-right:2%;
}
.xingqing_wenzhang {
	width:100%;
	font:16px/28px "微软雅黑";	
	margin-bottom: 50px;
	color:#666;
	float:left;
}
.xingqing_wenzhang h3 {
	text-align:center;
	font:18px/40px "微软雅黑";
	color:#000;
	font-weight:600;
}
.lujing {
	width: 100%;
	height: 40px;
	font: 14px/28px "微软雅黑";
	color: #666;
	border-bottom: 1px solid #ccc;
	margin: 0 auto 50px auto;
}
.lujing span {
	text-align:center;
	display:block;
}
.xingqing_wenzhang img {
	margin:0 auto;
	max-width: 1200px;
	width:1200px;
}
.fenxiang {
	width:100%;
	height:50px;
	margin:0 auto;
}
.fenxiang_cont {
	width:260px;
	position:relative;
	float:right;
}
.fenxiang span {
	display:inline-block;
	width:50px;
	height:37px;
	float:left;
	margin-left:15px;
	margin-bottom:30px;
}
.fenxiang span img {
	width:29px;
	height:27px;
	display:block;
	margin-top:15px;
}
.close_g{background:url(../images/close.png) no-repeat;margin-top:15px;}
.close_g:hover{background:url(../images/close1.png) no-repeat;}

.fenxiang span a {
	width:29px;
	height:27px;
	display:inline-block;
	color:#999;
	font-size:48px;
	line-height:50px;
}
.fen {
	position:absolute;
	right:0;
	background:url(../images/fx.png) no-repeat;
	margin-top:15px;
}
.fen:hover{background:url(../images/fx1.png) no-repeat;}
.sxy01 a{background:url(../images/left0.png) no-repeat;margin-top:15px;}
.sxy01 a:hover{background:url(../images/left1.png) no-repeat;}
.sxy02 a{background:url(../images/right0.png) no-repeat;margin-top:15px;}
.sxy02 a:hover{background:url(../images/right1.png) no-repeat;}

.xg_list {
	float:left;
	margin:3% auto;
	width:100%;
	height:auto;
}
.xg_list p {
	width:100%;
	font:16px/32px "微软雅黑";
	text-align:left;
}
#EWM{position:absolute;left:-120px;display:none;top:0;}
#EWM img{width:120px;height:120px;}
/*产品页*/
.Product {
	width:1200px;
	height:2400px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}
.Product_cont {
	width:300px;
	height:300px;
	float:left;
	position:relative;
}
.Product_cont .tu {
	width:100%;
	height:100%;
	display:block;
}
.Product_cont .tu img {
	width:100%;
	height:100%;
	display:block;
}
.Product_cont .des_1 {
	width:100%;
	height:100%;
	color:#fff;
	font:16px/32px "微软雅黑";
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99;
	overflow: hidden;
	opacity: 0;
	transition: 0.7s;
	-moz-transition: 0.7s;
	-webkit-transition: 0.7s;
	-o-transition: 0.7s;
	background:rgba(0, 0, 0, .65);
}
.Product_cont:hover .des_1 {
	display:block;
	opacity: 1;
}
.Product_cont .des_1 p {
	margin-left:40px;
	margin-top:30px;
	position:relative;
}
.des_1 p .title_item {
	font:16px/48px "微软雅黑";
}
.des_1 p .title_item1 {
	font:14px/22px "微软雅黑";
	position:absolute;
	top:200px;
	display:block;
	width:80%;
	height:48px;
	overflow:hidden;
}
.des_1 p .title_item2 {
	font:14px/22px "微软雅黑";
	position:absolute;
	top:230px;
	display:block;
	width:80%;
	height:24px;
	overflow:hidden;
}
/*页码信息*/
.page {
	margin:30px auto;
	width:1200px;
	height:auto;
	float:left;
}
.page ul {
	width:80px;
	margin:0 auto;
}
.page li {
	float:left;
	width:40px;
	height:40px;
	text-align:center;
	color:#b7b6b5;
	font:28px/40px "微软雅黑";
}
.page li:hover {
	color:#4e4949;
}
.page li a:hover {
	cursor:pointer;
color:#4e4949;
}
.lianximore {
	margin:38px auto;	
	font:18px/24px "微软雅黑";
	color:#333;
	text-align:center;
	width:100%;
         float: left;
}
.main_zy_more {
	width:160px;
	height:46px;	
	text-align:center;
	margin:40px auto 20px auto;
	background:url(../images/more.png) center center no-repeat;
}
.main_zy_more a {
	font:18px/40px "微软雅黑";
	display:block;
	
}
.main_zy_more a:hover{cursor:pointer;}
.backtop01 {
	width:40px;
	height:40px;
	position:absolute;
	right:0;
	bottom:-100px;
}
.backtop01 a {
	width:100%;
	height:100%;
	display:block;
}
.backtop01 a img {
	width:100%;
	height:100%;
	display:block;
}
