.container-fluid {
	padding: 0;
}

s #header-bar {
	background: rgba(255, 255, 255, .9);
	z-index: 300;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .15);
	background-color: #fff;
	height: 100px;
}

.top-box {
	border-bottom: 1px solid #dadada;
}

#asd:hover {
	color: #60B7B2
}

#header {
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

h1.logo {
	width: 204px;
	height: 60px;
	background: url("../img/logo.png") no-repeat;
	background-size: 204px auto;
	font-size: 0;
	margin-top: 10px;
	display: inline-block;
}

nav.main-menu {
	display: inline-block;
	width: 600px;

}

nav.main-menu a {
	font-size: 18px;
	color: #000;
	/* height: 60px;
    line-height: 60px; */
	padding-bottom: 20px;
	margin: 0 10px;

}

nav.main-menu a.current {
	color: #35b9b3;
	border-bottom: 4px solid #35b9b3;
}

nav.main-menu a:hover {
	text-decoration: none;
	color: #35b9b3;
}

.hasmore {
	padding-right: 15px;
	background: url("../img/arrow.png") no-repeat right 6px;
}

.banner {
	background: url("https://cdn.minpinyouxuan.com/images/attachment/upload/banner.png") no-repeat 50% 0;
	background-size: auto 560px;
	height: 560px;
	text-align: center;
	color: #ffffff;
}

.banner div .title {
	font-size: 56px;
	padding: 158px 0 48px 0;
	line-height: 56px;
	font-weight: bold;
}

.banner div .desc {
	font-size: 36px;
	line-height: 36px;
	padding-bottom: 58px;
}

.banner div button {
	background-color: #35b9b3;
	border: none;
	width: 160px;
	height: 48px;
	margin: 0 40px;
	color: #ffffff;
	border-radius: 4px;
	font-size: 20px;
}

.part1 {
	padding-bottom: 80px;
	/*height: 650px;*/
}

.part1 div .title {
	color: #555555;
	font-size: 30px;
	line-height: 30px;
	text-align: center;
	padding: 80px 0 60px 0;
	font-weight: bold;
}

.part1 div .box {
	width: auto;
	/*width: 280px;*/
	height: 180px;
	background: #f6f6f6;
	color: #333333;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 8px -7px;
}

.part1 div .box.box-dark {
	background-color: #35b9b3;
	color: #ffffff;
}

.part1 div .box img {
	width: 60px;
	height: 60px;
}

.part1 div .box .sub-title {
	font-size: 18px;
	font-weight: bold;
	line-height: 200%;
}

.part1 div .box .desc {
	font-size: 14px;
}

.part2 {
	/*height: 570px;*/
	padding-bottom: 40px;
	background: #ffffff url("https://cdn.minpinyouxuan.com/images/attachment/upload/part2/bg.png") no-repeat 50% 0;
	background-size: auto 340px;
}

.part2 div .title {
	color: #ffffff;
	font-size: 30px;
	line-height: 30px;
	text-align: center;
	padding: 80px 0 60px 0;
	font-weight: bold;
}

.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5,
.col-xl-1-5 {
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
}

.col-xs-1-5 {
	width: 20%;
	float: left;
}

@media (min-width: 576px) {
	.col-sm-1-5 {
		width: 20%;
		float: left;
	}
}

@media (min-width: 768px) {
	.col-md-1-5 {
		width: 20%;
		float: left;
	}
}

@media (min-width: 992px) {
	.col-lg-1-5 {
		width: 20%;
		float: left;
	}
}

@media (min-width: 1200px) {
	.col-xl-1-5 {
		width: 20%;
		float: left;
	}
}

.case {
	display: inline-block;
	width: 198px;
	height: 340px;
	background-size: cover !important;
	margin: 10px;
	overflow: hidden;
}

.case:hover {
	box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, .3);
}

.case.case1 {
	background: url("https://cdn.minpinyouxuan.com/images/attachment/upload/part2/bg1.png");
}

.case.case2 {
	background: url("https://cdn.minpinyouxuan.com/images/attachment/upload/part2/bg2.png");
}

.case.case3 {
	background: url("https://cdn.minpinyouxuan.com/images/attachment/upload/part2/bg3.png");
}

.case.case4 {
	background: url("https://cdn.minpinyouxuan.com/images/attachment/upload/part2/bg4.png");
}

.case.case5 {
	background: url("https://cdn.minpinyouxuan.com/images/attachment/upload/part2/bg5.png");
}

a.case-content {
	color: white;
	padding: 93px 0px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

a.case-content>img {
	width: 100px;
	height: 100px;

}

a.case-content>.case-title {
	font-size: 18px;
	text-align: center;
	padding-top: 40px;
}

@keyframes case-bg {
	from {
		background: none;
	}

	to {
		background: rgba(53, 185, 179, 0.9);
	}
}

a.case-content:hover {
	animation: case-bg 0.5s normal;
	background: rgba(53, 185, 179, .9);
	text-decoration: none;

}

.brand-box {
	border: 1px solid #eeeeee;
	margin-bottom: 40px;
	box-sizing: border-box;
	overflow: hidden;
	background: white;
}

.brand-img img {
	width: 350px;
	height: 202px;
}

.brand-name {
	height: 40px;
	text-align: center;
	background-color: #eeeeee;
	line-height: 40px;
}

.part3 {
	height: 1060px;
}

#footer {
	/*height: 440px;*/
	background-color: #091522;
	color: white;
}

.footer-content {
	padding: 40px 15px;
}

.footer-logo {
	height: 140px;
	padding-top: 50px;
	border-bottom: 1px solid rgba(255, 255, 255, .2);
	background: url("../img/footer/logo.png") no-repeat 0px 50px;
	background-size: 204px auto;
}

.copyright {
	border-top: 1px solid rgba(255, 255, 255, .2);
	text-align: center;
	font-size: 12px;
	padding-top: 10px;
}

.copyright a {
	color: white;
}

ul,
li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-menu {
	font-size: 12px;
}

.footer-menu .col-lg-1-5 {
	padding: 5px;
}

.footer-menu ul li {
	padding: 5px 0;
}

.footer-menu h6 {
	padding-bottom: 10px;
}

.footer-content .address {
	position: absolute;
	bottom: 0px;
	font-size: 14px;
}

.footer-content .contact {
	padding-top: 50px;
}

#header {
	position: relative;
}

ul.drop-menu {
	position: absolute;
	z-index: 300;
	left: 655px;
	top: 80px;
	width: 187px;
	height: 355px;
	display: block;
	background: url("../img/drop-menu-bg.png") 0 10px no-repeat;
	background-size: 247px auto;
	padding: 38px 0 0 0;
	box-sizing: border-box;
}

ul.drop-menu2 {
	left: 750px;
	width: 218px;
	height: 158px;
	display: block;
	background: url("../img/drop-menu-bg2.png") 0 10px no-repeat;
	background-size: 218px auto;
	padding: 25px 0 0 0;
	box-sizing: border-box;
}

ul.drop-menu li {
	cursor: pointer;
	padding: 8px 20px;
}

li.current {
	color: #35b9b3;
}

#current1 {
	color: #35b9b3;
	border: 1px solid red;
}

.sub-banner {
	background-position: 50% 0;
	background-size: auto 560px;
	height: 560px;
	text-align: center;
	color: #ffffff;
}

.sub-banner div .title {
	font-size: 56px;
	padding: 210px 0 48px 0;
	line-height: 56px;
	font-weight: bold;
}

.sub-banner div .desc {
	font-size: 36px;
	line-height: 36px;
	padding-bottom: 58px;
}

.product-container {
	max-width: 1200px !important;
	padding-top: 20px;
	padding-bottom: 20px;
}

.product-option {
	margin: 40px 0;
}

/*.product-option .col-xs-6,*/
/*.product-option .col-lg-6,*/
/*.product-option .col-md-12,*/
/*.product-option .col-sm-12{*/
/*padding: 0;*/
/*}*/
.product-option .product-desc {
	padding-left: 40px;
	padding-top: 10px;
}

.product-desc .option-title {
	font-size: 30px;
	color: #555555;
	font-weight: bold;
	line-height: 150%;
	padding: 30px 0 30px 0;
}

.product-desc .option-desc {
	font-size: 14px;
	color: #898989;
	line-height: 180%;
}

.product-img {
	/*width: 550px;*/
	/*height: auto;*/
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.product-img img {
	width: 570px;
	/* height: 320px; */
}

.option-btn img {
	width: 120px;
	height: 40px;
	margin-top: 35px;
}

.demand-title {
	font-size: 30px;
	font-weight: bold;
	color: #555555;
	padding: 80px 0;
	text-align: center;
}

.demand-option-box {
	margin-bottom: 20px;
	min-height: 150px;
}

.demand-option-box .demand-subtitle {
	font-weight: bold;
	font-size: 30px;
	color: #555555;
	padding-bottom: 20px;
}

.demand-option-box .demand-desc {
	font-size: 16px;
	color: #898989;
}

.news-box {
	padding: 30px 0;
}

.news-hd {
	margin-bottom: 30px;
}

.news-hd img {
	width: 100%;
	height: auto;
}

.news-bd {}

.news-bd .news-title {
	font-size: 26px;
	font-weight: bold;
	color: #333333;
	line-height: 150%;
}

.news-bd .news-sign {
	font-size: 14px;
	color: #999999;
	line-height: 150%;
	text-align: right;
	padding: 15px 0;
}

.news-bd .news-sign span {
	padding-left: 15px;
}

.news-bd .news-content {
	font-size: 20px;
	line-height: 180%;
}

.news-bd .news-content p {
	margin: 15px 0;
}

.news-bd .news-content img {
	max-width: 100%;
}

nav.page-nav {
	border: 1px solid #dadada;
	margin-top: 30px;
}

.page-nav-head {
	height: 40px;
	background: #35b9b3;
	color: #ffffff;
	margin-top: 10px;
	line-height: 40px;
	font-size: 14px;
	padding: 0 30px;
}

nav.page-nav a {
	display: block;
	color: #333333;
	height: 40px;
	padding: 0 30px;
	border-bottom: 1px solid #dadada;
	line-height: 40px;
	font-size: 14px;
}

nav.page-nav a:hover {
	color: #35b9b3;
}

nav.page-nav a:last-child {
	border-bottom: 0;
}

.about-title {
	color: #35b9b3;
	font-size: 30px;
	padding: 40px 0 20px 0;
	font-weight: bold;
	text-align: center;
}

.about-company {
	color: #333;
	font-size: 20px;
	line-height: 200%;
	font-weight: bold;
	text-indent: 40px;
}

.contact {
	display: flex;
	justify-content: center;
}

.contact .contact-box {
	height: 122px;
	padding: 20px;
	margin-bottom: 40px;
	box-shadow: 0 6px 16px 0 rgba(0, 0, 0, .2);
	display: flex;
}

.phone-text,
.email-text {
	display: flex;
	flex-direction: column;
	padding-left: 20px;
}

.phone-text span,
.email-text span {
	box-shadow: none;
}

.phone-text-hd,
.email-text-hd {
	color: #35b9b3;
	font-size: 24px;
}

.phone-text-bd,
.email-text-bd {
	color: #333333;
	font-size: 20px;
}


.slider {
	width: 100%;
	height: 358px;
	text-align: center;
	overflow: hidden;
}

#sliderNav {
	position: absolute;
	right: 20px;
	top: 350px;
}

#sliderNav a {
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 0 4px;
	background: rgba(255, 255, 255, 0.3);
	border-radius: 5px;
	overflow: hidden;
	text-indent: -999em;
	cursor: pointer;
	border: 0;
}

#sliderNav a.active {
	width: 16px;
	background: #03B3E4;
}

ul#slider li {
	/*width: 1500px;*/
	height: 358px;

	background-size: cover;
	background-position: 50% 50%;
	position: relative;
}

ul#slider li .name {
	width: 100%;
	height: 50px;
	background: rgba(0, 0, 0, .8);
	position: absolute;
	bottom: 0;
	left: 0;
	line-height: 50px;
	color: white;
	text-align: left;
	padding-left: 20px;
}

@media screen and (max-device-width:768px) {
	ul#slider li {
		height: 170px;

		background-size: cover;
		background-position: 50% 50%;
	}
}

/*行业新闻列表*/
.news-list-title {
	font-size: 20px;
	color: #333333;
	font-weight: bold;
	padding-bottom: 20px;
	border-bottom: #dadada 1px solid;
}

.news-list {
	padding-top: 20px;
}

.news-list li {
	display: block;
	float: left;
	margin-bottom: 20px;
}

.news-list li img {
	width: 240px;
	height: 133px;
	object-fit: cover;
	float: left;
	margin-right: 20px;
}

.news-list-item-name {
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	padding-bottom: 16px;
}

.news-list-item-desc {
	color: #666666;
	font-size: 14px;
	line-height: 180%;
}

.float-left {
	float: left;
}

/*page navigation*/
.page-navigation {}

.page-navigation li.page-item {
	font-size: 14px;
	display: inline-block;
	float: left;
	padding: 5px;

}

.page-link {
	border: 1px solid #dadada !important;
	color: #333333 !important;
	border-radius: 0px !important;
}

.page-item.active .page-link {
	background: #35b9b3;
	border: 1px solid #35b9b3 !important;
	color: #ffffff !important;
}
