@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: 1200px;
	--common-font-size: 14px;
	--common-color: #666;
	--common-background-color: rgb(0, 124, 194);
	--common-background-hover-color: var(--common-background-color);
	--nav-height: 100px;
	--common-p-line-height: 200%;
	--common-p-size: 18px;
	--common-p-color: #1d1d1d;
	--common-font-color-hover: var(--common-background-color);
	--color:var(--common-background-color);
}

body {
	background-color: #fff;
	overflow: hidden;
	font-size: var(--common-font-size);
	padding-top: 100px;
}


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;
	color: var(--color)
}

.textCenter {
	text-align: center;
}

.wrapper {
	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;
}


.alignitems_unset{
	align-items: unset;
}

.ovd {
	overflow: hidden;
}

.db {
	display: block;
}

#app {
	overflow: hidden;
}

/*header*/
header {
	width: 100%;
	background-color: #fff;
	height: 101px;
	top: 0;
	left: 0;
	z-index: 999;
	border-bottom: 1px solid #e7e7e7;
}

header .l {
	width: 420px;
}

header .wrapper {
	height: 100px;
}

header .logo img {
	max-height: 47px;
}

header .logo{
	padding-top: 10px;
    text-align: center;
}

header .logo a span{
	font-size: 14px;
    color: var(--color);
	letter-spacing: 8.5px;
}


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 {
	width: calc(100% - 250px);
	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);
}

nav li .a {
	display: inline-block;
	height: var(--nav-height);
	text-align: center;
	line-height: var(--nav-height);
	font-size: 18px;
	color: rgb(43, 43, 43);
	padding: 0 12px;
	border-bottom: 2px solid #fff;
	font-weight: bold;
}

nav li:hover .a,
nav li .a.active {
	border-color: var(--color);
}


nav .dl {
	overflow: hidden;
	display: none;
	position: absolute;
	z-index: 999;
	top: var(--nav-height);
	
	width: 96px;
	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 li .dl::before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	margin-left: 50%;
	transform: translateX(-50%);
	border-bottom: 6px solid var(--color);
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
}

nav dt {
	overflow: hidden;
	width: 100%;
	background: var(--color);
}

nav dt a {
	overflow: hidden;
	display: block;
	width: 100%;
	text-align: center;
	padding: 10px 0;
	line-height: 25px;
}

nav dt a:link,
nav dt a:visited {
	font-size: var(--common-font-size);
	color: #fff
}

nav dt a:hover {
	background-color: var(--color);
	text-decoration: none;
	color: #fff
}


.head-sub-menu-warp {
	display: none;
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transform: scale(1);
    transition: all .5s ease;
	background-color: rgb(244,244,244);
}

header nav ul li:hover .head-sub-menu-warp{
	display: block;
	opacity: 1;
	transform: scale(1);
	visibility: visible;
	transition: all .5s ease;
}

.head-sub-menu-warp .top-line{
	width: 100%;
	height: 38px;
}

.wrapper1 {
    width: var(--common-page-width);
    margin: 0 auto;
    text-align: left;
}

.head-sub-menu .isClass {
    width: 100%;
    overflow: hidden;
	overflow-y: scroll;
	max-height: 666px;
	
}

.head-sub-menu .isClass .item {
    width: 280px;
    margin-bottom: 15px;
	padding-right: 10px;
}

.head-sub-menu .isClass .item h4 {
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    line-height: 25px;
}

.head-sub-menu .isClass .item .link {
    margin-top: 16px;
    min-height: 140px;
}

.head-sub-menu .isClass .item .link a {
    display: block;
    font-size: 15px;
    color: #666666;
    line-height: 28px;
    padding-right: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.head-sub-title{
	width:100%;
	font-size: 24px;
	color: var(--color);
	margin-bottom: 20px;
	font-weight: bold;
}

.head-sub-menu .isClass .item .link a:hover{
	color: var(--color);
}

.head-sub-item{
	margin-left:40px;
}



/*footer*/
footer {
	background-color: var(--color);
}

footer .l {
	max-width: 40%;
    line-height: 220%;
    font-size: 14px;
    color: #fff;
    padding-top: 50px;
    border-right: 1px solid rgba(101, 170, 210);
    min-width: 300px;
}

footer .l div{
	margin-bottom:5px;
	
}

footer .e_f_l{
	width: 280px;
}

footer .e_f_title{
	min-width: 45px;
	vertical-align: top;
	margin-top: 0px;
	padding-top: 0px;
}

footer .l .u-flex{
	align-items: unset;
}



footer .e_footer_logo{
	text-align: left;
	
}


footer .e_footer_logo img{
	display: block;
/*	transform:scale(0.7,0.7);*/
	margin-left: 0px;
	max-height: 30px;
}

footer .l a {
	color: #fff;
	display: inline-block;
	margin-right: 10px;
}

footer .l a:hover {
	text-decoration: underline;
}

footer .r {
	text-align: left;
	width: 70%;
}

.e_footer_copyright{
	text-align:center;
	color: white;
	padding: 10px;
}

.e_footer_copyright a{
	color:white;
	padding-left: 10px;
}

footer .e_footer_line{
	border-top:1px solid rgba(101,170,210);
	width: 90%;
	
}

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;
}

footer .e_footer_nav{
	padding: 50px 0;
}

footer .e_footer_nav li{
	list-style-type:none;
	margin-left: 32px;
}

footer .e_footer_nav li a{
	color:white;
	margin-top: 10px;
	font-weight: 400;
}

/*swiper*/
.headerSwiper {
	z-index: 1;
}

.headerSwiper img {
	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: 56%;
	left: 46%;
	transform: translate(-50%, -50%);
}

.headerSwiper .swiper-slide h2 {
	font-size: 24px;
	color: #fff;
	line-height: 180%;
}

.headerSwiper .swiper-slide p {
	font-size: 18px;
	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);
}

.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%;
}

.banner img {
	display: block;
	max-width: 100%;
	margin: 0 auto
}

/*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: 0px 0 0;
}

main aside {}

main aside h2 {
	font-size: 20px;
	color: var(--color);
}

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;
}



.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
}

.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: rgb(249,249,249);
	padding: 3px 0;
}

.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);
	color:var(--color);
	border-bottom: 1px solid rgb(240, 239, 239);
	line-height: 80px;
	margin-bottom: 40px;
}


.news-detail .intro{
	padding: 50px 10px;
}



.list-news dl {
    overflow: hidden;
    background: #fff;
    margin-bottom: 15px;
    padding: 26px 0 26px 20px;
}

    .list-news dl:hover dd .box h3 > a {
        font-weight: bold;
    }

    .list-news dl:hover dd {
        width: 800px;
        padding-left: 40px;
    }

.list-news dt {
    width: 331px;
    height: 180px;
    float: left;
    position: relative;
	overflow: hidden;
}

.list-news dd {
    width: 810px;
    float: left;
    font-size: 14px;
    padding-left: 30px;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

.vcenter {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    vertical-align: middle;
}

.list-news .box {
    width: 627px;
    float: left;
}

    .list-news .box h3 {
        height: 40px;
        font-size: 18px;
        overflow: hidden;
        line-height: 40px;
    }

        .list-news .box h3 a {
            color: #333;
            display: block;
            font-weight: normal;
        }

    

    .list-news .box .more {
        margin-top: 30px;
        padding-top: 10px;
        border-top: dotted 1px #e5e5e5;
    }

.list-news .time {
/*    width: 67px;*/
    float: left;
    margin-top: 35px;
    margin-left: 50px;
    color: #777;
    font-size: 20px;
    font-family: "avgr45w";
    text-align: center;
}

    .list-news .time p:first-child {
        color: #999;
        font-size: 52px;
        line-height: 60px;
        margin-bottom: 10px;
        border-bottom: solid 1px #e5e5e5;
    }

.list-news-show {
    padding: 30px;
    background: #fff;
    margin-top: 50px;
    font-size: 14px;
    line-height: 26px;
    padding-bottom: 80px;
}

    .list-news-show .list {
        margin-top: 20px;
        margin-bottom: 60px;
    }

        .list-news-show .list dt {
            width: 120px;
            height: 120px;
            color: #fff;
            float: left;
            padding: 10px 27px;
            text-align: center;
            font-family: arial;
            font-size: 16px;
            background: #ce272e;
            font-family: "avgr45w";
        }

            .list-news-show .list dt p:first-child {
                font-size: 52px;
                line-height: 60px;
                font-weight: normal;
                margin-bottom: 5px;
                border-bottom: solid 1px #e69397;
            }

        .list-news-show .list dd {
            width: 900px;
            float: left;
            padding-left: 25px;
        }

            .list-news-show .list dd h1 {
                font-size: 20px;
                color: #ce272e;
                margin: 20px 0 10px 0;
            }

            .list-news-show .list dd p {
                color: #999;
                font-size: 12px;
            }

.list-page-news {
    margin-top: 70px;
    padding: 20px 0;
    border-top: solid 1px #e5e5e5;
    border-bottom: solid 1px #e5e5e5;
}

    .list-page-news li {
        height: 40px;
        line-height: 40px;
        overflow: hidden;
    }


.related_title{
	font-size:25px;
	color: var(--color);
	padding-bottom: 10px;
	border-bottom: 1px solid rgb(240, 239, 239);
	margin-top: 50px;
}

.related_list{
	display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.related_one{
	overflow: hidden;
	height: 300px;
	margin-top: 20px;
}

.related_one img{
	max-height: 270px;
	max-width: 100%;
}

/*图片列表*/

.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: var(--color);
}


.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: 100px;
}

.about1 .img {
	width: 50%;
}

.about1 .img img {
	width: 100%;
}

.about1 .c {
	background-color: rgba(0, 124, 194, 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;
	margin-bottom: 50px;
}

.contact1 .l,
.contact1 .r {
	width: 50%;
}

.contact1 .l {
	height: 30vw;
	
	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_li{
	box-shadow:none;
	width: calc((100% - 80px) / 4);
    background-color: #fff;
    margin-right: 20px;
    margin-bottom: 40px;
    border-radius: 5px;
}

.e_li .img,.e_li img {
    width: 100%;
    border-radius: 5px 5px 0 0;
}

.e_li .img {
    width: 100%;
	min-height: 186px;
}

.e_domain_by{
	width:200px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin: 0 auto;
	font-size: 20px;
	background-color: var(--color);
	border-radius: 45px;
	color: white;
	margin-top: 30px;
	margin-bottom: 20px;
	font-weight: bold;
}

.e_li .title{
	color:rgb(104,104,104);
	font-size: 18px;
}

.e_index_zx{
	margin-top:20px;
}

.e_index_1_1,.e_index_1_2{
	width:50%;
}

.e_index_1_3{
	width:200px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
	margin-left: auto;
	background-color: var(--color);
	color: white;
	border-radius: 45px;
}

.e_index_en_name{
	font-size:16px;
	color: var(--color);
	text-transform: uppercase;
}
.e_index_typename{
	font-size:40px;
	color:black;
	font-weight: bold;
}
.e_index_jj{
	font-size:16px;
	color:rgb(93,93,93);
}

.e_index_1{
	margin-top:30px;
	margin-bottom: 30px;
}

.e_index_2{
	margin-bottom: 30px;
}

.e_index_2_1{
	width:100%;
}

.index1{
	padding-top:100px;
}

.e_index_product_gb{
	background-image:url("../images/index_product_bg.png");
}

.e_index_3_1{
	width:40%;
	margin-top: 10px;
}

.e_index_3_2{
	width:60%;
	display: flex;
    justify-content: center;
    align-items: center;
}

.e_index_3_2 .img{
	max-width:100%;
}

#index1Swiper{
	padding-bottom:100px;
}

.e_index_3_name{
	color:var(--color);
	font-size: 40px;
	font-weight: bold;
}

.e_index_3_jj{
	color:rgb(93,93,93);
	font-size: 20px;
}

.e_index_3_button{
	width:160px;
	height: 36px;
	line-height: 36px;
	border: 1px solid var(--color);
	border-radius: 45px;
	text-align: center;
	color:var(--color);
	margin-top: 50px;
}

.mtop100{
	margin-top:100px;
}

.mtop30{
	margin-top:30px;
}

.mbottom30{
	margin-bottom:30px;
}

.e_index_hz_1{
	width:40%;	
	padding-top: 30px;
}
.e_index_hz_2{
	width:60%;	
}

.e_index_hz{
	background-image: url("../images/hzhb.png");
	background-repeat: no-repeat;
	background-position: center;
}

.e_hz_one{
	width:340px;
	height: auto;
	text-align: center;
	
	border: 1px solid var(--color);
    border-radius: 20px;
	background-color: white;
	padding: 10px;
	float: left;
	margin: 30px;
	min-height: 150px;
}

.e_hz_one .img{
	max-width:90%;
	max-height: 60px;
}

.e_hz_one .e_hz_title{
	color:var(--color);
	font-size: 18px;
	font-weight: bold;
}

.e_hz_one_1{
	margin: 20px auto;
}
.e_hz_one_2{
	float: left;
	margin: 10px 20px;
}
.e_hz_one_3{
	float: left;
	margin: 10px 20px;
}
.e_hz_one_4{
	margin: 20px auto;
}


.e_index_hz_1 .e_index_3_button{
	margin-top: 100px;
}

.e_index_jszc{
	background-image: url("../images/jszc.png");
	background-repeat: no-repeat;
	background-position: center;
	height: 735px;
	margin-bottom: 30px;
}

.ptop100{
	padding-top: 100px;
}

#index1Swiper .swiper-button-prev{
	width:30px;
	height: 30px;
	padding: 0px;
	border-radius: 30px;
	background-color:transparent;
	border: 2px solid var(--color);
}

#index1Swiper .swiper-button-prev:after{
	font-size: 12px;
	color:var(--color);
	font-weight: bold;
}

#index1Swiper .swiper-button-next{
	width:30px;
	height: 30px;
	padding: 0px;
	border-radius: 30px;
	background-color:transparent;
	border: 2px solid var(--color);
	left:80px;
}

#index1Swiper .swiper-button-next:after{
	font-size: 12px;
	color:var(--color);
	font-weight: bold;
}




.pro-left {
    width: 260px;
    float: left;
    padding-bottom: 20px;
    position: relative;
    border-right: solid 1px #f5f5f5;
}

    .pro-left .title {
        left: 0;
        top: -30px;
        color: #fff;
        width: 387px;
        height: 172px;
        padding-right: 120px;
        text-align: center;
        position: absolute;
        background: url(../images/pro-bg.png) no-repeat; 
		text-transform:uppercase;
    }

        .pro-left .title h3 {
            font-size: 34px;
            line-height: 40px;
            padding-top: 50px;
			font-weight: bold;
        }

        .pro-left .title p {
            color: #efadaf;
            font-size: 19px;
            margin-top: 5px;
            font-family: arial;
        }

    .pro-left .submenu {
        z-index: 9;
        min-height: 400px;
        padding-top: 160px;
        position: relative;
        border-left: solid 3px #e5e5e5;
		
    }

        .pro-left .submenu li {
            font-size: 16px;
        }

            .pro-left .submenu li > a {
                color: #333;
                display: block;
                padding: 10px 0;
                padding-left: 35px;
                -webkit-transition-duration: 0s;
                transition-duration: 0s;
            }

                .pro-left .submenu li > a:hover {
                    color: #fff;
                    background: url(../images/pro-ico1.png) no-repeat right 13px var(--color);
                    border-bottom-left-radius: 10px;
                }

        .pro-left .submenu .active > a {
            color: #fff;
            background: url(../images/pro-ico1.png) no-repeat right 13px var(--color);
            border-bottom-left-radius: 10px;
        }

    .pro-left .submenu-two {
        display: none;
    }

        .pro-left .submenu-two a {
            padding: 10px 0;
            padding-left: 30px;
            display: block;
            margin: 0 10px;
            font-size: 13.5px;
            border-bottom: solid 1px #f0f0f0;
            background: url(../images/pro-ico2.png) no-repeat 10px 17px;
        }

            .pro-left .submenu-two a:hover {
                color: var(--color);
                border-bottom: solid 1px #fff;
                background: url(../images/pro-ico3.png) no-repeat 10px 17px;
            }

        .pro-left .submenu-two .active-2 {
            color: var(--color);
            border-bottom: solid 1px #fff;
            background: url(../images/pro-ico3.png) no-repeat 10px 17px;
        }

    .pro-left .submenu-three {
        display: none;
         
        background: #f6f6f6;
        position: relative;
    }

        .pro-left .submenu-three:after {
            content: "";
            width: 1px;
            height: 90%;
            top: 10px;
            left: 36px;
            position: absolute;
            background: var(--color);
        }

        .pro-left .submenu-three > a {
            color: #858585;
            display: block;
            background: none;
            font-size: 14px;
            padding: 8px 0;
            border-bottom: 0;
            padding-left: 30px;
            background: url(../images/pro-ico4.png) no-repeat 12px 17px;
        }

            .pro-left .submenu-three > a:hover, .pro-left .submenu-three > a.active-2 {
                color: var(--color);
                border-bottom: 0;
                background: url(../images/pro-ico4.png) no-repeat 12px 17px;
            }

    .pro-left .pro-search {
        margin-top: 30px;
        padding-bottom: 10px;
        border-bottom: solid 1px #e6e6e6;
    }

        .pro-left .pro-search .inputfrom {
            width: 189px;
            color: #333;
            padding: 6px 10px;
            background: #fff;
            border: solid 1px #b5b5b5;
        }

        .pro-left .pro-search .btn {
            color: #fff;
            padding: 0 17px;
            font-size: 14px;
            float: right;
            line-height: 30px;
            display: inline-block;

            background: var(--color);
        }

    .pro-left .subblock {
        display: block;
    }

.pro-right {
    width: 900px;
    float: left;
    z-index: 9;
    padding-bottom: 20px;
    padding-top: 30px;
    position: relative;
    background: #fff;
}

    .pro-right .cur {
        font-size: 12px;
        height: 40px;
        line-height: 40px;
        text-align: right;
        overflow: hidden;
        color: #6e6e6e;
        z-index: 9;
        position: relative;
    }

        .pro-right .cur span {
            color: var(--color);
        }

        .pro-right .cur a {
            color: var(--color);
        }

		.pro-right .cur .nav_a_color {
            color: #6e6e6e;
        }

            .pro-right .cur a:hover {
                color: var(--color);
            }

        .pro-right .cur img {
            margin-top: 12px;
            vertical-align: top;
        }

    .pro-right .title {
        height: 60px;
        line-height: 60px;
        overflow: hidden;
        font-weight: normal;
        position: relative;
        margin-top: -20px;
        color: #333;
        font-size: 20px;
        margin-left: 40px;
        border-bottom: solid 1px #d5d5d5;
    }

        .pro-right .title img {
            margin-top: 21px;
            vertical-align: top;
        }


.page-current {
    padding: 17px 0 0 0;
    border-bottom: solid 1px #dbdbdb;
}

    .page-current p {
        float: right;
        width: 30%;
        height: 24px;
        line-height: 24px;
        font-size: 12px;
        text-align: right;
        overflow: hidden;
        margin-top: 18px;
    }

        .page-current p .nav_a_color {
            color: #ce272e;
        }

        .page-current p img {
            margin-right: 5px;
        }

.page-title {
    width: 415px;
    text-align: center;
    margin: 50px auto;
    background: #fff;
    height: 100px;
    padding-top: 30px;
}

    .page-title .tit01 span {
        color: #333;
        padding: 0 10px;
        font-size: 24px;
        height: 24px;
        vertical-align: top;
        overflow: hidden;
        display: inline-block;
		line-height: 24px;

    }

    .page-title .tit02 {
        height: 24px;
        margin-top: 5px;
        overflow: hidden;
        font-family: arial;
        color: #adadad;
        font-size: 15px;
    }


.page-menu {
    width: 70%;
    float: left;
}

    .page-menu span {
        margin-right: 3px;
        display: inline-block;
    }

        .page-menu span a {
            color: #525252;
            width: 140px;
            font-size: 18px;
            text-align: center;
            display: inline-block;
            height: 36px;
            padding: 0 5px;
            line-height: 36px;
            overflow: hidden;
            border-radius: 30px;
        }

        .page-menu span:hover, .page-menu .active {
            background: url(../images/page-line.png) no-repeat center bottom;
        }

            .page-menu span:hover > a, .page-menu .active > a {
                background: var(--color);
                color: #fff;
            }


.news-detail .time{
	width: 120px;
    height: 120px;
    color: #fff;
    padding: 10px 27px;
    text-align: center;
    font-family: arial;
    font-size: 16px;
    background: var(--color);
    font-family: "avgr45w";
	margin-right: 50px;
}

.news-detail .time p:first-child {
    font-size: 52px;
    line-height: 60px;
    font-weight: normal;
    margin-bottom: 5px;
	border-bottom: solid 1px #fff;
}

.news-detail{
	padding-top: 50px;
}

.list-product {
    margin-top: 20px;
    padding-left: 15px;
    padding-bottom: 60px;
}

    .list-product li {
        width: 417px;
        float: left;
        margin-top: 30px;
        margin-left: 25px;
        position: relative;
    }

        .list-product li:after {
            content: "";
            width: 100%;
            height: 100%;
            right: 0;
            bottom: -3px;
            z-index: -9;
            position: absolute;
            border-radius: 10px;
            background: #f2f2f2;
        }

        .list-product li .box {
            width: 415px;
            padding: 20px 15px;
            border-radius: 10px;
            position: relative;
            background: #fff;
            border: solid 1px #ddd;
        }

            .list-product li .box .tit {
                position: relative;
            }

                .list-product li .box .tit .icon {
                    top: 0;
                    left: 0;
                    width: 47px;
                    height: 47px;
                    border-radius: 100%;
                    position: absolute;
                    
                }

.list-product li .box .tit .icon img {
                    width: 100%;
                    height: 100%;
                }

                .list-product li .box .tit .t1 {
                    height: 47px;
                    line-height: 47px;
                    overflow: hidden;
                    margin-left: 60px;
                    font-size: 18px;
                }

                    .list-product li .box .tit .t1 > a {
                        color: #333;
                        display: block;
                        border: solid 1px #fff;
                    }

                .list-product li .box .tit:hover .icon img {
                    -webkit-transform: rotate(360deg);
                    -ms-transform: rotate(360deg);
                    transform: rotate(360deg);
                }

                .list-product li .box .tit:hover .t1 > a {
                    color: var(--color);
                }

            .list-product li .box .mask {
                min-height: 150px;
                margin-top: 10px;
                font-size: 14px;
                margin-left: 60px;
            }

                .list-product li .box .mask p {
                    height: 40px;
                    line-height: 40px;
                    overflow: hidden;
                    border-bottom: dotted 1px #dadada;
                    background: url(../images/p-ico6.png) no-repeat left 15px;
                }

                    .list-product li .box .mask p > a {
                        display: block;
                        padding-left: 20px;
                        height: 40px;
                    }

        .list-product li .boxhide {
            height: 0;
            width: 100%;
            z-index: 99;
            top: 70px;
            position: absolute;
            overflow: hidden;
        }

        .list-product li .bullet {
            margin-top: -7px;
            padding-top: 16px;
            border-radius: 10px;
            height: 310px;
            background: #fff;
            box-shadow: 0 0 20px #ddd;
            border: solid 3px var(--color);
        }

            .list-product li .bullet a {
                font-size: 14px;
                display: block;
                height: 36px;
                line-height: 36px;
                overflow: hidden;
                padding-left: 20px;
                margin: 0 20px 0 70px;
                background: url(../images/p-ico6.png) no-repeat left 13px;
            }

        .list-product li .arrow {
            margin-left: 70px;
        }

        .list-product li .cont1 {
            height: 255px;
            margin-right: 17px;
            z-index: 999;
            position: relative;
        }

        .list-product li:hover .boxhide {
            height: 330px;
        }

.list-product-2 {
    padding-left: 40px;
    padding-top: 15px;
}

    .list-product-2 li {
        margin-top: 25px;
        position: relative;
        background: #fff;
        cursor: pointer;
    }

        .list-product-2 li .line {
            height: 30px;
            bottom: -3px;
            z-index: 99;
            width: 100%;
            z-index: -2;
            border-radius: 10px;
            position: absolute;
            background: #f2f2f2;
        }

        .list-product-2 li .box {
            padding: 30px 0;
            border-radius: 10px;
            border: solid 1px #dcdcdc;
        }

        .list-product-2 li .pic {
            width: 205px;
            height: 144px;
            float: left;
            margin-left: 15px;
            position: relative;
            
        }

        .list-product-2 li .txtwarp {
            width: 554px;
            float: left;
            margin-left: 15px;
min-height:144px;
border-left: solid 1px #dcdcdc;
padding:0 0 0 45px;
        }

            .list-product-2 li .txtwarp .tit {
                position: relative;
            }

                .list-product-2 li .txtwarp .tit h3 {
                    font-size: 18px;
                    font-weight: normal;
                    padding-bottom: 10px;
                    border-bottom: dotted 1px #dadada;
                }

                    .list-product-2 li .txtwarp .tit h3 > a {
                        color: #333;
                        height: 24px;
                        overflow: hidden;
                    }

            .list-product-2 li .txtwarp .tit02 {
                padding-top: 15px;
            }

                .list-product-2 li .txtwarp .tit02 a {
                    width: 100%;
                    height: 30px;
                    font-size: 14px;
                    line-height: 30px;
                    padding-left: 20px;
                    display: inline-block;
                    overflow: hidden;
                    padding-right: 20px;
                    background: url(../images/p-ico6.png) no-repeat left 10px;
                }

    .list-product-2 li .boxhide {
        height: 0;
        width: 420px;
        left:250px;
        z-index: 99;
        top: 60px;
        position: absolute;
        overflow: hidden;
    }

    .list-product-2 .bullet {
        margin-top: -7px;
        padding-top: 16px;
        border-radius: 10px;
        height: 430px;
        background: #fff;
        box-shadow: 0 0 20px #ddd;
        border: solid 3px var(--color);
    }

        .list-product-2 .bullet a {
            font-size: 14px;
            display: block;
            height: 36px;
            line-height: 36px;
            overflow: hidden;
            padding-left: 20px;
            margin: 0 20px 0 25px;
            background: url(../images/p-ico6.png) no-repeat left 13px;
        }

    .list-product-2 .arrow {
        margin-left: 70px;
    }

    .list-product-2 .cont1 {
        height: 370px;
        margin-right: 17px;
        z-index: 999;
        position: relative;
    }

    .list-product-2 li:hover .boxhide {
        height: 460px;
    }

.list-product-show {
    font-size: 14px;
    padding-left: 40px;
    padding-top: 40px;
	display: flex;
}

.list-product-show-2 {
    padding-left: 40px;
    padding-top: 50px;
}

.list-product-show-2 .title{
	font-size:18px; color:#333;margin:15px auto; text-align: center;
	border: none;
}

.list-product-show-2 .litpic{
	max-width:90%;
	margin: 10px auto;
}

.list-product-show-2 .litpic .vcenter{
	max-width:100%;
	margin: 10px auto;
	text-align: center;
}


.page-banner {
    width: 100%;
    height: 380px;
    overflow: hidden;
    position: relative;
}

.page-banner .pic {
    left: 50%;
    top: 0;
    width: 1920px;
    height: 380px;
    position: absolute;
    margin-left: -960px;
}

.page-banner .pic_jj{
	text-align: center;
    color: white;
    position: absolute;
    left: 50%;
    z-index: 2;
    top: 50%;
    font-size: 30px;
    transform: translate(-50%,-50%);
    text-shadow: 2px 2px 2px #000;
    max-width: 700px;
}


    .list-product-show-2 .list dt {
        width: 249px;
        height: 208px;
        position: relative;
        border-radius: 10px;
        background: #fff;
        float: left;
        border: solid 1px #dcdcdc;
	margin-right:20px;
    }

        .list-product-show-2 .list dt:after {
            content: "";
            width: 100%;
            height: 100%;
            right: -3px;
            bottom: -3px;
            z-index: -1;
            position: absolute;
            background: #f2f2f2;
border-radius: 10px;
        }

    .list-product-show-2 .list dd {
        font-size: 14px;
        width: 580px;
        float: right;
    }

        .list-product-show-2 .list dd h1 {
            color: #333;
            font-size: 18px;
            font-weight: normal;
            margin: 15px 0;
        }

    .list-product-show-2 .list-table {
        margin-top: 40px;
        text-align: center;
    }

        .list-product-show-2 .list-table th {
            color: #fff;
            line-height: 30px;
            font-size: 16px;
        }

        .list-product-show-2 .list-table tr, .list-product-show-2 .list-table th, .list-product-show-2 .list-table td {
            padding: 3px 0;
            border: solid 1px #fff;
        }

            .list-product-show-2 .list-table tr td:first-child {
                text-align: left;
                padding-left: 20px;
            }

    .list-product-show-2 .list-cot-1 {
        width: 460px;
        margin: 50px 0;
        padding-right: 20px;
        float: left;
        font-size: 14px;
        border-right: solid 1px #ebebeb;
    }

        .list-product-show-2 .list-cot-1 h3 {
            margin-bottom: 25px;
            color: var(--color);
            font-size: 20px;
            font-weight: normal;
        }

            .list-product-show-2 .list-cot-1 h3 img {
                margin-top: 6px;
                vertical-align: top;
                margin-right: 10px;
            }

        .list-product-show-2 .list-cot-1 li {
            margin: 5px 0;
            padding-left: 15px;
            background: url(../images/sj2.jpg) no-repeat left 10px;
        }

    .list-product-show-2 .list-cot-2 {
        width: 300px;
        float: right;
        border: 0;
        padding-left: 20px;
    }


.list-xg-pro {
    padding: 50px;
    border-radius: 10px;
    margin-top: 30px;
    padding-top: 30px;
    z-index: 9;
    background: #fff;
    border: solid 1px #e0e0e0;
    position: relative;
}

    .list-xg-pro .box {
        width: 770px;
    }

        .list-xg-pro .box h3 {
            color: var(--color);
            font-weight: normal;
            padding-bottom: 15px;
            border-bottom: dotted 1px #dadada;
			font-size: 1.17em;
        }

        .list-xg-pro .box li {
            margin-top: 15px;
            float: left;
            width: 50%;
        }

            .list-xg-pro .box li img {
                margin: 6px 5px 0 0;
                vertical-align: top;
            }

.pro-list-line {
    height: 20px;
    background: #f2f2f2;
    border-radius: 10px;
    margin-top: -16px;
}




/*应用领域*/


.pro-left-class{
	width: 21%;
	max-width: 300px;
	margin-top: -94px;
	position: relative;
	z-index: 10;
	float: left;
}
.pro-left-class .top-tit{
	background: var(--color);
	text-align: center;
	line-height: 94px;
	height: 94px;
	color: #fff;
	font-size: 36px;
}
.pro-left-class .p-l-cls{
	margin-top: 4px;
}
.pro-left-class .p-l-cls > li{
	background: #f1f1f1 url(../images/p-l-sjx.png) no-repeat left 22px center;
	padding-left: 38px;
	display: block;
	margin-bottom: 1px;
	padding-right: 15px;
	position: relative;
    transition: all .5s ease;
}
.pro-left-class .p-l-cls > li:hover,
.pro-left-class .p-l-cls > li.on{
	background: var(--color) url(../images/p-l-sjx-bs.png) no-repeat left 22px center;
    transition: all .5s ease;
}
.pro-left-class .p-l-cls > li > a{
	display: block;
	line-height: 58px;
	font-size: 16px;
	color: #222222;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.pro-left-class .p-l-cls > li:hover > a,
.pro-left-class .p-l-cls > li.on > a{
	color: #fff;
}
.pro-left-class .p-l-cls2{
	position: absolute;
	width: 1028px; 
	left: 100%;
	top: 0;
	z-index: 999;
	background: #fff;
	box-shadow: 0 0 13px 0 rgba(0, 0, 0, .15);
	border-top: 5px solid #005395;
	padding: 20px 20px 40px 40px;
	opacity: 0;
	visibility: hidden;
    transition: all .5s ease;
}
.pro-left-class .p-l-cls > li:hover .p-l-cls2{
	opacity: 1;
	visibility: visible;
    transition: all .5s ease;
}
.pro-left-class .list-cls-h{
	max-height: 628px;
	overflow-y: auto;
	padding-right: 20px;
}
.pro-left-class .p-l-cls2 .list{
	border-bottom: 1px solid #eae9e9;
	padding-bottom: 18px;
	margin-bottom: 15px;
	overflow: hidden;
}
.pro-left-class .p-l-cls2 .list .cls1{
	float: left;
	font-weight: bold;
	font-size: 15px; 
	background: url(../images/p-l-jt.png) no-repeat right top 6px;
	width: 13%;
}
.pro-left-class .p-l-cls2 .list .cls1 a{
	color: #222;
	display: block;
	padding-right: 18px;
	line-height: 26px;
}
.pro-left-class .p-l-cls2 .list .cls1 a:hover{
	color: #005395;
}
.pro-left-class .p-l-cls2 .list .cls2{
	width: 83%;
	float: right;
}
.pro-left-class .p-l-cls2 .list .cls2 a{
	display: block;
	float: left;
	font-size: 14px;
	color: #555555;
	line-height: 26px;
	margin-right: 16px;
}
.pro-left-class .p-l-cls2 .list .cls2 a:hover{
	color: #005395;
}
.pro-right{
	width: 75%;
	max-width: 1086px;
	padding: 45px 0 0 0;
	float: right;
}
.pro-right.ss{
	width: 100%;
	max-width: 100%;
}

.productClass3{
	padding: 0 0 65px 0;
	background-color: white;
}
.productClass3 .title1{
	font-size: 36px;
	line-height: 40px;
	color: #222222;
}
.productClass3 .subtitle{
	font-size: 16px;
	line-height: 28px;
	color: #555555;
	margin-top: 40px;
}
.productClass3 .row{
	margin-top: 45px;
}
.productClass3 .row .pdg{
	margin-bottom: 20px;
	padding: 0 7.5px;
}

.pro-cls3{
	border: 1px solid #dcdcdc;
	position: relative;
}
.pro-cls3 .pic{
	overflow: hidden; 
	position: relative;
	height: 0;
	padding-bottom: 71.538%;
}
.pro-cls3 .pic img{
	display: block;
	width: 100%;
	transform: scale(1);
    transition: all .5s ease;
}
.pro-cls3:hover .pic img{
	transform: scale(1.12);
    transition: all .5s ease;
}
.pro-cls3 .tit{
	text-align: center;
	line-height: 40px;
	border-top: 1px solid #dcdcdc;
	font-size: 15px;
	color: #333333;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all .5s ease;
}
.pro-cls3:hover .tit{
	color: #005395;
    transition: all .5s ease;
}
.pro-cls3 .sub{
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,83,149,0.8);
	top: 0;
	left: 0;
	display: flex;
	padding: 4%;
	align-items: center;
	opacity: 0;
	visibility: hidden;
    transition: all .5s ease;
}
.pro-cls3:hover .sub{
	opacity: 1;
	visibility: visible;
    transition: all .5s ease;
}
.pro-cls3 .sub p{
	display: block;
	width: 100%;
	text-align: center;
	font-size: 16px;
	line-height: 26px;
	color: #fff;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.Nylocation{
	background: #f5f5f5;
}
.Nylocation.pro{
	background: #fff;
	border-bottom: 1px solid #eeeded;
}
.Nylocation .now-lm{
	float: left;
}
.Nylocation .now-lm a{
	display: block;
	line-height: 68px;
	padding: 0 26px;
	font-size: 16px;
	color: #333333;
	float: left;
}
.Nylocation .now-lm a:hover,
.Nylocation .now-lm a.on{
	background: #005395;
	color: #fff;
}
.Nylocation .now-wz{
	float: right;
	background: url(../images/home-ico.png) no-repeat left center;
	padding-left: 27px;
	font-size: 15px;
	line-height: 68px;
	color: #555555;
}
.Nylocation .now-wz.fl{
	float: left;
}
.Nylocation .now-wz a{
	color: #555;
}
.Nylocation .now-wz a:hover{
	color: #005395;
}



@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 {
		height: .4rem;
	}

	header .logo p {
		font-size: .22rem;
	}

	header .nav {
		width: .8rem;
		height: .7rem;
		border: 0;
		padding: .11rem 0;
		background: none;
		align-items: flex-end;
	}

	header .nav hr {
		width: .5rem;
		height: .05rem;
		background-color: var(--common-background-color);
		border: 0;
		padding: 0;
		margin: .1rem 0;
		border-radius: 1px;
	}

	header .nav::before,
	header .nav::after {
		content: '';
		width: .5rem;
		height: .05rem;
		background-color: var(--common-background-color);
		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;
	}
	
	
	header .logo a span {
		display: none;
	}
	
	.hidden-xs{
		display: none;
	}
	
	header .l {
		width: 100%;
		display: flex;
		justify-content: space-between;
		padding: 20px;
	}
	
	header .logo img {
		height: 40px;
	}
	
	.index .wrapper {
		width: 98%;
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.e_li {
		width: 100%;
		margin-right: auto;
	}
	
	.e_index_typename {
		font-size: 20px;
	}
	
	.e_index_1_3 {
		width: 100%;
		height: 50px;
		line-height: 50px;
		text-align: center;
		font-size: 14px;
		margin-left: auto;
		background-color: var(--color);
		color: white;
		border-radius: 45px;
	}
	
	.e_index_2_1 {
		text-align: center;
		margin-top: 20px;
	}
	
	.headerSwiper {
		margin-top: 74px;
	}
	
	.headerSwiper .pa{
		display: none;
	}
	
	.e_index_3_name {
		font-size: 20px;
	}
	
	.e_index_3_jj {
		font-size: 14px;
	}
	.e_index_3_button {
		width: 90px;
		height: 36px;
		line-height: 36px;
		border: 1px solid var(--color);
		border-radius: 15px;
		text-align: center;
		color: var(--color);
		margin-top: 30px;
		font-size: 12px;
	}
	
	.e_hz_one {
    	width: 100%;
		margin: 30px auto;
	}
	.e_index_jszc {
		height: auto;
	}
	.e_index_hz_1 {
		margin-bottom: 30px;
	}
	
	footer .l {
		border-right: 0px solid rgba(101, 170, 210);
		margin: auto;
	}
	footer .r .u-flex{
		display: block;
	}
	footer .r .dl{
		margin-left: 30px;
	}
	footer .e_footer_line {
		width: 100%;
	}
	
	footer .e_footer_nav {
		border-top: 1px solid rgba(101, 170, 210);
		padding: 10px 0;
	}
	
	.pro-left{
		display: none;
	}
	
	.pro-right {
		width: 100%;
		float:none;
		padding: 0px;
	}
	.pro-right .title{
		margin-left:10px;
	}
	.pro-right .cur{
		margin-right:10px;
	}
	
	.list-product li {
    width: 100%;
    float: none;
    margin-top: 30px;
    margin-left: 0px;
    position: relative;
    padding-right: 10px;
}
	.list-product li .box {
    width: 100%;
}
	.list-product-show {
    font-size: 14px;
    padding: 10px;
		
    display: flex;
}
	.list-xg-pro .box {
    width: 100%;
}
	.list-xg-pro{
		width:100%;
	}
	.list-product-show-2 {
		padding: 10px;
	}
	.related_title{
		padding:10px;
	}
	
	.related_list {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 10px;
		padding: 10px;
	}
	.related_one {
		overflow: hidden;
		height: auto;
		margin-top: 20px;
	}
	.page-menu {
		width: 50%;
		float: left;
	}
	.page-current p {
    margin-right: 10px;
}
	
	.page-title {
    width: 100%;
    text-align: center;
    margin: 10px auto;
    background: #fff;
    height: 100px;
    padding-top: 0px;
}
	
	.list-news dl {
    padding: 10px;
}
	.list-news dd {
    width: 100%;
}
	.list-news .box {
    width: 205px;
    float: left;
}
	.list-news .time p:first-child {
    color: #999;
    font-size: 32px;
    line-height: 41px;
    margin-bottom: 0px;
    border-bottom: solid 1px #e5e5e5;
}
	.list-news .time {
    width: 100px;
    float: left;
    margin-top: 4px;
    margin-left: 0px;
    color: #777;
    font-size: 20px;
    font-family: "avgr45w";
    text-align: center;
}
	.list-news .box .more {
    margin-top: 5px;
}
	.news .m_news_a{
		width:100%;
	}
	
	.pro-left-class {
		display: none;
}
	.pro-right {
    padding: 10px;
}
	.productClass3 .pdg{
		width:100%;
		padding: 10px;
	}
	
	.page-banner .pic_jj {
    font-size: 18px;
}



}