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;
}
/* 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;
}


/*****/
/**------------------**/
.body_bg{
	width:100%;
	max-width:1920px;
	min-width:1200px;
	overflow:hidden;
}
.top{
	width:100%;
	overflow:hidden;
	min-width:1200px;
	position:relative;
}
.top img{
	width:100%;
}
.left_t{
	position:absolute;
	width:20%;
	top:0;
	left:0;
	z-index:88;
}

.right_t_go{
	position:absolute;
	top:15px;
	right:20px;
	z-index:9999;
	width:180px;
}
.logo img ,.left_t img ,.right_t_go img ,.right_b img{
	width:100%;
}
.banner{
	width:100%;
	max-width:1920px;
	min-width:1200px;
	overflow:hidden;
	position:relative;
}
.banner img{
	width:100%;
}
.menu_con{
	width:100%;
	height:55px;
	position:absolute;
	top:0;
	left:0;

}
.menus{
	height: 55px;
    line-height: 40px;
    margin: 7% auto;
    max-width: 1200px;
    min-width: 960px;
    padding: 0 16%;
    text-align: center;
    width: 100%;
	position:relative;
}
.menus a{
	display: inline-block;
	width:16%;
	color:#555555;
	font-size:18px;	
	font-family:"Microsoft YaHei";
}
.menus a:hover{
	border-bottom:1px solid #48560a;
}
.tp_logo{
	position:absolute;
	left:18%;
	top:15%;
	width:10%;
	min-width:125px;
}


.jsbanner{
	width:40%;
	margin:20px auto;
	max-width:920px;
	position:relative;
}
.yjj{
	bottom: -33%;
    position: absolute;
    right: -20%;
    width: 47%;
    z-index: 99;
}
.yjj img{
	width:100%;
}
.index_c{
	width:100%;
	overflow:hidden;
	max-height:707px;
	background:url("../images/index_cbg.jpg" ) bottom center no-repeat;
	position:relative;
}
.xf_con{
	width:1045px;
	overflow:hidden;
	margin:50px auto 0;
	position:relative;
}
.xf_con a{
	display:block;
	position:absolute;
	border:0px solid red;
}
.ly_part{
	width:100%;
	position:relative;
	border-bottom:1px dashed #a8a8a8;
	color:#848484;
}
.ly_part p{
	text-indent:2em;
}
.ly_part .title{
	width:672px;
	height:64px;
	line-height:64px;
	margin:0 auto;
	text-align:center;
	background:url(../images/tit_bg.png);
	color:#484848;
	font-size:30px;
}
.ly_part .ly_part_list{
	width:45%;
	height:95px;
	overflow:hidden;
	display:inline-block;
	color:#8e8e8e;
	margin:0 2%;
	}
.ly_part .ly_part_list .l{
	width:142px;
	height:95px;
	float:left;
}
.ly_part .ly_part_list .r{
	max-width:388px;
	height:95px;
	float:left;
	padding:10px;
}
.ly_part_c{
	width:810px;
	margin:0 auto;
	overflow:hidden;
	padding-top:50px;
	text-align:left;
	padding-bottom:20px;
}
.abus{
	color:#ba7c1a;
	text-align:center;
}
.abusno{
	color:#848484;
	text-align:center;
	font-size:36px;
}
.ly_bg1{
	position:absolute;
	left:0;
	top:0;
}
.ly_bg2{
	position:absolute;
	right:100px;
	top:-66px;
}

  .news{
	width:1200px;
	min-width:960px;
	margin:40px auto;
	height:160px;
	background:#fff;
}

 .news .t{
	width:100%;
	height:40px;
	line-height:40px;
	color:#254763;
	font-size:24px;
	border-bottom:2px solid #b1b1b1;
	padding-left:20px;
}
  .news .list{
	width:100%;
	height:40px;
	line-height:40px;
	color:#353535;
	font-size:16px;
	border-bottom:1px dashed  #b1b1b1;
	padding-left:10%;

}
  .news .list .l{
	display:inline-block;
	width:78%;
	overflow:hidden;

}
  .news .list .r{
	display:inline-block;
	width:20%;
	overflow:hidden;
}
  .news .list .r a{
	color:#eaa500;

}


.top_bg{
	width:100%;
	min-width:1200px;
	height:90px;
	background:#fff;
	filter:alpha(opacity=60); 
	-moz-opacity:0.6; 
	-khtml-opacity: 0.6; 
	opacity: 0.6;
	position:absolute;
	top:0;
	left:0;
	z-index:5;
}
.content_bg{
	width:100%;
	min-height:1080px;
	overflow:hidden;
	min-width:1200px;
	position:relative;
}
.menu_c{
	width:100%;
	height:106px;
	min-width:1200px;
	top:0px;
	left:0px;
	position:absolute;
	background:url(../images/menu_bg.jpg);
}
.menu{
	width:100%;
	max-width:1260px;
	min-width:960px;
	height:90px;
	line-height:130px;
	text-align:center;
	padding:0px 5% 0 0;
	margin:0 auto;
	position:relative;	
}
.menu a{
	display: inline-block;
	width:10%;
	color:#fff;
	font-size:18px;
	font-family:"微软雅黑";
}
.top_logo{
	left: 0;
    position: absolute;
    top: 14px;
}
.right_t{
	width:49%;
	position:absolute;
	top:0;
	right:0;
	z-index:99;
}
.active_con {
    background: url("../images/cont_bg.jpg") no-repeat top right;
    margin: 0 auto;
    min-height: 400px;
    position: relative;
    width: 100%;
	min-width:1200px;
}
.content {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    margin: 0 auto;
    max-width: 1160px;
	min-width: 1160px;
    overflow: hidden;
    padding: 2% 4% 0;
}

.left-menu {
    border-right: 1px solid #1b1b1b;
    float: left;
    margin-left: 20px;
    margin-top: 40px;
    padding-bottom: 50px;
    width: 245px;
}
.left-menu a {
	display:block;
	width:100%;
    color: #323232 ;
}
.left-menu .menu-t {
    color: #55320d;
    font-size: 30px;
    height: 77px;
    line-height: 100px;
    padding-left: 7%;
    width: 100%;
	//border-bottom: 2px solid #407ec9;
	position:relative;
}
.left-menu .menu-tbg{
	position:absolute;
	left:0;
	top:0;
	color:#fff;
}
.left-menu .menu-b {
    color: #323232;
    font-size: 18px;
    height: 80px;
    line-height: 80px;
    padding-left: 20%;
    width: 100%;
	border-bottom: 1px solid #d2d2d2;
	background:url("../images/arrow.png")no-repeat;
	background-position:215px 36px;
}

.left-menu .menu-b:hover{
	background:#b0bc70;
}
.left-menu .menu-b:hover a{
	color:#fff;
	width:100%;
	display:block;
}
.right_c {
    border: 0 solid red;
    color: #323232;
    float: right;
    overflow: hidden;
    width: 70%;
	min-height:900px;
}
.right_txt p{
	text-indent:2em;
}
.right_c .ad {
    display: table;
    overflow: hidden;
    width: 100%;
}
.right_c .title {
    color: #5a4c7e;
    font-size: 22px;
    height: 56px;
    line-height: 68px;
}
.right_c .title_b {
    color: #6c5eb6;
    font-size: 20px;
    height: 56px;
    line-height: 68px;
	width:90%;
	position:relative;
	margin-bottom:15px;
}
.right_c .title_b .date{
	position:absolute;
	right:-10%;
	top:5px;
	color:#969696;
	font-size:14px;
}
.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:#407ec9;
}
.right_c .txt{
    line-height:26px;
	font-size:14px;
	text-indent:2em;
	color:#323232;
}

.right_c  .content{
	padding:15px;
	font-size:14px;
	color:#323232;
	line-height:26px;
}
.ad_con{
	width:100%;
	overflow:hidden;
}
.right_c .news{
	width:100%;
	overflow:hidden;
	color:#414440;
}
.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;
}

.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;
    }
 .bottom{
	width:100%;
	overflow:hidden;
	padding:70px 0 30px;
	background:#c9c9c9;
	border-bottom:30px solid #48560a;
	min-width:1200px;
}

.active_bottom{
	width:100%;
	overflow:hidden;
}

.bottom-menu{
	width:100%;
	max-width:1358px;
	margin:0 auto;	
	overflow:hidden;
	background:#c9c9c9;
	text-align:center;
}
.active_bottom p{
	margin:30px 0 40px;
	
}

.wx_c{
	margin: 0 auto;
    padding: 30px 0;
    width: 67%;
}
.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;
  }
}

