@charset "utf-8";
.navshow {
    overflow-y: scroll;
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    background-position: center top 80px;
}
.nav .ul2{
	display: none;
}
.search-btn ,.search-box{
    display: none;
}
.header .search-box{
	display:block;
}
.footer .footer-logo a{
	display:block;
}
@media only screen and (max-width: 1800px) {
	
}
@media only screen and (max-width: 1650px) {
	
}
@media only screen and (max-width: 1600px) {
	.ewminfo{
		margin-right:50px;
	}
}
@media only screen and (max-width: 1550px) {
	.w1500{
		width: 90%;
	}
	.ejlm ul li a{
		font-size:20px;
	}
	.ejlm ul li{
		margin-right: 30px;
	}
	.links h2, .links li{
		font-size:15px;
	}
	.links li{
		padding: 0 2px;
		width: 150px;
	}
}
@media only screen and (max-width: 1450px) {
	.nav .ul1>li>a{
		font-size:17px;
	}
	.links{
		padding: 15px 0;
	}
	.links h2, .links li{
		line-height:30px;
		padding: 0;
		padding-right: 20px;
	}
	.links li::after{
		display:none;
	}
	.ejlm ul li{
		margin-right: 20px;
	}
	.ejlm ul li a {
        font-size: 17px;
    }
}
@media only screen and (max-width: 1400px) {
	.header{
		padding:30px 0;
	}
	.header .top-link a{
		margin-bottom: 20px;
	}
	.index1 .news .news-lb .img h2, .index1 .news .news-lb .text p, .index1 .news-list li p, .notice li h2{
		font-size:17px;
	}
	.jsxq li p span,.kjcg li.first .text p,.kjcg li p{
		font-size:17px;
	}
	.conts .nr p {
        font-size: 18px;
    }
	.conts .news-list li.hasimg .img img {
        height: 142px;
    }
	.conts.dpzw .title {
		font-size: 30px;
	}
}

@media only screen and (max-width: 1350px) {
	
}
@media only screen and (max-width: 1300px) {
	
}

@media only screen and (max-width: 1200px) {
	
	.conts p, .brief p{
		font-size: 17px;
	}
	
	.conts .sh p{
		font-size:18px;
	}
	.title a{
		margin-top: 0;
		background: none;
		padding: 0;
		font-size: 14px;
	}
	.index1 .news .news-lb .img h2, .index1 .news .news-lb .text p, .index1 .news-list li p, .notice li h2{
		font-size:16px;
	}
	.title h2{
		font-size:20px;
		background: none;
		line-height: 40px;
		height: auto;
	}
	.title {
	    margin-bottom: 20px;
	}
	.jsxq li p span,.kjcg li.first .text p,.kjcg li p{
		font-size:16px;
	}
	.kjcg li em, .kjcg li span{
		font-size:15px;
	}
	.kjcg li.first .img img{
		height: 168px;
	}
	.kjcg li.first .text p{
		margin: 10px 0;
	}
	.kjcg li.first .text{
		padding: 0;
		display: flex;
		flex-wrap: wrap;
		align-content: center;
		height: 168px;
	}
	.jsxq li{
		margin-bottom: 50px;
	}
	.footer .footer-logo img{
		width:50%;
	}
	.info .lxfs p, .info .lxfs a{
		font-size:15px;
		line-height: 35px;
	}
	.conts .tit{
		font-size: 25px;
	}
	.ejlm ul li{
		margin-right: 10px;
	}
	.conts .news-list li.hasimg .img {
        width: 20%;
    }
	.conts .news-list li.hasimg .txt {
        width: 78%;
    }
}
@media only screen and (max-width: 1100px) {
	.nav .ul1>li ol li a{
		font-size: 15px;
	}
	.nav .ul1>li>a{
		font-size:16px;
	}
	
}
@media only screen and (max-width: 1050px) {
	.menu {
		width: 28px;
		height: 21px;
		display: block;
		right: 20px;
		top: 42px;
		margin: auto;
		overflow: hidden;
		z-index: 999999999;
		cursor: pointer;
		position: fixed;
	}

	.menu span {
		float: left;
		width: 100%;
		background: #000000;
		transition: all 0.4s ease;
		margin-top: 7px;
		height: 2px;
	}

	.menu span:first-child {
		margin-top: 0;
	}

	.menu.open span:nth-child(1) {
		transform: rotate(45deg);
		margin-top: 10px;
	}

	.menu.open span:nth-child(2) {
		transform: rotate(-45deg);
		margin-top: -2px;
	}

	.menu.open span:nth-child(3) {
		opacity: 0;
	}
	
	.header{
		width: 100%;
		background: #fff;
		position: fixed;
		z-index: 999;
		height: 100px;
		padding: 0;
		top: 0;
		box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
	}
	.header .logo{
		width: 25%;
		line-height: 100px;
	}
	.header-right{
		display:none;
	}
	.top-link{
		display:none;
	}
	.fixed-nav {
	    /* background: #2665ac; */
	}
	.header.active {
        background: #fff;
    }
	.nav .ul2{
		display: block;
	}
	.nav .ul1{
		display: none;
	}
	.nav {
		position: fixed;
		transition: 0.3s ease;
		right: -100vw;
		top: 100px;
		left: auto;
		width: 420px;
		height: calc(100vh - 100px);
		z-index: -99;
		background: #fff;
		margin: 0;
		float: none;
	}
	.nav.active {
		right: 0;
		z-index: 99999999;
	}
	
	.nav ul>li {
		float: none;
		width: 100%;
		height: auto;
		line-height: 60px;
		position: relative;
		border-bottom: 1px solid rgba(255,255,255,0.3);
		text-align: left;
		padding: 0;
		margin: 0;
	}
	.nav ul>li::before{
		display:none;
	}
	.nav ul>li>a {
		font-size: 18px;
		font-weight: bold;
		width: 80%;
		text-indent: 20px;
		position: relative;
		display: block;
		color: #000;
	}

	.nav .w1500 {
		border-top: 1px solid #c4c4c4;
		width: 100%;
		height: 100%;
		padding: 0;
	}
	.nav .ul2 {
        width: 100%;
        overflow: auto;
        height: 100%;
    }
	.nav ul li ol {
		width: 100%;
		left: 0;
		position: relative;
		top: 0;
		background: none;
		text-align: left;
		padding: 0;
		opacity: 1;
		display: none;
		/* background: #eaf5ff; */
	}

	.nav ul>li a::after {
		display: none;
	}

	.nav ul li ol>li {
		text-align: left;
		border: 0;
		line-height: 50px;
		position: relative;
		text-indent: 20px;
		border-top: 1px solid rgba(255,255,255,0.3);
		height: auto;
	}

	.nav li ol li:hover a {
		color:#deb272;
	}

	.nav ul ol li a {
		font-size: 17px;
		color: #000;
		display: block;
	}

	.nav ul li i {
		position: absolute;
		right: 0;
		width: 15%;
		height: 60px;
		top: 0;
		background: url(../img/jia1.png) no-repeat center center;
		margin: auto;
		z-index: 10;
		cursor: pointer;
		transition: all .2s ease;
		-moz-transition: all .2s ease;
		-o-transition: all .2s ease;
		-webkit-transition: all .2s ease;
	}

	.nav ul li ol li i {
		height: 50px;
	}

	.nav ul li i.on {
		background: url(../img/jian1.png) no-repeat center center;
	}
	.nav ul>li {
		float: none;
		width: 100%;
		height: auto;
		line-height: 60px;
		position: relative;
		border-bottom: 1px solid rgba(0,0,0,0.1);
		text-align: left;
		padding: 0;
		margin: 0;
	}
	.nav ul>li::before{
		display:none;
	}
	.nav ul>li>a {
		font-size: 18px;
		font-weight: bold;
		width: 80%;
		text-indent: 20px;
		position: relative;
		display: block;
	}
	.nav li.active>a{
		color:#fff;
	}
	.banner,.subbanner{
		margin-top:100px;
	}
	.search-btn{
		position: fixed;
		width: 28px;
		height: 28px;
		right: 60px;
		top: 36px;
		margin: auto;
		cursor: pointer;
		display: block;
		z-index: 999;
	}
	.search-btn img{
		display:block;
	}
	.search-box {
		position: fixed;
		left: 0px;
		top: 0px;
		height: 100%;
		width: 100%;
		background: rgba(0, 0, 0, 0.8);
		visibility: hidden;
		transition: opacity 0.3s ease 0s, visibility 0s ease 0.3s;
		z-index: 999999;
		opacity: 0;
		display: block;
	}
	
	.search-box.active {
		opacity: 1;
		visibility: visible;
		transition: opacity 0.3s ease 0s, visibility 0s ease 0s;
	}
	
	.search-box .serBox {
		position: relative;
		width: 50%;
		margin: -58px auto 0px;
		top: 50%;
		background: rgb(255, 255, 255);
		text-align: center;
		box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 20px;
		transform: scale(1.2);
		backface-visibility: hidden;
		transition-property: transform;
		transition-duration: 0.3s;
	}
	
	.search-box .search_wrap {
		border: 1px solid #047e41;
		position: relative;
		width: 100%;
	}
	
	.search-box .text {
		width: 100%;
		height: 55px;
		padding: 0px 130px 0px 0px;
		font-size: 16px;
		line-height: 55px;
		color: #000;
		background: none;
		border: none;
		box-sizing: border-box;
		text-indent: 20px;
	}
	
	.search-box .btn {
		display: block;
		cursor: pointer;
		position: absolute;
		right: -1px;
		top: 0px;
		height: 55px;
		border: none;
		overflow: hidden;
		font-size: 18px;
		color: #fff;
		width: 120px;
		background: #047e41;
	}
	
	.search-box.active .serBox {
		transform: scale(1);
	}
	
	.search-box .close {
		position: absolute;
		right: 50px;
		top: 22px;
		width: 42px;
		height: 42px;
		text-align: center;
		line-height: 50px;
		cursor: pointer;
		font-size: 0px;
		transition: all 0.3s ease-out 0s;
	}
	
	.search-box .close::before,
	.search-box .close::after {
		content: "";
		width: 100%;
		height: 2px;
		display: block;
		position: absolute;
		background: #047e41;
		transition: all 1s ease 0s;
		transform: rotate(45deg);
		top: 24px;
	}
	
	.search-box .close::before {
		transform: rotate(-45deg);
	}
	
	.search-box .close:hover {
		transform: rotate(90deg);
	}
	.index1 .news{
		float:none;
		width:100%;
	}
	.index1 .notice{
		width:100%;
		margin-top:30px;
	}
	.index1 {
	    padding-top: 50px;
	}
	.index3 .kjcg,.index3 .jsxq{
		float:none;
		width:100%;
	}
	.index3 .jsxq{
		margin-top:30px;
	}
	.jsxq li {
        margin-bottom: 40px;
    }
	.index3{
		padding: 40px 0;
	}
	.kjcg li.first .img img {
        height: 185px;
    }
	.kjcg li.first .img{
		width: 32%;
	}
	.kjcg li.first .text{
		height:185px;
		width:65%;
	}
	.index2 {
	    margin: 40px 0;
	}
	.index2 .slick-dots{
		display: none !important;
	}
	.ejlm {
        border: 0;
        margin-top: 20px;
        position: relative;
        background: #047e41;
        width: 90%;
        margin: 20px auto 0;
    }
	.ejlm .w1500{
		width:100%;
	}
	.ejlmmc {
        display: block;
    }
	.ejlmmc h2 {
        margin: 0;
        line-height: 50px;
        font-size: 17px;
        font-weight: bold;
        color: #fff;
        text-indent: 20px;
    }
	.ejlmmc em {
        display: inline-block;
        position: absolute;
        width: 15px;
        height: 8px;
        top: 0;
        bottom: 0;
        right: 1.5em;
        margin: auto;
        background-image: url(../img/icoright.png);
        background-size: 100%;
        background-position: right center;
        cursor: pointer;
    }
	.ny_nava {
        display: none;
        position: absolute;
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
        left: 0;
        z-index: 999;
        top: 50px;
        display: none;
        background: #f0f6ff;
        padding-bottom: 20px;
    }
	.ejlm ul li {
        padding: 10px 0;
        line-height: 30px;
        border-bottom: 1px solid #e1e5e9;
        float: none;
        width: 100%;
        margin: 0;
    }
	.ejlm ul li.on, .ejlm ul li:hover {
        border-bottom: 1px solid #047e41;
    }
	.ejlm ul li a {
        font-size: 16px;
        color: #333;
        opacity: 1;
    }
	.conts .news-list li {
        padding: 30px 0;
    }
	.conts .news-list li.hasimg .img {
        width: 23%;
    }
	.conts .news-list li.hasimg .txt {
        width: 74%;
    }
	.conts .news-list li.hasimg .img img {
        height: 122px;
    }
	.conts .news-list .txt span {
        font-size: 15px;
    }
	.conts .news-list li h2 {
        font-size: 18px;
        line-height: 32px;
    }
	.conts .news-list li p {
        font-size: 15px;
        line-height: 28px;
    }
	.notice li h2{
		height:auto;
	}
}
@media only screen and (max-width: 960px) {
	.search-box .serBox {
        width: 60%;
    }
	.index1 .news-list li span{
		font-size:15px;
	}
	.index1 .news-list li{
		margin-bottom:10px;
	}
	.index1 .news-list li{
		padding: 13.5px 20px;
	}
	.kjcg li.first{
		padding: 0;
		margin-bottom:20px;
		border:0;
	}
	.kjcg li:nth-child(2){
		border-top:1px dashed #3f9c6e;
	}
	.conts .bar {
        padding: 10px 0;
    }
	.conts .bar p {
        font-size: 14px;
        line-height: 30px;
    }
	.conts .nr p {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 20px;
    }
	.conts.dpzw .title {
		font-size: 24px;
		MARGIN: 30px 0;
	}
	.index1 .news .news-lb .img img{
		height:320px;
	}
}


@media only screen and (max-width: 840px) {
	.footer .footer-logo img {
        width: 70%;
    }
}
@media only screen and (max-width: 768px) {
	.header .logo {
        width: 30%;
    }
	.index1 .news .news-lb{
		width:100%;
	}
	.index1 .news-list{
		width:100%;
		margin-top: 30px;
	}
	.index1 .news .news-lb .text p{
		margin: 20px 0;
	}
	.notice li{
		margin-bottom: 20px;
	}
	.index1 .news .news-lb .img img{
		height:450px;
	}
	.news-lb .slick-dots{
		bottom: 122px;
	}
	.w1500 {
        width: 100%;
		padding: 0 3.5%;
    }
	.ejlmmc h2{
		text-indent:0;
	}
	.kjcg li.first .img img {
        height: 140px;
    }
	.kjcg li.first .text{
		height:140px;
	}
	.kjcg li p{
		margin: 0;
	}
	.jsxq li span.time{
		font-size:15px;
	}
	.links h2, .links li{
		padding-right: 5px;
		font-size: 12px;
		line-height: 25px;
	}
	.links h2{
		display:none;
	}
	.ewminfo{
		display:none;
	}
	.lxfs{
		width:100%;
	}
	.footer{
		padding: 30px 0;
	}
	.footer .footer-logo {
	    margin-bottom: 20px;
	}
	.conts .tit{
		font-size: 20px;
	}
    .ejlm{
        width: 100%;
        margin: 0;
    }
	.conts .news-list li.hasimg .img {
        width: 30%;
    }
	.conts .news-list li.hasimg .txt {
        width: 67%;
    }
	.news-list li p{
		height:auto;
	}
}

@media only screen and (max-width: 640px) {
	.header .logo {
        width: 35%;
    }
	.search-box .serBox {
        width: 65%;
	}
	.search-box .btn {
        font-size: 15px;
        height: 48px;
        line-height: 48px;
        width: 100px;
    }
	.search-box .text {
        height: 48px;
        line-height: 48px;
        padding-right: 105px;
    }
	.search-box .close {
        top: 50%;
        left: 0;
        right: 0;
        margin: auto;
    }
	
	.conts .bar span {
        font-size: 12px;
    }
	.conts .bar{
		padding: 10px;
		margin-bottom: 20px;
	}
	.conts .bar p {
        font-size: 12px;
        line-height: 25px;
    }
	.conts p video, .conts p img, .conts p.vsbcontent_img img, .conts p img.img_vsb_content, .brief p img.img_vsb_content{
		max-width:100%;
		margin: 20px auto;
	}
	.conts .nr p, .brief p{
		margin-bottom: 15px;
		font-size: 15px;
		line-height: 30px;
	}
	.index1 .news .news-lb .img img {
        height: 360px;
    }
	.kjcg li.first .img img {
        height: 110px;
    }
	.kjcg li.first .text{
		height:110px;
	}
    .kjcg li.first .text p {
        margin: 10px 0;
        line-height: 25px;
        margin: 5px 0;
    }
	.conts .tit{
		font-size: 18px;
		line-height: 1.5;
		margin: 20px 0;
	}
	.conts .nr p video, .conts .nr p.vsbcontent_img img, .conts .nr p img.img_vsb_content, .brief p img.img_vsb_content{
		max-width:100%;
	}
	.conts .page-fy p, .conts .page-fy a{
		font-size:15px;
		line-height: 28px;
	}
	.conts {
	    padding-bottom: 20px;
	}
	.conts .news-list li {
        padding: 25px 0;
    }
	.conts .news-list li.hasimg .img {
        width: 100%;
    }
	.conts  .news-list li.hasimg .txt {
        width: 100%;
        margin-top: 10px;
    }
	.conts .news-list li.hasimg .img img {
        height: auto;
    }
	.conts .news-list li h2 {
        font-size: 17px;
        line-height: 30px;
    }
	.conts .news-list li p {
        font-size: 15px;
        line-height: 22px;
        margin-top: 5px;
    }
	.page-box {
        padding: 20px 0;
    }
	.conts.dpzw .title {
		font-size: 20px;
		margin-bottom: 10px;
	}
}

@media only screen and (max-width: 480px) {
	.search-box .serBox {
        width: 85%;
    }
	.banner,.subbanner{
		margin-top:80px;
	}
	.header{
		line-height:80px;
		height: 80px;
	}
	.nav {
        top: 80px;
        height: calc(100vh - 80px);
        width: 100%;
    }
	.logo img {
        width: 80%;
    }
	.logo {
        width: 60%;
    }
	.banner .slick-dots{
		bottom: 5px;
	}
	.slick-dots li{
		margin: 0 5px;
	}
	.header .logo {
        width: 60%;
        line-height:80px;
    }
	.menu{
		top:30px;
	}
	.search-btn{
		top:26px;
	}
	.banner .slick-dots li,.slick-dots li button{
		width:8px;
		height:8px;
	}
	.banner .slick-dots li {
        margin: 0 2px;
    }
	.index1 {
        padding-top: 20px;
    }
	.title h2{
		font-size:18px;
	}
	.title {
        margin-bottom: 10px;
    }
	.index1 .news .news-lb .img img {
        height: 260px;
    }
	.news-lb .slick-dots li {
	    width: 8px;
	    height: 8px;
	    margin: 0 2px;
	}
	.news-lb .slick-dots{
		right: 0;
		width: 80px;
	}
	.index1 .news .news-lb .img h2{
		width: 78%;
		font-size: 15px;
	}
	.index1 .news .news-lb .img h2, .index1 .news .news-lb .text p,.index1 .news-list li p, .notice li h2{
		font-size:15px;
	}
	.index1 .news .news-lb .text p{
		line-height:28px;
	}
	.index1 .news-list {
        margin-top: 20px;
    }
	.index2 {
        margin: 20px 0;
    }
	.kjcg li.first .img{
		width:100%;
	}
	.kjcg li.first .img img,.kjcg li.first .text{
		height:auto;
		width:100%;
	}
	.kjcg li.first .text{
		margin-top:20px;
	}
	.jsxq li p span, .kjcg li.first .text p, .kjcg li p{
		font-size:15px;
	}
	.kjcg li{
		padding: 15px 0;
	}
	.kjcg li p{
		line-height:35px;
	}
	.jsxq li em{
		display:none;
	}
	.jsxq li span.time{
		width: 50px;
		text-align: left;
	}
	.jsxq li p::after{
		display:none;
	}
	.jsxq li {
        margin-bottom: 0;
        border-bottom: 1px dashed #3f9c6e;
        line-height: 55px;
    }
	.jsxq li p{
		width: calc(100% - 55px);
		float: right;
	}
	.index3 {
        padding: 20px 0;
    }
	.index3 .jsxq {
        margin-top: 20px;
    }
	.jsxq li:first-child{
		border-top: 1px dashed #3f9c6e;
	}
	.footer .footer-logo img {
        width: 100%;
    }
	.info .lxfs p, .info .lxfs a {
        font-size: 13px;
        line-height: 25px;
    }
	.footer {
        padding: 25px 0;
    }
}
