#videoplayer {
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

#videoplayer .videoplayer-main {
    width: 100%;
    max-width: 960px;
    height: 540px;
    /* background-color: #fff; */
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#videoplayer .videoplayer-main>video {
    width: 100%;
    height: 100%;
}

#videoplayer .videoplayer-main>.videoplayer-close {
    width: 38px;
    height: 37px;
    background: url(../images/close_zxbm.png) center no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
}

#videoplayer .videoplayer-main:hover .videoplayer-close {
    opacity: 1;
}

#videoplayer iframe {
    width: 100%;
    height: 100%;
}

.header {
    background-color: #fd6628;
    padding: 18px 0 16px;
    border-bottom: 1px solid #ff8b5b;
}

.header .w1200 {
    justify-content: space-between;
    background: url("../images/header_bg.jpg") no-repeat center;
}

.header .w1200 .zsdm {
    height: 60px;
    font-size: 16px;
    color: #fefefe;
    line-height: 30px;
    margin-top: 17px;
    margin-left: -48px;
}

.header .w1200 .r_item {
    padding-top: 25px;
}

.header .w1200 .r_item a {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 18px;
    letter-spacing: 0px;
    color: #ffffff;
    margin-top: 5px;
}

.header .w1200 .r_item .search_wrap {
    width: 200px;
    height: 30px;
    background-color: #ffffff;
    border-radius: 15px;
    padding: 0 5px 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 20px;
}

.header .w1200 .r_item .search_wrap input {
    width: 145px;
    height: 30px;
    border: none;
    margin-right: 8px;
}

.header .w1200 .r_item .search_wrap .search_icon {
    cursor: pointer;
    width: 25px;
    height: 29px;
    background: url("../images/search_icon.png") no-repeat center;
}

.navigation {
    background-color: #fd6628;
}

.navigation ul {
    border-top: 1px solid #fd5009;
    justify-content: space-between;
}

.navigation ul li {
    position: relative;
    width: 130px;
}

.navigation ul li:hover,
.navigation ul li.on {
    background-color: #fff;
}

.navigation ul li:hover>a,
.navigation ul li.on>a {
    color: #fd6628;
}

.navigation ul li>a {
    font-size: 18px;
    line-height: 48px;
    letter-spacing: 1px;
    color: #ffffff;
    text-align: center;
}

.navigation ul li>a.on {
    color: #fd6628;
    background-color: #fff;
}

.navigation ul li .nav_list {
    display: none;
    width: 100%;
    position: absolute;
    top: 58px;
    left: 0;
    background-color: rgba(89, 61, 49, 0.8);
    z-index: 8;
}

.navigation ul li .nav_list a {
    font-size: 15px;
    color: #fff;
    text-align: center;
    line-height: 40px;
}

.navigation ul li .nav_list a:hover {
    background-color: #805f51;
}

.footer {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 64px;
    padding-bottom: 47px;
    background: url("../images/footer_bg.jpg") no-repeat center;
    height: 326px;
    border-top: 7px solid #feb293;

}

.footer ._l {
    width: 384px;
    border-right: 2px solid white;
}

.footer ._l p {
    font-size: 17px;
    line-height: 36px;
    letter-spacing: 0;
    color: #ffffff;
    margin-bottom: 10px;
}

.footer ._l p .text-indent {
    display: block;
    text-indent: 86px;
}

.footer ._m {
    border-right: 2px solid white;
    margin: 6px 0 0 0px;
    padding-right: 35px;
    padding-left: 35px;
}

.footer ._r {
    padding: 53px 0 0 25px;
}

.footer ._r li {
    position: relative;
    height: 94px;
    margin-right: 30px;
}

.footer ._r li:last-child {
    margin-right: 0;
}

.footer ._r li p {
    width: 180%;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 16px;
    color: #ffffff;
}

.footer ._r li .hide {
    visibility: hidden;
    position: absolute;
    top: -132px;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 120px;
    background-color: #fff;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
    overflow: hidden;
}

.footer ._r li .hide img {
    width: 110px;
    height: 110px;
    object-fit: cover;
}

.footer ._r li .hide:after {
    position: absolute;
    bottom: -14px;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    border: 7px solid transparent;
    border-top-color: #fff;
}

.footer ._r li:hover .hide {
    visibility: visible;
}

#fvContentID img {
    max-width: 90%;
    height: auto;
    object-fit: cover;
    display: block;
    margin: auto;
}
.fangwen{
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-bottom: 10px;
	z-index: 999999999;

}
.fangwen p{
    font-size: 16px;
    color: white;
	margin-right: 10px;
	line-height: 18px;
    margin-top: 5px;
}
#fangwen{
	width: 180px;
	display: none;
	background-color: #ffffff;
	position: absolute;
	top:30px;
	left: 50%;
	transform: translate(-50%,0);
	padding: 10px 0;
}
#fangwen li a{
	color: #333333;
	font-size: 16px;
    line-height: 1.2;
    padding: 6px 10px;
	text-align: center;
}
#fangwen li:hover{
	background-color: rgba(0, 0, 0, 0.3);
}


#pictureViewer{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.6);
    z-index: 9999;
}
#pictureViewer > .content{
    /* background-color: #fff; */
    position: absolute;
    width: 88%;
    max-width: 1400px;
    height: 80%;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
@media only screen and (max-width: 1920px) {#pictureViewer > .content{max-width: 1200px;}}
#pictureViewer .menu-bar{
    width: 100%;
}
#pictureViewer .menu-bar .handel{
    width: 40px;
    height: 40px;
    float: right;
    background-repeat: no-repeat;
    background-position: 50%;
    cursor: pointer;
}
#pictureViewer .menu-bar .handel:hover{
    /* background-color: #ff2e67; */

    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
#pictureViewer .menu-bar .handel.maximization{
   pointer-events: none;
}


#pictureViewer .menu-bar .handel.close-view{
    background-image: url(../images/close_icon.png);
    background-size: 30px;
}
#pictureViewer .handel-prev,
#pictureViewer .handel-next{
    display: inline-block;
    width: 80px;
    height: 80px;
    position: relative;
    top: calc(50% - 80px);
    background-repeat: no-repeat;
    background-size: 60px;
    background-position: 50%;
    cursor: pointer;

    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
#pictureViewer .handel-prev{
    background-image: url("../images/left_btn.png");
}
#pictureViewer .handel-next{
    background-image: url("../images/right_btn.png");
}
#pictureViewer .handel-prev:hover,
#pictureViewer .handel-next:hover{
    /* background-color: #ff2e67; */
    background-size: 80px;
}
#pictureViewer .picture-content{
    display: inline-block;
    width: calc(100% - 160px);
    height: calc(100% - 80px);
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
}
#pictureViewer .picture-content .cover{
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    /* max-height: 100%; */
}
#pictureViewer .counter{
    position: absolute;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    width: 100%;
    text-align: center;
    color: #fafafa;
    font-size: 13px;
}
    #pictureViewer .hide{
        display: none;
    }
    #pictureViewer .left{
        float: left;
    }
    #pictureViewer .right{
        float: right;
    }
    #pictureViewer .clear-flex{
        clear: both;
    }
    #pictureViewer img{
        max-width: 100%;
        /* max-height: 100%; */
    }

