@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;}

/*---------------------------- 公用页面   ---------------------------------------*/
/*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(../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(../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;}
.logo{display: block; padding-top: 40px;}
.logo h2{ font-size: 32px; color: #153eb2;}
.logo h2 span{ font-size: 32px; color: #c5111d;}
.logo p{ color: #a8a8a8;}
/*nav*/
nav{ 
	width: 100%;
}
.navWrap{
	position: relative;
	width: 95%; 
	min-width: 100%px; 
	margin: 0 auto;
}
.navList {
	width: 58%;
	float: right;
}
.navList>ul>li {
	width: 10%;
	float: left;
	/*padding: 38px 0;*/
	transition: .3s;
	/*margin-top: 45px;*/
}
.navList ul li>a {
	position: relative;
	display: block;
	color: #333333;
	/*line-height: 30px;*/
	width: 100%;
	height: 120px;
	line-height: 120px;
	text-align: center;
}
.navList ul li>a i{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 0;
	box-sizing: border-box;
	background:#1f46b3;
	/*border-bottom: #ff7900 4px solid;*/
	/*background: linear-gradient(to right, #077bc2,#128a0b);*/
	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{
	height: 100%;
	opacity: 1;	
}
.navList>ul>li:hover>a{
	color: #fff;
}
.navList ul li {
	font-weight: normale;
	font-size: 14px;
	position: relative;
	transition: .6s;
}
.active{
	/*background: linear-gradient(to right, #077bc2,#128a0b );*/
	background:#1f46b3;
	/*border-bottom: #ff7900 4px solid;*/
	box-sizing: border-box;
	color: #fff !important;
}

/*-----dh------*/
.dh{
	padding-left: 75px;
	color: #000;
	font-size: 16px;
	line-height: 28px;
	font-family: "微软雅黑";
	padding-top: 35px;
	margin-left:10px;
	background: url(../img/dh.jpg) no-repeat 0 45px/30%;
}
.dh span{
	color: #c6101f;
	font-size: 26px;
	line-height: 40px;
	font-family: impact;
}

/*下拉*/
.navList ul li .subDl{
	position: absolute;
	top: 98%;
	left: -450px;
	display: none;
	/*opacity: 0;*/
	background: #fff;
	width: 1000px;
	padding: 30px;
	border-radius: 6px;
	box-shadow: rgba(0,0,0,.4) 1px 1px 6px;
	z-index: 999;
	/*transition: .5s;*/
}
.navList ul li .subDl dd{
	float: left;
	width: 23%;
	height: 260px;
	margin: 0 1%;
	text-align: center;
	line-height: 50px;
	border-bottom: #ccc dashed 1px;	
}
.navList ul li .subDl dd a{
	font-size: 14px;
	transition: .3s;
}
.navList ul li .subDl dd:hover a{
	color: #ffb607;
	/*font-size: 16px;*/
	}

.subDl img{
	width: 100%;
	height: 158px;
	padding-top: 20px;
}

.navList ul li .subDl02{
	position: absolute;
	top: 98%;
	left: -100px;
	display: none;
	/*opacity: 0;*/
	background: #fff;
	width: 300px;
	padding: 30px;
	border-radius: 6px;
	box-shadow: rgba(0,0,0,.4) 1px 1px 6px;
	/*transition: .5s;*/
}
.subDl02 img{
	width: 100%;
	padding-top: 20px;
}
.navList ul li .subDl02 dd{
	width: 135px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	border-bottom: #ccc dashed 1px;	
}
.navList ul li .subDl02 dd a{
	font-size: 14px;
	transition: .3s;
}
.navList ul li .subDl02 dd:hover a{
	color: #ffb607;
	font-size: 16px;
	}
.navList ul li .subDl02 dd:nth-child(odd){
	float: left;
}
.navList ul li .subDl02 dd:nth-child(even){
	float: right;
}

/*banner*/
.banner{
    position: relative;
    height: 100%;
    }

.swiper-container {
    width: 100%;
    height: 100%;   
}
.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;
}
.swiper-slide a{ display: block; width: 100%; height: 100%;}
.swiper-slide a img{ width: 100%;}



/*标题通用*/
.bt{display: block; margin-bottom: 65px;}
.bt h2{
	text-align:center ;
	color: #191919;
		font-size: 45px;
	line-height: 55px;
	margin-top: -70px;
	/*font-family: "汉真广标";*/
}
.bt h2 span{
	color: #3d62d7;
	display: inline-block;
	text-align: center;
	font-size: 45px;
	line-height: 48px;
	/*font-family: "汉真广标";*/
}
.bt i{
	display: block;
	margin: 10px auto;
	width: 85px;
	height: 6px;
	background: #3d62d7;
}
.bt p{
	color: #4f4e4e;
	text-align: center;
	font-size: 18px;
	line-height: 30px;
}

.proBt::before{
	content: "SHIPINZHANSHI";
	display: inline-block;
	color: #f3f3f3;
	font-family: impact;
	font-size: 105px;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
}
.casebt::before{
	content: "honor";
	display: inline-block;
	color: #efefef;
	display: inline-block;
	color: #f3f3f3;
	font-family: impact;
	font-size: 105px;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
}
/*.newbt::before{
	content: "news";
	display: inline-block;
	color: #efefef;
	font: normal bold 90px/80px "微软雅黑";
	text-transform: uppercase;
}*/


/*product*/
.product{ 
	padding-top:65px;
	padding-bottom: 85px;
	}
.proBox{
	/*background: url(../img/ju.png) no-repeat center 0;*/
	margin-top: 30px;
}


/*产品分类图片一排滚动*/
.Box {position: relative;  padding-top: 50px; background: url(../img/pro.jpg) no-repeat center bottom;  }
.Box .content {width: 1200px;margin: 0 auto;}
.Box h2 {text-align: center;margin-bottom: 35px;padding-top: 250px;}
.Box .Box_con {position: relative; width:77%;margin: 0 auto; padding-top: 235px; padding-bottom: 65px; background: url(../img/pro_t-en.png) no-repeat center 0px;}
.Box .Box_con .btn {display: block;width: 60px;height: 60px;position: absolute;top: 60%;cursor: pointer; transition: .5s;}
.Box .Box_con .btnl {background:url(../img/pre.png) no-repeat 0 0/100%;left: -100px;}
.Box .Box_con .btnr {background:url(../img/next.png) no-repeat 0px 0/100%;right: -100px;}
.Box .Box_con .btnl:hover{left: -116px;} 
.Box .Box_con .btnr:hover{right: -116px;}
.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;margin-right: 28px; }
.Box .Box_con .conbox ul li p{ width: 100%; height: 35px; border-radius: 50px; border: #fff 1px solid; color: #fff; text-align: center;  font-size: 16px; line-height: 35px;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: 170px;height:170px; border: rgba(255,255,255,.65) 6px solid;  margin-bottom: 20px;  border-radius: 50%; overflow: hidden; transition: all 0.5s;-webkit-transition: .5s; -moz-transition:.5s; }
.Box .Box_con .conbox ul li:hover img{transform: rotateY(180deg); box-shadow: rgba(0,0,0,.35) 2px 2px 12px;}
.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 65px;}		
.mr_frUl{ width: 100%; overflow: hidden; padding-top: 50px;}
.ulWrap{width: 88.2%;}
.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;}		
.goodsUl{width: 100%;height: 800px;overflow: hidden;}
.goodsUl li a div,.caseUl li div.clearfix{width: 94%;padding: 18px 3%;overflow: hidden;border-bottom: #d0d0d0 1px solid;transition-duration:500ms ;-webkit-transition-duration:500ms ;-moz-transition-duration:500ms ;}
.goodsUl li:hover a div{background: #1d51b8;}
.goodsUl li:hover div span,.goodsUl li:hover div i,.goodsUl li:hover div h6{color: #fff;} 
.goodsUl li:hover i{border: #fff 1px solid;}
.goodsUl li a p{border: #f2f2f2 1px solid;}
.goodsUl li a img{width:100%;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(../img/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,.caseUl li p{float: left; width:220px; overflow:hidden; white-space: nowrap; text-overflow: ellipsis; display: block;color: #09244d;line-height: 30px;transition: .3s;}
.goodsUl li div>span h6{padding-left:25px;color:#1d4ec5; width: 100%;font-size: 22px;	line-height: 30px;font-family: impact;background: url(../images/call.png) no-repeat 0 -18px/7.5%;}
.goodsUl li:hover h6{background: url(../images/call.png) no-repeat 0 8px/7.5%;}
.goodsUl li div i,.caseUl li i{float: right;width: 115px;height: 23px;margin-top:13px;border: #b8b8b8 1px solid;border-radius: 50px;color: #000;font-size: 14px;font-style: normal;text-align: center;line-height: 23px;transition: .5s;}


/*---------------about---------------------*/
.about{
	position: relative;
	padding: 0px 0 75px;
	background:url(../img/about.jpg) no-repeat center 0;
	/*background-size:100% 100%;*/
}
.abR{width: 580px; margin-left:30px;}
.at{
	display: block;
	padding-top: 85px;
	float: left;
}
.at h2{
	font-size: 38px;
	line-height: 60px;
	font-family: "微软雅黑";
	color: #fff;
	/*text-align: left;*/
} 

.at p{
	font-size: 18px;
	line-height: 35px;
	font-family: "微软雅黑";
	color: #fff;text-align: left;
}
.at i{
	display: inline-block;
	width: 190px;
	height: 40px;
	background: #e30700;
	font-style: normal;
	font-size: 35px;
	color: #fff;
	border-radius: 50px;
	font-weight: normal;
	line-height: 40px;
	text-align: center;
}
.jinpai{ float: right;}
.jjL{
	padding: 20px 0 20px;
}
.jjL p{
	text-align: left;
	color: #fff;
	line-height: 36px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
.abBox{
	display: block;
	width: 170px;
	padding-left: 15px;
	height: 38px;
	/*float: left;*/
	/*background: #c01c1b url(../img/jt.png) no-repeat 90px center/30%;*/
	border: #fff 1px solid;
	color: #fff;	
	text-align: center;
	line-height: 38px;
	border-radius: 50px;
	font-style: normal;
	margin-left:400px;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
}
.abBox:hover{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform:scale(1.1);
}

.abUl{
	float: right;
	width: 150px;
	padding-top: 60px;
}
.abUl li img{
	display: block;
	margin: 35px auto 0;
}

.shipin{
position:absolute;
left:0;
top:0;
height: 402px;
width: 520pz;

}
.shipin .iframe11{ width:804px; height:645px;background:#000;}
/*zz*/
.zzWrap{
	width: 1350px;
	margin: 0 auto;
	padding-top: 30px;
}
.zzWrap .bt h2{
	margin-top:0px;
}
.zzUl01{
	height: 140px;
}
.zzUl01 li{
	width:280px;
	height: 300px;
	float: left;
	margin-right: 18px;
	padding-top:70px;
	background: url(../img/ysys.png) no-repeat center;
}
.zzUl01 li img{
	display: block;
	width: 65px;
	margin: 0px auto;
}
.zzUl01 li h4{
	display: block;
	font-size: 24px;
	line-height: 45px;
	color: #fff;
	text-align: center;
	font-weight: normal;
	
}
.zzUl01 li p{
	width: 155px;
	margin: 0 auto;
	padding-top: 6px;
	display: block;
	font-size: 13px;
	line-height: 25px;
	color: #fff;
	text-align: center;
	font-weight: normal;
	border-top:rgba(255,255,255,.65) 1px solid;
}
.zzul02{
	margin-left: 147px;
}
.zzul02 li{
	float: left;
	margin-right: 18px;
	margin-top: -120px;
}


/*case*/
.case{
	position: relative;
	width: 100%;
	padding:20px 0 130px;
	background: url(../img/a.jpg) no-repeat center 75px;
	z-index: 9;
}

.caseMore{display: block;width: 500px;height: 45px;background: #e80f0f; margin: 0 auto;color: #fff;font-size: 20px;border: #de360a 1px solid;border-radius: 50px;}
.caseMore span{display: inline-block;width: 160px;height: 45px;line-height: 45px;text-align: center;margin: 0 auto;background: #fff;color: #000;margin-right: 20px;border-radius: 50px;} 
.caseMore i{display: inline-block;color: #fff;font-size: 27px;font-family: impact; font-style:normal;letter-spacing: 1px;vertical-align: middle;} 

/*案例图的滚动*/
.carousel{margin:0px auto;/*padding:50px 0px 0px;*/width:1300px;height:470px;/*overflow:hidden;*/position:relative;}
.carousel .slides{margin:0px auto 30px;overflow:hidden;position:relative;}
.carousel .slides .slideItem{padding:0px;overflow:hidden;position:absolute;cursor:pointer;opacity:1 !important; border:#fff 12px solid; border-radius: 5px; box-sizing: border-box; box-shadow: rgba(0,92,205,.3) 1px 1px 5px;}
.carousel .slides .slideItem a{overflow:hidden;display:block;}
.carousel .slides .slideItem img{width:100%;height:100%;}
.carousel .slides .slideItem .cover{background:rgb(0, 0, 0);left:0px;top:0px;width:100% !important;height:470px !important;display:block;position:absolute;}
.prevButton{background:#ed1d2c url(../images/pre.png) no-repeat center/40%;top:180px;width:47px;height:110px;display:block;position:absolute;z-index:99;cursor:pointer;left:-60px; transition: .5s;}
.nextButton{background:#ed1d2c url(../images/next.png) no-repeat center/40%;top:180px;width:47px;height:110px;display:block;position:absolute;z-index:99;cursor:pointer;transition: .5s;right:-60px;}
.prevButton:hover{left:-75px ;opacity: 1;}
.nextButton:hover{right:-75px ;opacity: 1;}

/*案例分类图片一排滚动*/
/*.caseBox{width: 82%;margin: 0 auto;}
.sl .caseUl li{position: relative;float: left;width: 390px;background: rgba(255,255,255,.75);margin:0px 8px 0px 0px;transition: .5s;}
.caseUl li a{position: relative;display: block;width: 100%;		margin-bottom: 1px;overflow: hidden;}
.caseUl li img{width: 100%;height: 280px;transition: .5s;-webkit-transition: .5s;-moz-transition: .5s;}
.caseUl li .cover{display: block;width: 100%;height: 50px;line-height: 50px;text-align: center;color: #fff;background: #0078ff;}
.caseUl li:hover img{transform: scale(1.15);-webkit-transform: scale(1.15);-moz-transform: scale(1.15);}*/

/*ly*/
.ly{
	background: url(../img/liyou.jpg) no-repeat center 0;
}
.ly_t{
	width: 1300px;
	margin: 0 auto;
}
.ly_t h5{
	width: 700px;
	margin: 0 auto;
	font-size: 57px;
	color: #fff;
	height: 152px;
	line-height:152px;
	text-align: center;
	border-bottom: #fff 1px solid;
}
.ly_t h5 i{
	display: inline-block;
	width: 87px;
	height: 102px;
	margin: 0 8px;
	vertical-align: middle;
	padding-left: 15px;
	background: #fff;
	border-radius: 50px;
	font-size: 95px;
	font-family: impact;
	color: #d32310;
	text-align: left;
	line-height: 102px;
}
.ly_t p{
	width: 550px;
	margin: 0 auto;
	border-bottom: #fff 1px solid;
	font-size: 25px;
	color: #fff;
	height: 42px;
	line-height:42px;
	text-align: center;
}
.jiangpai{
	display: block;
	float: right;
	margin-top: -100px;
}
.ly_Wrap{
	position: relative;
	width: 1300px;
	margin: 0 auto;
	padding-top: 375px;
	background: url(../img/tunquan.png) no-repeat center 260px;
}
.lyimg{
	display: block;
	margin: 0 auto;
}
.ly_Wrap ul li{
	position: absolute;
	width: 350px;
	height: 96px;
	padding: 12px;
	box-sizing: border-box;
	background: #fff;
	border-radius:50px;
	border:#b49518 2px dashed;
}
.ly_Wrap ul li:nth-child(1){
	left: 50px;
	top: 270px;
}
.ly_Wrap ul li:nth-child(2){
	left: -40px;
	top: 410px;
}
.ly_Wrap ul li:nth-child(3){
	left: -90px;
	top: 550px;
}
.ly_Wrap ul li:nth-child(4){
	right: 50px;
	top: 270px;
}
.ly_Wrap ul li:nth-child(5){
	right: -40px;
	top: 410px;
}
.ly_Wrap ul li:nth-child(6){
	right: -90px;
	top: 550px;
}
.ly_Wrap ul li span{
	float: left;
	font-size: 34px;
	color: #1a64d2;
	padding-right: 10px;
	line-height: 38px;
	height: 38px;
	margin-top: 10px;
	border-right: #e1e1e1 1px solid;
	font-style: italic;
}
.ly_Wrap ul li div{
	float: left;
	padding-left: 5px;
	width: 240px;
}
.ly_Wrap ul li div strong{
	/*font-family: "造字工房力黑";*/
	color: #e80f0f;
	font-size: 20px;
}
.ly_Wrap ul li div p{
	color: #000;
	font-size: 13px;
}

/*news*/
.news{	
	padding: 60px 0;
	/*background: url(../img/new.jpg) no-repeat 0 0;*/
}
.newsBox{
	position: relative;
}

/*左右切换的样式*/
/* .picFocus{ padding-top: 60px;} */
.picFocus .bd{width: 42%;float: left;}
.picFocus .bd li{ position: relative;}
.picFocus .bd li>img{ width: 100%; height: 440px;transition: .5s filter;filter: none;}
.picFocus .hd{ width:54%; float: right;}
.picFocus .hd ul li{ margin-bottom:12px; height: 140px;  border: #e5e5e5 1px solid; text-align:center;  background:#e6e6e6;transition: all 0.7s;-webkit-transition: all 0.7s;-moz-transition: all 0.7s;  }
.picFocus .hd ul li:last-child{margin-bottom:0 !important;}
.picFocus .hd ul li a{ display: block;width: 100%; height: 100%;}
.picFocus .hd ul li .newImg{float: left; width: 185px; height: 100%; margin-right:5px; overflow: hidden;}
.picFocus .hd ul li img{width: 100%; height: 100%; background: hsla(0,0%,100%,.3);}
.hdLi h6{color: #ccc;font-size: 60px;text-align: left;font-weight: normal;}
.picFocus .hd ul li.on{ background:#ed1d2c;  }
.picFocus .hd ul li.on p,.picFocus .hd ul li.on h4,.picFocus .hd ul li.on .newleft { color: #fff;}
.newMain{position: relative; padding:20px; width: 410px;}
.newMain h4{font-size: 18px; color: #333; line-height: 20px;}
.newleft{position: absolute;right:10px;top: 25px;display: block;font-size: 16px;color: #000;line-height: 30px;}
.newp{position: absolute;bottom: 0; width: 100%;height: 68px;background:rgba(29,81,184,.5);}
.newp img{padding:9px 25px; background:rgba(29,81,184,1);}


/*foot*/

.foot{
	width: 100%;
	background: #1440b2;
	/*background-size: 100% 100%;*/
	padding: 0px 0 30px;
}
.f_logo{
	display: block;
	margin: 0 auto 23px;
}
.fUl{
	width: 420px;
	margin-left: 85px;
	text-align: center;
}
.fUl li{
	display: inline-block;
	/*float: left;*/
	width: 30%;
}
.fUl li a{
	display: block;
	color: #fff;
	line-height: 96px;
	text-align: center;
}
.fMain{ 
	width: 69.7%;
	margin:0 auto;
	min-width:1200px;
}

.fMain .chanpin li{
	color: #fff;
	width: 160px;
	height: 30px;
	border: #fff 1px solid;
	line-height: 30px;
	float: left;
	margin-bottom: 13px;
	margin-right: 15px;
}
.fMain .chanpin li a{
	display: block;
	color: #fff;
	text-align: center;
}
.fMain .lianxi li{
	color: #fff;
}

.fUl h4,.lianxi h4{
	font-weight: normal;
	font-size: 27px;
	line-height: 50px;
	font-family: "微软雅黑";
	color: #cf0008;
	margin-bottom: 20px;
	text-align: left;
}
.fUl h4 span{
	font-weight: bold;
	font-size: 27px;
	line-height: 50px;
	font-family: "微软雅黑";
	color: #fff;
}
.lianxi h4 span{
	font-weight: normal;
	font-size: 27px;
	line-height: 50px;
	font-family: "微软雅黑";
	color: #004390;
}

.lianxi p,.ewm p{
	color: #fff;
	font-weight: normal;
	font-size: 16px;
	line-height: 25px;
	font-family: "微软雅黑";
}
.ewm{
	padding-left:38px;
}
.ewm img{
display:inline-block;
	width: 135px;
	/* border: #fff 2px solid; */
}
.ewm p{
	text-align: center;
}
.contact h3{
	    font-weight: normal;
			font-size: 36px;
			line-height: 50px;
			font-family: "微软雅黑";
	    /*text-shadow: #fff 2px 1px 0px;*/
	    padding-left: 50px;
	    background: url(../img/f_phone.jpg) no-repeat 0 0;
    color: #ff0000;
}
.contact h2{
	    font-weight: bold;
			font-size: 20px;
			line-height: 50px;
			font-family: "微软雅黑";
    color: #fff;
} 
.lianxi{
	padding-left: 70px;
}
.fUl a{
	display: block;
	float: left;
	width: 50%;
	height: 35px;
	text-align: left;
	line-height: 35px;
	color: #fff;
	overflow: hidden;
}
.banquan{
	width: 190px;
	float: right;
	margin-top: -73px;
} 
.banquan p{
	color: #fff;
	text-align: center;
	line-height: 25px;
	margin-bottom: 10px;
}
.fnav{
	width: 40%;
	padding-top: 80px;
	/*margin: 0 auto 20px;*/
}
.fnav a{
	display: inline-block;
	width: 24%;
	color: #fff;
	text-align: center;
}
.foot_logo{
	display: block;
	    width: 120px;
    padding-top: 30px;
	margin: 0 auto;
}
.footdl{
	padding-top: 95px;
}
.footdl dt{
	width: 100%;
	height: 1px;
	border-bottom: #fff dashed 1px;
	position: relative;
	z-index: 0;
}
.footdl dd{
	position: relative;
	z-index: 1;
	float: left;
	width: 24%;
	margin-top: -30px;
}
.footdl dd img{
	display: block;
	margin: 0 auto 27px; 
}
.footdl dd p{
	text-align: center;
	color: #fff;
}
.footdl dd p i{
	font-size:28px;
	font-family: impact;
	font-style:normal;
}
/*----.footB----*/

.bMxin{
	/*border-top: #939393 1px solid;*/
	background: #1440b2;
}
.bMxin p{
	color: #fff;
	line-height: 50px;
}
.bMxin a{
	color: #fff;
	line-height: 40px;
}
.bMxin a:hover{
	text-decoration: underline;
}
.bMxin img{
	margin-top: 8px;
}




/*  左侧 导航  */
.left_side{width:300px;}
.left_side .box_one, .left_side .box_two{background:#eeeeee;padding:10px 10px;}
.left_side .box_one .title{text-align: center;margin-bottom:20px;}
.left_side .box_one .title h3{color:#000;font-weight:bold;font-size:30px;margin:20px 0 10px 0;}
.left_side .box_one .title p{color:#000;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:#1440b2; 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:rgba(255,255,255,.92);}
.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:#000;line-height:30px;}
.left_side .box_two strong{color:#000;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:1180px;}

/*--------------*/
header,nav,.banner,.product,.youshi,.about,.case,.news,.foot,.dinggou{min-width: 1200px;}

/*响应式部分代码*/
@media only screen and (max-width:1880px) {
		.shipin .iframe11{ width:795px; height:645px;}
		.abUl{ width:130px;}  
		.abR{ width:540px;}
		.at h2{ font-size:30px;}
		.at i{ width:130px; font-size: 30px;}
		.at p{ font-size:15px;}
	}
@media only screen and (max-width:1780px) {
	
.navWrap{width: 96%;}
	.q{width:75%;}
	.q li b i{font-size: 60px;}
	.goodsUl li div>span{ width:200px;}
	.goodsUl li div i{ width:90px;}
	.abR{ width:520px;}
	
}
@media only screen and (max-width:1680px) {
	.dh{display: none;}
	.shipin .iframe11{ width:725px; height:645px;}
	.abR{ width: 480px;}
	.abBox{ width: 140px;margin-left: 350px;}
}
@media only screen and (max-width:1510px) {
	.zhsh_wrap,.bassMain{width: 1200px !important;}
.left_side{ width: 270px;}
	.right_side.fr{ width: 930px;}
	.ly_Wrap{ width: 1200px;}
	.prevButton,.nextButton{ display:none;}
	.shipin .iframe11{ width:680px; height:645px;}
}
@media only screen and (max-width:1510px) {
	.shipin .iframe11{ width:645px; height:645px;}
}

/*内页产品分类*/

.ss_box{
	width: 95%;
    box-sizing: border-box;
	margin:0px auto 20px;
}
.an{
font-size:14px;
}

.proUl {
	text-align: center;
	margin-bottom: 40px;
}
.proUl li{
	display: inline-block;
	width: 210px;
	height: 45px;
	margin: 0px 10px 10px;
	font: normal 16px/45px "微软雅黑";
	text-align: center;
	background: #ff7900;
	border-radius: 8px;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	}
.proUl li a{
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
} 
.proUl li:hover{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
}


.proUl-nei{
	width: 1200px;
	margin: 0 auto;
	padding-top: 220px;
	text-align: center;
}
.proUl-nei li{
	position: relative;
	/*float: left;*/
	display: inline-block;
	width: 150px;
	height: 150px;
	margin: 10px;
	border: rgba(230,17,9,0.8) 5px solid;
	box-shadow: #b3b3b3 1px 1px 4px;
	border-radius: 50%;
	overflow: hidden;
	/*background: rgba(206,18,8,.5);*/
	background: rgba(255,255,255,.65);
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
}
.proUl-nei li:hover{
	transform: translateY(-20px);
}
.proUl-nei li a{
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 160px;
}
.proUl-nei li a img{
	display: block;
	width: 100%;
	height: 100%;
}
.proUl-nei li a p{
	width: 100%;
	height: 35px;
	line-height: 35px;
	background: rgba(0,0,0,.3);
	position: absolute;
	bottom: 55px;
	text-align: center;
	
}

.firstRow td p img{
	margin: 0 auto;
}

/*----------------------------------   二级页面    ---------------------------------------------------*/
#main {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    font-size: 16px;
    line-height: 35px;
}
.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: 40px;
	background: url(../images/phone.png) no-repeat 0 center/13%;
	color: #cd010a;
	font-family: "MicrosoftJhengHei";
	font-size: 18px;
}
.phoneNei strong{
	font: normal normal 24px/70px impact;
	color: #cd010a;
	letter-spacing: 1px;
}
.bass img{
	vertical-align: middle;
	margin-right: 10px;
}
.bass p{
		color: #666;
		padding-left: 26px;
		background: url(../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;
	/*border-bottom: solid 1px #ddd;*/
	/*margin-bottom: 20px;*/
	overflow: hidden;
	font-size: 14px !important;
	line-height: 25px;
	color: #666;
	box-sizing: border-box;
	/*padding-bottom: 20px;*/
	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: #c01c1b;
}
.ny_news li:nth-child(2n):hover{
	background: #333;
}
.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(../img/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(../img/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: 45px;
		line-height: 100px;
		font-family: "MicrosoftJhengHei";
    text-align: center;
    font-weight: bold;
	}
.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(../img/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;
	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(../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(../images/about.jpg) no-repeat center 0;}
.nyba_1{background:url(../images/about-1.jpg) no-repeat center 0;}
.about_b{background:url(../images/about.jpg) no-repeat center 0;}
.about_b_1{background:url(../images/about-1.jpg) no-repeat center 0;}
.news_b{background:url(../images/about.jpg) no-repeat center 0;}
.case_b{background:url(../images/about.jpg) no-repeat center 0;}
.shouhou_b{background:url(../images/about.jpg) no-repeat center 0;}
/*.contact_b{background:url(../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(images/left1.jpg) left center no-repeat;
}

.ibox7 #RightArr1 {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 600px;
	height: 270px;
	cursor: pointer;
	background: url(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 {}

.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 img{
	float: left;
	width: 160px;
	height: 120px;
}
.newRight{
	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;
}


