*{
    padding:0;
    margin:0;
}
ul li{
    list-style-type: none;
}
a{
    text-decoration: none;
}
body{
    background: url(../images/body_bg.jpg);
}
.header-menu{
	min-width:894px;
    height: 95px;
    background: url('../images/header_bg.jpg') repeat-x center center;
    background-size: 100% 100%;
}
.header-content{
    padding-top:28px;
    width:894px;
    margin:0 auto;
}
.header-content img{
    width:254px;
}
.header-content .menu{
    display: inline-block;
    float: right;
    height: 50px;
    line-height: 50px;
}
.header-content .menu a{
    color:#fff;
}
.header-content .menu li{
    display: inline-block;
    width:100px;
    text-align: right;
    font-size:14px;
    font-weight: bold;
}
.main-content{
    width:894px;
    margin:0 auto;
}
.main-content .banner img{
    width:894px;
    margin-top:15px;
    margin-bottom:28px;
}
.main-content .title {
    display: flex;
    justify-content: space-between ;
    align-content: center;
    color:#996c33;
    /* font-weight: bold; */
}
.main-content .title span:first-child,.main-content .title span:last-child{
    width:389px;
    height:22px;
    background: url(../images/line-bg.png) repeat-x  left center;
    /* background-size: 1px 2px; */

}
.main-content .title span{ 
    display: inline-block;

}
div.web-desc-content{
    margin-top:28px;
    background:#fff;
    padding: 20px 40px 20px 26px;
    text-indent: 2em;
    line-height: 28px;
    font-size:14px;
    /* font-weight:; */
    border-radius: 10px;
    margin-bottom:37px;

}
div.web-desc-content p:first-child{
    color:#996c33;
}
.zyly-content{
    margin-bottom: 29px;
}
.zyly-content    ul{
    display: flex;
    justify-content:space-between;
    margin-top:25px;
}
.zyly-content    ul li{
    width:269px;
    height: 293px;
    border-radius: 13px;
    background-color: #fff;
    overflow: hidden;
}
.zyly-content .header-title{
    background: no-repeat  left top;
    background-size:100% auto;
    height: 78px;
    opacity: 0.8;
    color:#fff;
    display: flex;
    justify-content: center;
}
.zyly-content .header-title span{
    display: inline-block;
}
.zyly-content .header-title span:nth-child(2){
    width:90px;
    line-height: 78px;
    text-align: center;
}
.zyly-content .header-title span:first-child,.zyly-content .header-title span:last-child{
    width:90px;
    background: url(../images/line_10.png) repeat-x left center;
}
.zyly-content ul  li:first-child .header-title{
    background-image: url(../images/bg_1_03.jpg);
}
.zyly-content ul li:nth-child(2) .header-title{
    background-image: url(../images/bg_1_05.jpg);
}
.zyly-content ul li:last-child .header-title{
    background-image: url(../images/bg_1_07.png);
}
.zyly-content .text-cont{
    padding-left:16px;
    padding-right: 16px;
    padding-top:16px;
}
.zyly-content .text-cont p.zy-h6{
    font-weight: bold;
    font-size:12px;
    line-height: 18px;
    margin-top:20px;
}
.zyly-content .text-cont p.zy-cont{
    font-size:12px;
    color:#5e5e5e;
    line-height: 20px;
    padding-left:5px;
}


div.dxal{
    background: #fff;
    border-radius: 10px;
    padding:40px 40px 40px 24px;
    font-size:14px;
    line-height: 28px;
    color:#777;
    margin-top:28px;
    margin-bottom:28px;

}
.lxwm{
    margin-top:28px;
    background: #fff;
    padding:20px;
    display: flex;
    align-content: flex-start;
}
.map-baidu img{
    width:435px;
}
.lxwm>div:last-child{
    margin-left:47px;
}
.lxwm>div:last-child p:first-child{
    margin-top:70px;

}
.lxwm>div:last-child p{
    display: flex;
    align-content: flex-start;
    margin-bottom:10px;
    font-size:16px;
}
.lxwm>div:last-child p span{
    display: inline-block;
}
.lxwm>div:last-child p span:last-child{
    width:319px;
}
.gzh_qr{
    font-size:16px;
    color:#996c33;
    margin-top:15px;
}
.gzh_qr img{
    width:70px;
    vertical-align: top;
    margin-left:5px;
}



footer{
	min-width:894px;
    background: #0a2b4a;
    height: 85px;
    margin-top:33px;

}










