:root{
	--max: 1200px;
	--top90: 90px;
	--top30: 30px;
	--font62: 40px;
	--font42: 42px;
	--font36: 36px;
	--font16: 16px;
	--line: 30px;
}
.hertre{
	width: 100%;
	background: #ffffff;
	height: 110px;
	z-index: 999;
}
.hertre_cen{
	width: var(--max);
	height: 100%;
	margin: auto;
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.logo{
	width: 170px;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.banner1 .swiper-wrapper{
    height: auto;
}
.banner1 .swiper-slide{
    height: 0;
}
.banner1 .swiper-slide-active{
    height: 100%;
}
.logo img{
	width: 100%;
	height: auto;
}
.nav{
	width: max-content;
	height: auto;
}
.nav ul{
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.nav ul li{
	font-size: 16px;
	color: #4d4d4d;
	text-align: center;
	line-height: 110px;
	position: relative;
	transition: all 0.2s;
	margin-left: 50px;
}
.nav ul li::after{
	content: "";
	width: 0%;
	height: 5px;
	background: #cc922f;
	position: absolute;
	bottom: 0px;
	left: 0;
	transition: all 0.2s;
}
.nav ul li.nav_cen{
	color: #cc922f;
}
.nav ul li.nav_cen::after{
	width: 100%;
}
.nav ul li:hover{
	color: #cc922f;
}
.nav ul li:hover::after{
	width: 100%;
}
.nav_ul{
    position: absolute;
    background: #fff;
    top: 100px;
    width: max-content;
    overflow: hidden;
    left: 0;
    display: none;
    z-index: 999;
    box-shadow: 0px 0px 5px 2px rgb(0,0,0,0.1);
    padding: 10px 20px;
    left: 50%;
    transform: translateX(-50%);
    transition: auto;
}
.nav_ul a{
  width: 100%;
  display: block;
  font-size: 14px;
  color: #000;
  line-height: 36px;
  text-align: center;
  transition: all 0.3s;
}
.nav_ul a:hover{
  color: #cc922f;
}

.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: 20px;
	border: 2px solid #0d5a29;
	background: none;
}
.banner .swiper-pagination-bullet-active{
	background: #0d5a29;
}
.banner2{
    width: var(--max);
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	padding-right: 300px;
}
.banner2 h1{
    font-size: 60px;
    line-height: 70px;
    color: #fff;
    font-weight: bold;
}
.banner2 p{
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    margin-top: 20px;
}
.mbx{
	width: var(--max);
	overflow: hidden;
	margin: 40px auto;
	font-size: 16px;
	color: #222222;
}
.company{
	width: var(--max);
	overflow: hidden;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	flex-direction: row-reverse;
	margin-bottom: var(--top90);
}
.company_img{
	width: 46%;
	overflow: hidden;
}
.company_img img{
	width: 100%;
	height: auto;
}
.company_left{
	width: 50%;
	overflow: hidden;
}
.company_left h1{
	font-size: var(--font42);
	color: #0a264b;
}
.company_left p{
	font-size: var(--font16);
	color: #0a264b;
	line-height: var(--line);
	margin-top: var(--top30);
}
.data{
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-top: var(--top90);
}
.data img{
	width: 100%;
	height: auto;
}
.data ul{
	width: var(--max);
	overflow: hidden;
	position: absolute;
	left: 50%;
	bottom: 60px;
	transform: translateX(-50%);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.data ul li p{
	font-size: 50px;
	color: #fff;
}
.data ul li h1{
	font-size: 18px;
	color: #fff;
	margin-top: 10px;
}
.course{
	width: var(--max);
	overflow: hidden;
	margin: auto;
	margin-top: var(--top90);
	margin-bottom: var(--top90);
}
.course h1{
	font-size: var(--font42);
	color: #0a264b;
	text-align: center;
}
.course p{
	text-align: center;
	font-size: var(--font16);
	color: #0a264b;
	line-height: var(--line);
	margin-top: var(--top30);
}
.course img{
	max-width: 100%;
	height: auto;
	margin: auto;;
	margin-top: var(--top90);
}
.honor{
	width: 100%;
	overflow: hidden;
	margin-top: var(--top90);
	background: #f4f4f4;
}
.honor_max{
	width: var(--max);
	overflow: hidden;
	margin: auto;
	margin-top: var(--top30);
}
.honor_max h1{
	font-size: var(--font42);
	color: #0a264b;
	text-align: center;
}
.honor_max img{
	width: 100%;
	height: auto;
	margin-top: var(--top90);
}
.compliance{
	width: 100%;
	overflow: hidden;
}
.compliance>h1{
	text-align: center;
	font-size: var(--font62);;
	color: #0a264b;
	font-weight: 600;
	text-transform: uppercase;
}
.compliance img{
	width: 100%;
	height: auto;
	margin-top: var(--top30);
}
.compliance_text{
	width: var(--max);
	overflow: hidden;
	margin: auto;
	margin-top: var(--top30);
}
.compliance_text h1{
	font-size: 30px;
	color: #222222;
	font-weight: 600;
}
.compliance_text p{
	font-size: var(--font16);
	line-height: var(--line);
	margin-top: var(--top30);
}
.compliance ul{
	width: var(--max);
	overflow: hidden;
	margin: auto;
	margin-top: var(--top90);
	margin-bottom: var(--top90);
}
.compliance ul li{
	width: 100%;
	overflow: hidden;
	margin-top: var(--top30);
}
.compliance ul li:nth-child(1){
	margin-top: 0px;
}
.compliance ul li h1{
	font-size: 20px;
	color: #cc922f;
}
.comp_text{
	width: 100%;
	overflow: hidden;
	background: #faf4ea;
	padding: 20px 30px;
	font-size: 18px;
	color: #666666;
	line-height: 46px;
	margin-top: 15px;
}
.photo{
	width: var(--max);
	overflow: hidden;
	margin: auto;
	margin-bottom: var(--top90);
}
.photo>h1{
	text-align: center;
	font-size: var(--font62);;
	color: #0a264b;
	font-weight: 600;
	text-transform: uppercase;
}
.swiperas{
	width: 100%;
	overflow: hidden;
	margin-top: var(--top30);
	column-count: 3;
	column-gap: 10;
}
.swiperas>div{
    width: 100%;
    overflow: hidden;
}
.swiperas img{
	width: 100%;
	height: auto;
	cursor: pointer;
}

/*.photo ul{
	width: 100%;
	overflow: hidden;
	margin-top: var(--top30);
}
.photo ul li{
	float: left;
	height: auto;
}
.photo ul li img{
	width: 100%;
	height: auto;
}
.photo ul li{
	float: left;
	height: auto;
}
.photo ul li img{
	width: 100%;
	height: auto;
}
.photo ul li:nth-child(9n+1){
	width: 50%;
}
.photo ul li:nth-child(9n+2){
	width: 25%;
}
.photo ul li:nth-child(9n+3){
	width: 25%;
}
.photo ul li:nth-child(9n+4){
	width: 100%;
}
.photo ul li:nth-child(9n+5){
	width: 50%;
}
.photo ul li:nth-child(9n+6){
	width: 25%;
}
.photo ul li:nth-child(9n+7){
	width: 25%;
}
.photo ul li:nth-child(9n+8){
	width: 25%;
}
.photo ul li:nth-child(9n+9){
	width: 25%;
}*/

.warranty{
	width: var(--max);
	overflow: hidden;
	margin: auto;
	margin-bottom: var(--top90);
}
.warranty>h1{
	text-align: center;
	font-size: var(--font62);;
	color: #0a264b;
	font-weight: 600;
	text-transform: uppercase;
}
.warranty ul{
	width: 100%;
	overflow: hidden;
	margin-top: 30px;
}
.warranty ul li{
	width: 100%;
	overflow: hidden;
	background: #f9f9f9;
	margin-top: 10px;
	padding: 20px;
}
.warranty_top{
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}
.warranty_top p{
	font-size: 26px;
	color: #0a0a0a;
	line-height: 26px;
	font-weight: 600;
}
.warranty_top h1{
	width: calc(100% - 30px);
	font-size: 26px;
	color: #0a0a0a;
	font-weight: 600;
}
.warranty_text{
	font-size: var(--font16);
	line-height: var(--line);
	color: #222222;
	margin-top: var(--top30);
	display: none;
	transition: auto;
}
.warranty ul li:nth-child(1) .warranty_text{
	display: block;
}
.faq{
	width: var(--max);
	overflow: hidden;
	margin: auto;
}
.faq>h1{
	text-align: center;
	font-size: 50px;
	color: #0a264b;
	font-weight: 600;
	text-transform: uppercase;
}
.faq_text{
	width: 100%;
	overflow: hidden;
	margin-top: var(--top90);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.faq_left{
	width: 42%;
	overflow: hidden;
	position: relative;
}
.faq_left img{
	width: 100%;
	height: auto;
	position: relative;
	z-index: 9;
	padding-bottom: 30px;
	padding-left: 30px;
}
.faq_left::after{
	content: "";
	width: calc(100% - 70px);
	height: 70%;
	position: absolute;
	bottom: 0;
	line-height: 0;
	background: #eeeeee;
}
.faq_right{
	width: 55%;
	overflow: hidden;
}
.faq_right>h1{
	font-size: var(--font36);
	color: #07193d;
}
.faq_right>p{
	font-size: 20px;
	color: #222222;
	line-height: 30px;
	margin-top: 20px;
}
.faq_a_text{
	width: 100%;
	line-height: var(--line);
	font-size: var(--font16);
	overflow: hidden;
	color: #222222;
	margin-top: 20px;
}
.chanpin{
	width: var(--max);
	margin: auto;
	margin-bottom: var(--top90);
}
.chanpin>h1{
	text-align: center;
	font-size: var(--font62);
	color: #0a264b;
	text-transform: uppercase;
}
.chanpin ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.chanpin ul li{
	width: calc(25% - 25px);
	margin-top: var(--top30);
	border: 1px solid #d3d3d3;
}
.chanpin_img{
	width: 100%;
	height: 270px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.chanpin_img img{
	max-width: 80%;
	max-height: 80%;
	transition: all 0.3s;
}
.chanpin ul li:hover .chanpin_img img{
	transform: scale(1.2);
}
.chanpin ul li h1{
	text-align: center;
	font-size: 26px;
	color: #222222;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.chanpin ul li p{
	text-align: center;
	font-size: 14px;
	color: #222222;
	margin-top: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	padding: 0 10px;
	display: none;
}
.ckan_a{
	width: 140px;
	height: 34px;
	position: relative;
	margin: 10px auto 20px;
}
.ckan_top{
	width: 100%;
	line-height: 34px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	font-size: 12px;
	color: #ffffff;
	background: #0a264b;
	cursor: pointer;
}
.ckan_top i{
	width: 6px;
	margin-left: 10px;
}
.ckan_xl{
	width: 100%;
	overflow: hidden;
	position: absolute;
	top: 34px;
	left: 0px;
	background: #fff;
	box-shadow: 0px 0px 5px 2px rgb(0,0,0,0.1);
	display: none;
}
.ckan_xl a{
	font-size: 12px;
	color: #060606;
	line-height: 36px;
	border-bottom: 1px solid #dddddd;
	padding-left: 20px;
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.ckan_xl a:hover{
	color: #ca902e;
}
.ckan_a:hover .ckan_xl{
	display: block;
}
.materials{
	width: var(--max);
	overflow: hidden;
	margin: auto;
	margin-top: var(--top90);
}
.materials>h1{
	font-size: var(--font36);
	color: #0a264b;
	text-align: center;
}
.materials_top{
	width: 100%;
	overflow: hidden;
	margin-top: var(--top30);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
	flex-direction: row-reverse;
}
.materials_left{
	width: 550px;
	max-width: calc(100% - 500px);
	overflow: hidden;
	padding: 30px 20px;
	background: #f5f5f5;
}
.materials_left>h1{
	font-size: var(--font36);
	color: #222222;
}
.materials_rigt{
	width: 450px;
	overflow: hidden;
}
.materials_rigt img{
	width: 100%;
	height: auto;
}
.materials_left ul{
	width: 100%;
	overflow: hidden;
	margin-top: 10px;
}
.materials_left ul li{
	width: 100%;
	overflow: hidden;
	padding: 20px 0;
	border-bottom: 1px solid #e0dede;
}
.materials_left_top{
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}
.materials_left_top p{
	font-size: 18px;
	color: #0a0a0a;
	line-height: 18px;
	font-weight: 600;
}
.materials_left_top h1{
	width: calc(100% - 30px);
	font-size: 18px;
	color: #444444;
}
.materials_left_text{
	font-size: var(--font16);
	line-height: var(--line);
	color: #222222;
	margin-top: var(--top30);
	display: none;
	transition: auto;
}
.color{
	width: 100%;
	overflow: hidden;
	background: #f4f4f4;
	margin-top: var(--top90);
}
.color_max{
	width: var(--max);
	overflow: hidden;
	margin: auto;
	margin-top: var(--top90);
	margin-bottom: var(--top90);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.color_left{
	width: 290px;
	overflow: hidden;
}
.color_left h1{
	font-size: var(--font42);
	color: #222222;
}
.color_left p{
	font-size: var(--font16);
	line-height: var(--line);
	margin-top: var(--top30);
}
.color_right{
	width: calc(100% - 370px);
	overflow: hidden;
}
.color_right img{
	width: 100%;
	height: auto;
}
.show{
	width: var(--max);
	overflow: hidden;
	margin: auto;
	margin-top: 30px;
}
.show>h1{
	font-size: var(--font36);
	color: #0a264b;
	text-align: center;
	font-weight: 900;
	text-transform: uppercase;
}
.show_top{
	width: 100%;
	overflow: hidden;
	margin-top: 60px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.show_left{
	width: 48%;
	overflow: hidden;
	position: relative;
	padding-bottom: var(--top90);
}
.mySwiper{
	width: 100%;
	height: 370px;
	border: 1px solid #999;
}
.mySwiper .swiper-slide{
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.show_left img{
	max-width: 100%;
	max-height: 100%;
}
.show_left .swiper-pagination{
	bottom: 0px !important;
}
.show_left .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	border: 1px solid #9b9b9b;
	background: none;
	opacity: 1;
}
.show_left .swiper-pagination-bullet-active{
	background: #2e52af;
}
.show_right{
	width: 48%;
	overflow: hidden;
}
.show_right p{
	font-size: var(--font16);
	color: #333333;
	line-height: var(--line);
}
.show_right h1{
	font-size: var(--font36);
	color: #cc922f;
	font-weight: bold;
	text-transform: uppercase;
	margin: 70px 0;
}
.show_right a{
	display: block;
	width: max-content;
	max-width: 100%;
	padding: 0 15px;
	line-height: 44px;
	border: 2px solid #0e2142;
	font-size: 16px;
	color: #0e2142;
}
.show_right a:hover{
	background: #0e2142;
	color: #fff;
}
.vall{
	width: var(--max);
	overflow: hidden;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 50px;
}
.vall ul{
	width: 100%;
	overflow: hidden;
}
.vall ul li{
	width: 100%;
	overflow: hidden;
	margin-top: var(--top30);
}
.vall ul li:nth-child(1){
	margin-top: 0px;
}
.vall ul li h1{
	font-size: 20px;
	color: #cc922f;
	font-weight: bold;
}
.vall_text{
	width: 100%;
	overflow: hidden;
	background: #f7f7f7;
	padding: 20px 30px;
	font-size: 18px;
	color: #666666;
	line-height: 46px;
	margin-top: 15px;
}
.ther{
	width: var(--max);
	overflow: hidden;
	margin: auto;
	margin-top: var(--top90);
}
.ther>h1{
	font-size: 30px;
	color: #0a264b;
	text-align: center;
	font-weight: 600;
}
.ther>p{
	font-size: 14px;
	color: #0a264b;
	text-align: center;
	margin-top: 10px;
}
.ther ul{
	width: 100%;
	overflow: hidden;
	margin-top: 50px;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.ther ul li{
	width: 30%;
	overflow: hidden;
	background: #f7f7f7;
	padding: 30px 20px;
}
.ther ul li img{
	width: 55px;
	height: auto;
	border-radius: 50%;
	margin: auto;
}
.ther ul li p{
	text-align: center;
	font-size: 17px;
	color: #333333;
	margin-top: 20px;
	font-weight: 900;
}
.warrantya{
	width: var(--max);
	margin: auto;
	overflow: hidden;
	background: #0e2142;
	padding: 20px;
	margin-top: 50px;
}
.warrantya h1{
	text-align: center;
	font-size: 30px;
	color: #fefeff;
}
.warrantya p{
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	margin-top: 20px;
}
.boli{
	width: var(--max);
	overflow: hidden;
	margin: auto;
	margin-bottom: var(--top90);
}
.boli>span{
	display: block;
	text-align: center;
	font-size: 20px;
	color: #0a264b;
}
.boli>h1{
	display: block;
	text-align: center;
	font-size:var(--font42);
	color: #0a264b;
}
.boli>p{
	display: block;
	text-align: center;
	font-size: 20px;
	color: #0a264b;
}
.boli_top{
	width: 100%;
	overflow: hidden;
	margin-top: 150px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.boli_left{
	width: calc(100% - 500px);
	overflow: hidden;
	font-size: var(--font16);
	line-height: var(--line);
	color: #222222;
}
.boli_right{
	width: 430px;
	overflow: hidden;
}
.boli_right img{
	width: 100%;
	height: auto;
}

.boli_text{
	width: 100%;
	overflow: hidden;
	font-size: var(--font16);
	line-height: var(--line);
	color: #222222;
	margin-top: 60px;
}
.banner1{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.banner1 img{
	width: 100%; 
	height: auto;
}
.banner1 .swiper-pagination{
	bottom: 30px !important;
}
.banner1 .swiper-pagination-bullet{
	width: 16px;
	height: 16px;
	background: #fff;
	opacity: 1;
	margin:  0 10px !important;

}
.banner1 .swiper-pagination-bullet-active{
	background: #cc922f;
}
.banner1 .swiper-button-next,
.banner1 .swiper-button-prev{
	width: 55px;
	height: 55px;
	border-radius: 50%;
	background: #0a264b;
	right: 19%;
	left: auto;
}
.banner1 .swiper-button-next::after,
.banner1 .swiper-button-prev::after{
	font-size: 12px;
	color: #fdff;
}
.banner1 .swiper-button-next{
	top: calc(50% - 30px);
}
.banner1 .swiper-button-prev{
	top: calc(50% + 30px);
}
.core{
	width: 1000px;
	max-width: 96%;
	overflow: hidden;
	margin: auto;
	margin-top: var(--top30);
}
.core>h1{
	font-size: var(--font62);
	color: #0a264b;
	text-align: center;
	font-weight: 600;
	text-transform: uppercase;
}
.core ul{
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}
.core ul li{
	width: calc(25% - 23px);
	overflow: hidden;
	margin-left: 30px;
	margin-top: 30px;
	background: #0a264b;
	border-radius: 10px;
	padding: 25px;
	position: relative;
}
.core ul li:nth-child(4n+1){
	margin-left: 0px;
}
.core ul li h1{
	font-size: 36px;
	color: #fff;

}
.core ul li p{
	font-size: 20px;
	color: #ffffff;
	line-height: 30px;
	text-transform: uppercase;
	margin-top: 50px;

}
.core ul li img{
	width: 60px;
	height: auto;
	position: absolute;
	top: 20px;
	right: 20px;
}
.meet{
	width: 1000px;
	max-width: 96%;
	overflow: hidden;
	margin: auto;
	margin-top: var(--top90);
}
.meet>h1{
	font-size: var(--font62);
	color: #0a264b;
	text-align: center;
	font-weight: 600;
	text-transform: uppercase;
}
.meet ul{
	width: 100%;
	overflow: hidden;
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.meet ul li{
	width: 25%;
	height: 450px;
	border-left: 4px solid #fff;
	position: relative;
}

.meet ul li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.meet_text{
	width: 100%;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(rgb(0,0,0,0),rgb(0,0,0,0.7));
	padding: 30px;
}
.meet_text h1{
	font-size: 24px;
	color: #ffffff;
	display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;
}
.meet_text p{
	font-size: 12px;
	color: #ffffff;
	line-height: 16px;
	display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
margin-top: 5px;
}

.expe{
	width: 1000px;
	max-width: 96%;
	overflow: hidden;
	margin: auto;
	margin-top: var(--top90);
}
.expe>h1{
	font-size: var(--font62);
	color: #0a264b;
	text-align: center;
	font-weight: 600;
	text-transform: uppercase;
}
.expe img{
	width: 100%;
	height: auto;
	margin-top: var(--top90);
}

.cet{
	width: 100%;
	overflow: hidden;
	margin: auto;
	margin-top: var(--top90);
/*	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;*/
	position: relative;
}
.cet img{
	width: 100%;
	min-height: 600px;
	height: auto;
	object-fit: cover;
}
.cet_max{
	width: var(--max);
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.cet_r{
	max-width: 100%;
	width: 480px;
	overflow: hidden;
	float: right;
	background: #0a2749;
	padding: 30px;
}
.cet_r h1{
	font-size: var(--font42);
	color: #ffffff;
	position: relative;
	padding-top: 10px;
}
.cet_r h1::after{
	content: "";
	width: 75px;
	height: 7px;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
}
.cet_r form{
	width: 100%;
	overflow: hidden;
	display: block;
	margin-top: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.cet_r form label{
	width: calc(50% - 7px);
}
.cet_r form input{
	width: 100%;
	height: 54px;
	border: 2px solid #fff;
	font-size: 16px;
	color: #ffffff;
	padding: 0 10px;
	text-transform: uppercase;
	background: initial;
	margin-top: 15px;
}
.cet_r form textarea{
	width: 100%;
	height: 160px;
	resize: none;
	border: 2px solid #fff;
	font-size: 16px;
	color: #ffffff;
	padding: 10px;
	text-transform: uppercase;
	background: initial;
	margin-top: 15px;
	font-family: "微软雅黑";
}
.cet_r form input.submit{
	background: #ffff;
	color: #0a2749;
	font-size: 24px;
	font-weight: 600;
	cursor: pointer;
}

.yes{
	width: 100%;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.yes_max{
	width: var(--max);
	overflow: hidden;
	margin: 60px auto;
}
.yes_max h1{
	text-align: center;
	font-size: var(--font42);
	color: #ffffff;
}
.yes_max p{
	text-align: center;
	font-size: var(--font16);
	color: #ffffff;
	margin-top: 20px;
}
.yes_max a{
	display: block;
	width: 142px;
	line-height: 56px;
	background: #0a2749;
	border-radius: 5px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	margin: auto;
	margin-top: 30px;
}
.footer{
	width: 100%;
	overflow: hidden;
	background: #0a2749;
}
.footer_max{
	width: var(--max);
	overflow: hidden;
	margin: auto;
	margin-top: var(--top90);
	margin-bottom: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.footer_logo{
	width: 285px;
	overflow: hidden;
}
.footer_logo img{
	width: 100%;
	height: auto;
}
.footer_max ul{
	width: max-content;
	overflow: hidden;
}
.footer_max ul h1{
	font-size: 20px;
	color: #fff;
	margin-bottom: 20px;
}
.footer_max ul li{
	font-size: 14px;
	color: #6f7888;
	line-height: 30px;
}
.tel{
	width: 200px;
	overflow: hidden;
}
.tel h1{
	font-size: 20px;
	color: #fff;
	margin-bottom: 20px;
}
.tel p{
	font-size: 14px;
	color: #6f7888;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 18px 21px;
	line-height: 21px;
	padding-left: 30px;
	margin-bottom: 15px;
}
.beian{
	width: 100%;
	overflow: hidden;
	font-size: 14px;
	color: #fffffd;
	text-transform: uppercase;
	border-top: 1px solid #233d5c;
	padding: 15px 0;
	text-align: center;
}








