@charset "utf-8";


.nav .ul2{
	display:none;
}
@media only screen and (max-width: 1400px){
	.w1300 {
		width: 92%;
	}
}
@media only screen and (max-width: 1350px){
	.header .logo{
		width:35%;
		margin-right: 3%;
		height: 185px;
	}
	.nav ul>li>a{
		font-size: 18px;
	}
}

@media only screen and (max-width: 1300px){
	.index1 .slider .text p{
		font-size:18px;
		text-indent: 30px;
	}
	.news-list li a{
		font-size:15px;
	}
	.title h2{
		font-size: 20px;
	}
	.title a{
		font-size: 13px;
	}
	.index1 .slider img{
		height: 430px;
	}
	.news-list li{
		margin-top: 15px;
	}
	.news-list{
		height: auto;
		padding: 0 30px 20px;
	}
	.index3 .dome .first {
	    margin: 25px 0;
	}
	.index4 .list li{
		margin-top: 20px;
		padding: 20px;
	}
	.footer .dome1 {
	    padding: 20px 0 0 0px;
	}
	.footer .dome2 img{
		width: 70%;
	}
}

@media only screen and (max-width: 1200px){
	.nav {
	    width: 58%;
	}
	.header .search-bt{
		width: 4%;
		margin-top: 60px;
	}
	.index3 .dome .first span {
	    font-size: 14px;
	}
	.index3 .dome .first h2{
		font-weight: normal;
		line-height: 25px;
		height: 50px;
	}
	.index3 .dome .first p{
		margin: 10px 0;
		line-height: 25px;
		height: 50px;
	}
	.index3 .dome .first .img {
	    height: 150px;
	}
	.index3 .dome li a{
		font-size: 15px;
	}
	.index3 .dome li{
		line-height: 45px;
	}
	.index3 .dome .first {
	    margin: 15px 0;
	}
	.index3 .dome .first .text {
	    padding-left: 15px;
	}
	.index4 .list li .text h2{
		font-size: 15px;
	}
	.index4 .list li .text p{
		font-size:13px;
	}
	.footer .dome2{
		display:none;
	}
	.footer .dome1,.footer .dome3{
		width:49%;
		padding: 0;
	}
	.footer {
	    padding: 25px 0;
	}
	.contentr{
		display: none;
	}
	.contentl{
		width:100%;
		padding: 0;
	}
	.content h2{
		font-size: 26px;
	}
	.list .listr{
		display:none;
	}
	.list .listl{
		width:100%;
	}
	
}
@media only screen and (max-width: 1100px){
	.nav ol{
		width: 120%;
		left: -10%;
	}
	.header .logo{
		height: 160px;
	}
	.nav {
		margin-top: 40px;
	}
	.header .search-bt {
	    margin-top: 55px;
	}
	.index1 .slider img{
		height: 400px;
	}
	.news-list li{
		margin-top: 13px;
	}
	.news-list{
		height: auto;
		width: 44%;
		padding: 0 15px 15px;
	}
	.index1 .slider .text p {
	    font-size: 16px;
	    text-indent: 20px;
	}
	.title h2{
		font-size: 18px;
		line-height: 60px;
	}
	.title a {
	    font-size: 12px;
	    margin-top: 15px;
	}
	.news-list li span{
		font-size:13px;
	}
}
	
@media only screen and (max-width: 1000px){
	.nav .ul2{
		display:block;
	}
	.nav .ul1{
		display:none;
	}
	.nav {
	    position: fixed;
	    transition: 0.3s ease;
	    right: -100vw;
	    top: 120px;
	    left: auto;
	    width: 420px;
	    height: 100vh;
	    z-index: -99;
	    background: #fff;
	    border-left: 1px solid #eee;
	    margin: 0;
	    /* box-shadow: 0 8px 5px 0 rgb(0 0 0 / 20%); */
	}
	.nav.active {
	    right: 0;
	    z-index: 99999;
	    border-top: 1px solid #eee;
	}
	.navshow {
		overflow-y: scroll;
		position: fixed;
		width: 100%;
		top: 0px;
		left: 0px;
	}
	.nav .ul2 {
		width: 100%;
		overflow: auto;
		height: calc(100vh - 120px);
	}
	
	.nav .ul2>li {
		float: none;
		width: 100%;
		height: auto;
		line-height: 60px;
		position: relative;
		border-bottom: 1px solid #e6e6e6 !important;
		text-align: left;
	}

	.nav>.ul2>li.active,
	.nav>.ul2>li:hover {
		border-bottom: 1px solid #e6e6e6;
	}

	.nav .ul2>li>a {
		font-size: 18px;
		color: #000;
		font-weight: bold;
		width: 80%;
		text-indent: 20px;
		position: relative;
		display: block;
	}

	.nav .w1300 {
		border-top: 1px solid #c4c4c4;
		width: 100%;
	}

	.nav .ul2 li ol {
		width: 100%;
		left: 0;
		position: relative;
		top: 0;
		background: none;
		text-align: left;
		padding: 0;
		opacity: 1;
		display: none;
		box-shadow: none;
	}

	.nav .ul2>li a::after {
		display: none;
	}

	.nav .ul2 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.2);
	}

	.nav li ol li:hover a {
		color: #fff;
	}

	.nav .ul2 ol li a {
		font-size: 17px;
		color: #000;
		display: block;
	}

	.nav .ul2 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 .ul2 li ol li i {
		height: 50px;
	}

	.nav .ul2 li i.on {
		background: url(../img/jian2.png) no-repeat center center;
	}
	.menu {
		width: 28px;
		height: 21px;
		display: block;
		right: 20px;
		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;
	}
	.header .search-bt{
		margin-right: 40px;
		margin-top: 42px;
	}
	.header .logo {
	    height: 120px;
	}
	.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/jian2.png) no-repeat center center;
	}
	
}
@media only screen and (max-width: 960px){
	.index1 .slider img{
		height: 350px;
	}
	.news-list {
	    height: auto;
	    padding: 0 15px 15px;
	}
	.title h2{
		font-size: 17px;
		line-height: 45px;
	}
	.title a {
	    margin-top: 7px;
	    width: 50px;
	    height: 25px;
	    line-height: 25px;
	}
	.news-list li {
	    margin-top: 8px;
	}
	.news-list li a {
	    font-size: 14px;
	}
	.index1 .slider .text p {
	    font-size: 15px;
	    text-indent: 15px;
	}
	.index3 .dome .first .img {
	    height: 120px;
	}
	.index3 .dome .first h2 {
	    font-size: 15px;
	}
	.index3 .dome .first p {
	    margin: 5px 0;
	    line-height: 20px;
	    font-size: 13px;
	    height: 40px;
	}
	.index3 .dome li {
	    line-height: 42px;
	}
	.index3 .dome {
	    padding: 0 15px 15px;
	}
	.index4 .tit,.index4 .icon{
		float: none;
	}
	.index4 .tit h2 {
	    font-size: 20px;
	    margin-bottom: 10px;
	}
	.index4 .tit p {
	    font-size: 14px;
	}
	.index4 .list li .img img{
		height: 125px;
	}
	.index4 .list li{
		padding: 15px;
	}
	.copyright {
	    height:65px;
	    line-height: 65px;
	}
	.copyright p{
		font-size: 14px;
	}
	.content h2{
		font-size: 20px;
		line-height: 30px;
	}
	.lmmc h2{
		font-size: 18px;
	}
	.dqwz{
		font-size:13px;
	}
	.list .listl li {
	    padding: 20px 0;
	}
}

@media only screen and (max-width: 840px){
	.header .logo {
	    height: 110px;
	    width: 40%;
	}
	.nav{
		top: 110px;
	}
	.nav .ul2 {
	    height: calc(100vh - 110px);
	}
	.index1 .news-lb{
		width: 100%;
		float:none;
	}
	.news-list {
	    padding: 0 15px 15px;
	    width: 100%;
	    margin-top: 20px;
	}
	.index1 .slider img {
	    height: 420px;
	}
	.index3 .dome {
	    padding: 0 15px 15px;
	}
	.index3 .dome {
	    width:100%;
	    float: none;
	    margin: 0 0 20px 0 !important;
	}
	.index3 .dome .first .img {
	    height: 200px;
	}
	.index3 .dome .first h2 {
	    line-height: 30px;
	    height: 60px;
	    font-size: 16px;
	}
	.index3 .dome .first p {
	    line-height: 25px;
	    font-size: 14px;
	    height: 75px;
	    -webkit-line-clamp: 3;
	}
	.index2 {
	    margin-bottom: 35px;
	}
	.index4 .list li .img img {
	    height: 115px;
	}
	.index4 .list li {
	    padding: 10px;
	}
	.index4 .list li .text h2 {
		margin-bottom: 10px;
	}
	.index4{
		padding: 30px 0 50px;
	}
	.footer .dome1, .footer .dome3{
		width: 100%;
	}
	.footer .dome1 p,.footer .dome3 li a{
		/* display: inline-block; */
		font-size: 14px;
	}
	.footer .dome1{
		margin-bottom:10px;
	}
}

@media only screen and (max-width: 768px){
	.header .logo {
	    width: 42%;
	}
	.header .search-bt{
		width: 35px;
		height: 35px;
		margin-top: 38px;
	}
	.index1 .slider img {
	    height: 400px;
	}
	.w1300 {
		width: 100%;
		padding: 0 3.5%;
	}
	.index3 .dome .first .img {
	    height: 180px;
	}
	.index3 .dome .first .img {
	    height: 160px;
	}
	.index3 .dome .first p {
	    height: 50px;
	    -webkit-line-clamp: 2;
	}
	.index4 .list li{
		width: 49%;
	}
	.index4 .list li:nth-child(3n){
		margin-right: 2%;
	}
	.index4 .list li:nth-child(2n){
		margin-right: 0;
	}
	.index4 .list li .img img{
		height: 125px;
	}
	.index4 .icon{
		display:none;
	}
	.index4 .tit{
		margin-bottom: 10px;
	}
	.seaBox .box{
		width: 65%;
	}
	.content h2 {
	    font-size: 18px;
	}
	.list .listl{
		padding: 0 30px 20px;
		margin-bottom: 40px;
	}
}


@media only screen and (max-width: 640px){
	.header .logo {
	    width: 48%;
	}
	.nav{
		width:100%;
	}
	.index1 .slider img {
	    height: 380px;
	}
	.index2 {
	    margin-bottom: 15px;
	}
	.index1 .slider .text p {
	    height: 50px;
	    line-height: 50px;
	    width: 82%;
	}
	.news-lb .slick-dots{
		right: 0;
	}
	.index1 {
	    margin: 15px 0;
	}
	.index4 .icon li{
		width: 11%;
		margin-left: 5.5%;
	}
	.index4 .list li{
		width: 100%;
		margin-top: 10px;
	}
	.index4 .list li .img{
		width: 30%;
	}
	.index4 .list li .text{
		width: 62%;
	}
	.index4 .list li .text h2{
		font-size: 16px;
	}
	.copyright p {
	    font-size: 13px;
	}
	.seaBox .box{
		width: 70%;
	}
	.content .contentl .vsbcontent_img img, .content .contentl p img {
	    max-width: 100%;
	    width: 100% !important;
	}
	.content .contentl p,.content .contentl p span{
		font-size: 15px !important;
		margin: 1em 0 !important;
	}
	.content .bar {
	    font-size: 12px;
	    margin: 10px auto;
	    padding: 8px 10px;
	    /* height: 40px; */
	    line-height: 25px;
	}
	.content h2 {
	    font-size: 17px;
	}
	.list .listl li a{
		font-size:15px;
	}
	.list .listl .time{
		padding-left:0;
	}
	.list .listl {
	    padding: 0 15px 20px;
	    margin-bottom: 30px;
	}
	.list .listl li {
	    padding: 12px 0;
	}
	.list .listl li:hover{
		box-shadow: none;
	}
	.list .listl .time p:nth-child(1){
		font-size:18px;
	}
	.lmmc {
	    line-height: 60px;
	    border-bottom: 1px solid #d5d5d5;
	    margin-bottom: 10px;
	}
	.lmmc h2 {
	    font-size: 17px;
	}
	.list .listl li a {
	    width: calc(100% - 85px);
	}
}


@media only screen and (max-width: 540px){
	.header .logo {
	    width: 50%;
	    height: 85px;
	}
	.header .search-bt {
	    margin-top: 25px;
	    margin-right: 48px;
	}
	.nav{
		top: 85px;
	}
	.nav .ul2 {
	    height: calc(100vh - 85px);
	}
	.index1 .slider img {
	    height: 320px;
	}
}


@media only screen and (max-width: 480px){
	.header .logo {
	    width: 60%;
	    height: 80px;
	}
	.header .search-bt {
	    margin-top: 23px;
	}
	.nav{
		top: 80px;
	}
	.nav .ul2 {
	    height: calc(100vh - 80px);
	}
	.index1 .slider img {
	    height: 250px;
	}
	.index3 .dome .first .img,.index3 .dome .first .text {
		width:100%;
		float: none;
		height: auto;
		max-height: 200px;
		overflow: hidden;
	}
	.index3 .dome .first .text {
		margin-top: 10px;
		padding: 0 10px;
	}
	.index3 .dome .first{
		box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
		padding-bottom: 20px;
	}
	.index3 .dome .first h2{
		height:
		auto;
		max-height: 60px;
	}
	.index3 {
	    margin-bottom: 10px;
	}
	.index4 .tit {
	    /* margin-bottom: 0px; */
	}
	.index4 .list li .img {
	    width: 40%;
	}
	.index4 .list li .text {
	    width: 52%;
	}
	.index4 .list li .img img {
	    height: 115px;
	}
	.index4 .list li .text h2 {
	    font-size: 15px;
	}
	.index4 {
	    padding: 30px 0 20px;
	}
	.seaBox .box{
		width: 85%;
	}
	.content {
	    padding-top: 15px;
	}
}
