body{
    background: #f0f3f6;
}
.header{
    height:140px;
    border-top:3px solid #d0a755;
    background: #fff;
}
.header .container{
    overflow: visible;
}
.header .logo{
    float: left;
    margin-top: 44px;
    width:264px;
    height:48px;
    background: url("../images/logoother.png") left top no-repeat;
}
.header .logo a{
    display: block;
    width:264px;
    height:48px;
}
.header .menu{
    float: right;
    margin-top: 51px;
}
.nav{
height: 30px;
line-height: 30px;
float: left;
text-align: right;
overflow: hidden;
}
.nav li{
float: left;
margin-right: 60px;
font-size: 18px;
    font-weight:bold;
}
.nav li.cur a{
    color: #d0a755;
}
.menu .lang{
    width:104px;
    height:30px;
    line-height: 30px;
    float: right;
    background: url("../images/lang.png") 10px center no-repeat;
    border:1px solid rgba(208,167,85,0.5);
    border-radius: 4px;

}
.menu .langsel{
    position: relative;
    width:104px;
    height:30px;
    padding:0 10px 0 40px;
}
.menu .langsel dt{
    font-size: 16px;
    background: url("../images/arrdown1.png") right center no-repeat;
}
.menu .langsel dd{
    position: absolute;
    left: 0%;
    top:29px;
    background: #fff;
    box-shadow:0px 5px 10px #EFF3F8,0px -5px 10px #EFF3F8;
    width:100%;
    padding:0 10px;
    border-radius: 4px;
    display: none;
}
.menu .langsel dd a{
    display: block;
}
.menu .lang select{
    width: 58px;
    height: 30px;
    line-height: 30px;
    border: 0;
    background: transparent;
    font-size: 16px;
    outline: none;
}
.lang option{
    color: #333;
}
.menu .search{
    float: right;
    height:30px;
    margin-left: 20px;
}
.menu .searchshow{
    border-bottom: 1px solid rgba(208,167,86,0.2);
}
.menu  .search-open{
    display: none;
    width: 200px;
}
.menu .search input{
    width:180px;
    height:30px;
    line-height: 30px;
    font-size: 15px;
    color: #333;
    background: none;
    border: 0;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #999;
    font-size: 15px;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #999;
    font-size: 15px;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #999;
    font-size: 15px;
}
:-moz-placeholder { /* Firefox 18- */
    color: #999;
    font-size: 15px;
}

.menu .search button,.menu .search .searchbtn{
    height:30px;
    width:18px;
    float: right;
    border:0;
    background: url("../images/searchicon1.png") center center no-repeat;
    cursor: pointer;
}
.container{
width:1200px;
margin: 0 auto;
overflow: hidden;
}

.path{
text-align: right;
height: 57px;
line-height: 57px;
margin-top: 20px;
    font-size: 15px;
overflow: hidden;
}
.path span{
    background: url("../images/home.png") left center no-repeat;
    padding-left:30px;
}
.path a:last-child{
color: #d0a755;
font-weight:bold;
}

.mt{
height: 80px;
line-height: 80px;
    border-bottom: 1px solid #dfdfdf;
}
.mt span{
float: left;
font-size: 26px;
font-weight: bold;

position: relative;
}
.mt .more{
float: right;
font-size: 16px;

}
.u-list{
margin-top:10px;
}
.u-list li{
height: 44px;
line-height: 44px;
background: url("../images/dot.png") left center no-repeat;
padding-left:15px;
text-align: right;
position: relative;
}
.u-list li a{
float: left;
height: 44px;
text-align: left;
width:100%;
font-size: 16px;
text-overflow:ellipsis; white-space:nowrap; overflow:hidden;
}
.u-list li span{
position: absolute;
right: 0;
height: 37px;
line-height: 37px;
color: #999999;
}

.footer{
background:#af7e36;
height: 140px;
text-align: left;
    margin-top: 80px;
overflow: hidden;
}
.footer ul{
    float: left;
    margin-top: 25px;
}
.footer ul li{
    font-size: 14px;
    color: #fff;
    font-weight:bold;
    line-height: 2;
}
.footer img{
    float: right;
    margin-top: 30px;
}

.borderbox{
    border-top:3px solid #d0a755;
    background: #fff;
    padding:0 40px 60px;
    overflow: hidden;
}

.borderbox .mt{
    margin-top: 33px;
}
.borderbox .mt span{
    font-size: 28px;
    font-weight: bold;
    position: relative;
    height:80px;
    color: #d0a755;
}
.borderbox .mt span:after{
    content: '';
    position: absolute;
    left:0;
    bottom:0;
    height:2px;
    width:100%;
    background: #d0a755;
}
.list li{
    margin-top: 40px;
    padding-bottom: 40px;

    overflow: hidden;
}
.list li > span{
    float: left;
    width:125px;
    font-size: 30px;
    margin-right: 30px;
    position: relative;
}
.list li span em{
    display: block;
    font-size: 16px;
    margin-top: 10px;
    padding-left:38px;
}
.list li span:after{
    position: absolute;
    right:0;
    top:13px;
    content: '';
    float: right;
    width:20px;
    height: 1px;
    background: #ccc;
}
.list li .text{
    float: left;
    width:705px;
    word-break: break-all;
    text-align: justify;
}
.list li .text strong{
    display: block;
    font-size: 18px;
}
.list li .text p{
    font-size: 15px;
    line-height: 30px;
    margin-top: 10px;
}
.list li .pic{
    float: right;
    width:200px;
}
.list li .pic img{
    width:200px;
    height:133px;
}
.page{
    padding:40px 0 0;
    text-align: left;
    border-top: 1px solid #e4eaeb;
}
.page ul{
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
}
/* .page li{
    float: left;
    min-width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size:14px;
    margin-right: 5px;
    overflow: hidden;
} */
.page a,.page span{
    float: left;
    min-width: 40px;
    height: 40px;
    line-height: 40px;
    background: #e9ebee;
    padding:0 16px;
    margin-right: 5px;
    border-radius: 4px;
}
.page a{
    display: none;
}
.page a.prev,.page a.next{
    display: block;
}
.page span{
    background: none;
    padding: 0;
    margin-right: 0;
    min-width: auto;
}
.page span.active{
    display: none;
}
.page a:hover{
    background: #d0a755;
    color: #fff;
}

.page input{
    border:1px solid #dddddd;
    background: #fff;
    height: 40px;
    line-height: 40px;
    width:40px;
    text-align: center;
    font-size: 16px;
    margin: 0 5px;
    float: left;
    border-radius: 4px;
}
.page a.jump-btn{
    padding: 0;
    display: block;
    width:50px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: #d0a755;
    border:0;
    border-radius: 4px;
    margin-left: 5px;
}
.page span.active{
    background: #d0a755;
    color: #fff;
}


.detail{
    font-size: 16px;
    line-height: 2;
}
.detail h1{
    border-bottom: 1px solid #e4eaeb;
    padding-bottom: 20px;
    text-align: center;
    font-size: 26px;
    margin-top: 33px;
}
.detail h1 small{
    display: block;
    font-size: 15px;
    color: #666666;
    font-weight: normal;
    margin-top: 5px;
}
.detail p{
    /*margin-top: 20px;*/
    text-align: justify;
}
.detailcont img{
    display: block;
    margin:0 auto;
    max-width: 800px;
}
.zeren .detail{
    float: left;
    width:663px;
    margin-top:20px;
}
.zerenimg{
    float: right;
    margin:75px 40px 0 0;

}
.fenye{
    background: url("../images/border.jpg") left top repeat-x;
    margin:30px 0 0;
    padding-top:30px;
    overflow: hidden;
}
.fenye ul{
    float: left;
    line-height: 30px;
    font-size: 15px;
}

.fenye ul a:hover{
    color: #005eb8;
    text-decoration: underline;
}
.bdsharebuttonbox{
    float: right;
    margin-top:10px;
}
.bdsharebuttonbox span{
    float: left;
    font-size: 13px;
    color: #666666;
    line-height: 30px;
    height: 30px;
    margin:6px 6px 6px 0;
}
.bdshare-button-style1-24 .bds_qzone{
    background: url("../images/qq.jpg") left top no-repeat;
    background-size:contain;
}
.bdshare-button-style1-24 .bds_tsina{
    background: url("../images/weibo.jpg") left top no-repeat;
    background-size:contain;
}
.bdshare-button-style1-24 .bds_weixin{
    background: url("../images/wechat.jpg") left top no-repeat;
    background-size:contain;
}
.infocont .mt{
    margin-bottom: 40px;
}
.mt li{
    float: left;
    font-size: 18px;
    font-weight: bold;
    margin-right: 135px;
}
.mt li.cur{
    font-size: 28px;
    position: relative;
}
.mt li.cur:after{
    content: '';
    position: absolute;
    left:0;
    bottom:0;
    height:3px;
    width:100%;
    background: #d0a755;
}
.mt li.cur a{
    color: #d0a755;
}
.infocont img{
    margin-bottom: 30px;
}
.gaoguan ul{
    width: 100%;
    overflow: hidden;
}
.gaoguan li{
    float: left;
    width:25%;
    text-align: left;
    font-size: 15px;
    margin-top: 40px;
    height: auto;
}
/* .gaoguan li:nth-child(4),.gaoguan li:nth-child(5),.gaoguan li:nth-child(6),.gaoguan li:nth-child(7){
    width:25%;
}
.gaoguan li:nth-child(8),.gaoguan li:nth-child(9){
    width:49.5%;
} */
.gaoguan li img{
    width:170px;
    height:215px;
}
.gaoguan li span{
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin:15px 0 10px;
    color: #d0a755;
}
.gaoguan-detail dl{
    margin-top: 30px;
}
.gaoguan-detail dt{
    float: left;
    width:170px;

}
.gaoguan-detail dt img{
    width:100%;
}
.gaoguan-detail dd{
    width:calc(100% - 210px);
    float: right;
    padding-top:30px;
}
.gaoguan-detail dd strong{
    display: block;
    height:105px;
    border-bottom: 1px solid #dfdfdf;
    font-size: 16px;
    padding-top:20px;
}
.gaoguan-detail dd strong span{
    font-size: 28px;
    display: block;
    color: #d0a755;
    margin-bottom: 10px;
}
.gaoguan-detail dd p{
    font-size: 16px;
    line-height: 2;
    margin-top: 20px;
}
.frecont ul{
    margin:0 -15px;
    overflow: hidden;
}
.frecont li{
    float: left;
    width:380px;
    padding:30px 15px 0;
}
.frecont li a{
    display: block;
    border:1px solid #fef3de;
    width:350px;
    height:100px;
}
.frecont li a img{
    width:100%;
    height:98px;
}
#jjjjvideo{
    width:48.2%;
    height:auto;
    margin:25px 0 20px 25px;
    float:right;
}




@media (max-width:1024px) {
    .fiexbody{
        height:100%;
        width:100%;
        overflow: hidden;
    }
    .container {
        width: 100%;
        padding:0 15px;
    }
    .header{
        height:60px;
        background: #fff;
        border-top:1px solid #d0a755;
    }
    .header .logo{
        background-image: url("../images/logoother.png");
        background-size: 100%;
        height:28px;
        width:154px;
        margin:15px 0 0 0;
    }
    .header .menubtn{
        background: url("../images/menubtn.png") left center no-repeat;
        background-size: 100%;
        width:18px;
        height:18px;
        float: right;
        margin:18px 0 0 0;
        cursor: pointer;
    }
    .header .menuclose{
        background-image: url("../images/close.png");
        background-size: 100%;
    }
    .header .menu{
        position: absolute;
        left:0;
        top:60px;
        bottom:0;
        width:100%;
        height:100%;
        margin:0;
        float: none;
        background: #fff;
        display: none;
        z-index: 999;
    }
    .menu .lang{
        height:42px;
        float: none;
        width:100%;
        padding:0;
        border-top:1px solid #d0a755;
        border-bottom:1px solid #d0a755;
        text-align: center;
        position: absolute;
        left:0;
        top:0;
        border-radius: 0;
    }
    .menu .lang ul{
        display: flex;
    }
    .menu .lang ul li{
        flex: 1;
        height:41px;
        line-height: 41px;
        font-size: 12px;
        border-left:1px solid #d0a755;
    }
    .menu .lang ul li:nth-child(1){
        border: 0;
    }
    .menu .lang ul li.cur{
        background: #d0a755;
    }
    .menu .lang ul li a{
        color: #d0a755;
    }
    .menu .lang ul li.cur a{
        color: #fff;
    }
    .menu .search{
        float: none;
        margin: 60px 0 0;
        width:100%;
        height:40px;
        padding:0 15px;
    }
    .menu .search-open{
        width:100%;
        background: #f5f5f5;
        display: block;
        height:40px;
        padding:0 15px;
    }
    .menu .search-open input{
        float: left;
        width:90%;
        height:40px;
        line-height: 40px;
        font-size: 15px;
        color: #333;
    }
    ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: #333;
        font-size: 15px;
    }
    ::-moz-placeholder { /* Firefox 19+ */
        color: #333;
        font-size: 15px;
    }
    :-ms-input-placeholder { /* IE 10+ */
        color: #333;
        font-size: 15px;
    }
    :-moz-placeholder { /* Firefox 18- */
        color: #333;
        font-size: 15px;
    }
    .menu .search button{
        width:10%;
        height:40px;
        background: url("../images/searchicon1.png") right center no-repeat;
    }
    .nav{
        width: 100%;
        height:auto;
        float: none;
        padding:0 15px;
        text-align: left;
        margin-top: 42px;
    }
    .nav li{
        float: none;
        height:60px;
        line-height: 60px;
        border-bottom: 1px solid #cccccc;
        margin:0;
        font-size: 15px;
    }
    .nav li a,.nav li a, .nav li.cur a{
        color: #333;
    }
    .path{
        height:42px;
        line-height: 42px;
        text-align: left;
        margin:0;
    }
    .borderbox{
        border-top-width: 1px;
        padding: 0 15px 30px;
    }
    .footer{
        background: none;
        margin-top: 20px;
        height:auto;
        padding-bottom: 20px;
    }
    .footer ul{
        float: none;
        text-align: center;
        margin:0;
    }
    .footer ul li{
        color: #999999;
        font-size: 12px;
        font-weight: normal;
    }
    .footer ul li a{
        color: #999999;
    }
    .footer img{
        display: none;
    }
    .mt{
        height:55px;
        line-height: 55px;
        overflow: hidden;
    }

    .mt li{
        margin:0;
        width:33.333%;
        font-size: 15px;
        font-weight: normal;
        text-align: center;
    }
    .mt li.cur{
        font-size: 17px;
    }
    .mt li.cur:after{
        height:1px;
    }
    .gaoguan-detail dt{
        float: none;
        width: 100%;
        text-align: center;
    }
    .gaoguan-detail dt img{
        width:85px;
    }
    .gaoguan-detail dd{
        width:100%;
        float: none;
        padding-top:0;
    }
    .gaoguan-detail dd strong{
        text-align: center;
        font-size: 14px;
        height:77px;
        padding-top:15px;
        font-weight: normal;
    }
    .gaoguan-detail dd strong span{
        font-size: 17px;
        margin-bottom: 5px;
    }
    .gaoguan-detail dd p{
        font-size: 14px;
    }
    .borderbox .mt{
        margin-top: 10px;
    }
    .borderbox .mt span{
        height:55px;
        font-size: 17px;
    }
    .list li{
        margin-top:20px;
        padding-bottom: 20px;
        min-height: 60px;
    }
    .list li span{
        margin:10px 0 0;
        font-size: 14px;
        color: #666666;
    }
    .list li span em{
        font-size: 14px;
        color: #666666;
        display: inline;
        padding:0;
    }
    .list li span:after{
        background: none;
    }
    .list li .text{
        width:calc(100% - 120px);
    }
    .list li .text strong{
        font-size: 15px;
    }
    .list li .text p{
        display: none;
    }
    .list li .pic{
        width:100px;
        height:66.5px;
    }
    .list li .pic img{
        width:100px;
        height:66.5px;
    }
    .page{
        text-align: center;
        font-size: 12px;
    }
    /* .page li{
        font-size: 12px;
        height:25px;
        line-height: 25px;
        margin-right: 2px;
    } */
    .page a,.page span{
        height:25px;
        line-height: 25px;
        padding:0 6px;
    }
    .page span{
        padding: 0;
    }
    /* .page li.pagetz{
        margin-left: 0;
    } */
    .page input{
        height:25px;
        line-height: 25px;
        width:25px;
    }
    .page a.jump-btn{
        height:25px;
        line-height: 25px;
        width:46px;
        font-size: 12px;
    }
    .detail img{
        width:100%;
		height:auto;
    }
    .detail{
        font-size: 14px;
    }
    .detail h1{
        font-size: 17px;
    }
    .detail h1 small{
        font-size: 12px;
    }
    .infocont .mt{
        margin-bottom: 20px;
    }
    .infocont img{
        margin-bottom: 15px;
    }
    .gaoguan li{
        width:100%!important;
        text-align: left;
        margin-top: 20px;
        height: auto;
    }
    .gaoguan li img{
        width:85px;
        height:107.5px;
        float: left;
    }
    .gaoguan li p{
        float: right;
        width:calc(100% - 105px);
        margin-top: 20px;
    }
    .gaoguan li span{
        font-size: 17px;
    }
    .zerenimg{
        float: none;
        width:100%;
        margin:20px auto;
        text-align: center;
    }
    .zerenimg img{
        width:165px;
    }
    .zeren .detail{
        margin-top: 0;
        float: none;;
        width: 100%;
    }
    .bdsharebuttonbox{
        display: none;
    }
    .frecont ul{
        margin: 0 -7.5px;
    }
    .frecont li{
        width:50%;
        padding:0 7.5px;
        margin-top: 15px;
    }
    .frecont li a{
        width:100%;
        height:43px;
    }
    .frecont li a img{
        width: 100%;
        height:auto;
    }
    #jjjjvideo{
        width:100%;
        height:auto;
        margin:10px 0;
    }
}
