@charset "utf-8";
/* CSS Document */

/* by Hedy 20220621 */
/* 移动端全局控制reset */
body, div, ol, ul, h1, h2, h3, h4, h5, h6, p, th, td, dl, dd, form, iframe, input, textarea, select, label, article, aside, header, menu, nav, section, time, audio, video {
	margin: 0;
	padding: 0;
	font-family: "Montserrat", Noto Sans SC, "Hiragino Sans GB", STHeiti, "PingFang SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}
article, aside, footer, header, hgroup, nav, section, audio, canvas, video { display: block; }
body {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	background-color: #fff;
}
textarea { resize: none; }
iframe, img { border: 0; }
.footlink a { color: #333; }
.footlink a:hover { color: #006ebd; }
ul, ol { list-style: none; }
input, select, textarea {
	outline: 0;
	-webkit-user-modify: read-write-plaintext-only;
}
input { -webkit-appearance: none; }
a { text-decoration: none; }
a:hover {
	text-decoration: none;
	color: #009fda;
}
/* 清理浮动 */
.clearfix {
	clear: both;
	zoom: 1;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* 全局浮动 */
.fl { float: left; }
.fr { float: right; }
/*全局通用*/
.wp70 {
	width: 100%;
	padding: 0 70px;
	box-sizing: border-box;
	margin: 0 auto;
}
/*顶部*/
#header {
	width: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 1000;
	display: block;
	float: left;
}
.topbar {
	padding: 0px 40px;
	background: #022476;
	font-size: 14px;
	box-sizing: border-box;
}
.topbar .t_l {
	display: inline;
	float: left;
	height: 40px;
	width: 55%;
	color: #ccc;
	text-align: left;
	line-height: 40px;
}
.topbar .t_l span { color: #fff; }
.topbar .t_r {
	height: 40px;
	width: 45%;
	color: #fff;
	text-align: right;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.topbar .t_r .rli {
	float: left;
	display: inline;
	height: 40px;
	line-height: 40px;
}
.topbar .t_r .rli a{ color:#fff;}
.topbar .t_r .rli span { font-size: 15px; }
.topbar .t_r ._line {
	float: left;
	display: inline;
	background-color: rgba(255,255,255,0.4);
	height: 14px;
	margin: 0 15px;
	width: 1px;
}
.menutop { background: #f5ef07; }
.menutop .logo {
	float: left;
	width: 260px;
	margin-left: 40px;
	height: 70px;
	display: flex;
	align-items: center;
}
.nav_icon{transform: rotate(90deg); display:inline-block; margin-left:5px;}
/*手机导航*/
.mobile_nav{
	display: inline-block;
	float: right;
	text-align: center;
	height: 70px;
	width: 154px;
	background: #000;
	color: #FFF;
	line-height: 70px;
	font-weight: 500;
}
.mobile_nav_menu{
	position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
    height: 100vh;
    background: rgb(0 0 0 / 0.7);
	display:none;
}
.mobile_nav_menu .PC_menu{
	box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 60px 0 0;
}
.mobile_nav_menu .PC_menu .PC_menu_li{
	display: flex;
    position: relative;
    box-sizing: border-box;
    height: 20%;
    padding: 38px 5% 0;
	border-bottom: 1px solid #696969;
}
.mobile_nav_menu .PC_menu .PC_menu_li h2{
	width: 15%;
    font-size: 26px;
    color: #fff;
    font-weight: 500;
    line-height: 90%;
}
.mobile_nav_menu .PC_menu .PC_menu_li .sub{
	width: 85%;
    display: flex;
}
.mobile_nav_menu .PC_menu .PC_menu_li .dep2{
	box-sizing: border-box;
    padding: 0 2%;
    text-align: center;
}
.mobile_nav_menu .PC_menu .PC_menu_li .dep2 a{
	font-size: 19px;
    color: #feeb01;
    font-weight: 500;
    line-height: 1.2;
}

/*banner*/
.bannerslide {
	position: relative;
	height: calc( 100vh - 110px );
	padding-top: 110px;
}
.bannerslide .swiper-slide {
	background-position: center;
	background-size: cover;
	position: relative;
	height: calc( 100vh - 110px );
}
.bannerslide .swiper-slide .textbox {
	margin-top: 12%;
	margin-left: 150px;
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
	opacity: 0;
	-webkit-transition: all .4s .2s;
	transition: all .4s .2s;
}
.bannerslide .swiper-slide.swiper-slide-active .textbox {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.bannerslide .swiper-slide .textbox .pad {
	width: 640px;
	color: #111;
}
.bannerslide .swiper-slide .textbox .sub {
	text-align: left;
	font-size: 19px;
	font-weight: 700;
	margin-bottom: 10px;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 0px;
}
.bannerslide .swiper-slide .textbox .tit {
	text-align: left;
	font-size: 50px;
	line-height: 110%;
	margin-bottom: 20px;
	color: #fff;
	font-weight: 800;
	letter-spacing: -1px;
}
.bannerslide .swiper-slide .textbox .btn {
	text-align: left;
	padding: 0px;
	background: #f5ef07;
	color: #000;
	font-size: 15px;
	border-radius: 0px;
	font-weight: 600;
}
.bannerslide .swiper-slide .textbox .btn a {
	color: #000;
	padding: 15px 30px;
	width: 150px;
	display: inline-block;
}
.bannerslide .swiper-slide .textbox .flex { display: flex; }
.bannerslide .swiper-slide .textbox .flex .btn01 {
	margin-right: 10px;
	background: #022476;
	color: #FFF;
	border: #FFF 1px solid;
}
.bannerslide .swiper-slide .textbox .flex .btn01 a { color: #FFF; width: 100px;}
.bannerslide .swiper-slide .textbox .flex .btn span { margin-left: 10px; }
.paginationw {
	position: absolute;
	left: 0;
	text-align: center;
	bottom: 30px !important;
	width: 100%;
	z-index: 9;
}
.swiper-pagination-bullet {
	background: #fff;
	margin: 0 4px;
}
.swiper-pagination-bullet-active { background: #f5ef07; }
/*=============*/
.homebox01 { padding: 100px 0; }
.homebox01 .wp70 {
	display: flex;
	justify-content: space-between;
}
.hm_left { width: 25%; }
.hm_left .hm_title {
	font-weight: 600;
	font-size: 24px;
	color: #000;
	margin-bottom: 30px;
}
.hm_left .hli {
	display: inline-block;
	padding: 5px 20px;
	border: #CCC 1px solid;
	border-radius: 30px;
	margin-top: 5px;
	text-transform: capitalize;
}
._hmline {
	width: 5%;
	display: flex;
	align-items: center;
	justify-content: center;
}
._hmline ._line {
	width: 1px;
	background: #CCC;
	height: 240px;
}
.hm_middle { width: 40%; }
.hm_middle_title {
	font-weight: 600;
	font-size: 18px;
	color: #000;
	margin-bottom: 10px;
}
.hm_middle_txt {
	font-size: 16px;
	color: #333;
}
.hm_middle_shuzi {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin: 0 auto;
	margin-top: 40px;
}
.hm_middle_shuzi .item { text-align: left; }
.hm_middle_shuzi .num {
	font-size: 40px;
	color: #000;
	font-weight: 600;
	display: inline-block;
}
.hm_middle_shuzi .txt {
	font-size: 18px;
	color: #000;
	font-weight: 600;
	display: inline-block;
	text-align: left;
	line-height: 120%;
}
.hm_right { width: 300px; }
.hm_right_txt {
	color: #333;
	margin-bottom: 40px;
}
.hm_right_btn01 {
	cursor: pointer;
	color: #fff;
	font-weight: 500;
	background: #022476;
	display: table;
	padding: 15px 30px;
	border: #022476 1px solid;
	margin-bottom: 10px;
}
.hm_right_btn01 a { color: #fff; }
.hm_right_btn02 {
	cursor: pointer;
	color: #000;
	font-weight: 500;
	background: #f5ef07;
	display: table;
	padding: 15px 30px;
	border: #000 1px solid;
}
.hm_right_btn02 a { color: #000; }
/*广告111111111*/
.homebox02 {
	background: #0f223f url(../images/huagong.jpg) repeat center center;
	background-size: cover;
	padding: 140px 0;
}
.homebox02 .wp70 {
	display: flex;
	align-items: flex-start;
	justify-content: center;
}
.homebox02 .left_txtbox {
	text-align: left;
	width: 40%;
	display: block;
}
.homebox02 .left_txtbox .minitxt {
	font-size: 16px;
	line-height: 120%;
	color: #fff;
	font-weight: 500;
	margin-bottom: 10px;
}
.homebox02 .left_txtbox .title {
	font-size: 40px;
	line-height: 120%;
	color: #fff;
	font-weight: 700;
	animate-delay: 0.4s;
	-webkit-animation-delay: 0.4s;
	/*width: 550px;*/
}
.homebox02 .left_txtbox .more { margin-top: 40px; }
.homebox02 .left_txtbox .more a {
	cursor: pointer;
	color: #000;
	font-weight: 500;
	background: #f5ef07;
	display: table;
	padding: 15px 30px;
	border: #000 1px solid;
}
.homebox02 .right_box {
	overflow: hidden;
	width: 60%;
}
.homebox02 .right_box .flexbox {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
}
.homebox02 .right_box .itembox {
	width: 210px;
	margin-right: 16px;
	border: #FFF 1px solid;
	font-weight: 400;
}
.homebox02 .right_box .itembox .pic {
	background: #000;
	padding: 20px 20px;
}
.homebox02 .right_box .itembox .txt {
	font-weight: 600;
	background: #FFF;
	color: #000;
	padding: 20px 10px;
	text-transform: capitalize;
}
/*产品*/
.homebox03 {
	background: #f2f2f2;
	padding: 70px 0px;
}
.homebox03 .hometitle {
	font-size: 45px;
	line-height: 120%;
	color: #000;
	font-weight: 800;
	margin-bottom: 10px;
	text-align: left;
}
.homebox03 .hometxt {
	width: 100%;
	display: block;
	margin-bottom: 5px;
	color: #666;
	text-align: left;
}
.homeprobox {
	margin-top: 40px;
	display: flex;
	justify-content: center;
	align-content: center;
}
.homeprotab {
	width: 18%;
	margin-right: 2%;
}
.homeprotab .aa { margin-bottom: 20px; }
.homeprotab .list {
	position: sticky;
	top: 0;
}
.homeprotab .list .listbox {
	background: #fff;
	border: #dddddd 1px solid;
	margin-bottom: 30px;
}
.homeprotab .list .listbox .title {
	border-bottom: #dddddd 1px solid;
	height: 50px;
	line-height: 50px;
	padding-left: 30px;
}
.homeprotab .list .listbox .pic {
	float: right;
	width: 14px;
	margin-top: 25px;
	margin-right: 30px;
}
.homeprotab .list .listbox_pro {
	padding: 30px 30px;
	line-height: 1.8;
	color: #666;
}
.homeprotab .list .listbox_pro a {
	display: block;
	color: #666;
	font-size: 15px;
}
.homeprotab .list .listbox .text {
	padding: 30px 30px;
	line-height: 1.6;
	color: #666;
}
.homeprotab .list .search {
	padding: 0px 30px;
	line-height: 1.8;
	color: #666;
	margin-bottom: 30px;
	display: flex;
}
.homeprotab .list .search .searchinput {
	width: 80%;
	background: #f2f2f2;
	color: #999;
	line-height: 40px;
	padding-left: 10px;
	border: 0;
	font-size: 15px;
}
.homeprotab .list .search .searchbtn {
	width: 50px;
	text-align: center;
	font-weight: 600;
	background: #022476;
	height: 40px;
	color: #f5ef07;
	font-size: 21px;
}
.homeproshow {
	margin: 0 auto;
	width: 80%;
}
.homeproshow_tab {
	margin-bottom: 20px;
	width: 100%;
	text-align: right;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.homeproshow_tab .tabli {
	display: inline-block;
	margin-right: 20px;
	color: #666;
}
.homeproshow_tab .tabli a { color: #666; }
.homeproshow_tab .tabli_line {
	background: #CCC;
	width: 1px;
	height: 12px;
	margin-right: 20px;
}
.homeproshow_tab .tabli_last { color: #666; }
.homeproshow_tab .tabli_last span {
	color: #022476;
	font-weight: 600;
}
.homeproshow .bigwrap {
	float: left;
	box-sizing: border-box;
}
.bigwrap .item {
	width: 24.25%;
	float: left;
	margin-right: 1%;
	margin-bottom: 1%;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
	background: rgba(255,255,255,1);
	border: #ccc 1px solid;
}
.bigwrap .item:nth-child(4n) { margin-right: 0; }
.bigwrap .item:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
	cursor: pointer;
	-webkit-box-shadow: 2px 2px 2px rgb(221 237 236 / 60%);
	box-shadow: 2px 2px 2px rgb(0 0 0 / 20%);
}
.bigwrap .item .imgitem img {
	width: 100%;
	display: block;
}
.bigwrap .item .itemblock {
	padding: 20px 30px;
	background: #FFF;
}
.bigwrap .item .tim {
	line-height: 20px;
	height: 20px;
	font-size: 15px;
	color: #ff4000;
	margin-bottom: 10px;
	font-weight: 500;
}
.bigwrap .item .tim span {
	float: right;
	color: #999;
	font-weight: 500;
}
.bigwrap .item .nam {
	font-size: 18px;
	color: #666;
	line-height: 26px;
	overflow: hidden;
	margin-bottom: 20px;
}
.bigwrap .item .nam a {
	color: #06c;
	text-decoration: none;
	font-size: 18px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	word-break: break-all;
	-webkit-line-clamp: 1;
	text-align: left;
	font-weight: 500;
}
.bigwrap .item .txt {
	color: #777;
	line-height: 24px;
	margin-bottom: 0px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	word-break: break-all;
	-webkit-line-clamp: 2;
}
/*浪高智能装备的优势*/
.homebox04 {
	background: #f9f9f9 url(../images/sheb.jpg) repeat center center;
	background-size: cover;
	padding-top: 100px;
	padding-bottom: 100px;
	height: 400px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.homebox04 .hometitle {
	text-align: center;
	width: 100%;
	display: block;
	margin-bottom: 70px;
}
.homebox04 .hometitle_small {
	font-size: 16px;
	line-height: 120%;
	color: #fff;
	font-weight: 500;
}
.homebox04 .hometitle_big {
	font-size: 45px;
	line-height: 120%;
	color: #fff;
	font-weight: 700;
	text-transform: capitalize;
}
.homeyoushi {
	margin-top: 40px;
	overflow: hidden;
}
.homeyoushi_flex {
	width: 100%;
	display: flex;
	justify-content: center;
	align-content: center;
}
.homeyoushi_flex .box {
	width: 21.5%;
	font-weight: 400;
	color: #fff;
}
.homeyoushi_flex .box .pic { margin-bottom: 30px; }
.homeyoushi_flex .box .title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.homeyoushi_flex .box .txt {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	word-break: break-all;
	-webkit-line-clamp: 8;
}
.homeyoushi_line {
	width: 6%;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
}
.homeyoushi_line ._line {
	width: 1px;
	background: rgba(255,255,255,0.4);
	height: 100px;
}
/*配件合作伙伴*/
.homebox05 {
	background: #fff;
	padding-top: 90px;
	padding-bottom: 70px;
}
.homebox05 .hometitle { text-align: center; }
.homebox05 .hometitle .hometitle_en {
	margin-bottom: 10px;
	color: #000;
	font-size: 14px;
	font-weight: 500;
	line-height: 120%;
	color: #666;
	text-transform: uppercase;
}
.homebox05 .hometitle .hometitle_big {
	font-size: 45px;
	line-height: 120%;
	text-transform: uppercase;
	color: #161d27;
	font-weight: 800;
}
.homebox05 .hometitle .hometitle_small {
	margin-top: 10px;
	color: #444;
	line-height: 140%;
	margin-bottom: 50px;
	font-size: 16px;
}
.huobanSwiper { overflow: hidden; }
.huobanSwiper .swiper-slide {
	text-align: center;
	font-size: 18px;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	width: auto;
}
.huobanSwiper .swiper-slide img {
	display: block;
	height: 50px;
	object-fit: cover;
	padding: 40px 40px;
	background: #fff;
}
/*行业应用*/
.homebox06 {
	position: relative;
	overflow: hidden;
}
.homebox06 .hometitle {
	position: absolute;
	z-index: 99;
	text-align: left;
	margin-bottom: 40px;
	margin-top: 70px;
	margin-left: 50px;
}
.homebox06 .hometitle .nam {
	font-size: 17px;
	line-height: 120%;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
	margin-bottom: 10px;
}
.homebox06 .hometitle .title {
	font-size: 40px;
	line-height: 120%;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
	margin-bottom: 20px;
}
.homebox06 .hometitle .txt {
	font-size: 16px;
	line-height: 120%;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
	line-height: 1.4;
}
._line_yellow {
	height: 10px;
	background: #f5ef07;
}
._line_blue {
	height: 10px;
	background: #022476;
}
.homebox06 .list { position: relative }
.homebox06 .list .hb04bg { position: relative }
.homebox06 .list .hb04bg .swiper-slide { height: 680px }
@media (max-width: 800px) {
.homebox06 .list .hb04bg .swiper-slide { height: 80vw }
}
.homebox06 .list .hb04bg .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover
}
.homebox06 .list .hb04bg:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.4);
	z-index: 1;
}
.homebox06 .list .hb04ma {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}
.homebox06 .list .hb04ma .swiper-button-prev {
	z-index: 3;
	left: 0;
	padding: 15px;
	background: rgba(0,0,0,0.5)
}
.homebox06 .list .hb04ma .swiper-button-prev:hover { background: var(--color-main) }
.homebox06 .list .hb04ma .swiper-button-next {
	z-index: 3;
	right: 0;
	padding: 15px;
	background: rgba(0,0,0,0.5)
}
.homebox06 .list .hb04ma .swiper-button-next:hover { background: var(--color-main) }
.homebox06 .list .hb04ma .swiper-slide a.box {
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding-left: 50px;
	text-decoration: none;
	border-right: 1px solid rgba(246,242,243,0.5)
}
.homebox06 .list .hb04ma .swiper-slide a.box .con { transform: translateY(50px) }
.homebox06 .list .hb04ma .swiper-slide a.box .con .nam {
	color: #fff;
	text-align: left;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 50px;
	text-transform:capitalize;
}
.homebox06 .list .hb04ma .swiper-slide a.box .con .namen {
	color: #fff;
	text-align: left;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 50px;
	display:none;
}
@media (max-width: 800px) {
.homebox06 .list .hb04ma .swiper-slide a.box .con .nam {
	font-size: var(--fsize-large);
	margin-bottom: 6vw
}
}
.homebox06 .list .hb04ma .swiper-slide a.box .con .btn {
	display: flex;
	justify-content: flex-start;
	opacity: 0
}
.homebox06 .list .hb04ma .swiper-slide a.box .con .btn span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 54px;
	height: 54px;
	color: #f5ef07;
	border: 2px solid #f5ef07;
	font-size: 45px;
	box-sizing: border-box;
	padding-bottom: 2px;
	border-radius: 100%;
}
.homebox06 .list .hb04ma .swiper-slide.swiper-slide-thumb-active a.box { background: rgba(0,0,0,0.5) }
.homebox06 .list .hb04ma .swiper-slide.swiper-slide-thumb-active a.box .con {
	transform: translateY(0);
	margin-bottom: 60px;
}
.homebox06 .list .hb04ma .swiper-slide.swiper-slide-thumb-active a.box .con .btn { opacity: 1 }
/*新闻动态*/
.homebox07 {
	background: #f9f9f9 url(../images/compbg.jpg) repeat center center;
	padding-top: 90px;
	padding-bottom: 70px;
}
.homebox07 .hometitle {
	text-align: center;
	font-size: 32px;
	line-height: 120%;
	text-transform: uppercase;
	color: #161d27;
	font-weight: 800;
}
.homebox07 .hometext {
	text-align: center;
	font-size: 14px;
	margin-top: 10px;
	color: #444;
	line-height: 140%;
}
.probox21 { padding-top: 50px; }
.probox21 .item .info {
	background: #fff;
	padding: 15px 40px;
	text-align: center;
}
.probox21 .item .info .series {
	font-size: 14px;
	color: #666;
	line-height: 30px;
	margin-top: 10px;
	text-align: left;
	font-weight: 700;
}
.probox21 .item .info .name {
	font-size: 19px;
	color: #333;
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: left;
	font-weight: 700;
	line-height: 120%;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	word-break: break-all;
	-webkit-line-clamp: 2;
}
.probox21 .item .info .text {
	line-height: 140%;
	color: #777;
	font-weight: 500;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	word-break: break-all;
	-webkit-line-clamp: 3;
	overflow: hidden;
	margin: 10px auto;
	text-align: left;
	margin-bottom: 20px;
}
.probox21 .item .info .btns {
	font-size: 13px;
	line-height: 120%;
	color: #f5ef07;
	font-weight: 500;
	background: #022476;
	padding: 14px 20px;
	width: 80px;
	text-align: center;
	margin: 40px 0 20px 0;
}
/*客户反馈与买家须知*/
.homebox08 {
	display: flex;
	justify-content: center;
	align-content: center;
}
.homebox08 form{ width:50%;}
.homefeedback {
	width: 100%;
	height: 450px;
	padding: 70px 70px;
	box-sizing: border-box;
	background: #dbdbdb;
}
.homefeedback .title {
	margin-bottom: 20px;
	font-weight: 700;
	font-size: 24px;
	color: #000;
}
.homefeedback .text {
	color: #000;
	margin-bottom: 20px;
}
.homefeedback .feedbox { }
.homefeedback .feedbox_flex {
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	margin-bottom: 15px;
}
.homefeedback .feedbox_flex .feedinput {
	width: 20%;
	margin-right: 2%;
}
.homefeedback .feedbox_flex .feedinput2 { width: 34%; }
.homefeedback .feedbox_flex .feedinput3 {
	width: 76%;
	margin-right: 2%;
}
.homefeedback .feedbox_flex .feedinput4 { width: 22%; }
.homefeedback .feedbox_flex .inputbox {
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding-left: 20px;
	border: #999 1px solid;
	box-sizing: border-box;
	font-size: 15px;
	background: transparent;
}
.homefeedback .inputbtn {
	background: #f5ef07;
	color: #000;
	display: inline-block;
	padding: 10px 30px;
	margin-top: 40px;
	font-weight: 700;
	border: 0;
	font-size: 15px;
}
.homebox08 .xuzhi {
	width: 50%;
	height: 450px;
	padding: 70px 70px;
	box-sizing: border-box;
	background: #000 url(../images/xuzhi.jpg) repeat center center;
	background-size: cover;
	color: #fff;
}
.homebox08 .xuzhi .title {
	margin-bottom: 20px;
	font-weight: 700;
	font-size: 24px;
	color: #FFF;
}
.homebox08 .xuzhi .allbtn a {
	background: #f5ef07;
	color: #000;
	display: inline-block;
	padding: 10px 30px;
	margin-top: 40px;
	font-weight: 700;
}
/*底部*/
.foot_menu {
	background: #022476;
	overflow: hidden;
	padding: 70px 0;
}
.foot_menu dl {
	display: inline-block;
	margin-right: 8%;
	vertical-align: top;
	float: left;
}
.foot_menu dl:last-child {
	width: 18%;
	text-align: right;
	float: right;
	font-size: 12px;
	color: #ccc;
	margin-right: 0;
}
.foot_menu dl dt {
	font-size: 17px;
	padding-bottom: 10px;
	color: #fff;
	font-weight: bold;
	line-height: 160%;
}
.foot_menu dl dd{
	padding-top: 5px;
	line-height: 180%;
	color: #ccc;
	font-size: 15px;
}
.foot_menu dl dd a {
	color: #ccc;
	text-decoration: none;
}
.footer {
	background: #f5ef07;
	overflow: hidden;
	border-top: rgba(255,255,255,0.1) 1px solid;
	padding: 40px 0px;
}
.footer .footlink {
	color: #022476;
	line-height: 160%;
}

@media(max-width:1024px) {
	.topbar .t_l{ width:100%;}
	.topbar .t_r{ width:100%;}
	.menuBox{ display:none;}
	.bannerslide{ padding-top:150px; height:calc( 100vh - 150px );}
	.bannerslide .swiper-slide{ height:calc( 100vh - 150px );}
	.homebox01 .wp70{flex-wrap: wrap;}
	.hm_left,.hm_middle,.hm_right{ width:100%;}
	._hmline{ width:100%;}
	._hmline ._line{ width:100%; height:1px;margin: 50px 0;}
	.homebox02{ position:relative;}
	.homebox02 .left_txtbox{ width:100%;}
	.homebox02 .right_box{
		position: absolute;
		bottom: 5%;
		right: 0;
		width: 65%;
	}
	.homeprotab{ width:25%;}
	.homeproshow{ width:73%;}
	.bigwrap .item{ width:32.66%;}
	.bigwrap .item:nth-child(3n){ margin-right:0;}
	.bigwrap .item:nth-child(4n){ margin-right:1%;}
	.homebox08{flex-wrap: wrap;}
	.homebox08 form{ width:100%;}
	.homebox08 .xuzhi{ width:100%;}
}

@media(max-width:768px) {
	.topbar .t_l{ display:none;}
	.bannerslide{
		height: calc( 100vh - 345px );
		padding-top: 110px;
	}
	.bannerslide .swiper-slide{ height:calc( 100vh - 345px );}
	.bannerslide .swiper-slide .textbox .tit{ font-size:30px; font-weight:600;}
	.bannerslide .swiper-slide .textbox{ margin-left:60px;}
	.homebox02 .right_box{ display:none;}
	.homebox03 .hometitle{ font-size:32px;}
	.homeprotab .aa,.homeproshow_tab{ display:none;}
	.homeprotab{ width:100%;}
	.homeprotab .list .listbox:last-child{ display:none;}
	.homeproshow{ width:100%;}
	.homeprobox{flex-wrap: wrap;}
	.homeprotab .list .listbox_pro a{ display:inline-block; width:48%;}
	.homebox04 .hometitle_big,.homebox05 .hometitle .hometitle_big,.homebox06 .hometitle .title{ font-size:32px;}
	.foot_menu dl:nth-child(1),.foot_menu dl:nth-child(2),.foot_menu dl:nth-child(3){ display:none;}
	.wp70{ padding:0 20px;}
}

@media(max-width:425px) {
	.topbar{ display:none;}
	.menutop .logo{ width:calc(100% - 200px);}
	.bannerslide{
		height: calc( 100vh - 500px );
		padding-top: 70px;
	}
	.bannerslide .swiper-slide{ height:calc( 100vh - 500px );}
	.bannerslide .swiper-slide .textbox{ display:none;}
	.homebox01{ padding:50px 0;}
	
	.homebox02 .left_txtbox .title{ width:100%; font-size:30px;}
	.bigwrap .item{ width:49.5%;}
	.bigwrap .item:nth-child(2n){ margin-right:0;}
	.bigwrap .item:nth-child(3n){ margin-right:1%;}
	.homebox06 .hometitle .txt{ display:none;}
	.homebox06 .list .hb04ma .swiper-slide a.box .con .btn span{ width:30px; height:30px; font-size:34px;}
	.homebox06 .list .hb04ma .swiper-slide a.box .con .nam{ margin-bottom:2vw;}
	.homebox06 .list .hb04ma .swiper-slide.swiper-slide-thumb-active a.box .con{ margin-bottom:30px;}
	.homebox06 .list .hb04ma .swiper-slide a.box .con .namen{ margin-bottom:40px;}
	.foot_menu dl:last-child{ width:100%;}
	.homefeedback{ height:auto; padding:50px;}
	.homefeedback .feedbox_flex{flex-wrap: wrap;}
	.homefeedback .feedbox_flex .feedinput{ margin:1%; width:48%;}
	.homefeedback .feedbox_flex .feedinput2{ width:48%; margin:1%;}
	.homefeedback .feedbox_flex .feedinput3{ width:100%; margin-bottom:1%;}
	.homefeedback .feedbox_flex .feedinput4{ width:60%;}
	.homebox08 .xuzhi{ height:auto; padding:50px;}
}