/**
  	作者：582366190@qq.com
  	时间：2019-9-28
  	描述：页面样式
 **/
  /* 正常PC */
 .about{
 	display: block;
 }
 .aboutapp{
 	display: none;
 }
 .enterprise{
 	display: block;
 }
 .enterpriseapp{
 	display: none;
 }
 .lianxi{
 	display: block;
 }
 .lianxiapp{
 	display: none;
 }
 
 
 /* 产品详情页内容 */
.addtitle{
	color: #000000;
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
}

.addtext{
	color: #000000;
	/* font-size: 20px; */
	line-height: 25px;
}
 .datailstext{
 	width: 100%;
 	min-height: 800px;
 }
 
 .gogogo a{
 	 color: white;
 }
 .gogogo a:hover{
	 color: #EA5401;
 }
 
 
.header {
	position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
	width: 100%;
	/* padding-top: 35px; */
	background-color: #EA5401;
	color: white;
}

.logo {
	width: 286px;
	height: 60px;
}

.logo img {
	width: 100%;
	height: 100%;
}

.menu {
	width: 65%;
	/* margin: 38px 0 0; */
}
.menu ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.menu ul li {
	float: left;
	width: 150px;
	height: 76px;
	line-height: 76px;
	cursor: pointer;
	position: relative;
	font-size: 18px;
	text-align: center;
}

.menu ul li a{
	color: white;
}

.menu ul li .focus {
	font-weight: bold;
}

.menu ul div {
	display: none;
	position: absolute;
	z-index: 9999;
	left: 0px;
	width: 120%;
	text-align: center;
	background-color: rgba(234,84,1,0.5);
}

.menu li .a {
	display: block;
}

.menu div a {
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
}

.menu div a:hover {
	font-weight: bold;
	/* color: #0054AC; */
}

.head-iocn img {
	width: 92px;
	height: 92px;
}

.menu .right {
	margin-bottom: 10px;
}

.menu .right img {
	width: 19px;
	height: 18px;
}

.menu span {
	padding: 0 10px;
	margin: 0 10px;
	border-left: 1px dashed #979797;
}

.menu input {
	display: none;
	padding-left: 1%;
	height: 25px;
	border: 1px solid #C9C9C9;
	border-radius: 30px;
}

.head-iocn {
	font-size: 11px;
	color: #999999;
}

/*手机导航*/

.ph_meun {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999999;
	width: 100%;
	height: 50px;
	background: #FFFFFF;
}

.ph_meun>img {
	width: 23.5px;
	height: 17.5px;
	margin: 18px 3%;
}

.ph_meun .logo img {
	width: 100%;
	height: auto;
}

.ph_meun .right {
	width: 50%;
	margin: 15px 0;
}

.ph_meun .right input {
	display: none;
	padding-left: 3%;
	width: 45%;
	height: 20px;
	border: 1px solid #C9C9C9;
	border-radius: 30px;
}

.ph_meun .right span {
	padding: 0 10px;
	border-left: 1px dashed #979797;
}

.ph_meun ul {
	display: none;
	position: absolute;
	top: 50px;
	left: 0;
	width: 100%;
	height: auto;
	background-color: rgba(0, 0, 0, 0.8);
	text-align: center;
}

.ph_meun ul li {
	color: #FFFFFF;
	font-size: 16px;
	height: 60px;
	line-height: 60px;
}

/*轮播*/
.slideBox {
	width: 100%;
	/* margin-top: 153px; */
	overflow: hidden;
	position: relative;
}

.slideBox .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 5px;
	z-index: 1;
}

.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}

.slideBox .hd ul li {
	float: left;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	margin: 0 8px;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.5);
	cursor: pointer;
}

.slideBox .hd ul li.on {
	background: #FFFFFF;
}

.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
}

.slideBox .bd img {
	width: 100%;
	display: block;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next {
	position: absolute;
	left: 10%;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 32px;
	height: 40px;
	background: url(../images/slider-arrow.png) -110px 5px no-repeat;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.slideBox .next {
	left: auto;
	right: 10%;
	background-position: 8px 5px;
}

.slideBox .prev:hover,
.slideBox .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

.slideBox .prevStop {
	display: none;
}

.slideBox .nextStop {
	display: none;
}


.in-title {
	/* margin: 50px 0 20px; */
}

.in-title .hr {
	width: 30px;
	height: 2px;
	background: #FF823E;
	margin: 10px auto;
}

/* 关于斯倍德 */
.about{
	height: 680px;
	/* padding: 60px 0; */
}
.aboutBack{
	top: 20px;
	right: -200px;
	position:absolute;
}
.aboutBacktext{
	top: 290px;
	left: 0px;
	position:absolute;
}
.aboutMain{
	position:relative;
	padding-top: 150px;
	/* width: 1350px; */
	/* margin: 0 auto; */
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	/* background-color: rgba(0,255,255,0.3); */
}

.aboutli{
	width: 48%;
}

/* @media screen and (max-width: 768px) {
	.aboutli{
		margin: 0;
	}
} */

.abouttitle{
	font-size: 48px;
	color: #E56A2A;
	font-weight: bold;
}

.aboutText{
	/* width: 80%; */
	margin-top: 80px;
	line-height: 30px;
}

/* 企业文化 */
.enterprise{
	width: 100%;
	/*background: url(../images/sbd/6a5cbdc8ab00fdef8c093db982890fbb.png) no-repeat;*/
	/*height: 783px;*/
	background-size: 100% 100%;
}

.enterprisemain{
	padding-top: 100px;
	/* width: 1350px; */
	/* margin: 0 auto; */
}

.title{
	padding-top: 50px;
	text-align: center;
	font-size: 48px;
	font-weight: bold;
	color: white;
}
.title2{
	padding-top: 50px;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: white;
}
.enterprisemain p{
	margin-top: 50px;
	line-height: 30px;
	color: white;
	font-size: 16px;
}

/*产品展示*/
.in-business ul{
	/* width: 1; */
}
.in-business ul li {
	width: 30.9%;
	float: left;
	margin: 30px 1.6%;
	border: 1px solid #E5E5E5;
	border-radius: 3px;
}

.in-business ul li a:hover {
	/* color: #FFFFFF; */
	color: #EA5401;
}

.in-business ul li:hover {
	background: #0054AC;
}

.in-business ul li:hover {
	box-shadow: 0 0 6px 0 #A7E9FF;
}

.business-img {
	width: 100%;
	height: 258px;
	border-radius: 3px;
	overflow: hidden;
	z-index: 1;

}

.in-business ul li img {
	width: 100%;
	height: 100%;
	border-radius: 3px;
}

.in-business ul li:hover img {
	transform: scale(1.2, 1.2);
	-webkit-transform: scale3d(1.2, 1.2);
	-ms-transform:scale(1.2, 1.2);
	
	transition: .8s transform;
	-webkit-transition: .8s transform;
	 -ms-transition: .8s transform;
}

.in-business ul li:nth-child(3n-2) {
	margin-left: 0;
}

.in-business ul li:nth-child(3n) {
	margin-right: 0;
}

.in-business ul li .onep {
	background-color: white;
	font-weight: bold;
	/* color: #1C1F1F; */
	width: 100%;
	font-size: 20px;
	line-height: 60px;
	/* margin: 10px auto 20px; */
	text-align: center;
}

/* 联系我们 */
.dfdfsb{
	margin: 50px 0;
	display: flex;
	justify-content: space-between;
}
.displayflex{
	margin: 20px 0;
	display: flex;
	align-items: center;
}
.displayflexadd{
	margin: 20px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	/*align-items: center;*/
}

.footer {
	padding: 30px 0;
}

.footer>div>div a:nth-child(2) {
	margin: 0 20px;
}

.map {
	padding: 10px 0;
	background: #E1E1E1;
}

.map>img {
	width: 100%;
	;
}

.chat {
	position: fixed;
	z-index: 99999;
	top: 50%;
	right: 0.5%;
	transform: translateX(-50%) translateY(-0.5%);
	width: auto;
}

.chat ul li {
	position: relative;
}

.chat img {
	margin: 1px 0;
	cursor: pointer;
}

.chat-main,
.chat-main-wechat {
	display: none;
	position: absolute;
	top: 0;
	right: 46px;
	width: 187px;
	height: 70px;
}

.chat-main>img {
	position: relative;
	width: 100%;
	height: 100%;
}

.chat-cont {
	position: absolute;
	top: 10%;
	left: 5%;
	width: 90%;
	height: 100%;
}

.chat-cont img {
	width: 58px;
	height: 58px;
}

.chat-cont>div {
	margin: 10px 0 0 10px;
}

.chat-main-wechat {
	width: 131px;
	height: 137px;
}

.chat-main-wechat .chat-cont img {
	width: 104px;
	height: 104px;
}

.chat-main-wechat .chat-cont {
	position: absolute;
	top: 3%;
	left: 0;
	width: 100%;
	height: 100%;
}

.chat-main-wechat .chat-cont>div {
	margin: 5px 0 0 10px;
}

/*关于我们*/
/* .banner,.business-main-one,.QHSE,.contact{
    margin-top: 153px;
} */
.banner,
.banner-ph,
.banner-ph img,
.banner img {
	width: 100%;
}

.introduction-main {
	margin: 50px 0 0 0;
}

.introduction-main>div {
	width: 49%;
}

.introduction-img img {
	width: 100%;
}

.introduction-main>.fr>div {
	text-indent: 2em;
	color: #666666;
	letter-spacing: 0.1px;
	line-height: 34px;
}

.introduction-main>div>div:last-child {
	margin: 50px 0 0;
}

.texticon {
	width: 11px !important;
	height: 14px !important;
	margin: 0 5px;
}

.introduction-main>.fl>div {
	color: #666666;
	letter-spacing: 0.1px;
	line-height: 30px;
}

.culture-main ul li {
	margin: 20px 0;
}

.culture-main ul li img {
	width: 56px;
	height: 56px;
	margin: 0 20px;
}

.culture-main ul li>.culture-main-text {
	width: 90%;
	border-bottom: 1px solid #E5E5E5;
	padding-bottom: 10px;
	line-height: 30px;
}

.culture-main ul li>div p {
	color: #666666;
}

.culture-main ul li>div span {
	color: #333333;
}

.culture-main ul li:nth-child(1)>.culture-main-text,
.culture-main ul li:nth-child(2)>.culture-main-text {
	width: 60%;
}

.culture-main>img {
	width: 100%;
	margin: 30px 0;
}

.cooperation {
	background: #E1E1E1;
	padding-top: 10px;
	margin-top: 50px;
}

.cooperation img {
	width: 100%;
}

/*QHSE*/
.QHSE {
	width: 100%;
	height: 965px;
	background: url(../images/yw_icon_026.png) no-repeat;
	padding-bottom: 30px;
}

.QHSE-main-text:nth-child(1) {
	padding: 8% 0 5%;

}

.QHSE-main-text {
	width: 80%;
}

.QHSE-main-text img {
	width: 47px;
	height: 46px;
	margin: 15px 0;
}

.QHSE-main-text>.fr {
	width: 94%;
	font-size: 16px;
	line-height: 34px;
	color: #666666;
}

.QHSE ul li {
	width: 25%;
	margin-top: 12%;
	float: left;
	text-align: center;
}

.QHSE ul li img {
	width: 90%;
	margin: auto;
}

/*联系我们*/
.contact {
	width: 100%;
	height: 1024px;
	background: url(../images/contact.png) no-repeat;
}

.contact-title {
	padding: 20px 0;
	width: 35%;
	margin: auto;
}

.contact-title p {
	margin: 10px 0;
}
.contact-ul{
	width: 48%;
}
.contact-ul ul li {
	width: 100%;
	margin: 10px 0;
	border-bottom: 1px solid #FFFFFF;
}

.contact-ul ul li:nth-child(even) {
	float: right;
}

.contact-ul ul li>div {
	padding: 10px 0;
}
.contact-ul ul li span{
	color: #999999;
	background-color: rgba(255,255,255,1);
	border-radius: 3px;
	padding: 2px 5px;
}

/*服务保障*/
.service-banner {
	background: #FDFDFD;
}
.service-banner img{
	width: 45%;
	margin: auto;
}
.service-title {
	width: 750px;
	margin: auto;
}

.service-title ul li {
	margin: 10px 0;
}

.service-title ul li img {
	width: 38px;
	height: 35px;
}

.resources {
	width: 100%;
	height: 928px;
	background: url(../images/serve_06.png) no-repeat;
}

.resources .content {
	/* padding: 10px 0; */
}

.resources-ul {
	padding: 10px 0;
	margin: 50px auto 60px;
	border-radius: 5px;
	background: #E5E5E5;
}

.resources-ul ul li {
	width: 20%;
	padding: 2%;
	float: left;
	text-align: center;
}

.resources-ul ul li img {
	width: 51px;
	height: 49px;
	margin: 10px 0;
}

.resources-ul ul li .left {
	width: 90%;
	margin: 10px auto;
	line-height: 30px;
}

.resources-sw {
	position: relative;
}

.swiper-slide img {
	width: 100%;
}

.support {
	padding: 40px 0;
}

.support>div {
	width: 50%;
}

.support-img img {
	width: 90%;
}

.support-text>div {
	width: 90%;
	margin: 50px auto;
}

.support-text>div span {
	line-height: 34px;
}

.support-text>div img {
	width: 34px;
	height: 40px;
}

/*技术保障*/
.business-main-one,
.business-main-three,
.business-main-five {
	width: 100%;
	height: 559px;
	background: url(../images/yw_icon_01.png) repeat;
}

.business-main .content>div {
	width: 50%;
	font-size: 16px;
	line-height: 34px;
	color: #666666;
}

.business-main-one ul li img {
	width: 34px;
	height: 34px;
}

.business-main-one ul li,
.business-main-two ul li {
	margin: 10px 0;
}

.business-main-one ul li div {
	width: 93%;
}

.business-main-two ul li div {
	width: 90%;
}

.business-main-one .fr img {
	width: 80%;
	margin: 80px auto 0;
}

.business-main-two ul li div {
	line-height: 46px;
}

.business-main-two ul li img {
	width: 46px;
	height: 46px;
}

.business-main-two .fl img {
	width: 60%;
}

.business-main-three {
	padding: 10px 0;
}

.business-main-three .fl img {
	width: 60%;
}

.business-main-three ul li div {
	width: 90%;
}

.business-main-three ul {
	margin: 80px 0 0;
}

.business-main-three ul li {
	margin: 30px 0;
}

.business-main-three ul li img {
	width: 46px;
	height: 46px;
	margin: 20px 0;
}

.business-main-four {
	padding-bottom: 50px;
}

.business-main-four ul li {
	margin: 10px 0;
}

.business-main-four .fl>img {
	width: 80%;
	margin: 30px 0;
}

.business-main-four .fl ul li>img {
	width: 46px;
	height: 46px;
	margin: 10px 0;
}

.business-main-four ul li div {
	width: 90%;
}

.business-main-four .fr img {
	width: 45%;
	margin: 50px auto 0;
}

.business-main-five {
	padding: 10px 0 0 0;
}

.business-main-five .fl img {
	width: 80%;

}

.business-main-five .fr {
	margin: 20px 0 0;

}

.business-main-six ul li {
	margin: 20px 0;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
}

.business-main-six ul li .fl {
	width: 20%;
	text-align: center;
}

.business-main-six ul li .fl img {
	width: 100%;
	margin: 10px;
}

.business-main-six ul li .fr {
	width: 70%;
	padding: 30px 5%;
	text-align: left;
	color: #666666;
	font-size: 16px;
	margin-top: -30px;
	line-height: 34px;
}

@media screen and (max-width: 1200px) {
	.swiper-button-prev {
		left: 50px !important;
	}

	.swiper-button-next {
		right: 50px !important;
	}
}

@media screen and (max-width: 768px) {
    
    /* 关于斯倍德 */
	.about{
		display: none;
	}
	.aboutapp{
		display: block;
	}
	.aboutMainapp{
		position: relative;
	}
	.aboutBack{
		top: 20px;
		right: -150px;
		position:absolute;
	}
	.aboutBacktext{
		top: 100px;
		left: 30px;
		position:absolute;
	}
	
	/* 企业文化 */
	.enterprise{
		display: none;
	}
	.enterpriseapp{
		width: 100%;
		/*padding-bottom: 50px;*/
		background: url(../images/sbd/6a5cbdc8ab00fdef8c093db982890fbb.png) ; 
		/* no-repeat */
		/*height: 683px;*/
		background-size: 100%;
		display: block;
	}
	.enterpriseapp .enterprisemain{
		margin: 0 30px;
		margin-top: 50px;
		line-height: 30px;
		color: white;
		font-size: 16px;
	}
	
	/* 联系我们 */
	.lianxi{
		display: none;
	}
	.lianxiapp{
		display: block;
	}

	.header,
	.slideBox,
	.banner {
		display: none;
	}

	.ph_meun,
	.slideBox-ph,
	.banner-ph {
		display: block;
	}

	.ph_meun .logo {
		width: 20%;
		margin: 12px 3%;
	}

	.slideBox,
	.banner,
	.business-main-one,
	.service-banner{
		margin-top: 50px;
	}

	.ft28 {
		font-size: 24px;
	}

	.ft24 {
		font-size: 20px;
	}

	.ft22 {
		font-size: 18px;
	}

	.in-business ul li,
	.in-business ul li:nth-child(3n-2),
	.in-business ul li:nth-child(3n) {
		width: 45.7%;
		margin: 30px 2%;
	}

	.footer>div>div {
		width: 100%;
		text-align: center;
		margin: 10px 0;
	}

	.footer .head-iocn {
		display: block;
	}

	.introduction {
		width: 90%;
		margin: auto;
	}

	.introduction-main>div {
		width: 100%;
	}


	.culture-main ul li>.culture-main-text,
	.culture-main ul li:nth-child(1)>.culture-main-text,
	.culture-main ul li:nth-child(2)>.culture-main-text {
		width: 94%;
		padding: 0 3%;
	}

	.culture-main ul li>div {
		width: 100%;
		margin: auto;
		text-align: center;
	}

	.culture-main-text .ft24 {
		text-align: center;
	}

	.culture-main-text>div {
		text-align: left;
	}

	.QHSE-main {
		padding: 0 3%;
	}

	.QHSE-main-text>.fr,
	.QHSE-main-text>.fl,
	.QHSE-main-text {
		width: 100%;
		text-align: center;
	}

	.QHSE-main-text>.fr {
		text-align: left;
	}

	.QHSE {
		height: auto;
		background: none;
	}

	.QHSE ul li {
		width: 50%;
	}

	.contact {
		height: 1700px;
		background: url(../images/contact.png) repeat;
		margin-top: 50px;
	}

	.contact-ul {
		width: 94%;
		padding: 0 3%;
	}
	.contact-title {
		width: 100%;
	}

	.contact-title .left {
		width: 50%;
		margin: auto;
	}

	.content .ft24 {
		padding: 3% 5%;
	}


	.contact-ul ul li {
		width: 100%;
		height: auto;
		margin: 10px auto;
	}

	.contact-ul ul li:nth-child(even) {
		float: left;
	}
	
	.service-title {
		width: 96%;
		margin: 10px auto;
	}

	.resources {
		height: auto;
		background: url(../images/serve_06.png) repeat;
	}

	.resources-ul {
		margin: 0 auto;
	}

	.resources-sw {
		background: #E5E5E5;
	}

	.resources-ul ul {
		width: 90%;
		margin: auto;
	}

	.resources-ul ul li {
		width: 100%;
	}

	.resources-ul ul li .left {
		width: 85%;
		text-align: center;
	}

	.support>div {
		width: 100%;
	}

	.swiper-button-prev {
		display: none !important;
	}

	.swiper-button-next {
		display: none !important;
	}

	.business-main .content>div {
		width: 100%;
	}

	.business-main {
		width: 94%;
		height: auto;
		padding: 0 3%;
	}

	.business-main-one ul li div {
		width: 94%;
	}

	.business-main-one .fr img {
		margin: 80px auto;
	}

	.business-main-two .fl img {
		margin: 30px auto;
	}

	.business-main-two ul li div {
		width: 92%;
	}

	.business-main-three {
		padding-top: 5px;
	}

	.business-main-four ul li div {
		width: 92%;
	}

	.business-main-five {
		margin: 50px 0 0;
		padding: 5px 3% 0;
	}

	.map .worldwideGas,
	.resources-sw {
		display: none;
	}

	.map>img {
		display: block;

	}

	.cooperation .in-title {
		margin: 20px auto;
	}
}

@media screen and (max-width: 480px) {

	.header,
	.slideBox {
		display: none;
	}

	.ph_meun,
	.slideBox-ph {
		display: block;
	}

	.ph_meun .logo {
		width: 30%;
		margin: 12px 3%;
	}

	.slideBox,
	.banner,
	.banner-ph {
		margin-top: 50px;
	}

	.in-business ul li,
	.in-business ul li:nth-child(3n-2),
	.in-business ul li:nth-child(3n) {
		width: 80%;
		margin: 30px 10%;
	}

	.business-img{
		height: 199px;
	}
	.contact-title .left {
		width: 96%;
		margin: auto;
	}

	.business-main-one ul li div {
		width: 88%;
	}

	.business-main-one .fr img {
		margin: 80px auto;
	}

	.business-main-two .fl img {
		margin: 30px auto;
	}

	.business-main-two ul li div {
		width: 85%;
	}

	.business-main-three ul li div {
		width: 85%;
	}

	.business-main-four ul li div {
		width: 85%;
	}

	.business-main-six ul li .fl {
		width: 95%;
	}

	.business-main-six ul li .fr {
		width: 90%;
	}

	.introduction-main {
		margin: 5px 0;
	}

}
