@charset "UTF-8";
/*公共*/
body, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote {
  margin: 0;
  padding: 0;
  color: #333;
  font-family: "微软雅黑";
  font-size: 16px; }
  ul li{ list-style: none;}

@media screen and (max-width: 900px) {
  body {
    font-size: 14px; } }

body {
  overflow-x: hidden; }

img {border: 0; }

.clearfix:after {
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both; }

.clearfix {
  zoom: 1; }

em, i {
  font-style: normal; }

a {
  font-size: 16px;
  transition: all .3s; 
  text-decoration: none;
  }

a:hover {
  text-decoration: none;
  color: #e51e01; }


.w1200 {
    width: 1300px;
    margin:0px auto;
    position: relative;
}
.w1200::after {
    content: '';
    display: block;
    visibility: hidden;
    opacity: 0;
    clear: both;
    height: 0;
    overflow: hidden;
}
.w1300 {
    width: 1300px;
    margin:0px auto;
    position: relative;
}
.w1300::after {
    content: '';
    display: block;
    visibility: hidden;
    opacity: 0;
    clear: both;
    height: 0;
    overflow: hidden;
}

.fl {
  float: left; }

.fr {
  float: right; }

.h30 {
  height: 30px; }

.h60 {
  height: 60px; }

.f14 {
  font-size: 14px; }

.f18 {
  font-size: 18px; }

.db {
  display: block; }

.dib {
  display: inline-block; }

/*公共结束*/
header{ 
	width:100%;
	margin: 0px auto;
	position:absolute;
  overflow: hidden;
  height:150px; 
  z-index:999;
  }
  
  /*logo*/
.logo{
margin-top: 20px;
}

.tel{ 
	font-size: 17px;
	box-sizing: border-box;
	width:310px;
	padding-left:40px;
	background: url(../img/top_tel.png) no-repeat left; 
  color: #fff;top_
  height:40px ;
  line-height:40px;
  margin-top: 20px;
  float: right;
  }
 .top_fr{
 	float: right;
 }

.logo a{
	display: block;
	float: left;
}
.logo em{
	display:block;
	float: left;
	font-style: normal;
	width:1px;
	height:50px;
	border-left: solid #dad24d 1px;
	margin-left:15px;
	margin-top:20px;
}
.logo p{
	display: block;
	float: left;
	margin-left:20px;
	color:#dad24d;
	margin-top:20px;
}


 /*nav*/
.nav{margin-left:20px;}
.nav i{
	float: left;
	display: block;
	margin: 0px 5px;
	font-size: 16px;
	color: #fff;
	width: 10px;
	height:40px;
	line-height:40px;
}


 /*nav*/


.menu {
	float: left;
	margin-left:20px;
	position: relative;
	height:50px;
	display: block;
	padding: 0px;
	margin-right: auto;
}

.menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.menu ul li {
	float: left;
	overflow: hidden;
	position: relative;
	line-height:50px;
	text-align:center;
	margin-right:20px;
	font-weight: bold;
}

.menu ul li a {
	color: #fff;
	position: relative;
	display: block;
	width:90px;
	height:50px;
	font-size:16px;
	text-decoration: none;
	cursor: pointer;
}

.menu ul li a span {
	position: absolute;
	left: 0;
	width:100px;
}

.menu ul li a span.out {
	color: #fff;
	top: 0px;
}

.menu ul li a span.over,
.menu ul li a span.bg {
	top:96px;
}

#menu2 {}

#menu2 ul li a {
	color:#fff;
}

#menu2 ul li a span.over {
	font-size: 16px;
	width: 80px;
	color: #fff;
	height:96px;

}


.yichu{
	overflow: hidden;
}

#sc{
	
	width:1920px;
	height:945px;
	background:url(../img/index_bj.jpg) no-repeat;
	overflow: hidden;
}


@-webkit-keyframes sc{
	from{
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
	to{
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-ms-transform: scale(1.2);
		-o-transform: scale(1.2);
		transform: scale(1.2);
	}
}
@-moz-keyframes sc{
	from{
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
	to{
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-ms-transform: scale(1.2);
		-o-transform: scale(1.2);
		transform: scale(1.2);
	}
}
@-o-keyframes sc{
	from{
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
	to{
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-ms-transform: scale(1.2);
		-o-transform: scale(1.2);
		transform: scale(1.2);
	}
}
@-ms-keyframes sc{
	from{
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
	to{
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-ms-transform: scale(1.2);
		-o-transform: scale(1.2);
		transform: scale(1.2);
	}
}
@keyframes sc{
	from{
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
	to{
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-ms-transform: scale(1.2);
		-o-transform: scale(1.2);
		transform: scale(1.2);
	}
}
#sc{
	-webkit-animation: sc infinite 10s alternate linear;
	-o-animation: sc infinite 10s alternate linear;
	animation: sc infinite 10s alternate linear;
	
	width:1920px;
	height:
}


/* ----------banner-------------- */

#banner {
	position:relative;
	overflow: hidden;
	width: 100%
}
#banner ul {
	position: relative;
	overflow: hidden;
	width: 300%
}
#banner ul li {
	width: 33.333%;
	float: left
}
#banner ul li img {
	width: 100%;display: block;
}
#banner aside {
	position: absolute;
	top: 0;
	bottom: 0;
	height: 0;
	width: 90%;
	right: 0;
	left: 0;
	margin: auto
}
#banner aside span {display: block;
	width: 65px;
	height: 65px;
	z-index: 63;
	background: rgba(255,255,255,0.6);
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	position: relative;
	cursor: pointer;
	opacity: 0;
	transition: all 0.3s;
	margin-top:-2%;
}
#banner:hover aside span{ 
	opacity: 1;}
#banner aside span:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 20%;
	margin: auto;
	width: 27px;
	height: 27px;
	border-top: 3px solid #1c6cb3;
	border-left: 3px solid #1c6cb3;
	-webkit-transform: rotateZ(-45deg);
	-moz-transform: rotateZ(-45deg);
	-ms-transform: rotateZ(-45deg);
	-o-transform: rotateZ(-45deg);
	transform: rotateZ(-45deg)
}
#banner aside span.prev {
	float: left;
}

#banner aside span.next {
	float: right;
}
#banner aside span.next:after {
	left: 0;
	right: 20%;
	-webkit-transform: rotateZ(135deg);
	-moz-transform: rotateZ(135deg);
	-ms-transform: rotateZ(135deg);
	-o-transform: rotateZ(135deg);
	transform: rotateZ(135deg)
}
#banner>div {
	width: 110px;
	position: absolute;
	right: 0;
	left: 0;
	bottom: 2%;
	margin: auto
}
#banner>div em {display: block;
	float: left;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 3px solid #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 4.75px;
	background: #fff;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	cursor: pointer
}
#banner>div em.act {
	background: #1c6cb3
}

.sl,.st,.st div,.sl div{
	overflow: hidden;
}


.nextinfo {
    width: 100%;
    overflow: hidden;
}


.nextinfo span {
    background: #eee;
    margin: 20px 1%;
    width: 48%;
    float: left;
    text-align: center;
    border-radius: 20px;
}



.nextinfo {
    width: 100%;
    overflow: hidden;
}


.nextinfo span {
    background: #eee;
    margin: 20px 1%;
    width: 48%;
    float: left;
    text-align: center;
    border-radius: 20px;
}


/* ------------banner结束-------------- */


/*product*/
.ind_title{
	margin:30px auto ;
	width:447px;
	height:79px;
	text-align: center;
}

.index_pr_lei{ 
	font-size: 15px;
	width: 1099px;
	margin: 0px auto;
}
.index_pr_lei a{
	background: #0440ae;
	
	float: left;
	text-align: center;
	padding:15px;
	margin:10px 0px 0px 20px;
	border-radius: 10px;
}

.index_pr_lei a h3{
	font-size: 17px;
	color: #fff;
	font-weight: normal;
	text-align: center;
	}
	.index_pr_lei a:hover{
		background: #eaae0e;
	}


.pr{ 
		position: relative; 
		width:1300px; 
		margin:50px auto; 
		overflow: hidden; 
		height:650px; 
	
		}
	.pr a{ 
		margin:0px auto; 
		width:295px; 
		float:left; 
		margin-right:10px; 
		display:block;
		margin-top:20px;
		position:relative;
		overflow:hidden;
		border: solid #eee 1px;
		
		}
	.pr a span{ 
		position: relative;
	}
	.pr a span img{
		width:100%; 
		display: block;
		transition:all 0.6s ;
		}
	.pr a h3{ 
		position: absolute;
		z-index:99; 
		bottom:0px; 
		line-height:40px; 
		display: block; 
		width:100%; 
		color:#fff; 
	  font-weight: normal;
		font-size:16px; 
		background:rgba(0,0,0,.5); 
		text-align: center;
		-webkit-transition-duration: .3s;
		-moz-transition-duration: .3s;
		-ms-transition-duration: .3s;
		-o-transition-duration: .3s;
		transition-duration: .3s;
		}

	.pr a:hover h3{ 
		background:#30327f;
		color: #fff;
		}

.pr a:hover img{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

/*product  结束*/
	
	
	
/*优势*/
.ind_prlist{
	width: 900px;
	margin: 10px auto 0px auto; 
}
.ind_prlist a{
	font-size: 16px;
	float: left;
	margin-right:15px;
	color: #000;

	
}
.ind_prlist a h3{
	font-weight: normal;
	color: #000;
	font-size: 16px;
}
.ind_prlist a:hover{
	color:#0440AE;
}
.ind_ys{
	position: relative;
	height:666px;
	box-sizing: border-box;
	padding: 20px 0px;
	width: 100%;
	background: url(../img/ys_bj.jpg) no-repeat center;
  margin:20px auto;
}
.ys_bj{
	position: relative;
  margin-top: 20px;
	width:1300px;
	height: 500px;
	background: url(../img/ys_bj.png) no-repeat center;
}


/*工程案例*/
.mar_top{
	margin-top: 40px;
}
.mar_top p{
	font-size: 16px;
	padding-bottom: 10px;
	color: #424242;
}
.index_case{
	position: relative;
	width:1200px
	margin:0px auto;
	overflow: hidden;
	
}
.index_case a{
  position: relative;
	display: block;
	 float: left;
	 width:172px;
	 overflow: hidden;
	 margin:20px 40px 0px 0px;
	 border: solid #ccc 1px;
}
.index_case img{
 width: 100%;
	display: block;
	position: relative;
	transition: all 0.6s;
	overflow: hidden;
}
.index_case a:hover img{
	transform: scale(1.2);
}
.index_case a p{ 
	display: block;
	position: absolute;
	width: 365px;
	height: 35px;
	line-height:35px;
	text-align: center;
	background: #89612e;
	font-size: 16px;
	color: #fff;
	z-index:99;
	}
	.mar_top p{
		text-align:center;
	}
/*案例结束*/




/*新闻*/
.ind_news1>p{
	text-align: center;
}
.ind_news{
	margin-top: 50px;
}
.ind_news a{
	background: #fff;
	margin-right: 10px;
	display: block;
	float: left;
	width:315px;
	padding: 10px;
	box-sizing: border-box;
}
.ind_news a span{
	display: block;
	width:296px;
	overflow: hidden;
	height: 222px;
	border: solid #ccc 1px;
}
.ind_news a h3{
	font-weight: normal;
	font-size: 16px;
	color: #000000;
	margin-top: 10px;
}
.ind_news a p{
	font-size: 14px;
	color: #666666;
	line-height: 26px;
	margin-top: 5px;
	
}
.ind_news a em{
	display: block;
	background: url(../img/time.png) no-repeat left;
	padding-left:20px;
	color: #787878;
	font-size:14px;
	font-style: normal;
	line-height: 24px;
	margin-top: 5px;
}
.ind_news a b{
	display: block;
	font-style: normal;
	font-weight: normal;
	width:108px;
	height:30px;
	line-height:30px;
	text-align:center;
	border:solid #b5b5b5 1px;
	margin: 10px auto 0px auto;
	color: #666666;
	font-size: 14px;
}
.ind_news a span img{
	display: block;
	width: 100%;
	transition: all 0.6s;
}
.ind_news a:hover span img{
	transform: scale(1.2);
}
.ind_news a:hover{
	background: #006cb4;
}
.ind_news a:hover h3,.ind_news a:hover em,.ind_news a:hover b,.ind_news a:hover p{
	color: #fff;
}
.ind_news a:hover em{
	background: url(../img/time1.png) no-repeat left;
}


/*底部*/

#bottom{
 width: 100%;
 height:538px;
 background: url(../img/bottom_bj.jpg);
 margin:30px auto 0px auto;
 padding:75px 0px;
 overflow: hidden;
 position:relative;
 color: #fff;
 box-sizing: border-box;
}
.bot_prlist{
	width: 1100px;
	color: #fff;
	text-align: center;
	margin: 0px auto;

	overflow: hidden;
}
.bot_prlist a{
	float: left;
	display: block;
	color: #fff;
	margin-left:20px;
	font-size: 18px;
}
.bot_prlist a h3{
	color: #fff;
	font-weight: normal;
	font-size: 18px;
}
.bot_prlist a:hover{
	color: #39ddde;
}
.bot_lx{
	width: 1300px;
	text-align: center;
}
.bot_lx p{
	color: #fff;
		text-shadow: 2px 2px 5px #000;
}
.bot_ico1{
	text-align: center;
	color: #fff;
	margin: 200px 0px 0px 100px;
}
.bot_ico2{
	text-align: center;
	color: #FFFFFF;
	margin: 200px 0px 0px 90px;
	
}
.bot_ico2 h3{
	text-align: center;
	color: #fff;
	font-size:30px;
	text-shadow: 2px 2px 5px #000;
}
.bot_ico2 p{
	text-align: center;
}
.bot_ico3{
	text-align: center;
	color: #FFFFFF;
	margin: 170px 0px 0px 250px;
}
.bot_ico3 p{
	text-align: center;
}


.bot_banquan{
	text-align:center;
	font-size:14px;
	color: #fff;
	margin-top:75px;
}
/*内页*/
.sub_banner{
	width: 100%;
	background: #000000;
	height:450px;
}
/* ----------banner-------------- */

#sub_banner {
	position:relative;
	overflow: hidden;
	width:100%;

}
#sub_banner ul {
	position: relative;
	overflow: hidden;
	width:300%
}
#sub_banner ul li {
	width: 33.333%;
	float: left
}
#sub_banner ul li img {
	width: 100%;display: block;
}
#sub_banner aside {
	position: absolute;
	top: 0;
	bottom: 0;
	height: 0;
	width: 90%;
	right: 0;
	left: 0;
	margin: auto
}
#sub_banner aside span {display: block;
	width: 65px;
	height: 65px;
	z-index: 63;
	background: rgba(255,255,255,0.6);
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	position: relative;
	cursor: pointer;
	opacity: 0;
	transition: all 0.3s;
	margin-top:-2%;
}
#sub_banner:hover aside span{ 
	opacity: 1;}
#sub_banner aside span:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left:20%;
	margin: auto;
	width: 27px;
	height: 27px;
	border-top: 3px solid #cfa972;
	border-left: 3px solid #cfa972;
	-webkit-transform: rotateZ(-45deg);
	-moz-transform: rotateZ(-45deg);
	-ms-transform: rotateZ(-45deg);
	-o-transform: rotateZ(-45deg);
	transform: rotateZ(-45deg)
}
#sub_banner aside span.prev {
	float: left;
}

#sub_banner aside span.next {
	float: right;
}
#sub_banner aside span.next:after {
	left: 0;
	right: 20%;
	-webkit-transform: rotateZ(135deg);
	-moz-transform: rotateZ(135deg);
	-ms-transform: rotateZ(135deg);
	-o-transform: rotateZ(135deg);
	transform: rotateZ(135deg)
}
#sub_banner>div {
	width: 110px;
	position: absolute;
	right: 0;
	left: 0;
	bottom: 2%;
	margin: auto;
	display: none;
}
#sub_banner>div em {display: block;
	float: left;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 3px solid #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 4.75px;
	background: #fff;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	cursor: pointer
}
#sub_banner>div em.act {
	background: #f2ae2b
}


.sub_main>p{
margin: 0;
line-height: 35px;
padding: 10px;
	
}
.sub_bt{
	width: 100%;
	margin: 0px auto 10px auto;
	height: 80px;
	line-height: 80px;
	border-bottom: solid #e5e5e5 1px;
}
.sub_bt h3{
	font-size:22px;
	color: #775400;
	font-weight: normal;
	float: left;
}
.sub_bt h3 span{
 text-transform: uppercase;
}
.sub_bt p{
	float: right;
	font-size: 16px;
	color: #666;
}
.sub_con{
	width:950px;
	font-size:16px;
	margin: 20px auto;
	line-height: 30px;
}
.sub_prlist{ 
float: right;
width:640px;
margin-top:10px;
}
.sub_prlist a{
	padding:5px 20px;
	float: left;
	display: block;
	margin: 10px 10px;
	height:30px ;
	line-height:30px;
	color: #fff;
	background: #775400;
}
.sub_prlist a:hover{
	background: #272727;
	color: #fff;
}


/*内页  样式     -------------------------------------------*/
.sub_main{
	width: 100%;
	margin: 0px auto;
	
}
.sub_bt{
	width: 100%;
	margin: 0px auto 10px auto;
	height: 80px;
	line-height: 80px;
	border-bottom: solid #e5e5e5 1px;
}
.sub_bt h3{
	font-size:22px;
	color: #775400;
	font-weight: normal;
	float: left;
}
.sub_bt h3 span{
 text-transform: uppercase;
}
.sub_bt p{
	float: right;
	font-size: 16px;
	color: #666;
}
.sub_con{
	width:940px;
	font-size:16px;
	margin: 20px auto;
	line-height: 30px;
}
.sub_prlist{ 
float: right;
width: 640px;
margin-top:10px;
}
.sub_prlist a{
	padding:5px 20px;
	float: left;
	display: block;
	margin: 10px 10px;
	height:30px ;
	line-height:30px;
	color: #fff;
	background: #775400;
}
.sub_prlist a:hover{
	background: #272727;
	color: #fff;
}


/*内页  样式     -------------------------------------------*/
#main100 {
	width: 95%;
	height: auto;
	margin: 0 auto;
	font-size: 16px;
	line-height: 35px;
}
#main {
	width: 1300px;
	height: auto;
	margin: 0 auto;
	font-size: 16px;
	line-height: 35px;
}

.ny_left {
	width: 300px;
	height: auto;
	 float:left;
}
.ny_left>h2{
	box-sizing: border-box;
	width: 300px;
	height:140px;
	font-size:20px;
	padding-top: 45px;
	background:#0065b6;
	color:#fff;
	text-align:center;
	font-size:30px;
	font-weight:normal;
}
.ny_left>h2>p{
	font-size: 35px;
	margin-top: 10px;
	color: #0076d5;
	text-transform: uppercase;
	text-align: center;
}



.ny_left .nmenu {
	background: #e7e7e7;
    border: 1px solid #ccc; }
    .ny_left .nmenu li {
      line-height: 50px;
      font-size: 15px;
      border-bottom: 1px solid #ccc; }
      .ny_left .nmenu li .act {
        background: #eaae0e;
        color: #fff;
        padding-left: 25px; }
      .ny_left .nmenu li a {
        display: block;
        padding-left: 20px;
        position: relative;
        color: #424242;
        transition: all .3s; }
        .ny_left .nmenu li a:hover {
        	color: #fff;
          background: #eaae0e;
          padding-left:55px; }
      .ny_left .nmenu li .iconfont {
        position: absolute;
        right: 10px;
        font-size: 16px; }
      .ny_left .nmenu li ._act {
        background: #0048a6;
        color: #fff; }
        .ny_left .nmenu li ._act .ion {
          color: #fff; }
        .ny_left .nmenu li ._act:hover {
          background: #0048a6;
          color: #fff; }
          .ny_left .nmenu li ._act:hover .ion {
            color: #fff; }
.l_lx {
    background: #373737; }
.l_lx dt {
      height: 50px;
      line-height: 70px;
      font-size: 26px;
      color: #fff;
      border-bottom: 1px solid #fff;
      padding-bottom: 10px;
      margin: 0 10px; }
.l_lx dd {
      padding: 20px 10px 20px 10px;
      box-sizing: border-box;
      color: #fff; }
.l_lx dd p {
        color: #fff;
        line-height: 160%; 
        }
.ny_right {
	width:940px;
	height: auto;
	float:right;
}
.bass{
	height: 40px;
	line-height: 40px;
	border-bottom: solid #ccc 1px;
}
.bass>h2{
	font-size:25px;
	color: #000;
	float: left;
}
.bass>h2>span{
	font-size:16px;
	text-transform: uppercase;

}
.weizhi{
	float: right;
	font-size:16px;
	color:#666;
}
.weizhi a{
	color: #666;
}
.weizhi a:hover{
	color: #c9a12f;
}


.nr20 {
	width:100%;
	height: auto;
	font-size:20px;
	line-height:40px;
	color: #000;
}





.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;
	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: 230px;
		padding: 0;
		margin: 0;
}

.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:0px;
}
.love-pic-box li a em{
	font-size:16px;
	color: #424242;
	line-height:40px;
	display:block;
	text-align: center;
}

.nr16 {
	width: 100%;
	height: auto;
	font-size: 16px;
	line-height: 30px;
	color: #000;
}



.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 {
	color: #000;
	width: 290px;
	height:90px;
	border-bottom: solid 5px #eee;
	box-sizing: border-box;
}
.pc_tt h2{
	font-size: 30px;
	line-height:90px;
	text-align: center;
	font-weight: initial;
	color: #000;
}
.pc_tt>p{
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	color: #ccc !important;
	width: 250px;
	margin: 0 auto;
}

.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;
}

