/*common start*/
body,div,ul,li,a,img,p,dl,dt,dd,h1,h2,h3,h4,span,strong,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;font-family:' '; 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;}


.clear{ margin:0; padding:0; font-size:0; clear:both; }

.wapper{ width:1200px; margin:0 auto;}


/* 轮播图通用 */
.swiper-container {width: 100%;height: 100%;}
.swiper-slide
{
    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;}


.indexTop{height: 45px;background: #1b85c9;width: 100%;}
.indexTop .list{display: flex;justify-content: space-between;align-items: center;height: 45px;}
.indexTop .left ul{display: flex;align-items: center;}
.indexTop .left ul li{font-size: 16px;padding-right: 20px;}
.indexTop .left a{color: #fff;}
.indexTop .left .icon img{vertical-align: middle;margin-right: 10px;}
.indexTop .right{display: flex;justify-content: flex-end;align-items: center;}
.indexTop .hSearch{width: 250px;height: 30px;position: relative;overflow: hidden;}
.indexTop .hSearch input{width: 100%;position: absolute;top: 0;left: 0;height: 30px;box-sizing: border-box;padding: 0 30px 0 10px;background: #768191;border-radius: 20px;outline: none;color: #fff;}
.indexTop .hSearch button{position: absolute;top: 0;right: 0;width: 30px;height: 30px;text-align: center;background: none;border: none;}
.indexTop .login,
.indexTop .register {display: inline-block;width: 65px;height: 30px;line-height: 30px;text-align: center;font-size: 14px;border-radius: 5px;margin-left: 10px;}
.indexTop .login{background: #fff;color: #013b92;}
.indexTop .register{background: #013b94;color: #fff;}
.indexTop .login:hover{background: #013b92;color: #fff;}
.indexTop .register:hover{background: #fff;color: #013b92;}


/* 导航栏 */
.headerbox{
	width: 100%;
	margin: 0 auto;
	background-color: white;
}
.headerbox .header{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.headerbox .header .logo{
	width: 30%;
}
.headerbox .header .logo img{
	max-width: 100%;
}
.headerbox .header .menu{
	width: 70%;
}

.menu{height:80px;}
.menu ul li{ float:left; position:relative; margin-left: 40px;}
.menu ul li span a{line-height:80px;}
.menu ul li.on span a{border-bottom: 3px solid #013b94;color: #013b94;}
.menu ul li .m_nav2{width:150px; position:absolute; left:-40px; top:80px;display:none;z-index: 9;background-color: white;}
.menu ul li .m_nav2 .m_item{padding: 5px 0;}
.menu ul li .m_nav2 .m_item a{display: block;text-align: center;background: #fff;padding: 15px 0;font-size: 14px;font-weight: 500;}
.menu ul li .m_nav2 .m_item a:hover{background: #013b94;color: #fff;}

.menu a{ font-size:16px;color:#061a39;display:block;text-align:center;}
.menu a:hover{color:#013b94;}
a.menu_hover{color:#013b94;border-bottom: 3px solid #013b94;}
.menu_down span{ display:block;background:url(../images/menu_down.gif) right 10px center no-repeat;}
.menu ul li span a:hover{border-bottom: 3px solid #013b94;}


.m_header{width: 100%;position: sticky;top: 0;left: 0;z-index: 9999;box-shadow: 2px 4px 8px rgb(51 51 51 / 25%);}
.sp_header{height:65px;overflow:hidden;background:#fff;position:relative;z-index:10;width:100%;display: none;top: 0;}
.sp_header .warp{display: flex;justify-content: space-between;align-items: center;padding: 0 10px;box-sizing: border-box;}
.sp_header .login{display: block;background: #013B92;border-radius: 5px;padding: 5px 10px; font-size: 14px;color: #fff;}
.sp_logo{float:left;height:65px;display: flex;justify-content: center;align-items: center;padding-left: 10px;}
.sp_logo img{margin:auto;max-height:45px;}
.sp_nav{width:50px;float:right;position:relative;cursor:pointer;height:30px;}
.sp_nav span{display:block;background:#013B92;width:25px;height:2px;position:absolute;right:0;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:9;background:#fff;width:100%;height:calc(100% - 52px);font-size:14px;line-height:40px;top:-100%;left:0;overflow:auto;overflow-x:hidden;transition:top ease 0.35s;display: none;}
.nav_show{top:65px}
.sjj_nav ul{padding: 0 10px;box-sizing: border-box;}
.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-top:1px #e4e8eb solid;position:relative;line-height:40px;font-size:14px}
.sjj_nav>ul >li:last-child{border-bottom:1px #ddd solid;}
.sjj_nav ul li ul{display:none}
.sjj_nav ul li a{color:#666;width:100%;padding: 0 10px;display: block;box-sizing: border-box;}
.sjj_nav ul li a:hover{color: #0188FB;}
.sjj_nav ul li ul li a{color:#333;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: 1px #ddd solid;}
.sjj_nav ul li ul li:first-child{border-top: none;}
.sjj_nav ul li ul li a{padding: 0 10px;color: #999;}

.m_search_wrap{height: 40px;position: relative;box-sizing: border-box;padding: 0 10px;}
.m_search_wrap .m_search_input{padding:0 5px;border-bottom: 1px solid #fff;height: 40px;position: relative;color: #efe7d2;box-sizing: border-box;background: #013B92;}
.m_search_wrap .m_search_input input{width: 100%;color: #fff;font-size: 14px;background: transparent;height: 100%;position: absolute;top: 0;left: 10px;outline: none;}
.m_search_wrap .m_search_input button{position: absolute;top: 0;right: 0;height: 100%;width: 45px;background: none;border: none;}
.m_search_wrap .m_search_input button img{width: 20px;filter: brightness(0%) contrast(200%) invert(100%) opacity(100%);}
.m_search_wrap form ::-webkit-input-placeholder {color: #fff;}
.m_search_wrap form :-moz-placeholder {color: #fff;}
.m_search_wrap form ::-moz-placeholder {color: #fff;}
.m_search_wrap form :-ms-input-placeholder {color: #fff;}
.m_search_wrap form ::placeholder {color: #fff;}

.mProArrow{width: 100%;border-radius: 5px;color: #fff; background: #013B92;display: block;text-align: center;}
.mProArrow a{color: #fff !important;}
.sjj_nav ul .mProArrow i svg{width:25px;height:25px;fill:#fff;}
.sjj_nav ul .mProArrow .sjj_nav_i_se svg{fill:#fff}


/*swiper*/
.banner{width: 100%;}
.swiper {width: 100%;height: 100%;}
.swiper-slide {background: #fff;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 { display: block;width: 100%;height: 100%;object-fit: cover;}
.banner_swiper .swiper-button-next,.banner_swiper .swiper-button-prev{width: 50px;height: 50px;background: rgba(0,0,0,0.2);border-radius: 50%;color: #fff;display: flex;justify-content: center;align-items: center;}
.banner_swiper .swiper-button-next i,.banner_swiper .swiper-button-prev i{
	color: white;
	font-size: 30px;
}
.banner_swiper .swiper-button-next:after,.banner_swiper .swiper-button-prev:after{font-size: 20px;}
.banner_swiper .swiper-pagination-bullet{opacity: 1;background: #fff;transition: width 0.3s ease-in-out;border-radius: 0;width: 20px;height: 4px;}
.banner_swiper .swiper-pagination-bullet-active{background: #013B92;width:30px;}

.banner_swiper .part{display: block;width: 100%;height: 100%;position: relative;overflow: hidden;}
.banner_swiper .img{width: 100%;height: 100%;font-size: 0;}
.banner_swiper .imgTop{position: absolute;top: 30%;left: 20%;color: #013B92;}
.banner_swiper .line {display: block;width: 110px;height: 1px;background: #013B92;}
.banner_swiper .title {font-size: 45px;font-weight: bold;margin-top: 30px;}
.banner_swiper .text {font-size: 16px;line-height: 55px;margin-bottom: 10px;}
.banner_swiper .more {display: block;width: 160px;height: 50px;line-height: 50px;background:#fff url(../images/index_46.png) no-repeat;color: #013B92;background-position: 112px 19px;padding-left: 28px;text-transform: uppercase;margin-top: 50px;overflow: hidden;transition: all 0.6s;font-size: 14px;}
.banner_swiper .more:hover {background-color: #013B92;color: #fff;background-position: 112px -42px;}

.tongtu{width: 100%;}
.tongtu .img{width: 100%;font-size: 0;}
.tongtu .img img{width: 100%;}
.tongtu .imgTop{position: absolute;top: 0;left: 0;width: 100%;text-align: center;top: 30%;}
.tongtu .imgTop .title{font-weight: bold;font-size: 45px;color: #fff;}




/* 产品展示 */
.productbox{
	padding: 50px 0;
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
}
.productbox .product{
	width: 100%;
	margin: 0 auto;
}
.productbox .product .title{
	text-align: center;
}
.productbox .product .title h1{
	font-size: 28px;
	color: #000;
	font-weight: 600;
	margin-bottom: 30px;
}
.productbox .product .title span{
	padding: 10px 50px;
	box-sizing: border-box;
	text-align: center;
	font-size: 16px;
	color: white;
	background: #1b85c9;
	border-radius: 40px;
}

.product_content{
	padding: 30px 0;
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
}
.product_content ul{
	display: flex;
	flex-wrap: wrap;
}
.product_content ul li{
	width: 33.33%;
	padding: 0 20px;
	box-sizing: border-box;
	float: left;
	margin-bottom: 20px;
}
.product1 .product_content ul li{
	width: 25%;
	padding: 0 20px;
	box-sizing: border-box;
	float: left;
	margin-bottom: 20px;
}
.product_content ul li .product_item{
	width: 100%;
	display: block;
}
.product_item .imgbox{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}
.product_item .imgbox img{
	max-width: 100%;
}
.product_item .textbox{
	width: 100%;
	background: #f5f5f6;
	padding: 10px;
	text-align: center;
	color: #000;
	box-sizing: border-box;
	transition: all 0.5s;
}

.product_content ul li .product_item:hover .textbox{
	background: #1b85c9;
	color: white;
}

.product .more {display: block;width: 180px;height: 50px;line-height: 50px;background:#fff url(../images/right.png) no-repeat;color: #777777;background-position: 145px 11px;padding-left: 45px;text-transform: uppercase;margin-top: 50px;overflow: hidden;transition: all 0.6s;font-size: 16px;border-radius: 40px;border: 1px solid #777777; margin: 0 auto;}
.banner_swiper .more:hover {background-color: #013B92;color: #fff;background-position: 112px -42px;}



/* 企业文化 */
.culturebox{
	background: #f5f5f6;
	width: 100%;
	margin: 0 auto;
	padding: 20px 0;
	box-sizing: border-box;
}
.culturebox .culture{
	width: 100%;
	margin: 0 auto;
}
.culturebox .culture .title{
	text-align: center;
}
.culturebox .culture .title h1{
	font-size: 28px;
	color: #000;
	font-weight: 600;
	margin-bottom: 30px;
}

.culture_content{
	padding: 30px 0;
	box-sizing: border-box;
}
.culture_content ul li{
	width: 33.33%;
	float: left;
	padding: 0 6px;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.culture_content ul li .culture_item{
	width: 100%;
}
.culture_item .imgbox{
	height: 18vw;
    width: 18vw;
	/*border-radius: 100%;*/
	box-sizing: border-box;
	overflow: hidden;
	display: block;
	margin: 0 auto;
	position: relative;
}
.culture_item .imgbox .desc{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	background: rgb(27 133 201 / 72%);
	padding:5px 0;
	height:42px;
}
.culture_item .imgbox .desc p{
	width: 55%;
	margin: 0 auto;
	text-align: center;
	color: white;
	font-size:17px;
}
.culture_item .imgbox img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.culture_item .textbox{
	text-align: center;
}
.culture_item .textbox h2{
	margin-top: 20px;
	font-size: 18px;
	font-weight: 600;
	color: #000;
}


.footer1box{
	background: #353636;
	width: 100%;
	margin:  0 auto;
	padding: 20px 0;
}
.footer{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer .footer_left{
	width: 28%;
	font-size: 15px;
	color: white;
	line-height: 25px;
}
.footer .footer_left .footer_logo{
	width: 100%;
}
.footer .footer_left .footer_logo img{
	max-width: 100%;
}
.footer .footer_left p{
	font-weight: 600;
}
.footer .footer_left .ewm{
	display: block;
	width: 100%;
	margin-top: 10px;
}
.footer .footer_left .ewm img{
	max-width: 100%;
}
.footer .footer_left .ewm p{
	font-size: 14px;
	font-weight: normal;
	color: white;
	padding-left: 22px;
}
.footer .footer_right{
	width: 72%;
}
.footer .footer_right .footer_menu{
	width: 100%;
	margin-bottom: 20px;
	padding-left: -20px;
	margin-left: -20px;
}
.footer .footer_right .footer_menu ul{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.footer .footer_right .footer_menu ul li{
	padding: 0 32px;
	box-sizing: border-box;
	position: relative;
}
.footer .footer_right .footer_menu ul li a{
	color: white;
}
.footer .footer_right .footer_menu ul li:after{
	position: absolute;
	content: "|";
	right: 0;
	top: 0;
	color: #fff;
	font-size: 16px;
}
.footer .footer_right .footer_menu ul li:last-child:after{
	display: none;
}
.footer .footer_right p{
	font-size: 16px;
	color: white;
	margin-bottom: 5px;
	line-height: 30px;
	margin-left:15px;
}


.footer2box{
	background: #1b85c9;
	width: 100%;
	margin:  0 auto;
	padding: 10px 0;
}
.footer2box .footer2{
	text-align: center;
}
.footer2box .footer2 p{
	font-size: 16px;
	color: white;
}
.footer2box .footer2 a{
	color: white;
	font-size: 16px;
}



/* about */
.tongtu{width: 100%;position: relative;}
.tongtu .img{width: 100%;font-size: 0;}
.tongtu .img img{width: 100%;}


.Current{font-size: 16px;color: #000;text-align: right;font-weight: normal;}
.Current a{color: #000;text-transform: capitalize;font-weight: normal;}

.about1box{
	padding: 40px 0;
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
}

.about1box .about1{width: 100%;margin: 0 auto;display: flex;justify-content: space-between;}
.about1box .about1 .about1_left{width: 40%;}
.about1box .about1 .about1_left h3{
	font-size: 20px;
	font-weight: 600;
	color: #000;
	margin-bottom: 20px;
}
.about1box .about1 .about1_left p{
	text-indent: 20px;
	font-size: 16px;
	color: #000;
	line-height: 30px;
}
.about1box .about1 .about1_right{width: 58%;}
.about1box .about1 .about1_right img{
	width: 100%;
}

/* 我们的优势 */
.advantage{width: 100%;background: #f8f8f8;padding: 40px 0;box-sizing: border-box;}
.advantage .title h1{
	font-size: 28px;
	color: #000;
	font-weight: 600;
	margin-bottom: 30px;
	text-align: center;
}
.advanList{width: 100%;margin: 20px 0;}
.advanList ul{display: flex;justify-content:space-between;flex-wrap: wrap;}
.advanList ul li{width: 23%;}
.advanList .part{ width: 100%;box-shadow: 0px 0px 10px rgb(1 59 148 / 10%);background: #fff;border-radius: 5px; text-align: center; padding: 35px 30px 0;box-sizing: border-box;}
.advanList .part .img{width: 90px;height: 90px;margin: 0 auto;font-size: 0;}
.advanList .part .img img{width: 100%;-webkit-transition: -webkit-transform 2s ease-out;-moz-transition: -moz-transform 2s ease-out;-o-transition: -o-transform 2s ease-out;-ms-transition: -ms-transform 2s ease-out;}
.advanList .part .tit{font-size: 18px;color: #000000;font-weight: bold;margin: 25px 0 20px;}
.advanList .part .line{display: block;width: 80%;margin: 0 auto;background: url(../images/index_34.png) no-repeat center;height: 1px;}
.advanList .part .txt{font-size: 14px;color: #666;line-height: 25px;margin-top: 25px;letter-spacing: 1px; height: 110px;text-align: justify;}
.advanList ul li:nth-child(2n) .part{background:#1b85c9;}
.advanList ul li:nth-child(2n) .part .tit{color: #fff;}
.advanList ul li:nth-child(2n) .part .txt{color: #fff;}
.advanList ul li:nth-child(2n) .part .line{background: url(../images/index_35.png) no-repeat center;}
/* .advanList .part:hover .img img {-webkit-transform: rotateZ(360deg);-moz-transform: rotateZ(360deg);-o-transform: rotateZ(360deg);-ms-transform: rotateZ(360deg);transform: rotateZ(360deg);} */




.about3box{
	width: 100%;	
	padding: 40px 0;
	box-sizing: border-box;
}
.about3box .about3 .title{
	text-align: center;
}
.about3box .about3 .title h1{
	font-size: 28px;
	color: #000;
	font-weight: 600;
	margin-bottom: 15px;
}

.about3_content{
	padding: 30px 0;
	box-sizing: border-box;
}
.about3_content ul li{
	width: 25%;
	float: left;
	padding: 0 20px;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.PageNav{
	padding-top:40px;
}
.about3_content .part{width: 100%;}
.about3_content .part .img{border: 1px solid #fff;border-radius: 50%; text-align: center;width: 120px; height: 120px;margin: 0 auto;font-size: 0;display: flex;justify-content: center;align-items: center;cursor: pointer;background: #1b85c9;margin-bottom: 10px;position: relative;}
.about3_content .part .img:after{
	position: absolute;
	width: 110%; height: 110%;
	content: "";
	border-radius: 50%;
	border: 2px solid #a39e9e;
	left: -7px;
    top: -7px;
    bottom: 0;
    right: 0;
}
.about3_content .part .imgbox{display: flex;justify-content: center;align-items: center;position: relative;width: 120px;margin: 0 auto;}
.about3_content .part .img img{width: 50%;-webkit-transition: -webkit-transform 2s ease-out;-moz-transition: -moz-transform 2s ease-out;-o-transition: -o-transform 2s ease-out;-ms-transition: -ms-transform 2s ease-out;}
.about3_content .part .tit{font-size: 18px;font-weight: bold;margin-top: 15px;text-align: center;color: #fff;position: absolute;top: 32px;}
.about3_content .part:hover .img img {-webkit-transform: rotateZ(360deg);-moz-transform: rotateZ(360deg);-o-transform: rotateZ(360deg);-ms-transform: rotateZ(360deg);transform: rotateZ(360deg);}



.about4_box{width: 100%;background: #f8f8f8;padding: 40px 0;box-sizing: border-box;}
.about4_box .about4 .title h1{
	font-size: 28px;
	color: #000;
	font-weight: 600;
	margin-bottom: 30px;
	text-align: center;
}
.about4_content{
	padding: 40px 0;
	box-sizing: border-box;
}
.about4_content ul li{
	width: 33.33%;
	float: left;
	padding: 0 20px;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.about4_content ul li img{
	width: 100%;
	border-radius: 5px;
}
.about4_content ul li p{text-align: center;font-size: 14px;color: #666;}



/* 产品 */
.product_box{
	padding: 40px 0;
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
}
.product_box .product{
	width: 100%;
	margin: 0 auto;
	display: flex;justify-content: space-between;
}
.right_top{display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;}
.product_box .product .product_left{width: 25%;padding: 0 15px;box-sizing: border-box;}
.product_box .product .product_right{width: 75%;padding: 0 15px;box-sizing: border-box;}


.mainTitle{width: 100%;background: #1b85c9;color: #fff;height: 70px;font-size: 22px;color: #fff; line-height: 70px;text-transform: uppercase;box-sizing: border-box;text-align: center;}

/*tab5*/
.tab_list5{width: 100%;box-sizing: border-box;}
.tab_list5 ul li:last-child .link{margin-bottom: 7px;}
.accordion {width: 100%;}
.accordion .link {cursor: pointer;display: block;padding: 10px 20px;color: #555;font-size: 16px;position: relative;-webkit-transition: all 0.4s ease;-o-transition: all 0.4s ease;transition: all 0.4s ease;box-sizing: border-box;background: #1b85c9;margin-top: 1px;margin-bottom: 1px;}
.accordion .link a{color: white;font-size: 16px;font-weight: 400;}
.accordion li i {position: absolute;top: 10px;left: 12px;font-size: 18px;color: #fff;-webkit-transition: all 0.4s ease;-o-transition: all 0.4s ease;transition: all 0.4s ease;}
.accordion li i.icon {right: 12px;left: auto;font-size: 16px;}
.accordion li.open .link {color: #fff;}
.accordion li.open a {color: #fff;}
.accordion li.open i {color: #fff;}
.accordion li.open i.icon {-webkit-transform: rotate(180deg);-ms-transform: rotate(180deg);-o-transform: rotate(180deg);transform: rotate(180deg);}

.submenu {display: none;font-size: 14px;}
.submenu li {background: #1b85c9;}
.submenu li em{padding-right: 10px;color: white;font-size: 12px;}
.submenu a {display: block;text-decoration: none;color: #fff !important;padding: 10px;-webkit-transition: all 0.25s ease;-o-transition: all 0.25s ease;transition: all 0.25s ease;padding-left: 20px;background: url(../images/about6.png) left center no-repeat;}


.search{
	width: 30%;
	display: flex;
	align-items: center;
}
.search input{
	width: 75%;
	border: 1px solid #ddd;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	line-height: 30px;
	outline: none;
}
.search button{width: 25%;background: #1b85c9;line-height: 30px;color: white;display: flex;justify-content: center;align-items: center;}
.search button img{filter: brightness(0%) contrast(200%) invert(100%) opacity(100%);padding-right: 5px;}



.productdetail_content{
	padding: 30px 0;
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
}
.productdetail_content h3{
	font-size: 16px;
	color: #000;
}
.productdetail_content h3 span{
	font-size: 20px;
}
.productdetail_content .imgbox{
	width: 100%;
	padding: 20px 0;
}
.productdetail_content .imgbox img{
	width: 300px;
	height: 300px;
	object-fit: cover;
	border: 2px solid #ddd;
}
.productdetail_content .detail_title{
	margin-top: 10px;
	width: 100%;
	background: #1b85c9;
	color: white;
	padding: 10px;
	box-sizing: border-box;
}

.productdetail_content .detail_title_content{
	padding: 10px;
	box-sizing: border-box;
	background: white;
	color: #333;
	border: 1px solid #ddd;
}
.productdetail_content .detail_title h2{
	font-size: 20px;
}



.use_center{
	padding: 30px 0;
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
}
.use_center ul li{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0 10px 0;
	box-sizing: border-box;
	border-top: 1px solid #ddd;
}
.use_center ul li:last-child{
	border-bottom: 1px solid #ddd;
}
.use_center ul li span{
	font-size: 16px;
	color: #000;
	line-height: 30px;
}
.use_center ul li a{
	font-size: 14px;
	color: #000;
	line-height: 30px;
}
.inside{width: 100%;margin-top: 20px;margin-bottom: 100px;}


/* 资料下载 */
.download_center{
	padding: 30px 0;
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.download_center h1{
	margin-bottom: 30px;
}
.search_d{
	margin: 0 auto;
	margin-bottom: 60px;
}
.download_list{
	text-align: center;
	margin: 0 auto;
	width: 70%;
}
.download_list table{
	width: 100%;
	border: 2px solid #ddd;
	border-collapse: collapse;
}
.download_list table thead{
	font-size: 18px;
	color: #333;
	font-weight: 600;
}
.download_list table tbody{
	font-size: 15px;
	color: #333;
}
.download_list table tr{
	border-bottom: 2px solid #ddd;
	line-height: 30px;
}
.download_list td{width: 75%;text-align: center;line-height: 30px;}



/* 留言反馈 */
.message_box{
	padding: 30px 0;
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
}
.message_box .message{
	width: 100%;
	margin: 0 auto;
	
}
.message_box .message h1{
	font-size: 20px;
	font-weight: 600;
	color: #000;
	margin-bottom: 10px;
	text-align: center;
}
.message_box .message h2{
	font-size: 20px;
	font-weight: 500;
	color: #000;
	margin-bottom: 30px;
	text-align: center;
}
.contForm{width: 70%;font-size: 14px;margin: 0 auto;}
.contForm ul li{display: flex;flex-wrap: wrap;justify-content: space-between;margin-bottom: 25px;}
.contForm .w_100{width: 100%;position: relative;}
.contForm .w_50{width: 49%;position: relative;}
.contForm .tit{font-size: 14px;margin: 5px 0;color: #666;}
.contForm .tit1{color: #061A39;}
.contForm .fontSmall{color: #f00;}
.checkbox_inline{color: #666;padding-left: 14px;vertical-align: middle;cursor: pointer;}

.FormTit{border-top: 1px dotted #d0d0d0;padding: 10px 0;margin-top: 10px;}
.contForm input,
.contForm textarea{outline: none;}
.contForm input:focus,
.contForm textarea:focus{ border: 1px solid #013B92;box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);}
.contForm .tip{position: absolute;left: auto;bottom: 10px;right: 20px;font-size: 12px; padding-top: 2px; display: inline; color: #f00;display: none;}
.contForm textarea{height: auto;}
.contForm .btn{padding: 2px 15px;background: #1b85c9;color: #fff; font-size: 20px;}
.form-control {display: block;width: 100%;height: 34px;padding: 6px 12px;font-size: 14px;line-height: 1.42857143;color: #555;background-color: #fff;border: 1px solid #ccc;border-radius: 4px;-webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;box-sizing: border-box;}
.btn {display: inline-block;padding: 6px 12px;margin-bottom: 0;font-size: 14px;font-weight: 400;line-height: 1.42857143;text-align: center;white-space: nowrap;vertical-align: middle;-ms-touch-action: manipulation;touch-action: manipulation;cursor: pointer;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;background-image: none;border: 1px solid transparent;border-radius: 4px;}

.btnbox{
	display: flex;
	justify-content: center;
	align-items:  center;
}
.btnbox .submit{
	margin-right: 8%;
}
.btnbox .submit:last-child{
	margin-right: 0;
}
.w_100{width: 100%;}
.w_50{width: 50%;}


/* 联系我们 */
.contactbox{
	padding: 30px 0;
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
}
.contactbox .contact{
	width: 80%;
	margin: 0 auto;
	
}
.contactbox .contact h1{
	font-size: 20px;
	font-weight: 600;
	color: #000;
	margin-bottom: 30px;
	text-align: center;
}
.contactbox .contact h3{
	font-size: 20px;
	font-weight:500;
	color: #000;
	margin-bottom: 30px;
}
.contactbox .contact .p{
	font-size: 16px;
	font-weight:500;
	color: #000;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}
.contactbox .contact .p i{
	padding-right: 10px;
}
.contactbox .contact .ewm img{
	max-width: 100%;
}
.contactbox .contact .ewm p{
	padding-left: 15px;
	font-size: 16px;
	font-weight:500;
	color: #000;
}
















@media only screen and (max-width: 980px) {
.wapper{width: 90%;}
.indexTop{display: none;}
.headerbox{ display:none}
.sp_header{ display:block !important;}
.sjj_nav{ display:block !important;}
.banner{height: 600px;}
.banner_swiper .imgTop{left: 10%;top: 20%;}
.banner_swiper .title{font-size: 30px;}
.banner_swiper .text{line-height: 45px;}
.banner_swiper .more{margin-top: 30px;}
.footer{flex-wrap: wrap;}
.footer .footer_left{
	width: 100%;
	margin-bottom: 20px;
}
.footer .footer_right{
	width: 100%;
}
.product_content ul li {
    width: 50%;
	padding: 0 10px;	
}
.product1 .product_content ul li{
	width: 50%;
}
.about1box .about1{flex-wrap: wrap;}
.about1box .about1 .about1_left{width: 100%;margin-bottom: 20px;}
.about1box .about1 .about1_right{width: 100%;}
.advanList ul li{width: 48%;margin: 1%;}
.advanList .part{padding: 10px;}
.advanList .part .img{width: 60px;height: 60px;}
.advanList .part .tit{margin: 10px 0;}
.advanList .part .txt{font-size: 12px;line-height: 20px;margin-top: 15px;}

.product_box .product .product_left{display: none;}
.product_box .product .product_right{width: 100%;}
.search {width: 40%;}
.download_list {width: 100%;}
.contForm{width: 100%;}
.productbox .product .title span {
    font-size: 10px;
}
.about3_content .part .img {
    width: 80px;
    height: 80px;
}
.about3_content .part .imgbox {
    width: 80px;
}
.about3_content .part .img:after {
    left: -6px;
    top: -6px;
}
.culture_item .imgbox .desc p {
    font-size: 10px;
	width: 96%;
}
.culture_item .imgbox{
	height: 28vw;
    width: 28vw;
}
.productbox .product .title span {
    padding: 10px 20px;
}
.culture_item .textbox h2 {
    font-size: 13px;
}
.about3_content ul li {
    width: 50%;
}

@media only screen and (max-width: 640px) {
	.banner{height: 280px;}
	.banner_swiper .imgTop{left: 0%;top: 15%;text-align: center;width: 100%;}
	.banner_swiper .line{display: none;}
	.banner_swiper .title{font-size: 20px;}
	.banner_swiper .text{line-height: 35px;font-size: 14px;}
	.banner_swiper .more{margin: 0 auto;margin-top: 20px;text-align: left;height: 35px;line-height: 35px; width: 110px;background-position: 77px 12px;font-size: 12px;background-size: 18%;}
	.banner_swiper .more:hover{background-color: #013B92;color: #fff;background-position: 97px -50px;}
	.about4_content ul li{
		width: 100%;
	}
	.advanList ul li {
	    width: 98%;
	}
	.search {width: 100%;margin-bottom: 20px;}
	.right_top {flex-wrap: wrap;}
	.search{width: 100%;}
}