@charset "utf-8";

/* CSS Document */
body {overflow-x:hidden;}
.info_list a {
	/* padding-bottom: .2%; */
	transition: background-size .6s ease-out;
	background: linear-gradient(to right, rgba(16, 78, 152, 0.8),rgba(223, 237, 245, 0.4)) no-repeat left 123%/0 100%
}
.info_list a:hover {
	text-decoration: none;
	background-size: 97% 100%;
}
.info_list_c a {
	/* transition: background-size .6s ease-out, background-size 1ms ease-in; */
	background: linear-gradient(to right, #CC2D1A, #000000) no-repeat left 123%/0 100%;
}
.info_list_c a:hover {
	background-size: 100% 100%;
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.second_nav_box .content_pad a:hover {
	font-weight: bold;
	font-style: oblique;
}
.third_nav_box .third_nav_contant a:hover {
	font-weight: bold;
	font-size: 16px;
	color: #104E98;
	line-height: 0px;
	font-style: normal;
}

/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}
.flexslider .til_slides { 
	width: 100%;
	height: 40px;
	position: absolute; 
	bottom: 0;
	background: url(../images/banner_bg.png) repeat;
	font-weight: bold;
	line-height: 40px;
	font-size: 16px;
	color: #fff;
	padding-left: 10px;
	text-align: center;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;position:relative} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides > li a{display: block;}
.flexslider .slides > li.clone{position:relative}
.flexslider .slides img {width: 100%; display: block; height:100%; z-index: 1; min-height: 550px;}
.flex-pauseplay span {text-transform: capitalize;}
/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider {position: relative;zoom:1;overflow: hidden; }

.flex-viewport { 
	max-height: 2000px; 
	-webkit-transition: all 1s ease; 
	-moz-transition: all 1s ease; 
	-o-transition: all 1s ease; 
	transition: all 1s ease; 
}
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  { text-decoration:none; display: block; width: 40px; height: 48px; margin: -50px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8);  text-indent:-999em }
.flex-direction-nav .flex-prev { left: -50px; background:url(../images/lf.png) no-repeat center center; }
.flex-direction-nav .flex-next { right: -50px;  background:url(../images/rt.png) no-repeat center center;}
.flexslider:hover .flex-prev { opacity: 0.7; left: 0px;}
.flexslider:hover .flex-next { opacity: 0.7; right: 0px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; background:#ddd}
.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }
/* Control Nav */
.flex-control-nav { 
	position: absolute; 
	bottom: 8px;
	right: 8px;
	*bottom:13px; 
	right:8px; 
	text-align: center; 
	z-index:889; 
}
.flex-control-nav li { margin: 0 5px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a { width: 10px; height: 10px; display: block; background: #fff; cursor: pointer; text-indent: -9999px;border-radius:10px; }
.flex-control-paging li a:hover {background: #8f000b;}
.flex-control-paging li a.flex-active { background: #8f000b;}
.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

/* Banner */
.Banner {
	position: relative;
	max-width: 1920px;
	height: 550px;
	margin: 0px auto;
	z-index: 1;
}

/* Index Box */
.first_nav_box{
	min-height: 360px;
	max-width: 1280px;
	margin: 45px auto 0;
	display: flex;
	justify-content: center;
	z-index: 999;
}
.second_nav_box{
	min-height: 360px;
	max-width: 1920px;
	margin: 42px auto 20px;
	display: flex;
	justify-content: center;
	background-color: #104E98;
	background-image: url('../images/middle_bg.png');
	background-repeat: no-repeat;
	/* background-attachment: fixed; */
	background-size: 62% 100%;
	background-position: center right;
}
.third_nav_box{
	min-height: 120px;
	max-width: 1920px;
	margin: 45px auto 33px;
	display: flex;
	justify-content: center;
}
.fourth_nav_box{
	position: relative;
	min-height: 160px;
	max-width: 1920px;
	margin: 0 auto;
	padding: 40px 0 10px 0;
	display: flex;
	justify-content: center;
	background-color: #2863B0;
}
.fifth_nav_box{
	min-height: 160px;
	max-width: 1500px;
	margin: 20px auto 20px;
	display: flex;
	justify-content: center;
}
.title_box {
	display: flex;
	flex-direction: row;
	width: 100%;
	padding: 0px 0px 20px 0px;
}
.title_box_line {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: calc(100% - 139px);
	padding: 0 15px;
}
.title_box_line span:first-child {
	border-bottom: 1px solid #104E98;
}
.title_box_line span:last-child {
	border-top: 1px solid #104E98;
}
.title_box span {
	font-size: 20px;
	font-weight: bolder;
	color: #104E98;
	line-height: 35px;
	min-width: 80px;
}
.title_box a{
	float: right;
	color: #104E98;
	font-size: 14px;
	line-height: 35px;
	/* margin-right: 15px; */
	min-width: 28px;
}
.content_pad {
	padding: 0 0;
	position: relative;
}

/* First Nav Box */
.left_content{
	width: 68%;
	height: 100%;
	display: flex;
	flex-direction: column;
	/* background-color: white; */
	/* box-shadow: 3px 3px 10px 1px rgba(0, 0, 0, 0.5); */
	padding-right: 25px;
}
.right_content{
	width: 33%;
	height: 100%;
	/* background-color: #8c1515;
	box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.5); */
}
.left_content_banner{
	/* margin-bottom: -25px; */
	/* margin-right: 15px; */
	display: flex;
}
.left_banner_first_box {
	width: 50%;
}
.left_banner_second_box {
	width: 50%;
	padding-left: 30px;
}
#slider {
	width: 100%;
	position: relative;
}
.left_banner_first_img {
	position: absolute;
	width: 100%;
	max-height: 232px;
	object-fit: cover;
	padding-bottom: 22px;
	opacity: 0;
    transition: opacity 1s;
	display: block;
	z-index: 1
}
.info_list_slide li {
	position: absolute;
	margin-top: 255px !important;
	opacity: 0;
    transition: opacity 1s;
}
.active {
    opacity: 1 !important;
	z-index: 999;
}
.thumbnails {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	z-index: 999;
}
.thumbnails li {
	width: 40px;
	border: 1px solid #D4EFFF;
	opacity: 0.4;
	margin: 0 5px;
}
.active_li {
	opacity: 1 !important;
}
.info_list{
	width:100%;
}
.left_banner_first_box .info_list li {
	width:100%;
	border-left: 1px solid #104E98;
	margin: 0px 0 17px 0;
	text-align: left;
	text-transform: none;
}
.left_banner_first_box .info_list li a {
	font-weight: normal;
	font-size: 16px;
	color: #474645;
	line-height: 22px;
	font-style: normal;
	display: block;
	padding-left: 15px;
}
.left_banner_second_box .info_list li {
	width:100%;
	height: 53px;
	border-bottom: 1px solid #D4EFFF;
	margin: 0px 0 10px 0;
	text-align: left;
	text-transform: none;
	display: flex;
	position: relative;
}
.left_banner_second_box .info_list li:last-child{
	border-bottom: 0px;
}
.left_banner_second_box .info_list li a {
	font-weight: normal;
	font-size: 16px;
	color: #474645;
	line-height: 22px;
	font-style: normal;
	display: block;
	padding-left: 3px;
	height: 43px;
}
.info_list p {
	font-weight: 400;
	font-size: 14px;
	color: #CC2D1A;
	line-height: 22px;
	text-align: left;
	font-style: normal;
	text-transform: none;
	display: block;
	padding: 3px 0 0 15px;
}
.left_banner_second_box .info_list p {
	font-weight: bold;
	font-size: 19px;
	color: #CC2D1A;
	line-height: 22px;
	text-align: left;
	font-style: normal;
	text-transform: none;
	display: block;
	padding: 3px 15px 0 0px;
}
.p_year {
	position: absolute;
	margin-top: 20px;
	font-size: 12px !important;
	font-weight: 400 !important;
}
.info_list_c li {
	display: flex;
	/* width: 100px; */
	min-height: 41px;
	margin-bottom: 21px;
	text-align: left;
	text-transform: none;
}
.info_list_c li .date {
	display: flex;
	flex-direction: column;
	min-width: 50px;
	height: 42px;
	text-align: center;
	background: #CC2D1A;
	margin: auto;
}
.info_list_c li .date span:first-child {
	/* width: 22px; */
	margin: 0 5px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}
.info_list_c li .day {
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 24px;
	text-align: center;
	font-style: normal;
	text-transform: none;
	height: 23px;
}
.info_list_c li .month {
	font-weight: 400;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 14px;
	text-align: center;
	font-style: normal;
	text-transform: none;
}
.info_list_c li a {
	width: calc(100% - 50px);
	display: block;
	padding-left: 10px;
	/* margin-right: 10px; */
	font-weight: normal;
	font-size: 16px;
	color: #474645;
	line-height: 22px;
	font-style: normal;
}

/* Second Nav Box */
.second_left_content{
	width: 33.4%;
	height: 100%;
	padding: 53px 50px 53px 0;
}
.second_middle_banner{
	width: 33.4%;
	height: 100%;
	padding: 53px 50px;
}
.second_right_banner{
	width: 33.4%;
	height: 100%;
	padding: 53px 0 53px 50px;
}
.second_nav_box .title_box {
	display: flex;
	flex-direction: row;
	width: 100%;
	padding: 0px 0px 20px 0px;
}
.second_nav_box .title_box_line {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: calc(100% - 140px);
	padding: 0 15px;
}
.second_nav_box .title_box_line span:first-child {
	border-bottom: 1px solid #CC2D1A;
}
.second_nav_box .title_box_line span:last-child {
	border-top: 1px solid #CC2D1A;
}
.second_nav_box .title_box span {
	font-size: 20px;
	font-weight: bolder;
	color: #FFFFFF;
	line-height: 35px;
	min-width: 80px;
}
.second_nav_box .title_box a{
	float: right;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 35px;
	/* margin-right: 15px; */
	min-width: 28px;
}
.second_nav_box .title_box .img {
	min-width: 20px;
	display: flex;
	align-items: center;
	justify-content: right;
}
.info_list_21 li {
	display: flex;
	width: 100%;
	border-bottom: 1px solid #D6D6D6;
	margin-bottom: 17px;
	text-align: left;
	text-transform: none;
}
.info_list_21 li .date {
	display: flex;
	float: right;
	width: 69px;
	height: 16px;
	font-weight: 400;
	font-size: 14px;
	color: #D4EFFF;
	line-height: 22px;
	text-align: left;
	font-style: normal;
	text-transform: none;
}
.info_list_21 li a {
	width: calc(100% - 70px);
	display: block;
	/* padding-left: 10px; */
	font-weight: normal;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 22px;
	font-style: normal;
	padding-bottom: 15px;
}
.info_list_22 li {
	display: flex;
	flex-direction: column;
	width: 100%;
	border-left: 1px solid #CC2D1A;
	margin-bottom: 26px;
	text-align: left;
	text-transform: none;
}
.info_list_22 li .date {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 15px;
	width: 92px;
	height: 18px;
	margin-top: 7px;
	background: #CC2D1A;
	font-weight: 400;
	font-size: 14px;
	color: #FFE6E4;
	line-height: 22px;
	text-align: left;
	font-style: normal;
	text-transform: none;
}
.info_list_22 li a {
	width: calc(100% - 20px);
	display: block;
	padding-left: 15px;
	/* margin-right: 10px; */
	font-weight: normal;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 22px;
	font-style: normal;
}
.info_list_23 li {
	display: flex;
	width: 100%;
	margin-bottom: 18px;
	text-align: left;
	text-transform: none;
}
.info_list_23 li .date {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto;
	width: 83px;
	height: 18px;
	background: #CC2D1A;
	font-weight: 400;
	font-size: 14px;
	color: #FFE6E4;
	line-height: 22px;
	text-align: left;
	font-style: normal;
	text-transform: none;
}
.info_list_23 li a {
	width: calc(100% - 20px);
	display: block;
	padding-left: 15px;
	/* margin-right: 10px; */
	font-weight: normal;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 22px;
	font-style: normal;
}

/* Third Nav Box */
.third_content_box {
	width: 100%;
	/* margin: 45px 0 72px 0; */
	display: flex;
	flex-direction: column;
}
.teacher_search{
	max-height: 35px;
	max-width: 247px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-left: 28px;
}
.teacher_search .search_input {
	height: 30px;
	width: 247px;
	border: 1px solid #104E98;
	background-color: #FFFFFF;
	color: #104E98;
	text-indent: 10px;
}
.teacher_search .search_input::placeholder {
	color: #104E98;
	/* padding-left: 10px; */
}
.teacher_search .search_input:focus {
	outline: none;
}
.teacher_search .search_icon {
	height: 34px;
	background-image: url(../images/search.png);
  	background-position: center;
  	background-repeat: no-repeat;
	background-color: rgba(204, 45, 26, 1);
  	border: 0px;
	object-fit: scale-down;
}
.third_nav_contant {
	display: flex;
	flex-direction: column;
	margin-top: 24px;
}
.third_nav_contant #sTab {
	display: flex;
	flex-direction: column;
}
.third_nav_contant ul {
	display: flex;
	flex-direction: row;
	margin-bottom: 16px;
}
.third_nav_contant ul li {
	padding: 0 7px;
	border-right: 1px solid #104E98;
	text-align: left;
	text-transform: none;
}
.third_nav_contant ul li:first-child {
	padding: 0 7px 0 0;
}
.third_nav_contant ul li:last-child {
	padding: 0 0 0 7px;
	border-right: 0px solid #104E98;
}
.third_nav_contant ul li a {
	cursor: default;
	font-weight: 400;
	font-size: 16px;
	color: #707070;
	line-height: 0px;
	font-style: normal;
}
.third_nav_picture {
	min-height: 280px;
}
.third_nav_picture ul {
	display: flex;
	flex-direction: row;
	/* justify-content: space-between; */
	width: 100%;
}
.third_nav_picture ul li {
	display: flex;
	flex-direction: column;
	margin-right: 30px;
}
.third_nav_picture ul li:last-child {
	margin-right: 0px;
}
.third_nav_picture img {
	width: 188px;
	height: 225px;
	margin-bottom: 13px;
	overflow: hidden;
}
.third_nav_tname {
	display: flex;
	flex-direction: column;
	height: 37px;
	border-left: 1px solid #104E98;
	text-align: center;
	justify-content: center;
	text-align: left;
	text-transform: none;
}
.third_nav_tname a {
	font-weight: normal;
	font-size: 16px;
	color: #474645;
	line-height: 22px;
	font-style: normal;
	padding-left: 5px;
}
.third_nav_tname p {
	font-weight: normal;
	font-size: 14px;
	color: #104E98;
	line-height: 22px;
	text-align: left;
	font-style: normal;
	text-transform: none;
	padding-left: 5px;
}
.list_teacher_slide {
	width: 100%;
	position: absolute;
	opacity: 0;
    transition: opacity 1s;
	display: block;
}
.hidden_list {
	display: none;
}
.list_tab ul {
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin-top: 42px;
}
.list_tab ul li {
	width: 40px;
	border: 2px solid #D4EFFF;
	margin: 0 5px;
}
.list_tab .active_li {
	border: 2px solid #104E98 !important;
}
.third_nav_contant ul li.selected a {
	font-weight: bold;
	font-size: 16px;
	color: #104E98;
	line-height: 0px;
	font-style: normal;
}

/* Fourth Nav Box */
.fourth_content_box {
	width: 100%;
	margin: 0 0;
	display: flex;
	flex-direction: column;
}
.fourth_nav_box .title_box {
	display: flex;
	flex-direction: row;
	width: 96%;
	padding: 0px 0px 20px 0px;
}
.fourth_nav_box .title_box_line {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: calc(100% - 140px);
	padding: 0 15px;
}
.fourth_nav_box .title_box_line span:first-child {
	border-bottom: 1px solid #FFFFFF;
}
.fourth_nav_box .title_box_line span:last-child {
	border-top: 1px solid #FFFFFF;
}
.fourth_nav_box .title_box span {
	font-size: 20px;
	font-weight: bolder;
	color: #FFFFFF;
	line-height: 35px;
	min-width: 80px;
}
.fourth_nav_box .title_box a{
	float: right;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 35px;
	/* margin-right: 15px; */
	min-width: 28px;
}
.fourth_nav_contant {
	width: 95%;
	z-index: 999;
	overflow: hidden;
}
.f_slider {
	display: flex;
	justify-content: space-between;
	margin-left: -45px;
	animation: slideLeft 50s linear infinite;
}
.fourth_nav_contant dd {
	width: 180px;
	/* max-height: 65px; */
	display: flex;
	flex-direction: column;
	border-right: 1px solid rgba(212, 239, 255, 0.4);
	flex-shrink: 0;
}
.fourth_nav_contant dd:last-child {
	border-right: 0px solid #D4EFFF;
}
@keyframes slideLeft {
	0% {
		transform: translateX(0); /* 初始位置 */
	}
	100% {
		transform: translateX(-190%); /* 移动到容器的左侧 */
	}
}
.fourth_nav_contant span {
	font-weight: 400;
	font-size: 38px;
	color: #D4EFFF;
	/* line-height: 65px; */
	text-align: center;
	font-style: normal;
	text-transform: none;
}
.fourth_nav_contant p {
	width: 80%;
	margin: auto;
	font-weight: 400;
	font-size: 16px;
	color: #D4EFFF;
	/* line-height: 38px; */
	text-align: center;
	font-style: normal;
	text-transform: none;
}
.fourth_bg_box {
	position: absolute;
	right: 0;
	bottom: -3px;
	z-index: 80;
}

/* Moblie */
.moblie_content {
	width: 100%;
	display: flex;
	flex-direction: column;
	display: none;
}
.moblie_content a {
	font-size: 14px !important;
}
.moblie_content p {
	font-size: 12px !important;
}
.moblie_content .date {
	font-size: 12px !important;
}
/* Nav Box Mobile*/
.m_first_nav_box {
	width: 95%;
	display: flex;
	flex-direction: column;
	margin: 40px auto 0px;
}
.mf_title {
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin-bottom: 17px;
}
.mf_title .txt {
	position: relative;
	font-weight: bolder;
	text-align: left;
	font-style: normal;
	text-transform: none;
}
.mf_title .txt a {
	font-size: 18px !important;
	line-height: 22px;
	color: #707070;
}
.mf_title .txt a.active {
	color: #104E98;
}
.mf_title_l {
	padding-right: 8px;
	border-right: 1px solid #104E98;
}
.mf_title_r {
	padding-left: 8px;
}
.mf_title_l::before {
	content: '';
    height: .1rem;
    width: 7rem;
    background: rgba(16, 78, 152, 1);
    position: absolute;
    left: -7.5rem;
    top: 50%;
    transform: translateY(-50%);
}
.mf_title_r::after {
	content: '';
    height: .1rem;
    width: 7rem;
    background: rgba(16, 78, 152, 1);
    position: absolute;
    right: -7.5rem;
    top: 50%;
    transform: translateY(-50%);
}
.mf_content {
	display: none;
}
.mf_content.active {
	display: block;
}
.mf_banner_img {
	position: absolute;
	width: 100%;
	max-height: 197px;
	object-fit: cover;
	padding-bottom: 22px;
	opacity: 0;
    transition: opacity 1s;
	display: block;
	z-index: 1
}
.thumbnails_m {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	z-index: 999;
}
.thumbnails_m li {
	width: 40px;
	border: 1px solid #D4EFFF;
	opacity: 0.4;
	margin: 0 5px;
}
.mf_more {
	height: 38px;
	border: 1px solid #707070;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	text-align: center;
	font-style: normal;
	text-transform: none;
}
.mf_more a {
	font-size: 14px;
	color: #104E98;
	line-height: 35px;
}
.m_second_nav_box {
	display: flex;
	flex-direction: column;
	margin-top: 46px;
}
.ms_up {
	background-color: #104E98;
}
.ms_up_title {
	width: 95%;
	display: flex;
	flex-direction: row;
	margin: 49px auto 22px;
	position: relative;
}
.ms_up_title_l {
	font-weight: bolder;
	text-align: left;
	font-style: normal;
	text-transform: none;
}
.ms_up_title_l::after {
	content: '';
    height: .1rem;
    width: 15rem;
    background: rgba(204, 45, 26, 1);
    position: absolute;
    left: 5rem;
    top: 50%;
    transform: translateY(-50%);
}
.ms_up_title_l a {
	font-size: 18px !important;
	color: #FFFFFF;
	line-height: 22px;
}
.ms_up_title_r {
	text-align: left;
	font-style: normal;
	text-transform: none;
	position: absolute;
	right: 25px;
}
.ms_up_title_r a {
	font-size: 14px;
	color: #FFFFFF;
	line-height: 24px;
}
.ms_up_title img {
	margin-top: 5px;
	position: absolute;
	right: 5px;
}
.ms_up_content {
	width: 95%;
	margin: 0 auto 40px;
}
.ms_down {
	background-image: url('../images/middle_bg.png');
	background-repeat: no-repeat;
	/* background-attachment: fixed; */
	background-size: 100% 100%;
	background-position: center;
}
.ms_down .mf_title {
	width: 95%;
	margin: 48px auto 32px;
}
.ms_down .mf_title input {
	display: none;
}
.ms_down .mf_title .txt a {
	position: relative;
	font-weight: bolder;
	text-align: left;
	font-style: normal;
	text-transform: none;
	font-size: 18px !important;
	line-height: 22px;
	color: #FFFFFF;
	opacity: 0.5;
}
.ms_down .mf_title .txt .active {
	opacity: 1;
}
.ms_down .mf_title_l {
	border-right: 1px solid #CC2D1A;
}
.ms_down .mf_title_l::before {
    background: rgba(204, 45, 26, 1);
}
.ms_down .mf_title_r::after {
    background: rgba(204, 45, 26, 1);
}
.ms_down_content .info_list_22 {
	width: 95%;
	margin: 0 auto 50px;
	display: none;
}
.ms_down_content .info_list_22.active {
	display: block;
}
.m_third_nav_box {
	margin: 20px auto;
}
.mt_content_box {
	width: 95%;
	display: flex;
	flex-direction: column;
	margin: auto;
	position: relative;
}
.mt_title {
	margin-bottom: 15px;
	font-weight: bolder;
	text-align: left;
	font-style: normal;
	text-transform: none;
}
.mt_title a {
	display: block;
	position: relative;
	font-size: 18px !important;
	color: #104E98;
	line-height: 22px;
}
.mt_title a::after {
	content: '';
    height: .1rem;
    width: 20rem;
    background: rgba(16, 78, 152, 1);
    position: absolute;
    left: 5rem;
    top: 50%;
    transform: translateY(-50%);
}
.mt_search_keyword {
	width: 98%;
	display: flex;
	margin-bottom: 20px;
}
.mt_select_search_input {
	height: 48px;
	width: 100%;
	border: 1px solid #104E98;
	color: #104E98;
	text-indent: 10px;
}
.mt_select_search_input::placeholder {
	color: #104E98;
	/* padding-left: 10px; */
}
.mt_select_search_input:focus {
	outline: none;
}
.m_third_nav_box .third_nav_picture {
	width: 100%;
	min-height: 230px;
}
.m_third_nav_box .third_nav_picture ul li {
	margin-right: 10px;
}
.m_third_nav_box .third_nav_picture img {
	width: 127px;
	height: 150px;
}
.m_third_nav_box .mf_more {
	width: 98%;
}
.m_fourth_nav_box {
	background-color: #2863B0;
}
.m_fourth_nav_box .fourth_content_box {
	width: 95%;
	margin: auto;
}
.m_fourth_nav_box .title_box {
	margin: 27px 0 17px;
	padding: 0px;
}
.m_fourth_nav_box span {
	font-size: 18px;
	color: #FFFFFF;
}
.m_fourth_nav_box .title_box_line span:first-child {
    border-bottom: 1px solid #FFFFFF;
}
.m_fourth_nav_box .title_box_line span:last-child {
    border-top: 1px solid #FFFFFF;
}
.m_fourth_nav_box .fourth_nav_contant {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-bottom: 10px;
}
.m_fourth_nav_box .fourth_nav_contant dl {
	margin-left: 0px;
	margin-bottom: 20px;
}
.m_fourth_nav_box .fourth_nav_contant dd {
	width: 120px;
	/* align-items: flex-start; */
	/* margin-right: 15px; */
}
.m_fourth_nav_box .fourth_nav_contant span {
	font-size: 28px;
}