@charset "utf-8";
/*public*/
body{margin: 0 auto; padding: 0; font: 16px "Noto Sans SC", "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Helvetica, Tahoma, Arial, sans-serif; color: #333; text-align: center; background: #fff; line-height: 32px;}
h1, h2, h3, h4, p, div, span, b, i, em, ul, li, dl, dd, dt, input, button, textarea, select {margin: 0; padding: 0;}
ul, li, dl, dd, dt{list-style: none;}
button{cursor: pointer;}
a{color: #333; cursor: pointer; text-decoration: none; outline: none; -webkit-tap-highlight-color: transparent; transition: all 0.3s;}
a:hover{color: #007f64;}
a img{border: 0;}
*, ::before, ::after{box-sizing: border-box;}
img{max-width: 100%; height: auto; vertical-align: middle;}
video{outline: none;}
input, button, textarea, select{
  font: inherit;
  outline: none;
  resize: none;
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  background: none;
  border-radius: 0;
}
em, i{font-style: normal;}
::-webkit-scrollbar{width: 5px; height: 5px;}
::-webkit-scrollbar-track{background: #f5f5f5;}
::-webkit-scrollbar-thumb{background: #b2b2b2; border-radius: 5px;}
::-webkit-scrollbar-thumb:hover{background: #007f64;}
.clear{clear: both; height: 0; overflow: hidden; display: block;}
.font{font-family: 'SimSun';}
.omit{word-break: keep-all; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.omit-two{word-break: break-all; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; line-clamp: 2; -webkit-line-clamp: 2; overflow: hidden;}
.omit-three{word-break: break-all; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; line-clamp: 3; -webkit-line-clamp: 3; overflow: hidden;}
.scale img{transition: all 0.6s; -ms-transition: all 0.6s;}
.scale img:hover{transform: scale(1.1); -webkit-transform: scale(1.1);}
.center{display: flex; justify-content: center; align-items: center;}
.center_vertical{display: flex; align-items: center;}
.center_horizontal{display: flex; justify-content: center;}
.row{display: flex; flex-direction: row; flex-wrap: wrap;}
.row_box{display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between;}
.column{display: flex; flex-direction: column; flex-wrap: wrap;}
.column_box{display: flex; flex-direction: column; flex-wrap: wrap; justify-content: space-between;}
.con{padding: 40px 0; display: flex; justify-content: space-between;}
.content{width: 100%; background-color: #fbfbfb;}
.white{background-color: #fff;}
.container{max-width: 1200px; width: 94%; margin: 0 auto; padding: 0; text-align: left;}

/*header*/
#header{position: fixed; top: 0; width: 100%; background-color: #fff; margin: 0 auto; text-align: center; box-shadow: 
rgba(0, 0, 0, 0) 0 1px 0, rgba(255, 255, 255, 0) 0 1px 0 inset; transition: box-shadow 0.6s ease; z-index: 100;}
#header .header_con{height: 106px;}
#header.header_box{box-shadow: rgba(0, 0, 0, 0.08) 0 1px 0, rgba(255, 255, 255, 0.1) 0 1px 0 inset;}
#header .search{width: 100%; height: 100px; background: #fff; position: absolute; left: 0; top: 106px; z-index: 9; border-top: 1px solid #eaeaea; box-shadow: 0 5px 12px -5px rgba(0,0,0,0.1); display: none;}
#header .search form{width: 500px; height: 48px; margin: 26px auto; border: 1px solid #eaeaea; padding: 0 15px 0 20px; border-radius: 5px; overflow: hidden;}
#header .search input[type="text"]{width: 400px; height: 100%; line-height: 1;}
#header .search button{cursor: pointer; position: relative; top: -1px;}

/*menu*/
.menu>ul>li{padding: 0 5px; display: flex; align-items: center;}
.menu>ul>li>a{height: 106px; line-height: 106px; padding: 0 20px; display: block; font-size: 17px; border-bottom: 2px solid transparent; position: relative;}
.menu>ul>li>a:hover{color: #007f64;}
.menu>ul>li>a::after{content: ''; position: absolute; bottom: -2px; left: 50%; width: 0; height: 2px; background: #007f64; opacity: 0; transform: translateX(-50%); transition: width 0.3s ease opacity 0.25s ease;}
.menu>ul>li>a.curr{color: #007f64;}
.menu>ul>li>a.curr::after{width: 100%; opacity: 1; transition: width 0.3s ease;}
.menu>ul>li .mall{margin-left: 25px;}
.menu>ul>li .mall a{padding: 0 20px; height: 38px; line-height: 38px; background-color: #007f64; color: #fff; border-radius: 20px; font-size: 17px; display: block; transition: all 0.3s;}
.menu>ul>li .mall a:hover{opacity: 0.9;}
.menu>ul>li .mall img{margin-left: 22px; cursor: pointer;}
.menu>ul>li>dl{width: 100%; height: 400px; padding: 50px 0; background-color: #fff; border-top: 1px solid #eaeaea; box-shadow: 0 5px 12px -5px rgba(0,0,0,0.1); position: absolute; left: 0; right: 0; top: 106px; z-index: 10; display: none;}
.menu>ul>li>dl .dh>a{line-height: 1; padding-left: 15px; margin-bottom: 30px; display: block; position: relative;}
.menu>ul>li>dl .dh>a::before{content: ''; width: 3px; height: 0; background-color: #007f64; display: block; position: absolute; top: 50%; left:0; transform: translateY(-50%); transition: all 0.3s;}
.menu>ul>li>dl .dh>a:hover::before{height: 20px;}
.menu>ul>li>dl dd .dh_con{margin-left: 100px;}
.menu>ul>li>dl dd .dh_con a{margin-bottom: 30px; line-height: 1; display: block;}
.menu>ul>li>dl dd .dh_con a>i{font-size: 18px; margin-right: 10px; color: #007f64; opacity: 0; transition: all 0.3s;}
.menu>ul>li>dl dd .dh_con a:hover>i{opacity: 1;}
.menu>ul>li>dl dd>.img{width: 500px; height: 298px; border-radius: 15px; overflow: hidden;}
.menu>ul>li>dl dd>.img img{width: 100%; height: 100%; object-fit: cover;}

/*banner*/
.banner{height: calc(90vh + 140px); margin-top: 106px;}
.banner .swiper-slide{background-position: top center; background-repeat: no-repeat; background-size: cover;}
.banner .swiper-pagination{bottom: 260px;}
.banner .swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 5px; background: #fff; opacity: 1; width: 10px; height: 10px; transition: all .3s;}
.banner .swiper-pagination-bullets .swiper-pagination-bullet-active{width: 25px; background: #007f64; border-radius: 5px;}
.banner .swiper-button-next,.banner .swiper-button-prev{width: 15px; height: 24px; background-size: 15px 24px; margin-top: -12px;}
.banner .swiper-button-prev{width: 50px; height: 50px; background-color: rgba(0, 0, 0, 0.5); left: 30px; border-radius: 50%; margin-top: -150px;}
.banner .swiper-button-next{width: 50px; height: 50px; background-color: rgba(0, 0, 0, 0.5); right: 30px; border-radius: 50%; margin-top: -150px;}
.banner .swiper-button-prev::after,
.banner .swiper-button-next::after{font-size: 18px;}

/*banner_inside*/
.banner_inside{height: 68vh; margin-top: 106px;}
.banner_inside .swiper-slide{background-position: center; background-repeat: no-repeat; background-size: cover;}
.banner_inside .swiper-slide .desc{text-align: right;}
.banner_inside .swiper-slide .desc>span{font-size: 48px; font-weight: bold;}
.banner_inside .swiper-slide .desc>p{font-size: 24px; margin-top: 20px;}
.banner_inside .swiper-pagination{bottom: 12px;}
.banner_inside .swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 5px; background: none; opacity: 1; width: 10px; height: 10px; border: 1px solid #fff;}
.banner_inside .swiper-pagination-bullets .swiper-pagination-bullet-active{background: #fff;}
.banner_inside .swiper-button-next,.banner_inside .swiper-button-prev{width: 15px; height: 24px; background-size: 15px 24px; margin-top: -12px;}
.banner_inside .swiper-button-prev{left: 20px;}
.banner_inside .swiper-button-next{right: 20px;}

/*home_pro*/
#home_pro{width: 100%; background-color: #fbfbfb; padding: 100px 0; margin-top: -246px; border-top-left-radius: 400px 250px; position: relative; z-index: 2;}
#home_pro .home_pro_dh .box>em{width: 1px; height: 86px; background-color: #007f64; display: block; margin-bottom: 35px; position: absolute; top: -40px; margin-left: 0; z-index: 2;}
#home_pro .home_pro_dh .box>span{font-size: 36px; font-weight: bold; display: block;}
#home_pro .home_pro_dh .box>p{margin-top: 10px; font-size: 18px;}
#home_pro .home_pro_dh .box>i{width: 30px; height: 8px; background-color: #007f64; border-radius: 5px; margin-top: 10px; display: block;}
#home_pro .home_pro_dh .swiper-pagination{position: relative;}
#home_pro .home_pro_dh .swiper-pagination-bullet{width: 10px; height: 10px; border-radius: 50%; background: #b0aead; opacity: 1; margin: 0 5px;}
#home_pro .home_pro_dh .swiper-pagination-bullet-active{background: #007f64;}
#home_pro .home_pro_dh em{width: 40px; height: 40px; background-color: #007f64; color: #fff; font-size: 24px; border-radius: 50%; margin-left: 12px; cursor: pointer; transition: all 0.3s;}
#home_pro .home_pro_dh em:hover{opacity: 0.9;}
#home_pro .home_pro_con{margin-top: 60px;}
#home_pro .home_pro_con .swiper-slide{background-color: #fff; border-radius: 15px; text-align: center;}
#home_pro .home_pro_con .swiper-slide a{width: 100%; height: 100%; display: block;}
#home_pro .home_pro_con .swiper-slide .img{width: 100%; height: 260px; overflow: hidden; margin: auto;}
#home_pro .home_pro_con .swiper-slide .img img{max-width: 100%; max-height: 100%; object-fit: contain;}
#home_pro .home_pro_con .swiper-slide .desc{padding: 0 25px 25px 25px;}
#home_pro .home_pro_con .swiper-slide span{font-size: 18px; font-weight: bold; display: block;}
#home_pro .home_pro_con .swiper-slide em{width: 12px; height: 2px; background-color: #007f64; display: block; margin: 6px auto;}
#home_pro .home_pro_con .swiper-slide p{color: #464646; margin-top: 10px;}

/*home_ad*/
#home_ad{width: 100%; background-color: #fbfbfb;}
#home_ad .home_ad_con{width: 100%; background-color: #fbfbfb; background-position: top right; background-repeat: no-repeat; background-size: cover; padding: 8% 0 22% 0; border-top-right-radius: 400px 250px; position: relative; z-index: 2;}
#home_ad .home_ad_con i{width: 30px; height: 8px; background-color: #007f64; border-radius: 5px; margin-top: 10px; display: block;}
#home_ad .home_ad_con span{font-size: 26px; display: block; margin: 20px 0 25px 0;}
#home_ad .home_ad_con p{font-size: 48px; font-weight: bold;}
#home_ad .home_ad_con ul{margin-top: 50px; gap: 30px;}
#home_ad .home_ad_con ul>li{width: 78px;}
#home_ad .home_ad_con ul>li .img{width: 78px; height: 78px; background-color: #007f64; border-radius: 50%; margin: auto;}
#home_ad .home_ad_con ul>li span{line-height: 1.4; font-size: 18px; display: block; margin: 20px auto; text-align: center;}

/*home_about*/
#home_about{width: 100%; background-color: #f9f9f9; background-image: url(../images/service_bg.png); background-position: bottom -2% center; background-repeat: no-repeat; padding: 100px 0; margin-top: -240px; border-top-left-radius: 400px 250px; position: relative; z-index: 2;}
#home_about .home_about_dh .box>em{width: 1px; height: 86px; background-color: #007f64; display: block; margin-bottom: 35px; position: absolute; top: -40px; z-index: 2;}
#home_about .home_about_dh .box>span{font-size: 36px; font-weight: bold; display: block;}
#home_about .home_about_dh .box>p{margin-top: 10px; font-size: 18px;}
#home_about .home_about_dh .box>i{width: 30px; height: 8px; background-color: #007f64; border-radius: 5px; margin-top: 10px; display: block;}
#home_about .home_about_dh a.more{width: 160px; height: 50px; line-height: 1; background-color: #007f64; color: #fff; border-radius: 30px;}
#home_about .home_about_dh a.more img{margin-left: 10px; position: relative; top: 2px;}
#home_about .home_about_dh a.more:hover{opacity: 0.9;}
#home_about .home_about_con{margin-top: 30px; line-height: 2.2;}
#home_about .home_about_con .img{margin-top: 50px;}
#home_about .home_about_con .img>img{max-width: 100%;}

/*home_service*/
#home_service{width: 100%; background-color: #f9f9f9;}
#home_service .home_service_con ul>li{position: relative;}
#home_service .home_service_con ul>li .img{width: 100%; height: 100%; overflow: hidden;}
#home_service .home_service_con ul>li .img>img{width: 100%; height: 100%; object-fit: cover; transition: all 0.5s;}
#home_service .home_service_con ul>li .desc{text-align: left; position: absolute; right: 6%; bottom: 8%; z-index: 2;}
#home_service .home_service_con ul>li .desc>span{font-size: 28px; font-weight: bold; display: block;}
#home_service .home_service_con ul>li .desc>p{margin-top: 10px;}
#home_service .home_service_con ul>li .desc>a{margin-top: 10px;}
#home_service .home_service_con ul>li .desc>a>span{border-bottom: 1px solid #666; transition: all 0.3s;}
#home_service .home_service_con ul>li .desc>a>i{width: 40px; height: 40px; border-radius: 50%; background-color: #007f64; color: #fff; font-size: 18px; text-align: center; margin-left: 15px; transition: all 0.3s;}
#home_service .home_service_con ul>li .desc>a:hover>span{border-color: #007f64;}
#home_service .home_service_con ul>li .desc>a:hover>i{opacity: 0.9;}
#home_service .home_service_con ul>li:last-child .img{border-radius: 0 350px 0 0;}

/*content*/
#content .content_dh{border-bottom: 1px solid #eaeaea;}
#content .content_dh .dh_con ul>li{margin-right: 55px;}
#content .content_dh .dh_con ul>li:last-child{margin-right: 0;}
#content .content_dh .dh_con ul>li a{height: 68px; line-height: 1.8; font-size: 16px; border-bottom: 3px solid transparent; display: flex; align-items: center;}
#content .content_dh .dh_con ul>li a.on{color: #007f64; border-color: #007f64;}
#content .content_dh .dh_box i{font-size: 18px; margin: 0 8px;}
#content .content_nav{background-color: #fbfbfb;}
#content .content_con{min-height: 200px; padding: 50px 0 80px 0;}
#content .content_con .content_box{line-height: 2.2;}
#content .content_con .content_box img{max-width: 100%; height: auto !important;}
#content .content_con .content_box video{max-width: 100%; height: auto;}
#content .content_con .content_box iframe{max-width: 100%;}

/*about*/
.about_profile{padding: 75px 0 80px 0;}
.about_profile span{font-size: 34px; text-align: center; display: block;}
.about_profile .desc{margin-top: 30px; line-height: 2.2;}

.about_history{background: url(../images/history_bg.jpg) no-repeat center; background-size: cover; padding: 75px 0;}
.about_history .dh>span{font-size: 34px; text-align: center; display: block;}
.about_history .dh ul{gap: 35px; margin-top: 50px;}
.about_history .dh ul>li{width: calc((100% - 70px)/3); background-color: #fff; text-align: center; padding: 25px; border-radius: 15px; cursor: pointer; transition: all .3s;}
.about_history .dh ul>li>span{font-size: 26px;}
.about_history .dh ul>li:hover{color: #007f64;}
.about_history .dh ul>li.on{color: #007f64;}
.about_history .list{margin-top: 45px;}
.about_history .view{width: 55%;}
.about_history .view .swiper-container{width: 100%; height: auto;}
.about_history .view .swiper-slide{display: flex; align-items: center; justify-content: center; overflow: hidden;}
.about_history .view .swiper-slide .img{width: 100%; height: 100%;}
.about_history .view .swiper-slide .img>img{width: 100%; height: 100%; object-fit: cover;}
.about_history .note{width: 40%; position: relative;}
.about_history .note .swiper-container{width: 100%; height: auto;}
.about_history .note .swiper-slide{display: flex; align-items: center; justify-content: center; overflow: hidden;}
.about_history .note .swiper-slide .desc{width: 100%;}
.about_history .note .swiper-slide .desc em{width: 30px; height: 6px; background-color: #007f64; display: block;}
.about_history .note .swiper-slide .desc span{font-size: 36px; font-weight: bold; color: #007f64; display: block; line-height: 1; margin: 25px 0;}
.about_history .note .swiper-slide .desc .desc_box{line-height: 2; font-size: 18px;}
.about_history .preview{width: 100%; margin-top: 110px; position: relative; border-top: 1px solid #dedede;}
.about_history .preview .swiper-container{width: 90%; height: auto; margin: -57px auto 0;}
.about_history .preview .swiper-wrapper{display: flex; align-items: center; justify-content: center;}
.about_history .preview .swiper-slide{text-align: center; font-size: 24px; font-weight: bold; cursor: pointer;}
.about_history .preview .swiper-slide em{width: 20px; height: 20px; border-radius: 50%; margin: 15px auto; border: 1px solid transparent; transition: all .3s;}
.about_history .preview .swiper-slide em>i{width: 12px; height: 12px; background-color: #007f64; border-radius: 50%; display: block;}
.about_history .preview .swiper-slide-thumb-active{color: #007f64;}
.about_history .preview .swiper-slide-thumb-active em{background-color: #fff; border-color: #007f64;}

.about_culture{padding: 75px 0;}
.about_culture .dh>span{font-size: 34px; text-align: center; display: block;}
.about_culture .list{margin-top: 80px; position: relative;}
.about_culture .list ul>li{width: calc(100% / 3); padding: 3%; text-align: center; position: relative;}
.about_culture .list ul>li:nth-child(2)::before{content: ''; position: absolute; left: 0; top: 0; width: 1px; height: 100%; background: linear-gradient(to bottom, #fff, #ededed);}
.about_culture .list ul>li:nth-child(3)::before{content: ''; position: absolute; left: 0; top: 0; width: 1px; height: 100%; background: linear-gradient(to bottom, #fff, #ededed);}
.about_culture .list ul>li:nth-child(5)::before{content: ''; position: absolute; left: 0; top: 0; width: 1px; height: 100%; background: linear-gradient(to bottom, #ededed, #fff);}
.about_culture .list ul>li:nth-child(6)::before{content: ''; position: absolute; left: 0; top: 0; width: 1px; height: 100%; background: linear-gradient(to bottom, #ededed, #fff);}
.about_culture .list ul>li img{max-width: 102px; height: auto; opacity: 0.8;}
.about_culture .list ul>li span{font-size: 24px; margin-top: 20px; display: block;}
.about_culture .list ul>li p{font-size: 18px; margin: 10px auto 0;}
.about_culture .list .line{width: 100%; height: 1px; background: linear-gradient(to right, #fff, #ededed, #fff); position: absolute; left: 0; right: 0; top: 50%;}

.about_honor{background: url(../images/honor_bg.jpg) no-repeat center; background-size: cover; padding: 75px 0 90px 0;}
.about_honor .dh>span{font-size: 34px; text-align: center; display: block;}
.about_honor .list{margin-top: 60px;}
.about_honor .list .swiper-slide a{width: 100%; display: block;}
.about_honor .list .swiper-slide .img{width: 100%; height: 352px; margin: auto; overflow: hidden;}
.about_honor .list .swiper-slide .img>img{max-width: 100%; max-height: 100%; object-fit: contain;}
.about_honor .list .swiper-slide span{padding: 0 20px; display: block; margin-top: 20px; text-align: center; transition: all 0.3s;}
.about_honor .list .ico{margin-top: 50px;}
.about_honor .list .ico>em{width: 40px; height: 40px; color: #b2b4b6; border: 1px solid #b2b4b6; border-radius: 50%; font-size: 20px; margin: 0 10px; cursor: pointer; transition: all 0.3s;}
.about_honor .list .ico>em:hover{border-color: #007f64; color: #007f64;}

/*pro*/
.pro{padding-top: 45px;}
.pro_box{background-color: #fff; border-radius: 15px; padding: 0 30px;}
.pro_box .box{padding: 20px 0; line-height: 1.4; border-bottom: 1px solid #f1f1f1; align-items: flex-start;}
.pro_box .box:last-child{border-bottom: 0;}
.pro_box .box>span{min-width: 80px; padding-right: 30px; font-size: 18px; line-height: 24px; font-weight: bold; display: block;}
.pro_box .box>button{margin-left: 25px; color: #007f64;}
.pro_box .box dl{width: calc(100% - 80px); gap: 20px 45px;}
.pro_box .box dl>dd{cursor: pointer;}
.pro_box .box dl>dd>i{width: 20px; height: 20px; border: 1px solid #ddd; border-radius: 2px; display: inline-block; margin-right: 10px; position: relative; top: 1px;}
.pro_box .box dl>dd.on>i{background-color: #007f64; border-color: #007f64;}
.pro_box .box dl>dd.on>i::after{content: "✓"; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); color: #fff; font-size: 12px; font-weight: bold; font-family: Arial, sans-serif;}

/*pro_dh*/
.pro_dh{width: 100%; height: 68px; line-height: 68px; background-color: #fbfbfb; border-top: 1px solid #eaeaea; border-bottom: 1px solid #eaeaea; position: fixed; top: 106px; z-index: 100;}
.pro_dh span{font-size: 18px;}

/*list_pro*/
ul.list_pro{margin-top: -50px;}
ul.list_pro>li>span{font-size: 24px; margin: 35px 0; display: block;}
ul.list_pro>li dl{gap: 50px;}
ul.list_pro>li dl>dd{width: calc((100% - 100px)/3); background-color: #fff; border-radius: 15px;}
ul.list_pro>li dl>dd a{display: block;}
ul.list_pro>li dl>dd .img{width: 100%; height: 260px; margin: auto; overflow: hidden;}
ul.list_pro>li dl>dd .img>img{max-width: 100%; max-height: 100%; object-fit: contain;}
ul.list_pro>li dl>dd .desc{padding: 15px 25px 25px 25px;}
ul.list_pro>li dl>dd .desc>span{font-size: 18px; font-weight: bold; text-align: center; display: block; padding-bottom: 20px; border-bottom: 1px solid #f1f1f1;}
ul.list_pro>li dl>dd .desc>p{margin: 20px 0;}
ul.list_pro>li dl>dd .desc>a{width: 100%; height: 48px; line-height: 46px; background-color: #007f64; border: 1px solid #007f64; color: #fff; border-radius: 30px; text-align: center; display: block; transition: all 0.3s;}
ul.list_pro>li dl>dd .desc>a:hover{opacity: 0.9;}
ul.list_pro>li dl>dd .desc>a.buy{background-color: #fff; color: #333; border-color: #b6b6b6; margin-top: 12px;}
ul.list_pro>li dl>dd .desc>a.buy:hover{border-color: #007f64; color: #007f64;}

/*pro_list*/
ul.pro_list{gap: 50px;}
ul.pro_list li{width: calc((100% - 100px)/3); background-color: #fff; padding: 25px; border-radius: 15px;}
ul.pro_list li a{display: block;}
ul.pro_list li .img{width: 100%; height: 260px; margin: auto; overflow: hidden;}
ul.pro_list li .img>img{max-width: 92%; height: 100%; object-fit: contain;}
ul.pro_list li .desc>span{font-size: 18px; font-weight: bold; text-align: center; display: block; padding-bottom: 20px; border-bottom: 1px solid #f1f1f1;}
ul.pro_list li .desc>p{margin: 20px 0;}
ul.pro_list li .desc>a{width: 100%; height: 48px; line-height: 46px; background-color: #007f64; border: 1px solid #007f64; color: #fff; border-radius: 30px; text-align: center; display: block; transition: all 0.3s;}
ul.pro_list li .desc>a:hover{opacity: 0.9;}
ul.pro_list li .desc>a.buy{background-color: #fff; color: #333; border-color: #b6b6b6; margin-top: 12px;}
ul.pro_list li .desc>a.buy:hover{border-color: #007f64; color: #007f64;}

/*display*/
.dis_big{background-color: #fff; margin-top: 200px;}
.dis_big .dis_pic{width: 45%;}
.dis_big .dis_pic img{max-width: 100%;}
.dis_big .dis_desc{width: 45%;}
.dis_big .dis_desc>span{font-size: 30px; font-weight: bold; display: block;}
.dis_big .dis_desc>.desc{font-size: 16px; line-height: 2.4; margin-top: 30px;}
.dis_big .dis_desc>a{width: 176px; height: 48px; line-height: 46px; background-color: #007f64; border: 1px solid #007f64; color: #fff; border-radius: 30px; margin-top: 30px; text-align: center; font-size: 18px; display: block; transition: all 0.3s;}
.dis_big .dis_desc>a:hover{opacity: 0.9;}
.dis_big .view{width: 100%;}
.dis_big .view .swiper-container{width: 100%; height: 540px;}
.dis_big .view .swiper-slide{display: flex; justify-content: center; align-items: center;}
.dis_big .view .swiper-slide img{max-width: 100%; max-height: 100%;}
.dis_big .view .arrow-left{position:absolute; left: 10px; top: 50%; margin-top: -19px; width: 38px; height: 38px; z-index: 10; display: none;}
.dis_big .view .arrow-right{position:absolute; right: 10px; top: 50%; margin-top:- 19px; width: 38px; height: 38px; z-index: 10; display: none;}
.dis_big .preview{width: 100%; margin-top: 15px; position: relative;}
.dis_big .preview .swiper-container{width: 86%; height: 76px; margin: 0 auto;}
.dis_big .preview .swiper-slide{height: 76px; cursor: pointer; text-align: center;}
.dis_big .preview .swiper-slide>.img{height: 100%; position: relative; border: 1px solid #e6e6e6; display: flex; justify-content: center; align-items: center; border-radius: 5px; overflow: hidden;}
.dis_big .preview .swiper-slide>.img>img{max-width: 100%; max-height: 100%;}
.dis_big .preview .swiper-slide-thumb-active>.img{border-color: #007f64;}
.dis_big .preview a{position: absolute; left: 0; top: 50%; margin-top: -38px; width: 12px; height: 76px; cursor: pointer; z-index: 10;}
.dis_big .preview .arrow-right{right: 0; left: auto;}
.dis_big .preview i{font-size: 26px; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);}
.dis_note{text-align: left; margin-top: 85px; line-height: 2.2;}
.dis_note img{max-width: 100%; margin: auto; display: block;}

/*list_share*/
ul.list_share{gap: 25px;}
ul.list_share li{width: calc((100% - 75px)/4); background-color: #fff; border: 1px solid #eaeaea; border-radius: 15px; text-align: center; transition: all 0.3s;}
ul.list_share li .img{width: 100%; height: 130px; margin: 0 auto; overflow: hidden;}
ul.list_share li img{max-width: 80%; max-height: 80%; object-fit: cover; transition: all 0.6s; -ms-transition: all 0.6s;}
ul.list_share li:hover img{transform: scale(1.1); -webkit-transform: scale(1.1);}

/*share_list*/
ul.share_list{gap: 25px;}
ul.share_list li{width: calc((100% - 25px)/2); background-color: #fff; border: 1px solid #eaeaea; border-radius: 15px; text-align: center; padding-bottom: 30px; transition: all 0.3s;}
ul.share_list li .img{width: 156px; height: 85px; background-color: #007f64; border-radius: 0 0 20px 0; margin: 0 auto; overflow: hidden;}
ul.share_list li img{max-width: 90%; max-height: 90%; object-fit: cover; transition: all 0.6s; -ms-transition: all 0.6s;}
ul.share_list li .desc{margin-top: 30px;}
ul.share_list li .desc>span{margin-top: 10px; display: block;}
ul.share_list li:last-child .img{background-color: #18943b;}

/*table*/
table{width: 100%; border-width: 1px; border-color: #eee; border-collapse: collapse;}
table th{border-width: 1px; padding: 8px; border-style: solid; border-color: #eee; background-color: #e8e8e8;}
table td{border-width: 1px; padding: 8px; border-style: solid; border-color: #eee; background-color: #fff;}

/*list_news*/
ul.list_news li{padding: 40px; border: 1px solid #e6e6e6; margin-bottom: 20px; transition: all 0.3s;}
ul.list_news li .desc_box{width: 780px;}
ul.list_news li .date{font-family: Arial; text-align: center;}
ul.list_news li .date>span{font-size: 48px; font-weight: bold; color: #007f64; line-height: 1; display: block;}
ul.list_news li .date>em{display: block;}
ul.list_news li .desc{width: 670px;}
ul.list_news li .desc>span{font-size: 18px; font-weight: bold; display: block;}
ul.list_news li .desc>p{margin-top: 10px; line-height: 1.8; color: #333;}
ul.list_news li .more{height: 40px; line-height: 40px; text-align: center; padding: 0 15px; border: 1px solid #e6e6e6; transition: all 0.3s;}
ul.list_news li .more i{font-size: 18px; margin-left: 10px;}
ul.list_news li:hover{box-shadow: 0 0 10px rgba(0,0,0,0.1);}
ul.list_news li:hover .more{color: #007f64; border-color: #007f64;}

/*list_img_news*/
ul.list_img_news li{padding-bottom: 40px; overflow: hidden;}
ul.list_img_news li .img{width: 320px; height: 200px; overflow: hidden;}
ul.list_img_news li .img img{width: 100%; height: 100%; object-fit: cover; transition: all 0.6s; -ms-transition: all 0.6s;}
ul.list_img_news li .img:hover img{transform: scale(1.1); -webkit-transform: scale(1.1);}
ul.list_img_news li .desc{width: 840px;}
ul.list_img_news li span{font-size: 20px; margin: 10px 0; display: block; margin-top: 20px;}
ul.list_img_news li p{color: #666; line-height: 1.8;}
ul.list_img_news li em{display: block; color: #888; margin-top: 10px;}

/*list_pic_news*/
ul.list_pic_news{gap: 25px;}
ul.list_pic_news li{width: calc((100% - 50px)/3); background-color: #fff; border-radius: 15px; overflow: hidden;}
ul.list_pic_news li .img{width: 100%; height: 246px; overflow: hidden;}
ul.list_pic_news li img{width: 100%; height: 100%; object-fit: cover; transition: all 0.6s; -ms-transition: all 0.6s;}
ul.list_pic_news li:hover img{transform: scale(1.1); -webkit-transform: scale(1.1);}
ul.list_pic_news li .desc{padding: 15px; font-size: 18px;}
ul.list_pic_news li .desc span{min-height: 64px;}
ul.list_pic_news li .desc p{font-size: 16px; color: #666; margin-top: 10px; font-family: Arial;}

/*dis_news*/
#dis_news .news_title{font-weight: bold; font-size: 24px; text-align: center;}
#dis_news .news_date{color: #666; text-align: center; line-height: 1.6;}
#dis_news .news_content{margin-top: 30px;}

/*contact*/
.contact .contact_con{border: 1px solid #eaeaea; border-radius: 15px; overflow: hidden;}
.contact .contact_box{width: 50%; text-align: center;}
.contact .contact_box>.img{width: 80px; height: 80px; border-radius: 50%; border: 2px solid #007f64; margin: auto;}
.contact .contact_box>.img>img{width: 50px; height: auto;}
.contact .contact_box>span{font-size: 24px; font-weight: bold; color: #007f64; display: block; margin-top: 30px;}
.contact .contact_box>.box{margin-top: 20px; font-size: 17px; line-height: 2.2;}
.contact .img{width: 50%; overflow: hidden;}
.contact .img>img{width: 100%; height: auto; object-fit: cover;}
.contact iframe{width: 100%; height: 420px; margin-top: 40px; border: 1px solid #eaeaea; border-radius: 15px;}

/*pages*/
.pages{width: 100%; margin: 60px auto 0; text-align: center;}
.pages .pages_box{display: flex; align-items: center; justify-content: center;}
.pages .pages_con{display: none;}
.pages a{border: 1px solid #e5e5e5; padding: 0 12px; margin: 0 4px;}
.pages a:hover,.pages a.active{background: #007f64; color: #fff; border-color: #007f64;}
.pages span{border: 1px solid #e5e5e5; padding: 0 12px; margin: 0 4px; cursor: pointer;}
.pages span:hover,.pages span.active{background: #007f64; color: #fff; border-color: #007f64;}

/*animate*/
@keyframes rotate{
  from{transform: rotate(0deg);}
  to{transform: rotate(360deg);}
}

/*map*/
.map{width: 100%; height: 400px;}
.anchorBL,
.BMap_noprint.BMap_copyright {
  display: none !important;
}

/*form*/
.form{margin: 0 auto; width: 100%;}
.form .form-group{margin-bottom: 10px;}
.form .form-group{margin-bottom: 15px; display: flex; align-items: center;}
.form .form-group>em{width: 96px; display: inline-block;}
.form .form-group i{width: 10px; display: inline-block;}
.form .form-group:nth-last-child(6){align-items: flex-start;}
.form .form-group input[type="text"]{width: 300px; height: 42px; border: 1px solid #e6e6e6; outline: none; text-indent: 10px; transition: all .6s;}
.form .form-group input[type="text"]:focus{border-color: #007f64;}
.form .form-group input.code{width: 80px;}
.form .form-group img{display: inline-block; margin-left: 10px;}
.form .form-group>textarea{width: 560px; height: 160px; border: 1px solid #e6e6e6; padding: 10px; transition: all .6s;}
.form .form-group>textarea:focus{border-color: #007f64;}
.form .form-group>.box{margin: 0 auto; text-align: center; margin-top: 20px;}
.form .form-group>.box>input{width: 100px; background: #f6f6f6; height: 42px; font-size: 15px; color: #333; border: 0; cursor: pointer; margin: 0 5px;}
.form .form-group>.box>input:hover{background: #007f64; color: #fff;}

/*float*/
.float{width: 50px; position: fixed; right: 0; bottom: 150px; background: #e2e4e3; padding: 10px 0; border-radius: 5px 0 0 5px; z-index: 99;}
.float li{margin: 20px 0; position: relative;}
.float em{display: block; width: 80%; margin: 0 auto; text-align: center; line-height: 1.2; padding-top: 10%;}
.float .note{background: #fff; width: 135px; position: absolute; right: 50px; color: #222; padding: 15px 0 10px 0; text-align: left; padding-left: 10px; line-height: 1.5; font-size: 18px; box-shadow: 0px 6px 30px 1px rgba(0,0,0,.2);-webkit-box-shadow: 0px 6px 30px 1px rgba(0,0,0,.2); display: none;}
.float .note img{width: 120px; height: 120px;}

/*nav*/
#footer_nav{background: #f9f9f9; padding: 80px 0 0 0; border-top: 1px solid #e6e6e6;}
#footer_nav .footer_nav_box .search>span{font-size: 24px; display: block;}
#footer_nav .footer_nav_box .search>form{border-bottom: 1px solid #aaa; margin-top: 20px;}
#footer_nav .footer_nav_box .search>form input{width: 490px; height: 50px; line-height: 1;}
#footer_nav .footer_nav_box .search>form img{margin-right: 5px;}
#footer_nav .footer_nav_con{width: 100%; margin: 0 auto; padding: 50px 0;}
#footer_nav .footer_nav_con a{color: #666;}
#footer_nav .footer_nav_con a:hover{color: #007f64;}
#footer_nav .footer_nav_con .list span{font-size: 18px; display: block; margin-bottom: 15px;}
#footer_nav .footer_nav_con .list ul>li{line-height: 2.2;}
#footer_nav .footer_nav_media{padding-bottom: 35px; margin-top: 10px;}
#footer_nav .footer_nav_media .phone>p{font-size: 32px; font-weight: bold; font-family: Arial;}
#footer_nav .footer_nav_media ul>li{width: 46px; height: 46px; line-height: 1; background-color: #ebebeb; border-radius: 50%; margin-left: 12px;}
#footer_nav .footer_nav_media ul>li a{width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;}
#footer_nav .footer_nav_media ul>li img{max-width: 90%; max-height: 90%; margin: auto;}

/*footer*/
#footer{background: #f9f9f9;}
#footer a:hover{color: #007f64;}
#footer .footer_con{margin: 0 auto; padding: 35px 0; text-align: center; border-top: 1px solid #e6e6e6;}
#footer .footer_copy{text-align: center; padding: 15px 0;}

/*go_top*/
.go_top{width: 50px; height: 50px; background: #222; color: #fff; font-size: 16px; position: fixed; bottom: 60px; right: 20px; text-align: center; cursor: pointer; display: none;}
.go_top em{text-align: center; display: block; line-height: 1; padding-top: 3px;}

/*media*/
@media (min-width: 1100px){
  .header{display: none;}
}
@media screen and (max-width: 1680px){
  #home_pro{border-top-left-radius: 300px 200px;}
  #home_ad .home_ad_con{border-top-right-radius: 300px 200px;}
  #home_about{border-top-left-radius: 300px 200px;}
  #home_service .home_service_con ul>li:last-child .img{border-radius: 0 300px 0 0;}
}
@media screen and (max-width: 1580px){
  #home_pro{border-top-left-radius: 250px 150px;}
  #home_ad .home_ad_con{border-top-right-radius: 250px 150px;}
  #home_about{border-top-left-radius: 250px 150px;}
  #home_service .home_service_con ul>li:last-child .img{border-radius: 0 250px 0 0;}
}
@media screen and (max-width: 1480px){
  #home_pro{border-top-left-radius: 200px 100px;}
  #home_about{border-top-left-radius: 200px 100px;}
  #home_service .home_service_con ul>li:last-child .img{border-radius: 0 200px 0 0;}
}
@media screen and (max-width: 1380px){
  #home_pro{border-top-left-radius: 150px 70px;}
  #home_about{border-top-left-radius: 150px 70px;}
}
@media screen and (max-width: 1280px){
  .banner .swiper-button-prev{width: 40px; height: 40px; left: 20px;}
  .banner .swiper-button-next{width: 40px; height: 40px; right: 20px;}
}
@media screen and (max-width: 1200px){
  .menu>ul>li>a{padding: 0 15px;}
  ul.list_share li .img{height: 10.6vw;}
  ul.list_pic_news li .img{height: 20.5vw;}
}

/*public*/
@media screen and (max-width: 1099px){
html,body{overflow: auto; font-size: 15px; overflow-x: hidden;}
#header{display: none;}
.container{min-width: 94%; width: 94%;}
.con{padding: 0 0 30px 0;}

/*header*/
.header{width: 100%; height: 60px; line-height: 60px; background: #fff; position: fixed; border-bottom: 1px solid #f0f0f0; display: flex; align-items: center; z-index: 999;}
.header .logo img{height: 36px;}
.header .nav{width: 100%; height: 100%; background: #fff; position: absolute; left: 0; top: 60px; z-index: 10; overflow-y: scroll; display: none;}
.header .nav ul li a{display: flex; font-size: 16px; color: #454545; line-height: 16px; text-align: left; padding: 20px; border-bottom: 1px solid #f0f0f0; align-items: center; justify-content: space-between;}
.header .nav ul li a:hover{background: #007f64; color: #fff;}
.header .nav ul li a>i{font-size: 20px; transition: all 0.3s;}
.header .nav ul li dl{display: none;}
.header .nav ul li dl a{padding: 20px 25px;}
.header .nav ul li.on a>i{transform: rotate(90deg);}
.header .header_box .mall{margin-right: 50px;}
.header .header_box .mall a{padding: 0 15px; height: 32px; line-height: 32px; background-color: #007f64; color: #fff; border-radius: 20px; display: inline-block; transition: all 0.3s;}
.header .header_box .mall a:hover{opacity: 0.9;}
.header .header_box .mall img{width: 18px; margin-left: 10px;}
.header .search{width: 100%; background: #fff; position: absolute; left: 0; top: 60px; z-index: 9; box-shadow: 0 5px 12px -5px rgba(0,0,0,0.1); display: none;}
.header .search form{width: 100%; height: 42px; line-height: 40px; margin: 20px auto; border: 1px solid #eaeaea; padding: 0 10px; border-radius: 3px; overflow: hidden;}
.header .search input[type="text"]{width: 80%; font-size: 15px; line-height: 1;}
.header .search button{cursor: pointer; position: relative; top: -1px;}
.header .search button img{width: 18px;}
.header .header_icon{position: fixed; top: 0; right: 0; height: 60px; width: 50px; overflow: hidden; text-indent: 100%; white-space: nowrap; color: transparent;}
.header .header_icon span,.header .header_icon span::after,.header .header_icon span::before{position: absolute; background-color: #007f64; height: 2px; width: 20px; transition: all 0.3s ease;}
.header .header_icon span{left: 50%; top: 50%; -webkit-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%);}
.header .header_icon span::after{content: ''; left: 0; -webkit-transform: translateY(8px); -ms-transform: translateY(8px); transform: translateY(8px);}
.header .header_icon span::before{content: ''; left: 0; -webkit-transform: translateY(-8px); -ms-transform: translateY(-8px); transform: translateY(-8px);}
.header .header_icon.active span{background-color: transparent;}
.header .header_icon.active span::before{-webkit-transform: rotate(45deg) translateX(0); -ms-transform: rotate(45deg) translateX(0); transform: rotate(45deg) translateX(0);}
.header .header_icon.active span::after{-webkit-transform: rotate(-45deg) translateX(0); -ms-transform: rotate(-45deg) translateX(0); transform: rotate(-45deg) translateX(0);}
.header_top{height: 60px;}

/*banner*/
.banner{height: min(80vw, 500px); margin-top: 0;}
.banner .swiper-pagination{bottom: 50px;}
.banner .swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 4px; width: 8px; height: 8px;}
.banner .swiper-pagination-bullets .swiper-pagination-bullet-active{width: 20px;}
.banner .swiper-button-prev{width: 26px; height: 26px; left: 10px; margin-top: -30px;}
.banner .swiper-button-next{width: 26px; height: 26px; right: 10px; margin-top: -30px;}
.banner .swiper-button-prev::after, .banner .swiper-button-next::after{font-size: 10px;}

/*banner_inside*/
.banner_inside{height: min(48vw, 360px);; margin-top: 0;}
.banner_inside .swiper-slide .desc>span{font-size: 18px;}
.banner_inside .swiper-slide .desc>p{font-size: 14px; line-height: 1.4; margin-top: 0;}
.banner_inside .swiper-pagination{bottom: 5px;}
.banner_inside .swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 4px; width: 8px; height: 8px;}
.banner_inside .swiper-button-prev{left: 10px;}
.banner_inside .swiper-button-next{right: 10px;}

/*home*/
#home_pro{margin-top: -50px; border-top-left-radius: 50px 40px; padding: 30px 0;}
#home_pro .home_pro_dh{margin-top: 20px;}
#home_pro .home_pro_dh .box>em{height: 40px; top: -5px;}
#home_pro .home_pro_dh .box>span{font-size: 18px;}
#home_pro .home_pro_dh .box>p{margin-top: 0; font-size: 15px; line-height: 1.6;}
#home_pro .home_pro_dh .box>i{width: 25px; height: 5px;}
#home_pro .home_pro_dh em{width: 26px; height: 26px; font-size: 16px;}
#home_pro .home_pro_dh .swiper-pagination-bullet{width: 8px; height: 8px;}
#home_pro .home_pro_con{margin-top: 30px;}
#home_pro .home_pro_con .swiper-slide .desc{padding: 0 10px 10px 10px;}
#home_pro .home_pro_con .swiper-slide .img{height: 42vw;}
#home_pro .home_pro_con .swiper-slide span{font-size: 16px;}

#home_ad .home_ad_con{border-top-right-radius: 50px 40px; padding: 10vw 0 22vw 0; background-position: top left 30%;}
#home_ad .home_ad_con i{width: 25px; height: 5px;}
#home_ad .home_ad_con span{font-size: 15px; line-height: 1.6; margin: 15px 0 0 0;}
#home_ad .home_ad_con p{font-size: 18px;}
#home_ad .home_ad_con ul{width: 70%; margin-top: 20px; gap: 15px;}
#home_ad .home_ad_con ul>li{width: calc((100% - 45px)/4);}
#home_ad .home_ad_con ul>li .img{width: 40px; height: 40px;}
#home_ad .home_ad_con ul>li .img img{width: 20px;}
#home_ad .home_ad_con ul>li span{font-size: 15px; margin: 10px 0;}

#home_about{border-top-left-radius: 50px 40px; padding: 30px 0; margin-top: -50px; background-size: contain;}
#home_about .home_about_dh{margin-top: 20px;}
#home_about .home_about_dh .box>em{height: 40px; top: -5px;}
#home_about .home_about_dh .box>span{font-size: 18px;}
#home_about .home_about_dh .box>p{margin-top: 0; font-size: 15px; line-height: 1.6;}
#home_about .home_about_dh .box>i{width: 25px; height: 5px;}
#home_about .home_about_dh a.more{width: 140px; height: 40px; font-size: 15px; line-height: 38px; margin-top: 20px;}
#home_about .home_about_con{margin-top: 20px;}
#home_about .home_about_con .desc span{font-size: 16px !important;}
#home_about .home_about_con .img{margin-top: 30px;}

#home_service .home_service_con{width: 94%; margin: 10px auto;}
#home_service .home_service_con ul{display: block;}
#home_service .home_service_con ul>li{width: 100%;}
#home_service .home_service_con ul>li .desc{width: 30%; right: 10px; bottom: 15px;}
#home_service .home_service_con ul>li .desc>span{font-size: 16px;}
#home_service .home_service_con ul>li .desc>p{line-height: 1.4;}
#home_service .home_service_con ul>li .desc>a>i{width: 20px; height: 20px; font-size: 14px; margin-left: 10px;}
#home_service .home_service_con ul>li:last-child{margin-top: 10px;}
#home_service .home_service_con ul>li:last-child .img{border-radius: 0 50px 0 0;}

/*content*/
#content .content_dh .container{display: block;}
#content .content_dh .dh_con ul{white-space: nowrap; overflow-x: scroll; overflow-y: hidden; display: block; text-align: center;}
#content .content_dh .dh_con ul::-webkit-scrollbar{display: none;}
#content .content_dh .dh_con ul>li{margin: 0 2px; display: inline-block;}
#content .content_dh .dh_box{display: none;}
#content .content_dh .dh_con ul>li a{height: 46px; line-height: 46px; font-size: 15px; padding: 0 8px; border-bottom: 0;}
#content .content_dh .dh_con ul>li a.on{color: #007f64; font-weight: bold;}
#content .content_con{padding: 20px 0 30px 0;}

/*about*/
.about_profile{padding: 30px 0;}
.about_profile span{font-size: 20px;}
.about_profile .desc{margin-top: 10px;}

.about_history{padding: 30px 0;}
.about_history .dh>span{font-size: 18px;}
.about_history .dh ul{margin-top: 20px; display: block;}
.about_history .dh ul>li{width: 100%; padding: 15px; border-radius: 10px; margin-bottom: 15px;}
.about_history .dh ul>li>span{font-size: 18px;}
.about_history .dh ul>li>p{line-height: 1.4;}
.about_history .list{margin-top: 25px; display: block;}
.about_history .view{width: 100%;}
.about_history .note{width: 100%;}
.about_history .note .swiper-slide .desc{width: 100%; margin-top: 30px;}
.about_history .note .swiper-slide .desc em{width: 25px; height: 3px;}
.about_history .note .swiper-slide .desc span{font-size: 18px; margin: 15px 0 10px 0;}
.about_history .note .swiper-slide .desc .desc_box{font-size: 15px;}
.about_history .preview{margin: 100px 0 0 0;}
.about_history .preview .swiper-wrapper{justify-content: flex-start;}
.about_history .preview .swiper-container{width: 80%;}
.about_history .preview .swiper-slide{font-size: 18px;}

.about_culture{padding: 30px 0;}
.about_culture .dh>span{font-size: 18px;}
.about_culture .list{margin-top: 20px;}
.about_culture .list ul>li{width: 50%;}
.about_culture .list ul>li::before{display: none;}
.about_culture .list .line{display: none;}
.about_culture .list ul>li img{max-width: 46px;}
.about_culture .list ul>li span{font-size: 18px; margin-top: 10px;}
.about_culture .list ul>li p{font-size: 15px; margin-top: 5px; line-height: 1.6; line-clamp: 4; -webkit-line-clamp: 4;}

.about_honor{padding: 30px 0;}
.about_honor .dh>span{font-size: 18px;}
.about_honor .list{margin-top: 20px;}
.about_honor .list .swiper-slide .img{height: 52vw;}
.about_honor .list .swiper-slide span{margin-top: 10px;}
.about_honor .list .ico{margin-top: 30px;}
.about_honor .list .ico>em{width: 30px; height: 30px; font-size: 16px;}

/*pro*/
.pro{padding-top: 15px;}
.pro_box{padding: 0 15px;}
.pro_box .box{padding: 10px 0;}
.pro_box .box>span{min-width: 60px; line-height: 22px; padding-right: 20px; font-size: 16px;}
.pro_box .box dl{width: calc(100% - 80px); gap: 10px;}
.pro_box .box dl>dd{width: calc((100% - 20px)/2); justify-content: flex-start;}
.pro_box .box dl>dd>i{width: 16px; height: 16px; top: 0;}

/*pro_dh*/
.pro_dh{height: 50px; line-height: 1.4; top: 60px; border-top: 0; display: flex; align-items: center;}
.pro_dh span{font-size: 15px;}

/*list_pro*/
ul.list_pro{margin-top: -20px;}
ul.list_pro li span{font-size: 18px; margin: 15px 0;}
ul.list_pro>li dl{gap: 20px;}
ul.list_pro>li dl>dd{width: 100%; border-radius: 15px;}
ul.list_pro>li dl>dd .img{height: 200px;}
ul.list_pro>li dl>dd .desc{padding: 10px 15px 15px 15px;}
ul.list_pro>li dl>dd .desc>span{font-size: 16px;}
ul.list_pro>li dl>dd .desc>a{height: 46px; line-height: 46px; font-size: 15px;}

/*pro_list*/
ul.pro_list{gap: 20px;}
ul.pro_list li{width: 100%; padding: 15px; border-radius: 15px;}
ul.pro_list li .img{height: 200px;}
ul.pro_list li .desc>span{font-size: 16px;}
ul.pro_list li .desc>a{height: 46px; line-height: 46px; font-size: 15px;}

/*display*/
.dis_big{margin-top: 50px; display: block;}
.dis_big .dis_pic{width: 100%;}
.dis_big .dis_desc{width: 100%; margin-top: 30px;}
.dis_big .dis_desc>span{font-size: 18px;}
.dis_big .dis_desc>.desc{margin-top: 15px; font-size: 15px;}
.dis_big .dis_desc>a{margin-top: 20px; width: 140px; height: 40px; line-height: 38px; font-size: 16px;}
.dis_big .view .swiper-container{height: 300px;}
.dis_big .preview .swiper-container{height: auto;}
.dis_big .preview .swiper-slide{height: auto;}
.dis_big .preview .swiper-slide>.img{height: 60px;}
.dis_big .preview .arrow-left{width: 10px; height: 50px; margin-top: -25px;}
.dis_big .preview .arrow-right{width: 10px; height: 50px; margin-top: -25px;}
.dis_big .preview i{font-size: 26px;}

/*list_share*/
ul.list_share{gap: 15px;}
ul.list_share li{width: calc((100% - 15px)/2); border-radius: 10px;}
ul.list_share li .img{height: 16vw;}
ul.list_share li img{max-width: 60%; max-height: 60%;}
ul.list_share li span{height: 46px; line-height: 46px; font-size: 15px;}

/*share_list*/
ul.share_list{gap: 15px;}
ul.share_list li{width: calc((100% - 15px)/2); border-radius: 10px;}
ul.share_list li .img{width: 60%; height: 50px;}
ul.share_list li .desc{width: 80%; margin: 15px auto 0; line-height: 1.6;}
ul.share_list li .desc .desc_box{display: block;}
ul.share_list li .desc .box span{font-size: 16px !important;}

/*list_news*/
ul.list_news li{padding: 15px;}
ul.list_news li .date>span{font-size: 30px;}
ul.list_news li .desc{width: calc(100% - 80px);}
ul.list_news li .desc>span{font-size: 15px;}
ul.list_news li .desc>p{margin-top: 5px;}
ul.list_news li .more{display: none;}

/*list_img_news*/
ul.list_img_news li{padding-bottom: 0;}
ul.list_img_news li .img{width: 40%; height: 120px;}
ul.list_img_news li .desc{width: 56%;}

/*list_pic_news*/
ul.list_pic_news{gap: 20px;}
ul.list_pic_news li{width: calc((100% - 20px)/2); border-radius: 10px;}
ul.list_pic_news li .img{height: 32vw;}
ul.list_pic_news li .desc{padding: 10px;}
ul.list_pic_news li .desc span{min-height: auto; line-height: 1.6; font-size: 15px;}
ul.list_pic_news li .desc p{margin-top: 5px;}

/*dis_news*/
#dis_news{width: 100%;}
#dis_news img{height: auto !important;}
#dis_news .news_title{font-size: 18px;}
#dis_news .news_content{margin-top: 20px;}

/*contact*/
.contact .contact_con{border-radius: 10px; display: block;}
.contact .contact_box{width: 100%; padding: 25px;}
.contact .contact_box>.img{width: 46px; height: 46px;}
.contact .contact_box>.img>img{width: 26px;}
.contact .contact_box>span{font-size: 18px; margin-top: 10px;}
.contact .contact_box>.box{margin-top: 10px; font-size: 15px; line-height: 1.6;}
.contact .img{width: 100%;}
.contact iframe{margin-top: 20px; height: 260px;}

/*form*/
.form{width: 100%;}
.form .form-group{display: block;}
.form .form-group>em{width: 100%;}
.form .form-group>input[type="text"]{width: 100%;}
.form .form-group>textarea{width: 100%;}
.form .form-group>input.code{width: 70px;}
.form .form-group>.box{margin-top: 30px;}
.form input[type="submit"],input[type="reset"]{width: 40%;}

/*pages*/
.pages{margin-top: 20px;}
.pages .pages_box{display: none;}
.pages .pages_con{display: flex; justify-content: space-between;}
.pages a{padding: 0 8px;}
.pages span{padding: 0 8px; margin: 0;}
.pages .p_page{border: 0;}

/*float*/
.float{display: none;}

/*nav*/
#footer_nav{padding: 30px 0;}
#footer_nav .footer_nav_box .search>span{font-size: 18px;}
#footer_nav .footer_nav_box .search>form{margin-top: 10px;}
#footer_nav .footer_nav_box .search>form input{width: 80%; height: 30px;}
#footer_nav .footer_nav_box .search>form img{width: 16px;}
#footer_nav .footer_nav_box>img{height: 50px;}
#footer_nav .footer_nav_con{padding: 10px 0;}
#footer_nav .footer_nav_con .list{display: none;}
#footer_nav .footer_nav_media{display: block; padding-bottom: 0;}
#footer_nav .footer_nav_media .phone>p{font-size: 18px;}
#footer_nav .footer_nav_media ul{margin-top: 20px; justify-content: center;}
#footer_nav .footer_nav_media ul>li{width: 36px; height: 36px;}
#footer_nav .footer_nav_media ul>li img{max-width: 16px;}

/*footer*/
#footer .footer_con{width: 96%; margin: 0 auto; text-align: center; padding: 15px 0; display: block;}
#footer .footer_con .copy{line-height: 1.6;}
}