* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.main {
	max-width: 1620px !important;
	margin: 0 auto !important;
	padding: 0px 10px;
}

body,
html {
	width: 100%;
	height: 100%;
}


.banner_pag_box {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	z-index: 3;
}

.banner_pag_box .main {
	position: relative;
}

.banner_pag {
	bottom: 50px !important;
	display: flex;
	flex-direction: row;
	width: 100%;
	left: 0px;
}

.banner_swp {
	position: relative;
}

.banner_swp .swiper-pagination-bullet:before {
	content: '';
	position: absolute;
	top: -2px;
	width: 0%;
	height: 2px;
	background: rgba(255, 255, 255, 1);
	left: 0px;
	transition: all 1s;
	-webkit- transition: all 1s;
}

.banner_swp .swiper-pagination-bullet {
	background: none;
	width: inherit;
	height: inherit;
	border-radius: 0px;
	margin: 0px !important;
	opacity: 1;
	outline: none;
	flex: 1;
	font-size: 18px;
	padding-top: 30px;
	color: #fff;
	position: relative;
	border-top: 2px solid rgba(255, 255, 255, 0.2);
}

.banner_swp .swiper-pagination-bullet-active:before {
	content: '';
	width: 100%;
}

.banner_swp .item {
	height: calc(100vh - 120px);
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.banner_swp .text h3 {
	font-size: 48px;
	font-weight: bold;
	color: #fff;
}

.banner_swp .text p {
	font-size: 24px;
	color: #ffffff;
	margin-top: 20px;
}

.banner_swp .text {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}

.banner_swp .text .main {
	height: 100%;
}

.banner_swp .text .main .text_nr {
	display: flex;
	height: 100%;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

.banner_swp .swiper-slide video {
	width: 100%;
	object-fit: cover;
	height: calc(100vh - 120px);
}


.in_about {
	position: relative;
}

.in_about:after {
	content: '';
	background: #f1f3f8;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 50%;
	height: 100%;
	z-index: -1;
}

.in_about .item {
	display: flex;
	flex-direction: row;
}

.in_about .item .fl {
	padding-top: 110px;
	width: 50%;
	padding-right: 60px;
}

.in_about .item .fl .text p {
	font-size: 20px;
	color: #666666;
	margin-top: 40px;
	line-height: 28px;
	margin-bottom: 40px;
}

.in_about .item .fr ul {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin: 50px 0px;
}

.in_about .item .fr ul li h4 {
	color: #3cb83c;
	font-size: 44px;
}

.in_about .item .fr ul li h4 span {
	font-size: 24px;
}

.in_about .item .fr ul li p {
	font-size: 16px;
	color: #7b7b7b;
	margin-top: 2px;
}

.in_about .item .fr {
	/* padding-top: 110px; */
	width: 50%;
	padding-left: 60px;
	display: flex;
	align-items: center;
}

.in_about .item .fr .img {
	text-align: center;
	margin-top: 60px;
}

.in_about .item .fr .img img {
	margin: 0 auto;
}

.in_about .item .fr p {
	font-size: 20px;
	color: #666666;
	line-height: 28px;
	margin-top: 30px;
}

.in_markets {
	background: url('../images/img1.jpg') no-repeat center center;
	padding: 80px 0px;
	margin-top: 80px;
	background-size: cover;
}

.in_markets .item .list {
	overflow: hidden;
	margin-top: 40px;
}

.in_markets .item .list ul {
	display: flex;
	flex-direction: row;
	margin-left: -20px;
	margin-right: -20px;
}

.in_markets .item .list ul li {
	width: 25%;
	padding: 20px;
}

.in_markets .item .list ul li .img {
	overflow: hidden;
}

.in_markets .item .list ul li .img img {
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
}

.in_markets .item .list ul li .link {
	display: block;
}

.in_markets .item .list ul li .link p {
	background: #3cb83c;
	padding: 15px 25px;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
	word-wrap: break-word;
	word-break: break-all;
}

.in_markets .item .list ul li .link:hover .img img {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
}

.in_markets .item .list ul li .link:hover p {
	padding-left: 35px;
}

.in_asset .list {
	overflow: hidden;
	margin-top: 60px;
}

.in_asset .list ul {
	display: flex;
	flex-direction: row;
	margin-left: -20px;
	margin-right: -20px;
}

.in_asset .list ul li {
	width: 50%;
	padding: 0px 20px;
}

.in_asset .list ul li p {
	background: #1e376d;
	padding: 30px 40px;
	font-size: 28px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}

.in_asset .list ul li .img {
	overflow: hidden;
}

.in_asset .list ul li .img img {
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
}

.in_asset .list ul li .link:hover .img img {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
}

.in_asset .list ul li .link:hover p {
	background: #3cb83c;
	padding-left: 50px;
}


.in_projects .list {
	margin-top: 60px;
	overflow: hidden;
}

.in_projects .list ul {
	display: flex;
	flex-direction: row;
}

.in_projects .list ul li {
	width: 50%;
}

.in_projects .list ul li .img {
	overflow: hidden;
}

.in_projects .list ul li .img img {
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}

.in_projects .list ul li .con {
	padding: 0px 70px;
	margin-top: -70px;
	position: relative;
	z-index: 3;
}

.in_projects .list ul li .con .text {
	background: #1e376d;
	padding: 50px;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}

.in_projects .list ul li .con .text h3 {
	font-size: 24px;
	color: #ffffff;
	text-transform: uppercase;
}

.in_projects .list ul li .con .text p {
	color: rgba(255, 255, 255, 0.5);
	margin-top: 20px;
	font-size: 16px;
}

.in_projects .list ul li:nth-child(2) {
	margin-top: 160px;
}

.in_projects .list ul li .link:hover .img img {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
}

.in_projects .list ul li .link:hover .text {
	background: #3cb83c;
}


.in_news .item {
	display: flex;
	flex-direction: row;
}

.in_news .item .fl {
	flex: 1;
	padding-right: 80px;
}

.in_news .item .fl .list ul li {
	border-bottom: 1px solid #d6dbe5;
	padding: 40px 0px;
}

.in_news .item .fl .list ul li .link {
	display: block;
	display: flex;
	flex-direction: row;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}

.in_news .item .fl .list ul li .link .img {
	width: 360px;
	height: 200px;
	flex: 0 0 auto;
}

.in_news .item .fl .list ul li .link .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.in_news .item .fl .list ul li .link .text {
	display: flex;
	flex-direction: column;
	padding: 10px 60px;
	flex: 1;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}

.in_news .item .fl .list ul li .link .text strong {
	background: url('../images/icon6.png') no-repeat left center;
	padding-left: 25px;
	color: #294090;
	font-size: 14px;
	margin-top: 20px;
}

.in_news .item .fl .list ul li .link .text h3 {
	font-size: 24px;
	color: #333333;
	margin-top: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.in_news .item .fl .list ul li .link .text h6 {
	font-size: 18px;
	font-weight: bold;
	color: #3cb83c;
	margin-top: 25px;
}

.in_news .item .fl .list ul li .link .text h6 i {
	display: inline-block;
	vertical-align: middle;
	margin-left: 8px;
	margin-top: -2px;
}

.in_news .item .fl .list ul li .link:hover .text {
	background: #fff;
}

.in_news .item .fl .list ul li .link:hover {
	box-shadow: 0px 5px 5px 1px rgba(0, 0, 0, 0.06)
}

.in_news .item .fl .list ul li .link:hover .text h3 {
	color: #1e376d;
}

.in_news .item .fr {
	flex: 0 0 auto;
	width: 440px;
	border-bottom: 1px solid #d6dbe5;
	padding: 40px 0px;
}

.in_news .item .fr .img {
	height: 245px;
	width: 100%;
}

.in_news .item .fr .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.in_news .item .fr .text {
	display: flex;
	flex-direction: column;
	padding: 10px 40px 35px;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}

.in_news .item .fr .text strong {
	background: url('../images/icon6.png') no-repeat left center;
	padding-left: 25px;
	color: #294090;
	font-size: 14px;
	margin-top: 20px;
}

.in_news .item .fr .text h3 {
	font-size: 24px;
	color: #333333;
	margin-top: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}

.in_news .item .fr .text h6 {
	font-size: 18px;
	font-weight: bold;
	color: #3cb83c;
	margin-top: 25px;
}

.in_news .item .fr .text h6 i {
	display: inline-block;
	vertical-align: middle;
	margin-left: 8px;
	margin-top: -2px;
}

.in_news .item .fr .link {
	display: block;
}

.in_news .item .fr .link:hover .text {
	background: #fff;
}

.in_news .item .fr .link:hover {
	box-shadow: 0px 5px 5px 1px rgba(0, 0, 0, 0.06)
}

.in_news .item .fr .link:hover .text h3 {
	color: #1e376d;
}


.footer {
	background: #1e376d;
	border-top: 15px solid #3cb83c;
	padding: 80px 0px;
}

.footer .item {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	position: relative;
}

.footer .item:after {
	content: '';
	background: rgba(255, 255, 255, 0.3);
	position: absolute;
	left: 0px;
	width: 100%;
	top: 80px;
	height: 1px;
}

.footer .item dl dt {
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
	padding-bottom: 60px;
}

.footer .item dl dt a {
	font-weight: bold;
	display: block;
	padding-top: 20px;
	color: #fff;
}

.footer .item dl.text1 dt a {
	padding-top: 0;
}

.footer .item dl dd a {
	display: block;
	color: rgba(255, 255, 255, 0.6);
	margin-top: 10px;
	font-size: 16px;
}

.footer .item dl dd .icon {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.footer .item dl dd .icon a {
	margin-right: 20px;
}

.footer .item dl dd .icon:first-child {
	margin-bottom: 20px;
}

.footer .item dl dd .icon:first-child img {
	height: 82px;
}

.footer .item .text1 dt {
	padding-bottom: 50px;
}

.footer .item dl dd a:hover {
	color: #3cb83c;
}

.footer_fot {
	background: #152d61;
	text-align: center;
	color: #fff;
	padding: 26px 0px;
	font-size: 16px;
}

.footer_fot p {
	line-height: 30px;
}

.banner_x .img img {
	width: 100%;
	object-fit: cover;
}

.banner_x .item {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}

.banner_x .item .main {
	height: 100%;
	display: flex;
	align-items: center;
}

.banner_x {
	position: relative;
}

.banner_x .mbx {
	position: absolute;
	left: 0px;
	bottom: 30px;
	width: 100%;
}

.banner_x .mbx .text a {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	background: url('../images/icon9.png') no-repeat right center;
	padding-right: 22px;
	margin-right: 12px;
}

.banner_x .mbx .text a:last-child {
	margin-right: 0px;
	padding-right: 0px;
}

.banner_x .mbx .text a:hover {
	text-decoration: underline;
}

.m_mbx1 {
	position: absolute;
	left: 0px;
	top: 30px;
	width: 100%;
}

.m_mbx1 a {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	background: url('../images/icon9.png') no-repeat right center;
	padding-right: 22px;
	margin-right: 12px;
}

.m_mbx1 .text a:last-child {
	margin-right: 0px;
	padding-right: 0px;
}

.m_mbx1 .text a:hover {
	text-decoration: underline;
}



.about {
	display: flex;
	flex-direction: row;
	padding: 120px 0px;
	position: relative;
}

.about:after {
	content: '';
	background: #f1f3f8;
	z-index: -1;
	width: 60%;
	height: 100%;
	position: absolute;
	right: 0px;
	top: 0px;
}

.about .fl {
	padding: 40px 0px;
	width: 50%;
	padding-right: 75px;
	padding-left: 8%;
}

.about .fl h3 {
	font-size: 28px;
	font-weight: bold;
	color: #333333;
}

.about .fl p {
	font-size: 18px;
	color: #666666;
	margin-top: 22px;
	line-height: 25px;
}

.about .fl h6 {
	margin-top: 60px;
}

.about .fr {
	width: 50%;
}

.about .fr ul {
	display: flex;
	flex-direction: row;
	height: 100%;
}

.about .fr ul li {
	width: 33.33%;
	background: #fff;
	height: 100%;
	flex-direction: column;
	justify-content: center;
	display: flex;
	padding-left: 6%;
}

.about .fr ul li {
	border-left: 2px solid #f1f3f8;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}

.about .fr ul li h3 {
	font-size: 44px;
	color: #3cb83c;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}

.about .fr ul li h3 span {
	font-size: 24px;
}

.about .fr ul li p {
	font-size: 16px;
	color: #333333;
	margin-top: 10px;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}

.about .fr ul li:hover {
	background: #3cb83c url('../images/icon11.png') no-repeat left center;
}

.about .fr ul li:hover h3 {
	color: #fff;
}

.about .fr ul li:hover p {
	color: #fff;
}

.about1 {
	display: flex;
	flex-direction: row;
}

.about1 .img {
	width: 50.6%;
	position: relative;
}

.about1 .text {
	width: 49.4%;
	padding-left: 110px;
	position: relative;
}

.about1 .text .icon {
	margin-top: 50px;
}

.about1 .text p {
	font-size: 28px;
	font-weight: bold;
	color: #333333;
	margin-top: 30px;
}

.about2 {
	cursor: pointer;
}

.about2 .text {
	background: #1e376d;
	padding: 70px 50px;
	display: inline-block;
	border-left: 18px solid #3cb83c;
	margin-left: 80px;
	margin-top: -110px;
}

.about2 .img {
	position: relative;
	z-index: -1;
}

.about2 .img .icon {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 0px;
	left: 0px;
}

.about3 .list ul {
	justify-content: space-between;
	display: flex;
	flex-direction: row;
	margin-top: 50px;
}

.about3 .list ul li {
	width: 45%;
	height: 100%;
}

.about3 .list ul li p {
	font-size: 18px;
	line-height: 24px;
}

.about3 .list ul li .img {
	margin: 30px 0px;
}

.about3 .list ul li:nth-child(2n+1) {
	display: flex;
	flex-direction: column-reverse;
}

.about3 .list ul li:nth-child(2) {
	margin-top: 180px;
}

.about3 .item {
	position: relative;
}

.about3 .item .icon {
	position: absolute;
	left: 50%;
	margin-left: -204px;
	top: 12%;
	display: flex;
	justify-content: center;
}

.about4.m_grey {
	margin-top: 50px;
}

.about4 .item {
	display: flex;
	flex-direction: row;
	/* margin-top: 50px; */
}

.about4 .item .img {
	width: 48.2%;
}

.about4 .item .text {
	width: 35%;
	margin-left: 5%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.about4 .item .text p {
	font-size: 18px;
	color: #666666;
}

.about5 {
	background: url('../images/img16.jpg') no-repeat center center;
	background-size: cover;
	margin-top: 50px;
	padding: 80px 0px;
}

.about5 .item {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.about5 .item .fl {
	width: 40%;
	text-align: center;
}

.about5 .item .fl h3 {
	font-size: 48px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}

.about5 .item .fl .icon {
	margin-top: 73px;
}

.about5 .item .fl .icon img {
	margin: 0 auto;
}

.about5 .item .fr {
	width: 40%;
	text-align: center;
}

.about5 .item .fr h3 {
	font-size: 48px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}

.about5 .item .fr .icon {
	margin-top: 45px;
}

.about5 .item .fr .icon img {
	margin: 0 auto;
}

.about6 {
	text-align: center;
	padding: 0px 20%;
}

.about6 .img {
	margin-top: 60px;
}

.about6 .img img {
	margin: 0 auto;
}

.about6 p {
	font-size: 28px;
	color: #333333;
	margin-top: 50px;
}

.about6 strong {
	color: #3cb83c;
	font-size: 16px;
	margin-top: 20px;
	display: block;
}

.history {
	text-align: center;
	padding: 0px 20%;
}

.history .img {
	margin-top: 70px;
}

.history .img img {
	margin: 0 auto;
}

.history p {
	font-size: 28px;
	color: #333333;
	margin-top: 40px;
}

.history_list .list {
	margin-top: 300px;
	position: relative;
	padding-bottom: 80px;
}

.history_list .list:after {
	content: '';
	background: #dcdcdc;
	position: absolute;
	left: 50%;
	top: 0px;
	width: 1px;
	height: 100%;
}

.history_list .list ul li img {
	display: inline-block;
}

.history_list .list ul li:nth-child(2n+1) {
	margin-left: 50%;
	padding-left: 65px;
	position: relative;
}

.history_list .list ul li:nth-child(2n+1):after {
	content: '';
	background: url('../images/icon24.png') no-repeat center center;
	width: 34px;
	height: 34px;
	position: absolute;
	left: -17px;
	top: 5px;
	z-index: 9;
	transition: all 0.6s;
	-webit-transition: all 0.6s;
}

.history_list .list ul li:nth-child(2n) {
	padding-right: 65px;
	text-align: right;
	position: relative;
}

.history_list .list ul li:nth-child(2n):after {
	content: '';
	background: url('../images/icon24.png') no-repeat center center;
	width: 34px;
	height: 34px;
	position: absolute;
	right: -17px;
	top: 5px;
	z-index: 9;
	transition: all 0.6s;
	-webit-transition: all 0.6s;
}

.history_list .list ul li {
	width: 50%;
	height: 100%;
	margin-top: -200px;
	transition: all 0.6s;
	-webit-transition: all 0.6s;
}

.history_list .list ul li h3 {
	font-size: 42px;
	color: #333333;
	font-weight: bold;
}

.history_list .list ul li p {
	font-size: 18px;
	margin-top: 22px;
	line-height: 25px;
}

.history_list .list ul li h6 {
	font-size: 28px;
	color: #333333;
	font-weight: bold;
	margin-top: 20px;
}

.history_list .list ul li:hover:after {
	content: '';
	background: url('../images/icon23.png') no-repeat center center;
}

.history_list .list ul li:hover h3 {
	color: #1e376d;
}

.team_had .text {
	margin-top: 60px;
}

.team_had .text p {
	font-size: 28px;
	color: #333333;
	margin-top: 28px;
	text-align: center;
}

.team {
	padding: 50px 0px;
}

.team ul li {
	display: flex;
	flex-direction: row;
	background: #f2f3f8;
	margin: 60px 0px;
}

.team ul li .img {
	width: 435px;
	position: relative;
	display: flex;
	align-items: center;
}

.team ul li .text {
	flex: 1;
	padding: 60px;
}

.team ul li .text h3 {
	font-size: 28px;
	color: #1e376d;
	font-weight: bold;
}

.team ul li .text p {
	font-size: 18px;
	color: #666666;
	line-height: 28px;
	margin-top: 26px;
}

.team ul li:nth-child(2n+1) .img:after {
	content: '';
	background: #01a300;
	width: 15px;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}

.team ul li:nth-child(2n+1) .img:before {
	content: '';
	background: #1e376d;
	width: 15px;
	height: 0%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 3;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}

.team ul li:nth-child(2n+1):hover .img:before {
	height: 60%;
}

.team ul li:nth-child(2n) {
	display: flex;
	flex-direction: row-reverse;
}

.team ul li:nth-child(2n) .img:after {
	content: '';
	background: #1e376d;
	width: 15px;
	height: 100%;
	position: absolute;
	right: 0px;
	top: 0px;
}

.team ul li:nth-child(2n) .img:before {
	content: '';
	background: #01a300;
	width: 15px;
	height: 0%;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 3;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}

.team ul li:nth-child(2n):hover .img:before {
	height: 60%;
}


.vision_had {
	background: #3cb83c;
	padding: 80px 0px;
}

.vision_had .item {
	text-align: center;
	margin-top: 50px;
}

.vision_had .item p {
	font-size: 28px;
	color: #ffffff;
	line-height: 30px;
	margin-top: 25px;
}

.vision_had .item .img {
	margin-top: 80px;
}

.vision_had .item .img img {
	margin: 0 auto;
}

.vision .list ul li {
	margin-top: 40px;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}

.vision .list ul li h3 strong {
	display: block;
	font-weight: bold;
}

.vision .list ul li:nth-child(2n+1) {
	position: relative;
}

.vision .list ul li:nth-child(2n+1):after {
	content: '';
	width: 50%;
	height: 100%;
	background: #f1f3f8;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: -1;
}

.vision .list ul li:nth-child(2n+1) .item {
	background: #f1f3f8;
	padding: 100px 0px;
	align-items: center;
	display: flex;
	flex-direction: row;
}

.vision .list ul li:nth-child(2n+1) .item .icon {
	flex: 3;
}

.vision .list ul li:nth-child(2n+1) .item .icon img {
	margin: 0 auto;
	transition: all 1s;
	-webkit-transition: all 1s;
}

.vision .list ul li:nth-child(2n+1) .item .text {
	flex: 7;
	padding: 0px 100px 0px 100px;
}

.vision .list ul li:nth-child(2n+1) .item .text h3 {
	font-size: 42px;
	color: #333333;
	text-transform: uppercase;
	font-weight: bold;
}

.vision .list ul li:nth-child(2n+1) .item .text h3:after {
	content: '';
	background: #31a93a;
	width: 68px;
	height: 5px;
	display: inline-block;
	vertical-align: top;
	margin-top: 20px;
}

.vision .list ul li:nth-child(2n+1) .item .text p {
	font-size: 24px;
	color: #666666;
	line-height: 30px;
	margin-top: 10px;
}

.vision .list ul li:nth-child(2n) {
	position: relative;
}

.vision .list ul li:nth-child(2n):after {
	content: '';
	width: 50%;
	height: 100%;
	background: #1e376d;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: -1;
}

.vision .list ul li:nth-child(2n) .item {
	background: #1e376d;
	padding: 100px 0px;
	align-items: center;
	display: flex;
	flex-direction: row-reverse;
}

.vision .list ul li:nth-child(2n) .item .icon {
	flex: 3;
}

.vision .list ul li:nth-child(2n) .item .icon img {
	margin: 0 auto;
	transition: all 1s;
	-webkit-transition: all 1s;
}

.vision .list ul li:nth-child(2n) .item .text {
	flex: 7;
	padding: 50px 100px 50px 100px;
	text-align: right;
}

.vision .list ul li:nth-child(2n) .item .text h3 {
	font-size: 42px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}

.vision .list ul li:nth-child(2n) .item .text h3:after {
	content: '';
	background: #31a93a;
	width: 68px;
	height: 5px;
	display: inline-block;
	vertical-align: top;
	margin-top: 20px;
}

.vision .list ul li:nth-child(2n) .item .text p {
	font-size: 24px;
	color: #fff;
	line-height: 30px;
	margin-top: 10px;
}

.vision .list ul li:hover .item .icon img {
	transform: rotate(180deg);
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
}

.qhse_had .text {
	text-align: center;
}

.qhse_had .text p {
	margin-top: 30px;
	font-size: 28px;
	line-height: 30px;
	color: #333333;
}

.qhse_had .text p img {
	margin: 0 auto;
	margin-top: 50px;
}

.qhse_had .text p strong {
	color: #3cb83c;
}


.qhse ul li {
	margin: 80px 0px;
	position: relative;
}

.qhse ul li .item {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	background: #f1f3f8;
	position: relative;
}

.qhse ul li .item .img {
	width: 47.1%;
	overflow: hidden;
}

.qhse ul li .item .img img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
}

.qhse ul li .item .text {
	width: 45%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 20px 0px;
}

.qhse ul li .item .text h3 {
	font-size: 28px;
	color: #1e376d;
	font-weight: bold;
	margin-bottom: 20px;
}

.qhse ul li .item .text p {
	font-size: 18px;
	color: #666666;
	margin-top: 18px;
	line-height: 28px;
}

.qhse ul li .item:hover .img img {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
}

.qhse ul li:nth-child(2n+1) .item {
	display: flex;
	flex-direction: row-reverse;
}

.qhse ul li:nth-child(2n+1):after {
	content: '';
	background: #f1f3f8;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 50%;
	height: 100%;
	z-index: -1;
}

.qhse ul li:nth-child(2n):after {
	content: '';
	background: #f1f3f8;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 50%;
	height: 100%;
	z-index: -1;
}

.qhse_download {
	margin-bottom: 100px;
	background: #f1f3f8;
	padding-left: 470px;
	position: relative;
	min-height: 220px;
}

.qhse_download .tit {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 420px;
	height: 100%;
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	padding-top: 30px;
	padding-left: 30px;
	background: linear-gradient(300deg, transparent 150px, #1e376d 0);
}

.qhse_download .tit:after {
	content: '';
	background: url('../images/icon33.png') no-repeat left center;
	position: absolute;
	bottom: 10px;
	right: 38%;
	width: 117px;
	height: 110px;
}

.qhse_download .list {
	padding: 20px 0px;
	padding-right: 50px;
}

.qhse_download .list a {
	display: block;
	margin: 32px 0px;
	font-size: 18px;
	color: #666666;
	position: relative;
	padding-right: 120px;
}

.qhse_download .list a strong {
	background: url('../images/icon32.png') no-repeat right center;
	padding-right: 20px;
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -10px;
	color: #1e376d;
}

.qhse_download .list a:hover {
	text-decoration: underline;
	color: #1e376d;
}

.contact .list {
	overflow: hidden;
	margin-top: 40px;
}

.contact .list ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-left: -30px;
	margin-right: -30px;
}

.contact .list ul li {
	width: 50%;
	padding: 30px;
}

.contact .list ul li .item {
	border: 1px solid #dcdcdc;
	height: 100%;
	padding: 50px 40px;
}

.contact .list ul li .item h3 {
	font-size: 28px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 30px;
}

.contact .list ul li .item p {
	font-size: 18px;
	color: #666666;
	margin-top: 15px;
}

.contact_form .fom {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 30px;
}

.contact_form .fom .putcon {
	width: 48.5%;
	margin-top: 30px;
}

.contact_form .fom .putbox {
	width: 100%;
}

.contact_form .fom .txt {
	width: 100%;
	padding: 20px;
	font-size: 18px;
	border: 1px solid #cac9c9;
}

.contact_form .fom .txtbox {
	height: 280px;
	border: 1px solid #cac9c9;
	width: 100%;
	margin-top: 30px;
	padding: 20px;
	font-size: 18px;
}

.contact_form .fom .yzmimg {
	margin-top: 30px;
	width: 35%;
	padding-right: 140px;
	position: relative;
}

.contact_form .fom .yzmimg .txt {
	height: 50px;
}

.contact_form .fom .yzmimg img {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	position: absolute;
	right: 0px;
	top: 0px;
}

.contact_form .fom .butbox {
	text-align: center;
	width: 100%;
}

.contact_form .fom .but {
	background: #1e376d;
	color: #fff;
	padding: 17px 80px;
	font-size: 18px;
	font-weight: bold;
	margin: 0 auto;
	margin-top: 50px;
	display: inline-block;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}

.contact_form .fom .but:hover {
	background: #3cb83c;
}

.contact_form .fom input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #666;
	font-weight: normal;
}

.contact_form .fom input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #666;
	font-weight: normal;
}

.contact_form .fom input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
	color: #666;
	font-weight: normal;
}

.markets_had {
	padding-bottom: 30px;
}

.markets_had .text {
	text-align: center;
	margin-top: 60px;
}

.markets_had .text p {
	font-size: 28px;
	color: #333333;
	line-height: 32px;
	margin-top: 30px;
}

.markets_had_list ul {
	display: flex;
	flex-direction: row;
}

.markets_had_list ul li {
	flex: 1;
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 35px;
}

.markets_had_list ul li .icon {
	margin-right: 25px;
}

.markets_had_list ul li p {
	font-size: 28px;
	color: #fff;
}

.markets_had_list ul li:nth-child(1) {
	background-image: linear-gradient(90deg, #15398d 0%, #395698 100%);
}

.markets_had_list ul li:nth-child(2) {
	background-image: linear-gradient(90deg, #60bbea 0%, #97dbff 100%);
}

.markets_had_list ul li:nth-child(3) {
	background-image: linear-gradient(90deg, #7f7f7f 0%, #b0b1b3 100%);
}

.markets_had_list ul li:nth-child(4) {
	background-image: linear-gradient(90deg, #52a848 0%, #86bb69 100%);
}

.markets ul li {
	margin-top: 80px;
	position: relative;
}

.markets ul li .item {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	background: #f1f3f8;
	position: relative;
}

.markets ul li .item .img {
	width: 47.1%;
	overflow: hidden;
}

.markets ul li .item .img img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
}

.markets ul li .item .text {
	width: 47.1%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 20px 0px;
}

.markets ul li .item .text h3 {
	font-size: 28px;
	color: #1e376d;
	font-weight: bold;
	margin-bottom: 20px;
}

.markets ul li .item .text p {
	font-size: 18px;
	color: #666666;
	margin-top: 18px;
	line-height: 28px;
	width: 100%;
}

.markets ul li .item .text strong {
	background: #1e376d;
	color: #fff;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	display: inline-block;
	margin-top: 30px;
	padding: 20px 30px;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}

.markets ul li .item:hover .img img {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
}

.markets ul li .item:hover .text strong {
	background: #3cb83c;
}

.markets ul li:nth-child(2n) .item {
	display: flex;
	flex-direction: row-reverse;
}

.markets ul li:nth-child(2n):after {
	content: '';
	background: #f1f3f8;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 50%;
	height: 100%;
	z-index: -1;
}

.markets ul li:nth-child(2n+1):after {
	content: '';
	background: #f1f3f8;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 50%;
	height: 100%;
	z-index: -1;
}

.telecom_had {
	padding: 0px 9%;
}

.telecom_had .text {
	text-align: center;
}

.telecom_had .text p {
	font-size: 24px;
	color: #333333;
	margin-top: 40px;
}

.telecom_had .list ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.telecom_had .list ul li {
	width: 50%;
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-top: 40px;
	padding-left: 60px;
}

.telecom_had .list ul li .icon {
	width: 100px;
	height: 100px;
	margin-right: 40px;
}

.telecom_had .list ul li p {
	font-size: 24px;
	font-weight: bold;
	color: #1e376d;
	line-height: 30px;
}

.telecom .img {
	margin-top: 60px;
}

.telecom .img img {
	width: 100%;
}

.telecom1 .list {
	overflow: hidden;
}

.telecom1 .list ul {
	display: flex;
	flex-direction: row;
	margin-left: -30px;
	margin-right: -30px;
	flex-wrap: wrap;
}

.telecom1 .list ul li {
	flex: 1;
	padding: 0px 30px;
	margin-top: 60px;
}

.telecom1 .list ul li .item .img {
	width: 100%;
	overflow: hidden;
}

.telecom1 .list ul li .item .img img {
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	width: 100%;
}

.telecom1 .list ul li .item {
	background: #f1f3f8;
	height: 100%;
}

.telecom1 .list ul li .item:hover .img img {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
}

.telecom1 .list ul li .item .con {
	padding: 50px;
}

.telecom1 .list ul li .item .con h3 {
	font-size: 28px;
	font-weight: bold;
	color: #1e376d;
}

.telecom1 .list ul li .item .con strong {
	font-size: 22px;
	color: #1e376d;
	display: block;
	margin-top: 5px;
}

.telecom1 .list ul li .item .text {
	margin-top: 25px;
}

.telecom1 .list ul li .item .text p {
	color: #666666;
	position: relative;
	padding-left: 20px;
	font-size: 18px;
	color: #666666;
	margin-top: 8px;
}

.telecom1 .list ul li .item .text p:after {
	content: '';
	background: #bfbfbf;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	left: 0px;
	top: 6px;
	position: absolute;
}

.telecom2 .item {
	padding-top: 20%;
	padding-bottom: 5%
}

.telecom2 .item1 {
	padding-top: 13%;
	padding-bottom: 13%
}

.telecom2 .list {
	margin-top: 50px;
}

.telecom2 .list ul li {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-top: 40px;
}

.telecom2 .list ul li .num {
	background: #ffffff;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	color: #1e376d;
	font-weight: bold;
	margin-right: 30px;
}

.telecom2 .list ul li p {
	color: #fff;
	font-size: 24px;
	flex: 1;
	line-height: 30px;
}

.telecom2 .list ul li p strong {
	color: #e3d000;
	font-weight: bold;
}

.telecom2 .list ul li em {
	position: relative;
	padding-left: 40px;
	color: #fff;
	font-size: 24px;
	line-height: 30px;
}

.telecom2 .list ul li em:after {
	content: '';
	background: #fff;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	position: absolute;
	left: 0px;
	top: 9px;
}

.telecom2 .list ul li em strong {
	color: #e3d000;
	font-weight: bold;
}

.m_had {
	padding: 0px 10%;
}

.m_had .text {
	padding-top: 15px;
}

.m_had .text p {
	font-size: 28px;
	color: #333333;
	line-height: 32px;
	margin-top: 40px;
	text-align: center;
}

.m_had .text p img {
	margin: 0 auto;
	height: auto !important;
}

.m_had_img {
	margin-top: 64px;
}

.m_had_img img {
	margin: 0 auto;
}


.a_about2 {
	cursor: auto;
}

.asset {
	padding-bottom: 40px;
}

.asset ul li {
	margin-bottom: 60px;
}

.asset ul li .link {
	display: block;
	position: relative;
}

.asset ul li .img {
	flex: 0 0 auto;
	width: 54.6%;
	overflow: hidden;
	height: 540px;
}

.asset ul li .img img {
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.asset ul li .con {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	width: 55%;
	height: 100%;
	top: 0px;
}

.asset ul li .text {
	height: 75%;
	background: #f2f3f8;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 20px 80px;
	align-items: flex-start;
}

.asset ul li .text h3 {
	font-size: 28px;
	color: #1e376d;
	font-weight: bold;
	margin-bottom: 20px;
}

.asset ul li .text p {
	font-size: 18px;
	color: #1e376d;
	margin-top: 15px;
	position: relative;
	padding-left: 20px;
}

.asset ul li .text p:after {
	content: '';
	background: #3cb83c;
	border-radius: 50%;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	position: absolute;
	left: 0px;
	top: 7px;
}

.asset ul li .text h6 {
	background: #1e376d;
	font-size: 18px;
	color: #ffffff;
	padding: 18px 25px;
	min-width: 60%;
	display: inline-block;
	text-align: center;
	margin-top: 35px;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
	font-weight: bold;
}

.asset ul li:nth-child(2n+1) .con {
	right: 0px;
}

.asset ul li:nth-child(2n+1) .text {
	border-left: 15px solid #3cb83c;
}

.asset ul li:nth-child(2n) .link {
	display: flex;
	flex-direction: row-reverse;
}

.asset ul li:nth-child(2n) .con {
	left: 0px;
}

.asset ul li:nth-child(2n) .text {
	border-right: 15px solid #1e376d;
}

.asset ul li .link:hover .img img {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
}

.asset ul li .link:hover .text h6 {
	background: #3cb83c;
}

.photo {
	padding-bottom: 100px;
}

.photo .list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-top: 60px;
	justify-content: space-between;
}

.photo .list .fl {
	width: 56.6%;
}

.photo .list .fl .link {
	display: block;
}

.photo .list .fl .link img {
	height: 520px;
	object-fit: cover;
}

.photo .list .fr {
	width: 41.3%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.photo .list .fr .link {
	display: block;
}

.photo .list .fr .link img {
	height: 245px;
	object-fit: cover;
}

.photo .list img {
	width: 100%;
}

.photo .dow {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 28px;
}

.photo .dow .img {
	width: 32.1%;
}

.photo .dow .img .link {
	display: block;
}

.photo .dow .img img {
	width: 100%;
	height: 327px;
	object-fit: cover;
}

.photo_b80 {
	padding-bottom: 80px;
}

.fleet ul li .link {
	display: block;
	position: relative;
	padding: 100px 0px;
}

.fleet ul li:nth-child(2n+1) .link {
	display: flex;
	flex-direction: row-reverse;
}

.fleet ul li:nth-child(2n) .link {
	display: flex;
	flex-direction: row;
}

.fleet ul li .link:after {
	content: '';
	position: absolute;
	top: 0px;
	z-index: -1;
	height: 100%;
	width: 70%;
	background-image: linear-gradient(0deg, #fdfdfe 0%, #f2f3f8 100%);
}

.fleet ul li:nth-child(2n+1) .link:after {
	left: 0px;
}

.fleet ul li:nth-child(2n) .link:after {
	right: 0px;
}

.fleet ul li .link .img {
	width: 48.7%;
	overflow: hidden;
}

.fleet ul li .link .img img {
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.fleet ul li .link .text {
	width: 51.3%;
	padding: 20px 100px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

.fleet ul li .link .text h3 {
	font-size: 28px;
	color: #1e376d;
	font-weight: bold;
}

.fleet ul li .link .text .con {
	font-size: 18px;
	color: #666666;
	line-height: 28px;
	margin-top: 25px;
	width: 100%;
}

.fleet ul li .link .text .list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-top: 20px;
}

.fleet ul li .link .text .list p {
	font-size: 18px;
	margin-top: 15px;
	position: relative;
	padding-left: 20px;
	min-width: 50%;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
	.fleet ul li .link .text .list p {
		min-width: 55%;
	}
}

.fleet ul li .link .text .list p:after {
	content: '';
	background: #3cb83c;
	border-radius: 50%;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	position: absolute;
	left: 0px;
	top: 6px;
}

.fleet ul li .link .text .list p strong {
	font-weight: bold;
	color: #333;
}

.fleet ul li .link .text h6 .link_a {
	background: #1e376d;
	font-size: 18px;
	color: #ffffff;
	padding: 18px 25px;
	min-width: 70%;
	display: inline-block;
	text-align: center;
	margin-top: 40px;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
	font-weight: bold;
}

.fleet ul li .link .text h6 .link_a:after {
	content: '';
	background: url('../images/icon46.png') no-repeat left center;
	width: 29px;
	height: 27px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 15px;
	margin-top: -5px;
}

.fleet ul li .link .text h6 .link_a:hover {
	background: #3cb83c;
}

.fleet ul li .link:hover .img img {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
}

.banner_n {
	height: calc(100vh - 120px);
	position: relative;
}

.cable ul li .link .text .list_1 p {
	width: 100%;
}

.cable ul li .link .text .list {
	margin-top: 10px;
}

.cable ul li .link .cont h4 {
	font-size: 18px;
	color: #333333;
	font-weight: bold;
}

.cable ul li .link .cont {
	border-bottom: 1px solid #e1e1e2;
	padding-bottom: 20px;
	margin-top: 25px;
	width: 100%;
}

.cable ul li .link .text .list {
	margin-top: 0px;
}

#certify {
	position: relative;
	width: 1600px;
	margin: 0 auto;
	margin-top: 60px;
}

#certify .swiper-container {
	padding-bottom: 55px;
}

#certify .swiper-slide {
	width: 1280px;
	height: 664px;
	background: #fff;
	position: relative;
	cursor: pointer;
}

#certify .swiper-slide:after {
	content: '';
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}

#certify .swiper-slide img {
	display: block;
	width: 100%;
}

#certify .swiper-slide-active:after {
	content: '';
	background: rgba(0, 0, 0, 0.5) url('../images/icon47.png') no-repeat center center;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}

#certify .swiper-button-prev {
	background-image: url("../images/icon48.png");
	left: inherit;
	right: 265px;
	top: inherit;
	bottom: 0px;
}

#certify .swiper-button-next {
	background-image: url("../images/icon49.png");
	right: 160px;
	top: inherit;
	bottom: 0px;
}

#certify .swiper-button-next,
#certify .swiper-button-prev {
	width: 40px;
	height: 40px;
	background-size: 40px auto;
}

#certify .swiper-container .swiper-pagination-fraction {
	width: auto;
	left: inherit;
	right: 215px;
	color: #adb6c7;
	font-size: 18px;
	bottom: 8px;
}

#certify .swiper-container .swiper-pagination-fraction .swiper-pagination-current {
	color: #fff;
}

.introduce_box {
	width: 65%;
	margin: 0 auto;
	margin-top: -140px;
	position: relative;
	z-index: 88;
}

.introduce {
	padding-right: 220px;
}

.introduce_list {
	padding: 50px;
	position: relative;
	background: #3cb83c;
}

.introduce_list h5 {
	font-size: 30px;
	color: #fff;
	text-align: left;
	text-transform: uppercase;
}

.introduce_list .p1 {
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	text-align: left;
	opacity: 0.7;
	margin-top: 12px;
}

.introduce_list .p1 em {
	margin: 0px 7px;
}

.introduce_list .more {
	margin-top: 40px;
}

.introduce_list .more a {
	text-align: left;
	color: #d6e7f4;
	border: 1px solid #d6e7f4;
	background: url("../images/icon13.png") no-repeat center right 9px;
}

.introduce_list .more a::after {
	background: #d6e7f4;
}

.introduce_list .more a:hover {
	color: #87ce32;
	border: 1px solid #87ce32;
	background: url("../images/icon5.png") no-repeat center right 9px;
}

.introduce_list .more a:hover::after {
	background: #87ce32;
}

.media {
	position: relative;
	padding-bottom: 100px;
}

.media:after {
	background-color: #1e376d;
	position: absolute;
	bottom: 0;
	height: 55%;
	width: 100%;
	content: '';
}

.media1 .list {
	overflow: hidden;
	margin-top: 60px;
}

.media1 .list ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-left: -20px;
	margin-right: -20px;
}

.media1 .list ul li {
	width: 25%;
	padding: 0px 20px;
}

.media1 .list ul li .link {
	display: block;
	position: relative;
}

.media1 .list ul li .link .img {
	overflow: hidden;
}

.media1 .list ul li .link .img img {
	width: 100%;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
}

.media1 .list ul li .link:after {
	content: '';
	background: url('../images/icon51.png') repeat-x left bottom;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.media1 .list ul li .link .text {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	padding: 30px;
	z-index: 1;
}

.media1 .list ul li .link .text h3 {
	color: #fff;
	font-size: 24px;
	background: url('../images/icon50.png') no-repeat right center;
	height: 56px;
	padding-right: 56px;
	overflow: hidden;
}

.media1 .list ul li .link:hover .img img {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
}

.media_download .tit:after {
	background: url('../images/icon52.png') no-repeat left center;
}

.media_download .list1 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 220px;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
	.media_download .list1 {
		height: 220px;
	}
}

.media_download .list1 h3 {
	font-size: 18px;
	margin-bottom: 30px;
}

.media_download .list1 .con ul {
	display: flex;
	flex-direction: row;
}

.media_download .list1 .con ul li {
	flex: 1;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.media_download .list1 .con ul li .icon {
	width: 62px;
	height: 62px;
	flex: 0 0 auto;
	margin-right: 20px;
}

.media_download .list1 .con ul li .text {
	flex: 1;
}

.media_download .list1 .con ul li .text strong {
	display: block;
	font-size: 18px;
	color: #666666;
}

.media_download .list1 .con ul li .text p {
	color: #666666;
	font-size: 18px;
	margin-top: 5px;
}


.news .list {
	margin-top: 10px;
	overflow: hidden;
}

.news .list ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-left: -20px;
	margin-right: -20px;
	padding: 0px 2px;
}

.news .list ul li {
	width: 33.33%;
	padding: 0px 20px 0px;
	margin-top: 50px;
}

.news .list ul li .link {
	display: block;
	border: 1px solid #eeeeee;
	background: #fff;
	box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.04);
	height: 100%;
}

.news .list ul li .img {
	position: relative;
	overflow: hidden;
}

.news .list ul li .img img {
	width: 100%;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
}

.news .list ul li .img strong {
	position: absolute;
	bottom: 0px;
	background: #1e376d;
	padding: 12px 30px;
	color: #fff;
	font-size: 16px;
}

.news .list ul li .link:hover .img img {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
}

.news .list ul li .text {
	padding: 40px 30px;
}

.news .list ul li .text h3 {
	font-size: 24px;
	color: #333333;
	font-weight: bold;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}

.news .list ul li .text p {
	color: #666666;
	margin-top: 15px;
	font-size: 18px;
	line-height: 24px;
}

.news .list ul li .text h6 {
	font-size: 18px;
	font-weight: bold;
	color: #3cb83c;
	margin-top: 30px;
}

.news .list ul li .text h6:after {
	content: '';
	background: url('../images/icon55.png') no-repeat center center;
	width: 25px;
	height: 25px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	margin-top: -2px;
}

.news .list ul li .link:hover .text h3 {
	color: #3cb83c;
}


/* 分页 */
.pagebox {
	text-align: center;
	position: relative;
	margin-top: 45px;
}

.pagebox ul {
	line-height: 50px;
}

.pagebox ul li {
	display: inline-block;
	vertical-align: middle;
}

.pagebox ul li a {
	margin: 0px;
	font-size: 18px;
	color: #000;
	position: relative;
	display: block;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
}

.pagebox ul .page a {
	height: 42px;
	width: 42px;
	border: 1px solid #898989;
	border-radius: 50%;
	line-height: 42px;
	margin: 0px 5px;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
}

.pagebox ul .previous a:before {
	content: '';
	background: url('../images/icon56.png') no-repeat left center;
	width: 19px;
	height: 8px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	margin-top: -3px;
}

.pagebox ul .previous a {
	font-size: 16px;
	color: #999999;
}

.pagebox ul .previous {
	margin-right: 10px;
}

.pagebox ul .next a:after {
	content: '';
	background: url('../images/icon57.png') no-repeat left center;
	width: 19px;
	height: 8px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	margin-top: -3px;
}

.pagebox ul .next a {
	font-size: 16px;
	color: #999999;
}

.pagebox ul .next {
	margin-left: 10px;
}

.pagebox ul li.first {
	display: none;
}

.pagebox ul li.last {
	display: none;
}

.pagebox ul li.page:hover a,
.pagebox ul li.selected a {
	color: #fff;
	background: #1e376d;
	border: 1px solid #1e376d;
}

.pagebox ul .previous a:hover {
	color: #1e376d;
}

.pagebox ul .next a:hover {
	color: #1e376d;
}

.pagebox ul .previous a:hover:before {
	content: '';
	background: url('../images/icon56_m.png') no-repeat left center;
}

.pagebox ul .next a:hover:after {
	content: '';
	background: url('../images/icon57_m.png') no-repeat left center;
}


.details .had {
	width: 63.8%;
}

.details .had h1 {
	font-size: 40px;
	color: #1e376d;
}

.details .item {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.details .fl {
	width: 63.8%;
}

.details .fl .tit {
	border-bottom: 1px solid #dddddd;
	padding-bottom: 30px;
}

.details .fl .tit strong {
	display: block;
	font-size: 16px;
	display: block;
	margin-top: 20px;
}

.details .fl .con p {
	font-size: 16px;
	color: #333333;
	margin-top: 30px;
	line-height: 26px;
}

.details .fl .con img {
	height: auto !important;
}

.details {
	padding: 120px 0px 100px;
}

.details .fr {
	width: 31.2%;
	height: 100%;
}

.details .fr h2 {
	font-size: 40px;
	color: #fff;
	padding: 15px 25px;
	background: #1e376d;
}

.details .fr .list {
	padding: 0px 30px;
	background: #f1f3f8;
	padding-bottom: 80px;
}

.details .fr .list ul li {
	padding: 30px 0px;
	border-bottom: 1px solid #dddddd;
}

.details .fr .list ul li .img {
	overflow: hidden;
}

.details .fr .list ul li .img img {
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
	width: 100%;
}

.details .fr .list ul li .text strong {
	display: block;
	font-size: 16px;
	color: #666666;
	margin-top: 20px;
}

.details .fr .list ul li .text h3 {
	font-size: 24px;
	color: #333333;
	font-weight: bold;
	margin-top: 15px;
}

.details .fr .list ul li .link {
	display: block;
}

.details .fr .list ul li .link:hover .img img {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
}

.details .fr .list ul li .link:hover h3 {
	color: #1e376d;
}

.download .list {
	margin-top: 40px;
}

.download .list dl {
	margin-top: 20px;
	border: 1px solid #eeeeee;
}

.download .list dl dt {
	background: #f1f3f8;
	display: flex;
	flex-direction: row;
	padding: 20px 30px;
	align-items: center;
	font-size: 20px;
	color: #333333;
	font-weight: bold;
	position: relative;
	cursor: pointer;
}

.download .list dl dt:after {
	content: '';
	position: absolute;
	width: 160px;
	background: linear-gradient(120deg, transparent 45px, #fff 0px);
	height: 100%;
	right: 0px;
	top: 0px;
}

.download .list dl dt:before {
	content: '';
	position: absolute;
	top: 0px;
	right: 0px;
	border: 2px solid #1e376d;
	width: 26px;
	height: 26px;
	z-index: 2;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	border-left: 0px;
	border-top: 0px;
	top: 50%;
	margin-top: -13px;
	right: 50px;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}

.download .list dl dt i {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #1e376d;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 20px;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}

.download .list dl dd {
	padding: 0px 40px;
	padding-bottom: 60px;
	display: none;
}

.download .list dl dd a {
	display: block;
	padding: 25px 0px;
	font-size: 18px;
	color: #666666;
	border-bottom: 1px solid #f3f3f3;
	background: url('../images/icon60.png') no-repeat right center;
}

.download .list dl dd a:hover {
	color: #1e376d;
	text-decoration: underline;
}

.download .list dl dt.active i {
	background: #3cb83c;
}

.download .list dl dt.active:before {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	right: 40px;
}



.projects .item .list {
	overflow: hidden;
	margin-top: 40px;
}

.projects .item .list ul {
	display: flex;
	flex-direction: row;
	margin-left: -20px;
	margin-right: -20px;
}

.projects .item .list ul li {
	width: 25%;
	padding: 20px;
}

.projects .item .list ul li .img {
	overflow: hidden;
}

.projects .item .list ul li .img img {
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
}

.projects .item .list ul li .link {
	display: block;
}

.projects .item .list ul li .link p {
	background: #3cb83c;
	padding: 15px 25px;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}

.projects .item .list ul li .link:hover .img img {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
}

.projects .item .list ul li .link:hover p {
	padding-left: 35px;
}


.vacancies {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.vacancies .nav {
	width: 33%;
	background: #f1f3f8;
	padding: 15px 35px;
	height: 100%;
}

.vacancies .nav a {
	background: #fff;
	display: block;
	height: 80px;
	margin: 20px 0px;
	display: flex;
	flex-direction: row;
	align-items: center;
	font-size: 20px;
	color: #333;
	position: relative;
	box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.1);
}

.vacancies .nav a i {
	background: linear-gradient(300deg, transparent 40px, #1e376d 0px);
	width: 140px;
	display: flex;
	align-items: center;
	padding-left: 20px;
	height: 100%;
	position: relative;
	z-index: 2;
	margin-right: 20px;
}

.vacancies .nav a strong {
	position: relative;
	z-index: 3;
	color: #333;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}

.vacancies .nav a:after {
	content: '';
	background: #1e376d;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 0px;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
}

.vacancies .nav a:hover:after {
	width: 100%;
}

.vacancies .nav a:hover strong {
	color: #fff;
}

.vacancies .nav a.active:after {
	width: 100%;
}

.vacancies .nav a.active strong {
	color: #fff;
}

.vacancies .fr {
	width: 61%;
}

.vacancies .list {
	width: 100%;
}

.vacancies .list ul li {
	padding: 25px 0px;
	border-bottom: 1px solid #e5e5e5;
}

.vacancies .list ul li .link {
	display: block;
}

.vacancies .list ul li .link h3 {
	font-size: 24px;
	color: #1e376d;
	font-weight: bold;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}

.vacancies .list ul li .link p {
	font-size: 20px;
	color: #333;
	margin-top: 15px;
}

.vacancies .list ul li .link:hover h3 {
	color: #3cb83c;
}


.va_details .had h1 {
	font-size: 40px;
	color: #1e376d;
	font-weight: bold;
}

.va_details .item {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.va_details .fl {
	width: 63.8%;
}

.va_details .fl .tit {
	border-bottom: 1px solid #dddddd;
	padding-bottom: 20px;
	margin-top: 10px;
}

.va_details .fl .tit strong {
	display: block;
	font-size: 16px;
	display: block;
	background: url('../images/icon65.png') no-repeat left center;
	padding: 20px 0px;
	padding-left: 30px;
}

.va_details .fl .con p {
	font-size: 16px;
	color: #333333;
	margin-top: 30px;
	line-height: 26px;
}

.va_details .fl .con ul {
	padding-left: 20px;
	margin-top: 20px;
}

.va_details .fl .con ul li {
	font-size: 16px;
	color: #333333;
	margin-top: 8px;
	line-height: 26px;
	list-style-type: disc;
}


.va_details .fl .con p a {
	color: #3cb83c;
	text-decoration: underline;
}

.va_details .fl .con img {
	height: auto !important;
}

.va_details .fl .con strong {
	display: block;
	color: #333;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 10px;
}

.va_details {
	padding: 120px 0px 100px;
}

.va_details .fr {
	width: 31.2%;
	height: 100%;
}

.va_details .fr h2 {
	font-size: 28px;
	color: #fff;
	padding: 30px 40px;
	background: #3cb83c;
}

.va_details .fr .list {
	padding: 0px 30px;
	background: #f1f3f8;
	padding-bottom: 80px;
	padding-top: 20px;
}

.va_details .fr .list ul li {
	padding: 10px 10px 10px;
	border-bottom: 1px solid #dddddd;
}

.va_details .fr .list ul li .img {
	overflow: hidden;
}

.va_details .fr .list ul li .img img {
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
	width: 100%;
}

.va_details .fr .list ul li .text strong {
	display: block;
	font-size: 16px;
	color: #666666;
	background: url('../images/icon65.png') no-repeat left center;
	padding: 20px 0px;
	padding-left: 30px;
	color: #666666;
}

.va_details .fr .list ul li .text h3 {
	font-size: 24px;
	color: #333333;
	margin-top: 15px;
}

.va_details .fr .list ul li .link {
	display: block;
}

.va_details .fr .list ul li .link:hover .img img {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
}

.va_details .fr .list ul li .link:hover h3 {
	color: #3cb83c;
}


.join .list {
	margin-top: 60px;
}

.join .list ul li {
	margin-top: 40px;
}

.join .list ul li .link {
	display: block;
	position: relative;
}

.join .list ul li .img {
	flex: 0 0 auto;
	width: 54.6%;
	overflow: hidden;
	height: 100%;
}

.join .list ul li .img img {
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.join .list ul li .con {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	width: 55%;
	height: 100%;
	top: 0px;
}

.join .list ul li .text {
	height: 75%;
	background: #f2f3f8;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 20px 80px;
	align-items: flex-start;
}

.join .list ul li .text h3 {
	font-size: 28px;
	color: #1e376d;
	font-weight: bold;
	margin-bottom: 20px;
}

.join .list ul li .text p {
	font-size: 22px;
	line-height: 30px;
	color: #666666;
	margin-top: 5px;
	position: relative;
	width: 100%;
}

.join .list ul li .text h6 {
	background: #1e376d;
	font-size: 18px;
	color: #ffffff;
	padding: 18px 25px;
	min-width: 60%;
	display: inline-block;
	text-align: center;
	margin-top: 35px;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
	font-weight: bold;
}

.join .list ul li:nth-child(2n) .con {
	right: 0px;
}

.join .list ul li:nth-child(2n) .text {
	border-right: 15px solid #3cb83c;
}

.join .list ul li:nth-child(2n) .text h3 {
	color: #3cb83c;
}

.join .list ul li:nth-child(2n+1) .link {
	display: flex;
	flex-direction: row-reverse;
}

.join .list ul li:nth-child(2n+1) .con {
	left: 0px;
}

.join .list ul li:nth-child(2n+1) .text {
	border-left: 15px solid #1e376d;
}

.join .list ul li .link:hover .img img {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
}

.join .list ul li .link:hover .text h6 {
	background: #3cb83c;
}

.join .dow {
	text-align: center;
	margin-top: 90px;
}

.join .dow .link {
	background: #1e376d;
	padding: 20px 120px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}

.join .dow .link:hover {
	background: #3cb83c;
}

.join .dow .link:after {
	content: '';
	background: url('../images/icon66.png') no-repeat center center;
	width: 26px;
	height: 18px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -2px;
	margin-left: 10px;
}

.projectsbox {
	margin-top: 60px;
	position: relative;
}

.projectsbox .gallery_text {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 400px;
	background: rgba(0, 0, 0, 0.5);
	height: 100%;
	z-index: 9;
	padding: 120px 0px;
}

.projectsbox .gallery-thumbs {
	height: 100%;
	width: 100%;
}

.projectsbox .gallery-thumbs .swiper-slide {
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 0px 10px;
	cursor: pointer;
}

.projectsbox .gallery-thumbs .swiper-slide-thumb-active {
	background: rgba(60, 184, 60, 0.5);
}

.gallery_next {
	background: url('../images/icon67.png') no-repeat center center;
	width: 400px;
	right: 0px;
	height: 40px;
	top: inherit;
	bottom: 50px;
	margin-top: 0px;
	z-index: 10;
}

.gallery_prev {
	background: url('../images/icon68.png') no-repeat center center;
	width: 400px;
	right: 0px;
	height: 40px;
	top: 50px;
	margin-top: 0px;
	z-index: 10;
	left: inherit;
	right: 0px;
}

.projectsbox .gallery-top .swiper-slide .img {
	height: 850px;
	position: relative;
}

.projectsbox .gallery-top .swiper-slide .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.projectsbox .gallery-top .swiper-slide .img:after {
	content: '';
	position: absolute;
	background: url('../images/icon69.png') repeat-x left bottom;
	width: 100%;
	height: 100%;
	left: 0px;
	bottom: 0px;
}

.projectsbox .gallery-top .swiper-slide .text {
	position: absolute;
	bottom: 0px;
	padding: 50px;
	left: 0px;
	display: flex;
	justify-content: space-between;
	width: calc(100% - 400px);
	align-items: flex-end;
}

.projectsbox .gallery-top .swiper-slide .text .text_fl {
	flex: 1;
	margin-right: 30px;
}

.projectsbox .gallery-top .swiper-slide .text .text_fl h3 {
	font-size: 24px;
	color: #fff;
	font-weight: bold;
}

.projectsbox .gallery-top .swiper-slide .text .text_fl h4 {
	margin-top: 20px;
	display: flex;
	flex-direction: row;
	margin-bottom: 20px;
}

.projectsbox .gallery-top .swiper-slide .text .text_fl h4 strong {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	margin-right: 50px;
}

.projectsbox .gallery-top .swiper-slide .text .text_fl h4 strong i {
	display: inline-block;
	vertical-align: bottom;
	margin-right: 10px;
}

.projectsbox .gallery-top .swiper-slide .text .text_fl p {
	font-size: 16px;
	color: #fff;
	margin-top: 10px;
	position: relative;
	padding-left: 90px;
}

.projectsbox .gallery-top .swiper-slide .text .text_fl p strong {
	position: absolute;
	left: 0px;
	top: 0px;
}

.projectsbox .gallery-top .swiper-slide .text .text_fr .link {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	border: 1px solid #fff;
	padding: 20px 50px;
	text-align: center;
	display: block;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}

.projectsbox .gallery-top .swiper-slide .text .text_fr .link:after {
	content: '';
	background: url('../images/icon72.png') no-repeat left center;
	width: 21px;
	height: 19px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -2px;
	margin-left: 10px;
}

.projectsbox .gallery-top .swiper-slide .text .text_fr .link:hover {
	background: #3cb83c;
	border: 1px solid #3cb83c;
}

/* 置顶 */
.gotop {
	width: 40px;
	height: 40px;
	cursor: pointer;
	position: fixed;
	right: 30px;
	bottom: 8%;
	z-index: 99999;
	background: url(../images/ding.png) no-repeat 0px 0px;
	background-size: 40px;
}

/* 新增页面 */
.content1 {
	width: 100%;
	height: 650px;
	background-color: #ddd;
	position: relative;
}

.content1 .center1 {
	width: 665px;
	height: 369px;
	background: #fff;
	position: absolute;
	top: 25%;
	left: 30%;
}

.content1 .center1 .chuizhi {
	display: flex;
	flex-direction: column;
	margin-top: 110px;
}

.content1 .center1 .chuizhi .push1 {
	width: 445px;
	height: 55px;
	background-color: #fff;
	line-height: 55px;
	text-align: center;
	border: 1px solid #1e376d;
	margin: 0 auto;
}

.content1 .center1 .chuizhi .push1 a {
	color: #1e376d;
	font-weight: bold;
	padding: 20px 170px;
	background: url(../images/mail1.jpg) no-repeat 73% center;
}

.content1 .center1 .chuizhi .push1:hover {
	background-color: #1e376d;
}

.content1 .center1 .chuizhi .push1 a:hover {
	color: #fff;
	background: url(../images/mail.png) no-repeat 73% center;
}

.content1 .center1 .chuizhi .press1 {
	width: 445px;
	height: 55px;
	background-color: #fff;
	line-height: 55px;
	text-align: center;
	border: 1px solid #1e376d;
	margin: 0 auto;
	margin-top: 20px;
}

.content1 .center1 .chuizhi .press1 a {
	color: #1e376d;
	font-weight: bold;
	padding: 20px 157px;
	background: url(../images/mail1.jpg) no-repeat 76% center;
}

.content1 .center1 .chuizhi .press1:hover {
	background-color: #1e376d;
}

.content1 .center1 .chuizhi .press1 a:hover {
	color: #fff;
	background: url(../images/mail.png) no-repeat 76% center;
}