@charset "utf-8";
.ad-gallery {
    width: 100%
}

.ad-gallery,.ad-gallery * {
    margin: 0;
    padding: 0
}

.ad-gallery .ad-image-wrapper {
    width: 100%;
    height: 400px;
    margin: 0;
    padding: 0 0 30px;
    position: relative;
    overflow: hidden;
    z-index: 0
}

.ad-gallery .ad-image-wrapper .ad-loader {
    position: absolute;
    z-index: 10;
    top: 48%;
    left: 48%;
    border: 1px solid #CCC
}

.ad-gallery .ad-image-wrapper .ad-next {
    position: absolute;
    right: 0;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    display: block;
    z-index: 100
}

.ad-gallery .ad-image-wrapper .ad-prev {
    position: absolute;
    left: 0;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    display: block;
    z-index: 100
}

.ad-gallery .ad-image-wrapper .ad-next,.ad-gallery .ad-image-wrapper .ad-prev {}

.ad-gallery .ad-image-wrapper .ad-next .ad-next-image,.ad-gallery .ad-image-wrapper .ad-prev .ad-prev-image {
    background: url(leftx.png) no-repeat;
    width: 64px;
    height: 64px;
    display: none;
    background-position: 18px 13px;
    position: absolute;
    top: 38%;
    left: 0;
    z-index: 101;
    background-color: #f35e2d
}

.ad-gallery .ad-image-wrapper .ad-prev .ad-prev-image:hover {
    background-color: #2e3138}

.ad-gallery .ad-image-wrapper .ad-next .ad-next-image {
    background: url(rightx.png) no-repeat;
    width: 64px;
    height: 64px;
    right: 0;
    left: auto;
    background-color: #f35e2d;
    background-position: 22px 12px
}

.ad-gallery .ad-image-wrapper .ad-next .ad-next-image:hover {
    background-color: #2e3138
}

.ad-gallery .ad-image-wrapper .ad-image {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    z-index: 9
}

.ad-gallery .ad-image-wrapper .ad-image a img {
    border: 0
}

.ad-gallery .ad-image-wrapper .ad-image .ad-image-description {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 7px;
    text-align: left;
    width: 100%;
    z-index: 2;
    background: url(opa75.png);
    color: #000
}

* html .ad-gallery .ad-image-wrapper .ad-image .ad-image-description {
    background: 0 0;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (enabled=true, sizingMethod=scale, src='opa75.png')
}

.ad-gallery .ad-image-wrapper .ad-image .ad-image-description .ad-description-title {
    display: block
}

.ad-gallery .ad-controls {
    height: 20px;
    position: relative;
    z-index: 1
}

.ad-slideshow-controls {
    position: absolute;
    top: 0;
    right: 0
}

.ad-gallery .ad-info {
    float: left
}

.ad-gallery .ad-slideshow-controls {
    float: right
}

.ad-gallery .ad-slideshow-controls .ad-slideshow-start,.ad-gallery .ad-slideshow-controls .ad-slideshow-stop {
    cursor: pointer;
    padding: 4px 11px;
    background: #2e3138;
    color: #fff
}

.ad-slideshow-controls .ad-slideshow-start:hover {
    background: #3498db
}

.ad-gallery .ad-slideshow-controls .ad-slideshow-countdown {
    padding-left: 5px;
    font-size: .9em
}

.ad-gallery .ad-slideshow-running .ad-slideshow-start {
    cursor: default;
    font-style: italic
}

.ad-gallery .ad-slideshow-running .ad-slideshow-start:hover {
    background: #3498db
}

.ad-gallery .ad-nav {
    width: auto;
    padding: 0 30px;
    position: relative;
    background: #f3f3f3;
    margin: 30px 0 10px
}

.ad-gallery .ad-back,.ad-gallery .ad-forward {
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 10
}

* html .ad-gallery .ad-forward,.ad-gallery .ad-back {
    _height: 100px
}

.ad-gallery .ad-back {
    cursor: pointer;
    left: 0px;
    width: 15px;
    display: block;
    background: url(left-w.png) center 50px no-repeat;
}

.ad-gallery .ad-back:hover {
    background: url(left-d.png) center 50px no-repeat
}

.ad-gallery .ad-forward {
    cursor: pointer;
    display: block;
    right: 0px;
    width: 15px;
    background: url(right-w.png) center 50px no-repeat;
}

.ad-gallery .ad-forward:hover {
    background:url(right-d.png) center 50px no-repeat
}

.ad-gallery .ad-nav .ad-thumbs {
    overflow: hidden;
    width: 100%
}

.ad-gallery .ad-thumbs .ad-thumb-list {
    float: left;
    width: 9000px;
    list-style: none
}

.ad-gallery .ad-thumbs li {
    float: left;
    padding-right: 5px
}

.ad-gallery .ad-thumbs li a {
    display: block;
    background-color: #000;
}

.ad-gallery .ad-thumbs li a img {
    border: none;
    display: block;
    width: 223px;
    height: 125px
}

.ad-gallery .ad-thumbs li a.ad-active img {

}

.ad-preloads {
    position: absolute;
    left: -9000px;
    top: -9000px
}

#gallery {
    position: relative;
    z-index: 0
}

#descriptions {
    position: relative;
    height: 50px;
    background: #EEE;
    margin-top: 10px;
    width: 640px;
    padding: 10px;
    overflow: hidden
}

#descriptions .ad-image-description {
    position: absolute
}

#descriptions .ad-image-description .ad-description-title {
    display: block
}

.ad-slideshow-countdown {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #08c;
    overflow: hidden;
    line-height: 20px;
    z-index: 99
}

.ad-text {
    background-color: #2e3138;
    padding: 20px;
    margin-bottom: 10px;
    overflow: hidden;
    line-height: 20px;
}

.ad-img-num {
    float: left;
    width: auto;
    padding-top: 9px
}

.ad-img-num em,.ad-img-num i {
    font-style: normal
}

.ad-img-num em {
    font-size: 20px;
    color: #fff
}

.ad-img-num i,.ad-img-num span {
    font-size: 14px;
    color: #fff
}

.ad-img-text {
    margin-left: 60px;
    color: #f9f9f9
}

.about-content{
	line-height: 32px;
	font-size: 15px;
	color: #555;
}

.container span{
	padding-bottom:4px;
	display: block;
}

.algin-con img{
	width: 100%;
	height: 100%;
	display: block;
}
.agenda-list1{
	margin-top: 20px;
}
.sk-mor,.btn-baoming{
	margin:0 auto 20px auto;
}
.sk-mor a,.btn-baoming a{
	display: block;
	background-color: #c6265b;
	height: 36px;
	font-size: 14px;
	line-height: 36px;
	border-radius: 4px;
	color: #fff;
	text-align: center;
}
@media (min-width: 800px){
    .sk-mor{
    	width: 60%;
    }
    .btn-zzxm a{
    	display: none;
    }
}
@media (max-width: 768px){
	.sk-mor{
    	width: 100%;
    }
    .btn-baoming{
    	width: 100%;
    }
   .zzxm-info{
   	display: none;
   }
   .btn-zzxm{
   	width: 100%;
   }
  .btn-zzxm a{
  	display: block;
	background-color: #c6265b;
	height: 36px;
	font-size: 14px;
	line-height: 36px;
	border-radius: 4px;
	color: #fff;
	text-align: center;
  }
  .con-none{
  	display: none;
  }
 header .container h1{
	margin:0;
	text-align: center;
	font-size:18px;
	width: 60%;
	margin: 0 20%;
	line-height: 50px;
 }
 .btn_bak{
 	position: absolute;
 	display: block;
    width: 56px;
    height: 50px;
    background: url(../images/back-btn.png) 14px center no-repeat;
    background-size: 14px 25px;
    text-indent: -9999px;
 }
}
.algin-con{
    margin-bottom: 30px;
    text-align: center;
}
#showRightPush{
    width: 50px;
    height: 50px;
    border:none;
    position: fixed;
    right: 10px;
    border-radius: 4px;
    bottom: 250px;
    z-index: 101;
    background:#ebebeb url(../images/icon_nav.png) center no-repeat;
}
#showRightPush1{
    border: 0;
    background:url(../images/close-btn.png) 96% center no-repeat;
    background-size: 16px 16px;
}
.tp-btn{
    height: 40px;
    position: fixed;
    width: 100%;
    z-index:1001;
    bottom: 0;
}
.tp-btn a{
    display: block;
    background-color: #c63f37;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
}
.tp-btncle{
    height: 40px;
}
.Past-btn{
    margin-top: 10px;
    height: 38px;
    width: 100%;
    text-align: center;
}
.Past-btn a{
   display: inline-block;
   border-radius: 4px;
    color: #c63f37;
    padding-bottom:5px; 
    text-decoration: underline!important;
    font-size: 16px;
    line-height: 38px; 
}
/*banner*/
.block_home_slider {
	position: relative;
	text-align: center;
	line-height: 0px;
	margin-right: auto;
	margin-left: auto;
}
.block_home_slider .slide {
	position: relative;
}
.block_home_slider .caption {
	left: 0px;
	right: 0px;
	bottom: 0px;
	position: absolute;
	height: 40px;
	text-align: left;
}
.block_home_slider .caption .mask {
	background-color: #000000;
	opacity: .5;
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 40px;
}
.block_home_slider .caption p {
	font-size: 14px;
	height: 40px;
	width: 68%;
	padding-left: 5px;
	position: absolute;
	line-height: 40px;
	color: #fff;
}
.block_home_slider .caption p.title a {
	color: #fff;
	display: block;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
}
.block_home_slider .caption p.title .bar-icon {
	width: 15px;
	height: 17px;
	margin-right: 6px;
	position: relative;
	top: 10px;
	float: left;
	display: inline-block;
	background-position: left -54px;
}
.block_home_slider .flex-direction-nav {
	display: none;
}
.block_home_slider .flex-control-paging {
	display: inline-block;
	position: relative;
	right: 0;
	margin: 0;
	padding: 0 20px 0 0;
	bottom:20px;
	left: 12px;
	text-align: center;
}
.block_home_slider .flex-control-paging li {
	margin-right: 4px;
	float: left;
	overflow: hidden;
	list-style-type: none;
}
.block_home_slider .flex-control-paging li a {
	display: block;
	width: 12px;
	height: 12px;
	background: url(../images/icon_active.png) center no-repeat;
	background-size: 8px 8px;
	border-radius: 100%;
	text-indent: -9000px;
	cursor: pointer;
}
.block_home_slider .flex-control-paging li a.flex-active {
	background: url(../images/icon_active.png) center no-repeat;
	background-size: 10px 10px;
}
.block_home_post_feature {
	width: 300px;
}
.block_home_post_feature p {
	padding-bottom: 0px;
}
.flexslider {
	margin: 0;
	padding: 0;
}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
	list-style-type: none;
} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
	width: 100%;
	display: block;
}
/**/

.bg-p1{
	background-color: #fff;
}
.hcl_tab_nav{
	margin-bottom: 14px;
	margin-top: -13px;
}
.item-bg1{
	background-color: #fff;
	padding: 20px 10px;
}
.hcl_tab_nav dl{
	height: 80px;
}
.hcl_tab_nav dl dd{
	width: 33.33%;
	float: left;
	text-align: center;
}
.hcl_tab_nav dl dd a{
	height: 80px;
	padding-top: 12px;
	display: block;
	background: url(../images/g_line.png) right center no-repeat;
}
.hcl_tab_nav dl dd:last-child a{
	background: none;
}
.hcl_tab_nav dl dd p{
	margin: 0;
}
.hcl_tab_nav dl dd p img{
	height:32px;
}
.hcl_tab_nav dl dd a p.ti{
	color: #4c4c4c;
	padding-top: 8px;
}
.box-clbk .items h2 {
    margin: 0;
    height: 44px;
    line-height: 44px;
    padding-left:30px;
    background: url(../images/icon_spac_ti.png) 12px center no-repeat;
    background-size: 12px 12px;
    border-bottom: 1px solid #e4e8eb;
    color: #363636;
    font-size: 15px;
    font-weight: 600;
}
.box-clbk .items .list ul li{
	width:33.33%;
	height:110px;
	float: left;
	text-align: center;
	border-right:1px solid #f4f5f2;
	border-bottom:1px solid #f4f5f2;
}
.box-clbk .items .list ul li:nth-child(3n){
	border-right: none;
}
.box-clbk .items .list ul li a{
	height: 88px;
	display: block;
	padding: 10px;
}
.box-clbk .items .list ul li a img{
	height:40px;
	margin-top: 3px;
	border-radius:3px;
	width: auto;
}
.box-clbk .items .list ul li p{
	margin-bottom: 0;
	color: #4c4c4c;
	padding-top:8px;
	font-size: 13px;
}
@media only screen and (min-width: 100px) and (max-width: 320px) {
 .box-clbk .items .list ul li a img{
	height:40px;
	max-width: 68px;
 }
 .box-clbk .items .list ul li p{
	font-size: 12px;
}
}
.hcl_btn{
	 width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    height: 46px;
}
.hcl_btn a{
	text-align: center;
	float: left;
	height: 46px;
	font-size: 16px;
	line-height: 46px;
	display: block;
}
.hcl_btn a.toupiao{
	width: 60%;
	color:#fff;
	background-color:#06be6a;
}
.hcl_btn a.baom{
	width: 40%;
	color:#fff;
	background-color:#f9ab45;
}
.hcl_btn_cle{
	height: 46px;
}
.pro-detail-paln dl{
	background-color: #fff;
	margin-bottom: 14px;
	height: 46px;
}
.pro-detail-paln.pro-detail-paln1 dl dd{
	width:25%;
}
.pro-detail-paln dl dd{
	width:50%;
	font-size:15px;
	background: url(../images/g_line.png) right center no-repeat;
	background-size: 1px 26px;
	text-align: center;
	line-height: 46px;
	float: left;
}
.pro-detail-paln dl dd:last-child{
	background: none;
}
.pro-detail-paln dl dd a{
	display: inline-block;
	color: #333;
}
@media only screen and (min-width:320px) and (max-width:341px) {
  .pro-detail-paln dl dd a{
	font-size: 14px;
  }
}
.pro-detail-paln dl dd.curr a{
	color: #bb2108;
	font-weight: 600;
	border-bottom: 1px solid #bb2108;
}
.pro-detail-info .item{
	display: none;
}
.pro-detail-info .item dl dd{
	width: 50%;
	float: left;
	height:86px;
	padding: 0 10px;
	text-align: center;
	border-left: 1px solid #dcdcdc;
	border-top: 1px solid #dcdcdc;
}
.pro-detail-info .item dl dd:nth-child(2n),.pro-detail-info .item dl dd:last-child{
	border-right:1px solid #dcdcdc;
}
.pro-detail-info .item dl dd p{
	padding-top:2px;
	font-size: 13px;
}
.pro-detail-info .item dl dd img{
	padding-top: 10px;
	height:38px;
	max-width: 100px;
	border-radius:3px;
}
.pro-detail-info .item ul li{
	height:160px;
	padding: 0 8px;
}
.pro-detail-info .item ul li img{
	height: 100px;
	border-radius:3px;
}
/**/
footer.share-fot {
	width: 100%;
	z-index: 108;
	left: 0;
	top: 0;
	color: #fff;
	background: #2b2b2b;
	height: 80px;
	position: fixed;
	top: -1px;
}
footer.share-fot .close {
	display: block;
	float: left;
	width: 4%;
	padding: 31px 4%;
	height: 10px;
	text-indent: -9999px;
	background: url(../images/close-btn.png) center no-repeat;
	background-size: 14px 14px;
}
footer.share-fot .down-box {
	display: block;
	float: right;
	width: 92%;
	padding: 10px 0;
}
footer.share-fot .down-box span {
	display: block;
	float: left;
	font-size: 14px;
}
footer.share-fot .down-box span.img {
	width: 57px;
}
footer.share-fot .down-box .img img {
	display: block;
	height: 57px;
	width: 57px;
	border-radius: 8px;
}
footer.share-fot .down-box .cont {
	padding-left: 10px;
	width: 60%;
}
footer.share-fot .down-box .cont p{
	margin: 0;
	color: #fff;
}
footer.share-fot .down-box .cont p.ti {
	font-size: 15px;
	padding: 5px 0;
	font-weight: bold;
}
@media only screen and (min-width: 320px) and (max-width:375px) {
footer.share-fot .down-box .cont p {
	font-size: 13px!important;
}
}
footer.share-fot .down-box .btn {
	margin-right: 5px;
	position: relative;
	top: 13px;
	float: right;
	padding: 0;
}
footer.share-fot .down-box .btn a {
	display: block;
	width: 50px;
	height: 32px;
	text-align: center;
	border-radius: 4px;
	line-height: 32px;
	color: #f1e1a2;
	background-image: -moz-linear-gradient(top, #ff8a25, #ff7219);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ff8a25), color-stop(1, #ff7219));
 filter: progid: DXImageTransform.Microsoft.gradient(startcolorstr=#ff8a25, endcolorstr=#ff7219, gradientType=1);
}
.down_all {
	background: #fd5e3f;
	color: #fff;
	display: block;
	height: 36px;
	line-height: 36px;
	text-align: center;
}
.all_bt a.all {
	background: #f98c00;
	color: #fff;
	display: block;
	height: 36px;
	line-height: 36px;
	text-align: center;
	margin: 0 10px;
}
.wrap {
	padding-top: 79px;
}