html{font-family: "Microsoft YaHei","微软雅黑" !important;}
 html, body {
		margin:0;
		padding:0;
        position: relative;
        height: 100%;
    }
a:link, a:visited {
    text-decoration: none;
}
img{
	padding:0;
	margin:0;
	border:0;
	display:block;
}

/*------通用css-------*/
.width100{
	width:100%;
}
*, *::before, *::after {
    box-sizing: border-box;
}
.clear{
	clear:both;
}
.ri-ellipsis{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/**------------------**/





.body_tp{
	width:100%;
	max-width:1920px;
	background:#fff;
	position:relative;
}

.left_t{
	position:absolute;
	width:26%;
	top:0;
	left:0;
	z-index:2;
}
.right_t{
	width:49%;
	position:absolute;
	top:0;
	right:0;
	z-index:2;
}
.right_t_go{
	position:absolute;
	top:40px;
	right:60px;
	z-index:9999;
}
.right_b{
	width:32%;
	position:fixed;
	bottom:0px;
	right:0;
	z-index:2;
}
.wx_2w{
	position:fixed;
	bottom:0px;
	left:0;
	z-index:9999;
	width:120px;
	background:#fff;
	overflow:hidden;
	text-align:center;
	font-size:9px;
	padding:0 0 8px 0;
}
.right_b img ,.wx_2w img{
	width:100%;
}
.top{
	width:100%;
	height:600px;
	padding-top:150px;
	position:relative;
}
.top_tot{
	width:100%;
	height:35px;
	background:#d2abda;
}
.menu_cont{
	min-height:26px;
	max-width:1200px;
	border:0px solid #2081c3;
	margin:0px auto 0;
	position:relative;	
}
.logo{
	left: 19.5%;
    position: absolute;
    top: 0;
    width: 24%;
    z-index: 11;
}	
.logo img ,.left_t img ,.right_t img ,.right_b img{
	width:100%;
}

.top .menu{
	position:absolute;
	top:-32px;
	right:50px;
	width:800px;
	height:40px;
	overflow:hidden;
	text-align:center;
	z-index:99;
	background:url(../images/menu-bg.png) no-repeat 100% 100% / 100% 100%;

}

.top .menu a{
	display: inline-block;
	width:11%;
	color:#fff;
	font-size:16px;
	//transform: skewX(-45deg);
	//background:#9b6faf;
	
}

.top .menu a span{
	display:block;
	//transform: skewX(45deg);
}

.top .menu a:hover{
	color:#fff;
	text-decoration:underline;
}

.jsbaner{
	width:100%;
	height:409px;
	background:#fff;
	margin-top:-26px;
	
}
.js_con{
	position:relative;
	width:1200px;
	height:410px;
	margin:0 auto;
	overflow:hidden;
}


.center{
	width:100%;
	overflow:hidden;
	height:500px;
	background:url(../images/bb_bg.png) no-repeat top center;
	background-size:auto 100%;
	min-width:1200px;
	margin-top:-5px;
}

.center .cont{
	padding-top:32px;
	width:1200px;
	overflow:hidden;
	margin:0 auto;	
}
.contant{
	width:100%;
	overflow:hidden;
}
.gonggao{
	width:100%;
	height:78px;
	color:#333333;
	line-height:78px;
}
.gonggao .l{
	width:266px;
	float:left;
}

.gonggao .r{
	float:right;
	width:932px;
	border:1px solid #cacaca;
	padding-left:60px;
	overflow:hidden;
	text-align:left;
	position:relative;
	padding-right:30px;
	overflow:hidden;
}
.gonggao .r .more{
	position:absolute;
	top:0px;
	right:52px;
	color:#9b6faf;
	font-size:14px;
}
.bottom {
	background:#292929;
	height:30px;
	line-height:30px;
}
.bottom p{
	text-align:center;
	font-size:14px;
	color:#fff;
}


/* Pop */
@-webkit-keyframes pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.pop {
  display: inline-block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.pop:hover, .pop:focus, .pop:active {
  -webkit-animation-name: pop;
  animation-name: pop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}


/*****/

.content_bg{
	max-width:1920px;
	width:100%;
	min-width:1200px;
	background:#dddddd url(../images/bg01.jpg) center 0;
}

.active_con{
	width:1200px;
	overflow:hidden;
	margin:0 auto;
	position:relative;
}
.left-menu {
    border: 1px solid #dddddd;
    float: left;
    overflow: hidden;
    width: 240px;
	margin-top:246px;
	margin-left:20px;
	background:#fff;
}
.left-menu a {
    color: #8a8a8a ;
}
.left-menu .menu-t {
    background: #9b6faf none repeat scroll 0 0;
    color: #fff;
    font-size: 24px;
    height: 50px;
    line-height: 50px;
    padding-left: 20%;
    width: 100%;
}
.left-menu .menu-b {
    background: #eff2f9 none repeat scroll 0 0;
    color: #8a8a8a;
    font-size: 18px;
    height: 32px;
    line-height: 32px;
    margin: 10px 0;
    padding-left: 20%;
    width: 100%;
}

.left-menu .menu-b:hover{
	background:#d2abda;
}
.left-menu .menu-b:hover a{
	color:#fff;
	width:100%;
	display:block;
}
.right_c {
    border: 0 solid red;
    color: #969696;
    float: right;
    overflow: hidden;
    width: 70%;
	min-height:900px;
	background:#fff;
}
.right_c .ad {
    display: table;
    overflow: hidden;
    width: 100%;
}
.right_c .title {
    color: #9b6faf;
    font-size: 22px;
    height: 56px;
    line-height: 68px;
}
.right_c .title_b {
    color: #000000;
    font-size: 20px;
    height: 56px;
    line-height: 68px;
}
.right_c .title_t {
    color: #ef5d5e;
    font-family: "Adobe 黑体 Std";
    font-size: 26px;
    height: 56px;
    line-height: 72px;
}
.right_c .crumble{
	height:24px;
	line-height:24px;
	font-size:14px;
	margin-bottom:6px;
}
.right_c .crumble a{
	display:inline-block;
	padding:0 5px;
	color:#969696;
}
.right_c .txt{
    line-height:26px;
	font-size:14px;
	color:#323232;
	text-indent:2em;
	padding-bottom:20px;
}
.right_c .txt img{
	max-width:100% !important;
}
.right_c  .content{
	padding:15px;
	font-size:14px;
	color:#323232;
	line-height:26px;
}
.ad_con{
	width:100%;
	overflow:hidden;
}
.right_c .news {
    background: #ffffff none repeat scroll 0 0;
    color: #000000;
    overflow: hidden;
    padding: 10px;
    width: 100%;
}
.news .newlist{
	width:100%;
	max-height:140px;
	padding-bottom:10px;
	border-bottom:1px solid #ef5d5e;
	position:relative;
	overflow:hidden;
	margin-bottom:15px;
}
.news .newlist .new_date{
	font-size: 14px;
    position: absolute;
    right: 15px;
    top: 5px;
}
.news .newlist .new_more{
	font-size:14px;
	color:#ef5d5e;
	font-size: 14px;
    position: absolute;
    right: 15px;
    bottom: 20px;
}
.news .newlist .newlist_l{
	width:20%;
	max-width:164px;
	max-height:108px;
	float:left;
}
.news .newlist .newlist_r{
	float: right;
    max-height: 110px;
    max-width: 610px;
    overflow: hidden;
    width: 75%;
}
.news .newlist .newlist_r .newlist_t{
	width:75%;
	overflow:hidden;
	font-size:18px;
	
}
.news .newlist .newlist_r .newlist_con{
	width:80%;
	overflow:hidden;
	font-size:13px;
	padding-top:10px;
}
.right_c .crumble{
	height:24px;
	line-height:24px;
	font-size:14px;
	margin-bottom:6px;
}
.right_c .crumble a{
	display:inline-block;
	padding:0 5px;
	color:#969696;
}
.right_c .txt{
    line-height: 30px;
	font-size:16px;
	text-indent:2em;
	width:95%;
}

.ad_banner{
	width:100%;
	overflow:hidden;

}
.ad_banner img{
	width:100%;
}

.ad_banner .swiper-container {
	margin:0 auto;
    width: 100%;
	min-width:100%;
	position:relative;
    }

.map_cont{
	color:#323232;
}
.xibu_bottom {
    color: #484848;
    overflow: hidden;
    padding-top:66px;
    text-align: center;
    width: 100%;
	padding-left:60px;
}
.xibu_bottom p {
    margin: 30px 0 40px;
}
.bottom-menu {
    margin: 0 auto;
    max-width: 1200px;
    overflow: hidden;
    width: 100%;
}

/***---------video------------**/
.video{
	left: 36.5%;
    position: absolute;
    top: 222px;
    width: 600px;
	height:440px;
	z-index:99;
	background:#000000;
	border:0px solid red;
	text-align:center;
	display:none;
}
.video .close{
	color:#fff;
	padding-right:10px;
	padding-top:5px;
	cursor:pointer;
}
.video_bg{
	background: #000000 none repeat scroll 0 0;
    height: 150%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: -180px;
    width: 100%;
    z-index: 99;
	display:none;
}
.video_show{
	cursor:pointer;
	position:fixed;
	z-index:999;
	right:0px;
	bottom:0px;
	border:4px solid #000000;
	background:#000000;
}

/* swiper */
.swiper-container {
		position:absolute;
		top:0;
		left:0;
		margin:0 auto;
        width: 100%;
		z-index:10;
    }
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	margin:0;
	padding:0;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-button-next, .swiper-button-prev {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 80px 60px;
    cursor: pointer;
    height: 60px;
    margin-top: -22px;
    position: absolute;
    top: 50%;
    width: 35px;
    z-index: 10;
}


.cont .swiper-container{
		margin:0 auto;
		height:78px;
        width: 100%;
		position:relative;
    }
.cont .swiper-slide {
	height:78px;
}
.cont .swiper-container .gg{
	position:absolute;
	left:0;
	top:0;
	z-index:10;
}
.cont .swiper-button-next{
	 background-size: 20px 20px;
	 height: 20px;
	 width: 20px;
	 transform:rotate(-90deg);
	 top:38%;
}
.cont .swiper-button-prev{
	 background-size: 20px 20px;
	 height: 20px;
	 width: 20px;
	 transform:rotate(-90deg);
	 top:92%;
	 left:1170px;
}




 .ad .swiper-container {
		min-width:640px;
        width: 640px;
        margin-left: auto;
        margin-right: auto;
		position:relative;
		}
.ad .swiper-slide {
        background-size: cover;
        background-position: center;
    }
.ad .gallery-top {
        height: 80%;
       width: 100%;
    }
  .ad .gallery-thumbs {
		width: 100%;;
        height: 20%;
        box-sizing: border-box;
        padding: 10px 0;
    }
  .ad .gallery-thumbs .swiper-slide {
        height: 100%;
        opacity: 0.4;
    }
 .ad .gallery-thumbs .swiper-slide-active {
        opacity: 1;
    }

/*********************/
.wx_c{
	margin: 0 auto;
    padding: 30px 0;
    width: 67%;
}
.active_bottom{
	width:100%;
	max-width:1920px;
	min-width:1200px;
	overflow:hidden;
	padding-top:46px;
	text-align:center;
	color:#000000;
	margin:0 auto;
}
.he_slideCaptionDown{
	width:13.98%;
	background:#0f0e0d;max-width:192px;max-height:114px;
	padding:0;margin:0;border:0px solid #000;position:relative;
	box-sizing:border-box;cursor:pointer;
	-webkit-transition:all .4s ease-in-out;
	-moz-transition:all .4s ease-in-out;
	-o-transition:all .4s ease-in-out;
	-ms-transition:all .4s ease-in-out;
	transition:all .4s ease-in-out;
	overflow:hidden;
	float:left;
	margin:0.14%;
	}
.he_slideCaptionDown .he_slideCaptionDown_img{position:relative;display:block;width:100%;padding:0;margin:0;opacity:1;overflow:hidden}
.he_slideCaptionDown .he_slideCaptionDown_caption{
	color:#fff;background:rgba(254,114,83,0);
	-moz-backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	-webkit-transform:translate3d(0,-100%,0);
	-moz-transform:translate3d(0,-100%,0);
	-o-transform:translate3d(0,-100%,0);
	-ms-transform:translate3d(0,-100%,0);
	transform:translate3d(0,-100%,0);
	-webkit-transition:all .4s ease-in-out;
	-moz-transition:all .4s ease-in-out;
	-o-transition:all .4s ease-in-out;
	-ms-transition:all .4s ease-in-out;
	transition:all .4s ease-in-out;
	overflow:hidden
	}
.he_slideCaptionDown:hover .he_slideCaptionDown_caption{
	background:rgba(21,30,25,.7);
	-webkit-transform:translate3d(0,0,0);
	-moz-transform:translate3d(0,0,0);
	-o-transform:translate3d(0,0,0);
	-ms-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0)
	}
.he_slideCaptionDown .he_slideCaptionDown_caption,.he_slideCaptionDown .he_slideCaptionDown_caption > a{
	position:absolute;top:0;left:0;
	width:100%;height:100%;
	padding:0;margin:0;
	-webkit-transition:all .4s ease-in-out;
	-moz-transition:all .4s ease-in-out;
	-o-transition:all .4s ease-in-out;
	-ms-transition:all .4s ease-in-out;
	transition:all .4s ease-in-out;
	overflow:hidden
	}
.he_slideCaptionDown .he_slideCaptionDown_caption_h{
	font-size:1.1em;font-weight:700;
	text-align:center;width:80%;
	position:absolute;top:-50%;left:10%;
	-webkit-transition:all .5s ease-in-out;
	-moz-transition:all .5s ease-in-out;
	-o-transition:all .5s ease-in-out;
	-ms-transition:all .5s ease-in-out;
	transition:all .5s ease-in-out;
	overflow:hidden;opacity:0
	}
.he_slideCaptionDown:hover .he_slideCaptionDown_caption_h{color:#fff;top:20%;opacity:1}
.he_slideCaptionDown .he_slideCaptionDown_caption_p{
	font-size:1em;text-align:center;
	width:80%;position:absolute;
	top:-50%;left:10%;
	-webkit-transition:all .6s ease-in-out;
	-moz-transition:all .6s ease-in-out;
	-o-transition:all .6s ease-in-out;
	-ms-transition:all .6s ease-in-out;
	transition:all .6s ease-in-out;
	overflow:hidden;opacity:0
	}
.he_slideCaptionDown:hover .he_slideCaptionDown_caption_p{color:#fff;top:30%;opacity:1}



@media all and (min-width: 1500px) {
  #purecontainer {
 //background: url(http://zaole.net/2.jpg);
   // background-size: cover;
  }
}

