﻿.row-a1 {
	padding: 35px 0 66px;
	background-color: #f5f5f5;
}

.m-t1 {
	text-align: center;
	font-size: 40px;
	margin-bottom: 30px;
	color: #1E2966;
	font-family: 'Poppins-Bold';
}

.m-list1 {
	overflow: hidden;
	margin: 0 -15px;
}

.m-list1 li {
	width: 50%;
	float: left;
}

.m-list1 .con {
	display: block;
	height: 413px;
	text-align: center;
	margin: 0 15px;
	padding: 18px 15px 0;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}

.m-list1 .pic {
	width: 130px;
	height: 130px;
	border-radius: 50%;
	margin: 0 auto 28px;
	/* border: 4px solid #fff; */
	overflow: hidden;
	background-color: #f5f5f5;
}

.m-list1 .pic img {
	width: 100%;
	height: 100%;
	display: block;
}

.m-list1 h3 {
	font-size: 18px;
	color: #3E4F59;
	margin-bottom: 25px;
}

.m-list1 .desc {
	font-size: 13px;
	line-height: 22px;
	color: #3E4F59;
	height: 66px;
	margin-bottom: 47px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.m-list1 .more {
	display: block;
	margin: 0 auto;
	width: 103px;
	height: 50px;
	border: 1px solid #3E4F59;
	line-height: 48px;
	font-size: 12px;
	color: #000;
	text-transform: uppercase;
}

.m-list1 .con:hover {
	background-color: #0A6CE2;
}

.m-list1 .con:hover h3 {
	color: #fff;
}

.m-list1 .con:hover .desc {
	color: #fff;
}

.m-list1 .con:hover .more {
	background-color: #fff;
	border-color: #fff;
}

.row-a2 {
	overflow: hidden;
	margin-bottom: 21px;
	background-color: #F5F5F5;
}

.row-a2 .col-l {
	width: 50%;
}

.row-a2 .col-r {
	width: 50%;
	height: 700px;
	background-color: #0A6CE2;
}

.m-txt1 {
	width: 508px;
	float: right;
	margin-right: 130px;
	text-align: center;
	padding-top: 25px;
}

.m-txt1 .tit {
	font-size: 24px;
	margin-bottom: 50px;
	color: #3E4F59;
}

.m-txt1 .desc {
	font-size: 18px;
	line-height: 1.22;
	color: #3E4F59;
	text-align: left;
	margin-bottom: 50px;
}

.m-txt1 .pic {
	margin-bottom: 63px;
}

.m-txt1 .pic img {
	width: 100%;
	display: block;
}

.m-txt1 .more {
	display: block;
	margin: 0 auto;
	width: 100px;
	height: 50px;
	line-height: 50px;
	font-size: 12px;
	color: #fff;
	background-color: #00599F;
	text-transform: uppercase;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}

.m-txt1 .more:hover,
.m-form1 .btn:hover,
.m-txt2 .btn:hover,
.fd-sub .btn:hover {
	opacity: .8;
}

.m-form1 {
	margin-left: 85px;
	/* width: 450px; */
	padding-top: 75px;
}

.m-form1 .tit {
	font-size: 36px;
	padding-left: 32px;
	margin-bottom: 43px;
	color: #fff;
	position: relative;
}

.m-form1 .tit:after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 10px;
	height: 10px;
	background-color: #fff;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.m-form1 .desc {
	font-size: 19px;
	color: #fff;
	line-height: 1.21;
	margin-bottom: 50px;
}

.m-form1 .item {
	margin-bottom: 10px;
}

.m-form1 .inp {
	width: 100%;
	height: 50px;
	display: block;
	padding: 0 18px;
	border: 0;
	text-transform: uppercase;
	background-color: #39a3f3;
	color: #fff;
}

.m-form1 .inp::-webkit-input-placeholder {
	color: #fff;
}

.m-form1 .inp::-moz-placeholder {
	color: #fff;
}

.m-form1 .inp::-ms-input-placeholder {
	color: #fff;
}

.m-form1 .btn {
	width: 226px;
	height: 50px;
	display: block;
	margin: 0 auto;
	background-color: #39A3F3;
	color: #fff;
	border: 0;
	cursor: pointer;
	text-transform: uppercase;
}

.m-form1 textarea.inp {
	height: 100px;
	padding: 15px 18px;
	margin-bottom: 24px;
}

.m-form1 .item-50 {
	width: 50%;
	float: left;
	padding: 0 5px;
}

.m-form1 .ovh {
	margin: 0 -5px;
}

.m-txt2 {
	overflow: hidden;
	margin-bottom: 3px;
}

.m-txt2 .pic {
	width: 50%;
	height: 515px;
	float: left;
}

.m-txt2 .pic img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.m-txt2 .txt {
	overflow: hidden;
	height: 515px;
	padding: 72px 0 0 100px;
	background-color: #0A6CE2;
	color: #fff;
}

.m-txt2 .tit {
	font-size: 36px;
	margin-bottom: 50px;
}

.m-txt2 .desc {
	font-size: 19px;
	line-height: 1.21;
	max-width: 500px;
	margin-bottom: 81px;
}

.m-txt2 .btn {
	width: 200px;
	height: 72px;
	text-align: center;
	display: block;
	line-height: 72px;
	font-size: 19px;
	color: #fff;
	background-color: #39A3F3;
}

.row-a4 {
	padding: 93px 0 97px;
	background-color: rgba(0, 0, 0, .5);
}

.m-list2 {
	overflow: hidden;
	margin: 0 -15px;
}

.m-list2 li {
	width: 25%;
	float: left;
}

.m-list2 .con {
	height: 110px;
	margin: 0 15px;
	padding: 33px 0 0 35px;
	background-color: #fff;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}

.m-list2 .ico {
	float: left;
	width: 40px;
	height: 40px;
	margin-right: 23px;
}

.m-list2 .ico img {
	width: 100%;
	height: 100%;
	display: block;
}

.m-list2 .txt {
	overflow: hidden;
	color: #3E4F59;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}

.m-list2 .num {
	float: left;
	font-size: 33px;
	width: 72px;
}

.m-list2 .desc {
	float: left;
	font-size: 13px;
	text-transform: uppercase;
}

.m-list2 .con:hover {
	background-color: #0A6CE2;
}

.m-list2 .con:hover .txt {
	color: #fff;
}

.row-a5 {
	height: 700px;
	background-position: center;
	background-repeat: no-repeat;
	-o-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}

.m-txt3 {
	width: 450px;
	margin: 0 auto;
	padding-top: 150px;
}

.m-txt3 .tit {
	font-size: 36px;
	margin-bottom: 70px;
	color: #3E4F59;
	position: relative;
}

.m-txt3 .tit:after {
	content: '';
	position: absolute;
	left: -69px;
	top: 50%;
	width: 10px;
	height: 10px;
	background-color: #00C0E2;
}

.m-txt3 .desc {
	font-size: 19px;
	line-height: 1.21;
	color: #939BA1;
}

.g-bgc1 {
	background-color: #F5F5F5;
	overflow: hidden;
}

.m-t2 {
	text-align: center;
	font-size: 42px;
	color: #3E4F59;
	font-family: 'Poppins-Bold';
	margin: 85px 0 27px;
}

.m-pic1 {
	margin-bottom: 105px;
}

.m-pic1 img {
	width: 100%;
	display: block;
}

.g-btn1 {
	display: block;
	width: 630px;
	height: 71px;
	text-align: center;
	line-height: 71px;
	font-size: 30px;
	color: #fff;
	font-family: 'Poppins-Bold';
	background-color: #00599F;
	margin: 0 auto 50px;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}

.g-btn1:hover {
	color: #fff;
	opacity: .8;
}

.row-bot {
	padding: 72px 0;
	background-color: #000;
}

.m-txt4 {
	border: 1px solid rgba(229, 229, 229, 0.2);
	padding: 30px 30px 27px 32px;
	overflow: hidden;
}

.m-txt4 .desc {
	float: left;
	font-size: 19px;
	color: #FEFFFF;
	max-width: 888px;
}

.m-txt4 .btn {
	float: right;
	width: 175px;
	height: 38px;
	text-align: center;
	line-height: 38px;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	background-color: #00599F;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}

.m-txt4 .btn:hover {
	opacity: .8;
}

.row-b1 {
	padding: 88px 0 150px;
	background: url(../images/p-bg3.jpg) no-repeat center;
	-o-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}

.m-txt5 {
	color: #3E4F59;
}

.m-txt5 .tit {
	font-size: 42px;
	/*text-align: center;*/
	font-family: 'Poppins-Bold';
	margin-bottom: 36px;
}

.m-txt5 .desc {
	font-size: 41px;
	line-height: 1.5;
}

.row-b2 {
	padding: 120px 0 87px;
	background-color: #f5f5f5;
}

.m-txt6 {}

.m-txt6 .tit {
	font-size: 53px;
	color: #3E4F59;
	font-family: 'Poppins-Bold';
	margin-bottom: 36px;
}

.m-txt6 .desc {
	font-size: 41px;
	color: #3E4F59;
	line-height: 1.5;
	margin-bottom: 40px;
}

.m-txt6 .pic {
	max-width: 1371px;
	margin: 0 auto 130px;
}

.m-txt6 .pic img {
	width: 100%;
	display: block;
}

.m-txt6 .bot {
	text-align: center;
}

.m-txt6 .btn {
	display: inline-block;
	height: 76px;
	line-height: 76px;
	width: 384px;
	font-size: 22px;
	font-weight: bold;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}

.m-txt6 .btn-1 {
	background-color: #fff;
	color: #000;
}

.m-txt6 .btn-2 {
	background-color: #00599F;
	color: #fff;
}

.m-txt6 .btn:hover {
	opacity: .8;
}


.row-b3 {
	padding-bottom: 150px;
	background-color: #fff;
}

.n-pic {
	margin-bottom: 111px;
}

.n-pic img {
	width: 100%;
	display: block;
}

.n-txt1 {
	text-align: center;
	color: #3e4f59;
	font-family: 'Poppins-Bold';
}

.n-txt1 .tit {
	font-size: 30px;
	margin-bottom: 50px;
}

.n-txt1 .desc {
	font-size: 18px;
	margin-bottom: 72px;
}

.n-txt1 .btn {
	display: block;
	margin: 0 auto;
	width: 305px;
	height: 75px;
	line-height: 75px;
	font-size: 24px;
	background-color: #00599f;
	color: #fff;
}

.row-b5 {
	background-color: #fff;
}

.n-pic2 {
	max-width: 1464px;
	margin: 0 auto;
}

.n-pic2 img {
	width: 100%;
	display: block;
}

.row-b4 {
	padding: 100px 0 108px;
}

.n-list1 {
	overflow: hidden;
	text-align: center;
	color: #3e4f59;
}

.n-list1 li {
	width: 33.33%;
	float: left;
}

.n-list1 .ico {
	width: 172px;
	height: 172px;
	display: block;
	margin: 0 auto 21px;
}

.n-list1 .ico img {
	width: 100%;
	display: block;
	height: 100%;
}

.n-list1 h3 {
	font-size: 30px;
	font-family: 'Poppins-Bold';
	margin-bottom: 30px;
}

.n-list1 .desc {
	font-size: 18px;
	font-family: 'Poppins-Bold';
}

.m-t4 {
	line-height: 155px;
	text-align: center;
	font-size: 52px;
	color: #3E4F59;
	background-color: #e8faff;
	font-family: 'Poppins-Bold';
}

.m-txt7 {
	padding: 65px 0 136px;
	background-position: center;
	background-repeat: no-repeat;
	-o-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}

.m-txt7 .tit {
	text-align: center;
	font-size: 42px;
	color: #3E4F59;
	font-family: 'Poppins-Bold';
	margin-bottom: 35px;
}

.m-txt7 .desc {
	max-width: 1460px;
	margin: 0 auto;
	font-size: 40px;
	line-height: 1.21;
	background-color: #f5f5f5;
	color: #3E4F59;
	padding: 120px 60px;
}

.row-c2 {
	padding: 155px 0 60px;
	position: relative;
}

.row-c2:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: 50%;
	background-color: #DDDADA;
}

.m-t5 {
	text-align: center;
	font-size: 42px;
	margin-bottom: 130px;
	color: #3E4F59;
	font-family: 'Poppins-Bold';
}

.m-list3 {
	overflow: hidden;
	margin: 0 -37px;
	position: relative;
	z-index: 3;
}

.m-list3 li {
	width: 25%;
	margin-bottom: 45px;
	float: left;
}

.m-list3 .con {
	margin: 0 37px;
	border: 4px solid #fff;
	display: block;
	background-color: #C0C2C5;
	height: 356px;
	text-align: center;
	padding-top: 20px;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}

.m-list3 .pic {
	width: 130px;
	height: 130px;
	margin: 0 auto;
	border-radius: 50%;
	overflow: hidden;
	margin-bottom: 15px;
}

.m-list3 .pic img {
	width: 100%;
	height: 100%;
	display: block;
}

.m-list3 h3 {
	font-size: 24px;
	color: #181818;
	text-transform: uppercase;
	margin-bottom: 15px;
	line-height: 30px;
	height: 60px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}

.m-list3 .btn {
	width: 160px;
	height: 60px;
	display: block;
	margin: 0 auto;
	text-align: center;
	line-height: 56px;
	font-size: 16px;
	color: #292525;
	border: 2px solid #fff;
	font-weight: bold;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}

.m-list3 .con:hover {
	background-color: #00599F;
}

.m-list3 .con:hover h3 {
	color: #fff;
}

.m-list3 .con:hover .btn {
	background-color: #00599F;
	color: #fff;
}

.g-btn2 {
	display: block;
	width: 630px;
	height: 75px;
	line-height: 71px;
	position: relative;
	z-index: 3;
	text-align: center;
	background: #00599F;
	font-size: 30px;
	color: #fff;
	border: 4px solid #FFFFFF;
	margin: 0 auto;
	font-family: 'Poppins-Bold';
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}

.g-btn2:hover {
	opacity: .8;
	color: #fff;
}

.row-c3 {
	padding: 75px 0 0;
}

.m-t6 {
	text-align: center;
	font-size: 52px;
	color: #3E4F59;
	font-family: 'Poppins-Bold';
	margin-bottom: 32px;
}

.m-txt8 {
	max-width: 1280px;
	margin: 0 auto;
	color: #3E4F59;
}

.m-txt8 .tit {
	font-size: 42px;
	/*text-align: center;*/
	font-family: 'Poppins-Bold';
	margin-bottom: 38px;
}

.m-txt8 .desc {
	font-size: 40px;
	margin-bottom: 50px;
	line-height: 1.5;
}

.m-txt8 .list {
	font-size: 36px;
	line-height: 37px;
}

.m-txt8 .item {
	margin-bottom: 35px;
	padding-left: 50px;
	position: relative;
}

.m-txt8 .item:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 37px;
	height: 37px;
	background-color: #00599F;
}

.row-c2-1 {
	padding-top: 30px;
}

.row-c2-1 .m-t5 {
	margin-bottom: 50px;
}

.m-list3-1 {
	margin: 0 -36px;
	padding-bottom: 20px;
	text-align: center;
	font-size: 0;
}

.m-list3-1 li {
	width: 33.33%;
	float: none;
	display: inline-block;
}

.m-list3-1 .con {
	margin: 0 36px;
	height: 390px;
	padding-top: 38px;
}

.m-list3-1 .pic {
	width: 143px;
	height: 143px;
}


.row-d1 {}

.m-t7 {
	text-align: center;
	line-height: 180px;
	font-size: 42px;
	color: #3E4F59;
	font-family: 'Poppins-Bold';
}

.m-txt9 {
	color: #3E4F59;
	padding: 60px 0;
	background: url(../images/p-bg3.jpg) no-repeat center;
	-o-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}

.m-txt9 .tit {
	font-size: 52px;
	text-align: center;
	font-family: 'Poppins-Bold';
	margin: 0 auto 50px;
	max-width: 1220px;
	line-height: 1.3;
}

.m-txt9-1 .tit {
	text-align: left;
}

.m-txt9 .desc {
	font-size: 36px;
	max-width: 1220px;
	margin: 0 auto 70px;
	line-height: 1.5;
}

.m-txt9 .list {
	text-align: center;
	font-size: 0;
}

.m-txt9 .list a {
	display: inline-block;
	margin: 0 70px;
}

.m-txt9 .list .pic {
	width: 111px;
	height: 111px;
	margin: 0 auto 28px;
	overflow: hidden;
	border-radius: 50%;
	border: 4px solid #FFFFFF;
}

.m-txt9 .list .pic img {
	width: 100%;
	height: 100%;
	display: block;
}

.m-txt9 .list h3 {
	font-size: 21px;
	color: #181818;
	text-transform: uppercase;
}

.m-txt8 .btn {
	display: block;
	width: 566px;
	height: 92px;
	text-align: center;
	line-height: 92px;
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	background-color: #00599f;
	margin: 0 auto 50px;
}

.row-d2 {
	padding: 36px 0 0;
}

.m-t8 {
	text-align: center;
	font-size: 35px;
	margin-bottom: 58px;
	color: #3E4F59;
}

.m-list4 {
	overflow: hidden;
	margin: 0 -33px 50px;
}

.m-list4 li {
	width: 25%;
	float: left;
	margin-bottom: 35px;
}

.m-list4 .con {
	display: block;
	margin: 0 33px;
	height: 356px;
	padding-top: 39px;
	border: 4px solid #fff;
	color: #181818;
	text-align: center;
	background-color: #e0e0e1;
}

.m-list4 .pic {
	margin: 0 auto 21px;
	width: 130px;
	height: 130px;
	border-radius: 50%;
	overflow: hidden;
}

.m-list4 .pic img {
	width: 100%;
	height: 100%;
	display: block;
}

.m-list4 h3 {
	font-size: 24px;
	margin-bottom: 22px;
	text-transform: uppercase;
}

.m-list4 .desc {
	font-size: 13px;
	line-height: 22px;
	height: 66px;
	margin: 0 18px;
	font-weight: bold;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

.g-btn3 {
	display: block;
	width: 437px;
	height: 79px;
	line-height: 71px;
	position: relative;
	z-index: 3;
	text-align: center;
	background: #00599F;
	font-size: 30px;
	color: #fff;
	border: 4px solid #FFFFFF;
	margin: 0 auto;
	font-weight: bold;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}

.g-btn3:hover {
	opacity: .8;
	color: #fff;
}

.row-d3 {
	padding: 60px 0 0;
}

.m-t9 {
	text-align: center;
	font-size: 36px;
	margin-bottom: 58px;
	color: #1B1A1A;
	font-family: 'Poppins-Bold';
}

.m-slider1 {}

.m-slider1 .pic {
	padding-top: 101%;
	position: relative;
	overflow: hidden;
	height: 0;
	border: 10px solid #f6f6f6;
}

.m-slider1 .pic img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
}

.m-slider1 .slick-dots {
	text-align: center;
	font-size: 0;
	margin: 50px 0 28px;
}

.m-slider1 .slick-dots li {
	display: inline-block;
	margin: 0 3px;
	width: 19px;
	height: 5px;
	cursor: pointer;
	background-color: #666;
}

.m-slider1 .slick-dots li button {
	display: none;
}

.m-slider1 .slick-dots li.slick-active {
	background-color: #1B88E7;
}