/*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: 1500px){
	.wapper{
		width: 1500px;
		margin: 0 auto;
	}
}

:root{
	--primary-color:#2469a2;
	--font-color:#5a5a5a;
	--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;
}
.headerbox .header{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.headerbox .header .menu ul{display: flex;align-items: center;}
.headerbox .header .menu ul li{
	position: relative;
	padding: 35px 25px;
}
.headerbox .header .menu>ul>li:after{content: "/";position: absolute;right: 0;top: 50%;transform: translateY(-50%);color: var(--font-color);}
.headerbox .header .menu>ul>li:last-child:after{content: "";}
.headerbox .header .menu>ul>li>a{
	font-size: 16px;
    line-height: 1;
    color: var(--font-color);
    display: flex;
    position: relative;
    text-decoration: none;
}
.headerbox .header .menu>ul>li.curr>a,.headerbox .header .menu>ul>li:hover>a{color: var(--primary-color);}
.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;
	box-shadow: 0 1px 6px rgba(0, 0, 0, .15);
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.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: 14px;
    line-height: 20px;
    font-weight: 500;
    color: var(--primary-color);
    text-align: left;
    display: block;
    padding:15px;
    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: #f7f7f7;}

.language{padding: 10px;position: relative;}
.language>a{font-size: 14px;color: #000;display: flex;align-items: center;}
.language>a img{max-width: 100%;width: auto;margin-right: 10px;}
.language>a i{font-size: 14px;color: #000;margin-left: 10px;}
.language>a:hover{color: var(--primary-color);}
.language dl{z-index: 101;position: absolute;width: 100%;top: 100%;left: 0;box-shadow: 0px 5px 10px 0px rgba(29.446014404296893,29.446014404296893,29.446014404296893,.1);min-width: 130px;background-color: #fff;opacity: 0;visibility: hidden;}
.language:hover dl{opacity: 1;visibility: visible;}
.language dl dd{width: 100%;padding: 10px 20px;}
.language dl dd a{font-size: 12px;color: #54595f;}
.language dl dd a img{max-width: 100%;width: auto;margin-right: 10px;}
.language dl dd:hover{background-color: #ededed;}
.language dl dd:hover a{color: var(--primary-color);}



/*mMenu*/
.m_header{width: 100%;}
.sp_header{height:70px;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_header .language dl{left: -100%;}
/* 横杠 */
.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%;
}
.bannerbox .mySwiper1{
	width: 100%;
}
.bannerbox .mySwiper1 .swiper-slide{
	display: block;
	font-size: 0;
	width: 100%;
}
.bannerbox .mySwiper1 .swiper-slide img{width: 100%;}
.bannerbox .mySwiper1 .swiper-slide .textbox{position: absolute;font-size: 0;width: 100%;text-align: center;top: 35%;display: none;}
.bannerbox .mySwiper1 .swiper-slide .textbox img{max-width: 100%;width: auto;}

.bannerbox .mySwiper1 .prev_btn{
	font-size: 20px;
	position: absolute;
	top: 50%;
	z-index: 9;
	left: 0;
	line-height: 50px;
	height: 50px;
	width: 30px;
	text-align: center;
	margin-top: -25px;
	vertical-align: middle;
	cursor: pointer;
	color: white;
	background: rgba(0,0,0,.1);
}
.bannerbox .mySwiper1 .next_btn{
	font-size: 20px;
	position: absolute;
	top: 50%;
	z-index: 9;
	right: 0;
	line-height: 50px;
	height: 50px;
	width: 30px;
	text-align: center;
	margin-top: -25px;
	vertical-align: middle;
	cursor: pointer;
	color: white;
	background: rgba(0,0,0,.1);
}



.pd50{padding: 50px 0;}
/* footer */
.footerbox{width: 100%;margin: 0 auto;background-color: var(--primary-color);}
.footer{width: 100%;margin: 0 auto;}

.footer_menu{width: 100%;}
.footer_menu ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.footer_menu ul li{margin-bottom: 20px;}
.footer_menu ul li:last-child{margin-right: 0;}
.footer_menu ul li h3 a{font-size: 16px;color: var(--main-white);font-weight: bold;}
.footer_menu ul li a{font-size: 14px;color: var(--main-white);}
.footer_menu ul li dl{margin-top: 15px;}
.footer_menu ul li dl dd{line-height: 24px;}
.footer_bot{width: 100%;padding: 18px 0px;border-top: 1px solid #ebebeb;text-align: center;}
.footer_bot p{font-size: 14px;color: #fff;line-height: 24px;}
.footer_bot p a{color: #fff;}
.footer_bot p a:hover{color: rgba(5, 160, 69, 1) !important;}



/* 通用内页 */
.inbannerbox{
	position: relative;
	width: 100%;
	margin: 0 auto;
	height: 350px;background-repeat: no-repeat;background-size: cover;
}
.inbannerbox .wapper{height: 100%;}
.inbanner{width: 100%;margin: 0 auto;position: relative;height: 100%;}
.inbanner .textbox{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.main_title2{width: 100%;text-align: center;}
.main_title2 h1{position: relative;font-size: 48px;color: #fff;padding-bottom: 15px;margin-bottom: 15px;font-weight: bold;}
.main_title2 h1:after{width: 60px;height: 1px;background-color: #fff;content: "";position: absolute;left: 50%;bottom: 0;transform: translateX(-50%);}
.main_title2 p{font-size: 16px;color: #fff;}

.mt40{margin-bottom: 40px;}

.insidebox{
	width: 100%;
	margin: 0 auto;
}
.insidebox .inside{
	width: 100%;
	box-sizing: border-box;
}


.main_title{width: 100%;margin: 0 auto;text-align: center;margin-bottom: 30px;}
.main_title span{padding: 0 10px;font-size: 39px;color: #2469a2;}
.main_title b{font-size: 29px;color: #2469a2;}

.main_title1{width: 100%;margin: 0 auto;text-align: center;margin-bottom: 30px;}
.main_title1 h1{font-size: 39px;color: #fff;padding-bottom: 10px;position: relative;margin-bottom: 10px;}
.main_title1 h1:after{width: 60px;height: 2px;background-color: #fff;position: absolute;left: 50%;bottom: 0;transform: translateX(-50%);content: "";}
.main_title1 p{font-size: 13px;color: #9a9a9a;}

.main_color{}
.main_color h1{color: var(--primary-color);}
.main_color h1:after{background-color: var(--primary-color);}


@keyframes spservhover {
    0% {
        opacity: .5;
        transform: translate(calc(-100% - 16px),-50%) scale(.5)
    }

    60% {
        opacity: 1;
        transform: translate(calc(-100% - 16px),-50%) scale(1)
    }

    to {
        opacity: 1;
        transform: translate(calc(-100% - 16px),-50%) scale(1)
    }
}
.slidefixd{position: fixed;right: 20px;bottom: 20%;}
.slidefixd ul li{margin-bottom: 12px;position: relative;}
.slidefixd ul li:last-child{margin-bottom: 0;}
.slidefixd ul li a{background: #fff;border-radius: 50%;box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12);color: #333;cursor: pointer;display: flex;height: 48px;justify-content: center;width: 48px;align-items: center;}
.slidefixd ul li:hover a{background-color: #2469a2;color: #fff;}
.slidefixd ul li .pn{animation: spservhover .3s ease-out 0s forwards;background: #fff;border-radius: 6px;box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12);color: #333;font-size: 14px;left: 0;line-height: 22px;max-width: 252px;padding: 15px;position: absolute;top: 50%;transform: translate(-100%, -50%);width: max-content;opacity: 0;visibility: hidden;}
.slidefixd ul li:hover .pn{opacity: 1;visibility: visible;}
.out_top{text-align: center;flex-wrap: wrap;}
.out_top span{display: block;width: 100%;}



/* ================首页样式===================== */
.index1box{width: 100%;margin: 0 auto;}
.index1{width: 100%;margin: 0 auto;}
.index1_content{width: 100%;margin: 0 auto;font-size: 0;}
.index1_content video{width: 100%;}


.index2box{width: 100%;margin: 0 auto;background-attachment: fixed;background-size: cover;background-repeat: no-repeat;}
.index2{width: 100%;margin: 0 auto;}
.index2_content{width: 100%;margin: 0 auto;}
.index2_content .desc{font-size: 13px;color: #fff;line-height: 24px;}
.index2_content .desc p{margin-bottom: 20px;}
.index2_content .btnbox{text-align: center;}
.index2_content .more{display: inline-block;padding: 10px 30px;border: 1px solid #fff;font-size: 18px;color: #fff;}
.index2_content .more i{margin-left: 10px;}

.index2_list{width: 100%;border: 1px solid #fff;margin-top: 40px;}
.index2_list ul{display: flex;flex-wrap: wrap;}
.index2_list ul li{width: 25%;padding: 35px 10px;text-align: center;border-right: 1px solid #fff;}
.index2_list ul li:nth-child(4n){border-right: 0;}

.index2_list ul li .inner{width: 100%;text-align: center;}
.index2_list ul li .inner h3{font-size: 36px;color: #fff;margin-bottom: 5px;font-weight: bold;}
.index2_list ul li .inner h3 span{font-size: 14px;color: #fff;}
.index2_list ul li .inner p{font-size: 16px;color: #fff;}



.index3box{width: 100%;margin: 0 auto;box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 12px 0px;}
.index3{width: 100%;margin: 0 auto;}
.index3_content{width: 100%;margin: 0 auto;}
.index3_content ul{display: flex;flex-wrap: wrap;}
.index3_content ul li{width: 23.5%;padding: 15px;margin-bottom: 20px;font-size: 0;overflow: hidden;background-color: #fff;display: flex;align-items: center;justify-content: center;margin-right: 2%;}
.index3_content ul li:nth-child(4n){margin-right: 0;}
.index3_content ul li img{max-width: 100%;width: auto;transition: all 0.3s;}
.index3_content ul li:hover img{transform: scale(1.1);}



.index4box{width: 100%;margin: 0 auto;background-repeat: no-repeat;background-size: cover;}
.index4{width: 100%;margin: 0 auto;}
.index4_content{width: 100%;margin: 0 auto;display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;}

.index4_left{width: 48%;background-color: #fff;padding: 0 15px;padding-bottom: 24px;padding-top: 24px;}
.index4_right{width: 48%;background-color: #fff;}

.index4_left a{padding: 5%;transition: all 0.5s;display: block;width: 100%;}
.index4_left a:hover{border-radius: 4px;box-shadow: 0 0 22px rgba(0, 0, 0, .12);}
.index4_left a .imgbox{width: 100%;font-size: 0;}
.index4_left a .imgbox img{width: 100%;    height: 185px; object-fit:cover;}
.index4_left a .textbox{}
.index4_left a .textbox h3{margin-top: 20px;font-size: 16px;color: #4b4b4b;}
.index4_left a .textbox .date{display: block;font-size: 14px;color: #999;margin-top: 9px;}
.index4_left a .textbox p{font-size: 14px;color: #9a9a9a;margin-top: 18px;}
.index4_left a .textbox .jt{text-align: right;margin-top: 20px;display: block;}
.index4_left a .textbox .jt i{font-size: 20px;color: #9a9a9a;}

.index4_left a:hover .textbox h3{color: var(--primary-color);}
.index4_left a:hover .textbox p{color: var(--primary-color);}

.index4_right ul li{width: 100%;padding: 30px;transition: all 0.5s;border-bottom: 1px solid #ececec;}
.index4_right ul li:hover{background: #fff;border-radius: 4px;box-shadow: 0 0 22px rgba(0, 0, 0, .12);}
.index4_right ul li a{display: block;width: 100%;}
.index4_right ul li a .title{display: flex;align-items: center;justify-content: space-between;margin-bottom: 18px;}
.index4_right ul li a .title h3{font-size: 16px;color: #4b4b4b;}
.index4_right ul li a .title .date{margin-left: 30px;font-size: 14px;color: #999;}
.index4_right ul li a p{font-size: 14px;color: #9a9a9a;}
.index4_right ul li:hover a .title h3{color: var(--primary-color);}
.index4_right ul li:hover a p{color: var(--primary-color);}



/*  */
.about1box{width: 100%;margin: 0 auto;}
.about1{width: 100%;margin: 0 auto;}
.about1 ul li{width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;}
.about1 ul li .textbox{width: 49%;}
.about1 ul li .imgbox{width: 49%;overflow: hidden;font-size: 0;}
.about1 ul li .textbox h1{font-size: 36px;color: #4b4b4b;margin-bottom: 20px;}
.about1 ul li .textbox .desc{font-size: 16px;color: #9a9a9a;line-height: 30px;}
.about1 ul li .textbox .desc p{margin-bottom: 15px;}
.about1 ul li .imgbox img{width: 100%;transition: all 0.3s;}
.about1 ul li .imgbox:hover img{transform: scale(1.1);}

.about1 ul li:nth-child(2n) .textbox{order: 1;}
.about1 ul li:nth-child(2n) .imgbox{order: 0;}



.about2box{width: 100%;margin: 0 auto;background-attachment: fixed;background-repeat: no-repeat;background-size: cover;background-position: center center;padding: 100px 0;}
.about2{width: 100%;margin: 0 auto;}
.about2_content{width: 100%;margin: 0 auto;}
.about2_content ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.about2_content ul li{width: 25%;text-align: center;padding: 0 10px;margin-bottom: 20px;}
.about2_content ul li .p{width: 100%;margin-bottom: 8px;display: flex;justify-content: center;align-items: flex-end;}
.about2_content ul li .p h1{font-size: 48px;color: #fff;}
.about2_content ul li .p span{font-size: 14px;color: #fff;}
.about2_content ul li h2{font-size: 16px;color: #fff;}


.about3box{width: 100%;margin: 0 auto;padding: 10px 0;}
.about3{width: 100%;margin: 0 auto;}
.about3 ul{display: flex;flex-wrap: wrap;}
.about3 ul li{width: 31%;margin-right: 2%;margin-bottom: 10px;}
.about3 ul li .imgbox{width: 100%;font-size: 0;margin-bottom: 10px;overflow: hidden;}
.about3 ul li .imgbox img{width: 100%;transition: all 0.3s;}
.about3 ul li:hover .imgbox img{transform: scale(1.1);}
.about3 ul li .textbox{text-align: center;}
.about3 ul li .textbox p{font-size: 20px;color: #9a9a9a;}


.about4box{width: 100%;margin: 0 auto;}
.about4{width: 100%;margin: 0 auto;}
.about4 .title{width: 100%;margin-bottom: 20px;}
.about4 .title h1{font-size: 29px;color: #333;}
.about4_content{width: 100%;padding-left: 50px;position: relative;}
.about4_content:before{content: "";width: 1px;height: 100%;background-color: #9a9a9a;position: absolute;left: 0;top: 0;}

.about4_content ul li{margin-bottom: 40px;position: relative;}
.about4_content ul li h3{font-size: 24px;color: var(--primary-color);margin-bottom: 15px;}
.about4_content ul li:before{width: 17px;height: 17px;background-color: var(--primary-color);opacity: 0.2;content: "";position: absolute;left: -58px;top: 0;border-radius: 50%;}
.about4_content ul li:after{width: 8px;height: 8px;background-color: var(--primary-color);content: "";position: absolute;left: -54px;top: 4px;border-radius: 50%;}
.about4_content ul li .desc{font-size: 16px;color: #9a9a9a;line-height: 30px;}



/*  */
.productbox{width: 100%;margin: 0 auto;}
.product{width: 100%;margin: 0 auto;}
.product ul{display: flex;flex-wrap: wrap;}
.product ul li{width: 32%;margin-right: 2%;margin-bottom: 20px;}
.product ul li:hover{box-shadow: 0 0 15px rgba(0,0,0,.1);}
.product ul li:nth-child(3n){margin-right: 0;}
.product ul li a{display: block;width: 100%;padding: 20px;background-color: #fff;}
.product ul li a .imgbox{width: 100%;font-size: 0;}
.product ul li a .imgbox img{width: 100%;height: 430px;
    object-fit: contain;}
.product ul li a .textbox{text-align: center;padding: 15px 0;}
.product ul li a .textbox p{font-size: 20px;color: #9a9a9a;font-weight: bold;}
.product ul li:hover a .textbox p{color: var(--primary-color);}



/*  */
.news1box{width: 100%;margin: 0 auto;}
.news1{width: 100%;margin: 0 auto;}
.n1_tab{width: 100%;margin: 0 auto;margin-bottom: 30px;border-bottom: 1px solid #000000;}
.n1_tab ul{display: flex;flex-wrap: wrap;}
.n1_tab ul li{padding: 0 20px;padding-bottom: 16px;position: relative;}
.n1_tab ul li:after{position: absolute;left: 0;bottom: 0;width: 100%;height: 2px;background-color: var(--primary-color);}
.n1_tab ul li span{font-size: 14px;color: #202020;}
.n1_tab ul li.on span{color: var(--primary-color);}
.n1_tab ul li.on:after{content: "";}

.n1_box{width: 100%;margin: 0 auto;}
.n1_box ul li{width: 100%;}
.n1_box ul li .inner{width: 100%;}
.n1_box ul li .inner dl dd{width: 100%;padding: 30px;background-color: #fff;border-bottom: 1px solid #ececec;}
.n1_box ul li .inner dl dd:hover{background: #fff;border-radius: 4px;box-shadow: 0 0 22px rgba(0, 0, 0, .12);}
.n1_box ul li .inner dl dd a{display: flex;align-items: center;justify-content: space-between;}
.n1_box ul li .inner dl dd a .imgbox{width: 18%;font-size: 0;overflow: hidden;}
.n1_box ul li .inner dl dd a .imgbox img{width: 100%;transition: all 0.5s;}
.n1_box ul li .inner dl dd:hover a .imgbox img{transform: scale(1.1);}
.n1_box ul li .inner dl dd a .textbox{width: 80%;}
.n1_box ul li .inner dl dd a .textbox .title{display: flex;align-items: center;justify-content: space-between;margin-bottom: 18px;}
.n1_box ul li .inner dl dd a .textbox .title h3{font-size: 20px;color: #4b4b4b;}
.n1_box ul li .inner dl dd:hover a .textbox .title h3{color: var(--primary-color);}
.n1_box ul li .inner dl dd a .textbox .title .date{font-size: 14px;color: #999;}
.n1_box ul li .inner dl dd a .textbox p{font-size: 14px;color: #666;line-height: 30px;}



/*  */
.contactbox{width: 100%;margin: 0 auto;}
.contact{width: 100%;margin: 0 auto;}

.c_list{width: 100%;margin: 0 auto;}
.c_list ul{display: flex;flex-wrap: wrap;}
.c_list ul li{width: 32%;margin-right: 2%;margin-bottom: 20px;border-radius: 2px;box-shadow: 0 0 9px 0 rgba(0,0,0,.15);padding: 40px;background-color: #fff;}
.c_list ul li:nth-child(3n){margin-right: 0;}
.c_list ul li .icon{display: flex;align-items: center;justify-content: center;font-size: 0;}
.c_list ul li .icon img{max-width: 100%;width: 64px;}
.c_list ul li .textbox{margin-top: 20px;text-align: center;}
.c_list ul li .textbox h3{font-size: 20px;color: #9a9a9a;margin-bottom: 10px;}
.c_list ul li:hover .textbox h3{color: var(--primary-color);}
.c_list ul li .textbox p{font-size: 16px;color: #9a9a9a;}

.map{margin-top: 30px;font-size: 0;}
.map img{width: 100%;}




/* 产品详情 */
.pro_detail1box{
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	
}
.pro_detail1box .prodetail1{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	background-color: #fff;
	padding: 40px 10px;
}
.pro_detail1box .prodetail1 .pd1_left{
	width: 49%;
	position: relative;
}
.pro_detail1box .prodetail1 .pd1_right{
	width: 49%;
}


.pd1_left .swiper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.pd1_left .swiper-slide {
  background-size: cover;
  background-position: center;
}

.pd1_left .swiper_box {
  height: 80%;
  width: 100%;
}
.pd1_left .swiper_box .swiper-slide a{display: block;width: 100%;}
.pd1_left .swiper_box .swiper-slide img{width: 100%;}
.pd1_left .swiper_tab {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}

.pd1_left .swiper_tab .swiper-slide {
  border: 1px solid transparent;
}

.pd1_left .swiper_tab .swiper-slide-thumb-active {
  border: 1px solid var(--primary-color);
}

.pd1_left .swiper-slide img {
  display: block;
  width: 100%;
  object-fit: cover;
}


.d_page{width: 100%;display: flex;align-items: center;justify-content: space-between;margin-top: 30px;}
.d_page a{border: 1px solid #e9e9e9;border-radius: 15px;box-sizing: border-box;cursor: pointer;display: inline-block;height: 30px;line-height: 28px;text-align: center;width: 80px;}


.pd1_right h1{font-size: 30px;color: rgb(36, 105, 162);margin-bottom: 115px;}
.pd1_right .desc{font-size: 16px;color: #9a9a9a;margin-bottom: 20px;line-height: 30px;}
.pd1_right .d_btn{width: 100%;}
.pd1_right .d_btn a{display: inline-block;border-radius: 21px;color: #fff;cursor: pointer;font-size: 15px;height: 42px;line-height: 42px;text-align: center;width: 200px;background-color: rgba(36, 105, 162, 1);}
.pd1_right .d_btn a i{margin-right: 5px;}

.detail2box{width: 100%;margin: 0 auto;}
.detail2{width: 100%;margin: 0 auto;background-color: #fff;padding: 50px 10px;}
.detail2 .title{width: 100%;border: 1px solid #f0f0f0;line-height: 54px;}
.detail2 .title span{display: inline-block;padding: 0 8px;border-top: 2px solid #2469a2;font-size: 15px;width: 160px;text-align: center;color: #2469a2;}
.detail2_content{padding: 20px 0;}
.detail2_content img{max-width: 100%;width: auto;}



















@media only screen and (max-width: 980px) {
	.headerbox{
		display: none;
	}
	.sp_header{ display:flex;}
	.bannerbox{margin-top: 70px;}
	.bannerbox .mySwiper1 .swiper-slide .textbox img {max-width: 80%;}
	.inbannerbox{margin-top: 70px;}
	.pd50{padding: 25px 0;}
	.main_title1 h1 {font-size: 25px;}
	.main_color h1 {font-size: 25px;}
	.main_title span {font-size: 25px;}
	.footer_menu ul li{width: 100%;margin-bottom: 20px;}
	.index4_left{width: 100%;margin-bottom: 20px;}
	.index4_right{width: 100%;}
	.index3_content ul li {width: 49%;}
	.index3_content ul li:nth-child(2n){margin-right: 0;}
	.index2_list{border: 0;}
	.index2_list ul li {width: 100%;border-right: 0;padding: 10px;}
	.index2_list ul li .inner h3 {font-size: 22px;}
	.inbanner .textbox h1 {font-size: 25px;}
	.about1 ul li .textbox {width: 100%;margin-bottom: 10px;}
	.about1 ul li .imgbox{width: 100%;margin-bottom: 10px;}
	.about2_content ul li {width: 50%;}
	.main_title2 h1 {font-size: 25px;}
	.about2_content ul li .p h1 {font-size: 25px;font-weight: bold;}
	.about3 ul li {width: 49%;}
	.about3 ul li:nth-child(2n){margin-right: 0 !important;}
	.about3 ul li:nth-child(3n){margin-right: 2%;}
	.about3 ul li .textbox p {font-size: 16px;}
	.about1 ul li .textbox h1 {font-size: 25px;margin-bottom: 15px;}
	.product ul li{width: 100%;margin-right: 0 !important;}
	.n1_box ul li .inner dl dd {padding: 10px;}
	.n1_box ul li .inner dl dd a .imgbox{width: 28%;}
	.n1_box ul li .inner dl dd a .textbox{width: 70%;}
	.n1_box ul li .inner dl dd a .textbox .title h3 {font-size: 14px;}
	.n1_box ul li .inner dl dd a .textbox .title{margin-bottom: 8px;}
	.n1_box ul li .inner dl dd a .textbox p{font-size: 12px;}
	.c_list ul li{width: 100%;margin-right: 0 !important;}
	.pro_detail1box .prodetail1 .pd1_left{width: 100%;margin-bottom: 20px;}
	.pro_detail1box .prodetail1 .pd1_right{width: 100%;}
}


@media only screen and (max-width: 680px) {
	.about2_content ul li {width: 100%;}
}
