
*{
	margin:0px;
	padding:0px;
	border:none;
}

body {
	background-color: #f8f8f8;
	font-family: Arial,"微软雅黑", sans-serif;
	font-size: 14px;
	background: url("../images/bg.jpg"/*tpa=http://baihuixipin.com/assets/images/bg.jpg*/) fixed ;

}
img{ border:none;vertical-align: middle;max-width: 100%;max-height: 100%}

.right{
	float: right;
}
.left{
	float: left;
}
.radius{border-radius: 20px;}

#content{
	max-width: 1200px;
	position: relative;
	margin: 0 auto;
}
a {
	color: #ebe663;
	text-decoration: none;
	-webkit-transition: 0.5s;
    transition: 0.5s;
}

a:hover {
	color: #f0f0f0;
}
h2 {
	font-size: 30px;
	line-height: 40px;
}
ol, ul {
	list-style: none;
	padding:0px;
	margin:0px;
}
#wrap {
	margin: 0 auto;
}
.inner {
	margin: 0 auto;
	max-width: 1200px;
}
.relative {
	position: relative;
}
p{
	line-height: 24px;
}


/*============================================导航部分============================================*/
.header{
	position: fixed;
	height: 60px;width: 100%;
	/*background-color: #000;*/
	color: #fff;
	z-index: 999;
	transition: 0.4s;
}
.header_small{height: 60px !important;}
.header_op{background-color: rgba(0,0,0,.2)!important;transition: 0.4s;}
.nav{
	position: relative;
	width: 1200px;height: 60px;
	line-height: 60px;
	margin: 0 auto;
	z-index: 999;
}
.logo{
	position: absolute;
	height: 60px;
	line-height: 60px;
	margin: 0 auto;
	text-align: left;
	z-index: 99;
	transition: 0.4s;
}
.logo img{vertical-align: top;transition: 0.4s;}
.logo_small{
	position: absolute;
	left: 0;
	line-height:60px;
	width:auto;
	height:60px;
	z-index: 1999;
	/*transition: 0.4s;*/
}
.nav>ul{
	position: absolute;
	right: 0;
	top: 0;
	z-index: 999;
	-webkit-transform: translateZ(0);
	transition: 0.4s;
}
.nav_small{top: -20px !important;}
.nav li{
	position: relative;
	display: inline-block;
	padding: 0 15px;
	z-index: 999;
}
.nav li a{
	position: relative;
	font-size: 16px;
	color: #fff;
	opacity: 1;
	transition: 0.4s;
	z-index: 999;
}
.nav li a span{display: none;}

.side_close{
	display: none;
	position: fixed;
	right: 0;left: 0;top: 0;bottom: 0;
	background-image: url("../images/btn_side-close.png"/*tpa=http://baihuixipin.com/assets/images/btn_side-close.png*/);
	background-repeat: no-repeat;
	background-position: 98% 1%;
	background-color: rgba(0,0,0,.9);
	z-index: 998;
	-webkit-transform: translateZ(0);
	transition: 0s;
}
.nav_icon{
	display: none;
	position: absolute;
	right: 10px;
	top: 0;
	width: 60px;
	height: 60px;
	background-image: url("../images/nav-icon.png"/*tpa=http://baihuixipin.com/assets/images/nav-icon.png*/);
	background-repeat: no-repeat;
	background-position: center;
	z-index: 99;
}
/*-----------------------------sub-------------------------*/

.nav ul.sub-menu{
	position: absolute;
	left: -20px;
	top: 60px;
	width: 200px;
	box-shadow: 0 0 30px rgba(0,0,0,.1);
	display: none;
}
.sub-menu li{
	position: relative;
	display: block;
	margin: 0;
	text-align: left;
}
.sub-menu li a{
	display: block;
	padding: 10px 20px;
	line-height: 20px;
	margin: 0;
	font-size: 12px;
	font-weight: 100;
	background-color: #313131;
	color: #ccc;
	box-sizing: border-box;
}

@media screen and (min-width: 1024px) {
	.nav li a:hover{opacity: 0.4;filter: Alpha(opacity=40);}
	.sub-menu li a:hover{background-color: #000;opacity: 1;color: #fff;}
}

.music{
	position: absolute;
	top: 18px;right: 6px;
	width: 24px;height: 24px;
	background-image: url("../images/play.gif"/*tpa=http://baihuixipin.com/assets/images/play.gif*/);
	cursor: pointer;
	z-index: 9999;
}

/*--------------------------------------------幻灯片----------------------------------------------*/

/*-webkit-transform: translate(-50%, -50%);让absolute居中*/
.slider_main{
	position: relative;
	width: 100%;
	text-align: center;
	margin-top: -100px;
}
.slider_main::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 200px;
	background-image: url("../images/h_layer.png"/*tpa=http://baihuixipin.com/assets/images/h_layer.png*/);
	background-repeat: repeat-x;
	z-index: 87;
}

.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}
.rslides ul {height: 100%;}

.rslides li{
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-position: center;
	background-color: #fff;
}

.slider_img{
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	transform: scale(1.07);
	transition: 10s;
	/*-ms-behavior: url(backgroundsize.min.htc);*/
}
.s_stop{
	transform: scale(1) !important;
	transition: 0.5s !important;
}

li.rslides1_on .slider_img{
	transform: scale(1);
}


.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}
p.caption a{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 90;
}
.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}
.rslides_tabs {
	position: absolute;
	/*left: 40px;*/
	width: 100%;
	bottom: 30px;
	z-index: 998;
}
p.caption{
	position: absolute;
	/*left: 40px;*/
	bottom: 110px;
	width: 100%;
	color: #fff;
	font-size:30px;
	font-weight: 700;
	/*background-color:rgba(0,0,0,.2);*/
	padding:14px;
	font-family:Arial,'MingLiU';
	z-index: 88;
	transition: 0.4s;
}

.rslides_tabs li {
	position: relative;
	display: inline-block;
}

#slider-pager a {
	position: relative;
	display: inline-block;
	/*border-bottom: 2px solid rgba(255,255,255,0);*/
	transition: 0.4s;
}
#slider-pager a:after{
	content: "";
	position: absolute;
	width:70px;
	left: 4px;
	top: 0;
	height: 50px;
	display: none;
	/*border-radius: 4px;*/
	border-bottom: 4px solid #fff;

}
#slider-pager img {
	float: left; 
	margin: 0 4px;
	/*border-radius: 40px;*/
}
#slider-pager .rslides_here a {
/*	border-bottom: 2px solid #fff;*/
	opacity: 1;
}
#slider-pager .rslides_here a:after{
	display: block;
}
a.rslides1_nav.prev,a.rslides1_nav.next{
	position: absolute;
	bottom: 45%;
	z-index: 88;
}
a.rslides1_nav{
	width: 60px;
	height: 40px;
	/*border-radius: 40px;*/
	background: rgb(11,11,11);
	background: rgba(11,11,11,.3);
	transition: 0.4s;
}
/*a.rslides1_nav:after{
	content: "";
	position: absolute;
	width: 43px;
	height: 43px;
	top: -3px;
	left: -3px;
	border-radius: 40px;
	border: 1px solid rgba(255,255,255,.0);
	transition: 0.2s;
}*/


a.rslides1_nav.prev{left: 20px;background-image: url("../images/icon_prev.png"/*tpa=http://baihuixipin.com/assets/images/icon_prev.png*/);}
a.rslides1_nav.next{right: 20px;background-image: url("../images/icon_next.png"/*tpa=http://baihuixipin.com/assets/images/icon_next.png*/);}



.slider_sub{
	position: relative;
	min-height: 100px;
	background-color: #000;
}
.slider_sub img{width: 100%;}



@media screen and (min-width: 1024px) {
	p.caption:hover{
		background-color:rgba(0,0,0,.5);
	}
	a.rslides1_nav.prev:hover{left: 20px;background-image: url("../images/icon_prev2.png"/*tpa=http://baihuixipin.com/assets/images/icon_prev2.png*/);}
	a.rslides1_nav.next:hover{right: 20px;background-image: url("../images/icon_next2.png"/*tpa=http://baihuixipin.com/assets/images/icon_next2.png*/);}
	/*a.rslides1_nav:hover:after{
		width: 47px;
		height: 47px;
		top: -5px;
		left: -5px;
		border-color: rgba(255,255,255,.4);
	}*/
	a.rslides1_nav:hover{
		background: rgb(255,255,255);
		background: rgba(255,255,255,1);
	}
}
/*------------------新幻灯片结束*/

/*---------------------------------------------other----------------------------------*/
.clear{
	clear: both;
}
.btn-load a{
	display: block;
	height: 40px;
	text-align: center;
	background-color: #fff;
	color: #313131;
	padding: 10px;
	line-height: 40px;
	margin: 30px 0px;
	  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.btn-load a:hover{
	background-color: #ebe663;
}
.full100{
	height: 100px;
	/*background-color: #000;*/
}

.full50{
	height: 50px;
}
/*============================================通用模块============================================*/
.text {
	position: relative;
	padding:50px;
	margin: 30px 0px;
	background-color: rgb(255,255,255);
	background-color: rgba(255,255,255,.9);
	text-align: center;
}
.text img{
	width: 100%;
	max-width: 100%;
	margin-top: 20px;
}
.text .btn-more a{
	margin-right: auto;
	margin-left: auto;
}
.text p {padding-top: 20px;}
.text p a{
color: #f74040;
border-bottom:1px solid #f74040; 
padding: 0px 0px 3px 0px;
}
.text p a:hover{color: #000;border-bottom:1px solid #000; }
.text h2{
z-index: 10;
position: relative;
width: auto;
margin: 0 auto;

}
.line{
z-index: 1;
 position: relative;
 width: 36%;
 top: 16px;
 height: 3px;
 border-bottom: 4px double #E0E0E0;
 }
 .banner-top img{
 	z-index: -1;
 	vertical-align:middle;
 	position: relative;
 	width: 100%;
  }
  .banner-bottom{ 
  	background-color: #fff;
  }
  .banner-bottom img{
 	vertical-align:middle;
 	position: relative;
 	width: 100%;
 	-webkit-transition: 0.5s;
  transition: 0.5s;
  }
  .banner-bottom img:hover{
   opacity: 0.8;
  }
 /*============================================联系============================================*/

.form input,.formText{
	border: 1px solid #dedede;
	background-color: #fbfbfb;
	font-size: 14px;
	line-height: 18px;
	width: 80%;
	padding: 10px;
	text-align: center;
	margin: 0 auto;
	outline:medium;
	transition: 0.4s;
}
.formText{
	text-align: left;
}

.form textarea{
	height: 100px;
}
.form input:focus,.form textarea:focus{ 
	background-color:#fff; 
	border: 1px solid #ebe663;
}
.form dt{
	margin-top: 20px;
	color: #888;
	line-height: 22px;
	padding: 10px;
}
.formBtn button{
	display: block;
	padding: 10px; 
	width:82%;
	background: #212121;
	color: #fff;
	margin: 30px auto;
	line-height: 18px;
	cursor: pointer;
	transition: 0.4s;
}
.formBtn button:hover{
	background: #f0f0f0;
	color: #212121;
}
 /*============================================关于============================================*/
 .about-title {
 	position: relative;
 	top: 0px;
 	right: 0px;
	padding: 70px 70px 20px 70px;
	background-color: rgb(255,255,255);
	background-color: rgba(255,255,255,.9);
	box-sizing: border-box;
}
.about-title p{
	line-height: 26px;
}
.about-box{
	position: relative;
	margin-bottom: 80px;
}
.about-list:after{
	content: "";
	display: block;
	clear: both;
}
.about-list{
	position: relative;
	margin: 30px auto;
}
.about-box img{
	position: relative;
	top: 0;
	width: 100%;
	padding: 70px 70px 20px 70px;
	transition: 0.5s;
	box-sizing: border-box;
	z-index: 80;
}

.about-box{
	position: relative;
	width: 100%;
	height: auto;

}
.news-ctrl{
	position: relative;
	height: 60px;
	bottom: 0;
	right: 0;
	z-index: 99;
}
.btn-back,.btn-prev,.btn-next{
	position: relative;
	height: 60px;
	width: 33.33%;
	float: left;
	border-left: 1px solid #f0f0f0;
	border-top: 1px solid #f0f0f0;
	box-sizing: border-box;
}
.btn-back{border-left:none;}

.btn-back{ background: url("../images/btn-back.png"/*tpa=http://baihuixipin.com/assets/images/btn-back.png*/)no-repeat center center;background-color: #fff;}
.btn-prev{ background: url("../images/btn-prev.png"/*tpa=http://baihuixipin.com/assets/images/btn-prev.png*/)no-repeat center center;background-color: #fff;}
.btn-next{ background: url("../images/btn-next.png"/*tpa=http://baihuixipin.com/assets/images/btn-next.png*/)no-repeat center center;background-color: #fff;}

.btn-back:hover,.btn-prev:hover,.btn-next:hover{
	background-color: #f4f4f4;
}
/*============================================新闻============================================*/

.banner-top {
margin-top: -100px;
}
.news-time{color: #888;padding: 5px;}
/*.news-list{margin-top: 50px;}*/
.news-box{
	position: relative;
	width: 1200px;
	height: 400px;
	margin-bottom: 60px;
	overflow: hidden;
	box-sizing: border-box;
}
.news-title {
	padding: 60px;
	height: 440px;
	width: 48%;
	box-sizing: border-box;
}
.news-title h2,p{
	padding-top: 12px;
}
.news-title h2{

}
.news-title h2 a{display: block; color: #212121;}
.news-title h2 a:hover{color: #777;}
.title-bg{
	z-index: -1;
	position: absolute;
	background-color: rgb(255,255,255);
  background-color: rgba(255,255,255,.9);
	height: 440px;
	width: 100%;
}
.title-bg2{
	z-index: -1;
	position: absolute;
	right: 0;
	background-color: rgb(255,255,255);
  background-color: rgba(255,255,255,.9);
	height: 440px;
	width: 100%;
	
}
.news-box img{
	position: relative;
	right: 0px;
	z-index: 80;
	width: 50%;
	height: auto;  
	  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.news-box img:hover{
  opacity: 0.8;
}

.btn-more a{
	z-index: 999;
	width: 60px;
	padding: 8px 80px 8px 80px;
	display: block;
	background-color: #000;
	color: #fff;
	line-height: 22px;
	border-radius: 30px;
	margin-top: 30px;
}
.btn-more a:hover{
	color: #000;
	background-color: #f0f0f0;
}

@media (max-width: 1200px) {
	.news-box {
		width: 100%;
		height: auto;
	}
	.news-title h2,.news-title p{
		padding-top: 10px;
	}
	.news-title h2{
		font-size: 24px;
	}
	.btn-more a{
		width: 200px;
		text-align: center;
		padding: 4px 0px 4px 0px;
	}

	.news-title {
		padding: 30px;
		height: 0;
		width: 50%;
	}

}
/*============================================底部============================================*/
#footer{
	position: relative;
	background-color: #000;
	width: 100%;
}
.footer-content{
	background-color: #000;
	margin: 0 auto;
	height: 136px;
	max-width: 1200px;
}
.copy{
	position: relative;
	top: 44px;
	color: #fff;
	float: left;
	margin-left: 20px;
	line-height: 136px;
}
.follow{
	position: relative;
	top: 52px;
	float: right;
	margin-right: 20px;
}
.follow img{
	opacity: 0.5;
	transition: 0.5s;
}
.follow img:hover{
	opacity: 0.8;
}
/*============================================响应式============================================*/
@media screen and (max-width: 1279px) {
	.nav{width: 100%;}
}

@media all and (max-width: 1024px) {

	.nav{width: 100%;height: 100%;}

	.nav{line-height: 60px;}
	.header,.logo{height: 60px;}
	.logo{margin-left: 20px;}
	.nav_icon{display: block;}

	.nav>ul{display: none;position: fixed;left: auto;width: 100%;text-align: center;top: 50% !important;transition: 0s;}
	.nav li{display: block;line-height:30px;padding: 0;}
	.nav li a{position: relative;font-size: 14px;text-align: center;}
	.nav li:after{display: none;}
	.sub-menu li a{font-size: 12px;background-color: rgba(255,255,255,.05);}


	.nav ul.sub-menu{
		position: relative;
		display: block;
		text-align: center;
		width: 100%;
		left: auto;
		top: auto;
		padding: 5px 0;
	}



	/*————————关于——————*/
	.about-title {
		padding: 30px;
		width: 100%;
		float: none;
		margin: 0 auto;
	}

	.about-box img { padding: 30px; }
	.about-list { margin: 0; }

	/*————————关于结束——————*/
	.line{top: 10px;}
	.inner {
		padding: 0;
	}
	h2{
		font-size: 24px;
		line-height: 30px;
	}

	.full100{height: 50px;}
	.rslides_tabs{display: none;}
	a.rslides1_nav.prev, a.rslides1_nav.next {margin-bottom: -20px;}
	p.caption{bottom: 10px;font-size: 14px;}

	/*============================================新闻============================================*/


	.news-box {
		width: 100%;
		height: auto;
		text-align: center;
		margin-bottom: 0px;
		top: 20px;
	}

	.title-bg,.title-bg2{
		display: none;
	}
	.news-title{
		width: 100%;
		height: auto;
		padding: 0px;
		margin-top: 0px;
		margin-bottom: 60px;
	}
	
	
	.btn-more a{
		width: 100%;
		padding: 4px 0px 4px 0px;
		margin-top: 30px;
	}
	.news-box img{
		top: 0px;
		width: 100%;
	}

	.news-title h2{
		font-size: 18px;
		height: 30px;
		overflow: hidden;
	}
	.news-list {
		margin-top: 10px;
	}
}




/*====================================画廊插件开始============================================*/

@-webkit-keyframes justified-gallery-show-caption-animation {from {opacity: 0;}to {opacity: 0.7;}}
@-moz-keyframes justified-gallery-show-caption-animation {from {opacity: 0;}to {opacity: 0.7;}}
@-o-keyframes justified-gallery-show-caption-animation {from {opacity: 0;}to {opacity: 0.7;}}
@keyframes justified-gallery-show-caption-animation {from {opacity: 0;}to {opacity: 0.7;}}
@-webkit-keyframes justified-gallery-show-entry-animation {from {opacity: 0;}to {opacity: 1.0;}}
@-moz-keyframes justified-gallery-show-entry-animation {from {opacity: 0;}to {opacity: 1.0;}}
@-o-keyframes justified-gallery-show-entry-animation {from {opacity: 0;}to {opacity: 1.0;}}
@keyframes justified-gallery-show-entry-animation {from {opacity: 0;}to {opacity: 1.0;}}

.justified-gallery {
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: rgb(255,255,255);
  background-color: rgba(255,255,255,.9);
}
.justified-gallery > a,
.justified-gallery > div {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  /* IE8 or Earlier */
}
.justified-gallery > a > img,
.justified-gallery > div > img,
.justified-gallery > a > a > img,
.justified-gallery > div > a > img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  border: none;
}
.justified-gallery > a > .caption,
.justified-gallery > div > .caption {
  display: none;
  position: absolute;
  bottom: 0;
  padding: 10px;
  background-color: #fff;
  text-align: center;
  left: 0;
  right: 0;
  margin: 0;
  color: #000;
  font-size: 14px;
}
.justified-gallery img{
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.justified-gallery img:hover{
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.justified-gallery > a > .caption.caption-visible,
.justified-gallery > div > .caption.caption-visible {
  display: initial;
  opacity: 0.7;
  filter: "alpha(opacity=70)";
  /* IE8 or Earlier */
  -webkit-animation: justified-gallery-show-caption-animation 500ms 0 ease;
  -moz-animation: justified-gallery-show-caption-animation 500ms 0 ease;
  -ms-animation: justified-gallery-show-caption-animation 500ms 0 ease;
}
.justified-gallery > .entry-visible {
  opacity: 1.0;
  filter: alpha(opacity=100);
  /* IE8 or Earlier */
  -webkit-animation: justified-gallery-show-entry-animation 500ms 0 ease;
  -moz-animation: justified-gallery-show-entry-animation 500ms 0 ease;
  -ms-animation: justified-gallery-show-entry-animation 500ms 0 ease;
}
.justified-gallery > .spinner {
  position: absolute;
  bottom: 0;
  margin-left: -24px;
  padding: 10px 0 10px 0;
  left: 50%;
  opacity: initial;
  filter: initial;
  overflow: initial;
}
.justified-gallery > .spinner > span {
  display: inline-block;
  opacity: 0;
  filter: alpha(opacity=0);
  /* IE8 or Earlier */
  width: 8px;
  height: 8px;
  margin: 0 4px 0 4px;
  background-color: #000;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

.page{
	margin: 60px auto;
	text-align: center;
}
.page li{
	display: inline-block;
	background-color: #f0f0f0;
}
.page_on a{
	background-color: #e3e3e3;
}

.page li a{
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #111;
	box-sizing: border-box;
	transition: 0.5s;
}
.page li a:hover{color: #fff;background-color: #000;}






