img {
	display: inline-block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}

a {
	color: #000000;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

.topTips {
	display: flex;
	align-items: center;
	padding: 4px 14px;
	justify-content: space-between;
	background-color: #F5F5F5;
	margin-bottom: 14px;
}

.topTips .right {
	display: flex;
	align-items: center;
}

.topTips .right h6 {
	padding: 0 10px;
	border-right: 1px solid #cccccc;
}

.topTips .right h6:last-child {
	border-right: none;
}

/* head */
.head {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.head .left {
	display: flex;
	align-items: center;
	width: 80%;
}

.head .logo {
	padding-right: 40px;
	border-right: 2px solid #EEEEEE;
	margin-right: 20px;
}

.head .slogan {
	width: 60%;
}

.head .slogan h1 {
	font-weight: bold;
	font-size: 26px;
	margin-bottom: 0;
	margin-top: 10px;
}

.head .slogan span {
	color: #258C44;
}

.head .slogan h2 {
	font-size: 16px;
	margin-top: 10px;
}

.head .tel {
	width: 20%;
	background: url(../img/tel.jpg) no-repeat 0 center;
	padding-left: 55px;
}

.navBox {
	margin-top: 20px;
	padding: 0 34px;
	background: -webkit-linear-gradient(bottom, #1E85E4, #1E85E4);
}

.navBox .nav li {
	background: url(../img/line.png) no-repeat right center;
}

.navBox .nav a {
	color: #000000;
	padding: 20px;
	border-radius: 0;
	position: relative;
}

.navBox .nav .active a {
	color: #000000;
	background-color: #ffae00;
}

.navBox .nav a:hover {
	background-color: unset;
}

.navBox .subNav {
	display: none;
	position: absolute;
	background-color: #258C44;
	width: 100%;
	text-align: center;
	padding: 0;
	color: #000000;
	z-index: 99;
}

.navBox .subNav li {
	list-style: none;
	padding: 4px 0;
}

/* swiper */
.swiper-container {
	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;
}

/* hostTips */
.hostTips {
	margin-top: 20px;
	padding: 0 20px;
}

.hostTips .title {
	font-size: 16px;
	padding: 0;
}

.hostTips .text {
	padding: 0;
	text-align: left;
}

.hostTips .text a {
	margin-left: 20px;
	color: #333;
}

/* product */
.product {
	margin-top: 40px;
	margin-bottom: 40px;
}

.product .title {
	display: flex;
	align-items: center;
	justify-content: center;
}

.product .title .line {
	width: 4%;
	height: 2px;
	background-color: #DCDCDC;
}

.product .title .text {
	color: #1248a5;
	font-weight: bold;
	margin: 0 20px;
}

.product .content {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 40px;
}

.product .content .item {
	margin-top: 10px;
	padding: 4px 10px;
	background-color: #0a4ba2;
	color: #fff;
	margin-right: 20px;
}

/* modalBox */
.modalBox .item1 .title {
	font-size: 16px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.modalBox .item1 .tips {
	color: #cfba98;
	font-weight: bold;
}

.modalBox .item1 .time {
	font-weight: bold;
}

.modalBox .item1 .text {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	margin-top: 14px;
}

.modalBox .item1 .imgBox {
	margin-top: 14px;
}

.modalBox .item1 .imgBox .img {
	padding: 0 4px;
}

.modalBox .item2 {
	margin-top: 14px;
}

.modalBox .item2 .img {
	overflow: hidden;
	position: relative;
}

.modalBox .item2 .time {
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	height: 100px;
	background-color: rgba(0, 0, 0, 0.5);
	font-size: 1.65rem;
	font-weight: bold;
	color: #C0C0C0;
	text-align: center;
	line-height: 100px;
}

.modalBox .item2 .title {
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #797979;
	padding-bottom: 10px;
	border-bottom: 1px #bebebe solid;
	margin-top: 14px;
}

.modalBox .item2 .text {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	color: #797979;
	margin-top: 10px;
}

/* equipment */
.equipment .title {
	margin-top: 32px;
}

.equipment .title .item {
	position: relative;
}

.equipment .title .text {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 10px;
	border-bottom: #C0C0C0 solid 1px;
	position: relative;
}

.equipment .title .line {
	position: absolute;
	/* top: 0; */
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	width: 6%;
	height: 2px;
	background-color: #dd996f;
}

.equipment .title .en {
	text-align: center;
	margin-top: 10px;
	color: #797979;
}

.equipment .title .tips {
	text-align: center;
	margin-top: 10px;
	color: #797979;
}

.equipment .textItem {
	margin: 40px 0;
	background: no-repeat 0 0;
	padding-left: 70px;
}

.equipment .img {
	margin: 40px 0;
}

.equipment .textItem .subTitle {
	color: #258C44;
	font-size: 1.575rem;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

.equipment .textItem .line {
	width: 100%;
	height: 4px;
	border: 1px dashed #d5d5d5;
	margin-bottom: 10px;
}

.equipment .textItem .text {
	margin: 10px 0 0;
	background: url(../img/choose_list_bg.png) no-repeat left 5px;
	padding-left: 30px;
	text-align: justify;
	color: #666;
}

/* videoBox */
.videoBox .title {
	text-align: center;
}

.videoBox .title h2 {
	font-weight: bold;
	margin: 0;
}

.videoBox .title .text {
	margin-top: 10px;
}

.videoBox .content {
	margin-top: 40px;
}

.videoBox .content .item {
	border-radius: 10px;
	overflow: hidden;
	background: url('../img/bottomIcon.jpg') no-repeat right bottom;
	background-size: 26%;
}

.videoBox .content .item .img {
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 10px;
}

.videoBox .content .item .info {
	margin: 0 20px;
}

.videoBox .content .item .productTitle {
	font-size: 16px;
	margin-bottom: 10px;
}

.videoBox .content .item .glyphicon {
	margin-right: 10px;
}

.videoBox .content .item .subTitle {
	font-weight: bold;
	margin-right: 10px;
}

.videoBox .content .item .productTitle,
.videoBox .content .item .productThroughput,
.videoBox .content .item .materialType,
.videoBox .content .item .productCollocation,
.videoBox .content .item .productSpecs {
	margin-bottom: 10px;
}

.videoBox .content .item .productSpecs {
	color: #f03c54;
}

/* poster */

.poster {
	margin: 10px 0;
	background-color: #0D469C;
}

.poster .row {
	margin: 0;
}

.poster h2 {
	color: #69c8fd;
	font-weight: 100;
}

.poster .call {
	color: #fff;
	font-size: 1.5rem;
	margin-top: 20px;
	display: flex;
	align-content: center;
	margin-bottom: 10px;
}

.poster .call .number {
	margin-left: 20px;
	color: #fff;

}

.poster .call .number i {
	font-style: normal;
}

.poster .left {
	padding: 0 20px;
}

.poster .right {
	transform: skew(-30deg);
	background-color: #69c8fd;
	color: #084C9E;
	padding: 20px;
	text-align: center;
	margin: 16px 0;
	letter-spacing: 1px;
	margin-left: 40px;
}

.poster .right .text {
	transform: skew(30deg);
	font-weight: bold;
	font-size: 16px;
}

/* aboutUs */
.aboutUs .title {
	text-align: center;
	background: url('../img/aboutUs.png') no-repeat center;
	padding: 20px 0;
}

.aboutUs .title .cn {
	color: #0564cd;
	font-weight: bold;
	font-size: 32px;
}

.aboutUs .left .contentTitle {
	color: #747272;
	font-weight: bold;
}

.aboutUs .left .info {
	color: #a79faf;
	line-height: 30px;
}

.aboutUs .content {
	margin: 10px 0;
}

/* subSwiper */

.subSwiperxs,
.subSwiper {
	margin: 10px 0;
	font-size: 1.05rem;
}

.subSwiperxs .item,
.subSwiper .item {
	position: relative;
}

.subSwiperxs .mask,
.subSwiper .mask {
	position: absolute;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	text-align: center;
	width: 100%;
}

/* news */
.news {
	margin: 20px 0;
}

.news .title {
	display: flex;
	align-items: center;
	justify-content: center;
}

.news .title .leftBox {
	width: 14%;
	padding: 20px 0;
	border: #5f5e5e solid 2px;
	border-right: none;
}

.news .title .rightBox {
	width: 14%;
	padding: 20px 0;
	border: #5f5e5e solid 2px;
	border-left: none;
}

.news .title .text {
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	padding: 0;
	margin: 0 10px;
}

.news .title .text span {
	color: #ff0200;
}

.news .title .text .subText {
	font-size: 14px;
	color: #666;
}

.news .en {
	text-align: center;
	color: #666;
	font-size: 12px;
	margin-top: 6px;
}

.news .content {
	margin: 10px 0;
	display: flex;
	align-content: center;
	justify-content: space-between;
}

.news .content .item {
	width: 30%;
	padding: 0;
	background-color: #f9f9f9;
	padding-bottom: 20px;
	border-bottom: 4px solid #fb0000;
}

.news .content .item:last-child {
	margin: 0;
}

.news .content .item .img {
	width: 100%;
}

.news .content .item img {
	width: 100%;
}

.news .content .info {
	margin-top: 10px;
	padding: 0 10px;
}

.news .content .info .infoTitle {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

.news .content .info .infoText {
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-bottom: 16px;
}

.news .list {
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.news .list .listItem {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 46%;
	margin-bottom: 20px;
}

.news .list .listItem .left {
	margin-right: 10px;
	width: 1%;
}

.news .list .listItem .right {
	width: 96%;
}

.news .list .listItem .line {
	width: 4px;
	height: 14px;
	background-color: #f00000;
}

.news .list .listItem .dashed {
	width: 2px;
	margin: 0 auto;
	height: 60px;
	border: 1px dashed #f58e8e;
}

.news .list .listItem .listTitle {
	display: flex;
	align-content: center;
	justify-content: space-between;
}

.news .list .listTitle .listTitleText {
	/*width: 70%;*/
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news .list .listTitle .listTime {
	width: 30%;
	color: #666;
}

.news .list .listText {
	color: #666;
	margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

/* footer */

.footer {
	color: #000000;
	background-color: #0e90d2;
}

.footer .toplink {
	margin: 20px 0;
	padding-bottom: 20px;
	border-bottom: #000 solid 1px;
}

.footer .content {
	margin-top: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.footer .left {
	width: 30%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.footer .left .img {
	padding: 6px;
	background-color: #d9d9d9;
}

.footer .center .link {
	font-size: 1.4rem;
}

.footer .left .text {
	margin-top: 4px;
}

.footer .content .right {
	width: 64%;
	display: flex;
	justify-content: space-between;
}

.footer .content .right .item {
	width: 20%;
}

.footer .content .right .item:last-child {
	margin-right: 0;
}

.footer .content .right .item:last-child .title {
	border-right: 2px #000 solid;
}

.footer .content .right .title {
	font-size: 1.5rem;
	font-weight: 600;
	margin-bottom: 16px;
	border-left: 2px #000 solid;
	text-align: center;
}

.footer .content .right .text {
	margin-bottom: 6px;
	text-align: center;
}

.footer .center .text {
	font-size: 1.5rem;
}

.footer .center .number {
	font-size: 3rem;
	font-weight: bold;
}

@media (min-width: 1200px) {
	.hostTips .col-lg-2 {
		width: 11.666667%;
	}

	.news .title .col-lg-4 {
		width: 24%;
	}
}

@media (max-width: 768px) {
	.head .logo {
		border: none;
		width: 100%;
	}
	.head .tel{
		width: 60%;
	}

	.head .icon {
		color: #258C44;
		font-size: 26px;
	}

	.phnav {
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-wrap: wrap;
		margin-top: 10px;
	}

	.phnav .item {
		width: 24%;
		text-align: center;
		padding: 10px 0;
		background-color: #258C44;
		color: #000;
		margin-bottom: 4px;
	}
	.phnav .item.active{
		background-color: #ffae00;
	}

	.modalBox .item2 .time {
		position: absolute;
		top: 0;
		left: 0;
		width: 70px;
		height: 40px;
		background-color: rgba(0, 0, 0, 0.5);
		font-size: 12px;
		font-weight: bold;
		color: #C0C0C0;
		text-align: center;
		line-height: 40px;
	}

	.videoBox .content .item .info {
		margin: 0;
	}

	.footer .content {
		display: block;
	}

	.footer .content .left {
		width: 100%;
		margin-bottom: 20px;
	}

	.footer .content .right {
		width: 100%;
		flex-wrap: wrap;
	}

	.footer .content .right .item {
		width: 30%;
		margin-bottom: 10px;
	}

	.footer .content .right .item:last-child .title {
		border-right: none;
	}
}