@charset "utf-8";
body{ font-size: 14px;background: #FFFFFF;font-family: 'PingFang SC', 'SourceHanSansSC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'WenQuanYi Micro Hei', 'Arial', 'sans-serif'}
a{ text-decoration:none;color:#333;}
a:hover,a:focus,a:active{ text-decoration:none;font-family: 'PingFang SC', 'SourceHanSansSC', 'Microsoft YaHei'}
ul,li,ol,div,p,h1,h2,h3,h4,h5,h6,input,button,select,textarea{ margin:0;padding: 0;list-style:none;font-family: 'PingFang SC', 'SourceHanSansSC', 'Microsoft YaHei'}
h1,h2,h3,h4,h5,h6{ font-weight: bold}
.fl{float:left;}
.fr{float:right;}
.w_1400{width: 1400px;margin: 0 auto;}
.w_1200{width: 1200px;margin: 0 auto;}
img{ border: 0;vertical-align: middle;max-width:100%}
html { font-size: calc(100vw/19.2);}
.swiper-container { width: 100%;height: 100%;}

body{ max-width: 1920px;margin: 0 auto;}
.w-1600{
	width: 83.33%;
	height: auto;
	margin: 0 auto;
}

/* 公共头部 */
.header{
	float: left;
	width: 100%;
	height: auto;
	background: #FFFFFF;
	text-align: center;
	position: relative;
	box-shadow: 0px 1px 10px rgba(0,0,0,.06);
	z-index: 15;
	overflow: hidden;
}
.header:hover{
	overflow: visible;
}
.header .w-1600{
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}
.header .w-1600 h1{
	float: left;
	width: auto;
	height: 70px;
	line-height: 70px;
	font-size: 24px;
	color: #1b1b1b;
}
.header .w-1600 h1 a{
	display: block;
	text-align: left;
	width: 100%;
	height: 100%;
}
.header .w-1600 h1 a img{
	width: auto;
	height: 100%;
}
.header .w-1600 ul{
	width: auto;
	height: auto;
	display: inline-block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.header .w-1600 ul li{
	float: left;
	width: auto;
	height: 70px;
	line-height: 70px;
	margin-left: 60px;
	position: relative;
}
.header .w-1600 ul li.active::before{
	content: "";
	width: 36px;
	height: 4px;
	background-color: #383842;
	overflow: hidden;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -18px;
}
.header .w-1600 ul li:nth-of-type(1){
	margin-left: 0;
}
.header .w-1600 ul li a{
	font-size: 16px;
	color: #a6a6a6;
	transition: all .6s;
	padding: 0 10px;
	position: relative;
}
.header .w-1600 ul li.active a,.header .w-1600 ul li:hover a{
	color: #383842;
}
.header .w-1600 ul li a i{
	width: 7px;
	height: 100%;
	display: inline-block;
	background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB0PSIxNjkxNTY0MjE5Nzk3IiBjbGFzcz0iaWNvbiIgdmlld0JveD0iMCAwIDEwMjYgMTAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHAtaWQ9IjE4NTkxIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgd2lkdGg9IjIwMC4zOTA2MjUiIGhlaWdodD0iMjAwIj48cGF0aCBkPSJNODU3LjA4OCAyMjQuMjU2cTI4LjY3Mi0yOC42NzIgNjkuMTItMjguNjcydDY5LjEyIDI4LjY3MnEyOS42OTYgMjguNjcyIDI5LjY5NiA2OC42MDh0LTI5LjY5NiA2OC42MDhsLTM4Mi45NzYgMzgwLjkyOHEtMTIuMjg4IDE0LjMzNi0zMC43MiAxOS45Njh0LTM4LjkxMiA0LjYwOC00MC40NDgtOC43MDQtMzQuMzA0LTIyLjAxNmwtMzc2LjgzMi0zNzQuNzg0cS0yOS42OTYtMjguNjcyLTI5LjY5Ni02OC42MDh0MjkuNjk2LTY4LjYwOHExNC4zMzYtMTQuMzM2IDMyLjI1Ni0yMS41MDR0MzYuODY0LTcuMTY4IDM3LjM3NiA3LjE2OCAzMi43NjggMjEuNTA0bDMxMy4zNDQgMzA5LjI0OHoiIHAtaWQ9IjE4NTkyIiBmaWxsPSIjYTZhNmE2Ij48L3BhdGg+PC9zdmc+') no-repeat center center;
	background-size: 7px;
	position: absolute;
	right: 0;
	top: 0;
	transition: all .6s;
}
.header .w-1600 ul li.active a i,.header .w-1600 ul li:hover a i{
	background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB0PSIxNjkxNTY0NTIzMTc4IiBjbGFzcz0iaWNvbiIgdmlld0JveD0iMCAwIDEwMjYgMTAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHAtaWQ9IjE4ODAyIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgd2lkdGg9IjIwMC4zOTA2MjUiIGhlaWdodD0iMjAwIj48cGF0aCBkPSJNODU3LjA4OCAyMjQuMjU2cTI4LjY3Mi0yOC42NzIgNjkuMTItMjguNjcydDY5LjEyIDI4LjY3MnEyOS42OTYgMjguNjcyIDI5LjY5NiA2OC42MDh0LTI5LjY5NiA2OC42MDhsLTM4Mi45NzYgMzgwLjkyOHEtMTIuMjg4IDE0LjMzNi0zMC43MiAxOS45Njh0LTM4LjkxMiA0LjYwOC00MC40NDgtOC43MDQtMzQuMzA0LTIyLjAxNmwtMzc2LjgzMi0zNzQuNzg0cS0yOS42OTYtMjguNjcyLTI5LjY5Ni02OC42MDh0MjkuNjk2LTY4LjYwOHExNC4zMzYtMTQuMzM2IDMyLjI1Ni0yMS41MDR0MzYuODY0LTcuMTY4IDM3LjM3NiA3LjE2OCAzMi43NjggMjEuNTA0bDMxMy4zNDQgMzA5LjI0OHoiIHAtaWQ9IjE4ODAzIiBmaWxsPSIjMzgzODQyIj48L3BhdGg+PC9zdmc+') no-repeat center center ;
	background-size: 7px;
}
.header .w-1600 ul li .header_nav_son{
	width: 120%;
	height: auto;
	overflow: hidden;
	position: absolute;
	left: -10%;
	top: 70px;
	opacity: 0;
	background: #FFFFFF;
	box-shadow: 0 15px 16px rgba(0, 0, 0, .05);
	opacity: 0;
}
.header .w-1600 ul li:hover .header_nav_son{
	opacity: 1;
	height: 40px;
	line-height: 40px;
}
.header .w-1600 ul li:hover .header_nav_son a{
	font-size: 14px;
}

.header .w-1600 .header_tel{
	float: right;
	width: auto;
	height: 100%;
	overflow: hidden;
	margin: 15px 0 0;
}
.header .w-1600 .header_tel a{
	width: auto;
	height: 40px;
	line-height: 38px;
	border: 1px solid #afaeb3;
	overflow: hidden;
	display: block;
	border-radius: 3px;
	text-align: left;
	padding: 0 15px 0 30px;
	font-weight: bold;
	color: #383842;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB0PSIxNjkxNTYyMDMxODg3IiBjbGFzcz0iaWNvbiIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHAtaWQ9IjE3MTYxIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgd2lkdGg9IjIwMCIgaGVpZ2h0PSIyMDAiPjxwYXRoIGQ9Ik04NzEuNjczMzMzIDc3MC44MTMzMzNhNTMuMzkzMzMzIDUzLjM5MzMzMyAwIDAgMSAwIDc1LjQybC0zNy43MTMzMzMgMzcuNzEzMzM0Yy0yNy44NjY2NjcgMjcuODY2NjY3LTY0LjUyIDQ0Ljg0LTEwOC45NDY2NjcgNTAuNDZhMjY0LjMzMzMzMyAyNjQuMzMzMzMzIDAgMCAxLTMzLjIxMzMzMyAyLjA0Yy0zMi4zMzMzMzMgMC02Ny4yMi01LjQ2LTEwNC4xNDY2NjctMTYuMzJDNDg3LjQyIDg5MC42NjY2NjcgMzgyIDgyNC4yMjY2NjcgMjkwLjkgNzMzLjFTMTMzLjMzMzMzMyA1MzYuNTg2NjY3IDEwMy44NzMzMzMgNDM2LjM0NjY2N2MtMTQuNjY2NjY3LTQ5Ljk0LTE5LjQ5MzMzMy05Ni4xNTMzMzMtMTQuMjgtMTM3LjMzMzMzNCA1LjYyLTQ0LjQyNjY2NyAyMi41OTMzMzMtODEuMDggNTAuNDYtMTA4Ljk0NjY2NmwzNy43MTMzMzQtMzcuNzEzMzM0YTUzLjM5MzMzMyA1My4zOTMzMzMgMCAwIDEgNzUuNDIgMGwxNjUuOTQgMTY1LjkzMzMzNGE1My40IDUzLjQgMCAwIDEgMCA3NS40MjY2NjZsLTM3LjcxMzMzNCAzNy42ODY2NjdjLTIxLjMzMzMzMyAyMS4zMzMzMzMtMC4xIDkwLjQxMzMzMyA2MC4zNCAxNTAuODQ2NjY3czEyOS40ODY2NjcgODEuNyAxNTAuODQ2NjY3IDYwLjM0bDM3LjcxMzMzMy0zNy43MTMzMzRhNTMuNCA1My40IDAgMCAxIDc1LjQyNjY2NyAwek01OTcuMzMzMzMzIDM4NGE0Mi43MTMzMzMgNDIuNzEzMzMzIDAgMCAxIDQyLjY2NjY2NyA0Mi42NjY2NjcgMjEuMzMzMzMzIDIxLjMzMzMzMyAwIDAgMCA0Mi42NjY2NjcgMCA4NS40MjY2NjcgODUuNDI2NjY3IDAgMCAwLTg1LjMzMzMzNC04NS4zMzMzMzQgMjEuMzMzMzMzIDIxLjMzMzMzMyAwIDAgMCAwIDQyLjY2NjY2N3ogbTMxNC41LTkwLjJBMzQxLjA3MzMzMyAzNDEuMDczMzMzIDAgMCAwIDU5Ny4zMzMzMzMgODUuMzMzMzMzYTIxLjMzMzMzMyAyMS4zMzMzMzMgMCAwIDAgMCA0Mi42NjY2NjdjMTY0LjY2NjY2NyAwIDI5OC42NjY2NjcgMTM0IDI5OC42NjY2NjcgMjk4LjY2NjY2N2EyMS4zMzMzMzMgMjEuMzMzMzMzIDAgMCAwIDQyLjY2NjY2NyAwIDMzOS4xNTMzMzMgMzM5LjE1MzMzMyAwIDAgMC0yNi44MzMzMzQtMTMyLjg2NjY2N3pNNTk3LjMzMzMzMyAyNTZjOTQuMTA2NjY3IDAgMTcwLjY2NjY2NyA3Ni41NiAxNzAuNjY2NjY3IDE3MC42NjY2NjdhMjEuMzMzMzMzIDIxLjMzMzMzMyAwIDAgMCA0Mi42NjY2NjcgMCAyMTMuMzMzMzMzIDIxMy4zMzMzMzMgMCAwIDAtMjEzLjMzMzMzNC0yMTMuMzMzMzM0IDIxLjMzMzMzMyAyMS4zMzMzMzMgMCAwIDAgMCA0Mi42NjY2Njd6IiBmaWxsPSIjMzgzODQyIiBwLWlkPSIxNzE2MiI+PC9wYXRoPjwvc3ZnPg==) no-repeat 5px center;
	background-size: 18px;
}
.header_switch{
	position: absolute;
	top:50%;
	right: 15px;
	display: none;
	width: 24px;
	height: 20px;
	margin-top: -10px;
	cursor: pointer;
}
.header_switch i{ 
	position: relative;
	display: block;
	height: 2px;
	background:#fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.header_switch i,.header_open .header_switch i{
	background:#333;
}
.header_switch i:nth-child(1) {
	top: 0;
}
.header_switch i:nth-child(3) {
	bottom: 0;
}
.header_switch i:nth-child(2) {
	margin: 6px 0;
}
body.header_open .header_switch i:nth-child(2) {
	opacity: 0;
}
body.header_open .header_switch i:nth-child(1) {
	top: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
body.header_open .header_switch i:nth-child(3) {
	bottom: 8px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


/* 公共底部 */
/*.footer{*/
/*	width: 100%;*/
/*	height: auto;*/
/*	padding: 60px 0 20px;*/
/*	background: #000000;*/
/*	overflow: hidden;*/
/*}*/
/*.footer_one,.footer_one_left{*/
/*	float: left;*/
/*	width: 100%;*/
/*	height: auto;*/
/*	overflow: hidden;*/
/*}*/
/*.footer_one_left{*/
/*	width: 75%;*/
/*}*/
/*.footer_one_left_address{*/
/*	float: left;*/
/*	width: 100%;*/
/*	height: auto;*/
/*}*/
/*.footer_one_left_address .item{*/
/*	float: left;*/
/*	width: 50%;*/
/*	height: 80px;*/
/*	overflow: hidden;*/
/*}*/
/*.footer_one_left_address .item h5{*/
/*	float: left;*/
/*	width: 91px;*/
/*	height: 100%;*/
/*	font-size: 28px;*/
/*	line-height: 80px;*/
/*	color: #FFFFFF;*/
/*	text-align: left;*/
/*	font-weight: 200;*/
/*	border-right: 1px solid #666666;*/
/*}*/
/*.footer_one_left_address .item > div{*/
/*	float: left;*/
/*	width: calc(100% - 91px);*/
/*	height: 100%;*/
/*	overflow: hidden;*/
/*	padding: 0 35px;*/
/*}*/
/*.footer_one_left_address .item > div p{*/
/*	width: 100%;*/
/*	font-weight: 200;*/
/*	font-size: 32px;*/
/*	line-height: 46px;*/
/*	color: #FFFFFF;*/
/*}*/
/*.footer_one_left_address .item > div span{*/
/*	font-weight: 400;*/
/*	font-size: 12px;*/
/*	line-height: 20px;*/
/*	color: #FFFFFF;*/
/*}*/
/*.footer_one_left_nva{*/
/*	float: left;*/
/*	width: 100%;*/
/*	height: auto;*/
/*	margin: 130px 0 82px;*/
/*	overflow: hidden;*/
/*}*/
/*.footer_one_left_nva ul li{*/
/*	float: left;*/
/*	width: auto;*/
/*	margin-right: 25px;*/
/*}*/
/*.footer_one_left_nva ul li:nth-last-of-type(1){*/
/*	margin-right: 0;*/
/*}*/
/*.footer_one_left_nva ul li a{*/
/*	font-weight: 400;*/
/*	font-size: 24px;*/
/*	line-height: 36px;*/
/*	color: #FFFFFF;*/
/*	transition: all .5s;*/
/*}*/
/*.footer_one_left_nva ul li a:hover{*/
/*	color: #c30d23;*/
/*}*/
/*.footer_one_right,.footer_one_right_img,.footer_one_right_img .item{*/
/*	float: right;*/
/*	width: 25%;*/
/*	height: auto;*/
/*	overflow: hidden;*/
/*	text-align: right;*/
/*}*/
/*.footer_one_right h6{*/
/*	width: 100%;*/
/*	font-weight: 400;*/
/*	font-size: 14px;*/
/*	line-height: 14px;*/
/*	color: #FFFFFF;*/
/*}*/
/*.footer_one_right p{*/
/*	width: 100%;*/
/*	font-weight: 400;*/
/*	font-size: 32px;*/
/*	line-height: 45px;*/
/*	color: #FFFFFF;*/
/*	margin: 5px 0 25px;*/
/*}*/
/*.footer_one_right_img{*/
/*	width: 100%;*/
/*}*/
/*.footer_one_right_img .item{*/
/*	width: auto;*/
/*	text-align: center;*/
/*}*/
/*.footer_one_right_img .item:nth-of-type(1){*/
/*	margin-left: 45px;*/
/*}*/
/*.footer_one_right_img .item img{*/
/*	width: 120px;*/
/*}*/
/*.footer_one_right_img .item p{*/
/*	font-weight: 500;*/
/*	font-size: 14px;*/
/*	line-height: 20px;*/
/*	color: #666666;*/
/*	margin: 10px 0 0;*/
/*}*/
/*.footer_two{*/
/*	float: left;*/
/*	width: 100%;*/
/*	height: auto;*/
/*	border-top: 1px solid #333333;*/
/*}*/
/*.footer_two .item{*/
/*	float: left;*/
/*	width: auto;*/
/*	font-size: 14px;*/
/*	color: #FFFFFF;*/
/*	height: 95px;*/
/*	line-height: 95px;*/
/*	overflow: hidden;*/
/*}*/
/*.footer_two .item:nth-of-type(2){*/
/*	float: right;*/
/*}*/
/*.footer_two .item a,.footer_two .item span{*/
/*	font-weight: 400;*/
/*	font-size: 14px;*/
/*	color: #FFFFFF;*/
/*	transition: all .65s;*/
/*}*/
/*.footer_two .item a:hover{*/
/*	color: #c30d23;*/
/*}*/

.footer{
    background-color: #4b4848;
    position: relative;
    z-index: 2;
	overflow: hidden;
	padding: 40px 0 0;
	text-align: center;
}
.footer_one,.footer_one_1,.footer_one_2,.footer_three{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.footer_one,.footer_three{
	float: left;
	width: 220px;
	text-align: left;
}
.footer_one_1 img{
	width: 65%;
}
.footer_one_2{
	color: #FFFFFF;
	font-size: 14px;
	line-height: 26px;
	margin: 15px 0 5px;
}
.footer_one p{
	width: 100%;
	height: 36px;
	line-height: 36px;
	color: #FFFFFF;
}
.footer_one p a{
	color: #FFFFFF;
}
.footer_three{
	float: right;
	width: 170px;
}
.footer_three p{
	width: 100%;
	height: 26px;
	line-height: 26px;
	color: #FFFFFF;	
	text-align: center;
}
.footer_three img{
	width: 100%;
	margin: 10px 0 8px;
}
.footer_two{
	float: left;
	width: calc(100% - 390px);
	margin: 0 auto 15px;
	padding: 0 0 0 7%;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer_two .item{
	float: left;
	width: 20%;
	height: auto;
	overflow: hidden;
}
.footer_two .item a{
	width: 100%;
	height: 36px;
	color: #FFFFFF;
	text-align: left;
	font-size: 14px;
	font-weight: 700;
	display: inline-block;
	line-height: 36px;
	padding-right: 35px;
	overflow: hidden;
	white-space: nowrap; /* 防止换行 */
    text-overflow: ellipsis; /* 使用省略号 */
    overflow: hidden; /* 同时使用overflow:hidden */
}
.footer_two .item a.foooter_nav{
	margin-bottom: 15px;
	font-size: 16px;
	height: auto;
}
.footer_four{
	float: left;
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 20px 0;
	border-top: 1px solid hsla(0,0%,59%,.5);
	border-bottom: 1px solid hsla(0,0%,59%,.5);
	color: #fff;
	font-size: 14px;
}
.footer_four_1{
	float: left;
	color: #FFFFFF;
	line-height: 20px;
}
.footer_four_1 p{
	float: left;
	font-size: 16px;
}
.footer_four_1 a{
	color: #FFFFFF;
	font-size: 14px;
	margin-left: 15px;
}
.footer_four_2{
	float: right;
}
.footer_four_2 a{
	color: #FFFFFF;
	font-size: 14px;
	margin-right: 15px;
}
.footer_five{
	float: left;
	width: 100%;
	height: auto;
	text-align: center;
	color: #FFFFFF;
	line-height: 46px;
}
.footer_five a{
	color: #FFFFFF;
}

/* 公共banner */
.banner_common{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
.banner_common img{
	width: 100%;
}
.banner_common::before{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-image: -webkit-linear-gradient(180deg, rgba(217,217,217,.4) 0%, rgba(0,0,0,.4) 100%);
	background-image: -ms-linear-gradient(180deg, rgba(217,217,217,.4) 0%, rgba(0,0,0,.4) 100%);
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr="#000000", endColorstr="#D9D9D9", gradientType="1");
}
.banner_common .w-1600{
	overflow: hidden;
	position: absolute;
	left: 50%;
	top: 60%;
	transform: translate(-50%,-50%);
}
.banner_common .w-1600 p{
	font-weight: 400;
	font-size: 44px;
	line-height: 62px;
	text-transform: uppercase;
	color: #FFFFFF;
}
.banner_common .w-1600 h2{
	font-weight: 400;
	font-size: 36px;
	line-height: 50px;
	color: #FFFFFF;
	margin-top: 5px;
}

/* 分页 */
.paging{
	width: 100%;
	height: auto;
	margin: 35px 0 80px;
}
.paging ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.paging ul li:nth-of-type(1),.paging ul li:nth-last-of-type(1){
	display: none;
}
.paging ul li{
	width: auto;
	height: 42px;
	text-align: center;
	border: 1px solid #B2B2B2;
	line-height: 40px;
	margin: 0 5px;
	transition: all .6s;
}
.paging ul li:hover,.paging ul li.active{
	background: #000000;
	border: 1px solid #000000;
}
.paging ul li a{
	width: 100%;
	padding: 0 18px;
	color: #666666;
	font-size: 14px;
	display: inline-block;
	transition: all .6s;
}
.paging ul li:hover a,.paging ul li.active a{
	color: #FFFFFF;
}

/* 首页 */
.index_swiper{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
.index_swiper .img-swiper {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 2;
	overflow: hidden;
}
.index_swiper .img-swiper .swiper-slide{
	width: 100%;
	height: auto;
}
.index_swiper .img-swiper .swiper-slide img{
	width: 100%;
}
.index_swiper .swiper-button{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: 15px;
	z-index: 20;
}
.index_swiper .swiper-button .w_1400{
	position: relative;
}
.index_swiper .swiper-button .swiper-number{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
.index_swiper .swiper-button .swiper-number ul{
	float: left;
	width: 20px;
	height: 24px;
	overflow: hidden;
	position: relative;
}
.index_swiper .swiper-button .swiper-number ul li{
	position: absolute;
	font-size: 12px;
	line-height: 24px;
	text-transform: uppercase;
	color: #FFFFFF;
}
.index_swiper .swiper-button .swiper-number .total{
	float: left;
	width: 24px;
	height: 24px;
	display: inline-block;
	margin-left: 580px;
	font-style: normal;
	font-size: 12px;
	line-height: 24px;
	text-transform: uppercase;
	color: rgba(255, 255, 255, .5);
	text-shadow: 0px 1px 3px rgba(33, 33, 38, 0.06);
}
.index_swiper .swiper-pagination{
	width: 540px;
	height: 1px;
	background: rgba(255,255,255,.3);
	display: inline-block;
	position: absolute;
	left: 35px;
	top: 11.5px;
}
.index_swiper .swiper-pagination span.swiper-pagination-bullet{
	width: 0;
	height: 100%;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	background: #FFFFFF;
}
.index_swiper .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active{
	/* width: 100%; */
	animation: decline 6.5s linear infinite;
	-webkit-animation: decline 6.5s linear infinite;
}
.index_swiper .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active::before,.index_swiper .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active::after{
	content: "";
	width: 2px;
	height: 3px;
	background: rgba(255,255,255,.3);
	position: absolute;
	right: 0;
	top: -3px;
}
.index_swiper .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active::after{
	top: 1px;
}
@-webkit-keyframes decline {
    0% { width: 0;}
    100% { width: 100%;}
}
@keyframes decline {
    0% { width: 0;}
    100% { width: 100%;}
}
.index_course,.index_course_txt{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 0 0 70px;
}
.index_course_txt{
	padding: 70px 0 50px;
}
.index_course_txt1{
	float: left;
	width: auto;
	font-size: 36px;
	line-height: 40px;
	color: #16171A;
}
.index_course_txt1 p{
    font-size: 16px;
    line-height: 30px;
}
.index_course_txt2{
	float: right;
	width: 120px;
	height: 40px;
	background: #16171A;
	font-size: 14px;
	line-height: 40px;
	text-align: center;
	color: #FFFFFF;
	margin: 15px 0 0;
}
.index_course_table,.index_course_table ul{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.index_course_table ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	border-left: 1px solid #EDEDF2;
}
.index_course_table ul li{
	float: left;
	width: 20%;
	border: 1px solid #EDEDF2;
	border-left: none;
	flex-grow: 1;
}
.index_course_table ul li:nth-of-type(1){
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.index_course_table ul li:nth-of-type(1) img{
	max-width: 90%;
}
.index_course_table ul li p{
	width: 100%;
	height: 70px;
	padding: 0 10px;
	line-height: 70px;
	font-size: 16px;
	color: #969699;
	text-align: center;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	border-bottom: 1px solid #EDEDF2;
}
.index_course_table ul li p:nth-of-type(1){
	font-weight: bold;
	font-size: 18px;
	color: #16171A;
}
.index_course_table ul li p:nth-last-of-type(1){
	border-bottom: none
}

.index_teacher{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 80px 0 0;
	min-height: 810px;
	background: #4b4848;
}
.index_teacher .w-1600{
	overflow: hidden;
}
.index_teacher_txt{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.index_teacher_txt_left{
	float: left;
	width: auto;
	height: auto;
	overflow: hidden;
}
.index_teacher_txt_left h3{
	font-weight: 400;
	font-size: 36px;
	line-height: 50px;
	color: #FFFFFF;
}
.index_teacher_txt_left p{
	font-size: 16px;
	line-height: 30px;
	color: #FFFFFF;
}
.index_teacher_txt a{
	float: right;
	width: 174px;
	height: 45px;
	font-weight: bold;
	font-size: 14px;
	color: #16171A;
	text-align: center;
	line-height: 45px;
	background: #FFFFFF;
	border-radius: 40px;
	display: inline-block;
	margin: 40px 0 0;
	transition: all .6s;
}
.index_teacher_swiper{
	width: 100%;
	height: auto;
	padding: 40px 0 80px 0;
	/*overflow: hidden;*/
	position: relative;
}
.swiper-container,.teacher_swiper{
	position: relative;
}
.teacher_swiper{
	padding: 0 0 80px 0;
}
/* .swiper-container,.teacher_swiper .swiper-wrapper{
	width: 83.33%;
	margin: 0 auto;
	overflow: initial;
} */
.teacher_swiper .swiper-slide{
	width: 285px;
	height: 385px;
	overflow: hidden;
	position: relative;
}
.teacher_swiper .swiper-slide.swiper-slide-prev{
	width: 715px;
	background-color: #FFFFFF;
}
.teacher_swiper .swiper-slide .index_teacher_swiper_img{
	float: left;
	width: 285px;
	height: 385px;
	overflow: hidden;
}
.teacher_swiper .swiper-slide .index_teacher_swiper_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.teacher_swiper .swiper-slide .index_teacher_swiper_txt{
	float: left;
	width: calc(100% - 285px);
	height: 100%;
	padding: 40px 35px 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	transition: all .6s;
	opacity: 0;
}
.teacher_swiper .swiper-slide.swiper-slide-prev .index_teacher_swiper_txt{
	opacity: 1;
}
.teacher_swiper .swiper-slide .index_teacher_swiper_txt h4{
	font-size: 24px;
	line-height: 32px;
	color: #000000;
}
.teacher_swiper .swiper-slide .index_teacher_swiper_txt h5{
	font-size: 18px;
	line-height: 25px;
	color: #000000;
	margin-bottom: 25px;
}
.teacher_swiper .swiper-slide .index_teacher_swiper_txt p{
	font-size: 15px;
	line-height: 30px;
	color: #666666;
}
.teacher_swiper .swiper-button-next,.teacher_swiper .swiper-button-prev{
	width: 44px;
	height: 44px;
}
.teacher_swiper .swiper-button-next:after,.teacher_swiper .swiper-button-prev:after{
	opacity: 0;
}
.teacher_swiper .swiper-button-prev{
	background: #FFFFFF url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB0PSIxNjkzNjUwMjM0MDgwIiBjbGFzcz0iaWNvbiIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHAtaWQ9IjQwMTQiIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjAwIiBoZWlnaHQ9IjIwMCI+PHBhdGggZD0iTTcyOS42IDkzMS4ybC00MTYtNDI1LjYgNDE2LTQxNmM5LjYtOS42IDkuNi0yNS42IDAtMzUuMi05LjYtOS42LTI1LjYtOS42LTM1LjIgMGwtNDMyIDQzNS4yYy05LjYgOS42LTkuNiAyNS42IDAgMzUuMmw0MzIgNDQxLjZjOS42IDkuNiAyNS42IDkuNiAzNS4yIDBDNzM5LjIgOTU2LjggNzM5LjIgOTQwLjggNzI5LjYgOTMxLjJ6IiBwLWlkPSI0MDE1IiBmaWxsPSIjYzMwZDIzIj48L3BhdGg+PC9zdmc+') no-repeat center center;
	background-size: 18px;
	left: 8%;
}
.teacher_swiper .swiper-button-next{
	background: #FFFFFF url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB0PSIxNjkzNjUwMzk1MTMwIiBjbGFzcz0iaWNvbiIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHAtaWQ9IjUwODgiIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjAwIiBoZWlnaHQ9IjIwMCI+PHBhdGggZD0iTTc2MS42IDQ4OS42bC00MzItNDM1LjJjLTkuNi05LjYtMjUuNi05LjYtMzUuMiAwLTkuNiA5LjYtOS42IDI1LjYgMCAzNS4ybDQxNiA0MTYtNDE2IDQyNS42Yy05LjYgOS42LTkuNiAyNS42IDAgMzUuMnMyNS42IDkuNiAzNS4yIDBsNDMyLTQ0MS42Qzc3MS4yIDUxNS4yIDc3MS4yIDQ5OS4yIDc2MS42IDQ4OS42eiIgcC1pZD0iNTA4OSIgZmlsbD0iI2MzMGQyMyI+PC9wYXRoPjwvc3ZnPg==') no-repeat center center;
	background-size: 18px;
	right: 8%;
}
.index_teacher_swiper .swiper-container-horizontal>.swiper-pagination-bullets{
	bottom: 0;
}
.teacher_swiper .swiper-pagination .swiper-pagination-bullet{
	width: 36px;
	height: 4px;
	background: #4B4B4B;
	border-radius: 5px;
	opacity: 1;
	margin: 0 5px;
}
.teacher_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background: #c30d23;
}

.teacher_swiper1{
    position: relative;
}
.index_teacher_swiper1,.teacher_swiper1 .swiper-slide{
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}
.teacher_swiper1 .swiper-slide{
    background: #4b4848;
    color: #FFFFFF;
    padding: 0 200px 0 0;
}
.tea_txt{
    float: left;
    width: 28%;
    padding: 20% 0 0;
}
.tea_txt h4{
    font-size: 28px;
    font-weight: 400;
}
.tea_txt h4 span{
    font-size: 14px;
    padding: 0 0 0 15px;
}
.tea_txt p{
    font-size: 14px;
    line-height: 28px;
    margin: 30px 0;
}
.tea_txt a{
    width: 120px;
    height: 40px;
    border: 1px solid #FFFFFF;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    color: #FFFFFF;
    margin: 15px 0 0;
    display: inline-block;
}
.tea_img{
    float: left;
    width: 65%;
    padding: 0 10%;
}
.swiper-number2{
    position: absolute;
    right: 0;
    top: 10%;
    color: #ffffff;
    z-index: 999;
    width: 200px;
}
.swiper-number2 ul{
    position: relative;
    height: 50px;
    line-height: 50px;
}
.swiper-number2 ul li{
    font-size: 50px;
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 200;
}
.swiper-number2 .total{
    float: right;
    width: 120px;
    height: 80px;
    font-size: 32px;
    text-align: center;
    padding: 0 0 0 60px;
    display: inline-block;
    font-weight: 200;
    color: #dddddd;
}
.swiper-number2:before{
    content: "";
    width: 60px;
    height: 2px;
    background: #FFFFFF;
    position: absolute;
    left: 50%;
    top: 50px;
    margin-left: -30px;
    transform: rotate(-45deg);
}
.teacher_swiper1 .swiper-button-next,.teacher_swiper1 .swiper-button-prev{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    transition: all .65s;
}
.teacher_swiper1 .swiper-button-next{
    top: auto;
    bottom: 100px;
}
.teacher_swiper1 .swiper-button-prev{
    left: auto;
    top: auto;
    right: 120px;
    bottom: 100px;
}
/*.teacher_swiper1 .swiper-button-next:hover,.teacher_swiper1 .swiper-button-prev:hover{*/
/*    background: #1e1e1e;*/
/*    border: 2px solid #FA5519;*/
/*    background: #dddddd;*/
/*}*/
.teacher_swiper1 .swiper-button-next:after,.teacher_swiper1 .swiper-button-prev:after{
    font-size: 24px;
    color: #FFFFFF;
    transition: all .65s;
}
.teacher_swiper1 .swiper-button-next:before,.teacher_swiper1 .swiper-button-prev:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    border: 2px solid #FFFFFF;
    z-index: -999;
}
.teacher_swiper1 .swiper-button-next:hover:before,.teacher_swiper1 .swiper-button-prev:hover:before{
    transform: rotate(25deg);
    animation: loading 3s ease-in-out infinite;
}
@keyframes loading{
    0%   { 
        transform: rotate(25deg);
        border-top: 2px solid #FA5519;
    }
    25%{ 
        transform: rotate(25deg);
        border-top: 2px solid #FA5519;
        border-right: 2px solid #FA5519;
    }
    50%{ 
        transform: rotate(25deg);
        border-top: 2px solid #FA5519;
        border-right: 2px solid #FA5519;
        border-bottom: 2px solid #FA5519;
    }
    100% { 
        transform: rotate(360deg);
        border: 2px solid #FA5519;
    }
}


.index_about{
	width: 100%;
	height: auto;
	padding: 70px 0 60px;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.index_about_left{
	float: left;
	width: 50%;
	height: auto;
	display: table;
}
.index_about_lefttable{
	display: table-cell;
	vertical-align: middle;
	padding: 0 18.75% 0 16.66%;
}
.index_about_lefttable1 h3{
	font-size: 40px;
	line-height: 50px;
	color: #373842;
}
.index_about_lefttable1 i{
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
	color: #C8C8CC;
	font-style: initial;
}
.index_about_lefttable2{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.index_about_lefttable2 h4{
	font-size: 48px;
	line-height: 70px;
	color: #373842;
	margin-top: 80px;
	margin-bottom: 20px;
}
.index_about_lefttable2 p{
	font-size: 16px;
	line-height: 28px;
	color: #646466;
	font-weight: 400;
}
.index_about_more{
	width: 174px;
	height: 45px;
	background: rgba(55, 56, 66, 0.2);
	border-radius: 40px;
	font-size: 14px;
	line-height: 45px;
	color: #16171A;
	display: inline-block;
	text-align: center;
	font-weight: bold;
	margin: 40px 0 0;
	transition: all .6s;
}
.index_about_more:hover{
	color: #c30d23;
}

.index_about_right{
	float: right;
	width: 50%;
	height: 720px;
	overflow: hidden;
	position: relative;
}
.index_about_right img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.index_about_right_item{
	width: 100%;
	height: auto;
	background: rgba(255, 255, 255, 0.6);
	backdrop-filter: blur(6px);
	position: absolute;
	left: 0;
	bottom: 0;
}
.index_about_right_item ul li{
	float: left;
	width: 25%;
	height: 160px;
	text-align: center;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 5px 0 0;
}
.index_about_right_item ul li div{
	width: 100%;
	font-size: 18px;
	color: #646466;
}
.index_about_right_item ul li div i{
	font-size: 50px;
	line-height: 74px;
	color: #333333;
	font-style: inherit;
	font-weight: bold;
	margin: 0 5px 0 0;
}
.index_about_right_item ul li p{
	width: 100%;
	font-size: 14px;
	line-height: 20px;
	color: #373842;
	margin: -70px 0 0;
	font-weight: bold;
}
.index_new{
	width: 100%;
	height: auto;
	padding: 60px 0 0;
	overflow: hidden;
	background: #fafafb;
}
.index_new .w-1600{
	/*overflow: hidden;*/
}
.index_new_left{
	float: left;
	width: 49.7%;
	height: auto;
	overflow: hidden;
}
.index_new_left a{
	display: inline-block;
}
.index_new_left_img,.index_new_left_txt,.index_new_left_txt h3,.index_new_left_txt_time{
	float: left;
	width: 100%;
	height: 4.45rem;
	max-height: 445px;
	overflow: hidden;
}
.index_new_left_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.index_new_left_txt{
	height: auto;
	margin-top: 35px;
}
.index_new_left_txt h3{
	height: 81px;
	line-height: 80px;
	font-size: 28px;
	color: #333333;
	border-bottom: 1px solid #E5E5E5;
}
.index_new_left_txt_time{
	height: 150px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.index_new_left_txt_timecon{
	width: auto;
	height: auto;
}
.index_new_left_txt_timecon p{
	font-size: 56px;
	line-height: 56px;
	color: #666666;
	margin-bottom: 15px;
}
.index_new_left_txt_timecon i{
	font-weight: 400;
	font-size: 20px;
	line-height: 22px;
	color: #808080;
	font-style: initial;
}
.index_new_left_txt_time span{
	width: 200px;
	height: 56px;
	line-height: 56px;
	background: rgba(55, 56, 66, 0.2);
	border-radius: 62.5px;
	font-size: 20px;
	color: #16171A;
	text-align: center;
	display: inline-block;
}

.index_new_right{
	float: right;
	width: 39.4%;
	height: auto;
	border-left: 1px solid #e5e5e5;
}
.index_new_right_tit{
	width: 100%;
	height: 155px;
	padding: 30px 0 0 30px;
	overflow: hidden;
	margin-bottom: 10px;
}
.index_new_right_tit p{
	width: 100%;
	height: auto;
	font-size: 40px;
	line-height: 60px;
	color: #333333;
}
.index_new_right_tit i{
	width: 100%;
	height: auto;
	font-size: 22px;
	line-height: 25px;
	color: #999999;
	font-style: initial;
}
.index_new_right a.item{
	float: left;
	width: 100%;
	height: 103px;
	border-bottom: 1px solid #e5e5e5;
	overflow: hidden;
	display: inline-block;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding: 0 0 0 30px;
}
.item_time{
	width: 120px;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.item_time p{
	font-weight: 400;
	font-size: 36px;
	color: #333333;
}
.item_time i{
	font-size: 13px;
	line-height: 14px;
	color: #808080;
	font-style: initial;
	margin: -30px 0 0 0;
}
.item_txt{
	width: calc(100% - 170px);
	height: auto;
	overflow: hidden;
	font-size: 18px;
	line-height: 24px;
	color: #333333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.index_new_nav{
    margin: 35px 0 20px;
}
.index_new_nav ul{
    text-align: center;
}
.index_new_nav ul li{
    width: auto;
    display: inline-block;
    vertical-align: top;
    margin: 0px 35px;
    padding: 0 15px 10px;
    cursor: pointer;
    font-size: 16px;
    position: relative;
}
.index_new_nav ul li:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 3px;
    background: #16171A;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.index_new_nav ul li.active:before,.index_new_nav ul li:hover:before{
    width: 100%;
}

.index_new_list,.index_new_list .item{
    width: 100%;
    height: auto;
    /*overflow: hidden;*/
}
.index_new_list .item{
    display: none;
    padding: 10px 0;
}
.index_new_list .item:nth-of-type(1){
    display: inline-block;
}
.index_new_list .item ul li{
    float: left;
    display: inline-block;
    vertical-align: top;
    width: 31.2%;
    margin: 0 3.2% 3.2% 0;
    box-shadow: 0px 2px 29px rgba(10,33,130,0.08);
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #FFFFFF;
}
.index_new_list .item ul li:nth-child(3n){
    margin-right: 0;
}
.index_new_list .item ul li a{
    width: 100%;
    height: 100%;
    padding: 5%;
    display: inline-block;
}
.index_new_list .item ul li a h3{
    float: left;
    width: 100%;
    color: #222222;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 18px;
}
.index_new_list .item ul li a p{
    float: left;
    width: 100%;
    font-size: 14px;
    margin: 15px 0 20px;
    color: #999999;
    line-height: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.index_new_list .item ul li a span:nth-last-of-type(2){
    float: left;
    display: inline-block;
    font-family: arial;
    color: #fb5545;
    font-size: 14px;
    text-decoration: underline;
}
.index_new_list .item ul li a span:nth-last-of-type(1){
    float: right;
    font-size: 14px;
    color: #dcdee8;
}

/* 花艺培训 */
.floral_art_column{
	width: 100%;
	height: auto;
	opacity: inherit;
}
.floral_art_column ul{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.floral_art_column ul li{
	width: 25%;
}
.floral_art_column ul li a{
	width: 100%;	
	height: 86px;
	font-weight: 400;
	font-size: 14px;
	color: #373842;
	text-align: center;
	line-height: 85px;
	background: #ffffff;
	display: inline-block;
	transition: all .65s;
	border-bottom: 1px solid #f0f0f0;
}
.floral_art_column ul li:hover a,.floral_art_column ul li.active a{
	color: #e2e2e2;
	background: #161719;
	border-bottom: 1px solid #161719;
}
.floral_art_list{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.floral_art_list h2{
	text-align: center;
	line-height: 140px;
	font-size: 30px;
	color: #000000;
	font-weight: 400;
}
.floral_art_list .w-1600{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.floral_art_list .w-1600 .item{
	float: left;
	width: calc(25% - 22.5px);
	height: auto;
	overflow: hidden;
	margin: 0 30px 30px 0;
	border: 0.968761px solid rgba(178, 178, 178, 0.3);
	border-radius: 0px;
}
.floral_art_list .w-1600 .item:nth-child(4n){
	margin: 0 0 30px 0;
}
.floral_art_list .w-1600 .item a{
	display: inline-block;
}
.floral_art_list_img{
	float: left;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.floral_art_list_img img{
	width: 100%;
}
.floral_art_list_txt{
	width: 100%;
	height: auto;
	padding: 5px 30px;
	overflow: hidden;
}
.floral_art_list_txt h3{
	width: 100%;
	height: 56px;
	line-height: 55px;
	font-weight: 400;
	font-size: 16px;
	color: #000000;
	border-bottom: 1px solid rgba(178, 178, 178, 0.1);
	margin-bottom: 20px;
	overflow: hidden;
}
.floral_art_list_txt p{
	width: 100%;
	font-weight: 400;
	font-size: 14px;
	line-height: 25px;
	color: #888888;
}
.floral_art_list_txt p span{
	color: #000000;
}

/* 详情 */
.details,.details_con,.details_txt{
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
}
.details_con{
	padding: 85px 0 0;
}
.details_con h1{
	font-weight: 900;
	font-size: 50px;
	line-height: 72px;
	color: #373842;
}
.details_con p{
	font-size: 20px;
	line-height: 28px;
	color: #666666;
	margin: 10px 0 20px;
}
.details_con h5{
	font-size: 24px;
	line-height: 48px;
	color: #000000;
}
.details_txt{
	text-align: left;
	padding: 85px 0 50px;
}
.details_txt h1,.details_txt h2,.details_txt h3,.details_txt h4,.details_txt h5,.details_txt h6{
	font-size: 36px;
	line-height: 48px;
	color: #373842;
	margin-bottom: 20px;
}
.details_txt p{
	font-weight: 400;
	font-size: 24px;
	line-height: 48px;
	color: #373842;
	margin-bottom: 38px;
}
.details_txt p img{
	max-width: 100%;
}


/* 鲜花商城 */
.shop_list,.shop_list .item,.shop_list_tit,.shop_list .item ul{
	width: 100%;
	height: auto;
}
.shop_list{
	background: #f8f7fd;
}
.shop_list_tit{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: flex-start;
	margin-bottom: 30px;
}
.shop_list_tit h2{
	font-weight: 600;
	font-size: 40px;
	line-height: 40px;
	color: #16171A;
}
.shop_list_tit p{
	font-weight: 600;
	font-size: 24px;
	line-height: 24px;
	color: #5A5B66;
	margin: 0 0 0 20px;
}
.shop_list .item:nth-of-type(1){
	padding: 90px 0 0;
}
/*.shop_list .item:nth-last-of-type(1){*/
	/*padding: 0 0 40px;*/
/*}*/
.shop_list .item ul{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
}
.shop_list .item ul li{
	width: calc(25% - 39px);
	height: auto;
	margin: 0 52px 52px 0;
	overflow: hidden;
	background: #FFFFFF;
}
.shop_list .item ul li:nth-child(4n){
	margin: 0 0 52px 0;
}
.shop_list .item ul li a{
	width: 100%;
	display: inline;
}
.shop_list_img{
	width: 100%;
	height: 300px;
	/* padding: 0 0 100% 0; */
	position: relative;
}
.shop_list_img img{
	max-width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	transition: all .6s;
}
.shop_list_img img.shop_list_img2{
	opacity: 0;
}
.shop_list .item ul li:hover a .shop_list_img img.shop_list_img1{
	opacity: 0;
}
.shop_list .item ul li:hover a .shop_list_img img.shop_list_img2{
	opacity: 1;
	z-index: 100;
}
.shop_list_txt{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 0 20px 20px;
	border: 1px solid rgba(178, 178, 178, 0.3);
	border-top: none;
}
.shop_list_txt p{
	width: 100%;
	height: 51px;
	line-height: 50px;
	font-weight: bold;
	font-size: 24px;
	color: #FA5519;
	border-bottom: 1px solid rgba(178, 178, 178, 0.1);
	margin-bottom: 10px;
}
.shop_list_txt p span{
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
}
.shop_list_txt h3{
	font-weight: 400;
	font-size: 20px;
	line-height: 28px;
	color: #373842;
}
.shop_list_txt h5{
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #373842;
}

/* 开业策划 */
.plan_screen,.plan_list,.plan_list_txt{
	width: 100%;
	height: auto;
	margin: 90px 0 0;
	overflow: hidden;
}
.plan_screen .item{
	width: 100%;
	height: auto;
	background-color: #f7f7f7;
	border-bottom: 1px solid #FFFFFF;
	overflow: hidden;
	padding: 20px 20px 10px;
}
.plan_screen .item h3{
	float: left;
	width: 100%;
	height: auto;
	text-align: left;
	line-height: 30px;
	font-weight: bold;
	font-size: 20px;
	color: #000000;
	border-bottom: 1px solid #dddddd4f;
	/*background: #eeeef0;*/
	padding-bottom: 10px;
}
.plan_screen .item > div{
	float: left;
	width: calc(100% - 168px);
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
}
.plan_screen .item > div a{
	/*padding: 12px 45px;*/
	/*height: auto;*/
	/*font-weight: 400;*/
	/*font-size: 22px;*/
	/*line-height: 30px;*/
	/*text-align: center;*/
	/*color: #383842;*/
	/*display: inline-block;*/
	/*transition: all .6s;*/
	/*border-radius: 80px;*/
	/*margin: 0 15px;*/
	font-size: 14px;
	line-height: 26px;
	padding: 10px 0;
	margin-right: 20px;
	transition: all .6s;
}
.plan_screen .item > div a:hover,.plan_screen .item > div a.active{
	color: #FF734C;
	/*background: #161719;*/
}
/*.plan_screen .item > div a:nth-last-of-type(1){*/
/*	margin: 0 0 0 20px;*/
/*}*/
.plan_list{
	margin: 20px 0 0;
}
.plan_list .w-1600{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
}
.plan_list .w-1600 .item{
	float: left;
	width: calc(25% - 21px);
	height: auto;
	margin: 0 28px 40px 0;
	border: 1px solid rgba(178, 178, 178, 0.3);
	overflow: hidden;
}
.plan_list .w-1600 .item:nth-child(4n){
	margin: 0 0 70px 0;
}
.plan_list .w-1600 .item a{
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: inline-block;
}
.plan_list_img{
	width: 100%;
	height: 260px;
	overflow: hidden;
	position: relative;
}
.plan_list_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.plan_list_img_activer{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	opacity: 0;
	padding: 25px; 
	background: rgba(0, 0, 0, 0.3);
	display: table;
	transition: all 1s;
}
.plan_list .item a:hover .plan_list_img_activer{
	opacity: 1;
}
.plan_list_img_activer::before{
	content: "";
	width: calc(100% - 24px);
	height: calc(100% - 24px);
	border: 1px solid #FFFFFF;
	position: absolute;
	left: 12px;
	top: 12px;
}
.plan_list_img_activer > div{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.plan_list_img_activer > div h3{
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
	position: relative;
	padding-bottom: 70px;
}
.plan_list_img_activer > div h3::before{
	content: "";
	width: 2px;
	height: 40px;
	background: #FFFFFF;
	position: absolute;
	left: 50%;
	top: 34px;
	margin-left: -1px;
}
.plan_list_img_activer > div p{
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
	font-weight: 600;
}
.plan_list_img_activer > div span{
	padding: 4px 12px;
	opacity: 0.8;
	border: 1px solid #FFFFFF;
	font-weight: 400;
	font-size: 12px;
	color: #FFFFFF;
	display: inline-block;
	margin-top: 10px;
}
.plan_list_txt{
	margin: 0;
	padding: 20px;
}
.plan_list_txt h3{
	font-size: 16px;
	line-height: 22px;
	color: #16171A;
}
.plan_list_txt p{
	font-size: 14px;
	line-height: 20px;
	color: #373842;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin: 10px 0 15px;
}

.plan_list_txt > div{
	width: 100%;
	height: auto;
	border-top: 1px solid rgba(178, 178, 178, 0.1);
	padding-top: 15px;
	overflow: hidden;
}
.plan_list_txt span{
	width: 90px;
	height: 30px;
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
	line-height: 30px;
	background: #000000;
	display: inline-block;
	position: relative;
}
.plan_details_txt{
	text-align: left;
	padding: 0 0 30px;
}
.plan_details_txt h1,.plan_details_txt h2,.plan_details_txt h3,.plan_details_txt h4,.plan_details_txt h5,.plan_details_txt h6{
	font-size: 26px;
	line-height: 32px;
	color: #373842;
	margin: 20px 0 10px;
}
.plan_details_txt h4,.plan_details_txt h5,.plan_details_txt h6{
	font-size: 20px;
	margin: 20px 0 0;
}
.plan_details_txt p{
	font-weight: 400;
	font-size: 14px;
	line-height: 34px;
	color: #373842;
	overflow: hidden;
}
.plan_details_txt p img{
	max-width: 100%;
}
.details_page{
    width: 100%;
    height: auto;
    padding: 0 0 40px;
    overflow: hidden;
}
.details_page a,.details_page span{
    border: 1px solid #999;
    padding: 10px 15px;
    color: #333;
    margin: 0 10px;
    display: inline-block;
}


/* 花艺布置 */
.fixup,.fixup_tit{
	width: 100%;
	height: auto;
	padding: 90px 0 25px;
	overflow: hidden;
}
.fixup_tit{
	padding: 0;
	text-align: center;
}
.fixup_tit h3{
	font-size: 30px;
	line-height: 44px;
	color: #16171A;
}
.fixup_tit p{
	font-weight: 400;
	font-size: 24px;
	line-height: 36px;
	color: #646466;
}
.fixup_box{
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.fixup_box .item{
	width: 21.875%;
	height: auto;
	padding: 35px 30px;
	margin: 35px 0 35px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: #FFFFFF;
	box-shadow: -10px 30px 40px rgba(219, 222, 225, 0.4);
	transition: all .8s;
	border-radius: 15px;
}
.fixup_box .item:nth-of-type(1){
	margin-right: 18%;
}
.fixup_box .item:nth-of-type(2),.fixup_box .item:nth-of-type(5){
	margin-right: 0;
}
.fixup_box .item:nth-of-type(3){
	margin-right: 16.75%;  
}
.fixup_box .item:nth-of-type(4){
	margin-right: 16.68%;
}
.fixup_box .item:hover{
	background-color: #161719;
}
.fixup_box .item .fixup_box_img{
	width: 95px;
	height: 95px;
	text-align: center;
	line-height: 95px;
	overflow: hidden;
	border-radius: 50%;
	transition: all .5s;
}
.fixup_box .item:nth-of-type(1) .fixup_box_img{
	background-color: #007bff;
}
.fixup_box .item:nth-of-type(2) .fixup_box_img{
	background-color: #0df1e4;
}
.fixup_box .item:nth-of-type(3) .fixup_box_img{
	background-color: #4c40f7;
}
.fixup_box .item:nth-of-type(4) .fixup_box_img{
	background-color: #ff2d59;
}
.fixup_box .item:nth-of-type(5) .fixup_box_img{
	background-color: #4adb61;
}
.fixup_box .item:hover .fixup_box_img{
	background: rgba(255,255,255,1);
}
.fixup_box .item .fixup_box_img img{
	width: 35px;
	transition: all .5s;
	display: inline-block;
}
.fixup_box .item .fixup_box_img img.fixup_box_img2{
	display: none;
}
.fixup_box .item:hover .fixup_box_img img.fixup_box_img1{
	display: none;
}
.fixup_box .item:hover .fixup_box_img img.fixup_box_img2{
	display: inline-block;
}
.fixup_box .item h3{
	color: #16171A;
	font-weight: bold;
	font-size: 20px;
	line-height: 30px;
	margin: 45px 0 15px;
	transition: all .6s;
}
.fixup_box .item:hover h3{
	color: #FFFFFF;
}
.fixup_box .item p{
	font-weight: 500;
	font-size: 16px;
	line-height: 25px;
	color: #969699;
	transition: all .8s;
}
.fixup_box .item:hover p{
	color: #FFFFFF;
}

/* 新闻列表 */
.new_list,.new_list .item,.new_list .item a{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.new_list{
	padding: 65px 0 0;
}
.new_list .item{
	padding: 25px 0 60px;
	border-bottom: 2px solid #eeeeee;
}
.new_list .item:nth-last-of-type(1){
	border: none;
}
.new_list .item a{
	display: inline-block;
}
.new_list_img{
	float: left;
	width: 500px;
	height: 280px;
	overflow: hidden;
}
.new_list_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.new_list_txt{
	float: left;
	width: calc(100% - 500px);
	height: auto;
	overflow: hidden;
	position: relative;
	padding: 20px 200px 20px 50px;
}
.new_list_txt h3{
	font-weight: 400;
	font-size: 22px;
	line-height: 36px;
	color: #333333;
}
.new_list_txt p{
	font-size: 16px;
	line-height: 24px;
	color: #808080;
	margin: 20px 0 80px;
}
.new_list_txt span{
	font-weight: 400;
	font-size: 36px;
	line-height: 60px;
	color: #CCCCCC;
}
.new_list_txt span i{
	font-style: initial;
	font-size: 18px;
}
.new_list_txt_po{
	position: absolute;
	top: 40px;
	right: 0;
	
	width: 200px;
	height: 50px;
	border-left: 2px solid #cccccc;
}
.new_list_txt_po > div{
	width: 84px;
	height: 40px;
	text-align: center;
	border: 1px solid #16171A;
	font-size: 16px;
	line-height: 38px;
	color: #16171A;
	margin: 5px 0 0 45px;
	transition: all .6s;
}
.new_list .item:hover .new_list_txt_po > div{
	background: #16171A;
	color: #FFFFFF;
}

/* 关于我们 */
.about_us_one,.about_us_two,.about_us_three,.about_us_four,.about_us_five{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.about_us_one{
	padding: 90px 0 60px;
}
.about_us_one h3{
	width: 500px;
	font-weight: 400;
	font-size: 32px;
	line-height: 45px;
	color: #000000;
	margin: 0 0 35px;
}
.about_us_one .item{
	float: left;
	width: calc(50% - 5.8%);
	height: auto;
	overflow: hidden;
	border-top: 1px solid rgba(0, 0, 0, 0.05);
	padding: 40px 0 0;
}
.about_us_one .item:nth-last-of-type(1){
	float: right;
}
.about_us_one .item p{
	font-weight: 400;
	font-size: 15px;
	line-height: 30px;
	color: #666666;
}
.about_us_two{
	padding: 70px 0;
	background: #fcfbf9;
}
.about_us_two h3,.about_us_three h3,.about_us_four h3,.about_us_five h3{
	font-weight: 400;
	font-size: 40px;
	line-height: 56px;
	color: #16171A;
	margin-bottom: 45px;
}
.about_two_swiper,.about-swiper1,.about-swiper1 .swiper-slide,.about_three_swiper,.about-swiper2,.about-swiper2 .swiper-slide,.about_four_swiper,.about-swiper3,.about-swiper3 .swiper-slide,.about_five_swiper,.about-swiper4,.about-swiper4 .swiper-slide{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
.about-swiper1{
	padding-bottom: 115px;
}
.about-swiper1 .swiper-slide{
	/* width: 27.8% !important; */
	border-bottom: 1px solid #B2B2B2;
}
.about-swiper1 .swiper-slide .about-swiper1-img{
	width: 100%;
	height: 275px;
	padding: 10px;
	background: #FFFFFF;
	border-radius: 5px;
	overflow: hidden;
}
.about-swiper1 .swiper-slide .about-swiper1-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.about-swiper1 .swiper-slide p{
	width: 100%;
	height: 60px;
	padding: 0 10px;
	line-height: 60px;
	text-align: center;
	font-weight: 400;
	font-size: 14px;
	color: #16171A;
	overflow: hidden;
}
.about-swiper1 .swiper-pagination{
	bottom: 0;
}
.about-swiper1 .swiper-pagination .swiper-pagination-bullet{
	width: 38px;
	height: 38px;
	border: 1px solid #fcfbf9;
	font-weight: 400;
	font-size: 14px;
	line-height: 36px;
	text-align: center;
	color: #16171A;
	border-radius: 0;
	opacity: 1;
	background: #fcfbf9;
	transition: all .6s;
	margin: 0 11px;
}
.about-swiper1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	border: 1px solid #16171A;
}

.about_us_three{
	padding: 55px 0;
}
.about-swiper2,.about-swiper3,.about-swiper4{
	padding: 0 0 75px;
}
.about-swiper2 .swiper-slide,.about-swiper3 .swiper-slide{
	width: auto;
}
.about-swiper2 .swiper-slide img{
	width: 100%;
}
.about-button{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: center;
}
.about-button .swiper-button-next,.about-button .swiper-button-prev{
	position: relative;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	margin: 0;
	display: inline-block;
	
	width: 78px;
	height: 36px;
	border: 1px solid #B2B2B2;
	background: none;
	margin: 0 18px;
	position: relative;
	transition: all .65s;
}
.about-button .swiper-button-next:hover,.about-button .swiper-button-prev:hover{
	background: #B2B2B2;
}
.about-button .swiper-button-next::after,.about-button .swiper-button-prev::after{
	content: "下一页";
	width: 100%;
	height: 100%;
	color: #666666;
	font-size: 14px;
	text-align: center;
	line-height: 34px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	transition: all .65s;
}
.about-button .swiper-button-prev::after{
	content: "上一页";
}
.about-button .swiper-button-next:hover::after,.about-button .swiper-button-prev:hover::after{
	color: #FFFFFF;
}

.about_us_four{
	padding: 60px 0;
	background-color: #efedee;
}
.about_four_swiper,.about_five_swiper{
	height: 6.9rem;
	max-height: 690px;
	display: flex;
	transition-property: transform;
	box-sizing: content-box;
}
.about-swiper3,.about-swiper4{
	height: 100%;
}
.about-swiper3 .swiper-slide,.about-swiper4 .swiper-slide{
	height: calc((100% - 20px) / 2);
}
.about-swiper3 .swiper-slide img,.about-swiper4 .swiper-slide img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.about_us_five{
	padding: 60px 0;
}

/* 联系我们 */
.contact_map{
	width: 100%;
	height: 840px;
	padding-top: 70px;
	position: relative;
}
#map{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.contact_map .w-1600{
	height: 100%;
	position: relative;
	z-index: 10;
}
.contact_address{
	float: right;
	margin: 150px 100px 0 0;
	width: 375px;
	height: 460px;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.8);
	text-align: left;
	display: table;
	padding: 0 45px;
}
.contact_address > div{
	display: table-cell;
	vertical-align: middle;
}
.contact_address > div h6{
	font-weight: 400;
	font-size: 18px;
	line-height: 25px;
	color: #969699;
	margin-bottom: 5px;
}
.contact_address > div p{
	font-weight: 400;
	font-size: 15px;
	line-height: 22px;
	color: #FFFFFF;
	margin-bottom: 25px;
}
.contact_form{
	width: 100%;
	padding: 100px 0 60px;
	text-align: center;
	overflow: hidden;
}
.contact_form h3{
	font-weight: 400;
	font-size: 32px;
	line-height: 45px;
	text-align: center;
	color: #000000;
	margin-bottom: 70px;
}
.contact_form form input{
	float: left;
	width: calc(33.33% - 20px);
	height: 50px;
	background: #EFEDEE;
	border: none;
	margin: 0 30px 30px 0;
	outline: none;
	padding: 0 15px;
	line-height: 50px;
	font-weight: 400;
	font-size: 14px;
	color: #666666;
}
.contact_form form input:nth-of-type(3){
	margin: 0 0 30px 0;
}
.contact_form form input:nth-of-type(4){
	width: calc(67% - 15px);
	margin: 0 30px 30px 0;
}
.contact_form form input:nth-of-type(5){
	width: calc(33% - 15px);
	margin: 0 0 30px 0;
}
.contact_form form button{
	width: 115px;
	height: 40px;
	border: none;
	background: #16171A;
	border-radius: 2px;
	font-weight: 400;
	font-size: 14px;
	text-align: center;
	color: #FFFFFF;
}

.page_position{
    width: 100%;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;
}
.banner_common .page_position{
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9999;
    background: rgba(255,255,255,.5);
    border-bottom: none;
}
.page_position .page_position_w{
    width: 83.33%;
    height: auto;
    margin: 0 auto;
}
.banner_common .page_position .page_position_w a{
    
}

@media (max-width: 1616px){
	.header .w-1600 ul li{
		margin-left: 25px;
	}
	.index_new_right{
		width: 45.5%;
	}
	.plan_screen .item > div a{
		padding: 8px 32px;
		font-size: 18px;
		margin: 0 15px;
	}
	
	.fixup_box .item{
		width: 25%;
	}
	.fixup_box .item:nth-of-type(3){
		margin-right: 12.5%;
	}
	.fixup_box .item:nth-of-type(4){
		margin-right: 12.5%;
	}
	
	.shop_list .item{
		margin-bottom: 20px;
	}
	.shop_list .item ul li{
		width: calc(25% - 18px);
		margin: 0 24px 24px 0;
	}
	.shop_list .item ul li:nth-child(4n){
		margin: 0 0 24px 0;
	}
	
	/* .about-swiper1 .swiper-slide{
		width: auto;
	} */
}
@media (max-width: 1516px){
	.footer_one_left_nva{
		margin: 130px 0 35px;
	}
	.footer_one_left_nva ul li a{
		font-size: 20px;
	}
}
@media (max-width: 1416px){
	.w-1600,.w_1400{
		width: 100%;
		padding: 0 1rem;
	}
	.index_swiper .swiper-pagination{
		left: 1.5rem;
	}
	.footer_one_left_nva ul li a{
		font-size: 16px;
	}
}
@media (max-width: 1316px){
	.header .w-1600 ul li{
		margin-left: 15px;
	}
	.index_about_lefttable{
		padding: 0 12.75% 0 10.66%;
	}
	
	.plan_screen .item > div a {
	    padding: 4px 24px;
	    font-size: 16px;
	    margin: 0 15px;
	}
	.plan_list .w-1600 .item{
		width: calc(33.33% - 20px);
		margin: 0 30px 30px 0;
	}
	.plan_list .w-1600 .item:nth-child(3n){
		margin: 0 0 30px 0;
	}
	.plan_list .w-1600 .item:nth-child(4n){
		margin: 0 30px 30px 0;
	}
	
	.fixup_box .item{
		width: 30%;
	}
	.fixup_box .item:nth-of-type(3){
		margin-right: 5%;
	}
	.fixup_box .item:nth-of-type(4){
		margin-right: 5%;
	}
	
	.shop_list .item ul li{
		width: calc(33.33% - 20px);
		margin: 0 30px 30px 0;
	}
	.shop_list .item ul li:nth-child(3n){
		margin: 0 0 30px 0;
	}
	.shop_list .item ul li:nth-child(4n){
		margin: 0 30px 30px 0;
	}
	
	.new_list_txt p{
		margin: 20px 0 40px;
	}
	
	.footer_one_right_img .item{
		float: left;
		width: 46%;
	}
	.footer_one_right_img .item:nth-of-type(1){
		margin: 0;
	}
	.footer_one_right_img .item:nth-of-type(2){
		float: right;
	}
	.footer_one_right_img .item img{
		width: 100%;
	}
}
@media (max-width: 1216px){
	.header .w-1600 ul li{
		margin: 0 5px 0 0;
	}
	.header .w-1600 ul li a{
		font-size: 14px;
	}
	
	.footer_one_left_address .item > div p,.footer_one_right p{
		font-size: 26px;
	}
	
	.index_about_lefttable2 h4{
		font-size: 24px;
		line-height: 30px;
		margin: 40px 0 0;
	}
	.index_about_right_item ul li div i{
		font-size: 32px;
	}
	
	
	.teacher_swiper .swiper-slide{
		height: auto;
	}
	.teacher_swiper .swiper-slide.swiper-slide-prev{
		width: auto;
	}
	.teacher_swiper .swiper-slide .index_teacher_swiper_img{
		width: 100%;
	}
	.teacher_swiper .swiper-slide .index_teacher_swiper_txt{
		width: 100%;
		height: auto;
		position: relative;
		left: auto;
		top: auto;
		opacity: 1;
		background-color: #FFFFFF;
		padding: 40px 35px 20px;
	}
	
	.new_list_txt{
		padding: 15px;
	}
	.new_list_txt p{
		margin: 10px 0 20px;
	}
	.new_list_txt_po{
		position: relative;
		left: auto;
		top: auto;
		border-left: none;
	}
	.new_list_txt_po > div{
		margin: 0;
	}
}
@media (max-width: 1024px){
	.w-1600, .w_1400{
		padding: 0 20px;
	}
	.header_open .header{
		position: fixed;
		left: 0;
		top: 0;
	}
	.header_switch{
		display: inline-block;
	}
	.header .w-1600 ul.header_nva{
		position: fixed;
		top: 70px;
		left: 0;
		width: 100%;
		height: 0;
		font-size: 14px;
		line-height: 50px;
		overflow-y: auto;
		background: #fff;
		transition: all 0.5s;
		display: inline-block;
	}
	body.header_open .header .w-1600 ul.header_nva{
	    height: calc(100% - 70px);
	    height: -webkit-calc(100% - 70px);
		border-top: 1px solid #f1f1f1;
	}
	.header .w-1600 ul.header_nva li{
		float: left;
		width: 100%;
		height: auto;
		overflow: hidden;
		text-align: left;
		border-bottom: 1px solid #f1f1f1;
		margin: 0;
	}
	.header .w-1600 ul li a{
		width: 100%;
		padding: 0 20px;
		display: inline-block;
	}
	.header .w-1600 ul li.active::before{
		opacity: 0;
	}
	.header .w-1600 .header_tel{
		display: none;
	}
	
	.index_about_lefttable{
		padding: 0 10px;
	}
	.index_about_lefttable1 h3{
		font-size: 32px;
	}
	.index_about_lefttable2 p{
		font-size: 14px;
	}
	.index_about_right{
		height: auto;
	}
	.index_new_left,.index_new_right{
		width: 100%;
		height: auto;
		border: none
	}
	.index_new_right_tit{
		display: none;
	}
	.index_new_right a.item{
		padding: 0;
	}
	.floral_art_list_txt{
		padding: 5px 10px;
	}
	
	.plan_screen{
		margin: 50px 0 0;
	}
	.plan_screen .item{
		width: 100%;
		height: auto;
		margin: 0;
		overflow: hidden;
		padding: 10px 0 0;
	}
	.plan_screen .item:nth-of-type(2){
		padding: 0 0 10px;
	}
	.plan_screen .item h3{
		width: 100%;
		height: auto;
		font-size: 18px;
		line-height: 24px;
		font-weight: normal;
		margin: 10px 0 0;
		background: #f8f8fa;
		padding: 0 20px;
		text-align: left;
	}
	.plan_screen .item > div{
		padding: 0 20px;
		display: inline-block;
	}
	.plan_screen .item > div a{
		font-size: 14px;
		margin: 0 20px 0 0;
		padding: 5px 0;
	}
	.plan_screen .item > div a:nth-last-of-type(1){
		margin: 0 0 0 0;
	}
	.plan_screen .item > div a:hover, .plan_screen .item > div a.active{
		background-color: #f8f8fa;
		color: #000000;
		font-weight: bold;
	}
	
	.details_con{
		padding: 55px 0 0;
	}
	.details_con h1{
		font-size: 36px;
	}
	.details_con h5{
		font-size: 20px;
	}
	.details_txt{
		padding: 40px 0 20px;
	}
	.details_txt h1, .details_txt h2, .details_txt h3, .details_txt h4, .details_txt h5, .details_txt h6{
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 10px;
	}
	.details_txt p{
		font-size: 16px;
		margin-bottom: 10px;
	}
	.plan_details_txt{
		padding: 10px 0 30px;
	}
	.plan_details_txt h1, .plan_details_txt h2, .plan_details_txt h3, .plan_details_txt h4, .plan_details_txt h5, .plan_details_txt h6{
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 10px;
	}
	
	.new_list_img{
		width: 50%;
	}
	.new_list_txt{
		width: 50%;
	}
	.new_list_txt h3{
		font-size: 18px;
	}
	.new_list_txt p{
		font-size: 14px;
	}
}
@media (max-width: 993px){
	.footer_one_left_address .item h5{
		font-size: 18px;
		width: 60px;
	}
	.footer_one_left_address .item > div p, .footer_one_right p{
		font-size: 20px;
	}
	.footer_one_left_nva{
		margin: 100px 0 30px;
	}
	
	.floral_art_list .w-1600 .item{
		width: calc(33.33% - 10px);
		margin: 0 15px 15px 0;
	}
	.floral_art_list .w-1600 .item:nth-child(3n){
		margin: 0 0 15px 0;
	}
	.floral_art_list .w-1600 .item:nth-child(4n){
		margin: 0 15px 15px 0;
	}
	.floral_art_list .w-1600 .item:nth-last-of-type(1){
		margin: 0 0 15px 0;
	}
	
	.about-swiper3 .swiper-slide, .about-swiper4 .swiper-slide{
		height: 100%;
	}
}
@media (max-width: 768px){
	.w-1600, .w_1400{
		padding: 0 10px;
	}
	
	.header .w-1600 h1{
		height: 60px;
		line-height: 60px;
	}
	body.header_open .header .w-1600 ul.header_nva{
		height: calc(100% - 60px);
		height: -webkit-calc(100% - 60px);
	}
	.header .w-1600 ul.header_nva{
		top: 60px;
	}
	
	.footer{
		padding: 15px 0 10px;
	}
	.footer_one_left{
		width: 100%;
	}
	.footer_one_left_address{
		display: none;
	}
	.footer_one_left_nva{
		width: 100%;
		margin: 10px 0 0;
	}
	.footer_one_left_nva ul li{
		width: 33.33%;
		margin: 0;
	}
	.footer_one_right{
		width: 100%;
		padding: 10px 0;
	}
	.footer_one_right h6,.footer_one_right > p{
		display: none;
	}
	.footer_one_right_img .item img{
		width: 80%;
	}
	.footer_two{
		padding: 10px 0 0;
	}
	.footer_two .item{
		width: 100%;
		font-size: 14px;
		height: auto;
		line-height: 24px;
	}
	
	.paging ul li{
		height: 35px;
		line-height: 35px;
		padding: ;
	}
	.paging ul li a{
		font-size: 12px;
		padding: 0 10px;
	}
	
	.index_swiper .swiper-button{
		display: none;
	}
	.index_course, .index_course_txt{
		padding: 0 0 35px;
	}
	.index_course_txt{
		padding: 30px 0 20px;
	}
	.index_course_table ul{
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-wrap: inherit;
		overflow-x: auto;
		position: relative;
	}
	.index_course_table ul li{
		flex: none;
		width: 80%;
	}
	.index_course_table ul li:nth-of-type(1){
		display: none;
	}
	.index_teacher{
		padding: 25px 0 0;
		min-height: auto;
	}
	.index_teacher_txt_left h3{
		font-size: 24px;
		line-height: 40px;
	}
	.index_teacher_txt_left p{
		font-size: 14px;
		line-height: 22px;
	}
	.index_teacher_txt a{
		float: left;
		margin: 20px 0 0;
	}
	.index_teacher_swiper{
		padding: 25px 1% 35px;
	}
	.teacher_swiper{
		padding: 0 0 50px;
	}
	.teacher_swiper .swiper-button-next, .teacher_swiper .swiper-button-prev{
		top: 30%;
	}
	.teacher_swiper .swiper-slide .index_teacher_swiper_txt{
		padding: 15px;
	}
	.teacher_swiper .swiper-slide .index_teacher_swiper_txt h4{
		font-size: 18px;
	}
	.teacher_swiper .swiper-slide .index_teacher_swiper_txt h5{
		font-size: 14px;
		margin-bottom: 10px;
	}
	.teacher_swiper .swiper-slide .index_teacher_swiper_txt p{
		font-size: 13px;
	}
	.index_about{
		padding: 30px 0 25px;
	}
	.index_about_left{
		width: 100%;
	}
	.index_about_lefttable1 h3{
		font-size: 24px;
		line-height: 30px;
	}
	.index_about_lefttable1 i{
		font-size: 12px;
		line-height: 12px;
	}
	.index_about_lefttable2 h4{
		font-size: 18px;
		margin: 15px 0 0;
	}
	.index_about_more{
		margin: 15px auto 25px;
	}
	.index_about_right{
		width: 100%;
	}
	.index_about_right_item ul li div{
		font-size: 14px;
	}
	.index_about_right_item ul li div i{
		font-size: 26px;
	}
	.index_new{
		padding: 20px 0 40px;
	}
	.index_new_left{
		padding-bottom: 10px;
		border-bottom: 1px solid #e5e5e5;
	}
	.index_new_left_img{
		height: auto;
	}
	.index_new_left_txt{
		margin: 15px 0 0;
	}
	.index_new_left_txt h3{
		font-size: 18px;
		height: 40px;
		line-height: 40px;
		border-bottom: none;
	}
	.index_new_left_txt_time{
		height: auto;
	}
	.index_new_left_txt_timecon{
		width: 100%;
	}
	.index_new_left_txt_timecon p,.index_new_left_txt_timecon i{
		font-size: 14px;
		width: auto;
		height: 24px;
		float: left;
		line-height: 24px;
		margin: 0;
	}
	.index_new_left_txt_timecon i{
		margin-left: 5px;
	}
	.index_new_left_txt_time span{
		display: none;
	}
	.index_new_right a.item{
		height: auto;
		display: inline-block;
		padding: 10px 0;
	}
	.item_time,.item_txt{
		width: 100%;
	}
	.item_time p,.item_time i{
		font-size: 16px;
		margin: 0;
		line-height: 26px;
		font-weight: bold;
	}
	.item_time i{
		margin: 0 0 0 5px;
	}
	.item_txt{
		font-size: 16px;
		line-height: 26px;
	}
	
	.banner_common .w-1600{
		position: absolute;
		left: 0;
		top: 50%;
		width: 100%;
		transform: translate(0,-50%);
	}
	.banner_common .w-1600 p{
		font-size: 20px;
		line-height: 26px;
	}
	.banner_common .w-1600 h2{
		font-size: 14px;
		line-height: 26px;
	}
	.floral_art_column .w-1600{
		padding: 0;
	}
	.floral_art_column ul{
		width: 100%;
		height: auto;
		overflow: hidden;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-wrap: inherit;
		overflow-x: auto;
		position: relative;
	}
	.floral_art_column ul li{
		flex: none;
		width: 30%;
	}
	.floral_art_column ul li a{
		height: 40px;
		line-height: 40px;
	}
	.floral_art_list h2{
		font-size: 24px;
		line-height: 66px;
	}
	.floral_art_list .w-1600 .item{
		width: 100%;
		margin: 0 0 10px 0;
	}
	.floral_art_list .w-1600 .item:nth-child(odd){
		margin: 0 0 10px 0;
	}
	.floral_art_list .w-1600 .item:nth-child(even){
		margin: 0 0 10px 0;
	}
	.floral_art_list_txt h3{
		margin-bottom: 0;
		height: 46px;
		line-height: 45px;
	}
	
	.plan_screen{
		margin: 30px 0 0;
	}
	.plan_screen .item > div{
		width: 100%;
	}
	.plan_list .w-1600 .item{
		width: 100%;
		margin: 0 0 15px;
	}
	
	.details_con{
		padding: 30px 0 0;
	}
	.details_con h1{
		font-size: 24px;
		line-height: 36px;
	}
	.details_con h5{
		font-size: 18px;
		line-height: 28px;
	}
	.details_txt h1, .details_txt h2, .details_txt h3, .details_txt h4, .details_txt h5, .details_txt h6{
		font-size: 16px;
	}
	.plan_details_txt h1, .plan_details_txt h2, .plan_details_txt h3, .plan_details_txt h4, .plan_details_txt h5, .plan_details_txt h6{
		font-size: 16px;
	}
	.details_txt p{
		font-size: 13px;
		line-height: 26px;
	}
	
	.fixup, .fixup_tit{
		padding: 30px 0;
	}
	.fixup_tit{
		padding: 0 10px;
	}
	.fixup_tit h3{
		font-size: 24px;
	}
	.fixup_tit p{
		font-size: 16px;
	}
	.fixup_box{
		display: inline-block;
	}
	.fixup_box .item{
		width: 100%;
		margin: 0 0 10px;
	}
	
	.shop_list .item:nth-of-type(1){
		padding: 30px 0 0;
	}
	.shop_list_tit{
		margin-bottom: 15px;
	}
	.shop_list_tit h2{
		font-size: 24px;
		line-height: 34px;
	}
	.shop_list_tit p{
		font-size: 12px;
		margin: 0 0 0 10px;
	}
	.shop_list .item ul li{
		width: 100%;
		margin: 0 0 10px;
	}
	
	.new_list{
		padding: 5px 0 0;
	}
	.new_list .item{
		padding: 25px 0;
	}
	.new_list_img,.new_list_txt{
		width: 100%;
		height: auto;
	}
	.new_list_txt{
		padding: 15px 15px 0;
	}
	
	.about_us_one{
		padding: 30px 0;
	}
	.about_us_one h3{
		width: 100%;
		font-size: 24px;
		line-height: 36px;
		margin-bottom: 15px;
	}
	.about_us_one .item{
		width: 100%;
		padding: 0;
		border: none;
	}
	.about_us_two,.about_us_three,.about_us_four,.about_us_five{
		padding: 30px 0;
	}
	.about_us_two h3, .about_us_three h3, .about_us_four h3, .about_us_five h3{
		font-size: 20px;
		line-height: 28px;
		margin-bottom: 15px;
	}
	.about-swiper1 .swiper-slide .about-swiper1-img{
		height: auto;
	}
	.about-swiper1{
		padding-bottom: 65px;
	}
	.about-swiper1 .swiper-pagination .swiper-pagination-bullet{
		margin: 0 3px;
	}
	.about_four_swiper, .about_five_swiper{
		height: auto;
	}
	
	.contact_map{
		float: left;
		height: auto;
		padding: 0;
	}
	#map{
		position: relative;
		height: 15rem;
	}
	.contact_map .w-1600{
		padding: 0;
	}
	.contact_address{
		margin: 0 0 0;
		width: 100%;
		height: auto;
		padding: 20px 10px;
	}
	.contact_address > div p:nth-last-of-type(1){
		margin-bottom: 0;
	}
	.contact_form{
		padding: 30px 0;
	}
	.contact_form h3{
		font-size: 24px;
		margin-bottom: 20px;
		line-height: 32px;
	}
	.contact_form form input{
		width: 100%;
		height: auto;
		margin: 0 0 15px;
	}
	.contact_form form input:nth-of-type(3),.contact_form form input:nth-of-type(5){
		margin: 0 0 15px;
	}
	.contact_form form input:nth-of-type(4){
		margin: 0 30px 15px 0;
	}
	.contact_form form button{
		float: left;
	}
}




.box_con{
	float: left;
	width: 100%;
	height: auto;
	overflow: hidden;
	z-index: 10;
	position: relative;
}
.box_con img{
	width: 100%;
}