/*common start*/
body,div,ul,li,a,img,p,dl,dt,dd,h1,h2,h3,h4,span,input,button,textarea,dl,dt{ margin:0; padding:0;list-style:none;text-decoration:none;border:0; list-style:none;font-family: normal;font-weight: normal;}
body{ font-size:14px;color:#111;overflow-x: hidden;}
a img{
  border: 0;
}
.height {
    height: 70px;
}
.logo img {
    height: 65px;
}
em {
  font-style: normal;
}
body.head_on{overflow:hidden;}
a{text-decoration:none;color: #333;transition: all .3s;}
*{box-sizing: border-box;}
input,select,textarea{outline: none;}
.clear{ margin:0; padding:0; font-size:0; clear:both; }

.wapper{
	width: 100%;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
	box-sizing: border-box;
}
@media only screen and (min-width: 1370px){
	.wapper{
		width: 1370px;
		margin: 0 auto;
	}
}
:root{
	--primary-color:#2a62ac;
	--font-color:#666;
	--main-white:#fff;
}





/* 轮播图通用 */
.swiper {width: 100%;height: 100%;}
.swiper-slide
{
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* 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;
}
.swiper-slide img{
	width: 100%;
}

.overflow1{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;width: 100%;display: block;}
.overflow2{display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.overflow3{display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}


/* 导航 */
.headerbox{width: 100%;margin:  0 auto;position: fixed;left: 0;top: 0;z-index: 999;background-color: rgba(0,0,0,0.6);}
.headerbox .header{display: flex;align-items: center;justify-content: space-between;height: 70px;}
.headerbox .header .menu ul{display: flex;align-items: center;height: 100%;}
.headerbox .header .menu ul li{
	position: relative;
	
}
.headerbox .header .menu>ul>li>a{
	font-size: 14px;
    line-height: 20px;
	opacity: 0.6;
	padding: 0 1vw;
    color: #fff;
    display: flex;
    position: relative;
    text-decoration: none;
}
.headerbox .header .menu>ul>li.curr>a,.headerbox .header .menu>ul>li:hover>a{opacity: 1;}
.headerbox .header .menu ul li .sub_menu{
	min-width: 150px;
    position: absolute;
    top: 140%;
    left: 0%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    background: #181818;padding: 8px 0;
    transition: all 400ms ease;
}
.headerbox .header .menu ul li .sub_menu:after{position: absolute;top: 0;width: 0;transition: all 0.5s;height: 1px;background-color: #fff;opacity: 0.6;content: "";}
.headerbox .header .menu ul li:hover > .sub_menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
	
}
.headerbox .header .menu ul li:hover >.sub_menu:after{width: 100%;}
.headerbox .header .menu ul li dd {
    position: relative;
    display: block;
	transition: all 400ms ease;
}
.headerbox .header .menu dl dd>.three_menu{
	min-width: 100%;
    position: absolute;
    left: 100%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
	padding: 8px 0;
    background: #181818;
    transition: all 400ms ease;
}
.headerbox .header .menu dl dd:hover>.three_menu {
    opacity: 1;
    visibility: visible;
    top: 0px;
	
}
.headerbox .header .menu ul li dl dd a {
    font-size: 13px;
    color: #fff;opacity: 0.6;
    text-align: left;
    display: block;
    padding: 6px 15px;
    position: relative;
    transition: all 400ms ease;
}
.headerbox .header .menu ul li dl dd:hover>a{opacity: 1;}





/*mMenu*/
.m_header{width: 100%;}
.sp_header{height:70px;overflow:hidden;background:#111;position:fixed;z-index:999;width:100%;display: none;top: 0;align-items: center;justify-content: space-between;}
.sp_logo{height:70px;display: flex;justify-content: center;align-items: center;padding-left: 10px;}
.sp_logo img{margin:auto;max-height:50px;}
.sp_nav{width:50px;position:relative;cursor:pointer;height:30px;}
/* 横杠 */
.sp_nav 
span{display:block;background:#fff;width:30px;height:3px;position:absolute;left:10px;transition:all ease 0.35s}
.sp_nav span:nth-of-type(1){top:0px}
.sp_nav span:nth-of-type(2){top:10px}
.sp_nav span:nth-of-type(3){top:20px}
.sp_nav_se span:nth-of-type(1){top:10px;transform:rotate(45deg)}
.sp_nav_se span:nth-of-type(2){width:0}
.sp_nav_se span:nth-of-type(3){top:10px;transform:rotate(-45deg)}
.sjj_nav{position:fixed;z-index:9999;background:var(--main-white);width:100%;height:calc(100% - 70px);font-size:14px;line-height:40px;top:70px;left:0;overflow:auto;overflow-x:hidden;transition:top ease 0.35s;display: none;transition:all ease 0.35s}
.nav_show{display: block;}
.sjj_nav ul li i{position:absolute;top:5px;right:0px;height:30px;padding:0px 7px 0 7px;}
.sjj_nav ul li i svg{transform:rotate(-90deg);transition:all ease 0.35s}
.sjj_nav ul li .sjj_nav_i_se svg{transform:rotate(0deg)}
.sjj_nav ul li{border-bottom: 1px dashed #ddd;;position:relative;line-height:45px;font-size:16px}
.sjj_nav>ul >li:last-child{border-bottom: 1px dashed #ddd;}
.sjj_nav ul li ul{display:none}
.sjj_nav ul li a{color:var(--font-color);width:100%;padding: 0 20px;display: block;box-sizing: border-box;}
.sjj_nav ul li a:hover{color: #000000;}
.sjj_nav ul li ul li a{color:var(--font-color);display:block;text-align:left;}
.sjj_nav ul li i svg{width:25px;height:25px;fill:#333;}
.sjj_nav ul li .sjj_nav_i_se svg{fill:#333;}
.sjj_nav ul li ul li>ul{margin-left:10px}
.sjj_nav ul li ul li{border-top: none;}
.sjj_nav ul li ul li a{padding: 0 30px;}






.p{display: block;}
.m{display: none;}

/* bannerbox */
.bannerbox{
	width: 100%;
}
.bannerbox .mySwiper1{
	width: 100%;
}
.bannerbox .mySwiper1 .swiper-slide{width: 100%;}
.bannerbox .mySwiper1 .swiper-slide .inner{width: 100%;position: relative;}
.bannerbox .mySwiper1 .swiper-slide .inner .img{width: 100%;font-size: 0;}
.bannerbox .mySwiper1 .swiper-slide .inner .img img{width: 100%;}
.bannerbox .mySwiper1 .swiper-slide .inner .text{position: absolute;top: 50%;    display: none;transform: translate(-50%,-50%);width: 100%;max-width: 1140px;left: 50%;text-align: left;}
.bannerbox .mySwiper1 .swiper-slide .inner .text h1{font-size: 80px;color: #fff;font-weight: bold;}
.bannerbox .mySwiper1 .swiper-slide .inner .text h3{margin-top: 30px;margin-bottom: 40px;font-size: 30px;color: #fff;opacity: 0.7;}
.more{font-size: 20px;color: #fff;display: block;transition: all 0.5s;}
.more span{width: 20px;height: 1px;background-color: #fff;transition: all 0.5s;display: inline-block;}
.more:hover{color: #54271C;}
.more:hover span{transform: rotate(360deg);background-color: #6ed3cf;}
.prev_btn{
	font-size: 20px;
	position: absolute;
	top: 50%;
	z-index: 9;
	left: 0;
	line-height: 50px;
	height: 50px;
	width: 50px;
	text-align: center;
	transform: translateY(-50%);
	vertical-align: middle;
	cursor: pointer;
	color: white;
	transition: all 0.5s;
	border: 1px solid rgba(255,255,255,0.5);
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.next_btn{
	font-size: 20px;
	position: absolute;
	top: 50%;
	z-index: 9;
	right: 0;
	line-height: 50px;
	height: 50px;
	width: 50px;
	text-align: center;
	transform: translateY(-50%);
	vertical-align: middle;
	cursor: pointer;
	color: white;
	border: 1px solid rgba(255,255,255,0.5);
	transition: all 0.5s;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.prev_btn:hover,.next_btn:hover{width: 70px;}
.bannerbox .mySwiper1 .swiper-pagination-bullet {
	width: 8px;
    height: 8px;
    background-color: #fff;
}
.bannerbox .mySwiper1 .swiper-pagination-bullet-active{
	opacity: 1;
}

.pd50{padding: 50px 0;}


/* footer */
.ftbox{width: 100%;margin: 0 auto;padding-top: 50px;padding-bottom: 25px;background-color: #181818;}
.ft{width: 100%;margin: 0 auto;display: flex;flex-wrap: wrap;justify-content: space-between;}
.ft_left{width: 33.33%;padding: 0 15px;}
.ft_right{width: 66.66%;padding: 0 15px;display: flex;flex-wrap: wrap;justify-content: space-between;}
.f_menu{width: 25%;padding: 0 15px;}
.f_news{width: 45%;padding: 0 15px;}
.f_ewm{width: 30%;padding: 0 15px;}

.f_logo{font-size: 0;margin-bottom: 30px;}
.f_logo img{max-width: 100%;width: auto;}
.f_desc{width: 100%;}
.f_desc ul li{width: 100%;font-size: 14px;color: #777;line-height: 30px;}
.f_menu h3{font-size: 20px;color: #fff;margin-bottom: 30px;font-weight: bold;}
.f_news h3 a{font-size: 20px;color: #fff;display: block;margin-bottom: 30px;font-weight: bold;}
.f_menu ul li{width: 100%;line-height: 30px;}
.f_menu ul li a{font-size: 13px;color: #999;}
.f_menu ul li a a{margin-right: 5px;}
.f_news ul li{margin-bottom: 13px;padding-bottom: 17px;}
.f_news ul li a{}
.f_news ul li a p{font-size: 13px;color: #999;margin-bottom: 12px;}
.f_news ul li a .date{font-size: 13px;color: #999;}
.f_ewm h3{font-size: 20px;color: #fff;margin-bottom: 30px;font-weight: bold;}
.f_ewm .ewm{font-size: 0;}
.f_ewm .ewm img{max-width: 100%;width: auto;}

.fbbox{width: 100%;margin: 0 auto;background-color: #000;padding: 20px 0;}
.fb{width: 100%;margin: 0 auto;display: flex;align-items: center;flex-wrap: wrap;justify-content: space-between;}
.fb p{font-size: 13px;color: #555;}
.fb p a{color: #282828;}
.fb p a:hover{color: #54271C;}
.fb .out_top{font-size: 13px;color: #fff;}






/* 通用内页 */
.inbannerbox{position: relative;width: 100%;margin: 0 auto;min-height: 250px;background-size: cover;background-position: center center;background-repeat: no-repeat;padding-top: 120px;    display: none;}
.inbannerbox .text{text-align: center;}
.inbannerbox .text h1{font-size: 30px;margin-bottom: 20px;color: #fff;}
.inbannerbox .text .s_menu{text-align: center;font-size: 14px;color: #fff;}
.inbannerbox .text .s_menu a{color: #fff;padding: 0 5px;}



.insidebox{width: 100%;margin: 0 auto;}
.insidebox .inside{width: 100%;box-sizing: border-box;}
.flex{display: flex;flex-wrap: wrap;justify-content: space-between;}
.inside_left{width: 75%;padding: 0 15px;}
.inside_right{width: 25%;padding: 0 15px;}
.in_contact{width: 100%;margin-bottom: 35px;}
.in_contact h3{font-size: 20px;margin-bottom: 22px;color: #525659;font-weight: bold;}
.in_contact ul li{width: 100%;line-height: 30px;font-size: 12px;color: #555;}
.in_news{width: 100%;}
.in_news h3{font-size: 20px;font-weight: 600;color: #525659;margin-bottom: 22px;}
.in_news ul{padding-top: 22px;border-top: 1px solid #d3dae0;width: 100%;}
.in_news ul li{width: 100%;margin-bottom: 15px;padding-bottom: 15px;border-bottom: 1px solid #E8E9EF;}
.in_news ul li:last-child{border-bottom: 0;}
.in_news ul li a{display: flex;align-items: center;justify-content: space-between;}
.in_news ul li a .imgbox{margin-right: 15px;font-size: 0;width: 106px;}
.in_news ul li a .imgbox img{width: 100%;}
.in_news ul li a .textbox{flex: 1;}
.in_news ul li a .textbox p{font-size: 14px;color: #6e7375;line-height: 30px;margin-bottom: 8px;}
.in_news ul li a .textbox p:hover{color: #EF6D00;}
.in_news ul li a .textbox .date{font-size: 12px;color: #6e7375;}
.in_news ul li a .textbox .date i{margin-right: 5px;}





/* ================首页样式========================= */
.index1box{width: 100%;margin: 0 auto;padding: 50px 0 25px;}
.index1{width: 100%;margin: 0 auto;display: flex;flex-wrap: wrap;justify-content: space-between;}
.i1_left{width: 33.33%;padding: 0 15px;}
.i1_left h1{margin-bottom: 40px;}
.i1_left h1 a{font-size: 32px;color: #282828;font-weight: bold;}
.i1_left h1 a:hover{color: #EF6D00;}
.i1_left p{font-size: 15px;color: #232323;margin-bottom: 30px;}
.more1{font-size: 14px;color: #232323;}
.more1 span{background-color: #232323;}
.more1:hover span{color: #6ed3cf;}
.more1:hover{color: #6ed3cf;}

.i1_right{width: 66.66%;padding: 0 15px;}
.i1_right ul{display: flex;flex-wrap: wrap;}
.i1_right ul li{width: 50%;padding: 0 15px;}
.i1_right ul li a{display: block;width: 100%;}
.i1_right ul li a h3{font-size: 16px;color: #282828;font-weight: bold;margin-bottom: 20px;}
.i1_right ul li a .img{margin-bottom: 30px;}
.img{width: 100%;font-size: 0;position: relative;overflow: hidden;}
.img:after{width: 100%;height: 100%;/*background-color: rgba(0, 0, 0, 0.4);*/padding: 15px;content: "";opacity: 0;visibility: hidden;transition: all 0.5s;position: absolute;left: 0;top: 0;}
.img img{width: 100%;transition: all 0.5s;}
.img p{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);font-size: 14px;color: #fff;opacity: 0;visibility: hidden;transition: all 0.5s;z-index: 2;}
.img:hover:after{opacity: 1;visibility: visible;}
.img:hover p{opacity: 1;visibility: visible;}


.index2box{width: 100%;margin: 0 auto;}
.index2{width: 100%;margin: 0 auto;}
.i2_title{width: 100%;text-align: center;margin-bottom: 20px;}
.i2_title h3 a{font-size: 32px;color: #282828;font-weight: bold;}
.i2_title h3 a:hover{color: #EF6D00;}
.i2_list{width: 100%;margin: 0 auto;margin-bottom: 20px;}
.i2_list ul{display: flex;align-items: center;justify-content: center;}
.i2_list ul li{padding: 8px 16px;font-size: 14px;}
.i2_list ul li a{color: #999;font-weight: bold;}
.i2_list ul li:hover a{color: #232323;}

.i2_content{width: 100%;margin: 0 auto;}
.i2_content ul{display: flex;flex-wrap: wrap;}
.i2_content ul li{width: 25%;padding:  0 15px;margin-bottom: 20px;}
.i2_content ul li a{display: block;width: 100%;}
.i2_content ul li a h3{text-align: center;font-size: 14px;color: #282828;font-weight: bold;}
.i2_content ul li a .img{margin-bottom: 30px;}
.i2_content ul li:hover a h3{color: #EF6D00;}


.index3box{width: 100%;margin: 0 auto;}
.index3{width: 100%;margin: 0 auto;}


.index4box{width: 100%;margin: 0 auto;}
.index4{width: 100%;margin: 0 auto;display: flex;flex-wrap: wrap;justify-content: space-between;}
.i4_left{width: 50%;padding: 0 15px;}
.i4_right{width: 50%;padding: 0 15px;}
.i4_title{width: 100%;margin-bottom: 20px;}
.i4_title h3 a{font-size: 32px;color: #282828;font-weight: bold;}
.i4_title h3 a:hover{color: #EF6D00;}
.i4_desc{font-size: 15px;color: #232323;margin-bottom: 15px;line-height: 30px;}
.i4_right ul li{width: 100%;}
.i4_right ul li a{display: flex;flex-wrap: wrap;}
.i4_right ul li a .num{width: 16.66%;padding:  0 15px;text-align: right;font-size: 12px;color: #232323;}
.i4_right ul li a .text{width: 83.33%;padding:  0 15px;}
.i4_right ul li a .text h3{font-size: 16px;color: #282828;font-weight: bold;margin-bottom: 12px;transition: all 0.5s;}
.i4_right ul li a .text h3:hover{color: #EF6D00;}
.i4_right ul li a .text p{font-size: 14px;color: #282828;line-height: 30px;margin-bottom: 30px;}



/*  */
.store_list{}
.store_list ul{display: flex;flex-wrap: wrap;}
.store_list ul li{width: 33.33%;padding: 0 15px;margin-bottom: 30px;}
.store_list ul li a{display: block;width: 100%;}
.store_list ul li a .imgbox{width: 100%;font-size: 0;position: relative;}
.store_list ul li a .imgbox img{width: 100%;}
.store_list ul li a .imgbox span{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);border: 2px solid #ffffff;background-color: #B3813C;font-size: 14px;color: #fff;font-weight: 700;text-align: center;width: 160px;padding: 10px 0;opacity: 0;visibility: hidden;transition: all 0.5s;}
.store_list ul li a .imgbox:hover span{opacity: 1;visibility: visible;}
.store_list ul li a h3{text-align: center;font-size: 15px;color: #282828;font-weight: bold;margin-top: 30px;transition: all 0.5s;}
.store_list ul li a h3:hover{color: #EF6D00;}



/*  */
.art_list{}
.art_list ul{display: flex;flex-wrap: wrap;}
.art_list ul li{width: 33.33%;padding: 0 15px;margin-bottom: 13px;}
.art_list ul li a{display: block;width: 100%;}
.art_list ul li a .imgbox{width: 100%;font-size: 0;position: relative;}
.art_list ul li a .imgbox img{width: 100%;}
.art_list ul li a .imgbox:after{width: 100%;height: 100%;content: "";left: 0;top: 0;background-color: #f16543;opacity: 0;visibility: hidden;transition: all 0.5s;position: absolute;}
.art_list ul li a .imgbox:hover:after{opacity: 0.7;visibility: visible;}
.art_list ul li a .imgbox .glass{transition: 0.2s all ease-in-out;z-index: 2;}
.art_list ul li a .imgbox .glass .circle{width: 200px;height: 200px;border-radius: 100px;display: block;border: 5px solid #ffffff;position: absolute;left: 0;top: 0;right: 0;bottom: 0;margin: auto;opacity: 0;visibility: hidden;z-index: 2;display: block;transition: 0.2s all ease-in-out;}
.art_list ul li a .imgbox:hover .glass .circle{width: 30px;height: 30px;opacity: 1;visibility: visible;transition-delay: 0s;}
.art_list ul li a .imgbox .glass .circle .handle{transition: 0.2s all ease-in-out;transition-delay: 0s;position: absolute;right: -200px;bottom: -200px;display: inline-block;width: 18px;height: 5px;background: #ffffff;border-radius: 10px;transform: rotate(45deg);z-index: 2;}
.art_list ul li a .imgbox:hover .glass .circle .handle{right: -14px;bottom: -7px;transition-delay: .2s;}
.art_list ul li a .imgbox:hover .glass{opacity: 1;visibility: visible;}
.art_list ul li a h3{font-size: 14px;color: #282828;font-weight: bold;margin-top: 22px;transition: all 0.5s;}
.art_list ul li a h3:hover{color: #EF6D00;}


/*  */
.search{}
.search h1{font-size: 30px;color: #232323;font-weight: bold;margin-bottom: 30px;}
.search .form{width: 100%;max-width: 80%;position: relative;}
.search .form .s_text{width: 100%;border: 1px solid #ddd;border-radius: 50px;height: 60px;line-height: 60px;padding: 0 20px;}
.search .form .s_btn{position: absolute;right: 20px;top: 50%;transform: translateY(-50%);background-color: #EF6D00;font-size: 16px;color: #fff;padding: 0 20px;height: 40px;line-height: 40px;border-radius: 40px;}



/*  */
.contact_content{}
.contact_content .form{width: 100%;margin-top: 30px;}
.contact_content .form h1{text-align: center;margin-bottom: 25px;font-size: 22px;color: #232323;}
.contact_content .form ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.contact_content .form ul li{width: 49%;margin-bottom: 20px;}
.contact_content .form ul li .c_text{padding: 0 10px;border: 1px solid #ddd;height: 40px;line-height: 40px;font-size: 14px;color: #444;width: 100%;}
.contact_content .form ul li textarea{padding: 15px;border: 1px solid #ddd;min-height: 100px;font-size: 14px;color: #444;background-color: #f9f9f9;width: 100%;}
.contact_content .form ul li .c_btn{width: 100%;height: 40px;line-height: 40px;background-color: #111;font-size: 14px;color: #fff;transition: all 0.5s;}
.contact_content .form ul li .c_btn:hover{background-color: red;}









/* m */
.m_imgbox{font-size: 0;width: 100%;margin: 0 auto;}
.m_imgbox img{width: 100%;}
.m_banner{width: 100%;position: relative;overflow: hidden;}
.m_banner .swiper-slide{}
.m_banner .swiper-slide .imgbox{width: 100%;font-size: 0;}
.m_banner .swiper-slide .imgbox img{width: 100%;}
.m_banner .m_swiper-pagination .swiper-pagination-bullet{background-color: #fff;}

.m_list{width: 100%;margin: 0 auto;padding: 10px 0;}
.m_list ul{display: flex;flex-wrap: wrap;}
.m_list ul li{width: 25%;}
.m_list ul li a{display: block;width: 100%;}
.m_list ul li a .icon{width: 57px;height: 57px;background-color: #ff4e00;border-radius: 50%;background-repeat: no-repeat;background-position: center;background-size: 60% auto;margin: 0 auto;}
.m_list ul li a h3{text-align: center;font-size: 12px;color: #333;margin: 5px 0;}


.footerbox{width: 100%;margin: 0 auto;}
.n-foot-bottom{text-align: center;color: #929292;background-color: #f1f2f0;padding-top: 14px;padding-bottom: 35px;font-size: 16px;}
.n-foot-bottom .t1 a{color: #929292;}
.n-foot-bottom .t1{font-size: 16px;}
.n-foot-bottom .t1 span{margin: 0 9px;}
.n-line{width: 295px;height: 14px;background: url("../image/n-line.png") no-repeat;background-size: 100%;margin:8px auto 11px;}
.n-foot-bottom .t2 p:first-child{margin-top: 11px;}
.n-foot-bottom .t2 p:last-child{margin-top: 8px;}
.n-foot-bottom .t3 p{line-height: 22px;}
.n-foot-bottom .t3 p:last-child{font-size: 16px;color: #ec2c2c;}
.f_height{height: 55px;}
.n-footer{position: fixed;text-align: center;bottom: 0;z-index: 999;width: 100%;height: 55px;background-color: #fff;left: 0;}
.n-footer ul{padding-top: 10px;display: flex;justify-content: space-around;align-content: center;}
.n-footer ul{display: flex;align-items: center;justify-content: space-between;}
.n-footer ul li {width: 18%;}
.n-footer ul li .icon{font-size: 0;display: flex;align-items: center;justify-content: center;}
.n-footer ul li .icon img{max-width: 100%;width: auto;}
.n-footer ul p{margin-top: 8px;font-size: 12px;color: #000;}
.r {position: absolute;width: 50px;height: 50px;background: #fff;z-index: 12;border-radius: 50%;left: 50%;transform: translate(-50%, -50%);}
.n-r-l{position: relative;width: 38px;height: 38px;background-color: #d1ab57;border-radius: 50%;margin: 0 auto;z-index: 15;margin-top: -16px;line-height: 38px;}
.n-footer ul li .n-r-l .icon{width: 100%;height: 100%;}
.n-r-l .icon img{filter: brightness(0%) contrast(200%) invert(100%) opacity(100%);}
.n-r-l span{position: absolute;right: 0;top: 0rem;width: 16px;height: 16px;text-align: center;line-height: 16px;color: #fff;background-color: #f90000;font-size: 11px;border-radius: 50%;animation: 1s ease-in-out 0s infinite normal none running twinkling; }

@-webkit-keyframes twinkling{
    0%{
        opacity:0;
    }
    100%{
        opacity:1;

    }
}
.plr15{padding-left: 15px;padding-right: 15px;}
.ptm20{padding-top: 20px;padding-bottom: 20px;}
.m_index1box{width: 100%;margin: 0 auto;}
.m_title{width: 100%;margin: 0 auto;font-size: 0;margin-bottom: 20px;display: flex;align-items: center;justify-content: center;}
.m_title img{max-width: 100%;width: auto;}


.ClassList li{ position:relative; margin-top:20px; padding:10px; border-radius:5px; background:#fff; box-shadow:0 0 10px #ddd;}
.ClassList li .tithead{ overflow:hidden; margin-bottom:23px; height:49px; line-height:40px; border-bottom:1px solid #e6e6e6; color:#333;font-size:10px;}
.ClassList li .tithead img{ display:inline-block; vertical-align:middle; margin-right:11px;}
.ClassList li .tithead a.more{ float:right; color:#999999; font-size:14px;}
.ClassList li .bot{display: flex;flex-wrap: wrap;justify-content: space-between;}
.ClassList li .bot a{ width:50%; border-radius:10px;overflow: hidden;display: block;}
.ClassList li .bot a .img{width: 100%;font-size: 0;}
.ClassList li .bot a .img img{width: 100%;}

.ClassList li .bot .info{ width:47%;display: flex;flex-direction: column;justify-content: space-between;}
.ClassList li .info .t{ padding:8px 0 5px;}
.ClassList li .info .t h3{ font-size:18px; color:#333333;font-weight: bold;line-height: 1;}
.ClassList li .info .t p1{ font-size:14px; color:#999999;line-height: 1.5;}
.ClassList li .info .p{ font-size:12px; line-height:1.5;margin-top: 10%;}
.ClassList li .info .btn a{ display:inline-block; border-radius:5px; width:40%; line-height:2; text-align:center; font-size:12px; color:#fff;}
.ClassList li .info .btn a.zx{ background:#206672; margin-right:10px;}
.ClassList li .info .btn a.lj{ background:#cfa972;}


.m_index2box{width: 100%;margin: 0 auto;}
.m_i2_list{width: 100%;margin: 0 auto;} 
.m_i2_list ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.m_i2_list ul li{width: 49%;margin-bottom: 10px;background-color: #f7f7f7;min-height: 280px;}
.m_i2_list ul li a{display: block;width: 100%;}
.m_i2_list ul li a .img{font-size: 0;display: flex;align-items: center;justify-content: center;}
.m_i2_list ul li a .img img{border-radius: 50%;width: 130px;height: 130px;object-fit: cover;}
.m_i2_list ul li a .text{padding: 10px;text-align: center;}
.m_i2_list ul li a .text h3{font-size: 16px;color: #000;height: 50px;}
.m_i2_list ul li a .text p{font-size: 12px;color: #999;}


.m_index3box{width: 100%;margin: 0 auto;}
.m_i3_content{width: 100%;margin: 0 auto;}
.m_i3_list{width: 100%;margin: 0 auto;margin-top: 10px;}
.m_i3_list ul{display: flex;flex-wrap: wrap;}
.m_i3_list ul li{width: 32%;margin-right: 2%;margin-bottom: 10px;font-size: 0;}
.m_i3_list ul li:nth-child(3n){margin-right: 0;}
.m_i3_list ul li img{width: 100%;}

.m_index4box{width: 100%;margin: 0 auto;}
.m_i4_list{width: 100%;margin: 0 auto;}
.m_i4_list ul li{width: 100%;margin-bottom: 10px;}
.m_i4_list ul li a{font-size: 0;display: block;}
.m_i4_list ul li a img{width: 100%;}


.m_index5box{width: 100%;margin: 0 auto;}
.m_i5_list{width: 100%;margin: 0 auto;overflow: hidden;}
.m_i5_list ul li a{display: block;margin: 0  8px;}
.m_i5_list ul li a .img{font-size: 0;position: relative;}
.m_i5_list ul li a .img img{    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;}
.m_i5_list ul li a .img span{position: absolute;left: 0;bottom: 0;width: 100%;line-height: 30px;font-size: 14px;color: #fff;background-color: rgb(0, 0, 0,0.6);display: block;text-align: center;}



.m_index6box{width: 100%;margin: 0 auto;background-repeat: no-repeat;background-size: cover;background-position: center;margin-top: 20px;margin-bottom: 20px;}
.mi6_title{width: 100%;text-align: center;margin-bottom: 20px;}
.mi6_title h3{font-size: 26px;color: #fff;font-weight: bold;}
.mi6_title p{font-size: 22px;color: #fff;margin-top: 7px;opacity: 0.3;text-transform: uppercase;}
.mi6_list{width: 100%;margin: 0 auto;}
.mi6_list ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.mi6_list ul li{width: 49%;margin-bottom: 10px;/*background-color: rgba(255,255,255,0.1);padding: 20px 0;*/}
.mi6_list ul li .icon{font-size: 0;display: flex;align-items: center;justify-content: center;}
.mi6_list ul li .icon img{max-width: 100%;/*width: 38px;*/}
.mi6_list ul li .text{margin-top: 10px;text-align: center;}
.mi6_list ul li .text h3{font-size: 16px;margin-bottom: 8px;color: #fcc840;}
.mi6_list ul li .text p{font-size: 15px;color: #fff;}


.m_index7box{width: 100%;margin: 20px auto;}
.mi7_img{width: 100%;}
.mi7_img .top{display: flex;justify-content: space-between;margin-bottom: 15px;width: 100%;}
.mi7_img .top .t_l{width: 59%;height: 184px;font-size: 0;}
.mi7_img .top .t_l img{width: 100%;height: 100%;object-fit: cover;}
.mi7_img .top .t_r{width: 39%;display: flex;flex-direction: column;justify-content: space-between;height: 184px;}
.mi7_img .top .t_r img{height: 48%;width: 100%;object-fit: cover;}
.mi7_img .center{display: flex;justify-content: space-between;margin-bottom: 15px;width: 100%;}
.mi7_img .center .m_l{width: 39%;font-size: 0;height: 115px;}
.mi7_img .center .m_r{width: 59%;font-size: 0;height: 115px;}
.mi7_img .center .m_l img,.mi7_img .center .m_r img{width: 100%;height: 100%;object-fit: cover;}
.mi7_img .bot{width: 100%;display: flex;justify-content: space-between;}
.mi7_img .bot img{width: 32%;height: 115px;object-fit: cover;}

.mi7_btn{width: 100%;text-align: center;margin-top: 30px;}
.mi7_btn a{display: inline-block;width: 80%;height: 44px;background-color: #fcc840;text-align: center;font-size: 19px;color: #000;}


.m_index8box{width: 100%;margin: 0 auto;border: 1px solid #ccc;}
.m_index8box .tit{padding-left: 60px;height: 45px;line-height: 45px;background-color: #ff9000;margin-bottom: 20px;}
.m_index8box .tit h3{font-size: 18px;color: #fff;}
.mi8_list{width: 100%;}
.mi8_list ul li{width: 100%;border-bottom: 1px solid #f0f0f0;margin-bottom: 15px;padding-left: 25px;}
.mi8_list ul li a{display: flex;width: 100%;align-items: center;justify-content: space-between;}
.mi8_list ul li a p{font-size: 14px;color: #000;}
.mi8_list ul li a span{font-size: 15px;color: #333;display: flex;align-items: center;white-space: nowrap;}
.mi8_list ul li a span img{width: 30px;margin-left: 5px;}

.m_index9box{width: 100%;margin: 0 auto;}
.m_index9box .tit{width: 100%;text-align: center;margin-bottom: 20px;}
.m_index9box .tit h3{font-size: 26px;font-weight: 600;letter-spacing: 1px;color: #ff0000;}
.m_index9box .tit p{margin-top: 8px;color: #cecece;font-size: 16px;}
.mi9_top{width: 100%;display: flex;justify-content: space-between;background-color: #f6f6f4;max-width: 83%;margin: 0 auto;margin-bottom: 30px;}
.mi9_top .img{width: 35%;font-size: 0;}
.mi9_top .img img{width: 100%;}
.mi9_top .text{width: 65%;padding: 10px;}
.mi9_top .text h3{font-size: 19px;color: #585858;font-weight: 600;}
.mi9_top .text p{font-size: 13px;color: #000;margin-top: 8px;}
.mi9_top .text p span{color: #ff0000;}
.mi9_top .text h4{font-size: 11px;margin-top: 13px;padding-top: 10px;border-top: 1px solid #ccc;color: #c2c2c2;}
.i9_form{width: 100%;max-width: 83%;margin: 0 auto;}
.i9_form ul li{width: 100%;padding-left: 55px;border: 1px solid #e3e3e3;color: #000;border-radius: 44px;height: 44px;line-height: 44px;position: relative;}
.i9_form ul li:after{content: " ";position: absolute;top: 11px;left: 24px;width: 16px;height: 22px;}
.i9_form ul li input{width: 80%;background: none;outline: none;border: 0px;font-size: 16px;}
.i9_form p{font-size: 14px;color: #000;margin-top: 10px;margin-bottom: 20px;}
.i9_btn{width: 100%;display: flex;align-items: center;justify-content: center;}
.i9_btn .i9_sub{line-height: 44px;width: 100%;border-radius: 44px;background-color: red;border: 2px solid #000;text-align: center;font-size: 19px;color: #fff;}










@media only screen and (max-width: 980px) {
	.headerbox{
		display: none;
	}
	.sp_header{ display:flex;}
	/* .height{height: 70px;} */
	.pd50{padding: 25px 0;}
	.p{display: none;}
	.m{display: block;}
	.bannerbox .mySwiper1 .swiper-slide .inner .text{max-width: 80%;}
	.bannerbox .mySwiper1 .swiper-slide .inner .text h1 {font-size: 40px;}
	.bannerbox .mySwiper1 .swiper-slide .inner .text h3{font-size: 24px;margin-top: 10px;margin-bottom: 20px;}
	.bannerbox .mySwiper1 .swiper-slide .inner .text .more{font-size: 16px;}
	.ft_left{width: 100%;}
	.ft_right{display: none;}
	.i1_left{width: 100%;margin-bottom: 20px;}
	.i1_right{width: 100%;}
	.i2_content ul li{width: 50%;}
	.i4_left{width: 100%;margin-bottom: 20px;}
	.i4_right{width: 100%;}
	.i2_title h3 a {font-size: 25px;}
	.i4_title h3 a {font-size: 25px;}
	.i1_left h1 a {font-size: 25px;}
	.i2_content ul li a .img {margin-bottom: 20px;}
	.inside_left{width: 100%;margin-bottom: 20px;padding: 0;}
	.inside_right{width: 100%;}
	.store_list ul li{width: 50%;}
	.art_list ul li{width: 50%;}
	.search .form {max-width: 100%;}
	.contact_content .form ul li{width: 100%;}
}


@media only screen and (max-width: 680px) {
	.bannerbox .mySwiper1 .swiper-slide .inner .text h1 {font-size: 25px;}
	.bannerbox .mySwiper1 .swiper-slide .inner .text h3{font-size: 20px;margin-top: 10px;margin-bottom: 20px;}
	.bannerbox .mySwiper1 .swiper-slide .inner .text .more{font-size: 14px;}
	.i1_right ul li {width: 100%;}
	.i2_content ul li {width: 100%;}

	.pc{display: none;}
	.m{display: block;width: 100%;max-width: 680px;margin: 0 auto;}
	.m .sp_header{background-color: #fff;}
	.m .sp_logo{padding-left: 0;}
	.m .sp_nav span {background: #d1ab57;}
	.m .m_phone a{font-size:25px;color: #d1ab57;display: inline-block;margin-top: -20px;}
	.m_phone{padding-right: 15px;}
}
