header {
    height: 116px;
    width: 100%;
}

/* 全局 */
.my_container {
	width: 1410px;
	margin: auto;
}

.header {
    padding: 0 5%;
    width: 90%;
    height: 100%;
    position: relative;
	border-bottom: 1px solid #ddd;
	z-index: 5;
	background-color: #fff;
}

.nav {
	height: 100%;
	width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav_logo img {
    height: 67px;
}

.nav_list {
	margin-left: 70px;
	flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
	height: 100%;
}

.nav_first_li {
	height: 100%;
	    width: calc(100%/7);
	    text-align: center;
}

.nav_first_li:hover .nav_second_list {
	display: flex;
}

.nav_first_li>a {
	display: block;
	height: 100%;
	width: 100%;
	font-size: 16px;
	line-height: 116px;
}

.hot_phone {
	height: 100%;
	display: flex;
	align-items: center;
	margin-left: 70px;
	font-size: 16px;
}

.hot_phone img {
	margin-right: 16px;
}

.search {
	margin-left: 30px;
	width: 240px;
	height: 36px;
	border-radius: 50px;
	border: 1px solid #030303;
	position: relative;
}

.search input {
	width: calc(100% - 65px);
	height: 100%;
	padding: 0 50px 0 15px;
	border: none;
	font-size: 16px;
	background-color: transparent;
}

.search::after {
	content: "|";
	font-size: 16px;
	position: absolute;
	right: 40px;
	top: 7px;
}

.search img {
	position: absolute;
	right: 15px;
	top: 10px;
}

.nav_second_list {
	z-index: 3;
	position: absolute;
	left: 0;
	top: calc(100% + 1px);
	width: 100%;
	height: 116px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	display: none;
}

.nav_second_li {
	margin: 0 30px;
	height: 100%;
}

.nav_second_li a {
	font-size: 16px;
	display: block;
	height: 100%;
	line-height: 116px;
}

.nav_second_active {
	position: relative;
}
.nav_second_active a {
	color: #1562b1;
}

.nav_second_active::after {
	content: "";
	position: absolute;
	display: block;
	height: 2px;
	width: 120px;
	background-color: #1562b1;
	left: 50%;
	top: 80px;
	transform: translateX(-50%);
}

.banner {
	width: 100%;
	height: 100vh;
	margin-top: -116px;
}

.swiper-wrapper,.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	width: 100%;
	height: 100%;
	position: relative;
}

.index_container .swiper-slide img {
	min-width: 100%;
	height: 100%;
	z-index: -1;
}

.swiper-pagination-bullet {
	width: 50px;
	height: 6px;
	background: #fff;
	opacity: 1;
	border-radius: 50px;
}

.swiper-pagination-bullet-active {
	background-color: #095eae;
}

.swiper_val {
	position: absolute;
	right: 12.5%;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	text-align: right;
}

.swiper_val p:nth-child(1){
	font-size: 2.25rem;
	margin-bottom: 1.5625rem;
}

.swiper_val p:nth-child(2){
	font-size: 2.875rem;
	margin-bottom: 1.875rem;
}
.swiper_val p:nth-child(3){
	font-size: 1.75rem;
	margin-bottom: 1.25rem;
}
.swiper_val p:nth-child(4){
	font-size: 4.6875rem;
	margin-bottom: 1.875rem;
}

.session {
	height: 764px;
}

.session_bg {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.session_tit {
	text-align: center;
	max-width: 48%;
	margin: 0 auto;
	margin-bottom: 50px;
}

.session_tit h4 {
	font-size: 1.875rem;
	font-weight: 600;
	margin-bottom: 25px;
}

.session_tit p {
	font-size: 0.8125rem;
	line-height: 24px;
	color: #8d8d8d;
}

.about_view {
	display: flex;
	justify-content: space-between;
	height: 466px;
}

.about_view_left,.about_view_right {
	position: relative;
	height: 100%;
	overflow: hidden;
}

.about_view_left img,.about_view_rig img {
	min-width: 100%;
	height: 100%;
}

.about_view_left {
	width: 59%;
}

.about_view_right {
	width: calc(41% - 30px);
}

.about_view_val {
	position: absolute;
	width: calc(100% - 80px);
	bottom: 40px;
	left: 40px;
	color: #fff;
}
.about_view_val h4 {
	font-size: 24px;
	margin-bottom: 20px;
}

.about_view_val p {
	font-size: 13px;
}

.fun_view {
	display: flex;
	justify-content: space-between;
}

.fun_view_li {
	width: calc((100% - 66px)/4);
	border-radius: 20px;
	overflow: hidden;
	background-color: #fff;
}

.fun_img {
	height: 336px;
}

.fun_img img {
	height: 100%;
	min-width: 100%;
}

.fun_view_val {
	padding: 30px;
	height: 100px;
	text-align: center;
	
}

.fun_view_val h4 {
	font-size: 20px;
	margin-bottom: 30px;
}

.fun_view_val p {
	font-size: 14px;
	color: #8d8d8d;
	overflow: hidden;
		 display: -webkit-box;
		-webkit-box-orient:vertical;
		-webkit-line-clamp:2;
}

.pro_view {
	display: flex;
	justify-content: space-between;
}

.pro_view_li {
	width: calc((100% - 66px)/3);
	background-color: #f4f4f4;
	padding: 35px 0;
	text-align: center;
}

.session_tit hr {
	border: none;
	height: 2px;
	width: 66px;
	background-color: #999999;
	border-radius: 50px;
	margin: 0 auto;
}

.pro_view_val {
	margin-bottom: 50px;
}

.pro_view_val h4 {
	font-size: 20px;
	margin-bottom: 20px;
}

.pro_view_val p {
	font-size: 14px;
	line-height: 24px;
	color: #8d8d8d;
}

.pro_view_img {
	height: 173px;
}

.pro_view_img img {
	height: 100%;
	max-width: 100%;
}

.more_bn {
	text-align: center;
}

.more_bn a {
	color: #fff;
	background-color: #0a5cad;
	border-radius: 8px;
	display: inline-block;
	padding: 0 50px;
	height: 60px;
	font-size: 18px;
	margin-top: 36px;
	line-height: 60px;
}

.new_view {
	display: flex;
	justify-content: space-between;
	align-items: ;
	height: 427px;
}

.new_view_list {
	width: calc((100% - 22px)/2);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

.new_view_list>a {
	height: calc((100% - 44px)/3);
}

.new_view_li {
	height: calc(100% - 40px);
	width: calc(100% - 60px);
	background-color: #fff;
	padding: 20px 30px;
}

.new_view_li h4 {
	font-size: 18px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}

.new_view_li h4 span:nth-child(1) {
	width: 50%;
	overflow: hidden;
		 display: -webkit-box;
		-webkit-box-orient:vertical;
		-webkit-line-clamp:1;
}

.new_view_li h4 span:nth-child(2) {
	font-size: 13px;
	color: #8D8D8D;
}

.new_view_li p {
	font-size: 14px;
	color: #8D8D8D;
	line-height: 24px;
	overflow: hidden;
		 display: -webkit-box;
		-webkit-box-orient:vertical;
		-webkit-line-clamp:2;
}

.new_view_big {
	width: calc((100% - 22px)/2);
	height: 100%;
	overflow: hidden;
	position: relative;
}

.new_view_big img {
	min-width: 100%;
	height: 100%;
}

.new_view_val {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 78px;
	padding: 0 30px;
	width: calc(100% - 60px);
	background-color: rgba(10, 92, 173, .3);
}

.new_view_val h4 {
	line-height: 78px;
	color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.new_view_val h4 span:nth-child(1) {
	font-size: 22px;
	width: 50%;
	overflow: hidden;
		 display: -webkit-box;
		-webkit-box-orient:vertical;
		-webkit-line-clamp:1;
}
.new_view_val h4 span:nth-child(2) {
	font-size: 14px;
}

.com_bg img {
	height: 100%;
	width: 100%;
}

.com_bg {
	height: 100%;
	border: 1px solid #ebebeb;
	width: calc(100% - 2px);
	margin-bottom: 50px;
}

.compony_container .swiper-pagination {
	bottom: 0;
}

.compony_container .swiper-pagination-bullet {
	background-color: #cccccc;
	border-radius: 50%;
	width: 10px;
	height: 10px;
}

.compony_container .swiper-pagination-bullet-active {
	background-color: #0a5cac;
}

.contact_view {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 436px;
	box-shadow: 5px 5px 25px #f7f7f7;
	margin-top: 70px;
}

.contact_img {
	width: 50%;
	overflow: hidden;
}

.contact_img img {
	height: 100%;
	min-width: 100%;
}

.contact_block {
	padding: 0 75px;
	width: calc(50% - 150px);
}

.contact_val {
	margin-bottom: 38px;
}

.contact_val h4 {
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 24px;
}

.contact_val p {
	font-size: 14px;
	color: #545454;
}

.contact_top {
	display: flex;
	justify-content: space-between;
}

.contact_inp {
	width: calc((100% - 22px)/2);
	height: 45px;
}

.contact_inp input {
	height: 45px;
	line-height: 45px;
	padding: 0 26px;
	width: calc(100% - 52px);
	border: none;
	background-color: #f0f0f0;
	border-radius: 5px;
}

.contact_bottom {
	margin-top: 22px;
}

.contact_bottom textarea {
	border: none;
	width: calc(100% - 52px);
	padding: 0 26px;
	line-height: 45px;
	background-color: #f0f0f0;
	border-radius: 5px;
	height: 106px;
}

.contact_form_bn a {
	color: #fff;
	background-color: #0a5cad;
	border-radius: 8px;
	display: inline-block;
	padding: 0 50px;
	height: 60px;
	font-size: 18px;
	margin-top: 36px;
	line-height: 60px;
}

.end_session {
	height: initial;
	padding: 76px 0;
}

.footer {
	padding: 50px 0;
	background-color: #022241;
}

.footer_bg {
	display: flex;
	justify-content: space-between;
}

.footer_logo img {
	height: 67px;
}

.footer_view {
	color: #dcedfc;
}

.line {
	height: 18px;
	width: 2px;
	background-color: #dcedfc;
	display: inline-block;
}

.footer_nav {
	height: 67px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer_nav_li a {
	color: #dcedfc;
	font-size: 16px;
}

.footer_info_li  {
	margin-bottom: 15px;
}

.footer_info_li p{
	display: inline-block;
	margin-right: 30px;
	font-size: 14px;
	line-height: 20px;
}

.footer_eram {
	text-align: center;
}

.footer_eram img {
	height: 160px;
	width: 160px;
}

.footer_eram p {
	color: #dcedfc;
	font-size: 16px;
	margin-top: 15px;
}

.beian {
	text-align: center;
	padding: 15px 0;
	background-color: #022241;
	border-top: 1px solid #1f3b4f;
}

.beian p {
	display: inline-block;
	max-width: 1410px;
	color: #fff;
	
}

.side_art {
	z-index: 5;
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	transition-duration: 0.3s;
}
.side_art_li {
	position: relative;
	background-color: #cccccc;
	height: 50px;
	width: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 5px 0 0 5px;
	margin-bottom: 1px;
}

.side_art_li:hover .side_hidden {
	display: block;
}

.side_hidden {
	position: absolute;
	right: 100%;
	top: 0;
	display: none;
	background-color: #fff;
}

.side_hidden {
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 10px;
}


.side_hidden {
	font-size: 18px;
	font-weight: 600;
}

.side_hidden p {
	width: 160px;
	font-size: 18px;
	margin-top: 5px;
}

.other_banner {
	position: relative;
	height: 520px;
	overflow: hidden;
}

.other_banner img {
	position: absolute;
	min-width: 100%;
	height: 100%;
}

.banner_val {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
}

.other_banner .my_container {
	position: relative;
	height: 100%;
}

.banner_val h4 {
	font-size: 34px;
	margin-bottom: 30px;
	font-weight: 600;
}
.banner_val p {
	font-size: 24px;
}

.crumbs_nav {
	line-height: 66px;
	height: 66px;
	font-size: 14px;
	overflow: hidden;
		 display: -webkit-box;
		-webkit-box-orient:vertical;
		-webkit-line-clamp:1;
	box-shadow: 0 4px 4px #fafafa;
}

.crumbs_nav a {
	color: #7a7a7a;
}

.aboutUs {
	padding: 95px 0;
}

.aboutUs_bg {
	display: flex;
	justify-content: space-between;
}
.aboutUs_left {
	flex: 1;
}

.aboutUs_left>h4 {
	font-size: 26px;
	margin-bottom: 30px;
	font-weight: 600;
}

.aboutUs_val {
	line-height: 24px;
}

.aboutUs_right {
	margin-left: 80px;
	height: 328px;
}

.about_card_list {
	width: 100%;
	margin-top: 70px;
	display: flex;
	justify-content: space-between;
}

.about_card_li {
	width: calc((100% - 80px)/3);
	box-shadow: 0 0 15px #eee;
}

.about_card_bg {
	padding: 50px;
}

.about_card_top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 45px;
}

.about_card_top span {
	color: #a8a8a8;
	position: relative;
}
.about_card_top span::after {
	content: "";
	position: absolute;
	height: 1px;
	width: 15px;
	background-color: #a8a8a8;
	display: block;
}

.about_card_val h4 {
	font-size: 24px;
	margin-bottom: 20px;
}

.about_card_val p {
	height: 48px;
	font-size: 14px;
	line-height: 24px;
	color: #555555;
	overflow: hidden;
		 display: -webkit-box;
		-webkit-box-orient:vertical;
		-webkit-line-clamp:2;
}

.rongy_container .swiper-slide {
	height: 330px;
}

.rongy_img {
	width: calc(100% - 96px);
	padding: 15px 48px;
	box-shadow: 0px 0px 15px #e7e7e7;
}

.rongy_img img {
	width: 100%;
}

.rongy_swiper .swiper-pagination {
	left: 50%;
	transform: translateX(-50%);
}

.rongy_swiper .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	margin: 0 10px;
	background: #cccccc;
}

.rongy_swiper .swiper-pagination-bullet-active {
	background: #0b5bad;
}

.aboutUs_view {
	display: flex;
}

.about_swiper {
	box-shadow: 0 0 15px #efefef;
	position: relative;
}

.aboutUs_view>div {
	width: 100%;
	background: #fff;
}

.about_swiper_list {
	padding: 140px 70px 0 70px;
}

.about_swiper_li {
	display: flex;
	align-items: center;
	height: 30px;
}

.about_swiper_li h4 {
	font-size: 16px;
	font-weight: 600;
	color: #0758a2;
	margin-right: 25px;
}

.about_swiper_li p {
	font-size: 14px;
	flex: 1;
	overflow: hidden;
		 display: -webkit-box;
		-webkit-box-orient:vertical;
		-webkit-line-clamp:1;
}

.about_swiper .swiper-button-prev {
	height: 50px;
	width: 50px;
	border: 1px solid #ccc;
	top: initial;
	bottom: 30px;
	left: calc(50% + 30px);
	display: flex;
	align-items: center;
	justify-content: center;
	background: none;
}

.about_swiper .swiper-button-next {
	height: 50px;
	width: 50px;
	border: 1px solid #ccc;
	top: initial;
	bottom: 30px;
	left: calc(50% + 100px);
	display: flex;
	align-items: center;
	justify-content: center;
	background: none;
}

.course {
	position: relative;
}

.time_swiper {
	position: absolute;
	width: calc(50% - 140px);
	right: 0;
	top: 40px;
	padding: 0 70px;
}

.time_li {
	text-align: center;
}

.time_li p {
	margin-bottom: 15px;
}

.time_li hr {
	position: relative;
	width: 100%;
	margin: 6px 0;
}

.time_li p::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	display: inline-block;
	transform: translateX(-50%);
	height: 8px;
	width: 8px;
	background-color: #989898;
	border-radius: 50%;
	border: 4px solid #cdcdcd;
	z-index: 3;
}

.time_li_active p::after{
	background-color: #3792ea;
	border: 4px solid #135a9d;
}

.time_li_active p {
	color: #3792ea;
}

.time_swiper .swiper-button-prev {
	height: 33px;
	width: 33px;
	border-radius: 50%;
	border: 1px solid #ccc;
	display: flex;
	align-items: center;
	justify-content: center;
	background: none;
	left: 38px;
	top: calc(50% + 16px);
}

.time_swiper .swiper-button-next {
	height: 33px;
	width: 33px;
	border-radius: 50%;
	border: 1px solid #ccc;
	display: flex;
	align-items: center;
	justify-content: center;
	background: none;
	right: 38px;
	top: calc(50% + 16px);
}

.pro_nav {
	float: right;
	display: flex;
}

.pro_nav_li a {
	display: inline-block;
	padding: 0 45px;
	font-size: 16px;
	color: #383838;
	transition-duration: 0.3s;
}

.pro_nav_li:hover a{
	background-color: #0a69c7;
	color: #fff;
}

.pro_active a {
	background-color: #0a5bad;
	color: #fff;
}

.pro_block_bg {
	display: flex;
	justify-content: space-between;
	padding: 80px 0;
}

.pro_block_val {
	flex: 1;
	padding: 50px 0;
}

.pro_block_img {
	width: 31%;
	margin-left: 80px;
	background-color: #fafafa;
	padding: 70px;
	text-align: center;
	overflow: hidden;
}

.pro_block_img img {
	min-width: 88%;
}

.pro_block_text {
	line-height: 24px;
	margin-bottom: 50px;
}

.pro_block_text p {
	overflow: hidden;
		 display: -webkit-box;
		-webkit-box-orient:vertical;
		-webkit-line-clamp:5;
}

.pro_block_list {
	padding: 0 50px;
	font-size: 18px;
	color: #000;
}

.pro_block_list p {
	display: inline-block;
	width: 48%;
	margin-bottom: 25px;
}

.pro_list {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	flex-wrap: wrap;
	margin-bottom: 40px;
}

.pro_list::after {
	content: "";
	width: calc((100% - 120px)/4);
}

.pro_li {
	width: calc((100% - 120px)/4);
	text-align: center;
	margin-bottom: 20px;
}

.pro_li:hover .pro_img {
	outline: 1px solid #0a5cab;
}
.pro_img {
	padding: 40px;
	outline: 1px solid #ebebeb;
}

.pro_img img {
	min-width: 50%;
	max-width: 100%;
	max-height: 100%;
}

.pro_li p {
	line-height: 40px;
	font-size: 16px;
	overflow: hidden;
		 display: -webkit-box;
		-webkit-box-orient:vertical;
		-webkit-line-clamp:1;
}

.pro_easy_info {
	display: flex;
	justify-content: space-between;
	margin-top: 74px;
	margin-bottom: 70px;
}

.pro_easy_img {
	width: calc(42% - 140px);
	text-align: center;
	background-color: #fafafa;
	padding: 70px;
}

.pro_easy_img img {
	min-width: 70%;
	max-width: 100%;
}

.pro_easy_val {
	flex: 1;
	margin-left: 80px;
}

.pro_easy_tit {
	font-size: 24px;
	padding-bottom: 25px;
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 15px;
	margin-bottom: 20px;
}

.pro_easy_text h4,.pro_user h4 {
	font-size: 18px;
	margin-bottom: 15px;
}

.pro_easy_text p,.pro_user p {
	font-size: 14px;
	line-height: 24px;
}

.pro_user p  {
	display: inline-block;
	width: 48%;
}

.pro_easy_text p img,.pro_user p img {
	margin-right: 10px;
}

.pro_easy_text {
	margin-bottom: 30px;
}

.pro_call_bn {
	margin-top: 30px;
}

.pro_call_bn a {
	padding: 0 45px;
	height: 50px;
	line-height: 50px;
	border-radius: 5px;
	background-color: #0a5bad;
	display: inline-block;
	font-size: 20px;
	color: #fff;
}

.pro_table {
	display: flex;
	background-color: #fafafa;
	align-items: center;
	height: 70px;
}

.pro_table_li {
	font-size: 24px;
	padding: 0 45px;
	height: 100%;
	line-height: 70px;
	cursor: pointer;
}

.pro_table_active {
	background-color: #0a5bad;
	color: #fff;
}

.pro_res_li {
	padding: 45px;
	line-height: 24px;
	display: none;
}

.pro_res_active {
	display: block;
}

.pro_result {
	border-bottom: 1px solid #eaeaea;
}

.pro_about {
	margin-top: 50px;
}

.pro_res_tit h4 {
	font-size: 18px;
	margin-bottom: 15px;
}

.pro_res_table {
	border-top: 1px solid #cbcbcb;
	border-left: 1px solid #cbcbcb;
}

.pro_table_th {
	display: block;
	justify-content: space-between;
}

.pro_table_td {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 50px;
	text-align: center;
	border-bottom: 1px solid #cbcbcb;
}

.pro_table_tit {
	width: 200px;
	background-color: #f5f5f5;
	height: 100%;
	display: flex;align-items: center;
	justify-content: center;
	border-right: 1px solid #cbcbcb;
}

.pro_table_val {
	height: 100%;
	display: flex;align-items: center;
	justify-content: center;
	flex: 1;
	border-right: 1px solid #cbcbcb;
}

.pro_down_li {
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 16px;
	border-bottom: 1px solid #cbcbcb;
}

.pro_down_icon {
	color: #0a5cad;
}

.pro_down_icon img {
	margin-right: 10px;
}

.pro_res_inp {
	line-height: 24px;
}

.solution {
	margin-top: 60px;
	margin-bottom: 50px;
}

.solution_tit {
	font-size: 24px;
}

.solution_tit h4 {
	padding-bottom: 18px;
	border-bottom: 1px solid #EAEAEA;
}

.solution_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.solution_list::after {
	content: "";
	width: calc((100% - 80px)/3);
}

.solution_li {
	width: calc((100% - 80px)/3);
	box-shadow: 0 0 15px #eaeaea;
	margin-top: 40px;
}

.solution_li:hover img {
	transform: translateZ(50px);
}

.solution_img {
	height: 270px;
	text-align: center;
	overflow: hidden;
	transform-style: preserve-3d;
	transform-origin: center;
	perspective: 100rem;
}

.solution_img img {
	height: 100%;
	min-width: 100%;
	transition-duration: 0.3s;
}

.solution_li h4 {
	padding: 0 20px;
	font-size: 20px;
	height: 120px;
	line-height: 120px;
	overflow: hidden;
		 display: -webkit-box;
		-webkit-box-orient:vertical;
		-webkit-line-clamp:1;
}

.solutionXq {
	margin-top: 78px;
	margin-bottom: 80px;
}

.solutionXq_tit {
	text-align: center;
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 35px;
}

.solutionXq_tit h4 {
	font-size: 24px;
	margin-bottom: 15px;
}

.solutionXq_tit p {
	color: #7c7c7c;
	font-size: 14px;
}

.solutionXq_tit p span {
	margin: 0 15px;
}

.solutionXq_val {
	width: 1200px;
	margin: 0 auto;
	line-height: 24px;
	padding-top: 50px;
}

.ziliao_list {
	padding: 0 20px;
}

.ziliao_list .pro_down_li {
	border-bottom: 1px dashed #e1e1e1;
}

.ziliao_tit {
	margin-top: 70px;
	font-size: 24px;
	padding-bottom: 18px;
	border-bottom: 1px solid #e1e1e1;
}

.fenye {
	margin: 0 auto;
	margin-top: 40px;
	text-align: center;
	margin-bottom: 90px;
}

.sum {
	height: 30px;
	width: 30px;
	border: 1px solid #eaeaea;
	display: inline-block;
	text-align: center;
	line-height: 30px;
	margin: 0 4px;
}

.span {
	height: 30px;
	width: 30px;
	line-height: 30px;
	border: 1px solid #0b59ab;
	background-color: #0b59ab;
	color: #fff;
	display: inline-block;
}

.new_list {
	margin-top: 75px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.new_list::after {
	content: "";
	width: calc((100% - 80px)/3);
}

.new_li {
	width: calc((100% - 80px)/3);
	margin-bottom: 40px;
	border: 1px solid #EAEAEA;
}

.new_li:hover .new_img {
	outline: 1px solid #007AFF;
}

.new_img {
	height: 274px;
	overflow: hidden;
	text-align: center;
}

.new_img img {
	height: 100%;
	min-width: 100%;
}

.new_val {
	padding: 22px;
	border-bottom: 1px solid #eaeaea;
}

.new_val h4 {
	font-size: 18px;
	margin-bottom: 15px;
	overflow: hidden;
		 display: -webkit-box;
		-webkit-box-orient:vertical;
		-webkit-line-clamp:1;
}

.new_val p {
	font-size: 14px;
	color: #535353;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
		 display: -webkit-box;
		-webkit-box-orient:vertical;
		-webkit-line-clamp:2;
}

.new_data {
	padding: 22px;
	color: #d4d4d4;
}

.new_data img {
	float: right;
}

.partTwo {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 30px 20px;
	border-top: 1px solid #ebebeb;
	margin-top: 20px;
}

.partTwo div{
	max-width: 50%;
}

.partTwo div a {
	overflow: hidden;
		 display: -webkit-box;
		-webkit-box-orient:vertical;
		-webkit-line-clamp:1;
}

.solution_info {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.solu_cum {
	display: block;
	margin: 0 auto;
	height: 88px;
	width: 88px;
	border-radius: 50%;
	border: 1px dashed #1670b9;
	text-align: center;
}

.solu_big_bg {
	padding: 25px;
	display: inline-block;
	border-radius: 50%;
	transform: translateY(-50%) translateX(-50%);
	box-shadow: 0 0 15px #EAEAEA;
	position: absolute;
	left: 50%;
	top: 0;
	background-color: #fff;
}

.solu_cum_bg {
	display: inline-block;
	height: 78px;
	margin-top: 50%;
	transform: translateY(-50%);
	width: 78px;
	border-radius: 50%;
	background-color: #0b5bae;
}

.solu_cum_bg img {
	margin-top: 50%;
	transform: translateY(-50%);
}

.solution_info {
	margin-top: 125px;
}

.solution_info_li {
	width: calc((100% - 60px)/3);
	text-align: center;
	box-shadow: 0 0 15px #EAEAEA;
	position: relative;
	height: 215px;
}

.solu_val {
	width: 100%;
	
}

.solu_val h4 {
	font-size: 18px;
	margin-top: 70px;
	margin-bottom: 30px;
}

.solu_val p {
	font-size: 14px;
}

.contact {
	padding-top: 70px;
}

.box_modol {
	width: 50px;
	height: 35px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	border: 2px solid #EAEAEA;
	border-radius: 5px;
	display: none;
}

.box_modol span {
	display: inline-block;
	width: 80%;
	height: 4px;
	background-color: #999;
	border-radius: 50px;
}

.my_map {
	height: 480px;
	margin-top: 30px;
	margin-bottom: 80px;
}

.close_bn {
	display: none;
}

.nav_list {
	display: flex!important;
}

.active_nav p {
	color: #085bab;
}
.active_nav .time_li p::after {
	background-color:#3f9ef9;
	border:4px solid #065cb1;
}

.time_swiper .swiper-button-next,.time_swiper .swiper-button-prev,.about_swiper .swiper-button-prev,.about_swiper .swiper-button-next {
	pointer-events:all;
}

@media screen and (max-width:1850px){
	.nav_first_li {
		margin: 0 10px;
	}
}

@media screen and (max-width:1620px){
	.nav_first_li {
		margin: 0;
	}
	.hot_phone {
		margin-left: 20px;
	}
	.nav_list,.hot_phone {
		margin-left: 50px;
	}
}

@media screen and (max-width:1440px){
	.my_container{
		width: 90%;
	}
	
}

@media screen and (max-width:1360px){
	.nav_list {
		margin-left: 20px;
	}
	.search {
		width: 180px;
	}
	
	.fun_img  {
		height: 290px;
	}
	.about_view {
		height: 420px;
	}
}

@media screen and (max-width:1300px){
	.nav_logo img {
		height: 55px;
	}
	body,.header {
		min-width: 1200px;
	}
	.fun_img  {
		height: 260px;
	}
	.fun_view_val h4 {
		margin-bottom: 15px;
	}
	
}

@media screen and (max-width:768px){
	body,.header {
		min-width: initial;
	}
	.box_modol {
		display: flex;
		order: 5;
		margin-left: 10px;
	}
	
	
	
	.nav_list {
		position: fixed;
		width: 100vw;
		left: -100%;
		top: 0;
		height: 100vh;
		z-index: 101;
		background-color: #fff;
		margin: 0;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		overflow: hidden;
		
	}
	.nav_first_li {
		height: initial;
		width: 100%;
		position: relative;
		text-align: left;
	}
	.nav_first_li>a {
		line-height: 70px;
		padding-left: 50px;
		display: inline-block;
		width: initial;
		height: initial;
	}
	.nav_second_list {
		top: 0;
		flex-wrap: wrap;
		position: initial;
		height: initial;
		justify-content: flex-start;
	}
	.nav_second_li {
		margin: 0;
		width: 50%;
		text-align: center;
	}
	
	.close_bn {
		display: block;
		position: absolute;
		right: 20px;
		top: 20px;
		z-index: 101;
	}
	.banner {
		height: 57vh;
	}
	.about_view {
		height: 270px;
	}
	.fun_img  {
		height: 160px;
	}
	.fun_view_val {
		padding: 15px;
	}
	.pro_view_img {
		height: 100px;
	}
	.contact_block {
		padding: 0 15px;
		width: calc(50% - 30px);
	}
	.footer_logo img {
		height: 50px;
	}
	.footer_view  {
		padding: 0 25px;
	}
	.other_banner  {
		height: 270px;
	}
	.aboutUs_right {
		width: 50%;
		overflow: hidden;
		margin-left: 15px;
	}
	.about_card_bg {
		padding: 20px;
	}
	.aboutUs_view>div {
		width: 50%;
	}
	.about_swiper_list {
		padding: 140px 20px 0 20px;
	}
	.rongy_container .swiper-slide {
		height: 100%;
	}
	.pro_nav {
		float: none;
		justify-content: flex-start;
	}
	.pro_nav_li a {
		padding: 0 15px;
	}
	.pro_block_bg {
		flex-direction: column;
	}
	.pro_block_img  {
		order: -1;
		margin-left: 0;
	}
	.pro_li {
		width: calc((100% - 30px)/3);
	}
	.solution_img {
		height: 140px;
	}
	.solution_li h4 {
		height: 70px;
		line-height: 70px;
		font-size: 16px;
	}
	.new_img {
		height: 103px;
	}
	.session {
		height: 687px;
	}
	.pro_easy_info {
		display: block;
	}
	.pro_easy_img {
		width: calc(100% - 140px);
	}
	.pro_easy_val {
		margin-left: 0;
	}
	.pro_table {
		height: 50px;
	}
	.pro_table_li {
		font-size: 16px;
		padding: 0 15px;
		line-height: 50px;
	}
	.pro_res_li {
		padding: 15px 0;
	}
	.pro_table_tit {
		width: 100px;
	}
	.md_hidden {
		display: none;
	}
	.solutionXq_tit h4 {
		font-size: 18px;
	}
}

@media screen and (max-width:450px){
	.nav_logo img {
		height: 36px;
	}
	.hot_phone {
		display: none;
	}
	.search {
		margin-left: 10px;
	}
	header {
		height: 70px;
	}
	.nav_second_li a {
		line-height: 24px;
		height: initial;
	}
	.nav_second_li {
		height: 70px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.nav_second_active::after {
		content: none;
	}
	.session_tit {
		max-width: none;
	}
	
	.session {
		height: initial;
		padding: 25px 0;
	}
	.session_tit h4 {
		font-size: 16px;
	}
	.about_view {
		flex-direction: column;
		height: initial;
	}
	.about_view_left,.about_view_right {
		width: 100%;
		height: 300px;
	}
	.about_view_val h4 {
		font-size: 16px;
	}
	.about_view_val {
		left: 15px;
		bottom: 15px;
	}
	.fun_view {
		flex-wrap: wrap;
	}
	.fun_view_li {
		width: calc((100% - 15px)/2);
	}
	.pro_view {
		flex-wrap: wrap;
	}
	.pro_view_li {
		width: calc((100% - 15px)/2);
		margin-bottom: 15px;
	}
	.pro_view_val h4 {
		font-size: 16px;
	}
	.fun_view_val h4 {
		font-size: 16px;
	}
	
	.new_view {
		flex-direction: column;
		height: initial;
	}
	
	.new_view>div{
		width: 100%;
	}
	.new_view_li {
		margin-bottom: 15px;
	}
	.new_view_val {
		height: 50px;
	}
	.new_view_val h4 {
		line-height: 50px;
		height: 50px;
		font-size: 16px;
	}
	.new_view_val h4 span:nth-child(1) {
		font-size: 16px;
	}
	
	.contact_img {
		display: none;
	}
	.contact_block {
		width: 100%;
	}
	
	.footer_bg {
		flex-direction: column;
	}
	.footer_view {
		padding: 0;
	}
	.footer_eram {
		align-self: flex-start;
	}
	.aboutUs_bg {
		flex-direction: column;
	}
	.aboutUs_right {
		width: 100%;
		margin-left: 0;
		margin-top: 15px;
	}
	.aboutUs {
		padding: 30px 0;
	}
	.aboutUs_left>h4 {
		font-size: 18px;
	}
	
	.about_card_list {
		flex-direction: column;
		margin-top: 20px;
	}
	.about_card_li {
		width: 100%;
		margin-bottom: 15px;
	}
	.about_card_top {
		margin-bottom: 15px;
	}
	.about_card_val h4 {
		font-size: 16px;
	}
	
	.about_swiper_img {
		display: none;
	}
	.aboutUs_view>div {
		width: 100%;
	}
	.about_swiper_list {
		padding: 94px 20px 90px 20px;
	}
	.time_swiper {
		width: calc(100% - 140px);
	}
	.session_tit {
		margin-bottom: 30px;
	}
	.pro_nav {
		display: block;
		float: left;
		width: 100%;
	}
	.pro_nav_li {
		float: left;
	}
	.pro_nav_li a {
		font-size: 14px;
		line-height: 24px;
		height: 48px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	.pro_block_img {
		width: calc(100% - 140px);
	}
	.pro_block_bg {
		padding: 30px 0;
	}
	.pro_block_list {
		padding: 0 15px;
		font-size: 16px;
	}
	.pro_li {
		width: calc((100% - 15px)/2);
	}
	.pro_img  {
		padding: 30px;
	}
	.solution_li {
		width: calc((100% - 15px)/2);
	}
	.new_li {
		width: calc((100% - 15px)/2);
	}
	.solution_info {
		flex-wrap: wrap;
	}
	.solution_info_li {
		width: 100%;
		margin-bottom: 70px;
	}
	
	.solution_info_li:last-child {
		margin-bottom: 0;
	}
	.solu_big_bg {
		padding: 10px;
	}
	.banner_val h4 {
		font-size: 28px;
	}
	.banner_val p {
		font-size: 18px;
	}
	.other_banner {
		height: 180px;
	}
	.solution_info {
		margin-top: 75px;
	}
	.nav_first_li>a {
		padding-left: 30px;
	}
	.swiper_val {
		display: none;
	}
	.new_view_big {
		height: 200px;
	}
	.new_val,.new_data {
		padding: 10px;
	}
	.new_val h4 {
		font-size: 14px;
		margin-bottom: 5px;
	}
	.new_val p {
		font-size: 12px;
		line-height: 20px;
		height: 40px;
	}
}