 /*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;
}
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: 1200px){
	.wapper{
		width: 1200px;
		margin: 0 auto;
	}
}

:root{
	--primary-color:#028ac5;
	--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;}

.img{width: 100%;font-size: 0;}
.img img{width: 100%;}



header{position: relative;width: 100%;z-index: 99;background-image: linear-gradient(to bottom,rgb(255,255,255,1) 50%, rgb(255,255,255,0) 80%);position: fixed;left: 0;top: 0;}
.topbox{width: 100%;margin: 0 auto;padding: 30px 0;}
.top{width: 100%;margin: 0 auto;display: flex;align-items: center;justify-content: space-between;}
.f_logo{font-size: 0;}
.f_logo img{max-width: 35%;width: auto;}
.f_right{display: flex;align-items: center;}
.f_tel{margin-right: 10px;}
.f_tel ul{display: flex;align-items: center;}
.f_tel ul li{margin: 0 5px;display: flex;align-items: center;}
.f_tel ul li .icon{font-size: 0;margin-right: 10px;width: 40px;height: 40px;background-color: #f5f5f5;display: flex;align-items: center;justify-content: center;border-radius: 50%;}
.f_tel ul li .icon img{width: 25px;}
.f_tel ul li span{font-size: 16px;color: #666;    white-space: nowrap;
}

.f_btn{display: flex;align-items: center;}
.f_search{position: relative;margin-right: 10px;}
.f_s_btn{font-size: 0;margin-right: 10px;width: 40px;height: 40px;background-color: #f5f5f5;display: flex;align-items: center;justify-content: center;border-radius: 50%;cursor: pointer;}
.f_s_btn img{width: 25px;}
.hSePanel{width: 280px;padding: 10px;box-sizing: border-box;top: 60px;right: 0;background: #f4f4f4;position: absolute;display: none;z-index: 100;}
.hSePanel.active{display: block;}
.search{width: 100%;height: 40px;border: 1px solid #e0e0e0;border-radius: 3px;position: relative;overflow: hidden;}
.search input{position: absolute;top: 0;left: 0;width: 100%;height: 100%;padding: 10px 10px 10px 50px;box-sizing: border-box;outline: none;}
.search button{width: 50px;height: 100%;position: absolute;top: 0;right: 0;text-align: center;border: none;background: var(--primary-color);color: #fff;font-size: 16px;}


.f_wechat{position: relative;}
.f_wechat a{display: inline-block;width: 40px;height: 40px;background-color: #f5f5f5;display: flex;align-items: center;justify-content: center;border-radius: 50%;cursor: pointer;font-size: 0;}
.f_wechat a img{width: 25px;}
.f_wechat a img{width: 25px;}
.f_wechat:hover .f_ewm{opacity: 1;visibility: visible;}
.f_ewm{padding: 10px;border-radius: 10px;font-size: 0;opacity: 0;visibility: hidden;position: absolute;left: 0;top: 100%;z-index: 9;width: 200px;}
.f_ewm img{width: 100%;}


/* Ã¥Â¯Â¼Ã¨Ë†Âª */
.menubox{width: 100%;margin: 0 auto;}
.menu{width: 100%;background-color: #028ac596;height: 50px;border-radius: 10px;}
.menu ul{display: flex;align-items: center;}
.menu ul li{
	position: relative;
	display: inline-block;
	flex: 1;
	text-align: center;
	line-height: 50px;
}
.menu ul li a{
	font-size: 16px;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    position: relative;
    text-decoration: none;
}

.menu ul li .sub_menu{
	min-width: 100%;
    position: absolute;
    top: 140%;
    left: 0%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    background: white;
    transition: all 400ms ease;
}
.menu ul li:hover > dl {
    opacity: 1;
    visibility: visible;
    top: 100%;
	
}
.menu ul li dd {
    position: relative;
    display: block;
	text-align: center;
	transition: all 400ms ease;
}
.menu dl dd>.three_menu{
	min-width: 100%;
    position: absolute;
    left: 100%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    background: white;
    transition: all 400ms ease;
}
.menu dl dd:hover>.three_menu {
    opacity: 1;
    visibility: visible;
    top: 0px;
	
}
.menu ul li dl dd a {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #333;
    text-align: left;
    display: block;
    padding: 15px 25px 15px 25px;
    position: relative;
    text-decoration: none;
    outline: none;
	text-align: center;
    text-transform: none;
    transition: all 400ms ease;
    border-bottom: 1px solid #f4f4f4;
}
.menu ul li dl dd:hover{
    background-color: var(--primary-color);
}
.menu ul li dl dd:hover>a{color: #fff;}





/*mMenu*/
.m_header{width: 100%;}
.sp_header{height:70px;overflow:hidden;background:var(--main-white);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:#1d8dc6;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;}








/* bannerbox */
.bannerbox{width: 100%;position: relative;overflow: hidden;    max-width: 1920px;
    margin: 0 auto;}
.bannerbox .mySwiper1{width: 100%;overflow: unset;}
.bannerbox .mySwiper1 .swiper-slide img{max-width: 1170px;
    padding-top: 62px;}
.bannerbox .mySwiper1 .swiper-slide .textbox{position: absolute;bottom:-80px;left: 20%;text-align: left;}
.bannerbox .mySwiper1 .swiper-slide .textbox h1{display: inline-block;background-color: #fff;color: var(--primary-color);font-size: 24px;font-weight: bold;padding: 10px;}
.bannerbox .mySwiper1 .swiper-slide .textbox .desc{width: 440px;background-color: var(--primary-color);font-size: 16px;color: #fff;padding: 20px;}
.bannerbox .mySwiper1 .swiper-slide .textbox .more{display: inline-block;margin-top: 40px;font-size: 14px;color: #fff;}
.bannerbox .mySwiper1 .swiper-slide .textbox .more i{margin-left: 5px;}
.b_btn{position: absolute;display: flex;align-items: center;right: 20%;bottom: -50px;}
.prev_btn,.next_btn{width: 50px;height: 50px;background-color: var(--primary-color);font-size: 25px;color: #fff;line-height: 50px;text-align: center;cursor: pointer;}
.swiper-pagination1{bottom: -40px !important;}
.swiper-pagination1 .swiper-pagination-bullet{width: 30px;height: 2px;background-color: #999;border-radius: 0;}
.swiper-pagination1 .swiper-pagination-bullet-active{background-color: var(--primary-color);}
.pd50{padding: 50px 0;}

.flex{display: flex;align-items: center;justify-content: center;}
/* footer */
.footerbox{width: 100%;margin: 0 auto;background-color: #fff;}
.f_top{width: 100%;margin: 0 auto;padding: 10px 0;}
.f_top ul{display: flex;}
.f_top ul li{width: 33.33%;border-right: 1px solid #efefef;}
.f_top ul li:last-child{border-right: 0;}
.f_top ul li img{max-width: 100%;width: auto;}
.f_top .inner{max-width: 80%;}
.f_top p i{margin-right: 5px;color: #999;}
.f_top p span{font-size: 16px;color: #999;}
.f_top .ewm_li{display: flex;align-items: center;justify-content: center;}
.ewm_li .ewm{font-size: 0;}
.ewm_li .ewm img{max-width: 100%;width: auto;    height: 120px;}
.ewm_li .textbox{margin-left: 20px;}
.ewm_li .textbox p{font-size: 16px;color: #999;}

.f_center{width: 100%;padding: 10px 0;}
.f_center ul{display: flex;align-items: center;}
.f_center ul li{width: 20%;display: flex;align-items: center;justify-content: center;font-size: 0;}
.f_center ul li img{max-width: 100%;width: auto;}

.f_bot{width: 100%;background-color: #efefef;padding: 10px 0;}
.f_bot p{text-align: center;font-size: 12px;color: #999;}
.f_bot p a{text-decoration: underline;color: #999;}




/* Ã©â‚¬Å¡Ã§â€Â¨Ã¥â€ â€¦Ã©Â¡Âµ */
.inbannerbox{position: relative;width: 100%;margin: 0 auto;font-size: 0;}
.inbannerbox img{width: 100%;}
.insidebox{width: 100%;margin: 0 auto;min-height: 500px;}
.insidebox .inside{width: 100%;box-sizing: border-box;}

.height{height: 100px;}
/* ================Ã©Â¦â€“Ã©Â¡ÂµÃ¦Â Â·Ã¥Â¼Â========================= */
.index1box{width: 100%;margin: 0 auto;}
.index1{width: 100%;margin: 0 auto;}
.i1_title{    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.i1_title h1{font-size: 30px;color: var(--primary-color);font-weight: bold;}
.i1_title .more{display: inline-block;font-size: 14px;color: #999;border: 1px solid #999;padding: 5px 20px;}
.i1_content{width: 100%;margin: 0 auto;position: relative;padding-bottom: 30px;}
.i1_content .i1_swiper{height: 500px;}
.i1_content .swiper-slide{background-color: transparent;height: calc((100% - 30px) / 2) !important;}
.i1_content .swiper-slide a{display: block;position: relative;    font-size: 16px;
    color: #000;    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;overflow: hidden;    font-size: 18px;
    color: #999;
   /* height: 24px;*/}
.i1_content .swiper-slide a img{width: 100%;    height: 172px;
    object-fit: contain;}
.i1_content .swiper-slide a span{width: 40px;height: 40px;display: flex;align-items: center;justify-content: center;font-size: 25px;color: #fff;background-color: var(--primary-color);position: absolute;right: 0;top: 0;}

.i1_pagination{bottom: 10 !important;}
.i1_pagination .swiper-pagination-bullet{width: 30px;height: 2px;background-color: #999;border-radius: 0;}
.i1_pagination .swiper-pagination-bullet-active{background-color: var(--primary-color);}


.index2box{width: 100%;margin: 0 auto;background-repeat: no-repeat;background-size: cover;padding: 50px 0;background-position: center;}
.index2{width: 100%;margin: 0 auto;}

.i2_title{width: 100%;margin: 0 auto;text-align: center;margin-bottom: 80px;}
.i2_title h1{font-size: 30px;font-weight: bold;color: var(--primary-color);margin-bottom: 10px;}
.i2_title h3{font-size: 24px;color: #999;}

.i2_content{width: 100%;margin: 0 auto;margin-bottom: 7px    font-size: 16px;
    color: #000;;}
.i2_content ul{display: flex;flex-wrap: wrap;}
.i2_content ul li{width: 33.33%;margin-bottom: 20px;}
.i2_content ul li .icon{width: 100%;font-size: 0;display: flex;align-items: center;justify-content: center;}
.i2_content ul li .icon img{max-width: 100%;width: auto;}
.i2_content ul li .textbox{margin-top: 10px;text-align: center;}
.i2_content ul li .textbox h3{font-size: 24px;color: var(--primary-color);font-weight: bold;margin-bottom: 10px;}
.i2_content ul li .textbox p{font-size: 18px;color: #999;}

.i2_btn{width: 100%;text-align: center;}
.i2_btn a{display: inline-block;width: 310px;height: 58px;line-height: 58px;text-align: center;font-size: 16px;color: #fff;background-color: var(--primary-color);}


.index3box{width: 100%;margin: 0 auto;}
.index3{width: 100%;margin: 0 auto;}
.index3 h3{font-size: 30px;color: var(--primary-color);font-weight: bold;margin-bottom: 20px;text-align: center;}
.index3 p{font-size: 18px;color: #999;line-height: 32px;}

.i3_img{width: 100%;margin: 50px auto;}
.i3_img ul{display: flex;flex-wrap: wrap;}
.i3_img ul li{font-size: 0;}
.i3_img ul li img{max-width: 150px;/*width: auto;*/}

.index3 .imgbox{width: 100%;font-size: 0;position: relative;}
.index3 .imgbox img{width: 100%;}
.index3 .imgbox .img1{max-width: 100%;width: auto;position: absolute;right: 0;bottom: -100px;}

.index3 .textbox{margin-top: 40px;text-align: center;}
.index3 .textbox p{font-size: 16px;color: #999;}
.m_more{display: inline-block;width: 310px;height: 58px;border: 1px solid var(--primary-color);font-size: 16px;color: var(--primary-color) !important;text-align: center;line-height: 58px;margin-top: 30px;background-color: transparent !important;}

/*  */
.productbox{width: 100%;margin: 0 auto;}
.product{width: 100%;margin: 0 auto;}
.product ul{display: flex;flex-wrap: wrap;}
.product ul li{width: 23.5%;margin-bottom: 20px;margin-right: 1%;}
.product ul li a{display: block;width: 100%;}
.product ul li a .imgbox{width: 100%;font-size: 0;margin-bottom: 10px;}
.product ul li a .imgbox img{width: 100%;    height: 330px;
    object-fit: contain;}
.product ul li a p{text-align: center;    font-size: 18px;
    color: #999;}


/*  */
.a1_title{width: 100%;margin: 0 auto;margin-bottom: 30px;}
.a1_title h1{font-size: 30px;color: #666;}
.a1_title h1 span{margin-left: 15px;font-size: 16px;color: #666;}

.about1box{width: 100%;margin: 0 auto;}
.about1{width: 100%;margin: 0 auto;}
.about1_content{width: 100%;margin: 0 auto;display: flex;flex-wrap: wrap;justify-content: space-between;}
.about1_content .imgbox{width: 35%;font-size: 0;}
.about1_content .textbox{width: 60%;display: flex;flex-direction: column;justify-content: space-between;}
.about1_content .textbox h3{font-size: 24px;color: #666666;}
.about1_content .textbox .desc{font-size: 16px;color: #666;}
.about1_content .textbox .a1_img{width: 100%;}
.about1_content .textbox .a1_img ul{display: flex;flex-wrap: wrap;}
.about1_content .textbox .a1_img ul li{font-size: 0;}
.about1_content .textbox .a1_img ul li img{max-width: 165px;/*width: auto;*/}
.about1_content .imgbox img{width: 100%;}


.about2box{width: 100%;margin: 0 auto;}
.about2{width: 100%;margin:  0 auto;}
.about2_content{width: 100%;margin: 0 auto;}
.about2_content ul{display: flex;flex-wrap: wrap;}
.about2_content ul li{width: 22.5%;margin-right: 2%;margin-bottom: 20px;}
.about2_content ul li .imgbox{width: 100%;font-size: 0;margin-bottom: 10px;}
.about2_content ul li .imgbox img{width: 100%;}
.about2_content ul li p{text-align: center;font-size: 16px;color: #666;}



.a3_tit{width: 100%;text-align: center;margin-bottom: 40px;}
.a3_tit h3{display: inline-block;position: relative;padding: 0 15px;font-size: 30px;color:#1a8bc6;    font-weight: bold;}
.a3_tit h3:before{width: 100px;height: 1px;background-color: #ddd;content: "";position: absolute;left: -100px;top: 50%;transform: translateY(-50%);}
.a3_tit h3:after{width: 100px;height: 1px;background-color: #ddd;content: "";position: absolute;right: -100px;top: 50%;transform: translateY(-50%);}
.about3box{width: 100%;margin: 0 auto;}
.about3{width: 100%;margin: 0 auto;}

.a3_list{width: 100%;margin: 0 auto;}
.a3_list .item{width: 100%;margin-bottom: 20px;}
.a3_list .item h3 span{font-size: 16px;/* color: #5f8adb; */font-weight: bold;}
.a3_list .item h3{font-size: 22px;color: #000;margin-bottom: 20px;font-size: 16px;color: #666;}
.a3_list .item ul{display: flex;flex-wrap: wrap;}
.a3_list .item ul li{font-size: 0;margin-right: 10px;}
.a3_list .item ul li img{max-width: 100%;width: auto;height: 70px;    object-fit: contain;
}


.about4box{width: 100%;margin: 0 auto;background-repeat: no-repeat;background-size: cover;}
.about4{width: 100%;margin: 0 auto;}

.a4_content{width: 100%;margin: 0 auto;}
.a4_content ul{display: flex;flex-wrap: wrap;margin-bottom: 20px;}
.a4_content ul li{font-size: 0;margin-right: 10px;margin-bottom: 20px;    object-fit: contain;}
.a4_content ul li img{max-width: 100%;width: auto;    height: 117px;    object-fit: contain;}


.about5box{width: 100%;margin: 0 auto;}
.about5{width: 100%;margin: 0 auto;}
.a5_content{width: 100%;margin: 0 auto;display: flex;flex-wrap: wrap;justify-content: space-between;}
.a5_content .item{width: 48%;margin-bottom: 20px;}
.a5_content h3{font-size: 25px;color: #666;font-weight: bold;margin-bottom: 20px;}
.a5_content .desc{font-size: 20px;color: #666;}
.a5_content .desc p{    line-height: 1.8em;}

.map{width: 100%;font-size: 0;}
.map img{width: 100%;}



/*  */
.service1box{width: 100%;margin: 0 auto;min-height: 500px;}
.service1{width: 100%;margin: 0 auto;}
.service1_content{width: 100%;margin: 0 auto;}
.service1_content ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.service1_content ul li{width: 48%;margin-bottom: 20px;box-shadow: 0 2px 4px #5f8adb;padding: 20px;display: flex;justify-content: space-between;}
.service1_content ul li span{background-image: url(../images/line.png);background-repeat: no-repeat;background-position: right;padding-right: 40px;font-size: 20px;color: #5f8adb;font-weight: bold;display: inline-block;}
.service1_content ul li .textbox{margin-left: 20px;}
.service1_content ul li .textbox h3{font-size: 18px;color: #5f8adb;margin-bottom: 10px;}
.service1_content ul li .textbox p{font-size: 16px;color: #999;}



/*  */
.s_menubox{width: 100%;margin: 0 auto;margin-top: -48px;position: relative;z-index: 3;}
.s_menu{width: 100%;background-repeat: no-repeat;background-size: cover;background-position: center;height: 48px;font-size: 14px;color: #999;display: flex;align-items: flex-end;justify-content: center;}
.s_menu a{font-size: 14px;color: #999;}

.detail1box{width: 100%;margin: 0 auto;}
.detail1{width: 100%;margin: 0 auto;display: flex;flex-wrap: wrap;justify-content: space-between;}

.d1_left{width: 55%;}
.d1_right{width: 40%;}
.d1_left .tit{width: 100%;margin-bottom: 30px;}
.d1_left .tit h3{font-size: 30px;color: var(--primary-color);font-weight: bold;margin-bottom: 10px;}
.d1_left .tit p{font-size: 18px;color: #999;}

.d_btn{width: 100%;display: flex;align-items: center;margin-bottom: 20px;}
.d_btn .btn1{border: 1px solid #666;height: 42px;display: flex;align-items: center;margin-right: 15px;}
.d_btn .btn1 img{height: 42px;}
.d_btn .btn1 span{font-size: 16px;color: #666;line-height: 42px;padding: 0 10px;}
.d_btn .btn2{display: flex;align-items: center;height: 40px;line-height: 42px;border: 1px solid #666;}
.d_btn .btn2 span{font-size: 16px;color: #666;padding: 0 10px;line-height: 42px;}
.d_btn .btn2 img{height: 30px;border-left: 1px solid #666;}


.d1_left .desc{width: 100%;margin-bottom: 20px;}
.d1_left .desc h3{font-size: 20px;font-weight: bold;color: var(--primary-color);margin-bottom: 10px;}
.d1_left .desc p{font-size: 16px;color: #999;line-height: 25px;}


.d_table{width: 100%;margin-bottom: 20px;}
.d_table table{width: 100%;border-bottom: 1px solid #999;border-top: 1px solid #999;border-collapse: collapse;}
.d_table table thead tr th{background-color: #f5f5f5;border-bottom: 1px solid #999;line-height: 28px;}
.d_table table td{text-align: center;font-size: 14px;color: #999;line-height: 28px;}

.d1_list{width: 100%;margin: 20px 0;}
.d1_list ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.d1_list ul li{width: 49%;position: relative;font-size: 14px;color: #999;padding-left: 15px;margin-bottom: 10px;}
.d1_list ul li:before{width: 6px;height: 6px;background-color: #028ac5;border-radius: 50%;content: "";left: 0;position: absolute;top: 10px;}

.d1_img{width: 100%;}
.d1_img ul{display: flex;}
.d1_img ul li{font-size: 0;width: 20%;padding: 0 5px;}
.d1_img ul li img{width: 100%;}


.d1_page{display: flex;align-items: center;justify-content: flex-end;margin-bottom: 80px;}
.d1_page a{border: 1px solid #ddd;padding: 5px 20px;font-size: 16px;color: #999;}

.d1_right .imgbox{width: 100%;margin-bottom: 10px;font-size: 0;}
.d1_right .imgbox img{width: 100%;}
.d1_right .img2{display: flex;justify-content: space-between;font-size: 0;margin-bottom: 10px;}
.d1_right .img2 img{width: 49%;}



.detail2box{width: 100%;margin: 0 auto;background-repeat: no-repeat;background-size: cover;background-position: center;padding: 80px 0 !important;}
.detail2{width: 100%;margin: 0 auto;padding-bottom: 50px;}
.detail2_content{width: 100%;margin: 0 auto;padding-bottom: 30px;position: relative;}
.detail2_content .swiper-slide{background-color: transparent;}
.detail2_content .swiper-slide a{display: block;position: relative;font-size: 0;}
.detail2_content .swiper-slide a img{width: 100%;    height: 265px;
    object-fit: contain;
    background: #fff;}
.detail2_content .swiper-slide a span{width: 40px;height: 40px;display: flex;align-items: center;justify-content: center;font-size: 25px;color: #fff;background-color: var(--primary-color);position: absolute;right: 0;top: 0;}

.d2_pagination{bottom: 0px !important;}
.d2_pagination .swiper-pagination-bullet{width: 30px;height: 2px;background-color: #999;border-radius: 0;}
.d2_pagination .swiper-pagination-bullet-active{background-color: var(--primary-color);}








@media only screen and (max-width: 980px) {
	header{display: none;}
	.sp_header{ display:flex;}
	.f_top ul {flex-wrap: wrap;}
	.f_top .inner {max-width: 100%;}
	.f_top ul li {width: 100% !important;margin-bottom: 10px;border-right: 0;justify-content: flex-start;}
	.f_top .ewm_li {justify-content: flex-start;}
	.bannerbox .mySwiper1 .swiper-slide .textbox{left: 0;max-width: 100%;bottom: -100px;}
	.bannerbox .mySwiper1 .swiper-slide .textbox h1{font-size: 18px;}
	.product ul li {width: 49%;}
	.product ul li:nth-child(2n){margin-right: 0;}
	.i2_title h1 {font-size: 25px;}
	.i2_title h3{font-size: 18px;}
	.i2_content ul li .textbox h3 {font-size: 18px;}
	.i2_content ul li .textbox p{font-size: 16px;}
	.index3 .imgbox .img1 {position: unset;margin-top: 10px;}
	.bannerbox .mySwiper1 .swiper-slide .textbox .desc {max-width: 100%;padding: 10px;font-size: 14px;}
	.about1_content .imgbox{width: 100%;margin-bottom: 20px;}
	.about1_content .imgbox img{max-width: 100%;width: auto;}
	.about1_content .textbox{width: 100%;}
	.about1_content .textbox h3{margin-bottom: 20px;font-size: 20px;}
	.about1_content .textbox .desc{margin-bottom: 20px;font-size: 14px;}
	.about2_content ul li{width: 49%;}
	.about2_content ul li:nth-child(2n){margin-right: 0;}
	.a1_title h1 {font-size: 25px;}
	.a1_title h1 span{font-size: 14px;}
	.d1_left{width: 100%;margin-bottom: 20px;}
	.d1_right{width: 100%;}
    .a5_content .item{width: 100%;}
}


@media only screen and (max-width: 680px) {
	.i2_content ul li {width: 100%;}
	.i1_content .i1_swiper {height: 400px;}
	.service1_content ul li{width: 100%;}
}
