﻿/* body, html {
  height: 100%;
  min-height: 100%;
  overflow-x: hidden;
} */

.bg1 {
	background: url(../img/help/banner_img.png)no-repeat center;
	height: 620px;
}

.header-title {
	display: flex;
	justify-content: flex-end;
}

.title-content {
	color: #FFFFFF;
	width: 509px;
	margin: 208px 10px 0 0;
}

.h-title {
	font-size: 40px;
	font-family: PingFangSC-Light;
	font-weight:300;
}
.h-content {
 	margin-top: 35px;
	font-size: 16px;
	font-family:PingFangSC-Regular;
	font-weight:400;
}

.h3-margin {
	margin-top: 5%;
	margin-bottom: 5%;
	font-size: 34px;
	font-family: PingFangSC-Light;
	font-weight: 300;
	color: rgba(51, 51, 51, 1);
}

.p-margin-span {
	font-size: 18px;
	font-family: PingFangSC-Regular;
	font-weight: 400;
	color: rgba(151, 161, 171, 1);
	margin-top: 1%;
}

.h2-margin {
	margin-top: 100px;
	font-family: PingFangSC-Regular;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
}

.h2-margin-left {
	margin-top: 110px;
	font-family: PingFangSC-Regular;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	font-size: 28px;
	line-height: 46px;
}

.company-margin {
	margin-top: 150px;
	/* margin-top: 30%; */
	font-family: PingFangSC-Regular;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	font-size: 32px;
}

.company-margin-left {
	margin-top: 150px;
	/* margin-top: 30%; */
	font-family: PingFangSC-Regular;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	padding-left: 20%;
}

.company-margin-left .title {
	font-size: 36px;
}

.company-margin-left .english {
	font-size: 28px;
	margin-top: 20px;
}

.h2-margin-left p {
	font-size: 42px;
}

.p-content {
	font-size: 16px;
	font-family: PingFangSC-Light;
	font-weight: 300;
	color: rgba(151, 161, 171, 1);
}

.bg2 {
	margin-top: 5%;
	height: 382px;
	background: url('../image/aboutUs/banner_zhaoPin.png') no-repeat;
}

.culture {
	background: url('../image/aboutUs/img_culture.png') no-repeat center;
	height: 414px;
}

.row-content {
	margin-bottom: 5%;
}

.center {
	text-align: center;
	height: 160px;
}

.center p {
	font-size: 16px;
	font-family: PingFangSC-Regular;
	font-weight: 400;
	color: rgba(102, 102, 102, 1);
	line-height: 24px;
	padding: 10px;
	margin-bottom: 80px;
}

.scheme {
	font-size: 18px;
}

.a-content {
	width: 142px;
	height: 44px;
	border: 2px solid transparent;
	/* opacity: 0.71; */
	border-radius: 22px;
	display: inline-block;
	margin-top: 5%;
}

.a-span {
	font-size: 24px;
	font-family: PingFangSC-Light;
	font-weight: 300;
	color: #fff;
	/* color: rgba(255, 255, 255, 1); */
}

.left {
	padding-top: 20px;
}

.left:after {
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background-color: #3399ff;
	position: absolute;
	right: -6px;
	top: 25px;
}

.blue {
	color: #3399ff;
}

.textCenter {
	text-align: center;
	font-size: 20px;
	font-family: PingFangSC-Regular;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
}

.right {
	padding: 20px 40px;
}

.font4 {
	font-size: 14px;
	color: #4A4A4A;
	line-height: 1.7em;
}

.row-center-block {
	float: none;
	display: block;
	margin-left: 20%;
	margin-right: auto;
}

.tab-show-content {
	margin-left: 15%;
	margin-top: 7%;
}

.content-tag {
	margin-top: 5%;
	margin-bottom: 0;
	padding-bottom: 0;
}

.tab-show-content h4 {
	height: 19px;
	font-size: 20px;
	font-family: PingFangSC-Medium;
	font-weight: 700;
	color: rgba(51, 51, 51, 1);
	line-height: 30px;
}

.tab-show-content h5 {
	font-size: 18px;
	font-family: PingFangSC-Regular;
	font-weight: 400;
	color: rgba(158, 165, 173, 1);
	line-height: 30px;
}

.tab-show-content p {
	font-size: 18px;
	font-family: PingFangSC-Regular;
	font-weight: 400;
	line-height: 30px;
}

.nav-pills a {
	font-size: 28px;
	font-family: PingFangSC-Light;
	font-weight: 300;
	color: rgba(51, 51, 51, 1);
	line-height: 72px;
}

.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus
	{
	color: rgba(41, 90, 199, 1);
	background-color: #fff;
}

.nav>li>a:hover,.nav>li>a:focus {
	background-color: #fff;
}

.isShow {
	display: block;
	/* height: 80vh; */
	height: 90vh;
	width: 100%;
	object-fit: fill;
}

@media screen and (max-width:735px) {
	.bg1 {
		margin-top: 5%;
		height: 350px;
		background-color: #405fd3;
	}
	.culture {
		background: url("#") no-repeat center;
		background: #405fd3;
		height: 150px;
	}
	.h2-margin {
		margin-top: 15%;
		font-family: PingFangSC-Regular;
		font-weight: 400;
		color: rgba(255, 255, 255, 1);
	}
	.center {
		text-align: center;
		height: 170px;
	}
	.font4 {
		font-size: 16px;
		color: #4A4A4A;
		line-height: 2em;
	}
	.row-center-block {
		float: none;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.isShow {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.company-margin,.company-margin-left {
		margin-top: 30px;
	}
	.h2-margin-left {
		margin-top: 30px;
	}
	.h2-margin {
		margin-top: 20px;
	}
}

.map-gray {
	background-color: #fcfcfc;
}

.padding-0 {
	padding-left: 0;
	padding-right: 0;
}

.index-title {
	margin: 60px 0px;
}

.index-title h2 {
	font-size: 30px;
	font-weight: 300;
	color: #333333;
}

.index-title h5 {
	font-size: 18px;
	font-family: PingFangSC-Regular;
	font-weight: 400;
	color: rgba(151, 161, 171, 1);
	margin: 0;
}

.index-title p {
	padding-top: 15px;
	font-size: 20px;
	font-weight: 600;
}

.row {
	margin-left: -15px;
	margin-right: -15px;
}

.news .btn-more {
	margin-top: 22px;
	text-align: center;
}

.visible-sm,.visible-md,.visible-lg {
	display: none !important;
}

.news .new-left {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 28px;
}

.news .date {
	width: 106px;
	height: 106px;
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	-moz-box-shadow: #ccc 0px 0px 10px;
	box-shadow: #ccc 0px 0px 10px;
}

.news .classily {
	margin-left: 84px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.news .date p {
	color: #97A1AB;
	font-size: 50px;
	margin: 0;
}

.news .date span {
	color: rgba(151, 161, 171, 1);
}

.news .classily p {
	font-size: 22px;
	font-family: PingFangSC-Regular;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
	line-height: 30px;
	margin: 0;
}

.news .classily span {
	font-size: 14px;
	font-family: PingFangSC-Regular;
	font-weight: 400;
	color: rgba(151, 161, 171, 1);
	line-height: 30px;
}

.news .news-right p {
	font-size: 22px;
	font-family: PingFangSC-Regular;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
	line-height: 30px;
}

.news .news-right span {
	font-size: 16px;
	font-family: PingFangSC-Light;
	font-weight: 300;
	color: rgba(151, 161, 171, 1);
	line-height: 24px;
}

.news .btn-more {
	margin-top: 22px;
	text-align: center;
}

.news .btn-more a {
	border-radius: 6px;
	font-size: 18px;
	display: inline-block;
	text-align: center;
	font-family: PingFangSC-Regular;
	font-weight: bold;
	color: rgba(41, 90, 199, 1);
	border: 1px solid rgba(41, 90, 199, 1);
	padding: 14px 35px;
}