.width{
	width: 1200px;
	margin: 0 auto;
}
.white{
	color:#fff;
}
.white a{
	color:#fff;
}
.white a:visited{
	color:#fff;
}
.white a:hover{
	color:#ffffff;
}
.blcak{
	color: #000;
}
.blcak a{
	color: #000;
}
.blcak a:visited{
	color: #000;
}
.blcak a:hover{
	color: #000;
}
.red{
	color: #fff;
}
.red a{
	color: #fff;
}
.red a:visited{
	color: #fff;
}
.red a:hover{
	color: red;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.action{
	transition: all .4s ease;
	-moz-transition: all .4s ease;
	-webkit-transition: all .4s ease;	
	-o-transition: all .4s ease;
}
.action:hover{
	transition: all .4s ease;
	-moz-transition: all .4s ease;
	-webkit-transition: all .4s ease;	
	-o-transition: all .4s ease;
}



/*banner*/
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  }

.rslides img {
  display: block;
  height:auto;
  border: 0;
  width: 100%;
  }
.slide_container {
  position: relative;
  width: 100%;
  }

.slide {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.slide li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  }
 .slide_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 52%;
  left: 0;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url(../images/themes.gif) no-repeat left top;
  margin-top: -45px;
  }

.slide_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }
/*header*/
.h-xian{
	height: 8px;
	background: #f7f7f7;
}
.h-word{
	width: 338px;
	font-size: 15px;
	line-height: 30px;
	color: #202020;
	border-left: 1px solid #d7d7d7;
	padding-left: 30px;
	margin-left: 30px;
}
.h-word p{
	color: #c00000;
	font-size: 18px;
	font-weight: bold;
}
.header-x{
	padding: 30px 0;
}
.h-you{
	font-size: 18px;
	line-height: 30px;
}
.h-icon{
	margin-top: 8px;
	margin-right: 10px;
}
.h-xia{
	background: #c00000;
	line-height: 50px;
}
.mobile_nav>ul>li{
	float: left;
}
.mobile_nav>ul>li>a{
	display: block;
}
.mobile_nav>ul>li>a>span{
	line-height:50px;
	display: block;
	color: #fff;
	font-size: 16px;
	text-align: center;
	width: 150px;
}
.mobile_nav>ul>li:hover a span{
color: #fff;
font-weight: bold;
background: #202020;
}
.mobile_nav>ul>li>#menu_selected span{
color: #fff;
font-weight: bold;
background: #202020;

}
/*.mobile_nav>ul>li:hover a{
	background: url(../images/nav-bg.jpg) repeat-x center top;
}
.mobile_nav>ul>li>#menu_selected{
	background: url(../images/nav-bg.jpg) repeat-x center top;
}*/
/*.mobile_nav>ul>li>a>span::after {
  --scale: 0;
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -13px;
  right: 0;
  top: 100%;
  width: 26px;
  height: 2px;
  background: #cf000b;
  -webkit-transform: scaleX(var(--scale));
          transform: scaleX(var(--scale));
  -webkit-transform-origin: var(--x) 50%;
          transform-origin: var(--x) 50%;
  transition: -webkit-transform 0.3s cubic-bezier(0.535, 0.05, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.535, 0.05, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.535, 0.05, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.535, 0.05, 0.355, 1);
}
.mobile_nav>ul>li>a>span:hover::after {
  --scale: 1;
}
.mobile_nav>ul>li>a#menu_selected>span::after {
  --scale: 1;
}*/
/*.menulevel{
	display: none;
}
.nav-bg>.mobile_nav>ul>li:hover>.menulevel{
	display: block;
	position: absolute;
	top: 104px;
	left: 50%;
	margin-left: -80px;
	width: 160px;
	z-index: 999;
}
.menulevel li{
	line-height: 40px;
	background: rgba(255,255,255,.8);
}
.menulevel li:hover a span{
	color: #00cc33;
}*/

#full-screen-slider { width:100%; /*height:600px;*/ position:relative}
#slides { display:block; width:100%; height:600px; list-style:none; padding:0; margin:0; position:relative}
#slides li { display:block; width:100%; height:100%; list-style:none; padding:0; margin:0; position:absolute}
#slides li a { display:block; width:100%; height:100%; text-indent:-9999px}
#pagination { display:block; list-style:none; position:absolute; left:20%; top:480px; z-index:9900;  padding:5px 15px 5px 0; margin:0}
#pagination li { display:block; list-style:none; width:10px; height:10px; float:left; margin-left:15px; border-radius:5px; background:#FFF }
#pagination li a { display:block; width:100%; height:100%; padding:0; margin:0;  text-indent:-9999px;}
#pagination li.current { background:#0092CE}
/*foot部分*/
.footer-bottom{
	padding: 60px 0 50px;
	background: #171717;
}
.f-logo{
}
.f-nav{
}
.f-nav{
	width: 400px;
	margin-top: 30px;
}
.f-nav ul li{
	float: left;
	font-size: 15px;
	line-height:40px;
	margin-right: 20px;
}
.f-nav ul li a{
	color: #fff;
}
.f-bt{
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 19px;
	color: #fff;
}
.f-contact{
	color: #fff;
	margin: 0 40px;
	padding: 0 40px;
	border-left: 1px solid #555555;
	font-size: 18px;
}
.f-ewm{
	margin-top: 20px;
}
.f-contact ul li{
	line-height: 35px;
	color: #fff;
	font-size: 15px;
}
.f-contact img{
	vertical-align: middle;
	padding-left: 30px;
}
.bq{
	padding: 10px 0 0;
	background: #c00000;
	text-align: left;
}
.bottom-bg{
	text-align: center;
	background: #c00000;
	padding: 0 0 10px;
}
.bottom-bg p{
	font-size: 14px;
	color: #fff;
	opacity: 0.8;
}
.wzbb{
	color: #fff;
	font-size: 13px;
	opacity: 0.8;
}
.wzbb a{
	color: #fff;
	opacity: 0.8;
}
.foot-content{
	color: #fff;
		opacity: 0.8;
}
.foot-content a{
	color: #fff;
		opacity: 0.8;
}
/*内页部分*/
.ny-bg{
	padding: 60px 0;
	background: #fff;
}
.ny-top{
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid  #d7d7d7;
}
.ny-tit{
	font-size: 15px;
	color: #858585;
}
.ny-tit p{
	color: #c00000;
	font-weight: bold;
	font-size: 30px;
}
.ny-tit p:before{
	width: 12px;
	height: 12px;
	background: #c00000;
	content: "";
	float: left;
	display: block;
	margin: 15px 10px 0 0;
}
.ny-location{
	margin-top: 30px;
	font-size:16px;
	color: #202020;
	text-align: center;
}
.ny-location span{
	font-size: 16px;
	color: #202020;
	font-weight: bold;
}
.ny-location a{
	color: #202020;
	font-size:16px;
}
.ny-location img{
	margin-right: 10px;
	vertical-align: middle;
}
.ny-neirong1 {
	width: 940px;
}
.ny-img img{
	width: 100%;
}
#shownews1{
	text-align: center;
}
.ny-contact{
margin-top: 100px;
}
.ny-contact ul li{
	height: 60px;
	font-size: 16px;
	color: #202020;
}
.ny-contact ul li:first-child span{
	font-size: 22px;
	font-weight: bold;
}
.ny-contact ul li:nth-child(2) span{
	font-size: 22px;
	font-weight: bold;
	color: #083d8c;
}

/*主菜单设置*/
.cp-sz p{
	font-weight: normal;
	font-size: 15px;
}
.cp-sz{
	padding: 30px 0;
	width:199px ;
	background: #c00000;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
}
.ny-xiayou{
	width: 970px;
}
.nyz-nav ul li{
	text-align: center;
	border-bottom: 1px solid #d7d7d7;
	line-height: 70px;
	width: 199px;
	background: #f7f7f7;
}
.nyz-nav ul li a{
	font-size: 16px;
	color: #202020;
	}
.nyz-nav ul li:hover{
	background:#202020; 
}

.nyz-nav ul li:hover a{
	color: #fff;
}

.ddsmoothmenu-v1{
}
.ddsmoothmenu-v1 ul{
}
.ddsmoothmenu-v1>ul>li{
	text-align: center;
	border-bottom: 1px solid #d7d7d7;
	line-height: 70px;
	width: 199px;
	background: #f7f7f7;
}
.ddsmoothmenu-v1>ul>li>a>span{
	font-size: 16px;
	color: #202020;
	display: block;
	}
.ddsmoothmenu-v1 ul li:hover{
	background:#202020; 
}
.ddsmoothmenu-v1>ul>li.lihover{
	background: #202020;
}
.ddsmoothmenu-v1 ul li:hover a span{
	color: #fff;
}
.ddsmoothmenu-v1>ul>li.lihover a span{
	color: #fff;
}

/*主菜单连接效果设置*/
.ddsmoothmenu-v1 ul li a:link,.ddsmoothmenu-v1 ul li a:visited{color:#2b2b2b}
.ddsmoothmenu-v1>ul>li:hover a{}
.ddsmoothmenu-v1>ul>li:hover>a>span{}
.ddsmoothmenu-v1 ul li a:active{}
.ddsmoothmenu-v1 ul li a:active span{}

.ddsmoothmenu-v1 ul li .selected:link,.ddsmoothmenu-v ul li a.selected:visited,.ddsmoothmenu-v ul li a.selected:active{}
.ddsmoothmenu-v1 ul li a.selected span{color:#FFF}
/*主菜单当前所在页面*/
.ddsmoothmenu-v1>ul>li.lihover>.ahover{
	
}
.ddsmoothmenu-v1>ul>li>ul>li{
	background: #efefef;
	line-height: 40px;
}


.navjtt{top: 16px;display: none;}
.navjtt img{margin-top: 5.5px;}
.navjt{top: 15px;display: none;}
.navjt img{margin-top: 2.5px;}
.ddsmoothmenu-v1>ul>li>ul{display: none;}
.ddsmoothmenu-v1>ul>li.lihover>ul{display: block;}
.ddsmoothmenu-v1 ul li a#menu_selected{}


.ddsmoothmenu-v1>ul>li>ul>li>a>span{
	color: #0061ce;
	font-size: 14px;
}
.ddsmoothmenu-v1>ul>li>ul>li:hover>a>span{
	color: #cc0018;
}
.ddsmoothmenu-v1>ul>li>ul>li.lihover>a>span{
	color: #cc0018;
}

/*产品列表页*/
#shownews{
	font-size: 15px;
	line-height: 36px;
}
.page-products{
}
#ShowImages .fudong{
	background: rgba(0,0,0,0.5);
	text-align: center;
	padding-top: 100px;
	
}
#ShowImages li{
	float:left;
	display:inline;
	width: 295px; 
	margin:0px 9px 20px ;
}
#ShowImages .imghvr-slide-down{
	border: 1px solid #d7d7d7;
	width:295px;
	height: 223px;
	text-align: center;
	overflow: hidden;
	display: block;
}
#ShowImages .imghvr-slide-down{

}
#ShowImages .imghvr-slide-down img {
width: 100%;
}
#ShowImages li:hover .images_title a{
	color: #fff;
	transition: all 0.6s;
}
#ShowImages li:hover .images_title{
	background: #a61918;
	transition: all 0.6s;
}
.ptitle{
	font-size: 25px;
}
#ShowImages .images_title{
	line-height: 50px;
	text-align: center;
	background: #efefef;
}
#ShowImages .images_title a{
	font-size: 15px;
	color: #202020;
}
/*#ShowImages li:hover .images_title a{
	color: #fff;
}*/



#spec-n1{
	height: 260px;
	overflow: hidden;
}
.nygcal-js{
	font-size: 14px;
	line-height: 30px;
	color: #2b2b2b;
}


/*= common css to all effects =*/
.single-member{width: 100%; float: left;  text-align: center; position: relative;}
.member-image img{max-width: 100%; vertical-align: middle;}
.h3 a {font-size: 24px; font-weight: normal; margin: 10px 0 0; text-transform: uppercase;}
.social-touch a{display: inline-block; width: 27px; height: 26px; vertical-align: middle; margin: 0 2px; background-image: url(../images/social-icons.png); background-repeat: no-repeat; opacity: 0.7; transition: 0.3s;}
.social-touch a:hover{opacity: 1; transition: 0.3s;}
.fb-touch{background-position: 0 0;}
.tweet-touch{background-position: -35px 0;}
.linkedin-touch{background-position: -71px 0;}
.icon-colored .fb-touch{background-position: 0 -27px;}
.icon-colored .tweet-touch{background-position: -35px -27px;}
.icon-colored .linkedin-touch{background-position: -71px -27px;}
/*= common css to all effects end =*/

/* Style the thumbnails */
.pika-thumbs{ padding: 0 16px; height: 75px; }
.pika-thumbs li{ width: 144px; height:74px; margin: 10px 0 0 17px; padding: 0; overflow: hidden;
    float: left; list-style-type: none;padding: 3px; margin: 0 5px; background: #fafafa; border: 1px solid #e5e5e5; cursor: pointer;}
.pika-thumbs li .clip {position:relative;height:100%;text-align: center; vertical-align: middle; overflow: hidden;}

/* The stage is the wrapper. The image fills 100% the height of the stage */
.pika-stage, .pika-textnav {width: 400px;}
.pika-stage {position: relative; background: #fafafa; border: 1px solid #e5e5e5; padding: 10px 10px 40px 10px; text-align:center; height:250px;}
.pika-stage img{height:100%;}
.pika-stage .caption {position: absolute; /*background: #000; background: rgba(0,0,0,0.75);  border: 1px solid #141414;*/ font-size: 11px; 
    color: #fafafa; padding: 10px; text-align: right; bottom: 50px; right: 10px;}
.pika-stage .caption p {padding: 0; margin: 0; line-height: 14px;}

/* Ths play, pause, prev and next buttons */
.pika-imgnav a {position: absolute; text-indent: -5000px; display: block;z-index:3;}
.pika-imgnav a.previous {background: url(../images/prev.png) no-repeat left 45%; height: 100%; width: 50px; top: 10px; left: 10px;cursor:pointer;}
.pika-imgnav a.next {background: url(../images/next.png) no-repeat right 45%; height: 100%; width: 50px; top: 10px; right: 10px;cursor:pointer;}
.pika-imgnav a.play {background: url(../images/play.png) no-repeat 0% 50%; height: 100px; width: 44px;top:0;left:50%;display: none;cursor:pointer;}
.pika-imgnav a.pause {background: url(../images/pause.png) no-repeat 0% 50%; height: 100px; width: 44px;top:0;left:50%;display:none;cursor:pointer;}

/* The previous and next textual buttons */
.pika-textnav {overflow: hidden; margin: 10px 0 0 0;bottom:10px; position:absolute;}
.pika-textnav a {font-size: 12px; text-decoration: none; color: #333; padding: 4px;}
.pika-textnav a.previous {float: left; width: auto; display: block;}
.pika-textnav a.next {float: right; width: auto; display: block;}

/*for the tool tips*/
.pika-tooltip{font-size:12px;position:absolute;color:white;padding:3px; background-color: rgba(0,0,0,0.7);border:3px solid black;}
.pika-counter{position: absolute;bottom: 45px;left:15px;color:white;background:rgba(0,0,0,0.7);font-size:11px;padding:3px;-moz-border-radius: 5px;border-radius:5px;}

/* If using user thumbnails there's a pause well the new large image loads. This is the loader for that */		
.pika-loader{ background:url(loading.gif) 3px 3px no-repeat #000; background-color:rgba(0,0,0,0.9); color:white; width:60px; font-size:11px; padding:5px 3px; 
    text-align:right; position:absolute; top:15px; right:15px; }

/*if you just want to adjust the size of the stage and the thumbnails, you can do so by editing the following lines: */
.pika-thumbs li{width: 60px; height:60px;}
.pikachoose{width:430px; position:relative;margin-left: 90px;}
#pikame{width: 150px;}
.pika-thumbs {margin: 10px 0 0 17px; width:250px;position: absolute;top: 10px;right: 30px;}
.pika-thumbs li { margin: 5px 5px;}

/* jCarousel Styles */
/*if you're not using the carousel you can delete everything below this */
.jcarousel-skin-pika{position:absolute;top:0px;left:-90px;}
.jcarousel-skin-pika .jcarousel-container-vertical { width: 125px;height: 300px; overflow:hidden;}
.jcarousel-skin-pika .jcarousel-clip-vertical { width:  125px; height: 230px;}






















.ny-head{
	padding-top: 12px;
	height: 60px;
}
.ny-head a{
	font-size: 16px;
	color: #fff;
}
.effect-2{max-height: 324px; min-height: 324px; overflow: hidden;}
.effect-2 .h3{padding-top: 7px; line-height: 33px;}
.effect-2 .member-image{ height: 187px; overflow: hidden; width: 100%; transition: 0.4s; display: inline-block; float: none; vertical-align: middle;}
.effect-2 .member-info{transition: 0.4s;}
.effect-2 .member-info p{
	width: 90px;
	line-height: 33px;
	border: solid 1px #fff;
	text-align: center;
	border-radius: 20px;
	margin: 0 auto;
}
.effect-2 .member-info p a{
	font-size: 14px;
	color: #fff;
}
.effect-2 .member-image img{width: 100%; vertical-align: bottom;}
.effect-2 .social-touch{background-color: #1fb554; float: left; left: 0; bottom: 0; overflow: hidden; padding: 5px 0; width: 100%; transition: 0.4s;}
.effect-2:hover .member-image{height: 200px; transition: 0.4s;}
/*首页部分*/
/* 产品 */
.cp-bg{
	background: #efefef;
	padding: 60px 0;
}
.cp-zuo{
	text-align: center;
	font-size:15px;
	color: #202020;
	line-height: 36px;
}
.cp-zuo p{
	font-size: 28px;
}
.cp-nav{
	background: #c00000;
	margin:20px 0;
}
.cp-nav ul{
	display: flex;
}
.cp-nav ul li{
	float: left;
	height: 50px;
	line-height: 50px;
	flex-grow: 1;
	text-align: center;
	cursor: pointer;
	border-right: 1px solid #e65d5d;
}
.cp-nav ul li a{
	color: #fff;
	font-size: 15px;
}
.cp-nav ul li:hover{
	background: #ffffff;
	transition: all 0.6s;
}
.cp-nav ul li:hover a{
	color: #202020;
}
.fudong p{
	color: #202020;
	font-size: 18px;
}
.fudong a{
	color: #202020;
}
.fudong{
	width: 374px;
	background: #fff;
	text-transform: uppercase;
	padding-top: 120px;
	font-size: 15px;
	font-weight: normal;
	color: #fff;
	text-align: center;
}
#ScrollBoxgd li{
	float:left;
	border: 1px solid #efefef;
	display:inline;
	width: 374px;
	margin:0 10px 20px;
}
.imghvr-push-up{
	width: 374px;
	height: 302px;
	text-align: center;
	border-bottom: 1px solid #d7d7d7;
	overflow: hidden;
	position: relative;
}
.imghvr-push-up img{
	width: 100%;
	height: 100%
}
.cpfl-mc{
	padding: 30px 20px;
	background: url(../images/cp-mc_17.png) no-repeat top center;
	height: 55px;
	width: 334px;
	font-size: 18px;
}
.cpfl-mc a{
	font-weight: bold;
	line-height: 30px;
	color: #cb1919;
}
.cpfl-mc span{
	font-size: 15px;
	font-weight: normal;
	color: #202020;
}
.cpfl-mc p{
	font-weight: normal;
	font-size: 15px;
	color: #202020;
}
#ScrollBoxgd li:hover .imghvr-push-up{
	border: 1px solid #c00000;
}
#ScrollBoxgd li:hover .cpfl-mc{
	transition: all 0.6s;
	background: url(../images/cp-mc2_17.png) no-repeat top center;
}
#ScrollBoxgd li:hover .cpfl-mc a{
	color: #fff;
}
#ScrollBoxgd li:hover .cpfl-mc a p{
	color: #fff;
}
#ScrollBoxgd li:hover .cpfl-mc a span{
	color: #fff;
}
/* 公司简介 */
.ab-img{
position:relative;
box-sizing:border-box;
cursor:pointer;
transition:all .8s ease-in-out;
overflow:hidden}
.ab-img img{
position:relative;
display:block;
width:100%;
transition:all .8s ease-in-out;
overflow:hidden
}
.ab-img:hover img{transform:scale(1.08)}
.about-bg{
	background: url(../images/ab-bg_11.jpg) no-repeat top center;
	padding:80px 0 60px;
	color: #fff;
}
.ab-left{
	width: 609px;
	padding: 242px 0;
	background: url(../images/ab-img_12.png) no-repeat top center;
}
.ab-left ul li{
	text-align: center;
	margin: 0 34px;
	float: left;
	font-size: 13px;
	text-transform: uppercase;
}
.ab-left ul li P{
	font-weight: bold;
	font-size: 20px;
}
.ab-shang{
	width: 565px;
}
.ab-xs p{
	font-size: 30px;
	color: #cb1919;
	font-weight: bold;
}
.ab-sbt{
	font-size: 22px;
	font-weight: bold;
	color: #c00000;
}
.ab-xs{
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 8px solid #d7d7d7;
	font-size: 20px;
	color: #202020;
}
.gsjj-text{
	margin-top: 20px;
	font-size: 15px;
	color: #202020;
	line-height: 30px;
}
.ab-anniu{
	width: 150px;
	text-align: center;
	line-height: 40px;
	background: #c00000;
	margin-top: 30px;
}
.ab-anniu a{
	color: #fff;
	font-size: 16px;
}
.ab-ys{
	padding: 30px 0;
	background: #f7f7f7;
	color: #202020;
	margin-top: 20px;
}
.ab-ys ul li{
	float: left;
	width: 180px;
	margin: 0 60px;
}
.ab-lis{
	width: 150px;
	margin: 0 auto;
}
.ab-shuzi{
	font-size: 45px;
	color: #cb1919;
	font-weight: bold;font-family: "times new roman";
}
.ab-danwei{
	margin-top: 20px;
	width: 28px;
	line-height: 28px;
	text-align: center;
	color: #fff;
	background: #202020;
	border-radius: 30px;
}
.ab-lix{
	font-size: 16px;
}
/* 优势 */
.ys-top{
	padding: 50px 0 20px;
	font-weight: normal;
}
.ys-shang{
	font-size: 15px;
	line-height: 40px;
	text-align: center;
}
.ys-shang p{
	font-weight: bold;
	font-size: 32px;
	color: #202020;
}
.ys-shang p span{
	color: #c00000;
}
.ys-bg {
	background: url(../images/ys-bg.jpg) no-repeat top center fixed;
	padding:60px 0 70px;
}
.ys-shang:after{
	content: "";
	display: block;
	width: 75px;
	margin: 20px auto;
	height: 4px;
	background: #c00000;
}
.ys-xia{
	background: rgba(255,255,255,0.9);
	padding: 80px 70px 90px;
	margin-top: 30px;
}
.ys-xia ul li{
	width: 210px;
	float: left;
	font-size: 15px;
	text-align: center;
}
.ys-wenzi p{
	font-size:18px;
	font-weight: bold;
	padding: 10px 0;
}
.ys-wenzi{
	font-size: 15px;
	line-height: 36px;
}
.ys-xia ul li:nth-child(2){
	margin-left: 72px;
}
.ys-xia ul li:nth-child(3){
	margin-left:72px;
}
.ys-xia ul li:nth-child(4){
	margin-left: 72px;
}
.ys-img{ 
	margin: 0 auto;
	width: 109px;
     height: 109px;
    transition:all 1.5s;-moz-transition:all 1.5s;  -webkit-transition:all 1.5s; 
	}
.ys-xia ul li:hover .ys-img{
	width: 109px;
     height: 109px;
	-webkit-transform: rotateZ(360deg); -moz-transform: rotateZ(360deg);transform: rotateZ(360deg);
	}

/* 中间 */
.zj-bg{
	padding: 120px 0;
	background: url(../images/zj-bg_33.jpg) no-repeat top center;
}
.zj-shang{
	text-align: right;
	font-size: 15px;
	color: #fff;
	line-height: 40px;
}
.zj-shang p{
	font-size: 25px;
	font-weight: bold;
}
.zj-zhong{
	font-size: 15px;
	background: #fff;
	border-radius: 5px;
	margin-left: 1050px;
	line-height: 40px;
	width: 150px;
	text-align: center;
	margin-top: 20px;
}

/* 新闻 */
.xw-img{
position:relative;
box-sizing:border-box;
cursor:pointer;
transition:all .8s ease-in-out;
overflow:hidden}
.xw-img:hover img{transform:scale(1.08)}
.xw-img img{
position:relative;
display:block;
width:100%;
transition:all .8s ease-in-out;
overflow:hidden
}
.xw-bg{
	padding: 60px 0 50px;
}
.xw-shang p{
	font-size: 28px;
	font-weight: bold;
}
.xw-shang{
	text-align: center;
	font-size: 15px;
	color: #202020;
	line-height: 30px;
}
.xw-bottom{
	margin-top: 40px;
}
.xw-bt{
	padding-bottom: 10px;
	border-bottom: 1px solid #d7d7d7;
}
.xw-btz{
	font-size: 20px;
	font-weight: bold;
}
.xw-btz ul li a{
	font-weight: bold;
	color: #202020;
}
.xw-bty a{
	font-size: 15px;
	color: #555555;
}
.xw-xia{
	width: 600px;
}
.xw-onetiao{
	margin-top:60px;
	width: 550px;
}
.xw-img{
	margin-top: 30px;
}
.xw-rtbt a{
	font-size: 18px;
	font-weight: bold;
	color: #202020;
}
.xw-rtnr a{
	color: #656565;
}
.xw-rtnr{
	line-height: 30px;
	font-size: 15px;
	margin: 20px 0;
}
.xw-gengduo a{
	font-size: 15px;
	color: #c00000;
}
.xw-onetiao ul li:hover .xw-rtbt a{
	color: #c00000;
}
.xw-wbottom ul li{
	font-size: 15px;
	line-height:50px;
	border-bottom: 1px dashed #d7d7d7;
}
.xw-wbottom ul li a{
	color: #202020;
}
.xw-wbottom ul li span{
	float: left;
	font-size: 15px;
	font-family: "幼圆";
	color: #c00000;
}
.xw-wbottom ul li:hover a{
	color: #c00000;
}
.xw-xiayou{
	width: 550px;
}
.yqlj{
	padding: 0px 0 30px;
}
#friendlink:before{
	content: "";
	display: block;
	float: left;
	width: 13px;
	height: 6px;
	background: #c00000;
	margin-right:5px;
	margin-top: 9px;
}
.yqlj-con{
	font-size: 18px;
	color: #c00000;	
	font-weight: bold;
}
.yqlj-con a{
	font-size: 13px;
	color: #202020;
	font-weight:normal	
}
/*图片列表*/
.photos-demo span{ display: inline-block; text-align: center; margin: 10px 10px;width: 280px; 
}
.photos-demo span p{color: #202020; font-size: 20px;line-height: 60px;}
.tpmk-img{
	height: 350px;
	overflow: hidden;
	border: 1px solid #d7d7d7;
}
.ny-tuzi p{
	font-size: 15px !important;
}
.photos-demo span img{
	height: 350px;
	max-width: 100%;
	cursor: pointer;
	transition: all 0.6s;
}
.photos-demo span img:hover{
	transform: scale(1.1);
}
.lh68{ position: absolute; top: 0; z-index: -1;}
.lhbd label{ display: inline-block; max-width:80px ; width: 100%; height: 30px; line-height: 30px; margin-bottom: 0px; border-bottom: #eee dashed 1px;}
.lhbd dt{ padding: 3px 0; width: 100%;}
.lhbdfr{ float: right;width: 100%;}
.lhbdfl{ float: left;width: 100%;}
.lhbdfr label{max-width:75px ; width: 100%;}
.lhbd input{ width: 57%;}
.lhbdfl input{ width: 67%;}
.lhbd span{font-weight: 100;}
.lhbd .Content{ width: 84%;}
.clear{ clear: both;}
.lhbd .Content{ height:113px;}
.submit{ 
height: 40px;
background: #c00000; 
color: #fff; 
display: block; 
width:160px; 
line-height: 40px; 
margin-top: 10px;
 text-align: center; 

 font-size:16px;
  border-radius: 10px;}
.lh615{  line-height: 30px; margin: 0 10px; text-align: center; border: none;}




.photos-demohz span{ display: inline-block; text-align: center; margin: 0 8px;width: 270px;}
.photos-demohz span p{color: #2b2b2b; font-size: 18px;line-height: 50px;}
.nyhz-img{
	height: 190px;
	overflow: hidden;
}
.photos-demohz span img{
	/*width: 100%;*/
	/*min-height: 235px;*/
	height: 100%;
	max-width: 100%;
	cursor: pointer;
				transition: all 0.6s;
}
.photos-demohz span img:hover{
	transform: scale(1.4);
}