@charset "UTF-8";

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
img {
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0
}

li {
	list-style: none
}

body {
	text-align: left;
	font-family: 'Î¢ÈíÑÅºÚ';
	color: #333;
	background: #fff;
	height: 100%
}

html {
	height: 100%
}

a,
ins {
	text-decoration: none
}

a {
	color: #333
}

a:hover {
	color: #286ACE;
}

a:hover {
	text-decoration: none;
	transition: all .2s;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	-moz-transition: all .2s
}

a:visited,
a:active,
a:focus {
	text-decoration: none;
}

.hidden,
.hide {
	display: none;
}

.cf:after {
	content: "";
	height: 0;
	line-height: 0;
	display: block;
	visibility: hidden;
	clear: both;
}

.cf {
	zoom: 1;
}

.fr {
	float: right;
}

.fl {
	float: left;
}

.main {
	background: url(/cms_files/webliandouqurenminzhengfumenhuwangzhan/pubtplobject/defaultSet/762140/images/mainbg.png) no-repeat top center;
	background-size: 100% auto;
}

.main_box {
	width: 1600px;
	margin: 0 auto;
	padding-top: 50px;
}

.zjld_txtimg {
	text-align: center;
	margin-bottom: 60px;
}

.zjld_txtimg img {
	width: 438px;
	height: auto;
}

.first_block {
	height: 522px;
	background: url(/cms_files/webliandouqurenminzhengfumenhuwangzhan/pubtplobject/defaultSet/762140/images/firstbg.png) no-repeat top center;
	background-size: 100% auto;
	padding: 56px 146px 54px 101px;
}

.first_left {
	width: 734px;
	height: 412px;
	overflow: hidden;
	position: relative;
}

.first_left a {
	display: block;
	text-align: center;
}

.first_left img {
	width: 100%;
	height: 100%;
}

.first_right {
	width: 573px;
	padding-top: 10px;
}

.first_right .title {
	font-weight: 700;
	font-size: 26px;
	line-height: 36px;
	margin-bottom: 10px;
	text-align: center;
	color: #286ace;
}

.first_right .txt {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 8;
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 18px;
	line-height: 36px;
	color: #333;
}

.first_right .more {
	display: inline-block;
	width: 194px;
	height: 54px;
	line-height: 54px;
	font-size: 18px;
	color: #fff;
	padding-left: 40px;
	background: url(/cms_files/webliandouqurenminzhengfumenhuwangzhan/pubtplobject/defaultSet/762140/images/morebg.png) no-repeat center center;
	background-size: 100% auto;
}

.first_block,
.Second_block {
	margin-bottom: 80px;
}

.third_block {
	margin-bottom: 96px;
}

.Second_block {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.Second_item {
	width: 785px;
	height: 400px;
	background: #fff;
	position: relative;
	overflow: hidden;
	margin-bottom: 34px;
}

.Second_item img {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.Second_item:nth-child(1) {
	border-radius: 32px 0 80px 0;
}

.Second_item:nth-child(2) {
	border-radius: 0 32px 0 80px;
}

.Second_item:nth-child(3) {
	border-radius: 0 80px 32px 0;
	margin-bottom: 0px;
}

.Second_item:nth-child(4) {
	border-radius: 80px 0 32px 0;
	margin-bottom: 0px;
}

.Second_item .zz_bg {
	position: absolute;
	top: 50%;
	transform: translate(0%, -50%);
	width: 100%;
	height: 133px;
	opacity: 0.49;
	z-index: 2;
}

.Second_item:nth-child(1) .zz_bg {
	background: linear-gradient(90.00deg, #62a4f47a 0%, #4b84ee 49.94%, #3d95ff78 100%);
}

.Second_item:nth-child(2) .zz_bg {
	background: linear-gradient(90.00deg, #b768007a 0%, #b78500 49.94%, #b7810078 100%);
}

.Second_item:nth-child(3) .zz_bg {
	background: linear-gradient(90.00deg, #376a217a 0%, #579d52 49.94%, #5e974f78 100%);
}

.Second_item:nth-child(4) .zz_bg {
	background: linear-gradient(90.00deg, #5500b77a 0%, #2500b7 49.94%, #4200b778 100%);
}

.show_box {
	position: absolute;
	z-index: 3;
	top: 50%;
	transform: translate(0%, -50%);
	width: 100%;
}

.Second_item .title {
	font-weight: 700;
	font-size: 26px;
	color: #fff;
	text-align: center;

}

.Second_item .txt {
	display: none;
	width: 50%;
	margin: 10px auto 0;
	font-weight: 400;
	font-size: 20px;
	line-height: 40px;
	text-align: left;
	color: #fff;
	/* ¶¯»­ */
	animation: fadeIn .5s ease-in-out;
	-webkit-animation: fadeIn .5s ease-in-out;
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.Second_item .txt p {
	text-align: center;
}

.Second_item:hover div.zz_bg {
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.45;
}

.Second_item:hover .txt {
	display: block;
}

.third_block {
	display: flex;
	justify-content: space-between;
	overflow: hidden;
}

.secondItem {
	width: 200px;
	height: 496px;
	padding: 80px 72px 0;
	background: url(/cms_files/webliandouqurenminzhengfumenhuwangzhan/pubtplobject/defaultSet/762140/images/three_bg.png) no-repeat center center;
	background-size: 100% auto;
}

.secondItem.hover {
	width: 910px;
	padding: 0;
	background: url(/cms_files/webliandouqurenminzhengfumenhuwangzhan/pubtplobject/defaultSet/762140/images/three_bg_hover.png) no-repeat center center;
	background-size: 100% auto;
	position: relative;
}

.secondItem .secondItem_title_a {
	display: flex;
	font-weight: 700;
	font-size: 26px;
	color: #333;
	flex-direction: column;
	align-items: center;
}

.secondItem .secondItem_title_a img {
	width: 54px;
	height: 53px;
	margin-bottom: 10px;
}

.secondItem .secondItem_title_a span {
	display: inline-block;
	width: 1em;
}

.secondItem_text {
	display: none;
	color: #fff;
	padding: 40px 90px 30px;
}

.secondItem_text .title {
	text-align: center;
	font-weight: 700;
	font-size: 26px;
	line-height: 42px;
	margin-bottom: 30px;
}

.secondItem_text .text {
	font-size: 18px;
	line-height: 32px;
	text-align: left;
	color: #fff;
}

.secondItem_text .more {
	position: absolute;
	display: block;
	margin: auto;
	width: 173px;
	height: 67px;
	line-height: 65px;
	border-radius: 4px;
	background: transparent;
	border: 1px solid #fff;
	color: #fff;
	font-weight: 400;
	font-size: 21px;
	text-align: center;
	left: 50%;
	transform: translateX(-50%);
	bottom: 30px;
}

.secondItem.hover .secondItem_title_a {
	display: none;
}

.secondItem.hover .secondItem_text {
	display: block;
}

.fourth_block {
	position: relative;
	padding-bottom: 93px;
}

.fourth_block>img {
	height: 110.95px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -7px;
}

.fourth_list_box {
	width: 1416px;
	margin: auto;
	overflow: hidden;
}

.fourth_item img {
	width: 450px;
	height: 280px;
}

.first_btnleft,
.first_btnright {
	position: absolute;
	width: 42.67px;
	height: 42.67px;
	background: #fff;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 50%;
	z-index: 11;
}

.first_btnleft {
	left: 27px;
	background: url(/cms_files/webliandouqurenminzhengfumenhuwangzhan/pubtplobject/defaultSet/762140/images/first_left.png) no-repeat center center;
	background-size: 100% auto;
}

.first_btnright {
	right: 27px;
	background: url(/cms_files/webliandouqurenminzhengfumenhuwangzhan/pubtplobject/defaultSet/762140/images/first_right.png) no-repeat center center;
	background-size: 100% auto;
}

.fourth_btnleft,
.fourth_btnright {
	position: absolute;
	width: 51.65px;
	cursor: pointer;
	height: 51.65px;
	border-radius: 25.83px;
	box-shadow: 0 3px 18px #00000014;
	top: 50%;
	transform: translateY(-50%);
	z-index: 11;
}

.fourth_btnleft {
	left: 0;
	background: url(/cms_files/webliandouqurenminzhengfumenhuwangzhan/pubtplobject/defaultSet/762140/images/free_left.png) no-repeat center center;
	background-size: 100% auto;
}

.fourth_btnleft:hover {
	background: url(/cms_files/webliandouqurenminzhengfumenhuwangzhan/pubtplobject/defaultSet/762140/images/free_left_hover.png) no-repeat center center;
	background-size: 100% auto;
}

.fourth_btnright {
	right: 0;
	background: url(/cms_files/webliandouqurenminzhengfumenhuwangzhan/pubtplobject/defaultSet/762140/images/free_right.png) no-repeat center center;
	background-size: 100% auto;
}

.fourth_btnright:hover {
	background: url(/cms_files/webliandouqurenminzhengfumenhuwangzhan/pubtplobject/defaultSet/762140/images/free_right_hover.png) no-repeat center center;
	background-size: 100% auto;
}


.old_type .first_right .title {
	font-weight: 700;
	font-size: 36px;
	line-height: 36px;
	margin-bottom: 10px;
	text-align: center;
	color: #286ace;
}

.old_type .first_right .txt {
	font-size: 24px;
}

.old_type .first_right .more {
	display: inline-block;
	width: 245px;
	height: 54px;
	line-height: 54px;
	font-size: 24px;
	color: #fff;
	padding-left: 40px;
	background-size: 100% auto;
}

.old_type .Second_item .title {
	font-size: 42px;
}

.old_type .secondItem .secondItem_title_a {
	font-size: 30px;
}

.old_type .secondItem_text .more {
	font-size: 26px;
}

.mobile_type .main_box {
	width: 100%;
	margin: 0 auto;
	padding-top: 3vw;
}

.mobile_type .zjld_txtimg {
	text-align: center;
	margin-bottom: 5vw;
}

.mobile_type .zjld_txtimg img {
	width: 55%;
	height: auto;
}

.mobile_type .first_block {
	height: auto;
	padding: 2vw;
}

.mobile_type .first_left {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}

.mobile_type .first_btnleft,
.mobile_type .first_btnright {
	display: none;
}

.mobile_type .first_left img {
	height: 55vw;
	width: 100%;
}

.mobile_type .first_right {
	width: 100%;
	padding-top: 3vw;
}

.mobile_type.first_right {
	width: 100%;
	padding-top: 3vw;
}

.mobile_type .first_right .title {
	font-weight: 700;
	font-size: 5vw;
	line-height: 8vw;
	margin-bottom: 2vw;
	text-align: center;
	color: rgb(40, 106, 206);
}

.mobile_type .first_right .txt {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 8;
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 4vw;
	line-height: 8vw;
	color: rgb(51, 51, 51);
}

.mobile_type .first_right .more {
	display: inline-block;
	width: 46vw;
	height: 16vw;
	line-height: 16vw;
	font-size: 4vw;
	color: rgb(255, 255, 255);
	padding-left: 40px;
}

.mobile_type .Second_item {
	width: 100%;
	height: 70vw;
	background: rgb(255, 255, 255);
	position: relative;
	overflow: hidden;
	margin-bottom: 3vw !important;
	border-radius: 15vw !important;
}

.mobile_type .Second_item .title {
	font-weight: 700;
	font-size: 5vw;
	color: rgb(255, 255, 255);
	text-align: center;
}

.mobile_type .Second_item .txt {
	/* display: none; */
	width: 95%;
	margin: 10px auto 0px;
	font-weight: 400;
	font-size: 4vw;
	line-height: 8vw;
	text-align: left;
	color: rgb(255, 255, 255);
	animation: 0.5s ease-in-out 0s 1 normal none running fadeIn;
}

.mobile_type .Second_block {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0vw 2vw;
}

.mobile_type .first_block,
.mobile_type .Second_block {
	margin-bottom: 3vw;
}

.mobile_type .third_block {
	padding: 0vw 2vw;
	margin-bottom: 3vw;
}

.mobile_type .secondItem {
	width: 100% !important;
	height: auto !important;
	padding: 2vw !important;
	background: url(/cms_files/jcms1/web3675/site/images/47000//cms_files/webliandouqurenminzhengfumenhuwangzhan/pubtplobject/defaultSet/762140/images/three_bg_hover.png) !important;
	background-size: 100% 100% !important;
	float: left;
	position: relative;
	margin-bottom: 3vw;
}

.mobile_type .third_block {
	display: inherit;
}

.mobile_type .secondItem .secondItem_title_a {
	display: block !important;
	font-weight: 700;
	font-size: 5vw;
	color: #333;
	flex-direction: column;
	align-items: center;
}

.mobile_type .secondItem_text {
	display: block;
	color: #fff;
	padding: 2vw;
	padding-bottom: 10vw;
}

.mobile_type .secondItem .secondItem_title_a img {
	display: none;
}

.mobile_type .secondItem .secondItem_title_a {
	display: none !important;
}

.mobile_type .secondItem_text .text {
	font-size: 4vw;
	line-height: 8vw;
	text-align: left;
	color: #fff;
	overflow: hidden;
}

.mobile_type .secondItem_text .title {
	text-align: center;
	font-weight: 700;
	font-size: 5vw;
	line-height: 8vw;
	margin-bottom: 3vw;
}

.mobile_type .secondItem_text .text ul li {
	width: 50%;
	float: left;
	font-family: "PingFang SC";
	font-weight: 400;
	line-height: 8vw;
	text-align: center;
}

.mobile_type .secondItem_text .more {
	position: absolute;
	display: block;
	margin: auto;
	width: 30vw;
	height: 8vw;
	line-height: 8vw;
	border-radius: 4px;
	background: transparent;
	border: 1px solid #fff;
	color: #fff;
	font-weight: 400;
	font-size: 4vw;
	text-align: center;
	left: 50%;
	transform: translateX(-50%);
	bottom: 3vw;
}

.mobile_type .third_block .secondItem:nth-child(2) .secondItem_text .text ul li {
	width: 100%;
}

.mobile_type .third_block .secondItem:nth-child(4) .secondItem_text .text ul li {
	width: 100%;
}

.mobile_type .fourth_list_box {
	width: 100%;
	margin: auto;
	overflow: hidden;
}

.mobile_type .fourth_block>img {
	height: auto;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -7px;
	width: 100%;
	display: none;
}

.mobile_type .fourth_block {
	position: relative;
	padding: 0vw 2vw;
	padding-bottom: 3vw;
}

.mobile_type .fourth_item img {
	width: 100%;
	height: 30vw;
}

.mobile_type .fourth_btnleft,
.mobile_type .fourth_btnright {
	display: none;
}



.secondItem_text .text ul li {
	width: 50%;
	float: left;
	font-family: "PingFang SC";
	font-weight: 400;
	line-height: 50px;
	text-align: left;

}

.secondItem_text .text ul li a {
	color: #d9e3ee;
}

.secondItem_text {
	width: 100%;
}