blockquote,
body,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
	margin: 0;
	padding: 0
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

abbr,
acronym,
fieldset,
img {
	border: 0
}

ol,
ul {
	list-style: none
}


a {
	text-decoration: none;
	color: #444
}

body {
	color: #444;
	font-size: 12px;
	line-height: 1.5;
	overflow-x: hidden;
	font-family: sans-serif
}

a:hover {
	color: #f60
}

img {
	max-width: 100%;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s
}

input,
select,
textarea {
	font-size: 12px;
	color: #444;
	outline: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box
}

input[type=button],
input[type=reset],
input[type=submit],
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

input[type=button],
input[type=reset],
input[type=submit] {
	cursor: pointer
}

::-webkit-input-placeholder {
	color: #999
}

::-moz-placeholder {
	color: #999
}

::-ms-input-placeholder {
	color: #999
}

select::-ms-expand {
	display: none
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
	-webkit-appearance: none
}

.ani {
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s
}

.wp {
	width: 95%;
	max-width: 1500px;
	margin: 0 auto
}


* {
	outline: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1024;
	background: #fff
}

.logo {
	
	line-height: 90px;
	margin-left: 0
}

.logo img {
	display: inline-block;
	vertical-align: middle;
	max-width:15rem;
}

.nav {
	
	position: relative;
	padding: 0 45px;
	height: 90px;
	line-height: 90px;
	flex: 1;
}

.nav:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: auto;
	background: rgba(0, 0, 0, 0)
}

.nav ul {
	position: relative;
	z-index: 2
}

.nav li {
	text-align: center;
	width: 100px;

	float: left;
	position: relative
}

.nav .v1 {

	font-size: 16px;
	color: #333;
	/*padding:45px 25px 28px;*/
	display: block
}

.nav dl {
	display: none;
	position: absolute;
	width: 128px;
	background-color: #fff;
	left: 50%;
	top: 100%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.nav dd a {
	font-size: 14px;
	color: #333;
	display: block;
	line-height: 42px;
	text-align: center;
	border-bottom: 1px solid #eee;
}

.nav dd.ok a,
.nav dd:hover a {
	background-color: #4ea8e9;
	color: #fff;
}

.navline {
	position: absolute;
	width: 46px;
	height: 4px;
	background: #fff;
	left: 67px;
	bottom: 0
}

.nav li.on .v1,
.nav li:hover .v1 {
	font-weight: 700;
	color: #4ea8e9;
}

.menuBtn {
	z-index: 9;
	display: none;
	position: absolute;
	right: 20px;
	top: 20px;
	width: 50px;
	height: 40px;
	padding: 7px;
	cursor: pointer;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s
}

.menuBtn b {
	display: block;
	height: 4px;
	background-color: #4ea8e9;
	margin: 3px 0 7px;
	border-radius: 2px;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s
}

.menuBtn.open b {
	display: none;
	margin: 0;
	position: absolute;
	left: 5px;
	top: 45%;
	width: 40px
}

.menuBtn.open b:first-child {
	display: block;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg)
}

.menuBtn.open b:last-child {
	display: block;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg)
}

.banner-background {
	height: 60vh;
}


.flex-box-v {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: column wrap;
	flex-flow: column wrap;
	-webkit-justify-content: center;
	justify-content: center;
}

/*banner*/
.Banner-container {
	height: 60vh;
	min-height: 500px;
	max-height: 1600px;
	width: 100%;
}

.banner-background {
	background-size: cover;
	background-position: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
}

.banner-slide {
	display: flex;
	flex-flow: column;
	justify-content: center;
	overflow: hidden;
}

.banner-text {
	margin: 0 auto;
	width: 90%;
	text-align: center;
	max-width: 1200px;
	transform: translate3d(0, 0, 0);
	will-change: transform;
}

.banner-text h1 {
	font-weight: bold;
	font-size: 50px;
	margin-bottom: 30px;
	color: #fff;
	display: inline-block;
	background: rgba(0,112,192,.5);
	padding: 10px;
	letter-spacing: 5px;
}

.banner-text h2 {
	position: relative;
	margin-top: 1rem;
	padding-top: 30px;
	color: #fff;
	font-size: 24px;
	font-weight: normal;
	font-family: arial;
}

.banner-text h2:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 2px;
	width: 100px;
	background: #fff;
	z-index: 1;
}

.banner-text h2 span {
	font-size: 18px;
	display: inline-block;
	margin-top: 15px;
}
.banner-text .small-title{
	
	letter-spacing: 3px;
}
.banner-bg-ss {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	background: rgba(0, 0, 0, 0.1);
}

.banner-text {
	z-index: 10;
}

.banner-text:before {
	content: "";
	position: absolute;
	width: 300px;
	height: 400px;
	display: block;
	border: 10px solid rgba(255, 255, 255, 0.2);
	top: 4.5rem;
	margin-top: -200px;
	left: -6rem;
	display: none;
}

.small-title {
	color: #fff;
	margin-bottom: 1rem;
	font-size: 40px;

}

/*.banner-warpper.swiper-wrapper {
transition-timing-function: cubic-bezier(0.75, 0.22, 0.25, 1);
}
.banner-warpper.swiper-wrapper .banner-background {
transition-timing-function: cubic-bezier(0.75, 0.22, 0.25, 1);
will-change: transform;
}*/
.banner-switch {
	position: absolute;
	z-index: 30;
	right: auto;
	bottom: 0;
	height: 70px;
	left: 0;
	color: #fff;
	display: flex;
	margin-top: 0px;
	background: rgba(0, 112, 192, .8);
	width: 45%;
	justify-content: flex-end;
	align-items: center;
	text-transform: uppercase;
}

.banner-switch>div>* {
	display: inline-block;
	vertical-align: middle;
}

.sL_icon {
	background-size: contain;
	width: 18px;
	height: 18px;
	background-repeat: no-repeat;
	background-position: center;
}

.banner-switch>div>span {
	margin: 0 0.5rem;
	font-size: 0.825rem;
}

.banner-switch>div {
	margin: 0.3rem 2rem;
}

.banner-switch>div {
	cursor: pointer;
	transition: 0.5s;
}

.swiper-button-disabled {
	opacity: 0.4;
}

.Scroll-tip {
	position: absolute;
	z-index: 5;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 100px;
	color: #fff;
	text-align: center;
}

.Tipss {
	text-transform: uppercase;
	font-size: 0.825rem;
}

.tip_anim {
	display: inline-block;
	margin: 0.75rem 0;
	height: 30px;
}

.Tipss span {
	display: block;
}

.tip_anim span {
	display: inline-block;
	width: 1px;
	height: 100%;
	background: #fff;
	animation-name: scrollTip;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-timing-function: cubic-bezier(0.82, 0.24, 0.25, 1);
}

.Banner-A1 {
	z-index: 1;
}

@keyframes scrollTip {
	0% {
		transform: scale(1, 0);
		transform-origin: top;
	}

	49% {
		transform: scale(1, 1);
		transform-origin: top;
	}

	51% {
		transform: scale(1, 1);
		transform-origin: bottom;
	}

	100% {
		transform: scale(1, 0);
		transform-origin: bottom;
	}
}

.banner-background {
	transition: 1s 2.5s;
	transform: perspective(1000px) translate3d(0, 0, 100px);
}

.swiper-slide.banner-slide.swiper-slide-active .banner-background {
	transition: 5s 0s;
	transform: perspective(1000px) translate3d(0, 0, 0px);
}

.banner-text:before {
	transition-delay: 2s;
	transition-duration: 2s;
	transform: translate3d(-80px, 0, 0);
	opacity: 0;
}

.swiper-slide.banner-slide.swiper-slide-active .banner-text:before {
	transition-delay: 1.3s;
	transform: translate3d(0px, 0, 0);
	opacity: 1;
}

.swiper-slide.banner-slide.swiper-slide-active .banner-text *:nth-child(1) {
	transition-delay: 0.5s;
}

.swiper-slide.banner-slide.swiper-slide-active .banner-text *:nth-child(2) {
	transition-delay: 0.7s;
}

.swiper-slide.banner-slide.swiper-slide-active .banner-text *:nth-child(3) {
	transition-delay: 0.9s;
}

.banner-text * {
	transition-delay: transform 2s, opacity 0s;
	transition-duration: 2s;
	transform: translate3d(0, 80px, 0);
	opacity: 0;
}

.swiper-slide.banner-slide.swiper-slide-active .banner-text * {
	transform: translate3d(0, 0px, 0);
	opacity: 1;
}

.head_top{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: -webkit-center;
	align-items: -moz-center;
	align-items: center;
	justify-content: space-between;
}
.zyw{
	color: #333;
	display: inline-block;
	padding: 0 3px;
	margin-right: 1rem;
	display: none;
}
.zyw a{
	font-size: 16px;
	color: #333;
	display: inline-block;
	padding: 0 3px;
	font-weight: bold;
}
.zyw a.on{
	color: #4ea8e9;
}

.tel{
	font-size: 0.9rem;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: -webkit-center;
	align-items: -moz-center;
	align-items: center;
	color: #4ea8e9;
}
.tel span{
    font-size: 1.1rem;
    font-weight: bold;
    display: inline-block;
    margin-left: 0.2rem;
}
.tel img{
	width: 20px;
	margin-right: 5px;
}

.index_about{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;

	position: relative;
	z-index: 11;
}
.index_about_left img{
	display: block;
}
.index_about_left{
	flex: 1;
}

.index_about_right{
	flex: 1;
	padding-left: 3%;
	max-width: 700px;
}

.index_about_right .d1{
	font-size: 2.8rem;
    font-weight: bold;
	color: #000;
}
.index_about_right .d2{
	font-size: 1.4rem;
		margin-top: 1rem;
	color: #333;
	margin-bottom: 1.5rem;
	
}
.index_about_right .d2 span{
	display: block;
    margin-top: 0.5rem;
	width: 50px;
	height: 3px;
	background: #4ea8e9;
}
.index_about_right .d3{	
	font-size: 0.95rem;
	color: #333;
	margin-bottom: 1rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
.index_about_right .d3 p{
    letter-spacing: 1px;
    line-height: 180%;
}
.index_about_right .dd{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}
.index_about_right .dd .dd_1{
	flex: 1;
	/*border-left: 1px solid #4ea8e9;*/
	/*padding: 0 1rem;*/
}
.index_about_right .dd .dd_1:first-child{
    border-left: 0;
}
.index_about_right .dd .dd_1 .p1{
	font-size: 16px;
	color: #4ea8e9;
	display: flex;
	align-items: flex-end;
	
}
.index_about_right .dd .dd_1 .p1 span.s1{
	font-size: 3rem;
	font-weight: bold;
	color: #333;
}
.index_about_right .dd .dd_1 .p1 span.s2{
    position: relative;
    top: -30px;
    font-size: 0.9rem;
    color: #333;
}
.index_about_right .dd .dd_1 .p1 span.s3{
    position: relative;
    top: 0;
    font-weight: 500;
    font-size: 2.5rem;
    color: #4ea8e9;
}
.index_about_right .dd .dd_1 .p1 span.s4{
    position: relative;
    top: 0;

    padding-left: 0.2rem;
    font-size:0.9rem;
    color: #4ea8e9;
}
.index_about_right .dd .dd_1 .p2{
	font-size: 14px;
	color: #888;
}


.index_pro_img{
	position: relative;
	padding: 0;
}
.index_pro_img1 .product_swiper{
    display: flex;
}
.index_pro_img1 .product_swiper .product_swiper_li{
    flex: 1;
    margin: 0 1rem;
}

.index_pro_img .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	left: -30px;
	background: url('../images/prev-fd.png') no-repeat;
	background-size: 20px 40px;
	width: 20px;
	height: 40px;
}
.index_pro_img .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	right: -30px;
	background: url('../images/next-fd.png') no-repeat;
	background-size: 20px 40px;
	width: 20px;
	height: 40px;
}
.product_swiper_li a .d1 {
	overflow: hidden;
	height: 15rem;
	background: #000;
}
.hyyy_box .product_swiper_li a .d1{
    height: 20rem;
}

.product_swiper_li a .d1 img{
	height: 100%;
	margin: 0 auto;
	display: block;
	 object-fit: cover;
	width: 100%;
}
.product_swiper_li1 .product_swiper_li a .d1 img{
	height: auto;
	display: block;
	 object-fit: cover;
	width: 100%;
}
.product_swiper_li a {
	display: block;
	background: #fff;
	border: 1px solid #eee;
}
.product_swiper_li a .d2{
	padding: 1rem;
	color: #333;
	font-size: 16px;
	border-top: 1px solid #4ea8e9;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.product_swiper_li a:hover {
	border: 1px solid #4ea8e9;
}
.product_swiper_li a:hover img{
	transform: scale(1.1);
	transition: 0.5s;
}
.product_swiper_li a:hover .d2{
	background: #4ea8e9;
	transition: 0.5s;
	color: #fff;

}
.index_pro{
	background: url('../images/bg1.jpg') no-repeat;
	background-size: cover;
	padding: 5% 0;
}
.index_product_t{
	font-size: 16px;
	color: #333;
	padding-bottom: 1.5rem;
	position: relative;
	
}
/*.indx_news .index_product_t{*/
/*	display: flex;*/
/*	align-items: center;*/
/*	justify-content: space-between;*/
/*}*/
.indx_news .index_product_t a{
	display: inline-block;
	padding: 0.5rem 2rem;
	border-radius: 2rem;
	background: #4ea8e9;
	color: #fff;
	font-size: 0.95rem;
	letter-spacing: 2px;
}
.index_product_t {
    text-align: center;
    position: relative;
    letter-spacing: 2px;
}
.index_product_t img{
    position: absolute;
    bottom: 9px;
    width: 40%;
    margin-left: 10%;
    display: block;
}
 .index_product_t1 img{
    right: 0;
    margin-left: 0;
    margin-right: 10%;
}
.index_product_t span{
	padding-left: 1rem;
	
	font-size: 2.5rem;
	font-weight: bold;
	color: #000;
	display: inline-block;
	padding-right: 0.5rem;

	padding-left: 0.5rem;
}
.index_product_t span::before{
	position: absolute;
	content: '';
	left: 50%;
	transform:translate(-50%,0);
	top: 60px;
	height: 7px;
	width: 60px;
	background: #4ea8e9;
}
.index_pro_li{
	padding-bottom: 1rem;
}
.index_pro_li a{
	display: inline-block;
	padding:0 1.5rem;
	color: #eee;
	font-size: 1rem;
	position: relative;
}
.index_pro_li a::before{
	position: absolute;
	top: 7px;
	right: 0;
	width: 1px;
	height: 10px;
	background: #fff;
	content: '';
}
.index_pro_li a:hover{
	color: #fff;
	font-weight: bold;
}

.index_about{
	padding: 5% 0;
}
.index_product{
	padding-bottom: 5%;
}

.product_more a{
	display: inline-block;
	padding: 0.5rem 2rem;
	border-radius: 2rem;
	background: #4ea8e9;
	color: #fff;
	font-size: 1rem;
	letter-spacing: 2px;
}
.product_more a:hover{
	transition: 0.5s;
	background: #fff;
	color: #4ea8e9;
}
.product_more{
	text-align: center;
	padding-top: 2rem;
}

.index_case{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	padding-top: 5%;
}

.index_case_li{
	flex: 1;
	margin: 1rem;
	cursor: pointer;
}
.index_case_li .d1{
	position: relative;
	overflow: hidden;
}
.index_case_li .d1 img{
    width: 100%;
    height: 100%;
    display: block;
}
.index_case_li .d2{
	position: relative;
	background: #4ea8e9;
	width: 90%;
	margin: 0 auto;
	padding: 1.5rem;
	display: flex;
	align-items: center;
	margin-top: -2rem;
	z-index: 99;
}
.index_case_li .d2 .d2_1 img{
	width: 50px;
	height: 50px;
	display: block;
	margin: 0 auto;
}
.index_case_li .d2 .d2_1{
	width: 80px;
	border-right: 1px solid #499eee;
}
.index_case_li .d2 .d2_2{
	flex: 1;
	padding-left: 1rem;
	color: #fff;
	font-size: 14px;
	
}
.index_case_li .d2 .d2_2 span{
	font-size: 22px;
	font-weight: bold;
	display: block;
	padding-bottom: 0.3rem;
}

.index_case_li:hover .d2{
	width: 100%;
	transition: 0.5s;
}
.index_case_li .d1 span{
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	z-index: 2;
}

/* .index_case_li:hover .d1 span{
	top: 0;
	transition: 0.7s;
} */
.index_case_li:hover .d1 img{
	transform: scale(1.1);
	transition: 0.5s;
}
.index_case{
	padding-bottom: 5%;
}

.indx_news{
	background: url('../images/map.jpg') no-repeat;
	background-size: 100%100%;
	padding: 5% 0;
}

.index_news_ul{

	margin-top: 5%;
	width: 100%;
}

.index_news_li{
	width: calc(33.3% - 0.2rem);
	padding: 1rem;
	display: inline-block;
}

.index_news_li a{
	display: block;
	background: #fff;
	padding: 0 2rem 2rem 2rem; 
	height: 17rem;
	border-radius: 0.3rem;

}
.index_news_li a .d1{
	width: 7rem;
	border-radius: 5px;
	padding: 2rem 1rem;
	font-size: 14px;
	color: #ccc;
	background: #4ea8e9;
	position: relative;
	top: -1rem;
	text-align: right;
}

.index_news_li a .d1 span{
	font-size: 26px;
	color: #fff;
	display: block;
}
.index_news_li a .d2{
	margin: 1rem 0;
	font-size: 1rem;
	color: #333;
	min-height: 3rem;
	overflow: hidden;

	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-line-clamp: 2;
	    -webkit-box-orient: vertical;
}
.index_news_li a .d3{
	font-size: 0.85rem;
	color: #888;
	overflow: hidden;
	white-space: nowrap;
	height: 2rem;
	text-overflow: ellipsis;
	
}
.index_news_li a .d3 p{
	display: none;
}
.index_news_li a .d3 p:first-child{
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.index_news_li a:hover .d2{
	color: #4ea8e9;
}

.index_news_li a:hover .d1{
		top: 0rem;
	transition: 0.5s;
}
.dropdown-menu{
	display: none;
}







.footer {
	background-color: #212121
}

.fd-top {
	overflow: hidden;
	padding: 57px 0 38px
}

.fd-left {
	float: right
}

.fd-logo {
	width: 165px;
	margin-bottom: 35px
}

.fd-logo img {
	width: 100%;
	display: block
}

.fd-left .txt {
	font-size: 16px;
	line-height: 22px;
	color: #fff;
	margin-bottom: 40px
}

.fd-left .qr {
	width: 101px;
	height: 101px
}

.fd-left .qr img {
	width: 100%;
	height: 100%;
	display: block
}

.fd-nv {
	display: flex;
	width: 100%;
}

.fd-nv dl {
	width: auto;
	flex: 1;
	text-align: center
}

.fd-nv dl dt{
    width: 125px;
    display: block;
    margin: 0 auto;
    text-align: left;
}
.fd-nv dl dd{
    width: 125px;
    display: block;
    margin: 0 auto;
    text-align: left;
}
.fd-nv dl:nth-child(4) dt{
    width: auto;
}
.fd-nv dl:nth-child(4) dd{
    width: auto;
}
.fd-nv dl a {
	color: #fff;
	font-size: 16px;
	display: block;
	text-decoration: none!important;
}

.fd-nv dl a:hover {
	color: #4ea8e9
}

.fd-nv dt {
	margin-bottom: 15px
}

.fd-nv dt a {
	font-weight: 700
}

.fd-nv dd a {
	padding: 5px 0;
	color: #ccc;
	font-size: 14px;
}

.fd-nv dl:last-child {
	margin-right: 0
}

.fd-copy {
	border-top: 1px solid #666;
	font-size: 0.9rem;
	padding: 1rem 0;
	color: #ccc;

}
.fd-copy a{
	color: #ccc;
	display: inline-block;
	padding: 0 0.5rem;
}
.fd-copy a:hover{
	color: #fff;
}

.fbanner img{
	display: block;
	width: 100%;
}


.row_cont1{
	padding-top:5%
}
.row_cont1_a {
	padding: 118px 0 60px;
	background-color: #0d0d0d;
	position: relative;
	overflow: hidden
}

.row_bg1 {
	position: absolute;
	left: 0;
	top: -15%;
	width: 100%;
	height: 130%;
	opacity: .51;
	z-index: 0;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity= 51)';
	filter: alpha(Opacity=51);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat
}

.row_cont1_a .col_l,
.row_cont1_a .col_r {
	position: relative;
	z-index: 2
}

.row_cont1_a .col_l {
	width: 45%;
	display: inline-block;
	padding-right: 5%;
}

.row_cont1_a .col_r {
	width: 48%;
	display: inline-block;
}

.m_liuyan .tit {
	color: #fff;
	margin-bottom: 30px
}

.m_liuyan .tit h4 {
	font-size: 30px;
	font-weight: 700
}

.m_liuyan .tit .en {
	font-size: 26px
}

.m_liuyan .txt {
	font-size: 20px;
	line-height: 1.8em;
	padding: 40px 0;
	color: #fff;
	border-top: 1px solid #d2d2d2
}

.m_form1 .item {
	height: 46px;
	font-size: 0;
	background-color: #fff;
	margin-bottom: 20px;
	position: relative
}

.m_form1 .item input {
	display: block;
	width: 100%;
	height: 100%;
	background: 0 0;
	border: none;
	outline: 0;
	font-size: 18px;
	padding: 0 10px 0 100px
}

.m_form1 .item .sp1 {
	font-size: 18px;
	color: #666;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100px;
	line-height: 46px;
	padding-left: 15px;
	overflow: hidden;
	font-weight: 700
}

.m_form1 .text {
	display: block;
	width: 100%;
	height: 226px;
	background-color: #fff;
	border: none;
	outline: 0;
	resize: none;
	font-size: 18px;
	padding: 10px 15px;
	margin-bottom: 17px
}

.m_form1 .sub_btn {
	float: right;
	display: block;
	width: 180px;
	height: 50px;
	font-size: 18px;
	color: #fff;
	border: none;
	background-color: #4ea8e9;
	font-weight: 700;
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s
}

.m_form1 .sub_btn:hover {
	background-color: #2c7eb7
}

.contact_t{
	text-align: center;
	padding: 2rem;
	color: #4ea8e9;
	font-size: 2rem;
	font-weight: bold;
}

.mbx_dh{

	padding: 1rem 0;
	color: #333;
	font-size: 0.95rem;
	border-bottom: 1px solid #eee;
}
.mbx_dh a{
	display: inline-block;
	padding:0 0.5rem;
	color: #333;
	font-size: 0.95rem;
}
.mbx_dh a:hover{
	color: #4ea8e9;
}

.about .index_about_right .d3{
	    -webkit-line-clamp: 40;
}
.about_nr{
	font-size: 1rem;
	color: #333;
	padding-bottom: 5%;
	padding-left:0.8rem;
	padding-right:0.8rem;
}
.products_ul{
	clear: both;
	overflow: hidden;
	padding-bottom: 5%
}
.products_li{
	width: 23%;
	margin: 1%;
	display: inline-block;
	float: left;
	
}
.fd-nv img{
	max-width:10rem
}
.product_swiper_li .d1{
	position: relative;
}
.product_swiper_li .d1 span{
	position: absolute;
	top: 100%;
	background: rgba(0, 0, 0, .5);
	z-index: 2;
	width: 100%;
	height: 100%;
}
.product_swiper_li .d1 span img{
	width: 4rem;
	height: 4rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.product_swiper_li a:hover .d1 span{
	top: 0;
	transition: 0.5s;
}
.products_li .d1{
	position: relative;
}
.products_li .d1 span{
	position: absolute;
	top: 100%;
	background: rgba(0, 0, 0, .5);
	z-index: 2;
	width: 100%;
	height: 100%;
}
.products_ul .products_li .d1 span img{
	width: 4rem;
	height: 4rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.products_li a:hover .d1 span{
	top: 0;
	transition: 0.5s;
}
.ab_pages{
	display: block;
	clear: both;
	overflow: hidden;
	padding-top: 1rem;
	text-align: center;
}
.ab_pages ul {
	display: flex;
	align-items: center;
	justify-content: center;
}
.ab_pages ul li{
	display: inline-block;
}
.ab_pages ul li span{
	padding: 5px 12px;
	margin: 5px 3px;
	background: #e5e5e5;
	color: #666;
	display: inline-block;
}
.ab_pages ul li a{
	padding: 5px 12px;
	margin:5px 3px;
	background: #e5e5e5;
	color: #666;
	display: inline-block;
}
.ab_pages ul li.active span{
	background: #00b0ea;
	color: #fff;
}	

.ab_pages .pagination a {
	line-height: 1.2;
}
.page-item.active .page-link{
	padding: 5px 15px;
}


.ul-news_b {
	padding-bottom: 5%
}

.ul-news_b li {
	background-color: #fff;
	padding: 0 ;
	cursor: pointer;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}

.ul-news_b li:hover {
	background-color: #eee
}
.ul-tab_b{ 
	
	margin: 0 auto;
}
.ul-news_b .con {
	display: block;
	padding:  30px 0;
	overflow: hidden;
	border-bottom: 1px solid #eee
}

.ul-news_b li:last-child .con {
	border-bottom: none
}

.ul-news_b .pic {
	float: left;
	width: 380px;
	height: 212px;
	margin-right: 45px;
	overflow: hidden
}

.ul-news_b .pic img {
	display: block;
	width: 100%;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	background: #eee;
	height: 100%;
}

.ul-news_b a:hover .pic img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05)
}

.ul-news_b .txt {
	overflow: hidden;
	font-size: 18px;
	color: #666;
	line-height: 1.78em
}

.ul-news_b .txt h3 {
	font-size: 24px;
	margin-bottom: 25px;
	color: #333;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap
}
.ul-news_b a:hover .txt h3{
	color:#4ea8e9
}

.ul-news_b .txt .desc {
	height: 3.56em;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis
}

.ul-news_b .txt .bot {
	margin-top: 53px;
	overflow: hidden
}

.ul-news_b .txt .bot .date {
	float: left;
	margin-top: 3px;
	color: #666;
	font-style: normal
}

.ul-news_b .txt .bot .more {
	display: inline-block;
	line-height: 38px;
	text-align: center;
	padding: 0 15px;
	background-color: #4ea8e9;
	color: #fff;
	float: right;

}
.news_det{
	padding: 4% 0;
}
.news_det_t{
	font-size: 28px;
	color: #000;
	text-align: center;
}
.news_det_t span{
	display: block;
	text-align: center;
	color: #999;
	padding:10px 0;
	font-size: 14px;
}
.news_det_box{
	padding: 30px 0;
	font-size: 15px;
	color: #333;
}
.news_det_box p{
	margin: 5px 0;
}

.news_det_bottom{
	border-top: 1px solid #eee;
	padding: 15px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 14px;
	color: #333;
}

.news_det_bottom a:hover{
	color: #0ae;
}
.shop_details{
	display: flex;
	margin: 2rem 0;
}



.pro_det_left{
	width: 550px;
}

.pro_det_right{
	flex: 1;
	display: flex;

}
.pro_det_right .dd{
	flex: 1;
}
.pro_det_right .dd1{
	width: 230px;
	margin-left: 15px;
}
.pro_det_right .dd1 .bor{
	border: 1px solid #e3e3e3;
	padding: 10px;
}
.pro_det_right .dd1 .dd1_1 span{
	display: inline-block;
	width: 80px;
	font-size: 13px;
	color: #333;
}
.pro_det_right .dd1 .dd1_1{
	font-size: 13px;
	color: #0055ff;
	padding: 10px;
	border-bottom: 1px solid #eee;
}
.pro_det_right .dd1 .dd1_1:last-child{
	border: 0;
}

.pro_det_right .d1{
	font-size: 18px;
	font-weight: bold;
	color: #333;
	padding-bottom: 10px;
}
.pro_det_right .d2{
	font-size: 14px;
	color: #999;
	padding-bottom: 10px;
}
.pro_det_right .d3 {
	border-top: 1px solid #eee;
	padding: 10px 0;
	font-size: 15px;
	color: #333;
}
.pro_det_right .d3 span{
	display: block;
	font-size: 14px;
	color: #555;
	padding: 5px 0;
}
.pro_det_right .d3 span span{
	display: inline-block;
	font-size: 18px;
	color: #4ea8e9;
	padding: 0;
}
.pro_det_right .d4{
	margin-top: 1rem;
}
.pro_det_right .d4 a{
	display: inline-block;
	font-size: 1rem;
	color: #fff;
	padding: 0.7rem 2rem;
	background: #4ea8e9;
	border-radius: 0.2rem;
}
.pro_det_right .d4 a:hover{
	opacity: 0.8;
}
#showbox {
	background: #fff;
	border: 1px solid #eee;
}

#showbox p{
    background: #fff;
}

#showsum {
	left: 25px;
	margin-top: 10px;
}
#showbox>div {
	top: 0!important;
		height:400px!important;
}
#showbox>div img{
		height: 400px!important;
}
#showsum span {
	border: 1px solid #ddd;
	line-height: 65px;
	margin-left: 0!important;
}
#showsum span img{
	height: 100%;
	top: 0!important;
	width: 100%;
	display: block;
}
#showsum span.sel {
	border: 1px solid #4ea8e9;
	
}

.showpage {
	width: 500px;
	position: relative;
}

.showpage a {
	display: block;
	width: 20px;
	border: 1px solid #ddd;
	height: 75px;
	line-height: 75px;
	background: #eee;
	text-align: center;
	font-size: 18px;
	position: absolute;
	left: 0;
	top: -75px;
	text-decoration: none;
	color: #999;
}

.showpage a#shownext {
	left: auto;
	right: 0;
}

.showpage a:hover {
	background: #ccc;
	color: #777;
}
.index_box_t{
	border-bottom: 1px solid #4ea8e9;
	color: #4ea8e9;
	font-size: 18px;
	font-weight: bold;
	padding-top: 30px;
}

.index_box_t span{
	border-bottom: 2px solid #4ea8e9;
	padding: 5px 20px;
	display: inline-block;
	background: #4ea8e9;
	color: #fff;
	border-radius: 5px 5px 0 0;
}
.lease_det{
	padding: 1rem;
	font-size: 1rem;
	color: #333;
	margin-bottom: 3%;
}



.index_about_right .d3 p{
	text-indent:2em
}
.index_about_right .d3 p span{
	text-wrap:initial!important
}






.index_pro{
    margin-top: 5%;
}
.index_hxys_ul{
    display: flex;
    padding: 3% 0;
}
.index_hxys_li{
    flex: 1;
    padding: 5%;
}
.index_hxys_li a{
    border: 2px solid  #4ea8e9;
    border-radius: 2rem;
    padding: 2rem;
    display: block;
}
.index_hxys_li a:hover img{
    transform: rotate(360deg);
    transition: 0.5s;
}
.index_hxys_li a img{
    width: 5rem;
    height: 5rem;
    display: block;
    margin: 0 auto;
}
.index_hxys_li a span{
    display: block;
    margin-top: 1.5rem;
    color: #4ea8e9;
    font-size: 1rem;
    text-align: center;
}




.index_about_left{
    position: relative;
    z-index: 11;
}
.index_about_left img{
      position: relative;
    z-index: 11;
}
.index_about_bj{
    position: absolute;
    top: -4rem;
    left:-4rem;
    width: 100%;
    background: #4ea8e9;
    height: 100%;
    z-index: 0;
}




.index_pro{
    position: relative;
}
.index_pro_text{
    position: absolute;
    right: 0;
    top: -2rem;
    display: inline-block;
    background: #4ea8e9;
    padding: 1.5rem 5%;
    letter-spacing: 2px;
    color: #fff;
    font-weight: bold;
    font-size: 1rem;
}


.index_pro_more{
    text-align: right;
}
.index_pro_more a{
    display: inline-block;
    padding: 0.3rem 1.2rem;
    border-radius: 2rem;
    color: #fff;
    font-size: 1rem;
    background: #4ea8e9;
}
.index_pro_more a:hover{
    opacity: 0.8;
}



.swiper-pagination2 .swiper-pagination-bullet{
    background: #4ea8e9;
    opacity: 0.4;
}

.swiper-pagination2  .swiper-pagination-bullet-active{
     background: #4ea8e9;
     opacity: 1;
}
.banner-switch{
    display: none;
}



.index_about1{
    overflow: hidden;
}

.index_cjyy{
    position: relative;
}


.index_cjyy .swiper-button-prev3{
    top: 40%;
    left: -2rem;
}
.index_cjyy .swiper-button-next3{
    top: 40%;
    right: -2rem;
}

.index_cjyy .swiper-button-prev5{
    top: 40%;
    left: -2rem;
}
.index_cjyy .swiper-button-next5{
    top: 40%;
    right: -2rem;
}




/* 右侧工具栏 开始 */
#sidebar {
	width: 161px;
	height: 290px;
	position: fixed;
	top: 350px;
	right: 10px;
	z-index: 100;
}

*html #sidebar {
	margin-top: 258px;
	position: absolute;
	top: expression(eval(document.documentElement.scrollTop));
}

#sidebar li {
	width: 161px;
	height: 60px;
}

#sidebar li img {
	float: right;
}

#sidebar li a {
	height: 49px;
	float: right;
	display: block;
	min-width: 47px;
	max-width: 161px;
}

#sidebar li a .shows {
	display: block;
}

#sidebar li a .hides {
	margin-right: -143px;
	cursor: pointer;
	cursor: pointer;
}

#sidebar li a.youhui .hides {
	display: none;
	position: absolute;
	right: 143px;
}

#sidebar li a.youhui .2wm {
	display: none;
	position: absolute;
	right: 143px;
}

#sidebar .p2 {
	width: 112px;
	background-color: #A7D2A9;
	height: 49px;
	margin-left: 47px;
	border: 1px solid #8BC48D;
	text-align: center;
	line-height: 47px
}

#sidebar .p3 {
	width: 112px;
	background-color: #EC9890;
	height: 49px;
	margin-left: 47px;
	border: 1px solid #E6776C;
	text-align: center;
	line-height: 47px
}

#sidebar .p1 {
	width: 47px;
	height: 49px;
	float: left
}




















@media screen and (min-width: 780px){
    .banner-background{
        background-size: cover!important;
    }
}
@media screen and (min-width: 1500px) {

.index_about_bj{
    top: -5rem;
    left: -5rem;
}

}









@media screen and (max-width: 1600px) {
	.banner-text {
		max-width: 1000px;
		width: 80%;
	}
}

@media screen and (max-width: 1200px) {
    .index_about_right .d1{
        font-size: 2rem;
    }
    .tel{
        margin-right: 4rem;
    }
	.banner-text:before {
		content: "";
		position: absolute;
		width: 300px;
		height: 400px;
		display: block;
		border: 10px solid rgba(255, 255, 255, 0.2);
		top: 4.5rem;
		margin-top: -200px;
		left: 50%;
		margin-left: -150px;
		display: none;
	}

	.banner-text h2:before {
		left: calc((100% - 100px)/2);
	}

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

	.banner-text h2 {
		font-size: 1.5rem;
	}
}

@media only screen and (max-width:1199px) {
	.menuBtn {
		display: block
	}

	.nav {
		float: none;
		position: fixed;
		top: 90px;
		left: -100%;
		bottom: 0;
		overflow-y: auto;
		width: 100%;
		height: auto;
		padding: 10px 0;
		background-color: rgba(0, 0, 0, .8);
		-o-transition: .3s;
		-ms-transition: .3s;
		-moz-transition: .3s;
		-webkit-transition: .3s;
		transition: .3s
	}

	.nav.show {
		left: 0
	}

	.nav:before {
		display: none
	}
	.nav ul{
		padding: 0 1.5rem;
	}
	
	.nav li {
		float: none;
		width: auto;
		height: auto;
		text-align: left;
	}

	.nav .v1 {
	
		font-size: 16px;
		color: #fff;
	}

	.nav .hasub .v1 {
		background: url(../images/p-next.png) 95% center no-repeat;
		background-size: auto 15px;
		color: #fff;
	}

	.nav .showSub .v1 {
		background: url(../images/p-next1.png) 95% center no-repeat;
		background-size: 15px auto;
		color: #fff;
	}

	.nav dl {
		position: static;
		width: auto;
		background: 0 0;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-o-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}

	.nav dd a {
		text-align: left;
		padding-left: 1rem;
		line-height: 36px;
		color: #fff;
	}

	.navline {
		display: none
	}

	.header {
		position: fixed;
		transition: .3s;
		-ms-transition: .3s;
		-moz-transition: .3s;
		-webkit-transition: .3s;
		-o-transition: .3s
	}
}

@media screen and (max-width: 769px) {
    .hyyy_box .product_swiper_li a .d1{
        height: auto;
    }
    .index_pro_img1 .product_swiper .product_swiper_li{
        flex: initial;
        width: 50%;
    }
    .index_cjyy .swiper-button-prev3{
        left: 0;
        top: 49%;
    }
    .index_cjyy .swiper-button-next3{
        right: 0;
        top: 49%;
    }
     .index_cjyy .swiper-button-prev5{
        left: 0;
        top: 49%;
    }
    .index_cjyy .swiper-button-next5{
        right: 0;
        top: 49%;
    }
	.fbanner{
		padding-top:90px
	}
	.banner-background{
	   	height: 160px;
		background-size: 100%100%;
		min-height: 160px;
	}
	
	.Banner-container{
		margin-top: 5rem;
		height: 160px;
		background-size: 100%100%;
		min-height: 160px;
	}
	.indx_news .index_product_t{
		display: block;
	}
	.indx_news .index_product_t a{
		float: right;
	}
	.index_news_li a .d2{
		height: auto;
	}
	.pro_det_right{
		padding: 1rem;
	}
	.pro_det_left{
		width: 100%;
		padding: 1rem;
	}
	.index_box_t{
		font-size: 1rem;
	}
	#showbox{
		width: 100%!important;
		height: 320px!important;
	}
	#showbox>div img{
		height: 320px!important;
	}
	.showpage{
	width: 100%!important;
	
	}
	#showsum span{
		width: 60px!important;
		height: 60px!important;
	}
	.showpage a{

		height: 60px!important;

		line-height: 60px!important;
	}
	#showbox>div{
		width: 100%!important;
		height: 350px!important;
	}
	.shop_details{
		display: block;
	}
	.news_det{
		padding: 1rem;
	}
	.news_det_t{
		font-size: 20px;
	}
	.mbx_dh{
		padding-left: 1rem;
	}
	.news_det_bottom{
		display: block;
	}
	.news_det_next{
		padding-bottom: 0.5rem;
	}
	.news_det_box{
		padding: 1rem 0;
	}
	.logo img{
		margin-left: 0.8rem;
	}
	.ul-news_b .txt .desc{
		height: 3rem;
	}
	.ul-news_b {
		padding-bottom: 20px
	}
	
	.ul-news_b li {
		padding: 0 10px
	}
	
	.ul-news_b1 li {
		padding: 0
	}
	
	.ul-news_b .con {
		padding: 15px 0
	}
	
	.ul-news_b .txt {
		font-size: 14px
	}
	
	.ul-news_b .txt h3 {
		font-size: 16px;
		margin-bottom: 15px
	}
	
	.ul-news_b .txt .bot {
		margin-top: 15px
	}
	
	.ul-news_b .txt .bot .more {
		line-height: 30px;
		padding: 0 10px
	}
	
	.ul-tab_b li a span,
	.ul-tab_b li h3 {
		font-size: 14px
	}
	
	.ul-tab_b li a {
		padding: 10px 0
	}
	
	.ul-news_b1 {
		padding-top: 20px
	}
	.ul-news_b .pic{
		float: initial;
		width: 100%;
		height: auto;
		margin-bottom: 1rem;
	}
	.ul-news_b .con{
		padding: 1rem;
	}
	.products_li{
		width: 48%;
	}
	.products_ul{
		padding: 0.5rem 0.5rem 2rem 0.5rem;
	}
	.product_swiper_li a .d2{
		font-size: 0.9rem;
		padding: 0.7rem;
	}
	.contact_t{
		padding: 1rem;
		font-size: 1.5rem;
	}
	.row_cont1_a .col_l{
		width: 100%;
		padding: 1rem;
	}
	.row_cont1_a .col_r{
		width: 100%;
		padding: 1rem;
	}
	.row_cont1_a{
		padding: 2rem 0;
	}
	.m_liuyan .tit h4{
		font-size: 26px;
	}
	.m_liuyan .txt{
		font-size: 16px;
		padding: 1rem 0;
	}
	.m_liuyan .tit .en{
		font-size: 20px;
	}
	.tel{
		display: none ;
	}

	.banner-switch {
		top: auto;
		bottom: 2rem;
		left: 5%;
		right: 5%;
		justify-content: center;
		align-items: center;
		display: none;
	}

	.banner-text h2:before {
		left: calc((100% - 60px)/2);
		width: 60px;
	}

	.banner-text h1 {
		font-size: 26px;
		line-height: 1.2;
	}

	.banner-text h2 {
		font-size: 14px;
		line-height: 1.4;
	}
	.zyw{
		margin-right: 6rem;
	}
	.nav{
		line-height: 45px;
	}
	.logo img{
		width: 10rem;
	}
	.small-title {
		font-size: 1rem;
	}

	.banner-text:before {
		opacity: 0;
	}

	.Scroll-tip {
		bottom: 72px;
	}
	 .index_about{
		display: block; 
	 }
	.index_about_right{
		padding-left:0
	}
	.index_about_right .d1{
		font-size: 36px;
	}
	.index_about_right .d2{
		font-size: 18px;
	}
	.index_about_right .dd .dd_1 .p1 span{
		font-size: 18px;
	}
	.index_about_right .dd .dd_1 .p1{
		font-size: 14px;
	}
	.index_product_t span{
		font-size: 1.8rem;
	}
	.index_product_t span::before{
	    top: 45px;
	}
	.index_product_t{
		font-size: 0.85rem;
		padding-bottom: 0.5rem;
	}
	/*.index_product_t span::before{*/
	/*	height: 25px;*/
	/*	top: 7px;*/
	/*}*/
	.index_about_bj{
	    display: none;
	}
	
	.index_pro_li a{
		padding: 0.5rem;
	}
	.index_pro_li a::before{
		top: 16px;
	}
	.index_case{
		display: block;
	}
	
	.index_case_li .d2 .d2_2 span{
		font-size: 1rem;
	}
	.index_case_li .d2 .d2_2{
		font-size: 12px;
	}
	.index_case_li .d2 .d2_1{
		width: 70px;
	}
	.index_news_li{
		width: 100%;
	}
	.wp{
		width: 100%;
	}
	.index_about{
		padding: 1rem;
	}
	.index_product{
		padding: 1rem 0;
	}
	.index_pro {
		padding: 1rem 2rem;
	}
	.index_product .index_product_t{
		margin: 0 1rem;
	}
	.product_swiper_li1 .product_swiper_li a .d1 img{
		height: auto;
	}
	
	.product_swiper_li a .d1{
	    height: auto;
	}
	.index_case_li .d2{
	    padding: 1rem;
	}
	.index_case_li .d2 .d2_1 img{
	    width: 40px;
	    height: 40px;
	}
	.product_swiper_li a .d1 img{
		max-height: initial;
		height: auto;
	}
	.index_pro_img1 .product_swiper_li a .d1 img{
		max-height: 100%;
		height: 100%;
	}
	.index_pro_img1 .product_swiper .product_swiper_li{
	    margin: 0.5rem 0;
	}
	.product_more{
	    clear: both;
	    overflow: hidden;
	    display: block;
	    padding-top: 0.5rem;
	    margin:0.5rem 0;
	}
	.index_pro_img1 .product_swiper{
	    display: block;
	}
	.index_pro_img1 .product_swiper_li {
	    display: inline-block;
	    margin: 1rem 0;
	    padding:0 0.5rem;
	    float: left;
	}

	.indx_news{
		padding: 1rem;
	}
	.index_news_li a{
		height: auto;
	}
	.index_news_li a .d1{
		padding: 1.5rem 1rem;
	}
	.fd-nv dl{
		display: none;
	}
	.fd-nv dl.sj_on{
		display: block;
	}
	.footer{
		padding: 1rem;
	}
	.fd-top{
		padding: 2rem 0;
	}
	/*.Banner-container{*/
	/*	display: none;*/
	/*}*/
	.index_about{
		margin-top:10px
	}
	.fd-nv img{
		max-width:7rem
	}
	.index_hxys_ul{
	    flex-wrap: wrap;
	}
	.index_hxys_li{
	    flex: initial;
	    width: 50%;
	}
	.index_about_right .dd .dd_1{
	      flex: initial;
	    width: 50%;
	    border: 0;
	    
	}
	.index_about_right .dd .dd_1 .p1 span.s1{
	    font-size: 1.8rem;
	}
	.index_about_right .dd {
	       flex-wrap: wrap;
	}
	.index_product_t img{
	    display: none;
    }
    
    
    .index_pro_text{
         display: none;
    }
    
    .index_news_li a{
        padding: 1rem;
    }
    .index_about_right .d1{
        font-size: 1.5rem;
        margin-top: 10px;
    }
    .index_news_li a .d2{
        margin: 0.5rem 0;
    }
    .index_about_right .d3{
        height: 110px;
    }
    .index_hxys_li a img{
        height: 4rem;
        width: 4rem;
    }
    .index_hxys_li a{
        padding: 1rem;
    }
    .index_hxys_li a span{
        font-size: 0.85rem;
    }
    .index_about_right .d3 p:last-child{
        display: none;
    }
}

