@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{ display: block; 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:after{ display: block; height: 0; clear: both; content: ""; visibility: hidden; }

.w1200{width: 1220px; margin: 0 auto;}
.w1460{width: 76.6%; min-width: 1200px; margin: 0 auto;}
.w1300{width: 67.7%; min-width: 1200px; margin: 0 auto;}
/*---------------------------- 一级页面   ---------------------------------------*/
/*head*/
.body{
	width: 100%;
	height: 100%;
	position:relative;
}
.logo{
	/*padding: 25px 0;*/
	display: block;
	float: right;
	margin-top: 30px;
}
/*nav*/
.navTop{
	height: 40px;
	border-bottom: #d4d4d4 1px solid;
}
.navTop p{
	color: #595959;
	font-size: 14px;
	height: 36px;
	line-height: 36px;
	}
.navTop ul li{
	float: left;
	width: 90px;
	padding-left: 22px;
}
.navTop ul li:nth-child(1){
	background: url(../img/i01.jpg) no-repeat 0 center;
}
.navTop ul li:nth-child(2){
	background: url(../img/i02.jpg) no-repeat 0 center;
}
.navTop ul li:nth-child(3){
	background: url(../img/i03.jpg) no-repeat 0 center;
}

.navTop ul li a{
	color: #262626;
	font-size: 14px;
	line-height: 40px;
	height: 40px;
	/*font-family: impact;*/
	}		
	
nav{ 
	/*position: absolute;*/
	z-index: 9;
	/*top: 0px;*/
	/*left: 0;*/
	width: 100%;
	/*height: 136px;*/
	background: url(../img/nav.png) no-repeat 0 0;
	/*background:rgba(0,0,0,.6);*/
	background-size: 100% 100%;
}
.navWrap{
	position: relative;
}
.navUl{
	width: 100%;
	/*padding-left: 85px;
	background: url(../img/nav01.png) no-repeat 0 0;
	margin-top: 50px;*/
}
.navLi{ 
	float: left;
	position: relative;
	width: 12.5%;
	text-align: center;
	height: 140px;
	transition: all .5s;
	-webkit-transition: all .5s;
	 }
	 /*.navUl li.on{
	background:#92c22f;	
}*/
.navLi h2 >a{ 
	display: block;
	width: 100%;
	color: #000;
	font-size: 18px;
	line-height: 140px;
	height: 140px;
	/*padding-top: 36px;*/
	z-index: 1;
	transition: all .3s;
	-webkit-transition: all .3s;
}
.navLi a span{
	color: #a8a8a8;
	font-size: 12px;
	text-transform: uppercase;
}


.navLi:hover a{
	/*font-weight: bold;*/
	color: #fff;
}
.navLi .sub{
	display: none;
	position: absolute;
	top: 140px;
	left: -300PX;
	width: 1200px;
	background: rgba(0,0,0,.65);
	padding: 50px 100px 40px;
	z-index:99 ;
}
.sub li{
	width: 25%;
	float: left;
}
.sub li a{
	display: block;
	width: 92%;
	margin: 0 auto;
	height: 240px;
	transition: .5s;
}
.sub li a img{
	width: 100%;
	height: 200px;
}
.sub li a p{
	color: #fff;
	line-height: 40px;
	height: 40px;
	text-align: center;
}
.sub li:hover a{
	background: #cd010a;
}


.sidebar-right p{
	padding-left: 50px;
	background: url(../img/phone.jpg) no-repeat 0 center;
	color: #474747;
	font-size:14px;
	line-height: 26px;
	margin-top: 30px;
	}
.sidebar-right p span{
	color: #cd010a;
	font-size:30px;
}
.navLi>h2::after {
	content: "";
	position: absolute;
	left:0;
	top: 0;
	width: 100%;
	height: 0px;
	background: #1e2a85;
	/*border-bottom: #ff9000 4px solid;*/
	opacity: 0;
	z-index:0;
	transition: .6s;
	-webkit-transition: .6s;
}
.navLi:hover h2::after{
	content: " ";
	height: 140px;
	opacity: 1;
	transition: .6s;
	-webkit-transition: .6s;
	z-index: -1;
}

/*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: 60px 0 40px;
	/*height: 62px;*/
	background:url(../img/pro-back.png) no-repeat center center;
}

.bt h2{
	color: #1f1a17;
	font-size: 36px;
	line-height: 45px;
	height: 45px;
	text-align: center;
	/*font-weight: normal;*/
}
/*.bt h2 span{
	color: #0e0e0e;
	font-size: 32px;
	line-height:35px;
	height:35px;
}*/
.bt p{
	width: 90px;
	margin: 0 auto;
	color: #000;
	font-size: 16px;
	line-height: 45px;
	text-transform: uppercase;
	text-align: center;
	border-bottom: #1e2a85 2px solid;
}
.bt01 h2,.bt01 p{
	color: #fff;
} 
.bt01 p{
	width: 155px;
}

.product{ 
	/*padding-top: 1px;*/
	
	/*background-size: 97.5%;*/
	}

.proList{	
	width: 100%;
	background: url(../img/pro.jpg) no-repeat 0 0;
	background-size: 100% 100%;
	padding: 5px 0 185px;
	/*height: 415px;*/
	/*background: url(../img/back.jpg) no-repeat 0 0;*/
}
.proWrap{
	/*position: relative;
	width:1200px;*/
	/*height: 415px;*/
}

/*.prolistUl{	
}*/

.prolistUl{
	padding-top: 75px;
}
.prolistUl dd{
	padding: 0;
	height: 356px;
	position:relative;
	transition: .5s;
}

.prolistUl dd:hover{	

}

.prolistUl dd a{
	display: block;
	text-align: center;
	/*width: 90%;*/
	/*margin: 0 auto;*/
	height: 50px;
	line-height: 50px;
	color: #fff;
	/*background: #cd010a;*/
	transition: .5s;
	-webkit-transition: .5s;
}

.cpImg{
	width: 100%;
	height: 356px;
}

.pro-jj{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,138,235,0.3);
	transition: .5s;
}
.prolistUl dd:hover .pro-jj{
	top: 105%;
	background: rgba(0,138,235,0);
}
.prolistUl dd:hover .pro-jj span{
	padding-top: 0;
	
}
.pro-jj span{
	display: block;
	color: #fff;
	font-size: 36px;
	padding: 150px 0 0 65px;
}
.pro-jj p{
	color: #fff;
	font-size: 24px;
	padding-left: 65px;
}



.cpicon{
	position: absolute;
	top: -10px;
	right: 20px;
	z-index: 9;
}

.goodsUl{
	height: 750px;
	overflow: hidden;
}
.mr_frUl ul li{
	position: relative;
	float:left;
	width:24%;
	height: 390px;
	/*padding: 10px;*/
	margin:0 .5%;
	/*background: #f2a538;*/
	overflow:hidden;
	box-shadow: #b3b3b3 2px 0px 6px;
	margin-bottom: 18px;
	}
	
.mr_frbox{
	background:url(../img/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;
}
.wming{
	width: 100%;
	height: 260px;
	transition: .5s;
}

.goodsUl li a img{
	width: 100%;
	height: 100%;
	transition-duration:500ms ;
	-webkit-transition-duration:500ms ;
	-moz-transition-duration:500ms ;
}
.goodsUl li a:hover .wming{
	height: 240px;
	overflow: hidden;
}
.goodsUl li span{
	position: absolute;
	bottom: 0;
	background: #cd010a;
	color: #fff;
	text-align: center;
	width: 100%;
	height:0px;
	line-height: 46px;
	transition: .5s;
}
.goodsUl li:hover span{
	height: 46px;
}
.goodsUl li a p{
	width: 95%;
	margin: 0 auto;
	color: #333333;
	font-size: 18px;
	line-height: 50px;
	height: 50px;
	margin-top: 10px;
}
.goodsUl li h6{
	width: 90%;
	margin: 0 auto;
	padding-left: 30px;
	color: #555555;
	
	font-size: 18px;
	height: 30px;
	line-height: 30px;
	background: url(../img/i04.jpg) no-repeat 0  center;
	
}


/*.goodsUl li a div{
	position: absolute;
	width: 100%;
	height: 100%;
	background: #e82100;
	left: 0;
	top: 0px;
	opacity: 0;
	transition-duration:500ms ;
	-webkit-transition-duration:500ms ;
	-moz-transition-duration:500ms ;
}

.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: 95px 0;*/
	background:url(../img/about.jpg) no-repeat 0 0;
	background-size: 100%;
}
.about h6{
	width: 1135px;
	margin: 0 auto;
}
.about h6 p{
	color: #474747;
	line-height: 26px;
}
.abP{
	width: 30%;
}
.focus{
	width: 65%;
}
.abP p{
	width: 600px;
	color: #3b3b3b;
	font-size: 17px;
	line-height: 32px;
}
.btABout{
	display: block;
	width: 140px;
	height:35px;
	/*margin-top: 60px;*/
	margin: 60px auto 0;
	background: #ff9000;
	border-radius: 50px;
	color: #fff;
	text-align: center;
	line-height: 35px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
.btABout img{
	margin: 0px auto;
}
.btABout:hover{
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
}

/*.bt02{
	background: url(../img/about.png) no-repeat 0 0;
	padding-top: 85px;
	margin: 30px auto;
}*/
.bt02 h2{
	color: #fff;
}
.focus h3{
	padding-top: 85px;
	font-size: 32px;
	color: #fff;
	line-height: 105px;
	text-align: center;
}
.jjL{
	width: 300px;
}
.jjL h6{
	color: #fff;
	font-weight: normal;
	text-align: center;
	padding-top: 35px;
}
.jjL p{
	color: #fff;
	line-height: 30px;
}
.ship{
	padding-top: 40px;
}
.aboutImg{
	padding-top: 60px;
	padding-bottom: 80px;
}
.aboutImg img{
	width: 100%;
}

/*案例滚动*/
.scroll-outer{height:421px;background:url(images/bg.jpg) 50% 0 no-repeat;}
#scroll{width:1080px;margin:0 auto;padding-top:30px;font-family:"Microsoft Yahei";}
#scroll .owl-wrapper-outer{margin:0 auto;}
#scroll .item{position:relative;width:250px;height:339px;margin:0 auto;background-color:#fff;overflow:hidden;}
#scroll .shd{position:absolute;left:0;top:0;width:100%;height:100%;background-color:rgba(0, 0, 0, 0.15);}
#scroll .shd a{display:block;width:250px;height:239px;*background-image:url(about:blank);background-image:url(about:blank)\0;}
#scroll .txt{position:absolute;left:0;bottom:0;width:226px;height:100px;padding:0 12px;color:#888;box-shadow:0 0 15px 15px rgba(228, 233, 238, 0.95);background-color:#e4e9ee\9;background-color:rgba(228, 233, 238, 0.95);}
#scroll h3{width:226px;height:25px;margin-bottom:6px;padding-top:6px;font:700 18px/25px arial,"Microsoft Yahei";overflow:hidden;}
#scroll h3 a{color:#333;text-decoration:none;}
#scroll h3 a:hover{color:#338de6;}
#scroll p{width:226px;height:54px;line-height:18px;font-size:12px;}

#scroll .item:hover .shd{background-color:rgba(0, 0, 0, 0);}
#scroll .item:hover .txt{background-color:#fff\9;background-color:rgba(248, 249, 249, 0.95);box-shadow:0 0 15px 15px rgba(248, 249, 249, 0.95);}

.owl-theme .owl-controls .owl-buttons div{position:absolute;top:180px;width:30px;height:60px;margin:0;padding:0;border-radius:0;font:60px/60px "宋体";background-color:transparent;overflow:hidden;_display:none;}
.owl-theme .owl-controls .owl-buttons .owl-prev{left:-40px;}
.owl-theme .owl-controls .owl-buttons .owl-next{right:-40px;}
.owl-prev:before{content:"<";}
.owl-next:before{content:">";}


/*case*/
.case{
	width: 100%;
	/*height: 300px;*/
	padding:70px 0;
	/*padding-bottom: 110px;*/
	background: url(../img/case.jpg) no-repeat 0 0;
	background-size: 100% 100%;
}
.bt03 h2{
	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: #d00000;
	color: #fff;
	font-size: 15px;
	text-align: center;
	line-height: 30px;
}

.jianjie{
	width: 204px;
	margin-right: 150px;
	padding-top: 60px;
}
.jianjie p{
	color: #fff;
	line-height: 28px;
}
.jianjie a{
	display: block;
	width: 120px;
	height: 40px;
	color: #fff;
	border: #7078b1 1px solid;
	line-height: 40px;
	text-align: center;
	margin-top: 45px;
	transition: .5s;
}
.jianjie a:hover{
	background: #ff9000;
}
.caseT{
	background: url(../img/bai.jpg) no-repeat right 0;
	padding-top: 10px;
	margin-top: 70px;
}
.caseT span{
	display: block;
	font-size: 48px;
	color: #fff;
	line-height: 60px;
	height: 60px;
	text-align: right;
}
.caseT p{
	font-size: 24px;
	color: #fff;
	text-align: right;
}


/*案例滚动图片*/
.Box {position: relative;}
.Box .case_content {width: 740px;margin: 0 auto;}
.Box h2 {text-align: center;margin-bottom: 35px;padding-top: 250px;}
.Box .Box_con {position: relative;}
.Box .Box_con .btnl {position: absolute;}
.Box .Box_con .butn {display: block;width: 37px;height: 37px;position: absolute;top:200px;cursor: pointer;}
.Box .Box_con .btnl {background:url(../img/index--_30.jpg) no-repeat 0 0; right: -83px; }
.Box .Box_con .btnr {background: url(../img/index--_30.jpg) no-repeat -37px 0;right: -120px;}
/*.Box .Box_con .btnl:hover {background: url(img/jtl03.png) no-repeat center;}
.Box .Box_con .btnr:hover {background: url(img/jtr03.png) no-repeat center;}*/
.Box .Box_con .conbox {position: relative;overflow: hidden;}
.Box .Box_con .conbox ul {position: relative;list-style: none;}
.Box .Box_con .conbox ul li {position: relative; float: left;width: 350px;height: 300px;margin-left: 20px;overflow: hidden;}
.Box .Box_con .conbox ul li:first-child {margin-left: 0;}
.Box .Box_con .conbox ul li img {display: block;width:100%;height:100%;transition: all 0.5s;}
.Box .Box_con .conbox ul li:hover img {transform: scale(1.1);}
.cur p{
	position: absolute;
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #fff;
	text-align: center;
	background: rgba(0,0,0,.65);
	bottom: 0;
}

/*news*/
.news{	
	/*height: 450px;*/
	padding-bottom: 85px;
	background: url(../img/new.jpg) no-repeat 0 0;
	background-size: 100% 100%;
}
.newLi a{
	display: block;
	height: 375px;
	padding: 15px;
	background: #fff;
	border: #dbdbdb 1px solid;
}
.newLi a img{
	width: 100%;
	height: 185px;
}
.newLi a h4{
	font-size: 16px;
	color: #000;
	line-height: 45px;
	height: 35px;
}
.newLi a span{
	font-size: 14px;
	color: #6d6c6c;
	line-height: 30px;
	height: 30px;
}
.newLi a p{
	font-size: 15px;
	color: #6d6c6c;
	line-height: 26px;
	/*height: 26px;*/
}
.newLi a i{
	display: block;
	width: 80px;
	height: 30px;
	margin-top: 10px;
	font-style: normal;
	background: #ff9000;
	color: #fff;
	line-height: 30px;
	text-align: center;
}
.newLi a:hover{
	box-shadow: #ccc 2px 2px 5px;
} 

/*foot*/
.foot{
	/*position: relative;*/
	width: 100%;
	padding-top: 50px;
	/*height: 210px;*/
	background:#202020;
	border-top: #1e2a85 10px solid;
}
.fDl01{
	width: 410px;
}
.f-logo{
	margin-top: 30px;
}
.fDl01Dl{
	/*padding-left: 130px;*/
}
.fDl01Dl dt,.fDl02Dl dt{
	width: 30%;
	color: #fff;
	font-size: 24px;
	height: 55px;
	line-height: 55px;
	border-bottom: #fff 2px solid;
	margin-bottom: 20px;
}
.fDl01Dl p{
	color: #fff;
	line-height: 30px;
	height: 30px;
	/*padding-left: 35px;*/
	margin-bottom: 10px;
	font-size: 14px;
}
.fDl01Dl li{
	width: 100px;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
.fDl01Dl li a{
	display: block;
	width: 100px;
	height:35px;
	line-height: 35px;
	font-size: 14px;
	border: #fff 1px solid;
	border-radius: 10px;
	text-align: center;
	color: #fff;
}
.fDl02{
	width: 640px;
}
.fDl03 img{
	margin-top: 50px;
	margin-right: 30px;
	width: 145px;
	height: 145px;
}
.fDl03 p{
	width: 85%;
	color: #fff;
	font-size: 14px;
	height: 35px;
	line-height: 35px;
	text-align: center;
}

.fDl02Dl dd a{
	display: block;
	width: 90px;
	height: 30px;
	float: left;
	color: #fff;
	line-height: 30px;
}
.fDl dt{
	margin-bottom: 28px;
}
.fDl dd{
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	/*padding-left: 25px;*/
}
.fDl dd img{
	display: inline-block;margin-right: 5px;
}


/*底部  版权+营业执照*/
.bMxin{
	width: 100%;
	border-top: #fff 1px solid;
	margin-top: 35px;
}

.bMxin p{
	color: #fff;
	line-height: 45px;
}
.bquan img{
	display: block;
	margin: 0 auto;
}

/*--------------*/
header,nav,.banner,.product,.youshi,.about,.case,.news,.foot,.dinggou{min-width: 1200px;}

/*底部  版权+营业执照*/
.bMxin{
	width: 100%;
	/*height: 65px;*/
	border-top: #fff 1px solid;
	margin-top: 35px;
}

/*.bMxin>img{
	margin-top: 15px;
}*/
.bMxin p{
	color: #fff;
	line-height: 45px;
}
.bquan img{
	display: block;
	margin: 0 auto;
}


/*内页产品分类*/
.proUl-nei{
	width: 1000px;
	margin: 0 auto;
	padding-top: 150px;
}
.proUl-nei li{
	float: left;
	width: 210px;
	height: 160px;
	margin: 20px;
	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: #cd010a;
	font-weight: bold;
	text-align: center;
	line-height: 160px;
}
.firstRow td p img{
	margin: 0 auto;
}




/*botstrap*/
.row{
	margin: 0;
}



/*网页自适应*/
@media only screen and (max-width:1450px) {	
	.sidebar-right{
		display: none;
	}
}


/*----------------------------------   二级页面    ---------------------------------------------------*/
#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(../img/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: #cd010a;
	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: #cd010a;
}
.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(../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;
	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(../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;
}
#nyba {
	width: 100%;
	height: 500px;
	margin-bottom: 5px;
	background:url(../img/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;
}
