.navbar-brand {
	padding: 0;
}

.navbar {

	margin-bottom: 0px;

}

.navbar-default {
	background-color: #ffffff;
	border-color: #ffffff;
}

.navbar-brand img {
	height: 50px;
}

.banner img {
	width: 100%;
}

.title-box {
	text-align: center;
}

.title-box .title-1 {
	color: #e93340;
	font-size: 50px;
	font-weight: 600;
}

.title-box .title-2 {
	color: #838383;
	font-size: 30px;
	font-weight: 300;

}
.index-product .pro{
	margin-bottom: 5%;
	overflow: hidden;
}
.index-product div img {
	width: 80%;
	margin: 0 auto;
	max-width: 100%;
}

.index-company div img {
	width: 100%;
}

.index-2,
.index-4 {
	background-image: url(../img/Bg.png);
	background-size: 100%;
	padding: 100px 0px;
}

.index-about div img {
	width: 100%;

}


.index-about .about-title1 {
	margin-bottom: 35px;
}

.index-about .about-title1 .about-title1-1 {
	color: #5cdefb;
	font-weight: 600;
}

.index-about .about-title1 span {
	float: left;
}

.index-about .about-title1 span img {
	padding: 0px 10px;
}

.index-about .about-txt1 {
	text-align: left;
}

.index-about-2 {
	padding-top: 30px;
	padding-bottom: 30px;
}

.index-about .about-title1 {
	padding-top: 50px;
}

.index-about .about-title2 {
	padding-top: 50px;
}

.index-about .about-title2-2-1 {
	text-align: left;
	font-size: 35px;
	font-weight: 600;
}

.index-about .about-title2-2-2 {
	text-align: left;
}

.index-about .about-txt2 {
	padding-top: 20px;
}



.about-txt2-left {
	background-color: #c0e0f7;
	color: #000000;
	font-weight: 600;
	font-size: 20px;
	padding: 15px;
	border-radius: 50px;

}

.index-about .about-txt2-01 {
	padding-top: 10px;
}

.about-txt2-right {
	text-align: left;
}

.about-txt2-right .about-txt2-1 {
	/* font-size: 20px; */
	font-weight: 600;
}

.about-txt2-right .about-txt2-2 {
	/* font-size: 20px; */
}



.index-cooperative div img {
	width: 100%;
	margin-top: 20px;
	/* padding-bottom: 130px; */


}

.index-cooperative div p .dots {
	color: #f8db01;
	background-color: #f8db01;
	border-radius: 50px;
	margin-left: -50px;
	margin-right: 20px;
	/* font-size: 100px; */

}

.index-cooperative div p {

	box-shadow: 0px 7px 15px #83838329;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: #83838329 1px solid;
	border-left: #83838329 1px solid;
	border-right: #83838329 1px solid;
	border-radius: 0% 0% 6px 6px;
	font-size: 28px;
}

.index-news {

	margin-bottom: 100px;
}

.index-news .news-box {
	border: #f8f8f8 1px solid;
	border-radius: 15px;
	/* padding: 0px; */
	margin-top: 35px;

}

.index-news .news-box .news-title {
	height: 75px;
	line-height: 75px;
	font-size: 20px;
	font-weight: 600;
	background-color: #f8f8f8;
}

.index-news .news-box .news-txt {
	text-align: left;
	padding: 3% 5% 1% 5%;
	font-size: 14px;
	color: #9e9e9e;
}

.title-box {
	padding-top: 75px;

}

.index-2 .title-2,
.index-3 .title-2,
.index-4 .title-2,
.index-5 .title-2,
.index-6 .title-2 {
	padding-bottom: 30px;
}

footer .footer-menu {
	margin-top: 20px;
}

footer .footer-menu a {
	color: #000000;
	line-height: 50px;
	font-weight: 600;
	font-size: 20px;
}

footer .footer-menu ul {
	padding: 0px;
}

footer .footer-menu ul li {
	list-style: none;
	/* padding: 0px; */
}

footer .footer-menu ul li a {
	line-height: 30px;
	color: #7c7c7c;
	font-weight: 100;
	font-size: 18px;
}

footer .footer-logo {
	text-align: center;
}

footer .footer-chat {
	text-align: center;
}

footer .footer-logo img {
	width: 100%;
}

footer .footer-chat img {
	/* width: 100%; */
}

.copyright {
	margin-top: 20px;
	text-align: center;
	background-color: #273166;
	color: #ffffff;
	line-height: 55px;
}
.index-product span{
	background: linear-gradient(to top,rgba(0,0,0,0.6),rgba(0,0,0,0.2));
    color: #fff;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    line-height: 30px;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    font-size: 18px;
	height: 30px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
}
.index-product .pro{
	box-shadow: 5px 5px 8px rgba(0,0,0,0.2);
	position: relative;
}
.index-product .pro:hover img{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.index-product .pro:hover span{
	opacity: 0;
}
/* .index-product div:nth-child (2){
	margin-left: 23px;
} */
/* 超小屏幕（手机，小于 768px） */
/* 没有任何媒体查询相关的代码，因为这在 Bootstrap 中是默认的（还记得 Bootstrap 是移动设备优先的吗？） */
@media (min-width: 10px) and (max-width: 768px) {

	.index-cooperative div p .dots {
		display: none;
		color: #f8db01;
		background-color: #f8db01;
		border-radius: 50px;
		margin-left: -2.5px;
		margin-right: 5px;


	}

	.index-cooperative div p {

		box-shadow: 0px 7px 15px #83838329;
		padding-top: 20px;
		padding-bottom: 20px;
		border-bottom: #83838329 1px solid;
		border-left: #83838329 1px solid;
		border-right: #83838329 1px solid;
		border-radius: 0% 0% 6px 6px;
		font-size: 15px;
	}

	.title-box {
		padding-top: 40px;
	}

	.title-box .title-1 {

		font-size: 30px;

	}

	.title-box .title-2 {

		font-size: 15px;


	}

	footer .footer-menu a {
		color: #000000;
		line-height: 20px;
		font-weight: 600;
		font-size: 13px;

	}

	footer .footer-menu ul {
		padding: 0px;
	}

	footer .footer-menu ul li a {
		line-height: 18px;
		color: #7c7c7c;
		font-weight: 100;
		font-size: 12px;
	}


}


/* 小屏幕（平板，大于等于 @screen-sm-min 768px） */

@media (min-width: 768px) {

	
	.navbar-brand img {
		margin-top: 13px;
		height: 74px;

	}


	.navbar-nav>li>a {
		padding-top: 40px;
		padding-bottom: 40px;
		/* width: 15%; */
	}

	.navbar-brand {
		padding: 0;
	}


	.index-cooperative div p .dots {
		color: #f8db01;
		background-color: #f8db01;
		border-radius: 50px;
		margin-left: -10px;
		margin-right: 10px;
		/* font-size: 100px; */

	}

	.index-cooperative div p {

		box-shadow: 0px 7px 15px #83838329;
		padding-top: 20px;
		padding-bottom: 20px;
		border-bottom: #83838329 1px solid;
		border-left: #83838329 1px solid;
		border-right: #83838329 1px solid;
		border-radius: 0% 0% 6px 6px;
		font-size: 20px;
	}





}

/* 中等屏幕（桌面显示器，大于等于 @screen-md-min 992px） */
@media (min-width: 992px) {

	.navbar {
		margin: 0px 15px;
	}

	.navbar-nav>li {
		padding-left: 30px;

	}

}

/* 大屏幕（大桌面显示器，大于等于 @screen-lg-min 1200px） */
@media (min-width: 1200px) {

	.navbar {
		margin: 0px 30px;
	}

	.navbar-nav>li {
		padding-left: 10px;

	}

	.index-cooperative div p .dots {
		color: #f8db01;
		background-color: #f8db01;
		border-radius: 50px;
		margin-left: -50px;
		margin-right: 20px;
		/* font-size: 100px; */

	}

	.index-cooperative div p {

		box-shadow: 0px 7px 15px #83838329;
		padding-top: 20px;
		padding-bottom: 20px;
		border-bottom: #83838329 1px solid;
		border-left: #83838329 1px solid;
		border-right: #83838329 1px solid;
		border-radius: 0% 0% 6px 6px;
		font-size: 28px;
	}

	.index-news .news-box .news-title {
		height: 75px;
		line-height: 75px;
		font-size: 26px;
		font-weight: 600;
		background-color: #f8f8f8;
	}

	.index-about .about-title1 {
		padding-top: 0px;
	}

}

@media (min-width: 1900px) {

	.navbar {
		margin: 0px 125px;
	}

	.navbar-nav>li {
		padding-left: 80px;

	}

}

