﻿@charset "utf-8";
/*reset*/
*{ font-family: "微软雅黑"; font-size: 16px;}
body,p,h1,h2,h3,h4,h5,h6,ul,li,img,input,table,dl,dd{ margin: 0; padding: 0;}
img{  border: none;}
input{ outline: 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;}
/*h1,h2,h3,h4,h5,h6{ font-weight: normal;}*/
.fl{ float: left;}
.fr{ float: right;}
/*.clearfix{ display: block; height: 0; clear: both; content: ""; }*/
.clearfix:after{ display: block; height: 0; clear: both; content: ""; visibility: hidden; }

.w1200{width: 1200px;min-width: 1200px; margin: 0 auto;}
.w1460{width:1460px; min-width: 1200px; margin: 0 auto;}
.w1300{width:1300px; min-width: 1200px; margin: 0 auto;}
.w1200{width:1200px; min-width: 1200px; margin: 0 auto;}
/*---------------------------- 一级页面   ---------------------------------------*/
/*head*/
.body{
	width: 100%;
	height: 100%;
	position:relative;
}
.logo{
	/*padding: 25px 0;*/
}
/*nav*/

.nav{  width:1200px; margin:0 auto;}
.nav li{float:left; width:170px; height:55px; line-height:55px; text-align:center; font-size:16px; font-weight: bold; font-family:"Microsoft Yahei"; color:#fff;}
.nav li a{ color:#fff;text-decoration:none; display:block; text-align:center; font-weight:bold;}
.nav li a:hover{ background:#ff7e00; color:#fff;}
.zi14hui{ font-size:14px; color:#999; line-height:24px;}
.zi14hui a{ font-size:14px; color:#999; line-height:24px; text-decoration:none;line-height: 40px;}
.zi14hui a:hover{ font-size:14px; color:#ff0000; line-height:24px;}
/*产品*/
.menu{
	width: 100%;	
	height:55px;
}
.menu li{
	width: 14.25%;
	float: left;
	height:55px;
	line-height:55px;
	text-align: center;
	background: #0259b7;
	transition: .5s;
}
.menu li h2{
	height:55px;	
}
.menu li h2 a{
	color: #fff;
}
.menu li:hover{
	background:#ff900d;
	background-size: 100% 100%;
	height:55px;}
.menu li:hover h2{
	height: 55px;
	line-height: 55px;
	background:#ff900d;
}



.cpBox{
	padding: 15px 10px;
	background: #412c1d;
}

.cpDL{

	height: 651px;
}



.cpDL dd{
	float: left;
	width:  290px;
	height: 300px;
	margin: 16px 4px 16px 3px;;
}
.cpDL dd a{
	display: block;
	width: 290px;
	height: 290px;
	margin: 0 auto;
}
.cpImg{
	width: 280px;
	height: 280px;
	overflow: hidden;
	    border: 1px solid #ddd
}
.cpDL dd img{
	width:  280px; 
	height:  280px;
	transition: .5s;
}
.cpDL dd:hover img{
	transform: scale(1.15);
}
.cpDL dd p{
	text-align: center;
	height: 42px;
	line-height: 42px;
	color: #412c1d;
	border-bottom: #0057b4 2px solid;
	transition: .3s;
}
.cpDL dd:hover p{
	background:#0057b4;
	color: #fff;
}

/*--导航 案例--*/
.caseUl{
	width: 100%;
}
.caseUl li{
	float: left;
    width: 14.4%;
    margin: 5px 0.8%;
    height: 180px;
    /* border: #ce1208 4px solid; */
    border: #fff 4px solid;
    overflow: hidden;
}
.caseUl li a{
	display: block;
}
.caseUl li a img{
	width: 100%;
    height: 145px;
    transition: .5s;
}
.caseUl li:hover img{
	transform: scale(1.15);
}
.caseUl li a span{
	display: block;
    width: 100%;
    height: 35px;
    line-height: 35px;
    background: #fff;
    text-align: center;
    color: #ce1208;
    font-size: 14px;
}

/*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%;}



/*tdian*/
.tdian{
	background: #f2f2f2;
	width: 100%;
	padding: 20px 0 40px;
	border-top: #40aa3c 6px solid;
}
.tdUl li{
	float: left;
	width: 400px;
	padding-top: 20px;
}
.tdUl li img{
	margin: 0 auto;
	transition: 0.5s;
} 
.tdUl li:hover img{
	transform: rotate(360deg);
}

.tdUl li h6{
	color: #40aa3c;
	font-size: 18px;
	line-height: 35px;
	height: 35px;
	text-align: center;
}
.tdUl li p{
	/*display: block;*/
	width: 90%;
	margin: 0 auto;
	color: #666;
	font-size: 14px;
	line-height: 26px;
	/*height: 35px;*/
	text-align: center;
}

/*product*/

.bt{
	display: block;	
	/*padding-top: 50px;*/
	cursor: pointer;	
	margin: 85px 0 70px;
	background: url(../images/cp.png) no-repeat center 26px;
}

.bt h2,.bt h2 span{
	font-size: 42px;
	line-height: 45px;
	height: 45px;
	text-align: center;
}
.bt h2{
	color: #0057b4;
}
.bt h2 span{
	color: #412c1d;
}
.bt p{
	color: #412c1d;
	font-size: 16px;
	line-height: 40px;
	text-transform: uppercase;
	text-align: center;
}


.product{ 
	width: 100%;
	background: url(../images/pro.png) no-repeat center bottom;
	background-size: 90% ;
	}

.proList{	
	
	/*height: 415px;*/
	
}
.proWrap{
	position: relative;
	/*width:1200px;*/
	/*height: 415px;*/
}

/*选项卡*/
.main ul{
	display: none;
}
.main ul.block{
	display: block;
}




.goodsUl{
	height: 750px;
	overflow: hidden;
}
.mr_frUl ul li{
	position: relative;
	float:left;
	width:24%;
	height: 255px;
	/*padding: 10px;*/
	margin:0 .5%;
	/*background: #f2a538;*/
	overflow:hidden;
	box-shadow: #b3b3b3 2px 0px 6px;
	margin-bottom: 18px;
	}
	
.mr_frbox{
	background:url(../images/chanpin.jpg) no-repeat 0 0;
	padding: 0px 0 50px;
	/*background-size: 100%;*/
}	
	
.mr_frUl{ width: 100%; overflow: hidden; padding-top: 50px;}
.goodsUl li>a{
	position: relative;
	display: block;
	width: 100%; 	
	height: 100%;
	 /*margin-bottom: 27px;*/ 
	position: relative;
	overflow: hidden;
	transition-duration: 800ms;
	-webkit-transition-duration:800ms;
	-moz-transition-duration:800ms;
}

.goodsUl li .imgimg{
	width: 100%;
	height: 195px;
	overflow: hidden;
}
.goodsUl li a img{
	width: 100%;
	height: 100%;
	transition-duration:500ms ;
	-webkit-transition-duration:500ms ;
	-moz-transition-duration:500ms ;
}
.goodsUl li a:hover img{
	transform: scale(1.15);
}
.goodsUl li span{
	position: absolute;
	bottom: 0;
	background: #0987e6;
	color: #fff;
	text-align: center;
	width: 100%;
	height: 40px;
	line-height: 40px;
}

.goodsUl li a div{
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(9,135,230,0.7);
	left: 0;
	top: 0px;
	opacity: 0;
	transition-duration:500ms ;
	-webkit-transition-duration:500ms ;
	-moz-transition-duration:500ms ;
}
.goodsUl li a div::before{
	display: block;
	content: " ";
	width:60px;
	height: 72px;
	background:url(../images/faj.png) no-repeat 0 0;
	margin: 70px auto auto;
}

.goodsUl li a:hover div{
	opacity: 1;
}
/*.goodsUl li a:hover span{
	display: none;
}*/
.goodsUl li:hover a{
	/*background: #0b52a3;*/
	color: #fff;
}
.goodsUl li a img,.mask span,.mask{
	transition-duration: 500ms;
	-webkit-transition-duration: 500ms;
	-moz-transition-duration: 500ms;
}
.goodsUl ul li:hover img{
	transform: scale(1.1);
}
.goodsUl a div p{
	position: absolute;
	top: 145px;
	left: 90px;
	width: 120px;
	height: 34px;
	text-align: center;
	border: #fff 1px solid;
	margin: 0 auto;
	color: #fff;
	line-height: 34px;
	font-size: 14px;
}
.goodsUl li>a:hover p{
	
}
/*about*/
.about{
	padding: 0 0 80px;
	background:url(../images/about.jpg) no-repeat 0 0;
	background-attachment: fixed;
	height: 650px;
}

.abP p{

	margin: 0 auto;
	color: #412c1d;
	font-size: 16px;
	line-height: 35px;
}
.btABout{
	display: block;
	width: 155px;
	height:38px;
	line-height: 38px;
	color: #fff;
	text-align: center;
	border-radius: 50px;
	margin: 30px auto;
	/*padding-top: 10px;*/
	background: #c3100f;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
.bt02{
	margin: 30px auto;
}
.abimg{
	width: 1200px;
	height: 252px;
	margin: 0 auto;
	background: url(../images/abb.png) no-repeat center center;
}
.abUl{
	width: 930px;
	margin: 65px auto 0;
}
.abUl li{
	float: left;
	margin: 0 25px;
}
/*youshi*/
.youshi{
	padding: 95px 0;
}
.youshi h2{
	font-size: 42px;
	color: #412c1d;
	line-height: 50px;
	text-align: center;
}
.youshi p{
	font-size: 17px;
	color: #412c1d;
	line-height: 40px;
	text-align: center;
	margin-bottom: 40px;
}

.product-num-head{
	width: 1100px;
	margin: 0 auto;
}
.product-num-item{
	float: left;
	width: 180px;
	height: 150px;
	margin: 0 18px;
	padding-top: 30px;
	border-radius: 50%;
	border: #efefef 2px solid;
}
.count-title{
	display: block;
	line-height: 80px;
	font-family: impact;
	color: #0057b4;
	font-size: 65px;
	text-align: center;
}

/*case*/
.case{
	width: 100%;
	/*height: 400px;*/
	padding-top: 5px;
	padding-bottom: 100px;
	background: url(../images/case.jpg) no-repeat 0 0;
	background-attachment: fixed;
}
.bt03 h2 span,.bt03 p{
	color: #fff;
}
.sl{
	width: 1200px;
	margin: 35px auto 0;
	/*margin-top: 35px;*/
}
.sl li{
	position: relative;
	float: left;
	width: 300px;
	padding: 18px;
	/*height: 260px;*/
	background: rgba(255,255,255,.75);
	margin-right: 12px;
	border: #ccc 1px solid;
	transition: .5s;
}
.sl li:hover{
	background: rgba(255,255,255,1);
}
.sl li a{
	display: block;
	width: 100%;
	
}
.sl li img{
	width: 100%;
	height: 260px;
}
.sl li p{
	/*position: absolute;
	bottom: 0px;*/
	color: #412c1d;
	font-size: 18px;
	/*background: #0f5eba;*/
	width: 100%;
	height: 45px;
	line-height: 45px;
	text-align: center;
	padding: 3px 0;
	transition: .5s;
}
.sl li:hover p{
	/*background: #71bc3b;*/
	color: #d01515;
} 
.sl li span{
	display: block;
	margin: 0 auto;
	width: 135px;
	height: 30px;
	border-radius: 10px;
	background: #0057b4;
	color: #fff;
	font-size: 15px;
	text-align: center;
	line-height: 30px;
}
/*zj*/
.zj{
	width: 100%;
	height: 330px;
	background: url(../images/new.jpg) no-repeat 0 0;
	background-attachment: fixed;
}

/*news*/
.news{	
	/*height: 450px;*/
	padding-bottom: 100px;
	padding-top: 2px;
	background: url(../images/new.jpg) no-repeat 0 0;
	background-size:100% 100%;
}
/*新闻图片 切换*/
.picFocus{/* margin:0 auto;  width:800px; border:1px solid #ccc; padding:5px;*/  position:relative; /*padding-top: 50px; overflow:hidden;*/  zoom:1;   }
.picFocus .hd{ width:52%; float: left; padding-top:5px;  /*overflow:hidden;*/ }
.picFocus .hd ul{ margin-right:-5px;  /*overflow:hidden;*/ zoom:1; }
.picFocus .hd ul li{ margin-bottom:12px;  text-align:center;transition: all 0.7s;-webkit-transition: all 0.7s;-moz-transition: all 0.7s; background:#f0f0f0; }
.picFocus .hd ul li:last-child{margin-bottom:0 !important;}
.picFocus .hd ul li img{  cursor:pointer; margin-right:5px;   }
.bd{width: 45%;float: right;}
.hdLi h6{
	color: #ccc;
	font-size: 60px;
	text-align: left;
	font-weight: normal;
	/*transition: all 0.5s;-webkit-transition: all 0.5s;-moz-transition: all 0.5s;*/ 
}
.picFocus .hd ul li.on{ background:#ff900d;  }
.on p,.on h4,.on .tm { color: #fff;}
.bd img{ width: 100%;}

.tm{
	position: absolute;
	right: 10px;
	top: 30px;
}

.newMain{
	 padding:20px;
	 position: relative;
	width: 420px;
	transition: all 0.5s;-webkit-transition: all 0.5s;-moz-transition: all 0.5s; 
} 
.newMain h4{
	font-weight: normal;
	font-size: 18px;
	height: 40px;
	line-height: 40px;
}
.hdLi h6{
	width: 135px;
	text-align: center;

}
.imgL,.imgL img{
	width: 167px;
	height: 135px;
}


/*foot*/
.foot{ background:#333; z-index:1; position:relative; overflow:hidden;    width: 100%;}
.footline{ border-bottom:1px solid #414141;}
.foot-top{ font-size:22px; color:#fff; padding:21px 0 16px;}
.foot-top span{ font-size:30px; border-right:1px solid #999; line-height:41px; padding-right:26px; margin-right:26px; float:left;}
.foot-top p{ floats:left;}
.foot-top p em{ display:block; font-family:"Arial"; font-size:16px; color:#b1b1b1; padding-top:2px;}
.foot-link{ padding:20px 0 11px;}
.foot-link dl{ float:left; width:270px;}
.foot-link dl.lastdl{ width:250px;}
.foot-link dt a,.foot-mes h2{ font-size:18px; color:#13a048; display:block; border-bottom:3px solid #13a048; padding-bottom:17px; width:183px;}
.foot-link dd{ padding-top:4px;}
.foot-link dd a{font-size: 14px;color:#fff;line-height: 32px;display:block;}
.foot-mes{ float:right; width:460px; overflow:hidden}
.foot-mes h2{ width:auto;}
.foot-mes ul{ width:500px; padding-top:18px; padding-bottom:4px;}
.foot-mes li{float:left;overflow:hidden;width: 222px;margin-right: 16px; margin-bottom:3px;}
.foot-mes span{font-size:16px;color:#fff;line-height:30px;float:left;padding-right: 3px;}
.foot-mes span i{ padding-left:5px;}
.foot-mes li input{border:1px solid #ccc;width: 149px;padding:0 10px;height:28px;line-height:28px;font-size:14px;background:#fff; float:left;}
.foot-mes li.mesli{ width:460px; float:none}
.mesli textarea{padding:5px 8px;border:1px solid #ccc;font-size:14px;resize:none;background:#fff;width: 391px; height:88px; float:left;}
.mesbt{ font-size:16px; color:#fff; display:block; margin:0 auto; background:url(../images/bt01.png) no-repeat; width:80px; height:30px; text-align:center; line-height:30px; cursor:pointer}
.foot-mes p{ padding-left:51px;}
.the-contact{ float:left; width:600px; padding-top:21px; padding-bottom:27px;}
.the-contact h2{ font-size:18px; color:#fff; padding-bottom:8px;}
.the-contact ul{font-size:14px; color:#fff;    line-height: 35px;}
.the-contact span{margin-left:55px;}
.the-contact ul li.mt5{ margin-top:12px;}
.the-contact p{ background:url(../images/icon03.png) no-repeat; line-height:56px; padding-left:70px; font-size:24px; color:#fff; margin-top:10px;}
.contact-code{ padding-top:28px;}
.contact-code img{ width:160px; height:160px; display:block; float:left; margin-right:15px;}
.code-right{ float:left; font-size:18px; color:#d3d3d3; line-height:30px;}
.code-right>a{ font-size:20px; color:#fff; background:url(../images/icon04.png) no-repeat; display:block; line-height:37px; padding-left:55px; width:105px; margin-bottom:10px;}
.code-right p a{ color:#d3d3d3;}
.friend{ text-align:center; font-size:14px;  color:#fff; padding:13px 0}
.friend a{ color:#fff; margin-right:20px;}
.friend p{ color:#fff; margin-right:20px;text-align: center}
.foot a:hover{ color:#13a048}
.code-right>a:hover{ color:#fff;}
.footlast{ background:#181818; padding-bottom:14px;}

.the-last{ font-size:14px; color:#878787; text-align:center;}
.the-last img{ position:relative; top:4px; margin:0 4px;}


/*--------------*/
header,nav,.banner,.product,.youshi,.about,.case,.news,.foot,.dinggou{min-width: 1200px;}

/*内页产品分类*/
.proUl-nei{
	width: 1050px;
	margin: 0 auto;
	padding-top: 160px;
}
.proUl-nei li{
	float: left;
	width: 130px;
	height: 130px;
	margin: 10px;
	border-radius: 50%;
	/*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: #0057b4;
	font-weight: bold;
	text-align: center;
	line-height: 130px;
}
.firstRow td p img{
	margin: 0 auto;
}



/*底部  版权+营业执照*/
.bMxin p{
	color: #fff;
	line-height: 70px;
}
.bquan img{
	display: block;
	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: 60px;
	line-height: 60px;
	font-size: 18px;
	color: #666;
	width: 100%;
	margin: 0 auto 30px;
	border-bottom: solid 2px #ddd;
}
.bassMain{
	padding:0 16.5%;
}
.phoneNei{
	padding-left: 50px;
	background: url(../images/phone-nei.png) no-repeat 0 18px;
	background-size: 18%;
	color: #4d4d4d;
	font-weight: bold;
}
.bass img{
	vertical-align: middle;
	margin-right: 10px;
}

.bass a {
	color:#0057b4;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
}

.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: #ff900d;
}
.ny_news li:nth-child(2n):hover{
	background: #0f5eba;
}
.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(../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(../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;
	font-size: 20px;
	line-height: 40px;
	color: #000;
}
.nr20 h1{
	font-size: 26px;
	color: #234bba;
	text-align: left;
}

.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(../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;
}
#nyba {
	width: 100%;
	min-width: 1200px;
	height: 450px;
	margin-bottom: 5px;
	background:url(../images/banner-nei.jpg) no-repeat 0 0;
 	background-attachment: fixed;
	
}
/*#nyba img{ width:100%; min-width:1200px; }*/

.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;
}
.zixun{
	width: 1200px;
}
.zixun h1{
	text-align: left;
}

.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;
}

.about1{ width:100%;float:left; background:#fff;}
.about1 .pic{ width:481px; height:289px; background:url(../images/about_pic.jpg) center no-repeat; float:right; margin:44px 0;}
.about1 .con{ width:59%;  margin-top:34px; color:white; line-height:30px; float:left}
.about1 .con .title{ width:100%; height:34px; line-height:34px; border-bottom:1px solid #D2D2D2; font-size:18px; margin-bottom:12px;}
.anniu a {width: 150px;height: 38px;line-height: 38px;background:#ede9ea;font-size: 15px;color: #000;text-align: center;margin-top: -90px;float: left;margin-left: 50%;}
.anniu a:hover {width: 150px;height: 38px;line-height: 38px;background:#ff900d;font-size: 15px;color: #fff;text-align: center;margin-top: -90px;float: left;margin-left: 50%;}

