:root{
    --zt_color--: #298657;
    --zt_deep_color--: #0a6e3c;
    --moban_color--:#298657;
}

body {
	font-family: 'Microsoft Yahei' !important;
	overflow-x: hidden !important;
}

* {
	font-family: 'Microsoft Yahei';
}
.top-nav-active {

}
.top-nav-active>a {
    font-weight: 700;
    color: #0388bf ;
}

a:hover {
	color: var(--zt_deep_color--);
	text-decoration: none;
}
a{ transition: all 0.3s;}
a:visited{text-decoration: none;} 

a:active{text-decoration:none;}
ul {
	padding-left: 0px;
}

ul li {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
    margin: 0;
}


.clear {
	clear: both;
}

.cl:after {
	content: "";
	height: 0;
	display: block;
	visibility: hidden;
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

img {
	border: none;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden
}

.clearfix {
	zoom: 1
}

.logow{ width: 100%;color: #fff; position: relative;}
.menu >ul >li >a{ 
    width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 0.2rem; 
        color: #000;}
.menu >ul >li >a:hover{ color: #fffb97;}
.menu >ul >li{ float: left; width: 11.11%; text-align: center; position: relative;}

.logo-right > span{ display:inline-block; border: 1px solid #fff;}
.logow > div{ position: absolute; width: 100%; z-index: 99999; box-sizing: border-box;}
.menu{ padding-top: 0px;}
#menulistt>li>ul{
     background: rgba(41, 134, 87,0.9);
    width: 100%;
    position: absolute;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top center;
    transition: .3s;
}
#menulistt>li>a:hover {
    /* border-top: 4px solid #f1b500; */
    color: #0388bf;
}

#menulistt>li:hover>ul{
    transform: scaleY(1) ;
    width: 100%;
    opacity: 1 ;
    transform-origin: top center;
    transition: .3s;
}

#menulistt>li>ul>li>a{ 
    display: block;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.18rem;
    }
#menulistt>li>ul>li>a:hover{ background-color:#deeff6; color: var(--moban_color--);}

.appmun a{
    color: #fff;
    padding: 10px;
    padding-left: 34px;
    font-size: 16px;
    /* padding-right: 10px; */
    }
.appmun{padding-top: 20px;border-bottom: 1px solid var(--zt_color--);padding-bottom: 20px;}
.appmun p {
    margin: 10px 0 0 10px;
    font-size: 16px;
    color: #fff;
}
.appmun p a{
    padding: 0;
    margin-right: 15px;
}


.zoomImg,.imgde{width:100%;overflow:hidden;position:relative;display:block;background: url() #f5f5f5 no-repeat center;}
.zoomImg:before{position:absolute;top:0;left:-90%;z-index:2;display:block;content:"";width:50%;height:100%;opacity:.25;pointer-events:none;background:-webkit-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);background:linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);-webkit-transform:skewX(-25deg);-ms-transform:skewX(-25deg);transform:skewX(-25deg);z-index: 3}
.zoomImg img{width:100%;transition: .5s;height: 100%;object-fit: cover;position: relative;z-index: 1}
.imgde img{width:100%;transition: .5s;height: 100%;object-fit: cover;position: relative;z-index: 1}
.zoomImg.noms:before{display: none}
.zoomImg.mask:after{content: '';position: absolute;left: 0;right: 0;bottom: -1px;height: 40%;z-index: 2;pointer-events: none;background:url() repeat-x top center;background-size:auto 100%;}

.zoomImg:hover:before{-webkit-animation:shine .75s;animation:shine .75s}
.zoomImg:hover img{-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05)}
a:hover .zoomImg:before{-webkit-animation:shine .75s;animation:shine .75s}
a:hover .zoomImg img{-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05)} 




@media screen and (max-width: 1024px) {
    .m-search {
		margin: 0 15px;
		padding-right: 50px;
		padding-left: 10px;
		padding-top: 5px;
		padding-bottom: 5px;
		position: relative;
		line-height: 35px;
		margin-top: 15px;

	}

	.m-search input[type="text"] {
		display: block;
		width: 100%;
		padding-left: 20px;
		line-height: 35px;
		background: none;
		color: #fff;
		border: 1px solid #ddd;
		border-radius: 20px;
		padding-right: 30px;
	}

	.m-search input[type="text"]::placeholder {
		color: #fff;
	}

	.m-search input[type="image"] {
		position: absolute;
		right: -1px;
		top: 6px;
		height: 15px;
		background: none;
		padding: 10px;
		border-radius: 20px;
	}
}
@media screen and (max-width: 988px) and (min-width: 760px){
	.poster-main{ margin-left: auto;}
	.indexfwdttitle img{ width: 27%;}
	.indexlunbo{ margin: 31px 0;}
	
}

@media screen and (max-width: 400px) and (min-width: 350px){
	.poster-main{ margin-left: -46%;}
	
}

/*移动端导航*/
@media screen and (max-width: 1024px) and (min-width: 0px){
   .msgNum{display: none;}
   .slider{margin-top: 44px;}
   .head{display:none}
   .m_img {
    display: block;
    height: 48px;
    background: none;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 9999;
    overflow: hidden;
    background-color: var(--moban_color--);
    /* background: url(../img/top_bg.jpg) no-repeat 100%; */
    position: absolute;
}
   .m_img .headlf{padding-top:4px;padding-left:4px;float: left;}
   .m_img .headlf .m_logo{height:40px;display: block}
   .m_img .headrg{padding-right:3%;padding-top:10px;float: right;}
   .m_img .headrg a .m_menuimg{height:25px;vertical-align:top;display: block}
   .m_nav {display:block;position:fixed;top:0px;left:0px;width:0px;height:0px;overflow:hidden;z-index:10000}
   .m_nav .closecover{position:absolute;width:100%;height:100%;background:rgba(11,13,25,0.8);left:0px;top:0px;z-index:1;opacity:0.9 !important;}
   .m_nav .closeicon{position: absolute;
    width: 54px;
    left: auto;
    top: 2%;
    right: -3px;
    z-index: 100;
    z-index: 99999;
    text-align: center;
    filter: alpha(opacity=0);
    opacity: 0;}
   .m_nav .m_navList{position:absolute;width:80%;right:0px;top:0px;background-color: var(--moban_color--);height:100%;z-index:100;right:-80%;overflow-y: scroll;}
   .m_nav .m_navList ul{padding-left:5%;padding-right:5%}
   .m_nav .m_navList ul li{border-bottom:1px solid var(--zt_color--)}
   .m_nav .m_navList ul li a{display:block;height:45px;color:#fff;line-height:45px;padding-left:5%;font-size:16px}
   .m_nav .m_navList ul li .m_f_a{display: flex;align-items: center;justify-content: space-between; width: 100%}
   .m_nav .m_navList ul li .m_f_a a{flex: 1;}
   .m_nav .m_navList ul li .m_f_a i{width: 40px;height:35px;box-sizing: border-box; padding:0 5px; display: block;}
   .icon{ background:url(../imgs/plus.png) 100% no-repeat;background-position: 50% 50%; -webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}
   .icon_on{background:url(../imgs/plus2.png) 50% no-repeat!important;background-position: 50% 50%;-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}
   .m_nav .m_navList ul li .m_s_nav{display:none;width: 100%;}
   .m_nav .m_navList ul li .m_s_nav a{display: block; height:40px;line-height:40px;font-size:14px;padding-left:10%;overflow: hidden; white-space: nowrap;width: 90%;text-overflow: ellipsis;}


   /* 移动搜索 */
   .yd-form{
    position: relative;
    margin-top: 10px;
    padding-left: 5%;
    padding-right: 5%;
}
.yd-form>form{
    padding-left: 10px;
    background-color: rgb(255, 255, 255,0.7);
    border-radius: 5px;
}
.yd-input {
    width: 80%;
    height: 40px;
    border: none;
    outline: none;
    background: none;
}
.yd-submit {
    cursor: pointer;
    position: absolute;
    right: 5%;
    top: 0;
    height: 40px;
    width: 40px;
    border: none;
    background-repeat: no-repeat;
    background-color: rgb(255, 255, 255,0);
    background-image: url(../imgs/ss.png);
    background-position: center;
    background-size: 25px;
}
}