/*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-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: 1200px;margin: 0 auto;
}

@font-face {
    font-family: "siyuanheiti";
    src: url("/fonts/SourceHanSansCN-Regular-Alphabetic.woff") format("truetype");
}

* {
    font-family: arial !important;
}

:root{
	--primary-color:#2563eb;
	--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;}


.mainFull{width: 100%;height: 100%;overflow: hidden;}
.fullSwiper{width: 100%;height: 100%;}
.fullSwiper .swiper-slide-active .iproPart{opacity: 1;}
.fullSwiper .mullPage .swiper-pagination-bullet{background: #111;opacity: 0.9;}
.fullSwiper {right: 0% !important;}
.fullSwiper .mullPage{z-index: 9;}
.fullSwiper .mullPage .swiper-pagination-bullet{width: 5px;height: 5px;margin: 15px auto !important;transition: 0.3s;}
.fullSwiper .mullPage .swiper-pagination-bullet-active{width: 10px;height: 10px;}
.fullSwiper .mullPage .swiper-pagination-bullet:hover{width: 10px;height: 10px;}
.mPart{width: 100%;height: 100%;overflow: hidden;text-align: left;display: flex;flex-direction: column;align-items: center;justify-content: center;}
.iInfo{font-size: 16px;color: #81888b;}
.iBtmslide{height: auto !important;width: 100%;}
.iBtmslide .bottom{width: 100%;text-align: left;}
.bannerbox{width: 100%;height: 100%;}
.bannerbox .swiper-slide a{width: 100%;height: 100%;}
.bannerbox .swiper-slide a img{width: 100%;height: 100%;object-fit: cover;}
@media only screen and (max-width: 980px) {
	.fullSwiper{width: 100%;height: auto;}
	.fullSwiper .swiper-wrapper-main {height: auto;display: block !important;}
	.inbannerbox {min-height: 250px;}
	.index1box,.index2box,.index3box,.index4box{height: auto !important;width: 100%;}
	.mainFull {overflow: visible !important;height: auto;}
    .product .item:first-child .prolist ul li {
        width: 100%;
    }
}



/* 导航 */
.headerbox{width: 100%;margin:  0 auto;position: fixed;left: 0;top: 0;z-index: 999;background: rgb(255, 255, 255,0.5);}
.headerbox.active{background: #fff;}
.headerbox .header{display: flex;align-items: center;justify-content: space-between;}
.h_right{display: flex;align-items: center;}
.headerbox .header .menu ul li{
	position: relative;
	display: inline-block;
	padding: 10px 14px;
}
.headerbox .header .menu ul li a{
	font-size: 14px;
    font-weight: 600;
    line-height: 1;
    padding: 10px 0;
    color: #333;
    position: relative;
    text-decoration: none;
}
.headerbox .header .menu>ul>li>a:after{height: 2px;position: absolute;left: 0;bottom: 0;width: 100%;background: var(--primary-color);content: "";opacity: 0;visibility: hidden;}
.headerbox .header .menu>ul>li.curr>a,.headerbox .header .menu>ul>li:hover>a{color: var(--primary-color);}
.headerbox .header .menu>ul>li.curr>a:after,.headerbox .header .menu>ul>li:hover>a:after{opacity: 1;visibility: visible;}
.headerbox .header .menu ul li .sub_menu{
	min-width: 200%;
    position: absolute;
    top: 140%;
    left: -50%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    background: white;
    transition: all 400ms ease;
}
.headerbox .header .menu ul li:hover > dl {
    opacity: 1;
    visibility: visible;
    top: 100%;
	
}

.headerbox .header .menu ul li dd {
    position: relative;
    display: block;
	text-align: center;
	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;
    background: white;
    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: 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;
}
.headerbox .header .menu ul li dl dd:hover{
    background-color: var(--primary-color);
}
.headerbox .header .menu ul li dl dd:hover>a{color: #fff;}

.h_lan{margin-left: 40px;}
.h_lan a{font-size: 14px;color: #333;font-weight: 600;}
.h_lan span{}



/*mMenu*/
.m_header{width: 100%;}
.sp_header{height:70px;overflow:hidden;background:var(--main-white);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:#000000;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;}


.plr15{padding-left: 15px;padding-right: 15px;}
.ptm50{padding-top: 50px;padding-bottom: 50px;}
.bg{background-repeat: no-repeat;background-size: cover;background-position: center;}
.img_list2{width: 100%;margin: 0 auto;}
.img_list2 ul{display: flex;flex-wrap: wrap;}
.img_list2 ul li{width: 50%;font-size: 0;padding: 0 15px;}
.img_list2 ul li img{width: 100%;}

.img_list3{width: 100%;margin: 0 auto;}
.img_list3 ul{display: flex;flex-wrap: wrap;}
.img_list3 ul li{width: 33.33%;font-size: 0;padding: 0 15px;}
.img_list3 ul li img{width: 100%;}

.img_list4{width: 100%;margin: 0 auto;}
.img_list4 ul{display: flex;flex-wrap: wrap;}
.img_list4 ul li{width: 25%;font-size: 0;padding: 0 15px;}
.img_list4 ul li img{width: 100%;}





/* bannerbox */
.bannerbox{width: 100%;}
.bannerbox .mySwiper1{width: 100%;}
.bannerbox .mySwiper1 .swiper-slide{background: transparent;}
.bannerbox .mySwiper1 .swiper-slide a{display: block;width: 100%;}
.bannerbox .mySwiper1 .swiper-slide a img{width: 100%;}
.prev_btn,.next_btn{font-size: 20px;position: absolute;top: 50%;z-index: 9;line-height: 50px;height: 50px;width: 30px;text-align: center;transform: translateY(-50%);vertical-align: middle;cursor: pointer;color: white;background: rgba(0,0,0,.1);}
.prev_btn{left: 0;}
.next_btn{right: 0;}
.mySwiper1 .swiper-pagination-bullet {font-size: 0px;width: 14px;height: 14px;background-color: rgba(0,0,0,0.2);}
.mySwiper1 .swiper-pagination-bullet-active{background: var(--primary-color);}




.about_banner{width: 100%;height: 270px;background-repeat: no-repeat;background-size: cover;background-position: center;position: relative;}
.about_banner .text{position: absolute;top: 60%;transform: translate(-50%,-50%);max-width: 1200px;width: 100%;left: 50%;text-align: left;}
.about_banner .text h1{font-size: 30px;color: #fff;font-weight: bold;margin-bottom: 10px;}
.about_banner .text h3{font-size: 20px;color: #fff;}




/* footer */
.footerbox{width: 100%;margin: 0 auto;}
.footer{width: 100%;margin: 0 auto;padding: 40px 0;display: flex;flex-wrap: wrap;justify-content: space-between;}
.f_bot{width: 100%;margin: 0 auto;padding: 30px 0;border-top: 1px solid rgb(255, 255, 255,0.3);text-align: center;}
.f_bot p{font-size: 14px;color: #fff;opacity: 0.4;}
.footer .item{width: 23%;}
.footer .item h3{font-size: 16px;margin-bottom: 20px;font-weight: 600;color: #fff;}
.footer .item ul li{width: 100%;margin-bottom: 10px;}
.footer .item ul li a{font-size: 14px;color: #fff;opacity: 0.7;}
.footer .item ul li:hover a{opacity: 1;}
.f_logo{font-size: 0;margin-bottom: 20px;}
.f_logo img{max-width: 100%;width: auto;}
.f_left .desc{font-size: 14px;color: #fff;margin-bottom: 20px;opacity: 0.7;}
.link{display: flex;flex-wrap: wrap;}
.link a{margin-right: 10px;font-size: 0;}
.link a img{max-width: 100%;width: auto;height:15px;}
.f_contact ul li{font-size: 14px;color: #fff;margin-bottom: 10px;display: flex;opacity: 0.7;}
.f_contact ul li i{color: var(--primary-color);margin-right: 10px;margin-top: 5px;}



/* 通用内页 */
.inbannerbox{position: relative;width: 100%;margin: 0 auto;font-size: 0;}
.inbannerbox img{width: 100%;}
.insidebox{width: 100%;margin: 0 auto;}
.insidebox .inside{width: 100%;box-sizing: border-box;}


/* ================首页样式========================= */
.index1box{width: 100%;margin: 0 auto;}
.index1{width: 100%;margin: 0 auto;display: flex;flex-wrap: wrap;justify-content:space-between;align-items: center;}
.i1_left{width: 46%;}
.i1_right{width: 46%;font-size: 0;position: relative;}
.i1_right img{width: 100%;display: block;}
.i1_right .kuai{width: 100%;height: 100%;background: var(--primary-color);position: absolute;left: -10px;bottom: -10px;z-index: -1;}
.i1_tit{width: 100%;margin-bottom: 25px;}
.i1_tit h1{position: relative;padding-bottom: 5px;font-size: 30px;color: #333;font-weight: 600;}
.i1_tit h1:after{position: absolute;left: 0;bottom: 0;width: 45px;height: 4px;background: var(--primary-color);content: "";}
.i1_left .desc{font-size: 14px;color: #333;line-height: 30px;text-align: }






.index2box{width: 100%;margin: 0 auto;padding: 80px 0;}
.index2{width: 100%;margin: 0 auto;}
.index2 ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.index2 ul li{width: 31%;background: #fff;border-radius: 20px;padding-top: 20px;padding-bottom: 60px;display: flex;flex-direction: column;align-items: center;justify-content: center;}
/*.index2 ul li:first-child{background: transparent;}*/
.index2 ul li .icon{font-size: 0;display: flex;align-items: center;justify-content: center;}
.index2 ul li .icon img{max-width: 100%;width: auto;}
.index2 ul li .text{margin-top: 50px;text-align: center;}
.index2 ul li .text h3{font-size: 20px;color: #333;margin-bottom: 20px;font-weight: 700;}
.index2 ul li .text p{font-size: 14px;color: #333;}




.index3box{width: 100%;margin: 0 auto;padding-top: 90px;padding-bottom: 110px;background-repeat: no-repeat;background-size: cover;background-position: center;}
.index3{width: 100%;margin: 0 auto;}
.i3_tit{width: 100%;text-align: center;margin: 0 auto;margin-bottom: 50px;}
.i3_tit h1{font-size: 30px;color: #fff;margin-bottom: 10px;font-weight: 600;}
.i3_tit p{font-size: 16px;color: #fff;max-width: 57%;margin: 0 auto;}

.i3_content{width: 100%;}
.i3_content ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.i3_content ul li{width: 48%;margin-top: 30px;}
.i3_content ul li .tit{display: inline-block;border-top-right-radius: 40px;background: #3c63e2;font-size: 27px;color: #fff;padding: 8px 0;padding-left: 30px;padding-right: 60px;font-weight: 600;}
.i3_content ul li .desc{background: rgb(255, 255, 255,0.7);padding: 20px;font-size: 24px;color: #4d5b6e;border-bottom: 5px solid #3c63e2;line-height: 34px;min-height: 240px;}




.index4box{width: 100%;margin: 0 auto;padding-top: 100px;padding-bottom: 180px;}
.index4{width: 100%;margin: 0 auto;}
.i4_tit{width: 100%;margin-bottom: 35px;text-align: center;}
.i4_tit h1{font-size: 30px;color: #333;font-weight: 600;}
.i4_content{width: 100%;margin: 0 auto;}
.i4_tab{width: 100%;}
.i4_tab ul{display: flex;}
.i4_tab ul li{width: 33.33%;text-align: center;line-height: 70px;position: relative;background: #efefef;}
.i4_tab ul li:before{width: 100%;height: 2px;background: var(--primary-color);content: "";position: absolute;left: 0;top: 0;display: none;}
.i4_tab ul li.on:before{display: block;}
.i4_tab ul li.on{background: #fff;}
.i4_tab ul li span{font-size: 25px;color: #333;}
.i4_box{width: 100%;}
.i4_box ul li{width: 100%;background: #fff;min-height: 300px;display: flex;align-items: center;justify-content: center;}
.i4_box ul li .inner{display: flex;flex-wrap: wrap;justify-content: center;}
.i4_box ul li .img{width: 16%;font-size: 0;padding: 0 10px;}
.i4_box ul li .img img{width: 100%;}





/*  */
.proclassbox{width: 100%;margin: 0 auto;padding: 40px 0;}
.proclass{width: 100%;margin: 0 auto;}
.proclass>ul{display: flex;flex-wrap: wrap;}
.proclass>ul>li{margin-right: 18px;margin-bottom: 10px;position: relative;}
.proclass>ul>li>a{padding: 10px 20px;border-radius: 50px;background: #f1f5f9;font-size: 14px;color: #333;display: inline-block;font-weight: 600;}
.proclass>ul>li.curr>a{background: var(--primary-color);color: #fff;}

.proclass ul li ul{position: absolute;left: 0;top: 100%;width: 130%;background: #fff;z-index: 99;display: none;}
.proclass ul li:hover ul{display: block;}
.proclass ul li ul li{width: 100%;}
.proclass ul li ul li a{font-size: 13px;color: #333;padding: 5px;display: block;}
.proclass ul li ul li:hover a{color: #fff;background: var(--primary-color);}



.detailbox{width: 100%;margin: 0 auto;padding: 100px 0;}
.detail{width: 100%;margin: 0 auto;}
.d_tit{margin-bottom: 80px;display: flex;align-items: center;}
.d_tit h3{font-size: 25px;color: #000;font-weight: 600;line-height: 1;text-align: center;display: inline-block;margin-right: 40px;}
.d_tit h3 span{font-size: 12px;color: #000;font-weight: 600;}
.d_tit .line{flex: 1;border: 1px solid #efefef;}
.detail_content{width: 100%;margin: 0 auto;}
.detail_content img{width: 100%;}



/*  */
.historybox{width: 100%;margin: 0 auto;}
.history{width: 100%;margin: 0 auto;}
.history img{width: 100%;}


/*  */
.contactbox{width: 100%;margin: 0 auto;}
.contact{width: 100%;margin: 0 auto;display: flex;flex-wrap: wrap;justify-content: space-between;margin-bottom: 120px;}
.c_left{width: 56%;background: #fff;border-radius: 15px;padding: 35px;}
.c_right{width: 40%;}
.map{width: 100%;margin: 0 auto;font-size: 0;}
.map img{width: 100%;}
.c_left .tit{font-size: 25px;color: #000;margin-bottom: 30px;font-weight: 600;}
.c_left .form{width: 100%;}
.c_left .form ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.c_left .form ul li{width: 48%;margin-bottom: 20px;}
.c_left .form ul li p{font-size: 14px;color: #333;margin-bottom: 5px;font-weight: 600;}
.c_left .form ul li .c_text{width: 100%;padding: 10px;border: 1px solid #efefef;border-radius: 10px;}
.c_left .form ul li textarea{width: 100%;padding: 10px;border: 1px solid #efefef;border-radius: 10px;}
.c_left .form ul li .c_btn{width: 100%;padding: 20px;border: 1px solid #efefef;border-radius: 10px;font-size: 16px;color: #fff;font-weight: 600;background: var(--primary-color);}


.c_right .tit{font-size: 20px;color: #000;margin-bottom: 25px;font-weight: 600;}
.c_right .item1{margin-bottom: 50px;}
.c_right .c_list{width: 100%;}
.c_right .c_list ul li{width: 100%;margin-bottom: 20px;display: flex;align-items: center;}
.c_right .c_list ul li i{background: #e3ebfa;color: var(--primary-color);margin-right: 10px;border-radius: 10px;width: 50px;height: 50px;display: flex;align-items: center;font-size: 20px;justify-content: center;}
.c_right .c_list ul li .text{flex: 1;}
.c_right .c_list ul li .text h3{font-size: 16px;color: #333;font-weight: 600;}
.c_right .c_list ul li .text p{font-size: 14px;color: #909cad;}
.c_right .c_list ul li .text span{opacity: 0.8;font-size: 12px;}
.c_list2{width: 100%;}
.c_list2 ul{display: flex;flex-wrap: wrap;}
.c_list2 ul li{margin-right: 15px;}
.c_list2 ul li a{width: 50px;height: 50px;border: 1px solid #efefef;border-radius: 8px;display: inline-flex;align-items: center;justify-content: center;font-size: 0;}
.c_list2 ul li a img{max-width: 100;width: auto;}


/*  */
.index5box{width: 100%;margin: 0 auto;}
.index5{width: 100%;margin: 0 auto;}
.index5 ul{display: flex;flex-wrap: wrap;}
.index5 ul li{width: 25%;text-align: center;}
.index5 ul li .p{display: flex;align-items: center;justify-content: center;}
.index5 ul li .p h1{font-size: 40px;color: var(--primary-color);font-weight: 700;}
.index5 ul li .p span{font-size: 40px;font-weight: 700;color: var(--primary-color);}
.index5 ul li h2{font-size: 14px;color: #7b889d;}






.index6box{width: 100%;margin: 0 auto;padding: 90px 0;background-repeat: no-repeat;background-size: cover;background-position: center;}
.index6{width: 100%;margin: 0 auto;}
.i6_tit{width: 100%;text-align: center;margin-bottom: 65px;}
.i6_tit h3{font-size: 30px;color: #333;margin-bottom: 10px;font-weight: 600;}
.i6_tit p{font-size: 16px;color: #333;margin: 0 auto;}
.i6_content{width: 100%;}
.i6_content ul{display: flex;flex-wrap: wrap;}
.i6_content ul li{width: 32%;margin-right: 2%;}
.i6_content ul li:nth-child(3n){margin-right: 0;}
.i6_content ul li .inner{background: #fff;border-radius: 10px;padding: 50px 30px 30px 30px;display: flex;flex-direction: column;align-items: center;justify-content: space-between;min-height: 350px;}
.i6_content ul li .inner .text{width: 100%;}
.i6_content ul li .inner .text h1{font-size: 30px;color: #333;font-weight: 600;}
.i6_content ul li .inner .text h3{font-size: 18px;color: #333;font-weight: 600;margin-bottom: 5px;}
.i6_content ul li .inner .text .desc{font-size: 14px;color: #7b889d;}
.i6_content ul li .inner .text .desc img{max-width:100%;margin:3% 0;}
.i6_content ul li .inner .more{width: 100%;}
.i6_content ul li .inner .more a{font-size: 14px;color: var(--primary-color);font-weight: 600;}




.index7box{width: 100%;margin: 0 auto;padding: 90px 0;}
.index7{width: 100%;margin: 0 auto;display: flex;flex-wrap: wrap;justify-content: space-between;}
.i7_left{width: 48%;}
.i7_right{width: 48%;font-size: 0;}
.i7_right img{width: 100%;}
.i7_left .tit{width: 100%;margin-bottom: 30px;}
.i7_left .tit h1{margin-bottom: 10px;font-size: 30px;color: #333;font-weight: 600;letter-spacing: -1px;}
.i7_left .tit h3{font-size: 16px;color: #7b889d;}
.i7_left .desc{margin-bottom: 30px;}
.i7_left .desc ul li{width: 100%;margin-bottom: 10px;display: flex;align-items: flex-start;justify-content: space-between;}
.i7_left .desc ul li .year{width: 20%;font-size: 16px;color: var(--primary-color);font-weight: 600;}
.i7_left .desc ul li .text{flex: 1;}
.i7_left .desc ul li .text h3{font-size: 16px;color: #333;font-weight: 600;}
.i7_left .desc ul li .text p{font-size: 14px;color: #7b889d;font-weight: 600;}
.i7_left .more a{font-size: 14px;color: var(--primary-color);font-weight: 600;}





.index8box{width: 100%;margin: 0 auto;padding: 90px 0;background: #f8fafc;}
.index8{width: 100%;margin: 0 auto;}
.i8_top{width: 100%;margin: 0 auto;display: flex;align-items: center;justify-content: space-between;margin-bottom: 40px;}
.i8_top .tit{width: 86%;}
.i8_top .tit h1{font-size: 25px;color: #333;font-weight: 600;}
.i8_top .tit h3{font-size: 14px;color: #333;font-weight: 600;}
.i8_top .more{font-size: 14px;color: var(--primary-color);font-weight: 600;}
.i8_content{width: 100%;margin: 0 auto;}
.i8_content ul{display: flex;flex-wrap: wrap;}
.i8_content ul li{width: 32%;margin-right: 2%;}
.i8_content ul li:nth-child(3n){margin-right: 0;}
.i8_content ul li a{display: block;width: 100%;}
.i8_content ul li a .imgbox{width: 100%;font-size: 0;}
.i8_content ul li a .imgbox img{width: 100%;height:200px;}
.i8_content ul li a .textbox{width: 100%;padding: 25px;background: #fff;min-height: 209px;}
.i8_content ul li a .textbox .tip{font-size: 14px;color: var(--primary-color);font-weight: 600;margin-bottom: 10px;}
    .i8_content ul li a .textbox h3 {
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        font-size: 16px;
        color: #333;
        font-weight: 600;
        margin-bottom: 10px;
    }
.i8_content ul li a .textbox p{font-size: 14px;color: #7b889d;margin-bottom: 10px;}
.i8_content ul li a .textbox .date{display: block;font-size: 12px;color: #7b889d;opacity: 0.8;}





/*  */
.productbox{width: 100%;margin: 0 auto;padding: 90px 0;}
.product{width: 100%;margin: 0 auto;}
.product .item{width: 100%;}
.product .item:last-child{margin-bottom: 0;}
.prolist{width: 100%;margin: 0 auto;}
.prolist ul{display: flex;flex-wrap: wrap;}
.prolist ul li{width: 23.5%;margin-right: 2%;margin-bottom: 60px;border-radius: 10px;overflow: hidden;background-color: #fff;}
.prolist ul li:nth-child(4n){margin-right: 0;}
.prolist ul li a{display: block;width: 100%;}
.prolist ul li a .imgbox{width: 100%;font-size: 0;}
.prolist ul li a .imgbox img{width: 100%;height:200px;object-fit:contain;padding:30px 0;background-color:#f8fafc;}
.prolist ul li a .textbox{width: 100%;padding: 25px;}
.prolist ul li a .textbox h3{font-size: 20px;color: #333;font-weight: 600;margin-bottom: 8px;}
.prolist ul li a .textbox .desc{width: 100%;margin-bottom: 20px;line-height:20px;min-height: 100px;}
.prolist ul li a .textbox .desc p{font-size: 14px;color: #7b889d;margin-bottom: 8px;}
.prolist ul li a .textbox .desc table{width: 100%;}
.prolist ul li a .textbox .desc table td{width: 50%;}
.prolist ul li a .textbox .desc table td:nth-child(2){color: #000;}
.prolist ul li a .textbox .more{width: 100%;font-size: 14px;color: #fff;font-weight: 600;background: var(--primary-color);border-radius: 5px;line-height: 35px;display: block;text-align: center;}

.product .item:first-child .prolist ul li{width: 32%;}
.product .item:first-child .prolist ul li:nth-child(3){margin-right: 2%;}
.product .item:first-child .prolist ul li:nth-child(5){margin-right: 0;}




.product2box{width: 100%;margin: 0 auto;padding: 90px 0;}
.product2{width: 100%;margin: 0 auto;text-align: center;}
.product2 h1{font-size: 30px;color: #fff;font-weight: 600;margin-bottom: 10px;}
.product2 p{font-size: 16px;color: #909cad;font-weight: 600;margin-bottom: 60px;}
.product2 .more{background-color: #fff;font-size: 16px;color: var(--primary-color);font-weight: 600;padding: 10px 30px;border-radius: 50px;}
.product2 .more img{height: 15px;margin-left: 8px;margin-top:3px;}



/*  */
.news1box{width: 100%;margin: 0 auto;}
.news1{width: 100%;margin: 0 auto;display: flex;flex-wrap: wrap;justify-content: space-between;}
.news1_left{width: 65%;}
.news1_right{width: 32%;}
.news1_left a{display: block;width: 100%;}
.news1_left a .imgbox{width: 100%;font-size: 0;}
.news1_left a .imgbox img{width: 100%;}
.news1_left a .textbox{width: 100%;padding: 20px 0;}
.news1_left a .textbox .top{display: flex;align-items: center;margin-bottom: 10px;}
.news1_left a .textbox .top .tip{background: #f1f5f9;font-size: 12px;color: var(--primary-color);font-weight: 600;padding: 5px 20px;border-radius: 50px;display: inline-block;}
.news1_left a .textbox .top .date{font-size: 14px;color: #7b889d;margin-left: 30px;display: inline-block;}
.news1_left a .textbox h3{font-size: 24px;color: #333;font-weight: 600;margin-bottom: 10px;}
.news1_left a .textbox p{font-size: 16px;color: #7b889d;margin-bottom:10px;}
.news1_left a .textbox .more{font-size: 16px;color: var(--primary-color);font-weight: 600;}
.news1_left a .textbox .more i{margin-left: 10px;}

.news1_right .item{width: 100%;padding: 25px;background: #fff;border-radius: 20px;margin-bottom: 40px;}
.news1_right .item .tit{font-size: 20px;color: #333;font-weight: 600;margin-bottom: 20px;}
.news1_right .item1 .list{width: 100%;}
.news1_right .item1 .list ul li{width: 100%;margin-bottom: 10px;}
.news1_right .item1 .list ul li:last-child{margin-bottom: 0;}
.news1_right .item1 .list ul li a{display: flex;align-items: center;justify-content: space-between;}
.news1_right .item1 .list ul li a h3{font-size: 16px;color: #666;font-weight: 600;}
.news1_right .item1 .list ul li a span{background: #e9effd;padding: 5px;border-radius: 5px;display: inline-block;font-weight: 600;color: #7b889d;font-size: 12px;}
.news1_right .item1 .list ul li.curr a{color: var(--primary-color);}
.news1_right .item1 .list ul li.curr a span{color: var(--primary-color);}

.news1_right .item2 .list{width: 100%;}
.news1_right .item2 .list ul li{width: 100%;margin-bottom: 20px;}
.news1_right .item2 .list ul li:last-child{margin-bottom: 0;}
.news1_right .item2 .list ul li a{}
.news1_right .item2 .list ul li a h3{font-size: 14px;color: #000;font-weight: 600;}
.news1_right .item2 .list ul li a .date{font-size: 12px;color: #7b889d;}



.news2box{width: 100%;margin: 0 auto;border-top: 1px solid #efefef;}
.news2{width: 100%;margin: 0 auto;}
.news2 ul li{width: 100%;padding: 50px 0;}
.news2 ul li a{display: flex;align-items: center;justify-content: space-between;}
.news2 ul li a .imgbox{width: 25%;font-size: 0;margin-right: 5%;}
.news2 ul li a .imgbox img{width: 100%;}
.news2 ul li a .textbox{flex: 1;}
.news2 ul li a .textbox .top{display: flex;align-items: center;margin-bottom: 10px;}
.news2 ul li a .textbox .top .tip{background: #f1f5f9;font-size: 12px;color: #333;font-weight: 600;padding: 5px 20px;border-radius: 50px;display: inline-block;}
.news2 ul li a .textbox .top .date{font-size: 14px;color: #7b889d;margin-left: 30px;display: inline-block;}
.news2 ul li a .textbox h3{font-size: 16px;color: #333;font-weight: 600;margin-bottom: 10px;}
.news2 ul li a .textbox p{font-size: 14px;color: #7b889d;margin-bottom:10px;  width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;}
.news2 ul li a .textbox .more{font-size: 14px;color: var(--primary-color);font-weight: 600;}








@media only screen and (max-width: 980px) {
	.wapper{width: 100%;padding: 0 15px;}
	.headerbox{display: none;}
	.sp_header{ display:flex;}
	.height{height: 70px;}
	.img_list2 ul li,.img_list3 ul li,.img_list4 ul li{width: 50%;margin-bottom: 15px;}
	.about_banner .text{padding: 0 15px;}
	.footer .item{width: 100%;margin-bottom: 20px;}
	.i4_tab ul li {line-height: 40px;}
	.i4_tab ul li span {font-size: 20px;}
	.i4_box ul li {min-height: 300px;}
	.index2 ul li {width: 100%;margin-bottom: 20px;}
	.index2 ul li:last-child{margin-bottom: 0;}
	.i1_left {width: 100%;margin-bottom: 20px;}
	.i1_right{width: 100%;}
	.about_banner .text h1 {font-size: 25px;}
	.about_banner .text h3 {font-size: 16px;}
	.c_left{width: 100%;margin-bottom: 20px;padding: 15px;}
	.c_right{width: 100%;}
	.index5 ul li{width: 50%;margin-bottom: 20px;}
	.i6_content ul li{width: 100%;margin-bottom: 20px;}
	.i6_content ul li:last-child{margin-bottom: 0;}
	.i7_left{width: 100%;margin-bottom: 20px;}
	.i7_right{width: 100%;}
	.i8_content ul li{width: 100%;margin-bottom: 20px;}
	.i8_content ul li:last-child{margin-bottom: 0;}
	.index5 ul li .p h1 {font-size: 30px;}
	.index5 ul li .p span{font-size: 30px;}
	.i6_tit h3 {font-size: 25px;}
	.i6_tit p {max-width: 100%;}
	.i6_content ul li .inner .text h1 {font-size: 25px;}
	.i7_left .tit h1 {font-size: 25px;}
	.i8_top {flex-wrap: wrap;}
	.i8_top .tit{margin-bottom: 10px;}
	.i3_tit p {max-width: 100%;}
	.i3_tit h1 {font-size: 25px;}
	.prolist ul{justify-content: space-between;}
	.prolist ul li{width: 49%;margin-right: 0 !important;}
	.prolist ul li a .textbox {padding: 10px;}
	.prolist ul li a .textbox h3{font-size: 16px;}
	.news1_left{width: 100%;margin-bottom: 20px;}
	.news1_right{width: 100%;}
	.news1_left a .textbox h3 {font-size: 20px;}
	.news1_right .item {padding: 15px;}
	.news1_right .item .tit {font-size: 18px;}
    .i3_content ul li{width: 100%;}
	.i3_content ul li .tit {font-size: 20px;}
	.i3_content ul li .desc{font-size: 16px;min-height: 200px;}
}


@media only screen and (max-width: 680px) {
	.img_list2 ul li,.img_list3 ul li,.img_list4 ul li{width: 100%;}
	.news2 ul li a {flex-wrap: wrap;}
	.news2 ul li a .imgbox{width: 100%;margin-right: 0;margin-bottom: 20px;}
	.news2 ul li a .textbox{width: 100%;}
    .product .item:first-child .prolist ul li {
        width: 100%;
    }
}
