@charset "utf-8";

/* CSS Document */
body {overflow:auto;}
.Banner img {
	transition: transform 10s ease-in-out;
}
.Banner img {
	animation: zoom 10s infinite alternate;
}
.index_content {
	display: none;
}
.footer_wrap {
	display: none;
}
.left_show {
	opacity: 0;
	transform: translateX(-200px);
	animation: IndexslideRight 1s ease-out forwards;
}
.right_show {
	opacity: 0;
	transform: translateX(200px);
	animation: IndexslideLeft 1s ease-out forwards;
}
.up_show {
	opacity: 0;
	transform: translateY(200px);
	animation: IndexslideUp 1s ease-out forwards;
}
.zoom_show {
	transition: transform 1s;
	animation: IndexZoom 1s  ease-out forwards;
}
@keyframes zoom {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.1);
	}
	100% {
		transform: scale(1);
	}
}
@keyframes IndexZoom {
	0% {
		transform: scale(0.9);
	}
	100% {
		transform: scale(1);
	}
}
@keyframes IndexslideUp {
	0% {
		opacity: 0;
		transform: translateY(200px); /* 初始位置 */
	}
	100% {
		opacity: 1;
		transform: translateY(0); /* 结束时回到原位置 */
	}
}
@keyframes IndexslideLeft {
	0% {
		opacity: 0;
		transform: translateX(200px); /* 初始位置 */
	}
	100% {
		opacity: 1;
		transform: translateX(0); /* 结束时回到原位置 */
	}
}
@keyframes IndexslideRight {
	0% {
		opacity: 0;
		transform: translateX(-200px); /* 初始位置 */
	}
	100% {
		opacity: 1;
		transform: translateX(0); /* 结束时回到原位置 */
	}
}
.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%;
} */
.left_banner_first_img {
	-webkit-transition: all 0.9s;
	transition: all 0.9s;
}
.left_banner_first_img:hover {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
.info_list_i {
	-webkit-transition: all 0.9s;
	transition: all 0.9s;
}
.info_list_i .fnb_img_pad a {
	-webkit-transition: all 0.9s;
	transition: all 0.9s;
}
.info_list_i:hover {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
.info_list_c li {
	-webkit-transition: all 0.9s;
	transition: all 0.9s;
}
.info_list_c li:hover {
	/* background-size: 100% 100%;
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
.second_nav_box .snb_title 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;
} */
.tnb_list a {
	transition: text-shadow 0.3s ease;
}
.tnb_list a:hover {
	text-shadow: 10px 10px 15px rgba(0, 0, 0, 0.9);
}
.fcb_cont_pic img {
	-webkit-transition: all 0.9s;
	transition: all 0.9s;
}
.fcb_cont_pic img:hover {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}

/* 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(/static/default/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%;}
.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(/static/default/images/lf.png) no-repeat center center; }
.flex-direction-nav .flex-next { right: -50px;  background:url(/static/default/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: #104E98;}
.flex-control-paging li a.flex-active { background: #104E98;}
.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: 790px; */
	margin: 0 auto;
	z-index: 1;
}
.Banner img {
	min-height: 550px;
	max-height: 960px;
}

/* Floating Window */
.floating_window {
	position: fixed;
	right: 0px;
	top: 70%;
	transform: translateY(-50%);
	width: 80px;
	background-color: rgba(112, 112, 112, .7);
	z-index: 1000;
}
.floating_contant {
	display: flex;
	flex-direction: column;
	margin: 15px auto;
}
.floating_contant a {
	display: block;
	margin: 10px 10px;
	position: relative;
}
.float_p {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.float_p img {
	width: auto;
	margin-bottom: 5px;
}
.float_p p {
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	font-weight: 400;
}
.weixin::before {
	content: '';
	width: 120px;
	height: 120px;
	background-color: #fff;
	background-image: url(/static/default/images/p5.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
	opacity: 0;
    /* transition: opacity 1s; */
	margin-right: -40px;
}
.weixin:hover::before {
	right: 110px;
	opacity: 1;
}

.pointer_pos {
	position: relative;
	min-width: 178px;
	display: flex;
    align-items: center;
    justify-content: space-between;
	padding: 0 15px 0 25px;
}
.weixin_link::before {
	content: '';
	/* width: 220px;
	height: 220px; */
	background-color: #fff;
	background-image: url(/static/default/images/p5.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
	opacity: 0;
    /* transition: opacity 1s; */
	right: -1px;
	bottom: -30px;
	z-index: -1;
}
.weixin_link:hover::before {
	width: 220px;
	height: 220px;
	/* left: 180px; */
	bottom: 45px;
	opacity: 1;
	z-index: 10;
}
.video_link::before {
	content: '';
	/* width: 220px;
	height: 220px; */
	background-color: #fff;
	background-image: url(/static/default/images/video.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
	opacity: 0;
    /* transition: opacity 1s; */
	right: -1px;
	bottom: -30px;
	z-index: -1;
}
.video_link:hover::before {
	width: 220px;
	height: 220px;
	/* left: 180px; */
	bottom: 45px;
	opacity: 1;
	z-index: 10;
}
.douyin_link::before {
	content: '';
	/* width: 220px;
	height: 220px; */
	background-color: #fff;
	background-image: url(/static/default/images/dy.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
	opacity: 0;
    /* transition: opacity 1s; */
	right: -1px;
	bottom: -30px;
	z-index: -1;
}
.douyin_link:hover::before {
	width: 220px;
	height: 220px;
	/* left: 180px; */
	bottom: 45px;
	opacity: 1;
	z-index: 10;
}
.bilibili_link::before {
	content: '';
	/* width: 220px;
	height: 220px; */
	background-color: #fff;
	background-image: url(/static/default/images/bilibili.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
	opacity: 0;
    /* transition: opacity 1s; */
	right: -1px;
	bottom: -30px;
	z-index: -1;
}
.bilibili_link:hover::before {
	width: 220px;
	height: 220px;
	/* left: 180px; */
	bottom: 45px;
	opacity: 1;
	z-index: 10;
}
.ks_link::before {
	content: '';
	/* width: 220px;
	height: 220px; */
	background-color: #fff;
	background-image: url(/static/default/images/ks.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
	opacity: 0;
    /* transition: opacity 1s; */
	right: -1px;
	bottom: -30px;
	z-index: -1;
}
.ks_link:hover::before {
	width: 220px;
	height: 220px;
	/* left: 180px; */
	bottom: 45px;
	opacity: 1;
	z-index: 10;
}

/* Index Box */
.index_content {
	width: 100%;
	background-image: url('/static/default/images/bg.png');
	background-repeat: repeat;
	/* background-attachment: fixed; */
	background-size: 100%;
	/* background-position: center; */
}
.first_nav_box{
	min-height: 555px;
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	padding-top: 120px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	/* z-index: 900; */
}
.second_nav_box{
	/* min-height: 360px; */
	max-width: 1600px;
	margin: 120px auto 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
}
.third_nav_box{
	min-height: 540px;
	width: 100%;
	max-width: 1920px;
	margin: 120px auto 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-image: url('/static/default/images/c3_bg.png');
	background-repeat: no-repeat;
	/* background-attachment: fixed; */
	background-size: 100% 100%;
	background-position: center;
}
.fourth_nav_box{
	position: relative;
	/* min-height: 160px; */
	max-width: 1600px;
	margin: 120px auto 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.fifth_nav_box{
	min-height: 773px;
	width: 100%;
	margin: 120px auto 0;
	overflow: hidden;
}
.sixth_nav_box{
	position: relative;
	/* min-height: 160px; */
	max-width: 1600px;
	margin: 120px auto 0;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 20;
}
.xx_nav_box{
	min-height: 360px;
	max-width: 1920px;
	margin: 120px auto 0;
	display: flex;
	justify-content: center;
	background-color: #104E98;
	background-image: url('/static/default/images/middle_bg.png');
	background-repeat: no-repeat;
	/* background-attachment: fixed; */
	background-size: 62% 100%;
	background-position: center right;
}
.index_title {
	margin-bottom: 30px;
	z-index: 10;
	/* position: relative; */
}
.index_title p {
	color: #000;
	font-size: 30px;
}
.index_title a {
	/* color: #326dcf; */
	font-size: 14px;
	position: absolute;
	right: 0;
	top: 25px;
}
.title_box {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-end;
	width: 100%;
	padding: 40px 0px 40px 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: #fff;
	line-height: 35px;
	min-width: 80px;
}
.title_box a{
	float: right;
	color: #fff;
	font-size: 12px;
	/* line-height: 35px; */
	/* margin-right: 15px; */
	min-width: 28px;
	padding-bottom: 5px;
}
.content_pad {
	padding: 0 0;
	position: relative;
}

/* First Nav Box */
.fnb_content {
	width: 100%;
	min-height: 540px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url('/static/default/images/c1_bg.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}
.left_content{
	width: 47%;
	height: 100%;
	display: flex;
	flex-direction: column;
	/* background-color: white; */
	/* box-shadow: 3px 3px 10px 1px rgba(0, 0, 0, 0.5); */
	padding: 0 30px 0 10px;
}
.fnb_more a {
	color: #fff;
	font-size: 12px;
    line-height: 35px;
	float: right;
	margin-top: 30px;
	margin-right: 150px;
}
.right_content{
	width: 47%;
	height: 100%;
	padding: 0 10px 0 30px;
	/* 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;
	min-height: 340px;
	position: relative;
}
.left_banner_first_box {
	width: 100%;
}
#slider {
	width: 100%;
	height: 100%;
	position: relative;
}
.fnb_slider_slice {
	display: flex;
	position: absolute;
	overflow: hidden;
	width: 100%;
	max-height: 340px;
	object-fit: cover;
	padding-bottom: 22px;
	opacity: 0;
    transition: opacity 1s;
	/* display: block; */
	z-index: 1
}
.fnb_slice_img {
	width: 80%;
	overflow: hidden;
}
.left_banner_first_img {
	width: 100%;
}
.active {
    opacity: 1 !important;
	z-index: 10 !important;
}
.fnb_slice_content {
	position: absolute;
	width: 35%;
	height: 262px;
	right: 25px;
	transform: translateY(15%);
	overflow: hidden;
	background-color: rgba(83, 83, 83, .65);
}
.fnb_slice_content a {
	font-size: 16px;
	color: #fff;
	line-height: 24px;
	text-align: justify;
	display: block;
	padding: 25px 35px 10px;
}
.fnb_slice_content p {
	font-size: 12px;
	color: #fff;
	line-height: 20px;
	text-align: justify;
	padding: 10px 35px 25px;
}
.button_img_change {
	position: absolute;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 35%;
	height: 30px;
	right: 25px;
	transform: translateY(500%);
	z-index: 990;
}
.button_img_change span:first-child {
	width: 20px;
	margin-left: 5px;
	background-image: url(/static/default/images/lf.png);
	background-repeat: no-repeat;
	cursor: pointer;
}
.button_img_change span:last-child {
	width: 20px;
	margin-right: 5px;
	background-image: url(/static/default/images/rt.png);
	background-repeat: no-repeat;
	cursor: pointer;
}
.thumbnails {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	z-index: 99;
}
.thumbnails li {
	width: 40px;
	border: 1px solid #D4EFFF;
	opacity: 0.4;
	margin: 0 5px;
}
.active_li {
	opacity: 1 !important;
}
.info_list{
	width:100%;
}
.info_list li{
	width:100%;
	border-left: 1px solid #104E98;
	margin: 0px 0 17px 0;
	text-align: left;
	text-transform: none;
}
/* .info_list li:first-child{
	border-width: 1px;
	border-style:none none solid none;
	border-bottom-color: black;
	font-style: italic;
} */
.info_list li a {
	font-weight: normal;
	font-size: 16px;
	color: #474645;
	line-height: 22px;
	font-style: normal;
	display: block;
	padding-left: 15px;
}
.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;
}
.fnb_pad {
	padding: 0 0;
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.info_list_i {
	width: 48%;
	display: flex;
	flex-direction: column;
}
.fnb_rbi {
	width: 100%;
	max-height: 195px;
	object-fit: cover;
}
.fnb_img_pad a {
	font-weight: 400;
	font-size: 16px;
	color: #fff;
	line-height: 26px;
	text-align: justify;
	font-style: normal;
	text-transform: none;
	display: block;
	margin-top: 20px;
}
.fnb_img_pad p {
	font-weight: 400;
	font-size: 13px;
	color: #fff;
	line-height: 22px;
	text-align: justify;
	font-style: normal;
	text-transform: none;
	opacity: 0.7;
	margin-top: 10px;
}
.info_list_c {
	width: 48%;
}
.info_list_c li {
	display: flex;
	flex-direction: column;
	/* width: 100px; */
	min-height: 66px;
	margin-bottom: 25px;
	text-align: left;
	text-transform: none;
	border-left: 2px solid #ffdb00;
}
.info_list_c li .date {
	color: #fff;
	text-align: left;
	padding-left: 15px;
	opacity: 0.7;
	margin-top: 7px;
}
.info_list_c li a {
	padding-left: 15px;
	font-weight: normal;
	font-size: 15px;
	color: #fff;
	line-height: 24px;
	text-align: justify;
	font-style: normal;
	margin-top: -5px;
}

/* Second Nav Box */
.snb_slide_pos {
	min-height: 370px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
.snb_slide_pos_2 {
	min-height: 245px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
.snb_content {
	width: 100%;
	top: 0;
	display: flex;
	flex-direction: row;
	/* justify-content: space-between; */
	position: absolute;
	opacity: 0;
    transition: opacity 1s;
	z-index: 1;
}
.snb_box {
	width: 18%;
	height: 325px;
	margin-right: 40px;
	display: flex;
	flex-direction: column;
	/* justify-content:space-between; */
	align-items:center;
	background-color: #fff;
	box-shadow: 3px 3px 10px 1px rgba(0, 0, 0, 0.4);
}
.snb_box:last-child {
	margin-right: 0;
}
.snb_box .date {
	width: 75%;
	color: #326dcf;
	font-family: 'Bradley Hand ITC';
	font-size: 24px;
	font-weight: bolder;
	text-align: center;
	margin-top: 40px;
	overflow: visible;
}
.snb_box .snb_title {
	width: 75%;
	font-size: 16px;
	line-height: 52px;
	text-align: justify;
	margin-top: 15px;
}
.snb_box_t {
	width: 18%;
	height: 200px;
	margin-right: 40px;
	display: flex;
	flex-direction: row;
	/* justify-content:space-between; */
	align-items:center;
	background-color: #fff;
}
.snb_box_t:last-child {
	margin-right: 0;
}
.snb_box_t .date {
	width: 20%;
	height: 100%;
	display: flex;
	flex-direction: column;
	color: #ffc900;
	font-family: '华文隶书';
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	background-color: #326dcf;
	box-shadow: 3px 0px 10px 0px rgba(0, 0, 0, 0.4);
}
.snb_box_t .date p {
	margin: 50px auto 15px;
	color: #ffc900;
	font-size: 30px;
}
.snb_box_t .snb_title {
	width: 80%;
	height: 100%;
	font-size: 16px;
	line-height: 32px;
	text-align: justify;
}
.snb_box_t .snb_title a {
	display: block;
	width: 80%;
	margin: 50px auto 0;
}
.snb_thumbnails li {
	display: inline-block;
    width: 15px;
    height: 15px;
    background-color: #326dcf;
    border-radius: 50%;
    margin: 0 5px;
}
.snb_thumbnails li.active_tbs {
	background-color: #ffdb00;
}

/* Third Nav Box */
.third_content_box {
	width: 85%;
	margin: 35px auto 0;
	display: flex;
	flex-direction: column;
}
.third_content_box .index_title {
	display: flex;
	flex-direction: row;
}
.third_content_box .index_title p {
	color: #fff;
}
.third_content_box .index_title a {
	position: relative;
	margin-left: 36%;
	color: #fff;
	top: 20px;
}
.third_nav_contant {
	display: flex;
	flex-direction: row;
	margin-top: 35px;
}
.tnb_list {
	width: 50%;
	min-height: 375px;
}
.tnb_list ul {
	display: flex;
	flex-direction: column;
}
.tnb_list ul li {
	height: 45px;
	display: flex;
	flex-direction: row;
	text-align: left;
	text-transform: none;
	margin-bottom: 30px;
}
.tnb_list ul li a {
	/* cursor: default; */
	display: block;
	font-weight: 400;
	font-size: 16px;
	color: #fff;
	line-height: 24px;
	font-style: normal;
	margin: -5px 0 0 0;
	padding-left: 15px;
}
.tnb_list .date {
	display: flex;
	flex-direction: column;
	width: 72px;
	border-right: 2px solid #fff;
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	font-style: italic;
}
.tnb_list .date p {
	color: #fff;
	font-size: 20px;
	font-weight: bolder;
}
.tnb_calendar {
	width: 500px;
	position: relative;
	margin-left: 100px;
}
.calendar {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	justify-items: center;
	width: 100%;
	max-width: 500px;
	height: 340px;
	/* margin-top: 20px; */
	background-color: rgba(255, 255, 255, 0.7);
	border: 0px solid rgba(255, 255, 255, 0.7);
	border-radius: 10px;
}
.calendar-header {
	/* background-color: rgba(255, 255, 255, 0.7); */
	max-height: 30px;
	color: rgba(0, 0, 0, 0.7);
	text-align: center;
	padding: 10px 0;
	margin-top: 50px;
	font-size: 16px;
	font-weight: 400;
}
.calendar-day {
	width: 30px;
	height: 30px;
	border: 0px solid rgba(255, 255, 255, 0.7);
	border-radius: 50px;
	/* padding: 10px; */
	/* margin: 15px 15px; */
	color: rgba(0, 0, 0, 0.7);
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
	text-align: center;
	position: relative;
}
.calendar-day.empty:hover {
	background-color: rgba(255, 255, 255, 0);
	cursor: default;
}
.calendar-day:hover {
	background-color: #ddd;
	cursor: pointer;
}
.calendar-day.current-day {
	background-color: #fff;
	/* color: white; */
}
.calendar-day-active::after {
	content: '';
	width: 8px;
	height: 8px;
	background-color: #f19d1d; /* 小圆点颜色 */
	border-radius: 50%; /* 圆形 */
	position: absolute;
	top: 0;
	right: 0;
}
.controls {
	display: flex;
	justify-content: flex-end;
	max-width: 500px;
	margin-bottom: 20px;
	position: absolute;
	top: 10px;
	right: 17px;
}
.controls select, .controls button {
	padding: 5px 10px;
	margin: 0 5px;
	border: 0px;
	background-color: rgb(207, 207, 207);
}

/* Fourth Nav Box */
.fourth_content_box {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.fcb_box {
	display: flex;
	flex-direction: column;
	width: 47%;
	height: 100%;
}
.fcb_img {
	width: 100%;
	height: 50%;
	min-height: 450px;
	overflow: hidden;
	position: relative;
}
.fcb_cont_pic {
	width: 100%;
	/* top: 0; */
	position: absolute;
	opacity: 0;
    transition: opacity 1s;
}
.fcb_img img {
	width: 100%;
	object-fit: cover;
}
.fcb_slide_tbs {
	height: 100%;
	display: flex;
	justify-content: center;
}
.fcb_slide_tbs ul {
	display: flex;
	flex-direction: row;
	justify-content: center;
	position: absolute;
	bottom: 20px;
}
.fcb_slide_tbs ul li {
	width: 40px;
	border: 2px solid #fff;
	margin: 0 5px;
	z-index: 10;
}
.fcb_slide_tbs .active_tbs {
	border: 2px solid #104E98 !important;
}
.fourth_nav_contant {
	width: 100%;
	height: 455px;
	display: flex;
	flex-direction: column;
	background-image: url(/static/default/images/c4_bg.png);
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: 70%;
}
.fcb_title {
	display: flex;
	/* border-right: 2px solid #1d4b99; */
	padding-right: 15px;
	margin: 8px 0;
	/* writing-mode: vertical-rl; */
	font-size: 24px;
	text-align: left;
	letter-spacing: 5px;
}
.fcb_title a {
	display: block;
	font-size: 14px;
	letter-spacing: 0px;
	margin: 12px 0 0 10px;
}
.fcb_content {
	width: 100%;
	display: flex;
	flex-direction: column;
	margin: 0 0 15px 20px;
	padding: 5px 0 0 15px;
	overflow: hidden;
	border-left: 2px solid #1d4b99;
}
.fcb_content_up li {
	font-size: 18px;
	margin-bottom: 13px;
}
.fcb_content_down li {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding-left: 35px;
	margin: 10px 0 20px;
	font-size: 14px;
	position: relative;
}

/* Fifth Nav Box */
.fifth_content_box {
	width: 100%;
	height: 100%;
	position: relative;
}
.fifth_switch_pic {
	position: absolute;
	width: 100%;
	height: 96px;
	top: 600px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-end;
	z-index: 15;
}
.fifth_switch_pic .img {
	margin: 0 20px;
	position: relative;
	cursor: pointer;
}
.fifth_switch_pic .img_hidden::after {
	content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    background-image: url(/static/default/images/b-video1.png);
    -o-background-size: 100%;
    background-size: 100%;
    width: 15%;
    height: 30%;
    z-index: 11;
}
.fifth_switch_pic .img_current {
	border: solid #ffdb00;
	box-sizing: border-box;
}
.fifth_switch_pic .img img{
	width: 100%;
	height: 100%;
	margin: 0 0 -3px;
}
.fifth_switch_pic a {
	display: block;
	border: 1px solid #ffffff;
	color: #fff;
	font-size: 16px;
	margin-left: 20px;
	padding: 5px;
}
.fifth_bg_img {
	width: 100%;
	position: relative;
	z-index: 10;
}
.fifth_img_sw {
	width: 100%;
	position: absolute;
	opacity: 0;
	transition: opacity 1s;
	display: block;
}
.fifth_img_sw .fif_img {
	width: 100%;
}
.fif_img_info {
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .2);
}
.fif_img_info .txt {
	position: absolute;
    left: 50%;
    transform: translateX(-52%);
    z-index: 5;
    font-size: 26px;
    color: #fff;
    top: 130px;
    font-weight: bold;
}
.fif_img_info .txt::before {
	content: '';
    height: 3px;
    width: 8rem;
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    left: -9.5rem;
    top: 50%;
    /* transform: translateY(-50%); */
}
.fif_img_info .txt::after {
	content: '';
    height: 3px;
    width: 8rem;
    background: rgba(255, 255, 255, .7);
    position: absolute;
    right: -9.5rem;
    top: 50%;
    /* transform: translateY(-50%); */
}
.fif_img_info img {
	margin: 0 auto;
    position: absolute;
    left: 50%;
    /* top: 50%; */
	top: 300px;
    margin-left: -2.86rem;
    /* margin-top: -2.54rem; */
	z-index: 996;
}

/* Sixth Nav Box */
.sixth_content_box {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.sixth_top_box {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	background-image: url(/static/default/images/bg-5.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
}
.sixth_bottom_box {
	width: 100%;
	margin: 30px auto 120px;
	display: flex;
	flex-direction: row;
	/* justify-content: space-between; */
	align-items: center;
}
.stb_title span {
	/* height: 50px; */
	padding: 30px 0;
	color: #fff;
	font-size: 24px;
	line-height: 30px;
	font-weight: bolder;
	display: block;
}
.stb_link {
	width: 80%;
	margin-bottom: 20px;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
}
.stb_link div {
	border: 1px solid #fff;
}
.stb_link div a {
	color: #fff;
	font-size: 18px;
	display: block;
	padding: 10px 45px 10px 5px;
}
.sixth_bottom_box div {
	position: relative;
	height: 325px;
	overflow: hidden;
	margin-right: 37px;
}
.sixth_bottom_box div:last-child {
	margin-right: 0;
}
.sixth_bottom_box div a {
	display: block;
	box-shadow: 2px 0px 5px 0px rgba(0, 0, 0, 0.4);
	transition: transform 3s ease; /* 平滑旋转效果 */
} 
.sixth_bottom_box div a:hover {
	transform: rotateY(360deg); /* 鼠标悬浮时旋转360度 */
}


/* media screen */
@media screen and (max-width: 1920px) {
	.footer_content {
	  width: 84%;
	}
	.footer_icp {
		width: 100%;
	}
}
  
@media screen and (max-width:1200px) {
	.header_logo {
		height: 80px;
	}
	/* .logo_row {
		background-size: 30%;
	} */
	.home_header_nav {
		height: 30px;
	}
	.header_logo_search_slogan {
		font-size: 20px;
	}
	.nav ul {
		height: 30px;
		line-height: 30px;
	}
	.nav ul li a {
		font-size: 1.6em;
	}
}
  
@media screen and (max-width:900px) {
	.header{
		height: 120px;
	}
	/* .header_w {
		max-width: 720px;
	} */
}

@media screen and (max-width:800px) {
	.fnb_content {
		background-image: url(/static/default/images/c1_bg_m.png);
	}
	.third_nav_box {
		background-image: url(/static/default/images/c3_bg_m.png);
	}
	.con {
		margin: 60px auto 10px auto;
	}
}

@media screen and (max-width:640px) {
	body {
		min-width: auto !important;
	}
	.wraq_header {
		position: relative;
	}
	.top_nav a {
		padding: 0px 10px;
		color: rgb(255, 255, 255);
		font-size: 1.3em;
	}
	.topWrap {
		display: none;
	}
	.snav {
		display: block;
		z-index: 3;
	}
	.mbtn {
		display: block;
		top: 10px;
		font-size: 2.2em;
	}
	.navm {
		top: 60px;
	}
	.header {
		margin-top: -30px;
	}
	.header_logo {
		height: 60px;
	}
	.logo_row {
		background-size: 80%;
	}
	.home_header_nav {
		display: none;
	}
	.login_a_button {
		font-size: 12px;
	}
	.Banner {
		margin-top: -60px;
	}
	.Banner img {
		min-height: auto;
		max-height: auto;
	}
	.first_nav_box {
	padding-top: 50px;
	}
	.second_nav_box {
	margin-top: 50px;
	}
	.third_nav_box {
	margin-top: 50px;
	}
	.fourth_nav_box {
	margin-top: 50px;
	}
	.sixth_nav_box {
	margin-top: 50px;
	}
	.content_w {
		flex-direction: column;
		overflow: hidden;
	}
	.mobile_scroll {
		overflow-x: scroll !important;
	}
	.left_content {
		width: 90%;
		padding: 0 15px;
	}
	.right_content {
		width: 90% ;
		padding: 0 15px;
	}
	.left_content_banner {
		min-height: 248px;
	}
	.fnb_slider_slice {
		max-height: 225px;
	}
	.fnb_slice_content a {
		font-size: 14px;
	}
	.fnb_slice_img {
		width: 100%;
	}
	.fnb_more a {
		float: left;
		margin-left: 20px;
		margin-top: 0px;
	}
	.fnb_content {
		background-size: 100% 150%;
	}
	.fnb_pad {
		flex-direction: column;
	}
	.info_list_i {
		width: auto;
		margin-bottom: 20px;
	}
	.info_list_c {
		width: auto;
	}
	.snb_content {
		width: 160%;
		left: 10px;
	}
	.snb_box_t {
		margin-right: 14px;
	}
	.snb_box_t .date p {
		font-size: 20px;
	}
	.snb_box_t .snb_title a {
		margin: 10px auto 0;
	}
	.third_nav_contant {
		flex-direction: column;
		margin-bottom: 20px;
	}
	.tnb_list {
		width: 92%;
	}
	.tnb_list .date {
		font-size: 14px;
	}
	.tnb_list .date p {
		font-size: 16px;
	}
	.tnb_list ul li a {
		font-size: 14px;
	}
	.tnb_calendar {
		width: 400px;
		margin-left: -20px;
	}
	.fourth_content_box {
		flex-direction: column;
		align-items: center;
	}
	.fcb_box {
		width: 88%;
	}
	.fcb_content {
		overflow: visible;
	}
	.snb_box {
		margin-right: 15px;
	}
	.snb_box .date {
		font-size: 12px;
	}
	.snb_box .snb_title {
		font-size: 14px;
		line-height: 22px;
	}
	.stb_link div a {
		padding: 10px 10px;
	}
}

@media screen and (max-width:480px) {
	.flexslider{
		max-height: 253px;
	}
	.slides .slider_text_box {
		width: 98%;
		font-size: 0.9em;
	}
	.snav {
		height: 60px;
	}
	.navm {
		top: 60px;
	}
	.header {
		margin-top: -60px;
		height: 60px;
	}
	.logo_row {
		background-position: 25px 15px;
	}
	.login_a_button {
		font-size: 8px;
	}
	.login_a_button div {
		padding: 0 0 0 5px !important;
	}
	.login_a_button a {
		padding: 0 5px !important;
	}
	.index_title p {
		font-size: 20px;
	}
	.snb_box_t .snb_title {
		font-size: 14px;
		line-height: 20px;
	}
	.controls {
		right: auto;
	}
	.calendar {
		width: 100%;
	}
	.fcb_img {
		min-height: 250px;
	}
	.fcb_box {
		width: 80%;
	}
	.fcb_content_up li {
		font-size: 14px;
	}
}