@charset "utf-8";
.navshow {
    overflow-y: scroll;
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
}
.nav .ul2{
	display: none;
}

@media only screen and (max-width: 1800px) {
	
}
@media only screen and (max-width: 1600px) {
	
}
@media only screen and (max-width: 1500px) {
	
}
@media only screen and (max-width: 1450px) {
	.w1400{
		width: 90%;
		position: relative;
	}
}
@media only screen and (max-width: 1350px) {
	
	
}
@media only screen and (max-width: 1300px) {
	
}

@media only screen and (max-width: 1200px) {
	.nav .ul1>li>a{
		font-size: 20px;
	}
	.banner .custom_paging li{
		font-size: 18px;
	}
	.header .links li{
		margin-left: 25px;
	}
	.index1 .news .first .img{
		width: 32%;
	}
	.index1 .news .first .txt{
		width:65%;
	}
	.index1 .news .li p{
		font-size:16px;
	}
	.index1 .news .li{
		padding: 0 20px;
	}
	.index1 .news .li span{
		font-size:15px;
	}
	.index1 .zcwj li a{
		font-size:16px;
	}
	.title h2{
		font-size:28px;
	}
	.lxwm p{
		font-size:15px;
		line-height: 35px;
	}
	.footer .flinks li a{
		font-size:15px;
	}
	.footer .flinks li{
		line-height: 35px;
	}
	.content .bt {
        font-size: 26px;
    }
	.content p, .brief p {
        font-size: 18px;
    }
	.ejym .ejdh{
		width: 240px;
	}
	.ejnr {
	    width: calc(100% - 280px);
	}
	.ejym .lmmc{
		font-size:28px;
	}
	.img-list .txt h2 {
        font-size: 20px;
    }
	.news-list li{
		width: 23.5%;
	}
	.news-list li:nth-child(5n){
		margin-right:2%;
	}
	.news-list li:nth-child(4n){
		margin-right:0;
	}
}
@media only screen and (max-width: 1100px) {
	.news-list li .img img {
	    height: 200px;
	}
}
@media only screen and (max-width: 1000px) {
	.header{
		padding:0;
	}
	.header .logo {
        height: 100px;
        line-height: 100px;
        width: 40%;
    }
	.header .links li{
		display: none;
	}
	.header .links li p{
		display: none;
	}
	.header .links li.search{
		display: block;
		margin: 30px 50px 0 0;
	}
	.header .links li .img{
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
	.header .links li .img img{
		width: 50%;
	}
	.menu {
		width: 28px;
		height: 21px;
		display: block;
		right: 0;
		top: 0;
		margin: auto;
		bottom: 0;
		overflow: hidden;
		z-index: 999999999;
		cursor: pointer;
		position: absolute;
	}
	.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;
	}
	.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: #ac0b0f;
		margin: 0;
		border-top: 1px solid #fff;
	}
	.nav.active {
		right: 0;
		z-index: 99999;
	}
	.nav .w1400{
		width:100%;
	}
	.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: #fff;
	}

	.nav .w1200 {
		border-top: 1px solid #c4c4c4;
		width: 100%;
		height: 100%;
	}
	.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: #ab3939;
	}

	.nav ul>li a::after {
		display: none;
	}

	.nav ul li ol>li {
		text-align: left;
		border: 0;
		line-height: 1.5;
		position: relative;
		border-top: 1px solid rgba(0,0,0,0.2);
		height: auto;
		padding: 10px 20px;
	}

	.nav li ol li:hover a {
		color: #fff;
	}

	.nav ul ol li a {
		font-size: 17px;
		color: #fff;
		display: block;
	}

	.nav ul li i {
		position: absolute;
		right: 0;
		width: 15%;
		height: 60px;
		top: 0;
		background: url(../img/jia.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/jian.png) no-repeat center center;
	}
	.index1 .news,.index1 .zcwj{
		width:100%;
		float:none;
	}
	.index1 .zcwj{
		margin: 40px 0 0;
	}
	.index2 .sdyx,.index2 .zt{
		width:100%;
		float:none;
	}
	.index2 .zt li{
		margin-top:0;
	}
	.index2 .zt{
		margin-top: 20px;
		max-height: 450px;
		overflow: hidden;
	}
	.footer .flinks,.footer .footer-logo,.footer .lxwm{
		float:none;
		width: 100%;
	}
	.footer .lxwm{
		margin-top:20px;
	}
	.lxwm p{
		display: block;
		font-size: 13px;
	}
	.footer .flinks li{
		display: inline-block;
		margin: 0 5px;
	}
	.footer .flinks ul{
		/* text-align:center; */
	}
	.lxwm p img{
		position:relative;
		top:-2px;
	}
	.footer .flinks li a{
		font-size:13px;
	}
	.footer .footer-logo{
		padding:0;
		margin: 30px 0;
		display: none;
	}
	.footer .footer-logo img{
		width:40%;
	}
	.bq p{
		font-size:15px;
		line-height: 30px;
	}
	.ejym .ejdh{
		width: 100%;
		position: relative;
		/* top: -25px; */
		margin-top: 15px;
	}
	.ejnr {
	    width: 100%;
	}
	.ejym .lmmc {
        font-size: 20px;
        line-height: 60px;
        height: 60px;
        position: relative;
    }
	.ejym .ejnav>li>a{
		padding: 8px 50px 8px 30px;
	}
	.ejym .ejnav i{
		top: 4px;
	}
	.ejym .ejnav{
		display:none;
		position: absolute;
		width: 100%;
		background: #fff;
		z-index: 999;
	}
	.ejym{
		padding: 0 0 30px;
	}
	.ejym .lmmc em {
        display: inline-block;
        position: absolute;
        width: 0.9118em;
        height: 0.45em;
        top: 0;
        bottom: 0;
        right: 1.5em;
        margin: auto;
        background-image: url(../img/icoright.png);
        background-size: 100%;
        background-position: right center;
    }
	.news-list li .img img{
		height: 240px;
	}
	.news-list li p{
		font-size:15px;
	}
}
@media only screen and (max-width: 960px) {
	.search-box .serBox {
        width: 60%;
    }
}


@media only screen and (max-width: 840px) {
	
}
@media only screen and (max-width: 768px) {
	
	.w1400{
        width: 100%;
        padding: 0 3.5%;
    }
	.nav .w1400{
		padding: 0;
	}
	.header .logo {
        width: 50%;
    }
	.menu{
		right:20px;
	}
	.banner .custom_paging li{
		width:30px;
		height:30px;
		line-height: 30px;
		font-size: 13px;
	}
	.banner .custom_paging{
		bottom:10px;
		right: 20px;
	}
	.title{
		margin-bottom:25px;
	}
	.index1{
		padding: 30px 0;
	}
	.title h2 {
        font-size: 24px;
    }
	.index1 .news .first .txt h2{
		font-size:20px;
		line-height: 50px;
	}
	.index1 .news .first .img{
		height: 145px;
	}
	.index1 .news .first .txt p{
		margin: 5px 0;
	}
	.index2 .zt li img{
		height: 330px;
	}
	.index2 .zt {
        max-height: 330px;
    }
	.content .bt {
        font-size: 24px;
    }
	.content p, .brief p {
        font-size: 16px;
    }
	.content .bar {
        margin-top: 20px;
        font-size: 14px;
        line-height: 22px;
        padding: 12px;
    }
	.news-list li .img img{
		height: 200px;
	}
	.news-list li p{
		font-size:14px;
	}
}

@media only screen and (max-width: 640px) {
	.search-box .serBox {
        width: 65%;
    }
	.search-box .text {
        height: 48px;
        line-height: 48px;
        padding-right: 105px;
    }
	.search-box .btn {
        font-size: 15px;
        height: 48px;
        line-height: 48px;
        width: 100px;
    }
	.search-box .close{
		top:50%;
		left: 0;
		right: 0;
		margin: auto;
	}
	.header .logo {
        width: 60%;
    }
	.title h2 {
        font-size: 20px;
    }
	.title {
        margin-bottom: 20px;
    }
	.index1 .news .first .txt h2 {
        font-size: 18px;
        line-height: 50px;
    }
	.index1 .news .first .txt h2 {
        font-size: 17px;
        line-height: 35px;
    }
	.index1 .news .first .txt{
		padding: 10px 20px;
	}
	.index1 .news .first .img {
        height: 130px;
        width: 35%;
    }
	.index1 .news .first .txt p {
        margin: 0;
    }
	.index2 .zt li{
		margin: 0 10px;
	} 
	.index2 .zt li img{
		height: 270px;
	}
	.index2 .zt {
        max-height: 270px;
    }
	.index2 .sdyx li{
		width:100%;
		float: none;
		margin-bottom: 20px;
		padding: 20px;
	}
	.index2 .sdyx li:nth-child(2n) {
	    margin-left: 0;
	}
	.footer .footer-logo img{
		width:60%;
	}
	.footer{
		padding: 30px 0;
	}
	.bq{
		padding:10px 0;
	}
	.bq p{
		font-size:12px;
	}
	.footer .flinks h2,.lxwm h2{
		font-size:17px;
	}
	.content .bt {
        font-size: 22px;
        line-height: 35px;
    }
	.content .bar {
        font-size: 12px;
    }
	.content p, .brief p {
        font-size: 15px;
        margin: 1em 0 0;
        line-height: 2em;
    }
	.content p video, .content p img, .content p.vsbcontent_img img, .content p img.img_vsb_content, .brief p img.img_vsb_content {
        max-width: 100%;
    }
	.img-list li {
        padding: 20px 0;
    }
	.img-list .hasimg .img {
        float: none;
        width: 100%;
        height: auto;
        margin-bottom: 10px;
    }
	.img-list .hasimg .txt {
        width: 100%;
    }
	.img-list .txt h2 {
        font-size: 18px;
    }
	.img-lis .txt p {
        font-size: 15px;
    }
	.img-list .txt span {
        font-size: 14px;
    }
	.lmmc1 {
        font-size: 24px;
    }
	.news-list li .img img{
		height:140px;
	}
	.news-list li p{
		font-size:14px;
	}
	.news-list li{
		width: 49%;
	}
	.news-list li:nth-child(5n){
		margin-right:2%;
	}
	.news-list li:nth-child(4n){
		margin-right:2%;
	}
	.news-list li:nth-child(2n){
		margin-right:0;
	}
	.news-list li .img img {
        height: 240px;
    }
}

@media only screen and (max-width: 480px) {
	.nav {
        top: 80px;
        height: calc(100vh - 80px);
        width: 100%;
    }
	.header .logo {
        line-height: 80px;
        height: 80px;
    }
	.header .links li.search {
        display: block;
        margin: 20px 50px 0 0;
    }
	 .search-box .serBox {
        width: 85%;
    }
	.index1 .news .first .img {
        height: auto;
        width: 100%;
    }
	.index1 .news .first .txt {
        width:100%;
    }
	.index1 .news .li {
        line-height:50px;
    }
	.index2 .zt li img{
		height: 400px;
	}
	.index2 .zt {
        max-height: 400px;
        margin: 0;
    }
	.index2{
		padding:30px 0;
	}
	.content .bt {
        font-size: 20px;
        line-height: 30px;
    }
	.subbanner img{
		min-height:200px;
	}
	 .ejym .lmmc {
		font-size: 18px;
        line-height: 50px;
        height: 50px;
    }
	.dqwz{
		font-size:13px;
	}
	.ilistfy li a {
	    width: calc(100% - 85px);
	}
	.ilistfy li h2{
		font-size:17px;
	}
	.lmmc1 {
        font-size: 20px;
        margin: 20px 0 0;
    }
	.news-list li .img img {
        height: 200px;
    }
	.news-list li{
		margin-bottom:20px;
	}
}