@media screen and (min-width: 1300px) {
	.header{
		width: 100%;
		text-align: center;
		padding-top: 25px;
		padding-bottom: 25px;
		display: flex;
		background: white;
	}
	.head{
		/* border: 1px solid red; */
		width: 1440px;
		margin: auto;
		display: inline-block;
	}
	.head .logo{
		width: 355px;
		float: left;
	}
	.head ul{
		float: right;
		    margin: 0;
		    margin-top: 14px;
	}
	.head ul li{
		list-style-type:none;
	}
	.head li {
	    display: inline;
	    line-height: 40px;
	    float:left;
		position:relative;
	}
	.head li a{
		font-size: 16px;
		color: #333333;
		text-decoration: none;
		display: block;
		min-width: 80px;
		/*height: 30px;*/
		line-height: 30px;
		border-radius: 5px;
		margin-left: 20px;
    font-weight: bold;
	}
.head li a:hover{
color: white !important;
		background: #E6212A;
}
	.active{
		color: white !important;
		background: #E6212A;
	}
	.erji{
		/* border: 1px solid red; */
		width: 140px;
		position: absolute;
		left: 0;
		top: 65px;
		z-index: 1001;
		display: none;
	}
	.sanjiao{
		width:0;
		  height:0;
		  border-left:10px solid transparent;
		  border-right:10px solid transparent;
		  border-bottom:10px solid white;
		  margin: auto;
	}
	.erji1{
		width: 100%;
		background: white;
		    padding-top: 10px;
    box-sizing: border-box;
    padding-bottom: 10px;
		/* height: 100px; */
	}
	.erji1 .erji1_1{
		display: block;
		width: 100%;
		/*height: 35px;*/
		    line-height: 20px;
		border-bottom: 1px dashed #F3F3F3;
    padding-top: 10px;
    padding-bottom: 10px;
		margin: 0;
		border-radius: 0;
word-wrap:break-word;
	}
	.fanyi{
		width: 30px;
		height: 30px;
		float: right;
		 margin-top: 14px;
		 margin-left: 35px;
	}
.guanggao{
width:100%;height:145px;display:flex;
 }
.guanggao img{
width:100%;height:100%;
 }
}

@media screen and (max-width: 1300px) {
	
	.header{
		width: 100%;
		text-align: center;
		position: fixed;
		    left: 0;
		    background: white;
		    top: 0;
		    z-index: 1001;
	}
	.head{
		/* border: 1px solid red; */
		box-sizing: border-box;
		width: 100%;
		height: 0.95rem;
		display: flex;
		    justify-content: space-between;
			
			position: relative;
	}
	.logo{
		width: 3.95rem;
		height: 0.6rem;
		margin-top: 0.17rem;
		margin-left: 0.3rem;
display: flex;
		/* float: left; */
	}
	.head1{
		display: flex;
		margin-right: 0.3rem;
	}
	.fanyi{
		width: 0.45rem;
		height: 0.45rem;
		margin-top: 0.25rem;
display: flex;
	}
	.caidan{
		width: 0.45rem;
		height: 0.4rem;
		margin-left: 0.5rem;
		margin-top: 0.225rem;
	}
	
	.mulu{
		/* border: 1px solid red; */
		width: 3rem;
		display: none;
		/* height: 100px; */
		position: absolute;
		right: 0;
		top: 0.95rem;
		z-index: 1001;
	}
	.mulu ul{
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.mulu ul li{
		list-style-type:none;
	}
	.mulu ul li a{
		/* width: 100%; */
		height: 0.7rem;
		line-height: 0.7rem;
		font-size: 0.26rem;
		background: #ECF0F5;
		border-bottom: 1px solid white;
		box-sizing: border-box;
		display: flex;
		justify-content: space-between;
		color: #333333;
		text-decoration: none;
		padding-left: 0.3rem;
		padding-right: 0.3rem;
	}
	.mulu ul li:last-child a{
		border-bottom: 0;
	}
	.mulu ul li a img{
		width: 0.1rem;
		height: 0.2rem;
		margin-top: 0.25rem;
	}
	.mulu-act{
		background: #E62129 !important;
		color: white !important;
	}
	.erji{
		width: 100%;
		/* height: 20px; */
		background: white;
		display: none;
	}
	.erji a{
		font-size: 0.22rem !important;
		color: #333333;
		background: white !important;
	}
.guanggao{
width:100%;height:1.45rem;display:none;
 }
.guanggao img{
width:100%;height:100%;
 }
}