.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*/
.logo{
	margin-top: 25px;
}
.top-bg2{
	background-color: #fff;
	border-bottom: 1px solid #efefef;
}



.top-bg2 .mobile_nav>ul>li{
	margin:  0  10px;
}
.top-bg2 .mobile_nav>ul>li>a>span{
	color: #202020;
}

.top-bg2 .mobile_nav>ul>li>#menu_selected>span{
	color: #bc0000;
	font-weight: bold;
	border-bottom: 5px solid #bc0000;
	
}
.top-bg2 .mobile_nav>ul>li>#menu_selected>span::after{

}
.top-bg2 .mobile_nav>ul>li>:hover>span{
	color: #bc0000;
	font-weight: bold;
}


.top-bg2 .mobile_nav>ul>li>.menulevel{
	top: 50px;
	padding-top: 30px;
}

.mobile_nav{
	margin-left:50px;
}
.mobile_nav>ul>li{
	float: left;
	text-align: center;
	line-height: 90px;
	margin: 0 20px;
}
.mobile_nav>ul>li>a{
	display: block;
	outline: none;
  cursor: pointer;
  -webkit-transition: all .5s;
  transition: all .5s;
  padding: 0 8px;
  
}	
.mobile_nav>ul>li>a>span{
	display: block;
	color: #fff;
	font-size: 15px;	
	 outline: none;
  position: relative;
  text-decoration: none;
  transition: color .3s ease;
  
}
.mobile_nav>ul>li>a>span::after {
  --scale: 0;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 5px;
  background: #bc0000;
  -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>.menulevel{
	display: none;
}
.mobile_nav>ul>li:hover>.menulevel{
	display: block;
	position: absolute;
	top:65px;
	z-index: 999;
}

.menulevel>li{
	width: 200px;
	line-height: 2.5rem;
	border-top: 1px solid #555;
	margin-left: -60px;
	background: rgba(255,255,255,.9);
}
.menulevel>li>a>span{
	color: #202020;
}
.menulevel>li:hover{
	background-color: #fff;
}

.tel{
	width: 200px;
	line-height: 35px;
	text-align: center;
	background-color: #bc0000;
	border-radius: 50px;
	margin-top: 30px;
}
.tel img{
	margin: 3px 2px 0 0 ;
}
.tel a{
	font-size: 20px;
	font-weight: bold;
	font-family: "arial";
	color: #fff;
	
}

#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部分*/
.f-lanse{
	background: url(../images/f-logo_10.jpg) no-repeat top center;
	padding: 95px 0;
	color: #fff;
}
.f-hongs{
	font-size: 36px;
	font-weight: bold;
	
}
.f-hongs p{
	font-size: 30px;
	font-weight: normal;
}
.f-tel{
	font-size: 27px;
	font-family: "arial";
	font-weight: bold;
	margin-top: 30px;
}
.f-tel img{
	vertical-align: middle;
	
}

.f-lansyou{
	width:10.125rem;
font-weight: bold;
margin-top: 100px;
	line-height: 40px;
	text-align: center;
	background:#fff;
}

.footer-bg{
	padding: 80px 0;
	background: #222222;
	color:#fff;
}
.f-zuo{
	width: 70%;
}

.footer-list{
	width: 20%;
}

.footer-nav ul li{
	float: left;
	width: 50%;
	
}

.footer-nav ul li a{
	font-size: 15px;
	color: #fff;
	line-height: 36px;
}
.footer-nav .menulevel{
	display: none;
	
}

.footer-fwzx {
	padding-bottom: 50px;
	border-bottom: 1px solid #555;
}

.footer-telbox{
	
	margin-top: 40px;
	line-height: 30px;
}
.footer-telbox ul li{
	width: 50%;
	float: left;
}
.f-menu{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 30px;
}
.footer-bq{
	margin-top: 30px;
}
.bottom-bg{
	background: #000;
	text-align: center;
	}
.bottom-bg p a{
	color: #fff;
}
.wzbb{
	color: #fff;
	font-size: 13px;
	line-height:40px;
}
.wzbb a{
	color: #fff;
}
.foot-content{
	color: #fff;
}
.foot-content a{
	color: #fff;
}



/*内页部分*/


.ny-bg{
}
.ny-shang{
	position: relative;
}
.ny-szong{
	width: 100%;
	top: -132px;
	z-index: 9;
	position: absolute;
}
.ny-hexin{
	background-color: rgba(191,19,21,0.9) ;
	padding: 30px 50px;
}
.ny-location{
	margin-top: 30px;
}
.ny-bt p{
	font-size: 32px;
	font-weight: bold;
	color: #fff;
}
.ny-bt{
	text-align: left;
	font-size: 15px;
	line-height: 36px;
	color: #fff;
}
.ny-bg1{
	background:#efefef;
}
.ny-nrzong{
	background-color: #fff;
	padding: 30px 50px 80px;
	box-shadow: 0 0 30px 0 #d7d7d7;
}
.ny-nrzong1{
	background: url(../images/ny-zxly.jpg) no-repeat top right #fff;
	padding: 30px 50px 80px;
	box-shadow: 0 0 30px 0 #d7d7d7;
}
.ny-location{
	text-align: right;
	font-size: 16px;
	color: #fff;
	font-weight: normal;
}
.ny-location a{
	color: #fff;
	font-size: 16px;
}
.page-news {
	margin-top: 53px;
}
.ny-zong2{
	padding: 50px;
	box-sizing: border-box;
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
}
.ny-neirong{
	background: url(../images/ny-bg_02.png);
	padding-bottom: 80px;
}

.ny-img img{
	width: 100%;
}
.nyxw-img{
	width: 424px;
	height: 198px;
	overflow: hidden;
	text-align: center;
}

.nyxw-text{
	width: 947px;
	margin-right: 40px;
}
.xw-rmore{
	width:150px;
	height: 50px;
	background-color: #bf1015;
	line-height: 50px;
	text-align: center;
	
}
.xw-rmore a{
	color: #fff;
}
/*产品列表页*/
#ShowImages li{
	overflow: hidden;
	float: left;
	width:264px;
	border: 1px solid #efefef;
	margin: 0 10px 20px;
	background-color: #efefef;
	padding: 20px;
}
#ShowImages .images_img {
	height: 200px;
	width: 264px;
	overflow: hidden;
}
#ShowImages  a {
	width: 100%;
	height: 100%;
    display: block;
	overflow: hidden;
	vertical-align: middle;
}
#ShowImages .images_img:hover img{
	transform: scale(1.1);
	
}
#ShowImages .images_img  img{
	transition: all 0.5s cubic-bezier(0.65, 0.07, 0.23, 1.16);
}

#ShowImages .images_img img {
width: 100%;
height: 100%;
}


#ShowImages .images_title{
	margin-top: 1.25rem;
font-size: 20px;
font-weight: bold;
}

#ShowImages li:hover{
	border: 1px solid #bc0000;
	background-color: #efefef;
}


.cplist-mc{
	width: 120px;
	line-height: 40px;
	background-color: #bc0000;
	text-align: center;
	color: #fff;
	margin-top: 20px;
	
}
.cplist-mc a{
	color: #fff;
}


#ShowImages li:hover  .cplist-mc a{
}

#ShowImages1 li{
	overflow: hidden;
	display: inline;
	float: left;
	margin: 10px 47px;
	text-align: center;
}
#ShowImages1 .images_img a {
    display: block;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
}
#ShowImages1 li:hover{
}
#ShowImages1 li:hover a{
	color: #000;
}
#ShowImages1 .images_img img {
   max-width: 266px;
   height: 212px;
}
#ShowImages1 .images_title a{
	height:55px;
	line-height:55px;
	font-size: 22px;
}
/* 产品详情页 */

/* 视频中心 */
#ShowImages2 li{
	width: 300px;
	overflow: hidden;
	float: left;
	margin:20px 10px;
	text-align: center;
}
#ShowImages2 .images_img a {
    display: block;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	height: 200px;
}
#ShowImages2 .images_img img {
   height: 100%;
   cursor: pointer;
				transition: all 0.6s;
}
#ShowImages2 .images_img img:hover{
	transform: scale(1.05);
}
#ShowImages2 .images_title a{
	line-height:50px;
	font-size: 20px;
	color: #202020;
}


/* 联系我们 */





/* 实验 */

/*重置*/
.poster-main .poster-list .poster-item .cp-img{
	width: 507px;
	height: 380px;
}
.poster-main .poster-list .poster-item .cp-img img{
	width: 100%;
	height: 100%;
}

.poster-main {
  width: 1200px;
  height: 450px;
  position: relative;
  margin: 0 auto;
}

.poster-main a, .poster-main img { display: block; }

.poster-main .poster-list {
  width: 1000px;
  height: 450px;
  
}

.poster-main .poster-list .poster-item {
  width:507px;
  height: 380px;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #000;
  overflow: hidden;
}

.poster-main .poster-btn {
  position: absolute;
  top: 0;
  z-index: 10;
  cursor: pointer;
}
.poster-main .poster-prev-btn {
  left: -220px;
  background: url(../images/left.png) no-repeat center center;
}

.poster-main .poster-next-btn {
  right: -220px;
  background: url(../images/right.png) no-repeat center center;
}
.pro{
padding: 50px 0;
}

.cp1-title{
line-height: 10px;
	text-align: center;

}
.cp1-title span{
	line-height: 50px;
		font-size: 18px;
}



/* 新闻中心 */
.ny-shijian p{
	font-size: 30px;
	
}
.ny-shijian{
	font-weight: bold;
	font-size: 36px;
	margin-top: 20px;
	margin-left: 30px;
	font-family: "arial";
}
.ny-xwnr{
	line-height: 30px;
	margin-bottom: 30px;
}
ul.newsList li:hover .ny-sj{
	color: #bf1015;
}
.ny-xwmore{
	margin-top: 18px;
	width: 140px;
	line-height: 33px;
	border: solid 1px #bf1015;
	text-align: center;
}
.ny-xwmore a{
	font-size: 15px;
	color: #bf1015;
}
ul.newsList li:hover .ny-xwmore{
	background: #bf1015;
}
ul.newsList li:hover .ny-xwmore a{
	color: #fff;
}


#spec-n1{
	border: 1px solid #d7d7d7;
	background-color: #efefef;
	height: 350px;
	overflow: hidden;
}
#spec-n1 img{
	/*width: 100%;*/
	width: auto;
	height: 100%;
}
.nygcal-js{
	font-size: 15px;
	line-height: 30px;
	color: #2b2b2b;
}
.ny-xqbut{
	background: #bf1015;
	border: none;
	font-size: 16px;
	color: #fff;
	/*width: 160px;*/
	text-align: center;
}

.ny-xwtp{
	height: 180px;
	text-align: center;
	overflow: hidden;
}
.ny-xwtp img{
	height: 100%;
	width: auto;
}
.ny-xwgd a{
	font-size: 14px;
	color: #bf1015;
}
.ny-xwgd{
	margin-top: 20px;
}
.ny-bgzx{
	background: url(../images/xw-bg.jpg) no-repeat center bottom;
	padding: 100px;
}



/*= 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-dingwei{
	position: relative;
}
.dingweizong{
	position: absolute;
	width: 100%;
	top: -50px;
	left: 0;
	z-index: 9;
}
.dingweibox{
	background-color: #fff;
	padding: 40px;
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
	
}
.cp-bt{
	width: 96px;
	height: 6rem;
	font-size: 2.8125rem;
	line-height:3rem;
	font-weight: bold;
}
.cp-xjt{
	margin-top: 20px;
}
	
.cp-nav{
	width: 1000px;
}
.cp-nav ul {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}
.cp-nav ul li{
	line-height: 50px;
	font-size: 16px;
	font-weight: bold;
	width: 12.5%;
	text-align: left;
	
}
.cp-nav ul li:hover a{
	border-bottom: 3px solid #bc0000;
	color: #bc0000;
	
}
/* 产品中心 */
.cp-bg{
	background: url(../images/cp-bg_10.jpg) no-repeat top center;
	padding: 180px 0 70px;
}

.cp-xia ul li{
	width: 370px;
	
	margin: 10px ;
	float: left;
}

.cp-xiaotu{
	width: 100%;
}
.cp-xiaotu img{
	width: 100%;
}
.cp-xxia{
	line-height: 50px;
	text-align: center;
	width: 370px;
	background-color: #efefef;
}

.cp-xia ul li:hover .cp-xxia{
	background-color: #bc0000;
	color: #fff;
}
.cp-anniu{
	margin-top: 50px;
	margin-left: 10px;
}
.cp-anniu ul li{
	width: 180px;
	line-height: 45px;
	text-align: center;
	float: left;
	background-color: #bc0000;
	margin-right: 20px;
}
.cp-anniu ul li a{
	color: #fff;
	font-weight: bold;
	
}
.cp-anniu ul li:hover{
	background-color: #fff;
	
}
.cp-anniu ul li:hover a{
	color: #bc0000;
}
/* 关于我们 */

.ab-bg{
	background-color: #efefef;
	padding:90px 0;
	}

.ab-left{
	width: 550px;
}
.ab-zhong{
	margin-top: 35px;
}
.ab-zshang{
	line-height: 50px;
	font-weight: bold;
	color: #bc0000;
	font-size: 28px;
}
.ab-zshang  p{
	font-size: 36px;
	color: #000;
}


.value1,.value2,.value3,.value4{
	font-size: 60px;
	font-family: "impact";
	
}
.ab-yq{
	margin-top: 20px;
	font-size: 28px;
	font-weight: bold;
}
.about-ys{
	font-size: 18px;
	font-weight: bold;
}
.ab-zhong{
	line-height: 30px;
}
.ab-list{
	margin-top: 50px;
}
.ab-list ul li{
	width: 295px;
	margin-right:5px;
	height: 186px;
	border: 1px solid #fff;
	float: left;
	padding: 2rem 0 0 2.5rem;
	box-sizing: border-box;
}
.ab-list ul li:first-child{
	background: url(../images/ab-img_23.jpg) no-repeat bottom 20px right 20px #fff;
}

.ab-list ul li:nth-child(2){
	background: url(../images/ab-img_20.jpg) no-repeat bottom 20px right 20px #fff;
}
.ab-list ul li:nth-child(3){
	background: url(../images/ab-img_15.jpg) no-repeat bottom 20px right 20px #fff;
}
.ab-list ul li:nth-child(4){
	background: url(../images/ab-img_17.jpg) no-repeat bottom 20px right 20px #fff;
}
.ab-list ul li:hover{
	border: 1px solid #bc0000;
}
/* 优势 */

.ys-bg{

}
.ys-box{
	position: relative;
}

/* tab */
.tab{}
.tab-hd { 
	width: 800px;
	position: absolute;
	bottom: 10rem;
	zoom:1;
	right: 0;
	}
/* 导航 */
.tab-hd li:first-child{
	margin-left: 346px;
}
.tab-hd li {
	width: 336px;
	float:left;
	color: #202020;
	cursor: pointer;
	height:210px;
	margin-right: 10px;
	margin-top: 10px;
	box-sizing: border-box;
	background-color: #fff;
	padding-left: 1.875rem;
	
	padding-top: 25px;
}
.tab-hd li.active{
	color: #fff;
	background-color: #bc0000;
}


.tab-hd li p{
	font-weight: bold;
}

.tab-hd li p:first-child{
	font-size: 55px;
	font-family: "arial";
	font-weight: bold;
	
}
.tab-hd li p:nth-child(2){
	font-size: 22px;
	font-weight: bold;
}
/* 内容 */
.tab-bd {
	width: 100%;
}

.tab-bd li{
	width: 100%;
	height: 50rem;
	display:none;
}
.tab-bd li:nth-child(1){
	background: url(../images/ys-bg_29.jpg)no-repeat top center;
	background-size: cover;
}
.tab-bd li:nth-child(2){
	background: url(../images/ys-bg2_29.jpg)no-repeat top center;
	background-size: cover;
}
.tab-bd li:nth-child(3){
	background: url(../images/ys-bg3_29.jpg)no-repeat top center;
	background-size: cover;
}

.tab-bd li.thisclass{ display:list-item;}

.ys-bt{
	position: absolute;
	color: #fff;
	font-size: 40px;
	font-weight: bold;
top: 10rem;
left: 10%;
z-index: 999;
	line-height: 3.25rem;
}
.ys-bt p img{
	margin-top:20rem;
}
/* 新闻中心 */
.xw-bg{
	padding: 80px 0;
}
.xw-bt{
	font-size: 36px;
	font-weight: bold;
	
}
.xw-bt p{
	font-size:25px ;
	font-weight: normal;
	color: #bc0000;
}

.xw-anniu{
	font-size: 16px;
	width: 180px;
	font-weight: bold;
	margin-top: 40px;
	text-align: center;
	line-height: 40px;
	background-color: #bc0000;
}
.xw-anniu a{
	color: #fff;
}

.xw-xia{
	margin-top: 30px;
}
.xw-xiazuo{
	border: 1px solid #d7d7d7;
	 padding: 30px;
}

.xw-rbt{
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 18px;
}
.xw-time {
	font-weight: bold;
	margin-top: 30px;
	font-size: 16px;
	font-family: "arial";
}
.xw-rnr{
	margin-bottom: 30px;
}
.xw-one ul li{
	float: left;
	width: 340px;
	margin-right: 4rem;
	margin-top: 1.875rem;
}
.xw-one ul li:last-child{
	margin-right: 0;
}

.xw-anniu2 img{
	width: 10%;
}
.xw-anniu2 span{
	float: right;
	padding-top: 1.1rem;
	font-weight: bold;
}
.xw-one2{
	
	border-bottom: 1px solid #efefef;
}
.xw-you{
	width:392px;
	border: 1px solid #d7d7d7;
}
.xw-tiao ul li{
	
	padding: 20px;
	
	border-bottom: 1px solid #d7d7d7;
	
	line-height:29px;
}
.xw-tiao ul li:hover{
	background-color: #bc0000;
}
.xw-tiao ul li:hover a{
	color: #fff;
}
.yqlj{
	padding-bottom: 40px;
	line-height: 40px;
}
.yqlj-con{
	font-size: 18px;
	color: #bc0000;	
	font-weight: bold;
}
.yqlj-con a{
	font-size: 15px;
	color: #2b2b2b;
	font-weight: normal;
}

/*图片列表*/

.photos-demo span{ display: inline-block; text-align: center; margin:  10px;width:395px; border: 2px solid #efefef;}
.photos-demo span p{color: #2a2a2a; font-size: 16px;line-height: 50px;font-weight: bold;}
.tpmk-img{
	
	height: 274px;
	overflow: hidden;
}
.photos-demo span img{
	/*width: 100%;*/
	/*min-height: 235px;*/
	height: 100%;
	max-width: 100%;
	cursor: pointer;
				transition: all 0.6s;
}
.photos-demo span img:hover{
	transform: scale(1.1);
}
.photos-demo span p{
	background-color: #efefef;
}
.photos-demo span:hover p{
	background-color: #bf1015;
}
.photos-demo span:hover p{
	color: #fff;
}
.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{ background: #bf1015; color: #fff; display: block; width: 80px; line-height: 30px; margin: 0 auto; text-align: center; border: none;}
.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);
}