@charset "utf-8";
@font-face {
	font-family: HarmonyOS_Sans_SC_Medium;
	font-style: normal;
	font-display: swap;
	src: url("/static/web/font/HarmonyOS_Sans_SC_Medium.ttf") format("ttf")
}
@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-100px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(100px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
*{
	font-family:HarmonyOS_Sans_SC_Medium;
}
/* CSS Document */
body,h1,h2,h3,h4,h5,h6,p,ul,li,form,button,textarea,th,td,table,a,em,span,img,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{margin:0px;padding:0px;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{ display:block;}
body,button,select,textarea,input{font-size:14px; color:#666; line-height:24px; outline:none; font-family:Arial,sans-serif; }
h1,h2,h3,h4,h5,h6,select{font-size:14px; font-weight:normal; font-style:normal;}
em{ font-style:normal;}
ul,li{list-style:none;}
select,img{ border:none; vertical-align:middle;}
html{ overflow-y:scroll;}
p{word-wrap:break-word}
a{text-decoration:none; -webkit-tap-highlight-color: rgba(0,0,0,0);}
a span,a em{ cursor:pointer;}
.clearfix{zoom:1;}
.clearfix:after{content:".";display:block;clear:both;height:0;overflow:hidden;visibility:hidden;}
.floatl{ float:left;}
.floatr{ float:right;}
.textl{ text-align:left;}
.textc{ text-align:center;}
.textr{ text-align:right;}
input::-ms-clear{display:none;}
input{-webkit-appearance: none;border:none; background:none; padding:0; margin:0;}
*{ box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-webkit-tap-highlight-color: rgba(255, 255, 255, 0);-webkit-user-select: none;-moz-user-focus: none;-moz-user-select: none;outline:none;}
.primary-btn {
	display: block;
	width: 140px;
	height: 46px;
	line-height: 46px;
	background: linear-gradient(270deg, var(--primary-color), var(--secondary-color));
	font-size: 16px;
	color: #fff;
	text-align: center;
	border: none;
	cursor: pointer;
}
.primary-btn:hover {
	background: linear-gradient(270deg, var(--primary-color), var(--primary-color));
}
.fadeIn {
    animation-name: fadeIn;
    animation-duration: 1s; /* 动画持续时间 */
    animation-fill-mode: both; /* 动画结束时保持最后一个属性值 */
}
.fadeInLeft {
    animation-name: fadeInLeft;
    animation-duration: 1s; /* 动画持续时间 */
    animation-fill-mode: both; /* 动画结束时保持最后一个属性值 */
}
.fadeInRight {
    animation-name: fadeInRight;
    animation-duration: 1s; /* 动画持续时间 */
    animation-fill-mode: both; /* 动画结束时保持最后一个属性值 */
}
.hoverToBig {
    transition: transform 0.3s ease; /* 动画效果 */
    /* 其他样式 */
}
.hoverToBig:hover {
    transform: scale(1.05); /* 放大到原来的1.1倍 */
	z-index: 999;
}
.hide_overflow {
	overflow: hidden;
}
.header {
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
}
.header_top{
	height: 40px;
	line-height: 40px;
	background: var(--footer-background-color);
	color: #fff;
}
.header_top_r{
	display: flex;
}
.change,.change a{
	color: #999;
}
.change a.current{
	color: #fff;
}
.change span{
	margin: 0 4px;
}
.search{
	width: 180px;
	height: 32px;
	top: 4px;
	background: #fff;
	position: relative;
	margin-left: 10px;
}
.search input[type="text"]{
	width: 100%;
	height: 100%;
	padding: 0 40px 0 10px;
	display: block;
}
.search input[type="submit"]{
	position: absolute;
	right: 0;
	top:0;
	width: 40px;
	height: 32px;
	cursor: pointer;
	background: url(/static/web/images/ss.png) no-repeat center center;
}
.header{
	position: sticky;
	left: 0;
	top: 0;
	width: 100%;
	height: 80px;
	background:#fff;
	z-index: 999;
}
.center{
	max-width: 1200px;
	margin: auto;
}
.header .center{
	height: 100%;
	position: relative;
}
.flex{
	display: flex;
	justify-content: space-between;
}
.logo1 {
	padding: 5px 0;
}
.logo1,.logo1 img{
	display: block;
	height: 100%;
}
.head_nav_content{
	display: flex;
}
.head_nav_content li{
	padding: 0 8px;
	margin-left: 32px;
	line-height: 80px;
	font-size: 16px;
	position: relative;
}
.head_nav_content li a{
	color: #333;
	position: relative;
}
.head_nav_content li:hover>a, .head_nav_content li>a.current{
	color: var(--secondary-color);
}
.head_nav_content li:hover>a::after, .head_nav_content li>a.current::after{
	display: block;
	width: 100%;
	height: 4px;
	background: var(--primary-color);
	content: "";
	position: absolute;
	left: 0;
	bottom:-10px;
}
.head_nav a {
	cursor: pointer;
}
.nav_list{
	position: absolute;
	left: -28px;
	top: 80px;
	background: rgba(255, 255, 255, 1);
	border: 1px solid #ececec;
	border-top: 0;
	padding: 30px 20px;
	display: none;
	justify-content: space-between;
	align-items:stretch;
	z-index:999;
	opacity: 0;
    transform: translateY(-20px);
    animation: slideDown 0.5s ease forwards;
}
.head_nav_content li:hover .nav_list{
	display: flex;
	opacity: 1;
}
.nav_list .nav_img{
	width: 200px;
	position: relative;
	align-items: center;
	display: flex;
	justify-content: center;
}
.nav_list .nav_img img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.nav_list .nav_img div{
	font-size: 28px;
	color: #fff;
	position: absolute;
}
.nav_z{
	width: 200px;
	padding: 0 10px 0 0;
	position: relative;
	display: flex;
	border-right: 1px solid #ececec;
	margin-right: 20px;
}
.nav_z_l{
	width: 100%;
}
.nav_z_l:first-child{
	margin-left:0;
}
.nav_z_l div{
	margin-top: 8px;
}
.nav_z_l div:first-child{
	margin-top: 0;
}
.nav_z_l div a{
	display: block;
	padding: 0 20px;
	line-height: 36px;
	font-size: 14px;
	color: #333333;
}
.nav_z_l div a.current{
	background: #fff;
	box-shadow: 0px 2px 4px 0px rgba(25, 36, 95, 0.1);
}
.nav_z_l div a.current::before{
	content: "";
	width: 4px;
	height: 100%;
	background: var(--primary-color);
	position: absolute;
	left: 0;
	top: 0;
}
.nav_z_l div a::after {
	content: "";
	position: absolute;
	right: 20px;
	top: 13px;
	width: 6px;
	height: 10px;
	background: url(/static/web/images/j.png) 0 0 no-repeat;
}
.nav_z_l div a:hover{
	color: #777;
}
.nav,.menu{
	display: none;
}
.nav{
	display: none;
	height: 50px;
	padding: 0 10px;
	position: sticky;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999;
	background: #fff;
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
}
.login_box {
	width: 80px;
	display: flex;
    align-items: center;
}
.login_btn {
	display: block;
	width: 80px;
	height: 35px;
	line-height: 35px;
	background-color: var(--primary-color);
	border-radius: 4px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	border: none;
	cursor: pointer;
}
.login_btn:hover {
	opacity: 0.8;
}
.to_portal_btn {
	color: #409EFF;
	cursor: pointer;
	display: none;
}
.to_portal_btn:hover {
	opacity: 0.8;
}
.banner{
	width:100%;
	position: relative;
}
.swiper-container{
	overflow:hidden;
	width:100%;
}
.swiper-wrapper{
	position:relative;
	width:100%;
	height: 100%;
	-webkit-transition-property:-webkit-transform,left,top;
	-webkit-transition-duration:0s;
	-webkit-transform:translate3d(0px,0,0);
	-webkit-transition-timing-function:ease;
	-moz-transition-property:-moz-transform,left,top;
	-moz-transition-duration:0s;
	-moz-transform:translate3d(0px,0,0);
	-moz-transition-timing-function:ease;
	-o-transition-property:-o-transform,left,top;
	-o-transition-duration:0s;
	-o-transform:translate3d(0px,0,0);
	-o-transition-timing-function:ease;
	-o-transform:translate(0px,0px);
	-ms-transition-property:-ms-transform,left,top;
	-ms-transition-duration:0s;
	-ms-transform:translate3d(0px,0,0);
	-ms-transition-timing-function:ease;
	transition-property:transform,left,top;
	transition-duration:0s;
	transform:translate3d(0px,0,0);
	transition-timing-function:ease;
	display:flex;
}
.swiper-slide{
	flex-shrink:0;
}
.swiper-slide a,.swiper-slide,.swiper-slide a img{
	/* width:100%; */
	display: block;
}
.pagination{
	position:absolute;
	z-index:100;
	line-height:10px;
	left:50%;
	display: flex;
	bottom:5%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	white-space: nowrap;
}
.pagination .swiper-pagination-bullet{
	width:12px;
	height:12px;
	border-radius:50%;
	margin:0 5px;
	cursor:pointer;
	background: #fff;
}
.pagination .swiper-pagination-bullet-active{
	background: var(--primary-color);
}
.slide_prev,.slide_next{
	position: absolute;
	top: 50%;
	margin-top: -30px;
	width: 60px;
	height: 60px;
	cursor: pointer;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
.slide_prev{
	left: 20px;
	background-image: url(/static/web/images/prev.png);
}
.slide_next{
	right: 20px;
	background-image: url(/static/web/images/next.png);
}
.title{
	text-align: center;
	padding: 3.44% 0 2.29%;
	color: #333;
	font-size: 20px;
}
.title span{
	display: block;
	line-height: 32px;
	font-weight: bold;
}
.title em{
	display: block;
	line-height: 24px;
	color:#999;
}

.more{
	display: block;
	width: 100px;
	height: 36px;
	line-height: 36px;
	background: linear-gradient(270deg, var(--primary-color), var(--secondary-color));
	font-size: 14px;
	color: #fff;
	text-align: center;
}
.footer{
	background: var(--footer-background-color);
	color: var(--footer-text-color);
}
.foot_left{
	padding-top: 45px;
}
.foot_tab{
	display: flex;
}
.foot_tab div{
	width: 243px;
	height: 40px;
	margin-right: 20px;
	position: relative;
}
.foot_tab div.active{
	z-index: 10;
}
.foot_tab div span{
	cursor:pointer;
	padding: 0 40px 0 22px;
	display:block;
	font-size: 12px;
	line-height: 40px;
	position: relative;
	background:var(--footer-control-color);
}
.foot_tab div span::after {
	content: "";
	border-top: 6px solid #a2a9b3;
	border-bottom: 6px solid transparent;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	position: absolute;
	right: 16px;
	top: 17px;
}
.foot_tab div ul{
	min-width: 100%;
	position: absolute;
	left: 0;
	top: 40px;
	background:var(--footer-control-color);
	line-height: 30px;
	display: none;
}
.foot_tab div.active ul{
	display: block;
}
.foot_tab div ul a{
	display: block;
	color: #a2a9b3;
	padding: 0 22px;
}
.contact{
	line-height: 30px;
	margin-top: 25px;
}
.contact_title {
	font-size: 16px;
	font-weight: bold;
}
.foot_right ul{
	padding-top: 75px;
	display: flex;
	font-size: 14px;
	line-height: 36px;
	text-align: center;
}
.foot_right ul li{
	width: 104px;
}
.foot_right ul div{
	width: 90px;
	height: 90px;
	margin: auto;
}
.foot_right ul div img{
	display: block;
	width: 100%;
	height: 100%;
}
.foot_right ul span{
	display: block;
}
.text{
	height: 40px;
	line-height: 39px;
	text-align: center;
	border-top: solid 1px #57657a;
	margin-top: 40px;
	font-size: 12px;
}
.text a{
	margin-left: 10px;
	color: #fff;
}
.wrapper {
	width: 1180px;
    margin: 0 auto;
    min-width: 1180px;
}
.lm_banner{
	width: 100%;
	position: relative;
}
.lm_banner img {
	width: 100%;
}
.lm_banner_content {
	position: absolute;
	top: 140px;
}
.lm_banner .slogan {
	font-size: 48px;
	line-height: 48px;
	color: #fff;
}
.lm_banner .sub_slogan {
	font-size: 30px;
	line-height: 30px;
	color: hsla(0,0%,100%,.7);
	margin-top: 20px;
	margin-bottom: 72px;
}
.curPosition{
	height: 70px;
	padding-top: 20px;
	color: #555;
	line-height: 20px;
	font-size: 14px;
}
.curPosition a{
	color: #555;
}
.curPosition .ts{
	padding-left: 20px;
	background: url(/static/web/images/home.jpg) no-repeat left center;
}
.lm_tab{
	line-height: 56px;
	margin-bottom: 38px;
	display: flex;
	justify-content: center;
}
.lm_tab div{
	width: 196px;
	text-align: center;
}
.lm_tab div a{
	color: #666;
	font-size: 24px;
	position: relative;
}
.lm_tab div a.current{
	color: var(--background-color);
	font-weight: bold;
}
.lm_tab div a.current::after{
	display: block;
	content: "";
	position: absolute;
	left: 50%;
	bottom: -12px;
	margin-left: -28px;
	width: 56px;
	height: 4px;
	background: var(--background-color);
}
.img_list{
	background: #f4f4f7;
	padding: 1.67%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.img_list li{
	width: 32.24%;
	height: 0;
	padding-bottom: 22.41%;
	position: relative;
	background: #fff;
	margin-top: 1.72%;
}
.img_list li:nth-child(-n+3){
	margin-top: 0;
}
.img_list li a{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	padding: 2.14% 4.27%;
	align-items: center;
	justify-content: center;
}
.img_list li a img{
	max-width: 100%;
	min-height: 100%;
}
.page{
	padding: 3.33% 0 7%;
	display: flex;
	justify-content: center;
}
.page.ts{
	padding-bottom: 4%;
}
.page span,.page a{
	display: block;
	font-size: 14px;
	width: 36px;
	height: 36px;
	border-radius: 2px;
	border: solid 1px #d9d9d9;
	line-height: 34px;
	text-align: center;
	margin: 0 4px;
}
.page .current{
	background: var(--primary-color);
	border-color: var(--primary-color);
	color: #fff;
}
#pagehome,#pageend{
	display:none;
}
.al_title{
	font-size: 24px;
	line-height: 3.33;
	text-align: center;
	color: #333;
	font-weight: bold;
	margin-bottom: 3%;
}
.kh_list{
	padding: 3.75% 0 8%;
}
.kh_list li{
	display: flex;
	justify-content: center;
	margin-top: 3.75%;
}
.kh_list li:first-child{
	margin-top: 0;
}
.kh_list li .border{
	width: 13%;
	height: 0;
	padding-bottom: 7.5%;
	position: relative;
	background: #fff;
	margin: -1px 0 0 -1px;
}
.kh_list li .border div{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
	border-left: solid 1px #ddd;
	border-right: solid 1px #ddd;
}
.kh_list li .border::before,.kh_list li .border::after{
	display: block;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	border-left: solid 1px #ddd;
	border-right: solid 1px #ddd;
	background: #fff;
}
.kh_list li .border::before{
	transform: rotate(120deg);
	-ms-transform: rotate(120deg);
	-moz-transform: rotate(120deg);
	-webkit-transform: rotate(120deg);
}
.kh_list li .border::after{
	transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	-moz-transform: rotate(60deg);
	-webkit-transform: rotate(60deg);
}
.kh_list li .border div img{
	max-width: 100%;
	max-height: 100%;
}
.al_list{
	padding: 0 5%;
}
.al_list .flex{
	margin-top: 7.4%;
}
.al_list .flex:first-child{
	margin-top: 0;
}
.al_list .flex:nth-child(2n+2){
	flex-direction: row-reverse;
}
.al_text{
	width: 50%;
	font-size: 14px;
	color: #666;
	line-height: 2;
}
.al_img{
	width: 42.6%;
}
.al_text_title{
	font-size: 18px;
	line-height: 1.5;
	color: #333;
	font-weight: bold;
}
.al_text_zy{
	line-height: 2.57;
}
.al_text_jj{
	margin: 3.33% 0 3.7%;
}
.al_text li{
	padding-left: 16px;
	background: url(/static/web/images/jt.jpg) no-repeat left 8px;
}
.al_img img{
	display: block;
	width: 100%;
}
.hb_list{
	margin-bottom: 4%;
}
.hb_list:last-child{
	margin-bottom: 14%;
}
.hb_list div{
	font-size: 18px;
	line-height: 1.667;
	color: #666;
	margin-bottom: 2%;
}
.hb_list div span{
	font-weight: bold;
	color: #333;
	margin-right: 2%;
}
.hb_list ul{
	display: flex;
	flex-wrap: wrap;
}
.hb_list ul li{
	width: 18.66%;
	height: 0;
	padding-bottom: 6.667%;
	position: relative;
	margin-left: 1.66%;
	margin-top: 1.66%;
}
.hb_list ul li:nth-child(5n+1){
	margin-left: 0;
}
.hb_list ul li:nth-child(-n+5){
	margin-top: 0;
}
.hb_list ul li div{
	width: 100%;
	height: 100%;
	border: solid 1px #ddd;
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.hb_list ul li div img{
	max-width: 100%;
	max-height: 100%;
}
.contactUs{
	display: flex;
	justify-content: space-between;
	padding-bottom: 10%;
}
.contactUs .map{
	width: 45.83%;
	height: 0;
	padding-bottom: 33.33%;
	position: relative;
	margin-left: 5.83%;
}
.contactUs .map>div{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: solid 1px #ddd;
}
.contactUs .map>div *{
	box-sizing:content-box;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
}
.contact_text{
	width: 45.83%;
}
.contact_text div{
	font-size: 18px;
	font-weight: bold;
	color: #333;
	line-height: 30px;
	margin-bottom: 6px;
}
.contact_text div.ts{
	margin-top: 10%;
}
.contact_text li{
	font-size: 16px;
	line-height: 2;
	padding: 18px 0 18px 66px;
	background-repeat: no-repeat;
	background-position: 12px 22px;
	background-size: 24px 24px;
}
.grey{
	height: 20px;
	background:#f2f3f7;
}
.result_title{
	font-size: 18px;
	line-height: 80px;
	color:#333;
	text-align: center;
}
.result_title span{
	color: var(--primary-color);
}
.search_tab{
	width: 20%;
	border-top: solid 1px #e1e1e1;
}
.search_tab li{
	border: solid 1px #e1e1e1;
	border-top: none;
}
.search_tab li div{
	font-size: 16px;
	line-height: 50px;
	height: 50px;
	padding-left: 36.66%;
	color: #333333;
	font-weight: bold;
}
.search_tab li a{
	display: block;
	font-size: 16px;
	line-height: 50px;
	height: 50px;
	position: relative;
	padding-left: 36.66%;
	color: #333333;
}
.search_tab li.current a{
	color: var(--primary-color);
}
.search_tab li.current a::before{
	display: block;
	content: "";
	position: absolute;
	left: -1px;
	top: 50%;
	width: 4px;
	height: 32px;
	border: solid 1px var(--primary-color);
	background: var(--primary-color);
	margin-top: -16px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.result_list{
	width: 78.33%;
}
.result_list .number{
	padding-left: 1.7%;
	padding-bottom: 1.06%;
	font-size: 16px;
	line-height: 1.625;
}
.result_list_tw{
	border-bottom: dashed 1px #e7e7e7;
}
.result_list_tw a{
	height: 134px;
	padding-left: 1.7%;
	padding-top: 20px;
	display: flex;
}
.result_list_tw a>span{
	display: block;
	width: 94px;
	height: 94px;
	flex-shrink: 0;
}
.result_list_tw a>span img{
	width: 100%;
	height: 100%;
}
.result_list_tw a>em{
	display: block;
	padding-left: 3.46%;
	flex: 1;
	font-size: 16px;
	line-height: 24px;
	color: #333333;
	overflow:hidden;
}
.result_list_tw a>em span{
	display: block;
	font-weight: bold;
	margin-bottom: 8px;
	height:24px;
	overflow:hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.result_list_tw a>em em{
	height: 48px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.result_list_text{
	border-bottom: dashed 1px #e7e7e7;
}
.result_list_text a{
	height: 160px;
	padding-left: 1.7%;
	padding-top: 34px;
	display: flex;
}
.result_list_text a>span{
	display: block;
	width: 94px;
	height: 92px;
	flex-shrink: 0;
	text-align: center;
	background: var(--background-color);
}
.result_list_text a>span span{
	display: block;
	font-size: 34px;
	color: var(--primary-color);
	line-height: 40px;
	padding-top: 15px;
	font-weight: bold;
}
.result_list_text a>span em{
	display: block;
	font-size: 14px;
	color: #333;
	line-height: 30px;
}
.result_list_text a>em{
	display: block;
	padding-left: 3.46%;
	flex: 1;
}
.result_list_text a>em span{
	display: block;
	font-weight: bold;
	margin-bottom: 24px;
	font-size: 16px;
	line-height: 24px;
	color: #333333;
}
.result_list_text a>em em{
	font-size: 14px;
	line-height: 22px;
	color: #999;
	height: 44px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.block .title em {
	color:#5c5d5f;
	font-size: 14px;
}
.bg_404 {
	margin:80px 0 150px 0;
}
.bg_404 img {
	width:400px;
	display:block;
	margin:0 auto;
}

@media screen and (max-width: 1100px) {
	.mobile_hide_overflow {
		overflow: hidden;
	}
	.header_top{
		padding: 0 10px;
	}
	.header,.search{
		display: none;
	}
	.footer .flex{
		display: block;
	}
	.nav{
		display: flex;
	}
	.menu{ display:block; width:32px; height:50px; position:absolute;right: 0; top: 0; cursor: pointer;}
	.menu div{position:absolute;height:2px;width:20px;top:14px;left:0;background: rgba(51, 51, 51, 1);}
	.menu div.aa{-webkit-transform:translate3d(0, 0, 0) rotate(0);-webkit-transition:-webkit-transform .4s cubic-bezier(0.645, 0.045, 0.355, 1);}
	.menu div.bb{ top:22px;opacity:1;-webkit-transform:-webkit-translate3d(0, 0, 0) rotate(0);-webkit-transition:-webkit-transform .35s cubic-bezier(0.645, 0.045, 0.355, 1), opacity .35s cubic-bezier(0.645, 0.045, 0.355, 1) .2s;}
	.menu div.cc{top:30px;-webkit-transform:-webkit-translate3d(0, 0, 0) rotate(0);-webkit-transition:-webkit-transform .35s cubic-bezier(0.645, 0.045, 0.355, 1);}
	.menu-close.menu div.aa{-webkit-transform:translate3d(0, 8px, 0) rotate(45deg);-webkit-transition:-webkit-transform .35s cubic-bezier(0.645, 0.045, 0.355, 1) 50ms;}
	.menu-close.menu div.bb{ opacity:0;-webkit-transform:translate3d(4px, 0, 0) rotate(-180deg);-webkit-transition:-webkit-transform .35s cubic-bezier(0.645, 0.045, 0.355, 1) 50ms, opacity .35s cubic-bezier(0.645, 0.045, 0.355, 1) 50ms;}
	.menu-close.menu div.cc{-webkit-transform:translate3d(0, -8px, 0) rotate(-45deg);-webkit-transition:-webkit-transform .35s cubic-bezier(0.645, 0.045, 0.355, 1) 50ms;}
	.menu > div.aa, .menu > div.bb, .menu > div.cc {-webkit-transition-delay:50ms, 50ms;transition-delay:50ms, 50ms;}
	.slide_prev, .slide_next{
		width: 30px;
		height: 30px;
		margin-top: -15px;
	}
	.swiper-slide a,.swiper-slide,.swiper-slide a img{
		width: 100%;
		height: 100%;
	}
	.pagination .swiper-pagination-bullet{
		width: 8px;
		height: 8px;
		margin: 0 4px;
	}
	.title{
		font-size: 16px;
	}
	.title span{
		line-height: 26px;
	}
	.title em{
		line-height: 20px;
	}
	.footer{
		padding: 0 10px;
	}
	.foot_left{
		padding-top: 20px;
	}
	.foot_right ul{
		padding-top: 15px;
	}
	.menu_list{
		position: absolute;
		left: 0;
		top: 50px;
		width: 100%;
		background: #fff;
		padding: 0 10px;
		box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
		display: none;
	}
	.menu_list ul{
		display: flex;
		flex-wrap: wrap;
		/* border-bottom: solid 1px #e5e5e5; */
		padding: 10px 0;
	}
	.menu_list ul li{
		width: 25%;
		line-height: 36px;
		font-size: 14px;
	}
	.menu_list ul li a{
		color: #333;
	}
	.wap_search{
		width: 100%;
		height: 36px;
		position: relative;
		border: 1px solid #e5e5e5;
		margin: 20px 0;
	}
	.wap_search input[type="text"]{
		width: 100%;
		height: 100%;
		padding: 0 40px 0 10px;
		display: block;
	}
	.wap_search input[type="submit"]{
		position: absolute;
		right: 0;
		top:0;
		width: 40px;
		height: 34px;
		cursor: pointer;
		background: url(/static/web/images/ss.png) no-repeat center center;
	}
	.curPosition{
		padding: 1.67% 10px;
		height: auto;
	}
	.primary-btn {
		width: 80px !important;
		height: 35px;
		line-height: 35px;
		font-size: 14px;
	}
	.lm_tab{
		margin-bottom: 3.17%;
		line-height: 44px;
	}
	.lm_tab div{
		width: 16.33%;
	}
	.lm_tab div a{
		font-size: 20px;
	}
	.lm_tab div a.current::after{
		height: 3px;
		bottom:-10px
	}
	.lm_banner_content {
		position: absolute;
		top: 10px;
		padding-left: 10px;
	}
	.lm_banner .slogan {
		font-size: 16px;
		line-height: 16px;
		color: #fff;
	}
	.lm_banner .sub_slogan {
		font-size: 14px;
		line-height: 14px;
		color: hsla(0,0%,100%,.7);
		margin-top: 10px;
		margin-bottom: 20px;
	}
	.hb_list{
		padding: 0 10px;
	}
	.contact_text li{
		padding: 12px 0 12px 56px;
		background-position: 12px 16px;
	}
	.bg_404 {
		margin:80px 0 100px 0;
	}
	.bg_404 img {
		width:200px;
		display:block;
		margin:0 auto;
	}
}
@media screen and (max-width: 768px) {
	.hb_list ul li{
		width: 23.99%;
		padding-bottom: 8.57%;
		margin: 1.34% 0 0 1.34% !important;
	}
	.hb_list ul li:nth-child(-n+4){
		margin-top: 0 !important;
	}
	.hb_list ul li:nth-child(4n+1){
		margin-left: 0 !important;
	}
	.contactUs{
		flex-wrap: wrap;
		padding: 0 10px 10%;
	}
	.contactUs .map{
		width: 100%;
		margin: 0;
		padding-bottom: 72.72%;
	}
	.contact_text{
		width: 100%;
	}
	.contact_text div,.contact_text div.ts{
		margin-top: 5%;
	}
	.contact_text div{
		font-size: 16px;
		line-height: 28px;
	}
	.contact_text li{
		font-size: 14px;
		padding: 8px 0 8px 44px;
		background-size: auto 20px;
		background-position: 8px 12px;
	}
}
@media screen and (max-width: 640px) {
	.menu_list ul li{
		width: 50%;
		padding-left: 20px;
		font-size: 16px;
	}
	.foot_tab div{
		width: 100%;
		margin-right: 0;
		margin-top: 10px;
	}
	.foot_tab div:first-child{
		margin-top: 0;
	}
	.contact{
		margin-top: 18px;
	}
	.text{
		margin-top: 16px;
		font-size: 10px;
	}
	.header_top{
		font-size: 12px;
	}
	.lm_tab{
		line-height: 32px;
	}
	.lm_tab div{
		width: 25%;
	}
	.lm_tab div a{
		font-size: 16px;
	}
	.lm_tab div a.current::after{
		height: 2px;
		bottom: -8px;
	}
	.img_list li{
		width: 48%;
		padding-bottom: 33.36%;
	}
	.al_title{
		font-size: 16px;
		margin-bottom: 0;
	}
	.page span, .page a{
		width: 28px;
		height: 28px;
		line-height: 26px;
	}
	.curPosition{
		padding: 15px 10px;
	}
	.al_list{
		padding: 0 10px;
	}
	.al_list .flex{
		flex-direction: column-reverse !important;
	}
	.al_img,.al_text{
		width: 100%;
	}
	.al_img{
		margin-bottom: 4%;
	}
	.hb_list ul li{
		width: 32.25%;
		padding-bottom: 11.52%;
		margin: 1.61% 0 0 1.61% !important;
	}
	.hb_list ul li:nth-child(-n+4){
		margin-top: 1.61% !important;
	}
	.hb_list ul li:nth-child(4n+1){
		margin-left: 1.61% !important;
	}
	.hb_list ul li:nth-child(-n+3){
		margin-top: 0 !important;
	}
	.hb_list ul li:nth-child(3n+1){
		margin-left: 0 !important;
	}
	.foot_tab{
		flex-wrap: wrap;
	}
	.grey{
		height: 10px;
	}
	.search_flex{
		flex-wrap: wrap;
	}
	.result_list{
		width: 100%;
		padding: 0 10px;
	}
	.result_list_text a{
		height: 140px;
		padding-top: 24px;
	}
	.search_tab{
		width: 100%;
		padding:0 10px;
		display: flex;
		border: none;
		margin-bottom: 20px;
	}
	.search_tab li{
		width: 33.33%;
		text-align: center;
		border: solid 1px #e1e1e1;
		border-left: none;
	}
	.search_tab li:first-child{
		display: none;
	}
	.search_tab li:nth-child(2){
		border-left: solid 1px #e1e1e1;
	}
	.search_tab li div{
		font-size: 12px;
		line-height: 36px;
		height: 36px;
		padding:0;
	}
	.search_tab li a{
		font-size: 12px;
		line-height: 36px;
		height: 36px;
		padding:0;
	}
	.search_tab li.current a::before{
		width: 50%;
		height: 2px;
		border: none;
		left: 50%;
		bottom: -1px;
		top: auto;
		margin: 0;
		transform: translateX(-50%);
	}
	.result_title{
		font-size: 16px;
		line-height: 50px;
	}
	
	.result_list_tw a{
		padding-left:0;
	}
}