
* {
  margin: 0;
  padding: 0;
}
a{
   text-decoration: none; 
}
img {

  max-width: 100%;
  
  height: auto;
  
  }
  .content{
    background: linear-gradient(1turn, rgba(229, 237, 255, 0), #e5edff)!important;
  }
  .top_1{ 
  
    align-items: center;
    background-color: #fff;  
    background-position: 50%;
    background-size: cover;
    display: flex;
    height: 21vw;
    min-height: 400px;
    position: relative;
}

.top_1_l{ float: left; }
.top_1_right{ float: right; margin-right: 80px;}
.top_1_new{ width: 1100px;
  min-width: 1100px; margin: 0 auto;}
.top_1_l .top_title{
  font-size: 54px;
  margin-top: 88px;
}
.top_1_l .top_title text{
color: #4372fe;
}

.top_1_l .top_title1{
  font-size: 32px; 
  margin-top: 40px;
}

.top_1_l .top_title2{
  color: #979797;
  margin: 26px 0 ;  font-size: 16px;
}
.top_1_l .top_title3{
  color: #fff;
  font-size: 14px; text-align: center; height: 44px; line-height: 44px; border-radius: 8px; background-color: #4A71EB; width: 140px;
}
.top_1_l .top_title3 a{
  color: #fff;
}
.content_1 {
  margin: auto 20%;
}
.title{
  color: #fff;
  font-size: 60px;
  left: 20%;
  position: absolute; 
}
.content_title{
  margin-top: 40px;
  font-size: 32px;
    font-weight: 400;
    text-align: center;
}
.content_list {
	width: 960px;
	height: 335px;
	margin: 40px auto 0;
}

.content_list li {
	min-width: 240px; width: 16.6%;  text-align: center;
	height: 240px;
	float: left;
	list-style: none
}
.content_list li a{
  color: #000;
}
.content_list li img {
	width: 200px;
	height: 200px;
	-webkit-transition: all ease .3s;
	transition: all ease .5s;
}
.content_list li img:hover {
	-webkit-transform: scale(1.05);
transform: translateY(-20px); 
	
	
}
.content_2{ width: 1200px; margin: 60px  auto 0 auto; }
.content_2 .title2{
  color: #000;    font-size: 26px;
  margin-bottom: 32px;
  margin-top: 32px;
}
.content_2 .title3{
  display: flex;
  font-size: 22px;
  margin-bottom: 16px;
  position: relative;
}
.content_2 .row{
  color: #737c8b; font-size: 14px; line-height: 24px;
 
}
.content_2 .title4{
 color: #1B202A;
 font-size: 22px;
 font-size: 22px;
  margin-bottom: 16px;
  position: relative; margin-top: 40px;
}
.content_2 .text-wei{
position: absolute; 
left: 300px;
}
.select1{
  border: none; background: #fff;    font-size: 22px;
  /* 火狐 */

-moz-user-select: none;

/* Safari 和 欧朋 */

-webkit-user-select: none;

/* IE10+ and Edge */

-ms-user-select: none;

/* Standard syntax 标准语法(谷歌) */

user-select: none;
}
.select1 option{ border: none;}
.select1:focus{ border: none;}
.select1:active{ border: none;}
