﻿@charset "utf-8";
/*reset*/
*{ font-family: "微软雅黑"; font-size: 16px;}font: bold 52px/70px "微软正黑体";
body,html{min-width: 1300px;overflow-x: auto;}
body,p,h1,h2,h3,h4,h5,h6,ul,li,img,input,table,dl,dd{ margin: 0; padding: 0;}
img{ display: block; border: none;}
li{ list-style: none; vertical-align: middle;}
a{ text-decoration: none; color:#666; border: none;}
a:hover{text-decoration: none; }
input{ outline: none; border: none;}
.fl{ float: left;}
.fr{ float: right;}
.clearfix:after{ display: block; height: 0; clear: both; content: ""; visibility: hidden; }

.w1200{width: 1220px; margin: 0 auto;}
.w1460{width: 78.5%; min-width: 1300px; margin: 0 auto;}
.w1300{width: 69.27%; min-width: 1300px; margin: 0 auto;}
.w1350{width: 70.3%; min-width: 1300px; margin: 0 auto;}
.w1500{width: 78%; min-width: 1300px; margin: 0 auto;}
.w86{width: 86%; min-width: 1300px; margin: 0 auto;}
.w90{width: 90%; min-width: 1300px; margin: 0 auto;}
.middle_box{display: table;width: 100%;height: 100%;}
.middle_box .middle{display: table-cell;vertical-align: middle;width: 100%;}

/*---------------------------- 公用页面   ---------------------------------------*/
/*top返回顶部按钮*/
.cd-top {display:block;height: 52px;width: 52px; position: fixed;bottom: 40px;right: 10px;overflow: hidden;
white-space: nowrap;background: red;border: #000 5px solid;visibility: hidden;opacity: 0;z-index: 9;border: 0 solid;
  background: #fff;box-shadow: 0px 0px 6px rgba(143,0,0,1);outline: 2px solid;outline-color: rgba(210, 0, 0, 0.5);outline-offset: 0px;
 -webkit-transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);}
.cd-top:hover{background: #d20000;box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.5), 0 0 20px rgba(255, 255, 255, 0.2);outline-color: rgba(255, 255, 255, 0);outline-offset: 15px;text-shadow: 1px 1px 2px #427388;}
.cd-top:hover i{background:url(/file/images/jt.png) no-repeat center -21px;transition: .5s;}
.cd-top i{display:block;width: 32px;height: 32px;margin: 15px auto;overflow: hidden;background:url(/file/images/jt.png) no-repeat center 0;}
.cd-top.cd-is-visible {visibility: visible;opacity: 1;}
.no-touch .cd-top:hover {background-color: #e86256;opacity: 1;}


/*---------------------------- 一级页面   ---------------------------------------*/
.body{width: 100%;height: 100%;position:relative;}

/*nav*/
nav{ 
	width: 100%;
	position: fixed;
	transition: .5s;
	-webkit-transition: .5s;
	z-index: 99;
}
.navnav{
	text-align: center;
}
.navWrap{
	padding: 0 75px;
	text-align: center;
	transition: .5s;
	-webkit-transition: .5s;
}
.navWrap .logo{
	/*position: absolute;display: block;*/
	float: left;
	padding-top: 15px;
}

.navList {
	display: inline-block;
	width: 50%;
	/*float: right;*/
}
.navList>ul>li {
		/*position: relative;*/
	width: 14.28%;
	float: left;
	transition: .5s;
	-webkit-transition: .5s;
}
.navList>ul>li>a {
	position: relative;
	display: block;
	color: #fff;
	width: 100%;
	height: 115px;
	line-height: 115px;
	/*border-radius: 50px;*/
	overflow: hidden;
	text-align: center;
	transition: .5s;
	-webkit-transition: .5s;
}
.navList ul li>a i{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 100%;
	width: 0;
	box-sizing: border-box;
	background:#e60029;
	opacity: 0;
	z-index: -1;
	transition: .4s;
	-o-transition: .4s;
	-ms-transition: .4s;
	-moz-transition: .4s;
	-webkit-transition: .4s;
}

.navList ul li:hover a i{
	width: 100%;
	opacity: 1;	
}
.navList>ul>li:hover>a{
	color: #fff;
}

.active{
	background: #e60029;
	/*background:#c01c1b;*/
	box-sizing: border-box;
	color: #fff !important;
}


/*100%下拉*/
.navnav #menu_hover_bg {
	width: 100%;
	height: 0;
	background:rgba(0,0,0,.7);
	position: absolute;
	top: 115px;
	left: 0px;
	z-index: 0;
	overflow: hidden;
}
.navList ul li .sub_menu {
	width: 100%;
	height: 0px;
	position: absolute;
	z-index: 999;
	left: 0;
	top: 115px;
	overflow: hidden;
}
.navList ul li .sub_menu .sub_menu_list {
	float: left;position: relative;
}
.subUl{
	width: 100%;
	height: 340px;
	margin: 0 auto;
}
.subLi{
	float: left;
	width:12%;
	/*border-radius:6px;*/
	margin: 0px 0.5% 10px 0;
	transition: .5s;
	overflow: hidden;
}
.subLi .subImg{
	width: 100%;
	height: auto;
	overflow:hidden;
	
}
.subImg img{
display: block;
	width:100%;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
}
.subLi:hover img{
	transform: scale(1.2);
}
.subLi span{
	display: block;
	width: 100%;
	height: 35px;
	line-height: 35px;
	background: #fff;
	text-align: center;
	color: #000;
	font-size: 14px;
}
.h20{
	width: 100%;
	height: 75px;
}


.wap_menu{float: right;margin-top:30px;width:50px;height:50px; margin-left: 20px; background-color: #e7002a;cursor:pointer;position: relative;z-index:99999999;}
.wap_menu .nav_button{position: absolute;right:10px;top:24px;vertical-align: middle;width:26px;height:3px;cursor:pointer;background-color:#fff;-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
.wap_menu .nav_button::after, .wap_menu .nav_button::before{content:'';height:3px;position: absolute;right:0;background-color:#fff;-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
.wap_menu .nav_button::after{top:9px;width:26px;}
.wap_menu .nav_button::before{top:-9px;width:26px;}
.wap_menu.on .nav_button{width:0;}
.wap_menu.on .nav_button::before{-webkit-transform: translateY(9px) rotate(45deg);-ms-transform: translateY(9px) rotate(45deg);transform: translateY(9px) rotate(45deg);}
.wap_menu.on .nav_button::after{-webkit-transform: translateY(-9px) rotate(-45deg);-ms-transform: translateY(-9px) rotate(-45deg);transform: translateY(-9px) rotate(-45deg);}

.big_circle{position:fixed;width:0;height:0;right:0;top:0;z-index:888;background-color: #227ed3;}
.big_circle.on{width:100%;height:100%;}
.big_circle .nav_list{display: none;text-align: center;font-size:0;width:80%;height:100%;margin:0 auto;}
.big_circle .nav_list a{display: inline-block;vertical-align: top;width:22.5%;margin:0 1% 30px;height:200px;border:1px solid rgba(255,255,255,0.4);}
.big_circle .nav_list strong{display: block; text-align:center; font-size:20px;color:#fff;line-height:40px;margin-top:60px;}
.big_circle .nav_list span{display: block;text-align:center;font-size:16px;color:#fff;opacity:0.4;line-height:20px;}
.big_circle .nav_list .x{width:10%;height:2px;background-color: #fff;margin:48px auto 0; transition: .5s; -webkit-transition: .5s;}
.big_circle .nav_list a:hover .x{width:20%;}

/*-----dh------*/
.dh{
	padding-left: 62px;
	color: #818181;
	font-size: 18px;
	line-height: 26px;
	font-family: "微软雅黑";
	padding-top: 40px;
	background: url(/file/images/dh2.png) no-repeat 0 42px;
}
.dh span{
	display: block;
	color: #fff;
	font-size: 32px;
	height: 45px;
	line-height: 45px;
	font-family: impact;
}


.bianhua{ background: rgba(0,0,0,.7);height: 100px; box-shadow: rgba(255,255,255,.6) 0px 0px 4px;}
.bianhua .navWrap{padding: 0 20px;}
.bianhua .navWrap .logo{ padding-top: 0px;}
.bianhua .navWrap .logo img{ height: 85px;}
.bianhua .navList>ul>li>a{ height: 100px; line-height: 100px;}
.bianhua .dh{padding-top: 30px;background: url(/file/images/dh2.png) no-repeat 0 32px;}
.bianhua .navnav #menu_hover_bg{ top: 100px;}

/*banner*/
.banner{
    position: relative;
    height: 100%;
    }

.banner .swiper-container {
    width: 100%;
    height: 100%;   
}
.banner .swiper-slide {
    text-align: center;   
    /* Center slide text vertically */
    display: -webkit-box;
    /*flex 弹性布局*/
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    /*主轴的对齐方式*/
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.banner .swiper-slide a{ display: block; width: 100%; height: 100%;}
.banner .swiper-slide a img{ width: 100%;}



/*标题通用*/
.bt{display: block;}
.bt h2{
	text-align:center ;
	color: #e60029;
	font-size: 48px;
	line-height: 55px;
	padding-left: 100px;
	width: 570px;
	box-sizing: border-box;
	margin: 0 auto;
	background: url(/file/images/icon.png) no-repeat 0 0;
}
.bt h2 span{
	color: #333333;
	display: inline-block;
	font-size:48px;
	line-height: 55px;
}
.bt p{
	font-size: 18px;
	text-align: center;
	color: #6d6d6d;
	padding-top: 20px;
}
.proBt{
	padding: 77px 0 74px;
}

/*.proBt::before{
	content: "products";
	display: inline-block;
	width: 100%;
	text-align: center;
	color: #efefef;
	font-size: 84px;
	font-family: impact;
	text-transform: uppercase;
}
.casebt::before{
	content: "CASE SHOW";
	display: inline-block;
	width: 100%;
	text-align: center;
	color: #efefef;
	font-size: 84px;
	font-family:impact;
	text-transform: uppercase;
}*/



/*product*/
.proBox{margin-top: 30px;}

/*slideGroup*/
.slideGroup{ width:1400px; margin: 0 auto;padding-top: 60px;}
.slideGroup .parHd{ position:relative;height: 50px; }
.slideGroup .parHd ul{ position:absolute;  left:0px; top:0px;width: 100%; height:100%; text-align:center;  }
.slideGroup .parHd ul li{ /* float:left; */ display:inline-block; cursor:pointer; width: 150px;  margin-top:10px; background: url(/file/images/icon.png) no-repeat right center; }
.slideGroup .parHd ul li:last-child{ background: none;}
.slideGroup .parHd ul li a{ display: block; width: 95%;margin: 0 auto; font-size: 18px;border-radius: 50px; text-align: center;font-weight: bold; line-height: 40px; color: #777; transition: .6s; }
.slideGroup .parHd ul li.on a{  background:#244bb2;font-size: 18px;color: #fff; }
.slideGroup .slideBox{ overflow:hidden; zoom:1; padding:50px 120px; position:relative;}
.slideGroup .sPrev,.slideGroup .sNext{ position:absolute;top:240px; display:block; width:72px; height:72px; }
.slideGroup .sPrev{left:5px;  background:url(/file/images/pre.png) no-repeat 0 0;  transition: .5s;-webkit-transition: .5s;-moz-transition: .5s;-ms-transition: .5s;}
.slideGroup .sNext{left:auto; right:5px; background:url(/file/images/next.png) no-repeat -72px 0;  transition: .5s;-webkit-transition: .5s;-moz-transition: .5s;-ms-transition: .5s; }
.slideGroup .sPrev:hover{  background:url(/file/images/pre.png) no-repeat -72px 0;}
.slideGroup .sNext:hover{  background:url(/file/images/next.png) no-repeat 0px 0 ;}
.slideGroup .parBd ul{ overflow:hidden; zoom:1;}
.slideGroup .parBd ul li{  float:left; _display:inline; overflow:hidden; text-align:center;  }
.slideGroup .parBd ul li a{ display: block;}
.slideGroup .parBd ul li .pic{width:810px; height: 481px;}
.slideGroup .parBd ul li .pic img{ width:100%; height: 100%; display:block;}
.slideGroup .parBd ul li .pic a:hover img{ border-color:#999;}
.slideGroup .parBd ul li .title{ background: #43ae24; width: 350px; padding: 45px 0 35px; }
.slideGroup .parBd ul li .title strong{display: block;  width:220px; font-size: 30px; color: #fff; margin: 0 auto; text-align: center; padding: 15px 0px; border: #fff dashed 1px; }
.parBd ul li .title span{display: block; color:#fff; text-align: center; padding-top: 30px;}
.parBd ul li .title p{display: block; width: 272px; margin: 0 auto; color:#fff; text-align: center; padding: 70px 0 60px;
								line-height: 27px; display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;overflow: hidden; min-height:108px;}
 .parBd ul li .title h6{ padding-left: 40px;  height: 40px; line-height: 40px;  background: url(/file/images/dh.jpg) no-repeat 45px center; font-size: 20px; color: #fff; text-align: center; font-weight: normal;}
 .parBd ul li .title h6 i{ font-size: 24px; font-family: impact; color: #fff; text-align: center; font-style: normal;}

/*产品分类图片一排滚动*/ 
.Box {position: relative;  padding:55px 0 30px; background:#f7f7f7; }
.Box .content {width: 1200px;margin: 0 auto;}
.Box h2 {text-align: center;margin-bottom: 35px;padding-top: 250px;}
.Box .Box_con {position: relative; width:1450px; margin: 0 auto;}
.Box .Box_con .btn {display: block;width: 45px;height: 88px;position: absolute;top: 75px;cursor: pointer; transition: .5s;-webkit-transition: .5s;-moz-transition: .5s;-ms-transition: .5s; }
/*.Box .Box_con .btnl {background:url(/file/images/pre.png) no-repeat 0 0;left: -22px;}
.Box .Box_con .btnr {background:url(/file/images/next.png) no-repeat 0px 0;right: -22px;}
.Box .Box_con .btnl:hover{left: -36px;} 
.Box .Box_con .btnr:hover{right: -36px;}*/
.Box .Box_con .conbox {position: relative; overflow: hidden;}
.Box .Box_con .conbox ul {position: relative;list-style: none;}
.Box .Box_con .conbox ul li {float: left;width: 180px; margin-right: 30px; }
.Box .Box_con .conbox ul li p{  color: #333; text-align: center;  font-size: 18px; line-height: 28px;
			transition: all 0.5s; -webkit-transition: .5s; -moz-transition:.5s;  }
.Box .Box_con .conbox ul li:first-child {margin-left: 0;}
.Box .Box_con .conbox ul li img {display: block;width: 180px;height:180px; margin: 0 auto; 
																margin-bottom: 15px;  border-radius: 50%; overflow: hidden; box-sizing: border-box;
																transition: all 0.5s;-webkit-transition: .5s; -moz-transition:.5s; }
.Box .Box_con .conbox ul li:hover img{transform: rotateY(180deg);}
/*.Box .Box_con .conbox ul li:hover p{ font-size: 20px;}*/
.conbox a{ display: block; width: 100%;font-size: 21px;line-height: 30px;
	font-family: "微软雅黑"; color: #fff ; text-align: center;}


/*-------上下滚动产品展示部分--------*/
.mr_frbox{padding: 0px 0 95px;}		
.mr_frUl{ width: 100%; overflow: hidden; padding-top: 50px;}
.ulWrap{width: 91%; margin: 0 auto;}
.mr_frUl ul li{float:left;width:24%;margin:0 .5%;background: #fff;overflow:hidden;box-sizing: border-box;margin-bottom: 25px;}
.mr_frUl ul li a{position: relative;display: block;}	

.mr_frUl ul li .fdj{position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,.35) url(/file/images/fdj.png) no-repeat center;
						transform: scale(.6);-webkit-transform: scale(0.2); opacity: 0; transition: .5s; -webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s;}
.mr_frUl ul li:hover .fdj{ transform: scale(1);opacity: 1;}						

.goodsUl{width: 100%;float: right;height: 800px;overflow: hidden;}
.caseUl li div.clearfix{width: 90%;padding: 18px 5%;overflow: hidden;border-bottom: #d0d0d0 1px solid;transition-duration:500ms ;-webkit-transition-duration:500ms ;-moz-transition-duration:500ms ;}

.goodsUl li:hover div span,.goodsUl li:hover div i,.goodsUl li:hover div h6{color: #fff;} 

.goodsUl li a div{position: relative; /*border: #f2f2f2 1px solid; */overflow: hidden;}
.goodsUl li a img{width:100%;/*height: 306px;*/transition-duration:500ms ;-webkit-transition-duration:500ms ;-moz-transition-duration:500ms ;}
.goodsUl li a>span{position: absolute;bottom: 30%;display: block;width: 100%;height: 100%;opacity: 0;background: rgba(0,0,0,.5) url(/file/images/fdj.png) no-repeat center center;transition: .5s;}
.goodsUl li:hover a>span,.caseUl li:hover span{bottom:0;opacity: 1;}
.goodsUl li div>span{ width: 100%; overflow: hidden; white-space: nowrap;padding: 17px 25px; box-sizing: border-box; -webkit-box-sizing: border-box; text-overflow: ellipsis; border-bottom: #e1dfe0 1px solid;
				float: left;display: block;color: #333333;line-height: 30px;transition: .3s;}
.goodsUl li:hover a span{background: #e60029;}
.goodsUl li div>span h6{padding-left:40px; color:#333; width:125px; max-width: 125px; font-size: 14px;	line-height: 30px;background: url(/file/images/phone.png) no-repeat 0 0/17%;
												transition: .3s;-webkit-transition: .3s;-moz-transition: .3s;-ms-transition: .3s;}
.goodsUl li:hover h6{background: url(/file/images/phone.png) no-repeat 0 -30px/17%;}


.proimg,.proimg img{width: 100%;}

.section_five{ padding: 85px 0 95px; /*background: url(/file/images/case.jpg) no-repeat center bottom;*/ }
.section_five .ss3{background-position: center;background-size:cover;width:600px;height:450px;
/*border:8px solid #fff;*/ box-shadow: rgba(0,0,0,.15) 3px 5px 15px; box-sizing:border-box;-webkit-box-sizing:border-box;}
.section_five .swiper-container-horizontal>.swiper-pagination-bullets{ width: 160px; height: 13px; background: #fff; text-align: center; 
border-radius: 50px; margin: 30px auto 0;}
.section_five .swiper-pagination-bullet{ background: #ccc; vertical-align: super;}
.section_five .swiper-container{ padding: 50px 0 40px; overflow: hidden;}
.section_five .swiper-button-prev,.section_five .swiper-button-next{transition: .5s;-webkit-transition: .5s;-moz-transition: .5s; -ms-transition: .5s; -o-transition: .5s;}
.section_five .swiper-button-prev:hover{ margin-left: -10px;}
.section_five .swiper-button-next:hover{ margin-right: -10px;}
.casebtn{width: 560px; margin: 0 auto;}
.casemore{ float: right; display: block;width: 225px; height: 50px;  border-radius: 50px; line-height: 50px;text-align: center;color: #fff;
		background: #e72118; font-size: 16px;}
.casedh{ display: block;width: 225px; height: 50px;line-height: 50px; padding-left: 30px;border-radius: 50px;text-align: center;color: #fff;
		 background: #075fc0 url(/file/images/dh.png) no-repeat 20px center;font-size: 31px; font-family: impact;}


/*---------------about---------------------*/
.about{
	position: relative;
	padding: 85px 0;
	overflow: hidden;
	background: url(/file/images/about11.jpg) no-repeat center 0;
}
.abdw{
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	-webkit-animation: bg_move 4s infinite ease-in-out;-ms-animation: bg_move 4s infinite ease-in-out;animation: bg_move 4s infinite ease-in-out;
}
.abdw img{ width: 100%;}
 @keyframes bg_move{ 
	0% { transform:scale3d(1, 1, 1); } 
	50% { transform: scale3d(1.1, 1.1, 1.1); } 
	100% { transform: scale3d(1, 1, 1); } 
} 
.abWrap{
	width:1300px;
	margin: 0 auto;
}
.ab_img{ float: left;}
.abR{width: 720px; float: right;}
.abR h4{
	font-size: 66px;
	line-height: 90px;
	font-family: impact;
	color: #fff;
}
.abR h2{
	padding: 25px 0 35px;
	font-size: 22px;
	line-height: 35px;
	font-family: "微软雅黑";
	color: #000;
	text-align: left;
} 

.at{
	display: block;
}

.jjL p{
	text-align: left;
	color: #000;
	font-size: 18px;
	line-height: 36px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	overflow: hidden;
}
.abBox{
	display: block;
	width: 153px;
	padding-left: 15px;
	height: 45px;
	border: #b0b0b0 1px solid;
	color: #000;	
	text-align: center;
	line-height: 45px;
	border-radius: 50px;
	font-style: normal;
	margin: 45px 0 85px 0;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
}
.abBox:hover{
	color: #fff;
	background: #e10119;
}

.abimg{
	width: 100%;
}

.btABout{
	display: block;
	width: 480px;
	height:45px;
	margin: 0 auto;
	border: #ce0000 1px solid;	
	border-radius: 50px;
	color: #0c52c0;
	text-align: center;
	line-height: 45px;
	padding-left: 15px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
.btABout span{
	color: #0c52c0;
	font-size: 30px;
	line-height: 45px;
	font-family:impact;
}
.abp{
	display: inline-block;
}
.btABout i{
	display: block;
	width: 190px;
	background:#ce0000;
	color: #fff;
	text-align: center;
	line-height: 45px;
	border-radius: 50px;
}
.btABout:hover{
	transform: scaleX(1.2);
	-webkit-transform: scaleX(1.2);
	-moz-transform:scaleX(1.2);
}

/*case*/
.case{
	width: 100%;
	padding:90px 0 40px;
	/*z-index: 9;*/
}

.caseWrap{width: 1310px;  margin: 60px auto 0px;}
.caseWrap .caseA{ display: block; float: right; width: 410px ; height: 330px; margin: 0 0 15px 7px;}
.caseWrap .caseA a{position: relative; display: block; height: 100%; overflow: hidden;}
.caseWrap .caseA img{ display: block; width: 100%; height: 100%; transition: .5s; -webkit-transition: .5s;}
.caseWrap .caseA p{ position: absolute; bottom: 0; left: 0; width: 95%; padding-left: 5%; background: rgba(0,0,0,.5); 
		height: 50px; line-height: 50px; text-align:left; white-space: nowrap; overflow: hidden; color: #fff;} 
.caseWrap .caseA .zixun{ display: none;}
.caseWrap .caseA:first-child{display: block; width: 475px; height: 465px; float: left; margin: 0px;}
/*.caseWrap .caseA:first-child p{ padding: 0 5%; box-sizing: border-box;  height: 48px;background: rgba(0,0,0,.5) url(/file/images/add.png) no-repeat 95% center; line-height: 48px; text-align: left;}*/
.caseWrap .caseA:first-child .zixun{ display: block; width: 100%; padding:40px 0; background: url(/file/images/cae.jpg) no-repeat center; 
			color: #fff; font-size: 25px;  letter-spacing: 1px; text-align: center;}
.caseWrap .caseA:first-child .zixun span{
	font-family: impact; font-size: 44px; padding-top: 20px; color: #fff;display: block; margin: 0 auto;text-align: center;
}
.caseWrap .caseA:first-child a{
	height: 480px;margin-bottom: 10px; 
}
.caseWrap .caseA:hover img{
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
}

/*youshi*/
.youshi{
	background: url(/file/images/ys.jpg) no-repeat center 0/cover;
	/*padding: 60px 0 63px;*/
}
.ysNei{
	width: 100%;
		position: relative;
}
.ysNei .gongren{
	/*width: 100%;*/
	position: absolute;
	bottom: 0;
}
.ysBox{
	position: absolute;
	right: 8%;
	bottom: -160px;
}
.ysL{
	float: left;
	width: 30%;
	padding-left: 2%;
	text-align: right;
}
.ysL img{
	padding-top: 90px;
	padding-right: 30px;
	display: inline-block;
	/*margin: 0 auto;*/
}

.ysR{
	float: right;
	width: 60%;
	padding-right: 8%;
}
.ysUl{
	padding: 70px 0 340px;
}
.ysUl li{
	width: 32%;
	display: inline-block;
	/*float: left;
	margin: 0 10px;*/
}
.ysUl li img{
	/*width: 100%;*/
	display: block;
	margin: 0 auto;
}
.ysUl li:nth-child(1) img{
	padding-top: 120px;
}
.ysUl li:nth-child(2) img{
	padding-top: 30px;
}
.ysUl li:nth-child(1) img{
	padding-top: 120px;
}

.ysWrap{
	max-width: 336px;
}
.ysWrap h3{
	font-size: 24px;
	color: #e70012;
	padding: 14px 0;
	text-align: center;
}
.ysWrap p{
	/*width: 80%;
	margin: 0 auto;*/
	text-align: center;
	color: #fff;
	line-height: 25px;
}

/*lc*/
.lc{ padding: 105px 0 110px; background: url(/file/images/lc.jpg) no-repeat center 0;}
.innerLc{ width: 1350px; margin: 0 auto;}
.lc h4{ font-size: 66px; text-align: center; color: #fff;}
.lc p{ font-size: 22px; text-align: center; color: #fff; padding: 15px 0 35px;}
.lvul{ width: 100%; text-align: center;}
.lvul li{ display: inline-block;width: 17%;}
.lvul li img{display: block; margin: 0 auto;}
.lvul li span{display: block; text-align: center; color: #fff; padding-top: 25px;}

/*news*/
.news{	
	padding: 95px 0 105px;
}
.newsBox{
	width: 69%;
	margin: 0 auto;
}


/*一行三个的样式*/
.newsUl{padding-top: 85px;}
.newsUl li{float: left;width: 32%;position: relative;	margin: 0 .65%;box-shadow: #e7e6e6 2px 5px 13px; transition: .5s;}
.newsUl li a{display: block;}
.imgL{overflow: hidden;height:225px;}
.imgL img{width: 100%;margin-top:-30px;overflow: hidden;transition: .5s;}
.newMain{width: 94%;height:160px;padding: 0 3% 20px;margin: 0 auto;/*background: #f4f4f4;*/}
.newMain h4{width: 100%; font-weight: normal;	font-size: 18px;	line-height: 40px;	font-family: "微软雅黑";color: #1c1c1c; font-weight: 550; padding-top: 10px;	height: 40px;overflow: hidden;	}
.newMain p{width: 100%;	font-size: 14px;	line-height: 25px;	font-family: "微软雅黑";color: #7f7f7f; display: -webkit-box;
				-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden; padding-bottom: 5px;}
.newTime{position: absolute; top: -30px; left: 20px; display: block;width: 85px;height: 95px;background: #d80c25;padding: 10px 0;box-sizing: border-box;color: #fff;text-align: center;line-height: 30px;transition: .5s;}
.newTime em{position: absolute;color: #fff;font-size: 26px;display: block;width: 100%;font-style: normal;line-height: 40px;text-align: center;}
.newsUl li i{ color: #9d9d9d; font-size: 14px; font-style: normal;}
.newsUl li i img{ display: inline-block;}
/*.newsUl li:hover,.newsUl li:hover .tmleft{background: #ff4500;}*/
.newsUl li:hover .imgL img{transform: scale(1.1);}
/*.newsUl li:hover .newMain span{border: #fff 1px solid;}*/


/*foot*/
.footTop{
	background: url(/file/images/foot.jpg) no-repeat center 0/cover;
	background-attachment: fixed;
	padding: 55px 0 50px;
}
.footTop h4{
	font-size: 48px;
	color: #fff;
	font-weight: normal;
	text-align: center;
	margin-bottom: 25px;
}
.footTop p{
	text-align: center;
	color: #fff;
	font-size: 18px;
}


.foot{
	width: 100%;
	background: #212121;
	
}
.finner{
	width: 100%;
	padding: 210px 0 0px;
	background: url(/file/images/map.jpg) no-repeat center 0;
}
.fMain{
	width: 1310px;
	margin: 0 auto;
	padding-bottom:50px;
	background: url(/file/images/foot.png) no-repeat center 0;
}
.ewmWrap{
	float: left;
	width: 329px;
	padding-top: 240px;
	padding-left: 140px;
}
.ewmWrap img{
	display: block;
	width: 140px;
}
.ewmWrap p{
	color: #fff;
	text-align: center;
}
.contactWrapPc{
	float: left;
	padding-left: 180px;
	padding-top: 55px;
}
.contactWrapPc h5{
	color: #fff;
	font-size: 30px;
	padding-bottom: 35px;
}
.contactWrapPc h6{
	color: #fff;
	font-size: 23px;
	font-weight: normal;
	padding-bottom: 35px;
}
.contactWrapPc h6 i{
	display: block;
	font-style: normal;
	color: #fff;
	font-size: 35px;
	padding-left: 50px;
	background: url(/file/images/call.png) no-repeat 0 0;
}
.contactWrapPc p{
	color: #fff;
	line-height: 35px;
}

/*----.footB----*/

.bMxin{
	/*border-top: #939393 1px solid;*/
	background: #242424;
	
}
.bMxin p{
	color: #fff;
	line-height: 50px;
	text-align:center;
}
.bMxin a{
display:inline-block;
	color: #fff;
	line-height: 40px;
}
.bMxin a:hover{
	text-decoration: underline;
}
.bMxin img{
display:inline-block;
	margin-top: 8px;
}

.bquan{
float:left;
	display: block;
	padding-top:70px;
	padding-left:20px;
}
/* .ewmWrap .ewm{ 
	padding-left:130px;
} */
.ewmWrap .ewm p{ 
	/* padding-top:20px; */
	color:#fff;
	text-align:center;
}

/*  左侧 导航  */
.left_side{width:280px;}
.left_side .box_one, .left_side .box_two{background:#e60029;padding:10px 10px;}
.left_side .box_one .title{text-align: center;margin-bottom:20px;}
.left_side .box_one .title h3{color:#fff;font-weight:bold;font-size:30px;margin:20px 0 10px 0;}
.left_side .box_one .title p{color:#fff;font-size:16px; text-align:center;}
.left_side .box_one ul li{line-height:50px;margin-bottom:6px;text-align:left;/* float: left;width:50%; */}
.left_side .box_one ul li a{display:block; color:#333;height: 60px; background-color:#fff;
    line-height: 60px; font-size:18px; padding-left:20px;position: relative;z-index:1;white-space:nowrap; overflow:hidden; text-overflow: ellipsis;}
.left_side .box_one ul li a i{position: absolute;height:100%;width:0;left:0;top:0;z-index:-1;background-color:#085b91; transition:.5s;}
.left_side .box_one ul li a:hover i, .left_side .box_one ul li a.active i{width:100%;}
.left_side .box_one ul li a:hover, .left_side .box_one ul li a.active,.left_side .box_one ul li .son_nav a:hover{color:#fff;}
.left_side .box_one ul li .son_nav{/*border-top:2px solid  #c01c1b;*/ background:#227ed3;}
.left_side .box_one ul li .son_nav a{ width:88%; float:left; background:none;height:48px;line-height:48px;padding-left:12%;position: relative;font-size: 15px; }
.left_side .box_one ul li .son_nav a::after{content:'';position: absolute;left:15px;top:25px;width:8px;height:1px;background-color:#07a33e;}
.left_side .box_one ul li .son_nav a:hover::after, .left_side .box_one ul li .son_nav a.active::after{background-color: #fff;}
.left_side .box_two{margin-top:10px;padding:20px 10px;}
.left_side .box_two p{font-size:16px;color:#fff;line-height:30px;}
.left_side .box_two strong{color:#fff;font-size:30px;display: block;margin-bottom:10px;font-family:impact;font-weight:100;}
.left_side .box_two .more{display:block; height:36px;line-height:36px;background-color:#fff;position: relative;z-index:1;margin-top:10px;width:200px;color:#333;text-align: center;}
.left_side .box_two .more i{position: absolute;left:0;top:0;width:100%;height:0;background-color:#f08300;z-index:-1;}
.left_side .box_two .more:hover i{height:100%;}
.left_side .box_two .more:hover{color:#fff;}
.right_side{font-size:16px;line-height:26px;}
.right_side.fr{width:1200px;}


/*手机端*/
.navWrap .mini_logo,.mini_product,.wap_son{display: none;}
nav .nav_box{display: none;float: right;position: relative;height:64px;width:32px;}
nav .nav_button{position: absolute;right:0px;top:32px;vertical-align: middle;width:32px;height:3px;cursor:pointer;
background-color:#e7002a;-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
nav .nav_button::after, nav .nav_button::before{content:'';width:24px;height:3px;position: absolute;z-index:99999999;right:0;
background-color:#e7002a;-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
nav .nav_button::after{top:12px;}
nav .nav_button::before{top:-12px;}
nav .nav_box.on .nav_button{width:0;}
nav .nav_box.on .nav_button::before{-webkit-transform: translateY(12px) rotate(45deg);-ms-transform: translateY(12px) rotate(45deg);transform: translateY(12px) rotate(45deg);}
nav .nav_box.on .nav_button::after{-webkit-transform: translateY(-12px) rotate(-45deg);-ms-transform: translateY(-12px) rotate(-45deg);transform: translateY(-12px) rotate(-45deg);}




/*----------------------------------   二级页面    ---------------------------------------------------*/
#main {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    font-size: 16px;
    line-height: 35px;
}
.pageContact  #main { 
width: 80%;
}
.ny_left {
	width: 320px;
	height: auto;
	float: left;
}

.ny_right {
	width: 880px;
	height: auto;
	float: left;
}

.bass {
	height: 70px;
	line-height: 70px;
	font-size: 18px;
	color: #666;
	width: 100%;
	background: #f5f5f5;
	margin: 0 auto 30px;	
}
.bassMain{
	width: 1500px;
	margin: 0 auto;
}
.phoneNei{
	padding-left: 35px;
	background: url(/file/images/phone.png) no-repeat 0 center/13%;
	color: #dd0218;
	font-family: "MicrosoftJhengHei";
	font-size: 18px;
}
.phoneNei strong{
	font: normal normal 24px/70px impact;
	color: #dd0218;
	letter-spacing: 1px;
}
.bass img{
	vertical-align: middle;
	margin-right: 10px;
}
.bass p{
		color: #666;
		padding-left: 26px;
		background: url(/file/images/dw.png) no-repeat 0 center/7%;
}
.bass a {
	text-decoration: none;
	font-size: 16px;
	font-family: "MicrosoftJhengHei";
}
.bass a:hover{
	text-decoration: underline;
}
.bass i {
	color: #666;
	font: normal normal 16px/70px "MicrosoftJhengHei";
}
.ny_news li{
	width: 100%;
	padding:50px 0;
	overflow: hidden;
	font-size: 14px !important;
	line-height: 25px;
	color: #666;
	box-sizing: border-box;
	position: relative;
	transition: .3s;
}
.newsLi{
	width: 1100px;
	margin: 0 auto;
	position:relative;
	-webkit-transition:all 0.3s linear 0s;
	transition:all 0.3s linear 0s;
	left:0;
}
.ny_news li:hover{
	background: #dc021a;
}
.ny_news li:nth-child(2n):hover{
	background: #dc021a;
}
.ny_news li:hover .newsLi{
	left: -20px;
}
.ny_news li:hover h6,.ny_news li:hover p,.ny_news li:hover span{
	color: #fff;
}
.ny_news li:nth-child(2n){
	background: #f8f8f8;
}
.ny_news li a{
	font-size: 20px;
	color: #333;
	display: block;
	padding-top: 10px;
}
.ny_news li a:hover{
	color: #234bba;
}
.ny_news li>img{
	width: 200px;
	height: 135px;
	float: left;
	margin-right: 20px;
	display: block;
}


.ny_news li p{
	/*color: #999;
	padding-left: 15px;*/
	width: 100%;
	/*height: 30px;*/
	
}
.ny_news li p>img{
	vertical-align: middle;
	margin-right: 5px;
}

.nynews_list{
	margin-bottom: 30px;
	width: 100%;
	overflow: hidden;
}
.nynews_list h1{
	margin-bottom: 20px;
}
.nynews_list li{
	width: 49%;
	height: 45px;
	margin: 5px 0.5%;
	float: left;
	border: solid 1px #ddd;
	background:url(/file/images/news1.jpg) left center no-repeat #fff;
	box-sizing: border-box;
	line-height: 45px;
	color: #666;
	
}
.nynews_list li a{
	color: #555;
	padding-left: 10px;
}
.nynews_list li a:hover{
	color: #d7a02b;
}



.love-pic-box{
	width: 100%;
	overflow: hidden;
	margin: 20px auto;
}
.love-pic-box li{
		width: 23%;
		height: 280px;
		background: #fff;
		margin: 15px 1%;
		float: left;
		list-style: none;
		overflow: hidden;
		position: relative;
		z-index: 0;
		box-shadow: 0px 0px 10px #ccc;
		border: solid 1px #d5d2d2;
		box-sizing: border-box;
		
}
.love-pic-box li img{
		width: 100%;
		height: 240px;
		padding: 0;
		margin: 0;
}
.love-pic-box li p{
	position: absolute;
	width: 100%;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: #eee;
	z-index: 999;
	left: 0;
	bottom: 0;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-ms-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;	
}
.love-pic-box li:hover p{
	position: absolute;
	width: 100%;
	height:50px;
	background: #eee;
	z-index: 999;
	left: 0;
	bottom: 0;
}

.love-pic-box li p>a{
		width: 100%;
		line-height:30px;
		height: 30px;
		text-align: center;
		font-size: 16px;
		color: #000;
		display: block;
		padding-top: 5px;
}
.love-pic-box li p em{
	background: url(/file/images/pro-tel.png) left center no-repeat;
	padding-left: 40px;
	font-size: 20px;
	color: #dd0000;
	line-height: 40px;
	display: block;
	margin-left: 30px;
	font-weight: bold;
}

.nr16 {
	width: 100%;
	height: auto;
	font-size: 16px;
	line-height: 30px;
	color: #000;
}

.nr20 {
	/*width:100%;*/
	height: auto;
	line-height: 40px;
}
.nr20 h2{
	font-size: 40px;
	font-family: "MicrosoftJhengHei";
    font-weight: bold;
	text-align:center;
	line-height:100px;
	}
.zhsh_wrap{
	width: 1500px;
	margin: 0 auto;
}	
.nextinfo{
	width: 100%;
	overflow: hidden;
	
}
.nextinfo span{
 	background: #eee;
 	margin: 20px 1%;
 	width: 48%;
 	float: left;
 	text-align: center;
 	border-radius: 20px;
 }
.nextinfo span:hover{
 	background: #333;
 	color: #fff;
 }
.nextinfo span:hover a{
	color: #fff;
}
 
 
.pc_tt {
	background: #0f61ab ;
	color: #fff;
	width: 290px;
	height: 200px;
	padding-top: 50px;
	border-bottom: solid 5px #d2201a;
	box-sizing: border-box;
}
.pc_tt h1{
	line-height: 50px;
    font-size: 24px;
    font-weight: normal;
    text-align: center;
    color: #fff;
}

.pc_tt h2{
	font-size: 32px;
	line-height: 30px;
	text-align: center;
}
.pc_tt>p{
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	color: #ccc !important;
	width: 250px;
	margin: 0 auto;
}
.left_cplei {
	width: 290px;
	padding-bottom: 45px;
	height: auto;
	background: #0f61ab;
}

.left_cplei li {
	height: 50px;
	border-bottom: #fff 1px solid;
	text-align: left;
	line-height: 50px;
	font-size: 18px;
	padding-left: 20px;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-ms-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
}
.left_cplei li:hover{	
	background:#d2201a;
	text-indent: 10px;
}
.left_cplei li:hover a{
	color: #423d43;
	
}
.left_cplei li a {
	padding-left: 25px;
	color: #fff;
	font-size: 16px;
}

.left_cplei li a:hover {
	color: #fff;
}

.left_cplei p {
	width: 220px;
	height: 35px;
	margin: 5px auto;
	border-bottom: dashed 1px #ccc;
}

.left_cplei p a {
	color: #000;
	text-decoration: none;
	width: 228px;
	height: 35px;
	font-size: 16px;
	color: #555;
	line-height: 35px;
	display: block;
	font-weight: bold;
}

.left_cplei p a:hover {
	color: #ff0000;
}

.left-lx{
	width: 290px;
	overflow: hidden;
	border: solid 1px #ddd;
	box-sizing: border-box;
	/*padding-bottom: 20px;*/
	box-shadow: 0px 0px 10px #ccc;
	margin-bottom: 20px;
	
}
.lx-tt{
	height: 60px;
	padding-top: 20px;
	margin-bottom: 10px;
	background: url(/file/images/fenlei.jpg) no-repeat 0 0;
	color: #888;
	border-bottom: solid 5px #ff6633;
	width:100%;
	margin: 0 auto 10px;
}
.lx-tt h2{
	font-size: 20px;
	color: #fff;
	line-height: 50px;
	float: left;
	font-weight: initial;
	padding-left: 15px;
	
}
.lx-tt a{
	font-size: 14px;
	color: #eee;
	float: right;
	padding-top: 10px;
	padding-right: 10px;
}
.lx-tt a:hover{
	color: #ff6633;
}
.left-lx p{
	padding: 0px 20px;
	font-size: 16px;
	color: #333;
	line-height: 30px;
}
.lxBox{
	padding: 30px 0;
}

/*-----内页用 相同 的banner时-----*/
.nyba {width: 100%;height: 480px;}

/*-----内页用 不同 的banner时-----*/
.banner_nei{
	width: 500px;
	padding-top: 150px;
	margin: 0 auto;
}
.banner_nei h5{
		font-weight: bold;
		font-size: 52px;
		line-height: 70px;
		font-family: "微软正黑体";
    color: #fff;
    text-align: center;
    text-shadow: #404040 3px 2px 0px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.banner_nei h5::before,.banner_nei h5::after{
	content: " - ";
	display: inline-block;
	color: #fff;
	font-weight: normal;
		font-size: 50px;
		line-height: 70px;
		font-family: "微软雅黑";
	text-shadow: #4d4d4d 3px 2px 0px;
	margin-right: 10px;
}
.banner_nei h5::after{
	margin-left: 10px;
}
.banner_nei p{
	/*font: normal 28px/50px "微软雅黑";*/
	color: #fff;
	font-weight: normal;
		font-size: 28px;
		line-height: 50px;
		font-family: "微软雅黑";
    color: #fff;
    opacity: .86;
    letter-spacing: 1px;
    text-align: center;
    text-shadow: #525252 2px 2px 0px;
    text-transform: uppercase;
}
.banner_nei span{
	display: none;
	display: block;
	margin: 0px auto;
	width: 24px;
	height: 24px;
	background: url(/file/images/mouse0.png) no-repeat 0 0;
}
.banner_nei .jiantou{
	display: block;
	margin: 0 auto;
	transition: .5s;
	animation: jt 2000ms infinite linear;
    -webkit-animation: jt 2000ms infinite linear;
    -moz-animation: jt 2000ms infinite linear;
}

.banner_nei .jiantou{
	position: relative;
}
.banner_nei .jiantou::before{
	content: "";
    width: 2px;
    height: 8px;
    box-shadow: #ccc 1px 2px 2px;
    background: #fff;
    position: absolute;
    left: 50%;
    margin-left: -1px;
    top: 12px;
    animation: moveDownSpot 1200ms infinite;
    -webkit-animation: moveDownSpot 1200ms infinite;
    -moz-animation: moveDownSpot 1200ms infinite;
}
@keyframes moveDownSpot{
	form{
		top: 2px;
		opacity: 1;
	}
	to{
		top: 28px;
		opacity: 0;
	}
}
.banner_nei .jiantou img{
	display: block;
	width: 28px;
	margin: 0 auto;
}

/*各个二级页面不同的banner*/
.nyba{background:url(/file/images/about.jpg) no-repeat center 0;}
.about_b{background:url(/file/images/about.jpg) no-repeat center 0;}
.news_b{background:url(/file/images/about.jpg) no-repeat center 0;}
.case_b{background:url(/file/images/about.jpg) no-repeat center 0;}
.shouhou_b{background:url(/file/images/about.jpg) no-repeat center 0;}
/*.contact_b{background:url(/file/images/contact.jpg) no-repeat center 0;}*/


.links {
	width: 1070px;
	height: 60px;
	margin: 0 auto;
}

.links span {
	float: left;
	margin: 0 10px;
}

.links span a {
	font-size: 16px;
	line-height: 60px;
	color: #666;
}

.links span a:hover {
	color: #ff0000;
}

.ibox7 {
	width: 1200px;
	height: 270px;
	overflow: hidden;
	position: relative;
	padding-top: 20px;
}

.ibox7 #LeftArr1 {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 600px;
	height: 270px;
	cursor: pointer;
	background: url(/file/images/left1.jpg) left center no-repeat;
}

.ibox7 #RightArr1 {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 600px;
	height: 270px;
	cursor: pointer;
	background: url(/file/images/right1.jpg) right center no-repeat;
}

.ihonor {
	height: 270px;
	margin: 0px auto;
	overflow: hidden;
}


/*ͼЧ*/

.cppic {
	width: 380px;
	height: 320px;
	margin: 10px;
	font-family: "Microsoft Yahei";
	font-weight: normal;
	float: left;
}

.cppic dl {}

.cppic dl dt {
	width: 378px;
	height: 280px;
	border: solid 1px #ddd;
	display: block;
	overflow: hidden;
}

.cppic dl dt img {
	width: 378px;
	height: 280px;
	ition: 0.4s;
	-webkit-transition: -webkit-transform 0.4s ease-out;
	transition: transform 0.4s ease-out;
	-moz-transition: -moz-transform 0.4s ease-out;
	-o-transition: -o-transform 0.4s ease-out;
	-ms-transition: -ms-transform 0.4s ease-out;
}

.cppic dl dd {
	text-align: center;
	width: 380px;
	height: 40px;
	line-height: 40px;
	background: #EEE;
	color: #333;
	font-size: 16px;
}

.cppic a:hover dl dd {
	background: #e07d7d;
	width: 380px;
	height: 40px;
	color: #FFF;
}

.cppic a:hover dl dt img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.cppic2 {
	width: 150px;
	height: 100px;
	margin: 10px;
	font-family: "Microsoft Yahei";
	font-weight: normal;
	float: left;
}

.cppic2 dl {}

.cppic2 dl dt {
	width: 150px;
	height: 100px;
	border: solid 2px #eee;
}

.cppic2 dl dt img {
	width: 150px;
	height: 100px;
	border: 0;
}

.cppic3 {
	width: 280px;
	height: 250px;
	margin: 10px;
	font-family: "Microsoft Yahei";
	font-weight: normal;
	float: left;
}
.cppic3 dl dt {
	width: 278px;
	height: 210px;
	border: solid 1px #ddd;
}
.cppic3 dl dt img {
	width: 278px;
	height: 210px;
	border: 0;
}
.cppic3 dl dd {
	text-align: center;
	width: 280px;
	height: 40px;
	line-height: 40px;
	background: #d7d7d7;
	color: #000;
	display: block;
}
.cppic3 a:hover dl dd {
	background: #fff;
	width: 280px;
	height: 40px;
	color: #000;
}

.nypic {
	width: 280px;
	height: 350px;
	margin: 10px 9px;
	font-family: "Microsoft Yahei";
	font-weight: normal;
	float: left;
}

.nypic dl {}

.nypic dl dt {
	width: 278px;
	height: 228px;
	border: solid 1px #ddd;
}

.nypic dl dt img {
	width: 278px;
	height: 228px;
	border: 0;
}

.nypic dl dd {
	text-align: center;
	width: 280px;
	height: 70px;
	background: #ebebeb;
	color: #000;
}

.nypic dl dd h3 {
	text-align: center;
	width: 280px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	background: #ebebeb;
	color: #000;
}

.nypic dl dd p {
	text-align: center;
	width: 280px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	background: #ebebeb;
	color: #000;
	margin: 0;
	padding: 0;
}

.nypic dl dd p span {
	font-family: Impact;
	color: #eb4c00;
	font-size: 22px;
}

.nypic a:hover dl dd {
	background: #cd5310;
	width: 280px;
	height: 70px;
	color: #fff;
}

.news3 li {
	width: 900px;
	height: 180px;
	font-family: "Microsoft Yahei";
	font-weight: normal;
	margin:20px 10px;
	border: solid 1px #ddd;
	overflow: hidden;
	padding: 10px;
	font-size: 16px;
	color: #666;
	line-height: 27px;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-ms-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
}
.news3 li:hover {
	width: 900px;
	height: 180px;
	font-family: "Microsoft Yahei";
	font-weight: normal;
	margin:20px 10px;
	border: solid 1px #ddd;
	overflow: hidden;
	padding: 10px;
	font-size: 16px;
	color: #666;
	line-height: 27px;
	box-shadow: 0px 0px 10px #ccc;
	transform: scale(1.05);
}

.news3 li img {
	width: 200px;
	height: 160px;
	margin-right: 10px;
	float: left;
}

.news3 li strong {
	font-size: 18px;
	color: #000;
	display: block;
	font-weight: initial;
}

.news3 li strong a {
	color: #000;
	line-height: 40px;
	text-decoration: none;
}

.news3 li strong a:hover {
	color: #ff0000;
}


.news3 li p {
	font-size: 14px;
	text-align: left;
	line-height: 30px;
	color: #999;
	font: italic;
}

.ny_title3 {
	width: 1200px;
	height: 40px;
	background: #666;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin: 0 auto;
	clear: both;
	line-height: 40px;
	padding-left: 10px;
}

.ny_love3 {
	width: 1198px;
	height: 280px;
	background: #fff;
	margin: 0 auto;
	border: solid 1px #ddd;
}

.ny_love {
	width: 898px;
	height: 280px;
	background: #fff;
	margin: 0 auto;
	border: solid 1px #ddd;
}

.ny_title4 {
	width: 890px;
	height: 40px;
	background: #666;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin: 0 auto;
	clear: both;
	line-height: 40px;
	padding-left: 10px;
}

.ny_love4 {
	width: 898px;
	height: 280px;
	background: #fff;
	margin: 0 auto;
	border: solid 1px #ddd;
}

.page22 {
	width: 900px;
	height: 40px;
	margin: 0 auto;
	line-height: 40px;
}

.page22 li {
	width: 400px;
	height: 40px;
	float: left;
	text-align: center;
}

.page11 {
	line-height: 40px;
	font-weight: bold;
	color: #333;
	text-align: center;
}

.page11 i {
	color: #999;
	font-size: 14px;
	font-weight: normal;
}
.content h1{
	text-align: center;
	font-size: 20px;
	line-height: 80px;
}
.newsLi .newsImgbox{
	float: left;
	width: 160px;
	height: 120px;
}
.newsLi img{
	width: 100%;
	height: 100%;	
}
.newRight{
	float: right;
	width: 850px;
}
.newRight h6{
	font-weight: normal;
	font-size: 18px;
	margin-bottom: 10px;
}
.newRight p{
	font-size: 14px;
	color: #a6a6a6;
}
.newRight span{
	color:#bbb;
}  
.ss_submit{
	background: #999;
}
.h50{
	height: 50px;
}
/* !!!!!!!!!!!后期修改的产品新闻详情页样式!!!!!!!! */
.img_big_box{width:56%;float: left;}
.img_big_box .img_box{height:380px;border:1px solid #f1f1f1;border-radius:5px;position: relative;}
.img_big_box .img_box img{max-width:98%;max-height:98%;border-radius:5px;position: absolute;left:0;top:0;right:0;bottom:0;margin:auto;}
.img_big_box .small_box{border:1px solid #f1f1f1;border-radius:5px;text-align: center;}
.img_big_box .small_box img{max-height:80px;display: inline-block;margin:10px 5px;border:1px solid #fff;}
.img_big_box .small_box img.active{border-color:#001db1;}
.info_big_box{width:42.5%;float: right;}
.info_big_box{width:42%;float: right;height:502px;}
.info_big_box{width:42%;float: right;height:502px;}
.info_big_box h1{color:#444;line-height:36px;font-weight: bold;font-size:26px;margin-top:80px; text-align:left;   }
.info_big_box .info_1{margin:30px 0 0;}
.info_big_box .info_1 .lx{color:#555;min-height:40px;line-height:40px;margin-bottom:10px;}
.info_big_box .info_1 .lx img{float: left;width:30px;margin-top:5px;}
.info_big_box .info_1 .lx span{float: left;width:80%;font-size:18px;color:#555;letter-spacing:0px;line-height:40px;}
.info_big_box .info_1 .lx span.num{font-family:impact;font-size:26px;letter-spacing:2px;}
.info_big_box .info_2{padding:10px;}
.info_big_box .share{height:24px;line-height:24px;margin:20px 0;}
.info_big_box .share span{font-size:16px;color:#555;}
.bdshare-button-style0-24 a, .bdshare-button-style0-24 .bds_more{margin:0 6px 0 0 !important;}
.cpxq{ background: #fafafa; margin: 20px 0 10px; color: #444;height: 50px;line-height: 50px;font-weight: bold; font-size: 20px; font-family: 'Microsoft Yahei', '微软雅黑E\8F6F\96C5\9ED1', Arial, 'Hiragino Sans GB', '宋体B8B\4F53';border-radius: 5px;}
.cpxq i{     background: #C4005B; width: 2px;height: 30px;display: block;float: left;margin: 10px 10px 0px 0px;}

/*=======内页新增======*/
.pageAbout{ width: 75%; margin: 0 auto;}
.pageNews,.youlove{ width: 1300px; margin: 0 auto;}
.pageCase{ width: 1300px; margin: 0 auto;}
.pageNews h2,.content .cpxq{font-size: 20px; line-height: 50px; text-align: left;}


.wap_son{display: none;/*padding:0 13px;*/margin-bottom:20px;}
.wap_son a{width:31.33%;height:40px;line-height:40px;font-size:16px;color:#fff;text-align: center;margin:1%;float: left;background-color:#dc021a;}

.firstRow p img{ display: block; margin:0 auto;}
/*.contactWrapPc{display: none;}*/

/*响应式部分代码*/
@media only screen and (max-width:1780px) {
	.q{width:75%;}
	.q li b i{font-size: 60px;}
	.ysUl li img{
		width: 88%; margin: 0 auto;
	}
	.ysUl{padding-top: 0px;}
	.ysWrap h3{padding: 4px; font-size: 20px;}
	.navWrap .logo img,.bianhua .navWrap .logo img{ height: 75px;}
	.navWrap{ padding: 0 20px;}
	
}
@media only screen and (max-width:1680px) {
	.goodsUl li div i{ width: 90px;}
	.bianhua .dh,.dh{padding-left: 30px; background: url(/file/images/dh2.png) no-repeat 0 45px/15%;}
	.dh span{ font-size: 24px; line-height: 30px;}	
	.bianhua .dh span{ line-height: 45px;}
	.ysL img{ height: 140px;}
	.ysNei .gongren{ height: 460px;}
	.ysBox{ height: 460px; bottom: -100px;}
}
@media only screen and (max-width:1510px) {
	.zhsh_wrap,.bassMain{width: 1200px;}
	.right_side.fr{ width: 900px;}
	.bt h2,.bt h2 span{ font-size: 40px;}

	.newsBox{ width: 1200px;}
	.n_right{ width: 50%;}
	.slideGroup .parHd{ height:100px;}
	
	.about{
		padding: 45px 0;
	}
	.abBox{ margin: 45px 0 45px 0;}
	
	.caseWrap{width: 1200px;}
	.caseWrap .caseA{width: 350px;}
	.Box .Box_con{ width: 1250px;}
}
@media only screen and (max-width:1410px) {
	.slideGroup{ width: 1200px;}
	.slideGroup .parHd ul li{ width: 14.28%;}
	.slideGroup .parBd ul li .pic{ width: 610px;}
	.abWrap{ width: 1200px;}
	.ab_img{ width: 420px;}
	.at p{ font-size: 22px;}
	/*.jjL{ padding: 35px 0 30px;}*/
	
	.ysL img{ height: 120px;}
	.ysNei .gongren{ height: 410px;}
	.ysR{ padding-right: 3%;}
	.ysUl li img{ width: 85%;}
	
	.newsBox{ width: 1000px;}
	
	.caseWrap{width: 1200px; margin: 60px auto 0;}
	.caseSlide .caseA{position: relative; display: block; float: right; width: 290px ; height: 230px; margin: 0 0 4px 4px;}	
	.caseSlide .caseA:first-child{display: block; width: 610px; height: 465px; float: left;margin: 0px; }
	.pageNews,.pageCase{width: 1200px; }
	.Box .Box_con{ width: 1050px;}
}
@media only screen and (min-width:1200px){ 
	/*nav .navnav{ text-align: center; display: block !important;}*/ 
	#footer {display: none;}
	.mini_caseWrap{display: none;}
	.mini_lx{ display: none;}
	}
@media only screen and (max-width:1200px) {
	
	html,body{max-width:750px;margin:0 auto !important;}
	
	.dh,.navWrap .logo,
	.pc_product,#men_pro .sub_menu,#menu_hover_bg,.phoneNei,
	.left_side,.Box,.bMxin div,.wap_menu,.pc_lx{display: none;}
	
	nav .nav_box,.navWrap .mini_logo,.mini_product,.mini_lx{ display: block;}	
	
	nav .navnav{display: none;width:100%;position: absolute;top:64px;left:0;background-color:rgba(0,0,0,0.65);border-top:1px solid #6eb92b; z-index: 2;}
	nav .navnav ul li,.bianhua .navnav ul li{display: block;width:100%;}
	nav .navnav ul li a,.bianhua .navnav ul li a{height:50px;line-height:50px; color: #fff;}
	.navList,.Box .Box_con,.abWrap{ width: 100%;}
	.navList>ul>li{ padding: 0;}
	.navList ul li>a{ border-radius: 0;}
	.navWrap .mini_logo{}  
  .cp_mini{border-top: #F3F3F3 12px solid;}
	#pro-cont {width: 98%;padding: 0px 1%;}
	#pro-cont li {width: 48%;float: left;margin: 5px 1%;	overflow: hidden;}
	#pro-cont li a{display: block;width: 100%;height: 100%;}
	#pro-cont li>div {width: 100%;overflow:hidden;padding: 0;margin: 0;box-sizing: border-box;}
	#pro-cont li img {width: 100%;border: 0;box-shadow: #ccc 1px 1px 3px ;}
	#pro-cont li p {line-height: 1.8rem;color: #333;padding: 10px 4px;margin: 0;font-size: 0.95em;white-space: nowrap;overflow: hidden;text-overflow:ellipsis; border-bottom:#f2f2f2 1px solid;}
	#pro-cont li p span{ display: block; padding-left: 32px;color: #333;font-size: 16px;font-weight:bold; line-height: 35px;background: url(/file/images/phone.png) no-repeat 0 4px/8%;} 
	.lei {width: 98%;margin: 1em auto;display: table;}
	.lei a {width:49%;height: 35px;line-height: 35px;background: #e7002a;float: left;margin: 6px .5%;color: #fff;font: normal normal 1rem/35px "微软雅黑";text-align: center;border-radius: 50px;box-sizing: border-box;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
  .Box .Box_con .conbox ul li{width: 170px; margin-right: 20px;}
  .mr_frUl ul li{ width: 49%;}
  .ab_img{ width: 30%;}
  .abR{ width: 70%;}
  .jumpNum{ margin-top: 0;}
  .product-number-info{width: 90%;}
  .abWrap{ width: 98%; margin: 0 auto 30px;}
  .q{width: 100%;}
  .q li b i{ font-size: 40px;}
  .q li p,.at p{font-size: 18px;}
  .at::before{ font-size: 66px;}
  .abR h2{font-size: 24px; margin-bottom: 0px;}
  .jjL{ padding: 10px 0;} 
  /*.waiHuan{width: 200PX; height: 200px;padding: 8px;}
  .huan{ padding: 8px;}
  .ysWrap h3{ font-size: 20px;}
  .ysWrap p{ font-size: 14px; line-height: 22px;}
  .ysUl li:nth-child(1), .ysUl li:nth-child(2), .ysUl li:nth-child(3), .ysUl li:nth-child(4), .ysUl li:nth-child(5){ padding-top: 25px;}
  .ysBox{ width: 100%;}
  .ysBox h2{ font-size: 35px;}
  .ysBox img{ width: 98%; margin: 0 auto;}*/
  .n_right{ display: none;}
  .newsBox{ width: 100%;}
  .newBt{padding-bottom: 30px;}
  .newBt{float: none;  }
  .newBt img{ display: block;margin:0 auto;}
  .newsUl{ width: 98%; margin: 0 auto; }
  .newsUl li{float:none; width: 94%; margin: 10px auto;  }
  .imgL img{ margin-top:-130px;}
  .newMain p{ min-height: auto;}
  .newsUl,.fMain{ width: 100%;}
  .contactDl dd p{ font-size: 14px;}
  .contactDl dd p span{ display: block; font-size: 18px; text-align: center;}
  .right_side.fr,.zhsh_wrap{ float: none; width: 100%;}
  .right_side .showlist div{width: 100%; margin: 0;}
  

	
	.pageAbout,.pageNews,.youlove,.pageCase,#main,.pageContact,.pageContact #main{width: 96%;}
	.newsLi,.bassMain{width: 100%;}
	.newsLi .newsImgbox{ width: 100%; height: 200px; overflow:hidden; border-radius: 6px; float: none; box-sizing: border-box;}
	.newsLi img{ height:auto; margin-top: -160px;}
	.newRight{float: none;width: 100%;}
	.newRight h6{ font-size: 18px; font-weight:bold; padding-top: 10px;}
	.newRight p{ font-size: 16px; padding-top: 10px; border-top: #e5e5e5 1px solid;}
	
	.ny_news li{ padding: 20px 0;}
	.ny_news li:hover,.ny_news li:nth-child(2n):hover{background: none;}
	.ny_news li:hover .newsLi{left: 0px;}
	.ny_news li:hover .newRight h6{color: #444;}
	.ny_news li:hover .newRight p{color: #a6a6a6;}
	.nextinfo span{width: 100%; text-align: left;}
	.nynews_list li{width: 99%;}
	
	.banner_nei{width: 100%; padding-top: 65px;}
	.banner_nei h5{ font-size: 35px;}
	.banner_nei p{ font-size: 22px; line-height: 30px;}
	
	.nyba{ height: 300px;}
	.love-pic-box,h1.title3{ display: none;}
	.love-pic-box li{ width: 48%;}
	#showdata li{ width: 49%;}
	
	.wap_son{ display: block;}
	#showdata li p{ padding:20px 0; text-align:center;}

	.pageAbout h2{ font-size:30px;}
	.pageAbout img{ display: block; width: 100%;}

	.product{ padding-top: 30px;}
	.jumpNum{ background-attachment: inherit;}
	.case{  padding:40px 0 45px;}
	.news{  padding:40px 0 60px;}
	.imgL{ height:auto;}
	.newTime{ top: 0;}
	.newsUl{ padding-top: 45px;}

	.img_big_box,.info_1{ display: none;}
.info_big_box{ width: 100%; float:none; height:auto;}
div.content h1{ margin-top:0; margin-bottom:30px;}
/* .pageNews h2{ font-size: 20px;
    line-height: 50px; text-align:left;} */
	.cd-top{ width: 40px; height:40px; bottom:100px;}
	.cd-top i{ margin:10px auto;}
	.bquan{ float:none;padding:0; }
	.bquan img{margin:0 auto;}
	.ewmWrap,.contactWrapPc{ float: none;}
	.ewmWrap{ width: 100%; padding: 0;}
	.ewmWrap .ewm{ padding:0; width: 50%;}
	.ewmWrap .ewm p img{ display: block; width: 150px; margin: 0 auto;}
/*.foot{ padding: 45px 0 85px;}*/
.footTop h4{ font-size: 24px;}
.footTop p{ font-size: 15px;}

#footer {display: block; max-width: 720px;overflow-x: hidden;width: 96%;min-height: 60px;
	position: fixed;z-index: 999;bottom: .3em;left: 2%;display: flex;border-radius: 12px;
  background: rgba(0,0,0,.75);}
#footer li {width: 25%;text-align: center;}
#footer li a {font-size: .95rem;color: #fff;}
#footer li a img {width: 20%;display: block;margin: 5px auto 3px;}

.contactWrap{ display: none;}
.contactWrapPc{ display: block; width: 90%;padding: 0; margin: 0 auto 65px;}
.contactWrapPc p{ color:#fff; text-align:center; line-height:26px;}
.contactWrapPc h6{text-align:center;}
.contactWrapPc h6 i{ background:none; }
.contactWrapPc h5{ display: none;}
.foot{ padding-bottom:20px;}


.fMain{ background: #e7002a;}
.finner{ padding: 0;}

.section_five .ss3 {width: 290px;height: 225px;}
.section_five .more{ width: 150px; height: 32px; margin:10px auto;line-height: 32px;}
.casebtn{width: 100%;}
.casebtn .casemore{ display: block; float: none; margin: 0 auto; height: 35px; line-height: 35px;}

		.casedh{ display: none;}

.bt h2{padding-left: 0; background: none; text-align: center; width: 100%; font-size: 24px;}
.bt h2 span{ font-size: 24px;}
.bt p{ font-size: 15px; padding-top: 0;}	

.bianhua{ position: static; background: none; height: 65px;}	
nav{position: static; height: 65px; }
.bianhua .navWrap{ padding: 0 5px;}
.ulWrap{ width: 98%;}
.proBt{ padding: 30px 0;}
.at img{ width: 100%;}
.section_five{ padding: 45px 0 50px;}

.ysNei{width: 98%; margin: 0 auto;}
.ysNei .gongren{ display: none;}
.ysL{ float: none; width: 100%; padding-left: 0; text-align: left;}
.ysR{ float: none;width: 100%; padding-right: 0;}

.caseWrap{display: none;}
.mini_caseWrap{width: 98%; margin: 0 auto; padding-top: 50px;}
.mini_caseWrap .mini_caseli{float: left; width: 49%; margin: 0 .5% 5px;}
.mini_caseWrap .mini_caseli a,.mini_caseWrap .mini_caseli a img{ display: block; width: 100%;}
.mini_caseWrap .mini_caseli a p{ height: 50px; line-height: 50px; text-align: center;}

.lc h4{ font-size: 26px;}
.lc p{ font-size: 15px;}
.innerLc{ width: 98%;}
.lvul li img{ width: 100%;}

}
@media only screen and (max-width:640px) {
	.abWrap{ width: 96%;}
	.ab_img{ display: none;}
	.abR{ float: none; width: 100%;}
	.q li b i{ font-size: 30px;}
	.q li p{ font-size: 14px;}

	.fnav a{ width: 25%; height: 30px; line-height: 30px;}
	.contactWrap{width: 96%; margin: 0 auto; border-top:#fff dashed 1px; padding-top: 30px;}
	.fnav{ width: 98%;margin: 0 auto 40px;padding-bottom: 40px; border-bottom: #fff dashed 1px;}
	#pro-cont li p span{ line-height: 30px;background: url(/file/images/phone.png) no-repeat 0 2px/10%;} 
	.lc{padding: 55px 0;}
	.lvul li{width: 26%; margin-bottom: 15px;}
	.newTime,.ysWrap p{ display: none;}
	
	.ysL img{display: block; height: 90px;  margin: 0 auto;}
	.ysWrap h3{ font-size: 18px;width: 85%; margin: 0 auto; color: #fff; padding: 20px 0 5px;}
	.ysUl{ padding: 0;}
	.ysBox{ position: static; height: auto; width: 100%;}
	.ewmWrap .ewm p img{ width: 120px;}
	.footTop p{ width: 95%; margin:0 auto;}
	.contactWrapPc h6{ 
	padding-top:20px;
	font-size:20px;
	}
	.contactWrapPc h6 i{ padding-left:0; font-size:28px;}
	
}
@media only screen and (max-width:500px) {
	
	.waiHuan{ padding: 0px; width: 180px; height: 180px;}
	.huan{ padding: 5px;}
	.ysUl li{ margin: 0;}
	.proBt::before,.casebt::before{ font-size: 70px;}
	/*.bt h2, .bt h2 span{ font-size: 30px;}*/
	.navWrap .mini_logo{ width: 50%; padding-top: 10px;}
	.navWrap .mini_logo img{ width: 100%;}
	.lei a{ font-size: 15px;}
	.goodsUl li div>span h6{ display: none;}
	.goodsUl li div>span{ padding: 10px 0; text-align: center;}
	.about{ background: none;}
	.abR h2{ padding: 15px 0; font-size:20px;}
	.jjL p{ font-size: 16px; line-height: 30px;}
	.abBox{ margin: 25px 0 25px 0; background: #e7002a; color: #fff; border: none;}
	.mr_frbox{ padding: 0px 0 25px;} 
	
	
	
	
}



