@charset "utf-8";
/* CSS Document */
*{
    margin: 0;
    padding: 0;
}
ul,li{
    list-style-type: none;
}
a{
    text-decoration: none;
}
img{
    border: 0;
    vertical-align: middle;
}
.clearfix:after{
    height: 0;
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
}
body{
    background: #bf9233 url(bg-text.png) repeat-x center center fixed;
    color: #4e4635;
}
.top_t{
    width: 100%;
    max-width: 960px;
    margin: auto;
    background: url(footer-bg.jpg);
    height: 30px;
    padding-bottom: 10px;
    padding-top: 10px;
}
.top_t .top_t_l{
    width: 50%;
    float: left;
    margin-left: 1%;
}
.top_t .top_t_l a{
    display: inline-block;
}
.top_t .top_t_l a.top_t_l_f{
    width: 30px;
    height: 30px;
    background: url(f1.png) no-repeat;
}
.top_t .top_t_l a.top_t_l_p{
    width: 30px;
    height: 30px;
    background: url(p1.png) no-repeat;
}
.top_t .top_t_l a.top_t_l_f:hover{
    background: url(f.png) no-repeat;
}
.top_t .top_t_l a.top_t_l_p:hover{
    background: url(p.png) no-repeat;
}
.top_t .top_t_r{
    width: 40%;
    float: right;
    text-align: right;
    margin-right: 2%;
    margin-top: 5px;
}
.top_t .top_t_r a.bottom{
    color: #fff;
    background: #a1b543;
    border-radius: 10px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 12px;
    padding-top: 3px;
    padding-bottom: 3px;
}
.top_h{
    width: 100%;
    max-width: 960px;
    margin: auto;
    background: url(header.jpg);
    height: 155px;
    padding-top: 5px;
}
.top_h_l{
    float: left;
}
.top_h_l img{
    margin-bottom: 0;
}
.top_h_c{
    float: left;
}
.top_h_c img{
    margin-top: 40px;
}
.top_h_r{
    float: right;
    padding-top: 30px;
    padding-right: 1%;
}
.top_h_r p{
    color: #000;
    text-align: center;
    text-shadow: 0 0 8px #000;
}
.nav{
    width: 100%;
    max-width: 960px;
    margin: auto;
    height: 95px;
    background: url(menu-bg.jpg);
    position: relative;
}
.nav ul{
    padding-left: 4%;
    padding-top: 15px;
}
.nav ul li{
    margin-right: 2%;
	margin-left:2%;
    float: left;
    height: 75px;
}
.nav ul li span{
    color: #c0b891;
    font-size: 12px;
}
.nav ul li p{
    color: #fffae4;
    font-size: 20px;
}
.nav ul li:hover{
    border-bottom: 5px solid #b79a65;
}
.nav ul li ul.ser_nav{
    background: url(dropdown-menu.jpg) repeat scroll 0 0 #b89a62;
    z-index: 1000;
    padding: 0;
    position: absolute;
    top: 95px;
    width: 235px;
    padding: 10px;
    display: none;
}
.nav ul li ul.ser_nav li{
    width: 100%;
    line-height: 30px;
    height: auto;
    
}
.nav ul li ul.ser_nav li a{
    color: #fffae4;
    display: block;
}
.nav ul li ul.ser_nav li a:hover{
    color: #644840;
}
.nav ul li ul.ser_nav li:hover{
    border:0;
}
.main{
    width: 100%;
    max-width: 960px;
    margin: auto;
    background: url(content-bg.jpg) left top repeat-x;
    padding-top: 60px;
    padding-bottom: 50px;
    background-color: #fffae4;
}
.main .main_t .main_t_l{
    margin-left: 2%;
    float: left;
    width: 70%;
}
.main h1{
    background: url(title-border.png) repeat-x scroll center bottom rgba(0, 0, 0, 0);
    line-height: 45px;
    padding-bottom: 5px;
    width: 100%;
    margin-bottom: 30px;
}
.main h1 span{
    background: url(title-bg.jpg) repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    color: #fffae4;
    font-size: 24px;
    padding-left: 2%;
}
.main .main_t .main_t_l p{
    padding-bottom: 10px;
}
.main .main_t .main_t_r{
    float: left;
    width: 23%;
    margin-left: 3%;
}
.main h2{
    background: url(sidebar-title-border.png) repeat-x scroll center bottom rgba(0, 0, 0, 0);
    line-height: 38px;
    padding-bottom: 5px;
    width: 100%;
    margin-bottom: 30px;
}
.main h2 span{
    background: url(sidebar-title.jpg) repeat-x;
    display: block;
    color: #fffae4;
    font-size: 18px;
    font-weight: normal;
    padding-left: 5%;
}
.main ul.lieb li{

    margin-bottom: 10px;
}
.main ul.lieb li a{
    color: #4e4635;
}
.main .main_c .main_c_l{
    width: 70%;
    float: left;
    margin-left: 2%;
}
.main .main_c .main_c_r{
    float: left;
    width: 23%;
    margin-left: 3%;
}
.main .main_c .main_c_l .main_c_l_b{
    width: 100%;
}
.main .main_c .main_c_l .main_c_l_b ul li{
    margin-bottom: 50px;
}
.main .main_c .main_c_l .main_c_l_b ul li span{
    display: block;
    font-size: 24px;
    text-align: center;
    float: right;
    color: #f00;
}
.main .main_c .main_c_l .main_c_l_b ul li h5{
    font-size: 24px;
    margin-bottom: 15px;
}
.main .main_c .main_c_l .main_c_l_b ul li a{
    padding: 5px 5px;
    float: left;
    font-size: 20px;
    color: #000;
}
.main .main_c .main_c_r ul.tp li{
    border: 3px solid #ebaa98;
    margin-top: 20px;
    transition: all 300ms linear 0s;
}
.main .main_c .main_c_r ul.tp li:hover{
    border: 3px solid #a06c5d;
}
.main_c_r p{
    font-size: 14px;
    margin-bottom: 20px;
}
.foot{
    background: url(footer-bg.jpg);
    width: 100%;
    max-width: 960px;
    margin: auto;
}
.foot p{
    line-height: 50px;
    text-align: center;
}
.wap_nav{
    display: none;
}

/*video*/
.er_dh{
    width: 100%;
    max-width: 940px;
    margin: auto;
    background: url(btn-bg-hover.jpg);
    line-height: 65px;
    padding-left: 20px;
    text-shadow:-1px -1px 0 #596a13;
}
.er_dh a{
    font-size: 20px;
    color: #c1d56d;
    
}
.er_dh span{
    font-size: 24px;
    color: #c1d56d;
}
.er_dh b{
    font-size: 30px;
    color: #fffae4;
    margin-top: 5px;
}
.main_er{
    width: 100%;
    max-width: 960px;
    margin: auto;
    background: #fffae4;
    padding: 45px 0;
}
.main_er .main_er1{
    margin: 0px 0px 50px -10px;
    padding: 0px 0px 0px 10px;
}
.main_er .main_er1 .post-title{
    padding:10px 10px 10px 20px;
    max-width: 920px;
    width: 100%;
    float: left;
    margin: 0px 0px 0px -10px;
    position: relative;
    background: url("title-bg.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 50px;
}
.post-title .featured{
    height: 70px;
    float: left;
    display: block;
    padding: 0px 20px 0px 0px;
    margin: -10px 15px -10px -20px;
    line-height: 38px;
    font-size: 18px;
    background: url("featured.png") no-repeat scroll right center rgba(0, 0, 0, 0);
    color: #fffae4;
}
.post-title .featured span{
    height: 55px;
    padding: 15px 10px 0px 20px;
    float: left;
    display: block;
    background: url("btn-bg-hover.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.post-title h2{
    font-size:25px;
    line-height:50px;
    float:left;
    margin: 0;
    width: 70%;  
}
.post-title h2 a{
    color: #fffae4;
}
.post-title .readmore{
    float: right;
}
.readmore{
    width:50px;
    height: 50px;
    display: block;
    -webkit-transition:all 400ms ease-in-out;
    transition:all 400ms ease-in-out;
    background:url("readmore.png") no-repeat scroll center center #bfb092;
}
.readmore:hover{
    background: url("readmore.png") no-repeat scroll center center;
}
.post-title .arrow{
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-bottom: 4px solid transparent;
    position: absolute;
    bottom: -8px;
    left: 0;
    border-right:5px solid #453829;
    border-top: 4px solid #453829;
}
.post-content{
    margin: 18px 0px 0px 10px;
    width: 91%;
}
.post-thumb{
    display: block;
}
.post-thumb img{
    margin-bottom: 15px;
    margin-top: 30px;
    margin-left: 50px;
    border: 5px solid #617b00;
}
.post-thumb iframe{
    margin-top: 30px;
    margin-left: 4%;
    height: 630px;
}
.main_ser{
    padding: 10px;
}
.main_ser h3{
    font-size: 24px;
    color: #322f20;
    padding-bottom: 30px;
}
.main_ser ul li{
    padding-bottom: 50px;
}
.main_ser ul li span{
    float: left;
    margin-right: 3%;
    border: 4px solid #ebaa98;
}
.main_ser ul li h4{
    float: left;
    font-size: 24px;
}
.main_ser ul li h4 a{
    color: #687719;
}
.main_ser ul li p{
    display: block;
    float: right;
    line-height: 31px;
    margin-right: 5%;
    text-indent: 0;
}
.main_img{
    width: 98%;
    margin: auto;
    border: 5px solid #617b00;
}
.main_img img{
    width: 100%;
}
.main_ser b{
    display: block;
    padding-top: 30px;
    padding-bottom: 15px;
}
.main_ser p{
    padding-bottom: 10px;
}
.main_ser p b{
    padding: 0;
}
.contact ul.contact_ul{
    width: 100%;
    margin-top: 50px;
}
.contact ul.contact_ul li{
    width: 33.3%;
    padding-bottom: 10px;
    float: left;
}
.contact ul.contact_ul li h5{
    text-align: left;
    font-size: 24px;
    padding-bottom: 20px;
}
.contact ul.contact_ul li span{
    border: 0;
    float: left;
}
.contact ul.contact_ul li p{
    float: left;
    width: 80%;
    margin-right: 0;
    text-align: left;
    line-height: 25px;
    padding-top: 8px;
}
.main_img1{
    width: 49%;
    text-align: center;
    float: left;
    margin-bottom: 30px;
}
.main_img1 img{
    border: 1px solid #ccc;
}
a.dblj{
    color: #fff;
}
a.dblj:hover{
    color: #4e4635;
}
.main_img2{
    width: 95%;
    margin: auto;
    border: 5px solid #617b00;
}
.main_img2 img{
    width: 100%;
}
.main_ser h6{
    line-height:50px;
    font-size: 30px;
    text-align: center;
    margin-top: 50px;
}
.main_ser p{
    font-size: 16px;
    text-indent: 2rem;
	line-height:25px;
}
ul.gallery{
    width: 100%;
}
ul.gallery li{
    float: left;
    width: 25%;
    text-align: center;
}
ul.gallery li img{
    width: 90%;
}
ul.gallery li{
	height:158px;
	overflow:hidden;
}
ul.gallery li{
	margin-bottom:50px;
	padding-bottom:0;
}
.gallery1{
    width: 100%;
    min-height: 100%;
    background: rgba(0,0,0,0.8);
    position: fixed;
    top: 0;
    text-align: center;
    display: none;
}
.gallery1 img{
    margin-top: 120px;
}
.gallery1 a.gb{
    color: #ccc;
    font-size: 30px;
    position: absolute;
    top: 20px;
    right: 50px;
}
.main_ser .bro{
	width:100%;	
	text-align:center;
}
.main_ser .bro img{
	width:98%;
}
.main_ser .bro h4{
	font-size:24px;
	padding-top:20px;
	line-height:50px;
}
.main_ser .bro p{
	text-align:left;
	padding-bottom:50px;
}
.main_ser .about p{
	padding-bottom:10px;
}
.ser_list{
	width:50%;
	margin:auto;
	margin-bottom:20px;
}
.ser_list img{
	width:100%;
}
@media screen and (max-width:600px){
.top_h_c{
    width: 100%;
}
.top_h{
	height:170px;
}
.top_h_c img{
    margin-top:10px;
    width: 100%;
}
.top_h_r{
    width: 100%;
    margin: auto;
    padding-top: 0px;
}
.wap{
    text-align: right;
}
.wap_nav{
    display: block;
    width: 40px;
    height: 40px;
    background: #272413;
    border-radius: 5px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    float: right;
    margin-right: 20px;
}
.wap_nav img{
    width: 70%;
    margin-top: 10px;
}
.nav{
    display: none;
    height: auto;
    background: #201d0e;
}
.nav ul{
    padding:15px 0;
}
.nav ul li{
    width: 90%;
    margin: auto;
    height: auto;
    float: none;
    border-bottom: 1px solid #c0b891;
    padding-bottom: 5px;
}
.nav ul li:hover{
    border-bottom:1px solid #c0b891;
}
.main .main_t .main_t_l{
    width: 96%;
}
.main .main_t .main_t_r{
    width: 96%;
    margin-left: 2%;
}
.main .main_c .main_c_l{
    width: 96%;
}
.main .main_c .main_c_r{
    width: 96%;
    margin-left: 2%;
}
.main .main_c .main_c_l .main_c_l_b ul{
    width: 90%;
    margin: auto;
}
.main .main_c .main_c_l .main_c_l_b ul li{
    width: 100%;
}
.main .main_c .main_c_l .main_c_l_b ul li{
    margin-bottom: 20px;
}
.main .main_c .main_c_r ul.tp li img{
    width: 100%;
}
.post-thumb img{
    width: 100%;
    margin-left:5px;
}
.er_dh{
    width: 95%;
}
.post-title h2{
    font-size: 20px;
}
.readmore{
    display: none;
}
.main_er .main_er1 .post-title{
    width: 95%;
}
.post-thumb iframe{
    height: 280px;
}
.post-content{
    margin: 0;
}
.foot p{
    line-height: 25px;
}
.main_ser ul li{
    padding-bottom: 30px;
}
.main_ser ul li span{
    display: block;
    width: 60%;
    float: none;
}
.main_ser ul li span img{
    width: 100%;
}
.main_ser ul li h4{
    float: none;
}
.main_ser ul li p{
    float: none;
}
.contact ul.contact_ul li{
    width:100%;
}
.contact ul.contact_ul li span{
    width: auto;
}
.contact ul.contact_ul li p{
    line-height: 50px;
}
.main_img1{
    width: 95%;
    text-align: center;
    float: left;
    margin-bottom: 30px;
    padding-left: 3%;
}
.main_img1 img{
    width: 99%;
    border: 1px solid #ccc;
}
.main_ser h6{
    font-size: 26px;
    margin-top: 20px;
}
.main_ser p{
    font-size: 16px;
}
ul.gallery li{
    float: left;
    width: 50%;
    text-align: center;
}
.gallery1 img{
    width: 95%;
    margin-top: 150px;
}
.gallery1 a.gb{
    right: 20px;
}
.ser_list{
	width:95%;
}
.main .main_c .main_c_l .main_c_l_b ul li span{
font-size:20px;}
.main .main_c .main_c_l .main_c_l_b ul li a{
font-size:18px;}

}