		.headerView {
			width: 100%;
			/* height: 90px; */
			background: transparent;
			/* border-bottom: 1px solid RGBA(153, 0, 2, 1); */
			position: fixed;
			top: 0;
			z-index: 1008;
			
			border-bottom: 1px solid RGB(229, 229, 229,0.3);
		}
		.logop2{
			color: white;
			font-size: 22px;
			
			
		}
		
		body {
			touch-action: manipulation;
		}
		
		.titles2>div>div:hover{
			color: rgb(25,73,158) ;
		}
		.activesBtn{
			color: rgb(25,73,158) !important ;
		}
		
		.logop1{
			font-size: 26px;
			letter-spacing: 5px;
			color: white;
			position: relative;
			top: 7%;
		}

		.headerContent {
			width: 90%;
			margin-left: 5%;
			margin: 0 auto;
			/* height: 90px; */
			display: flex;
			align-items: center;
		}

		.headerContent img {
			display: block;
			
		}
		
		.anniuViews{
			display: none;
		}
		.header_logo{
			width: 22%;
		}
		.header_logo>div{
			display: flex;
		}
		.header_logo img{
			/* width: 100%; */
			height: 60px;
		}

		.header_btn {
			display: flex;
			align-items: center;
			height: 90px;
			width: 70%;
			font-size: 16px;
			justify-content: space-around;
			/* margin-top: -25px; */
		}

		.header_btn>div {
			/* margin-top: 20px; */
			height: 90px;
			line-height: 90px;
			cursor: pointer;
			color: #FFFFFF;
			width: 11%;
			
			text-align: center;
		}
		.header_btn>div>div{
			/* width: 73%;       
			margin-left: 18.5%; */
			width: 100%;
			/* 做头部hover的css */
		}
	

		.search_icon {
			/* margin-left: 80px; */
			cursor: pointer;
		}

		.search_nav {
			margin-left: 30px;
		}
		.header_btn>div>div{
			/* border-bottom: 1px solid transparent; */
			/* transition: border-color 0.5s ease; */
		}

		.header_btn>div>div:hover{
			color:#D7D0CA;
			/* border-bottom: 3px solid #D7D0CA;	 */
		}
		
		.header_btn>div>div{
			display: inline-block;
			position: relative;
		}
		
		.actives{
			color: #EDF5FF;
			border-bottom: 3px solid #D7D0CA;
		}
		
		.Content>div:nth-child(3)>div:nth-child(2){
			font-size: 16px;
		}
		.btnView>div{
			font-size: 16px;
		}

		
		
		
		
		
		
		
		.searchView{
			width: 5%;
			position: relative;
			display: flex;
			justify-content: center;
		}
		.searchDivContent{
			position: absolute;
			display: flex;
			align-items: center;
			
			    top: 60px;
			    left: -81px;
			
		}
		.searchDivContent input{
			width: 10vw;
			height: 40px;
		}
		.searchDivContent div{
			width: 38px;
			height: 38px;
			font-size: 14px;
			color: black;
			text-align: center;
			line-height: 40px;
			background: white;
			cursor: pointer;
		
		}
		
		
		
			.burger  div{
				/* display: block !important; */
			}
				
				
		
		.headerView2q1{
			width: 100%;
			padding-left: 2%;
			padding-right: 5%;
			height: 8vh;
			display: flex;
			align-items: center;
			justify-content: space-between;
			background: rgb(25,96,158) !important;
			/* border-bottom: 1px solid RGBA(153, 0, 2, 1); */
		}
		.headerView2q1>img:nth-child(1){
			width: 45%;
		}
		.headerView2q1>img:nth-child(2){
			width: 10%;
			height: 3.125rem;
		}
		
		.tanchuView2{
			width: 100%;
			height: 100vh;
			background: red;
			position: fixed;
			top: 0;
			z-index: 10;
			/* display: none; */
		}
		.section{
			height: 100vh !important;
			overflow: hidden;
		}
		
		.headerView1{
			width: 100%;
			height: 100vh;
			background: white;
			position: absolute;
			top: 0;
			z-index: 10;
			display: none;
		}
		
		.headerView1 a{
			display: block;
			width: 92%;
			margin-left: 4%;
			text-align: left;
			font-size: 2rem;
			height: 5.15rem;
			line-height: 5.15rem;
			border-bottom: 1px solid #e3e3e3;
		}
		#header2{
			display: none;
		}
		
		#actives{
			background: red !important;
		}
	
		
	
		
		@media screen and (max-width: 968px) {
		  /* 当屏幕宽度小于等于768px时应用的样式 */
		  /* 适合移动设备 */
		  
		  .titles1{
			  visibility: hidden;
		  }
		  
		  .headerView{
			  position: fixed;
		  }
		  
		  .anniuViews{
		  	display: block;
		  }
		  
		  
		  .anniuView{
			  display: flex;
			  flex-wrap: wrap;
			  justify-content: space-around;
			  width: 90%;
			  margin-left: 5%;
		  }
		  
		  .anniuView>div{
			      width: 40%;
			      /* width: 246px; */
			      height: 5rem;
			      background: #2273C6;
			      border-radius: 3rem;
			      text-align: center;
			      font-size: 2rem;
				  margin-top: 1rem;
			      font-family: Microsoft YaHei;
			      font-weight: 400;
			      color: #FFFFFF;
			      line-height: 5rem;
			      cursor: pointer;
			      border: 2px solid #2273C6;
			      transition: .5s;
			      box-sizing: border-box;
		  }
		  
		  .titleView{
		  			  background-position: center !important;
					  height: 10rem !important;
					 padding-bottom: 10rem !important;
					     padding-top: 13rem !important;
		  }
		  .titleView>div:nth-child(4){
			  margin-top: 2rem !important;
			  margin-bottom: 2rem !important;
			  display: none !important;
		  }
		  
		  .btnView>div:hover{
			  background: #0E6EB8 !important;
		  }
		  
		
		  
		  .titleView>div:nth-child(1){
			  font-size: 2.2rem !important;
		  }
		  
		  .titleView>div:nth-child(3){
		  			  font-size: 2.2rem !important;
					  display: none;
		  }
		  
		  #header1{
		  			  display: none;
		  }
		  #header2{
			  display: block;
		  }
	
		  
		}
		
		@media screen and (min-width: 769px) and (max-width: 1024px) {
		  /* 当屏幕宽度在769px到1024px之间时应用的样式 */
		  /* 适合平板设备 */
		}
		
	@media screen and (min-width: 1000px) and (max-width: 1400px) {
		  /* 当屏幕宽度大于等于1025px时应用的样式 */
		  /* 适合桌面设备 */
		  
		  .header_btn>div>div{
		  	width: 90%;       
		  	margin-left: 5%;
		  	/* 做头部hover的css */
		  }
		  
		}