body{
    font-family: "Microsoft YaHei","å¾®è½¯é›…é»‘",Arial,sans-serif;
    font-size: 14px;
    line-height: 1.5em;
    color: #000;
    background-repeat: repeat;
}
img {
    width: auto\9;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}
.text-white{
    color: #fff;
}
.text-primary{
	color: #2da6df;
}
.bg-white{
    background:#fff; 
}
ul li{
    list-style-type: circle;
}
.red{
    color: #ed4e2a !important;
}
.no-padding-left{
    padding-left: 0;
}
.no-padding-right{
    padding-right: 0;
}
.common_alert{
    top: 10%;
    position: fixed;
    z-index: 99999;
    width: 100%;
}
a{
    color: #333;
}
a, a:hover, a:visited{
    text-decoration: none;
}
a:hover{
    color: #999;
}
.container-fluid {
    width: 100%;
    padding: 0;
}
.container-fluid .row{
    margin: 0;
}
/*å•é€‰å’Œå¤šé€‰*/
.radio,
.checkbox,
.t_radio{
    margin-top: 0;
    padding: 10px 10px 10px 40px !important;
    position: relative;
}
.radio input[type="radio"],
.t_radio input[type="radio"],
.checkbox input[type="checkbox"]{
    opacity:1;
    position: absolute;
    left: 8px;
    top: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    border: 0;
    padding: 0;
    outline: 0;
    background:url("start_heart.png") no-repeat;
    -webkit-background-size: 90px 180px;
    -moz-background-size: 90px 180px;
    -o-background-size: 90px 180px;
    background-size: 90px 180px;
    -webkit-background-clip: content-box;
    -moz-background-clip: content-box;
    background-clip: content-box;
    background-origin: content-box;
    -moz-background-origin: content-box;
    -webkit-background-origin: content-box;
}
.t_radio input[type="radio"]{
    background:url("radio.png") no-repeat;
    -webkit-background-size: 20px 20px;
    -moz-background-size: 20px 20px;
    -o-background-size: 20px 20px;
    background-size: 20px 20px;
}
.t_radio input[type="radio"]:checked{
    background:url("radio_check.png") no-repeat;
    -webkit-background-size: 20px 20px;
    -moz-background-size: 20px 20px;
    -o-background-size: 20px 20px;
    background-size: 20px 20px;
}
.radio input[type="radio"]:checked{
    background-position: -30px 0
}
.checkbox input[type="checkbox"]{
    background-position: 0 -30px
}
.checkbox input[type="checkbox"]:checked{
    background-position: -30px -30px
}
/*head*/
.logo{
    margin-top: 20px;
    margin-bottom: -20px;
}
.nav>li{
   padding: 10px; 
}
.nav>li>a{
    position: relative;
    padding: 0;
    padding-bottom: 10px;
    color: #000;
    font-size: 16px;
    border-bottom: 2px solid #fff;
}
.nav>li.active a,
.nav>li>a:focus, 
.nav>li>a:hover{
    color: #666;
    border-bottom: 2px solid #ff9900;
    background-color: transparent;
}
.body_bg{
    background-image: url('bg.png');
    background-size: 100% 100%;
    padding: 40px 0px;
    margin-bottom: 20px;
}
.body_img{
    margin-bottom: 10px;
}
.list_title{
    padding-left: 15px;
    border-left: 4px solid #2ea7e0;
}
.top_box{
    padding: 10px;
    border:1px solid #f1f0f0;
    background:#f9f9f9;
    margin: 10px 0;
}
.new_list{
    padding: 0; 
}
.new_list li .disc{
    display: block;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 50%;
    left: 0px;
    margin-top: -3px;
    background:#999999;
    border-radius: 100px;
}
.new_list li{
    list-style:none;
    position: relative;
}
.new_list .font_gt{
    background: #a6a6a6;
    margin-right: 10px;
}
.new_list li a{
    line-height: 40px;
    margin-left: 20px;
    display: block;
    margin-right: 100px;
    text-overflow: ellipsis;
    overflow: hidden;
    text-decoration: none;
    white-space: nowrap;
}
.new_list li .date{
    position: absolute;
    right: 0;
    line-height: 40px;
    top: 50%;
    margin-top: -20px;
}

.list_img{
    padding: 20px 0;
}
.list_img img{
    margin-bottom: 10px;
}
.list_line{
    border-bottom: 1px solid #ff9900;
    margin-bottom: 10px;
}
.g_list li a{
    line-height: 28px;
    margin-left: 0;
}
.g_list li .date{
	line-height: 28px;
	margin-top:-14px
}
.g_list li .cret{
    background-image: url(cert.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    height: 28px;
    display: inline-block;
    width: 25px;
    cursor: default;
}
.mb10{
    margin-bottom: 10px;
}
.mb20{
    margin-bottom: 20px;
}
.link{
    background: #f9f9f9;
    padding:5px 10px;
	margin-top: 5px;
}
.link a{
    display: inline-block;
    border-right: 1px solid #cccccc;
    padding: 0 15px;
}
.navbar {
    margin-bottom: 10px;
}
.footer{
    margin-top:10px;
    padding: 30px;
    background-color: #333;
    color: #fff;
}
.middle_box{
    padding: 10px;
}
button.navbar-toggle {
    background-color: #f8b63e;
}

button.navbar-toggle span {
    color: white;
    background-color: white;
}

@media screen and (max-width:756px) {
	ul.nav.navbar-nav.pull-right {
        float: none !important;
        text-align: center;
	}
    .link a{
        margin-top: 10px;
        display: block;
    }
    .no-padding-left{
        padding-left: 15px;
    }
    .no-padding-right{
        padding-right: 15px;
    }
}
.out_link{
    background-color: rgba(255,255,255,0.1);
    color: #fff;
    padding: 2px 10px;
    height: auto;
}
.cy_box{
	padding: 10px 43px 10px 30px;
}
.d_bg{
    background: url('d_banner_bg.png') repeat-x;
}
.d_banner{
    border: 8px solid #fff;
    margin-top: 20px;
}
.d_banner img{
    width: 100%;
}
.d_nav,
.d_nav2{
    margin-bottom: 80px;
    padding: 0;
}
.d_nav li,
.d_nav2 li{
    list-style: none;
}
.d_nav li a,
.d_nav2 li a{
    display: block;
    border-left: 4px solid #f9f9f9;
    padding:  15px 10px 10px 30px;
    background: url('d_nav.jpg') no-repeat left bottom;
}
.d_nav li.active a{
    border-left: 4px solid #79a3dd
}
.d_nav_img{
    margin-bottom: 40px;
    width: 100%;
}
.d_nav2 li{
    background: url('d_arrow.png') no-repeat 15px 18px;
}
.bramcum{
    margin-top: 30px;
    border-bottom: 2px solid #e7e9eb;
    padding-bottom: 5px;
}
.bramcum img{
    margin-top: -5px;
}
.d_content1{
    color: #333;
	margin-left:20px;
	margin-right:100px;
}
.d_content{
    color: #333;
	margin-left:50px;
	margin-right:50px;
}
.d_content .d_title{
    margin: 30px 0;
}
.top_box .g_list{
	padding: 0 20px;
}