@charset "UTF-8";

/* reset */
html,body,div,h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ol,ul,li,fieldset,form,label,input,table,caption,tfoot,thead,tr,th,td,textarea,article,aside,audio,canvas,figure,
footer,header,mark,menu,nav,section,time,video {
	margin: 0;
	padding: 0;
}

html {
	min-width: 1280px;
	font-size: 62.5%;
}

html,
body {
	height: 100%;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal
}

body {
	/* font-size: 16px; */
	font-family: "Microsoft YaHei";
	background-color: #fff;
	font-weight: 300;
	color: #1A1A1A;
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section,
blockquote {
	display: block;
}

ul,
ol {
	list-style: none;
}

img {
	border: 0 none;
	vertical-align: top;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

strong,
em,
i {
	font-style: normal;
	font-weight: normal;
}

ins {
	text-decoration: underline;
}

del {
	text-decoration: line-through;
}

mark {
	background: none;
}

input::-ms-clear {
	display: none !important;
}

input,
select,
textarea,
button {
	vertical-align: middle;
	outline: none;
	border: 0;
}

input {
	border-radius: 0;
	box-shadow: none;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
button {
	-webkit-appearance: none;
}

textarea {
	-webkit-appearance: none;
	overflow-y: auto;
	overflow-x: hidden;
	resize: none;
}

a {
	text-decoration: none;
	/* out-line: none; */
	color: #1A1A1A;
}
/*去除未被访问的a标签的下划线*/
a:link {
	text-decoration: none;
	color: #1A1A1A;
}
/*去除已经被访问过的a标签的下划线*/
a:visited {
	text-decoration: none;
	color: #1A1A1A;
}
/*去除鼠标悬停时的a标签的下划线*/
a:hover {
	text-decoration: none;
	color: #1A1A1A;
}
/*去除正在点击的a标签的下划线（鼠标按下，尚未松开）*/
a:active {
	text-decoration: none;
	color: #1A1A1A;
}
/*去除获得焦点的a标签的下划线（被鼠标点击过）*/
a:focus {
	text-decoration: none;
	color: #1A1A1A;
}

.index_main {
	width: 100%;
}

.index_main .main_top {
	position: relative;
}

.index_main .main_top .nav_main {
	position: fixed;
	top: 0px;
	background-color: rgba(0,0,0,0.4);
	width: 100%;
	z-index: 9999999;
}

.index_main .main_top > img {
	width: 100%;
}

.index_main .main_top .nav_main .nav_main_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 1200px;
	height: 80px;
	margin: 0 auto;
	z-index: 99999999999999;
}

.index_main .main_top .nav_main .nav_main_box .right, .index_main .main_top .nav_main .nav_main_box .right div {
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 16px;
}
.index_main .main_top .nav_main .nav_main_box .right a {
	color:#fff;
}

.index_main .main_top .nav_main .nav_main_box .right .nav_box .item {
	margin-right: 30px;
	cursor: pointer;
	letter-spacing: 2px;
}

.index_main .main_top .nav_main .nav_main_box .right .nav_box .item:hover {
	color: #3171F6;
}

.index_main .main_top .nav_main .nav_main_box .right .nav_box .active_color {
	color: #3171F6;
}

.index_main .main_top .nav_main .nav_main_box .right .login_box>div {
	cursor: pointer;
}

.index_main .main_top .nav_main .nav_main_box .right .login_box>div:last-child {
	background-color: #FF4800;
	margin-left: 15px;
	padding: 5px 10px;
	font-size: 14px;
	letter-spacing: 2px;
}

.index_main .main_top .nav_main .nav_main_box .right .phone_box {
	background-color: #3171F6;
	border-radius: 50px;
	padding: 5px 15px;
	margin-left: 25px;
	cursor: pointer;
	font-size: 14px;
	letter-spacing: 1px;
}

.index_main .main_top .center_big {
	position: absolute;
	top: 9.375vw;
	width: 1200px;
	left: 50%;
	transform: translateX(-50%);
	color: #fff;
}

.index_main .main_top .center_big .center_box {
	width: 29.68vw;
	background-color: rgba(0,0,0,0.4);
	padding: 30px 0px 30px 30px;
}

.index_main .main_top .center_big .center_box .b_title {
	font-size: 2.6vw;
	font-weight: 400;
	letter-spacing: 2px;
	margin-bottom: 10px;
}

.index_main .main_top .center_big .center_box .l_title {
	font-size: 1.25vw;
	font-weight: 400;
	letter-spacing: 2px;
	margin-bottom: 30px;
}

.index_main .main_top .center_big .center_box .box_btn {
	background-color: #3171F6;
	width: 8.33vw;
	height: 3.125vw;
	line-height: 3.125vw;
	text-align: center;
	border-radius: 6px;
	font-size: 1vw;
	letter-spacing: 2px;
	cursor: pointer;
}


.index_main .index_main_box {
	/* padding: 40px 0px; */
	width: 100%;
}

.index_main .index_main_box .content_one_flex {
	display: flex;
	width: 1200px;
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 100px;
}

.index_main .index_main_box .content_one_flex .left_flex {
	width:780px;
	margin-right: 120px;
}

.index_main .index_main_box .content_one_flex .left_flex .left_top {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.index_main .index_main_box .content_one_flex .left_flex .left_top .l_title {
	position: relative;
}

.index_main .index_main_box .content_one_flex .left_flex .left_top .l_title .title_bg {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0.5;
}

.index_main .index_main_box .content_one_flex .left_flex .left_top .l_title .title {
	font-weight: 400;
	font-size: 34px;
	letter-spacing: 2px;
}

.index_main .index_main_box .content_one_flex .left_flex .left_top .r_more {
	font-size: 16px;
	color: #989898;
	cursor: pointer;
	letter-spacing: 1px;
}

.index_main .index_main_box .content_one_flex .left_flex .left_top .r_more a{
	color: #989898;
}

.index_main .index_main_box .content_one_flex .left_flex .left_bottom {
	display: flex;
	margin-top: 25px;
}


.index_main .index_main_box .content_one_flex .left_flex .left_bottom .l_bottom_item {
	width: 220px;
	height: 270px;
	padding: 10px;
	margin-right: 30px;
	cursor: pointer;
	box-shadow: 0px 0px 13px 0px rgba(49, 113, 246, 0.21);
	border-radius: 4px;
}

.index_main .index_main_box .content_one_flex .left_flex .left_bottom > div:last-child {
	margin-right: 0px;
}

.index_main .index_main_box .content_one_flex .left_flex .left_bottom .l_bottom_item img {
	width: 220px;
	height: 145px;
	/* object-fit: cover; */
	font-size: 0px;
	margin-bottom: 29px;
}

.index_main .index_main_box .content_one_flex .left_flex .left_bottom .l_bottom_item .item_title {
	font-size: 16px;
	font-weight: 400;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 15px;
	letter-spacing: 1px;
	color:#1A1A1A;
}

.index_main .index_main_box .content_one_flex .left_flex .left_bottom .l_bottom_item .item_desc {
	color: #BDBDBD;
	line-height: 21px;
	font-size: 12px;
	letter-spacing: 1px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	font-weight: 400;
}

.index_main .index_main_box .content_one_flex .right_flex {
	flex: 1;
}

.index_main .index_main_box .content_one_flex .right_flex .right_top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 25px;
}

.index_main .index_main_box .content_one_flex .right_flex .right_top .r_title {
	font-size: 34px;
	font-weight: 400;
	letter-spacing: 2px;
}

.index_main .index_main_box .content_one_flex .right_flex .right_top .r_more {
	font-size: 16px;
	font-weight: 400;
	color: #989898;
	letter-spacing: 2px;
	cursor: pointer;
}

.index_main .index_main_box .content_one_flex .right_flex .right_bottom .r_bottom_item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 25px;
	cursor: pointer;
}

.index_main .index_main_box .content_one_flex .right_flex .right_bottom>div:last-child {
	margin-bottom: 0px;
}

.index_main .index_main_box .content_one_flex .right_flex .right_bottom .r_bottom_item .item_date {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	color: #BDBDBD;
}

.index_main .index_main_box .content_one_flex .right_flex .right_bottom .r_bottom_item .item_date .up_date {
	font-size: 24px;
	font-weight: bold;
}

.index_main .index_main_box .content_one_flex .right_flex .right_bottom .r_bottom_item .item_date .down_date {
	font-size: 15px;
	font-weight: 400;
	white-space: nowrap;
}

.index_main .index_main_box .content_one_flex .right_flex .right_bottom .r_bottom_item .item_line {
	width: 2px;
	background-color: #EDEDED;
	height: 50px;
	flex-shrink: 0;
	margin: 0px 20px;
	position: relative;
}

.index_main .index_main_box .content_one_flex .right_flex .right_bottom .r_bottom_item .item_line .line_point {
	background-color: #EDEDED;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 50%;
	transform: translate(-50%, -50%);
}

.index_main .index_main_box .content_one_flex .right_flex .right_bottom .r_bottom_item .item_txt {
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 26px;
	width:225px;
}

.index_main .index_main_box .content_one_flex .right_flex .right_bottom .r_bottom_item:hover .line_point {
	background-color: #3171F6;
}

.index_main .index_main_box .content_one_flex .right_flex .right_bottom .r_bottom_item:hover .item_date {
	color: #3171F6;
}


.index_main .index_main_box .content_two_flex {
	width: 1200px;
	margin: 0 auto;
}

.index_main .index_main_box .content_two_flex .two_flex_top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px;
}

.index_main .index_main_box .content_two_flex .two_flex_top .top_left {
	position: relative;
	font-size: 38px;
	font-weight: 400;
}

.index_main .index_main_box .content_two_flex .two_flex_top .top_left .title_bg {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0.4;
}

.index_main .index_main_box .content_two_flex .two_flex_top .top_right {
	display: flex;
	align-items: center;
}

.index_main .index_main_box .content_two_flex .two_flex_top .top_right .item_btn {
	width: 100px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	font-weight: 400;
	color: #3171F6;
	border-radius: 4px;
	letter-spacing: 1px;
	cursor: pointer;
	margin-right: 20px;
}

.index_main .index_main_box .content_two_flex .two_flex_top .top_right >div:last-child {
	margin-right: 0px;
}

.index_main .index_main_box .content_two_flex .two_flex_top .top_right .item_btn:hover {
	background-color: #3171F6;
	color: #fff;
	transition: .6s;
}

.index_main .index_main_box .content_two_flex .two_flex_top .top_right .active_color {
	background-color: #3171F6;
	color: #fff;
}

.index_main .index_main_box .content_two_flex .two_flex_bottom {
	display: flex;

}

.index_main .index_main_box .content_two_flex .two_flex_bottom .bottom_left {
	background-color: #3171F6;
	color: #fff;
	width: 668px;
	padding: 40px 30px;
}

.index_main .index_main_box .content_two_flex .two_flex_bottom .bottom_left .title {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 15px;
}

.index_main .index_main_box .content_two_flex .two_flex_bottom .bottom_left .desc {
	display: none;
}

.index_main .index_main_box .content_two_flex .two_flex_bottom .bottom_left .active_desc {
	display: block;
}

.index_main .index_main_box .content_two_flex .two_flex_bottom .bottom_left .desc > div {
	text-indent: 40px;
	margin-bottom: 5px;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 26px;
}

.index_main .index_main_box .content_two_flex .two_flex_bottom .bottom_right {
	position: relative;
	cursor: pointer;
	flex-shrink: 0;
	flex: 1;
	width: 570px;
	height: 360px;
}

.index_main .index_main_box .content_two_flex .two_flex_bottom .bottom_right video {
	width: 570px;
	height: 360px;
	background-color: #000;
	display: none;
}

.index_main .index_main_box .content_two_flex .two_flex_bottom .bottom_right img {
	display: none;
}



/* .index_main .index_main_box .content_two_flex .two_flex_bottom .bottom_right .play_btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
} */

.index_main .index_main_box .content_three_flex {
	background-image: url(../imgs/box_bg.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 155px;
	padding-bottom: 40px;
}

.index_main .index_main_box .content_three_flex .three_main {
	width: 1200px;
	margin: 0 auto;
	padding: 60px 0px;
}

.index_main .index_main_box .content_three_flex .three_main .three_main_top {
	margin-top: -30px;
}

.index_main .index_main_box .content_three_flex .three_main .three_main_top .title_box {
	position: relative;
	margin-bottom: 10px;
}

.index_main .index_main_box .content_three_flex .three_main .three_main_top .title_box .title_bg {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0.4;
}

.index_main .index_main_box .content_three_flex .three_main .three_main_top .title_box .title {
	font-size: 38px;
	font-weight: 400;
}

.index_main .index_main_box .content_three_flex .three_main .three_main_top .desc {
	font-size: 16px;
	color: #989898;
	font-weight: 400;
	letter-spacing: 1px;
}

.index_main .index_main_box .content_three_flex .three_main .three_main_bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 250px;
}

.index_main .index_main_box .content_three_flex .three_main .three_main_bottom img {
	cursor: pointer;
	flex-shrink: 0;
}

.index_main .index_main_box .content_four_flex {
	background-image: url(../imgs/join_bg.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 120px;
}

.index_main .index_main_box .content_four_flex .four_main {
	width: 1200px;
	margin: 0 auto;
}

.index_main .index_main_box .content_four_flex .four_main .four_top_title {
	margin-top: 80px;
	margin-bottom: 30px;
}

.index_main .index_main_box .content_four_flex .four_main .four_top_title .title_box {
	position: relative;
	margin-bottom: 10px;
}

.index_main .index_main_box .content_four_flex .four_main .four_top_title .title_box .title_bg {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0.4;
}

.index_main .index_main_box .content_four_flex .four_main .four_top_title .title_box .title {
	font-size: 38px;
	letter-spacing: 2px;
	font-weight: 400;
}

.index_main .index_main_box .content_four_flex .four_main .four_top_title .desc {
	color: #989898;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 1px;
}

.index_main .index_main_box .content_four_flex .four_main .four_imgs_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 90px;
}

.index_main .index_main_box .content_four_flex .four_main .four_imgs_box img {
	cursor: pointer;
	margin-bottom: 30px;
	box-shadow: 0px 0px 13px 0px rgba(49, 113, 246, 0.21);
}

.index_main .index_main_box .content_four_flex .four_main .four_form_box {
	background-color: #fff;
	border-radius: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 60px 0px;
	flex-direction: column;
	position: relative;
}

.index_main .index_main_box .content_four_flex .four_main .four_form_box .title {
	font-size: 34px;
	font-weight: 400;
	margin-bottom: 50px;
	letter-spacing: 2px;
}

.index_main .index_main_box .content_four_flex .four_main .four_form_box .form_item {
	width: 780px;
	display: flex;
	align-items: center;
	padding: 15px 30px;
	border: 1px solid #ededed;
	border-radius: 2px;
	margin-bottom: 30px;
	font-size: 16px;
	font-weight: 400;
}



.index_main .index_main_box .content_four_flex .four_main .four_form_box .form_item input {
	margin-left: 20px;
	flex: 1;
}

.index_main .index_main_box .content_four_flex .four_main .four_form_box > div:last-child {
	margin-bottom: 0px;
}

.index_main .index_main_box .content_four_flex .four_main .form_btn {
	position: absolute;
	bottom: -35px;
	width: 240px;
	height: 70px;
	border-radius: 7px;
	background-color: #3171F6;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
	line-height: 70px;
	cursor: pointer;
}

.index_main .index_main_bottom {
	background-color: #2E313A;
	color: #fff;
}

.index_main .index_main_bottom .bottom_logo {
	width: 1200px;
	margin: 0px auto;
	padding: 30px 0px;
}

.index_main .index_main_bottom .bottom_nav {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 2px;
}

.index_main .index_main_bottom .bottom_nav .item {
	margin-right: 35px;
	cursor: pointer;
	color:#fff;
}

.index_main .index_main_bottom .bottom_nav > div :last-child {
	margin-right: 0px;
}

.index_main .index_main_bottom .bottom_icp {
	width: 900px;
	margin: 0 auto;
	margin-top: 30px;
	text-align: center;
	padding: 20px 0px;
	font-size: 12px;
	border-top: 1px solid #444957;
}

.index_main .index_main_bottom .bottom_icp a{
	color:#fff;
}

.news_main {
	width: 1200px;
	margin: 60px auto;
	display: flex;
}

.news_main .news_main_left {
	width: 900px;
	flex-shrink: 0;
}

.news_main .news_main_left .left_top_title {
	width: 105px;
	font-size: 24px;
	font-weight: 400px;
	padding-bottom: 10px;
	border-bottom: 4px solid #3171F6;
	text-align: center;
}

.news_main .news_main_left .left_list {
	margin-top: 20px;
}

.news_main .news_main_left .left_list .list_item {
	display: flex;
	margin-bottom: 40px;
	cursor: pointer;
}

.news_main .news_main_left .left_list>div:last-child {
	margin-bottom: 0px;
}

.news_main .news_main_left .left_list .list_item .item_left {
	width: 90px;
	height: 90px;
	background-color: #4268B8;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	flex-shrink: 0;
	letter-spacing: 2px;
	margin-right: 20px;
}

.news_main .news_main_left .left_list .list_item .item_left .up {
	font-size: 30px;
	font-weight: bold;
}

.news_main .news_main_left .left_list .list_item .item_right {
	width: 790px;
}

.news_main .news_main_left .left_list .list_item .item_right .title {
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 1px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 5px;
}

.news_main .news_main_left .left_list .list_item .item_right .desc {
	color: #989898;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 21px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}

.news_main .news_main_right {
	width: 240px;
	margin-left: 60px;
}

.news_main .news_main_right img {
	width: 240px;
	height: 158px;
}

.news_main .news_main_right .right_top_title {
	font-size: 30px;
	letter-spacing: 2px;
	font-weight: 400;
	margin-bottom: 30px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.news_main .news_main_right .right_top_title .more {
	color: #989898;
	font-size: 14px;
	cursor: pointer;
}

.news_main .news_main_right .right_list .list_item {
	box-shadow: 0px 0px 6px 0px rgba(130, 128, 127, 0.29);
	margin-bottom: 10px;
	padding-bottom: 30px;
	border-radius: 1px;
	cursor: pointer;
}

.news_main .news_main_right .right_list .list_item .title {
	padding: 20px 20px 10px 20px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	font-size: 16px;
	font-weight: 400;
}

.news_main .news_main_right .right_list .list_item .desc {
	color: #989898;
	margin: 0px 20px 0px 20px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3;
	min-height: 50px;
}

/** 分页 **/
.pagination {
	width: 1200px;
	margin: 20px auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.pagination li {
	border: 1px solid #EDEDED;
	border-right: none;
}

.pagination li:last-child{
	border-right: 1px solid #EDEDED;
}

.pagination li span {
	display: block;
	padding: 15px 20px;
	font-weight: 400;
	cursor: pointer;
}

.pagination li a {
	display: block;
	padding: 15px 20px;
	font-weight: 400;
}

.pagination > a:hover {
	background-color: #3171F6;
	color: #fff;
}

.pagination .active,.pagination a:hover {
	background-color: #3171F6;
	color: #fff;
}

.pagination .disabled span{
	cursor: default;
}

.newsDetail_main {
	background-color: #fafafa;
}

.newsDetail_main .newsDetail_main_nav {
	width: 100%;
	border-bottom: 1px solid #EDEDED;
}

.newsDetail_main .newsDetail_main_nav .nav_box {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	padding: 25px 0px;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 2px;
}

.newsDetail_main .newsDetail_main_nav .nav_box > div {
	cursor: pointer;
}

.newsDetail_main .detail_content {
	width: calc(1200px - 300px);
	background-color: #fff;
	margin: 0 auto;
	padding: 60px 150px;
}

.newsDetail_main .detail_content .title {
	font-size: 30px;
	font-weight: 400;
	margin-bottom: 15px;
	text-align: center;
	letter-spacing: 1px;
}

.newsDetail_main .detail_content .time {
	text-align: center;
	color: #989898;
	font-size: 15px;
	letter-spacing: 1px;
	margin-bottom: 40px;
}

.newsDetail_main .detail_content .content p{
	font-size: 16px;
	line-height: 24px;
}

.newsDetail_main .detail_content .content img {
	max-width: 100%;
}

.newsDetail_main .page_btns {
	width: 1200px;
	margin: 20px auto;
	display: flex;
}

.newsDetail_main .page_btns a {
	border: 1px solid #3171F6;
	color: #3171F6;
	width: 100px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-weight: 400;
	letter-spacing: 1px;
	cursor: pointer;
}

.newsDetail_main .page_btns .next_btn {
	border: 1px solid #3171F6;
	margin-left: auto;
}

.newsDetail_main .news_list {
	margin: 0 auto;
	width: 1200px;
	padding: 60px 0px;
}

.newsDetail_main .news_list .title {
	font-size: 26px;
	font-weight: 400;
	margin-bottom: 30px;
	letter-spacing: 2px;
}

.newsDetail_main .news_list .list_box .item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 0px;
	border-bottom: 1px solid #EDEDED;
	font-size: 16px;
	font-weight: 400;
	cursor: pointer;
}

.newsDetail_main .news_list .list_box .item .left {
	width: 1100px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.index_main .infoList_main {
	/* background-color: #FAFAFA; */
	width: 100%;
}

.infoList_main .infoList_main_nav .nav_box {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	padding: 25px 0px;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 2px;
}

.infoList_main .infoList_main_nav .nav_box > div {
	cursor: pointer;
}

.infoList_main .infoList_list {
	width: 1200px;
	margin: 20px auto;
	display: flex;
	flex-wrap: wrap;
}

.infoList_main .infoList_list .list_item {
	width: 278px;
	box-shadow: 0px 0px 6px 0px rgba(130, 128, 127, 0.29);
	background-color: #fff;
	cursor: pointer;
	margin-right: 29px;
	margin-bottom: 30px;
}

.infoList_main .infoList_list .list_item:hover {
	box-shadow: 3px 3px 6px 3px rgba(130, 128, 127, 0.29);
}

.infoList_main .infoList_list > a:nth-child(4n) {
	margin-right: 0px;
}

.infoList_main .infoList_list .list_item img {
	width: 278px;
	height: 183px;
}

.infoList_main .infoList_list .list_item .title {
	padding: 25px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
	font-weight: 400;
	border-top: 1px solid #EDEDED;
}


.brand_main .brand_main_one {
	width: 1200px;
	margin: 0 auto;
}

.brand_main .brand_main_one .main_one_title {
	text-align: center;
	margin-top: 55px;
	margin-bottom: 65px;
}

.brand_main .brand_main_one .main_one_title .bg_title {
	position: relative;
}

.brand_main .brand_main_one .main_one_title .bg_title > img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 1;
	z-index: -1;
}

.brand_main .brand_main_one .main_one_title .bg_title .title {
	font-size: 34px;
	font-weight: bold;
	letter-spacing: 2px;
}

.brand_main .brand_main_one .main_one_title .en_title {
	font-size: 16px;
	color: #989898;
	font-weight: bold;
}

.brand_main .brand_main_one .main_one_flex {
	display: flex;
}

.brand_main .brand_main_one .main_one_flex .flex_left {
	background-color: #FAFCFF;
	position: relative;
	display: flex;
	align-items: center;
	flex-direction: column;
}

.brand_main .brand_main_one .main_one_flex .rotate_img{
	transform: rotate(45deg);
}

.brand_main .brand_main_one .main_one_flex .flex_left .left_img {
	position: absolute;
	top: -13px;
	left: -13px;
}

.brand_main .brand_main_one .main_one_flex .flex_left .flex_left_title {
	/* text-align: center; */
	position: relative;
	margin-top: 77px;
}

.brand_main .brand_main_one .main_one_flex .flex_left .flex_left_title .title {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 34px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #3171F5;
	white-space: nowrap;
}

.brand_main .brand_main_one .main_one_flex .flex_left .down_img {
	margin-top: 20px;
}

.brand_main .brand_main_one .main_one_flex .flex_left .flex_left_content {
	padding: 30px;
	line-height: 25px;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1px;
}

.brand_main .brand_main_one .main_one_flex .flex_left .flex_left_content span {
	font-size: 24px;
	font-weight: bold;
}

.brand_main .brand_main_one .main_one_flex .flex_left .flex_left_bottom {
	position: absolute;
	bottom: -30px;
}

.brand_main .brand_main_one .main_one_flex .flex_left .flex_left_bottom .bottom_flex {
	display: flex;
	justify-content: space-between;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 480px;
}

.brand_main .brand_main_one .main_one_flex .flex_left .flex_left_bottom .bottom_flex .item {
	width: 33.33%;
	color: #fff;
}

.brand_main .brand_main_one .main_one_flex .flex_left .flex_left_bottom .bottom_flex .item .up {
	font-weight: bold;
	font-size: 28px;
}

.brand_main .brand_main_one .main_one_flex .flex_left .flex_left_bottom .bottom_flex .item .up span {
	font-size: 20px;
}

.brand_main .brand_main_one .main_one_flex .flex_left .flex_left_bottom .bottom_flex .item .down {
	font-size: 16px;
}

.brand_main .brand_main_one .main_one_flex .flex_right {
	position: relative;
	cursor: pointer;
}

.brand_main .brand_main_one .main_one_flex .flex_right .play_btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.brand_main .brand_main_one .main_one_flex .flex_right .right_img {
	position: absolute;
	bottom: -19px;
	right: -20px;
	z-index: -1;
}

.brand_main .brand_main_two {
	padding-top: 100px;
	margin: 0 auto;
	width: 1200px;
}

.brand_main .brand_main_two .main_two_title {
	margin-bottom: 30px;
}

.brand_main .brand_main_two .main_two_title .bg_title {
	position: relative;
	font-size: 34px;
	letter-spacing: 2px;
	font-weight: bold;
}

.brand_main .brand_main_two .main_two_title .bg_title > img {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: -1;
}

.brand_main .brand_main_two .main_two_title .en_title {
	font-size: 16px;
	font-weight: bold;
	color: #989898;
}

.brand_main .brand_main_two .main_two_time {
	height: 300px;
	position: relative;
}

.brand_main .brand_main_two .main_two_time .time_box_up, .brand_main .brand_main_two .main_two_time .time_box_down {
	display: flex;
	align-items: center;
	/* justify-content: space-between; */
}

.brand_main .brand_main_two .main_two_time .line {
	width: 1200px;
	position: absolute;
	top: 33%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 1px;
	background-color: #BDBDBD;
}

.brand_main .brand_main_two .main_two_time .item {
	width: 260px;
	position: relative;
}

.brand_main .brand_main_two .main_two_time .title {
	font-size: 20px;
	font-weight: bold;
	color: #3171F5;
	margin-bottom: 5px;
}

.brand_main .brand_main_two .main_two_time .desc {
	font-weight: 400;
	font-size: 15px;
}

.brand_main .brand_main_two .main_two_time .item_line {
	width: 2px;
	height: 70px;
	background-color: #3171F5;
}

.brand_main .brand_main_two .main_two_time .point {
	width: 10px;
	height: 10px;
	background-color: #3171F5;
	border-radius: 50%;
}

.brand_main .brand_main_two .main_two_time .time_box_up {
	margin-left: 65px;
	margin-bottom: 62px;
}

.brand_main .brand_main_two .main_two_time .time_box_up .item {
	margin-left: 70px;
}

.brand_main .brand_main_two .main_two_time .time_box_down .item {
	margin-right: 50px;
}

.brand_main .brand_main_two .main_two_time .time_box_down > div:last-child {
	margin-right: 0px;
}

.brand_main .brand_main_two .main_two_time .time_box_up .item_line {
	position: absolute;
	bottom: -34px;
	left: -10px;
}

.brand_main .brand_main_two .main_two_time .time_box_up .item_line .point {
	position: absolute;
	bottom: 0px;
	left: -4px;
}

.brand_main .brand_main_two .main_two_time .time_box_down .item_line {
	position: absolute;
	top: -40px;
	left: -10px;
}

.brand_main .brand_main_two .main_two_time .time_box_down .item_line .point {
	position: absolute;
	top: 0px;
	left: -4px;
}

.brand_main .brand_main_three {
	background-image: url(../imgs/lhw_bg.png);
}

.brand_main .brand_main_three .main_three_flex {
	display: flex;
	align-items: center;
	width: 1200px;
	margin: 0 auto;
}

.brand_main .brand_main_three .main_three_flex .left {
	flex: 1;
}

.brand_main .brand_main_three .main_three_flex .left .main_three_title {
	margin-bottom: 50px;
}

.brand_main .brand_main_three .main_three_flex .left .main_three_title .bg_title {
	position: relative;
	font-size: 34px;
	font-weight: bold;
	letter-spacing: 2px;
}

.brand_main .brand_main_three .main_three_flex .left .main_three_title .bg_title img {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0.7;
}

.brand_main .brand_main_three .main_three_flex .left .main_three_title .en_title {
	font-size: 16px;
	font-weight: bold;
	color: #989898;
}

.brand_main .brand_main_three .main_three_flex .left .main_three_bottom {
	position: relative;
}

.brand_main .brand_main_three .main_three_flex .left .main_three_bottom .content {
	width: 610px;
	position: absolute;
	top: 25px;
	left: 30px;
	color: #fff;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 3px;
	line-height: 28px;
}

.brand_main .brand_main_three .main_three_flex .left .main_three_bottom .content span {
	font-size: 24px;
	font-weight: bold;
}

.brand_main .brand_main_three .main_three_flex .left .main_three_bottom .btn {
	position: absolute;
	bottom: 30px;
	right: 170px;
	color: #fff;
	cursor: pointer;
	letter-spacing: 2px;
	font-weight: 400;
	font-size: 15px;
}

.brand_main .brand_main_four {
	background-image: url(../imgs/map.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

.brand_main_four .main_four_one {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 120px;
}

.brand_main_four .main_four_one .four_one_title {
	margin-bottom: 60px;
}

.brand_main_four .main_four_one .four_one_title .bg_title {
	font-size: 34px;
	letter-spacing: 2px;
	font-weight: bold;
	position: relative;
}

.brand_main_four .main_four_one .four_one_title .bg_title img {
	z-index: -1;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.brand_main_four .main_four_one .four_one_title .en_title {
	font-size: 16px;
	color: #989898;
	font-weight: bold;
	letter-spacing: 1px;
}

.brand_main_four .main_four_one .desc {
	font-weight: 400;
	line-height: 25px;
	letter-spacing: 1px;
	margin-bottom: 30px;
	font-size: 15px;
}

.brand_main_four .main_four_two {
	width: 1200px;
	height: 780px;
	margin: 0 auto;
	padding-top: 100px;
	position: relative;
	margin-bottom: 150px;
}

.brand_main_four .main_four_two .four_one_title {
	margin-bottom: 60px;
}

.brand_main_four .main_four_two .four_one_title .bg_title {
	font-size: 34px;
	font-weight: bold;
	position: relative;
	letter-spacing: 2px;
}

.brand_main_four .main_four_two .four_one_title .bg_title img {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: -1;
}

.brand_main_four .main_four_two .four_one_title .en_title {
	font-size: 16px;
	font-weight: bold;
	color: #989898;
	letter-spacing: 2px;
}

.brand_main_four .main_four_two .left_text_box, .brand_main_four .main_four_two .right_text_box {
	width: 350px;
	background-color: #fff;
	padding: 20px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 23px;
	font-size: 15px;
	text-indent: 20px;
}

.brand_main_four .main_four_two span {
	color: #3171F5;
}

.brand_main_four .main_four_two .position_box .one_img {
	width: 42px;
	height: 42px;
	position: absolute;
	bottom: 340px;
	left: 360px;
	z-index: 10;
}

.brand_main_four .main_four_two .position_box .two_img {
	width: 70px;
	height: 70px;
	position: absolute;
	bottom: 470px;
	right: 380px;
	z-index: 10;
}

.brand_main_four .main_four_two .position_box .three_img {
	position: absolute;
	bottom: 140px;
	right: 330px;
	z-index: 10;
}

.brand_main_four .main_four_two .szzb_img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.brand_main_four .main_four_two .right_text_box {
	position: absolute;
	right: 0;
}

.brand_main_four .main_four_two .sz_img {
	position: absolute;
	left: 370px;
	bottom: 260px;
	z-index: 9;
}

.brand_main_four .main_four_two .fs_img {
	position: absolute;
	left: 530px;
	bottom: 260px;
	z-index: 9;
}

.brand_main_four .main_four_two .position_box .line_1 {
	height: 165px;
	width: 2px;
	background-color: #3171F5;
	position: absolute;
	left: 360px;
	transform: rotate(-20deg);
}

.brand_main_four .main_four_two .position_box .line_2 {
	width: 2px;
	height: 30px;
	background-color: #3171F5;
	position: absolute;
	right: 400px;
	transform: rotate(-40deg);
}

.brand_main_four .main_four_two .position_box .line_3 {
	width: 2px;
	height: 150px;
	background-color: #3171F5;
	position: absolute;
	right: 430px;
	bottom: 180px;
	transform: rotate(-40deg);
}


/* 加盟  S */
.jm_main_box {
	width: 100%;
	background: #FFFFFF;
}
.jm_main {
	width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
}
.jm_main_box .part1 {
	height: 882px;
	padding-top: 105px;
	background: url(../imgs/jm_part1_bg.png) no-repeat center;
	background-size: 100% 100%;
	box-sizing: border-box;
}
.top_title {
	position: relative;
	width: 500px;
	text-align: center;
	margin: 0 auto;
}
.jm_main_box  .top_title .title {
	position: relative;
	color: #1A1A1A;
	font-size: 38px;
	z-index: 100;
	letter-spacing: 2px;
	font-weight: 500;
}
.jm_main_box  .top_title .intro {
	color: #989898;
	font-size: 16px;
	z-index: 100;
	font-weight: bold;
}
.jm_main_box  .top_title .line {
	width: 100px;
	background: #EB6435;
	box-shadow: 0 0 9px 7px #FF4800;
}
.jm_main_box  .top_title .center_line {
	position: absolute;
	top: 31px;
	left: 50%;
	transform: translateX(-50%);
}
.jm_main_box .part1  img {
	display: block;
	margin: 8px auto 0;
	width: 1200px;
	object-fit: cover;
}
.jm_main_box .part2 {
	height: 636px;
	background: url(../imgs/jm_part2_bg.png);
	background-size: 100% 100%;
	padding-top: 60px;
}
.jm_main_box .top_title_right {
	width: 100%;
	text-align: left;
}
.jm_main_box .part2  img {
	display: block;
	margin: 60px auto 0;
	width: 1200px;
	object-fit: cover;
	box-sizing: border-box;
}
.jm_main_box  .left_line {
	position: absolute;
	top: 30px;
	left: 15px;
}
.jm_main_box .part3 {
	height: 928px;
	background: url(../imgs/jm_part3_bg.png);
	background-size: 100% 100%;
	padding-top: 123px;
	box-sizing: border-box;
}
.jm_main_box .part3 .bt {
	display: flex;
	height: 540px;
	margin-top: 80px;
	cursor: pointer;
}
.jm_main_box .part3 .bt .item {
	position: relative;
	flex: 1;
	cursor: pointer;
}
.jm_main_box .l_icon .bt_line {
	position: relative;
	width: 16px;
	height: 4.5px;
	background: #2E5BB1;
}
.jm_main_box .l_icon .top_icon {
	position: absolute;
	left: -16px;
	top: -3px;
}
.jm_main_box .l_icon .r_line {
	position: absolute;
	right: -8px;
	bottom: 6.5px;
	width: 16px;
	height: 4.5px;
	background: #2E5BB1;
	transform: rotate(90deg);
}
.jm_main_box .l_icon .br_icon {
	position: absolute;
	bottom: -4.5px;
	right: -2.5px;
}

.jm_main_box .part3 .bt .mid {
	width: 480px;
	display: flex;
	flex-wrap: wrap;
}
.jm_main_box .part3 .text {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	color: #fff;
	font-size: 16px;
}
.jm_main_box .part3 .bt .mid .one,
.jm_main_box .part3 .bt .mid .two {
	position: relative;
	width: 50%;
	height: 270px;
}
.jm_main_box .part3 .bt .mid .one {
	background: url(../imgs/jm_part3_un2.png) no-repeat center;
	background-size: 100% 100%;
}
.jm_main_box .part3 .bt .mid .one:hover {
	background: url(../imgs/jm_part3_2.png) no-repeat center;
	background-size: 100% 100%;
}
.jm_main_box .part3 .bt .mid .two:hover {
	background: url(../imgs/jm_part3_3.png) no-repeat center;
	background-size: 100% 100%;
}
.jm_main_box .part3 .bt .mid .two {
	background: url(../imgs/jm_part3_un3.png) no-repeat center;
	background-size: 100% 100%;
}
.jm_main_box .part3 .bt .mid .three {
	position: relative;
	width: 100%;
	height: 270px;
	background: url(../imgs/jm_part3_un4.png) no-repeat center;
	background-size: 100% 100%;
}
.jm_main_box .part3 .bt .mid .three:hover {
	background: url(../imgs/jm_part3_4.png) no-repeat center;
	background-size: 100% 100%;
}
.jm_main_box .part3 .bt .item:nth-child(1) {
	background: url(../imgs/jm_part3_un1.png) no-repeat center;
	background-size: 100% 100%;
}
.jm_main_box .part3 .bt .item:nth-child(1):hover {
	background: url(../imgs/jm_part3_1.png) no-repeat center;
	background-size: 100% 100%;
}
.jm_main_box .part3 .bt .item:nth-child(3) {
	background: url(../imgs/jm_part3_un5.png) no-repeat center;
	background-size: 100% 100%;
}
.jm_main_box .part3 .bt .item:nth-child(3):hover {
	background: url(../imgs/jm_part3_5.png) no-repeat center;
	background-size: 100% 100%;
}
.jm_main_box .part4 {
	position: relative;
	width: 100%;
	padding-top: 60px;
	height: 600px;
	background: url(../imgs/jm_part4_bg.png) no-repeat center;
	background-size: 100% 100%;
	box-sizing: border-box;
}

.jm_main_box .part4 .top_title .intro {
	color: #FBFCFC!important;
	font-weight: bold;
	font-size: 14px;
}
.jm_main_box .part4 .top_title  .title {
	color: #fff!important;
	font-weight: bold!important;
	letter-spacing: 8px;
}
.jm_main_box .part4 .l_icon .bt_line {
	background: #fff;
}
.jm_main_box .part4 .l_icon .r_line {
	background: #fff;
	right: -11px;
	bottom: 11px;
}
.jm_main_box .part4 .l_icon .top_icon {
	top: 6px;
	left: -20px;
}
.jm_main_box .part4 .content {
	position: absolute;
	top: 310px;
	left: 50%;
	transform: translateX(-50%);
	width: 631px;
	height: 340px;
	background: url(../imgs/jm_part4_img.png) no-repeat center;
	backgound-size: 100% 100%;
	box-sizing: border-box;
	padding: 60px;
	color: #fff;
	font-size: 20px;
	line-height: 38px;
}
.jm_main_box .part4 .content span{
	font-weight: bold;
}
.jm_main_box .part5 {
	position: relative;
	width: 100%;
	padding-top: 170px;
	height: 930px;
	box-sizing: border-box;
}
.jm_main_box .part5 .bg {
	position: absolute;
	top: 100px;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	width: 969px;
	height: 836px;
}
.jm_main_box .part5 .top_title  {
	position: relative;
}
.jm_main_box .part5 .top_title .intro {
	color: #BDBDBD;
	font-weight: 600;
	margin-top: 10px;
	font-size: 14px;
	letter-spacing: 2px;
}
.jm_main_box .part5 .left_line {
	left: 28px!important;
}
.jm_main_box  .part5 .text {
	width: 216px;
	height: 216px;
	background: #fff;
	box-shadow: 0 0 8px 3px #F0F3FA;
	z-index: 10;
	text-align: center;
	color: #1A1A1A;
	padding-top: 45px;
	box-sizing: border-box;
	font-size: 30px;
	font-weight: bold;
}
.jm_main_box  .part5 .text span {
	font-size: 60px;
}
.jm_main_box  .part5 .text p {
	color: #989898;
	font-weight: 400;
}
.jm_main_box  .part5 .one {
	position: absolute;
	top: 476px;
	left: 26%;
}
.jm_main_box  .part5 .two {
	position: absolute;
	top: 476px;
	left: 44%;
}
.jm_main_box  .part5 .three  {
	position: absolute;
	top: 476px;
	left: 62%;
}
.jm_main_box .part6 {
	position: relative;
	width: 100%;
	padding-top: 170px;
	height: 700px;
	box-sizing: border-box;
	background: url(../imgs/jm_part6_bg.png) no-repeat center;
	background-size: 100% 100%;
}
.jm_main_box .part6 .form_box {
	position: relative;
	width: 1200px;
	height: 450px;
	padding: 60px 210px;
	background: #fff;
	border-radius: 8px;
	box-sizing: border-box;
}
.jm_main_box .part6 .form_box  .title {
	text-align: center;
	color: #1A1A1A;
	font-size: 34px;
	font-weight: 500;
	letter-spacing: 2px;
	margin-bottom: 60px;
}
.jm_main_box .part6 .form_box .item {
	width: 780px;
	height: 50px;
	line-height: 50px;
	background: #FFFFFF;
	border: 1px solid #EDEDED;
	margin: 0 auto;
	padding-left: 34px;
	box-sizing: border-box;
	letter-spacing: 1px;
	margin-bottom: 30px;
}
.jm_main_box .part6 .form_box .item span {
	color: #1a1a1a;
	font-size: 18px;
	margin-right: 25px;
	font-weight: 600;
}
.jm_main_box .part6 .form_box .item input {
	font-size: 18px;
	vertical-align: top;
	color: #BDBDBD;
	width: 90%;
	height: 48px;
	line-height: 48px;
}
.jm_main_box .part6 .form_box  .submit {
	position: absolute;
	bottom: -35px;
	left: 50%;
	transform: translateX(-50%);
	width: 240px;
	height: 70px;
	background: #3171F6;
	border-radius: 6px;
	line-height: 70px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}
/* 加盟 E */

/* 核心 S */
.core_main_box {
	width: 100%;
	background: #FFFFFF;
}
.core_main_box .part1 {
	padding-top: 66px;
}
.core_main_box  .top {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 95px;
	line-height: 95px;
	text-align: center;
}
.core_main_box  .top .item {
	flex: 1;
}
.core_main_box  .top .line {
	width: 80px;
	height: 4px;
	background: #3171F6;
	margin: 0 auto;
}
.core_main_box  .top .num {
	color: #1A1A1A;
	font-size: 120px;
	font-weight: 500;
}
.core_main_box .title {
	position: relative;
	margin-top: 40px ;
	color: #1A1A1A;
	font-size: 38px;
	font-weight: 500;
	text-align: center;
	z-index: 10;
}
.core_main_box .intro {
	position: relative;
	color: #BDBDBD;
	text-align: center;
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 30px;
	z-index: 10;
}
.core_main_box .part1 .card {
	display: flex;
}
.core_main_box .part1 .card div {
	flex: 1;
	height: 260px;
	box-shadow: 0 0 8px 3px #E3E9F5;
	margin-bottom: 30px;
	cursor: pointer;
}
.core_main_box .part1 .card div:nth-child(2) {
	margin: 0 30px;
	background: url(../imgs/hx_part1_img2.png) no-repeat center;
	background-size: 100% 100%;
}
.core_main_box .part1 .card div:nth-child(1) {
	background: url(../imgs/hx_part1_img1.png) no-repeat center;
	background-size: 100% 100%;
}
.core_main_box .part1 .card div:nth-child(3) {
	background: url(../imgs/hx_part1_img3.png) no-repeat center;
	background-size: 100% 100%;
}
.core_main_box .part1 .card2 {
	display: flex;
}
.core_main_box .part1 .card2 div {
	flex: 1;
	height: 260px;
	box-shadow: 0 0 8px 3px #E3E9F5;
	margin-bottom: 30px;
	cursor: pointer;
}
.core_main_box .part1 .card2 div:nth-child(2) {
	margin: 0 30px;
	background: url(../imgs/hx_part1_img5.png) no-repeat center;
	background-size: 100% 100%;
}
.core_main_box .part1 .card2 div:nth-child(1) {
	background: url(../imgs/hx_part1_img4.png) no-repeat center;
	background-size: 100% 100%;
}
.core_main_box .part1 .card2 div:nth-child(3) {
	background: url(../imgs/hx_part1_img6.png) no-repeat center;
	background-size: 100% 100%;
}
.core_main_box .part2 {
	position: relative;
	padding-top: 100px;
	height: 1140px;
	box-sizing: border-box;
}
.core_main_box .part2 .bg {
	width: 100%;
	height: 940px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.core_main_box .part2 .content {
	width: 100%;
	margin-top: 250px;
	display: flex;
}
.core_main_box .part2 .content div {
	flex: 1;
	height: 480px;
	z-index: 10;
	cursor: pointer;
}
.core_main_box .part2 .content div:nth-child(2) {
	margin: 0 65px;
	background: url(../imgs/box_2.png) no-repeat center;
	background-size: 100% 100%;
}
.core_main_box .part2 .content div:nth-child(1) {
	background: url(../imgs/box_1.png) no-repeat center;
	background-size: 100% 100%;
}
.core_main_box .part2 .content div:nth-child(3) {
	background: url(../imgs/box_3.png) no-repeat center;
	background-size: 100% 100%;
}
.core_main_box .part3 {
	position: relative;
	height: 940px;
	width: 100%;
	padding-top: 20px;
	box-sizing: border-box;
	background: url(../imgs/cp_bg.png) no-repeat center;
	background-size: 100% 100%;
}
.core_main_box .part3 .title,
.core_main_box .part3 .intro {
	color: #fff;
}

.core_main_box .part3 .text1 {
	margin: 60px auto 15px;
	width: 140px;
	height: 50px;
	background: #073CAA;
	border-radius: 25px;
	color: #fff;
	text-align: center;
	font-size: 22px;
	letter-spacing: 5px;
	line-height: 50px;
	font-weight: 500;
}
.core_main_box .part3 .text2 {
	font-size: 14px;
	color: #fff;
	text-align: center;
	letter-spacing: 1px;
}
.core_main_box .part3 .phone_img {
	position: absolute;
	top: 224px;
	left: 59.06%;
	width: 423px;
	height: 638px;
	background: url(../imgs/hx_part3_img2.png) no-repeat center;
	background-size: 100% 100%;
	z-index: 10;
}
.core_main_box .part3 .top_dot {
	position: absolute;
	top: 211px;
	left: 59.6%;
	width: 134px;
	height: 62px;
	background: url(../imgs/hx_part3_img4.png) no-repeat center;
	background-size: 100% 100%;
}
.core_main_box .part3  .bt_dot {
	position: absolute;
	top: 755px;
	left: 73.2%;
	width: 134px;
	height: 62px;
	background: url(../imgs/hx_part3_img4.png) no-repeat center;
	background-size: 100% 100%;
}
.core_main_box .part3  .content_img {
	position: absolute;
	top: 383px;
	left: 20%;
	width: 616px;
	height: 308px;
	background: url(../imgs/hx_part3_img1.png) no-repeat center;
	background-size: 100% 100%;
}
.core_main_box .part3 .point {
	position: absolute;
	top: 569px;
	left: 65.1%;
	width: 18px;
	height: 18px;
	background: url(../imgs/hx_part3_img5.png) no-repeat center;
	background-size: 100% 100%;
	z-index: 11;
}
.core_main_box .part3 .point2 {
	position: absolute;
	top: 595px;
	left: 65.1%;
	width: 18px;
	height: 18px;
	background: url(../imgs/hx_part3_img5.png) no-repeat center;
	background-size: 100% 100%;
	z-index: 11;
}
.core_main_box .part3 .shadows {
	position: absolute;
	bottom: 25px;
	right: 22%;
	width: 340px;
	height: 50px;
	background: url(../imgs/hx_part3_img3.png) no-repeat center;
	background-size: 100% 100%;
}
.core_main_box .part3 .line {
	position: absolute;
	top: 557px;
	left: 54%;
	background: #073CAA;
	width: 200px;
	height: 3px;
	transform: rotate(27deg);
	z-index: 12;
}
/* 核心 E */


.position_video {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 99999999;
	display: none;
}

.position_video .close {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}

.position_video .close img {
	width: 20px;
	height: 20px;
}














