﻿@charset "utf-8";
/* CSS Document */

#middle{
	width:100%;
}

.dh{ font-size: 14px; margin:30px 0; }

#header{  box-shadow: 0 3px 3px 0px #eee; }

.w_1300{
	max-width:1300px;
	margin:0 auto;
	overflow:hidden;
}

.title{ font-size:28px; text-align:center; line-height:1.5; margin-top:60px; }
.info{ font-size:14px;  line-height:1.5; padding:0 0 10px; margin:40px 0 0; border-bottom: 1px solid #ddd; color: #999; position:relative; }

.content{ font-size:16px; line-height:2; padding:20px 0; min-height: 340px;}
.content img{ max-width:100%; height:auto !important; }
.content td{ border-width:1px; }
/* ==============@media============== */
@media screen and (max-width: 1340px) {
	.w_1300 {
   		max-width: 1200px;
	}
	
	 
		
}
@media screen and (max-width: 1240px) {
	.w_1300 {
   		max-width: 1000px;
	}
	
}

@media screen and (max-width: 1000px) {
	 .middle{  padding-left:15px;  padding-right:15px;}
}

@media screen and (max-width: 768px) {
	.middle {
		
	}
	
	
	
}

@media screen and (max-width: 550px){
	.middle {
		
	}
	
	
	
}

@media screen and (max-width: 425px){
	.middle {
		
	}
	.title{ font-size:22px;}
	
}

@media screen and (max-width: 375px) {}

@media screen and (max-width: 320px) {}



.fx-list { position:absolute; right:0; bottom:10px;  }
@media screen and (max-width: 1000px) {
.fx-list { display:none;}
}
.fx-list .share_con{z-index:9; }
.fx-list span.share:hover .share_con{ display: block;}


.fx-list a {
    padding-left: 19px;
    height: 16px;
    _height: 18px;
line-height: 16px !important;
    text-decoration: none;
    display: none;
    zoom: 1;
    vertical-align: middle;
    cursor: pointer;
    color: #333;
    margin-right: 3px;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.fx-list .bshare-weixin {
    background: url(/cms/templates/900593908695250000/images/weixin.png) no-repeat;
    *display: inline;
    display: inline-block;
}
.fx-list .bshare-sinaminiblog {
    background: url(/cms/templates/900593908695250000/images/top_logos_sprite.png) no-repeat 0 -270px;
    *display: inline;
    display: inline-block;
}
.fx-list .bshare-qzone {
    background: url(/cms/templates/900593908695250000/images/top_logos_sprite.png) no-repeat 0 -234px;
    *display: inline;
    display: inline-block;
}

.xl_tit6_r{ float: right; color: #d8d8d8;max-width: 45%;}

.xl_tit6_r span{ padding: 0 20px; cursor: pointer; height: 36px;}
.xl_tit6_r span,.xl_tit6_r label{ float: left; display: block; line-height:normal; }
.xl_tit6_r span.share{ position: relative; padding-right: 5px;}
.xl_tit6_r .share_con{ position: absolute; right: 0; top: 36px; width: 121px; display: none;z-index: 999;}
.xl_tit6_r span.share:hover .share_con{ display: block;}
.xl_tit6_r .share_con ul{ padding: 4px 12px; background-color: #ffffff; border: 1px solid #ebebeb; border-radius: 5px;}
.xl_tit6_r .share_con li{ padding: 10px 0px; text-align:left; border-bottom: 1px solid #ebebeb;}
 
.xl_tit6_r .share_con li.bor_bo{ border-bottom: 0;}
 
/* 分享标签 */
.xl_tit6_r .share_con{z-index:9;}
.xl_tit6_r span.share:hover .share_con{ display: block;}

@media screen and (max-width: 1000px) {
 .xl_tit6_r{ display: none;}
}

.bshare-custom a {
    padding-left: 19px;
    height: 16px;
    _height: 18px;
line-height: 16px !important;
    text-decoration: none;
    display: none;
    zoom: 1;
    vertical-align: middle;
    cursor: pointer;
    color: #333;
    margin-right: 3px;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.bshare-custom .bshare-weixin {
    background: url(/cms/templates/900593908695250000/images/weixin.png) no-repeat;
    *display: inline;
    display: inline-block;
}
.bshare-custom .bshare-sinaminiblog {
    background: url(/cms/templates/900593908695250000/images/top_logos_sprite.png) no-repeat 0 -270px;
    *display: inline;
    display: inline-block;
}
.bshare-custom .bshare-qzone {
    background: url(/cms/templates/900593908695250000/images/top_logos_sprite.png) no-repeat 0 -234px;
    *display: inline;
    display: inline-block;
}


.wx_dialog{
  background:#fff;
  border:1px solid #ccc;
  position:fixed;
  left:42%;
  top:30%;
  padding:5px;
  z-index:10;
}
.wx_dialog .bd_weixin_popup_head {
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    line-height: 16px;
    height: 16px;
    position: relative;
    color: #000;
}
.wx_dialog .bd_weixin_popup_close {
    width: 16px;
    height: 16px;
    position: absolute;
    right: 0;
    top: 0;
    color: #999;
    text-decoration: none;
    font-size: 16px;
}
.wx_dialog .wx_erm{
 padding:20px;
}
.wx_dialog .bd_weixin_popup_foot {
    font-size: 12px;
    text-align: left;
    line-height: 22px;
    color: #666;
}