* {
	margin: 0;
	padding: 0;
	user-select: none;
}
body{
	background-color: #F8F8F8;
	padding: 0;
	margin: 0;
	width: 100%;
	font-size: 14px;
}
input{
	border: none;
	outline: none;
}
a{
	text-decoration: none;
}
/* 蒙层 */
.box{
	position: fixed;
	left: 0;
	top: 60px;
	color: #fff;
	z-index: 9;
	background-color: rgba(0, 0, 0, 0.4);
	height: 100%;
	width: 100%;
	backdrop-filter: blur(5px);
}
.menu-box{
	width: 100%;
}
.menu-item{
	padding: 0 10px;
}
.item-title{
	display: flex;
	align-items: center;
	border-bottom: 1px solid #fff;
	height: 58px;
	line-height: 58px;
	font-size: 16px;
	font-weight: 500;
}
.item-title>img{
	width: 28px;
	height: 28px;
}
.item-list>a{
	color: #fff;
	display: block;
	font-size: 15px;
	line-height: 44px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.nav{}
.nav-top{
	height: 60px;
}
.a1{
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	width: calc(100% - 20px);
	padding: 0 10px;
	height: 60px;
	background-color: #fff;
}
.a1-img{
	width: 200px;
	height: auto;
}
.a1-1{
	display: flex;
	align-items: center;
}
.a1-2{
	display: flex;
	align-items: center;
}
.a1-2>img{
	width: 23px;
	height: 23px;
	margin-left: 20px;
}
.a1-1-1{
	display: flex;
}

.a1-1-1>img{
	width: 20px;
	height: 20px;
	margin-left: 4px;
}
/* 广告图 */
#swiper1{
	width: 100%;
	height: 240px;
}
.bgimg{
	width: 100%;
	height: 240px;
}
.b1{
	background-color: #fff;
	padding: 0 10px;
}
.b1-item{
	display: flex;
	margin-top: 10px;
}
.b1-item>img{
	width: 45px;
	height: 34px;
}
.b1-item-1{
	width: 100%;
	margin-left: 10px;
}
.b1-item-title{
	line-height: 23px;
	font-weight: 500;
}
.b1-item-2{
	display: flex;
	justify-content: space-between;
}
.b1-item-2>div{
	border-top: 1px solid #F18515;
	font-size: 15px;
	line-height: 23px;
	color: #F18515;
	margin-top: 4px;
	padding-top: 4px;
	width: 70%;
	letter-spacing: 10px;
}
.b1-item-2>img{
	width: 58px;
	height: 57px;
}
.b1-item-3{
	width: 100%;
	margin-left: 10px;
	padding-bottom: 20px;
}
.b1-item-title2{
	color: #F18515;
	font-size: 16px;
	font-weight: 500;
}
.b1-item-4{
	display: flex;
	justify-content: space-between;
}
.b1-item-4>img{
	width: 58px;
	height: 57px;
}
.b1-item-5{
	background-color: #F9F9F9;
	width: 70%;
	height: 40px;
	border-radius: 4px;
	display: flex;
	align-items: center;
	margin-top: 10px;
}
.b1-item-5>input{
	width: 78%;
	border: none;
	margin-left: 10px;
	background-color: #F9F9F9;
}
.b1-item-5>img{
	width: 15px;
	height: 15px;
	margin-left: 10px;
}
/* 大标题 */
.content-name{
	height: 63px;
	line-height: 63px;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 0 20%;
	text-align: center;
}
.content-name>span{
	color: rgba(241, 133, 21, 1);
}
/* 产品 */
.c1{
	display: flex;
	flex-wrap: wrap;
	padding: 0 10px;
}
.c1-item:nth-child(2n){
	margin-right: 0;
}
.c1-item{
	width: 40%;
	margin-right: 10px;
	background-color: #fff;
	padding: 0 12px 10px 10px;
	text-align: center;
	margin-bottom: 10px;
}
.c1-item2{
	font-size: 14px;
	font-weight: 500;
	line-height: 33px;
	color: #383838;
	text-align: left;
}
.c1-item3{
	font-size: 15px;
	line-height: 22px;
	color: #808080;
	text-align: left;
}
.c1-item4{

	height: 50px;
	margin-top: 10px;
}
.c1-item5{
	width: 22px;
	height: 22px;
	margin-top: 10px;
}
/* 查看更多 */
.seemore{
	width: 92px;
	height: 36px;
	border-radius: 34px;
	text-align: center;
	line-height: 36px;
	color: #fff;
	background-color: #F18515;
	margin: 0 auto;
	display: block;
}
/* 解决方案 */
.d1{
	background-color: #fff;
	padding: 0 10px 20px 10px;
	margin-top: 10px;
}
.d1-1{}
.d1-1-2{}
.d1-1-2>img{
	width: 100%;
	height: 183px;
}
.d1-1-3{
	background-color: #F8F8F8;
	padding: 0 10px;
	margin-top: -4px;
}
.d1-1-4{
	font-size: 20px;
	font-weight: 700;
	padding-top: 17px;
	color: #F18515;
}
.d1-1-4>span{
	color: #383838;
}
.d1-1-5{
	/* font-size: 16px; */
	font-weight: 500;
	line-height: 23px;
	color: #F18515;
	margin: 10px 0;
}
.d1-1-6{
	color: #383838;
	line-height: 26px;
	padding-bottom: 20px;
}
.d1-2{
	display: flex;
	align-items: center;
	overflow-x: scroll;
	white-space: nowrap;
}
.d1-2>div{
	min-width: 150px;
	height: 52px;
	text-align: center;
	line-height: 52px;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.2);
	border-right: 1px dashed #fff;
	background-image: url("../img/jxdg.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.d1-2>a{
	display: block;
	min-width: 150px;
	height: 52px;
	text-align: center;
	line-height: 52px;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.2);
	border-right: 1px dashed #fff;
}
.d1-2-1,.d1-2-2,.d1-2-3,.d1-2-4{
	background-image: url("../img/jxdg.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.d1-2-active{
	background: #F18515!important;
}
/* 关于双成 */
.e1{
	background-image: url("../img/gcdm.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 0 10px;
	margin-bottom: 15px;
}
.e1-1{
	color: #383838;
	font-size: 15px;
	line-height: 25px;
}
.e1-2{
	color: #808080;
	font-size: 15px;
	line-height: 28px;
	margin-top: 10px;
	text-indent: 2em;
}
.e1-3{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 20px;
}
.e1-3-1{
	/* width: 33.3%; */
	text-align: center;
}
.e1-3-1>p{
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
	color: #F18515;
}
.e1-3-1>span{
	line-height: 30px;
	color: #383838;
}
.e1-3>.line{
	width: 1px;
	height: 60px;
	background-color: #D1D1D1;
}
/* 企业风采 */
.f1{
	background-color: #fff;
	padding: 0 10px;
	margin-top: 14px;
}
.f1-1{
	display: flex;
	align-items: center;
	padding-top: 20px;
}
.f1-1>img{
	width: 23px;
	height: 23px;
	margin-right: 15px;
}
.f1-2{
	margin-top: 10px;
	display: flex;
	align-items: center;
	overflow-x: scroll;
	white-space: nowrap;
}
.f1-2>img{
	width: 187px;
	height: 103px;
	margin-left: 10px;
}
.f1-3{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding-bottom: 20px;
}
.f1-3-1:nth-child(3n){
	margin-right: 0;
}
.f1-3-1{
	width: 30%;
	height: 55px;
	margin-right: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #D1D1D1;
	margin-bottom: 10px;
}
.f1-3-1>img{
	width: 60px;
	height: 52px;
}
/* 新闻资讯 */
.g1{
	padding: 0 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.g1-1{
	width: 118px;
	height: 52px;
	line-height: 52px;
	background-color: #E6E6E6;
	color: #808080;
	font-size: 15px;
	text-align: center;
	
}
.g1-1-active{
	color: #fff;
	background-color: #F18515;
}
.g2{
	background-color: #fff;
	margin: 0 10px;
	margin-top: 10px;
}
.g2>img{
	width: 100%;
	height: 181px;
}
.g2-1{
	padding: 10px 18px;
}
.g2-2{
	color: #383838;
	font-size: 16px;
	line-height: 28px;
}
.g2-3>span{
	font-size: 15px;
	color: #808080;
}
.g2-3>a{
	font-size: 14px;
	color: #000000;
}
.g3{
	padding: 0 10px;
}
.g3-1{
	display: flex;
	align-items: center;
}
.g3-2{
	display: flex;
	align-items: center;
	height: 40px;
	width: 77%;
}
.g3-2>img{
	width: 14px;
	height: 14px;
	margin-right: 10px;
}
.g3-2>div{
	color: #383838;
	font-size: 15px;
	width: 86%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.g3-3{
	font-size: 14px;
	color: #A6A6A6;
}
.g4{
	background-color: #fff;
	margin-top: 10px;
}
.g4-1{
	padding: 0 10px;
}
.g4-1>div{
	display: flex;
	font-size: 15px;
}
.g4-1>div>img{
	width: 20px;
	height: 20px;
	margin-right: 10px;
}
.g4-1-ask{
	color: #383838;
	height: 40px;
	display: flex;
	align-items: center;
}

.g4-1-answer{
	color: #808080;
	margin: 5px 0 0 30px;
}
/* 友情链接 */
.h1{
	background-color: #fff;
	padding: 0 10px;
	margin-top: 20px;
}
.h1-1{
	font-size: 16px;
	font-weight: 700;
	color: #383838;	
	padding: 10px 0;
}
.h1-3{
	font-size: 16px;
	color: #F18515;	
}
.h1-2{
	line-height: 25px;
	padding-bottom: 20px;
}
.h1-2>a{
	color: #808080;
}
.h1-4{
	display: flex;
	flex-wrap: wrap;
	line-height: 25px;
}
.h1-4>div>a{
	color: #808080;
}
/* 底部黑色 */
.h2{
	background-color: #333333;
}
.h2-1{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.h2-1>div{
	width: 33.33%;
	color: #FFFFFF;
	text-align: center;
	margin-top: 20px;
}
.h2-1>div>a{
	color: #fff;
}
.h2-2{
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
	padding: 25px 14px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.h2-2-left{
	
}
.h2-2-img{
	width: 166px;
	height: 57px;
}
.h2-3{
	display: flex;
	align-items: center;
	color: #fff;
}
.h2-3>img{
	width: 28px;
	height: 28px;
}
.h2-3>div{
	font-size: 21px;
	font-weight: 900;
	color: #F18515;
}
.h2-2-r{
	text-align: center;
	color: #fff;
	font-size: 15px;
}
.h2-2-r>img{
	width: 110px;
	height: 110px;
}
.h2-4{
	text-align: center;
	height: 40px;
	line-height: 40px;
	color: #fff;
	display: block;
}
/* 底部导航 */
.foot{
	/* width: 100%; */
}
.foot-top{
	height: 60px;
}
.foot2{
	background-color: #F18515;
	color: #fff;
	height: 60px;
	display: flex;
	align-items: center;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 99;
	width: 100%;
}
.foot-item{
	width: 25%;
	text-align: center;
	border-left: 1px solid rgba(255,255,255,0.15);
	color: #fff;
}
.foot-item>img{
	width: 28px;
	height: 28px;
}