﻿/*  

Brownie Template

COLOR CODES
  Black #1f1d1a
  Light Gray #929292
  Dark Gray #2a2a2a
  Brown #865701, rgb(134,87,1)
  Gold #b28601, rgb(178,134,1)
  
TABLE OF CONTENT
  1. Universal Styles
  2. Header & Menu Styles
  3. Home Styles
  4. About & Services Styles
  5. Contact & Footer Styles
  6. jCarousel
  7. Media Queries
--------------------------------------*/

/* 1. Universal Styles
--------------------------------------*/
* {
    font-family: "宋体";
}

body {
    background: url('../images/body-bg.png') repeat;
}

h1, h2, h3 {
    text-transform: uppercase;
}

h2 {
    margin-top: 0;
    width: 100%;
}

h3 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 0;
}

a:hover, a:focus {
    color: #b28601;
    text-decoration: none;
}

p {
    color: #ccc;
    text-align: left;
}

ul {
    margin: 0;
}

.blue {
    color: #6BE;
}

.green {
    color: #6E6;
}

.copyrights {
    text-indent: -9999px;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
}

.col-md-6,
.col-lg-6 {
    padding-left: 50px;
    padding-right: 0;
    padding-bottom: 50px;
}

.margin-top-15 {
}

.margin-top-30 {
    margin-top: 10px;
    color: #CCC;
}

.padding-30 {
    padding: 20px;
}

.templatemo-section-title {
    display: block;
}

.templatemo-home-image,
.templatemo-image-overlay,
.templatemo-black-bg {
    border-radius: 30px;
    width: 100%;
}

.templatemo-black-bg,
.templatemo-content-box {
    width: 523px;
    height: 523px;
}

.templatemo-content-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0px;
    padding-left: 10px;
}
    /* IE fix */
    .templatemo-flex-item-ie-fix,
    .templatemo-content-box > * {
        width: 100%;
    }

.templatemo-flex-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.templatemo-black-bg {
    background: url('../images/round-rectangle.png') no-repeat;
    background-position: center;
    background-size: contain;
}

.templatemo-brown-rectangle-bg {
    border: 1px solid #865701;
    border-radius: 30px;
    width: 80%;
    height: 80%;
}

.templatemo-brown {
    color: #865701;
}

.templatemo-gold {
    color: #b28601;
}

.templatemo-btn {
    background: #865701;
    color: white;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .templatemo-btn:hover, .templatemo-btn:focus {
        background: #b28601;
        color: white;
    }

.templatemo-position-relative {
    position: relative;
}

/* 2. Header & Menu Styles
--------------------------------------*/
.templatemo-site-header {
    background: url('../images/header-bg.png') repeat-x;
    border-bottom: 1px solid #865701;
    height: 82px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2000;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .templatemo-site-header.sticky {
        height: 47px;
    }

    .templatemo-site-header h1 {
        font-size: 60px;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .templatemo-site-header.sticky h1 {
        font-size: 34px;
    }

.templatemo-site-name {
    font-family: Georgia, Times, serif;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 30px;
}

    .templatemo-site-name span {
        display: inline-block;
        vertical-align: middle;
        line-height: normal;
    }

        .templatemo-site-name span:first-child {
            font-size: 20px;
        }

.templatemo-site-header .templatemo-nav {
    position: absolute;
    bottom: 14px;
    right: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.templatemo-site-header.sticky .templatemo-nav {
    bottom: 6px;
}

.ie11 .templatemo-site-header.sticky .templatemo-nav,
.ie10 .templatemo-site-header.sticky .templatemo-nav {
    bottom: 7px;
}

/*
https://stackoverflow.com/questions/952861/targeting-only-firefox-with-css/953491#953491
*/
@-moz-document url-prefix() {
    .templatemo-site-header .templatemo-nav {
        bottom: 16px;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .templatemo-site-header.sticky .templatemo-nav {
        bottom: 8px;
    }
}

.templatemo-nav ul li {
    float: left;
    list-style: none;
}

    .templatemo-nav ul li a {
        padding: 15px 20px;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

.templatemo-site-header.sticky .templatemo-nav ul li a {
    padding-top: 8px;
    padding-bottom: 8px;
}

.templatemo-nav ul li.active a {
    background: url('../images/body-bg.png');
    border-left: 1px solid #865701;
    border-top: 1px solid #865701;
    border-right: 1px solid #865701;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.templatemo-nav ul li a {
    color: #865701;
}

#responsive-menu ul li:hover a,
#responsive-menu ul li.active a,
.templatemo-nav li:hover a,
.templatemo-nav li.active a {
    color: #b28601;
}

.templatemo-nav li:hover a,
.templatemo-nav li.active a,
a:focus {
    text-decoration: none;
}

#responsive-menu {
    top: 0;
    width: 250px;
    height: 100%;
    background: rgba(116, 106, 64, 0.4);
    position: fixed;
    z-index: 5500;
    right: -1500px;
    display: none;
    overflow: auto;
}

    #responsive-menu ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        #responsive-menu ul li {
            display: block;
            margin-bottom: 2px;
        }

            #responsive-menu ul li a {
                padding: 12px 18px;
                background-color: #1f1d1a;
                color: #865701;
                display: block;
                -webkit-border-radius: 4px;
                -webkit-background-clip: padding-box;
                -moz-border-radius: 4px;
                -moz-background-clip: padding;
                border-radius: 4px;
                background-clip: padding-box;
                text-transform: uppercase;
            }

                #responsive-menu ul li a i {
                    margin-right: 15px;
                }

a#mobile_menu {
    font-size: 24px;
    background-color: rgba(178,134,1, 0.8);
    border-radius: 10px;
    color: #1f1d1a;
    width: 50px;
    height: 50px;
    display: block;
    text-align: center;
    line-height: 50px;
    position: fixed;
    top: 15px;
    right: 15px;
    z-index: 5500;
}

#responsive-menu ul li a:hover,
#responsive-menu ul li.active a {
    background: #333;
    text-decoration: none;
}

/* 3. Home Styles
--------------------------------------*/
#home {
    padding-top: 197px;
}

.templatemo-home-image-container {
    display: inline-block;
    position: relative;
}

.templatemo-image-overlay {
    background: rgba(51,51,51,0.9); /* OLD - iOS 6-, Safari 3.1-6 */
    cursor: pointer;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

    .templatemo-image-overlay:hover {
        opacity: 1;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

.templatemo-search-icon {
    background: #865701;
    border-radius: 50%;
    font-size: 30px;
    padding: 30px;
    margin-bottom: 15px;
}

.templatemo-info-btn {
    margin-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 150px;
}

/* 4. About & Services Styles
--------------------------------------*/
.templatemo-team-member-container {
    max-width: 250px;
    margin: 0 auto;
}

.tm-team-member-title {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
}

.templatemo-member-img-container {
    display: inline-block;
    position: relative;
}

.templatemo-img-frame {
    position: absolute;
}

.templatemo-service-image {
    display: block;
    float: left;
}

.templatemo-service-container {
    margin-top: 15px;
}

.templatemo-service-content {
    margin-left: 90px;
}

h3.templatemo-service-title {
    font-size: 14px;
    margin-bottom: 5px;
    margin-top: 0;
}

/* 5. Contact & Footer Styles
-------------------------------------*/
form {
    width: 430px;
}

.form-control {
    background: #1f1d1a;
    border: 1px solid #865701;
    border-radius: 10px;
    color: #b28601;
}

    .form-control:focus {
        border: 1px solid #b28601;
    }

.templatemo-send-btn {
    background: #774d01;
    color: #C5A554;
}
/* http://css-tricks.com/snippets/css/style-placeholder-text/ */
.form-control::-webkit-input-placeholder {
    color: #b28601;
}

.form-control:-moz-placeholder {
    color: #b28601;
}
/* Firefox 18- */
.form-control::-moz-placeholder {
    color: #b28601;
}
/* Firefox 19+ */
.form-control:-ms-input-placeholder {
    color: #b28601;
}

.templatemo-social-icons-img {
    display: none;
}

.templatemo-social-icon {
    display: inline-block;
    width: 52px;
    height: 44px;
}

#facebook {
    background: url('../images/social-icons.png') -5px 0;
}

#twitter {
    background: url('../images/social-icons.png') -59px 0;
}

#google {
    background: url('../images/social-icons.png') -113px 0;
}

#vimeo {
    background: url('../images/social-icons.png') -167px 0;
}

#flickr {
    background: url('../images/social-icons.png') -220px 0;
}

footer {
    padding-bottom: 50px;
}

.templatemo-copyright-container {
    padding-left: 30px;
}

/* 6. jCarousel http://sorgalla.com/jcarousel 
---------------------------------------------*/
.jcarousel-wrapper {
    position: relative;
}

/*
This is the visible area of you carousel.
Set a width here to define how much items are visible.
The width can be either fixed in px or flexible in %.
Position must be relative!
*/
.jcarousel {
    position: relative;
    overflow: hidden;
}

.templatemo-team .jcarousel {
    width: 250px;
}

.templatemo-products .jcarousel {
    width: 100%;
    height: 60%;
}
/*
This is the container of the carousel items.
You must ensure that the position is relative or absolute and
that the width is big enough to contain all items.
*/
.jcarousel ul {
    width: 2000em;
    position: relative;
    /* Optional, required in this case since it's a <ul> element */
    list-style: none;
    margin: 0;
    padding: 0;
}

/*
These are the item elements. jCarousel works best, if the items
have a fixed width and height (but it's not required).
*/
.jcarousel li {
    /* Required only for block elements like <li>'s */
    float: left;
}

.templatemo-team .jcarousel-control-prev {
    left: 0;
}

.templatemo-team .jcarousel-control-next {
    right: 0;
}

.templatemo-products .jcarousel-control-prev {
    left: -30px;
}

.templatemo-products .jcarousel-control-next {
    right: -30px;
}

.jcarousel-control-prev,
.jcarousel-control-next {
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .jcarousel-control-prev.inactive,
    .jcarousel-control-next.inactive {
        opacity: 0;
        cursor: default;
    }

.jcarousel-control-prev, .jcarousel-control-next {
    position: absolute;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #b28601;
    color: #000;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 24px/27px Arial, sans-serif;
    border-radius: 30px;
    box-shadow: 0 0 2px #999;
}

.templatemo-team .jcarousel-control-prev,
.templatemo-team .jcarousel-control-next {
    top: 55px;
}

.templatemo-products .jcarousel-control-prev,
.templatemo-products .jcarousel-control-next {
    top: 110px;
}

.jcarousel-control-prev:hover,
.jcarousel-control-prev:focus,
.jcarousel-control-next:hover,
.jcarousel-control-next:focus {
    color: #865701;
}

.templatemo-product-img {
    margin-top: 30px;
}

/*qa*/
.bs-callout,.bs-callout1 {
    padding: 1px 10px;
    margin: 20px 0;
    border: 1px solid #3E2800;
    border-left-width: 5px;
    border-radius: 3px;
}

.bs-calloutSelected
{
	margin: 20px 0;
    border: 1px solid #865701;
    border-left-width: 5px;
    border-radius: 3px;
}
.bs-calloutSelected h4
{
	color:#b28601!important;
	}

.bs-callout-info {
    border-left-color: #865701;
}

#aq
{
	margin-top:100px;
	}

#aq .text {
    border: 2px solid #543d14;
    margin: 30px;
    border-radius: 90px;
}

#aq .border1 {
    border: 2px solid #252525;
    background: #1b1b1b;
    margin: 6px;
    border-radius: 90px;
}

#aq .box {
    margin: 50px 52px;
    border: 1px solid #865701;
    border-radius: 42px;
}

#aq .innerbox {
    margin: 28px 6px;
    padding-bottom: 6px;
}

    #aq .bs-callout h4,#aq .bs-callout1 h4 {
        font-size: 14px;
        font-weight: bold;
        color: #865701;
        cursor:pointer;
        line-height:18px;
    }
    #aq .bs-callout h4:hover
    {
		color:#b28601;
		}
    #aq .bs-callout1 h4 {
        cursor:default;
    }
    
    #aq .bs-callout p
    {
		display:none;
		}

/* 7. Media Queries
--------------------------------------*/
@media screen and (max-width: 1199px) {
    .templatemo-black-bg,
    .templatemo-content-box {
        width: 480px;
        height: 523px;
    }
}

@media screen and (max-width: 991px) {
    .templatemo-site-header {
        height: 48px;
    }

        .templatemo-site-header h1 {
            font-size: 35px;
        }

        .templatemo-site-header .templatemo-nav {
            right: 10px;
            bottom: 8px;
        }
    /*https://stackoverflow.com/questions/952861/targeting-only-firefox-with-css/953491#953491*/
    @-moz-document url-prefix() {
        .templatemo-site-header .templatemo-nav {
            bottom: 11px;
        }
    }

    .ie11 .templatemo-site-header .templatemo-nav,
    .ie10 .templatemo-site-header .templatemo-nav {
        bottom: 9px;
    }

    .ie11 .templatemo-site-header.sticky .templatemo-nav {
        bottom: 7px;
    }

    .templatemo-nav ul li a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #home {
        padding-top: 100px;
    }

    .templatemo-black-bg,
    .templatemo-content-box {
        margin-left: auto;
        margin-right: auto;
    }

    .templatemo-content-box {
        height: auto;
        padding: 15px;
    }

    .templatemo-section {
        margin-top: 50px;
    }
}

@media screen and (max-width: 767px) {
    .templatemo-site-header {
        position: static;
    }

    .templatemo-nav {
        bottom: -6px;
    }

    #home {
        padding-top: 30px;
    }

    .templatemo-black-bg,
    .templatemo-content-box {
        width: 98%;
        height: auto;
    }

    .templatemo-black-bg {
        background: #1B1B1B;
        border: 1px solid #865701;
        border-radius: 30px;
        padding: 30px;
    }

    .templatemo-brown-rectangle-bg {
        width: 100%;
        padding: 30px;
    }

    .templatemo-second-box {
        margin-top: 50px;
    }

    .templatemo-service-container > * {
        text-align: center;
    }

    .templatemo-service-image {
        float: none;
        margin: 20px auto 10px auto;
    }

    .templatemo-service-content {
        margin-left: auto;
        margin-right: auto;
    }

    .templatemo-copyright-container {
        padding-left: 0;
    }
    #aq
{
	margin-top:36px;
	}
    #aq .text{
        border-radius:50px;
        margin: 10px;
    }
    
    #aq .box{
        margin: 6px;
    }
    #aq .border1{
        margin: 0px;
        border-radius:50px;
    }
}

@media screen and (max-width: 400px) {
    .templatemo-black-bg {
        padding: 15px;
    }

    .templatemo-brown-rectangle-bg {
        padding: 5px;
    }

    .templatemo-products .jcarousel-control-prev {
        left: 0;
    }

    .templatemo-products .jcarousel-control-next {
        right: 0;
    }

    .templatemo-product-container {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .templatemo-product-img {
        margin-top: 20px;
        width: 75%;
    }
    
}

/*//*/
/************* 分类列表 */
.news_list {
  padding:10px;
}

.news_list li {
  clear:both;
  line-height:8px;
  padding-left:15px;
  border-bottom:1px dotted #999;
  background:url(icon06.gif) left 12px no-repeat;
}

.news_list li a {
  color:#666;
}

.category_title {
  clear:both;
  line-height:28px;
  color:#333;
  padding:0px 15px 0px 30px;
  margin-bottom:10px;
  background:#F5F5F5 url(icon04.gif) 10px 10px no-repeat;
  border-bottom:1px solid #ccc;
}

.category_title span {
  float:right;
}

.category_title h4 {
  font-size:14px;
}

.news_text h5,.news_text_pic h5 {
  float:left;
  width:555px;
  height:28px;
  font-weight:bold;
  font-size:12px;
  padding-top:0px;
  text-align:left;
  color:#999;
  padding-left:16px;
  background:url(htmlbg.jpg) left 5px top 5px no-repeat;
}

.news_text h5 {
  width:552px;
}

.news_text h5,.news_text_pic h5 a {
  color:#999;
  font-size:14px;
}

.news_list .date,.news_text h5 .date,.news_text_pic h5 .date,.strgrade {
  float:left;
  padding-right:15px;
  color:#999;
  font-weight:normal;
}

.strgrade {
  display:block;
  width:180px;
  text-align:left;
}

.news_list p {
  margin:5px;
  padding:5px 5px 5px 20px;
  background:#FFF;
  text-indent:2em;
}

.news_text,.news_text_pic {
	float:left;
  clear:both;
  height:auto;
  padding:8px 0px;
  border-bottom:1px dotted #996600;
}


.news_text p,.news_text_pic p {
  float:right;
  width:570px;
  text-align:left;
  font-size:12px;
  color:#999;
  display:block;
  height:49px;
  overflow:hidden;
}

.news_text p {
  width:540px;
}

a.news_text_img {
  display:block;
  float:left;
  width:120px;
  height:100px;
  overflow:hidden;
  border:1px solid #ccc;
}

.news_text_img img {
  
  width:120px;
  height:auto;
  margin-right:15px;
}

.list1 a,.list2 a,.list3 a {
  padding-right:30px;
  background:url(new.gif) right 2px no-repeat;
}
/*---------product---------*/
.bd_rightp{width:600px;border:1px solid #e1e1e1; float:left; margin-left:8px;}
.bd_rightp_title{ background:url(img_122.gif) no-repeat left top; height:28px;}
.bd_rightp_content{ }

.prodp_box{float:left;display:block;text-align:center; margin-left:23px; margin-top:20px;}
img.prodp{border:1px solid #dddddd;width:145px;height:118px; padding:4px;}
a.prodp_font{padding:0px;text-decoration:none;color:#777777; line-height:28px;}
.more3{ color:#666666; font-size:12px; font-family:"宋体"; font-weight:normal; float:left; line-height:38px; margin-left:10px;}
.more3 a{ color:#666666;text-decoration:none;}
.more3 a:hover{ color:#666666;text-decoration:underline;}


/************* 产品 */
.product_box {
  float:left;
  width:142px;
  margin:5px 14px;
  _margin:5px 11px;
  padding:5px;
  background:url(piclist_1.png) right top no-repeat;
  overflow:hidden;
}
.product_box img {
  width:142px;
}

.product_box a {
  display:block;
  width:142px;
  height:114px;
  font-size:12px;
  overflow:hidden;
  color:#333;
}

.product_box h5 {
  margin-top:10px;
  text-align:center;
  font-weight:normal;
}

.product_box h5 a {
  height:44px;
  line-height:18px;
}

.p_info {
  height:20px;
  line-height:20px;
  padding-left:30px;
  background:url(bullet1.gif) left top no-repeat;
  color:#0D61BA;
  font-size:14px;
  font-weight:bold;
}

/*---------news---------*/

.ul2d{
	clear:both;
	margin:20px;
	padding:0px;
	text-align:left;
	font-family:"宋体";
	font-size:14px;
	}	
.ul2d li{
	line-height:28px;
	height:28px;
	list-style-type: none;
	color:#5c5b5a;
	display:block;
	padding:0px;
	background:url(mb_14g.gif) no-repeat left bottom;
	}	
.ul2d li a{
	color:#5c5b5a;
	text-decoration: none;
	margin-left:15px;
	}	
.ul2d li a:hover{
	color:#fc6804;
	}
.ul2d .date{
	color:#999999;
	float:right;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
}

.pd_title{font-size:14px; line-height:35px; color:#0066cc; text-align:center; margin:20px; font-weight:bold; border-bottom:#CCCCCC dotted 1px;}
.pd{ font-size:14px; line-height:28px; color:#333333; text-align:left; margin:15px;}

.title1 a,.title a,.title2 a {color:white;}

.bd_rightR2_content ul.announ {width:330px;overflow:hidden;}

.sitemap h2{font-size:14px;margin-top:20px;}
.sitemap ul{margin:0px;padding:0px;}
.sitemap li{margin:0px;margin-left:20px;padding:0px;list-style:disc}
.bd_bp{border:1px solid #e1e1e1;}

.productbox{width:240px;overflow:hidden;float:left;text-align:center;margin-bottom:10px;}
/************* 当前位置 */
#position {
  line-height:22px;
  padding-bottom:35px;
  color:#999;
  text-align:right;
  background:url(point.gif) left 26px repeat-x;
}

#position a {
  height:12px;
  line-height:12px;
  padding:7px 10px;
  background:url(icon02.gif) left 9px no-repeat;
  color:#999;
}
/************* 分页 */

.pages {
  clear:both;
  margin:0px 10px;
  padding-top:20px;
}

.pages .current {
  color:#555;
  display:block;
  float:left;
  height:18px;
  line-height:18px;
  float:left;
  padding:0px 8px;
  background:#333;
  border:1px solid #865701;
  margin: 0px 3px 0px 0px;
}
.pages a {
  display:block;
  float:left;
  height:18px;
  line-height:18px;
  float:left;
  padding:0px 8px;
  border:1px solid #CCC;
  text-decoration:none;
  margin: 0px 3px 0px 0px;
  color:#555;
}

.pages span {
  display:block;
  float:left;
  height:18px;
  line-height:18px;
  padding:0px 8px;
  border:1px solid #865701;
  text-decoration:none;
  margin: 0px 5px 0px 0px;
  color:#555;
}
/****************内容*/
#title h1 {

  line-height:40px;
  padding-top:20px;
  font-size:22px;
  text-align:center;
  background:url(point.gif) left bottom repeat-x;
  color:#333;
  font-weight:bold;
}

.contentinfo {
  line-height:24px;
  text-align:center;
  color:#999;
  padding-right:15px;
}

.contentinfo a {color:#999;}

.text {
  padding:10px 0px;
  text-align:14px;
  line-height:200%;
  color:#333;

}



.floatright {float:right; margin-right:50px;}
.floatleft {float:left}

.blank10,.blank30 {clear:both;height:10px;overflow:hidden;}
.blank30 {height:30px;}

/*左边边导航条*/
#bd_left{ width:182px;float:right; background-color:#FFFFFF;}
.bd_left1{border:1px solid #3e2800; margin-right:10px; padding-bottom:6px;}
.bd_left1_title{ background:url(x11.png) repeat-x top; height:36px;}
.title1_img{ float:left; margin-left:6px; margin-top:5px;}
.title1{ color:#b28601; font-size:14px; font-weight:bold; float:left; line-height:28px; margin-left:25px;}
.more1{ color:#888888; font-size:10px; font-family:Arial, Helvetica, sans-serif; font-weight:normal; float:right; line-height:28px; margin-right:5px;}
.more1 a{ color:#888888; text-decoration:none;}
.more1 a:hover{ color:#555555; text-decoration:underline;}
.bd_left1_content{ }
.ul2{
	clear:both;
	margin:0px;
	padding:0px;
	text-align:left;
	font-family:"宋体";
	font-size:12px;
	}	
.ul2 li{
	font-family:"宋体";
	font-size:12px;
	line-height:24px;
	height:34px;
	list-style-type: none;
	color:#865701;
	display:block;
	padding:0px;
	display:block;
	background:url(x1.png) no-repeat left bottom;
	}	
.ul2 li a{
	font-family:"宋体";
	font-size:12px;
	line-height:34px;
	height:24px;
	color:#865701;
	text-decoration: none;
	margin-left:25px;
	}	
.ul2 li a:hover{
	color:#fc6804;
	}
.ul2 .date{
	color:#999999;
	float:right;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
}
.bd_left2{border:1px solid #e1e1e1; margin-top:8px; background:url(mb_16.gif) no-repeat bottom center; height:175px;}
.bd_left2g{border:1px solid #865701; margin-bottom:8px; margin-right:8px;}
.bd_left2_content{ }
.select {
	font-family: "宋体";
	font-size: 12px;
	color: #999;
	margin:8px;
}
.input {
	font-family: "宋体";
	font-size: 12px;
	color: #999;
	margin:8px;
}
/*右边导航*/

.announ li {width:180px;height:22px;line-height:22px;overflow:hidden;}
#bd_right{ width:960px;float:left; background-color:#FFFFFF;}
#bd_rightL{ width:600px; float:left; margin-left:8px;}
.bd_rightL1{border:1px solid #e1e1e1;}
.bd_rightL1_title{ background:url(img_122.gif) no-repeat left top; height:12px;}
.more2{ color:#0066cc; font-size:10px; font-family:Arial, Helvetica, sans-serif; font-weight:normal; float:right; line-height:28px; margin-right:5px;}
.more2 a{ color:#0066cc;text-decoration:none;}
.more2 a:hover{ color:#0066cc;text-decoration:underline;}
.bd_rightL1_content{height:230px;overflow:hidden;}

.bd_rightL2{border:1px solid #e1e1e1; margin-top:5px; height:178px;}
.bd_rightL2_content{overflow:hidden;width:588px;height:140px;}

#bd_rightR{ width:290px; float:right; padding-top:23px;}
.bd_rightR2_content ul.announ {width:336px;overflow:hidden;}



.p{ font-size:12px; line-height:24px; color:#666666; margin:10px; text-align:left; font-family:Arial, "宋体";}
.imgp{  padding:3px;border:1px solid #e1e1e1; float:right; margin:8px;}
.imgp2{  padding:3px;border:2px solid #e1e1e1; float:right; margin:1px;}

.prod_box{float:left;display:block;text-align:center; margin-left:13px; margin-top:15px;}
img.prod{border:1px solid #dddddd;width:125px;height:98px; padding:3px;}
a.prod_font{padding:0px;text-decoration:none;color:#777777; line-height:28px;}