@charset "utf-8";
@import url('reset.css');
@import url('animate.css');
@import url('/public/plugins/font-awesome-4.7.0/css/font-awesome.min.css');

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

:root {
	--common-page-width: 1640px;
	--common-font-size: 14px;
	--common-color: #666;
	--common-background-color: rgb(29,29,29);
	--common-background-hover-color: rgb(241, 58, 58);
	--nav-height: 79px;
	--common-p-line-height: 200%;
	--common-p-size: 18px;
	--common-p-color: #fff;
	--common-font-color-hover: rgb(241, 58, 58);
	--common-hovr-color:#ffb912;
}

body {
	background-color: #000;
	overflow: hidden;
	font-size: var(--common-font-size);
	padding-top: 80px;
	color:white;
}


input {
	font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, 微软雅黑, Arial, sans-serif;
}

a {
	background: transparent;
	text-decoration: none;
	color: var(--common-p-color)
}

a:active,
a:hover {
	outline: 0
}

a:hover {
	text-decoration: none;
	
}

.textCenter {
	text-align: center;
}

.wrapper {
	max-width: var(--common-page-width);
	margin: 0 auto;
	text-align: left
}

.index .wrapper {
	width: var(--common-page-width);
}

.ov {
	overflow: hidden;
}

.ts {
	text-transform: uppercase
}

.mauto {
	margin: 0 auto
}

.pz {
	position: relative;
	z-index: 0
}

.pa {
	position: absolute;
	z-index: 0
}

.bz {
	box-sizing: border-box
}

.b {
	font-weight: bold
}

.i {
	font-style: italic
}

.hidden {
	display: none !important
}

.cb {
	clear: both
}

.tes {
	text-overflow: ellipsis;
	white-space: nowrap;
}


/*animation*/
@keyframes slideDown {
	0% {
		top: 70px;
		opacity: 0;
		transform: scale(0, 0);
	}

	to {
		top: var(--nav-height);
		opacity: 1;
		transform: scale(1, 1);
	}
}

@-webkit-keyframes slideDown {
	0% {
		top: 70px;
		opacity: 0;
		transform: scale(0, 0);
	}

	to {
		top: var(--nav-height);
		opacity: 1;
		transform: scale(1, 1);
	}
}

@keyframes headerDown {
	0% {
		transform: translateY(-70%);
	}

	to {
		transform: translateY(0);
	}
}

.img img {
	transform: scale(1);
}

a:hover .img img {
	transform: scale(1.1, 1.1);
}

.flex {
	display: flex;
	display: -webkit-flex;
}

.flexJb {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}

.flexColumn {
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
}

.flexAc {
	display: flex;
	display: -webkit-flex;
	align-items: center;
}

.flexCenter {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
}

.flexWrap {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
}



.flexRight {
	display: flex;
	display: -webkit-flex;
	justify-content: flex-end;
}

.flex_left{
	align-items:normal;
}

.ovd {
	overflow: hidden;
}

.db {
	display: block;
}

#app {
	overflow: hidden;
}

/*header*/
header {
	width: 100%;
	background-color: #000;
	height: 80px;
	top: 0;
	left: 0;
	z-index: 999;
}

header .l {
	width: 420px;
}

header .wrapper {
	height: 100%;
}

header .logo1{
	height: 100%;
}

header .logo{
	height: 100%;
}

header .logo a {
	max-height: 100%;
}

header .logo img {
	max-width: 90%;
	max-height: 90%;
}

header .logo p {
	font-size: 12px;
	color: rgb(102, 102, 102);
}

header .l ul {
	margin-left: 10px;
	line-height: 130%;
}

header .l ul li:first-child {
	font-size: 14px;
	color: rgb(216, 27, 67);
	animation: bounceIn 1s;
}

header .l ul li:last-child {
	font-size: 14px;
	color: rgb(84, 84, 84);
	animation: fadeInRight 1s;
}

/*nav*/
nav {
	height: var(--nav-height);
}

nav.active {
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	-webkit-animation: headerDown .5s 1;
	-khtml-animation: headerDown .5s 1;
	animation-direction: alternate;
	box-shadow: 0 0 5px #666;
}

nav ul {
	overflow: visible !important;
	margin: 0 auto;
	font-size: 0;
}

nav li {
	position: relative;
	z-index: 9999999;
	height: var(--nav-height);
	margin: 0 20px;
}

nav li .a {
	display: inline-block;
	height: var(--nav-height);
	text-align: center;
	line-height: var(--nav-height);
	font-size: 16px;
	color: white;
	padding: 0 10px;
}

.font18{
	font-size:18px;
}
.font15{
	font-size:15px;
}
.font16{
	font-size:16px;
}
.font47{
	font-size:47px;
}
.mtop70{
	margin-top:70px;
}

.text_center{
	text-align:center;
}
.ptop70{
	padding-top:70px;
}

.mtop40{
	margin-top:40px;
}
.fw400{
	font-weight:400;
}
.fw700{
	font-weight:700;
}
.lh60{
	line-height: 60px;
}

nav li:hover .a,
nav li .a.active {
	border-color: var(--common-background-color);
	color:var(--common-hovr-color);
}


nav .dl {
	overflow: hidden;
	display: none;
	position: fixed;
	z-index: 999;
	top: var(--nav-height);
	left: 0;
	width: 100%;
	text-align: center;
	-webkit-animation: slideDown 0.3s 1;
	-khtml-animation: slideDown 0.3s 1;
	animation-direction: alternate;
/*	padding-top: 6px;*/
}

nav li:hover .dl {
	display: block;
}

nav .icon-caret {
    height: 6px;
    right: 6px;
    transition: all .3s ease;
}

nav li:hover>.icon-caret {
    transform: rotate(180deg);
}

nav li svg path {
    fill: #fff;
}

nav li:hover>svg path {
    fill: #ffb912;
}



.field__input{
    -webkit-appearance: none;
    appearance: none;
    color: white;
    box-sizing: border-box;
    position: relative;
    border: 0;
}


.field__input{
    flex-grow: 1;
    text-align: left;
    transition: box-shadow .1s ease;
	background: #1e1e1e;
    border-radius: 25px;
	height: 45px;
	width: 230px;
	padding: 5px 20px;
	
}

.field {
    position: relative;
    width: 100%;
    display: flex;
    transition: box-shadow .1s ease;
}

.field__button {
    align-items: center;
    background-color: transparent;
    border: 0;
    color: currentColor;
    cursor: pointer;
    display: flex;
    height: 45px;
    justify-content: center;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
}


header .col_40 {
    background-color: #1d1d1d;
	overflow-y: auto;
}

.col_40 {
    width: 40%;
	
}

.col_60 {
    width: 60%;
}




nav h4:hover {
    color: #FFB912 !important;
    border-color: #FFB912;
}

nav h4 {
    padding: 15px 0px;
    border-bottom: 1px solid #707070;
    transition: all 0.3s ease;
    cursor: pointer;
}

.menu-image-box {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

/*
nav li .dl::before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	margin-left: 50%;
	transform: translateX(-50%);
	border-bottom: 6px solid red;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
}
*/

nav .dl {
	overflow: hidden;
	width: 100%;
	height: 370px;
	background: var(--common-background-color);
}

nav .dl img {
	overflow: hidden;
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
}

.nav_s_right_60, .nav_s_right_60 a{
	height:100%;
	text-align: center;
}

nav .col_40 .dl a {
	overflow: hidden;
	display: block;
	width: 100%;
	padding: 10px 0;
	line-height: 25px;
}

nav .col_40 .dl a:link,
nav .col_40 .dl a:visited {
	font-size: var(--common-font-size);
	color: #fff
}

nav .col_40 .dl a:hover {
	text-decoration: none;
	color: var(--common-hovr-color);
}

/*footer*/

.ptop36{
	padding-top:36px;
}
.pbottom36{
	padding-bottom:36px;
}

.font13{
	font-size:13px;
}
.mbottom20{
	margin-bottom:20px;
}

.mtop15{
	margin-top:15px;
}

.color_f_nav{
	color:#fffc;
}

.low-black-bg {
    background: linear-gradient(270deg, #424548 0%, #1F1F1F 100%);
}
footer {
	background-color: #1F1F1F;
	padding: 40px 0;
}

footer .l {
	width: 50%;
	line-height: 220%;
	font-size: 14px;
	color: #fff;
}

footer .l a {
	color: #fff;
	display: inline-block;
	margin-right: 10px;
}

footer .l a:hover {
	text-decoration: underline;
}

footer .r {
	width: 48%;
}

footer .r .ecode {
	width: 100px;
	margin-right: 20px;
}

footer .r .ecode img {
	max-width: 100%;
}

footer .r .ecode p {
	color: #fff;
	font-size: 14px;
}

footer .r hr {
	display: block;
	width: 1px;
	height: 90px;
	background-color: #fff;
	border: 0;
	margin: 20px 20px 0 10px;
}

footer .r .contact {
	width: 240px;
	margin-left: 10px;
	line-height: 180%;
	font-size: 14px;
	color: #fff;
}

/*swiper*/
.headerSwiper {
	z-index: 1;
}

.headerSwiper img {
	max-width: 100%;
}

.swiper-button-next,
.swiper-button-prev {
	background-color: rgba(0, 0, 0, .2);
	padding: 35px;
	color: #fff !important;
}

.swiper-pagination-bullet-active {
	background-color: var(--common-font-color) !important;
}

.headerSwiper .swiper-pagination-bullet {
	background-color: #fff;
	opacity: 1;
}

.headerSwiper .swiper-pagination-bullet-active {
	background-color: var(--common-background-color) !important;
}

.headerSwiper .swiper-slide article {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.headerSwiper .swiper-slide h2 {
	font-size: 48px;
	color: #fff;
	line-height: 180%;
}

.headerSwiper .swiper-slide p {
	font-size: 36px;
	color: #fff;
	line-height: 180%;
}


/*index*/
.indexTop {
	width: 100%;
	height: 35px;
	border-bottom: 2px solid var(--common-background-color);
}

.indexTop p {
	padding: 0 12px;
	line-height: 33px;
	background-color: var(--common-background-color);
	color: #fff;
	font-size: 16px;
}

.indexTop a {
	color: var(--common-background-color);
}

.indexTop a:hover {
	color: #1e929f;
}

.indexTabs {
	width: 100%;
	height: 35px;
	border-bottom: 2px solid var(--common-background-color);
}

.indexTabs li {
	padding: 0 11px;
	line-height: 33px;
	font-size: 16px;
	color: #000;
	cursor: pointer;
}

.indexTabs li.active {
	background-color: var(--common-background-color);
	color: #fff;
}

.indexTypename {
	width: 100%;
	height: 35px;
}

.indexTypename p {
	font-size: 29px;
	color: #1c3995;
}

.indexTypename a {
	font-size: 20px;
	color: #4a4a4a;
}

.indexTypename a:hover {
	color: var(--common-font-color-hover);
}

.img{
	width:100%;
}

.index_1{
	display: flex;
	gap:40px;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 60px;
	
}

.col_30{
	width:30%;
}

.col_70{
	width:70%;
}

.index_1_one{
	max-width:380px;
	display: flex;
	flex-direction: column;
	
}

.index_1_one:first-child{
	margin-left: 0px;
}

.index_1_pic{
	border-radius:10px;
	min-height: 380px;
	min-width: 380px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: white;
}
.index_1_pic img {
	transition: all 0.5s ease;
	border-radius:10px;
	max-height: 380px;
}

.pic_hover:hover img {
    transform: translateY(-30px);
	
}

.index_1_title{
	margin-top: auto;
	padding-top: 10px;
}

.font53{
	font-size:53px;
	font-weight: 700;
}

.sliders_2{
	margin-top:80px;
	position: relative;
	min-height: 400px;
}

.sliders_2 .swiper-slide{
	width:50%;
	background-color: white;
	display: flex;
    justify-content: center;
    align-items: center;
}

.scale1:hover svg {
    scale: 1.2;
}

.sliders_2 h4 {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 65%;
	font-size: 18px;
}

.mbottom70{
	margin-bottom:70px;
}

.mbottom200{
	margin-bottom:200px;
}

.pbottom70{
	padding-bottom:70px;
}

.mtop200{
	margin-top:200px;
}

#headerSwiper1{
}

.sliders_2 .swiper-button-next{
	top:60%;
	right: auto;
	left: 150px;
}

.sliders_2 .swiper-button-prev{
	top:60%;
	left: 80px;
}

.sliders_3 img{
	max-width:900px;
}

.sliders_3 video{
	max-width:1280px;
}

.sliders_3 .swiper-slide {
	width: auto;
}

.index_2{
	
}
.index_2 .country{
	color: #ffffff91;
	margin-top: 20px;
	font-size: 13px;
}

.index_2 .title{
	line-height: 10px;
	margin-bottom: 20px;
}

.index_2_one{
	margin:0 15px;
	text-align:center;
}

.index_3_one{
	width:50%;
}

.index_3_one:nth-child(2){
	margin-top:100px;
}



.list1 .list_img, .list1 .list_content{
	width:47%;
	
}

.list1 .list_content{
	margin-top:30px;
}

.list_content .jj{
	margin-top:20px;
	margin-bottom: 20px;
}

.list1 .list_img img{
	max-width:100%;
}

.ls1{
	letter-spacing:2px;
}


.button1{
	display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 0;
    padding: 8px 5px;
    cursor: pointer;
    font: inherit;
    font-size: 16px;
    text-decoration: none;
    color: white;
    transition: box-shadow .1s ease;
    -webkit-appearance: none;
    appearance: none;
    background-color: rgba(18,18,18,1);
	border-radius: 50px;
	width: 145px;

}

.button1:hover{
	color: white;
}

.color_2{
	color:rgb(18,18,18);
}

.list2_top{
	height:107px;
	background-color: white;
	color: black;
}

.list2_top .title{
	height: 100%;
}

.list2{
	background-color: rgb(248,248,248);
	color: black;
}

.list2_one{
	width:393px;
	padding: 15px;
	background-color: white;
	text-align: center;
	
	
	flex-shrink: 0;
  	box-sizing: border-box; 
}

.list2_main{
	display:flex;
	flex-wrap: wrap;
	gap: 20px;
}

.list2_one .list_img{
	display:flex;
	align-items: center;
	text-align: center;
	min-height: 380px;
    min-width: 380px;
    justify-content: center;
    
}

.support{
	background-color:rgb(248,248,248);
	color: rgb(18,18,18);
}

.support strong{
	color: #ffb912 !important;
}


.installation-selector {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.selector-tag {
    display: flex;
    gap: 20px;
    align-items: center;
    position: relative;
    width: 25%;
}

#select-tag-current, #select-tag-svg {
    cursor: pointer;
}

.video-container {
    padding-top: 30px;
    height: auto;
	max-height: 60vh;
}

.selector-dropdown {
    position: absolute;
    top: 35px;
    background: #fff;
    width: 100%;
	z-index: 66;
}

.select-val {
    padding: 5px 10px;
}

.btn-main-bg {
    padding: 5px 40px;
    border-radius: 50px;
    border: 1px solid;
    border-color: #ffb912;
    background: #ffb912;
    color: #fff;
    transition: all .5s ease;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.default-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
	max-height: 60vh;
}

.video-container .div1 {
    height: 100%;
    border-radius: 20px;
}


.nav_40{
	padding: 15px 30px;
	background-color: rgb(62, 62, 62);
}

.our-story-container {
    display: flex;
    gap: 20px;
    padding: 20px 0px;
}

.upper-content {
    display: flex;
    align-items: center;
    padding-bottom: 50px;
	line-height: normal;
}

.font27{
	font-size:27px;
}

.featured-image-lower img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.timeline-section {
    
    background-size: cover;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    position: relative;
}

.timeline-inner-section {
    display: flex;
}

.left-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 50px;
    position: sticky;
    top: 70px;
}
.p-small p{
	margin:20px 0;
}

.timeline {
    position: relative;
    margin: 0 auto;
}

.progres-bar {
    content: '';
    position: absolute;
    width: 5px;
    background-color: #FFB912;
    top: 4%;
    bottom: 0;
    left: 0%;
    margin-top: 4%;
    z-index: 2;
    transition: all 0.5s ease;
    max-height: 93.5%;
}

.timeline .container-timeline {
    margin-right: 15px;
}

.right {
    left: 0.5%;
}
.container-timeline {
    padding: 30px 0px 30px 60px;
    position: relative;
    background-color: inherit;
    width: 100%;
}




.right::after {
		left: -3%;
	}

.container-timeline .content {
    padding: 50px;
    background-color: #ffffff78;
    position: relative;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    border-radius: 30px;
    backdrop-filter: blur(10px);
    gap: 5px;
	line-height: normal;
}
.our-story-image {
    width: 100%;
    height: 100%;
}

.timeline::after {
    content: '';
    position: absolute;
    width: 5px;
    background-color: white;
    top: 0%;
    bottom: 0;
    left: 0%;
    margin-top: 9%;
}

.col_50{
	width:50%;
}

.lh22{
	line-height: 22px;
}

.mid_section {
    border-top: 1px solid #00000014;
    padding-top: 50px;
}

.mid_section .upper-content {
    padding-bottom: 30px;
}
.col_75 {
    width: 75%;
}

.icon-text {
    display: flex;
    align-items: center;
    gap: 10px;
}

.social-links-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 0px 20px 50px;
    gap: 6px;
}

.p-small, .p-small p {
    font-size: 15px !important;
}

.social-con {
    display: flex;
}

.container-timeline::after {
    content: '';
    background:url("/template/pc/skin/images/group_11.png");
    background-size: contain;
    position: absolute;
    width: 45px;
    height: 45px;
    top: 0;
    border-radius: 50%;
    z-index: 3;
    margin-top: 8%;
}

.font36{
	font-size:36px;
}

.font25{
	font-size:25px;
}

.btn-main-bg span {
    position: relative;
    z-index: 2;
}

.select-val:hover {
    background: #00000012;
    cursor: pointer;
}



.left-content-section {
    background: #000;
}


.section-container {
    padding: 70px 0;
}

.left-content-inner-section {
    display: flex;
    gap: 90px;
    align-items: center;
    justify-content: space-between;
}

.left-content-inner-section .col_40 {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
}

.s-main-f {
    color: #ffb912 !important;
}

h3, .h3{
    font-size: 27px !important;
}

.m-0, .m-0 p {
    margin: 0;
}

h1, h2, h3, h4, h5, h6, p, .h1, .h2, .h3, .h4, .h5, .h6 .p {
    line-height: normal !important;
}

.social-content-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.social-con {
    display: flex;
}

.icon-text.social {
    display: flex;
    align-items: center;
    gap: 10px;
}

.s-main-f {
    color: #ffb912 !important;
}

.icon-text.copy {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: flex-end;
}

.icon-img.social-icon {
    width: 25px;
    height: 25px;
    object-fit: contain;
}

.icon-img.copy {
    width: 25px;
    height: 25px;
    object-fit: contain;
}

.right-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.icon-img {
    margin-bottom: 0px;
}
.copy {
    cursor: pointer;
    position: relative;
}

.l-h-normal {
    line-height: normal !important;
}

.col_80 {
    width: 80%;
}

.black{
	color: black;
}

.list2_one img{
	max-width: 100%;
	max-height: 380px;
}

.list2_one .list_content{
	margin-top:auto;
}

.font36{
	font-size:36px;
	line-height: 50px;
}

.font17{
	font-size:17px;
}

.index1 {
	z-index: 0;
}

.index1 .l {
	width: 1023px;
	height: 435px;
	padding: 12px;
	background-color: #fff;
}

.index1 .l .headlinesSwiper {
	width: 542px;
	flex-grow: 0;
	flex-shrink: 0;
	margin: 0;
}

.index1 .l .headlinesSwiper img {
	width: 100%;
}

.index1 .l .headlinesSwiper .swiper-pagination {
	bottom: 16px;
	left: inherit;
	right: 13px;
	text-align: right;
	line-height: 12px;
}

.index1 .l .headlinesSwiper .swiper-pagination-bullet {
	background-color: #fff;
	opacity: 1;
	width: 12px;
	height: 12px;
	margin: 0 3px !important;
}

.index1 .l .headlinesSwiper .swiper-pagination-bullet-active {
	background-color: var(--common-background-color) !important;
}

.index1 .l .headlinesSwiper .title {
	bottom: 7px;
	left: 0;
	width: 100%;
	height: 35px;
	line-height: 35px;
	font-size: 19px;
	color: #fff;
	padding: 0 13px;
}

.index1 .r {
	width: 436px;
	background-color: #fff;
	height: 435px;
	padding: 12px;
}

.index1 .list {
	width: 386px;
	margin-right: 27px;
}

.index1 .list ul {
	margin-top: 19px;
}

.index1 .list li {
	width: 100%;
	height: 50px;
}

.index1 .list li a {
	width: 100%;
	height: 50px;
	font-size: 18px;
}

.index1 .l .list li a::before {
	content: '';
	display: inline-block;
	width: 7px;
	height: 7px;
	background-color: #4a4a4a;
	border-radius: 2px;
	margin-right: 7px;
}

.index1 .r .list li a i {
	margin-right: 5px;
}

.index1 .list li a:hover::before {
	background-color: var(--common-font-color-hover);
}

.index2 {
	margin-top: 44px;
}

.index2 .l {
	background-color: #fff;
	padding: 18px 12px;
	width: 987px;
	height: 383px;
}

.index2 .l .list {
	width: 450px;
}

.index2 .l .list ul {
	margin-top: 16px;
}

.index2 .list ul li a {
	width: 100%;
	height: 61px;
	border-top: 4px solid #ebe8e3;
	font-size: 18px;
}

.index2 .r {
	width: 474px;
	height: 383px;
	background-color: #fff;
	padding: 18px 12px;
}

.index2 .r .list ul {
	margin-top: 16px;
}

.index3 {
	margin-top: 46px;
	height: 611px;
	background-color: #fff;
	padding: 19px 16px;
}

.index3 .enname {
	font-size: 29px;
	color: #1c3995;
	margin-left: 23px;
}

.index3 .name {
	margin-left: 37px;
	font-size: 29px;
	color: #1c3995;
}

.index3 .tabs {
	margin: 0 15px;
	margin-top: 13px;
	border-bottom: 2px solid #e9e6e2;
}

.index3 .tabs li {
	margin-right: 39px;
	font-size: 25px;
	color: #444;
	font-weight: bold;
	cursor: pointer;
	border-bottom: 2px solid transparent;
}

.index3 .tabs li.active {
	color: #0f6ec2;
	border-bottom: 2px solid #314c9f;
}

.index3 .tabs a {
	font-size: 18px;
}

.index3 .c {
	margin: 15px;
}

.index3 .l {
	width: 760px;
	margin-top: 29px;
}

.index3 .l li {
	margin-bottom: 35px;
}

.index3 .l li:last-child {
	margin-bottom: 0;
}

.index3 .l li .num {
	padding-top: 16px;
	height: 104px;
	width: 85px;
	border-right: 4px solid #444;
	font-size: 56px;
	color: #444;
}

.index3 .l li article {
	margin: 7px 0 0 15px;
	width: 658px;
}

.index3 .l li article .title {
	height: 32px;
	line-height: 32px;
	font-size: 20px;
	color: #4a4a4a;
}

.index3 .l li article .addtime {
	line-height: 27px;
	font-size: 18px;
	color: #8a8989;
}

.index3 .l li article .desAndDetails {
	margin-top: 5px;
	width: 100%;
	height: 30px;
	border-bottom: 4px solid #ebe8e3;
	font-size: 17px;
	color: #626161;
}

.index3 .l li:hover * {
	color: var(--common-background-color) !important;
}

.index3 .swiper {
	margin: 20px 0 0;
}

.index3 .swiper,
.index3 .swiper img {
	width: 628px;
	height: 393px;
}

.index3 .swiper .swiper-slide a .title {
	bottom: 0;
	width: 100%;
	left: 0;
	opacity: 0;
	background: rgba(0, 0, 0, .5);
	line-height: 27px;
}

.index3 .swiper .swiper-slide a:hover .title {
	opacity: 1;
	font-size: 14px;
	color: #fff;
}

.index3 .swiper .swiper-next,
.index3 .swiper .swiper-prev {
	width: 37px;
	height: 27px;
	background-color: #4b4a4a;
	position: absolute;
	z-index: 999;
	font-size: 18px;
	color: #fff;
}

.index3 .swiper .swiper-prev {
	left: 0;
	bottom: 0;
}

.index3 .swiper .swiper-next {
	right: 0;
	bottom: 0;
}

.index4 {
	margin-top: 72px;
}

.index4 .top {
	padding: 0 15px;
}

.index4 .enname {
	font-size: 29px;
	color: #1c3995;
	margin-left: 23px;
}

.index4 .name {
	margin-left: 37px;
	font-size: 29px;
	color: #1c3995;
}

.index4 .c {
	margin-top: 35px;
}

.index4 .swiper-slide img {
	width: 100%;
}

.index4 .swiper-slide .title {
	line-height: 58px;
	padding: 5px;
	background-color: #fff;
	font-size: 20px;
}

.index4 .swiper-button-next::after,
.index4 .swiper-button-prev::after {
	color: #fff;
}

.index5 {
	background-color: #fff;
	margin-top: 75px;
	padding: 28px 0;
}

.index5 .title {
	line-height: 60px;
	font-size: 22px;
}

/*other*/
.banner {
	width: 100%;
	position: relative;
	min-height: 200px;
}

.banner img {
	display: block;
	max-width: 100%;
	margin: 0 auto
}

.banner .typename{
	position: absolute;
	top: 50%;
	left:50%;
	transform: translate(-50%,-50%);
}

main{
	background-color:white;
	color:black;
}

/*sidebar*/
.sidebar {
	background-color: #ededed;
}

.sidebar .wrapper {
	line-height: 60px;
}

.sidebar li a {
	line-height: 60px;
	margin-right: 58px;
}

.sidebar li a.active {
	color: var(--common-background-color);
}

/*main*/
main {
	padding: 45px 0 0;
}

main aside {}

main aside h2 {
	font-size: 20px;
	color: rgb(216, 27, 67);
}

main aside h1 {
	font-size: 40px;
	color: rgb(102, 102, 102);
	line-height: 1.5;
	font-weight: 400;
}

main aside p {
	font-size: 16px;
	color: rgb(136, 136, 136);
	line-height: 60px;
}

main aside ul {
	margin-top: 30px;
}

main aside li {
	display: inline-block;
	line-height: 36px;
	padding: 0 33px;
	border: 1px solid #ccc;
	border-radius: 18px;
	font-size: 16px;
	color: rgb(102, 102, 102);
	margin-right: 24px;
}

main aside li.nopadding {
	padding: 0;
}

main aside li:last-child {
	margin-right: 0;
}

main aside li.active {
	background-color: var(--common-background-hover-color);
	color: #fff;
	border-color: #fff;
}

main aside li a {
	display: inline-block;
	line-height: 36px;
	padding: 0 33px;
	border-radius: 18px;
	font-size: 16px;
	color: rgb(102, 102, 102);
}

main aside li.active a {
	color: #fff;
}

.detail {
	background-color: #fff;
	padding: 35px 50px;
}

.introduction {
	padding: 24px 13px;
	text-align: justify;
	line-height: var(--common-p-line-height);
	font-size: var(--common-p-size);
	color: var(--common-p-color);
}

.introduction.nmt {
	margin-top: 0
}

.introduction div,
.introduction p {
	font-size: var(--common-p-size);
	color: var(--common-p-color);
}

.introduction img {
	max-width: 100%
}

.articleImg {
	width: 100%;
	margin: 0 0 0 0;
	text-align: center
}

.articleImg img {
	display: block;
	max-width: 100%;
	margin: 0 auto
}

.articleImg2 {
	width: 100%;
	margin: 0 0 22px 0;
	text-align: center
}

.articleImg2 img {
	display: block;
	max-width: 100%;
	margin: 0 auto
}

.articleBody {
	width: 400px;
	margin: 20px 0
}

.articleTitle {
	overflow: hidden;
	width: 100%;
	text-align: center;
	line-height: 32px;
	font-size: 24px;
	color: var(--common-p-color);
	margin-bottom: 8px;
}

.articleTitle2 {
	overflow: hidden;
	width: 100%;
	text-align: center;
	line-height: 32px;
	font-size: var(--common-font-size);
	color: var(--common-background-color);
	font-weight: bold;
	margin-bottom: 8px;
}

.articlePhoto {
	margin-top: 18px;
	margin-bottom: 16px;
}

.articleTime {
	width: 100%;
	margin-top: 8px;
	margin-bottom: 15px;
	text-align: center;
	line-height: 21px;
	font-size: 18px;
	color: #636666;
	padding-bottom: 22px;
	border-bottom: 1px solid #ddd;
}

.articleDes {
	text-align: center;
	line-height: 28px;
	font-size: 14px;
	color: #42403f
}

.articlePages {
	margin-top: 20px;
	padding-top: 10px;
	border-top: 1px dashed #969797
}

.articlePages div {
	width: 50%;
	font-size: 16px;
	color: #666
}

.googleelement {
    display: none;
}

.googleelement {
    position: absolute;
    top: 79px;
	left: 0;
    right: 0;
    padding: 12px;
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.3);
    background: #000;
}

.showlanguagebox:hover .googleelement {
    display: block;
}

.askNow a {
	width: 165px;
	height: 35px;
	background: #ea6000;
	margin: 10px auto;
	line-height: 35px;
	font-size: 14px;
	color: #fff
}

.askNow a:hover {
	background: linear-gradient(to bottom, #f78e45, #ea6000)
}

/*预约专家*/
.orderMaster img {
	border: 2px solid #af7f47;
	border-radius: 3px;
}

.orderMaster p.title {
	line-height: 60px;
	font-size: 20px;
	color: var(--common-font-color2);
}

/*联系我们*/
.contactTel {
	padding-left: 52px;
	background: url(../images/icon/contactPhone.png) no-repeat 0 5px;
	margin-bottom: 13px;
}

.contactTel .title {
	line-height: 24px;
	font-size: var(--common-font-size);
	color: #000;
}

.contactTel .number {
	line-height: 23px;
	font-size: 20px;
	color: #666;
}

.contactus {
	margin-top: 6px;
	line-height: 30px;
}

.contactus img {
	margin-bottom: 10px;
}

.contactus p {
	font-size: 15px !important;
	color: #5e3a10 !important;
}

.contactus b {
	font-size: 18px !important;
}

/*科室*/
.kslist {
	margin-top: 15px;
}

.kslist li {
	margin-bottom: 52px;
}

.kslist li:last-child {
	margin-bottom: 0;
}

.kslist li .img,
.kslist li img {
	width: 315px;
}

.kslist li img {
	padding: 4px;
	border: 1px solid #c4c4c4;
}

.kslist li .texts {
	width: 646px;
	width: calc(100% - 354px);
}

.kslist li .texts .tname {
	line-height: 32px;
	padding-bottom: 20px;
	border-bottom: 1px solid #c7c7c7;
	font-size: 22px;
	color: #212121;
}

.kslist li .texts .list {
	margin-top: 29px;
}

.kslist li .texts .list li {
	margin: 0 37px 30px 0;
}

.kslist li .texts .list a {
	display: -webkit-inline-flex;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 14px;
	height: 37px;
	border: 1px solid var(--common-background-color);
	font-size: 18px;
	color: #000;
}

.kslist li .texts .list a:hover {
	background-color: var(--common-background-color);
	color: #fff;
}

/*新闻列表*/

/*图片文字列表*/
.news {
	background-color: #f7f7f7;
	padding: 50px 0;
	margin-top: 50px;
}

.news-image-list li {
	width: calc((100% - 40px) / 3);
	background-color: #fff;
	margin-right: 20px;
	margin-bottom: 40px;
	border-radius: 5px;
	box-shadow: 0 0 10px #ccc;
	visibility: hidden;
}

.news-image-list li:nth-child(3n) {
	margin-right: 0;
}

.news-image-list li .img,
.news-image-list li img {
	width: 100%;
	border-radius: 5px 5px 0 0;
}

.news-image-list li article {
	padding: 20px;
    width: 100%;
}

.news-image-list li article .title {
	font-size: 16px;
	color: rgb(51, 51, 51);
}

.news-image-list li article .des {
	font-size: 14px;
	color: rgb(135, 135, 135);
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	word-break: break-word;
	word-wrap: break-word;
	-webkit-line-clamp: 3;
}

.news-image-list li:hover article .title {
	color: ;
}

.news-detail h1 {
	font-size: 25px;
	font-weight: 400;
	color: rgb(51, 51, 51);
	border-bottom: 1px solid rgb(240, 239, 239);
	line-height: 80px;
	margin-bottom: 40px;
}

.nav_product_list{
	padding:40px 10px 0 30px;
	background-color: rgb(62,62,62);
	overflow-y:scroll;
	height: 100%;
	scrollbar-width: thin; /* Firefox: 设置滚动条宽度 */
	scrollbar-color: var(--common-hovr-color) grey;
}


.nav_product_list_main {
    display: grid;
    grid-template-columns: 50% 50%;
    row-gap: 20px;
    justify-items: center;
    padding-top: 15px;
    padding-bottom: 25px;
    padding-right: 4px;
}

.nav_product_list_main_a {
    display: flex;
    height: 100%;
    width: 100%;
    padding: 0px 15px;
    border-radius: 8px;
    gap: 4px;
}

.color_white{
	color:white;
}

.color_white:hover{
	color:white;
}


nav .dl .col_40 a.active {
    color: #FFB912 !important;
    border-color: #FFB912;
}

nav .dl .col_40 a.active h4 {
    border-color: #FFB912;
}

.nav_none{
	display:none;
}

.nav_show{
	display:block;
}

.nav_product_list_main_a:hover {
    background: #ffffff2b;
}

.nav_product_list_main p {
    width: 65%;
    padding-top: 20px;
	color:white;
}

.nav_product_list_main div {
    width: 35%;
	height: 150px;
	background-color: white;
	display: flex;
	text-align: center;
	align-items: center;
/*    object-fit: cover;*/
}


/*图片列表*/

.image-list li {
	width: calc((100% - 60px) / 4);
	background-color: #fff;
	margin-right: 20px;
	margin-bottom: 40px;
	border-radius: 5px;
	visibility: hidden;
}

.image-list li:nth-child(4n) {
	margin-right: 0;
}

.image-list li .img,
.image-list li img {
	width: 100%;
	border-radius: 5px 5px 0 0;
}


/*团队列表*/
.teamlist {
	margin: 17px 10px;
	margin-top: 35px;
	background-color: #fff;
	padding: 56px 62px;
}

.teamlist li {
	width: 200px;
	width: calc((100% - 44px * 3) / 4);
	margin: 0 44px 44px 0;
}

.teamlist li:nth-child(4n) {
	margin-right: 0;
}

.teamlist li a {
	box-shadow: 0 0 5px #ccc;
}

.teamlist li .img,
.teamlist li img {
	width: 100%;
}

.teamlist li article {
	padding: 25px 12px;
}

.teamlist li .title {
	line-height: 40px;
	font-size: 16px;
	color: #000;
}

.teamlist li .des {
	line-height: 150%;
	font-size: 14px;
	color: #676868;
}

.teamDetail {
	margin: 4px 7px;
}

.teamDetail .teamlist {
	width: 172px;
}

.teamDetail .teamlist li {
	width: 100%;
	margin-right: 0;
}

.teamDetail .texts {
	flex: 1;
	margin-left: 96px;
}

.teamDetail .texts .ry {
	line-height: 30px;
	font-size: 15px;
	color: var(--common-background-color);
	margin-top: 10px;
}

.openHtml {
	overflow: hidden;
	width: 798px;
	height: 533px;
	background-color: #fff
}

.openHtml .h1 {
	position: relative;
	z-index: 0;
	width: 100%;
	height: 46px;
	border-bottom: 1px solid #eee;
	line-height: 46px;
	text-indent: 25px;
	font-size: 14px;
	font-family: "Microsoft YaHei";
	color: #333
}

.openHtml .close {
	position: absolute;
	z-index: 999;
	top: 14px;
	right: 17px;
	display: block;
	width: 13px;
	height: 11px;
	background: url(../images/close.gif) no-repeat
}

.openHtml .htmlContent {
	overflow: scroll;
	overflow-x: hidden;
	overflow-y: auto;
	width: 753px;
	height: 420px;
	padding: 10px 0 0 25px;
	padding-right: 10px;
	border-bottom: 1px solid #ddd;
	line-height: 28px;
	font-size: 14px;
	font-family: "Microsoft YaHei";
	color: #333
}

.openHtml .closeBlock {
	position: relative;
	z-index: 0;
	width: 100%;
	height: 54px;
	margin-top: 1px;
	background-color: #f5f5f5
}

.openHtml .close2 {
	position: absolute;
	z-index: 999;
	top: 13px;
	left: 15px;
	display: block;
	width: 82px;
	height: 30px;
	background: #2384ef;
	background: linear-gradient(to bottom, #0080eb, #0565b2);
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	font-family: "Microsoft YaHei";
	color: #fff
}

.floatMenu {
	position: fixed;
	z-index: 99999;
	width: 226px;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background: linear-gradient(to bottom, #0bafff, #0bafff);
	padding: 0 11px 9px 11px;
	border-radius: 10px;
}

.floatMenu .ask {
	width: 100%;
	height: 99px;
	background: url(../images/service.png) no-repeat;
	margin-top: -29px;
}

.floatMenu ul {}

.floatMenu ul li {
	width: 100%;
	margin-bottom: 3px;
}

.floatMenu ul li a {
	width: 100%;
	height: 46px;
	background-color: #fff;
	font-size: 18px;
	color: #000;
	cursor: pointer;
}

.floatMenu ul li a:hover {
	background-color: var(--common-background-color);
	color: #fff;
}

/*分页*/
.pages {
	padding: 20px 0 15px 0;
	text-align: right;
}

.pages li {
	display: inline;
}

.pages li.active a {
	background-color: red;
}


.pages a,
.pages em {
	display: inline-block;
	height: 28px;
	margin-right: 5px;
	padding: 0 8px;
	background: var(--common-color);
	border: 1px solid #fff;
	line-height: 28px;
	font-size: 14px;
	color: #fff
}

.pages span {
	display: inline-block;
	height: 28px;
	margin-right: 5px;
	padding: 0 8px;
	line-height: 28px;
	font-size: 14px;
	color: #fff
}

.pages span.disabled {
	background: var(--common-color);
	color: #fff
}

.pages em {
	background: var(--common-color);
	color: #fff;
	font-style: normal;
}

/*在线留言*/
.guestbook {
	margin-top: 40px;
}

.guestbook h2 {
	height: 32px;
	font-size: 20px;
	color: #000;
}

.guestbook ul {
	margin-top: 14px;
}

.guestbook li {
	margin-bottom: 14px;
}

.guestbook .title {
	width: 104px;
	margin-left: 180px;
	height: 26px;
	font-size: 15px;
	color: #696969;
}

.guestbook .wbk {
	box-sizing: border-box;
	width: 317px;
	height: 26px;
	background: #fff;
	border: 1px solid #b5b5b5;
	border-radius: 2px;
	padding: 0 5px;
	font-size: 15px;
	color: #333;
}

.guestbook .wby {
	box-sizing: border-box;
	width: 316px;
	height: 189px;
	border: 1px solid #b5b5b5;
	border-radius: 2px;
	padding: 5px;
	font-size: 15px;
	color: #333;
}

.guestbook .wbk:focus {
	border-color: #04654d;
}

.guestbook button {
	box-sizing: border-box;
	width: 72px;
	height: 26px;
	text-align: center;
	line-height: 26px;
	background: var(--common-background-color);
	border: 0;
	cursor: pointer;
	font-size: 14px;
	color: #fff;
	font-family: 微软雅黑;
	margin-left: 400px;
	border-radius: 4px
}

/*home*/
.home {
	width: 100vw;
	height: 100vh;
	background: url(../images/bg/home.jpg?1.1) no-repeat;
	background-size: 100% 100%;
}

.home .logo {
	height: 44vh;
	animation: fadeInUp 1s;
}

.home .logo img {
	height: 100%;
}

.home .font {
	height: 6.49vh;
	animation: fadeInUp 1s;
}

.home .font img {
	height: 100%;
}

.home .enter {
	width: 22.8vh;
	height: 6.4vh;
	border: 2px solid #fff;
	border-radius: 32px;
	font-size: 2.2vh;
	color: #fff;
	margin-top: 5vh;
	animation: fadeInUp 1s;
}

.home article {
	animation: fadeInUp 1s;
	line-height: 140%;
	font-size: 2vh;
	color: #fff;
	margin-top: 5vh;
}

.home article .sydw img {
	max-height: 8vh;
	margin-top: 1vh;
}

.home article .phone {
	font-size: 3vh;
	color: #fff;
	margin-bottom: 10px;
}

.home article .phone i {
	margin-right: 5px;
}

.layer-wrap {
	padding: 20px;
}

.layer-input {
	flex: 1;
	height: 40px;
	background: none;
	border: 1px solid #ccc;
	margin-right: 10px;
	padding: 0 10px;
	transition: all .5s;
}

.layer-input:focus {
	border-color: var(--common-background-color);
	transition: all .5s;
}

.layer-button {
	display: inline-block;
	padding: 0 20px;
	height: 40px;
	background: var(--common-background-color);
	color: #fff;
	font-size: 14px;
	border: 0;
}

/*产品列表*/
.productslist {
	margin-top: 50px;
}

.productslist li {
	width: calc((100% - 20px) / 3);
	margin: 0 10px 10px 0;
	display: none;
}

.productslist li.active {
	animation: fadeIn 1s;
	display: block;
}

.productslist li .title {
	line-height: 48px;
	border-bottom: 1px dashed #ccc;
	font-size: 14px;
	color: rgb(75, 75, 75);
}

.productslist li img {
	width: 100%;
}

.productslist li .details {
	margin-top: 10px;
	line-height: 25px;
	font-size: 12px;
	color: rgb(169, 169, 169);
}

.productslist li:hover .title {
	color: var(--common-background-hover-color);
}

.product .title {
	font-size: 18px;
	color: rgb(88, 88, 88);
}

.product .image {
	max-width: 600px;
	margin-top: 40px;
}

.product .image img {
	max-width: 100%;
}

.product .details-title {
	width: 100%;
	height: 41px;
	border-bottom: 1px solid #1e50ae;
	margin-top: 50px;
	margin-bottom: 50px;
}

.product .details-title span {
	top: 0;
	left: 0;
	line-height: 39px;
	padding: 0 29px;
	border: 1px solid #1e50ae;
	border-top-width: 2px;
	border-bottom: 0;
	font-size: 14px;
	color: rgb(102, 102, 102);
	background-color: #fff;
	font-weight: bold;
}

/*about*/
.about {
	background-color: #f6f6f6;
}

.about1 {
	margin-bottom: 60px;
}

.about1 .img {
	width: 50%;
}

.about1 .img img {
	width: 100%;
}

.about1 .c {
	background-color: rgba(246, 124, 1, 0.8944954128440367);
	width: 43%;
	transform: translate(-30%, 10%);
	padding: 40px;
}

.about1 .c .company {
	font-size: 36px;
	color: #fff;
	font-weight: bold;
	line-height: 180%;
}

.about1 .c .intro {
	margin-top: 30px;
	line-height: 230%;
	font-size: 14px;
	color: #fff;
}

.about1 .c .datas {
	margin-top: 50px;
	color: #fff;
}

.about1 .c .datas li .data {
	font-size: 50px;
}

.about .c .datas li .title {
	font-size: 18px;
}

.about2 {
	padding: 50px 0;
	background: url(../images/bg/index_about2.jpg) no-repeat center top;
	background-size: cover;
}

.about2 h2 {
	font-size: 36px;
	font-weight: 400;
	color: #fff;
}

.about2 p {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	line-height: 48px;
}

.about2 .wrapper {
	margin-top: 50px;
}

.about2 .honorSwiper {
	width: 100%;
}

.about2 .honorSwiper img {
	width: 100%;
}

.about3 .partnerSwiper img {
	width: 100%;
}

.about2 .wrapper {
	padding: 0 70px;
	margin-top: 35px;
	position: relative;
	z-index: 998;
}

.about2 .swiper {
	position: static !important;
}

.about3 {
	padding: 30px 0;
}

.about3 .wrapper {
	padding: 0 70px;
	margin-top: 35px;
	position: relative;
}

.about3 .swiper {
	position: static !important;
}

.about3 h2 {
	font-size: 36px;
	font-weight: 400;
	color: rgb(75, 75, 75);
}

.about3 p {
	font-size: 16px;
	font-weight: 400;
	color: rgb(75, 75, 75);
	line-height: 48px;
}

/*下载*/
.download-list,
.download-list li {
	width: 100%;
}

.download-list li a {
	width: 100%;
	height: 36px;
	border-bottom: 1px solid #ccc;
}

.download-list li a .title {
	font-size: 14px;
	color: rgb(51, 51, 51);
}

.download-list li a .title::before {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	background-color: #c7000b;
	margin-right: 10px;
}

.download-list li a:hover * {
	color: #666;
}

/*联系我们*/
.contact1 {
	margin-top: 80px;
}

.contact1 .l,
.contact1 .r {
	width: 50%;
}

.contact1 .l {
	height: 30vw;
	background: url(../images/bg/contact1.jpg) no-repeat;
	background-size: cover;
}

.contact1 .l .company {
	line-height: 180%;
	font-size: 36px;
	color: #fff;
	margin-left: 10%;
}

.contact1 .l .intro {
	margin-top: 50px;
	line-height: 280%;
	font-size: 16px;
	color: #fff;
	margin-left: 10%;
}

.contact1 .r {
	height: 30vw;
	overflow: hidden;
}

.contact1 .r #map {
	width: 100%;
	height: 30vw;
}

.contact2 {
	padding: 50px 0;
}

.contact2 .title {
	font-size: 32px;
	color: rgb(102, 102, 102);
	line-height: 48px;
}

.contact2 .des {
	line-height: 48px;
	font-size: 14px;
	color: rgb(153, 153, 153);
}

.contact2 ul {
	margin: 30px 0;
}

.contact2 li .input,
.contact2 li .select {
	display: inline-block;
	padding: 0 10px;
	margin: 0;
	font-size: 12px;
	text-indent: 6px;
	border-radius: 2px;
	background: none;
	border: 1px solid #dadada;
	box-sizing: border-box;
	height: 39px;
	min-width: 200px;
}

.contact2 li .select {
	padding: 0 2px;
	text-align: left;
}

.contact2 li .input.input2 {
	min-width: 120px;
}

.contact2 li span.red {
	font-size: 18px;
	font-weight: bold;
	margin-left: 10px;
}

.contact2 button {
	background: var(--common-background-color);
	display: inline-block;
	padding: 0 20px;
	border: 0;
	font-size: 15px;
	color: #fff;
	font-family: 微软雅黑;
}

/*留言成功*/
.success-main {
	margin: 50px 0;
}

.success-main h1 {
	font-size: 36px;
	margin-top: 50px;
}

.success-main img {
	max-height: 100px;
}

.success-main p {
	margin-top: 40px;
	font-size: 18px;
}

.success-main .back {
	margin-top: 50px;
}

.success-main .back a {
	display: inline-block;
	padding: 0 15px;
	background-color: var(--common-background-color);
	line-height: 50px;
	color: #fff;
	font-size: 14px;
	border-radius: 8px;
}

/*index*/
.index1 {
	padding-bottom: 0;
}

.index1 .swiper-pagination {
	position: static;
	margin-top: 35px;
}

.index1 .swiper-pagination-bullet {
	display: inline-flex;
	height: 36px;
	opacity: 1;
	line-height: 36px;
	padding: 0 33px;
	border: 1px solid #ccc;
	border-radius: 18px;
	font-size: 16px;
	background-color: #fff;
	color: rgb(102, 102, 102);
	margin-right: 24px;
	justify-content: center;
	align-items: center;
	width: auto;
}

.index1 .swiper-pagination-bullet-active {
	background-color: var(--common-background-color) !important;
	border-color: var(--common-background-color) !important;
	color: #fff;
}

.index .about1 {
	background-color: #f6f6f6;
	padding-bottom: 50px;
}

.index-title {
	margin-top: 50px;
	background-color: #f6f7f7;
	padding: 50px 0;
}

.index1Swiper img {
	width: 100%;
}

.show-xs-flex {
	display: none;
}

.show-xs {
	display: none;
}

.hidde-xs {
	display: block;
}

.e_logo{
	display:none;
}

.p_pics{
	max-width:60%;
	max-height: 500px;
	width: calc(60% - 8px / 2);
	
}

.p_pics ul{
	width: 95px;
}

.p_pics ul img{
	width: 95px;
	max-height: 95px;
}

.product{
	background-color:rgb(248,248,248);
}

.p_pics li{
	margin-top:10px;
	border-radius: 10px;
	overflow: hidden;
}

.p_pic_big{
	margin-left:30px;
}
.p_pic_big{
	width:90%;
	position: relative;
	height: 500px;
}

.min_pics{
	width: 10%;
	overflow: hidden;
	overflow-y: scroll;
	scrollbar-width: none;
}

.min_pics::-webkit-scrollbar {
    display: none; /* 确保在 WebKit 浏览器中也隐藏 */
}

.product_top{
	display:flex;
}

.p_right{
	margin-left:40px;
	padding-top: 40px;
	color:rgb(18,18,18);
	width: calc(40% - 80px / 2);
}

.p_right span{
	color:rgba(18,18,18, 0.75);
	
}

.price-section {
	
    padding-bottom: 10px;
    border-bottom: 2px solid #70707038;
}

.p_pic_big>img {
	
	
    
    transition: opacity .4s cubic-bezier(.25,.46,.45,.94);
	max-height: 500px;
	
	display: block;
    max-width: 100%;
    position: absolute;
    top: 50%;
	left:50%;
	transform: translate(-50%,-50%);
    height: auto;
	
	
}

@media (max-width: 768px) {
	.show-xs-flex {
		display: flex;
	}

	.show-xs {
		display: block;
	}

	.hidde-xs {
		display: none;
	}

	:root {
		--common-page-width: 100vw;
	}
	
	header {
		padding: 0 2%;
	}

	header .wrapper {
		height: auto;
		width: auto;
	}

	header .logo img {
		max-height: 60px;
	}

	header .logo p {
		font-size: .22rem;
	}
	
	header nav{
		display:none;
	}
	
	.pf{
		padding:10px 20px;
	}
	
	.e_logo{
	display:block;
}
	
	.e_logo .logo{
		display:block;
	}
	
	header .l {
		width: 40px;
	}
	
	header .ll {
		width: 80%;
	}
	
	.list1 .list_img, .list1 .list_content {
    width: 100%;
}
	
	.leftNav a{
		color:#000;
	}
	
	.font36 {
		font-size: 20px;
		line-height: 30px;
	}
	
	.list2_one,.col_80,.col_90 {
    width: 100%;
}
	
	.timeline-inner-section {
    display: block;
}
	
	.timeline::after {
    left: 2%;
}
	
	.progres-bar{
    left: 2%;
}
	.social-links-container {
    display: block;
    grid-template-columns: repeat(2, 1fr);
    padding: 0px 20px 50px;
    gap: 6px;
}
	.social-con {
		margin-top: 10px;
}
	
	.font27 {
    font-size: 18px !important;
}
	
	.upper-content {
    display: block;
    align-items: center;
    padding-bottom: 50px;
    line-height: normal;
}
	.lh22{
		margin-top:10px;
	}

	header .nav {
		width: 20px;
		height: 60px;
		border: 0;
		padding: .11rem 0;
		background: none;
		align-items: flex-end;
	}

	header .nav hr {
		width: .5rem;
		height: .05rem;
		background-color: white;
		border: 0;
		padding: 0;
		margin: .1rem 0;
		border-radius: 1px;
	}

	header .nav::before,
	header .nav::after {
		content: '';
		width: .5rem;
		height: .05rem;
		background-color: white;
		transition: all .6s;
		border-radius: 1px;
	}

	.shadow {
		width: 100vw;
		height: 100vh;
		position: fixed;
		z-index: 9999;
		background-color: rgba(0,0,0,.4);
		display: none;
		top: 0;
		left: 0;
	}

	.shadow.active {
		display: block;
	}

	.leftNav {
		width: 50%;
		max-width: 400px;
		height: 100vh;
		background-color: #fff;
		z-index: 999999 !important;
		top: 0;
		left: 0;
		transform: translateX(-100%);
		transition: all .6s;
	}
	
	.leftNav.hide {
		transform: translateX(-100%);
	}
	
	.leftNav.active {
		transform: translateX(0);
	}
	
	.leftNav li {
		width: 100%;
		min-height: .8rem;
		border-bottom: 1px solid #e9e9e9;
		padding: 0 .1rem;
		font-size: .28rem;
		color: #383838;
	}
	
	.leftNav .angle {
		width: .2rem;
		height: .5rem;
	}
	
	.leftNav .angle i {
		font-size: .4rem;
	}
	
	.leftNav .angle.active i {
		transform: rotate(90deg);
	}
	
	.leftNav li.son {
		overflow: hidden;
		padding: 0 .4rem;
	}

	.headerSwiper .swiper-slide img {
		width: 100%;
		height: 50vw;
		object-fit: cover;
	}
	
	.headerSwiper .swiper-slide h2 {
		font-size: .38rem;
	}

	.headerSwiper .swiper-slide p {
		font-size: .32rem;
	}
	
	.swiper-button-next, .swiper-button-prev {
		padding: .35rem;
	}

	main aside h1 {
		font-size: .4rem;
	}

	main aside p {
		font-size: .24rem;
	}


	.productslist li {
		width: calc((100% - .3rem) / 2);
		margin-right: .3rem;
	}

	.productslist li:nth-child(3n) {
		margin-right: .3rem;
	}

	.productslist li:nth-child(even) {
		margin-right: 0;
	}

	.index .about1 {
		margin-bottom: .6rem;
		padding-bottom: .5rem;
		flex-direction: column;
	}

	.about1 {
		padding: 0 2%;
	}

	.about1 .img, .about1 .c {
		width: 100%;
	}

	.about1 .c {
		transform: none;
		padding: .4rem;
	}

	.about1 .c .company {
		font-size: .36rem;
	}

	.about1 .c .intro {
		margin-top: .3rem;
	}

	.about1 .c .datas {
		margin-top: 0;
		flex-wrap: wrap;
	}

	.about1 .c .datas li {
		width: 50%;
	}

	.about1 .c .datas li .data {
		font-size: .5rem;
	}

	.about2 {
		padding: .5rem 0;
	}

	.about2 h2 {
		font-size: .36rem;
	}
	
	.about2 p {
		font-size: .24rem;
		line-height: 180%;
	}

	.about2 .wrapper {
		padding: 0 .7rem;
		margin-top: .35rem;
	}

	.about3 h2 {
		font-size: .36rem;
	}

	.about3 p {
		font-size: .24rem;
	}

	.news-image-list {
		padding: 0 2%;
	}

	.news-image-list li {
		width: 100%;
		margin-right: 0;
		margin-bottom: .4rem;
	}

	.about3 {
		padding: .3rem 0;
	}

	main {
		padding: .4rem 0 0;
	}

	.index1 {
		padding: 0 2%;
	}

	.index1 .swiper-pagination {
		margin-top: 0;
	}

	.index1 .swiper-pagination-bullet {
		margin-bottom: 2vw !important;
	}

	.productslist li .title {
		line-height: 150%;
	}

	.productslist li .title {
		margin-top: .2rem;
	}

	.productslist {
		margin-top: .4rem;
		padding: 0 2%;
	}

	.index-title {
		margin-top: .5rem;
		padding: .5rem 0;
	}

	footer {
		padding: .4rem 2%;
	}

	footer .wrapper {
		flex-direction: column;
		width: 100%;
	}

	footer .l, footer .r {
		width: 100%;
	}
	
	footer .r {
		margin-top: .4rem;
		flex-wrap: wrap;
	}

	footer .r .ecode {
		width: 100%;
	}

	footer .r .ecode {
		width: 48%;
		margin-right: 0;
	}

	footer .r .ecode:nth-child(even) {
		margin-left: 4%;
	}

	footer .r hr {
		display: none;
	}

	footer .r .contact {
		width: 100%;
		margin-top: .4rem;
	}

	main aside ul {
		margin-top: 0;
	}

	.product {
		padding: 0 2%;
	}

	.product .title {
		margin-top: .4rem;
	}

	.product .image {
		margin-top: .4rem;
	}

	.intro * {
		font-size: .24rem !important;
		line-height: 185% !important;
	}
	
	.news-detail {
		padding: .4rem 2% 0 2%;
	}

	.news-detail h1 {
		font-size: .28rem;
		line-height: 185%;
	}

	.news-detail h1 {
		margin-bottom: .4rem;
	}

	.about1 {
		flex-direction: column;
	}

	.about .c .datas li .title {
		font-size: .24rem;
	}

	.about3 .wrapper {
		padding: 0 2%;
	}

	.image-list {
		padding: 0  2%;
	}

	.image-list li {
		width: calc((100% - .4rem) / 2);
		margin-right: .4rem;
	}

	.image-list li:nth-child(even) {
		margin-right: 0;
	}

	.news {
		padding: .5rem 0;
		margin-top: .5rem;
	}

	.download-list {
		padding: 0 2%;
	}

	.download-list li a .addtime {
		width: 2.7rem;
		flex-shrink: 0;
		flex-grow: 0;
	}

	.download-list li a .title {
		width: calc(100% - 2.8rem);
		flex-shrink: 0;
		flex-grow: 0;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}

	.contact1 {
		margin-top: .4rem;
		flex-direction: column;
		padding: 0 2%;
	}

	.contact1 .l, .contact1 .r {
		width: 100%;
	}
	
	.contact1 .l {
		height: auto;
		padding: .4rem;
	}

	.contact1 .l .company {
		margin-left: 0;
		font-size: .36rem;
	}

	.contact1 .l .intro {
		margin-left: 0;
		font-size: .24rem;
		margin-top: .5rem;
	}

	.contact1 .r, .contact1 .r #map {
		height: 100vw;
	}

	.contact2 {
		padding: 0 2%;
		margin-top: .6rem;
	}

	.contact2 .title {
		font-size: .32rem;
		line-height: 180%;
	}

	.contact2 .des {
		line-height: 180%;
		font-size: .24rem;
	}

	.contact2 ul {
		flex-direction: column;
		padding-bottom: 0;
		margin-bottom: 0;
	}

	.contact2 li {
		width: 100%;
		margin-bottom: .4rem;
	}

	.contact2 button {
		margin-bottom: .4rem;
	}

}

	.product_top_1{
	display:flex;
}


.product_view_content td{
	border-color:black;
}


@media only screen and (max-width: 768px){
	
	
	.product_top{
	display:block;
}
	
		.product_top_1{
	display:block;
}
	
	.p_pics {
    max-width: 100%;
    max-height: 500px;
    width: 100%;
}
	.min_pics {
    width: 100%;
}
	
	.p_pics ul {
    width: 100%;
		display: flex;
		flex-wrap: wrap;
		
}
	.p_pics li {
		width: 95px;
		flex: 0 0 25%;
		margin-right: 10px;
		margin-bottom: 20px;
}
	.p_pic_big {
    width: 100%;
    position: relative;
		margin-left: 0px;
		height: auto;
}
	
	
	
	.p_pic_big>img {
    object-fit:unset;
    
    max-height: 500px;
    display: block;
    max-width: 100%;
    position:static;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
	
	.p_right {
    margin-left: 0px;
    padding-top: 40px;
    color: rgb(18, 18, 18);
    width: 100%;
}
	.price-section {
		text-align: center;
}
	
	.e_search{
		display:none;
	}
	.font53 {
		font-size: 28px !important;
	}
	
	.selector-tag {
		width: 100%;
		justify-content: space-between;
		border: 1px solid black;
		padding: 5px 10px;
		margin-top: 10px;
	}
	.selector-dropdown {
    top: 43px;
    left: 0;
}
	
	.desktop {
    display: none !important;
}
	
	.font47{
    	font-size: 34px;

	}
	
	.mtop70 {
    margin-top: 30px;
}
	.ptop70 {
    padding-top: 30px;
}
	
	.pbottom70 {
    padding-bottom: 30px;
}
	
	.index_3_one, .col_50, .col_40,.col_80,.col_70,.col_30,.sliders_3,.col_60 {
    width: 100%;
}
	
	.sliders_3 .swiper-slide, .sliders_3 .swiper-slide video{
    width: 100%;
}
	
	.mtop200 {
    margin-top: 10px;
}
	
	.mbottom200 {
    margin-bottom: 70px;
}
	
	.sliders_2 .swiper-button-next {
    top: 23%;
    right: auto;
    left: 150px;
		display: none;
}
	.sliders_2 .swiper-button-prev {
    top: 23%;
    left: 80px;
		display: none;
}
	
	.index_3_one:nth-child(2){
	margin-top:30px;
}
	.section-container {
    padding: 30px 0;
}
	.left-content-inner-section {
    gap: 30px;
    flex-direction: column-reverse;
}
	h3, .h3 {
    font-size: 22px;
}
	.font17{
		font-size: 14px;
	}
	
	.wrapper {
    padding-left:10px;
		padding-right: 10px;
}
	.flexWrap {
		align-items: center;
		text-align: center;
		justify-content:center;
		
}
	
	.index_3_one img{
		width: 100%;
    height: 100%;
    object-fit: cover;
	}
	
	.footer_11{
		margin-top:10px;
	}
	header .logo {
		display: none;
	}
	
}

