/*关于我们的公共部分*/
.about-content {
	width: 100%;
	overflow: hidden;
}
.about-menu {
	width: 100%;
	height: 68px;
	position: relative;
	transition: top 0.5s;
	background-color: #FFFFFF;
}
.about-menu.menu-fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	box-shadow: 0.65px 1.9px 15.4px 0.6px rgba(33,27,24,0.31);
}
.about-menu:after {
	content: '';
	width: 100%;
	height: 1px;
	background-color: #c2c2c2;
	position: absolute;
	left: 0;
	bottom: 0;
}
.about-menu a {
	display: block;
	width: 146px;
	height: 53px;
	position: relative;
	line-height: 52px;
	float: left;
	text-align: center;
	margin: 14px 0 0;
	color: #c2c2c2;
	font-size: 18px;
	border-right: 1px solid #c2c2c2;
	border-top: 1px solid #c2c2c2;
	transition: all 0.5s;
}
.about-menu.menu-fixed a {
	height: 68px;
	line-height: 68px;
	margin: 0;
}
.about-menu a:first-of-type {
	border-left: 1px solid #c2c2c2;
}
.about-menu a span {
	position: relative;
	z-index: 2;
}
.about-menu a:before {
	content: '';
	width: 0px;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 50%;
	transition: all 0.5s;
}
.about-menu a.active {
	height: 68px;
	border: none !important;
	line-height: 68px;
	margin: 0;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
}
.about-menu a.active:before {
	background-color: #003189;
	width: 100%;
	left: 0;
}
.about-menu a:hover {
	color: #FFFFFF;
}
.about-menu a:hover:before {
	background-color: #003189;
	width: 100%;
	left: 0;
}
@media only screen and (max-width: 1199px) {
	.about-menu a {
		width: 131px;
	}
}
@media only screen and (max-width: 991px) {
	.about-menu {
		height: 50px;
	}
	.about-menu a {
	    width: 14.28%;
	    height: 40px;
	    line-height: 40px;
	    margin: 10px 0 0;
	    font-size: 16px;
	}
	.about-menu a.active {
	    height: 50px;
	    line-height: 50px;
	    font-size: 18px;
	}
}
@media only screen and (max-width: 700px) {
	.about-menu {
		height: 80px;
	}
	.about-menu a {
	    width: 25%;
	    height: 40px;
	    line-height: 40px;
	    margin: 0;
	    font-size: 14px;
	}
	.about-menu a.active {
	    height: 40px;
	    line-height: 40px;
	    font-size: 15px;
	}
	.about-menu a:nth-of-type(4n+1) {
		border-left: 1px solid #c2c2c2;
	}
	.about-menu a:nth-of-type(4) {
		border-bottom: 1px solid #c2c2c2;
	}
}
/*集团简介*/
.about-box {
	width: 100%;
	overflow: hidden;
}
.about1 {
	width: 100%;
	overflow: hidden;
}
.about1 h1 {
	font-size: 32px;
	width: 100%;
	overflow: hidden;
	margin: 75px 0 28px;
	color: #000000;
}
.about1 .about1-box {
	width: 100%;
	overflow: hidden;
	background: url(../img/about1.jpg) no-repeat top center;
	background-size: auto 100%;
	padding: 195px 0 65px;
}
.about1-box .about1-txt {
	width: 100%;
	overflow: hidden;
	background-color: rgba(0,49,137,0.8);
	color: #FFFFFF;
	font-size: 16px;
	line-height: 24px;
	padding: 45px 45px 32px 50px;
	text-align: justify;
}
.about1-txt p {
	margin: 0 0 10px;
}
@media only screen and (max-width: 700px) {
	.about1 h1 {
		font-size: 28px;
		margin: 40px 0 20px;
	}
	.about1 .about1-box {
		padding: 70px 0 50px;
	}
	.about1-box .about1-txt {
		font-size: 14px;
		line-height: 20px;
		padding: 30px 25px;
	}
	.about1-txt p {
		margin: 0 0 5px;
	}
}
@media only screen and (min-width: 1921px) {
	.about1 .about1-box {
		background-size: 100%;
	}
}
.about2 {
	width: 100%;
	overflow: hidden;
	padding: 80px 0;
	background: url(../img/about2.jpg) no-repeat top center;
}
.about2 h1 {
	font-size: 32px;
	line-height: 35px;
	color: #000000;
	margin: 0 0 115px;
}
.about2 .about2-top {
	width: 980px;
	height: 325px;
	position: relative;
	background-color: #ededed;
	margin: 0 0 0 185px;
}
.about2-top>img {
	display: block;
	float: left;
	margin: -80px 0 0 -185px;
}
.about2-top .about2-txt {
	width: 630px;
	overflow: hidden;
	float: right;
	margin: 90px 70px 0 0;
	padding: 5px 0 0 40px;
	position: relative;
}
.about2-txt:before,.about2-txt:after {
	content: '';
	display: block;
	width: 24px;
	height: 19px;
	background: url(../img/yh1.png) no-repeat center;
	position: absolute;
	left: 0;
	top: 0;
}
.about2-txt:after {
	background: url(../img/yh2.png) no-repeat center;
	left: auto;
	top: 70px;
	right: 0;
}
.about2-txt h2 {
	font-size: 28px;
	color: #000000;
	line-height: 48px;
}
.about2-txt .about2-fxl {
	width: 205px;
	height: 50px;
	line-height: 48px;
	overflow: hidden;
	margin: 25px 15px 0 0;
	float: right;
	position: relative;
	text-align: right;
}
.about2-fxl:before {
	content: '';
	display: block;
	width: 50px;
	height: 1px;
	background-color: #000000;
	position: absolute;
	left: 0;
	top: 50%;
}
.about2 .about2-bottom {
	margin: 0 0 0 185px;
	width: 980px;
	overflow: hidden;
	text-align: justify;
	background-color: #FFFFFF;
	font-size: 18px;
	color: #000000;
	line-height: 28px;
	padding: 60px 50px 45px 50px;
}
.about2-bottom p {
	margin: 0 0 10px;
}
@media only screen and (max-width: 991px) {
	.about2 {
		background-size: auto 100%;
	}
	.about2 h1 {
	    margin: 0 0 75px;
	}
	.about2 .about2-top {
	    width: 100%;
	    height: auto;
	    overflow: hidden;
	    margin: 0;
	}
	.about2-top>img {
	    float: none;
	   	width: 100%;
	   	margin: 0;
	}
	.about2-top .about2-txt {
		width: 550px;
		margin: 60px auto;
		float: none;
		padding: 0 0 0 40px;
	}
	.about2-txt h2 {
	    font-size: 24px;
	    line-height: 40px;
	}
	.about2-txt:after {
	    top: 55px;
	}
	.about2 .about2-bottom {
	    margin: 0;
	    width: 100%;
	}
}
@media only screen and (max-width: 700px) {
	.about2 {
	    padding: 40px 0;
	}
	.about2 h1 {
		font-size: 28px;
	    margin: 0 0 30px;
	}
	.about2-top .about2-txt {
		width: 300px;
		margin: 30px auto;
		padding: 0 30px;
	}
	.about2-txt h2 {
	    font-size: 20px;
	    line-height: 30px;
	}
	.about2-txt:before, .about2-txt:after {
	    width: 15px;
	    height: 15px;
	    background-size: 100%;
	}
	.about2-txt:after {
	    top: 68px;
	    right: 100px;
	}
	.about2-txt .about2-fxl {
	    width: 150px;
	    height: 40px;
	    line-height: 38px;
	    margin: 15px 0 0;
	}
	.about2-fxl img {
		width: 80px;
	}
	.about2 .about2-bottom {
	    font-size: 14px;
	    line-height: 25px;
	    padding: 30px 25px;
	}
}
@media only screen and (min-width: 992px) {
	.about2 {
		background-size: auto 100%;
	}
	.about2 .about2-top,.about2 .about2-bottom {
		width: 785px;
	    margin: 0;
	    float: right;
	}
	.about2-top .about2-txt {
	    width: 500px;
	    margin: 90px 30px 0 0;
	}
	.about2-txt h2 {
	    font-size: 22px;
	    line-height: 40px;
	}
	.about2-txt:after {
	    top: 55px;
	}
}
@media only screen and (min-width: 1200px) {
	.about2 {
		background-size: auto;
	}
	.about2 .about2-top,.about2 .about2-bottom {
		width: 915px;
	}
	.about2-top .about2-txt {
	    width: 550px;
	    margin: 90px 70px 0 0;
	}
	.about2-txt h2 {
	    font-size: 24px;
	    line-height: 40px;
	}
	.about2-txt:after {
	    top: 60px;
	}
	
}
@media only screen and (min-width: 1350px) {
	.about2 .about2-top,.about2 .about2-bottom {
		width: 980px;
	    margin: 0 0 0 185px;
	    float: none;
	}
	.about2-top .about2-txt {
	    width: 630px;
	    margin: 90px 70px 0 0;
	}
	.about2-txt h2 {
	    font-size: 28px;
	    line-height: 48px;
	}
	.about2-txt:after {
	    top: 70px;
	}
}
.about3 {
	width: 100%;
	overflow: hidden;
	padding: 65px 0 30px;
}
.about3 a {
	display: block;
	width: calc(33.33% - 20px);
	width: -moz-calc(33.33% - 20px);
	width: -webkit-calc(33.33% - 20px);
	overflow: hidden;
	background-color: #FFFFFF;
	float: left;
	margin: 0 0 30px;
	box-shadow: 0px 0px 23px 1px rgba(33,27,24,0.16);
}
.about3 a:nth-of-type(3n+1),.about3 a:nth-of-type(3n+2) {
	margin: 0 30px 30px 0;
}
.about3 .about3-img {
	width: 100%;
	overflow: hidden;
}
.about3-img img {
	width: 100%;
	transition: all 0.5s;
}
.about3 .about3-txt {
	width: 100%;
	overflow: hidden;
	padding: 23px 25px 30px;
	color: #b1b1b1;
	font-size: 14px;
	line-height: 18px;
}
.about3-txt p {
	width: 100%;
	height: 36px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.about3-txt h4 {
	width: 100%;
	font-size: 20px;
	overflow: hidden;
	line-height: 25px;
	color: #333333;
	margin: 10px 0 5px;
}
.about3 a:hover .about3-img img {
	transform: scale(1.1);
}
.about3 a:hover h4 {
	color: #003089;
	font-weight: bold;
}
@media only screen and (max-width: 991px) {
	.about3 a {
	    width: calc(50% - 15px);
	    width: -moz-calc(50% - 15px);
	    width: -webkit-calc(50% - 15px);
	    margin: 0 0 30px;
	}
	.about3 a:nth-of-type(2n+1) {
	    margin: 0 30px 30px 0;
	}
	.about3 a:nth-of-type(2n) {
		margin: 0 0 30px;
	}
}
@media only screen and (max-width: 700px) {
	.about3 {
	    padding: 40px 0 20px;
	}
	.about3 a {
	    width: 100%;
	    margin: 0 0 30px !important;
	}
}
/*企业文化*/
.culture1,.culture2 {
	width: 100%;
	overflow: hidden;
}
.culture1 h1 {
	color: #000000;
	font-size: 32px;
	line-height: 35px;
	margin: 75px 0 30px;
}
.culture1 .culture1-txt {
	width: 100%;
	overflow: hidden;
	background: url(../img/culture1.jpg) no-repeat top center;
	padding: 120px 0 235px;
	color: #FFFFFF;
	font-size: 24px;
	line-height: 36px;
}
.culture2 {
	padding: 70px 0;
	background-color: #f2f2f2;
}
.culture2 li {
	width: calc(33.33% - 22px);
	width: -moz-calc(33.33% - 22px);
	width: -webkit-calc(33.33% - 22px);
	height: 210px;
	padding: 45px 35px;
	font-size: 16px;
	line-height: 26px;
	float: left;
	color: #a9a9a9;
	overflow: hidden;
	background: #ffffff url(../img/culture1.png);
	background-repeat: no-repeat !important;
	background-position: right bottom !important;
	background-size: auto 100% !important;
}
.culture2 li:nth-of-type(2) {
	background: #ffffff url(../img/culture2.png);
}
.culture2 li:nth-of-type(3) {
	background: #ffffff url(../img/culture3.png);
}
.culture2 h2 {
	font-size: 32px;
	line-height: 35px;
	margin: 0 0 10px;
	font-weight: bold;
	color: #003189;
}
@media only screen and (max-width: 991px) {
	.culture2 li {
		width: 100%;
		margin: 0 auto;
		float: none;
	}
	.culture2 li:nth-of-type(1), .culture2 li:nth-of-type(2) {
		margin: 0 auto 40px;
	}
}
@media only screen and (max-width: 700px) {
	.culture1 h1 {
	    font-size: 28px;
		margin: 40px 0 20px;
	}
	.culture1 .culture1-txt {
	    padding: 90px 0 90px;
	    font-size: 16px;
	    line-height: 25px;
	    background-size: auto 100%;
	}
	.culture2 {
		padding: 40px 0;
	}
	.culture2 li {
		width: 100%;
		height: 170px;
		font-size: 14px;
    	line-height: 25px;
    	padding: 35px 25px;
	}
	.culture2 li:nth-of-type(1), .culture2 li:nth-of-type(2) {
		margin: 0 auto 20px;
	}
	.culture2 li img {
		width: 65px;
	}
	.culture2 h2 {
	    font-size: 24px;
	    line-height: 30px;
	}
}
@media only screen and (min-width: 992px) {
	.culture2 {
		padding: 50px 0;
	}
	.culture2 li {
		width: calc(33.33% - 16px);
		width: -moz-calc(33.33% - 16px);
		width: -webkit-calc(33.33% - 16px);
		padding: 35px 25px;
		font-size: 14px;
		line-height: 24px;
		height: 170px;
	}
	.culture2 li:nth-of-type(1),.culture2 li:nth-of-type(2) {
		margin: 0 24px 0 0;
	}
	.culture2 h2 {
		font-size: 24px;
		line-height: 30px;
	}
}
@media only screen and (min-width: 1200px) {
	.culture2 {
		padding: 70px 0;
	}
	.culture2 li {
		width: calc(33.33% - 22px);
		width: -moz-calc(33.33% - 22px);
		width: -webkit-calc(33.33% - 22px);
		padding: 45px 35px;
		font-size: 16px;
		line-height: 26px;
		height: 200px;
	}
	.culture2 li:nth-of-type(1),.culture2 li:nth-of-type(2) {
		margin: 0 33px 0 0;
	}
	.culture2 h2 {
		font-size: 32px;
		line-height: 35px;
	}
}
@media only screen and (min-width: 1921px) {
	.culture1 .culture1-txt {
		background-size: 100%;
	}
}
/*企业环境*/
.environment-list {
	width: 100%;
	overflow: hidden;
}
.culture-list {
	width: 100%;
	overflow: hidden;
	padding: 75px 0 30px;
}
.structure1 {
	width: 100%;
	overflow: hidden;
	padding: 0 0 75px;
}
.environment-list h1,.culture-list h1,.structure1 h1 {
	font-size: 32px;
	line-height: 40px;
	margin: 75px 0 30px;
	color: #000000;
}
.structure1 img {
	width: 100%;
}
.environment-list ul,.culture-list ul {
	width: 100%;
	overflow: hidden;
	margin: 0 0 18px;
}
.environment-list ul li,.culture-list ul li {
	width: calc(33.33% - 22px);
	width: -moz-calc(33.33% - 22px);
	width: -webkit-calc(33.33% - 22px);
	overflow: hidden;
	float: left;
	margin: 0 0 32px;
	position: relative;
	cursor: pointer;
}
.environment-list ul li:nth-of-type(3n+1),.environment-list ul li:nth-of-type(3n+2),.culture-list ul li:nth-of-type(3n+1),.culture-list ul li:nth-of-type(3n+2) {
	margin: 0 33px 32px 0;
}
.environment-list ul li img,.culture-list ul li img {
	width: 100%;
	transition: all 0.5s;
}
.environment-list ul li h4,.culture-list ul li h4 {
	width: 100%;
	line-height: 52px;
	overflow: hidden;
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	font-size: 22px;
	color: #FFFFFF;
	padding: 0 35px;
}
.environment-list ul li:hover img,.culture-list ul li:hover img {
	transform: scale(1.1);
}
.environment-list ul li:hover h4,.culture-list ul li:hover h4 {
	background-color: rgba(0,49,137,0.81);
}
@media only screen and (max-width: 991px) {
	.environment-list ul li,.culture-list ul li {
		width: calc(50% - 20px);
		width: -moz-calc(50% - 20px);
		width: -webkit-calc(50% - 20px);
	}
	.environment-list ul li:nth-of-type(2n+1),.culture-list ul li:nth-of-type(2n+1) {
		margin: 0 40px 40px 0;
	}
	.environment-list ul li:nth-of-type(2n),.culture-list ul li:nth-of-type(2n) {
		margin: 0 0 40px;
	}
}
@media only screen and (max-width: 700px) {
	.culture-list {
		padding: 40px 0 20px;
	}
	.structure1 {
		padding: 0 0 40px;
	}
	.environment-list h1,.culture-list h1,.structure1 h1 {
	    font-size: 28px;
		margin: 40px 0 20px;
	}
	.environment-list ul li,.culture-list ul li {
		width: calc(50% - 7px);
		width: -moz-calc(50% - 7px);
		width: -webkit-calc(50% - 7px);
	}
	.environment-list ul li:nth-of-type(2n+1),.culture-list ul li:nth-of-type(2n+1) {
		margin: 0 14px 15px 0;
	}
	.environment-list ul li:nth-of-type(2n),.culture-list ul li:nth-of-type(2n) {
		margin: 0 0 15px;
	}
	.environment-list ul li h4,.culture-list ul li h4 {
		line-height: 35px;
		font-size: 14px;
		padding: 0 15px;
	}
}
/*荣誉资质*/
.honor-content {
	width: 100%;
	overflow: hidden;
	padding: 0 0 35px;
}
.honor-content h1 {
	font-size: 32px;
	line-height: 40px;
	margin: 75px 0 30px;
	color: #000000;
}
.honor-content .honor-menu {
	width: 100%;
	overflow: hidden;
	margin: 0 0 30px;
}
.honor-menu a {
	display: block;
	width: 110px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	border-radius: 3px;
	background-color: #dedede;
	float: left;
	font-size: 16px;
	text-align: center;
	cursor: pointer;
	color: #444444;
	font-weight: bold;
	margin: 0 15px 0 0;
	position: relative;
	transition: all 0.5s;
}
.honor-menu a span {
	position: relative;
	z-index: 2;
}
.honor-menu a:before {
	content: '';
	display: block;
	width: 0px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transition: all 0.5s;
}
.honor-menu a:hover {
	color: #FFFFFF;
}
.honor-menu a:hover:before {
	width: 100%;
	left: 0;
	background-color: #003189;
}
.honor-menu a.active {
	color: #FFFFFF;
}
.honor-menu a.active:before {
	width: 100%;
	left: 0;
	background-color: #003189;
}
.honor-content .honor-list {
	width: 100%;
	overflow: hidden;
}
.honor-list ul {
	width: 100%;
	overflow: hidden;
	display: none;
}
.honor-list ul.active {
	display: block;
}
.honor-list li {
	width: calc(25% - 19.5px);
	width: -moz-calc(25% - 19.5px);
	width: -webkit-calc(25% - 19.5px);
	overflow: hidden;
	background-color: #ededed;
	float: left;
	margin: 0 0 30px;
	padding: 25px 20px 0;
	text-align: center;
	cursor: pointer;
	transition: all 0.5s;
}
.honor-list .honor-img {
	width: 100%;
	padding: 17px 15px;
	overflow: hidden;
	background-color: #FFFFFF;
}
.honor-img a {
	display: block;
	width: 100%;
	height: 165px;
	overflow: hidden;
}
.honor-img a img {
	width: 100%;
}
.honor-list li h4 {
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	height: 50px;
	line-height: 50px;
	margin: 7px 0 0;
	color: #333333;
	font-size: 16px;
}
.honor-list li:hover {
	background-color: #003189;
}
.honor-list li:hover h4 {
	color: #FFFFFF;
}
.honor-masked {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: fixed;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,0.7);
	z-index: 1000;
	display: none;
}
.honor-masked ul {
	width: 120px;
	height: 120px;
	overflow: hidden;
	background-color: rgba(0,0,0,0.7);
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 0 0 0 120px;
	padding: 25px 0 0 50px;
}
.honor-masked ul li {
	width: 40px;
	height: 40px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}
.honor-masked ul li:before,.honor-masked ul li:after {
	content: '';
	display: block;
	width: 40px;
	height: 4px;
	background-color: #FFFFFF;
	border-radius: 2px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -2px 0 0 -20px;
	transform: rotate(45deg);
}
.honor-masked ul li:after {
	transform: rotate(-45deg);
}
.honor-masked .masked-img {
	width: 600px;
	height: 600px;
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -300px 0 0 -300px;
}
.masked-img img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
    object-fit: contain;
}
@media only screen and (max-width: 991px) {
	.honor-list li {
		width: calc(50% - 20px);
		width: -moz-calc(50% - 20px);
		width: -webkit-calc(50% - 20px);
		margin: 0 0 40px;
	}
	.honor-list li:nth-of-type(2n+1) {
		margin: 0 40px 40px 0;
	}
}
@media only screen and (max-width: 700px) {
	.honor-content h1 {
	    font-size: 28px;
	    margin: 40px 0 20px;
	}
	.honor-content .honor-menu {
		margin: 0 0 20px;
	}
	.honor-menu a {
	    width: 100px;
	    height: 35px;
	    line-height: 35px;
	    font-size: 14px;
	    margin: 0 10px 0 0;
	}
	.honor-menu a:last-of-type {
		margin: 0;
	}
	.honor-list li {
		width: calc(50% - 5px);
		width: -moz-calc(50% - 5px);
		width: -webkit-calc(50% - 5px);
		margin: 0 0 10px;
		padding: 10px 10px 0;
	}
	.honor-list li:nth-of-type(2n+1) {
		margin: 0 10px 12px 0;
	}
	.honor-list li h4 {
	    height: 30px;
	    line-height: 30px;
	    margin: 5px 0 0;
	    font-size: 12px;
	}
	.honor-list .honor-img {
	    padding: 10px;
	}
	.honor-img a {
	    height: 85px;
	}
	.honor-masked ul {
		width: 65px;
		height: 65px;
		border-radius: 0 0 0 65px;
		padding: 10px 0 0 25px;
	}
	.honor-masked ul li {
		width: 30px;
		height: 30px;
	}
	.honor-masked ul li:before,.honor-masked ul li:after {
		width: 30px;
		height: 4px;
		margin: -2px 0 0 -15px;
	}
	.honor-masked .masked-img {
	    width: 320px;
	    height: 400px;
	    margin: -200px 0 0 -160px;
	}
}
@media only screen and (min-width: 992px) {
	.honor-list li {
		width: calc(33.33% - 20px);
		width: -moz-calc(33.33% - 20px);
		width: -webkit-calc(33.33% - 20px);
		margin: 0 0 30px;
	}
	.honor-list li:nth-of-type(3n+1),.honor-list li:nth-of-type(3n+2) {
		margin: 0 30px 30px 0;
	}
	.honor-img a {
		height: 170px;
	}
}
@media only screen and (min-width: 1200px) {
	.honor-list li {
		width: calc(25% - 19.5px);
		width: -moz-calc(25% - 19.5px);
		width: -webkit-calc(25% - 19.5px);
	}
	.honor-list li:nth-of-type(4n+1),.honor-list li:nth-of-type(4n+2),.honor-list li:nth-of-type(4n+3) {
		margin: 0 26px 30px 0;
	}
	.honor-list li:nth-of-type(4n) {
		margin: 0 0 30px;
	}
	.honor-img a {
		height: 135px;
	}
}
@media only screen and (min-width: 1350px) {
	.honor-img a {
		height: 165px;
	}
}
@media only screen and (min-width: 1921px) {
	.investigate1 .investigate1-txt {
		background-size: 100%;
	}
}
/*商务考察*/
.investigate1 {
	width: 100%;
	overflow: hidden;
}
.investigate1 h1 {
	font-size: 32px;
	line-height: 40px;
	margin: 75px 0 30px;
	color: #000000;
}
.investigate1 .investigate1-txt {
	width: 100%;
	overflow: hidden;
	padding: 160px 0 320px;
	line-height: 45px;
	background: url(../img/investigate1.jpg) no-repeat center;
	color: #FFFFFF;
	font-size: 30px;
}
.investigate2-list {
	width: 100%;
	overflow: hidden;
	margin: 40px 0 13px;
}
.investigate2-list li {
	width: calc(33.33% - 22px);
	width: -moz-calc(33.33% - 22px);
	width: -webkit-calc(33.33% - 22px);
	overflow: hidden;
	float: left;
	margin: 0 0 30px;
	position: relative;
	cursor: pointer;
}
.investigate2-list li img {
	width: 100%;
	transition: all 0.5s;
}
.investigate2-list li h4 {
	width: 100%;
	height: 52px;
	overflow: hidden;
	line-height: 52px;
	padding: 0 35px;
	color: #FFFFFF;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	background-color: rgba(0,0,0,0.5);
}
.investigate2-list li:hover img {
	transform: scale(1.1);
}
.investigate2-list li:hover h4 {
	background-color: rgba(0,49,137,0.81);
}
@media only screen and (max-width: 991px) {
	.investigate2-list li {
		width: calc(50% - 20px);
		width: -moz-calc(50% - 20px);
		width: -webkit-calc(50% - 20px);
		margin: 0 0 40px;
	}
	.investigate2-list li:nth-of-type(2n+1) {
		margin: 0 40px 40px 0;
	}
}
@media only screen and (max-width: 700px) {
	.investigate1 h1 {
	    font-size: 28px;
	    margin: 40px 0 20px;
	}
	.investigate1 .investigate1-txt {
	    padding: 80px 0 160px;
	    line-height: 35px;
	    font-size: 24px;
	    background-size: auto 100%;
	}
	.investigate2-list {
		margin: 40px 0 25px;
	}
	.investigate2-list li {
		width: calc(50% - 5px);
		width: -moz-calc(50% - 5px);
		width: -webkit-calc(50% - 5px);
		margin: 0 0 10px;
	}
	.investigate2-list li:nth-of-type(2n+1) {
		margin: 0 10px 12px 0;
	}
	.investigate2-list li h4 {
	    height: 30px;
	    line-height: 30px;
	    font-size: 12px;
	    padding: 0 15px;
	}
}
@media only screen and (min-width: 992px) {
	.investigate2-list li:nth-of-type(3n+1),.investigate2-list li:nth-of-type(3n+2) {
		margin: 0 33px 30px 0;
	}
}
@media only screen and (min-width: 1921px) {
	.investigate1 .investigate1-txt {
		background-size: 100%;
	}
}
/*视频页面样式*/
.video-content {
	width: 100%;
	overflow: hidden;
}
.video-content h1 {
	font-size: 32px;
	line-height: 40px;
	margin: 75px 0 30px;
	color: #000000;
}
.video-content .video1 {
	width: 100%;
	overflow: hidden;
	background-color: #f9fbfc;
}
.video1 video {
	width: 100%;
	height: 610px;
	background-color: #000000;
}
.video1 .video1-txt {
	width: 100%;
	overflow: hidden;
	color: #9d9d9d;
	padding: 20px 33px;
}
.video1 .video1-txt h3 {
	color: #262b2e;
	font-size: 24px;
	line-height: 30px;
	margin: 0 0 10px;
}
.video1 .video1-txt span {
	margin: 0 25px 0 0;
}
@media only screen and (max-width: 991px) {
	.video1 video {
		height: 315px;
	}
}
@media only screen and (max-width: 700px) {
	.video1 video {
		height: 220px;
	}
	.video-content h1 {
		font-size: 28px;
    	margin: 40px 0 20px;
	}
	.video1 .video1-txt {
	    padding: 10px 20px 15px;
	}
	.video1 .video1-txt h3 {
	    font-size: 16px;
	    line-height: 20px;
	    margin: 0 0 10px;
	}
}
@media only screen and (min-width: 992px) {
	.video1 video {
		height: 465px;
	}
}
@media only screen and (min-width: 1200px) {
	.video1 video {
		height: 525px;
	}
}
@media only screen and (min-width: 1350px) {
	.video1 video {
		height: 610px;
	}
}
.video2 {
	width: 100%;
	height: 220px;
	position: relative;
	margin: 35px 0 55px;
}
.video2 a {
	display: block;
	width: 100%;
	overflow: hidden;
	cursor: pointer;
}
.video2 a .video2-img {
	width: 100%;
	height: 145px;
	background-color: #f3f6f8;
	position: relative;
}
.video2 a .video2-img img {
	width: 100%;
	height: 100%;
}
.video2 a .video2-img span {
	display: block;
	width: 50px;
	height: 25px;
	line-height: 25px;
	background-color: rgba(0,0,0,0.7);
	font-size: 12px;
	text-align: center;
	color: #FFFFFF;
	overflow: hidden;
	position: absolute;
	right: 0px;
	bottom: 17px;
}
.video2 a .video2-img em {
    display: block;
	width: 100px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    text-align: center;
    color: #FFFFFF;
    overflow: hidden;
    background-color: #e50012;
    position: absolute;
    right: 0px;
    bottom: 17px;
}
.video2 a.active .video2-img span {
	display: none;
}
.video2 a h4 {
	width: 100%;
	font-size: 14px;
	line-height: 20px;
	max-height: 40px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: #393939;
	margin: 10px 0 5px;
}
.video2 a p {
	width: 100%;
	font-size: 12px;
	line-height: 19px;
	max-height: 38px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: #9d9d9d;
}
.video2 .swiper-button-next.swiper-button-disabled {
	opacity: 1;
	background: url(../img/srb.png);
	border-color: #7f7f7f;
}
.video2 .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
    background: url(../img/slb.png);
	border-color: #7f7f7f;
}
.video2 .swiper-button-next,.video2 .swiper-container-rtl .swiper-button-prev {
	background: url(../img/srr.png);
    right: -67px;
    left: auto;
}
.video2 .swiper-button-prev,.video2 .swiper-container-rtl .swiper-button-next {
	background: url(../img/slr.png);
    left: -67px;
    right: auto;
}
.video2 .swiper-button-next,.video2 .swiper-button-prev {
    width: 44px;
    height: 44px;
    margin-top: -55px;
    border-radius: 50%;
    border: 2px solid #c8000f;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 30px !important;
}
@media only screen and (max-width: 991px) {
	.video2 {
		width: calc(100% - 70px);
		width: -moz-calc(100% - 70px);
		width: -webkit-calc(100% - 70px);
		margin: 35px auto 55px;
	}
}
@media only screen and (max-width: 700px) {
	.video2 {
		width: 100%;
		margin: 20px auto 30px;
		height: auto;
		padding: 0 0 50px;
	}
	.video2 a .video2-img {
	    height: 105px;
	}
	.video2 .swiper-button-next,.video2 .swiper-container-rtl .swiper-button-prev {
	    right: 70px;
	}
	.video2 .swiper-button-prev,.video2 .swiper-container-rtl .swiper-button-next {
	    left: 70px;
	}
	.video2 .swiper-button-next,.video2 .swiper-button-prev {
	    width: 35px;
	    height: 35px;
	    margin-top: 0;
	    top: auto;
	    bottom: 0;
    	background-size: 20px !important;
	}
}