@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;}
body,html{ overflow-x: hidden;}
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; }
.w760{width: 760px; margin: 0 auto;}
.w1200{width: 1220px; margin: 0 auto;}
.w1460{width: 76.6%; min-width: 1200px; margin: 0 auto;}
.w1300{width: 68.3%; min-width: 1200px; margin: 0 auto;}
/*---------------------------- 一级页面   ---------------------------------------*/
/*head*/
.body{
	width: 100%;
	height: 100%;
	position:relative;
}
.logo{
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -90px;
	display: block;
	width: 190px;
	
}
/*nav*/
nav{ 
	position: fixed;;
	z-index: 9;
	/*top: 0px;
	left: 0;*/
	width: 100%;
	background: #065b91;	
}
.chen{
	position: absolute;
	right: 65px;
	top: 45px;
}
.chen li{
	float: left;
	margin-right: 40px;
}
.chen li img{
	float: left;
	margin-right: 10px;
	
}
.chen li a{
	display:block;
	color: #fff;	
	height: 38px;
	line-height: 18px;
}
.chen li a i{
	display: inline-block;
	color: #fff;	
	height: 38px;
	line-height: 38px;
	font-style: normal;
}

@media only screen and (max-width:1750px) {
	.chen{
		top: 140px;
	}
}
.navWrap{
	position: relative;
	/*width: 90%;*/
}

.nav #menu_hover_bg {
	width: 1200px;
	height: 0;
	background:rgba(0,0,0,.7);
	position: absolute;
	top: 124px;
	left: 0px;
	z-index: 9;
	overflow: hidden;
}
.navList {
	width: 100%;
	float: right;
	/*margin-right: 50px;*/
}
.navul{
	width: 40%;
}
.navList>ul>li {
	width: 25%;
	float: left;
	/*transition: .6s;*/
}
/*.navList>ul>li h2 a{
	display: block;
	width: 100%;
	color: #fff;
	text-align: center;
}*/
.navList>ul>li h2:hover a{
	color: #fff;
}
.navList ul li h2 {
	font-weight: normal;
	font-size: 14px;
	position: relative;
	transition: .6s;
}

.navList ul>li>h2::after {
	content: "";
	position: absolute;
	left:0;
	top: 0;
	width: 100%;
	height: 0px;
	background: url(../img/llogo.png) no-repeat center 25px #004b7a;
	opacity: 0;
	z-index:-1;
	transition: .6s;
	-webkit-transition: .6s;
}
.navList ul>li>h2:hover::after{
	content: " ";
	height: 100%;
	opacity: 1;
	transition: .6s;
	-webkit-transition: .6s;
}

.navList ul>li>h2>img {
	right: -40px;
	top: 31px;
}

.navList ul li h2 a {
	/*padding: 0 27px;*/
	line-height: 124px;
	display: block;
	height: 124px;
	color: #fff;
	text-align: center;
	/*font-size: 14px;*/
	transition: .5s;
}
.navList ul>li>h2:hover a{
	line-height: 190px;
}
.navList ul li .sub_menu {
	/*padding: 20px 0;*/
	width: 100%;
	height: 0px;
	position: absolute;
	z-index: 999;
	left: 0;
	top: 124px;
	/*background: rgb(0,0,0,0.6);*/
	overflow: hidden;
}

.navList ul li .sub_menu .sub_menu_list {
	float: left;position: relative;
}
.subLi{
	float: left;
	width: 15.6%;
	margin: 5px 0.5%;
	height: 180px;
	box-sizing: border-box;
	/*border: #ce1208 4px solid;*/
	border: #fff 4px solid;
	overflow: hidden;
}
.subLi img{
	width: 100%;
	height: 145px;
	transition: .5s;
}
.subLi:hover img{
	transform: scale(1.15);
}
.subLi span{
	display: block;
	width: 100%;
	height: 35px;
	line-height: 35px;
	background: #fff;
	text-align: center;
	color: #ce1208;
	font-size: 14px;
}
.h20{
	width: 100%;
	height: 35px;
}
.gyBox{
	width: 1200px;
	height: 640px;
	margin: 0 auto;
	background: #fff;
	overflow: hidden;
	/*padding: 20px;*/
}
.subUl{
	width: 1200px;
	height: 640px;
	/*margin: 0 auto;*/
}
.gyBox img{
	width: 580px;
	height: 340px;
}
.gywenzi{
	width: 45%;
	padding: 40px;
} 
.gywenzi h4{
	font-size: 20px;
	color: #404040;
	height: 60px;
	line-height: 55px;
}
.gywenzi p{
	width: 95%;
	font-size: 14px;
	color: #8c8c8c;
	/*height: 26px;*/
	line-height: 28px;
}
.gya{
	color: #ce1208;
	font-size: 14px;
}

.dh{
	color: #fff;
	font-size: 14px;
	padding-left: 60px;
	margin-top: 35px;
	background: url(../img/dh.png) no-repeat 0 center;
}
.dh span{
	color: #fff;
	font-size: 26px;
	font-family: impact;
}



/*banner*/
.banner{
    position: relative;
	height: 100%;
	margin-top: 120px;
    }

/* .swiper-container {
    width: 100%;
    height: 100%;   
}
.swiper-slide {
    text-align: center;   
    display: -webkit-box;
    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*/

.btp{
	width: 50%;
	color: #404040;
	line-height: 28px;
	margin-top: 20px;
}

.product{ 
	padding-top: 80px;
	/*margin-top: 80px;*/
	background: url(../img/cp.jpg) no-repeat center;
	}

.proList{	
	width: 100%;
	/*height: 415px;*/
	background: url(../img/back.jpg) no-repeat 0 0;
}
.proWrap{
	position: relative;
}

.prolistUl{	
	padding-top: 50px;
	text-align: center;
}
.prolistUl dd{
	display: inline-block;
	width:210px;
	/*float: left;*/
}
.prolistUl dd a{
	display: block;
	text-align: center;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 10px;
	/*height: 50px;
	line-height: 50 px;*/
	color: #fff;
	background:url(../img/fenlei.png) no-repeat 0 0;
	background-size: 100%;
	transition: .5s;
	-webkit-transition: .5s;
}
/*.prolistUl dd a:hover{
	transform: translateY(-15px);
} */
.proimg{
	width: 160px;
	height: 160px;
	border: #e8e8e8 8px solid;
	box-shadow: #999 1px 2px 4px; 	
	border-radius: 50%;
	margin: 0 auto 5px;
}
.prolistUl dd a p{	
	width: 90%;
	height: 35px;
	border-radius: 50px;
	/*background: #92c22f;*/
	/*border: #dededf 1px solid;*/
	margin: 0 auto;
	line-height: 35px;
	text-align: center;
	color: #333;
	font-size: 16px;
	transition: .3s;
}
.add{
	margin: 0 auto;
}
/*.prolistUl dd a:hover p{
	background: #92c22f;
	color: #fff;
	border: none;
}*/


.proright{
	position: absolute;
	right: 240px;
	bottom: 0px;
	width: 24%;
}
@media only screen and (max-width: 1470px) {
	.proright{
	right: 150px;
}
}

.goodsUl{
	width: 100%;
    float: right;
	height: 650px;
	overflow: hidden;
}
.mr_frUl ul li{
	position: relative;
	float:left;
	width:32%;
	height:206px;
	/*padding: 10px;*/
	margin:0 .5%;
	background: #fff;
	overflow:hidden;
	/*box-shadow: #b3b3b3 2px 0px 6px;*/
	margin-bottom:25px;
	}
/*.mr_frUl ul li:hover{
	background: #21ae2f;
}	*/
.mr_frUl ul li:hover span{
	color: #fff;
}
.mr_frbox{
	background:url(../img/chanpin.jpg) no-repeat 0 0;
	padding: 60px 0 50px;
	/*background-size: 100%;*/
	overflow: hidden;

}	
.mr_frbox .fl{
	float: left;
}
	
.mr_frUl{ width: 73%; overflow: hidden; float: right;}

.ulWrap{
	width: 100%;
}
.goodsUl li>a{
	position: relative;
	display: block;
	width: 100%; 
	margin: 0 auto;	
	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:rgba(0,0,0,.65);
	color: #fff;
	text-align: center;
	width: 100%;
	height: 40px;
	line-height: 40px;
}

.goodsUl li a div{
	width: 100%;
	height: 100%;
	overflow: hidden;
	transition-duration:500ms ;
	-webkit-transition-duration:500ms ;
	-moz-transition-duration:500ms ;
}

.goodsUl li:hover a{
	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;
}
   
.moredh,.morecp{
	display: block;
	margin:0 auto;
	width: 340px;
	height: 50px;
	border-radius: 50px;
	transition: .5s;
}
.moredh p{
	width: 200px;
	padding-left: 50px;
	color: #d20700;
	font-family: impact;
	font-size: 28px;
	margin: 0 auto;
	line-height: 50px;
	background: url(../img/ph.png) no-repeat 0 center;
}
.abphone:hover,.morecp:hover{
	transform: scale(1.05);
}
.moredh{
	background: #fff;
	border: #e70012 3px solid;
}
.morecp{
	color: #fff;
	text-align: center;
	line-height: 50px;
	background-image: linear-gradient(to right, #464646, #646464 20%, #464646 80%, #646464);
} 
/*about*/
.about{
	padding: 80px 0;
	background:url(../img/ab.png) no-repeat center;
}
.focus{
	margin-top: 60px;
	/*padding: 50px 70px;*/
	background:#fff;
	position: relative;
}
.abul li{
	width: 50%;
	height:360px;
	float: left;
	position: relative;
}
.abul li img{
	width: 100%;
}
.abul li h5{
	width: 90%;
	margin: 0 auto;
	text-align: center;
	font-size: 32px;
	padding-top: 50px;
	line-height: 55px;
	font-weight: normal;
	border-bottom: #dedede 1px dotted;
}
.abul li:nth-child(2) h5{
	color: #065b91;
}

.abul li:nth-child(3) h5{
	color: #ee7121;
}
.abul li p{
	width: 82%;
	margin: 35px auto 0;
	color: #494949;
	line-height: 26px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
	text-overflow: ellipsis;
}
.abul li a{
	display: block;
	width: 115px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	position: absolute;
	bottom: 0;
	left: 42%;
	color: #fff;
	transition: .5s;
}
.abul li a:hover{
	transform: scale(1.1);
}
.abul li:nth-child(2) a,.newmore{
	background: #065b91;
}
.abul li:nth-child(3) a{
	background: #ee7121;
}
.ab_yuan{
	position: absolute;
	top: 265px;
	left: 50%;
	margin-left: -100px;
}

.bt{
	display: block;
	width: 100%;
}
.bt img{
	display: block;
	margin: 0 auto;
}

/*ys*/
.ys{
	background: url(../img/ys.jpg) no-repeat center;
	padding-bottom: 70px;
	background-size: 100% 100%;
}
.ys_t{ margin:80px auto 50px;}
.ysul{
	text-align: center;
}
.ysul li{
	float: left;
	/*display: inline-block;*/
	width: 24%;
	margin: 0 .5%;
	
}
.ysul li:nth-child(1){
	background: url(../img/ys01.png) no-repeat 0 0; 
	background-size: 100%;
}
.ysul li:nth-child(2){
	background: url(../img/ys02.png) no-repeat 0 0; 
	background-size: 100%;
}
.ysul li:nth-child(3){
	background: url(../img/ys03.png) no-repeat 0 0; 
	background-size: 100%;
}
.ysul li:nth-child(4){
	background: url(../img/ys04.png) no-repeat 0 0; 
	background-size: 100%;
}
.ysul li h5,.ysul li p{
	width: 250px;
	margin: 0 auto;
	color: #fff;
}
.ysul li h5{
	font-size: 26px;
	text-align: center;
	overflow: hidden;
	padding-top: 325px;
}
.ysul li p{	
	margin-top: 20px;
	text-align:left;
	padding-bottom: 35px;
}

/*heng*/
.heng{
	padding: 50px 0 60px;
	background: url(../img/heng.png) no-repeat center;
}
.heng .zixun{
	display: block;
	width: 300px;
	height: 40px;
	margin-top: 40px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	background: #ee7121;
	border-radius: 50px;
	transition: .5s;
}
.ewm img{

}
.ewm p{

}
/*news*/
.news{
	padding: 80px 0;
}
.newsBox ul{
	margin-top: 50px;
}
.newli{
	width: 33.33%;	
	float: left;
	
	transition: .5s;
}
.newli a{
	display: block;
	margin: 15px;
	padding: 15px;
	box-shadow: #ccc 2px 2px 5px;
}

.newMain{
	 padding:20px;
	 position: relative;
	/*width: 390px;*/
	transition: all 0.5s;-webkit-transition: all 0.5s;-moz-transition: all 0.5s; 
}
.imgL img{
	transition: .5s;
} 
.newp{
	padding-top: 20px;
}
.newli a:hover img{
	transform: scale(1.1);
}
/*.newli:hover h4,.newli:hover p{
	color: #fff;
}*/
.newMain h4{
	font-weight: normal;
	font-size: 18px;
	height: 40px;
	line-height: 40px;
}
.imgL,.imgL img{
	width: 100%;
	height: 250px;
	
}
.newmore{
	display: block;
	width: 75px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	color: #fff;
}



/*footop*/
.footop{
	background: #065b91;
}
.footop li{
	width: 12.5%;
	float: left;
	height: 55px;
	line-height: 55px;
	text-align: center;	
}
.footop li a{
	color: #fff;
	transition: .5s;
}
.footop li:hover a{
	transform: scale(1.1);
}

/*foot*/
.foot{
	width: 100%;
	
	background:#404040;
}
.fMain{
	padding: 70px 0 60px;
}
.fDl03{

}
.fDl02 h3,.fDl03 h3{
	color: #fff;
	font-size: 20px;
	font-weight: normal;
	height: 42px;
	line-height: 42px;
	margin-bottom: 12px;
	
	background: url(../img/xian.png) no-repeat 0 bottom;
}

.fDl02 dl dd{
	float: left;
	width: 180px;
	margin: 5px 8px;
	background: #065b91;
	line-height: 35px;
	height: 35px;
	font-size: 16px;
	color: #fff;
	border-radius: 50px;
	text-align: center;
	/*margin-bottom: 15px;*/
}
.fDl02 dl dd a{
	color: #fff;
}
.fDl02{
	width: 460px;
}
.fDl02 p,.fDl03 p,.fDl03 dt{
	color: #fff;
	line-height: 26px;
	/*padding-left: 95px;*/
}
.ewm img,.fDl01 img{

}
.fDl01 {margin-right: 10px;}
.fDl01 p{ color: #fff; text-align: center;}

.ewm p{
	display: inline-block;
}
/*.fDl01{
 padding-right: 75px;
}*/

/*.fDl03 dt span{
	font-family: impact;
	color: #ffde00;
	font-size: 26px;
}

.ewm p{
	color: #fff;
	text-align: center;
	line-height: 40px;
}*/





/*----.footB----*/

.bMxin{
	background: #333;
	border-top: #fff 1px solid;
}
.bMxin p{
	color: #fff;
}
.bMxin a{
	color: #fff;
	line-height: 40px;
}
.bMxin a:hover{
	text-decoration: underline;
}
.bMxin img{
	margin-top: 8px;
}


/*--------------*/
header,nav,.banner,.product,.youshi,.about,.case,.news,.foot,.dinggou{min-width: 1200px;}



/*内页产品分类*/
.proUl-nei{
	width: 1000px;
	margin: 0 auto;
	padding-top: 60px;
}
.proUl-nei li{
	position: relative;
	float: left;
	width: 150px;
	height: 150px;
	margin: 15px;
	border: #fff 5px solid;
	box-shadow: #808080 1px 2px 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: #cd010a;
	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(255,255,255,.65);
	position: absolute;
	bottom: 15px;
	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: 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: #ee7121;
}
.ny_news li:nth-child(2n):hover{
	background: #0b5e93;
}
.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;
	overflow: hidden;
}
.nr20 h1{
	font-size: 26px;
	color: #234bba;
	text-align: left;
}

.nr20 .fr{width: 74%;float: right;}

.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: 145px;
	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: 60px;
	border-bottom: #fff 1px solid;
	line-height: 60px;
	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:#0f61ab;
	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: #fff;
	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: 350px;
	margin-bottom: 5px;
	background:url(../img/banner-nei.jpg) no-repeat 0 0;
	 /*background-attachment: fixed;*/
	 margin-top: 120px;
	
}
/*#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;
}




.pronav{height:460px;position: relative;margin: 0px auto;background: url(../images/top.jpg) bottom center no-repeat;padding: 90px 0 0 0;}
.pronavbox{height: 100%;}
.pronavbox .swiper-slide{box-sizing: border-box;overflow: hidden;}
.pronavbox .swiper-slide .fl,.pronavbox .swiper-slide .fl{width: 48%;}
.pronavbox .swiper-slide .fl{height: 100%;background-size: 100% 100%;padding: 30px 0px 0;box-sizing: border-box;position: relative;z-index: 9;}
.pronavbox .swiper-slide .fl ul li{display: inline-block;text-align: center;font-size: 40px;position: relative;padding-left: 20px;}
.pronavbox .swiper-slide .fl ul{
    margin-bottom: 30px;
}
.pronavbox .swiper-slide .fl ul li,.pronavbox .swiper-slide .fl h3,.pronavbox .swiper-slide .fl p,.pronavbox .swiper-slide .fr a{color: #393939;}
.pronavbox .swiper-slide .fl ul li::before{
    width: 6px;height: 100px;background: #0f61ab;position: absolute;content: "";left: 0;
}
.pronavbox .swiper-slide .fl ul li em{
    font-size: 30px;text-transform: uppercase;
    display: block;color: #9c9b9b;
}
.pronavbox .swiper-slide .fl h3{font-weight: 400; color: #0f61ab;font-weight: bold;margin-top: 60px;}
.pronavbox .swiper-slide .fl .f_60{font-size: 36px;}
.pronavbox .swiper-slide .fl p{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2; overflow: hidden;margin: 50px 0;}
.pronavbox .swiper-slide .fl a{display: inline-block;padding: 10px 30px;color: #fff;background: #0f61ab;border-radius: 30px;margin-right: 20px;width: 200px;}

.pronavbox .swiper-slide .fl a img{display: inline-block;margin-left: 10px;transition: .3s;margin: auto;}
.pronavbox .swiper-slide .fl .dh1{font-size: 34px;display: inline-block;background: url(../images/dh2.png) left top no-repeat;padding-left: 60px;font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;height: 60px;color: #0f61ab;}

.pronavbox .swiper-slide .fl a:hover{background: #d2201a;border-color: #d2201a;}
.pronavbox .swiper-slide .fl a:hover img{margin-left: 15px;}
.pronavbox .swiper-slide .fr{position: absolute; display: block; right: 0;width: 50%;}
.pronavbox .swiper-slide .fr a{display: block;height: 100%;}
.pronavbox .swiper-slide .fr img{height: 100%;}
.w80{
	width: 86%;
	margin: 0 auto;
}