@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;}
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; }
.h30{ width: 100%; height: 30px;}
.w1200{width: 1200px; margin: 0 auto;}
.w1460{width: 76.6%; min-width: 1200px; margin: 0 auto;}
/*head*/
.headTop{ background:#2e56db; height: 40px;}
.headTop p{ font-size: 14px; color: #fff; line-height: 40px;}
.headTop ul li{ float: left; width: 86px; text-align: center; padding-top: 10px;}
.headTop ul li a{font-size: 14px; color: #fff; display: block; height: 20px;  border-right: #fff 1px solid;}
.headTop ul li:last-child a{ border-right: none;}

.headerMain{
	padding: 24px 0;
}
.logo{ padding-right: 30px;}
.logoP{
	padding: 10px 0 10px 30px;
	color: #fc0204;
	font-size: 24px;
	line-height: 38px;
	border-left: #434343 1px solid;
}
.logoP span{
	color: #0016bf;
	font-size: 24px;
}
.headPhone{
	padding: 15px 0;
}
.headPhone p{
	padding-top: 10px;
	color: #666;
	font-size: 20px;
}
.headPhone p span{
	color: #ee7600;
	font-size: 35px;
	font-style: italic;
	font-weight: bold;
}
/*nav*/
nav{ 
	width: 100%;
	height: 55px;
	background: #2e56db;
}
.navLi{ 
	float: left;
	width: 16.6%;
	text-align: center;
	padding: 15px 0;
	    position: relative;
	 }
.navLi a{ 
	display: block;
	width: 100%;
	color:#fff;
	line-height: 25px;
	/*border-right: #fff 1px solid;*/
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
}
/*.navUl li:last-child a{
	border: none;
	
}*/
.on{
	border-top: #1e3990 2px solid;	
	box-sizing: border-box;
	height: 55px;
	line-height: 40px;
	-webkit-box-sizing: border-box;
	background:#fff url(../img/shuidi.png) no-repeat center 30px;
	
}
.on>a{
	border: none;
	font-weight: bold;
	font-size: 14px;
	color:#1e3990;
}

.navLi .sub{
    display: none;
    position: absolute;
	z-index:9;
    width: 159px;
padding:20px;
    top: 52px;
    left: 0px;
    background: rgba(0,0,0,0.7);
}
.sub li a{
color:#fff;
font-size:14px;
}
.sub li a:hover{
text-decoration: underline;
}
/*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%;}

/*product*/
.product{ padding: 30px 0 50px;}
.product>a,.news>a{ 
	display:block;
	color: #ee7600;
	font-size: 36px;
	line-height: 70px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	background: url(../img/xian.png) no-repeat center center;
	}
	.product>a span{
		font-size: 36px;
		font-weight: bold;
		color: #1e3990;
	}
.shuihua{
	position: relative;
	display: block;
	margin: 0 auto;
	animation: shuihua 1000ms infinite alternate linear;
	-webkit-animation: shuihua 1000ms infinite alternate linear;
	-moz-animation: shuihua 1000ms infinite alternate linear;
}
@keyframes shuihua
{
from {top:0px;}
to {top:-15px;}
}
@-webkit-keyframes shuihua
{
from {top:0px;}
to {top:-15px;}
}
@-moz-keyframes shuihua
{
from {top:0px;}
to {top:-15px;}
}

.proUl{
	padding-top: 40px;
}
.proUl li a{
	display: block;
	width: 95%; margin: 0 auto;
	text-align: center;
	line-height: 65px;
	color: #fff;
	height: 45px;
	padding: 10px 0;
	font-weight: bold;
	transition-duration: 600ms;
	-webkit-transition-duration: 600ms;
	-moz-transition-duration: 600ms;
	background: #1e3990;

}
.proUl li{ 
	float: left;
	width: 25%;
	height: 65px;
	text-align: center;
	margin-bottom: 15px;
	
}

.proUl li a:hover{
	background: #ee7600;
	font-size: 18px;
	color: #fff;
}
.proUl li a span{
	display: block;
	width: 90%;
	height: 45px;
	line-height: 45px;
	margin: 0 auto;
	color: #fff;
	text-align: center;
	border: #fff 1px dashed;
}
.mr_frUl ul li{float:left;height:680px;width:380px;/*width:33%;*/margin-right:30px;overflow:hidden;}
.mr_frUl{ width: 100%; overflow: hidden;}
.goodsUl li a{
	display: block;
	width: 100%; 
	height: 325px;
	 margin-bottom: 27px; 
	position: relative;
	overflow: hidden;
	transition-duration: 500ms;
	-webkit-transition-duration: 500ms;
	-moz-transition-duration: 500ms;
}
.goodsUl li a img{
	width: 100%;
}
.goodsUl li a:hover{
	box-shadow: #000e7b 2px 0px 10px;
}
.goodsUl li a img,.mask span,.mask{
	transition-duration: 500ms;
	-webkit-transition-duration: 500ms;
	-moz-transition-duration: 500ms;
}
.goodsUl li a img{
	height: 325px;
}
.goodsUl li a:hover img{
	transform: scale(1.2);
}
.mask span:hover{
	background: #fff;
	color: red;
	font-size: 18px;
}
.mask{
	position: absolute;
	width: 100%;
	height: 30px;
	overflow: hidden;
	padding: 20px 0;
	bottom: 0;
	background: rgba(0,14,123,.7);
}
.mask h5{
	text-align: center;
	color: #ee7600;
	font-size: 16px;
	font-weight: bold;
	line-height: 35px;
}
.mask h5 p{
	text-align: center;
	font-size: 30px;
	line-height: 35px;
}
.mask span{
	
}
.goodsUl li a:hover .mask{
	padding-top: 30px;
	height: 275px;
}
.mask>p{
	color: #fff;
	text-align: center;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 20px;
}
.mask h6{
	display: block;
	margin: 30px auto 0;
	width: 70px;
	height: 70px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	background: #ee7600;
	color: #fff;
	text-align: center;
	
}
.mask h6 p{
	line-height: 70px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
}

/*zaixiandinggou*/
.dinggou{
	min-width: 1200px;
	background: url(../img/dinggoubeijign.png) no-repeat 0 0;
	padding: 15px 0;
}
.dinggouh5{
	padding:60px 0 0 30px;
}
.dinggouh5 h4{
	color: #fff;
	font-size: 45px;
	height: 90px;
	line-height: 90px;
	border-bottom: #fff 3px solid;
}
.dinggouh5 h5{
	padding-top: 30px;
	font-weight: normal;
	color: #fff;
	line-height: 60px;
	font-size: 40px;	
}
.dingYou img{
	margin-left: 245px;
}
.dingYou h6{
	text-align: right;
	color: #fff;
	font-size: 28px;
	line-height: 55px;
}
.dingYou h6 span{
	font-size: 42px;
	color: #fff;
}
.dingYou a{
	position: relative;
	display: block;
	color: #fff;
	text-align: center;
	line-height: 85px;
	font-size: 36px;
	width: 345px;
	height: 85px;
	margin-top: 15px;
	border-radius: 10px;
	background: #ee7600;
	animation: dg 1000ms infinite alternate linear;
	-webkit-animation: dg 1000ms infinite alternate linear;
	-moz-animation: dg 1000ms infinite alternate linear;
}
.dingYou a:hover{
	background: #fe0000;
}
@keyframes dg{
	from{top:0px;}
	to{top: 15px;}
}
@-webkit-keyframes dg{
	from{top:0px;}
	to{top: 15px;}
}
@-moz-keyframes dg{
	from{top:0px;}
	to{top: 15px;}
}

/*about*/
.about{
	position: relative;
	background:#f2f2f2;
}
.abMain{
	width: 100%;
	padding: 25px 0;
}
.abMain h5{
	font-size: 24px;
	color: #ee7600;
	line-height: 35px;
	text-align: center;
}
.abMain p{
	font-size: 18px;
	color: #404040;
	line-height: 27px;
}
.aboutImg{
	display: block;
	width: 1200px;
margin:0 auto;
	max-height: 470px;
border-bottom:#f2f2f2 5px solid; 
	overflow: hidden;
background:#f2f2f2;
	
} 
.aboutImg img{
	width:100%;
	transition-duration: 1000ms;
	-webkit-transition-duration: 1000ms;
	-moz-transition-duration: 1000ms;
	}
.aboutImg:hover img{
	cursor: pointer;
	transform: scale(0.95);
	-webkit-transform: scale(0.95);
	-webkit-transform: scale(0.95);
}
/*yingyong*/
.yingyong{ 
	height: 640px;
	padding-top: 30px;
	min-width: 1200px;
	background: url(../img/yingyong.png) no-repeat 0 0;
	}
.yingyongMain h5{
	width: 184px;
	margin: 0 auto 30px;
	color: #ee7600;
	font-size: 46px;
	text-align: center;
	line-height: 70px;
	border-bottom: #1d40b3 4px solid;
}
.yingyongMain a{
	display: block;
}
.yyUl{
	width: 1080px;
	margin: 0 auto;
}
.yyUl li{
	float: left;
	padding: 0 15px;		
	font-weight: bold;
	    text-shadow: #999 1px 2px 4px;
	color: #1d40b3;
	font-size: 24px;
	animation:yy 2s infinite alternate linear ;-webkit-animation:yy 2s infinite alternate linear ; -moz-animation:yy 2s infinite alternate linear ;
}
/*.yyUl li a{
	
}*/
@keyframes yy{
	0%{ color: #1d40b3;}
	50%{color: #ee7600;}
	100%{ color: #fe0000;}
}


/*news*/
.news>a span{
	color: #1e3990;
	font-size: 36px;
}
.newsL{
	width: 575px;
	height: 470px;
	box-sizing: border-box;
	padding: 30px 45px;
	background: #f8f8f8;
	
}
.newsL:hover{
	box-shadow: #d4d4d4 2px 2px 5px;
}
.newsLA img{
	width: 100%;
	height: 300px;
}
.newsLA h6{
	color: #333;
	padding-top: 20px;
	line-height: 35px;
	padding-left: 30px;
	background: url(../img/newsIcon.png) no-repeat 5px 20px;
}
.newsLA p{
	color: #666666;
	font-size: 14px;
	line-height: 25px;
}
.newsR{
	width: 575px;
}
.newsRa{
	display: block;
	width: 100%;
}
.num{
	color:#e5e5e5;
	font-size: 69px;
	font-weight: bold;	
}
.newsBox{
	width: 435px;
	padding-left: 25px;
	border-left: #b5b5b5 1px solid;
}
.newsBox h6{
	color: #333;
	line-height: 28px;
}
.newsBox span{
	color: #ccc;
	font-size: 14px;
}
.newsBox p{
	padding-top:10px ;
	color: #666;
	font-size: 14px;
}
.newsRul li{
	margin-bottom: 38px;
}
.newsRul li:hover{
	box-shadow: #d4d4d4 2px 2px 5px;
}

/*foot*/
.foot{
	width: 100%;
	padding-top: 300px;
	background: url(../img/footbeijign.png) no-repeat center 0;
}
.fDt{
	width: 274px;
}
.fDt img{
	padding-top: 50px;
	margin: 0 auto 50px;
}
.fMain{
	height: 340px;
}


.houqi dt{
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	line-height: 38px;
}

.fDl dt,.fDl dd{
	float: left;
}
.fDl>dd{
	padding-left: 85px;
	padding-top: 45px;
}
.fDl dd h5{
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	line-height: 38px;
}
.fDl dd h6{
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	line-height: 38px;
}
.footUl{
	padding-top: 30px;
	margin-right: 22px;
}
.footUl li,.footUl li a,.houqi dd{
	color: #fff;
	line-height: 30px;	
}  
.zhichi{
	width: 100%;
	height: 65px;
	padding-top: 10px;
	background: #000;
	line-height: 25px;
	text-align: center;
	color: #fff;
}
.zhichi p{
	text-align: center;
}
.erweim p{
	color: #ff0000;
	font-size: 18px;
	line-height: 60px;
	text-align: center;
}
.erweim img{
	width: 100px;
}
/*--------------*/
/*header{min-width: 1200px;}*/
header,nav,.banner,.product,.youshi,.about,.case,.news,.foot{min-width: 1200px;}
/*@media only screen and (max-width:1600px) {
	.proUl li:nth-child(7){
	margin-right: normal;
}
}*/



/*----------------------------------   二级页面    ---------------------------------------------------*/
#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;
}
.bass img{
	vertical-align: middle;
	margin-right: 10px;
}

.bass a {
	color: #2f44c3;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
}

.ny_news li{
	width: 98%;
	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;
}
.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: 150px;
	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;
	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:80px;
	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: center;
}

.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: #2f44c3;
	color: #fff;
	width: 290px;
	height: 90px;
	border-bottom: solid 5px #333;
	box-sizing: border-box;
}
.pc_tt h2{
	font-size: 24px;
	line-height: 30px;
	text-align: center;
	padding-top:20px;
	font-weight: initial;
}
.pc_tt>p{
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	color: #ccc !important;
	width: 250px;
	margin: 0 auto;
}
.left_cplei {
	width: 290px;
	height: auto;
	padding: 5px 0px;
	background: #fff;
}

.left_cplei li {
	width: 230px;
	height: 40px;
	background: url(../img/left1.png) 15px center no-repeat #666;
	margin: 10px auto;
	text-align: left;
	line-height: 40px;
	font-size: 18px;
	padding-left: 20px;
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-ms-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
}
.left_cplei li:hover{
	
	background: url(../img/left1.png) 15px center no-repeat #2f44c3;
}
.left_cplei li:hover a{
	color: #fff;
}
.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: 50px;
	margin-bottom: 10px;
	background: #2f44c3;
	color: #888;
	border-bottom: solid 5px #333;
	width:100%;
	margin: 0 auto 10px;
	box-sizing: border-box;
}
.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: #d7a02b;
}
.left-lx p{
	padding: 0px 20px;
	font-size: 16px;
	color: #333;
	line-height: 30px;
}

#nyba {
	width: 100%;
	height: 400px;
	background: url(../img/nei-banner04.png) top center no-repeat #333;
}



.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;
}

div.content .time{
text-align:center;
}
div.content .time span{
color:#234bba;
font-weight:bold;
font-size:20px;
}



