/* 共用样式 */
* {
	margin: 0;
	padding: 0;
}

html,
body {
	width: 100%;
	height: 100%;
	position: relative;
}

ul {
	list-style: none;
}

a {
	text-decoration: none;
	color: #fff;
}

input,
textarea {
	border: none;
	outline: none;
	width: 100%;
	height: 100%;
	resize: none;
	background-color: rgba(255, 255, 255, 0);
}
button {
	border: none;
}
video::-webkit-media-controls-enclosure{
    display: none;
}
img {
	max-width: 100%;
}
.swiper {
	overflow: hidden;
}
.root {
	overflow: hidden;
    color: #666666;
}
.jiegou {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

.duichen {
	display: flex;
    justify-content: center;
    align-items: center;
}

.pailie {
	display: flex;
	flex-direction: column;
    align-items: center;
    justify-content: center;
}

.fensan {
	display: flex;
	justify-content: space-between;
    align-items: center;
	flex-wrap: wrap;
}

.chu {
	display: flex !important;
}
.xian {
	display: block !important;
}
.xiao {
	display: none !important;
}
.swiper, .swiper-slide {
	position: relative;
}
/* 手机端导航 */
.mobileNav {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	display: none;
}
.yinying {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .7);
}
.caidan {
	margin-left: 20px;
	display: none;
}
.mobileNav-content {
	position: absolute;
	top: 0;
	right: 0;
	width: 40%;
	height: 100%;
	background-color: #fff;
	justify-content: flex-start;
	padding: 20px;
}
.mobileNav-content ul {
	width: 100%;
	padding-top: 20px;
}
.mobileNav-content li {
	padding: 20px 0;
	width: 90%;
	text-align: center;
    margin: 0 auto;
	border-bottom: 1px solid #ccc;
}
.mobileNav-content a {
	color: #009a40;
}
/* 顶部 */
.top {
    font-size: 14px;
    padding: 6px 0;
    background-color: #e9e9e9;
}
.top-right {
    max-width: 283px;
    width: 100%;
}
.top-right img {
    max-width: 20px;
    margin-right: 9px;
}
.top-right a {
    color: #666;
}
/* 头部 */
.head {
    padding: 22px 0;
}
.head-left {
    max-width: 486px;
    width: 100%;
    position: relative;
}
.head-left h3 {
    font-size: 26px;
    color: #333;
}
.head-left h3::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 70px;
    background-color: #cccccc;
    left: 167px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.head-left p {
    font-size: 14px;
}
.head-right h3 {
    margin-left: 19px;
    color: #009a40;
    font-size: 36px;
    letter-spacing: -2px;
}
/* 导航 */
.nav {
    width: 100%;
    background: url(../image/nav-bj.png);
}
.nav .active {
    background-color: #f0a400;
}
.nav li:hover {
    background-color: #f0a400;
}
.nav ul{
    flex-wrap: nowrap;
}
.nav li {
    width: 100%;
    height: 60px;
}
/* 横幅 */
.banner {
    margin-bottom: -4px;
}
.banner img {
    min-height: 200px;
    object-fit: cover;
}
.indexBanner img {
    min-height: 400px;
}
.banner .jiegou {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #333;
}
.banner .banner01 {
    top: 80px;
}
.banner .banner01 h3 {
    font-size: 52px;
}
.banner .banner01 h3 span {
    color: #009a40;
}
.banner .banner01 p {
    font-size: 24px;
}
.banner .banner02 {
    color: #009a40;
    align-items: flex-start;
}
.banner .banner02 p {
    font-size: 32px;
}
.banner .banner02 h3 {
    font-size: 52px;
    margin: 20px 0;
    margin-top: 10px;
}
.banner .banner02 button {
    max-width: 300px;
    width: 100%;
    height: 48px;
    border-radius: 24px;
    background-color: #009a40;
    font-size: 20px;
}
.banner .qiehuan {
    max-width: 1375px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.banner-next, .banner-prev {
    background-image: url('../image/index/qiehuan.png');
}
.banner-prev {
    transform: rotate(180deg);
}
/* 搜索 */
.search {
    padding: 12px 0;
    border-bottom: 1px solid #e9e9e9;
}
.search-left p {
    color: #333;
    font-size: 14px;
}
.search a {
    color: #666;
    font-size: 14px;
    margin-left: 13px;
}
.search-right {
    max-width: 300px;
    width: 100%;
    border: 1px solid #009a40;
    border-radius: 18px;
    padding-left: 10px;
    height: 36px;
}
.search-right button {
    max-width: 55px;
    width: 100%;
    height: 100%;
    background-color: #009a40;
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
    margin-right: -1px;
}
/* 位置 */
.location {
    background-color: #f1f1f1;
    padding: 20px 0;
}
.location-content {
    justify-content: flex-start;
}
.location-content p {
    color: #333;
    font-size: 14px;
    margin-left: 10px;
}
.location-content a {
    color: #333;
}
/* 底部 */
.bottom {
    background-color: #009a40;
}
.bottom-nav {
    border-bottom: 1px solid rgba(255, 255, 255, .3);
}
.bottom-nav ul {
    max-width: 730px;
    margin: 0 auto;
    padding: 20px 0;
    font-size: 14px;
}
.bottom-texts {
    padding: 40px 0;
    color: #fff;
}
.bottom-texts p {
    margin: 10px 0;
    font-size: 14px;
}

/* 首页 */
/* 内容 */
.content button {
    width: ;
    background-color: transparent;
    border: 1px solid #009a40;
}
.content button:hover {
    background-color: #009a40;
}
.content button a {
    color: #009a40;
}
.content button:hover a {
    color: #fff;
}
.content-title {
    position: relative;
    color: #009a40;
    font-size: 30px;
}
.content-title h3 {
    position: absolute;
    bottom: -4px
}
/* 内容-核心产品 */
.content-product {
    margin-top: 33px;
}
.content-product-tab {
    max-width: 708px;
    width: 100%;
    margin: 0 auto;
    flex-wrap: nowrap;
    margin-top: 30px;
}
.content-product-tab p {
    max-width: 120px;
    width: 100%;
    color: #009a40;
    border: 1px solid #009a40;
    border-radius: 18px;
    height: 36px;
    cursor:pointer;
}
.content-product-tab .active {
    background-color: #009a40;
    color: #fff;
}
.content-product-content ul::after {
    content: '';
    max-width: 285px;
    width: 100%;
}
.content-product-content li {
    margin-top: 40px;
    position: relative;
	width: calc(100%/3.1);
}
.index .content-product-content li {
    margin-top: 40px;
    position: relative;
    width: calc(100%/4.2);
}
.content-product-content li p {
    max-width: 200px;
    width: 100%;
    height: 40px;
    color: #666;
    background-color: #eeeeee;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-top: -24px;
    position: absolute;
    z-index: 1;
    border-radius: 2px;
    left: 0;
    right: 0;
}
.content-product-content li:hover {
    margin-top: 20px;
}
.content-product-content li:hover p {
    background-color: #009a40;
    color: #fff;
}
.content-product-content button {
    width: 168px;
    height: 48px;
    margin: 0 auto;
    margin-top: 70px;
    border-radius: 24px;
}
.content-product-content ul {
    display: none;
}
.content-product button {
    width: 168px;
    height: 48px;
    border-radius: 24px;
    display: block;
    margin: 0 auto;
    margin-top: 50px;
}
/* 内容-公司简介 */
.content-aboutUs, .content-case {
    background-color: #f5f5f5;
}
.content-aboutUs {
    margin-top: 60px;
    padding-top: 82px;
}
.content-aboutUs-top {
    width: 100%;
    justify-content: flex-start;
}
.content-aboutUs-top-left {
    width: 51.7%;
    background-color: #fff;
    justify-content: flex-end;
    border-top: 1px solid #dbdfe2;
    border-right: 1px solid #dbdfe2;
    padding: 100px 0;
}
.content-aboutUs-introduce {
    max-width: 600px;
    width: 100%;
}
.content-aboutUs-introduce-text {
    max-width: 500px;
    font-size: 14px;
    line-height: 28px;
    margin-right: 20px;
}
.content-aboutUs-introduce-text h3 {
    font-size: 30px;
    color: #009a40;
}
.content-aboutUs-introduce-text p {
    margin: 40px 0;
}
.content-aboutUs-introduce-text .aboutContent-img {
	display: none;
}
.content-aboutUs-introduce-text button {
    width: 168px;
    height: 48px;
    border-radius: 24px;
}
.content-aboutUs-top-right-content {
    max-width: 580px;
    justify-content: flex-start;
}
.content-aboutUs-top-right-content p {
    font-size: 24px;
    color: #333;
    margin-bottom: 30px;
    text-align: left;
    width: 100%;
    margin-left: 40px;
}
.content-aboutUs-top-right-img {
    position: relative;
}
.content-aboutUs-top-right-img img:nth-child(1) {
    position: absolute;
    bottom: -56px;
}
.content-aboutUs-bottom {
    width: 100%;
    height: 180px;
    background: url('../image/index/img02-bj.png') no-repeat center;
    background-size: cover;
}
.content-aboutUs-bottom-left {
    color: #fff;
}
.content-aboutUs-bottom-left h3 {
    font-size: 32px;
    margin-bottom: 15px;
}
.content-aboutUs-bottom-left p {
    font-size: 22px;
}
.content-aboutUs-bottom-right button {
    width: 200px;
    height: 60px;
    background: url('../image/index/img02-button.png') no-repeat;
    background-color: transparent !important;
    border: none;
}
.content-aboutUs-bottom-right button a {
    color: #eea200 !important;
}
.content-aboutUs-bottom-right a {
    color: #f0a400;
    font-size: 20px;
    font-weight: bold;
}
/* 内容-应用案例  */
.content-case {
    padding-top: 60px;
    padding-bottom: 54px;
}
.caseSwiper {
    margin: 0 auto;
    margin-bottom: 40px;
    padding-top: 40px;
}
.caseSwiper img {
    transition: all .3s;
    transform: scale(1);
}
.caseSwiper img:hover {
    transform: scale(1.07);
}
.caseSwiper p {
    margin-top: 20px;
    font-size: 14px;
    color: #333;
}
.content-case button {
    width: 168px;
    height: 48px;
    border-radius: 24px;
    display: block;
    margin: 0 auto;
}
/* 内容-新闻资讯  */
.content-news {
    margin-top: 65px;
    color: #999;
    font-size: 14px;
    margin-bottom: 60px;
}
.content-news-content {
    flex-wrap: nowrap;
    align-items: flex-start;
    margin-top: 50px;
}
.content-news-left {
    max-width: 550px;
}
.content-news-right {
    max-width: 600px;
}
.content-news-left-img {
    position: relative;
    overflow: hidden;
    height: 320px;
}
.content-news-left-img img {
    transition: all .3s;
    transform: scale(1);
}
.content-news-left-img img:hover {
    transform: scale(1.1);
}
.content-news-left-img p {
    position: absolute;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    background-color: rgba(0, 0, 0, .5);
    bottom: 0px;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-indent: 20px;
}
.content-news-left-content {
    display: none;
}
.content-news-left-content span {
    font-size: 14px;
    line-height: 26px;
    margin-top: 20px;
	display: block;
	text-indent: 27px;
}
.content-news-left-content span {
	color: #999999;
}
.content-news-right li {
    border-bottom: 1px dashed #e5e5e5;
    padding-top: 30px;
    padding-bottom: 35px;
}
.content-news-right li:nth-child(1) {
    padding-top: 0;
}
.content-news-right-title {
    margin-bottom: 20px;
}
.content-news-right-title h3 {
    color: #333;
    font-size: 20px;
}
.content-news-right-title p {
    color: #666;
}
.content-news-right .active .content-news-right-title h3, .content-news-right .active .content-news-right-title p {
    color: #009a40;
}
.content-news-right span {
    color: #999;
}
.content-news button {
    display: block;
    width: 168px;
    height: 48px;
    border-radius: 24px;
    margin: 0 auto;
    margin-top: 50px;
}
/* 关于我们 */
.content-content {
    align-items: flex-start;
    flex-wrap: nowrap;
}
.content-left {
    max-width: 240px;
    font-size: 14px;
    color: #333;
}
.content-left-title {
    background-color: #009a40;
    color: #fff;
    padding: 18px 0;
    margin-top: 40px;
}
.content-left-title p {
    font-size: 20px;
}
.content-left a {
    color: #333;
}
.content-left-content {
    background-color: #f1f1f1;
}
.content-left-content li {
    padding: 16px 25px;
    border-bottom: 1px solid #d3d3d3;
}
.content-left-content li:hover {
    background-color: #009a40;
    border-top: 1px solid #fff;
    margin-top: -1px;
}
.content-left-content li:hover a {
    color: #fff;
}
.content-left-bottom .content-left-content {
    margin-top: 4px;
    padding: 18px 25px;
}
.content-left-bottom .content-left-content p {
    line-height: 26px;
}
.content-right {
    max-width: 900px;
    width: 100%;
}
.aboutContent {
    margin-top: 65px;
}
.aboutContent p {
    color: #009a40;
    font-size: 24px;
}
.aboutContent span {
    line-height: 28px;
    font-size: 14px;
    color: #333;
    margin-top: 30px;
    display: block;
    text-indent: 27px;
}
.aboutContent-img {
    margin-top: 40px;
    margin-bottom: 65px;
}
/* 核心产品 */
.productListContent {
    margin-bottom: 75px;
}
.productListContent .paging {
	margin-top: 50px;
}
/* 核心产品内页 */
.productContent {
    margin-top: 75px;
}
.productData-img {
    max-width: 368px;
    width: 100%;
}
.productData-img>img {
    height: 248px;
}
.productData-images {
    margin-top: 15px;
}
.productData-images img {
    max-width: 106px;
    width: 100%;
    border: 2px solid #c6c6c6;
}
.productData-images .active {
    border-color: #009a40;
}
.productData-texts {
    max-width: 492px;
	width: 100%;
}
.productData-texts>p {
    font-size: 30px;
    color: #333;
}
.productData-texts>span {
    font-size: 14px;
    text-indent: 27px;
    display: block;
    line-height: 26px;
    margin-top: 15px;
    padding-bottom: 25px;
    border-bottom: 1px solid #ccc;
}
.productDataPhone {
    margin-top: 30px;
}
.productDataPhone span {
    font-size: 18px;
    color: #333;
}
.productDataPhone p {
    font-size: 20px;
    font-weight: bold;
    color: #009a40;
}
.productDataPhone button {
    width: 120px;
    height: 42px;
}
.productIntroduce {
    font-size: 14px;
}
.productIntroduce .productContent-title {
    margin-bottom: 40px;
}
.productContent-title {
    border-bottom: 2px solid #009a40;
}
.productContent-title p {
    width: 134px;
    height: 50px;
    color: #fff;
    font-size: 18px;
    background-color: #009a40;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}
.productRecommend {
    margin-top: 60px;
}
.productPrev img {
    transform: rotate(180deg);
}
.productPageTurning {
    margin-top: 50px;
    flex-wrap: nowrap;
}
.productPageTurning>div {
    padding: 30px 26px;
    width: 100%;
}
.productPageTurning a {
    position: relative;
    font-size: 16px;
    color: #666;
}
.productPageTurning>div:hover {
    background-color: #009a40;
}
.productPageTurning>div:hover a {
    color: #fff;
}
.productPageTurning>div:hover a::after {
    background-color: #fff;
}
.productPageTurning a::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 14px;
    margin: auto;
    background-color: #e5e5e5;
}
.productPrev {
    justify-content: flex-start;
}
.productPrev:hover img {
    transform: rotate(0deg);
}
.productPrev a {
    padding-left: 42px;
}
.productPrev a::after {
    left: 20px;
}
.productNext {
    justify-content: flex-end;
}
.productNext:hover img {
    transform: rotate(180deg);
}
.productNext a {
    padding-right: 42px;
}
.productNext a::after {
    right: 20px;
}
.productRecommendLIst {
    margin: 0;
    margin-bottom: 77px;
}
/* 新闻资讯 */
.newsListContent {
    margin-top: 40px;
    margin-bottom: 90px;
}
.newsListContent ul {
    margin-bottom: 60px;
}
.newsListContent li {
    padding-top: 35px;
    padding-bottom: 40px;
    border-bottom: 1px solid #ccc;
}
.newsListContent li:hover .newsList-left h3 + .newsList-left h3p {
    color: #009a40;
}
.newsList-left {
    max-width: 750px;
    position: relative;
}
.newsList-left::after {
    content: '';
    position: absolute;
    top: 0;
    right: -50px;
    bottom: 0;
    width: 2px;
    height: 41px;
    margin: auto;
    background-color: #e4e4e4;
}
.newsList-left h3 {
    color: #333;
    font-size: 20px;
    margin-bottom: 15px;
}
.newsList-left span {
    font-size: 14px;
    line-height: 26px;
    color: #666;
}
.newsList-right {
    height: 70px;
    justify-content: space-between;
}
.newsList-right p {
    font-size: 22px;
    color: #999;
}
/* 新闻内页 */
.newsContent {
    margin-top: 65px;
}
.newsContent h3 {
    color: #333;
    font-size: 20px;
    margin-bottom: 10px;
}
.newsTime {
    color: #999;
    font-size: 14px;
    margin-bottom: 35px;
}
.newsTime p {
    margin: 0 4px;
}
.newsTexts {
    margin-bottom: 60px;
}
.newsTexts p {
    font-size: 14px;
    line-height: 26px;
    text-indent: 27px;
}
.newsContent-select {
    width: 100%;
    margin-bottom: 95px;
    flex-wrap: nowrap;
}
.selectImg {
    width: 12px;
    height: 13px;
    background-image: url('../image/product/qiehuan.png');
    background-size: 100% 100%;
}
.newsContent-select>div {
    max-width: 290px;
    width: 100%;
    padding: 17px 0;
    background-color: #eeeeee;
    margin: 0 5px;
}
.newsContent-select>div:hover {
    background-color: #009a40;
}
.newsContent-select>div:hover .selectImg {
    background-image: url('../image/product/qiehuan02.png');
}
.newsContent-select>div:hover span {
    color: #fff;
}
.newsContent-select-left .selectImg {
    transform: rotate(180deg);
}
.newsContent-select-left:hover .selectImg {
    transform: rotate(0);
}
.newsContent-select-right:hover .selectImg {
    transform: rotate(180deg);
}
.newsContent-select span {
    color: #666;
    font-size: 14px;
    margin: 0 30px;
}
/* 分页 */
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
	flex-wrap: wrap;
}
.paging a {
	color: #333;
}
.paging li {
    padding: 0;
    border: none;
    padding: 10px 16px;
    background-color: #ececec;
    font-size: 14px;
    margin: 5px 10px;
}
.paging .active {
    background-color: #009a40;
    color: #fff;
}
/* 应用案例 */
.case .exhibition {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    display: none;
}
.exhibition-content {
    position: absolute;
    max-width: 600px;
    width: 100%;
}
.case li {
    cursor: pointer;
	width: 47%;
}
.case li img {
	width: 100%;
}
.exhibition-content img {
    width: 100%;
    border: 7px solid #fff;
}
.exhibition-content p {
    padding: 10px 20px;
    color: #fff;
    background-color: #000;
    border-radius: 50px;
    margin-top: 20px;
    
}
/* 在新留言 */
.leaveMessage {
    width: 100%;
}
.form .pailie, .textarea-content {
    align-items: flex-start;
}
.input {
    border: 1px solid #dddddd;
    margin-top: 18px;
}
.input-content {
    max-width: 370px;
    width: 100%;
}
.form .input {
    width: 100%;
    height: 44px;
}
input {
    text-indent: 15px;
}
.textarea {
    width: 100%;
}
.textarea textarea {
    width: calc(100% - 30px);
    height: 178px;
    padding: 10px 15px;
}
.leaveMessage button {
    color: #009a40;
    display: block;
    margin: 0 auto;
    margin-top: 40px;
    width: 150px;
    height: 50px;
    text-align: center;
    border-radius: 25px;
    border: 1px solid #009a40;
    background-color: #fff;
}
.leaveMessage button:hover {
    color: #fff;
	background-color: #009a40;
}
/* 联系我们 */
.message {
    width: 100%;
}
.message .pailie {
    max-width: 244px;
    text-align: center;
}
.messageImg {
    width: 100px;
    height: 100px;
    background-color: #009a40;
    border-radius: 50%;
}
.message p {
    margin-top: 20px;
    margin-bottom: 16px;
    color: #333;
}
.message span {
    font-size: 14px;
}
#wrap {
    margin-top: 80px;
    margin-bottom: 40px;
}
.amap-info div:nth-child(2) {
    bottom: 50px !important;
}
.amap-info-sharp {
    top: auto;
    bottom: -22px;
    left: 0;
    right: 0;
}
.my-map {
    margin: 0 auto;
    width: 100%;
    height: 460px;
}

.my-map .icon {
    background: url(//a.amap.com/lbs-dev-yuntu/static/web/image/tools/creater/marker.png) no-repeat;
}

.my-map .icon-cir {
    height: 31px;
    width: 28px;
}

.my-map .icon-cir-red {
    background-position: -11px -5px;
}

.amap-container {
    height: 100%;
}

.myinfowindow {
    width: 240px;
    min-height: 50px;
}

.myinfowindow h5 {
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    font-size: 14px;
    font-weight: bold;
    width: 220px;
    text-overflow: ellipsis;
    word-break: break-all;
    white-space: nowrap;
}

.myinfowindow div {
    margin-top: 10px;
    min-height: 40px;
    line-height: 20px;
    font-size: 13px;
    color: #6f6f6f;
}
@media screen and (max-width: 1024px) {
    .jiegou {
        max-width: 90%;
    }
    .content-aboutUs-top, .content-aboutUs-introduce {
        flex-wrap: nowrap;
    }
    .content-aboutUs-bottom-left h3 {
        font-size: 30px;
    }
    .content-news-content {
        flex-wrap: wrap;
        justify-content: center;
    }
    .content-news-left {
        margin-bottom: 40px;
    }
    /* 关于我们 */
    .content-right {
        margin-left: 30px;
    }
	.aboutContent-img {
		flex-direction: column;
	}
	.aboutContent-img img {
		margin: 10px 0;
	}

    /* 新闻资讯 */
    .newsListContent a {
        flex-direction: column;
    }
    .newsList-left::after {
        width: 0;
    }
    .newsList-right {
        align-self: flex-end;
    }
    .productData  {
        flex-direction: column;
    }
    .productData-texts {
        margin-top: 20px;
    }
    .productRecommendLIst {
        margin-left: 0;
    }
    .productRecommendLIst .jiegou {
        max-width: 100%;
    }
}
@media screen and (max-width: 768px) {
    .caidan {
        display: block;
    }
    .head {
        position: fixed;
        width: 100%;
        background-color: #fff;
        z-index: 999;
        padding: 0;
    }
    .banner {
        margin-top: 96px;
    }
    .top, .head-right  {
        display: none;
    }
    .head-left img {
        transform: scale(.8);
    }
    .nav {
        display: none;
    }
    .banner .qiehuan {
        display: none;
    }
    .search-content {
        flex-direction: column;
        align-items: flex-start;
    }
    .search-right {
        align-self: flex-end;
        margin-top: 10px;
    }
    .content-product-content ul {
        justify-content: space-around;
    }
    .content-aboutUs-top {
        flex-direction: column;
    }
    .content-aboutUs-top-left {
        width: 90%;
        padding: 50px 0;
        margin-bottom: 30px;
    }
    .content-aboutUs-top-right-img {
        margin-bottom: 56px;
    }
    .content-aboutUs-bottom-content {
        flex-direction: column;
    }
    .content-aboutUs-bottom-right button {
        margin-top: 10px;
    }
    .bottom-texts {
        flex-wrap: nowrap;
    }
     /* 关于我们 */
    .content-content {
        flex-direction: column-reverse;
    }
    .content-left {
        max-width: 100%;
        width: 100%;
		margin-bottom: 50px;
    }
	.content-left-top .content-left-title {
		margin-top: 0px;
	} 
    .content-left-content ul {
        display: flex;
    }
    .content-left-content li {
        width: 100%;
        text-align: center;
    }
    .content-right {
		margin: 0;
        margin-top: 30px;
    }
	.productListContent {
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 540px) {
    .top-content {
        flex-direction: column;
    }
    .head-title {
        display: none;
    }
    .head-content {
        flex-wrap: nowrap;
    }
    .head-left img {
        width: 100px;
    }
    .banner {
        margin-top: 70px;
    }
    .banner .banner01 {
        top: 20%;
    }
    .banner .banner02 p, .banner .banner01 p {
        font-size: 25px;
    }
    .banner .banner02 h3, .banner .banner01 h3 {
        font-size: 35px;
    }
	.search-left {
		display: none;
	}
    .content-product-tab {
        width: 90%;
        flex-wrap: wrap;
    }
    .content-product-tab::after {
        content: '';
        max-width: 120px;
        width: 100%;
    }
    .content-product-tab p {
        margin-bottom: 20px;
    }
	.content-product-content li {
		width: 48%;
		margin-top: 20px;
	}
	.content-product-content ul::after {
		width: 48%;
	}
    .content-aboutUs-bottom-left h3 {
        font-size: 24px;
        margin-bottom: 5px;
    }
    .content-aboutUs-bottom-left p {
        font-size: 18px;
    }
    .content-aboutUs-bottom-right button {
        width: 150px;
        height: 40px;
        background-size: 100%;
    }
    .content-aboutUs-bottom-right a {
        font-size: 16px;
    }
    .content-news-left-img {
        height: auto;
    }
    .bottom-texts {
        flex-direction: column;
    }
    /* 应用案例 */
    .exhibition-content {
        width: 90%;
    }
	.input-content {
		max-width: 100%;
		margin-bottom: 10px;
	}
	.input {
		margin-top: 10px;
	}
}
@media screen and (max-width: 425px) {
    .banner .banner02 h3, .banner .banner01 h3 {
        font-size: 28px;
    }
    .banner .banner02 p, .banner .banner01 p {
        font-size: 18px;
    }
    .search-left {
        flex-direction: column;
        align-items: flex-start;
    }
    .search-left ul {
        flex-wrap: wrap;
    }
    .search-left ul::after {
        content: '';
        width: calc(100%/3);
    }
    .search-left li {
        width: calc(100%/3);
    }
    .content-product-tab {
        justify-content: space-around;
    }
    .content-aboutUs-introduce {
        flex-direction: column;
    }
    .content-aboutUs-introduce>img {
        transform: rotate(-90deg);
    }
    .content-aboutUs-top-left {
        padding-top: 0;
    }
    .content-aboutUs-introduce-text {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 90%;
        margin: 0 auto;
        margin-top: -117px;
        z-index: 1;
    }
	.content-aboutUs-introduce-text p {
		margin: 15px 0;
	}
    .bottom-nav ul::after {
        content: '';
        width: calc(100%/4);
    }
    .bottom-nav li {
        width: calc(100%/4);
        margin: 5px 0;
    }
     /* 关于我们 */
    .content-left-content ul {
        flex-wrap: wrap;
    }
    .message {
        align-items: flex-start;
    }
    .message .pailie {
		width: 30%;
        margin: 10px 0;
    }
    .productData-img>img {
        height: auto;
    }
    .productData-images img {
        margin-bottom: 10px;
    }
    .productPageTurning>div {
        padding: 30px 0;
    }
    .productPageTurning a::after {
        display: none;
    }
    .productPrev a {
        padding-left: 20px;
    }
    .productNext a {
        padding-right: 20px;
    }
    .newsContent-select {
        flex-direction: column;
    }
    .newsContent-select>div {
        margin: 5px 0;
    }
	.content-product-content li p {
		height: 30px;
		font-size: 14px;
	}
	.paging li {
		padding: 6px 12px;
		margin: 0 7px 7px 7px;
	}
	#wrap {
		margin-top: 40px;
		margin-bottom: 20px;
	}
	.my-map {
		margin: 0 auto;
		width: 100%;
		height: 280px;
	}
}