
/******************* Background ********************/
html {
	background-color:#fff;
}
/********************** Fonts **********************/

body, button, input[type="submit"], input[type="reset"], input[type="button"],
input[type="text"], input[type="password"], input[type="email"], textarea, select {
	font-family: Open Sans, Arial, Tahoma, sans-serif;
	font-weight: normal;
}

#menu > ul > li > a {
	font-family: Open Sans, Arial, Tahoma, sans-serif;
	font-weight: normal;
}

h1 {
	font-family: Open Sans, Arial, Tahoma, sans-serif;
	font-weight: 300;
}

h2 {
	font-family: Open Sans, Arial, Tahoma, sans-serif;
	font-weight: 300;
}

h3 {
	font-family: Open Sans, Arial, Tahoma, sans-serif;
	font-weight: 300;
}

h4 {
	font-family: Open Sans, Arial, Tahoma, sans-serif;
	font-weight: 300;
}

h5 {
	font-family: Open Sans, Arial, Tahoma, sans-serif;
	font-weight: 300;
}

h6 {
	font-family: Open Sans, Arial, Tahoma, sans-serif;
	font-weight: 300;
}


/********************** Font sizes **********************/

/* Body */

body {
	font-size: 13px;
	line-height: 20px;
}

#menu > ul > li > a {
	font-size: 18px;
}

/* Headings */

h1 {
	font-size: 43px;
	line-height: 43px;
}

h2 {
	font-size: 40px;
	line-height: 40px;
}

h3 {
	font-size: 28px;
	line-height: 30px;
}

h4 {
	font-size: 25px;
	line-height: 29px;
}

h5 {
	font-size: 19px;
	line-height: 24px;
}

h6 {
	font-size: 15px;
	line-height: 18px;
}

#Header #logo
{
	height: auto !important;
	line-height: 100%;
}
.top_area .section
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 222;
	width: 100%;
	height: 100%;
}
.top_area ul
{
	color: #ffffff;
}

.item_box_area
{
	width: 100%;
	text-align: center;
}
.item_box_area .title
{
	color: #313131;
	font-family: "MiSans";
	font-size: 36px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.item_box_area .desc
{
	color: #92a5c1;
	text-align: center;
	font-family: "MiSans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}


.copyrights .social select
{
	background: #ffffff1a;
	border-color: #ffffff1a;
}
.copyrights .social select:focus
{

}

.search_area
{
	position: relative;
	width: 720px;
}
.top_area
{
	position: relative;
}

.search_area_input
{
	width: 700px;
	font-size: 16px;
	padding: 10px;
	border-radius: 6px;
	background: #FFF;
	border: 1px solid #CF171E;
	color: #77879d;
}

.search_area_input:focus
{
	border: 1px solid #CF171E;
	outline: none;

}

.search_area .search_area_bt
{
	position: absolute;
	width: 110px;
	height: 100%;
	text-align: center;
	flex-shrink: 0;
	right: -30px;
	top: 0;
	border-radius: 0 10px 10px 0;
	background: #CF171E;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	color: #ffffff;
}



/**********************首页新闻模块样式 **********************/
.new_section
{
	width: 100%;

}
.new_section .item_box_area .new_content
{
	width: 100%;
	height: 366px;
	display: flex;
	flex-direction: row;

}
.new_section .item_box_area .new_content .new_left
{
	width: 588px;
	height: 366px;
	flex-shrink: 0;
	overflow: hidden;
	margin-right: 20px;

}


.tab-content  .new_left .swiper-slide img
{

}


.new_section .item_box_area .new_content .new_left img
{
	width: 100%;
	height: 100% !important;
	object-fit: cover;
	transition: transform .3s ease;
}

.new_section .item_box_area .new_content .new_left img:hover {

	transform: scale(1.2);
	cursor: pointer;
}

.new_left li
{
	position: relative;
	overflow: hidden;
}

.new_section .item_box_area .new_content .new_left .title
{
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: rgba(0, 0, 0, 0.6);
	padding: 0 5%;
	width: 90%;
	color: #ffffff;
	font-family: "PingFang SC";
	height: 50px;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 50px;
	text-align: left;
}

.new_section .item_box_area .new_content .new_left .moreBt
{
	position: absolute;
	color: #4c5b76;
	font-family: "MiSans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	right: 0px;
	top: 0px;
	cursor: pointer;

}

.new_section .item_box_area .new_content .new_left .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}


.new_section .item_box_area .new_content .new_right
{
	width: 592px;
	height: 366px;
	flex-shrink: 0;
	display: flex;
	flex-direction:column;
}

.new_section .item_box_area .new_content .new_right .nav-tabs {
	height: 30px;
	line-height: 30px;

}



.new_section .item_box_area .new_content .new_right ul
{
	font-style: normal;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.new_section .item_box_area .new_content .new_right ul li {
	position: relative;
	float: left;
	margin-right: 20px;
	cursor: pointer;

}
.new_section .item_box_area .new_content .new_right ul li a
{
	font-size: 18px;
	color: #000000;
	font-weight: 400;
	text-decoration: none;


}
.new_section .item_box_area .new_content .new_right ul li.active a
{
	color: #c30124;
	font-family: "MiSans";
	font-size: 22px;
	font-style: normal;
	font-weight: 500;
	line-height: 26px;

}
.new_section .item_box_area .new_content .new_right ul li a:hover
{
	text-decoration: underline;
	text-decoration-thickness: 2px; /* 设置下划线粗细为2px */
	text-underline-offset:10px; /* 设置下划线与文字的距离为5px */
	text-decoration-color: #c30124; /* 设置下划线颜色为蓝色 */
}

.tab-content .tab-pane
{
	padding: 20px 0px;
	display:none;
}

.tab-content .tab-pane.active
{
	display:block;
}
.tab-content .new_item_box
{
	margin-bottom: 10px;
	cursor: pointer;
}
.tab-content .new_item_box .new_item_title
{
	color: #314260;
	font-family: "MiSans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	display: flex;
	flex-direction: row;
	justify-content: space-around;

}


.tab-content .new_item_box .new_item_title div
{
	margin-top: 0px;
	width: 80%;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	text-align: left;
}


.tab-content .new_item_box .new_item_time
{
	color: #4c5b76;
	font-family: "PingFang SC";
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
}

.tab-content .new_item_box .new_item_desc
{
	width: 100%;
	color: #8393b0;
	font-family: "MiSans";
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	text-align: left;
	display:none;
	padding: 0px 10px;
	border-bottom: 1px dashed #e5e5e573;
	padding-bottom: 10px;
}

.tab-content .new_item_box.active .new_item_desc
{
	display:block
}

.tab-content .new_item_box.active .new_item_title div
{
	color:#C30124
}

.ico-section
{
	color: #ffffff;
	text-align: center;
	font-family: "MiSans";
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 23px;
}


.ico-section .icon_box .ico {
	width: 80px;
	line-height: 80px;
	margin: 0 auto 15px;
	text-align: center;
	color: #fff;
	border-radius: 0;
	background: transparent;
	padding: 0;
}

.icon_box_item
{
	width: 254px;
	height:92px;
	display: flex;
	flex-direction: row;
	justify-content: left;
	align-items: center;
	flex-shrink: 0;
	border-radius: 10px;
	border: 1px solid #FFF;
	background: #ffffff99;
	box-shadow:  0 8px 12px 1px rgba(216,215,215,0.2);
	padding: 10px 15px;
	margin-bottom: 10px;
	color: #1b263f;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	overflow: hidden;


}

.icon_box_item img
{
	width:64px;
	height: 64px;
	margin-right: 10px;
}


.dx_box_item
{
	border-radius: 15px;
	overflow: hidden;
}

.dx_box_item img
{
	width: 228px;
	height:200px !important;
	flex-shrink: 0;
	border-radius: 10px;
	background: #1a49c099;
	box-shadow: 0 8px 12px 1px #d8d7d733;
	transition: transform .3s ease;

}

.dx_box_item:hover  img {

	transform: scale(1.2);
	cursor: pointer;
}



.dx_box_item img {

	transform: scale(1.2);
	cursor: pointer;
}


.dx_box_item_content
{
	position: absolute;
	width:70%;
	height: 60%;
	padding: 10px;
	left: 13%;
	top:10%;
	color: #ffffff;
	text-align: left;
}

.dx_box_item_content .dx_box_item_title
{

	color: #ffffff;
	font-family: "MiSans";
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
}

.dx_box_item_content .dx_box_item_desc
{

	color: #d3e0e9;
	font-family: "MiSans";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	margin-top: 10px;
}
.weixin
{
	position: relative;
}
.weixin .weixin_qrcode
{
	position: absolute;
	top:100%;
	width: 120px;
	height: 120px;
	max-width: 120px;
	left: calc(50% - 60px);
	display:none;
}

.weixin:hover .weixin_qrcode
{
	display:block;
	margin-top: 10px;
}





.lineBox
{
	margin: 0px 20px 20px 20px;
	border-bottom: 1px solid #e8eaee;
	padding-bottom: 15px;
	position: relative;
}
.lineBox .line-title
{
	color: #313131;
	font-family: "MiSans";
	font-size: 30px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.lineBox .line-address
{
	color: #8695af;
	font-family: "MiSans";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	position: absolute;
	right: 0;
	bottom: 20px;
}

.menu-active
{
	border-bottom: 4px solid #ffffff;
}

.products-image-box
{
	width: 98%;
	height: 90%;
	position: relative;
}

.products-image-box img
{
	width: 100%;
	height: 260px;
	object-fit: cover;
	vertical-align: bottom;
}

.image-content-title
{
	color: #ffffff;
	font-family: "PingFang SC";
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	width: 100%;
	height: 60px;
	line-height: 60px;
	padding-left: 20px;
	left: 0;
	bottom: 0;
	background: #293956b3;
	position: absolute;
}

.image-content-title a
{
	color: #ffffff;
	underline: none;
}

.image-content-title a:hover
{
	text-decoration: none;
}

.image-content .image-content-info
{
	width: 100%;
	height:100%;
	left: 0;
	top: 0;
	flex-shrink: 0;
	border-radius: 6px;
	background: #cf171e99;
	padding: 18px;
	display:none;
	cursor: pointer;
}
.image-content .image-content-info-title
{
	color: #ffffff;
	font-family: "PingFang SC";
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 22px;
}

.image-content .image-content-info-desc
{
	color: #ffffff;
	font-family: "PingFang SC";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 25px;
	margin-top: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	text-overflow: ellipsis;
}

.image-content:hover .image-content-title
{
	display:none;
}

.image-content:hover .image-content-info
{
	display:block;

}


.image-content:hover .image-content-info
{
	display:block
}

.image-content .image-content-info-bt
{
	padding: 3px 15px;
	justify-content: center;
	align-items: center;
	border-radius: 2px;
	border: 1px solid #FFF;
	color: #ffffff;
	font-family: "PingFang SC";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	width: 100px;
	text-align: center;
	margin-top: 20px;
}


.image-content .image-content-info-bt a
{
	color: #ffffff;
}

.image-content .image-content-info-bt a:hover
{
	text-decoration: none;
}

.header-container {
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
	padding-top: 30px;
}
@media (max-width: 767px) {
	.icon_box_item
	{
		margin: auto;
	}
	#mfn-rev-slider
	{
		height: 100vh;
	}
	.rev_slider_wrapper
	{
		height: 100% !important;
	}
	.rev_slider
	{
		height: 100% !important;
	}

	.tp-bgimg
	{
		top:35% !important;
	}
	.tp-caption
	{
		top:35% !important;
	}
}
