.about1 {
	width: 100%;
	overflow: hidden;
	padding: 95px 0 100px;
	text-align: center;
}
.about1 h2 {
	font-size: 36px;
	color: #333333;
	line-height: 36px;
}
.about1 .about1-txt {
	width: calc(100% - 80px);
	width: -moz-calc(100% - 80px);
	width: -webkit-calc(100% - 80px);
	height: 72px;
	overflow: hidden;
	margin: 35px auto 40px;
	color: #666666;
	line-height: 24px;
}
.about1 a {
	display: block;
	width: 120px;
	height: 40px;
	overflow: hidden;
	line-height: 38px;
	border: 1px solid #525252;
	border-radius: 5px;
	color: #525252;
	margin: 0 auto 55px;
	font-size: 14px;
	position: relative;
	transition: all 0.5s;
}
.about1 a span {
	position: relative;
	z-index: 2;
}
.about1 a:before {
	content: '';
	display: block;
	width: 320px;
	height: 40px;
	overflow: hidden;
	border-radius: 50px;
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	margin: -20px 0 0 -390px;
	transition: all 0.5s;
}
.about1 a:hover {
	border-color: #0c5e47;
	color: #FFFFFF;
}
.about1 a:hover:before {
	background-color: #0c5e47;
	margin: -20px 0 0 -210px;
}
.about1 ul {
	width: 100%;
	overflow: hidden;
}
.about1 ul li {
	width: calc(33.33% - 50px);
	width: -moz-calc(33.33% - 50px);
	width: -webkit-calc(33.33% - 50px);
	overflow: hidden;
	float: left;
	margin-left: 75px;
	color: #666666;
	font-size: 16px;
}
.about1 ul li:first-of-type {
	margin-left: 0px;
}
@font-face {
  	font-family: "HelveticaLTStd-Blk";
  	src: url("../font/wigrumweb-bold.woff2") format("woff2");
    font-style: normal;
    font-weight: normal;
}
.about1 ul li h3 {
	font-size: 72px;
	color: #0c5e47;
  	font-family: "HelveticaLTStd-Blk";
}
@media only screen and (max-width: 991px) {
	.about1 h2 {
		font-size: 45px;
		line-height: 45px;
	}
	.about1 .about1-txt {
		width: 100%;
		font-size: 18px;
		height: 150px;
		line-height: 30px;
	}
	.about1 a {
		width: 210px;
		height: 60px;
		line-height: 58px;
		font-size: 18px;
	}
	.about1 a:before {
		width: 320px;
		height: 40px;
		margin: -20px 0 0 -390px;
	}
	.about1 a:hover:before {
		margin: -20px 0 0 -210px;
	}
	.about1 ul li {
		width: calc(33.33% - 20px);
		width: -moz-calc(33.33% - 20px);
		width: -webkit-calc(33.33% - 20px);
		font-size: 16px;
    	margin-left: 30px;
	}
	.about1 ul li h3 {
		font-size: 72px;
	}
}
@media only screen and (max-width: 750px) {
	.about1 {
	    padding: 45px 0 50px;
	}
	.about1 h2 {
		font-size: 28px;
		line-height: 30px;
	}
	.about1 .about1-txt {
		font-size: 14px;
		height: 175px;
		line-height: 25px;
		margin: 15px auto 20px;
	}
	.about1 a {
		width: 120px;
		height: 40px;
		line-height: 38px;
		font-size: 14px;
	}
	.about1 ul li {
		width: calc(33.33% - 20px);
		width: -moz-calc(33.33% - 20px);
		width: -webkit-calc(33.33% - 20px);
		font-size: 14px;
    	margin-left: 30px;
	}
	.about1 ul li h3 {
		font-size: 30px;
	}
}
.about2 {
	width: 100%;
	overflow: hidden;
	background-color: #f0f1f3;
}
.about2 .about2-img {
	width: calc(50% + 5px);
	width: -moz-calc(50% + 5px);
	width: -webkit-calc(50% + 5px);
	overflow: hidden;
	float: left;
}
.about2 .about2-txt {
	width: calc(50% - 5px);
	width: -moz-calc(50% - 5px);
	width: -webkit-calc(50% - 5px);
	color: #666666;
	font-size: 14px;
	line-height: 22px;
	overflow: hidden;
	float: left;
	padding: 95px 10px 0 85px;
}
.about2 .about2-txt p {
	margin: 0 0 5px;
}
.about2 .about2-txt h2 {
	font-size: 36px;
	color: #333333;
	margin: 0 0 20px;
}
.about2 .about2-txt .about2-name {
	margin: 55px 5px 0 0;
	float: right;
	color: #333333;
	font-size: 16px;
}
@media only screen and (max-width: 991px) {
	.about2 .about2-img {
		width: 100%;
		float: none;
	}
	.about2 .about2-img img {
		width: 100%;
	}
	.about2 .about2-txt {
		width: 100%;
		float: none;
		font-size: 18px;
		line-height: 30px;
		padding: 55px 10px;
	}
	.about2 .about2-txt p {
		margin: 0 0 5px;
	}
	.about2 .about2-txt h2 {
		font-size: 36px;
		margin: 0 0 20px;
	}
	.about2 .about2-txt .about2-name {
		margin: 35px 5px 0 0;
		font-size: 18px;
	}
}
@media only screen and (max-width: 750px) {
	.about2 .about2-txt {
		font-size: 14px;
		line-height: 25px;
		padding: 30px 5px;
	}
	.about2 .about2-txt h2 {
		font-size: 28px;
		margin: 0 0 10px;
	}
	.about2 .about2-txt .about2-name {
		margin: 20px 5px 0 0;
		font-size: 14px;
	}
	.about2 .about2-txt .about2-name img {
		width: 85px;
	}
}
@media only screen and (min-width: 992px) {
	.about2 .about2-img img {
		position: relative;
		left: 50%;
		margin-left: -310px;
	}
}
.about3 {
	width: 100%;
	overflow: hidden;
	padding: 95px 0 80px;
}
.about3 h2 {
	font-size: 36px;
	color: #333333;
	text-align: center;
	line-height: 40px;
}
.about3 .about3-menu {
	width: 280px;
	overflow: hidden;
	margin: 35px auto 55px;
	text-align: center;
}
.about3-menu a {
	display: block;
	width: 120px;
	height: 35px;
	overflow: hidden;
	line-height: 35px;
	float: left;
	margin: 0 10px;
	font-size: 14px;
	position: relative;
	color: #FFFFFF;
	background-color: #b2b2b2;
	border-radius: 3px;
	cursor: pointer;
}
.about3-menu a.active {
	background-color: #0c5e47;
}
.about3-menu a span {
	position: relative;
	z-index: 2;
}
.about3-menu a:before {
	content: '';
	display: block;
	width: 320px;
	height: 40px;
	overflow: hidden;
	border-radius: 50px;
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	margin: -20px 0 0 -380px;
	transition: all 0.5s;
}
.about3-menu a:hover:before {
	background-color: #f09827;
	margin: -20px 0 0 -230px;
}
.about3 .about3-swiper {
	width: calc(100% - 50px);
	width: -moz-calc(100% - 50px);
	width: -webkit-calc(100% - 50px);
	height: 450px;
	margin: 0 auto;
}
.about3 .about3-swiper li {
	width: 100%;
	height: 100%;
	position: relative;
	display: none;
}
.about3 .about3-swiper li.active {
	display: block;
}
.about3 .about3-swiper li a {
	display: block;
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.about3-swiper li a .about3-img {
	width: calc(100% - 7px);
	width: -moz-calc(100% - 7px);
	width: -webkit-calc(100% - 7px);
	height: 432px;
	overflow: hidden;
	border: 1px solid #c0c0c0;
	box-shadow: 6.4px 6.4px 2px rgba(0,0,0,0.19);
}
.about3-swiper li a .about3-img img {
	width: 100%;
	transition: all 0.5s;
}
.about3 .about3-swiper li a:hover .about3-img img {
	transform: scale(1.05);
}
.about3-swiper li a p {
	width: calc(100% - 7px);
	width: -moz-calc(100% - 7px);
	width: -webkit-calc(100% - 7px);
	line-height: 25px;
	height: 25px;
	overflow: hidden;
	color: #333333;
	font-size: 14px;
	margin: 10px 0 0;
}
.about3 .about3-swiper li a:hover .about3-img {
	box-shadow: 6.4px 6.4px 2px rgba(12,94,71,0.81);
}
.about3 .about3-swiper li a:hover p {
	color: #0c5e47;
	text-decoration: underline !important;
}
.about3-swiper .swiper-button-next.swiper-button-disabled {
	background:#989898 url(../images/hr.png);
	opacity: 1;
}
.about3-swiper .swiper-button-prev.swiper-button-disabled {
	background:#989898 url(../images/hl.png);
    opacity: 1;
}
.about3-swiper .swiper-button-next,.about3-swiper .swiper-container-rtl .swiper-button-prev {
	background:#0c5e47 url(../images/hr.png);
    right: -80px;
    left: auto;
}
.about3-swiper .swiper-button-prev,.about3-swiper .swiper-container-rtl .swiper-button-next {
	background:#0c5e47 url(../images/hl.png);
    left: -80px;
    right: auto;
}
.about3-swiper .swiper-button-next,.about3-swiper .swiper-button-prev {
    width: 40px;
    height: 40px;
    margin-top: -30px;
    top: 50%;
    border-radius: 50%;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.about3 .about3-more {
	display: block;
	width: 120px;
	height: 40px;
	line-height: 38px;
	color: #525252;
	overflow: hidden;
	border-radius: 5px;
	text-align: center;
	font-size: 14px;
	border: 1px solid #525252;
	position: relative;
	margin: 70px auto 0;
	transition: all 0.5s;
}
.about3 .about3-more span {
	position: relative;
	z-index: 2;
}
.about3 .about3-more:before {
	content: '';
	display: block;
	width: 320px;
	height: 40px;
	overflow: hidden;
	border-radius: 50px;
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	margin: -20px 0 0 -380px;
	transition: all 0.5s;
}
.about3 .about3-more:hover {
	color: #FFFFFF;
	border-color: #0c5e47;
}
.about3 .about3-more:hover:before {
	background-color: #0c5e47;
	margin: -20px 0 0 -230px;
}
@media only screen and (max-width: 991px) {
	.about3 h2 {
	    font-size: 45px;
	    line-height: 50px;
	}
	.about3-swiper .swiper-button-next,.about3-swiper .swiper-container-rtl .swiper-button-prev {
	    right: -50px;
	}
	.about3-swiper .swiper-button-prev,.about3-swiper .swiper-container-rtl .swiper-button-next {
	    left: -50px;
	}
}
@media only screen and (max-width: 750px) {
	.about3 {
	    padding: 45px 0 40px;
	}
	.about3 h2 {
	    font-size: 28px;
	    line-height: 30px;
	}
	.about3 .about3-menu {
	    width: 200px;
	    margin: 20px auto 30px;
	}
	.about3-menu a {
	    width: 90px;
	    height: 30px;
	    line-height: 30px;
	    margin: 0 5px;
	}
	.about3 .about3-swiper {
	    width: calc(100% - 90px);
	    width: -moz-calc(100% - 90px);
	    width: -webkit-calc(100% - 90px);
	    height: 275px;
	}
	.about3 .about3-more {
		width: 100px;
	    height: 30px;
	    line-height: 28px;
	    border-radius: 15px;
	    margin: 30px auto 0;
	}
}
@media only screen and (min-width: 992px) {
	.about3-swiper .swiper-button-next,.about3-swiper .swiper-container-rtl .swiper-button-prev {
	    right: -50px;
	}
	.about3-swiper .swiper-button-prev,.about3-swiper .swiper-container-rtl .swiper-button-next {
	    left: -50px;
	}
}
@media only screen and (min-width: 1300px) {
	.about3-swiper .swiper-button-next,.about3-swiper .swiper-container-rtl .swiper-button-prev {
	    right: -80px;
	}
	.about3-swiper .swiper-button-prev,.about3-swiper .swiper-container-rtl .swiper-button-next {
	    left: -80px;
	}
}
.about4 {
	width: 100%;
	height: 560px;
	overflow: hidden;
}
.about4 div {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: url(../images/about4.jpg) no-repeat center;
}
.about4 img {
	position: relative;
	top: 50%;
	left: 50%;
	margin: -82.5px 0 0 -82.5px;
	cursor: pointer;
}
@media only screen and (max-width: 750px) {
	.about4 {
		height: 300px;
	}
	.about4 img {
		width: 70px;
		margin: -35px 0 0 -35px;
	}
}
@media only screen and (min-width: 992px) {
	.about4 {
		height: 420px;
	}
	.about4 div {
		background-size: auto 100%;
	}
	.about4 img {
		width: 120px;
		margin: -60px 0 0 -60px;
	}
}
@media only screen and (min-width: 1300px) {
	.about4 {
		height: 560px;
	}
	.about4 div {
		background-size: auto auto;
	}
	.about4 img {
		width: 165px;
		margin: -82.5px 0 0 -82.5px;
	}
}
/*企业简介单页*/
.about-menu {
	width: 100%;
	height: 55px;
	background-color: #002f5f;
	overflow: hidden;
}
.about-menu a {
	display: block;
	width: 115px;
	height: 55px;
	font-size: 14px;
	font-weight: bold;
	float: left;
	overflow: hidden;
	color: #FFFFFF;
	text-align: center;
	line-height: 55px;
	margin: 0 5px 0 0;
	position: relative;
	z-index: 2;
}
.about-menu #AboutMenu {
	position: relative;
}
.about-menu span {
	display: block;
	width: 115px;
	height: 55px;
	background-color: #0c5e47;
	position: absolute;
	top: 0;
	z-index: 1;
	transition: all 0.5s;
}
.introduce-content {
	width: 100%;
	padding: 25px 0 65px;
	overflow: hidden;
}
.introduce-txt {
	width: calc(100% - 40px);
	width: -moz-calc(100% - 40px);
	width: -webkit-calc(100% - 40px);
	font-size: 16px;
	line-height: 26px;
	color: #666666;
	overflow: hidden;
}
.introduce-txt h2 {
	width: 100%;
	line-height: 45px;
	overflow: hidden;
	margin: 40px 0 20px;
	padding-left: 53px;
	color: #002f5f;
	font-size: 22px;
	position: relative;
}
.introduce-txt h2:first-of-type {
	margin: 0 0 20px;
}
.introduce-txt h2:after {
	content: '';
	display: block;
	width: 40px;
	height: 45px;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	background-image: url(../images/about1-1.png);
	background-repeat: no-repeat;
	background-position: center;
}
.introduce-txt h2:nth-of-type(2):after {
	background-image: url(../images/about1-2.png);
}
.introduce-txt h2:nth-of-type(3):after {
	background-image: url(../images/about1-3.png);
}
.introduce-txt h2:nth-of-type(4):after {
	background-image: url(../images/about1-4.png);
}
.introduce-content .introduce-img {
	width: 100%;
	overflow: hidden;
	margin: 50px 0 0;
}
.introduce-img li {
	width: calc(33.33% - 50px);
	width: -moz-calc(33.33% - 50px);
	width: -webkit-calc(33.33% - 50px);
	overflow: hidden;
	margin-left: 75px;
	float: left;
}
.introduce-img li:first-of-type {
	margin-left: 0px;
}
.introduce-img li img {
	width: 100%;
}
@media only screen and (max-width: 991px) {
	.introduce-img li {
		width: calc(33.33% - 20px);
		width: -moz-calc(33.33% - 20px);
		width: -webkit-calc(33.33% - 20px);
		margin-left: 30px;
	}
}
@media only screen and (max-width: 750px) {
	.about-menu {
		height: 40px;
	}
	.about-menu a {
		width: 95px;
		height: 40px;
		line-height: 40px;
	}
	.about-menu span {
		width: 95px;
		height: 40px;
	}
	.introduce-content {
		padding: 15px 0;
	}
	.introduce-txt {
		width: 100%;
		font-size: 14px;
		line-height: 25px;
	}
	.introduce-txt h2 {
	    line-height: 35px;
	    margin: 20px 0 10px;
	    padding-left: 40px;
	    font-size: 20px;
	}
	.introduce-txt h2:after {
		width: 30px;
		height: 35px;
		background-size: 24px;
	}
	.introduce-img {
	    margin: 25px 0 0;
	}
	.introduce-img li {
	    width: 100%;
	    float: none;
	    margin: 0 0 25px;
	}
}
/*荣誉资质单页*/
.honor-content {
	width: 100%;
	overflow: hidden;
	padding: 55px 0 45px;
}
.honor-menu {
	width: 570px;
	overflow: hidden;
	margin: 0 auto 55px;
}
.honor-menu a {
	display: block;
	width: 150px;
	overflow: hidden;
	float: left;
	margin-left: 60px;
	cursor: pointer;
}
.honor-menu a:first-of-type {
	margin-left: 0px;
}
.honor-menu a em {
	display: block;
	width: 39px;
	height: 39px;
	overflow: hidden;
	position: relative;
	float: left;
}
.honor-menu a em img {
	position: absolute;
	left: 0px;
	top: 0px;
	transition: all 0.5s;
}
.honor-menu a em img:nth-of-type(2) {
	opacity: 0;
}
.honor-menu a span {
	display: block;
	width: calc(100% - 39px);
	width: -moz-calc(100% - 39px);
	width: -webkit-calc(100% - 39px);
	height: 39px;
	line-height: 39px;
	overflow: hidden;
	color: #5c5c5c;
	font-size: 24px;
	float: left;
	padding-left: 13px;
}
.honor-menu a:hover em img {
	transform: rotateY(360deg);
}
.honor-menu a:hover em img:nth-of-type(1) {
	opacity: 0;
}
.honor-menu a:hover em img:nth-of-type(2) {
	opacity: 1;
}
.honor-menu a.active em img:nth-of-type(1) {
	opacity: 0;
}
.honor-menu a.active em img:nth-of-type(2) {
	opacity: 1;
}
.honor-menu a.active span {
	color: #002f5f;
}
.honor-content .honor-list {
	width: 100%;
	overflow: hidden;
}
.honor-content .honor-list li {
	width: 100%;
	overflow: hidden;
	display: none;
}
.honor-content .honor-list li.active {
	display: block;
}
.honor-list .list-box {
	width: calc(25% - 40px);
	width: -moz-calc(25% - 40px);
	width: -webkit-calc(25% - 40px);
	overflow: hidden;
	float: left;
	margin: 0 20px 40px;
	text-align: center;
}
.honor-list .list-box .list-img {
	width: calc(100% - 7px);
	width: -moz-calc(100% - 7px);
	width: -webkit-calc(100% - 7px);
	height: 182px;
	overflow: hidden;
	border: 1px solid #c0c0c0;
	margin: 0 0 12px;
	cursor: pointer;
	box-shadow: 6.4px 6.4px 2px rgba(0,0,0,0.19);
	transition: all 0.5s;
}
.honor-list .list-box .list-img img {
	width: 100%;
	transition: all 0.5s;
}
.honor-list .list-box p {
	width: calc(100% - 7px);
	width: -moz-calc(100% - 7px);
	width: -webkit-calc(100% - 7px);
	color: #333333;
	font-size: 14px;
	line-height: 20px;
	overflow: hidden;
	cursor: pointer;
}
.honor-list .list-box:hover .list-img {
	box-shadow: 6.4px 6.4px 2px rgba(17,82,147,0.81);
}
.honor-list .list-box:hover .list-img img {
	transform: scale(1.1);
}
.honor-list .list-box:hover p {
	color: #0c5e47;
	text-decoration: underline !important;
}
@media only screen and (max-width: 991px) {
	.honor-list .list-box {
	    width: calc(50% - 50px);
	    width: -moz-calc(50% - 50px);
	    width: -webkit-calc(50% - 50px);
	    margin: 0 25px 40px;
	}
}
@media only screen and (max-width: 750px) {
	.honor-content {
	    padding: 30px 0 25px;
	}
	.honor-menu {
	    width: 320px;
	    margin: 0 auto 30px;
	}
	.honor-menu a {
	    width: 100px;
	    margin-left: 10px;
	}
	.honor-menu a em {
	    width: 26px;
	    height: 26px;
	}
	.honor-menu a em img {
		width: 100%;
	}
	.honor-menu a span {
	    width: calc(100% - 26px);
	    width: -moz-calc(100% - 26px);
	    width: -webkit-calc(100% - 26px);
	    height: 26px;
	    line-height: 26px;
	    font-size: 16px;
	    padding-left: 7px;
	}
	.honor-list .list-box {
	    width: calc(50% - 7px);
	    width: -moz-calc(50% - 7px);
	    width: -webkit-calc(50% - 7px);
	}
	.honor-list .list-box .list-img {
	    height: 106px;
	    margin: 0 0 6px;
	}
	.honor-list .list-box:nth-of-type(2n+1) {
		margin: 0 14px 15px 0;
	}
	.honor-list .list-box:nth-of-type(2n) {
		margin: 0 0 15px;
	}
	
}
/*资质荣誉的弹出*/
.honor-masked {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: rgba(0,0,0,0.75);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 2000;
	display: none;
}
.honor-masked ul {
	width: 100px;
	height: 100px;
	overflow: hidden;
	background-color: rgba(0,0,0,0.8);
	border-radius: 0 0 0 120px;
	position: absolute;
	top: 0;
	right: 0;
}
.honor-masked ul li {
	width: 40px;
	height: 40px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	margin: 20px 0 0 40px;
}
.honor-masked ul li:before,.honor-masked ul li:after {
	content: '';
	display: block;
	width: 40px;
	height: 4px;
	border-radius: 2px;
	overflow: hidden;
	background-color: #ffffff;
	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: 660px;
	height: 660px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -330px 0 0 -330px;
}
.honor-masked .masked-img img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
    object-fit: contain;
}
@media only screen and (max-width: 750px) {
	.honor-masked ul {
		width: 60px;
		height: 60px;
		border-radius: 0 0 0 60px;
	}
	.honor-masked ul li {
		width: 24px;
		height: 24px;
		margin: 10px 0 0 20px;
	}
	.honor-masked ul li:before,.honor-masked ul li:after {
		width: 24px;
		height: 2px;
		border-radius: 1px;
		margin: -1px 0 0 -12px;
	}
	.honor-masked .masked-img {
	    width: 330px;
	    height: 330px;
	    margin: -165px 0 0 -165px;
	}
}
/*宣传视频单页*/
.video-content {
	width: 100%;
	overflow: hidden;
}
.video-content .video-box {
	width: calc(100% - 80px);
	width: -moz-calc(100% - 80px);
	width: -webkit-calc(100% - 80px);
	overflow: hidden;
	margin: 55px auto 85px;
	background-color: #f9fbfc;
}
.video-box video {
	background-color: #000000;
}
.video-box .video-txt {
	width: 100%;
	overflow: hidden;
	color: #9d9d9d;
	line-height: 20px;
	padding: 25px 20px 30px;
}
.video-box .video-txt h4 {
	width: 100%;
	overflow: hidden;
	line-height: 30px;
	font-size: 20px;
	color: #262b2e;
	position: relative;
}
.video-box .video-txt h4 em {
	color: #9d9d9d;
	font-family: arial;
	font-size: 13px;
	float: right;
}
.video-box .video-txt h4 em img {
	margin: -2px 10px 0 0;
}
.video-box .video-txt p {
	margin: 10px 0 0;
}
.video-box .video-txt p span {
	margin-right: 25px;
}
@media only screen and (max-width: 991px) {
	.video-content .video-box {
		width: 100%;
	}
}
@media only screen and (max-width: 750px) {
	.video-content .video-box {
		margin: 30px auto 45px;
	}
	.video-box .video-txt {
	    padding: 20px 20px 30px;
	}
}


/*关于我们视频*/
.index2 {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.index2>img {
	width: 1920px;
	position: relative;
	left: 50%;
	margin-left: -960px;
}
.index2-icon {
	width: 102px;
	height: auto;
	text-align: center;
	cursor: pointer;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -58px 0 0 -51px;
	z-index: 1;
}
.index2-icon .index2-img {
	width: 102px;
	height: 102px;
	overflow: hidden;
	border-radius: 50%;
	background: url(../images/about4.png) no-repeat center;
	margin: 0 0 10px;
	transition: all 0.5s;
}
.index2-icon p {
	font-size: 14px;
	line-height: 24px;
	color: #FFFFFF;
}
.index2-icon .index2-img:hover {
	box-shadow: 0px 0px 20px rgba(255,255,255,0.5);
}
@media only screen and (max-width: 750px) {
	.index2>img {
		width: 800px;
		margin-left: -400px;
	}
	.index2-icon {
		width: 54px;
		margin: -45px 0 0 -27px;
	}
	.index2-icon .index2-img {
		width: 54px;
		height: 54px;
		margin: 0 0 5px;
		background-size: 100%;
	}
	.index2-icon p {
		font-size: 12px;
		line-height: 20px;
	}
}
@media only screen and (min-width: 992px) {
	.index2>img {
		width: 1400px;
		position: relative;
		left: 50%;
		margin-left: -700px;
	}
	.index2-icon {
		width: 70px;
		margin: -40px 0 0 -35px;
	}
	.index2-icon .index2-img {
		width: 70px;
		height: 70px;
		background: url(../images/about4.png) no-repeat center;
		background-size: 100%;
		margin: 0 0 10px;
	}
	.index2-icon p {
		font-size: 14px;
		line-height: 20px;
	}
}
@media only screen and (min-width: 1200px) {
	.index2>img {
		width: 1600px;
		margin-left: -800px;
	}
	.index2-icon {
		width: 80px;
		margin: -45px 0 0 -40px;
	}
	.index2-icon .index2-img {
		width: 80px;
		height: 80px;
		background: url(../images/about4.png) no-repeat center;
		background-size: 100%;
		margin: 0 0 10px;
	}
	.index2-icon p {
		line-height: 24px;
	}
}
@media only screen and (min-width: 1450px) {
	.index2>img {
		width: 1920px;
		margin-left: -960px;
	}
	.index2-icon {
		width: 102px;
		margin: -58px 0 0 -51px;
	}
	.index2-icon .index2-img {
		width: 102px;
		height: 102px;
		background: url(../images/about4.png) no-repeat center;
		background-size: 100%;
		margin: 0 0 10px;
	}
}
@media only screen and (min-width: 1921px) {
	.index2>img {
		width: 100%;
		left: 0px;
		margin-left: 0px;
	}
}


/*视频弹出*/
.video-masked {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: rgba(0,0,0,0.8);
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 9999;
	display: none;
}
.video-masked .video-x {
	display: block;
	width: 40px;
	height: 40px;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	top: 20px;
	right: 20px;
	z-index:99999999;
}
.video-x:before,.video-x:after {
	content: '';
	display: block;
	width: 40px;
	height: 6px;
	border-radius: 3px;
	overflow: hidden;
	background-color: #FFFFFF;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -3px 0 0 -20px;
	transform: rotate(45deg);
}
.video-x:after {
	transform: rotate(-45deg);
}
.video-masked video {
	display: block;
	background-color: #000000;
}
@media only screen and (max-width: 991px) {
	.video-masked video {
		width: 630px;
		margin: 200px auto 0;
	}
}
@media only screen and (max-width: 750px) {
	.video-masked video {
		width: 335px;
		margin: 150px auto 0;
	}
	.video-masked .video-x {
		width: 24px;
		height: 24px;
		top: 10px;
		right: 10px;
	}
	.video-x:before,.video-x:after {
		width: 24px;
		height: 3px;
		border-radius: 1.5px;
		margin: -1.5px 0 0 -12px;
	}
}
@media only screen and (min-width: 992px) {
	.video-masked video {
		width: 850px;
		height: -moz-calc(100% - 200px);
		height: -webkit-calc(100% - 200px);
		height: calc(100% - 200px);
		margin: 100px auto;
	}
}
@media only screen and (min-width: 1200px) {
	.video-masked video {
		width: 1000px;
	}
}
@media only screen and (min-width: 1450px) {
	.video-masked video {
		width: 1200px;
	}
}