/*头部*/
header{
	overflow: hidden;
}
header .logo{
	width: 240px;
	height: 50px;
	float: left;
	margin-top: 22px;
}
header nav{
	width: 930px;
	height: 97px;
	float: right;
}
header nav .nav{
	height: 97px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
}
header nav .nav li a{
	color: #3e3a39;
	font-size: 16px;
}
header nav .nav li a:hover{
	color: #247ddd;
	/*font-weight: bold;*/
}
header nav .nav li .active{
	font-weight: bold;
	color: #247ddd;
}
/*首页轮播图*/
.banner{
	width: 100%;
	min-width: 1200px;
	font-size: 0;
}
.banner .bannerImg{
	position: relative;
}
.banner .bannerImg li{
	position: absolute;
	top: 0;
	left: 0;
	font-size: 0;
	opacity: 0;
	transition: all 1s;
}
.banner .bannerImg .bannerAct{
	opacity: 1;
}
.banner .bannerImg li a{
	display: block;
	position: relative;
	z-index: 9;
}
.banner .bannerImg li img{
	width: 100%;
	max-height: 560px;
}
.banner .bannerDian{
	position: relative;
	z-index: 10;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	bottom: -27vw;
}
.banner .bannerDian li{
	width: 14px;
	height: 14px;
	border-radius: 50%;
	float: left;
	background-color: #ffffff;
	margin: 0 7px;
	cursor: pointer;
}
.banner .bannerDian .dian{
	background-color: #247ddd;
}
@media screen and (min-width: 400px) and (max-width: 1200px){
	.banner .bannerDian{
		top: 324px;
	}
}
.banner .bg{
	width: 100%;
}
/*首页关于朗博*/
.sAbout{
	width: 100%;
	min-width: 1200px;
	height: 290px;
	background: url("../images/shoub1.jpg") center top no-repeat;
	margin-top: 26px;
}
.sAbout .sAboutT .sAboutL{
	width: 320px;
	float: left;
	padding-right: 44px;
}
.sAbout .sAboutT .sAboutL .sAheng{
	display: block;
	width: 34px;
	height: 4px;
	background-color: #343434;
	margin-top: 62px;
}
.sAbout .sAboutT .sAboutL .sAtit{
	font-size: 20px;
	color: #000000;
	margin-top: 10px;
}
.sAbout .sAboutT .sAboutL .sAcon{
	font-size: 13px;
	color: #2f2725;
	line-height: 22px;
	text-indent: 26px;
	margin-top: 5px;
}
.sAbout .sAboutT .sAboutL .sAbot li{
	float: left;
	margin-right: 5px;
	margin-top: 25px;
}
.sAbout .sAboutT .sAboutL .sAbot li a{
	display: inline-block;
	width: 96px;
	height: 27px;
	background-color: #252432;
	color: #ffffff;
	line-height: 27px;
	text-align: center;
	font-size: 13px;
}
.sAbout .sAboutT .sAboutL .sAbot li a:hover{
	background-color: #247ddd;
}
.sAbout .sAboutC{
	width: 520px;
	height: 290px;
	overflow: hidden;
	float: left;
	position: relative;
}
.sAbout .sAboutC .sAimglist{
	position: absolute;
	left: 0;
	transition: all 1s;
}
.sAbout .sAboutC .sAimglist img{
	width: 520px;
	height: 290px;
	float: left;
}
/*首页联系我们*/
.sAbout .sAboutT .sAboutR{
	width: 237px;
	float: right;
	padding-left: 68px;
}
.sAbout .sAboutT .sAboutR .sAheng{
	display: block;
	width: 34px;
	height: 4px;
	background-color: #ffffff;
	margin-top: 62px;
}
.sAbout .sAboutT .sAboutR .sAtit{
	font-size: 20px;
	color: #ffffff;
	margin-top: 10px;
}
.sAbout .sAboutT .sAboutR .sAbot{
	margin-top: 18px;
}
.sAbout .sAboutT .sAboutR .sAbot li{
	color: #f5f8fd;
	line-height: 21px;
	font-size: 12px;
}
/*首页产品中心*/
.sApro .sAheng{
	display: block;
	width: 34px;
	height: 4px;
	background-color: #343434;
	margin-top: 55px;
}
.sApro .sAtit{
	font-size: 20px;
	color: #000000;
	margin-top: 10px;
}
.sApro .sAproBox{
	overflow: hidden;
	margin-top: 20px;
	width: 1200px;
	height: 271px;
	position: relative;
}
.sApro .sAproBox .sAprolist{
	position: absolute;
	
}
.sApro .sAproBox .sAprolist li{
	font-size: 0;
	float: left;
	margin-right: 40px;
	/*width: 270px;
	height: 270px;
	background: url("../images/sbg.png") no-repeat;
	text-align: center;
	display: table-cell;
	vertical-align: middle;*/
}
.sApro .sAproBox .sAprolist li a img{
	width: 270px;
	height: 270px;
	/*width: 60%;
	vertical-align: middle;*/
}
/*首页公司新闻 行业动态*/
.sAxinxi{
	margin-top: 50px;
	overflow: hidden;
}
.sAxinxi .sAxinxiL{
	float: left;
	width: 689px;
	height: 287px;
	border: 1px solid #e1e1e1;
	padding: 1px;
}
.sAxinxi .sAxinxiL .sAxinxiLs{
	float: left;
}
.sAxinxi .sAxinxiL .sAxinxiX{
	width: 190px;
	position: relative;
	cursor: pointer;
}
.sAxinxi .sAxinxiL .sAxinxiX .sAxinxiGS{
	width: 178px;
	height: 143px;
	background: url("../images/icon1.png") center 32px no-repeat;
	background-color: #8d8d8d;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	line-height: 176px;
}
.sAxinxi .sAxinxiL .sAxinxiX .sAshan{
	display: block;
	width: 0px;
	height: 0px;
	border: 12px solid transparent;
	border-left-color: #ffffff;
	position: absolute;
	top: 50%;
	right: -12px;
	margin-top: -12px;
}
.sAxinxi .sAxinxiL #sAnews .sAxinxiGS{
	background: url("../images/icon2.png") center 32px no-repeat;
	background-color: #8d8d8d;
}
.sAxinxi .sAxinxiL .sAxinxiXact .sAxinxiGS{
	width: 178px;
	height: 143px;
	background-color: #247ddd !important;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	line-height: 176px;
}
.sAxinxi .sAxinxiL .sAxinxiXact .sAshan{
	display: block;
	width: 0px;
	height: 0px;
	border: 12px solid transparent;
	border-left-color: #247ddd;
	position: absolute;
	top: 50%;
	right: -12px;
	margin-top: -12px;
}
.sAxinxi .sAxinxiL .sAxinxiInfo{
	float: left;
	width: 474px;
	height: 267px;
	padding: 10px 20px 10px 5px;
	display: none;
}
.sAxinxi .sAxinxiL .sAxinxiInfoact{
	display: block;
}
.sAxinxi .sAxinxiL .sAxinxiInfo h3 a{
	display: inline-block;
	width: 475px;
	font-size: 16px;
	color: #292929;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-weight: bold;
}
.sAxinxi .sAxinxiL .sAxinxiInfo h3 a:hover{
	color: #247ddd;
	text-decoration: underline;
}
.sAxinxi .sAxinxiL .sAxinxiInfo .sAxinxiInfop{
	padding-bottom: 21px;
	border-bottom: 1px dashed #e2e2e2;
}
.sAxinxi .sAxinxiL .sAxinxiInfo .sAxinxiInfop p{
	width: 475px;
	height: 50px;
	font-size: 13px;
	color: #434343;
	line-height: 16px;
	overflow: hidden;
	text-indent: 26px;
	margin-top: 12px;
}
.sAxinxi .sAxinxiL .sAxinxiInfo .sAxinxiUl li{
	width: 100%;
	height: 52px;
	border-bottom: 1px dashed #e2e2e2;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.sAxinxi .sAxinxiL .sAxinxiInfo .sAxinxiUl li a{
	display: inline-block;
	width: 400px;
	font-size: 13px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 52px;
	color: #434343;
}
.sAxinxi .sAxinxiL .sAxinxiInfo .sAxinxiUl li a:hover{
	color: #247ddd;
}
.sAxinxi .sAxinxiL .sAxinxiInfo .sAxinxiUl li span{
	display: inline-block;
	font-size: 13px;
	line-height: 52px;
	color: #434343;
}
.sAxinxi .sAxinxiR{
	width: 370px;
	float: right;
}
.sAxinxi .sAxinxiR a{
	display: block;
	width: 368px;
	height: 139px;
	border: 1px solid #e1e1e1;
	overflow: hidden;
}
.sAxinxi .sAxinxiR a img{
	width: 86px;
	height: 86px;
	margin-left: 37px;
	margin-top: 25px;
	float: left;
}
.sAxinxi .sAxinxiR a .sAxinxiRs{
	float: left;
}
.sAxinxi .sAxinxiR a span{
	display: block;
	
	margin-left: 37px;
}
.sAxinxi .sAxinxiR a .sAxinxiRt{
	font-size: 20px;
	color: #282828;
	margin-top: 35px;
}
.sAxinxi .sAxinxiR a .sAxinxiRc{
	font-size: 14px;
	color: #4f4f4f;
}
.sAxinxi .sAxinxiR a .sAxinxiRb{
	font-size: 14px;
	color: #5f5f5f;
	margin-top: 10px;
}
/*诚聘英才*/
.job{
	margin-top: 62px;
}
.join_zp{
	width: 1000px;
	text-align: center;
	margin: 0 auto;
}
.join_zp .join_zp_t{
	background-color: #ebedef;
	height: 48px;
	line-height: 48px;
}
.join_zp .join_zp_c{
	color: #393a3a;
	cursor: pointer;
	height: 50px;
	border-bottom: 1px solid #dddddd;
}
.join_zp .join_zp_c:hover{
	color: #247ddd;
}
.join_zp .join_zp_c td{
	border-bottom: 1px solid #dddddd;
}
.join_zp .join_zp_n{
	text-align: left;
	background-color: #ebedef;
	font-size: 14px;
	display: none;
}
.join_zp .join_zp_n td{
	padding-bottom: 25px;
}
.join_zp_n .join_ms{
	width: 930px;
	height: 40px;
	margin: 0 auto;
	line-height: 40px;
}
.join_zp_n .join_ms i{
	display: inline-block;
	width: 2px;
	height: 13px;
	background-color: #1f6ec4;
	margin-right: 5px;
}
.join_zp_n .join_cn{
	width: 930px;
	margin: 0 auto;
	background-color: #ebedef;
	padding: 0 35px 0 35px;
}
.join_zp .join_active{
	display: table-row;
}
/*新闻中心 公司新闻*/
.news{
	margin-top: 72px;
}
.news .newsf{
	overflow: hidden;
}
.news .newsf .newscomR .newscomRul{
	width: 792px;
	float: right;
	margin-right: 73px;
}
.news .newsf .newscomR .newscomRul li{
	width: 787px;
	height: 66px;
	border-bottom: 1px solid #b9b9b9;
	padding-right: 5px;
	overflow: hidden;
}
.news .newsf .newscomR .newscomRul li a{
	width: 650px;
	height: 66px;
	line-height: 66px;
	color: #000000;
	font-size: 17px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	float: left;
}
.news .newsf .newscomR .newscomRul li a:hover{
	color: #4583c7;
}
.news .newsf .newscomR .newscomRul li span{
	display: inline-block;
	float: right;
	height: 66px;
	line-height: 66px;
	color: #000000;
	font-size: 16px;
}
/*新闻详情页*/
.newsInfo .newsinfof{
	overflow: hidden;
	margin-top: 72px;
	padding-bottom: 40px;
}
.newsInfo .newsinfof .newsInfoR{
	width: 860px;
	text-align: center;
	float: right;
}
.newsInfo .newsinfof .newsInfoR h1{
	font-size: 24px;
	color: #000000;
}
.newsInfo .newsinfof .newsInfoR span{
	display: inline-block;
	font-size: 14px;
	color: #000000;
	margin-top: 15px;
}
.newsInfo .newsinfof .newsInfoR .newsinfoC{
	margin-top: 30px;
	text-align: left;
	color: #000000;
	font-size: 17px;
	line-height: 35px;
	text-indent: 36px;
}
.newsInfo .newsinfof .newsInfoR .newsinfoC p{
	text-align: left;
	color: #000000;
	font-size: 17px;
	line-height: 35px;
	text-indent: 36px;
}
.newsInfo .newsinfof .newsInfoR .newsinfoC img{
	width: 860px;
	height: auto;
}
/*产品中心*/
.product{
	margin-top: 72px;
}
.product .productf{
	overflow: hidden;
}
.product .productList{
	float: right;
	width: 891px;
	overflow: hidden;
}
.product .productList .productListUl{
	width: 891px;
	max-height: 870px;
	overflow: hidden;
}
.product .productList .productListUl li{
	width: 240px;
	height: 250px;
	border: 1px solid #bfbfbf;
	font-size: 0;
	float: left;
	margin-right: 50px;
	margin-bottom: 53px;
}
.product .productList .productListUl li a{
	display: block;
	padding-top: 10px;
}
.product .productList .productListUl li img{
	display: block;
	width: 202px;
	height: 202px;
	margin: 0 auto;
}
.product .productList .productListUl li span{
	display: block;
	height: 38px;
	line-height: 38px;
	font-size: 15px;
	color: #000000;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.product .productList .productListUl li a:hover span{
	color: #4583c7;
}
.product .productList .productTab{
	width: 891px;
	text-align: center;
}
.product .productList .productTab td{
	border: 1px solid gray;
}
.product .productList .productTab .productTab_t td{
	font-weight: bold;
	/*text-align: center;*/
	/*border-bottom: none;*/
	height: 30px;
}
.product .productList .productTab .productTab_td{
	border-left: none;
	border-right: none;
}

.product .productList .productTab .productTab_c td{
	/*font-weight: bold;*/
	/*text-align: center;*/
	border-top: none;
	height: 40px;
	text-align: left;
	padding: 5px;
}
/*产品详情页*/
.products{
	margin-bottom: 115px;
}
.product .productInfo{
	width: 840px;
	margin-top: 25px;
}
.product .productInfoL{
	width: 460px;
	float: left;
	font-size: 14px;
}
.product .productInfoL h3{
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 25px;
}
.product .productInfoL p{
	font-size: 14px;
	color: #242424;
	line-height: 20px;
	overflow: hidden;
}
.product .productInfoL p i{
	float: left;
	font-style: normal;
}
.product .productInfoL p span{
	float: left;
	display: inline-block;
	max-width: 360px;
}
.product .productInfoR{
	/*float: right;*/
	margin-right: 80px;
	margin-top: 25px;
	text-align: center;
}
.product .productInfoR img{
	width: 252px;
	height: 310px;
}
.product .productInfoR h3{
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	/*margin-bottom: 25px;*/
	margin-top: 20px;
	/*white-space: ellipsis;*/
	/*overflow: hidden;*/
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;

}
/*关于朗博 公司简介*/
.about .aboutf{
	min-height: 450px;
	overflow: hidden;
	margin-top: 72px;
}
.about .aboutf .aboutR{
	float: right;
	font-size: 0;
}
.about .aboutf .aboutR .aboutRc{
	width: 866px;
	margin-right: 34px;
}
.about .aboutf .aboutR .aboutRc p{
	font-size: 17px;
	line-height: 41px;
	text-indent: 36px;
	color: #000000;
}
.about .aboutf .aboutR .aboutListImg{
	width: 900px;
	margin-top: 40px;
}
.about .aboutf .aboutR .aboutListImg li{
	float: left;
	margin-right: 34px;
	font-size: 0;
	margin-top: 24px;
}
.about .aboutf .aboutR .aboutListImg li img{
	width: 266px;
	height: 171px;
}
/*关于朗博 公司荣誉*/
.about .aboutf .aboutR .honorListImg{
	width: 843px;
	overflow: hidden;
	padding-left: 57px;
}
.about .aboutf .aboutR .honorListImg li{
	float: left;
	margin-left: 35px;
	font-size: 0;
	margin-bottom: 33px;
}
.about .aboutf .aboutR .honorListImg li img{
	width: 266px;
	height: 171px;
}
/*关于朗博 公司文化*/
.about .aboutf .aboutR .cultureImg{
	width: 900px;
	height: 624px;
	margin-bottom: 75px;
}
/*联系我们*/
.contact .contactT{
	margin-top: 76px;
	margin-left: 31px;
}
.contact .contactT .sAheng{
	display: block;
	width: 34px;
	height: 4px;
	background-color: #343434;
}
.contact .contactT .sAtit{
	font-size: 20px;
	color: #000000;
	margin-top: 10px;
}
.contact .contactT .sAbot{
	margin-top: 18px;
}
.contact .contactT .sAbot li{
	color: #000000;
	line-height: 25px;
	font-size: 16px;
}
.contact .contactMap{
	width: 1139px;
	height: 415px;
	margin: 65px auto 80px;
}
/*销售网络*/
.sales .salesT{
	margin-top: 76px;
	margin-left: 31px;
}
.sales .salesT .sAheng{
	display: block;
	width: 34px;
	height: 4px;
	background-color: #343434;
}
.sales .salesT .sAtit{
	font-size: 20px;
	color: #000000;
	margin-top: 10px;
}
.sales .salesImg{
	overflow: hidden;
	margin: 30px 0 98px;W
}
.sales .salesImg .salesImgL{
	width: 523px;
	height: 376px;
	float: left;
}
.sales .salesImg .salesImgR{
	width: 662px;
	height: 376px;
	float: right;
}
/*研发创新*/
.innovate{
	overflow: hidden;
	font-size: 0;
	margin: 45px auto 56px;
}
.innovate .innovateImgL{
	width: 583px;
	height: 516px;
	float: left;
}
.innovate .innovateImgR{
	width: 583px;
	height: 516px;
	float: right;
}
/*质量保证*/
.quality{
	margin-top: 52px;
	min-height: 200px;
}
.quality .qualityzsImg{
	width: 700px;
	margin: 0 auto;
	overflow: hidden;
}
.quality .qualityzsImg li{
	float: left;
	margin: 0 15px;
	margin-bottom: 15px;
	font-size: 0;
}
.quality .qualityzsImg li img{
	width: 320px;
	height: 439px;
}
.quality .qualityzlImg{
	width: 756px;
	margin: 24px auto 0;
	overflow: hidden;
}
.quality .qualityzlImg li{
	float: left;
	margin: 0 7px;
	margin-bottom: 14px;
	font-size: 0;
}
.quality .qualityzlImg li img{
	width: 364px;
	height: 273px;
}
.qualityP{
	width: 1120px;
	font-size: 17px;
	color: #000000;
	line-height: 30px;
	text-indent: 34px;
	margin: 35px auto 0;
}