@charset "utf-8";
@font-face {
	font-family: 'Noto Sans';
	font-display: swap;
	font-weight: 700; /* 粗体 */
	src: url(../fonts/sy_bold.woff2) format('woff2');
}
@font-face {
  font-family: 'Noto Sans';
  font-display: swap;
  src: url('../fonts/sy_normal.woff2') format('woff2');
  font-weight: 500; /* 常规 */
}
@font-face {
  font-family: 'Noto Sans';
  font-display: swap;
  src: url('../fonts/sy_light.woff2') format('woff2');
  font-weight: 300; /* 常规 */
}

:root{
	--main_color: #FF3131;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

a {
    text-decoration: none;
    color: initial;
}
body * {
    box-sizing: border-box;
    flex-shrink: 0;
    line-height: inherit;
}
body {
    font-family: Arial,'Noto Sans', Microsoft YaHei,Arial,sans-serif;
    font-weight: normal;
    font-size: 12px;
}
body,h1,h2,h3,h4,h5,h6,p ,ul,ol,dd,table,input,textarea,dl{padding: 0;margin:0;}
input {
    background-color: transparent;
    border: 0;
}
button {
    margin: 0;
    padding: 0;
    border: 1px solid transparent;
    outline: none;
    background-color: transparent;
}
ul,li{list-style: none;}
img{
    max-width: 100%;
    vertical-align: top;
}
input:focus,textarea:focus,select:focus{outline: none;}
textarea{resize:none;}
.clear:after{content: "";display: block;clear: both;height: 0;overflow: hidden;visibility: hidden;}
.clear{zoom:1;}
.left{
    float: left;
}
.right{
    float: right;
}

.container_pub{
	width: 14.8rem;
	margin: 0 auto;
	max-width: 100%;
}
.button_style1{
	padding: .2rem .4rem;
	background-color: var(--main_color);
	color: #fff;
	font-size: .18rem;
	position: relative;
	z-index: 1;
	display: inline-flex;
	transition: all 0.5s ease 0s;
	border-radius: .5rem;
	align-items: center;
	gap: 0.1rem;
	overflow: hidden;
}
.button_hover1:before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    right: 0;
    top: 0;
    background: #fff;
    /* border-radius: 5px; */
    z-index: -1;
    transition: .5s;
}
.button_hover1:hover:before {
    width: 100%;
    left: 0;
}
.button_style1:hover {
}

.button_style2{
	padding: .1rem .4rem;
	background-color: #ffffff;
	border: 0.01rem solid var(--main_color);
	color: var(--main_color);
	font-size: .18rem;
	position: relative;
	z-index: 1;
	display: inline-flex;
	transition: all 0.5s ease 0s;
	border-radius: 1rem;
	overflow: hidden;
}
.button_hover2:before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    right: 0;
    top: 0;
    background: #cd1111;
    /* border-radius: 5px; */
    z-index: -1;
    transition: .5s;
}
.button_hover2:hover:before {
    width: 100%;
    left: 0;
}
.button_style2:hover {
    color: #fff;
}


.head_logo {
    width: .72rem;
    cursor: pointer;
}

.head_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header_height {
    height: 1.1rem;
}
.head_menu {
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    gap: 0.6rem;
}

.header {
    width: 100%;
    top: 0;
    z-index: 2;
    padding: .3rem .7rem;
    background-color: #000000;
}
.head_menu li{
	position: relative;
}
.head_menu li a {
    font-size: .18rem;
    position: relative;
    transition: 0.4s all ease;
    /* line-height: 1rem; */
    display: block;
    text-align: center;
    color: #fff;
    z-index:1;
    padding: .3rem 0;
}
.head_menu li.active a ,.head_menu li:hover a{
    /* color: var(--main_color); */
    /* background: var(--main_color); */
}
.head_menu li:after{
	content: "";
	display: block;
	background-color: var(--main_color);
	position: absolute;
	transition: 0.4s all ease;
	width: 100%;
	height: 0.02rem;
	left: 0;
	bottom: 0;
	transform: scaleX(0);
}
.head_menu li.active:after,.head_menu li:hover:after{transform: scaleX(1);}

.menu_orther_search {
    max-width: .32rem;
    cursor: pointer;
}
.index_banner:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000000bd;
    background: rgba(4, 23, 42, 0.30);
    position: absolute;
}

.index_banner {
    position: relative;
    height: 100vh;
    overflow: hidden;
    max-height: 10.8rem;
}
.index_banner_text {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
}

.index_banner_t1 {
    font-size: .8rem;
    color: #fff;
    font-weight: 500;
}

.index_banner_t2 {
    font-size: .4rem;
    color: #fff;
    font-weight: 300;
}
.index_banner_img{
	height: 100vh;
	width: 100%;
	object-fit: cover;
	max-height: 11rem;
}
.button_style2 img {
    width: .2rem;
    margin-left: .1rem;
}
.linear_text {
    background: linear-gradient(90deg, #1976D2 0%, #33CDF8 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: .4rem;
    font-weight: bold;
    display: inline-block;
}

.index_sec1_t2 {
    font-size: .4rem;
    margin-top: 0.1rem;
}

.index_sec1_t3 {
    font-size: .2rem;
    margin-top: 1rem;
    margin-bottom: .5rem;
    line-height: .4rem;
}

.index_sec1_text {
    width: 6.97rem;
}

.index_section1 {
    background: url(../images/index1.jpg);
    padding-top: 1.2rem;
    padding-bottom: 1.5rem;
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.index_sec1_img {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8.53rem;
}

@media screen and (min-width: 1980px) {
.index_sec1_flex {
    position: relative;
}

.index_sec1_img {
    right: -2.2rem;
}
}
.button_hover2:hover img {
    filter: brightness(100);
}

.text-center{
	text-align: center;
}

.pub_desc {
    font-size: .2rem;
    color: #3F3F3F;
    color: #3F3F3F;
    margin-top: .1rem;
}

.index_section2 {
    padding: 0.7rem 0;
    background: url(../images/index_bg2.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.song-flex {
    display: flex;
    flex-wrap: wrap;
}
.gap60{
	gap: 0.6rem;
}
.equal_item3 {
    width: 32%;
    text-align: center;
    padding: .3rem;
    width: calc((100% - 0.6rem * 2) / 3);
}

.index_sec2_t1 {
    font-size: 0.5rem;
    color: #fff;
    font-weight: bold;
}

.index_sec2_img img {
    width: 1.6rem;
}
.button_style1 svg {
    height: auto;
    width: .24rem;
}
.index_sec2_t2 {
    font-size: .32rem;
    font-style: italic;
    color: #fff;
    margin-bottom: .6rem;
}
.head_search {
    border-radius: .35rem;
    background: rgba(255, 255, 255, 0.10);
    position: relative;
    width: 2.75rem;
}

.head_search_ipt {
    width: 100%;
    line-height: .64rem;
    padding: 0 .2rem;
    color: #fff;
    font-size: .16rem;
}

.head_search_btn {
    position: absolute;
    width: .3rem;
    height: .3rem;
    right: .2rem;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/search.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
    cursor: pointer;
}
.head_tele {
    display: flex;
    gap: 0.3rem;
    margin: 0 0.6rem;
}

.head_tele a {width: .64rem;height: .64rem;display: flex;align-items: center;justify-content: center;border-radius: 50%;background: rgba(255, 255, 255, 0.10);}
.index_banner_react {
    background: #711F1F;
    width: 6.4rem;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.index_banner_txt {
    position: absolute;
    width: 100%;
    left: 0;
    top: 2.5rem;
}

.index_banner_txt1 {
    width: 6.1rem;
    font-size: .72rem;
    color: #fff;
    line-height: normal;
    margin-bottom: .5rem;
}

.index_banner_txt2 {
    font-size: .24rem;
    width: 6.1rem;
    color: #C4B7B7;
    margin-bottom: 1rem;
}
.head_tele a img {
    width: .28rem;
}

.index_sec1_item {
    display: flex;
    margin-bottom: 0.9rem;
}

.index_sec1_item span {
    width: 0.8rem;
    margin-right: .6rem;
    font-size: .64rem;
    font-weight: bold;
    color: var(--main_color);
}

.index_sec1_is {
    color: #fff;
    font-size: .28rem;
}

.index_sec1_item:last-child {
    margin: 0;
}

.index_sec2_flex1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: .8rem;
}

.index_sec2_tta {
    display: flex;
    align-items: center;
}

.index_sec2_tta span {
    font-size: .24rem;
    color: #fff;
    margin-right: 0.7rem;
}

.index_sec2_t3 {
    width: 6rem;
    font-size: .22rem;
    color: #fff;
    line-height: .36rem;
    margin-bottom: 1.5rem;
}

.index_sec2_flex2 {
    display: flex;
}

.index_sec2_it1 {
    font-size: .56rem;
    font-weight: bold;
    color: #fff;
    margin-bottom: .12rem;
}

.index_sec2_item {
    margin-right: 1.2rem;
}

.index_sec2_it2 {
    font-size: 0.18rem;
    color: #fff;
    letter-spacing: 0.01rem;
}
.index_sec3_item{
	padding: .5rem;
	padding-left: .8rem;
	padding-right: .8rem;
	height: 3.6rem;
	border-right: 0.02rem solid rgba(255, 255, 255, 0.34);
}
.index_sec3_num {
    text-align: center;
    font-size: .6rem;
    font-weight: bold;
    color: #fff;
    margin-bottom: .1rem;
}

.index_sec3_txt {
    font-size: .3rem;
    text-align: center;
    color: #fff;
    max-height: 2.1rem;
    overflow-y: auto;
}

.index_sec3t1 {
    font-size: .5rem;
    font-weight: bold;
    width: 5.9rem;
    color: #fff;
    margin-bottom: .3rem;
    line-height: 1.5;
}

.index_sec3t2 {
    color: rgba(255, 255, 255, 0.60);
    font-size: .24rem;
    margin-bottom: 1.5rem;
    width: 5rem;
    line-height: .36rem;
}

.index_section3 {
    padding-top: .9rem;
    padding-bottom: 2rem;
    background: url(../images/index_bg3.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.index_sec3_alishre {
    position: relative;
}
.index_sec3_alishre .slick-dots {
    bottom: -1.1rem;
}

.index_sec3_alileft {
    position: absolute;
    left: 5.5rem;
    bottom: -1.45rem;
}

.index_sec3_aliright {
    position: absolute;
    right: 5.5rem;
    bottom: -1.45rem;
}

.index_sec3_alileft svg,.index_sec3_aliright svg {
    width: .4rem;
    height: auto;
}

.index_sec3_alileft, .index_sec3_aliright {
    width: .88rem;
    height: .88rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FF3131;
    border-radius: 50%;
    cursor: pointer;
}

.index_sec3_txt::-webkit-scrollbar,.index_sec4_ovy::-webkit-scrollbar {
    width: 0.06rem; /* 滚动条宽度 */
}

/* 滚动条轨道 */
.index_sec3_txt::-webkit-scrollbar-track,.index_sec4_ovy::-webkit-scrollbar-track {
    background: transparent; /* 轨道透明 */
    border-radius: 0.1rem; /* 轨道圆角 */
}

/* 滚动条滑块 */
.index_sec3_txt::-webkit-scrollbar-thumb,.index_sec4_ovy::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.3); /* 滑块颜色 */
    border-radius: 0.1rem; /* 滑块圆角 */
    transition: background-color 0.3s ease; /* 滑块过渡效果 */
}

/* 滚动条滑块悬停状态 */
.index_sec3_txt::-webkit-scrollbar-thumb:hover,.index_sec4_ovy::-webkit-scrollbar-thumb:hover {
    background-color: rgba(255, 255, 255, 0.6); /* 悬停时加深颜色 */
}

.index_sec3_flex {
    display: flex;
    justify-content: space-between;
}

.index_sec3ta {
    margin-top: .5rem;
}
.index_section4 {
    background: #0F1014;
    padding-top: .6rem;
    padding-bottom: 1.5rem;
    position: relative;
}

.index_section4 .index_sec3t2 {
    margin-bottom: .7rem;
}
.index_sec4_pl2 {
    position: absolute;
    color: #fff;
    width: 100%;
    padding: .3rem .2rem;
    height: 100%;
    left: 0;
    top: 0;
    font-size: .2rem;
    line-height: .3rem;
    color: rgba(255, 255, 255, 0.70);
}

.index_sec4_pl {
    position: relative;
}

.index_sec4_pl>img {
    width: 100%;
}

.index_sec4_item {
    padding: 0 .2rem;
}

.index_sec4_slick {
    margin-left: -0.2rem;
    margin-right: -0.2rem;
}
.index_sec4_ovy {
    height: 1.5rem;
    overflow-y: auto;
}
.index_sec4_arrow .index_sec3_alileft {
    position: static;
}

.index_sec4_arrow .index_sec3_aliright {
    position: static;
}

.index_sec4_arrow {
    display: flex;
    gap: .5rem;
    margin-top: .5rem;
}
.index_sec3_alileft.slick-arrow.slick-disabled,.index_sec3_aliright.slick-arrow.slick-disabled {
    opacity: 0.5;
}
.index_sec4_tx {
    padding: .16rem;
    display: flex;
}
.index_sec4_tx1 {
    width: .56rem;
    height: .56rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.3rem;
    color: #000;
    background: var(--main_color);
    border-radius: 50%;
    font-weight: bold;
    margin-right: .2rem;
}

.index_sec4_tx2 {
    font-size: .24rem;
    color: #fff;
    line-height: .3rem;
}

.index_sec4_tx3 {
    color: rgba(255, 255, 255, 0.60);
    font-size: .16rem;
}

.index_sec4_txx {
    flex: 1;
}
.index_sec4_slick .slick-dots {
    bottom: -1rem;
}

.index_sec4_slick .slick-dots li {
    margin: 0 0.15rem;
    width: 0.12rem;
    height: 0.12rem;
}
.form_input_label {
    color: #fff;
    display: block;
    font-size: .22rem;
    margin-bottom: 0.08rem;
    margin-top: .3rem;
}

.form_input {
    padding: .17rem;
    background: #fff;
    border-radius: .12rem;
    font-size: .2rem;
    color: #A0A0A0;
    width: 7.5rem;
}

.index_section5 .index_sec3ta {
    margin-top: 0;
}

.index_section5 .index_sec3t1 {
    margin-bottom: 0;
}

.index_section5 .index_sec3_flex {
    align-items: center;
    margin-bottom: .8rem;
}

.index_sec4_form_btn {
    display: block;
    padding: .18rem .5rem;
    background: var(--main_color);
    border-radius: .5rem;
    display: flex;
    align-items: center;
    margin-top: .72rem;
    gap: 0.2rem;
    cursor: pointer;
}

.index_sec4_form_btn {
    font-size: .24rem;
    color: #fff;
}
.index_section5 {
	padding-top: 0.8rem;
	padding-bottom: .7rem;
	background: url(../images/index_bg4.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.footer {
    padding: .8rem 0;
    background: #0F1014;
}

.footer_tip_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: .6rem;
    margin-bottom: .7rem;
    border-bottom: 0.01rem solid rgba(255, 255, 255, 0.20);
}
.foot_group {
    display: flex;
    justify-content: space-between;
}
.foot_group {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.foot_group_item1a {
    display: flex;
    gap: 0.08rem;
    color: #fff;
    align-items: center;
    font-size: .2rem;
    padding: .15rem .4rem;
    border-radius: 0.5rem;
    background: #711F1F;
    width: 2rem;
}

.foot_group_item1_flex {
    display: flex;
    gap: .2rem .4rem;
    margin-top: .4rem;
    flex-wrap: wrap;
}

.foot_group_item1 {
    font-size: .24rem;
    color: #fff;
    text-align: center;
    width: 4.5rem;
}

.foot_group_item2 a {
    font-size: .2rem;
    color: #fff;
    margin-bottom: .18rem;
    display: block;
    transition: 0.4s all ease;
}

.foot_group_item2 li:last-child a {
    margin: 0;
}

.foot_group_item3 {
    text-align: right;
}

.foot_group_phone {
    font-size: .4rem;
    color: #fff;
    font-weight: bold;
    font-style: italic;
    margin-bottom: .2rem;
}

.foot_group_email {
    color: #fff;
    font-size: .24rem;
    display: flex;
    align-items: center;
    justify-content: end;
    margin-bottom: .3rem;
}

.foot_group_email img {
    margin-left: .1rem;
}

.foot_group_email img {
    width: .2rem;
}

.foot_group_item1a img {
    width: .28rem;
}

.foot_group_line {
    display: inline-block;
    width: 1rem;
    height: 0.04rem;
    background: var(--main_color);
    margin-bottom: .3rem;
}

.foot_group_copyright {
    color: rgba(255, 255, 255, 0.72);
    font-size: .18rem;
    width: 2.9rem;
    margin-left: auto;
}
.foot_group_item2 a:hover {
    color: var(--main_color);
}
.footer_tip_flex>img {
    width: .72rem;
}
.index_sec4_form_btn svg {
    width: .28rem;
    height: auto;
}
.index_sec2_tta img {
    width: .4rem;
}
.index_banner_pro {
    position: relative;
}

.index_banner_pro .index_banner_txt {
    top: 1.5rem;
}
.pro_sec1_flex img {
    filter: contrast(0);
}

.pro_section1 {
}
.pro_sec1_flex img {
    filter: contrast(0);
}

.pro_section1 {
    background: #000;
    padding-top: .6rem;
    padding-bottom: .6rem;
}

.pro_sec1_flex {
    display: flex;
    justify-content: space-between;
}

.pro_sec1_flex li span {
    color: rgba(255, 255, 255, 0.70);
    display: block;
    font-size: .24rem;
}

.pro_sec1_flex li {
    text-align: center;
    width: 2rem;
}
.pro_sec1_nav {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.6rem;
    height: 1.6rem;
    margin: 0 auto;
}

.pro_sec1_nav img {
    width: 1.4rem;
}
.pro_sec1_flex .active img,.pro_sec1_flex li:hover img {
    filter: none;
}

.pro_sec1_flex .active span,.pro_sec1_flex li:hover span {
    color: #711f1f;
}
.pro_sec1_tt {
    font-size: .4rem;
    text-align: center;
    font-weight: bold;
    color: #fff;
    margin-bottom: .35rem;
}

.pro_sec1_tt font {
    color: var(--main_color);
}

.filter-container {
	margin: 0 auto;
	background-color: rgba(15, 23, 42, 0.7);
	backdrop-filter: blur(0.1rem);
	margin-top: 0.8rem;
}

.selects-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 0.2rem;
}

.select-wrapper {
	position: relative;
	width: calc(33.333% - 0.15rem);
	min-width: 2.5rem;
}

.select-label {
	position: absolute;
	top: -0.1rem;
	left: 0.15rem;
	background-color: #000000;
	padding: 0 0.15rem;
	font-size: .18rem;
	color: #94a3b8;
	transition: color 0.3s ease;
}

.custom-select {
	appearance: none;
	width: 100%;
	background-color: #000000;
	border: 0.01rem solid rgba(255, 255, 255, 0.33);
	color: #e2e8f0;
	padding: .15rem .2rem;
	padding-right: .5rem;
	border-radius: .1rem;
	font-size: .2rem;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.3s ease;
	padding-top: 0.2rem;
}

.custom-select:hover {
	border-color: #f59e0b;
}

.custom-select:focus {
	outline: none;
	border-color: #f59e0b;
	box-shadow: 0 0 0 0.03rem rgba(245, 158, 11, 0.2);
}

.select-arrow {
	position: absolute;
	right: .2rem;
	top: 50%;
	transform: translateY(-50%);
	width: .3rem;
	height: .3rem;
	pointer-events: none;
	transition: fill 0.3s ease;
	fill: #94a3b8;
}

.select-wrapper:focus-within .select-label,
.select-wrapper:focus-within .select-arrow {
	color: #f59e0b;
	fill: #f59e0b;
}
.prolist_item {
    width: 4.6rem;
    background: #fff;
    border-radius: .3rem;
    overflow: hidden;
}
.prolist_item_t1 {
    font-size: .28rem;
    word-break: break-word;
}

.prolist_item_con {
    padding: .3rem;
}

.prolist_item_t2 {
    font-size: .2rem;
    margin-top: .2rem;
    color: #828A92;
}

.prolist_item_t2 font {
    color: #CE7272;
}

.prolist_item_flex1 {
    display: flex;
    justify-content: space-around;
    margin-top: .4rem;
    padding: .12rem 0;
    border-radius: .1rem;
    background: #E8ECF2;
}

.prolist_item_ft1 {
    text-align: center;
}

.prolist_item_ft1 img {
    width: .46rem;
    margin-bottom: .1rem;
}

.prolist_item_fts {
    font-size: .18rem;
}

.prolist_item_flex2 {
    display: flex;
    align-items: center;
    margin-top: .25rem;
    justify-content: space-between;
}

.prolist_item_flex2 span {
    font-size: .36rem;
    font-weight: bold;
    color: var(--main_color);
}
.prolist_item_flex2 img {
    width: .64rem;
}
.prolist_group {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    margin-top: 1rem;
}
.prolist_item_img {
    overflow: hidden;
}

.prolist_item_img img {
    transition: 0.4s all ease;
}

.prolist_item:hover .prolist_item_img img {
    transform: scale(1.1);
}
.page-item {
    width: 0.5rem;
    height: 0.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--main_color);
    border-radius: 50%;
    margin: .2rem;
}


.page-item svg {
    height: auto;
    width: 0.22rem;
}

.page-num {
    color: #fff;
    font-size: .2rem;
    padding: 0.2rem;
    font-weight: bold;
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: .5rem;
}

a.page-num.page-num-current,a.page-num:hover {
    color: var(--main_color);
}
.pro_bread_crumbs {
    color: #828A92;
    font-size: .2rem;
	margin-bottom: .3rem;
}
.pro_view_content {
    padding-top: .5rem;
    padding-bottom: .5rem;
}
.pro_bread_crumbs a {
    color: #828A92;
    font-size: .2rem;
}
.pro_top_flex {
    border-radius: .3rem;
    background: linear-gradient(270deg, #EBF1F6 0%, rgba(240, 244, 246, 0.50) 100%);
    padding: .4rem;
    display: flex;
}

.pro_top_left {
    width: 6.2rem;
    position: relative;
}

.pro_top_slick {}

.pro_top_right {
    flex: 1;
    padding-left: .44rem;
}

.pro_top_t1 {
    font-size: .34rem;
    font-weight: bold;
    word-break: break-word;
}
.pro_slick_item_re {
    position: relative;
    height: 4.2rem;
    cursor: pointer;
}

.pro_slick_item_re>video {
    height: 100%;
    max-width: 100%;
    object-fit: cover;
    background: #e2e2e2;
}

.pro_arrow_left,.pro_arrow_right {
    position: absolute;
    top: 2rem;
    width: .5rem;
    background: #eee;
    height: 1rem;
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: center;
    background: rgb(255 255 255 / 49%);
}

.pro_arrow_left svg,.pro_arrow_right svg {
    height: auto;
    width: 0.35rem;
}

.pro_arrow_right svg {}

.pro_arrow_left {
    left: 0;
}

.pro_arrow_right {
    right: 0;
}
.pro_slick_item_play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 1rem;
}

.pro_top_slick .slick-dots li {
    margin: .1rem .1rem;
}
.pro_top_t2 {
    display: flex;
    align-items: center;
    margin-top: .2rem;
    color: #8997A3;
    font-size: .2rem;
    margin-bottom: 0.4rem;
}

.pro_top_t2 svg {
    height: auto;
    width: .2rem;
    margin-right: .1rem;
}

.pro_top_t3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pro_top_t31 {}

.pro_top_t312 {
    color: #828A92;
    font-size: .18rem;
    margin-bottom: .2rem;
}

.pro_top_t3pri {
    color: #FF3131;
    font-size: .4rem;
    font-weight: bold;
}

.pro_top_btn1 {
    display: flex;
    align-items: center;
    padding: 0.2rem .4rem;
    gap: .21rem;
    font-size: .2rem;
    border-radius: 1rem;
    border: 0.01rem solid #0F1014;
}

.pro_top_btn1 svg {
    width: .24rem;
    height: auto;
}
.pro_slick_tips1 {
    position: absolute;
    left: 0;
    top: 0;
    padding: .2rem;
    background: rgb(255 255 255 / 49%);
    font-size: .2rem;
    color: #2e353c;
}
.pro_content {
    margin-top: .66rem;
}

.pro_snav1 {
    padding-bottom: .3rem;
    display: inline-block;
    border-bottom: 0.03rem solid #FF3131;
    font-size: .24rem;
    margin-bottom: .55rem;
}

.pro_contents {
    font-size: .24rem;
    line-height: 1.6;
}
.pro_contents_img {
    display: flex;
    flex-wrap: wrap;
    gap: .1rem 1%;
    margin-top: .5rem;
    align-items: center;
}

.pro_contents_img img {
    width: 49%;
    cursor: pointer;
}
.pro_contents p {
    margin: .15rem 0;
    color: #565656;
    word-break: break-all;
}
.index_banner_about .index_banner_txt {
    top: 4rem;
}
.about_section1 {
    background: #000;
    padding: .6rem 0;
    position: relative;
}

.about_sec1_t1 {
    font-size: .48rem;
    color: #fff;
    font-weight: bold;
    margin-bottom: .5rem;
}

.about_sec1_t1 span {
    color: var(--main_color);
}
.about_sec1_flexs {
    display: flex;
    flex-wrap: wrap;
}
.about_sec1_slick1 {
    width: 50%;
    font-size: 2rem;
    color: #711F1F;
    font-weight: bold;
}

.about_sec1_slick2 {
    width: 50%;
}

.about_sec1_item2 li {
    color: #fff;
    color: rgba(255, 255, 255, 0.70);
    font-size: .26rem;
    line-height: 1.6;
    margin-bottom: .6rem;
}

.about_sec1_item1.slick-slide.slick-current.slick-active {
    color: var(--main_color);
}

.about_sec1_arrow1 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.8rem;
    height: 0.8rem;
    background: var(--main_color);
    border-radius: 50%;
    cursor: pointer;
}

.about_sec1_arrow1 svg {
    width: 0.4rem;
    height: auto;
}

.about_sec1_aleft {
    left: 8rem;
    position: absolute;
    top: 3rem;
}

.about_sec1_aright {
    left: 8rem;
    position: absolute;
    top: 6rem;
}
.about_sec1_arrow1.slick-arrow.slick-disabled {
    opacity: 0.5;
}
.about_section2 {
    background: #000;
    padding-bottom: .8rem;
}
.about_sec2_slick_re {
    position: relative;
}
.about_sec2_slick_re .index_sec3_alileft {
    bottom: auto;
    left: 0;
    z-index: 99;
    top: 50%;
    transform: translateY(-50%);
}
.about_sec2_slick_re .index_sec3_aliright {
    bottom: auto;
    right: 0;
    z-index: 99;
    top: 50%;
    transform: translateY(-50%);
}

.about_sec2_item {
    padding: 1rem;
}

.about_sec2_item img {
    width: 100%;
	opacity: 0.7;
}
.about_sec2_item.slick-slide.slick-current.slick-active.slick-center img{
	transform: scale(1.3);
	opacity: 1;
}
.about_sec2_t1 {
    font-size: .48rem;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin-bottom: .25rem;
}

.about_sec2_t1 span {color: var(--main_color);margin-bottom: .25rem;}

.about_sec2_t2 {
    max-width: 10.25rem;
    color: rgba(255, 255, 255, 0.70);
    font-size: .26rem;
    text-align: center;
    margin: 0 auto;
    line-height: 1.6;
    margin-bottom: .5rem;
}
.index_sec3_sji {
    display: flex;
    justify-content: space-between;
    margin-top: .8rem;
}

.index_sec3_sji img {
    width: 3.33rem;
}
.contact_section1 {
	background: url(../images/contact_bg1.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: .6rem 0;
}

.contact_sec1_tt {
    color: #fff;
    font-size: .48rem;
}

.contact_form {
    width: 7rem;
}

.contact_ipt1 {
    line-height: 1.2rem;
    font-size: .26rem;
    color: #fff;
    display: block;
    border-bottom: 0.01rem solid #b1b1b1;
    width: 100%;
}

.contact_textarea {
    width: 100%;
    background: none;
    border: none;
    border-bottom: 0.01rem solid #b1b1b1;
    line-height: 1rem;
    height: 2.6rem;
    color: #fff;
    font-family: initial;
    font-size: .26rem;
}
.contact_section2 {
    padding-top: .6rem;
    padding-bottom: 1.1rem;
    background: #000;
}

.contact_sec2_tt {
    text-align: center;
    font-size: .48rem;
    font-weight: bold;
    color: #fff;
    margin-bottom: 1rem;
}

.contact_sec2_tt span {
    color: var(--main_color);
}

.contact_sec2_flex {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
}

.contact_sec2_item {
    width: 4.6rem;
    background: #fff;
    padding: .4rem;
    border-radius: 0 0 .3rem .3rem;
}

.contact_sec2_t1 {
    font-size: .32rem;
    margin-bottom: .1rem;
}

.contact_sec2_tline {
    width: .65rem;
    height: .03rem;
    background: var(--main_color);
    margin-bottom: .4rem;
}

.contact_sec2_t2 {
    color: #8997A3;
    font-size: .24rem;
    display: flex;
    align-items: center;
    margin-bottom: .15rem;
    margin-top: .27rem;
}

.contact_sec2_t2 img {
    width: .24rem;
    margin-right: .1rem;
}

.contact_sec2_t3 {
    font-size: .24rem;
}

.contact_sec2_t31 {
    font-size: .2rem;
    color: #8997A3;
    display: none;
}

/*  */

.selected-value {
    display: block;
    border-radius: 4px;
    cursor: pointer;
}

.select-options {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    border: 1px solid #ddd;
    border-top: none;
    border-radius: 0 0 4px 4px;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    display: none;
    z-index: 10;
    overflow-y: auto;
    max-height: 6rem;
}

.select-options a {
    display: block;
    padding: 10px 15px;
    color: #333;
    text-decoration: none;
    transition: background-color 0.2s;
}

.select-options a:hover {
    background-color: #f5f5f5;
}

.select-arrow {
    position: absolute;
    top: 50%;
    right: 15px;
    width: 24px;
    height: 24px;
    pointer-events: none;
    transform: translateY(-50%);
    transition: transform 0.2s;
    fill: #666;
}

.custom-select.open .select-arrow {
    transform: translateY(-50%) rotate(180deg);
}
.filter-container {
    position: relative;
    z-index: 9;
}
.pro_contents_img img {
    height: 6rem;
    object-fit: cover;
}

.form_input_flexs0 {position: relative;width: 7.5rem;overflow: hidden;border-radius: 0.12rem;}

.form_input_flexs0 img {
    position: absolute;
    right: 0px;
    top: 0;
    bottom: 0;
}
.form_input_flexs0 img {
    max-width: 1.5rem;
}
.pro_contents * {
    word-break: break-all!important;
    text-wrap-mode: wrap!important;
}