/*--------------------------------------------------------------
# 首页 START
--------------------------------------------------------------*/
/* Main Slider Start */
.main-slider {
    position: relative;
    display: block;
    overflow: hidden;
}

.main-slider .swiper-slide {
    position: relative;
    height: 600px;
    /* background-color: var(--thm-black); */
}

.main-slider .image-layer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transform: scale(1);
    transition: transform 7000ms ease;
    z-index: 1;
    mix-blend-mode: luminosity;
    /* opacity: .3; */
}

.main-slider-shape-1 {
    position: absolute;
    bottom: 0;
    right: 0;
    background-size: cover;
    opacity: 0;
    transform: translateX(200px);
    z-index: 2;
}

.main-slider .swiper-slide-active .main-slider-shape-1 {
    opacity: 1;
    transform: translate(0);
    transition: all 1000ms ease;
    transition-delay: 200ms;
}

.main-slider .container {
    position: relative;
    padding-top: 180px;
    padding-bottom: 235px;
    z-index: 30;
}

.main-slider__content {
    position: relative;
    display: block;
    z-index: 30;
}

.main-slider h2 {
    margin: 0;
    margin-bottom: 32px;
    color: #fff;
    font-weight: 900;
    opacity: 0;
    visibility: hidden;
    transform: translateY(120px);
    transition-delay: 1000ms;
    transition: transform 2000ms ease, opacity 2000ms ease;
    font-size: 90px;
    line-height: 50px;
    letter-spacing: -0.02em;
    z-index: 30;
    font-size: 50px; 
}
.main-slider p { font-size: 20px; color: var(--thm-base);
    margin: 0; line-height: 30px; margin-bottom: 53px; opacity: 0;
    transform: translateY(100px); transition-delay: 2500ms; transition: transform 2000ms ease, opacity 2000ms ease, color 500ms ease, background 500ms ease; z-index: 30;
}
.main-slider .thm-btn { opacity: 0;  transform: translateY(100px); transition-delay: 2500ms; transition: transform 2000ms ease, opacity 2000ms ease,color 500ms ease, background 500ms ease; }
.main-slider .swiper-slide-active .image-layer { transform: scale(1.15); }
.main-slider .swiper-slide-active .thm-btn,
.main-slider .swiper-slide-active p,
.main-slider .swiper-slide-active h2,
.main-slider .swiper-slide-active p { visibility: visible; opacity: 1; transform: translateY(0) translateX(0); }
.main-slider__nav { width: 100%; position: absolute; top: 50%; z-index: 100; display: flex; }
.main-slider__nav .swiper-button-prev{ left:unset; right: 0; }
.main-slider__nav .swiper-button-next{ right: unset; left: 0; }
.main-slider__nav .swiper-button-next,
.main-slider__nav .swiper-button-prev {
    z-index: 100;
    width: 30px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
    margin: 0;
    text-align: center;
    opacity: 0.5;
    cursor: pointer;
    transition: all 500ms ease;
}
.main-slider__nav .swiper-button-next i,
.main-slider__nav .swiper-button-prev i{ width: 30px;  height: 70px; }
.main-slider__nav .swiper-button-next:hover,
.main-slider__nav .swiper-button-prev:hover { opacity: 0.7; }
.main-slider__nav .swiper-button-next::after,
.main-slider__nav .swiper-button-prev::after { display: none; }
.main-slider__nav .swiper-button-prev .icon-left-arrow { position: relative; transform: rotate(180deg); }

#main-slider-pagination {
    z-index: 10;
    bottom: 35px;
    left: 50%;
    width: 100%;
    max-width: 1200px;
    -webkit-transform: translate(-50%, calc(-50% + 95px));
    transform: translate(-50%, calc(0% + 0px));
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: center;
}

#main-slider-pagination .swiper-pagination-bullet {
    width: 25px;
    height: 4px;
    opacity: 0.4;
    background-color: #fff;
    transition: all 500ms ease;
    border-radius: 0;
}

#main-slider-pagination .swiper-pagination-bullet+.swiper-pagination-bullet { margin-left: 10px; }
#main-slider-pagination .swiper-pagination-bullet { margin: 0;}
#main-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { width: 25px; height: 4px; opacity: 1; }
/* Main Slider End */
/* Counter Start */
.counter {
    background: linear-gradient(rgba(0, 12, 33, 0.9), rgba(31, 46, 78, 0.9)), url(../image/counter-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}
.counter .counter-bg { background-color: #1f2e4e !important; }
.counter .counter__inner{
    --bs-gutter-y: 3rem;
    --bs-gutter-x: 3rem;
}
.counter .counter__single{ text-align: center !important; }
/*** Icon Animation Start ***/
@keyframes icon-animat {
    0%  {border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;}
    25% {border-radius: 69% 31% 19% 81% / 43% 37% 63% 57%;}
    50% {border-radius: 67% 33% 16% 84% / 57% 37% 63% 43%;}
    75% {border-radius: 77% 23% 61% 39% / 36% 61% 39% 64%;}
    100% {border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;}
}
/*** Icon Animation End ***/
.counter .counter__single .counter__icon {
    width: 90px;
    height: 90px;
    border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--thm-secondary);
    background: var(--thm-primary);
    animation-name: icon-animat;
    animation-duration: 5s;
    animation-delay: 1s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    transition: 0.5s;
    margin-right: auto !important;
    margin-left: auto !important;
}
.counter .counter__single .counter__icon .fa {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.counter .counter__single .counter__icon i{ width: 32px; height: 32px; background-size: cover; background-position: center; background-repeat: no-repeat; }
.counter .counter__single .counter__icon .counter-chejian,
.counter .counter__single .counter__icon .counter-pepole,
.counter .counter__single .counter__icon .counter-jingyan,
.counter .counter__single .counter__icon .counter-kehu,
.counter .counter__single .counter__icon .counter-scxian{ width: 32px; height: 32px; background-size: cover; background-position: center; background-repeat: no-repeat; }
.counter .counter__single .counter__icon .counter-chejian{ background-image: url(../image/counter-chejian.png); }
.counter .counter__single .counter__icon .counter-scxian{ background-image: url(../image/counter-scxian.png); }
.counter .counter__single .counter__icon .counter-pepole{ background-image: url(../image/counter-pepole.png); }
.counter .counter__single .counter__icon .counter-jingyan{ background-image: url(../image/counter-jingyan.png); }
.counter .counter__single .counter__icon .counter-kehu{ background-image: url(../image/counter-kehu.png); }
.counter .counter__single .counter__number{ margin-top: 20px !important; margin-bottom: 20px !important; }
.counter .counter__single .counter__number span{ font-size: 2rem !important; color: var(--thm-base) !important;}
.counter .counter__single .counter__number span.fw-bold{ font-weight: 700 !important; }
.counter .counter__single h4{ margin-bottom: 0 !important; color: var(--thm-base) !important; }
/* Counter End */
/* Quality Start */
.quality{ background: var(--thm-base); }
.quality .quality__inner{ padding: 40px 0; }
.quality .quality__inner .quality__single{ display: block; margin-bottom: 20px; }
.quality .quality__inner .quality__single .quality__icon{
    text-align: center;
    width: 120px;
    height: 120px;
    margin: 0 auto;
    background: #eee;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    transition: background 0.5s, color 0.5s;
    -moz-transition: background 0.5s, color 0.5s;
    -webkit-transition: background 0.5s, color 0.5s;
}
.quality .quality__inner .quality__single .quality__icon i{
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    transition: background 0.5s, color 0.5s;
    -moz-transition: background 0.5s, color 0.5s;
    -webkit-transition: background 0.5s, color 0.5s;
    -o-transition: background;
}
.quality .quality__inner .quality__single .quality__content{ display: block; }
.quality .quality__inner .quality__single .quality__content h4{ text-align: center;  margin-top: 20px; margin-bottom: 5px; font-size: 20px;  color: var(--thm-primary); font-weight: 800; }
.quality .quality__inner .quality__single .quality__content p{ text-align: center; margin-top: 10px; margin-bottom: 5px;  font-size: 15px;  color: var(--thm-black); }
/* Quality End */
/* Product Recommend Start*/
.product-recommend{ background: #f3f3f4; }
.product-recommend .product-recommend__inner{ padding: 40px 0; }
.product-recommend .product-recommend__inner a{ color: var(--thm-black); }
.product-recommend .product-recommend__inner a::after{ color: var(--thm-black); }
.product-recommend .product-recommend__inner .product-recommend__single{
    display: block;
    background: var(--thm-base);
    display: block;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 0 0 2px 2px;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 30px;
}
.product-recommend .product-recommend__inner .product-recommend__single .product-recommend__image{
    text-align: center;
    width: 100%;
    height: 300px; 
    padding: 5%; 
    background: #fff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    overflow: hidden;
}
.product-recommend .product-recommend__inner .product-recommend__single .product-recommend__image .img{ vertical-align: middle;}
.product-recommend .product-recommend__inner .product-recommend__single .product-recommend__image .img img{  width:100%; height: 100%;  transition: all 500ms ease; transform: scale(1); }
.product-recommend .product-recommend__inner .product-recommend__single:hover .img img{ transform: scale(1.03); }
.product-recommend .product-recommend__inner .product-recommend__single .product-recommend__content{ display: block;}
.product-recommend .product-recommend__inner .product-recommend__single .product-recommend__content .content__title{
    height: 50px;
    line-height: 25px;
    font-size: 16px;
    text-align: center;
    color: var(--thm-gary);
    font-weight: bold;
    margin: 10px 0;
    padding: 0 5px;
    overflow: hidden;
}
.product-recommend .product-recommend__inner .product-recommend__single .product-recommend__content span{
    margin: 0 auto;
    display: block;
    width: 118px;
    height: 34px;
    border: 1px solid #dadada;
    display: block;
    text-align: center;
    line-height: 34px;
    background: none;
    position: relative;
}

.product-recommend .product-recommend__inner .product-recommend__single .product-recommend__content span:before {
	content: "";
	position: absolute;
	background: var(--thm-primary);
	width: 0;
	height: 34px;
	left: 0;
	z-index: 0;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
}
.product-recommend .product-recommend__inner .product-recommend__single .product-recommend__content span i {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	height: 34px;
}
.product-recommend .product-recommend__inner .product-recommend__single:hover span i{ width: 100%; height: 34px;  color: var(--thm-base); }
.product-recommend .product-recommend__inner .product-recommend__single:hover span:before { width: 100%; }
.product-recommend .product-recommend__inner .product-recommend__single .l1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 1px;
	background: var(--thm-primary);
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}
.product-recommend .product-recommend__inner .product-recommend__single .l2 {
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 0;
	background: var(--thm-primary);
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}
.product-recommend .product-recommend__inner .product-recommend__single .l3 {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 1px;
	background: var(--thm-primary);
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}
.product-recommend .product-recommend__inner .product-recommend__single .l4 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 1px;
	height: 0;
	background: var(--thm-primary);
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}
.product-recommend .product-recommend__inner .product-recommend__single:hover .l1 { width: 100%; }
.product-recommend .product-recommend__inner .product-recommend__single:hover .l2 { height: 100%; }
.product-recommend .product-recommend__inner .product-recommend__single:hover .l3 { width: 100%; }
.product-recommend .product-recommend__inner .product-recommend__single:hover .l4 { height: 100%; }
/* Product Recommend End*/
/* News Start */
.news-recommend{ display: block; }
.news-recommend .news-recommend__inner{ padding: 40px 0; }
.news-recommend .news-recommend__inner .news-recommend__single{
    display: block;
    background: #f9f9f9;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 2px;
    position: relative;
    margin-bottom: 20px;
    transition: transform 0.5s ease;
}
.news-recommend .news-recommend__inner .news-recommend__single .news-recommend__image{
    text-align: center;
    width: 100%;
    height: 200px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    overflow: hidden;
}
.news-recommend .news-recommend__inner .news-recommend__single .news-recommend__image .list__img-none{position: absolute;}
.news-recommend .news-recommend__inner .news-recommend__single .news-recommend__image img{
    width: 100%;
	/* height: auto; */
	height: 100%;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.news-recommend .news-recommend__inner .news-recommend__single .news-recommend__content{ padding: 15px; }
.news-recommend .news-recommend__inner .news-recommend__single .news-recommend__content .content__title{
    width: 100%;
    height: 35px;
    line-height: 25px;
    font-size: 18px;
    color: var(--thm-black);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news-recommend .news-recommend__inner .news-recommend__single .news-recommend__content .content__meta{ color: #666; }
.news-recommend .news-recommend__inner .news-recommend__single .news-recommend__content .content__meta span i{
    width: 16px;
    height: 16px;
    display: inline-block;
    margin:0 3px -3px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.news-recommend .news-recommend__inner .news-recommend__single .news-recommend__content .content__meta span.date i{
    background-image: url(../image/date1.png);
}
.news-recommend .news-recommend__inner .news-recommend__single .news-recommend__content .content__meta span.view{ float: right;  }
.news-recommend .news-recommend__inner .news-recommend__single .news-recommend__content .content__meta span.view i{
    background-image: url(../image/view1.png);
}
.news-recommend .news-recommend__inner .news-recommend__single .news-recommend__content .content__desc{
    width: 100%;
    height: 120px;
    line-height: 24px;
    font-size: 13px;
    color: #666;
    overflow: hidden;
    margin-top: 5px;
    text-overflow: ellipsis;
}
.news-recommend .news-recommend__inner .news-recommend__single:hover {
	position: relative;
	transform: translateY(-10px);
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
	box-shadow: 0px 0px 30px rgba(0,0,0,.2);
}
.news-recommend .news-recommend__inner .news-recommend__single:hover .news-recommend__image img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
/*--------------------------------------------------------------
# 首页 END
--------------------------------------------------------------*/
/*----------------------------------------------
# About Start
----------------------------------------------*/
.about-us { padding: 30px 0; font-size: 14px; }
.about-us .about-us__inner img{ border-radius: 15px; }
.about-us .about-us__inner .title p{ color: var(--thm-extra); font-size: 1.188rem !important; }
.about-us .about-us__inner .title h3{ font-size: 35px; font-family: "Source Sans 3", sans-serif; }
.about-us .about-us__inner p.index{ max-height: 195px; overflow: hidden; }
.about-us .about-us__inner .btn {
    color: var(--thm-base);
    border: 0;
    font-weight: 600;
    letter-spacing: 1.28px;
    box-shadow: none;
    text-transform: uppercase;
    padding: 12px 30px;
    border-radius: 50px;
    transition: 0.3s ease-in-out;
    outline: none;
    width: fit-content;
    text-align: center;
    background-color: var(--thm-extra);
    opacity: 0.8;
}
.about-us .about-us__inner .btn:hover { opacity: 1; }
/*----------------------------------------------
# About End
----------------------------------------------*/
/*----------------------------------------------
# Contact Start
----------------------------------------------*/
.contact{ display: block;background-color: #f2f3f5 !important; }
.contact .contact__inner{ padding: 40px 0; display: flex; }
.contact .contact__inner .contact__inner-left{ width: 50%; }
.contact .contact__inner .contact__inner-left span{ height: 50px; line-height: 20px; display: block; overflow: hidden;}
.contact .contact__inner .contact__inner-right{ width: 49%; margin-left: 1%;  position: relative; overflow: hidden; padding: 2px; z-index: 1; height: 430px; }
.contact .contact__inner .contact__inner-right::before { content: ""; width: 70%; height: 70%; position: absolute; left: 0; bottom: 0; background: var(--thm-primary); z-index: -1; }
.contact .contact__inner .contact__inner-right::after { content: ""; width: 70%; height: 70%; position: absolute; top: 0; right: 0; background: var(--thm-extra); z-index: -1; }
.contact .contact__inner .contact-address{ display: flex; height: 426px; background: var(--thm-base);z-index: 1; }
.contact .contact__inner .contact-address .image{ width: 400px; height: 100%; }
.contact .contact__inner .contact-address .image img{ width: 100%; height: 100%; }
.contact .contact__inner .contact-address .map{ width: 100%; height: 426px; }
.contact .contact__inner .contact-address #gsmap { height: 100%; width: 100%; }
.contact .contact__inner .contact-address .custom-content-marker { position: relative; width: 25px; height: 34px; }
.contact .contact__inner .contact-address .custom-content-marker .info{
    position: absolute;
    bottom: 40px;
    left: -170px;
    min-width: 350px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    padding: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: 0.3s ease all;
    z-index: 100;
}
.contact .contact__inner .contact-address .custom-content-marker .info .title{ font-size: 15px; }
.contact .contact__inner .contact-address .custom-content-marker img { width: 25px; height: 35px; }
.contact .contact__inner .contact-address .custom-content-marker .close-btn {
    position: absolute;
    top: -6px;
    right: -8px;
    width: 15px;
    height: 15px;
    font-size: 12px;
    background: #ccc;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 15px;
    box-shadow: -1px 1px 1px rgba(10, 10, 10, .2);
}
.contact .contact__inner .contact-address .custom-content-marker .close-btn:hover{ background: #666; }
.contact .contact__inner .contact__tittle-w { font-size: 30px; color: var(--thm-black); margin: 0px 0 30px; text-align: center; font-weight: 400; letter-spacing: 3px; margin-top: 15px; }
.contact .contact__inner .contact__form-bg input[type="text"],
.contact .contact__inner .contact__form-bg input[type="email"],
.contact .contact__inner .contact__form-bg textarea {
	width: 100%;
	padding: 8px 10px;
	height: 39px;
	font-weight: 400;
	background: none;
	background: var(--thm-base);
	border-radius: 0;
	border: 1px solid var(--thm-gray);
	color: var(--thm-gray);
	outline: none;
	font-size: 14px;
	letter-spacing: 1px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-moz-transition: 0.5s all;
	font-family: 'Source Sans Pro', sans-serif;
	box-sizing: border-box;
}
.contact .contact__inner .contact__form-bg input[type="text"],
.contact .contact__inner .contact__form-bg input[type="email"] { margin-bottom: 1em; }
.contact .contact__inner .contact__form-bg input[type="text"]:hover,
.contact .contact__inner .contact__form-bg input[type="email"]:hover,
.contact .contact__inner .contact__form-bg textarea:hover { border: 1px solid var(--thm-black); }
.contact .contact__inner .contact__form-bg input[type="text"]:focus,
.contact .contact__inner .contact__form-bg input[type="email"]:focus,
.contact .contact__inner .contact__form-bg textarea:focus { color: var(--thm-black);  border: 1px solid var(--thm-black); }
.contact .contact__inner .contact__form-bg input[type="text"],
.contact .contact__inner .contact__form-bg input[type="email"],
.contact .contact__inner .contact__form-bg textarea{ color: var(--thm-gray); height: 50px; }
@media (min-width: 768px){
    .contact .contact__inner .contact__form-bg .form-name,.contact .contact__inner .contact__form-bg .form-email{width: 49%; float: left; }
    .contact .contact__inner .contact__form-bg .form-email{ float: right; }
}
.contact .contact__inner .contact-fields { padding-left: 0; }
.contact .contact__inner .contact-fields:nth-child(2) { padding-right: 0; }
.contact .contact__inner .contact__form-bg textarea { resize: none; height: 100px; }
.contact .contact__inner .contact__form-bg .contact-submit {
	background: var(--thm-extra);
    border: none;
	color: #ffffff;
	font-size: 16px;
	text-transform: capitalize;
	margin: 0 auto;
	margin-top: 15px;
	outline: none;
	letter-spacing: .5px;
	display: block;
	cursor: pointer;
	-webkit-appearance: none;
	/* padding: 4px 60px; */
    width: 100%;
    height: 50px;
	font-family: 'Source Sans Pro', sans-serif;
	transition: .5s ease-in;
	-webkit-transition: .5s ease-in;
	-moz-transition: .5s ease-in;
	-o-transition: .5s ease-in;
	-ms-transition: .5s ease-in;
    visibility: inherit;
    opacity: 0.8;
}
.contact .contact__inner .contact__form-bg .contact-submit:hover { opacity: 1; }
.contact .contact__inner .contact__form-bg { position: relative; }
.contact .contact__inner .contact__overlay{ position: absolute; top: 0; left: 0;  width: 100%;  height: 100%; background: rgba(0, 0, 0, 0.2);  border-radius: 3px;  z-index:999; display: none;}
.contact .contact__inner .contact__overlay-content{ position: absolute; top: 50%; left: 50%;  transform: translate(-50%, -50%); color: var(--thm-base); font-size: 15px; }
.contact-ad{ display: block; background-color: #f2f3f5 !important;}
.contact-ad .contact-ad__inner{ padding: 10px 0 40px 0; }
.contact-ad .contact-ad__inner .contact-ad__single{
    width: 100%;height: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 2px;
    border: 2px solid #f1f1f1;
    position: relative;
    margin-bottom: 20px;
    transition: transform 0.5s ease;
    display: inline-flex !important;
    padding: 1.5rem 1.5rem 0 1.5rem;
    background: var(--thm-base);
}
.contact-ad .contact-ad__inner .contact-ad__single .contact-ad__icon{ margin-right: 1.5rem !important; }
.contact-ad .contact-ad__inner .contact-ad__single .contact-ad__icon i{ color: var(--thm-primary); font-size: 2em; }
.contact-ad .contact-ad__inner .contact-ad__single .contact-ad__content h3{ font-size: 1.5rem; }
/*----------------------------------------------
# Contact End
----------------------------------------------*/
/*----------------------------------------------
# Culture Start
----------------------------------------------*/
.culture { padding: 30px 0; }
.culture .culture__inner{ margin: 0 !important; }
.culture .culture__inner .culture__inner-content .culture__single{
    /* display: block; */
    width: 50%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 2px;
    position: relative;
    margin: 58px 0;
    float: left;
}
.culture .culture__inner .culture__inner-content .culture__single .culture__single-center{
    margin: 0 10px;
    background: #f1f1f1;
    min-height: 200px;
    position: relative;
    display: flex;
    justify-content: center;
}
.culture .culture__inner .culture__inner-content .culture__single .culture__single-center .title{
    position: absolute;
    width: 150px;
    height: 150px;
    top: -75px;
    border-radius: 50%;
    border: 1px solid var(--thm-primary);
    padding: 5px;
}
.culture .culture__inner .culture__inner-content .culture__single .culture__single-center .title span{
    height: 100%;
    color: var(--thm-base);
    font-size: 20px;
    font-weight: 700;
    padding: 0 20%;
    justify-content: center;
    display: flex;
    align-items: center;
    width: 100%;
    background: var(--thm-primary);
    border-radius: 50%;
}
.culture .culture__inner .culture__inner-content .culture__single .culture__single-center .desc{
    min-height: 200px;
    padding: 100px 20px 10px 20px;
    text-align: center;
    display: block;
}
.culture .culture__inner .culture__inner-content .culture__single:hover .culture__single-center .title span{
    color: var(--thm-primary);
    background: var(--thm-base);
}
.culture .culture__inner .culture__inner-content .culture__single:hover .culture__single-center{
    background: var(--thm-primary);color: var(--thm-base);
}
.culture .culture__inner .culture__inner-content .culture__single:hover .culture__single-center .desc,
.culture .culture__inner .culture__inner-content .culture__single:hover .culture__single-center .desc p,
.culture .culture__inner .culture__inner-content .culture__single:hover .culture__single-center .desc p span{
    color: var(--thm-base);
}
/*----------------------------------------------
# Culture End
----------------------------------------------*/
/*----------------------------------------------
# Course start
----------------------------------------------*/
.course{ display: block; padding: 20px 0; background-color: #f8f8fa; }
.course .section-title{ padding-bottom: 10px; }
.course .course-content{ display: block; margin: 10px; }
.course .course-content .course-swiper{ overflow: hidden; }
.course .course-content .course-content__single{ width: 100%; height: 100%; }
.course .course-content .course-content__single .single-image{ width: 100%; height: 150px; padding: 0px 10px; overflow: hidden; }
.course .course-content .course-content__single .single-date{
    display: block;
    height: 60px;
    font-size: 24px;
    line-height: 70px;
    transition: 0.2s ease all;
    text-align: center;
    white-space: nowrap;
    padding: 0px 20px;
}
.course .course-content .course-content__single .single-title{
    display: block;
    height: 40px;
    line-height: 20px;
    text-align: center;
    color: var(--thm-gray);
    font-size: 15px;
    transition: 0.2s ease all;
    overflow: hidden;
    text-overflow: ellipsis;
    /* white-space: nowrap; */
    padding: 0px 20px;
}
.course .course-content .course-content__single .single-line{
    display: flex;
    height: 1px;
    background: var(--thm-gray);
    margin: 20px 0px;
    align-items: center;
    justify-content: center;
}
.course .course-content .course-content__single .single-line i{
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 4px solid var(--thm-primary);
    background-color: var(--bs-white);
}
.course .course-content .course-content__single:hover .single-title{
    color: var(--thm-primary);
}
.course .course-content .course-content__single:hover .single-image img{
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -ms-transform:scale(1.1);
    -o-transform:scale(1.2);
    transform:scale(1.1);
    transition: all 500ms ease;
}
.course .course-content .course-content__single img{ width: 100%;height: 100%; object-fit: cover; transition: all 500ms ease; }
.course .course-content .course-slider__nav { width: 100%; z-index: 100; display: flex; position: sticky; }
.course .course-content .course-slider__nav .swiper-button-prev{ left:unset; right: -50px;}
.course .course-content .course-slider__nav .swiper-button-next{right: unset; left: -50px; }
.course .course-content .course-slider__nav .swiper-button-next,
.course .course-content .course-slider__nav .swiper-button-prev {
    top: -173.5px;
    z-index: 100;
    width: 30px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
    margin: 0;
    text-align: center;
    opacity: 0.2;
    cursor: pointer;
    transition: all 500ms ease;
    outline: none;
}
.course .course-content .course-slider__nav .swiper-button-next i,
.course .course-content .course-slider__nav .swiper-button-prev i{ width: 30px; height: 70px; }
.course .course-content .course-slider__nav .swiper-button-next:hover,
.course .course-content .course-slider__nav .swiper-button-prev:hover {background-color: var(--thm-primary);opacity: 0.8;}
.course .course-content .course-slider__nav .swiper-button-next::after,
.course .course-content .course-slider__nav .swiper-button-prev::after { display: none;}
/*----------------------------------------------
# Course end
----------------------------------------------*/
/*--------------------------------------------
# Current Location Start
----------------------------------------------*/
.current-location{ height: 50px; border-bottom: 1px solid #eeeeee; display: flex; align-items: center; }
.current-location2{ margin-top: -20px; }
.current-location .current-location__inner{ position: relative; padding: 13px 0px; height: 24px; line-height: 24px; font-family: "Microsoft Yahei"; color: #9e9e9e; display: flex; align-items: center; }
.current-location .current-location__inner .home{display: block; width: 20px; height: 14px; }
.current-location .current-location__inner span{ padding-right: 5px; color: var(--thm-black); padding-left: 5px; font-size: 13px; }
.current-location .current-location__inner a{ color: var(--thm-black); font-size: 13px; }
.current-location .current-location__inner a:last-child{ color: var(--thm-primary); }
.current-location .current-location__inner a:hover{ color: var(--thm-primary); }
/*--------------------------------------------
# Current Location End
----------------------------------------------*/
/*----------------------------------------------
# News Start
----------------------------------------------*/
.news { padding: 30px 0; }
.news .news__inner{ margin: 0 !important; }
.news .news__inner .news__inner-list{ margin-top: 10px;}
.news .news__inner .news__inner-list .news__single{ display: flex; align-items: center; padding: 20px; border: solid 1px #e9e9e9; box-shadow: 5px 10px 15px rgba(0, 0, 0, 0.1); margin-bottom: 21px;}
.news .news__inner .news__inner-list .news__single .news__single-image{ width: 245px; height: 200px;overflow: hidden;}
.news .news__inner .news__inner-list .news__single .news__single-image img{width: 100%; height: 100%; object-fit: cover;transition: all 1s; -webkit-transition: all 1s; -moz-transition: all 1s; -o-transition: all 1s;transform: scale(1);}
.news .news__inner .news__inner-list .news__single .news__single-content{ padding-left: 20px; width: calc(100% - 245px);}
.news .news__inner .news__inner-list .news__single .news__single-content .title{
    margin-bottom: 5px;
    font-size: 17px;
    color: var(--thm-black);
    font-weight: bold;
    line-height: 24px; }
.news .news__inner .news__inner-list .news__single .news__single-content .date{
    margin-bottom: 5px;
    font-size: 12px;
    color: #b1b1b1;
    line-height: 24px;
}
.news .news__inner .news__inner-list .news__single .news__single-content .desc{
    margin-bottom: 20px;
    height: 75px;
    color: var(--thm-black);
    line-height: 25px;
    overflow: hidden;
}
.news .news__inner .news__inner-list .news__single .news__single-content .more{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 95px;
    height: 30px;
    color: #fff;
    border: 1px solid var(--thm-black);
    background: var(--thm-black);
    border-radius: 15px;
    -webkit-transition: all .3s;
}
.news .news__inner .news__inner-list .news__single:hover .news__single-image img{
    transform: scale(1.1); 
}
.news .news__inner .news__inner-list .news__single:hover .more{
    background: var(--thm-base);
    border: 1px solid var(--thm-black);
    color: var(--thm-black);
}
/*详情*/
.news-detail{
    display: block;
    padding: 30px 0;
    background: #f3f3f3;
}
.news .news-content{
    display: block;
    margin-top: 30px;
    height: 400px;
}
.news .news-content .news-swiper{
    overflow: hidden;
}

.news .news-content .news-content__single{
    width: 100%;
    height: 100%;
    border-radius: 2px;
}
.news .news-content .news-content__single .news-content__image{
    width: 100%;
    height: 220px;
    overflow: hidden;
}
.news .news-content .news-content__single .news-content__image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transform: scale(1);
}
.news .news-content .news-content__single .news-content__content{ width: 100%; font-size: 14px; background: var(--thm-primary); opacity: 0.8; }
.news .news-content .news-content__single .news-content__content .news-content__date{ display: block; height: 35px; line-height: 35px; padding: 0px 5px; }
.news .news-content .news-content__single .news-content__content .news-content__date i{ font-size: 14px !important; font-style: normal !important; margin-bottom: 0 !important; }
.news .news-content .news-content__single .news-content__content .news-content__date i svg{
    width: 16px;
    height: 16px;
    background-image: url('../svg/time.svg');
    background-repeat: no-repeat; 
    margin-right: 5px;
    margin-top: -2px;
}
.news .news-content .news-content__single .news-content__content .news-content__date i:nth-child(2){ float: right; }
.news .news-content .news-content__single .news-content__content .news-content__date i:nth-child(2) svg{
    width: 16px;
    height: 16px;
    background-image: url('../svg/eye.svg');
    background-repeat: no-repeat; 
    margin-right: 5px;
}
.news .news-content .news-content__single .news-content__content .news-content__title{
    display: -webkit-box;
    -webkit-box-orient: vertical;  
    -webkit-line-clamp: 2; /* 限制在两行内 */ 
    height: 55px;
    line-height: 25px;
    font-size: 15px;
    font-weight: 400;
    transition: 0.2s ease all;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0px 5px;
    color: var(--thm-base);
}
.news .news-content .news-content__single a{  color: var(--thm-base); }
.news .news-content .news-content__single img{ width: 100%; height: 100%; object-fit: cover; transition: all 500ms ease; }
.news .news-content .news-content__single:hover img{ transform: scale(1.05); }
.news .news-content .news-content__single:hover .news-content__content{ opacity: 1; }
.news .news-content .news-slider__nav { width: 100%; z-index: 100; display: flex; position: sticky; }
.news .news-content .news-slider__nav .swiper-button-prev{ left:unset; right: -50px; }
.news .news-content .news-slider__nav .swiper-button-next{ right: unset; left: -50px; }
.news .news-content .news-slider__nav .swiper-button-next,
.news .news-content .news-slider__nav .swiper-button-prev {
    top: -180.5px;
    z-index: 100;
    width: 30px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--thm-primary);
    opacity: 0.8; 
    margin: 0;
    text-align: center;
    cursor: pointer;
    transition: all 500ms ease;
    outline: none;
    border-radius: 2px;
}
.news .news-content .news-slider__nav .swiper-button-next i,
.news .news-content .news-slider__nav .swiper-button-prev i{width: 15px;height: 60px; }
.news .news-content .news-slider__nav .swiper-button-next:hover,
.news .news-content .news-slider__nav .swiper-button-prev:hover {  opacity: 1; }
.news .news-content .news-slider__nav .swiper-button-next::after,
.news .news-content .news-slider__nav .swiper-button-prev::after { display: none; }
/*----------------------------------------------
# News End
----------------------------------------------*/
/*----------------------------------------------
# Product Start
----------------------------------------------*/
.product {padding: 15px 0;}
.product-location{background: #f3f3f4;padding: 15px 0;overflow: hidden;border: 0;height: auto;}
.product-location.detail{padding: 0;}
.product-location .container{line-height: 40px;}
.product-location .container .current-location__inner{line-height: 0;float: left;height: 45px;}
.product-location .seach__content {z-index: 9999;float:right;}
.product-location .seach__content form {
    position: relative;
    background-color: #fff;
    border: 1px solid var(--thm-gary);
    border-radius: 4px;
    height: 40px;
    line-height: 38px;
    overflow: hidden;
}
.product-location .seach__content form input[type="text"] {
    background-color: #fff;
    font-size: 14px;
    border: none;
    outline: none;
    padding-left: 10px;
    color: #a29b9b;
    min-width: 450px;
}
.product-location .seach__content form input[type="search"],
.search-popup .search-popup__content form input[type="text"]:focus{
    color: var(--thm-black);
}
.product-location .seach__content form input[type="search"]::after{
    color: var(--thm-black);
}
.product-location .seach__content .sbtn{
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    background-color: var(--thm-base);
}
.product-location .seach__content .sbtn .thm-btn {
    font-size: 20px;
    padding: 0;
    width: 60px;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 0px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    background-color: var(--thm-primary);
}
.product-location .seach__content .sbtn .reset{
    background-color: var(--thm-base);
    border: 1px solid var(--thm-primary);
    border-radius: 4px;
    margin-left: 4px;
    padding: 0 10px;
    cursor: pointer;
    display: flex;
}
.product-location .seach__content .sbtn .reset i.fa-reset{
    width: 20px;
    height: 20px;
    background-image: url(../svg/reset.svg) !important;
    background-repeat: no-repeat;
    background-size: 20px;
    display: block;
    margin: 8.5px 5px 0 0;
}
.product-location .seach__content .thm-btn i {
    margin: 0;
}
.product .product__inner{margin: 0 !important;display: flex; min-height: 500px; }
.product .product__inner .product__inner-left{width: 22%;margin-bottom: 25px;}
.product .product__inner .product__inner-right{ width: 77%;margin-left: 1%;display: block;}
.product .product__inner .product__inner-left .title{ height: 45px; text-align: center;background: var(--thm-primary);margin-bottom: 2px;border-radius: 4px 4px 0 0;position: relative;}
.product .product__inner .product__inner-left .title h3{ line-height: 45px; font-size: 18px; font-weight: bold; color: var(--thm-base);}
.product .product__inner .product__inner-left .list{ opacity: 1;   max-height: 10000;overflow: hidden;  transition: all 0.3s ease; }
.product .product__inner .product__inner-left .title span{
    background-image: url(../image/p-down-hover.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: right center;
    cursor: pointer;
    width: 35px;
    height: 40px;
    position: absolute;
    right: 10px;
    top: 10%;
    display: none;
}
.product .product__inner .product__inner-left.current .list{ opacity: 1;  max-height: 10000px; }
.product .product__inner .product__inner-left.current .title span{ background-image: url(../image/p-up-hover.png);}
.product .product__inner .product__inner-left .list ul li{border-bottom: 1px dotted #dedede;}
.product .product__inner .product__inner-left .list ul li .cate{
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    padding: 0 5px 0 20px;
    margin-bottom: 5px;
    display: block;
}
.product .product__inner .product__inner-left .list ul li .cate a{
    width: 80%;
    float: left;
    display: block;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    text-align: left;
    color: #555;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.product .product__inner .product__inner-left .list ul li .cate span{
    background-image: url(../image/p-down.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: right center;
    cursor: pointer;
    width: 35px;
    height: 40px;
    float: right;
}
.product .product__inner .product__inner-left .list ul li .cate-child{
    opacity: 1;  
    max-height: 0;  
    overflow: hidden;  
    transition: all 0.4s ease;
}
.product .product__inner .product__inner-left .list ul li.current .cate-child{
    opacity: 1;  
    max-height: 1000px; 
}
.product .product__inner .product__inner-left .list ul li .cate-child a{
    display: block;
    background: #f1f1f1;
    border: 0;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    border: 1px solid #f1f1f1;
    border: 0.5px solid var(--thm-base);
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 25px;
    color: var(--thm-black);
}
.product .product__inner .product__inner-left .list ul li .cate-child a.current,
.product .product__inner .product__inner-left .list ul li .cate-child a:hover{ background: var(--thm-light);}
.product .product__inner .product__inner-left .list ul li.current .cate span,
.product .product__inner .product__inner-left .list ul li.current:hover .cate span{ background-image: url(../image/p-up.png);}
.product .product__inner .product__inner-left .list ul li.current .cate,
.product .product__inner .product__inner-left .list ul li:hover .cate{ background-color: var(--thm-primary);}
.product .product__inner .product__inner-left .list ul li.current .cate a,
.product .product__inner .product__inner-left .list ul li:hover .cate a{ color: var(--thm-base);}
.product .product__inner .product__inner-left .list ul li:hover .cate span{ background-image: url(../image/p-down-hover.png);}
.product .product__inner .product__inner-right .head{
    height: 42px;
    line-height: 42px;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px dotted #dedede;
    display: flex;
    padding: 0 10px;
}
.product .product__inner .product__inner-right .head.detail{padding: 0;}
.product .product__inner .product__inner-right .head.detail .nav{
    height: 42px;
    line-height: 42px;
    text-align: center;
    background: var(--thm-primary);
    color: var(--thm-base);
    padding: 0 15px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.product .product__inner .product__inner-right .head .desc{ width: calc(100% - 75px); }
.product .product__inner .product__inner-right .head .layout-options{ float: right; }
.product .product__inner .product__inner-right .head .layout-options a{
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #f1f1f1;
    border: 1px solid var(--thm-base);
    color: var(--thm-black);
    font-size: 14px;
    margin-left: 5px;
}
.product .product__inner .product__inner-right .head .layout-options a.layout-selected,
.product .product__inner .product__inner-right .head .layout-options a:hover{ background: var(--thm-primary); color: #fff; border: 1px solid var(--thm-primary); }
.product .product__inner .product__inner-right .content,
.product .product__inner .product__inner-right .list{ padding: 20px 0; overflow: hidden; }
.product .product__inner .product__inner-right .list .product__single{
    display: block;
    box-shadow: 0px 0px 72px 0px #e1dddd;
    -webkit-transition: all .25s;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    padding: 15px;
    margin-bottom: 15px;
}
.product .product__inner .product__inner-right .product__view-grid .list .product__single{ padding: 0 10px; box-shadow: none; }
.product .product__inner .product__inner-right .product__view-grid .list .product__single .product__single-item{  display: block; box-shadow: 0px 0px 72px 0px #e1dddd; padding: 15px; }
.product .product__inner .product__inner-right .product__view-grid .list .product__single .product__single-item .l1 {
	position: absolute;
	top: 0;
	left: 10px;
	width: 0;
	height: 1px;
	background: var(--thm-primary);
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}
.product .product__inner .product__inner-right .product__view-grid .list .product__single .product__single-item .l2 {
	position: absolute;
	top: 0;
	right: 10px;
	width: 1px;
	height: 0;
	background: var(--thm-primary);
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}
.product .product__inner .product__inner-right .product__view-grid .list .product__single .product__single-item .l3 {
	position: absolute;
	bottom: 0;
	right: 10px;
	width: 0;
	height: 1px;
	background: var(--thm-primary);
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}
.product .product__inner .product__inner-right .product__view-grid .list .product__single .product__single-item .l4 {
	position: absolute;
	bottom: 0;
	left: 10px;
	width: 1px;
	height: 0;
	background: var(--thm-primary);
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}
.product .product__inner .product__inner-right .product__view-grid .product__single:hover .product__single-item .l1 {
	width: calc(100% - 20px);
}
.product .product__inner .product__inner-right .product__view-grid .product__single:hover .product__single-item .l2 {
	height: 100%;
}
.product .product__inner .product__inner-right .product__view-grid .product__single:hover .product__single-item .l3 {
	width: calc(100% - 20px);
}
.product .product__inner .product__inner-right .product__view-grid .product__single:hover .product__single-item .l4 {
	height: 100%;
}
.product .product__inner .product__inner-right .product__single .product__single-content .title{
    display: block;
    height: 60px;
    line-height: 25px;
    font-size: 14px;
    color: #333;
    padding:5px 0;
    overflow: hidden;
}
.product .product__inner .product__inner-right .product__single .product__single-item .product__single-content .more{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 30px;
    color: var(--thm-black);
    border: 1px solid var(--thm-black);
    border-radius: 15px;
    -webkit-transition: all .3s;
    margin-top: 15px;
}
.product .product__inner .product__inner-right .list .product__single:hover .product__single-image img{
    transform: scale(1.1); 
}
.product .product__inner .product__inner-right .list .product__single .product__single-image{
    width: 100%;
    height: 200px;
    overflow: hidden;
}
.product .product__inner .product__inner-right .list .product__single .product__single-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transform: scale(1);
}
.product .product__inner .product__inner-right .product__view-grid .product__single{ width: 25%; float:left; position: relative; }
.product .product__inner .product__inner-right .product__view-grid .product__single .product__single-item .product__single-content .more{
    justify-content: center;
    border: 1px solid #dadada;
}
.product .product__inner .product__inner-right .product__view-grid .product__single .product__single-item .product__single-content .more i {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
    height: 100%;
}
.product .product__inner .product__inner-right .product__view-grid .product__single:hover .product__single-item .product__single-content .more {
	background: var(--thm-primary);
    border: 1px solid var(--thm-primary);
    color: var(--thm-base);
}
.product .product__inner .product__inner-right .product__view-grid .product__single .product__single-content .desc{ display: none; }
.product .product__inner .product__inner-right .product__view-list .list{ padding: 10px; }
.product .product__inner .product__inner-right .product__view-list .product__single{ width: 100%; }
.product .product__inner .product__inner-right .product__view-list .product__single .product__single-item{ display: flex; }
.product .product__inner .product__inner-right .product__view-list .product__single .product__single-item .product__single-image{
    width: 245px;
    height: 200px;
    overflow: hidden;
}
.product .product__inner .product__inner-right .product__view-list .product__single .product__single-item .product__single-content{
    width: calc(100% - 245px);
    padding-left: 20px;
}
.product .product__inner .product__inner-right .product__view-list .product__single .product__single-item .product__single-content .title{
    margin-bottom: 5px;
    font-size: 17px;
    color: var(--thm-black);
    font-weight: bold;
    line-height: 25px;
    height: 25px;
    overflow: hidden;
    margin-bottom: 15px;
}
.product .product__inner .product__inner-right .product__view-list .product__single .product__single-item .product__single-content .desc{
    margin-bottom: 20px;
    height: 75px;
    color: var(--thm-black);
    line-height: 25px;
    overflow: hidden;
}
.product .product__inner .product__inner-right .product__view-list .product__single .product__single-item .product__single-content .more{
    color: #fff;
    border: 1px solid var(--thm-black);
    background: var(--thm-black);
    width: 96px;
}
.product .product__inner .product__inner-right .product__view-list .product__single:hover .product__single-item .more{
    background: var(--thm-base);
    border: 1px solid var(--thm-black);
    color: var(--thm-black);
}
.product .product__inner .product__inner-right  .search-nothing{
    display: grid;
    justify-content: center;
    align-items: center;
    height: 200px;
    font-size: 16px;
    color: var(--thm-gray);
}
.product .product__inner .product__inner-right  .search-nothing .image{
    display: flex;
    justify-content: center;
}
.product .product__inner .product__inner-right  .search-nothing svg{
    width: 100px;
    height: 100px;
    background-image: url('../image/nothing-data.svg') !important;
    background-repeat: no-repeat;
    background-size: cover;
}
.product-search_list .search-nothing span{
    font-size: 13px;
    text-align: center;
}
/*产品详情页 start*/
.product-details{padding: 20px 0;background: #f1f1f1}
.product-details .product-details__inner{margin: 0 !important;display: flex;background-color: var(--thm-base);padding:10px;}
.product-details .product-details__inner .product-details__left{width: 40%;}
.product-details .product-details__inner .product-details__left .product-details_image{width: 100%;min-height: 200px;height: 100%;}
.product-details .product-details__inner .product-details__left .product-details_image .list__img-none{position:absolute;}
.product-details .product-details__inner .product-details__right{width: 58%;margin-left: 2%;display: block;}
.product-details .product-details__inner .product-details__left{padding:0;text-align:center;padding-right:0;border-radius: 0;}
.product-details .product-details__inner .product-details__left .swiper-slide{ position: relative; display: inline-block; }
.product-details .product-details__inner .product-details__left .swiper-slide iframe{ position: relative; z-index: 70; width: 100%;}
.product-details .product-details__inner .product-details__left .gallery-top{ overflow: inherit;border: 2px solid #eee;padding: 2px;overflow: hidden;}
.product-details .product-details__inner .product-details__left .gallery-top .swiper-slide{opacity: 0 !important; z-index: -1; }
.product-details .product-details__inner .product-details__left .gallery-top .swiper-slide-active{  opacity: 1 !important; z-index: 3;}
.product-details .product-details__inner .product-details__left .gallery-top .swiper-slide img{width: 100%;max-height: 420px;}
.product-details .product-details__inner .product-details__left .gallery-thumbs{padding-top: 15px;}
.product-details .product-details__inner .product-details__left .gallery-thumbs .swiper-slide{width: 60px;height: 60px;border-radius: 2px;overflow: hidden;cursor: pointer;border: 2px solid #eee;padding: 2px;}
.product-details .product-details__inner .product-details__left .gallery-thumbs .swiper-slide img{width: 100%;height: 100%;}
.product-details .product-details__inner .product-details__left .gallery-thumbs .swiper-slide-thumb-active{border: 2px solid var(--thm-primary); box-shadow: 0px 0px 10px rgba(0,0,0,0.1);}
.product-details .product-details__inner .product-details__left .gallery-thumbs .swiper-slide.swiper-slide-thumb-active img{border-color: var(--thm-primary);}
.product-details .product-details__inner .product-details__left .cloud-zoom-lens{position:absolute; background:#000  !important;  opacity: 0.2 !important;}
.product-details .product-details__inner .product-details__left .cloud-zoom-big{ top: 0px !important; background-repeat: no-repeat !important; background: #fff;width: 100%; height: 100%;}
.product-details .product-details__inner .product-details__left .cloud-zoom{overflow: hidden;}
@media only screen and (max-width: 992px){
    .product-details .product-details__inner .product-details__left .mousetrap,
    .product-details .product-details__inner .product-details__left .cloud-zoom-big,
    .product-details .product-details__inner .product-details__left .cloud-zoom-big{display: none !important;}
}
.product-details .product-details__inner .product-details__right .product-details__right-inner{display: block;}
.product-details .product-details__inner .product-details__right .product-details__right-inner .product-details__right-top{display: block;overflow: hidden;}
.product-details .product-details__inner .product-details__right .product-details__right-inner .product-details__right-top .title{
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    max-height: 60px;
    color: var(--thm-primary);
    margin-bottom: 10px;
    overflow: hidden;
}
.product-details .product-details__inner .product-details__right .product-details__right-inner .product-details__right-top .date{
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
}
.product-details .product-details__inner .product-details__right .product-details__right-inner .product-details__right-top .desc{
    display: block;
}
.product-details .product-details__inner .product-details__right .product-details__right-inner .product-details__right-top .desc p{
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
}
.product-details .product-details__inner .product-details__right .product-details__right-inner .product-details__right-top .desc p.b{
    max-height: 265px;
    overflow: hidden;
    color: #999;
}
/*----------------------------------------------
# Product End
----------------------------------------------*/
/*----------------------------------------------
# About Smt Start
----------------------------------------------*/
.about-smt {
    padding: 30px 0;
    z-index: 1;
}
.about-smt .about-smt__inner{
    margin: 0 !important;
}
.about-smt .about-smt__inner .about-smt__inner-content{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 20px;
    transition: 0.3s;
    font-size: 16px;
}
.about-smt .about-smt__inner .about-smt__inner-image{
    width: 100%;
    height: 250px;
    overflow: hidden;
}
.about-smt .about-smt__inner .about-smt__inner-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transform: scale(1);
}
.smt-plate{
    display: block;
    background-image: url(../image/smt-bg2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2;
}
.smt-plate .smt-plate__inner{
    padding: 40px 0;
}
.smt-plate .smt-plate__inner .smt-plate__top{
    display: block;
    margin-bottom: 40px;
    text-align: center;
}
.smt-plate .smt-plate__inner .smt-plate__top .title{
    font-size: 24px;
    color: var(--thm-base);
}
.smt-plate .smt-plate__inner .smt-plate__top .title h3 {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 10px;
    color: var(--thm-base);
}
.smt-plate .smt-plate__inner .smt-plate__bottom .smt-plate__single{
    width: 16.666666666666%;
    float: left;
    text-align: center;
    margin-bottom: 15px;
}
.smt-plate .smt-plate__inner .smt-plate__bottom .smt-plate__single.smt-single{
    width: 33.33333333%;
}
.smt-plate .smt-plate__inner .smt-plate__bottom .smt-plate__single .smt-plate__content{   
    display: block;
    margin: 5px;
    border:1px solid #ededed;
    background: var(--thm-base);
    overflow: hidden;
    border-radius: 5px;
}
.smt-plate .smt-plate__inner .smt-plate__bottom .smt-plate__single .smt-plate__content .title{
    line-height: 62px;
    max-height: 65px;
    font-size: 20px;
    font-weight: normal;
    color: var(--thm-extra);
    overflow: hidden;
} 
.smt-plate .smt-plate__inner .smt-plate__bottom .smt-plate__single .smt-plate__content span {
    text-align: center;
    justify-content: center;
    font-size: 18px;
    height: 28px;
    width: 28px;
    border-radius: 50%;
    background-color: var(--thm-extra);
    color: var(--thm-base);
    position: absolute;
    display: flex;
    right: 0px;
    top: 0px;
    line-height: 28px;
}
.smt-plate .smt-plate__inner .smt-plate__bottom .smt-plate__single .smt-plate__content label{
    display: block;
    width: 50px;
    height: 4px;
    margin: 0 auto;
    background: #e2e6e8;
}
.smt-plate .smt-plate__inner .smt-plate__bottom .smt-plate__single .smt-plate__content .desc{
    padding: 10px;
    margin-top: 10px;
    font-size: 18px;
}
.smt-show{
    display: block;
    z-index: 3;
}
.smt-show .smt-show__inner{
    padding: 40px 0;
}
.smt-show .smt-show__inner .smt-show__top{
    display: block;
    margin-bottom: 40px;
    text-align: center;
}
.smt-show .smt-show__inner .smt-show__top .title{
    font-size: 24px;
    color: var(--thm-black);
}
.smt-show .smt-show__inner .smt-show__top .title h3 {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 10px;
    color: #666;
}
.smt-show .smt-show__inner .smt-show__bottom{
    margin-top: 20px;
}
.smt-show .smt-show__inner .smt-show__bottom .smt-show__single{
    width: 50%;
    float: left;
    margin-bottom: 15px;
    overflow: hidden;
}
.smt-show .smt-show__inner .smt-show__bottom .smt-show__single .smt-show__single-center{
    margin: 5px;
    display: flex;
    border: 1px solid #ededed;
    border-radius: 4px;
    height: 265px;
    overflow: hidden;
}
.smt-show .smt-show__inner .smt-show__bottom .smt-show__single .smt-show__single-center .smt-show__image{
    width: 44%;
    height: 265px;
    padding: 10px;
    overflow: hidden;
}
.smt-show .smt-show__inner .smt-show__bottom .smt-show__single .smt-show__single-center .smt-show__image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transform: scale(1);
}
.smt-show .smt-show__inner .smt-show__bottom .smt-show__single .smt-show__single-center .smt-show__content{  
    width: 56%;
    display: block;
    background: #f1f1f1;
    overflow: hidden;
    padding: 10px;
}
.smt-show .smt-show__inner .smt-show__bottom .smt-show__single .smt-show__single-center .smt-show__content p.title{
    line-height: 38px;
    max-height: 38px;
    font-size: 19px;
    font-weight: normal;
    color: var(--thm-extra);
    overflow: hidden;
}
.smt-show .smt-show__inner .smt-show__bottom .smt-show__single .smt-show__single-center .smt-show__content p{
    display: block;
    font-size: 14px;
    color: #666;
}
.smt-detection{ display: block; z-index: 4;}
.smt-detection .smt-detection__inner{ padding: 40px 0; }
.smt-detection .smt-detection__inner .smt-detection__top{ display: block; margin-bottom: 40px; text-align: center; }
.smt-detection .smt-detection__inner .smt-detection__top .title{ font-size: 24px; color: var(--thm-black); }
.smt-detection .smt-detection__inner .smt-detection__top .title h3 {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 10px;
    color: #666;
}
.smt-detection .smt-detection__inner .smt-detection__top .title .desc{ margin-top: 15px; font-size: 17px; color: #a3a2a2; }
.smt-detection .smt-detection__inner .smt-detection__bottom{ margin-top: 20px; }
.smt-detection .smt-detection__inner .smt-detection__bottom .smt-detection__single{ width: 33.33333333%; float: left; margin-bottom: 15px; overflow: hidden; }
.smt-detection .smt-detection__inner .smt-detection__bottom .smt-detection__single .smt-detection__single-center{ margin: 5px; border: 1px solid #ededed; border-radius: 4px; overflow: hidden; }
.smt-detection .smt-detection__inner .smt-detection__bottom .smt-detection__single .smt-detection__single-center .smt-detection__image{ height: 350px; overflow: hidden; padding: 10px; }
.smt-detection .smt-detection__inner .smt-detection__bottom .smt-detection__single .smt-detection__single-center .smt-detection__image img{
    width: 100%;
    height: 100%;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transform: scale(1);
}
.smt-detection .smt-detection__inner .smt-detection__bottom .smt-detection__single .smt-detection__single-center .smt-detection__content{  
    display: block;
    background: #f1f1f1;
    overflow: hidden;
    padding: 10px;
}
.smt-detection .smt-detection__inner .smt-detection__bottom .smt-detection__single .smt-detection__single-center .smt-detection__content p.title{
    line-height: 40px;
    max-height: 40px;
    font-size: 20px;
    font-weight: normal;
    color: var(--thm-extra);
    text-align: center;
    overflow: hidden;
}
/*----------------------------------------------
# About Smt End
----------------------------------------------*/
/*--------------------------------------------------------------
# article details start
--------------------------------------------------------------*/
.article-details{
    position: relative;
    display: block;
    padding-top: 20px;
}
.article-details_content{
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
    overflow: hidden;
    transition: 400ms;
    text-align: left;
}
.article-details_content .content-header{
    max-width: 1380px;
    margin: 0 auto;
}
.article-details_content .content-header h1{
    font-size: 28px;
    line-height: 40px;
    padding-bottom: 30px;
    color: #666;
    text-align: center;
    font-weight: bold;
}
.article-details_content .content-header .article-param{
    font-size: 15px;
    text-align: center;
    border-bottom: #ddd 1px solid;
    margin-bottom: 30px;
    padding-bottom: 10px;
    color: #666;
}
.article-details_content .content-header .article-param .return{
    color: var(--thm-primary);
}
.article-details_content .details{
    font-size: 14px;
    color: #666;
}
.article-details_pagination{
    margin: 0 auto;
    width: 100%;
    line-height: 80px;
    margin-bottom: 20px;
}
.article-details_pagination .article-details_pagination__left,.article-details_pagination .article-details_pagination__right{
    float: left;
    width: 50%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: var(--thm-gray);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.article-details_pagination .article-details_pagination__left a:hover,.article-details_pagination .article-details_pagination__right a:hover{
    color: var(--thm-primary);
}
.article-details_pagination .article-details_pagination__left{
    float: left;
}
.article-details_pagination .article-details_pagination__right{
    text-align: right;
    float: right;
}
/*--------------------------------------------------------------
# article details end
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Pager Box Start
--------------------------------------------------------------*/
.list-pager{ margin: 10px 0px 20px 0px; }
.list-pager .list-pager__inner{ display: flex; justify-content: center;align-items: center; font-family:微软雅黑; font-size: 14px; }
.pager a,.pager span{ display:block; float:left; margin:8px 8px 0 0; padding: 2px 12px; border: 1px var(--thm-gray-n) solid; background: var(--thm-gray-n); text-decoration: none; color: var(--thm-primary); border-radius: 2px; }
.pager a:hover{ color:var(--thm-primary); border:1px var(--thm-primary) solid; }
.pager span{ border:0; }
.pager a.js-selected{ background: var(--thm-primary); border-color: var(--thm-primary); color:#fff; cursor:default; }
.pager a.js-disabled{ cursor:default; color: #cecccc; border: 1px #edebeb solid; background: var(--thm-gray-n); }
.list-pager .list-pager__inner .list-pager__page-info{ margin-top:8px; color: #666; }
.list-pager .list-pager__inner .list-pager__page-info span{ padding: 0 5px; color: var(--thm-primary); }
.list-pager .list-pager__inner .list-pager__page-info .records{ line-height: 40px; height: 40px; font-size: 13px; color: #808080; display: flex; }
.list-pager .list-pager__inner .list-pager__page-info .records .loading{ position: relative; left: 0; top:-100%; width: 100%; height: 100%; background: var(--thm-base); z-index:99; }
.list-pager .list-pager__inner .list-pager__page-info .records .loading .loading-i{ position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
/*--------------------------------------------------------------
# Pager Box End
--------------------------------------------------------------*/
/*---------------------------------------------------------------
# Alert
---------------------------------------------------------------*/ 
#subscribe-success,#contact-success,#success{
    height: 70px;
    width: 100%;
}
#subscribe-success{
    position: absolute;
}
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.alert {
    text-align: center;
    font-size:14px;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}
.content-none{
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 30px;
    font-size: 13px;
}
  

