:root{
	--width-1200: 1200px;
	--width-1500: 1500px;
	--margin-top: 120px;
	--font-size: 40px;
}
body{
	padding-top: 80px;
}
.hertre{
	width: 100%;
	height: 80px;
	background: #ffffff;
	z-index: 999;
	position: fixed;
	top: 0;
	box-shadow: 0px 0px 5px 1px rgb(0,0,0,0.1);
}
.hertre_cen{
	width: var(--width-1200);
	height: 100%;
	margin: auto;
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.logo{
	width: 56px;
	overflow: hidden;
}
.logo img{
	width: 100%;
	height: auto;
}
.nav{
	width: max-content;
	height: auto;
}
.nav ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.nav ul li{
	font-size: 18px;
	color: #333333;
	line-height: 80px;
	text-align: center;
	position: relative;
	transition: all 0.2s;
	margin: 0 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.nav ul li.nav_cen{
	color: #1a61e8;
}
.nav ul li:hover{
	color: #1a61e8;
}
.nav ul li i{
	width: 9px;
	overflow: hidden;
	display: block;
	margin-left: 5px;
}
.nav ul li i img{
	width: 100%;
	height: auto;
}
.nav_ul{
    position: absolute;
    background: #1a61e8;
    top: 80px;
    width: max-content;
    overflow: hidden;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    padding: 0 20px;
}
.nav_ul a{
  width: 100%;
  display: block;
  font-size: 12px;
  color: #ffffff;
  line-height: 44px;
  text-align: left;
  transition: all 0.3s;
  border-top: 1px dashed rgb(255,255,255,0.2);
}
.nav_ul a.uro_op{
  color: #ffcc64;
}
.nav_ul a:hover{
  color: #ffcc64;
}
.en{
	width: max-content;
	overflow: hidden;
	background-image: url(../images/top_06.jpg);
	background-size: 16px 16px;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	font-size: 18px;
	color: #999999;
}
.an{
	width: 70px;
	height: 70px;
	display: none;
	position: fixed;
	right: 0%;
	transition: all 0.5s;
	z-index: 99;
}
.container {
  cursor: pointer;
  display: flex; 
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.5s;
}
svg {
  transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
}
.active svg {
  transform: rotate(90deg);
}
path {
  transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dasharray 500ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 500ms cubic-bezier(0.4, 0, 0.2, 1);
}
path:nth-child(1) {
  transform-origin: 36% 40%;
}
path:nth-child(2) {
  stroke-dasharray: 29 299;
}
path:nth-child(3) {
  transform-origin: 35% 63%;
}
path:nth-child(4) {
  stroke-dasharray: 29 299;
}
path:nth-child(5) {
  transform-origin: 61% 52%;
}
path:nth-child(6) {
  transform-origin: 62% 52%;
}
.active path:nth-child(1) {
  transform: translateX(9px) translateY(1px) rotate(45deg);
}
.active path:nth-child(2) {
  stroke-dasharray: 225 299;
  stroke-dashoffset: -72px;
}
.active path:nth-child(3) {
  transform: translateX(9px) translateY(1px) rotate(-45deg);
}
.active path:nth-child(4) {
  stroke-dasharray: 225 299;
  stroke-dashoffset: -72px;
}
.active path:nth-child(5) {
  transform: translateX(9px) translateY(1px) rotate(-45deg);
}
.active path:nth-child(6) {
  transform: translateX(9px) translateY(1px) rotate(45deg);
}
.banner{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.banner img{
	width: 100%; 
	height: auto;
}
.banner .swiper-pagination{
	bottom: 30px !important;
}
.banner .swiper-pagination-bullet{
	width: 20px;
	height: 6px;
	opacity: 1;
	background: #7b7161;
	border-radius: 6px;
}
.banner .swiper-pagination-bullet-active{
	background: #fff;
}
.content{
	width: var(--width-1500);
	overflow: hidden;
	margin: auto;
	margin-top: var(--margin-top);
}
.content>h1{
	width: 100%;
	text-align: center;
	font-size: var(--font-size);
	color: #333333;
	font-weight: inherit;
}
.content_top{
	width: 100%;
	overflow: hidden;
	margin-top: var(--margin-top);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.content_left{
	width: 40%;
	overflow: hidden;
}
.content_left>h1{
	font-size: 24px;
	color: #333333;
	font-weight: inherit;
}
.content_left>p{
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	margin-top: 20px;
	border-bottom: 1px solid #999999;
	padding-bottom: 30px;
}
.content_left ul{
	width: 100%;
	overflow: hidden;
	margin-top: 40px;
}
.content_left ul li{
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.content_left ul li img{
	width: 33px;
	height: auto;
}
.content_test{
	width: calc(100% - 45px);
	overflow: hidden;
	font-size: 20px;
	line-height: 30px;
	color: #333333;
}
.content_right{
	width: 50%;
	overflow: hidden;
}
.content_right img{
	width: 100%;
	height: auto;
}
.form{
	width: var(--width-1500);
	overflow: hidden;
	margin: auto;
	margin-top: var(--margin-top);
}
.form>h1{
	text-align: center;
	font-size: 30px;
	color: #333333;
	font-weight: inherit;
}
.form>p{
	text-align: center;
	font-size: 20px;
	color: #666666;
	line-height: 30px;
	margin-top: 20px;
}
.form form{
	width: 100%;
	overflow: hidden;
	margin-top: 55px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.form form label{
	width: calc(50% - 15px);
	overflow: hidden;
	margin-bottom: 30px;
}
.form form label input{
	width: 100%;
	height: 60px;
	background: #e5edfd;
	font-size: 16px;
	color: #000000;
	padding: 0 20px;
	border: none;
	text-transform: uppercase;
}
.form form select{
	width: 100%;
	height: 60px;
	background: #e5edfd;
	font-size: 16px;
	color: #000000;
	padding: 0 20px;
	border: none;
	margin-bottom: 30px;
	text-transform: uppercase;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url(../images/top_25.jpg);
	background-size: 15px 8px;
	background-repeat: no-repeat;
	background-position: right 20px center;
}
.form form textarea{
	width: 100%;
	height: 200px;
	background: #e5edfd;
	font-size: 16px;
	color: #000000;
	padding: 20px;
	border: none;
	margin-bottom: 30px;
	resize: none;
	font-family: "微软雅黑";
	text-transform: uppercase;
}
.form form .submit{
	width: 100%;
	height: 60px;
	background: #1a61e8;
	font-size: 16px;
	color: #ffffff;
	border: none;
	text-transform: uppercase;
	cursor: pointer;
}
.Journey{
	width: var(--width-1500);
	overflow: hidden;
	margin: auto;
	margin-top: var(--margin-top);
	background-position: right center;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 120px;
	padding-bottom: 80px;
	position: relative;
	z-index: 1;
}
.Journey h1{
	font-size: var(--font-size);
	text-align: center;
	font-weight: inherit;
}
.Journey p{
	text-align: center;
	font-size: 18px;
	color: #333333;
	line-height: 34px;
	margin-top: 20px;
}
.Journey a{
	display: block;
	width: max-content;
	margin: auto;
	line-height: 40px;
	font-size: 14px;
	color: #1a61e8;
	border: 1px solid #1a61e8;
	border-radius: 40px;
	padding: 0 25px;
	margin-top: 40px;
}
.Journey a:hover{
	background: #1a61e8;
	color: #fff;
	cursor: pointer;
}
.tanchi{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	background: rgb(0,0,0,0.7);
	display: none;
}
.tanchi form{
	width: 1000px;
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background-position: bottom center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(../images/beijing_03.jpg);
	padding: 70px 150px;
}
.tanchi form>h1{
	text-align: center;
	font-size: 30px;
	color: #333333;
	font-weight: inherit;
}
.tanchi form>p{
	text-align: center;
	font-size: 20px;
	color: #666666;
	line-height: 30px;
	margin-top: 20px;
	margin-bottom: 50px;
}
.tanchi form input{
	width: 100%;
	height: 40px;
	background: #fff;
	font-size: 12px;
	color: #000000;
	padding: 0 20px;
	border: none;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.tanchi form select{
	width: 100%;
	height: 40px;
	background: #fff;
	font-size: 12px;
	color: #000000;
	padding: 0 20px;
	border: none;
	margin-bottom: 20px;
	text-transform: uppercase;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url(../images/top_25.jpg);
	background-size: 15px 8px;
	background-repeat: no-repeat;
	background-position: right 20px center;
}
.tanchi form textarea{
	width: 100%;
	height: 150px;
	background: #fff;
	font-size: 12px;
	color: #000000;
	padding: 20px;
	border: none;
	margin-bottom: 20px;
	resize: none;
	font-family: "微软雅黑";
	text-transform: uppercase;
}
.tanchi form input.submit{
	width: 100%;
	height: 40px;
	background: #1a61e8;
	font-size: 12px;
	color: #ffffff;
	border: none;
	text-transform: uppercase;
	cursor: pointer;
	padding: 0;
	margin-bottom: 0px;
}
.xuelei{
	width: 100%;
	overflow: hidden;
	background: #ffcc64;
	padding-top: 60px;
	margin-top: -60px;
}
.xuelei ul{
	width: var(--width-1500);
	overflow: hidden;
	margin: 70px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.xuelei ul li{
	width: max-content;
	overflow: hidden;
}
.xuelei ul li h1{
	text-align: center;
	font-size: 30px;
	color: #fff;
	font-weight: inherit;
}
.xuelei ul li p{
	text-align: center;
	font-size: 20px;
	color: #666666;
	margin-top: 20px;
}
.news{
	width: var(--width-1500);
	overflow: hidden;
	margin: auto;
	margin-top: var(--margin-top);
}
.news>h1{
	width: 100%;
	text-align: center;
	font-size: var(--font-size);
	color: #333333;
	font-weight: inherit;
}
.news ul{
	width: 100%;
	overflow: hidden;
	margin-top: var(--margin-top);
}
.news ul li{
	width: 100%;
	overflow: hidden;
}
.news ul li a{
	width: 100%;
	overflow: hidden;
	display: block;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.news_left{
	width: calc(100% - 750px);
	overflow: hidden;
}
.news_left img{
	width: 100%;
	height: auto;
}
.news_right{
	width: 620px;
	overflow: hidden;
}
.news_right h1{
	font-size: 20px;
	color: #222222;
	font-weight: inherit;
}
.news_right h2{
	font-size: 30px;
	color: #333333;
	font-weight: inherit;
	margin-top: 25px;
}
.news_right p{
	font-size: 20px;
	color: #666666;
	line-height: 30px;
	margin-top: 30px;
	border-bottom: 1px solid #999999;
	padding-bottom: 30px;
}
.news_right p span{
	display: block;
	color: #333333;
	margin-top: 10px;
	text-transform: uppercase;
}
.banner_show{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.banner_show img{
	width: 100%;
	height: 300px;
	object-fit: cover;
}
.banner_text{
	width: var(--width-1500);
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.banner_text h1{
	font-size: var(--font-size);
	color: #ffffff;
	text-align: center;
	font-weight: inherit;
}
.banner_text p{
	font-size: 30px;
	color: #ffffff;
	text-align: center;
	font-weight: inherit;
	margin-top: 20px;
}
.banner_text span{
	font-size: 18px;
	color: #ffffff;
	text-align: center;
	font-weight: inherit;
	margin-top: 20px;
	display: block;
	text-transform: uppercase;
}
.mulu{
	width: 640px;
	overflow: hidden;
	margin: auto;
	margin-top: 35px;
	border: 1px solid #e6e6e6;
	position: relative;
}
.mulu h1{
	width: 100%;
	line-height: 60px;
	font-size: 18px;
	color: #333333;
	font-weight: inherit;
	padding: 0 20px;
	position: relative;
	cursor: pointer;
}
.mulu h1 img{
	width: 15px;
	height: 8px;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	transition: all 0.3s;
}
.mulu ul{
	width: 100%;
	overflow: hidden;
	border-top: 1px solid #e6e6e6;
	box-sizing: border-box;
	padding: 20px;
	display: none;
}
.mulu ul li{
	font-size: 16px;
	color: #666666;
	line-height: 36px;
	cursor: pointer;
}
.show{
	width: var(--width-1500);
	overflow: hidden;
	margin: auto;
}
.show> h1{
	font-size: 26px;
	color: #333333;
	font-weight: inherit;
	text-transform: uppercase;
	padding-top: 90px;
}
.show_text{
	width: 100%;
	font-size: 14px;
	color: #666666;
	line-height: 30px;
	margin-top: 20px;
}
.show_text img{
	max-width: 100%;
	height: auto;
	margin: auto;
}
.checkbox{
	width: 100%;
	overflow: hidden;
	margin-bottom: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.checkbox input{
	width: 14px;
	height: 14px;
}
.checkbox label{
	width: calc(100% - 20px) !important;
	font-size: 14px;
	color: #999999;
	margin-bottom: 0px !important;
}
.show_form{
	margin-bottom: 120px;
}
.faq{
	align-items: center;
}
.faq_ul{
	width: var(--width-1500);
	margin: auto;
	margin-top: 70px;
}
.faq_ul ul{
	width: 100%;
}
.faq_ul ul li{
	width: 100%;
	border-bottom: 1px solid #e6e6e6;
}
.faq_top{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	text-transform: uppercase;
	cursor: pointer;
	padding: 15px 0;
}
.faq_top h1{
	width: calc(100% - 30px);
	overflow: hidden;
	font-size: 20px;
	color: #333333;
	font-weight: inherit;
	line-height: 30px;
}
.faq_top i{
	width: 9px;
	overflow: hidden;
}
.faq_top i img{
	width: 100%;
	height: auto;
}
.faq_bottom{
	width: 100%;
	overflow: hidden;
	padding-left: 30px;
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	padding-bottom: 20px;
	display: none;
}
.faq_top i.ii{
	transform: rotate(90deg);
	transition: all 0.3s;
}
.faq_top i.ii img{
	width: 100%;
    height: auto;
    margin: auto;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    overflow: hidden;
    filter: drop-shadow(9px 0px 0 #1a61e8);
    position: relative;
    right: 9px;
}
.core{
	width: var(--width-1500);
	overflow: hidden;
	margin: auto;
	margin-top: 60px;
}
.core>h1{
	text-align: center;
	font-size: 30px;
	color: #333333;
	font-weight: inherit;
	margin-top: 30px;
}
.core ul{
	width: 100%;
	overflow: hidden;
}
.core ul li{
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-top: 60px;
}
.core ul li:nth-child(2n){
	flex-direction: row-reverse;
}
.core ul li>img{
	width: 43%;
	height: auto;
}
.core_right{
	width: 53%;
	overflow: hidden;
}
.core_right h1{
	font-size: 26px;
	color: #333333;
	font-weight: inherit;
	text-transform: uppercase;
}
.core_text{
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
	font-size: 16px;
	color: #666666;
	line-height: 30px;
}
.here{
	width: 100%;
	overflow: hidden;
	margin-top: var(--margin-top);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 90px 0;
}
.here h1{
	text-align: center;
	font-size: 26px;
	color: #333333;
	font-weight: inherit;
	text-transform: uppercase;
}
.here ul{
	width: var(--width-1500);
	overflow: hidden;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 20px;
}
.here ul li{
	width: 49%;
	font-size: 18px;
	color: #666666;
	line-height: 30px;
}
.us{
	width: var(--width-1500);
	overflow: hidden;
	margin: auto;
	margin-top: var(--margin-top);
	font-size: 16px;
	color: #666666;
	line-height: 30px;
}
.us span{
	text-transform: uppercase;
}
.us img{
	max-width: 100%;
	height: auto;
}

.tory{
	width: var(--width-1500);
	overflow: hidden;
	margin: auto;
}
.tory ul{
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.tory ul li{
	width: calc(25% - 20px);
	overflow: hidden;
	margin-top: 60px;
}
.tory ul li img{
	width: 100%;
	height: auto;
}
.beijing{
	width: 100%;
	overflow: hidden;
	background: #fbfcfe;
}
.chanpin{
	width: var(--width-1500);
	margin: 120px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.chanpin_l{
	width: 450px;
}
.chanpin_l form{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.chanpin_l form .search{
	display: block;
	width: 100%;
	height: 60px;
	border: 1px solid #e6e6e6;
	background: #fff;
	font-size: 18px;
	color: #999999;
	padding: 0 30px;
}
.chanpin_l form .seach_s{
	width: 19px;
	height: 20px;
	background: none;
	background-image: url(../images/bucnis_06.png);
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	border: none;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}
.chanpin_l ul{
	width: 100%;
	margin-top: 20px;
}
.chanpin_l ul li{
	width: 100%;
	position: relative;
	margin-bottom: 10px;
}
.chan_top{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
}
.chan_top i{
	width: 9px;
	overflow: hidden;
}
.chan_top i img{
	width: 100%;
	height: auto;
}
.chan_top i.ii{
	transform: rotate(90deg);
	transition: all 0.3s;
}
.chan_top a{
	width: calc(100% - 30px);
	font-size: 16px;
	color: #333333;
	display: block;
	font-weight: bold;
}
.chanpin_l ul li.chanpin_op .chan_top a{
	color: #1a61e8;
}	
.chanpin_max{
	width: 100%;
	overflow: hidden;
	padding-left: 30px;
	margin-top: 10px;
	display: none;
}
.chanpin_max a{
	display: block;
	font-size: 14px;
	color: #666666;
	line-height: 40px;
}
.chanpin_max a.chanpin_max_op{
	color: #1a61e8;
}
.chanpin_r{
	width: calc(100% - 470px);
	overflow: hidden;
}
.chanpin_r ul{
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
.chanpin_r ul li{
	width: 32%;
	overflow: hidden;
	margin-left: 2%;
	margin-bottom: 60px;
}
.chanpin_r ul li:nth-child(3n+1){
	margin-left: 0%;
}
.chanpin_r ul li img{
	width: 100%;
}
.chanpin_r ul li h1{
	text-align: center;
	font-size: 20px;
	color: #333333;
	margin-top: 20px;
	font-weight: inherit;
}
.suosou{
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
	font-size: 16px;
	color: #000;
}
.suosou span{
	color: red;
	margin-right: 10px;
	font-size: 24px;
	font-weight: bold;
}
.suosou p{
	color: red;
	margin-top: 10px;
}
.shwo_c{
	width: var(--width-1500);
	overflow: hidden;
	margin: auto;
	margin-top: var(--margin-top);
}
.shwo_c>h1{
	width: 100%;
	text-align: center;
	font-size: var(--font-size);
	color: #333333;
	font-weight: inherit;
}
.shwo_c_top{
	width: 100%;
	overflow: hidden;
	margin-top: var(--margin-top);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    align-items: flex-start;
}
.shwo_c_top>img{
	width: 530px;
	height: auto;
}
.shwo_c_right{
	width: calc(100% - 600px);
	overflow: hidden;
}
.shwo_c_right h1{
	font-size: 30px;
	color: #333333;
	font-weight: inherit;
}
.shwo_c_right p{
	font-size: 20px;
	color: #333333;
	line-height: 30px;
	margin-top: 20px;
}
.shwo_c_right span{
	display: block;
	font-size: 20px;
	color: #1a61e8;
	line-height: 30px;
	margin-top: 20px;
}
.shwo_c_text{
	font-size: 20px;
	color: #333333;
	line-height: 30px;
	margin-top: 20px;
}
.shwo_c_right a{
	display: block;
	width: max-content;
	line-height: 40px;
	font-size: 14px;
	color: #1a61e8;
	border: 1px solid #1a61e8;
	border-radius: 40px;
	padding: 0 25px;
	margin-top: 30px;
}
.shwo_c_right a:hover{
	background: #1a61e8;
	color: #fff;
	cursor: pointer;
}
.iqehuan{
	width: 100%;
	overflow: hidden;
	margin-top: var(--margin-top);
}
.iqehuan ul{
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	border-bottom: 1px solid #999999;
}
.iqehuan ul li{
	font-size: 20px;
	color: #333333;
	margin: 0 25px;
	padding-bottom: 20px;
	position: relative;
	cursor: pointer;
}
.iqehuan ul li.iqehuan_le:after{
	content: "";
	width: 60px;
	height: 2px;
	background: #1a61e8;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.iqehuan_bottom{
	width: 100%;
	overflow: hidden;
	margin-top: 2px;
}
.iqehuan_tect{
	width: 100%;
	overflow: hidden;
	font-size: 16px;
	color: #666666;
	line-height: 30px;
}
.iqehuan_tect img{
	max-width: 100%;
	height: auto;
	margin: auto;
}
.re{
	width: 100%;
	overflow: hidden;
	margin-top: var(--margin-top);
}
.re>h1{
	font-size: 30px;
	color: #333333;
	font-weight: inherit;
}
.re ul{
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
}
.re ul li{
	width: calc(25% - 38px);
	overflow: hidden;
	margin-left: 50px;
	margin-top: 30px;
}
.re ul li:nth-child(4n+1){
	margin-left: 0px;
}
.re ul li img{
	width: 100%;
	height: auto;
}
.re ul li h1{
	font-size: 20px;
	color: #333333;
	text-align: center;
	font-weight: inherit;
	margin-top: 20px;
}
.page{
    width: 100%;
    overflow: hidden;
    text-align: center;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.page .active,
.page .total{
    font-size: 12px;
    padding: 5px 8px;
    color: #1a61e8;
    border: 1px solid #1a61e8;
    margin: 0px 3px;
}
.page .active{
    background: #1a61e8;
    border: 1px solid #1a61e8;
    color: #fff;
}
.page .active:nth-child(1),
.page .active:nth-child(2),
.page .active:nth-child(3),
.page .total:nth-child(1),
.page .total:nth-child(2),
.page .total:nth-child(3),
.page .total:nth-last-child(2),
.page .active:nth-last-child(2),
.page .active:last-child,
.page .total:last-child{
    color: #1a61e8;
    border: 1px solid #1a61e8;
    background: #fff;
}
.ti{
	width: var(--width-1200);
	overflow: hidden;
	margin: auto;
	margin-top: var(--margin-top);
}
.ti>h1{
	text-align: center;
	font-size: 26px;
	color: #333333;
	font-weight: inherit;
	text-transform: uppercase;
}
.ti ul{
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.ti ul li{
	width: 32%;
	overflow: hidden;
	margin-top: 30px;
	background: #fff;
}
.ti ul li:nth-child(4n),
.ti ul li:nth-child(5n){
	width: 48%;
}

.ti ul li img{
	width: 100%;
	height: auto;
}
.ti_text{
	width: 100%;
	height: 150px;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
    align-items: center;

}
.ti_text h1{
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: #333333;
	font-weight: inherit;
}
.ti_text a{
	display: block;
	width: 120px;
	line-height: 40px;
	text-align: center;
	border-radius: 40px;
	background: #1a61e8;
	margin: auto;
	margin-top: 25px;
	font-size: 16px;
	color: #fff;
	display: none;
}
.ti ul li:hover .ti_text h1{
	color: #1a61e8;
}
.ti ul li:hover .ti_text a{
	display: block;
}
.oisoi{
	width: var(--width-1500);
	overflow: hidden;
	margin: auto;
	margin-top: var(--margin-top);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.oisoi_l{
	width: 340px;
	overflow: hidden;
}
.oisoi_l img{
	width: 100%;
	height: auto;
	border-radius: 50%;
}
.oisoi_c{
	width: calc(100% - 920px);
	overflow: hidden;
}
.oisoi_c h1{
	font-size: 40px;
	color: #333333;
	line-height: 60px;
	font-weight: inherit;
}
.oisoi_c p{
	font-size: 20px;
	color: #666666;
	line-height: 36px;
	margin-top: 20px;
}
.oisoi_c a{
    display: block;
    width: max-content;
    line-height: 40px;
    font-size: 14px;
    color: #1a61e8;
    border: 1px solid #1a61e8;
    border-radius: 40px;
    padding: 0 25px;
    margin-top: 20px;
}
.oisoi_c a:hover{
	background: #1a61e8;
	color: #fff;
}
.oisoi_r{
	width: 530px;
	overflow: hidden;
}
.oisoi_r img{
	width: 50%;
	height: auto;
	border-radius: 50%;
	margin: auto;
}
.oisoi_r_text{
	width: 100%;
	overflow: hidden;
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	margin-top: 10px;
	border-bottom: 1px solid #999999;
	padding-bottom: 20px;
}
.smar{
	width: 100%;
	overflow: hidden;
	margin-top: var(--margin-top);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left center;
}
.smar_cen{
	width: var(--width-1200);
	overflow: hidden;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.smar_cen img{
	width: 330px;
	height: auto;
}
.smar_right{
	width: calc(100% - 330px);
	overflow: hidden;
}
.smar_right h1{
	font-size: 40px;
	color: #333333;
	font-weight: inherit;
}
.smar_right p{
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	margin-top: 20px;
}
.smar_right span{
	display: block;
	font-size: 26px;
	color: #333333;
	margin-top: 40px;
}
.smar_text{
	width: 100%;
	overflow: hidden;
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	margin-top: 20px;
}
.smar_right a{
    display: block;
    width: max-content;
    line-height: 40px;
    font-size: 14px;
    color: #1a61e8;
    border: 1px solid #1a61e8;
    border-radius: 40px;
    padding: 0 25px;
    margin-top: 20px;
}
.smar_right a:hover{
	background: #1a61e8;
	color: #fff;
}
.Carousel{
	width: 100%;
	overflow: hidden;
	margin-top: 60px;
	position: relative;
}
.Carousel img{
	width: 100%;
	height: auto;
}
.sta{
	width: var(--width-1200);
	overflow: hidden;
	margin: auto;
	margin-top: var(--margin-top);
}
.sta>h1{
	font-size: 40px;
	color: #333333;
	line-height: 60px;
	font-weight: inherit;
	text-transform: uppercase;
}
.sta ul{
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sta ul li{
	width: 350px;
	overflow: hidden;
	margin-top: 70px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.sta ul li img{
	width: 50px;
	height: auto;
}
.sta ul li h1{
	width: calc(100% - 60px);
	font-size: 22px;
	color: #333333;
	font-weight: inherit;
}

.sta_text{
	width: 100%;
	overflow: hidden;
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	margin-top: 10px;
}
.we{
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	background: #d5ccb9;
	margin-top: var(--margin-top);
}
.we>img{
	width: 50%;
	height: auto;
	object-fit: cover;
}
.we_r{
	width: 50%;
	overflow: hidden;
	padding: 60px 30px;
}
.we_r>h1{
	font-size: 40px;
	color: #333333;
	line-height: 60px;
	font-weight: inherit;
	text-transform: uppercase;
}
.we_r ul{
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.we_r ul li{
	width: 32%;
	overflow: hidden;
	margin-top: 30px;
}
.moxilo{
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.we_r ul li img{
	width: 50px;
	height: auto;
}
.we_r ul li h1{
	width: calc(100% - 60px);
	font-size: 22px;
	overflow: hidden;
	color: #333333;
	font-weight: inherit;
}
.we_text{
	width: 100%;
	overflow: hidden;
	font-size: 15px;
	color: #666666;
	line-height: 30px;
	margin-top: 10px;
}
.weaa{
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	background: #edc36f;
    flex-direction: row-reverse;
}
.weaa>img{
	width: 50%;
	height: auto;
	object-fit: cover;
}
.weaa_r{
	width: 50%;
	overflow: hidden;
	padding: 60px 30px;
}
.weaa_r h1{
	font-size: 40px;
	color: #333333;
	line-height: 60px;
	font-weight: inherit;
	text-transform: uppercase;
}
.weaa_r p{
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	margin-top: 20px;
}
.weaa_r a{
    display: block;
    width: max-content;
    line-height: 40px;
    font-size: 14px;
    color: #1a61e8;
    border: 1px solid #1a61e8;
    border-radius: 40px;
    padding: 0 25px;
    margin-top: 20px;
}
.weaa_r a:hover{
	background: #1a61e8;
	color: #fff;
}
.consis{
	width: var(--width-1500);
	overflow: hidden;
	margin: auto;
	margin-top: var(--margin-top);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.consis_l{
	width: calc(100% - 750px);
	overflow: hidden;
}
.consis_l>h1{
	font-size: 30px;
	color: #333333;
	font-weight: inherit;
}
.consis_l p{
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	margin-top: 10px;
}
.consis_l ul{
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.consis_l ul li{
	width: 50%;
	overflow: hidden;
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.consis_l ul li img{
	width: 30px;
	height: auto;
}
.consis_l ul li h1{
	width: calc(100% - 40px);
	overflow: hidden;
	font-size: 18px;
	color: #333333;
	font-weight: inherit;
}
.consis_r{
	width: 610px;
	overflow: hidden;
}
.consis_r img{
	width: 100%;
	height: auto;
}
.footer{
	width: 100%;
	overflow: hidden;
	background: #2b65c9;
	padding: 30px 0;
}
.footer_cen{
	width: var(--width-1500);
	overflow: hidden;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.footer_cen ul{
	width: 10%;
	overflow: hidden;
}
.footer_cen ul li{
	font-size: 16px;
	color: #ffffff;
	line-height: 30px;
}

.dizhi{
	width: 25%;
	overflow: hidden;
}
.dizhi p{
	background-image: url(../images/asjkcasd_21.png);
	background-size: 65px 65px;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 80px;
	font-size: 16px;
	color: #ffffff;
	line-height: 30px;
	min-height: 65px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	margin-bottom: 20px;
}
.dizhi p:nth-child(2){
	background-image: url(../images/asjkcasd_24.png);
}
.dizhi p:nth-child(3){
	background-image: url(../images/asjkcasd_27.png);
}
.dizhi p span{
	font-weight: bold;
	display: block;
}
.beian{
	width: var(--width-1500);
	overflow: hidden;
	margin: auto;
	margin-top: 60px;
	font-size: 14px;
	color: #fff;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.beian ul{
    width: max-content;
    overflow: hidden;
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.beian ul li{
    width: max-content;
    overflow: hidden;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 14px auto;
    font-size: 14px;
    color: #fff;
    padding-left: 25px;
    margin-left: 15px;
}