/*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;
}
.wapper1{
	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: 1500px;
		margin: 0 auto;
	}
	.wapper1{
		width: 90%;
		margin: 0 auto;
	}
}

:root{
	--primary-color:#ef4136;
	--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;}
.overflow4{display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.overflow5{display: -webkit-box;-webkit-line-clamp: 5;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}


/* 导航 */
.headerbox{width: 100%;margin:  0 auto;position: relative;box-shadow: 0 2px 6px rgba(0,0,0,.1);}
.headerbox.active{position: fixed;left: 0;top: 0;width: 100%;z-index: 98;background-color: #fff;}
.headerbox .header{display: flex;align-items: center;justify-content: space-between;height: 100%;height: 100px;}
.logo{font-size: 0;}
.logo img{max-width: 100%;width: auto;}
.headerbox .header .menu ul{width: 100%;height: 100%;display: flex;align-items: center;}
.headerbox .header .menu ul li{
	padding: 0 20px;
}
.headerbox .header .menu ul li a{
	font-size: 20px;
    font-weight: 600;
    padding: 15px 10px;
    color: #212121;
    display: flex;
    position: relative;
    text-decoration: none;
	border-top: 2px solid transparent;
}
.headerbox .header .menu>ul>li.curr>a,.headerbox .header .menu>ul>li:hover>a{border-top: 2px solid #ef4136;color: var(--primary-color);}

.headerbox .header .menu ul li .sub_menu{
	min-width: 100%;
    position: absolute;
    top: 140%;
    left: 0%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    background: rgb(255, 255,  255,0.6);
	box-shadow: 0 2px 4px rgba(77,77,77,.1);
    transition: all 400ms ease;
	display: flex;flex-wrap: wrap;justify-content: center;
}
.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;
}
.headerbox .header .menu ul li dl dd:hover{
    background-color: var(--primary-color);
}
.headerbox .header .menu ul li dl dd:hover>a{color: #fff;}





/*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;}








/* bannerbox */
.bannerbox{
	width: 100%;height: 800px;
}
.bannerbox .mySwiper1{
	width: 100%;height: 100%;
}
.bannerbox .mySwiper1 .swiper-slide a{
	display: block;height: 100%;background-repeat: no-repeat;background-size: cover;background-position: center;
	width: 100%;
}


.bannerbox .mySwiper1 .swiper-pagination-bullet {
	width: 13px;
    height: 4px;
    background: hsla(0,0%,90%,.4);opacity: 1;border-radius: 30px;
}
.bannerbox .mySwiper1 .swiper-pagination-bullet-active{
	background: #e5e5e5;width: 26px;
}

.pd50{padding: 50px 0;}


/* footer */
.footerbox{width: 100%;margin: 0 auto;background-color: rgb(0, 35, 63);border-top: 8px solid rgb(195, 25, 23);}
.footer{width: 100%;margin: 0 auto;}
.f_top{width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;padding-top: 50px !important;padding-bottom: 50px !important;}
.footer_menu{width: 65%;}
.footer_menu ul{display: flex;flex-wrap: wrap;}
.footer_menu ul li{width: 13%;}
.f_desc{width: 33%;}
.footer_menu ul li h3{font-size: 18px;color: #fff;font-weight: bold;margin-bottom: 18px;}
.footer_menu ul li dl dd{margin-bottom: 10px;}
.footer_menu ul li dl dd a{font-size: 16px;color: #8998a4;}
.f_desc h3{font-size: 18px;color: #fff;font-weight: bold;margin-bottom: 10px;text-align: right;}
.f_desc h1{font-size: 56px;color: #fff;font-weight: bold;text-align: right;margin-bottom: 10px;}
.f_desc h4{font-size: 15px;color: #fff;font-weight: bold;text-align: right;margin-bottom: 10px;}
.f_desc .ewm{width: 100%;font-size: 0;display: flex;justify-content: flex-end;}
.f_desc .ewm img{max-width: 100%;width: auto;}

.share{width: 100%;margin-top: 20px;}
.share ul{display: flex;justify-content: flex-end;}
.share ul li{position: relative;}
.share ul li img{max-width: 100%;width: auto;}
.share ul li .imgbox{position: absolute;opacity: 0;visibility: hidden;padding: 20px;background-color: #fff;bottom: 110%;left: -80px;border-radius: 10px;font-size: 0;width: 200px;z-index: 9;cursor: pointer;}
.share ul li .imgbox img{width: 100%;}
.share ul li .imgbox p{text-align: center;margin-top: 10px;font-size: 14px;color: #000;}
.share ul li:hover .imgbox{visibility: visible;opacity: 1;}


.f_bot{width: 100%;margin-top: 50px;}
.f_bot .f_logo{font-size: 0;width: 100%;margin-bottom: 10px;}
.f_bot .f_logo img{max-width: 100%;width: 270px;}
.f_bot .f_link{display: flex;flex-wrap: wrap;font-size: 12px;color: #fff;font-weight: bold;}
.f_bot .f_link a{font-size: 12px;color: #fff;margin: 0 5px;font-weight: bold;}

.f_text{width: 100%;margin: 0 auto;padding: 10px 0;border-top: 1px solid rgb(255, 255, 255,0.4);text-align: center;}
.f_text p{font-size: 14px;color: rgba(255, 255, 255, 0.4997037914691943) !important;margin-bottom: 8px;}
.f_text a{font-size: 14px;color: rgba(255, 255, 255, 0.4997037914691943) !important;display: block;}







/* 通用内页 */
.inbannerbox{position: relative;width: 100%;margin: 0 auto;height: 650px;background-repeat: no-repeat;background-size: cover;}
.inbannerbox .text{position: absolute;top: 50%;transform: translateY(-50%);right: 20%;}
.inbannerbox .text h3{font-size: 40px;color: #fff;font-weight: bold;}
.inbannerbox .text h4{font-size: 30px;color: #fff;margin-left: 50px;font-weight: bold;}
.insidebox{width: 100%;margin: 0 auto;}
.insidebox .inside{width: 100%;box-sizing: border-box;}

.pl14{padding-left: 10.4723%;}
.plr14{padding: 0 10.4723%;}

.main_title{position: relative;padding-bottom: 40px;margin-bottom: 60px ;}
.main_title:after{width: 30px;height: 7px;background-color: #ef4136;content: "";position: absolute;left: 0;bottom: 0;}
.main_title h1{font-size: 38px;color: #000;font-weight: 600;}
.main_title p{font-size: 23px;color: #fff;margin-top: 50px;}
.main_title h3{font-size: 24px;color: #000;font-weight: bold;margin-top: 30px;}
.main_title h4{font-size: 22px;color: #000;}
.white{color: #fff !important;}


.slistbox{width: 100%;margin: 0 auto;padding: 30px 0;border-bottom: 1px solid rgb(222, 222, 222);}
.slist{width: 100%;margin: 0 auto;}
.slist ul{display: flex;flex-wrap: wrap;}
.slist ul li{padding: 0 20px;border-right: 1px solid #ddd;}
.slist ul li:last-child{border-right: 0;}
.slist ul li a{font-size: 20px;color: #333;}
.slist ul li.curr a{color: rgb(195, 25, 23);font-weight: bold;}



/* ================首页样式========================= */
.index1box{width: 100%;margin: 0 auto;}
.index1box{width: 100%;margin: 0 auto;display: flex;flex-wrap: wrap;justify-content: space-between;}
.i1_left{width: 50%;background-repeat: no-repeat;background-size: cover;display: flex;align-items: center;justify-content: center;background-position: 100px 150px;}
.i1_right{width: 50%;background-repeat: no-repeat;background-size: cover;cursor: pointer;position: relative;font-size: 0;}
.i1_right img{width: 100%;}
.i1_left p{font-size: 21px;color: #000;line-height: 35px;max-width: 340px;}
.i1_left a{display: block;font-size: 0;margin-top: 85px;}
.i1_left a img{max-width: 100%;width: auto;}
.video_tc{position: fixed;left: 0;top: 0;width: 100%;z-index: 1000;height: 100%;background: rgb(0, 0, 0,0.5);display: flex;align-items: center;justify-content: center;opacity: 0;visibility: hidden;}
.video_tc.on{opacity: 1;visibility: visible;}
.video_tc .video{font-size: 0;position: relative;padding: 30px;}
.video_tc .v_close{position: absolute;top: 0;right: 0;font-size: 25px;color: #fff;cursor: pointer;}
.video_tc .video video{width: 100%;}



.index2box{width: 100%;margin: 0 auto;padding: 90px 0;}
.index2{width: 100%;margin: 0 auto;}
.i2_top{width: 100%;margin: 0 auto;display: flex;align-items: center;justify-content: space-between;}

.i2_btn{display: flex;align-items: center;}
.i2_btn .i2_prev{margin-right: 20px;cursor: po;}
.i2_prev,.i2_next{font-size: 0;overflow: hidden;transform: scale(1.1);}
.i2_prev img,.i2_next img{width: 100%;transition: all 0.3s;}
.i2_prev:hover img,.i2_next:hover img{transform: scale(1.1);}
.i2_content{width: 100%;margin: 0 auto;}
.i2_swiper .swiper-slide{background-color: transparent;}
.i2_swiper .swiper-slide a{display: block;width: 100%;font-size: 0;overflow: hidden;}
.i2_swiper .swiper-slide a img{width: 100%;transition: all 0.3s;}
.i2_swiper .swiper-slide:hover a img{transform: scale(1.1);}


.index3box{width: 100%;margin: 0 auto;padding: 90px 0;}
.index3{width: 100%;margin: 0 auto;display: flex;flex-wrap: wrap;justify-content: space-between;align-items: flex-start;}
.index3 .main_title{width: 25%;}
.index3 .i3_content{width: 72%;}
.index3 .i3_content ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.index3 .i3_content ul li{width: 48%;font-size: 0;}
.index3 .i3_content ul li img{width: 100%;}
.index3 .i3_content ul li:nth-child(2){margin-top: 120px;}


.index4box{width: 100%;margin: 0 auto;}
.index4{width: 100%;margin: 0 auto;display: flex;flex-wrap: wrap;justify-content: space-between;}
.i4_left{width: 30%;}
.i4_right{width: 65%;}
.i4_left .imgbox{font-size: 0;width: 100%;}
.i4_left .imgbox img{max-width: 100%;width: auto;}

.i4_right ul{display: flex;flex-wrap: wrap;}
.i4_right ul li{width: 25%;padding: 0 5px;font-size: 0;overflow: hidden;}
.i4_right ul li img{width: 100%;transition: all 0.5s;height: 83px;
    object-fit: contain;}
.i4_right ul li:hover img{transform: scale(1.1);}


.index5box{width: 100%;margin: 0 auto;padding: 90px 0;}
.index5{width: 100%;margin: 0 auto;}
.i5_content{width: 100%;margin: 0 auto;}
.i5_content ul{display: flex;flex-wrap: wrap;}
.i5_content ul li{width: 31%;margin-right: 2%;margin-bottom: 20px;}
.i5_content ul li a{display: block;width: 100%;position: relative;}
.i5_content ul li a .imgbox{width: 100%;font-size: 0;overflow: hidden;}
.i5_content ul li a .imgbox img{width: 100%;transition: all 0.3s;}
.i5_content ul li:hover a .imgbox img{transform: scale(1.1);}
.i5_content ul li a .textbox{position: absolute;left: 0;bottom: 0;width: 100%;padding: 30px 15px;background: rgb(0, 0, 0,0.5);}
.i5_content ul li a .textbox h1{font-size: 20px;color: #fff;}
.i5_content ul li a .i5_btn{position: absolute;left: 30px;bottom: -20px;padding: 5px;background-color: #fff;font-size: 14px;color: #000;border: 2px solid #fff;display: inline-block;box-shadow: 0 10px 11px 0 rgba(0,0,0,.1);}
.i5_content ul li a .i5_btn i{margin-left: 8px;}
.i5_content ul li a .i5_btn:hover{background-color: #000;border: 2px solid #fff;color: #fff;}



.index6box{width: 100%;margin: 0 auto;background-repeat: no-repeat;background-size: cover;padding: 90px 0;}
.index6{width: 100%;margin: 0 auto;}
.i6_content{width: 100%;margin: 0 auto;}
.i6_content ul li{width: 100%;padding: 30px;background-color: rgb(249, 249, 249);}
.i6_content ul li:hover{box-shadow: 0 0 22px rgba(0,0,0,.12);background-color: #fff;border-radius: 4px;}
.i6_content ul li a{display: flex;flex-wrap: wrap;justify-content: space-between;}
.i6_content ul li a .imgbox{width: 35%;overflow: hidden;font-size: 0;height: 305px;}
.i6_content ul li a .imgbox img{width: 100%;transition: all 0.3s;height: 100%;object-fit: cover;}
.i6_content ul li:hover a .imgbox img{transform: scale(1.1);}
.i6_content ul li a .textbox{width: 63%;}
.i6_content ul li a .textbox .tit{display: flex;align-items: center;justify-content: space-between;margin-bottom: 18px;}
.i6_content ul li a .textbox .tit h3{font-size: 18px;color: #212121;font-weight: bold;width: 80%;}
.i6_content ul li a .textbox .tit .date{white-space: nowrap;font-size: 14px;color: #999;margin-left: 30px;}
.i6_content ul li a .textbox p{font-size: 15px;color: #808080;}



/*  */
.aboutbox{width: 100%;margin: 0 auto;padding: 70px 0 100px 0;background-position: center bottom;background-repeat: no-repeat;background-size: cover;}
.about{width: 100%;margin: 0 auto;display: flex;flex-wrap: wrap;justify-content: space-between;}
.about_left{width: 49%;}
.about_right{width: 49%;font-size: 0;}
.about_right img{width: 100%;}
.about_left h1{font-size: 34px;color: #333;margin-bottom: 15px;font-weight: bold;}
.about_left h3{font-size: 20px;color: #333;margin-bottom: 15px;font-weight: bold;}
.about_left .desc{font-size: 15px;color: #777;line-height: 35px;    text-align: justify;
    letter-spacing: 1px;
}
.number{width: 100%;margin-top: 60px;}
.number ul{display: flex;flex-wrap: wrap;}
.number ul li{width: 25%;text-align: center;}
.number ul li h1{font-size: 40px;color: rgb(195, 25, 23);font-weight: bold;margin-bottom: 10px;}
.number ul li p{font-size: 14px;color: #777;line-height: 25px;}


/*  */
.h_title{width: 100%;text-align: center;margin-bottom: 30px;}
.h_title h1{position: relative;width: 100%;padding-bottom: 18px;margin-bottom: 24px;font-size: 36px;color: #333;}
.h_title h1:after{position: absolute;left: 50%;bottom: 0;width: 30px;height: 7px;background-color: #e40000;content: "";}
.h_title p{font-size: 15px;color: #777;}
.honorbox{width: 100%;margin: 0 auto;background-repeat: no-repeat;background-size: cover;background-position: center bottom;padding: 70px 0;}
.honor{width: 100%;margin: 0 auto;}
.honor_content{width: 100%;margin: 0 auto;}
.honor_content ul{display: flex;flex-wrap: wrap;}
.honor_content ul li{width: 31.5%;margin-right: 2%;margin-bottom: 20px;}
.honor_content ul li:nth-child(3n){margin-right: 0;}
.honor_content ul li a{display: block;width: 100%;overflow: hidden;}
.honor_content ul li a img{width: 100%;transition: all 0.3s;height: 300px;
    object-fit: cover;}
.honor_content ul li:hover a img{transform: scale(1.1);}

.shebei_content ul li a .imgbox{width: 100%;font-size: 0;overflow: hidden;}
.shebei_content ul li a .imgbox img{width: 100%;}
.shebei_content ul li:hover a .imgbox img{transform: scale(1.1);} 
.shebei_content ul li a p{text-align: center;font-size: 15px;color: #666;    line-height: 36px;}

/*  */
.productbox{width: 100%;margin: 0 auto;padding: 70px 0;}
.product{width: 100%;margin: 0 auto;}
.p_list{width: 100%;margin-bottom: 30px;}
.p_list .swiper-wrapper .swiper-slide{padding: 10px 4px;border: 1px solid #f0f0f0;border-radius: 2px;font-size: 16px;color: #333;min-width: 168px;margin-right: 10px;text-align: center;background: transparent;}
.p_list .swiper-wrapper .swiper-slide a{color: #333;}
.p_list .swiper-wrapper .swiper-slide.curr{background-color: rgb(195, 25, 23);color: #fff;font-weight: bold;color: #fff;}
.p_list .swiper-wrapper .swiper-slide.curr a{color: #fff;}
.p_pic{width: 100%;}
.p_pic ul{display: flex;flex-wrap: wrap;}
.p_pic ul li{width: 25%;padding: 0 10px;margin-bottom: 20px;transition: all 0.5s;padding: 20px 10px;}
.p_pic ul li:hover{box-shadow: 0 0 15px rgba(0,0,0,.1);}
.p_pic ul li a{display: block;width: 100%;}
.p_pic ul li a .imgbox{width: 100%;font-size: 0;margin-bottom: 10px;overflow: hidden;}
.p_pic ul li a .imgbox img{width: 100%;transition: all 0.3s;    height: 303px;
    object-fit: contain;}
.p_pic ul li:hover a .imgbox img{transform: scale(1.1);}
.p_pic ul li a p{font-size: 16px;color: #333;text-align: center;    line-height: 45px;}


/*  */
.detail1{width: 100%;margin: 0 auto;display: flex;flex-wrap: wrap;justify-content: space-between;margin-bottom: 30px;}
.pd1_left{width: 40%;}
.pd1_right{width: 58%;}
.pd1_left .swiper_box{margin-bottom: 10px;overflow: hidden;border: 1px solid #ccc;}
.pd1_left .swiper_box .swiper-slide{width: 100%;}
.pd1_left .swiper_box .swiper-slide a{display: block;width: 100%;}
.pd1_left .swiper_box .swiper-slide a img{width: 100%;height: 500px;object-fit: cover;}

.pd1_left .swiper_tab{width: 100%;overflow: hidden;}
.pd1_left .swiper_tab .swiper-wrapper{display: flex;}
.pd1_left .swiper_tab .swiper-slide{border: 1px solid #ccc;cursor: pointer;}
.pd1_left .swiper_tab .swiper-slide img{width: 100%;height: 94px;}
.pd1_left .swiper_tab .swiper-slide-thumb-active{border-color: var(--primary-color);}

.pd1l_bot{width: 100%;margin-top: 40px;display: flex;align-items: center;justify-content: space-between;}
.pd1l_bot a{width: 80px;height: 29px;display: block;text-align: center;border-radius: 50px;border: 1px solid #f0f0f0;line-height: 29px;}

.messagebox{position: fixed;left: 0;top: 0;width: 100%;height: 100%;background: rgb(0, 0, 0,0.5);z-index: 1000;display: flex;align-items: center;justify-content: center;opacity: 0;visibility: hidden;}
.messagebox.on{opacity: 1;visibility: visible;}
.message{width: 900px;max-width: 100%;background-color: #fff;}
.message .tit{width: 100%;height: 66px;border-bottom: 1px solid #e3e2e8;display: flex;align-items: center;justify-content: space-between;padding: 0 20px;}
.message .tit h3{font-size: 16px;color: #333;}
.message .tit .m_close{font-size: 20px;color: #333;cursor: pointer;}
.message .form{padding: 20px;}
.message .form ul li{width: 100%;margin-bottom: 20px;}
.message .form ul li p{font-size: 14px;color: #666;margin-bottom: 12px;}
.message .form ul li p span{color: #ef4136;margin-left: 8px;}
.message .form ul li .m_text{width: 100%;background: hsla(0,0%,80%,.15);padding: 0 14px;height: 44px;line-height: 44px;}
.message .form ul li textarea{width: 100%;background: hsla(0,0%,80%,.15);padding: 0 14px;padding: 9px 14px;height: 100px;}
.message .form ul li .m_btn{width: 100%;text-align: center;height: 44px;line-height: 44px;color: #fff;font-size: 16px;    background: #ef4136;}


.pd1_right .tit{width: 100%;display: flex;align-items: center;justify-content: space-between;margin-bottom: 20px;}
.pd1_right .tit h1{font-size: 40px;font-weight: bold;color: #000;}
.pd1_right .tit .p_share{padding: 0 10px;border-left: 1px solid #f0f0f0;display: flex;flex-direction: column;align-items: center;}
.pd1_right .tit .p_share img{max-width: 100%;width: 25px;}
.pd1_right .tit .p_share p{font-size: 14px;color: #333;}
.pd1_right .p{font-size: 14px;color: #666;}

.p_btn{width: 100%;margin-top: 25px;display: flex;align-items: center;}
.p_btn .tel{margin-right: 20px;background-color: var(--primary-color);color: #fff;}
.p_btn .tel i{margin-right: 8px;}
.p_btn a{width: 200px;height: 42px;text-align: center;line-height: 42px;border-radius: 50px;display: inline-block;font-size: 16px;}
.p_btn .message_btn{border: 1px solid var(--primary-color);color: var(--primary-color);}

.detail2box{width: 100%;margin: 0 auto;}
.detail2{width: 100%;margin: 0 auto;}
.detail2 .title{width: 100%;border: 1px solid #f0f0f0;}
.detail2 .title span{width: 160px;height: 54px;line-height: 54px;text-align: center;border-top: 2px solid #ef4136;border-right: 1px solid #f0f0f0;display: block;font-size: 15px;color: #ef4136;}
.detail2_content{width: 100%;padding: 20px;font-size: 14px;color: #333;}

/*  */
.newsbox{width: 100%;background-position: center bottom;background-repeat: no-repeat;background-size: cover;}


/*  */
.processingbox{width: 100%;background-position: center bottom;background-repeat: no-repeat;background-size: cover;}
.processing{width: 100%;margin: 0 auto;}
.processing_content{width: 100%;margin: 0 auto;}
.processing_content{ width:100%;  overflow:hidden; position:relative;}

.processing_content .bd{ padding:10px;}
.processing_content .bd ul{ overflow:hidden; zoom:1; }
.processing_content .bd ul li{ margin:0 8px; float:left; display:inline; overflow:hidden; text-align:center;}
.processing_content .bd ul li a{ text-align:center;display: block;overflow: hidden;}
.processing_content .bd ul li a img{width: 100%; display:block;transition: all 0.3s;height:225px;object-fit:cover;}
.processing_content .bd ul li:hover a img{transform: scale(1.1);}




/*  */
.contact1box{width: 100%;margin: 0 auto;}
.contact1{width: 100%;margin: 0 auto;}
.c_top{width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;margin-bottom: 40px;}
.ct_left{width: 58%;}
.ct_right{width: 40%;border: 1px solid #f0f0f0;padding: 30px 20px;}
.c_map{width: 100%;font-size: 0;}
.c_map img{width: 100%;}

.ct_left .c_tit{width: 100%;margin-bottom: 60px;}
.ct_left .c_tit h1{font-size: 36px;color: #000;font-weight: bolder;display: inline-block;display: flex;align-items: center;margin-bottom: 40px;}
.ct_left .c_tit h1 span{width: 30px;height: 7px;background-color: #ef4136;display: inline-block;margin-left: 10px;}
.ct_left .c_tit p{font-size: 14px;color: #777;}
.ctl_content{width: 100%;display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;}
.ctl_content .desc{width: 55%;}
.ctl_content .ewm{width: 43%;}
.ctl_content .desc ul li{width: 100%;margin-bottom: 35px;display: flex;align-items: center;}
.ctl_content .desc ul li img{width: 39px;margin-right: 10px;}
.ctl_content .desc ul li span{font-size: 15px;color: #777;}
.ctl_content .ewm .img{width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;margin-bottom: 10px;}
.ctl_content .ewm .img img{width: 100%;border: 1px solid  #f0f0f0;padding: 2px;}
.ctl_content .ewm p{text-align: center;font-size: 14px;color: #666;}

.ct_right p{font-size: 15px;color: #212121;margin-bottom: 40px;}
.ct_right .form ul li{width: 100%;margin-bottom: 20px;}
.ct_right .form ul li p{font-size: 14px;color: #666;margin-bottom: 12px;}
.ct_right .form ul li p span{color: #ef4136;margin-left: 8px;}
.ct_right .form ul li .m_text{width: 100%;background: hsla(0,0%,80%,.15);padding: 0 14px;height: 44px;line-height: 44px;}
.ct_right .form ul li textarea{width: 100%;background: hsla(0,0%,80%,.15);padding: 0 14px;padding: 9px 14px;height: 100px;}
.ct_right .form ul li .m_btn{width: 100%;text-align: center;height: 44px;line-height: 44px;color: #fff;font-size: 16px;background: rgb(239 65 54);}













@media only screen and (max-width: 980px) {
	.headerbox{
		display: none;
	}
	.sp_header{ display:flex;}
	.bannerbox{margin-top: 70px;height: 500px;}
	.inbannerbox{margin-top: 70px;}
	.pd50{padding: 25px 0;}
	.i1_left{width: 100%;padding: 20px 0;}
	.i1_right{width: 100%;}
	.main_title h1 {font-size: 25px;}
	.i1_left p {font-size: 16px;}
	.index3 .main_title {width: 100%;}
	.index3 .i3_content{width: 100%;}
	.index3 .i3_content ul li:nth-child(2) {margin-top: 0;}
	.i4_left{width: 100%;margin-bottom: 20px;}
	.i4_right{width: 100%;}
	.i4_right ul li {width: 50%;display: flex;align-items: center;justify-content: center;}
	.i4_right ul li img{max-width: 100%;width: auto;}
	.i5_content ul li {width: 49%;}
	.i5_content ul li:nth-child(2n){margin-right: 0;}
	.index6{padding: 0 !important;}
	.index6 .main_title{margin:0 10.4723%;margin-bottom: 40px;}
	.f_top{display: none;}
	.about_left{width: 100%;margin-bottom: 20px;}
	.about_right{width: 100%;}
	.slist ul li a {font-size: 18px;}
	.p_pic ul li{width: 50%;}
	.p_list .swiper-slide a{font-size: 14px;}
	.pd1_left{width: 100%;margin-bottom: 20px;}
	.pd1_right{width: 100%;}
	.pd1_right .tit h1 {font-size: 30px;}
	.ct_left{width: 100%;margin-bottom: 20px;}
	.ct_right{width: 100%;}
	.ct_left .c_tit h1 {font-size: 25px;}
}


@media only screen and (max-width: 680px) {
	.bannerbox{height: 300px;}
	.i5_content ul li {width: 100%;margin-right: 0 !important;}
	.number ul li{width: 50%;margin-bottom: 20px;}
	.number ul li h1 {font-size: 30px;}
	.honor_content ul li{width: 100%;margin-right: 0 !important;}
	.processing_content .bd ul li a img{width: 180px;}
	.ctl_content .desc{width: 100%;margin-bottom: 20px;}
	.ctl_content .ewm{width: 100%;}
}
