@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 {
	display:none;
}
.top-link .search-btn{
	display:block;
}
@media only screen and (max-width: 1500px) {
	.w1440{
		width: 90%;
	}
	.ejlm ul li a{
		font-size:20px;
	}
	.ejlm ul li{
		margin-right: 30px;
	}
	.links h2, .links li a{
		font-size: 16px;
	}
	.links li{
		padding: 0 20px;
	}
}
@media only screen and (max-width: 1450px) {
	.nav .ul1>li>a{
		font-size:17px;
	}
	.links{
		padding: 15px 0;
	}
	.links h2, .links li a{
		line-height:30px;
		padding: 0;
		padding-right: 20px;
	}
	.links li{
		padding:0;
	}
	.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: 20px 40px;
	}
	.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;
	}
	.notice li h2{
		font-size:17px;
	}
	.footer .footer-logo img{
		width:50%;
	}
	.footer .info .lxfs p, .footer .info .lxfs a{
		font-size: 16px;
		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%;
    }
	.header .logo{
		width: 35%;
	}
	.header-right{
		width: 65%;
	}
	.news-lb .slider .img{
		/* height: auto; */
	}
	.news-lb{
		width: 60%;
	}
	.notice{
		width:40%;
	}
	.news-lb .slider .txt p{
		font-size: 17px;
	}
	.index2 .dome{
		padding: 20px;
	}
	.conts .sjdh h2{
		font-size: 20px;
	}
	.conts .sjdh ul li a{
		font-size:15px;
	}
	.conts .sjdh ul li{
		line-height:50px;
	}
	.team-list .flex li .img{
		height:240px;
	}
}
@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 (min-width: 1051px) {
	.ejlm ul li ol{
		display: none !important;
	}
	.ejlm ul{
		display:block !important;
	}
}
@media only screen and (max-width: 1050px) {
	.search-btn {
        position: fixed;
        width: 28px;
        height: 28px;
        right: 60px;
        top: 38px;
        margin: auto;
        cursor: pointer;
        display: block;
        z-index: 99999;
    }
	.menu {
		width: 28px;
		height: 21px;
		display: block;
		right: 20px;
		top: 42px;
		margin: auto;
		overflow: hidden;
		z-index: 99999;
		cursor: pointer;
		position: fixed;
	}

	.menu span {
		float: left;
		width: 100%;
		background: #fff;
		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: 99999;
		height: 100px;
		padding: 0 3.5%;
		top: 0;
		box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
	}
	.header .logo{
		width: 32%;
		line-height: 100px;
	}
	.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(0,0,0,0.1);
		height: auto;
		padding: 0;
	}

	.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;
	}
	
	.index2 .lwlb li a{
		font-size:16px;
	}
	.index2 .lwlb li span{
		font-size:13px;
	}
	.index2 .title h2{
		font-size:18px;
	}
	.index2 .dome{
		width:100%;
		float:none;
		height: auto;
	}
	.index2 .dome.xwdt {
	    margin: 30px 0;
	}
	.index2 {
	    margin-top: 30px;
	}
	.ejlm {
        border: 0;
        margin-top: 20px;
        position: relative;
        background: #307b07;
        width: 90%;
        margin: 120px 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: 0;
    }
	.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: 50px;
        border-bottom: 1px solid #e1e5e9;
        float: none;
        width: 100%;
        margin: 0;
    }
	.ejlm ul li ol,.ejlm ul li ol li{
		padding: 0;
	}
	.ejlm ul li ol li{
		line-height: 50px;
		border-bottom: 1px solid #ddd;
	}
	.ejlm ul li ol li a{
		font-size:15px;
	}
	.ejlm ul li ol li ol li{
		line-height: 40px;
		text-indent: 10px;
	}
	.ejlm ul>li.on, .ejlm ul>li:hover {
        border-bottom: 1px solid #047e41;
    }
	.ejlm ul li a {
        font-size: 16px;
        color: #333;
        opacity: 1;
        width: 90%;
    }
	.ejlm ul li i{
		display:block;
	}
	.conts .news-list li {
        padding: 20px 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 li span.time {
        font-size: 15px;
    }
	.conts .news-list li h2 {
        font-size: 16px;
        line-height: 24px;
        -webkit-line-clamp: 3;
    }
	.conts .news-list li p {
        font-size: 15px;
        line-height: 28px;
    }
	.main{
		margin-top: 100px;
	}
	.news-lb .slider .img {
        height: 420px;
    }
	.news-lb .slider .txt{
		height: 65px;
	}
	.news-lb .slider .txt p{
		line-height:65px;
	}
	.news-lb .slick-prev, .news-lb .slick-next{
		bottom: 15px;
		width: 35px;
		height: 35px;
		right: 10px;
	}
	.news-lb .slick-prev{
		right:50px;
	}
	.notice {
        padding: 0 20px;
    }
	.notice li{
		margin-bottom: 10px;
	}
	.notice li h2{
		margin-bottom:5px;
	}
	.conts .sjdh{
		display:none;
	}
	.conts .team-list, .news-list1{
		float:none;
		width:100%;
		margin: 0;
	}
	.team-list .flex li .img {
        height: 280px;
    }
}
@media only screen and (max-width: 960px) {
	.search-box .serBox {
        width: 60%;
    }
	.footer .ewminfo img{
		width:120px;
	}
	.footer .ewminfo p {
	    font-size: 15px;
	    margin-top: 10px;
	}
	.footer .info .lxfs {
	    margin-top: 10px;
	}
	.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;
	}
	.news-lb .slider .img {
        height: 360px;
    }
	.news-lb .slider .txt {
        padding: 0 20px;
    }
	.news-lb .slider .txt p{
	    font-size: 15px;
    }
	.notice li {
	    background: #fff;
	    padding: 10px 20px;
	    margin-bottom: 10px;
	}
}


@media only screen and (max-width: 840px) {
	.footer .footer-logo img {
        width: 70%;
    }
	.footer .info .lxfs p, .footer .info .lxfs a {
        font-size: 14px;
        line-height: 30px;
    }
	.footer .ewminfo img {
        width: 100px;
    }
	.news-lb{
		width:100%;
	}
	.notice{
		width:100%;
		padding: 0;
		border: 0;
		margin-top: 20px;
	}
	.news-lb .slider .img{
		height: 500px;
	}
	.notice li{
		margin-bottom:20px;
	}
	.notice li h2{
		height:auto;
		font-weight: bold;
		line-height: 28px;
	}
	.notice li p{
		height:auto;
	}
	.team-list .flex li .img {
        height: 240px;
    }
	.team-list .flex li p{
		font-size:15px;
	}
}
@media only screen and (max-width: 768px) {
	.header .logo {
        width: 45%;
    }
	.w1440 {
        width: 100%;
		padding: 0 3.5%;
    }
	.ejlmmc h2{
		text-indent:0;
	}
	
	
	.links h2, .links li a{
		padding-right: 5px;
		font-size: 14px;
		line-height: 28px;
	}
	.links h2{
		display:none;
	}
	.ewminfo{
		display:none;
	}
	.footer .info .lxfs{
		width: 100%;
		float: none;
		margin: 0;
	}
	.lxfs{
		width:100%;
	}
	.footer{
		padding: 30px 0;
	}
	.footer .footer-logo {
	    margin-bottom: 20px;
	}
	.main{
		padding:40px 0; 
	}
	.news-lb .slider .img {
        height: 420px;
    }
	.conts .tit{
		font-size: 20px;
	}
    .ejlm{
        width: 100%;
        /* margin: 100px auto 0; */
    }
	.conts .news-list li.hasimg .img {
        width: 30%;
    }
	.conts .news-list li.hasimg .txt {
        width: 67%;
    }
	.team-list .flex li{
		width: 32%;
		margin-right: 2%;
	}
	.team-list .flex li:nth-child(4n){
		margin-right:2%;
	}	
	.team-list .flex li:nth-child(3n){
		margin-right:0;
	}	
	.team-list .flex li .img {
        height: 280px;
    }
}

@media only screen and (max-width: 640px) {
	.header .logo {
        width: 42%;
    }
	.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;
    }
	.news-lb .slider .img {
        height: 380px;
    }
	.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;
	}
	
	.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;
	}
	.footer .info .lxfs p, .footer .info .lxfs a {
        font-size: 12px;
        line-height: 25px;
    }
	.footer {
        padding: 15px 0;
    }
	.news-lb .slider .txt p{
		width:100%;
		text-align: center;
	}
	.news-lb .slick-prev, .news-lb .slick-next{
		display: none !important;
	}
	.news-lb .slider .txt {
        padding: 0 15px;
        height: 55px;
    }
	.news-lb .slider .txt p{
		line-height:55px;
	}
	.index2 .dome.xwdt {
	    margin: 20px 0;
	}
	.index2 .dome {
        padding: 0 20px 20px;
    }
	.index2 .d1 li a,.index2 .d1 li.first .txt h2{
		font-size:16px;
	}
	.index2 .d1 li.first .txt p{
		font-size:14px;
	}
	.index2 {
        margin-top: 20px;
    }
	.team-list .flex li .img {
        height: 220px;
    }
}

@media only screen and (max-width: 480px) {
	.search-box .serBox {
        width: 85%;
    }
	.header{
		line-height:80px;
		height: 80px;
	}
	.nav {
        top: 80px;
        height: calc(100vh - 80px);
        width: 100%;
    }
	.logo img {
        width: 80%;
    }
	.header .logo {
        width: 72%;
        line-height:80px;
    }
	.menu{
		top:30px;
	}
	.search-btn{
		top:26px;
	}
	.news-lb .slider .img {
        height: 260px;
    }

	.footer .footer-logo img {
        width: 100%;
    }
	.ejlm {
        margin: 80px auto 0;
    }
	.main {
		margin-top:80px;
        padding: 20px 0;
    }
	.team-list .flex li{
		width: 49%;
		margin-right: 2%;
		margin-bottom:20px;
	}
	.team-list .flex li:nth-child(4n){
		margin-right:2%;
	}	
	.team-list .flex li:nth-child(3n){
		margin-right:2%;
	}	
	.team-list .flex li:nth-child(2n){
		margin-right:0;
	}
	.team-list .flex li .img {
        height: 240px;
    }
	.conts .team-list .dome {
	    padding: 20px 0;
	}
	.conts .team-list h2{
		font-size:17px;
	}
}
