@charset "utf-8";
/*重置样式*/
div,
*,
*::before,
*::after {
    box-sizing: border-box;
}
img{
    transition: all ease-out .3s;
}

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

html:focus-within {
    scroll-behavior: smooth;
}

body {
    min-height: 100vh;
    line-height: 1.2;
    font-family:Arial;
    /*"PingFang SC","-apple-system","BlinkMacSystemFont","Segoe UI","Microsoft YaHei","Hiragino Sans GB","Apple Color Emoji","Segoe UI Emoji", Helvetica, sans-serif;*/
    font-size: 0.088888rem;
    color: #000;
    background: #fff;
    min-width: 1280px;
    margin: 0 auto;
    overflow-x: hidden;
}


ul,
ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
    margin: 0;
}

img,picture {
    max-width: 100%;
    display: block;
	border: 0;
	width: 100%;
	vertical-align: bottom;
}

input,
button,
textarea,
select {
    font: inherit;
}

textarea {
    overflow: auto;
}

i,
em {
    font-style: normal;
}

a {
    text-decoration: none;
    outline: none;
    color: #333;
}



h4 {
    font-weight: normal;
}

input[type='reset'],
input[type='button'],
input[type='submit'],
input[type='radio'],
input[type='submit'] {
    cursor: pointer;
    border: 0;
    outline: none;
    -webkit-appearance: none;
}

/*通用样式*/
.bold {
    font-weight: 800;
}

.light {
    font-weight: 400;
}

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.tj {
    text-align: justify;
}

.txt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;

}

.txt2{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

}


::-webkit-scrollbar {
    width: 8px;
    height: 0.052083rem;
}

::-webkit-scrollbar-thumb {
    background: #555;
}

::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    background: #ddd;
}


table {
    border-collapse: collapse;
    width: 100%;
}

/*布局样式*/
.fl {
    float: left;

}

.fr {
    float: right;
}

.clearfix:after,
.clearfix:before {
    display: table;
    content: '';
    clear: both;
}

.db {
    display: block;
}

.dib {
    display: inline-block;
}

.dn {
    display: none;
}

.df {
    display: flex;
}

.f1 {
    flex: 1;
}

.ac {
    align-items: center;
}

.jr {
    justify-content: right;
}

.jl {
    justify-content: left;
}

.jb {
    justify-content: space-between;
}

.ja {
    justify-content: space-around;
}

.jc {
    justify-content: center;
}

.fw {
    flex-wrap: wrap;
}

.f1 {
    flex: 1;
}

.fd {
    flex-direction: column;
}

.ov {
    overflow: hidden;
}

.oay {
    overflow-y: auto;
}

.oax {
    overflow-x: auto;
}

.cp {
    cursor: pointer;
}

.bs {
    box-shadow: 0 2px 0.104166rem 0 rgb(0 0 0 / 5%);
}
.br5 {
    border-radius: 5px;
}
.br10 {
    border-radius: 0.052083rem;
}

.br20 {
    border-radius: 0.104166rem;
}

.br40 {
    border-radius: 0.208333rem;
}

.brhalf {
    border-radius: 50%;
}

.pr {
    position: relative;
}

.pa {
    position: absolute;
}

.pf {
    position: fixed;
}

.l0 {
    left: 0;
}

.t0 {
    top: 0;
}

.r0 {
    right: 0;
}

.b0 {
    bottom: 0;
}

.z1 {
    z-index: 1;
}

.z2 {
    z-index: 2;
}

.z3 {
    z-index: 3;
}

.z999 {
    z-index: 999;
}

.w100 {
    width: 100%;
}
.w30 {
    width: 30%;
}
.w40 {
    width: 40%;
}
.w48 {
    width: 48%;
}
.w49 {
    width: 49%;
}
.w50 {
    width: 50%;
}

.w60 {
    width: 60%;
}

.w70 {
    width: 70%;
}

.w80 {
    width: 80%;
}

.w90 {
    width: 90%;
}



.h100 {
    height: 100%;
}

.wa {
    width: auto;
}

.con {
    width: 83.33%;
    min-width: 1300px;
    max-width: 1600px;
    margin: 0 auto;
}

.bs100 {
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.font-color {
    color: #335548;
}

.bg-color {
    background-color: #335548;
}
.new-bg-color {
    background-color: #fff !important;
}
.btn-color {
    background-color: #f8c300;
}
.ts1 img{
    transition: all 0.6s ease-in;
}
.ts1:hover img {
    transform: scale(1.1, 1.1);
}

/*首页样式*/
header {
    /*border-bottom: 1px solid rgba(255, 255, 255, 0.3);*/
}

.header-logo {
    width: 181px;
    height: 47px;
    background-image: url(../images/logo.png);
}

nav>ul>li {
    margin: 0 0.125rem;
}

nav>ul>li>a {
    color: #fff;
    font-size: 0.088888rem ;
    line-height: 1;
    padding: 0.208333rem 0;
}

nav>ul>li>a::after {
    content: '';
    display: block;
    width: 0;
    left: 0;
    bottom: 0;
    height: 4px;
    opacity: 0;
    border-radius: 0.052083rem;
    background-color: #fff;
    transition: all .3s;
    position: absolute;
}

nav>ul>li>a:hover::after,
nav>ul>li>a.active::after {
    opacity: 1;
    background-color: #335548;
    width: 100%;
}

.header-search a {
    width: 15px;
    height: 15px;
    background-image: url(../images/serach-ico.png);
    margin-top: 3px;
    margin-left: 0.104166rem;
}

.header-active {
    background-color: #fff;
    transform: translateY(-101%);
	box-shadow: 0 2px 0.104166rem 0 rgb(0 0 0 / 8%);
}
.header-down {
    transform: translateY(0);
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.header-active .header-logo {
    background-image: url(../images/logo02.png);
}

.header-active .header-search a {
    background-image: url(../images/serach-ico02.png);
}

.header-active nav>ul>li>a {
    color: #000;
}

.index-banner .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    bottom: 0.104166rem;
    left: 0;
}


.index-banner .swiper-pagination .swiper-pagination-bullet {
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 5px;
    width: 0.15625rem;
    display: block;
}

.index-banner .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #335548;
}

.index-pro-cate {
    padding: 6% 0 6%;
}

.index-pro-cate  .more-btn {
    border: 1px solid #2a4b3f;
    background-color: #2a4b3f;
    color: #fff;
	margin-top: 0;
}

.index-pro-cate-swiper {
    width: 100%;
    overflow: unset;
    margin: 0;
}

.index-pro-cate-swiper .swiper-slide:hover img {
    transform: scale(1.1, 1.1);
}

.index-pro-cate-swiper .swiper-slide {
    transform: scale(1, 1);
    border-radius: 0.104166rem;
	overflow: hidden;
	position: relative;
}
.index-pro-cate-swiper .swiper-slide:hover{
    background: #5976ae;
}
.index-pro-cate-swiper .swiper-slide:hover .index-pro-cate-txt span{
    color: #fff;
    transition: 0.4s ease-in;
}
.index-pro-cate-swiper .swiper-slide:hover  .index-pro-cate-txt .add {
    opacity: 1;
    transition: all 0.36s ease-in;
    transform: scale(0.9, 0.9);
    border-radius: 0.104166rem;
	margin-top: 0;
}

.index-pro-cate-swiper .swiper-slide-active {
   transform: scale(1.2, 1.2);
    margin-right: 75px !important;
    margin-left: 0.125rem !important;
    background: #5976ae;
}

.index-pro-cate-txt {
	position: absolute;
	width: 100%;
    bottom: 3.88%;
    color: #fff;
    padding: 0.104166rem 0.208333rem;
}
.index-pro-cate-swiper .swiper-slide-active .index-pro-cate-txt {
    /* color: #fff; */
}
.index-pro-cate-txt p {
    font-size: 0.114583rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0.078125rem;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    color: #fff;
}

.index-pro-cate-txt span {
    font-size: 0.182291rem;
    font-weight: 700;
    line-height: 1;
}
.index-pro-cate-txt .add{
    width: 0.277777rem;
    height: 0.277777rem;
    line-height: 0.277777rem;
    text-align: center;
    font-size: 0.104166rem;
    border-radius: 0.052083rem;
    background: #fff;
    color: #999;
    opacity: 0;
}


.index-pro-cate-nav {
    margin-top: 5%;
}

.index-pro-cate-fy div {
    width: 57px;
    height: 57px;
    background-color: #c2c6c8;
}

.index-pro-cate-prev {
    margin-right: 1.3542vw;
    transform: rotate(180deg);
}

.index-pro-cate-fy div i {
    width: 0.052083rem;
    height: 17px;
    background: url(../images/jt-ico.png);
}

.index-pro-cate-fy div:hover {
    background-color: #335548;
}

.index-pro-cate-nav .index-pro-cate-pagination {
position: static;
    width: auto;
}

.index-pro-cate-pagination .swiper-pagination-bullet {
	position: relative;
    width: 0.208333rem;
    height: 0.208333rem;
    margin: 0 5px;
    color: rgba(255,255,255,0);
	background: none;
    border: 2px solid rgba(255,255,255,0);
    transition: all 0.36s ease-out;
	opacity: 1;
}

.index-pro-cate-pagination .swiper-pagination-bullet::after {
    content: "";
	position: absolute;
	left: 50%;
	top: 50%;
    display: block;
    width: 4px;
    height: 4px;
	margin: -2px 0 0 -2px;
    background-color: #335548;
    border-radius: 50%;
    transition: all 0.36s ease-out;
}


.index-pro-cate-pagination .swiper-pagination-bullet-active, .index-pro-cate-pagination .swiper-pagination-bullet:hover {
    line-height: 48px;
	color: #353535;
	border-color: #335548;
	opacity: 1;
}
.index-pro-cate-pagination .swiper-pagination-bullet-active::after, 
.index-pro-cate-pagination .swiper-pagination-bullet:hover::after {
    /* background-color: rgba(255,255,255,0); */
}




.more-btn {
    background-color: #eee;
    border: 1px solid #fff;
    color: #333;
    font-size: 0.09375rem;
    line-height: 1;
    padding: 0.130208rem 0.364583rem;
    letter-spacing: 1px;
	margin-top: 0.416666rem;
	float: left;
}

.more-btn:hover {
    border: 1px solid #2a4b3f;
    background-color: #2a4b3f;
	color: #fff;
}


.index-pro-about{
	padding-top: 15%;
}


.index-info {
    background: url(../images/about-list-bg.jpg) no-repeat right top #335548;
	background-size: contain;
    padding: 5% 8% 5% 0;
    transform: translatey(-50%);
    border-radius: 0 0.104166rem 0.104166rem 0;
    position: absolute;
    width: 100%;
    z-index: 99;
}

.index-info::after {
    content: '';
    background: #335548;
    position: absolute;
    bottom: 0;
    left: -50%;
    width: 50%;
    height: 100%;
    z-index: -0;
}



.index-info .f1{
	width: 70%;
	float: left;
	flex: none;
}
.index-info-item{
    /*width: 25%;*/
}
.index-info-pic {
    width: 113px;
    height: 113px;
    background-color: #00a39f;
    padding: 0.104166rem;
    margin-right: 0.125rem;
}

.index-info-txt h4 {
    line-height: 1;
    font-size: 0.15625rem;
    font-weight: 700;
    margin-bottom: 0.104166rem;
}

.index-info-txt p {
    font-size: 0.09375rem;
    line-height: 1.5;
}

.index-oem{
	
}
.index-oem-con {
	background: #957472;
	transform: translatey(-20%);
	border-radius: 0.104166rem 0 0 0.104166rem;
	position: absolute;
	width: 100%;
	right: 0;
	z-index: 99;
	padding:4% 4% 4% 4%;
}


.index-oem-con::after {
    content: '';
    background: #957472;
    position: absolute;
    bottom: 0;
    right: -50%;
    width: 50%;
    height: 100%;
    z-index: -0;
}




.index-oem-pic,
.index-oem-txt {
    width: 50%;
}

.index-oem-pic:hover img {
    transform: scale(1.1, 1.1);
}

.index-oem-txt {
	padding: 4% 5% 0 2% ;
}


.index-com-txt h2 {
    font-size: 0.208333rem;
    line-height: 1.2;
    margin-bottom: 0.239583rem;
	color: #fff;
}

.index-com-txt p {
    font-size: 0.09375rem;
    line-height: 1.4;
	color: #fff;
}


.index-news {
    padding: 30% 0 5% 0;
    background: #eff2f9;
}

.index-news-swiper .swiper-slide{
	background: #fff;
}
	



.index-news-txt {
    background-color: #fff;
    width: 100%;
    margin: 0 auto;
    padding: 8% 5%;
   
}

.index-news-txt h4 {
    font-size: 0.125rem;
    line-height: 1.2;
    margin-bottom: 0.135416rem;
}

.index-news-txt p {
    font-size: 0.088888rem;
    color: #8b8b8b;
    line-height: 1.5;
	 transition: all ease-out .3s;
}

.index-news-txt span {
    font-size: 0.104166rem;
    line-height: 1;
    margin-top: 56px;
    display: none;
}

.index-news-item:hover .index-news-pic img {
    transform: scale(1.1, 1.1);
}

.index-news-item:hover .index-news-txt,
.index-news-swiper .swiper-slide:hover {
    color: #fff;
    background-color: #335548;
}



.index-news-item:hover .index-news-txt p {
    color: #fff;
	 transition: all ease-out .3s;
}

.index-news-item:hover span {
    display: block;
}

.index-news-fy div {
    top: 1.041666rem;
    background-color: #b9b9b9;
    width: 0.3125rem;
    height: 0.3125rem;
    z-index: 99;
    border-radius: 0.052083rem;
}

.index-news-fy div i {
    width: 0.052083rem;
    height: 17px;
    background: url(../images/jt-ico.png);
}

.index-news-prev {
    left: -70px;
    transform: rotate(180deg);
}

.index-news-next {
    right: -70px;
}
.index-news-fy div:hover{
    background: #335548;
}

footer {
    color: rgba(255, 255, 255, 0.3);
    padding: 2% 0 0;
	background: url(../images/foont_icon.png) no-repeat right bottom #fff;
	background-size: 1.354166rem;
	background-position-y:94px ;
}

footer .header-logo {
    display: block;
    width: 1.770833rem;
    height: 0.46875rem;
    background-image: url(../images/logo02.png);
}
footer .pro-input{
    border: 1px solid #eee;
    border-radius: 200px;
    padding: 5px 0.052083rem;
}
footer .pro-input input[type=text] {
    border: none;
    outline: none;
    font-size: 0.088888rem;
    color: rgba(0, 0, 0, 0.6);
    padding: 0.052083rem 0.104166rem;
    flex: 1;
}
footer .pro-input input[type=submit] {
    background-image: url(../images/serach-ico.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30%;
    cursor: pointer;
    background-color: #335548;
    padding: 0.052083rem 0.208333rem;
    border-radius: 200px;
    transition: 0.6s ease-in-out;
}
footer .pro-input input[type=submit]:hover{
    transform: scale(1.1,1.1);
}
.footer-menu{
    color: #333;
	margin: 0 16% 0 5%;
    flex: 1;
}
.footer-menu .title{
    font-weight: bold;
    font-size: 0.104166rem;
}
.footer-menu .sub-title{
    color: #666;
    font-size: 0.088888rem;
}

.footer-contact .title{
    font-weight: bold;
    font-size: 0.104166rem;
}
.footer-contact .sub-title{
    color: #666;
    font-size: 0.088888rem;
}

.footer-menu a:hover .sub-title{
    color: #335548;
    text-decoration: underline;
}
.footer-menu .icon{
    width: 0.09375rem;
    height: 0.09375rem;
    margin-right: 0.052083rem;
    margin-top: 3px;
}
.footer-copyright{
    background: #333;
    color: #ccc;
    padding: 0.104166rem;
	 border-top: 6px solid #8f706e;
}
.footer-copyright a{
    color: #ccc;
}


/*产品页样式*/
.pro-page {
    padding: 200px 0 5%;
}

.pro-page-top-tit {
    font-size: 0.25rem;
    line-height: 1.5;
}

.pro-page-form-box {
    width: 38vw;
    margin-top: 0.208333rem;
    border: 1px solid #ccc;
    border-radius: 200px;
    padding: 3px 5px;
}
.pro-page-form-box:hover,
.pro-page-form-box:hover input[type=text] {
	background: #fff;
	transition: all 0.5s ease-in-out;
	border-color: #fff;
}

.pro-page-form-box input[type=text] {
    border: none;
    outline: none;
    font-size: 0.088888rem;
    color: rgba(0, 0, 0, 0.6);
    background: #f0f5f9;
    padding: 0.052083rem 0.15625rem;
    flex: 1;
}
.pro-list-input::placeholder{
    color: #eee;
}

.pro-page-form-box input[type=submit] {
    background-image: url(../images/serach-ico.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30%;
    cursor: pointer;
    background-color: #335548;
    width: 107px;
    height: 55px;
    border-radius: 200px;
    transition: all 0.5s ease-in-out;
}

.pro-page-list {
    margin-top: 5%;
}

.pro-page-item {
    width: 32%;
    margin-bottom: 0.15625rem;
	position: relative;
	overflow: hidden;
}
.pro-page-item:hover{
    background: #5976ae;
}
.pro-page-item:hover span{
    color: #fff;
}
.pro-page-item:hover .add {
	opacity: 1;
    transition: all 0.36s ease-in;
    transform: scale(0.9, 0.9);
    border-radius: 0.104166rem;
    margin-top: 0;
}
.pro-page-item:hover img {
    transform: scale(1.1, 1.1);
}

.pro-page-txt {
position: absolute;
    width: 100%;
    bottom: 3.88%;
    color: #fff;
    padding: 0.104166rem 0.208333rem;
}
.pro-page-txt p {
font-size: 0.114583rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0.078125rem;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    color: #fff;
}
.pro-page-txt span {
	font-size: 0.182291rem;
    font-weight: 700;
    line-height: 1;
}
.pro-page-txt .add{
	width: 0.277777rem;
    height: 0.277777rem;
    line-height: 0.277777rem;
    text-align: center;
    font-size: 0.104166rem;
    border-radius: 0.052083rem;
    background: #fff;
    color: #999;
    opacity: 0;
}



/*OEM样式*/
.service-top-pic img{
    -webkit-animation: subs 6s linear 1;
    -webkit-animation-fill-mode: forwards
}
@keyframes subs {
    0% {
        transform: scale(1,1)
    }
    50% {
        transform: scale(1.2,1.2)
    }
    100% {
        transform:scale(1,1)
    }
}
.service-top-txt {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
    color: #fef0db;
	line-height: 1.5;
}


.service-top-txt h4 {
    font-size: 0.333333rem;
}

.service-top-txt span {
    font-size: 0.155555rem;
    margin-top: 0.09375rem;
    display: block;
    font-family: 'HarmonyOSHans-Regular';
	font-weight: 100;
}


.service-com-txt h4 {
    font-size: 0.208333rem;
    font-weight: 700;
}

.service-com-txt span {
    text-transform: uppercase;
    font-size: 0.09375rem;
    margin-bottom: 0.09375rem;
    display: block;
    font-family: 'HarmonyOSHans-Regular';
}


.service-com-txt p {
    font-size: 0.09375rem;
    margin-top: 38px;
    line-height: 1.5;
	opacity: .8;
}



.service-01 {
    background-color: #335548;
    padding: 5% 0;
}

.service-01-pic:hover img {
    /*transform: scale(1.1, 1.1);*/
}


.service-01-left {
    width: 40%;
    margin-top: 5%;
}

.service-01-list {
    margin-top: 5%;
}

.service-01-right {
    width: 50%;
}




.service-02-left {
    width: 28%;
	margin-right: 8%;
	transform: translateY(50%);
	margin-top: 10vh;
}


.service-03{
	background: #957472;
}

.service-03-text {
    margin-top: 5%;
    width: 32%;
}





.service-04 {
	background: #eeeeee;
	padding:5% 0 ;
}

.service-04 .service-com-txt {
	padding: 0% 10% 0 0;
}



/*招商样式*/
.zs-top-con {
    padding-top: 10%;
}

.zs-top-con-text span {
    padding: 0.052083rem 15px;
    display: inline-block;
    color: #fff;
    font-weight: 400;
}

.zs-top-con-text h4,
.zs-top-con-text p {
    color: #fff;
}

.zs-top-xx {
    width: 200px;
    height: 200px;
    margin-top: 5%;
}



.zs-ys-list{
	width: 50%;
}

.zs-ys-item {
    margin-top:0.055555rem;
    width: 49%;
	display: flex;
	align-items: center;
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
}
.zs-ys-item .zs-ys-pic{
	width: 55%;
	border-radius: 10px;
	overflow: hidden;
}


.zs-ys-item img {
    width: 100%;
}

.zs-ys-item:hover img {
    transform: scale(1.1, 1.1);
}

.zs-ys-item p {
	width: 45%;
    background-color: #fff;
    color: #333;
	font-weight: bold;
    font-size: 0.111111rem;
    line-height: 1;
    letter-spacing: 1px;
	text-align: center;
}



.zs-01 {
    padding: 5% 0;
    background: #957472;
}
.zs-01-list{
	width: 100%;
}

.zs-01-item {
    margin-top:0.055555rem;
    width: 32%;
	border-radius: 10px;
	overflow: hidden;
	background: #eeeeee;
}
.zs-01-item .zs-01-pic{
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
}

.zs-01-item img {
    width: 100%;
}

.zs-01-item:hover img {
    transform: scale(1.1, 1.1);
}

.zs-01-item p {
    background-color: #eeeeee;
    color: #333;
    font-size: .0938rem;
    line-height: 1;
    padding: 0.125rem 0.1146rem;
    letter-spacing: 1px;
	text-align: center;
}






.zs-02 {
    background-color: #fff;
}
.zs-02 .cert{
    top: 50%;
    transform: translateY(-50%);
    left: 9%;
    width: 33%;
}
.zs-02 .cert .img{
    width: 18%;
    border-radius: 5px;
    margin-top: 0.104166rem;
    background: #fff;
}
.zs-02-list {
    margin-top: 4%;
}

.zd-02-item {
    width: 48.87%;
    margin-bottom: 0.15625rem;
    background-color: #fff;
    padding: 3% 2.5%;
}

.zd-02-item h4 {
    font-size: 0.125rem;
    line-height: 1;
    margin-bottom: 0.104166rem;
}

.zd-02-item p {
    font-size: 0.088888rem;
    color: #494949;
    opacity: 0.8;
    line-height: 2;
}

.zs-03-text {
    padding-top: 8.88%;
}

.zs-03-list {
    margin-top: 0.277777rem;
    width: 29.6875vw;
}

.zs-03-item {
    margin-bottom: 0.15625rem;
}

.zs-03-item h4 {
    font-size: 0.125rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0.09375rem;
}

.zs-03-item p {
    color: #353535;
    line-height: 2;
    font-size: 0.088888rem;
    opacity: 0.54;
}

.zs-03-item p em {
    padding: 0 0.0625rem;
    font-style: normal;
}

.zs-04 {
    background-color: #F5F5F5;
    padding: 5% 0;
}

.zs-04-con-text {
    padding: 5% 5%;
}

.zs-04-con-tit p {
    color: #555;
}

.zs-04-phone {
    margin-top: 8%;
}

.zs-04-phone span {
    color: #fff;
    font-size: 0.072916rem;
    padding: 5px 0.0625rem;
    display: inline-block;
    font-weight: 400;
}

/*关于我们样式*/

.about-top-pic img{
    -webkit-animation: subs 6s linear 1;
    -webkit-animation-fill-mode: forwards
}
@keyframes subs {
    0% {
        transform: scale(1,1)
    }
    50% {
        transform: scale(1.2,1.2)
    }
    100% {
        transform:scale(1,1)
    }
}

.about-top-con {
    padding-top: 9.88%;
}

.about-top-con-text {
    width: 33.33%;
    color: #fff;
}

.about-top-con-text p {
    margin-top: 36px;
    font-size: 0.088888rem;
    line-height: 2;
}
.about-01{
	background: #335548;
	padding: 5% 0 2%;
	position: relative;
	line-height: 1.8;
}

.b_icon{
	position: absolute;
	transform: translatey(-110%);
	width: 14.4167vw;
}

.about_data{
	padding: 5% 0% 5% 8%;
}

.about_data .index-info-item{
	width: 45%;
}



.about-02 {
    padding-bottom: 5%;
    padding-top: 5%;
}

.about-02-con-left {
    width: 30%;
    padding-top: 3.33%;
}

.about-02-right {
    width: 50%;
}

.about-02-top-pic {
    margin-bottom: 0.052083rem;
}

.about-02-item {
    width: 32%;
}

.about-03-left{
	float: right;
	position: absolute;
	top: 0;
	right: 0;
	width: 30.4167vw;
	margin-top: 26.234vh;
	margin-right: 8.2083vw;
	
}

.about-03-con {
    padding: 8% 5%;
}

.about-03-list {
    margin-top: 8%;
}

.about-03-item {
    background-color: #fff;
    width: 32%;
    box-sizing: content-box;
}

.about-03-item:nth-child(even) {
    /*width: 49.12%;*/
}

.about-03-item h4 {
    font-size: 0.125rem;
    line-height: 1;
    margin-bottom: 0.052083rem;
    color: #333;
    letter-spacing: 1px;
}

.about-03-item p {
    font-size: 0.088888rem;
    line-height: 1.2;
    color: #666;
}



.about-04{
    background-color: #eeeeee;
}
.about-04-txt{
    width: 63%;
    margin-left: .9271rem;
}
.about-04-tit h4{
    color: #335548;
}
.about-04-tit h2{
    color: #fff;
}
.about-04-txt p{
    color: #fff;
    font-size: .0938rem;
    line-height: 1.4;
    margin-top: .2188rem;
}
.about-04-list{
    margin-top: .2917rem;
    width: 90%;
}
.about-04-item{
    margin-bottom: .0521rem;
    width: 23%;
	border:4px solid #fff;
}
.about-04-item img{
    width: 100%;
}
.about-04-item:hover img{
  transform: scale(1.1,1.1);
}



@media screen and (max-width:1680px) {
    .about-top-con-text h4 {
        font-size: 0.15625rem;
    }

    .about-top-con-text p {
        font-size: 15px;
        line-height: 1.8;
    }

    .about-03-con {
        padding: 9% 5%;
    }

    .about-03-xx {
        width: 10.277777rem;
        height: 10.277777rem;
    }

    .about-03-item {
    }



    .about-04-item h4 {
        font-size: 22px;
    }

    .about-04-item p {
        font-size: 15px;
    }
}

@media screen and (max-width:140.208333rem) {
    .about-top-con-text h4 {
        font-size: 28px;
    }

    .about-top-con-text p {
        font-size: 13px;
        line-height: 1.6;
    }

    .about-03-con {
        padding: 9% 5%;
    }

    .about-03-xx {
        width: 10.104166rem;
        height: 10.104166rem;
    }


    .about-04-item h4 {
        font-size: 0.09375rem;
    }

    .about-04-item p {
        font-size: 0.072916rem;
    }
}

/*联系我们样式*/

.contact-top-pic img{
    -webkit-animation: subs 6s linear 1;
    -webkit-animation-fill-mode: forwards
}
@keyframes subs {
    0% {
        transform: scale(1,1)
    }
    50% {
        transform: scale(1.2,1.2)
    }
    100% {
        transform:scale(1,1)
    }
}

.contact-top-con {
    padding-top: 8.88%;
}

.contact-top-text h4 {
    font-size: 35px;
    line-height: 1;
}

.contact-top-list {
    margin-top: 0.277777rem;
}

.contact-top-item {
    margin-bottom: 35px;
}

.contact-top-item-pic {
    width: 26px;
    height: 26px;
}

.contact-top-item-txt {
    margin-left: 0.125rem;
}

.contact-top-item-txt p {
    font-size: 0.09375rem;
    line-height: 1;
    margin-bottom: 15px;
}

.contact-xx {
    width: 200px;
    height: 200px;
    transform: translateY(-50%);
}

.contact-bot{
	background: #2f5648;
}
.contact-top .info{
    padding: 8% 9% 0;
    border-radius: 0 0.104166rem 0.104166rem 0;
    width: 50%;
}
.contact-top .info .icon{
    width: 0.09375rem;
    height: 0.09375rem;
    margin-right: 0.052083rem;
}
.contact-top .info .sub-title{
    color: #333;
    font-size: 0.09375rem;
}




.contact-bot-con {
    padding: 5% 0;
}

.contact-bot-tit {
    color: #fff;
}

.contact-bot-tit h4 {
    font-size: 56px;
    line-height: 1;
    margin-bottom: 0.15625rem;
}

.contact-bot-tit p {
    font-size: 0.104166rem;
}

.contact-bot-form {
    margin-top: 2%;
    background-color: #fff;
    padding: 4% 6%;
}

.contact-bot-item {
    width: 30%;
    border-bottom: 1px solid #ccc;
    padding-bottom: 0.104166rem;
    margin-bottom: 36px;
}

.contact-bot-item:nth-child(4) {
    width: 100%;
}

.contact-bot-item span {
    font-size: 15px;
    color: rgba(0, 0, 0, 0.6);
    margin-right: 0.052083rem;
}

.contact-bot-item input {
    border: none;
    outline: none;
    display: block;
    flex: 1;
    font-size: 15px;
    color: rgba(0, 0, 0, 0.6);
}

.contact-bot-item textarea {
    border: none;
    outline: none;
    display: block;
    flex: 1;
    font-size: 15px;
    color: rgba(0, 0, 0, 0.6);
    resize: none;
    height: 10.052083rem;
}

.contact-bot-btn .more-btn {
    background: #335548;
	color: #fff;
    padding: 0.104166rem 0.3125rem;
    font-size: 0.088888rem;
}

@media screen and (max-width:1680px) {
    .contact-xx {
        width: 10.277777rem;
        height: 10.277777rem;
    }

    .contact-bot-tit h4 {
        font-size: 48px;
        margin-bottom: 0.104166rem;
    }

    .contact-bot-tit p {
        font-size: 17px;
    }

    .contact-bot-item {
       
        margin-bottom: 0.104166rem;
    }

    .contact-bot-item textarea {
        
        height: 80px;
    }

    .contact-bot-form {
        /*margin-top: 3%;*/
    }
}

@media screen and (max-width:140.208333rem) {
    .contact-top-text h4 {
        font-size: 0.15625rem;
    }

    .contact-top-item-txt p {
        font-size: 0.088888rem;
        margin-bottom: 5px;
    }

    .contact-top-item-txt {
        margin-left: 15px;
    }

    .contact-xx {
        width: 10.104166rem;
        height: 10.104166rem;
    }

    .contact-bot-tit h4 {
        font-size: 38px;
        margin-bottom: 15px;
    }

    .contact-bot-tit p {
        font-size: 0.072916rem;
    }

    .contact-bot-form {
        /*margin-top: 3%;*/
    }

    .contact-bot-item {
       
        margin-bottom: 0.09375rem;
    }

    .contact-bot-item textarea {
        height: 60px;
    }
}

/*产品列表样式*/
.pro-list-page{
    background-color: #eee;
	padding-bottom: 2%;
}
.pro-list-page-tit h4{
    font-size: .2083rem;
    line-height: 1;
    font-weight: bold;
}
.pro-list-bar{
    margin-top: .2865rem;
    margin-bottom: .2865rem;
    align-items: flex-start;
}



.pro-list-page-nav {
    background-color: #325648;
    padding: 10px;
	margin-bottom: 3%;
}

.pro-list-page-nav-item {
    background-color: transparent;
    color: #fff;
    padding: 20px 30px;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 1px;
    margin-right: 5px;
}

.pro-list-page-nav-item:hover,
.pro-list-page-nav-item.active {
    background-color: #fff0db;
	color: #333;
}



.sub-nav{
    top: 70px;
    z-index: 10;
    display: none;
	background: #fff;
	border-radius: 10px;
	padding: 10px;
}
.sub-item{
    background-color: #fff;
    color: #333;
    padding: .1042rem 0;
    font-size: 0.088888rem;
    line-height: 1;
    letter-spacing: 1px;
    display: block;
    width: .7813rem;
	margin-bottom: 10px;
}
.sub-item:hover,.sub-item.active{
    background-color: #325648;
    color: #fff;
}


.pro-list-page-search {
    background-color: #fff;
    line-height: .2604rem;
    width: 2.0208rem;
}
.pro-page-form-box input[type=text]{
    font-size: 14px;
    line-height: 1;
    flex: 1;
    padding: 0 .0938rem;
}
.pro-page-form-box input[type=submit]{
    background-color: #fff;
    color: #fff;
    width: .3646rem;
    height: .2604rem;
    background-image: url(../images/serach-ico02.png);
    background-repeat: no-repeat;
    background-size:center;
    background-position: center center;
}


.pro-list-page-list {
}

.pro-list-page-item {
    background-color: #fff;
    margin-bottom: .125rem;
    padding: 2% 2% 0;
    width: 19%;
    height: fit-content;
}

.pro-list-page-item-txt {
	padding: 15px 0;
}

.pro-list-page-item-txt h4 {
    font-size: 0.1rem;
    line-height: 1.5;
}

.pro-list-page-item-txt p {
    font-size: 14px;
    line-height: 1;
}

.pro-list-page-item-tag {
    color: #fff;
    font-size: .0833rem;
    padding: .0365rem .0521rem;
    line-height: 1;
    top: .0625rem;
    right: .0625rem;
}

/* 如果最后一行是4个元素 */
.pro-list-page-item:last-child:nth-child(5n - 1) {
    margin-right: calc(19% + 5% / 4);
}

/* 如果最后一行是3个元素 */
.pro-list-page-item:last-child:nth-child(5n - 2) {
    margin-right: calc(38% + 10% / 4);
}

/* 如果最后一行是2个元素 */
.pro-list-page-item:last-child:nth-child(5n - 3) {
    margin-right: calc(57% + 15% / 4);
}


/*产品详情样式*/
.pro-show {
    background-color: #f5f5f5;
    padding: 10% 3.02% 4%;
}

.pro-show-tit h4 {
    font-size: 41px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 20px;
}

.pro-show-nav {
    font-size: 0.088888rem;
	color: #666;
}

.pro-show-nav a:hover {
    color: #494949;
}

.pro-show-nav em {
    padding: 0 0.052083rem;
    font-size: 0.09375rem;
}

.pro-show-search {
    background-color: #fff;
    border-radius: 200px;
    padding: 0;
}

.pro-show-search .pro-page-form-box {
    width: 24.2604vw;
    margin-top: 0;
}

.pro-show-search .pro-page-form-box input[type=text] {
    padding: 0.0625rem 0.104166rem;
}

.pro-show-search .pro-page-form-box input[type=submit] {
    width: 80px;
    height: 52px;
}

.pro-show-con {
    margin-top: 3%;
}

.pro-show-con-left {
    width: 30.26%;
}

.pro-show-con-right {
    width: 66.62%;
    background-color: #fff;
    padding: 4% 4%;
	line-height: 1.5;
	color: #666;
}

.pro-show-con-right img {
    display: block;
    margin: 0 auto;
	border-radius: 10px;
    width: auto;
}

.pro-show-pic .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: left;
    left: 15px;
    bottom: 15px;
}

.pro-show-pic .swiper-pagination .swiper-pagination-bullet {
    background-color: #000;
    width: 0.052083rem;
    height: 0.052083rem;
}

.pro-show-pic .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #335548;
}

.pro-show-txt {
    margin: 46px 0;
}

.pro-show-txt h4 {
    font-size: 0.15625rem;
    margin-bottom: 15px;
    line-height: 1;
}

.pro-show-txt p {
    font-size: 0.09375rem;
    line-height: 2;
    color: #4b4b4b;
}

.pro-show-list-tit {
    color: #fff;
    font-size: 0.104166rem;
    padding: 0.0625rem 22px;
    line-height: 1;
}

.pro-show-list-con {
    margin-top: 0.125rem;
}

.pro-show-item {
    background-color: #fff;
    margin-bottom: 0.088888rem;
    padding:  5%;
}

.pro-show-item-pic {
    width: 40%;
    margin-right: 5%;
}

.pro-show-item-txt {
    flex: 1;
}

.pro-show-item-txt h4 {
    font-size: 26px;
    line-height: 1;
    margin-bottom: 0.082083rem;
}

.pro-show-item-txt p {
    font-size: 0.088888rem;
    color: #666;
}

.news-con-tit{
    font-size: 45px;
    font-weight: 700;
    line-height: 1;
    margin-top: 2%;
    margin-bottom: 8%;
    letter-spacing: 2px;
}
.news-con-item{
    background-color: #fff;
    padding: 2% 2%;
    margin-bottom: 3%;
}
.news-item-pic{
    width: 34%;
}
.news-item-txt{
    padding: 2% 0 2% 1%;
    width: 53%;
	    transition: all ease-out .3s;
}
.news-item-txt h4{
    font-size: 0.14rem;
    margin-bottom: 15px;
    line-height: 1.5;
}
.news-item-txt p{
    font-size: 0.088888rem;
    line-height: 1.5;
    text-align: justify;
    color: #999;
}
.news-item-date{
    font-size: 28px;
    padding: 2% 0;
    text-align: center;
}

.news-con-item:hover  img{
   transform: scale(1.1,1.1);
}

.news-con-item:hover h4{
    color: #335548;
}

.news-con-item:hover .news-item-txt{
    padding: 2% 0 2% 2%;
}


.news-show-con-left{
    width: 30.26%;
}
.news-show-tit{
    width: 100%;
    background-color: #fff;
    padding: 10%;
}
.news-show-tit h4{
    line-height: 1.5;
    font-size: 0.155555rem;
    font-weight: 700;
    margin-bottom: 0.15625rem;
}
.news-show-tit p{
    font-size: 0.104166rem;
    color: #999;
    margin-bottom: 0.104166rem;
    line-height: 1;
}
.news-show-btn{
    margin: 0.104166rem auto;
    padding: 0.09375rem 70px;
}

/*分页查询样式*/
.pagination{
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagination li a,
.pagination li span{
    width: 0.15625rem;
    height: 0.15625rem;
    margin: 0 5px;
    background-color: #000;
    color: #fff;
    display: flex;
    font-size: 0.072916rem;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    line-height: 1;
}
.pagination li.active a,.pagination li.active span{
    background-color: #335548;
}
.pagination li.disabled a,.pagination li.disabled span{
    background-color: #777;
    cursor: no-drop;
}

.pro-tip{
    color: #ccc;
    font-size: 0.15625rem;
    margin-top: 0.208333rem;
}

.f12{font-size: 0.0625rem!important;}
.f14{font-size: 0.072916rem!important;}
.f16{font-size: 0.088888rem!important;}
.f18{font-size: 0.09375rem!important;}
.f20{font-size: 0.104166rem!important;}
.f24{font-size: 0.125rem!important;}
.f30{font-size: 0.15625rem!important;}
.f40{font-size: 0.208333rem!important;}
.f50{font-size: 0.277777rem!important;}

.pt5{padding-top: 5px!important;}
.pt10{padding-top: 0.052083rem!important;}
.pt20{padding-top: 0.104166rem!important;}
.pt30{padding-top: 0.15625rem!important;}

.pb5{padding-bottom: 5px!important;}
.pb10{padding-bottom: 0.052083rem!important;}
.pb20{padding-bottom: 0.104166rem!important;}
.pb30{padding-bottom: 0.15625rem!important;}
.pb40{padding-bottom: 0.208333rem!important;}

.mt3{margin-top: 3px!important;}
.mt5{margin-top: 5px!important;}
.mt10{margin-top: 0.052083rem!important;}
.mt15{margin-top: 15px!important;}
.mt20{margin-top: 0.104166rem!important;}
.mt30{margin-top: 0.15625rem!important;}
.mt40{margin-top: 0.208333rem!important;}
.mt50{margin-top: 0.277777rem!important;}

.mb5{margin-bottom: 5px!important;}
.mb10{margin-bottom: 0.052083rem!important;}
.mb20{margin-bottom: 0.104166rem!important;}
.mb30{margin-bottom: 0.15625rem!important;}
.mb40{margin-bottom: 0.208333rem!important;}
.mb50{margin-bottom: 0.277777rem!important;}
.mb60{margin-bottom: 60px!important;}

.ml10{margin-left: 0.052083rem!important;}
.ml20{margin-left: 0.104166rem!important;}
.ml30{margin-left: 0.15625rem!important;}
.ml40{margin-left: 0.208333rem!important;}
.ml50{margin-left: 0.277777rem!important;}
.ml60{margin-left: 60px!important;}

.mr10{margin-right: 0.052083rem!important;}
.mr20{margin-right: 0.104166rem!important;}
.mr30{margin-right: 0.15625rem!important;}
.mr40{margin-right: 0.208333rem!important;}
.mr50{margin-right: 0.277777rem!important;}


.white{
    color: #fff;
}
.right-line{
    width: 2px;
    background: #8bbec2;
    height: 0.208333rem;
}

.index-title{
    font-size: 0.291666rem;
    line-height: 1.2;
    font-weight: bold;
}
.num-add{
    position: relative;
}
.num-add:after{
    content: '+';
    font-size: 26px;
    position: absolute;
    top: 0;

}

.footer-title{
    font-size: 0.141666rem;
    color: #333;
	font-weight: bold;
}

.sub-title{
    font-size: 0.088888rem;
	line-height: 1.5;
}

.index-pro-about-pic{
	position: relative;
}

.about-info{
    position: absolute;
    top: 35%;
    left: 8%;
    color: #fff;
    z-index: 99;

}
.index-tag{
     background: #335548;
     border-radius: 200px;
     padding: 2px 0.15625rem;
	font-size: 0.088888rem;
	display: inline-block;
     margin-bottom: 0.052083rem;
 }
.title-line{
    width: 0.234375rem;
    height: 0.067708rem;
    background: url(../images/title-line.png) no-repeat ;
	background-size: cover;
    border-radius: 200px;
    margin-top: 0.104166rem;
	
}
.top-tag{
    width: 100%;
	margin-top: -25%;
	position: relative;
}
.top-tag::after{
	content: '';
	background: #957472;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 40%;
	z-index: -1;

}



.top-tag-left{
	text-align: center;
}
.top-tag-left h4{
	font-size: 0.288888rem;
	margin-bottom: 0.111111rem;
}
.top-tag-left h5{
	font-size: 0.133333rem;
}

.top-tag-left img{
	width: 1.1rem;
	margin: 0 auto;
	padding-top: 15%;
}



.top-tag .top-tag-con{
	background: #2f5648;
	padding: 5%;
	align-items: center;
}

.top-tag .f1{
	margin-right: 10%;
	text-align: center;
}

