@charset "utf-8";
/* CSS Reset */
:root {
	--bs-body-font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Noto Sans CJK SC, WenQuanYi Micro Hei, Arial, sans-serif;
	--bs-body-font-size: 1rem;
	--bs-body-font-weight: 400;
	--bs-body-line-height: 1.5;
	--bs-body-color: #333;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
.clearfix::after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    line-height: 1;
    vertical-align: baseline;
    box-sizing: border-box; /* Ensure padding and borders are included in element sizes */
}
body {
	margin: 0;
	padding: 0;
	font-family: var(--bs-body-font-family);
	font-size: var(--bs-body-font-size);
	font-weight: var(--bs-body-font-weight);
	line-height: var(--bs-body-line-height);
	color: var(--bs-body-color);
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
img {max-width: 100%;}
a {
	text-decoration: none;
}


.main_pc {
	margin: 0 auto;
	padding: 0;
}

.main_pc .pagination {
	position: relative;
	padding: 0;
	margin: 15px auto 0;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.main_pc .pagination a {
	color: #999;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    background: #f5f5f5;
    padding: 10px 15px;
    transition: all .5s ease;
}
.main_pc .pagination .page-num-current,
.main_pc .pagination a:hover,
.main_pc .pagination .active {
	color: #fff;
	background: #ac0000;
}

.main_pc .pages {
	position: relative;
    margin: 0 auto;
}
.main_pc .pages .title_h2 {
	position: relative;
	margin: 0 auto 15px;
	text-align: center;
    color: #b02d38;
	font-weight: 500;
	font-size: 22px;
}
.main_pc .pages .title_h2::before {
	content: "";
    display: block;
    width: 40%;
    height: 1px;
    background: #b02d38;
    margin: 0 auto;
    position: absolute;
    top: 10px;
    bottom: 0;
    left: 0;
    right: auto;
}
.main_pc .pages .title_h2::after {
	content: "";
    display: block;
    width: 40%;
    height: 1px;
    background: #b02d38;
    margin: 0 auto;
    position: absolute;
    top: 10px;
    bottom: 0;
    left: auto;
    right: 0;
}
.main_pc .pages .aside_nav {
	position: relative;
}
.main_pc .pages .aside_nav .aside_list {
	position: relative;
	margin: 0 auto;
	background: #fff;
	border-left: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    border-top: none;
}
.main_pc .pages .aside_nav .h2 {
	background: #c00000;
	position: relative;
	margin: 0 auto;
	padding: 10px 15px;
	text-align: left;
	border-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.main_pc .pages .aside_nav .h2 span {
	color: #fff;
	font-size: 20px;
	line-height: 1.1;
	font-weight: 500;
	display: block;
}
.main_pc .pages .aside_nav .time {
	padding: 0;
	border-bottom: 0.1rem dashed #ddd;
}
.main_pc .pages .aside_nav .time:last-child {border: none;}
.main_pc .pages .aside_nav .time .h3 {
	margin: 0 auto;
}
.main_pc .pages .aside_nav .time .h3 a {
	color: #666;
	font-size: 14px;
	line-height: 1.1;
	font-weight: 500;
	display: block;
	transition: all .5s ease;
}
.main_pc .pages .aside_nav .time .h3 a:hover {color: #c00000;}
.main_pc .pages .aside_nav .time .aside_nav_ul {position: relative;}
.main_pc .pages .aside_nav .time .aside_nav_ul li a {
	color: #555;
	font-size: 16px;
	line-height: 1.3;
	font-weight: 500;
	display: block;
    padding: 10px 15px;
    border-bottom: 0.1rem dashed #ddd;
    transition: all .5s ease;
}
.main_pc .pages .aside_nav .aside_nav_ul li:last-child a {border: none;}
.main_pc .pages .aside_nav .time .aside_nav_ul li .active,
.main_pc .pages .aside_nav .time .aside_nav_ul li a:hover {color: #c00000;}
.main_pc .pages .aside_nav .time .div_txt .p {
	color: #666;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 500;
	margin: 0.5rem auto;
}
.main_pc .pages .list_text {
	position: relative;
	margin: 0rem auto;
}
.main_pc .pages .list_text .h2 {
	position: relative;
	margin: 0 auto;
	padding: 10px 10px 10px 10px;
	border-bottom: 0.1rem solid #ddd;
	display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
.main_pc .pages .list_text .h2::after {
	content: "";
    display: block;
    width: 5px;
    height: 50%;
    margin: 0 auto;
    background: #c00000;
    position: absolute;
    top: 10px;
    bottom: 0;
    left: 0;
    right: auto;
}
.main_pc .pages .list_text .h2 span {
	color: #c00000;
	font-size: 20px;
	line-height: 1.1;
	font-weight: 500;
	margin-left: 5px;
}
.main_pc .pages .list_text .h2 a {
	color: #666;
	font-size: 15px;
	line-height: 1.1;
	font-weight: 500;
	text-transform: uppercase;
	transition: all .5s ease;
}
.main_pc .pages .list_text .h2 a:hover {color: #c00000;}
.main_pc .pages .list_text .content_main {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	padding: 10px 0;
}
.main_pc .pages .m0 {margin: 0 auto;}

.main_pc .header_top {
	margin: 0 auto;
	padding: 10px 0;
}
.main_pc .top_text {
	background: #2c2c2c;
	margin: 0 auto;
	padding: 5px;
}
.main_pc .top_text .row {align-items: center;}
.main_pc .top_text .div_text {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.1;
}
.main_pc .top_text .language .span_language {
	display: block;
	text-align: right;
}
.main_pc .top_text .language .span_language a {
	display: inline-block;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.1;
}
.main_pc .m_top_text {
    text-align: center;
    padding: 1rem;
    margin: 0 auto;
	background: #ca0000;
}
.main_pc .m_top_text .p {
	color: #fff;
	font-size: 1.3rem;
	font-weight: 500;
	line-height: 1.3;
	margin: 0 auto;
}

.main_pc .header_top .figure_logo_txt {
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}
.main_pc .header_top .figure_logo_txt .span_logo img {
	width: 245px;
	height: 100px;
}
.main_pc .header_top .figure_logo_txt .figcaption a {
	color: #000;
	font-size: 26px;
	line-height: 1.2;
	font-weight: 600;
	display: block;
}
.main_pc .header_top .figure_logo_txt .figcaption span {
	color: #666;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 500;
	display: block;
	margin-top: 5px;
}
.main_pc .header_top .figure_logo_txt .figcaption strong {color: #d81b43;}
.main_pc .header_top .figure_txt_img {
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}
.main_pc .header_top .figure_txt_img .span_tel img {
	width: 50px;
	height: 50px;
	margin-right: 15px;
}
.main_pc .header_top .figure_txt_img .figcaption .p .span {
	display: block;
	color: #666;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.1;
	text-align: left;
	display: block;
}
.main_pc .header_top .figure_txt_img .figcaption .p span:last-child {
	color: #b70000;
	font-size: 20px;
	margin-top: 5px;
}
	
.main_pc .header_nav {
	margin: 0 auto;
	padding: 0;
	display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
	background: #ac0000;
	height: 39px;
	z-index: 2;
    position: relative;
}
.main_pc .header_nav .nav {
	margin: 0 auto;
	padding: 0;
}
.main_pc .header_nav .nav .ul_nav {
	margin: 0;
	padding: 0;
	display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    justify-content: space-evenly;
    position:relative;
	z-index:1;
}
.main_pc .header_nav .nav .ul_nav li {position:relative; display:inline;}
.main_pc .header_nav .nav .ul_nav li .a {
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	text-align: center;
	display: block;
	width: 115px;
	height: 39px;
	line-height: 39px;
	margin-right: 5px;
	background: #ac0000;
	transition: all .5s ease;
}
.main_pc .header_nav .nav .ul_nav li:last-child .a {
	margin:0;
}
.main_pc .header_nav .nav .ul_nav li .active,
.main_pc .header_nav .nav .ul_nav li .a:hover {
	background:#c40000;
}
.main_pc .header_nav .nav .ul_nav .sub {
	display:none;
	width:97%;
	left:0;
	top:34px;
	position:absolute;
	background:#ac0000;
	line-height:1;
	padding:0px;
}
.main_pc .header_nav .nav .ul_nav .sub li {
	zoom:1;
}
.main_pc .header_nav .nav .ul_nav .sub a {
	display: block;
    padding: 10px 5px;
    font-size: 0.6rem;
    line-height: 1;
    text-align: center;
    color: #fff;
    transition: all .5s ease;
	/*border: 1px solid #fff;*/
}
.main_pc .header_nav .nav .ul_nav .sub .active,
.main_pc .header_nav .nav .ul_nav .sub a:hover {
	color:#fff;
	background:#c40000;
}
.main_pc .header_nav .nav .on a {
	background:#ac0000;
	color:#fff;
}
.main_pc .header_nav_m .swiper_nav_m_0 {
	position: relative;
	overflow: hidden;
	margin:0 auto;
	padding: 0;
	text-align: center;
	background: #fff;
	webkit-box-shadow: 0 .1rem .1rem rgba(0, 0, 0, .2);
    -ms-box-shadow: 0 .1rem .1rem rgba(0, 0, 0, .2);
    -o-box-shadow: 0 .1rem .1rem rgba(0, 0, 0, .2);
    box-shadow: 0 .1rem .1rem rgba(0, 0, 0, .2);
}
/*.main_pc .header_nav_m .swiper_nav_m_0 .swiper-wrapper {justify-content: center;}*/
/*.main_pc .header_nav_m .swiper_nav_m_0 .swiper-slide {width: 75px !important;}*/
.main_pc .header_nav_m .swiper_nav_m_0 .prev_m_0,
.main_pc .header_nav_m .swiper_nav_m_0 .next_m_0 {
	color: #fff;
	background: rgb(0 0 0 / 50%);
	transition: all .5s ease;
}
.main_pc .header_nav_m .swiper_nav_m_0 .prev_m_0::after,
.main_pc .header_nav_m .swiper_nav_m_0 .next_m_0::after {
	font-size: 25px;
	line-height: 1;
}
.main_pc .header_nav_m .swiper_nav_m_0 .prev_m_0.swiper-button-disabled {
	opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}
/*.main_pc .header_nav_m .swiper_nav_m_0 .swiper-slide-active,*/
.main_pc .header_nav_m .swiper_nav_m_0 .active,
.main_pc .header_nav_m .swiper_nav_m_0 .swiper-wrapper .swiper-slide:hover {
	border-bottom: 2px solid #b02d38;
}
.main_pc .header_nav_m .swiper_nav_m_0 .swiper-slide a {
	font-size: 1rem;
    line-height: 1;
    text-align: center;
    color: #333;
    height: 39px;
    line-height: 39px;
    display: block;
    background: #fff;
    padding: 0 5px;
    transition: all .5s ease;
}
.main_pc .header_nav_m .swiper_nav_m_0 .swiper-slide a:hover,
.main_pc .header_nav_m .swiper_nav_m_0 .swiper-slide-active a {
	background: #fff;
}

.main_pc .swiper_0 {
	width:100%;
	height:380px;
	position: relative;
	overflow: hidden;
	margin:0 auto;
	padding: 0;
}
.main_pc .swiper_0 .swiper-slide {
	/*height: 57vh;*/
	text-align:center;
	font-size:18px;
	background:#fff;
	overflow:hidden;
}
.main_pc .swiper_0 .slide-inner {
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background-size:cover;
	background-position:center;
	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;
	color:#fff;
}
.main_pc .swiper_0 a.slide-inner:focus {cursor: grab;}
.main_pc .swiper_1 {
	margin:0 auto;
	padding: 0;
	position: relative;
	display: none !important;
}
.main_pc .swiper_0 .next_0 {
	width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    color: #fff;
    background: #00000026;
    border-radius: 5px;
	transition: all .5s ease;
}
.main_pc .swiper_0 .prev_0 {
	width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    color: #fff;
    background: #00000026;
    border-radius: 5px;
	transition: all .5s ease;
}
.main_pc .swiper_0 .next_0.swiper-button-disabled,
.main_pc .swiper_0 .prev_0.swiper-button-disabled {
	opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}
.main_pc .swiper_0 .pagination_0 {
    width: 120px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.main_pc .swiper_0 .pagination_0 .swiper-pagination-bullet {
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: #ac0000;
	opacity: 0.2;
	cursor: pointer;
	transition: all .5s ease;
}
.main_pc .swiper_0 .pagination_0 .swiper-pagination-bullet:hover {opacity: 1;}
.main_pc .swiper_0 .pagination_0 .swiper-pagination-bullet-active {
	opacity: 1;
	width: 23px;
	border-radius: 10px;
}
.main_pc .swiper_3 .next_3 {
	color: #04863a;
	display: none;
	transition: all .5s ease;
}
.main_pc .swiper_3 .prev_3 {
	color: #04863a;
	display: none;
	transition: all .5s ease;
}
.main_pc .swiper_3 .next_3.swiper-button-disabled,
.main_pc .swiper_3 .prev_3.swiper-button-disabled {
	opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}
.main_pc .swiper_3:hover .next_3 {display: block;}
.main_pc .swiper_3:hover .prev_3 {display: block;}
.main_pc .swiper_3 .pagination_3 {
	background: #00000033;
    width: auto;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0px;
}
.main_pc .swiper_3 .pagination_3 .swiper-pagination-bullet {
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: #ac0000;
	opacity: 0.2;
	cursor: pointer;
	transition: all .5s ease;
}
.main_pc .swiper_3 .pagination_3 .swiper-pagination-bullet:hover {opacity: 1;}
.main_pc .swiper_3 .pagination_3 .swiper-pagination-bullet-active {
	opacity: 1;
	width: 23px;
	border-radius: 10px;
}
.main_pc .swiper_3 {
	width:100%;
	height:315px;
	position: relative;
	overflow: hidden;
	margin:0 auto;
	padding: 0;
}
.main_pc .swiper_3 .swiper-slide {
	/*height: 60vh;*/
	text-align:center;
	font-size:18px;
	background:#fff;
	overflow:hidden;
}
.main_pc .swiper_3 .slide-inner {
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background-size:cover;
	background-position:center;
	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;
	color:#fff;
}
.main_pc .swiper_3 a.slide-inner:focus {cursor: grab;}

.main_pc .form_m {
	position: relative;
	padding: 0.3rem 0;
    background: #c00000;
}
.main_pc .form_m .form {
	background: #fff;
    padding: 0.5rem;
    position: relative;
    overflow: hidden;
}
.main_pc .form_m .form .input {
	color: #333;
	font-size:0.7rem;
	font-weight: 500;
	height: 2rem;
	width: 100%;
	padding: 0 2.2rem 0 0.3rem;
	outline: 0;
	border: none;
	border-radius: .15rem;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}
.main_pc .form_m .form .input:focus {border: none;}
.main_pc .form_m .form .input::-webkit-input-placeholder {
    color: #919191;
    font-size: 0.7rem;
    font-weight: 500;
}
.main_pc .form_m .form .button {
	color: #919191;
    font-size: 0.7rem;
    font-weight: 500;
    padding: 0.3rem;
    position: absolute;
    right: 8px;
    top: 8px;
    outline: 0;
    border: none;
    display: block;
    height: 2rem;
    width: 2rem;
    background: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0.15rem;
    border-bottom-right-radius: 0.15rem;
    border-bottom-left-radius: 0;
}

.main_pc .form_pc {
	position: relative;
	padding: 0;
	margin: 1rem auto;
}
.main_pc .form_pc .text {
}
.main_pc .form_pc .text .time {
	display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}
.main_pc .form_pc .text .time .h3 {
	color: #ca0000;
    font-size: 20px;
    font-weight: 500;
    margin-right: 10px;
}
.main_pc .form_pc .text .time .list a {
	color: #333;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    margin: 5px;
}
.main_pc .form_pc .form {
	position: relative;
	margin: 0 auto;
	text-align: right;
}
.main_pc .form_pc .form .input {
	color: #333;
	font-size: 1em;
	font-weight: 500;
	width: 400px;
	background: #fff;
    border: 2px solid #ac0000;
    border-radius: 2px;
    height: 40px;
    line-height: 40px;
    outline: 0;
    padding: 1px 55px 1px 10px;
}
/*.main_pc .form_pc .form  .input:focus {border: none;}*/
.main_pc .form_pc .form  .input::-webkit-input-placeholder {
    color: #919191;
    font-size: 1rem;
    font-weight: 500;
}
.main_pc .form_pc .form .button {
	color: #fff;
    font-size: 1rem;
    font-weight: 500;
    padding: 0;
    position: absolute;
    right: 14px;
    top: 2px;
    outline: 0;
    border: none;
    display: block;
    height: 36px;
    width: 50px;
    /*border-top-left-radius: 0;
    border-top-right-radius: 0.15rem;
    border-bottom-right-radius: 0.15rem;
    border-bottom-left-radius: 0;*/
    cursor: pointer;
    background: #ac0000;
}

.main_pc .index_product_pc {
	position: relative;
	margin: 5rem auto;
	padding: 0;
}
.main_pc .index_product_pc .aside_nav {
	position: relative;
	margin: 0rem auto;
}
.main_pc .index_product_pc .aside_nav .aside_list {
	position: relative;
	margin: 0rem auto;
    border: 0.1rem solid #ca0000;
}
.main_pc .index_product_pc .aside_nav .time {
	padding: 0.5rem 1em;
	border-bottom: 0.1rem dashed #ddd;
}
.main_pc .index_product_pc .aside_nav .time:last-child {border: none;}
.main_pc .index_product_pc .aside_nav .time .h3 {
	color: #666;
	font-size: 20px;
	line-height: 1.1;
	font-weight: 600;
	margin: 0.5rem auto;
}
.main_pc .index_product_pc .aside_nav .time .h3 a {
	color: #666;
	font-size: 20px;
	line-height: 1.1;
	font-weight: 600;
	display: block;
	transition: all .5s ease;
}
.main_pc .index_product_pc .aside_nav .time .h3 a:hover {color: #c00000;}
.main_pc .index_product_pc .aside_nav .time .aside_nav_ul li a {
	color: #666;
	font-size: 16px;
	line-height: 1.3;
	font-weight: 500;
	display: block;
    padding: 0.3rem 0;
    transition: all .5s ease;
}
.main_pc .index_product_pc .aside_nav .time .aside_nav_ul li .active,
.main_pc .index_product_pc .aside_nav .time .aside_nav_ul li a:hover {color: #c00000;}
.main_pc .index_product_pc .aside_nav .time .div_txt .p {
	color: #666;
	font-size: 14px;
	line-height: 1.1;
	font-weight: 500;
	margin: 0.5rem auto;
}
.main_pc .index_product_pc .aside_nav .h2 {
	background: #c00000;
	position: relative;
	margin: 0 auto;
	padding: 1rem 0.5rem;
	text-align: center;
	border: 0.1rem solid #ca0000;
}
.main_pc .index_product_pc .aside_nav .h2 span {
	color: #fff;
	font-size: 24px;
	line-height: 1.1;
	font-weight: 500;
	display: block;
}
.main_pc .index_product_pc .aside_nav .h2 small {
	color: #fff;
	font-size: 16px;
	line-height: 1.1;
	font-weight: 500;
	display: block;
	margin-top: 5px;
}
.main_pc .index_product_pc .list_text {
	position: relative;
	margin: 0rem auto;
}
.main_pc .index_product_pc .list_text .h2 {
	position: relative;
	margin: 0rem auto 0.5rem;
	padding: 10px;
	border-bottom: 0.1rem solid #c00000;
	display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
.main_pc .index_product_pc .list_text .h2 span {
	color: #c00000;
	font-size: 20px;
	line-height: 1.1;
	font-weight: 500;
}
.main_pc .index_product_pc .list_text .h2 a {
	color: #666;
	font-size: 15px;
	line-height: 1.1;
	font-weight: 500;
	transition: all .5s ease;
}
.main_pc .index_product_pc .list_text .h2 a:hover {color: #c00000;}
.main_pc .index_product_pc .list_text .figure_img_txt {
	position: relative;
	margin-bottom: 0.5rem;
}
.main_pc .index_product_pc .list_text .figure_img_txt .a_img {
	position: relative;
	display: block;
}
.main_pc .index_product_pc .list_text .figure_img_txt .a_img .img_1 {
	display: block;
    margin: 0 auto;
    width: 300px;
    height: 300px;
    object-fit: contain;
}
.main_pc .index_product_pc .list_text .figure_img_txt .figcaption {margin-top: 0.3rem;}
.main_pc .index_product_pc .list_text .figure_img_txt .figcaption a {
	color: #666;
	font-size: 14px;
	line-height: 1.1;
	font-weight: 500;
	text-align: center;
	display: block;
}
.main_pc .index_product_pc .list_text .figure_img_txt .figcaption p {
	color: #666;
	font-size: 12px;
	line-height: 1.3;
	font-weight: 500;
	margin-top: 0.5rem;
	display: none;
}

.main_pc .index_product_m {
	position: relative;
	margin: 2rem auto;
	padding: 0;
}
.main_pc .index_product_m .title_h2 {
	position: relative;
	margin: 0 auto 15px;
	text-align: center;
    color: #b02d38;
	font-weight: 500;
	font-size: 22px;
}
.main_pc .index_product_m .title_h2::before {
	content: "";
    display: block;
    width: 40%;
    height: 1px;
    background: #b02d38;
    margin: 0 auto;
    position: absolute;
    top: 10px;
    bottom: 0;
    left: 0;
    right: auto;
}
.main_pc .index_product_m .title_h2::after {
	content: "";
    display: block;
    width: 40%;
    height: 1px;
    background: #b02d38;
    margin: 0 auto;
    position: absolute;
    top: 10px;
    bottom: 0;
    left: auto;
    right: 0;
}
.main_pc .index_product_m .figure_img_txt {
	margin-bottom: 10px;
}
.main_pc .index_product_m .figure_img_txt .figcaption {
	text-align: center;
}
.main_pc .index_product_m .figure_img_txt .figcaption a {
	color: #333;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.3;
	display: block;
	margin-top: 5px;
}
.main_pc .index_product_m .figure_img_txt .figcaption p {
	color: #333;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.3;
	margin-top: 3px;
	display: none;
}
.main_pc .index_product_m .more_a {
    color: #666;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    display: block;
    width: 100%;
    padding: .5rem;
    margin: 15px auto;
    background: #e8e8e8;
    transition: all .5s ease;
}
.main_pc .index_product_m .more_a:hover {
	color: #fff;
	background: #b02d38;
}

.main_pc .index_service {
	position: relative;
	margin: 5rem auto;
	padding: 0;
}
.main_pc .index_service .bg {
	background: url("../images/service_bg.png") center no-repeat;
	height: 395px;
}
.main_pc .index_service .h1 {
	position: relative;
	margin: 0 auto;
	padding-top: 25px;
}
.main_pc .index_service .h1 span {
	color: #fff;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.2;
	text-align: center;
	display: block;
	margin: 0 auto 0.5rem;
}
.main_pc .index_service .h1 p {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	text-align: center;
	display: block;
	margin: 0 auto 0.5rem;
}
.main_pc .index_service .bg .ul {
	display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    top: 150px;
}
.main_pc .index_service .bg .ul .li {
	width: 15%;
    padding: 0 10px;
}
.main_pc .index_service .bg .ul .li span {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.2;
	text-align: center;
	display: block;
	margin: 0 auto 0.2rem;
}
.main_pc .index_service .bg .ul .li p {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	text-align: center;
}

.main_pc .index_solution_pc {
	position: relative;
	margin: 5rem auto;
}
.main_pc .index_solution_pc .desc_p {
	color: #f13a3a;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.3;
	text-align: center;
	display: block;
	position: relative;
	padding-bottom: 1rem;
    margin: 0 auto 1rem;
}
.main_pc .index_solution_pc .desc_p::before {
	content: "";
	display: block;
    width: 15%;
    height: 5px;
    background: #f13a3a;
    margin: 0 auto;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
}
.main_pc .index_solution_pc .desc_p::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #ddd;
	margin: 0 auto;
	position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
}
.main_pc .index_solution_pc .figure_img_txt .a {
	border: 1px #c00000 solid;
    position: relative;
    display: block;
    padding: 3px;
    transition: all .5s ease;
}
.main_pc .index_solution_pc .figure_img_txt .a .div {
	height: 230px;
	display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
	background: #fff;
	transition: all .5s ease;
}
.main_pc .index_solution_pc .figure_img_txt .a:hover .div {
	background: #ddd;
}
.main_pc .index_solution_pc .figure_img_txt .img {
	text-align: center;
	display: block;
	margin: 0px auto 10px;
}
.main_pc .index_solution_pc .figure_img_txt .figcaption {position: relative;}
.main_pc .index_solution_pc .figure_img_txt .figcaption .span {
	color: #666;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
	display: block;
	margin: 10px auto 5px;
}
.main_pc .index_solution_pc .figure_img_txt .figcaption .p {
	color: #666;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
	display: block;
	margin: 0 auto;
}

.main_pc .index_about_m {
	position: relative;
	margin: 2rem auto;
	padding: 0;
}
.main_pc .index_about_m .title_h2 {
	position: relative;
	margin: 0 auto 15px;
	text-align: center;
    color: #b02d38;
	font-weight: 500;
	font-size: 22px;
}
.main_pc .index_about_m .title_h2::before {
	content: "";
    display: block;
    width: 40%;
    height: 1px;
    background: #b02d38;
    margin: 0 auto;
    position: absolute;
    top: 10px;
    bottom: 0;
    left: 0;
    right: auto;
}
.main_pc .index_about_m .title_h2::after {
	content: "";
    display: block;
    width: 40%;
    height: 1px;
    background: #b02d38;
    margin: 0 auto;
    position: absolute;
    top: 10px;
    bottom: 0;
    left: auto;
    right: 0;
}
.main_pc .index_about_m .more_a {
    color: #666;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    display: block;
    width: 100%;
    padding: .5rem;
    margin: 15px auto;
    background: #e8e8e8;
    transition: all .5s ease;
}
.main_pc .index_about_m .more_a:hover {
	color: #fff;
	background: #b02d38;
}
.main_pc .index_about_m .div_text .img {
	width: 100%;
    max-width: 100%;
    display: block;
    margin: 0 auto 15px;
}
.main_pc .index_about_m .div_text .p {
	color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
	text-indent: 2em;
	margin: 0 auto;
}

.main_pc .index_news {
	position: relative;
	margin: 0rem auto;
	padding: 5rem 0;
	background: #fafafa;
}
.main_pc .index_news .h3 {
	position: relative;
	margin: 0 auto 20px;
	padding: 20px 0;
	text-align: center;
}
.main_pc .index_news .h3::before {
	content: "";
    display: block;
    width: 8px;
    height: 8px;
    margin: 18px auto;
    background: #f0f0f0;
    transform: rotate(45deg);
    position: absolute;
    right: 0;
    left: 0;
    top: auto;
    bottom: -20px;
}
.main_pc .index_news .h3::after {
	content: "";
	display: block;
    width: 100%;
    height: 1px;
    background: #f0f0f0;
    margin: 0 auto;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
}
.main_pc .index_news .h3 span {
	color: #c00000;
    font-size: 30px;
    font-weight: 500;
    line-height: 1;
}
.main_pc .index_news .h3 p {
	color: #737373;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    margin-top: 10px;
}
.main_pc .index_news .img_a {}
.main_pc .index_news .picScroll-top {
	margin:0 auto;
	overflow:hidden;
	position:relative;
}
.main_pc .index_news .picScroll-top .hd {
	overflow:hidden;
	height:30px;
	line-height:30px;
	background:#f4f4f4;
	padding: 0 10px;
	display:none;
}
.main_pc .index_news .picScroll-top .hd .prev,
.main_pc .index_news .picScroll-top .hd .next {
	display:block;
	width:9px;
	height:5px;
	float:right;
	margin-right:5px;
	margin-top:10px;
	overflow:hidden;
	cursor:pointer;
	background:url("../images/arrow.png") 0 -100px no-repeat;
}
.main_pc .index_news .picScroll-top .hd .next {
	background-position:0 -140px;
}
.main_pc .index_news .picScroll-top .hd .prevStop {
	background-position:-60px -100px;
}
.main_pc .index_news .picScroll-top .hd .nextStop {
	background-position:-60px -140px;
}
.main_pc .index_news .picScroll-top .hd ul {
	float:right;
	overflow:hidden;
	margin-top:10px;
	zoom:1;
}
.main_pc .index_news .picScroll-top .hd ul li {
	float:left;
	width:9px;
	height:9px;
	overflow:hidden;
	margin-right:5px;
	text-indent:-999px;
	cursor:pointer;
	background:url("../images/icoCircle.gif") 0 -9px no-repeat;
}
.main_pc .index_news .picScroll-top .hd ul li.on {
	background-position:0 0;
}
.main_pc .index_news .picScroll-top .bd {
	padding:15px 0;
}
.main_pc .index_news .picScroll-top .bd .tempWrap {
	overflow: hidden;
    position: relative;
    height: 140px !important;
}
.main_pc .index_news .picScroll-top .bd ul {
	overflow:hidden;
	zoom:1;
}
.main_pc .index_news .picScroll-top .bd ul li {
	display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
	zoom:1;
	height: 149px !important;
	margin-bottom: 20px;
    padding-bottom: 20px;
	border-bottom: 1px dashed #ddd;
}
.main_pc .index_news .picScroll-top .bd ul li .pic {
	display: none;
	text-align:center;
}
.main_pc .index_news .picScroll-top .bd ul li .pic img {
	width:150px;
	height:150px;
	display:block;
	margin:0 auto;
	padding:2px;
	border:1px solid #ccc;
}
.main_pc .index_news .picScroll-top .bd ul li .pic a:hover img {
	border-color:#999;
}
.main_pc .index_news .img_txt .picScroll .bd .picList li .time {
	position: relative;
    background: #f2f2f2;
    height: 100px;
    width: 100px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
}
.main_pc .index_news .img_txt .picScroll .bd .picList li .time span {
	color:#666;
	font-size: 25px;
	font-weight:500;
	line-height:1.2;
	text-align: center;
	display: block;
	margin: 0 auto;
}
.main_pc .index_news .img_txt .picScroll .bd .picList li .time small {
	color:#666;
	font-size:14px;
	font-weight:500;
	line-height:1.2;
	text-align: center;
	display: block;
	margin: 0 auto;
}
.main_pc .index_news .picScroll-top .bd ul li .title {
	width: 82%;
}
.main_pc .index_news .picScroll-top .bd ul li .title a {
	color:#000;
	font-size:18px;
	font-weight:500;
	line-height:1.2;
}
.main_pc .index_news .picScroll-top .bd ul li .title p {
	color: #808080;
	font-size:14px;
	font-weight:500;
	line-height:1.5;
	margin-top: 5px;
}
.main_pc .index_news .text .h2 {
	color: #f13a3a;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    margin: 15px auto;
    position: relative;
    display: block;
    width: 100%;
}
.main_pc .index_news .text .h2::before {
	content: "";
    display: block;
    width: 5px;
    height: 10px;
    background: #f13a3a;
    margin: 0 auto;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 185px;
    right: auto;
}
.main_pc .index_news .text .h2::after {
	content: "";
	display: block;
    width: 70%;
    height: 10px;
    background: #f5f5f5;
    margin: 0 auto;
    position: absolute;
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
}
.main_pc .index_news .text .div_txt .p {
	font-family: "宋体";
    color: #000;
    font-size: 16px;
    font-weight: 500;
	line-height: 1.8;
	text-indent: 32px;
}

.main_pc .index_news_m {
	position: relative;
	margin: 2rem auto;
	padding: 0;
}
.main_pc .index_news_m .title_h2 {
	position: relative;
	margin: 0 auto 15px;
	text-align: center;
    color: #b02d38;
	font-weight: 500;
	font-size: 22px;
}
.main_pc .index_news_m .title_h2::before {
	content: "";
    display: block;
    width: 40%;
    height: 1px;
    background: #b02d38;
    margin: 0 auto;
    position: absolute;
    top: 10px;
    bottom: 0;
    left: 0;
    right: auto;
}
.main_pc .index_news_m .title_h2::after {
	content: "";
    display: block;
    width: 40%;
    height: 1px;
    background: #b02d38;
    margin: 0 auto;
    position: absolute;
    top: 10px;
    bottom: 0;
    left: auto;
    right: 0;
}
.main_pc .index_news_m .more_a {
    color: #666;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    display: block;
    width: 100%;
    padding: .5rem;
    margin: 15px auto;
    background: #e8e8e8;
    transition: all .5s ease;
}
.main_pc .index_news_m .div_text .ul {
	position: relative;
	margin: 0 auto;
}
.main_pc .index_news_m .div_text .ul li a {
	display: block;
	margin: 0 auto 0px;
	padding: 15px;
	background: #fff;
	transition: all .5s ease;
	border-bottom: 1px solid #f1f1f1;
}
.main_pc .index_news_m .div_text .ul li a:hover {background: #f2f2f2;}
.main_pc .index_news_m .div_text .ul li .title {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}
.main_pc .index_news_m .div_text .ul li .title span {
	color: #333;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
}
.main_pc .index_news_m .div_text .ul li .title i {
	color: #333;
    font-size: 16px;
    line-height: 1;
}
.main_pc .index_news_m .div_text .ul li .time {
	color: #ababab;
	font-size: 15px;
    font-weight: 500;
    line-height: 1;
    display: block;
    margin-top: 10px;
}
.main_pc .index_news_m .more_a:hover {
	color: #fff;
	background: #b02d38;
}

.main_pc .index_rarter {
	position: relative;
	margin: 0rem auto;
	padding: 3rem 0 1rem 0;
	background: #fff;
}
.main_pc .index_rarter .h3 {
	position: relative;
	margin: 0 auto 20px;
	padding: 20px 0;
	text-align: center;
}
.main_pc .index_rarter .h3::before {
	content: "";
    display: block;
    width: 8px;
    height: 8px;
    margin: 18px auto;
    background: #f0f0f0;
    transform: rotate(45deg);
    position: absolute;
    right: 0;
    left: 0;
    top: auto;
    bottom: -20px;
}
.main_pc .index_rarter .h3::after {
	content: "";
	display: block;
    width: 100%;
    height: 1px;
    background: #f0f0f0;
    margin: 0 auto;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
}
.main_pc .index_rarter .h3 span {
	color: #c00000;
    font-size: 30px;
    font-weight: 500;
    line-height: 1;
}
.main_pc .index_rarter .h3 p {
	color: #737373;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    margin-top: 10px;
}
.main_pc .index_rarter .picMarquee-left {
	overflow:hidden;
	position:relative;
}
.main_pc .index_rarter .picMarquee-left .hd {
	display: none;
	overflow:hidden;
	height:30px;
	background:#f4f4f4;
	padding:0 10px;
}
.main_pc .index_rarter .picMarquee-left .hd .prev,
.main_pc .index_rarter .picMarquee-left .hd .next {
	display:block;
	width:5px;
	height:9px;
	float:right;
	margin-right:5px;
	margin-top:10px;
	overflow:hidden;
	cursor:pointer;
	background:url("../images/arrow.png") no-repeat;
}
.main_pc .index_rarter .picMarquee-left .hd .next {
	background-position:0 -50px;
}
.main_pc .index_rarter .picMarquee-left .hd .prevStop {
	background-position:-60px 0;
}
.main_pc .index_rarter .picMarquee-left .hd .nextStop {
	background-position:-60px -50px;
}
.main_pc .index_rarter .picMarquee-left .bd {
	padding:0px;
}
.main_pc .index_rarter .picMarquee-left .bd ul {
	overflow:hidden;
	zoom:1;
}
.main_pc .index_rarter .picMarquee-left .bd ul li {
	margin:0 8px;
	float:left;
	_display:inline;
	overflow:hidden;
	text-align:center;
}
.main_pc .index_rarter .picMarquee-left .bd ul li .pic {
	text-align:center;
}
.main_pc .index_rarter .picMarquee-left .bd ul li .pic img {
	/*width:120px;
	height:90px;*/
	display:block;
	padding:0px;
	border:1px solid transparent;
	transition: all .5s ease;
}
.main_pc .index_rarter .picMarquee-left .bd ul li .pic a:hover img {
	border-color:#999;
}
.main_pc .index_rarter .picMarquee-left .bd ul li .title a {
	color: #333;
	font-size: 16px;
	font-weight: 500;
	line-height:1.2;
	display: none;
	margin-top: 5px;
}

.main_pc .footer_pc {
	position: relative;
	margin: 0 auto;
}
.main_pc .footer_pc .footer_bg {
	background: url("../images/footer_bg.png") center no-repeat;
	height: 320px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
}
.main_pc .footer_pc .figure_txt_img .span {
	background: #fff;
    display: inline-block;
    padding: 5px;
    text-align: center;
    float: right;
}
.main_pc .footer_pc .figure_txt_img .div_border {
    padding: 0px;
    display: inline-block;
    position: relative;
    margin: 0 auto;
    background: #fff;
}
.main_pc .footer_pc .figure_txt_img .div_border img {
	width: 130px;
	height: 130px;
	display: block;
    margin: 0 auto;
    border: 1px solid #ddd;
}
.main_pc .footer_pc .figure_txt_img .figcaption {
	color: #333;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
}
.main_pc .footer_pc .list_nav .ul li {
	display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 5px;
}
.main_pc .footer_pc .list_nav .ul li span {
	color: #DEDEDE;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.5;
}
.main_pc .footer_pc .list_nav .ul li p a {
	color: #DEDEDE;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.2;
}
.main_pc .footer_pc .footer_text {
	position: relative;
    top: 30px;
}
.main_pc .footer_pc .p_copyright {
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.2;
	text-align: center;
	margin: 0px auto;
}
.main_pc .footer_pc .a_icp {
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	margin: 5px auto 0;
	display: block;
	transition: all .5s ease;
}
.main_pc .footer_pc .a_icp:hover {color: #000;}

.main_pc .footer_m {
	position: relative;
	margin: 0 auto;
	padding: 2rem 1rem;
	background: #f5f5f5;
}
.main_pc .footer_m .p_copyright {
	color: #999;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
	margin: 0px auto;
}
.main_pc .footer_m .a_icp {
	color: #999;
	font-size: 12px;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	margin: 5px auto 0;
	display: block;
	transition: all .5s ease;
}
.main_pc .footer_m .a_icp:hover {color: #04863a;}

.main_pc .aside_nav_m {
	position: relative;
	margin: 0 auto;
	padding: 0;
}
.main_pc .aside_nav_m .menu_nav {
	position: relative;
	margin: 0 auto 15px;
	border: 1px solid #f5f5f5;
}
.main_pc .aside_nav_m .menu_nav .ul {
	margin: 0 auto;
	position: relative;
}
.main_pc .aside_nav_m .menu_nav .ul .li {
	border-bottom: 1px solid #f1f1f1;
}
.main_pc .aside_nav_m .menu_nav .ul .li a {
	color: #000;
	font-size: 22px;
	line-height: 1.2;
	font-weight: 500;
	background: #f5f5f5;
	display: block;
	padding: 1rem;
	transition: all .5s ease;
}
.main_pc .aside_nav_m .menu_nav .ul .li .active {color: #b02d38;}
.main_pc .aside_nav_m .menu_nav .ul .li a:hover {
	background: #f5f5f5;
}
.main_pc .aside_nav_m .menu_nav .ul .li .nav::before {
    content: "\f105";
    font-family: FontAwesome;
}
.main_pc .aside_nav_m .menu_nav .sub_ul .back {
    background: #ac0000;
    color: #FFF;
	font-size: 22px;
	line-height: 1.2;
	font-weight: 500;
}
.main_pc .aside_nav_m .menu_nav .sub_ul .back::before {
	content: "\f104";
    font-family: FontAwesome;
}
.main_pc .aside_nav_m .menu_nav .sub_ul {
	margin: 0 auto;
	position: relative;
}
.main_pc .aside_nav_m .menu_nav .sub_ul li {
	border-bottom: 1px solid #f1f1f1;
}
.main_pc .aside_nav_m .menu_nav .sub_ul li a {
	color: #000;
	font-size: 22px;
	line-height: 1.2;
	font-weight: 500;
	background: #fff;
	display: block;
	transition: all .5s ease;
}
.main_pc .aside_nav_m .menu_nav .sub_ul .li a:hover {
	background: #f5f5f5;
}

.main_pc .product {
	position: relative;
    margin: 1rem auto;
    background: #fff;
}
.main_pc .product .m0 {margin: 0;}
.main_pc .product .title_h2 {
	position: relative;
	margin: 0 auto 15px;
	text-align: center;
    color: #b02d38;
	font-weight: 500;
	font-size: 22px;
}
.main_pc .product .title_h2::before {
	content: "";
    display: block;
    width: 40%;
    height: 1px;
    background: #b02d38;
    margin: 0 auto;
    position: absolute;
    top: 10px;
    bottom: 0;
    left: 0;
    right: auto;
}
.main_pc .product .title_h2::after {
	content: "";
    display: block;
    width: 40%;
    height: 1px;
    background: #b02d38;
    margin: 0 auto;
    position: absolute;
    top: 10px;
    bottom: 0;
    left: auto;
    right: 0;
}
.main_pc .product .aside_nav {
	position: relative;
}
.main_pc .product .aside_nav .aside_list {
	position: relative;
	margin: 0rem auto;
	background: #f6f6f6;
}
.main_pc .product .aside_nav .time {
	padding: 0;
	border-bottom: 0.1rem dashed #ddd;
}
.main_pc .product .aside_nav .time:last-child {border: none;}
.main_pc .product .aside_nav .time .aside_nav_ul li a {
	color: #555;
	font-size: 16px;
	line-height: 1.3;
	font-weight: 500;
	display: block;
    padding: 10px 15px 10px;
    transition: all .5s ease;
}
.main_pc .product .aside_nav .time .aside_nav_ul li .active,
.main_pc .product .aside_nav .time .aside_nav_ul li a:hover {color: #c00000;}
.main_pc .product .aside_nav .time .div_txt .p {
	color: #666;
	font-size: 14px;
	line-height: 1.1;
	font-weight: 500;
	margin: 0.5rem auto;
}
.main_pc .product .aside_nav .h2 {
	background: #c00000;
	position: relative;
	margin: 0 auto;
	padding: 0.7rem;
	text-align: center;
}
.main_pc .product .aside_nav .h2 span {
	color: #fff;
	font-size: 20px;
	line-height: 1.1;
	font-weight: 500;
	display: block;
}
.main_pc .product .aside_nav .aside_list_2 {
	position: relative;
	margin-top: 10px;
	background: #f6f6f6;
}
.main_pc .product .aside_nav .aside_list_2 .time {padding: 10px;}
.main_pc .product .aside_nav .aside_list_2 .time .h3 {
	color: #666;
	font-size: 15px;
	line-height: 1.1;
	font-weight: 600;
	margin: 0 auto 10px;
}
.main_pc .product .aside_nav .aside_list_2 .time .h3 a {
	color: #666;
	font-size: 15px;
	line-height: 1.1;
	font-weight: 600;
}
.main_pc .product .aside_nav .aside_list_2 .time .div_txt .aaa {
	color: #666;
	font-size: 14px;
	line-height: 1.1;
	font-weight: 500;
	display: block;
	margin-bottom: 3px;
}
.main_pc .product .aside_nav .aside_list_2 .time .div_txt .aaa .qq {
	display: inline-block;
    height: 21px;
    width: 21px;
    margin-right: 10px;
    vertical-align: super;
	background: url("../images/qq.gif") no-repeat;
}
.main_pc .product .aside_nav .aside_list_2 .time .h3 a .time {
	display: inline-block;
    height: 27px;
    width: 27px;
    margin-right: 0px;
    vertical-align: baseline;
	background: url("../images/time.png") no-repeat;
}
.main_pc .product .aside_nav .aside_list_2 .time .h3 a .contact {
	display: inline-block;
    height: 27px;
    width: 27px;
    vertical-align: super;
    margin: 0 5px 0 0;
	background: url("../images/contact.png") no-repeat;
}
.main_pc .product .list_text {
	position: relative;
	margin: 0rem auto;
}
.main_pc .product .list_text .h2 {
	position: relative;
	margin: 0rem auto 0.5rem;
	padding: 10px;
	border-bottom: 0.1rem solid #ddd;
	display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
.main_pc .product .list_text .h2::after {
	content: "";
    display: block;
    width: 5px;
    height: 50%;
    margin: 0 auto;
    background: #c00000;
    position: absolute;
    top: 10px;
    bottom: 0;
    left: 0;
    right: auto;
}
.main_pc .product .list_text .h2 span {
	color: #c00000;
	font-size: 20px;
	line-height: 1.1;
	font-weight: 500;
	margin-left: 5px;
}
.main_pc .product .list_text .h2 a {
	color: #666;
	font-size: 15px;
	line-height: 1.1;
	font-weight: 500;
	text-transform: uppercase;
	transition: all .5s ease;
}
.main_pc .product .list_text .h2 a:hover {color: #c00000;}
.main_pc .product .list_text .figure_img_txt {
	position: relative;
	margin-bottom: 1rem;
}
.main_pc .product .list_text .figure_img_txt .a_img {
	position: relative;
	display: block;
}
.main_pc .product .list_text .figure_img_txt .a_img .img_1 {
	display: block;
    margin: 0 auto;
    width: 300px;
    height: 300px;
    object-fit: cover;
}
.main_pc .product .list_text .figure_img_txt .figcaption {margin-top: 0.3rem;}
.main_pc .product .list_text .figure_img_txt .figcaption a {
	color: #666;
	font-size: 14px;
	line-height: 1.1;
	font-weight: 500;
	text-align: center;
	display: block;
	margin-top: 1rem;
}
.main_pc .product .list_text .figure_img_txt .figcaption p {
	color: #666;
	font-size: 12px;
	line-height: 1.3;
	font-weight: 500;
	margin-top: 0.5rem;
	display: none;
}

.main_pc .product_details {
	position: relative;
	margin: 20x auto 0;
	padding: 0px;
	background: #fff;
}
.main_pc .product_details .content {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	padding: 10px;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 20px;
    margin-bottom: 20px;
}
.main_pc .product_details .content .div_img {
	position: relative;
	width: 48%;
	border: 1px solid #ddd;
}
.main_pc .product_details .right_img_txt .content .div_img .swiper {
	margin-left:auto;
	margin-right:auto;
}
.main_pc .product_details .right_img_txt .content .div_img .swiper-slide {
	height: auto;
	background-size:cover;
	background-position:center;
}
.main_pc .product_details .right_img_txt .content .div_img .mySwiper2 {
/*	width:100%;*/
}
.main_pc .product_details .right_img_txt .content .div_img .mySwiper {
	height:20%;
	box-sizing:border-box;
	padding: 0;
    margin-top: 5px;
	padding: 0px 0;
	border-top: 1px solid #ddd;
}
.main_pc .product_details .right_img_txt .content .div_img .mySwiper .swiper-slide {
	width:25%;
	height:100%;
	opacity:0.4;
	border-left: 1px solid #ddd;
}
.main_pc .product_details .right_img_txt .content .div_img .mySwiper .swiper-slide:nth-child(1) {border: none;}
.main_pc .product_details .right_img_txt .content .div_img .mySwiper .swiper-slide-thumb-active {
	opacity:1;
}
.main_pc .product_details .right_img_txt .content .div_img .swiper-slide img {
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
}
.main_pc .product_details .right_img_txt .content .div_img .swiper-slide .zoomImg {
	width:1000px !important;
	height:1000px !important;
}
.main_pc .product_details .h2_title {
	position: relative;
	margin: 0rem auto 0.5rem;
	padding: 10px;
	border-bottom: 0.1rem solid #ddd;
	display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
.main_pc .product_details .h2_title::after {
	content: "";
    display: block;
    width: 5px;
    height: 50%;
    margin: 0 auto;
    background: #c00000;
    position: absolute;
    top: 10px;
    bottom: 0;
    left: 0;
    right: auto;
}
.main_pc .product_details .h2_title span {
	color: #c00000;
	font-size: 20px;
	line-height: 1.1;
	font-weight: 500;
	margin-left: 5px;
}
.main_pc .product_details .h2_title a {
	color: #666;
	font-size: 15px;
	line-height: 1.1;
	font-weight: 500;
	text-transform: uppercase;
	transition: all .5s ease;
	display: none;
}
.main_pc .product_details .h2_title a:hover {color: #c00000;}
.main_pc .product_details .content .text {
	position: relative;
	width: 50%;
}
.main_pc .product_details .content .text .title_h3 {
	color: #585858;
    font-size: 20px;
    font-weight: 600;
    text-align: left;
    line-height: 1.2;
    /*padding: 0 0 10px 0;
    margin: 0 auto 10px;
    border-bottom: 1px solid #ddd;*/
}
.main_pc .product_details .content .text .p_desc {
	color: #828282;
    font-size: 14px;
    line-height: 2.2;
    letter-spacing: 1px;
    padding: 0;
    /*text-align: right;
    white-space: pre;
    text-wrap: wrap;*/
    margin: 0 auto;
}
.main_pc .product_details .content .text .text-with-hover {
	position: relative;
	font-size: 20px;
	padding: 10px 0;
    margin: 0 auto 10px;
    border-bottom: 1px solid #ddd;
}
.main_pc .product_details .content .text .hover-content {
	display: none;
	position: absolute;
	left: 0;
	top: 20px
	z-index: 10;
}
.main_pc .product_details .content .text .hover-content img {
	width: 150px;
	height: 150px;
}
.main_pc .product_details .content .text .text-with-hover:hover .hover-content {
 	display: block;
}
/*.main_pc .product_details .right_img_txt .content .text .ul_desc li {
	display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}
.main_pc .product_details .right_img_txt .content .text .ul_desc li span {
	text-align: right;
}
.main_pc .product_details .right_img_txt .content .text .ul_desc small {
	text-align: left;
}*/
.main_pc .product_details .right_img_txt .content .text .table {
	margin: 0;
	width: 260px;
}
.main_pc .product_details .right_img_txt .content .text .table tr {
}
.main_pc .product_details .right_img_txt .content .text .table tr td {
	text-align: right;
	width: 50%;
	padding: 5px 0;
	color: #666;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
}
.main_pc .product_details .right_img_txt .content .text .table tr td:nth-child(2) {text-align: left;}
.main_pc .product_details .right_img_txt .content .text .table tr td span {
	color: #666;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
}
.main_pc .product_details .content .a_ntn {
	background: #c00000;
	border-radius: 5px;
    border: 1px solid #c00000;
    display: inline-block;
    text-align: center;
    height: 50px;
    line-height: 50px;
    width: 160px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    /*position: absolute;
    right: 35%;
    left: auto;
    top: 60%;
    bottom: auto;*/
    margin: 15px auto 0;
    position: relative;
    left: 80px;
    right: 0;
}
.main_pc .product_details .content .bottom_text {
	/*display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    align-content: center;*/
    margin: 10px auto 0;
    width: 100%;
    position: relative;
}
.main_pc .product_details .content .bottom_text .span_prev_next {
	/*display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;*/
    margin: 10px auto 0;
}
.main_pc .product_details .content .bottom_text .span_prev_next a {
	display: block;
	margin: 10px;
	color: #333;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
}
.main_pc .product_details .content .tab_content {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin: 20px auto;
	/*padding: 10px 0;
	border-top: 1px solid #c00000;*/
}
.main_pc .product_details .content .tab_content .hd .ul {
	position: relative;
	margin: 0 auto;
	display: flex;
}
.main_pc .product_details .content .tab_content .hd .ul li {
	background: #f6f6f6;
    border: 1px solid #f6f6f6;
    border-bottom: 1px solid #f6f6f6;
    height: 40px;
    line-height: 40px;
    width: 50%;
    text-align: center;
    font-size: 1rem;
    color: #333;
    font-weight: 500;
    cursor: pointer;
    transition: all .5s ease;
}
.main_pc .product_details .content .tab_content .hd .ul .on {
	border-right: none;
	background: #fff;
	color: #000;
	border: 1px solid #c00000;
	border-bottom: 1px solid #fff;
}
.main_pc .product_details .right_img_txt .content .content_text {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin: 20px auto;
	/*padding: 10px 0;
	border-top: 1px solid #c00000;*/
}
.main_pc .product_details .right_img_txt .content .content_text .p {
	color: #666;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    margin: 0 auto;
}
.main_pc .product_details .right_img_txt .tab_content .content_text .table {
	margin: 0;
}
.main_pc .product_details .right_img_txt .tab_content .content_text .table tr {
}
.main_pc .product_details .right_img_txt .tab_content .content_text .table tr td {
	text-align: right;
	width: 50%;
	padding: 5px 0;
	color: #666;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
}
.main_pc .product_details .right_img_txt .tab_content .content_text .table tr td:nth-child(2) {text-align: left;}
.main_pc .product_details .right_img_txt .tab_content .content_text .table tr td span {
	color: #666;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
}

.main_pc .video {
	position: relative;
    margin: 1rem auto;
    background: #fff;
}
.main_pc .list_video {
	position: relative;
    margin: 0 auto;
}
.main_pc .list_video .div_video {margin-bottom: 15px;}
.main_pc .list_video .div_video video {
	width: 100%;
	/*height: 100%;*/
	height: 300px;
    object-fit: cover;
}

.main_pc .news {
	position: relative;
    margin: 1rem auto;
    background: #fff;
}
.main_pc .news .content .list_ul {
	margin: 0 auto;
	border-top: 1px solid #fff;
}
.main_pc .news .content .list_ul li a {
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	position: relative;
	border-bottom: 1px dashed #ddd;
	padding: 15px 0;
}
.main_pc .news .content .list_ul li a span {
	font-size:14px;
	line-height:1.2;
	color:#666;
}
.main_pc .news .content .list_ul li a small {
	font-size:14px;
	line-height:1.2;
	color:#666;
}

.main_pc .news_details {
	position: relative;
    margin: 1rem auto;
    background: #fff;
}
.main_pc .news_details .list_text .content_main {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	padding: 10px 0;
}
.main_pc .news_details .list_text .content_main .top_txt .h1 {
	color: #666;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    margin: 10px auto;
}
.main_pc .news_details .list_text .content_main .top_txt .span {
	color: #666;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    margin: 0px auto 10px;
    display: block;
}
.main_pc .news_details .list_text .content_main .main_text .p {
	color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    text-indent: 30px;
}
.main_pc .news_details .list_text .content_main .span_prev_next {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin: 10px auto 0;
}
.main_pc .news_details .list_text .content_main .span_prev_next a {
	color: #333;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
	display: inline-block;
	margin: 10px;
}

.main_pc .about {
    position: relative;
    margin: 1rem auto;
    background: #fff;
}
.main_pc .about .content_main .main_text .p {
	color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    text-indent: 30px;
}

.main_pc .contact {
    position: relative;
    margin: 1rem auto;
    background: #fff;
}
.main_pc .contact .content_main .main_text {
	display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
}
.main_pc .contact .content_main .main_text .div1 {width: 60%;}
.main_pc .contact .content_main .main_text .div2 {width: 40%;}
.main_pc .contact .content_main .main_text .p {
	color: #000000;
    font-family: SimSun;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 10px;
}
.main_pc .contact .content_main .main_text .div2 img {float: right;}

.map {
	margin: 10px auto; 
	width:100%;
	height:500px;
}
.map .iw_poi_title {
	font-size:15px;
	line-height:1.2;
	color:#333;
}
.map .iw_poi_content {
	font-size:15px;
	line-height:1.2;
	color:#333;
	margin-top: 10px;
}

.main_pc .cooperation {
	position: relative;
	margin: 1rem auto;
}
.main_pc .cooperation .list_cooperation .list {
	display: flex;
	flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
}
.main_pc .cooperation .list_cooperation .list .pic img {
	display: block;
	margin: 0 auto;
}
.main_pc .cooperation .list_cooperation .list .pic span {
	color: #333;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.3;
	display: block;
	text-align: center;
	margin: 5px auto;
}

@media only screen and (max-width: 1400px) {
	.main_pc .header_nav .nav .ul_nav {
		justify-content: center;
	}
	.main_pc .header_nav .nav .ul_nav li .a {width: 100px;}
	.main_pc .index_service .bg .ul .li {width: 18%;}
	.main_pc .index_news .text .h2::after {width: 75%;}
	.main_pc .index_news .picScroll-top .bd ul li .title {width: 80%;}
	/*.main_pc .product_details .content .a_ntn {right: 33%;}*/
	.main_pc .list_video .div_video video {height: 260px;}
}
@media only screen and (max-width: 1199px) {
	.main_pc .form_pc .form {
	    position: relative;
	    margin: 15px auto 0;
	    text-align: center;
	}
	.main_pc .form_pc .form .input {width: 100%;}
	.main_pc .index_service .bg .ul .li {width: 20%;}
	.main_pc .index_news .text .h2::after {width: 70%;}
	.main_pc .index_news .picScroll-top .bd ul li .title {width: 75%;}
	/*.main_pc .product_details .content .a_ntn {right: 29%;top: 55%;}*/
	.main_pc .list_video .div_video video {height: 200px;}
}
@media only screen and (max-width: 991px) {
	.main_pc .swiper_3 {
	    width: 100%;
	    height: 245px;
	}
	.main_pc .index_solution_pc .figure_img_txt .a {margin-bottom: 20px;}
	.main_pc .index_news .text .h2::after,
	.main_pc .index_news .text .h2::before {content: "";width: auto;}
	.main_pc .product .list_text .h2 {display: none;}
	.main_pc .product_details .content .a_ntn {
		position: initial;
        margin: 15px auto 0;
    }
    .main_pc .contact .content_main .main_text .div1 {width: 100%;}
    .main_pc .contact .content_main .main_text .div2 {width: 100%;}
    .main_pc .contact .content_main .main_text .div2 img {float: initial;}
}
@media only screen and (max-width: 767px) {
	.main_pc .swiper_3 {
	    width: 100%;
	    height: 180px;
	}
	.main_pc .news .title_h2::before,
	.main_pc .product .title_h2::before,
	.main_pc .index_product_m .title_h2::before,
	.main_pc .index_about_m .title_h2::before,
	.main_pc .index_news_m .title_h2::before {width: 35%;}
	.main_pc .news .title_h2::after,
	.main_pc .product .title_h2::after,
	.main_pc .index_product_m .title_h2::after,
	.main_pc .index_about_m .title_h2::after,
	.main_pc .index_news_m .title_h2::after {width: 35%;}
	.main_pc .contact {padding: 0;}
	.map {height: 300px;}
	.main_pc .product_details .content .div_img,
	.main_pc .product_details .content .text {width: 100%;}
	.main_pc .product_details .content .text .title_h3 {margin: 15px auto;}
	.product_details .right_img_txt .content .text .table {width: 100%;display: none;}
	.main_pc .product_details .content .tab_content .hd .ul li {
		width: 50%;
		border: none;
		border-bottom: 1px solid #ddd;
		background: #fff;
	}
	.main_pc .product_details .content .tab_content .hd .ul .on {
		border: none;
		background: #fff;
		border-bottom: 1px solid #c00000;
	}
}
@media only screen and (max-width: 575px) {
	.main_pc .index_product_pc .list_text .figure_img_txt,
	.main_pc .product .list_text .figure_img_txt {width: 50%;}
	.main_pc .index_product_m .figure_img_txt {width: 50%;}
	.main_pc .pages .title_h2::before,
	.main_pc .product .title_h2::before,
	.main_pc .index_product_m .title_h2::before,
	.main_pc .index_about_m .title_h2::before,
	.main_pc .index_news_m .title_h2::before {width: 30%;}
	.main_pc .pages .title_h2::after,
	.main_pc .product .title_h2::after,
	.main_pc .index_product_m .title_h2::after,
	.main_pc .index_about_m .title_h2::after,
	.main_pc .index_news_m .title_h2::after {width: 30%;}
	.main_pc .list_video .div_video {width: 50%;padding: 0 5px;margin-bottom: 10px;}
	/*body .right_nav li {
		right: -80px;
		margin: 0 auto 5px !important;
    	padding: 10px 5px !important;
    	width: 111px;
	}
	body .right_nav li .iconBox img {
	    width: 20px !important;
	    height: 20px !important;
	}*/
	.main_pc .cooperation .list_cooperation .list .pic {width: 50%;}
}
@media only screen and (max-width: 480px) {
	.main_pc .swiper_3 {
	    width: 100%;
	    height: 15vh;
	}
}
@media only screen and (max-width: 400px) {
	.main_pc .header_nav_m .swiper_nav_m_0 .swiper-slide a {font-size: .7em;}
}
