.row-a1 {
	padding: 120px 0 105px;
	overflow: hidden;
}

.row-a1 .col-l {
	width: 50%;
}

.row-a1 .col-r {
	width: 50%;
}

.m-list1 {
	overflow: hidden;
}

.m-list1 li {}

.m-list1 .con {
	display: block;
	position: relative;
}

.m-list1 .pic {
	height: 618px;
	line-height: 618px;
	text-align: center;
	font-size: 0;
}

.m-list1 .pic img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
}

.m-list1 .tit {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	text-align: center;
	font-size: 38px;
	color: #000;
	line-height: 1.1;
}

.m-list1 .tit span {
	font-weight: normal;
}

.m-list1 .more {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	font-size: 18px;
	color: #222;
}

.m-list1 .more:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 19px;
	height: 7px;
	position: relative;
	top: -2px;
	margin-right: 20px;
	background: url(../images/i-02.png) no-repeat center;
	-o-background-size: 100% auto;
	-ms-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}

.m-list1 .slick-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 65px;
	text-align: center;
	font-size: 0;
	z-index: 5;
}

.m-list1 .slick-dots li {
	display: inline-block;
	margin: 0 3px;
}

.m-list1 .slick-dots li button {
	width: 30px;
	height: 3px;
	display: block;
	border: 0;
	cursor: pointer;
	font-size: 0;
	text-indent: 9999px;
	background-color: rgba(0, 0, 0, .2);
}

.m-list1 .slick-dots li.slick-active button {
	background-color: rgba(0, 0, 0, 1);
}



.b-pic .con {
	display: block;
	position: relative;
	height: 618px;
}

.b-pic .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	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;
	transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
}

.b-pic .t1 {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 5;
	width: 372px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.b-pic .t1 img {
	width: 100%;
	display: block;
}

.m-list1 .con:hover .pic img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.row-a2 {
	height: 880px;
	position: relative;
	overflow: hidden;
	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;
}

.row-a2 .wp {
	position: relative;
	z-index: 2;
	height: 100%;
}

.g-video {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	z-index: 1;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.g-video video,
.g-video source {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.m-txt1 {
	text-align: center;
	color: #fff;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.m-txt1 h3 {
	font-size: 42px;
	margin-bottom: 18px;
}

.m-txt1 .lab {
	font-size: 30px;
	margin-bottom: 28px;
}

.m-txt1 .desc {
	font-size: 20px;
	line-height: 1.8;
	max-width: 775px;
	margin: 0 auto 50px;
}

.m-txt1 .btn {
	width: 278px;
	height: 44px;
	display: block;
	text-align: center;
	line-height: 42px;
	border: 1px solid #fff;
	color: #fff;
	font-size: 16px;
	margin: 0 auto;
	background-color: rgba(255, 255, 255, 0);
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}

.m-txt1 .btn:hover {
	background-color: rgba(255, 255, 255, .2);
	color: #fff;
}

.row-a3 {
	padding: 80px 0 95px;
}

.row-a4 {
	padding: 80px 0 95px;
}


.g-t1 {
	text-align: center;
	font-size: 42px;
	color: #1D1F20;
}

.m-slider1 {
	margin-top: 30px;
	position: relative;
	padding-bottom: 100px;
}

.m-slider1 .con {
	display: block;
	margin: 0 12px;
}

.m-slider1 .pic {
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}

.m-slider1 .pic img {
	opacity: 1;
	width: 100%;
	height: 100%;
	display: block;
	transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
}

.m-slider1 .txt {
	text-align: center;
	opacity: 1;
	transition: 3s;
	-ms-transition: 3s;
	-moz-transition: 3s;
	-webkit-transition: 3s;
	-o-transition: 3s;
	padding:52px 32px 32px 32px;
}

.m-slider1 h3 {
	font-size: 28px;
	font-weight: normal;
	color: #111;
	margin-bottom: 32px;
}

.m-slider1 .desc {
	font-size: 16px;
	line-height: 1.81;
	color: #111;
	margin-bottom: 50px;
}

.m-slider1 .btn {
	width: 278px;
	height: 44px;
	display: block;
	text-align: center;
	line-height: 42px;
	border: 1px solid #111;
	color: #111;
	font-size: 16px;
	margin: 0 auto;
	background-color: rgba(17, 17, 17, 0);
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}

.m-slider1 .btn:hover {
	background-color: rgba(17, 17, 17, 1);
	color: #fff;
}

.m-slider1 .date {
	font-size: 18px;
	color: #888;
	font-family: arial;
}

/*.m-slider1 .swiper-slide-active .pic{box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.16);}*/
.m-slider1 .swiper-slide-active .pic img {
	opacity: 1;
}

.m-slider1 .swiper-slide-active .txt {
	opacity: 1;
}

.m-slider1 .con:hover .pic img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

/*.m-slider1 .con:hover h3{color: #225798;}*/
.m-slider1 .swiper-pagination {
	position: absolute;
	left: 0;
	right: 0;
	top: 510px;
	text-align: center;
}

.m-slider1 .swiper-pagination .swiper-pagination-bullet {
	display: inline-block;
	width: 100px;
	height: 3px;
	border-radius: 0;
	background-color: #8d8d8d;
	opacity: 1;
	margin: 0 11px;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}

.m-slider1 .swiper-pagination .swiper-pagination-bullet-active {
	width: 214px;
	background-color: #d0d0d0;
}

.m-slider1 .swiper-arrow {
	position: absolute;
	top: 240px;
	width: 50px;
	height: 24px;
	font-size: 0;
	border: 0;
	cursor: pointer;
	z-index: 3;
	background-color: transparent;
	background-position: center;
	background-repeat: no-repeat;
	-o-background-size: 100% auto;
	-ms-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}

.m-slider1 .swiper-arrow span {
	font-size: 38px;
	color:#999;
	line-height: normal;
}

.m-slider1 .swiper-prev {
	left: 162px;
}

.m-slider1 .swiper-next {
	right: 162px;
}



.m-slider2 {
	margin-top: 30px;
	position: relative;
	padding-bottom: 100px;
}

.m-slider2 .con {
	display: block;
	margin: 0 12px;
}

.m-slider2 .pic {
	height: 0;
	position: relative;
	overflow: hidden;
	margin-bottom: 69px;
	background-color: #000;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
	padding-top: 52%;
}

.m-slider2 .pic img {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 1;
	width: 100%;
	height: 100%;
	display: block;
	transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
}

.m-slider2 .txt {
	text-align: center;
	opacity: 1;
	transition: 3s;
	-ms-transition: 3s;
	-moz-transition: 3s;
	-webkit-transition: 3s;
	-o-transition: 3s;
	padding:0 16px 16px 16px;
}

.m-slider2 h3 {
	font-size: 28px;
	font-weight: normal;
	color: #111;
	margin-bottom: 32px;
}

.m-slider2 .desc {
	font-size: 16px;
	line-height: 1.81;
	color: #111;
	margin-bottom: 50px;
}

.m-slider2 .btn {
	width: 278px;
	height: 44px;
	display: block;
	text-align: center;
	line-height: 42px;
	border: 1px solid #111;
	color: #111;
	font-size: 16px;
	margin: 0 auto;
	background-color: rgba(17, 17, 17, 0);
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}

.m-slider2 .btn:hover {
	background-color: rgba(17, 17, 17, 1);
	color: #fff;
}

.m-slider2 .date {
	font-size: 18px;
	color: #888;
	font-family: arial;
}

/*.m-slider1 .swiper-slide-active .pic{box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.16);}*/
.m-slider2 .swiper-slide-active .pic img {
	opacity: 1;
}

.m-slider2 .swiper-slide-active .txt {
	opacity: 1;
}

.m-slider2 .con:hover .pic img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

/*.m-slider1 .con:hover h3{color: #225798;}*/
.m-slider2 .swiper-pagination {
	position: absolute;
	left: 0;
	right: 0;
	top: 510px;
	text-align: center;
}

.m-slider2 .swiper-pagination .swiper-pagination-bullet {
	display: inline-block;
	width: 100px;
	height: 3px;
	border-radius: 0;
	background-color: #8d8d8d;
	opacity: 1;
	margin: 0 11px;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}

.m-slider2 .swiper-pagination .swiper-pagination-bullet-active {
	width: 214px;
	background-color: #d0d0d0;
}

.m-slider2 .swiper-arrow {
	position: absolute;
	top: 240px;
	width: 50px;
	height: 24px;
	font-size: 0;
	text-indent: 9999px;
	border: 0;
	cursor: pointer;
	z-index: 3;
	background-color: transparent;
	background-position: center;
	background-repeat: no-repeat;
	-o-background-size: 100% auto;
	-ms-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}

.m-slider2 .swiper-prev {
	left: 162px;
	background-image: url(../images/i-03.png);
}

.m-slider2 .swiper-next {
	right: 162px;
	background-image: url(../images/i-04.png);
}



.row-b1 {
	padding: 83px 0 15px;
}

.m-txt2 {}

.m-txt2 h3 {
	font-size: 42px;
	font-weight: normal;
	color: #000;
	text-align: center;
	margin-bottom: 43px;
}

.m-txt2 .desc {
	font-size: 20px;
	line-height: 1.8;
	color: #666;
	max-width: 1180px;
	margin: 0 auto 33px;
}

.m-txt2 .pic {
	max-width: 1383px;
	margin: 0 auto;
}

.m-list2 {
	overflow: hidden;
}

.m-list2 li {
	overflow: hidden;
	background-color: #f7fafc;
}

.m-list2 .pic {
	height: 608px;
	width: 50%;
	float: left;
	overflow: hidden;
}

.m-list2 .pic img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
}

.m-list2 .txt {
	height: 608px;
	overflow: hidden;
	position: relative;
	width: 50%;
}

.m-list2 .c-t {
	width: 460px;
	position: absolute;
	top: 50%;
	left: 134px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.m-list2 h3 {
	font-size: 42px;
	font-weight: normal;
	color: #242415;
	margin-bottom: 36px;
}

.m-list2 .desc {
	font-size: 20px;
	line-height: 1.8;
	text-align: justify;
}

.m-list2 li:nth-child(2n) .pic {
	float: right;
}

.m-list2 li:nth-child(2n) .c-t {
	left: auto;
	right: 134px;
}

.row-c1 {
	height: 810px;
	padding-top: 130px;
	overflow: hidden;
	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 {
	overflow: hidden;
	color: #fff;
}

.m-txt3 .tit {
	float: left;
	font-size: 42px;
	font-weight: normal;
}

.m-txt3 .txt {
	float: right;
	overflow: hidden;
	width: 680px;
}

.m-txt3 .lab {
	font-size: 30px;
	margin-bottom: 47px;
}

.m-txt3 .desc {
	font-size: 20px;
	line-height: 1.8;
}

.row-c2 {
	*zoom: 1;
	padding-bottom: 97px;
}

.row-c2:after,
.row-c2:before {
	display: block;
	content: "clear";
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}

.m-txt4 {
	position: relative;
}

.m-txt4 .pic {
	position: absolute;
	right: 0;
	top: -85px;
	width: 535px;
}

.m-txt4 .pic img {
	width: 100%;
	display: block;
}

.m-txt4 .txt {
	width: 540px;
	float: left;
	color: #131304;
	margin-top: 64px;
}

.m-txt4 h3 {
	font-size: 42px;
	font-weight: normal;
	margin-bottom: 35px;
	padding-top: 130px;
	background: url(../images/i-05.png) no-repeat left top;
	-o-background-size: 121px auto;
	-ms-background-size: 121px auto;
	-moz-background-size: 121px auto;
	-webkit-background-size: 121px auto;
	background-size: 121px auto;
}

.m-txt4 .desc {
	font-size: 20px;
	line-height: 1.8;
	margin-bottom: 42px;
}

.m-txt4 .bot {
	font-size: 20px;
	line-height: 1.65;
}

.m-txt4 .bot span {
	font-weight: bold;
}

.row-c3 {
	height: 770px;
	overflow: hidden;
	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-txt5 {
	color: #333;
	margin-top: 220px;
	max-width: 600px;
}

.m-txt5 h3 {
	font-size: 42px;
	font-weight: normal;
	margin-bottom: 21px;
}

.m-txt5 .desc {
	font-size: 20px;
	line-height: 1.8;
}

.row-c4 {
	height: 770px;
	overflow: hidden;
	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-txt6 {
	color: #333;
	margin-top: 250px;
	width: 490px;
	float: right;
}

.m-txt6 .desc {
	font-size: 20px;
	line-height: 2;
}

.row-c5 {
	padding: 106px 0 115px;
}

.m-t1 {
	text-align: center;
	font-weight: normal;
	color: #060626;
	font-size: 50px;
	margin-bottom: 57px;
}

.m-list3 {
	overflow: hidden;
}

.m-list3 li {
	float: left;
	width: 25%;
}

.m-list3 .con {
	position: relative;
	height: 600px;
	padding: 70px 55px 0 75px;
	background-color: #7d9c00;
	color: #fff;
	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-list3 .con:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #7d9c00;
	opacity: 0;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}

.m-list3 .txt {
	position: relative;
	z-index: 2;
}

.m-list3 h3 {
	font-size: 28px;
	font-weight: normal;
	margin-bottom: 30px;
}

.m-list3 .desc {
	font-size: 18px;
	line-height: 2;
}

.m-list3 .ico {
	width: 80px;
	position: absolute;
	left: 72px;
	bottom: 60px;
	z-index: 2;
}

.m-list3 .ico img {
	width: 100%;
	display: block;
}

.m-list3 .con:hover:after {
	opacity: 1;
}

.row-d1 {
	overflow: hidden;
	padding: 75px 0 99px;
}

.row-d1 .col-l {
	width: 544px;
}

.row-d1 .col-r {
	width: 470px;
}

.m-t2 {
	font-size: 42px;
	font-weight: normal;
	color: #202020;
	line-height: 1;
	margin-bottom: 44px;
}

.m-map {
	margin-bottom: 44px;
}

.m-map #map {
	height: 333px;
}

.m-map #map img {
	max-width: none;
	transition: 0s;
	-ms-transition: 0s;
	-moz-transition: 0s;
	-webkit-transition: 0s;
	-o-transition: 0s;
}

.m-txt7 {
	font-size: 18px;
	line-height: 2.11;
	color: #666;
}

.m-txt7 .item {
	padding-left: 39px;
	background-position: left center;
	background-repeat: no-repeat;
	-o-background-size: 20px auto;
	-ms-background-size: 20px auto;
	-moz-background-size: 20px auto;
	-webkit-background-size: 20px auto;
	background-size: 20px auto;
}

.m-txt7 .i1 {
	background-image: url(../images/i-10.png);
}

.m-txt7 .i2 {
	background-image: url(../images/i-11.png);
}

.m-txt7 .i3 {
	background-image: url(../images/i-12.png);
}

.m-txt7 .i4 {
	background-image: url(../images/i-13.png);
}

.m-form {}

.m-form .item {
	margin-bottom: 21px;
	position: relative;
}

.m-form .inp {
	height: 50px;
	width: 100%;
	display: block;
	padding: 0 27px;
	font-size: 18px;
	background-color: #f1f2f2;
	border: 0;
}

.m-form .code-pic {
	position: absolute;
	top: 7px;
	right: 7px;
	width: 116px;
	height: 35px;
}

.m-form .code-pic img {
	width: 100%;
	height: 100%;
	display: block;
}

.m-form .lab {
	font-size: 18px;
	line-height: 2.11;
	color: #666;
	padding-left: 26px;
	margin-bottom: 40px;
}

.m-form .lab label {
	display: block;
	cursor: pointer;
}

.m-form .lab input {
	width: 24px;
	height: 24px;
	margin-right: 21px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -2px;
	cursor: pointer;
	background: url(../images/i-14.png) no-repeat center;
	-o-background-size: 100% auto;
	-ms-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.m-form .lab input:checked {
	background-image: url(../images/i-14-on.png);
}

.m-form .btn {
	width: 278px;
	height: 44px;
	display: block;
	text-align: center;
	line-height: 42px;
	border: 1px solid #111;
	color: #111;
	font-size: 16px;
	margin: 0 auto;
	background-color: rgba(17, 17, 17, 0);
	cursor: pointer;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}

.m-form .btn:hover {
	background-color: rgba(17, 17, 17, 1);
	color: #fff;
}

.row-e1 {
	padding-top: 50px;
}

.m-t3 {
	overflow: hidden;
	margin-bottom: 26px;
}

.m-t3 h3 {
	float: left;
	font-size: 42px;
	color: #060626;
	font-weight: normal;
}

.m-t3 .tab {
	float: right;
	margin-top: 20px;
}

.m-t3 .tab li {
	float: left;
	margin-left: 45px;
}

.m-t3 .tab li a {
	display: block;
	font-size: 16px;
	color: #525252;
	padding-bottom: 3px;
}

.m-t3 .tab li.on a,
.m-t3 .tab li:hover a {
	font-weight: bold;
	border-bottom: 1px solid #000;
}

.m-list4 {
	overflow: hidden;
	margin: 0 -15px 60px;
}

.m-list4 li {
	width: 50%;
	float: left;
}

.m-list4 .con {
	display: block;
	margin: 0 15px;
}

.m-list4 .pic {
	padding-top: 52%;
	height: 0;
	position: relative;
	overflow: hidden;
	margin-bottom: 26px;
}

.m-list4 .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-list4 h3 {
	font-size: 20px;
	line-height: 1.5;
	height: 3em;
	font-weight: normal;
	height: 58px;
	color: #111;
	margin-bottom: 17px;
	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-list4 .date {
	display: block;
	font-size: 14px;
	color: #aaa;
}

.m-list4 .con:hover .pic img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.m-list5 {
	overflow: hidden;
	margin: 0 -11px;
}

.m-list5 li {
	width: 33.33%;
	float: left;
	margin-bottom: 55px;
}

.m-list5 .con {
	display: block;
	margin: 0 11px;
}

.m-list5 .pic {
	padding-top: 52%;
	height: 0;
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}

.m-list5 .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-list5 h3 {
	font-size: 24px;
	line-height: 29px;
	font-weight: normal;
	color: #111;
	margin-bottom: 12px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}

.m-list5 .desc {
	font-size: 16px;
	line-height: 25px;
	color: #535353;
	height: 50px;
	margin-bottom: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.m-list5 .date {
	display: block;
	font-size: 14px;
	color: #aaa;
}

.m-list5 .con:hover .pic img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

/*.m-list5 .con:hover h3,.m-list4 .con:hover h3{color: #387be8;}*/
.pages {
	text-align: center;
	font-size: 0;
	margin: 30px 0 80px;
}

.pages ul {
	display: inline-block;
}

.pages li {
	float: left;
	margin: 0 10px;
}

.pages li a {
	display: block;
	width: 38px;
	text-align: center;
	line-height: 38px;
	font-size: 22px;
	color: #333;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}

.pages .arrow a {
	border: 1px solid #dadada;
	line-height: 36px;
	font-family: '宋体';
	font-weight: bold;
}

.pages li:hover a,
.pages li.on a {
	color: #387be8;
}

.pages .arrow:hover a,
.pages .arrow.on a {
	border-color: #387be8;
}

.m-txt8 {
	max-width: 750px;
	margin: 0 auto;
}

.m-txt8 .date {
	font-size: 14px;
	color: #aaa;
	display: block;
	margin-bottom: 7px;
}

.m-txt8 h1 {
	font-size: 32px;
	font-weight: normal;
	color: #060626;
	margin-bottom: 30px;
}

.m-txt8 .txt {
	font-size: 16px;
	line-height: 33px;
	color: #000;
	margin-bottom: 70px;
}

.m-txt8 .arrow {
	overflow: hidden;
	border-top: 1px solid #ddd;
	padding: 30px 0 65px;
}

.m-txt8 .arrow a {
	font-size: 16px;
	color: #000;
}

.m-txt8 .prev {
	float: left;
}

.m-txt8 .next {
	float: right;
}

.m-txt8 .arrow a:hover {
	color: #387be8;
}

.m-t5 {
	text-align: center;
	margin: 80px 0;
}

.m-t5 h3 {
	font-size: 42px;
	color: #060626;
	font-weight: normal;
	margin-bottom: 24px;
}

.m-t5 .desc {
	max-width: 980px;
	font-size: 20px;
	line-height: 1.8;
	margin: 0 auto;
	color: #131304;
}

.m-list6 {
	overflow: hidden;
	margin: 0 -5px 90px;
}

.m-list6 li {
	width: 33.33%;
	float: left;
}

.m-list6 .con {
	margin: 0 5px;
	position: relative;
}

.m-list6 .pic {
	padding-top: 102%;
	height: 0;
	position: relative;
	overflow: hidden;
	background-color: #000;
}

.m-list6 .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-list6 .txt {
	position: absolute;
	left: 40px;
	right: 40px;
	bottom: 45px;
	color: #fff;
}

.m-list6 h2 {
	font-size: 38px;
	font-weight: normal;
	margin-bottom: 10px;
}

.m-list6 h3 {
	font-size: 28px;
	font-weight: normal;
}

.m-list6 .desc {
	font-size: 16px;
	line-height: 29px;
}

.m-list6 .info {
	overflow: hidden;
	margin-top: 30px;
	height: 0;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}

.m-list6 .item {
	width: 33.33%;
	float: left;
	font-size: 14px;
}

.m-list6 .top span {
	font-size: 32px;
	margin-right: 5px;
}

.m-list6 .con:hover .info {
	height: 69px;
}

.m-list6 .con:hover .pic img {
	opacity: .5;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.m-txt9 {
	height: 603px;
	margin-bottom: 96px;
	position: relative;
	overflow: hidden;
	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-txt9 .txt {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1000px;
	z-index: 3;
	color: #fff;
	margin: 0 auto;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.m-txt9 h3 {
	font-size: 48px;
	font-weight: normal;
	margin-bottom: 30px;
}

.m-txt9 .desc {
	font-size: 20px;
	line-height: 1.8;
	margin-bottom: 50px;
}

.m-txt9 .btn {
	width: 278px;
	height: 44px;
	display: block;
	text-align: center;
	line-height: 42px;
	border: 1px solid #fff;
	color: #fff;
	font-size: 16px;
	margin: 0 auto;
	background-color: rgba(255, 255, 255, 0);
	cursor: pointer;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}

.m-txt9 .btn:hover {
	background-color: #fff;
	color: #111;
}

.m-txt9 .g-video:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, .3);
}

.m-list7 {
	overflow: hidden;
	border: 1px solid #ddd;
	border-right: 0;
}

.m-list7 li {
	width: 25%;
	float: left;
	border-right: 1px solid #ddd;
}

.m-list7 .con {
	overflow: hidden;
	height: 422px;
	padding: 69px 40px 0 60px;
}

.m-list7 h3 {
	text-align: center;
	font-size: 28px;
	font-weight: normal;
	margin-bottom: 37px;
}

.m-list7 .desc {
	font-size: 18px;
	line-height: 1.8;
	text-align: center;
}

.m-list7 li:first-child .desc {
	text-align: center;
}

.m-list7 .ico {
	width: 120px;
	margin: 0 auto 22px;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}

.m-list7 .ico img {
	width: 100%;
	display: block;
}

.m-list7 .con:hover .ico {
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
}

.m-t5-1 {
	margin: 58px 0 50px;
}

.m-table1 {
	overflow: hidden;
	margin: 0 -2px;
}

.m-table1 .col {
	width: 50%;
	float: left;
	padding: 0 2px;
}

.m-table1 table {
	width: 100%;
	border-bottom: 1px solid #777;
}

.m-table1 th {
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 20px;
	color: #111;
	font-weight: normal;
	background-color: #e4e4ec;
}

.m-table1 .col-2 th {
	background-color: #111111;
	color: #fff;
}

.m-table1 td {
	font-size: 16px;
	height: 60px;
	color: #444;
	text-align: center;
}

.m-table1 td:first-child {
	border-right: 1px solid #777;
}

.btn-pdf {
	width: 278px;
	height: 44px;
	display: inline-block;
	text-align: center;
	line-height: 42px;
	border: 1px solid #111;
	color: #111;
	font-size: 16px;
	margin: 63px 20px 78px;
	background-color: rgba(17, 17, 17, 0);
	cursor: pointer;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}

.btn-pdf:hover {
	background-color: rgba(17, 17, 17, 1);
	color: #fff;
}

.btn-pdf:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	height: 20px;
	position: relative;
	top: -2px;
	margin-right: 18px;
	background: url(../images/i-20.png) no-repeat center;
	-o-background-size: 100% auto;
	-ms-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}

.btn-pdf:hover:before {
	background-image: url(../images/i-20-on.png);
}



.row-g1 {
	padding: 66px 0 0;
}

.m-txt10 {
	text-align: center;
}

.m-txt10 .tit {
	font-size: 42px;
	margin-bottom: 50px;
	font-weight: normal;
	color: #000;
}

.m-txt10 .desc {
	font-size: 20px;
	line-height: 1.8;
	color: #666;
	max-width: 995px;
	margin: 0 auto 72px;
}

.m-txt10 .ico {
	width: 80px;
	display: block;
	margin: 0 auto 21px;
}

.m-txt10 .ico img {
	width: 100%;
	display: block;
}

.m-txt10 li {
	display: inline-block;
	margin: 0 150px;
}

.m-txt10 .info p {
	font-size: 18px;
	color: #000;
}

.m-txt10 .info {
	margin-bottom: 66px;
}

.m-txt10 .pic img {
	width: 100%;
	display: block;
}


.row-g2 {
	overflow: hidden;
	padding-top: 20px;
}

.row-g2 .m-t5 {
	margin-bottom: 0;
}

.m-pic2 {
	float: right;
	width: 986px;
	margin-top: -40px;
}

.m-list8 {
	overflow: hidden;
	text-align: center;
	margin-top: 50px;
}

.m-list8 li {
	display: inline-block;
	vertical-align: top;
	width: 200px;
	margin-bottom: 90px;
}

.m-list8 .ico {
	width: 80px;
	display: block;
	margin: 0 auto 12px;
}

.m-list8 p {
	font-size: 18px;
	color: #000;
}

.row-g3 {
	padding: 116px 0 0;
	background-color: #f7fafc;
}

.m-t6 {
	font-size: 42px;
	margin-bottom: 35px;
	text-align: center;
	color: #000;
	font-weight: normal;
}

.m-tab1 {
	text-align: center;
	font-size: 0;
	margin-bottom: 72px;
}

.m-tab1 li {
	display: inline-block;
	font-size: 30px;
	color: #000;
	position: relative;
	padding: 0 50px;
}

.m-tab1 li:after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	width: 1px;
	height: 30px;
	background-color: #555;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.m-tab1 li:last-child:after {
	display: none;
}

.m-tab2 {
	text-align: center;
	font-size: 0;
	border-bottom: 2px solid #ddd;
}

.m-tab2 li {
	display: inline-block;
	margin: 0 39px;
}

.m-tab2 li a {
	font-size: 26px;
	padding-bottom: 27px;
	color: #999;
	display: block;
	position: relative;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}

.m-tab2 li a:after {
	content: '';
	position: absolute;
	left: 50%;
	right: 50%;
	bottom: 0;
	height: 2px;
	background-color: #000;
	transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
}

.m-tab2 li:hover a,
.m-tab2 li.on a {
	color: #333;
}

.m-tab2 li:hover a:after,
.m-tab2 li.on a:after {
	left: 0;
	right: 0;
}

.m-txt11 {
	overflow: hidden;
	padding: 115px 0 173px;
}

.m-txt11 .pic {
	float: left;
	width: 880px;
	margin-right: 63px;
}

.m-txt11 .pic img {
	width: 100%;
	display: block;
}

.m-txt11 .txt {
	overflow: hidden;
	padding-top: 87px;
}

.m-txt11 h3 {
	font-size: 36px;
	font-weight: normal;
	color: #000;
	margin-bottom: 36px;
}

.m-txt11 .desc {
	font-size: 20px;
	line-height: 1.8;
	color: #666;
	max-width: 440px;
}

.g-bgc1 .m-t5 h3,
.g-bgc1 .m-t5 .desc {
	color: #fff;
}

.m-num {
	width: 1153px;
	margin: 0 auto 30px;
	position: relative;
}

.m-num .bg img {
	width: 100%;
	display: block;
}

.m-num .tab-pic {
	position: absolute;
}

.m-num .tab-pic.i1 {
	width: 334px;
	height: 220px;
	top: 281px;
	left: 505px;
}

.m-num .tab-pic.i2 {
	width: 944px;
	height: 368px;
	top: 1px;
	right: 6px;
}

.m-num .tab-pic.i4 {
	width: 86px;
	height: 76px;
	bottom: 63px;
	left: 185px;
}

.m-num .tab-pic.i3 {
	width: 225px;
	height: 204px;
	bottom: 0;
	right: 211px;
}

.m-num .tab-pic img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}

.m-num .tab-pic .i-on {
	opacity: 0;
}

.m-num .tab-pic.open .i-on {
	opacity: 1;
}

.m-num .tab-pic.open .i-ok {
	opacity: 0;
}

.m-num ul {
	position: absolute;
	left: 50%;
	bottom: 255px;
	width: 960px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.m-num li {
	float: left;
	width: 25%;
	text-align: center;
	color: #ccc;
	cursor: pointer;
}

.m-num li h3 {
	font-size: 24px;
	font-weight: normal;
}

.m-num .num {
	font-size: 24px;
	line-height: 1.1;
}

.m-num .num span {
	font-size: 50px;
}

.m-num li.on h3 {
	color: #666;
}

.m-num li.on .num {
	color: #333;
}

.pag-btn {
	width: 278px;
	height: 44px;
	display: block;
	text-align: center;
	line-height: 42px;
	border: 1px solid #111;
	color: #111;
	font-size: 16px;
	margin: 0 auto 60px;
	background-color: rgba(17, 17, 17, 0);
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}

.pag-btn:hover {
	background-color: rgba(17, 17, 17, 1);
	color: #fff;
}

/*.m-pic1{width: 70%;margin: 0 auto;}*/


.m-tac {
	text-align: center;
	font-size: 0;
}

.btn-pdf-1:before {
	display: none;
}

.row-a3 .m-slider1 .swiper-wrapper .swiper-slide a {
	background: #fff;
	margin: 0 16px;
	padding: 33px 0;
	
}

.row-a3 .m-slider1 .swiper-slide-duplicate-active {
	
}

.row-a4 .m-slider2 .swiper-wrapper .swiper-slide a {
	background: #fff;
	box-shadow: 3px 5px 15px rgba(0,0,0,0.1);
	margin: 0 16px;
}

.swiper-container {
    padding-bottom: 20px !important;
}

.m-slider1 a:hover {
	background:#dfe9ff !important;
}

.fd-txt {
    float: none !important;
}


