/*头部*/

@font-face {
	font-family: 'webfont';
	src: url("../font/HELVETICANEUELTSTD-LTEX.OTF")/*tpa=http://fangbao.pro.ke8.net/static/index/font/HELVETICANEUELTSTD-LTEX.OTF*/
	;
}

html,
body {
	font-family: "webfont", "Microsoft YaHei", "微软雅黑", Arial, Helvetica, sans-serif;
	font-size: 16px;
}

a {
	box-sizing: border-box;
}

div {
	outline: none;
}

.swiper-button-next {
	border: 0;
	background: none;
	outline: none !important;
}

.content {
	width: 1200px;
	margin: 0 auto;
}

.Hmain {
	max-width: 1920px;
	min-width: 1600px;
	margin: 0 auto;
	overflow: hidden;
}


/*轮播*/

.Hbanner {
	/*width:100%;*/
	margin: 0 auto;
	height: 500px;
	overflow: hidden;
	margin-top: 74px;
}

.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-wrapper img {
	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;
}


/*服务*/

.service {
	height: 400px;
	background-color: #F5F5F5;
	padding-top: 40px;
}

.tit {
	width: 175px;
	height: 47px;
	text-align: center;
	margin: 0 auto;
	font-size: 24px;
}

.tit .top {
	color: #ff0000;
}

.tit .bot {
	color: #3d4546;
	font-size: 14px;
	line-height: 25px;
}

.service_main {
	width: 955px;
	height: 230px;
	margin: 0 auto;
	margin-top: 70px;
}

.service_main ul {
	overflow: hidden;
}

.service_main ul li {
	float: left;
	/*width: 108px;*/
	height: 230px;
	margin-right: 154px;
	overflow: hidden;
	cursor: pointer;
}

.service_main ul li:last-child {
	margin-right: 0;
}

.service_main ul li .top {
	margin-left: 9.5px;
}

.service_main ul li .con {
	color: #666666;
	font-size: 16px;
	text-align: center;
	margin-top: 26px;
}

.service_main ul li .bot {
	font-size: 12px;
	color: #999999;
	text-align: center;
}

.service_main ul li .bot div:last-child {
	margin-top: 10px;
}

.service_main .border {
	width: 32px;
	height: 2px;
	background-color: #e6e6e6;
	margin: 0 auto;
	margin-top: 18px;
	margin-bottom: 24px;
}


/*产品中心*/

.product {
	padding-top: 60px;
	height: 700px
}

.product ul {
	overflow: hidden;
	margin: 0 auto;
	width: 1587px;
	margin-top: 65px;
}

.product ul li {
	overflow: hidden;
	float: left;
	margin-left: 26.6px;
}

.product ul li a {
	display: block;
	width: 364px;
	height: 470px;
	border: solid 1px rgba(153, 153, 153, 0.38);
}

.product ul li a {
	position: relative;
}

.product ul li a .text {
	position: absolute;
	left: 20px;
	color: #3d4546;
	font-size: 18px;
}

.product ul li a .text div:last-child {
	font-size: 14px;
	color: #979993;
}

.jt {
	color: #999999;
	position: absolute;
	right: 11px;
	bottom: 19px;
	background-image: url(../images/jt.gif)/*tpa=http://fangbao.pro.ke8.net/static/index/images/index/jt.gif*/
	;
	background-repeat: no-repeat;
	width: 16px;
	height: 11px;
}

.product ul li a img {
	width: 100%;
	height: 100%;
	margin: 7px;
}

.more {
	width: 128px;
	height: 33px;
	line-height: 33px;
	font-size: 20px;
	color: #999999;
	border: solid 1px #e6e6e6;
	margin: 0 auto;
	text-align: center;
	margin-top: 50px;
	cursor: pointer;
}


/*荣誉证书*/

.banner2 {
	height: 724px;
	margin: 0 auto;
	overflow: hidden;
	background-image: url(../images/bj.png)/*tpa=http://fangbao.pro.ke8.net/static/index/images/index/bj.png*/
	;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center;
	position: relative;
}

.banner2 .tit {
	position: absolute;
	top: 94px;
	left: 50%;
	transform: translateX(-50%);
}

.swiper-container2 {
	width: 100%;
	overflow: hidden;
	position: relative;
}


/*新闻中心*/

.Nav {
	padding-top: 40px;
	overflow: hidden;
	/*	height: 754px;*/
}

.Nav .main2 {
	margin-top: 75px;
	overflow: hidden;
}

.Nav .main2 .left {
	float: left;
	width: 540px;
}

.Nav .main2 .right {
	float: right;
	width: 540px;
}

.Nav .main2 .left .news {
	width: 540px;
	line-height: 24px;
}

.Nav .main2 .left .txt {
	width: 140px;
	font-size: 18px;
	color: #e60012;
	float: left;
	padding-left: 20px;
}

.Nav .main2 .left .more2 {
	width: 65px;
	font-size: 14px;
	color: #999999;
	float: right;
	cursor: pointer;
}

.hy {
	color: #3d4546;
	font-size: 18px;
	overflow: hidden;
	padding: 28px 0 0 0;
}

.hy div {
	float: left;
}

.hy div:last-child {
	float: right;
	color: #999999;
}

.Nav .main2 .news_day {
	overflow: hidden;
}

.Nav .main2 .news_day li {
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e6e6e6;
}

.Nav .main2 .news_day li .left {
	float: left;
	width: 54px;
}

.Nav .main2 .news_day li .left div {
	font-size: 22px;
	color: #141d1d;
}

.Nav .main2 .news_day li .left div:last-child {
	font-size: 17px;
	color: #979993;
}

.Nav .main2 .news_day li .right {
	width: 454px;
	float: right;
	font-size: 18px;
	color: #656662;
}

.Nav .main2 .news_day li:first-child .right div {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 1.8;
}


/*.Nav .main .news_day li .right div:last-child{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}*/

.Nav .main2 .news_day li .right div div:first-child {
	width: 343px;
	color: #323331;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 18px;
}

.Nav .main2 .news_day li .right div div:last-child {
	width: 364px;
	color: #656662;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 18px;
	line-height: 2.5;
}

.Nav .main2 .right .news {
	width: 540px;
	line-height: 24px;
}

.Nav .main2 .right .txt {
	width: 160px;
	font-size: 18px;
	color: #e60012;
	float: left;
	padding-left: 20px;
}

.Nav .main2 .right .more2 {
	width: 65px;
	font-size: 18px;
	color: #999999;
	float: right;
}

.Nav .main2 .news_day2 li .right div div:first-child {
	width: 343px;
	color: #323331;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 18px;
}

.Nav .main2 .news_day2 li .right div div:last-child {
	width: 364px;
	color: #656662;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 18px;
	line-height: 2.5
}

.Nav .main2 .news_day2 {
	overflow: hidden;
	margin-top: 15px;
}

.Nav .main2 .news_day2 li {
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e6e6e6;
}

.Nav .main2 .news_day2 li .left {
	float: left;
	width: 54px;
}

.Nav .main2 .news_day2 li .left div {
	font-size: 22px;
	color: #141d1d;
}

.Nav .main2 .news_day2 li .left div:last-child {
	font-size: 17px;
	color: #979993;
}

.Nav .main2 .news_day2 li .right {
	width: 454px;
	float: right;
	font-size: 18px;
	color: #656662;
}

.Nav .main2 .news_day2 li:first-child {
	border-top: 1px solid #e6e6e6;
}


/*合作客户*/

.cooperation {
	height: 357px;
	background-color: #f5f5f5;
	margin-top: 5px;
	position: relative;
}

.cooperation .tit {
	position: absolute;
	top: 54px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 100;
}

.swiper-container3 {
	width: 100%;
	height: 100%;
	position: relative;
}

.banner .swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat;
}

.banner .swiper-button-next {
	background-image: url(../images/left.png)/*tpa=http://fangbao.pro.ke8.net/static/index/images/index/left.png*/
	;
	left: 279px;
}

.banner .swiper-button-prev {
	background-image: url(../images/right.png)/*tpa=http://fangbao.pro.ke8.net/static/index/images/index/right.png*/
	;
	right: 279px;
	left: unset;
}

.banner2 .swiper-button-next2,
.swiper-button-prev2 {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat;
}

.banner2 .swiper-button-next2 {
	background-image: url(../images/left.png)/*tpa=http://fangbao.pro.ke8.net/static/index/images/index/left.png*/
	;
	left: 130px;
}

.banner2 .swiper-button-prev2 {
	background-image: url(../images/right.png)/*tpa=http://fangbao.pro.ke8.net/static/index/images/index/right.png*/
	;
	right: 130px;
}

.swiper-button-next3,
.swiper-button-prev3 {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat;
}

.swiper-container3 .swiper-button-next3 {
	background-image: url(../images/left.png)/*tpa=http://fangbao.pro.ke8.net/static/index/images/index/left.png*/
	;
	left: 148px;
	top: 214px
}

.swiper-container3 .swiper-button-prev3 {
	background-image: url(../images/right.png)/*tpa=http://fangbao.pro.ke8.net/static/index/images/index/right.png*/
	;
	right: 148px;
	top: 214px
}

.swiper-container3 .swiper-slide ul {
	overflow: hidden;
	width: 1200px;
	margin: 0 auto;
	margin-top: 75px;
}

.swiper-container3 .swiper-slide ul li {
	float: left;
	overflow: hidden;
	width: 200px;
	height: 87px;
}

.swiper-container3 .swiper-slide ul li a img {
	display: block;
	/*width: auto;*/
	height: auto;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.Nav .main2 .left .news img{
	height: auto!important;
}
/*底部*/

.txt {
	position: relative;
}

.txt:after {
	content: ' ';
	display: inline-block;
	width: 8px;
	height: 8px;
	position: absolute;
	left: 0;
	top: 4.5px;
	border-top: 1px solid #e60012;
	border-right: 1px solid #e60012;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

@media only screen and (max-width: 1000px) {
	.banner {
		width: 1000px;
		margin: 0;
		height: auto;
	}
	.banner .swiper-button-next {
		left: 25px;
	}
	.banner .swiper-button-prev {
		right: 25px;
		left: unset;
	}
	.service {
		width: 1000px;
	}
	.product {
		width: 1000px;
		height: 550px;
	}
	.product ul {
		width: 980px;
	}
	.product ul li a {
		width: 212px;
		height: auto;
	}
	.banner2 {
		width: 1000px;
		margin: 0;
	}
	.swiper-container2 {
		width: 980px!important;
	}
	.Nav {
		width: 970px;
		margin: 0;
		padding: 0 15px;
		padding-top: 60px;
	}
	.Nav .main2 .left {
		width: 450px;
	}
	.Nav .main2 .left .news {
		width: 450px;
	}
	.news img {
		width: 450px;
	}
	.Nav .main2 .right {
		width: 450px;
	}
	.Nav .main2 .right .news {
		width: 450px;
	}
	.Nav .main2 .news_day li .left div:last-child {
		font-size: 15px;
	}
	.Nav .main2 .news_day li .left div {
		font-size: 18px;
	}
	.Nav .main2 .news_day li .right {
		width: 384px;
	}
	.Nav .main2 .news_day2 li .left div {
		font-size: 18px;
	}
	.Nav .main2 .news_day2 li .left div:last-child {
		font-size: 15px;
	}
	.Nav .main2 .news_day2 li .right {
		width: 384px;
	}
	.cooperation {
		width: 1000px;
	}
	.cooperation .swiper-slide {
		width: 1000px;
	}
	.swiper-container3 .swiper-slide ul {
		width: 610px;
		display: block;
	}
}

@media only screen and (min-width: 1000px) and (max-width: 1279px) {
	.swiper-container3 .swiper-slide ul {
		width: 800px;
	}
	.Nav .main2 .left .news {
		width: 500px;
	}
	.Nav .main2 .left .news img {
		width: 500px!important;
	}
	.Nav .main2 .news_day li .right {
		width: 410px;
	}
	.Nav .main2 .right {
		width: 500px;
	}
	.Nav .main2 .right .news {
		width: 500px;
	}
	.Nav .main2 .news_day2 li .right {
		width: 410px;
	}
	.Nav .main2 .left {
		width: 500px;
	}
	.Nav .main2 {
		width: 110px;
		margin: 0 auto;
		margin-top: 40px;
	}
	.product ul li a {
		width: 258px;
		height: 367px;
	}
	.product ul li a img {
		width: 258px!important;
		height: 258px!important;
	}
	.product ul {
		width: 1140px;
	}
}

@media only screen and (min-width: 1280px) and (max-width: 1399px) {
	.product ul li a {
		width: 258px;
		height: 367px;
	}
	.product ul li a img {
		width: 258px!important;
		height: 258px!important;
	}
	.product ul {
		width: 1140px;
	}
	.swiper-container3 .swiper-slide ul {
		width: 800px;
	}
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
	.product ul li a {
		width: 298px;
		height: 420px;
	}
	.product ul li a img {
		width: 298px!important;
		height: 298px!important;
	}
	.product ul li a .text {
		width: 258px;
		right: 20px;
	}
	.product ul li a .text div {
		width: 100%!important;
	}
	.product ul {
		width: 1300px;
	}
	.swiper-container3 .swiper-slide ul {
		
		width: 800px;
		
	}
}

