@charset "utf-8";
/*public*/
body{margin: 0 auto; padding: 0; font: 15px "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", "Helvetica Neue", Arial, "Noto Sans CJK SC", sans-serif; color: #333; text-align: center; background: #fff; line-height: 30px; -webkit-text-size-adjust: 100% !important; text-size-adjust: 100% !important;}
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; text-decoration: none; outline: none; -webkit-tap-highlight-color: transparent; transition: all 0.3s;}
a:hover{color: #000;}
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: #0e65a3;}
.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: 0; display: flex; justify-content: space-between;}
.content{width: 100%;}
.container{min-width: 1200px; width: 1200px; margin: 0 auto; padding: 0; text-align: left;}

/*header*/
#header{position: absolute; top: 3%; width: 100%; z-index: 9;}

/*navbar*/
.navbar ul{position: fixed; top: 50%; transform: translateY(-50%); left: 3%; z-index: 9;}
.navbar ul>li>a{color: #fff; cursor: pointer; display: flex; align-items: center; justify-content: flex-start; padding: 18px 0; transition: none;}
.navbar ul>li>a>i{width: 16px; height: 2px; background-color: #fff; display: inline-block; margin-right: 15px;}
.navbar ul>li>a>span{display: inline-block; transition: all 0.3s;}
.navbar ul>li>a:hover>span{transform: translateY(-5px);}
.navbar ul.on>li>a{color: #000;}
.navbar ul.on>li>a>i{background-color: #000;}

/*navbar_products*/
.navbar_products ul{position: fixed; top: 50%; transform: translateY(-50%); right: 3%; z-index: 9;}
.navbar_products ul>li>a{color: #fff; cursor: pointer; display: flex; align-items: center; justify-content: flex-end; padding: 18px 0; transition: none;}
.navbar_products ul>li>a>i{width: 12px; height: 12px; border: 2px solid #fff; border-radius: 50%; display: inline-block; margin-left: 15px;}
.navbar_products ul>li>a>span{transition: all 0.3s;}
.navbar_products ul.on>li>a{color: #000;}
.navbar_products ul.on>li>a>i{border-color: #000;}
.navbar_products ul>li>a:hover span{transform: translateY(-5px);}

/*paco*/
.paco{background-color: #0b0708; color: #fff;}
.paco::-webkit-scrollbar{width: 5px; height: 5px;}
.paco::-webkit-scrollbar-track{background: #f5f5f5;}
.paco::-webkit-scrollbar-thumb{background: #b2b2b2; border-radius: 5px;}
.paco::-webkit-scrollbar-thumb:hover{background: #a58f68;}

/*header_paco*/
#header_paco{width: 100%; background-color: #0b0708; position: fixed; top: 0; left: 0; z-index: 9;}
#header_paco .header_con{height: 78px;}
#header_paco .header_con .menu ul>li>a{height: 38px; line-height: 38px; border-bottom: 1px solid transparent;}
#header_paco .header_con .menu ul>li>a.on{border-color: #fff;}

/*animate*/
.animate{position: relative; opacity: 0; transform: translateY(20px);}
.animate-slide{opacity: 0; animation: slideUpFade 1.5s cubic-bezier(0.19, 1, 0.22, 1) forwards;}
@keyframes slideUpFade {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/*menu*/
.menu>ul>li{padding: 0 25px; display: flex; align-items: center; position: relative; z-index: 9;}
.menu>ul>li:last-child{padding-right: 0;}
.menu>ul>li>a{line-height: 58px; color: #fff; display: block; cursor: pointer;}
.menu>ul>li>a:hover{color: #fff; transform: translateY(-5px);}
.menu>ul>li>a.on{color: #fff;}
.menu>ul>li dl{width: 120%; background-color: #fff; margin-left: -10%; border-radius: 10px; position: absolute; left: 0; top: 58px; display: none;}
.menu>ul>li dl>dd{width: 100%;}
.menu>ul>li dl>dd a{display: block; height: 46px; line-height: 46px; text-align: center; padding: 0 20px; border-bottom: 1px solid #f0f0f0;}
.menu>ul>li dl>dd:last-child a{border-bottom: 0;}

/*banner*/
.banner{height: 100%;}
.banner .logo{position: absolute; left: 3%; top: 3%; z-index: 9;}
.banner .swiper-slide .img{width: 100%; height: 100%; background-position: center; background-repeat: no-repeat; background-size: cover; position: absolute; top: 0; left: 0; animation: scale 15s ease-in-out infinite alternate;}
.banner .swiper-slide .desc{margin-top: -12%; position: relative; z-index: 2;}
.banner .swiper-slide .ico{position: absolute; right: 3%; top: 3%;}
.banner .swiper-slide .more{position: absolute; bottom: 80px; animation: down 1.6s ease-in-out infinite alternate;}
.banner .swiper-slide .more>span{color: #fff; margin-top: 10px; display: block;}
.banner .swiper-pagination{bottom: 12px;}
.banner .swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 6px; background: none; opacity: 1; width: 10px; height: 10px; border: 1px solid #fff;}
.banner .swiper-pagination-bullets .swiper-pagination-bullet-active{background: #fff;}
.banner .swiper-button-next,.banner .swiper-button-prev{width: 15px; height: 24px; background-size: 15px 24px; margin-top: -12px;}
.banner .swiper-button-prev{left: 20px;}
.banner .swiper-button-next{right: 20px;}
.banner .banner_bg{width: 100%; height: 130px; background: url(../images/banner_bg.png) no-repeat bottom center; background-size: cover; pointer-events: none; position: absolute; bottom: 0; left: 0; right: 0; z-index: 9;}
@keyframes scale{
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.12);
  }
}
@keyframes down{
	0%{transform: translate(0, 0);}
	50%{transform: translate(0, -10px);}
	100%{transform: translate(0, 0);}
}

/*banner_inside*/
.banner_inside{height: 80vh;}
.banner_inside .swiper-slide .img{width: 100%; height: 100%; background-position: center; background-repeat: no-repeat; background-size: cover; position: absolute; top: 0; left: 0; animation: scale 15s ease-in-out infinite alternate;}
.banner_inside .swiper-slide .desc{margin-top: -10%; position: relative; z-index: 2;}
.banner_inside .swiper-pagination{bottom: 12px;}
.banner_inside .swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 6px; 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;}
.banner_inside .banner_bg{width: 100%; height: 130px; background: url(../images/banner_bg2.png) no-repeat bottom center; background-size: cover; pointer-events: none; position: absolute; bottom: 0; left: 0; right: 0; z-index: 9;}

/*banner_products*/
.banner_products{height: 100vh;}
.banner_products .logo{position: absolute; left: 3%; top: 3%; z-index: 9;}
.banner_products .swiper-slide{background-position: bottom center; background-repeat: no-repeat; background-size: cover;}
.banner_products .swiper-slide .desc{margin-top: -16%; font-size: 18px; color: #fff; text-align: center; position: relative; z-index: 2;}
.banner_products .swiper-slide .desc>span{font-size: 48px; font-weight: bold; display: block;}
.banner_products .swiper-slide .desc>p{margin-top: 35px;}
.banner_products .swiper-slide .ico{position: absolute; right: 3%; top: 3%;}
.banner_products .swiper-pagination{bottom: 12px;}  
.banner_products .swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 6px; background: none; opacity: 1; width: 10px; height: 10px; border: 1px solid #fff;}
.banner_products .swiper-pagination-bullets .swiper-pagination-bullet-active{background: #fff;}
.banner_products .swiper-button-next,.banner_products .swiper-button-prev{width: 15px; height: 24px; background-size: 15px 24px; margin-top: -12px;}
.banner_products .swiper-button-prev{left: 20px;}
.banner_products .swiper-button-next{right: 20px;}

/*banner_paco*/
.banner_paco{height: 80vh; margin-top: 78px;}
.banner_paco .swiper-slide{background-position: center; background-repeat: no-repeat; background-size: cover; clip-path: polygon(0 0, 100% 0, 100% calc(100% - 85px), calc(100% - 105px) 100%, 0 100%);}
.banner_paco .swiper-slide .container{justify-content: flex-end;}
.banner_paco .swiper-slide .desc{min-width: 510px; color: #fff;}
.banner_paco .swiper-slide .desc>em{font-size: 72px; font-family: Arial; line-height: 1; display: block; text-transform: uppercase;}
.banner_paco .swiper-slide .desc>span{width: 60%; font-size: 48px; display: inline-block; margin-top: 40px; border-bottom: 1px solid #fff; line-height: 1; padding-bottom: 25px; margin-bottom: 15px;}
.banner_paco .swiper-slide .desc>p{width: 60%;}
.banner_paco .swiper-pagination{bottom: 12px;}
.banner_paco .swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 6px; background: none; opacity: 1; width: 10px; height: 10px; border: 1px solid #fff;}
.banner_paco .swiper-pagination-bullets .swiper-pagination-bullet-active{background: #fff;}
.banner_paco .swiper-button-next,.banner_paco .swiper-button-prev{width: 15px; height: 24px; background-size: 15px 24px; margin-top: -12px;}
.banner_paco .swiper-button-prev{left: 20px;}
.banner_paco .swiper-button-next{right: 20px;}

/*home_about*/
#home_about{width: 100%; background: url(../images/home_about_bg.png) no-repeat center; background-size: cover;}
#home_about .home_about_con{width: 80%; margin: auto;}
#home_about .home_about_con .desc{width: 50%; padding-left: 100px; text-align: left;}
#home_about .home_about_con .desc>span{font-size: 36px; font-weight: bold; display: block;}
#home_about .home_about_con .desc .desc_box{margin-top: 40px;}
#home_about .home_about_con .desc .more{margin-top: 50px; display: inline-flex; position: relative; top: 0; transition: top 0.3s ease-out;}
#home_about .home_about_con .desc .more>i{width: 26px; height: 26px; line-height: 26px; border: 1px solid #333; border-radius: 50%; margin-left: 10px;}
#home_about .home_about_con .desc .more:hover{top: -10px;}
#home_about .home_about_con .desc .more:hover i{background-color: #333; color: #fff;}
#home_about .home_about_con ul{width: 42%; margin-top: 70px; gap: 50px;}
#home_about .home_about_con ul li{width: calc((100% - 50px)/2); text-align: left;}
#home_about .home_about_con ul li span{align-items: flex-end;}
#home_about .home_about_con ul li span>i{font-size: 72px; font-weight: bold; color: #000; font-family: Arial; line-height: 1; margin-right: 5px;}
#home_about .home_about_con ul li span>p{margin-left: 5px; position: relative; top: -5px;}
#home_about .home_about_con ul li p{line-height: 1.6; margin-top: 10px;}

/*home_services*/
#home_services{width: 100%; background: url(../images/home_service_bg.png) no-repeat center; background-size: cover;}
#home_services .home_services_con{width: 80%; margin: auto;}
#home_services .home_services_con ul>li{width: 50%; padding: 0 5% 0 100px; transition: all 0.3s ease-out;}
#home_services .home_services_con ul>li:last-child{width: 50%;}
#home_services .home_services_con ul>li a{color: #fff;}
#home_services .home_services_con ul>li .img{width: 116px; height: 112px; margin: auto; overflow: hidden;}
#home_services .home_services_con ul>li img{max-width: 100%; display: block; transition: all 0.3s ease-out;}
#home_services .home_services_con ul>li span{font-size: 24px; font-weight: bold; display: block; margin: 20px auto 30px;}
#home_services .home_services_con ul>li i{width: 26px; height: 26px; line-height: 26px; border: 1px solid #fff; border-radius: 50%; color: #fff; margin: 30px auto; transition: all 0.3s ease-out;}
#home_services .home_services_con ul>li:hover{transform: translateY(-10px);}
#home_services .home_services_con ul>li:hover .img img:first-child{margin-top: -112px;}
#home_services .home_services_con ul>li:hover i{background-color: #fff; color: #000;}

/*home_news*/
#home_news{width: 100%; padding: 40px 0 60px 0;}
#home_news .home_news_con{width: 100%; padding-left: calc(10% + 100px); text-align: left;}
#home_news .home_news_con>span{font-size: 36px; font-weight: bold; display: block; text-align: left;}
#home_news .home_news_con ul{gap: 30px; margin-top: 50px;}
#home_news .home_news_con ul>li{width: calc((100% - 60px)/3); position: relative;}
#home_news .home_news_con ul>li a{width: 100%; display: block;}
#home_news .home_news_con ul>li .img{width: 100%; height: 15vw; overflow: hidden;}
#home_news .home_news_con ul>li .img img{width: 100%; height: 100%; object-fit: cover;}
#home_news .home_news_con ul>li span{width: 100%; height: 70px; line-height: 70px; background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1)); text-align: left; padding: 0 20px; color: #fff; display: block; position: absolute; bottom: 0; z-index: 2; pointer-events: none;}
#home_news .home_news_con .more{margin-top: 50px; display: inline-flex; position: relative; top: 0; transition: top 0.3s ease-out;}
#home_news .home_news_con .more>i{width: 26px; height: 26px; line-height: 26px; border: 1px solid #333; border-radius: 50%; margin-left: 10px;}
#home_news .home_news_con .more:hover{top: -10px;}
#home_news .home_news_con .more:hover i{background-color: #333; color: #fff;}

/*left*/
#left{width: 240px;}
#left .left_dh>span{display: block; font-size: 24px; font-weight: bold;}
#left .left_dh>ul{margin-top: 30px; display: flex; flex-direction: column; gap: 20px;}
#left .left_dh>ul>li a{padding: 20px; line-height: 1.4; display: flex; justify-content: center; align-items: center; border: 1px solid #e6e6e6;}
#left .left_dh>ul>li a.on{color: #000; font-weight: bold; border-color: #000;}
#left .left_dh>ul>li a:hover{color: #000; border-color: #000;}

/*right*/
#right{width: 900px;}
#right .right_dh{line-height: 60px; border-bottom: 1px solid #e6e6e6;}
#right .right_dh span{font-size: 18px; font-weight: bold; color: #000; display: block;}
#right .right_dh .dh_box>i{width: 5px; margin: 0 10px;}
#right .right_con{min-height: 200px; padding: 35px 0 0 0;}
#right .right_box{line-height: 2.2; clear: both; overflow: hidden;}
#right .right_box img{max-width: 100%; height: auto !important;}
#right .right_box video{max-width: 100%; height: auto;}
#right .right_box iframe{max-width: 100%;}

/*content*/
#content .content_dh{border-bottom: 1px solid #e6e6e6;}
#content .content_dh .dh_con ul>li{margin-right: 45px;}
#content .content_dh .dh_con ul>li:last-child{margin-right: 0;}
#content .content_dh .dh_con ul>li a{height: 90px; line-height: 1.8; font-size: 16px; border-bottom: 2px solid transparent; display: flex; align-items: center;}
#content .content_dh .dh_con ul>li a.on{border-color: #000;}
#content .content_con{min-height: 200px; padding: 0 0 70px 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: 30px 0 90px 0; background: url(../images/about_bg.png) no-repeat center; background-size: cover;}
.about_profile .dh{font-size: 36px; font-weight: bold;}
.about_profile .desc{gap: 60px; margin-top: 40px;}
.about_profile .desc .desc_box{width: calc((100% - 60px)/2);}
.about_profile ul{margin-top: 50px; gap: 50px;}
.about_profile ul li{text-align: left;}
.about_profile ul li img{max-width: 40px;}
.about_profile ul li span{align-items: flex-end; margin-top: 10px;}
.about_profile ul li span>i{font-size: 72px; font-weight: bold; color: #000; font-family: Arial; line-height: 1; margin-right: 5px;}
.about_profile ul li span>p{margin-left: 5px; position: relative; top: -5px;}
.about_profile ul li p{line-height: 1.6; margin-top: 10px;}

.about_history{padding: 90px 0 60px 0; background-position: center; background-repeat: no-repeat; background-size: cover;}
.about_history .dh{font-size: 36px; color: #fff; font-weight: bold;}
.about_history .list{margin-top: 50px; color: #fff;}
.about_history .view .swiper{width: 100%;}
.about_history .view .swiper-slide{display: flex; align-items: center; justify-content: center; overflow: hidden;}
.about_history .view .swiper-slide .img{width: 430px; height: 320px; border-radius: 10px; overflow: hidden;}
.about_history .view .swiper-slide .img>img{width: 100%; height: 100%; object-fit: cover;}
.about_history .view .swiper-slide .desc{width: 770px; padding-left: 60px;}
.about_history .view .swiper-slide .desc>span>i{font-size: 48px; font-weight: bold; font-family: Arial; margin-right: 10px;}
.about_history .view .swiper-slide .desc>.desc_box{width: 80%; margin-top: 20px; font-size: 16px;}
.about_history .preview{width: 100%; margin: 90px 0 40px 0; position: relative; border-top: 1px solid rgba(255, 255, 255, 0.2);}
.about_history .preview .container{position: relative;}
.about_history .preview a{width: 36px; height: 36px; border-radius: 50%; font-size: 20px; background-color: #fff; position: absolute; top: 50%; margin-top: -42px; z-index: 2; cursor: pointer;}
.about_history .preview a>i{color: #333;}
.about_history .preview .arrow-left{left: 0;}
.about_history .preview .arrow-right{right: 0;}
.about_history .preview .swiper{width: 80%; margin: 0 auto; margin-top: -10px;}
.about_history .preview .swiper-slide{cursor: pointer; text-align: center; color: #fff;}
.about_history .preview .swiper-slide em{width: 18px; height: 18px; border-radius: 50%; margin: 0 auto; border: 1px solid transparent; position: relative;}
.about_history .preview .swiper-slide em>i{width: 12px; height: 12px; background-color: #fff; border-radius: 50%; display: block; margin: 0 auto;}
.about_history .preview .swiper-slide span{font-size: 16px; margin-top: 20px; display: block;}
.about_history .preview .swiper-slide-thumb-active{color: #fff;}
.about_history .preview .swiper-slide-thumb-active em{border-color: #fff;}

.about_director{padding: 90px 0;}
.about_director .dh{font-size: 36px; font-weight: bold;}
.about_director .list{margin-top: 50px;}
.about_director .list .row_box .img{width: 585px; height: 390px; overflow: hidden;}
.about_director .list .row_box .img>img{width: 100%; height: 100%; object-fit: cover;}
.about_director .list .row_box .desc{width: 615px; padding-left: 40px;}
.about_director .list .list_con{margin-top: 50px;}
.about_director .list .list_con>span{font-size: 18px; display: block; margin-bottom: 20px;}
.about_director .list .list_con .swiper-slide a{display: block;}
.about_director .list .list_con .swiper-slide .img{width: 100%; height: 170px; overflow: hidden;}
.about_director .list .list_con .swiper-slide .img>img{width: 100%; height: 100%; object-fit: cover;}
.about_director .list .list_con .swiper-slide span{display: block; margin-top: 15px;}
.about_director .list .list_con .ico{margin-top: 30px; gap: 15px;}
.about_director .list .list_con .ico>em{width: 36px; height: 36px; border: 1px solid #333; border-radius: 50%; font-size: 20px; cursor: pointer; transition: all 0.3s;}
.about_director .list .list_con .ico>em:hover{background-color: #000; color: #fff;}

.about_culture{padding: 90px 0; height: 812px; background-position: center; background-repeat: no-repeat; background-size: cover;}
.about_culture .dh{font-size: 36px; color: #fff; font-weight: bold;}
.about_culture .dh .ico{gap: 15px;}
.about_culture .dh .ico>em{width: 36px; height: 36px; border: 1px solid #fff; border-radius: 50%; font-size: 20px; cursor: pointer; transition: all 0.3s;}
.about_culture .dh .ico>em:hover{border-color: #fff; background-color: #fff; color: #333;}
.about_culture .list{margin-top: 80px; position: relative;}
.about_culture .swiper{padding: 0 2px;}
.about_culture .swiper-slide{width: calc((100% - 150px)/3); border: 1px solid #fff; padding: 50px 30px; color: #fff; text-align: center;}
.about_culture .swiper-slide img{max-width: 66px; margin: auto; display: block;}
.about_culture .swiper-slide span{font-size: 24px; display: block; margin-top: 15px;}
.about_culture .swiper-slide p{min-height: 60px; margin-top: 10px;}
.about_culture .swiper-slide a{width: 96px; height: 30px; line-height: 28px; border: 1px solid #fff; color: #fff; display: block; margin: 40px auto 0; text-align: center; cursor: pointer;}
.about_culture .swiper-slide a>i{margin-left: 10px;}
.about_culture .swiper-slide a:hover{background-color: #fff; color: #000;}
.about_culture ul>li .desc_box{width: 800px; height: 360px; background-color: #fff; color: #333; position: absolute; overflow: auto; left: 0; right: 0; top: 50px; z-index: 2; text-align: left; padding: 30px; margin: auto; display: none;}
.about_culture ul>li .desc_box>span{font-size: 20px; display: block; margin-bottom: 20px;}
.about_culture ul>li .desc_box .close{position: absolute; right: 20px; top: 20px; width: 20px; height: 20px; cursor: pointer;}
.about_culture ul>li .desc_box .close::before{content: ''; position: absolute; width: 2px; height: 20px; background-color: #333; transform: rotate(45deg);}
.about_culture ul>li .desc_box .close::after{content: ''; position: absolute; width: 2px; height: 20px; background-color: #333; transform: rotate(-45deg);}
.about_culture ul>li .desc_box .close:hover::before,
.about_culture ul>li .desc_box .close:hover::after{background-color: #666;}

.about_organization{padding: 60px 0 260px 0; min-height: 642px; background-position: center; background-repeat: no-repeat; background-size: cover;}
.about_organization .container{position: relative;}
.about_organization .dh{font-size: 36px; font-weight: bold;}
.about_organization .list .pic{position: relative; width: 240px; height: 240px; background-color: #fff; border-radius: 50%; box-shadow: 0 0 30px rgba(0, 0, 0, 0.1); margin: 120px auto 0;}
.about_organization .list .pic::before,
.about_organization .list .pic::after{content: ''; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 50%; background: transparent;}
.about_organization .list .pic::before{width: 400px; height: 400px;}
.about_organization .list .pic::after{width: 560px; height: 560px;}
.about_organization .list ul>li a{gap: 15px; position: absolute; left: 0; top: 120px; flex-direction: row-reverse; text-align: right;}
.about_organization .list ul>li .img{width: 60px; height: 60px; background-color: #fff; border-radius: 50%; box-shadow: 0 0 30px rgba(0, 0, 0, 0.1); border: 1px solid #e0e0e0;}
.about_organization .list ul>li .img>img{max-width: 80%;}
.about_organization .list ul>li span{font-size: 24px; font-weight: bold; display: block; margin-bottom: 10px;}
.about_organization .list ul>li .desc{width: 280px; line-height: 1.8;}
.about_organization .list ul>li:nth-child(2) a{position: absolute; left: auto; right: 0; top: 200px; flex-direction: row; text-align: left;}

.about_technology{padding: 90px 0; background-position: center; background-repeat: no-repeat; background-size: cover;}
.about_technology .dh{font-size: 36px; color: #fff; font-weight: bold;}
.about_technology .list{margin-top: 80px;}
.about_technology .list .img{width: 330px;}
.about_technology .list .img img{max-width: 330px; height: auto;}
.about_technology .list .desc{width: 870px; padding-left: 80px; color: #fff;}

.about_group{padding: 90px 0; background-position: center; background-repeat: no-repeat; background-size: cover;}
.about_group .dh{font-size: 36px; font-weight: bold;}
.about_group .list{height: 600px; margin-top: 60px;}
.about_group .list>ul{height: 100%;}
.about_group .list>ul>li{flex: 1; color: #fff; text-align: center; padding: 0 80px; transition: all 0.6s;}
.about_group .list>ul>li .img{width: 80px; height: 80px; border-radius: 50%; border: 1px solid #fff; margin: 0 auto;}
.about_group .list>ul>li .img>img{max-width: 80%;}
.about_group .list>ul>li span{font-size: 24px; display: block; font-weight: bold; margin: 25px 0 40px 0;}
.about_group .list>ul>li .desc_box{min-height: 80px;}
.about_group .list>ul>li a{color: #fff; margin-top: 40px;}
.about_group .list>ul>li a>i{width: 26px; height: 26px; line-height: 24px; border: 1px solid #fff; border-radius: 50%; margin-left: 10px;}
.about_group .list>ul>li:hover{background-color: rgba(255, 255, 255, 0.1);}
.about_group .list>ul>li:hover a>i{background-color: #fff; color: #000;}

.about_honor{padding: 90px 0 120px 0; background-color: #f6f6f6; margin-bottom: -120px;}
.about_honor .dh{font-size: 36px; font-weight: bold;}
.about_honor .list{margin-top: 50px;}
.about_honor .list .swiper-slide a{width: 100%; display: block;}
.about_honor .list .swiper-slide .img{width: 100%; height: 208px; overflow: hidden;}
.about_honor .list .swiper-slide .img>img{width: 100%; height: 100%; object-fit: contain;}
.about_honor .list .swiper-slide span{margin-top: 20px; text-align: center; display: block;}
.about_honor .list .ico{margin-top: 45px;}
.about_honor .list .ico>em{width: 36px; height: 36px; border: 1px solid #333; border-radius: 50%; font-size: 20px; margin: 0 8px; cursor: pointer; transition: all 0.3s;}
.about_honor .list .ico>em:hover{background-color: #000; color: #fff;}

/*products*/
.pro_profile{width: 100%; background-repeat: no-repeat; background-size: cover; background-position: center;}
.pro_profile .pro_profile_con{min-width: unset; width: min(72%, 1200px); margin: auto;}
.pro_profile .pro_profile_con .dh>span{font-size: 36px; font-weight: bold; text-align: center; display: block;}
.pro_profile .pro_profile_con .desc{gap: 60px; margin-top: 60px; flex-shrink: 0;}
.pro_profile .pro_profile_con .desc .desc_box{flex: 1;}
.pro_profile .pro_profile_con .desc ul{width: 362px; gap: 20px;}
.pro_profile .pro_profile_con .desc ul>li{width: 100%; background-color: rgba(70, 99, 128, 0.08); font-size: 18px; border-radius: 15px; padding: 25px 35px;}
.pro_profile .pro_profile_con .desc ul>li img{max-width: 70px; margin-right: 20px;}

.pro_list{width: 100%; background: url(../images/pro_bg.png) no-repeat top center; background-size: cover;}
.pro_list .container{min-width: unset; width: min(72%, 1200px); margin: auto;}
.pro_list .pro_list_con{color: #fff; padding-top: 2vw;}
.pro_list .pro_list_con .dh{position: relative;}
.pro_list .pro_list_con .dh>span{font-size: 36px; font-weight: bold; text-align: center; display: block;}
.pro_list .pro_list_con .dh>.center{margin-top: 30px; gap: 50px;}
.pro_list .pro_list_con .dh>.center em{border-bottom: 1px solid transparent; cursor: pointer; padding-bottom: 5px;}
.pro_list .pro_list_con .dh>.center em.on{border-color: #fff;}
.pro_list .pro_list_con .dh .ico{gap: 15px; position: absolute; right: 0; top: 50%; transform: translateY(-50%);}
.pro_list .pro_list_con .dh .ico>i{width: 36px; height: 36px; border: 1px solid #fff; border-radius: 50%; font-size: 20px; cursor: pointer; transition: all 0.3s;}
.pro_list .pro_list_con .dh .ico>i:hover{background-color: #fff; color: #000;}
.pro_list .pro_list_con .list{min-height: 28vw; margin-top: 30px;}
.pro_list .pro_list_con .list .swiper-slide{height: 12vw; border-radius: 10px; position: relative; overflow: hidden;}
.pro_list .pro_list_con .list .swiper-slide a{height: 100%; display: block;}
.pro_list .pro_list_con .list .swiper-slide .img{width: 100%; height: 100%; overflow: hidden;}
.pro_list .pro_list_con .list .swiper-slide .img>img{width: 100%; height: 100%; object-fit: cover;}
.pro_list .pro_list_con .list .swiper-slide span{width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.6); color: #fff; position: absolute; top: 0; left: 0; z-index: 2; opacity: 0; cursor: pointer; transition: all 0.3s;}
.pro_list .pro_list_con .list .swiper-slide:hover span{opacity: 1;}

.pro_network{width: 100%; background-repeat: no-repeat; background-size: cover; background-position: top center;}
.pro_network .pro_network_con{min-width: unset; width: min(72%, 1200px); margin: auto;}
.pro_network .pro_network_con .dh>span{font-size: 36px; font-weight: bold; text-align: center; display: block;}
.pro_network .pro_network_con .desc{gap: 60px; margin-top: 60px; flex-shrink: 0;}
.pro_network .pro_network_con .desc .desc_box{width: calc((100% - 60px)/2);}
.pro_network .pro_network_con .list{margin-top: 80px;}
.pro_network .pro_network_con .list ul{gap: 25px; flex-wrap: nowrap; transition: all 1s;}
.pro_network .pro_network_con .list ul>li{width: calc((100% - 50px)/3); height: 560px; position: relative; text-align: center; border-radius: 15px; transition: all 1s; background-size: cover; background-repeat: no-repeat; background-position: center right; overflow: hidden;}
.pro_network .pro_network_con .list ul>li .mark{width: 100%; height: 100%; margin: auto; background-color: rgba(0, 0, 0, 0.35); color: #fff; padding: 9vw 30px 30px 30px;}
.pro_network .pro_network_con .list ul>li .mark img{max-width: 50px;}
.pro_network .pro_network_con .list ul>li .mark span{font-size: 20px; font-weight: bold; display: block; margin-top: 20px;}
.pro_network .pro_network_con .list ul>li .mark i{width: 34px; height: 1px; background-color: #fff; display: block; margin: 20px auto;}
.pro_network .pro_network_con .list ul>li .mark em{display: block; margin: 10px 0;}
.pro_network .pro_network_con .list ul>li.on{width: 50%;}

.pro_partner{width: 100%; padding: 80px 0 20px 0; background: url(../images/partner_bg.jpg) no-repeat top center; background-size: cover;}
.pro_partner .container{min-width: unset; width: min(72%, 1200px); margin: auto;}
.pro_partner .pro_partner_con .dh>span{font-size: 36px; font-weight: bold; text-align: center; display: block;}
.pro_partner .pro_partner_con dl{gap: 90px; margin-top: 60px;}
.pro_partner .pro_partner_con dl>dd{width: calc((100% - 90px)/2); text-align: center;}
.pro_partner .pro_partner_con dl>dd .img{height: 105px; align-items: flex-end;}
.pro_partner .pro_partner_con dl>dd .img>img{max-height: 100%;}
.pro_partner .pro_partner_con dl>dd .desc{margin-top: 30px; text-align: left;}
.pro_partner .pro_partner_con .swiper{margin-top: 50px;}
.pro_partner .pro_partner_con .swiper-wrapper{transition-timing-function: linear;}
.pro_partner .pro_partner_con .swiper-slide{text-align: center;}
.pro_partner .pro_partner_con .swiper-slide .img{height: 40px;}
.pro_partner .pro_partner_con .swiper-slide img{max-height: 100%; margin: auto;}
.pro_partner .pro_partner_con .swiper-slide span{display: block;}

/*paco*/
.paco_profile{width: 100%; padding: 70px 0 40px 0;}
.paco_profile .dh>em{font-size: 36px; font-family: Arial; text-transform: uppercase; display: block;}
.paco_profile .dh>span{font-size: 18px; color: #999; display: block; margin-top: 5px;}
.paco_profile .list{margin-top: 40px;}
.paco_profile .list .img{width: 530px; height: 400px; overflow: hidden;}
.paco_profile .list .img img{width: 100%; height: 100%; object-fit: cover;}
.paco_profile .list .desc{width: 640px;}

.paco_products{width: 100%; padding: 70px 0 40px 0;}
.paco_products .dh .box>em{font-size: 36px; font-family: Arial; text-transform: uppercase; display: block;}
.paco_products .dh .box>span{font-size: 18px; color: #999; display: block; margin-top: 5px;}
.paco_products .dh .row>em{padding: 0 20px 10px 20px; cursor: pointer; border-bottom: 1px solid transparent;}
.paco_products .dh .row>em.on{border-color: #fff;}
.paco_products .list{min-height: 500px; margin-top: 40px; width: calc(100% - ((100% - 1200px)/2)); margin-left: calc((100% - 1200px)/2);}
.paco_products .list .swiper{display: none;}
.paco_products .list .swiper-slide a{height: 100%; display: block;}
.paco_products .list .swiper-slide .img{width: 100%; height: 415px; overflow: hidden;}
.paco_products .list .swiper-slide .img img{width: 100%; height: 100%; object-fit: cover;}
.paco_products .list .swiper-slide .desc{width: 100%; background-color: rgba(0, 0, 0, 0.2); padding: 30px 20px; position: absolute; bottom: 0; left: 0; text-align: left; color: #fff; z-index: 2; pointer-events: none;}
.paco_products .list .swiper-slide .desc>span{font-size: 18px; display: block; margin-bottom: 5px;}
.paco_products .list .ico{margin-top: 30px; gap: 15px;}
.paco_products .list .ico>i{width: 36px; height: 36px; border: 1px solid rgba(255, 255, 255, 0.5); border-radius: 50%; font-size: 20px; cursor: pointer; transition: all 0.3s;}
.paco_products .list .ico>i:hover{border-color: #fff;}

.paco_history{width: 100%; padding: 70px 0 100px 0;}
.paco_history .dh>em{font-size: 36px; font-family: Arial; text-transform: uppercase; display: block;}
.paco_history .dh>span{font-size: 18px; color: #999; display: block; margin-top: 5px;}
.paco_history .list{margin-top: 250px; position: relative; border-top: 1px solid rgba(255, 255, 255, 0.2);}
.paco_history .list .container{position: relative;}
.paco_history .list a{width: 36px; height: 36px; border-radius: 50%; font-size: 20px; background-color: #a58f68; position: absolute; top: 50%; margin-top: -18px; z-index: 2; cursor: pointer;}
.paco_history .list a>i{color: #fff;}
.paco_history .list .arrow-left{left: 0;}
.paco_history .list .arrow-right{right: 0;}
.paco_history .list .swiper{width: 90%; margin: 0 auto; margin-top: -168px;}
.paco_history .list .swiper-slide{cursor: pointer; text-align: center; position: relative;}
.paco_history .list .swiper-slide .desc{display: flex; flex-direction: column; padding-top: 158px;}
.paco_history .list .swiper-slide em{width: 18px; height: 18px; border-radius: 50%; margin: 0 auto; border: 1px solid transparent;}
.paco_history .list .swiper-slide em>i{width: 12px; height: 12px; background-color: #fff; border-radius: 50%; display: block; margin: 0 auto;}
.paco_history .list .swiper-slide span{font-size: 16px; margin-top: 10px; margin-bottom: 10px; color: #999; display: block;}
.paco_history .list .swiper-slide .desc_box{color: #999;}
.paco_history .list .swiper-slide .desc_box i{font-size: 48px; margin-right: 5px; font-weight: bold; font-family: Arial; color: #fff;}
.paco_history .list .swiper-slide .desc_box p{line-height: 1.6;}
.paco_history .list .swiper-slide-active em{border-color: #a58f68;}
.paco_history .list .swiper-slide-active em>i{background-color: #a58f68;}
.paco_history .list .swiper-slide:nth-child(2n+1) .desc{flex-direction: column-reverse; padding-top: 0;}

.paco_culture{width: 100%; padding: 100px 0; background-position: center; background-repeat: no-repeat; background-size: cover;}
.paco_culture .dh>em{font-size: 36px; color: #fff; font-family: Arial; text-transform: uppercase; display: block;}
.paco_culture .dh>span{font-size: 18px; color: #fff; display: block; margin-top: 5px;}
.paco_culture .list{margin-top: 50px;}
.paco_culture .list ul{gap: 25px;}
.paco_culture .list ul>li{width: calc((100% - 75px)/4); padding: 60px 25px; background-color: rgba(0, 0, 0, 0.75); text-align: center; transition: all 0.6s;}
.paco_culture .list ul>li:hover{background-color: rgba(173, 146, 119, 0.75);}
.paco_culture .list ul>li img{max-width: 56px;}
.paco_culture .list ul>li span{font-size: 18px; display: block; margin-top: 10px;}
.paco_culture .list ul>li i{width: 34px; height: 1px; background-color: #fff; display: block; margin: 20px auto;}
.paco_culture .list ul>li em{font-size: 16px; display: block; margin: 10px 0;}

.paco_honor{width: 100%; padding: 100px 0;}
.paco_honor .dh>em{font-size: 36px; color: #fff; font-family: Arial; text-transform: uppercase; display: block;}
.paco_honor .dh>span{font-size: 18px; color: #fff; display: block; margin-top: 5px;}
.paco_honor .list{margin-top: 50px;}
.paco_honor .list .swiper-wrapper{padding-bottom: 90px;}
.paco_honor .list .swiper-slide a{width: 100%; color: #fff; display: block;}
.paco_honor .list .swiper-slide .img{width: 100%; height: 156px; overflow: hidden;}
.paco_honor .list .swiper-slide .img img{width: 100%; height: 100%; object-fit: contain;}
.paco_honor .list .swiper-slide span{margin-top: 15px; text-align: center; display: block;}
.paco_honor .list .swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 6px; background: #fff; opacity: 0.8; width: 10px; height: 10px; transition: all 0.3s;}
.paco_honor .list .swiper-pagination-bullets .swiper-pagination-bullet-active{width: 25px; background: #ad9277; border-radius: 5px; opacity: 1;}

.paco_cases{width: 100%; padding: 100px 0; background-position: center; background-repeat: no-repeat; background-size: cover;}
.paco_cases .dh>em{font-size: 36px; color: #fff; font-family: Arial; text-transform: uppercase; display: block;}
.paco_cases .dh>span{font-size: 18px; color: #fff; display: block; margin-top: 5px;}
.paco_cases .list{margin-top: 50px;}
.paco_cases .list .swiper-slide a{color: #fff; display: block;}
.paco_cases .list .swiper-slide .img{width: 100%; height: 208px; overflow: hidden;}
.paco_cases .list .swiper-slide .img img{width: 100%; height: 100%; object-fit: cover;}
.paco_cases .list .swiper-slide span{margin-top: 15px; display: block;}
.paco_cases .list .ico{margin-top: 70px; gap: 15px;}
.paco_cases .list .ico>em{width: 36px; height: 36px; border: 1px solid rgba(255, 255, 255, 0.5); border-radius: 50%; font-size: 20px; cursor: pointer; transition: all 0.3s;}
.paco_cases .list .ico>em:hover{border-color: #fff;}

/*list_pro*/
ul.list_pro{gap: 25px;}
ul.list_pro li{width: 330px; padding: 15px; text-align: center; transition: all 0.3s;}
ul.list_pro li .img{width: 306px; height: 248px; margin: 0 auto; overflow: hidden;}
ul.list_pro li img{width: 100%; height: 100%; object-fit: cover; transition: all 0.6s; -ms-transition: all 0.6s;}
ul.list_pro li:hover img{transform: scale(1.1); -webkit-transform: scale(1.1);}
ul.list_pro li span{padding-top: 10px; font-size: 18px; font-weight: bold; display: block;}
ul.list_pro li p{padding: 15px 15px 0 15px; color: #333; text-align: left; line-height: 1.8; margin-bottom: 15px;}
ul.list_pro li:hover{box-shadow: 0 0 10px #e6e6e6;}

/*list_share*/
ul.list_share{gap: 25px;}
ul.list_share li{width: calc((100% - 50px)/3); text-align: center; transition: all 0.3s;}
ul.list_share li .img{width: 100%; height: 200px; margin: 0 auto; overflow: hidden;}
ul.list_share li img{width: 100%; height: 100%; 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);}
ul.list_share li span{display: block; margin-top: 10px;}

/*share_list*/
ul.share_list{gap: 25px;}
ul.share_list li{width: calc((100% - 75px)/4); text-align: center; transition: all 0.3s;}
ul.share_list li .img{width: 100%; height: 248px; margin: 0 auto; overflow: hidden;}
ul.share_list li img{width: 100%; height: 100%; object-fit: cover; transition: all 0.6s; -ms-transition: all 0.6s;}
ul.share_list li:hover img{transform: scale(1.1); -webkit-transform: scale(1.1);}
ul.share_list li span{height: 56px; line-height: 56px; padding: 0 15px; background-color: #f6f6f6; font-size: 16px; display: block; transition: all 0.3s; -ms-transition: all 0.3s;}
ul.share_list li:hover span{background-color: #000; color: #fff;}

/*table*/
table{width: 100%; border-width: 1px; border-color: #666; border-collapse: collapse;}
table th{border-width: 1px; padding: 8px; border-style: solid; border-color: #666; background-color: #e8e8e8;}
table td{border-width: 1px; padding: 8px; border-style: solid; border-color: #666; background-color: #fff;}

/*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: 540px;}
ul.list_img_news li span{font-size: 18px; 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; margin-top: 10px;}
ul.list_img_news li:last-child{padding-bottom: 0;}

/*list_pic_news*/
ul.list_pic_news li{width: 300px; margin: 0 8px; height: 260px;}
ul.list_pic_news li .img{width: 300px; height: 200px; 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 span{display: block; padding-top: 10px;}

/*dis_news*/
#dis_news .news_title{font-weight: bold; font-size: 20px; text-align: center;}
#dis_news .news_date{color: #666; text-align: center; line-height: 2.2;}
#dis_news .news_content{margin-top: 20px;}
#dis_news .news_page{margin-top: 30px;}
#dis_news .news_page span{font-weight: bold;}

/*pages*/
.pages{width: 100%; margin: 60px auto 0; text-align: center;}
.pages .pages_con{display: none;}
.pages a{border: 1px solid #e5e5e5; padding: 5px 10px; margin: 0 1px;}
.pages a:hover,.pages a.active{background: #000; color: #fff; border-color: #000;}
.pages span{border: 1px solid #e5e5e5; padding: 5px 10px; margin: 0 1px; cursor: pointer;}
.pages span:hover,.pages span.active{background: #000; color: #fff; border-color: #000;}

/*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: #000;}
.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: #000;}
.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: #000; 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;}

/*footer*/
#footer{padding: 140px 0 25px 0; background: url(../images/footer_bg.png) no-repeat top center; background-size: cover;}
#footer .footer_con{margin: 0 auto; text-align: center;}
#footer .footer_con .qcode{gap: 60px;}
#footer .footer_con .qcode .ico{position: relative;}
#footer .footer_con .qcode .ico>img{max-width: 23px; margin-right: 12px; cursor: pointer;}
#footer .footer_con .qcode .ico>span{cursor: pointer;}
#footer .footer_con .qcode .img{width: 100px; height: 100px; background-color: #fff; border-radius: 5px; position: absolute; bottom: 40px; left: 0; right: 0; margin: auto; overflow: hidden; display: none;}
#footer .footer_con .qcode .img>img{max-width: 100%;}
#footer .footer_con .qcode .ico:hover .img{display: block;}
#footer .footer_con ul{margin-top: 30px;}
#footer .footer_con ul>li>a{margin: 0 20px;}
#footer .footer_copy{text-align: center; padding: 15px 0;}
#footer.footer_box{background: #edeef0; padding: 35px 0 25px 0; margin-top: 50px;}
#footer.footer_paco{background: #0b0708; padding: 25px 0;}
#footer.footer_paco .footer_con{border-bottom: 1px solid rgba(255, 255, 255, 0.1);}
#footer.footer_paco ul{margin-top: 0; margin-bottom: 25px;}
#footer.footer_paco ul>li>a{color: #fff; margin: 0 35px; display: block;}
#footer.footer_paco .footer_copy{padding: 30px 0 0 0; color: #999;}

/*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: 769px){
.header{display: none;}
}

/*public*/
@media screen and (max-width: 768px){
html, body{overflow: auto; overflow-x: hidden;}
#header{display: none;}
.container{min-width: 94%; width: 94%;}
.con{padding: 220px 0 0 0;}

/*header*/
.header{width: 100%; height: 60px; line-height: 60px; position: fixed; 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: 0; padding-top: 60px; z-index: 9; overflow-y: auto; display: none;}
.header .nav::-webkit-scrollbar{display: none;}
.header .nav ul li a{display: flex; font-size: 16px; color: #454545; line-height: 16px; text-align: center; padding: 20px; align-items: center; justify-content: center;}
.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: 10px 25px; font-size: 14px;}
.header .nav ul li.on a>i{transform: rotate(90deg);}
.header .header_icon{position: fixed; top: 0; right: 0; z-index: 10; 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: #fff; 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;}
.header_box{background-color: #0e65a3;}
.header_on{width: 100% !important;}
.header_on .header_icon span,.header_on .header_icon span::after,.header_on .header_icon span::before{background-color: #333;}

/*header_home*/
.header_home{width: auto;}
.header_home .header_icon{background-color: #fff; width: 40px; height: 40px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);}
.header_home .header_icon span,
.header_home .header_icon span::after,
.header_home .header_icon span::before{background-color: #333;}

/*header_products*/
.header_products{width: auto;}
.header_products .header_icon{background-color: #fff; width: 40px; height: 40px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);}
.header_products .header_icon span,
.header_products .header_icon span::after,
.header_products .header_icon span::before{background-color: #333;}

/*navbar*/
.navbar{display: none;}

/*navbar_products*/
.navbar_products{display: none;}

/*paco*/
.paco #content{padding-top: 0;}

/*header_paco*/
#header_paco{display: none;}
.header_paco{background-color: #0b0708;}
.header_paco .logo img{height: 30px;}

/*banner*/
.banner{height: 100%;}
.banner .logo img{height: 36px;}
.banner .swiper-slide .ico{height: 20px; top: 4%; display: none;}
.banner .swiper-slide .desc{margin-top: -40%;}
.banner .swiper-slide .desc img{max-width: 80%; margin: auto;}
.banner .swiper-slide .more>span{font-size: 14px;}
.banner .swiper-pagination{bottom: 5px;}
.banner .swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 4px; width: 8px; height: 8px;}
.banner .swiper-button-prev{left: 10px;}
.banner .swiper-button-next{right: 10px;}
.banner .banner_bg{height: 80px;}

/*banner_inside*/
.banner_inside{width: 100%; height: 300px; position: absolute; top: 0;}
.banner_inside .swiper-slide .desc{text-align: center;}
.banner_inside .swiper-slide .desc img{max-width: 50%; margin: auto;}
.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;}
.banner_inside .banner_bg{height: 80px;}

/*banner_products*/
.banner_products{height: 100vh;}
.banner_products .logo img{height: 36px;}
.banner_products .swiper-slide .ico{height: 20px; top: 4%; display: none;}
.banner_products .swiper-slide .desc{margin-top: -50%;}
.banner_products .swiper-slide .desc img{max-width: 80%; margin: auto;}
.banner_products .swiper-slide .desc>span{font-size: 20px;}
.banner_products .swiper-slide .desc>p{width: 90%; font-size: 15px; margin: 10px auto 0;}
.banner_products .swiper-pagination{bottom: 5px;}
.banner_products .swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 4px; width: 8px; height: 8px;}
.banner_products .swiper-button-prev{left: 10px;}
.banner_products .swiper-button-next{right: 10px;}

/*banner_paco*/
.banner_paco{height: 360px; margin-top: 0;}
.banner_paco .swiper-slide{clip-path: polygon(0 0, 100% 0, 100% calc(100% - 25px), calc(100% - 35px) 100%, 0 100%);}
.banner_paco .swiper-slide .desc{min-width: 100%; margin-top: 0; line-height: 1.6;}
.banner_paco .swiper-slide .desc>em{font-size: 32px;}
.banner_paco .swiper-slide .desc>span{font-size: 16px; margin-top: 20px; padding-bottom: 15px; margin-bottom: 10px;}
.banner_paco .swiper-pagination{bottom: 5px;}
.banner_paco .swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 4px; width: 8px; height: 8px;}
.banner_paco .swiper-button-prev{left: 10px;}
.banner_paco .swiper-button-next{right: 10px;}

/*home*/
#home_about .home_about_con .desc{width: 100%; padding-left: 0;}
#home_about .home_about_con .desc>span{font-size: 18px;}
#home_about .home_about_con .desc .desc_box{margin-top: 10px; word-break: break-all; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; line-clamp: 5; -webkit-line-clamp: 5; overflow: hidden;}
#home_about .home_about_con .desc .more{margin-top: 20px;}
#home_about .home_about_con ul{width: 100%; margin-top: 30px; gap: 25px;}
#home_about .home_about_con ul>li{width: calc((100% - 25px)/2);}
#home_about .home_about_con ul li span>i{font-size: 32px;}
#home_about .home_about_con ul li span>p{top: -2px;}

#home_services .home_services_con{width: 94%;}
#home_services .home_services_con ul>li{width: 100%; padding: 0; margin-bottom: 30px;}
#home_services .home_services_con ul>li:last-child{width: 100%; margin-bottom: 0;}
#home_services .home_services_con ul>li a{display: flex; align-items: center;}
#home_services .home_services_con ul>li .desc{width: calc(100% - 86px); text-align: left; padding-left: 25px;}
#home_services .home_services_con ul>li .img{width: 86px; height: 86px;}
#home_services .home_services_con ul>li span{font-size: 18px; margin: 0 0 10px 0;}
#home_services .home_services_con ul>li p{word-break: break-all; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; line-clamp: 3; -webkit-line-clamp: 3; overflow: hidden;}
#home_services .home_services_con ul>li i{margin: 10px 0;}
#home_services .home_services_con ul>li:hover{transform: none;}
#home_services .home_services_con ul>li:hover .img img:first-child{margin-top: 0;}

#home_news{padding: 30px 0 0 0; margin-top: -90px;}
#home_news .home_news_con{width: 94%; padding-left: 0; margin: auto;}
#home_news .home_news_con>span{font-size: 18px;}
#home_news .home_news_con ul{gap: 15px; margin-top: 25px;}
#home_news .home_news_con ul>li{width: calc((100% - 15px)/2);}
#home_news .home_news_con ul>li:nth-child(n+3){display: none;}
#home_news .home_news_con ul>li .img{height: 120px;}
#home_news .home_news_con ul>li span{height: 46px; line-height: 46px; padding: 0 15px;}
#home_news .home_news_con .more{margin-top: 20px;}

/*left*/
#left{width: 100%;}
#left .left_dh>span{display: none;}
#left .left_dh>ul{white-space: nowrap; overflow-x: scroll; overflow-y: hidden; display: block; text-align: center;}
#left .left_dh>ul::-webkit-scrollbar{display: none;}
#left .left_dh>ul>li{margin: 0 5px; display: inline-block;}
#left .left_dh>ul>li a{height: 36px; line-height: 36px; padding: 0 15px;}

/*right*/
#right{width: 100%;}
#right .right_dh{font-size: 15px; display: none;}
#right .right_con{min-height: 320px; padding: 30px 0 0 0;}
#right .right_con img{max-width: 100%; padding: 0 !important;}
#right .right_con iframe{max-width: 100%; height: auto;}
#right .right_con video{max-width: 100%; height: auto;}
#right .right_con table{width: 100% !important;}
#right .right_icon{width: 30px; height: 30px; display: flex; align-items: center; justify-content: center; margin-right: 2px; position: relative;}
#right .right_icon span{width: 5px; height: 5px; border-radius: 50%; background: #222; display: block;}
#right .right_icon span::before{content: ''; width: 5px; height: 5px; border-radius: 50%; background: #222; display: block; position: absolute; left: 0;}
#right .right_icon span::after{content: ''; width: 5px; height: 5px; border-radius: 50%; background: #222; display: block; position: absolute; right: 0;}

/*content*/
#content{padding-top: 240px;}
#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: #000; font-weight: bold;}
#content .content_con{padding: 20px 0 30px 0;}

/*about*/
.about_profile{padding: 0 0 30px 0;}
.about_profile .dh{font-size: 18px;}
.about_profile .desc{margin-top: 10px; gap: 0;}
.about_profile .desc .desc_box{width: 100%;}
.about_profile ul{margin-top: 20px;}
.about_profile ul{gap: 20px;}
.about_profile ul li{width: calc((100% - 20px)/2);}
.about_profile ul li span>p{top: -2px;}
.about_profile ul li span>i{font-size: 32px;}
.about_profile ul li img{max-width: 26px;}

.about_history{padding: 30px 0;}
.about_history .dh{font-size: 18px;}
.about_history .list{margin-top: 20px;}
.about_history .view .swiper-slide{display: block;}
.about_history .view .swiper-slide .img{width: 100%; height: 200px;}
.about_history .view .swiper-slide .desc{width: 100%; padding-left: 0; margin-top: 20px;}
.about_history .view .swiper-slide .desc>span>i{font-size: 28px;}
.about_history .view .swiper-slide .desc>.desc_box{width: 100%; font-size: 15px; margin-top: 10px;}
.about_history .preview{margin: 50px 0 0 0;}
.about_history .preview a{width: 26px; height: 26px; margin-top: -38px;}

.about_director{padding: 30px 0;}
.about_director .dh{font-size: 18px;}
.about_director .list{margin-top: 20px;}
.about_director .list .row_box .img{width: 100%; height: auto;}
.about_director .list .row_box .desc{width: 100%; padding-left: 0; margin-top: 20px;}
.about_director .list .list_con{margin-top: 30px;}
.about_director .list .list_con>span{font-size: 16px;}
.about_director .list .list_con .swiper-slide .img{height: 120px;}
.about_director .list .list_con .ico{margin-top: 20px;}
.about_director .list .list_con .ico>em{width: 30px; height: 30px; font-size: 18px;}

.about_culture{padding: 30px 0; height: auto; padding-bottom: 100px;}
.about_culture .dh{font-size: 18px;}
.about_culture .dh .ico{margin-top: 20px;}
.about_culture .dh .ico>em{width: 30px; height: 30px; font-size: 18px;}
.about_culture .list{margin-top: 20px;}
.about_culture .swiper-slide{width: 100%; padding: 25px 15px;}
.about_culture .swiper-slide img{max-width: 46px;}
.about_culture .swiper-slide span{font-size: 16px; margin-top: 10px;}
.about_culture .swiper-slide p{margin-top: 0;}
.about_culture .swiper-slide a{margin-top: 20px;}
.about_culture .list>ul li .desc_box{width: 100%; height: auto; top: 0;}

.about_organization{padding: 0 0 50px 0; min-height: auto;}
.about_organization .dh{font-size: 18px;}
.about_organization .list{margin-top: 20px;}
.about_organization .list .pic{display: none;}
.about_organization .list ul{gap: 30px;}
.about_organization .list ul>li a{position: static; display: block;}
.about_organization .list ul>li:nth-child(2) a{position: static;}
.about_organization .list ul>li .img{margin: auto;}
.about_organization .list ul>li .desc{width: 100%; text-align: center;}
.about_organization .list ul>li span{font-size: 16px; margin-top: 10px; font-weight: normal;}

.about_technology{padding: 30px 0; }
.about_technology .dh{font-size: 18px;}
.about_technology .list{margin-top: 20px; display: block;}
.about_technology .list .img{width: auto; margin: auto;}
.about_technology .list .desc{width: 100%; padding-left: 0; margin-top: 20px;}

.about_group{padding: 30px 0;}
.about_group .dh{font-size: 18px;}
.about_group .list{margin-top: 20px; display: block; height: auto; background-repeat: no-repeat; background-size: cover;}
.about_group .list>ul{flex-direction: column;}
.about_group .list>ul>li{padding: 30px 20px;}
.about_group .list>ul>li .img{width: 60px; height: 60px;}
.about_group .list>ul>li span{font-size: 16px; font-weight: normal; margin: 10px 0;}
.about_group .list>ul>li a{margin-top: 20px;}
.about_group .list>ul>li:hover{background-color: unset;}
.about_group .list>ul>li:first-child{background-color: rgba(255, 255, 255, 0.1);}

.about_honor{padding: 30px 0 90px 0;}
.about_honor .dh{font-size: 18px;}
.about_honor .list{margin-top: 20px;}
.about_honor .list .swiper-slide .img{height: 120px;}
.about_honor .list .swiper-slide span{margin-top: 10px;}
.about_honor .list .ico{margin-top: 25px;}
.about_honor .list .ico>em{width: 30px; height: 30px; font-size: 18px;}

/*products*/
#products .section, 
#products .fp-tableCell{
  height: auto !important;
}

.pro_profile .pro_profile_con{width: 100%;}
.pro_profile .pro_profile_con .dh{padding-top: 30px;}
.pro_profile .pro_profile_con .dh>span{font-size: 18px;}
.pro_profile .pro_profile_con .desc{display: block; margin-top: 10px;}
.pro_profile .pro_profile_con .desc .desc_box{width: 94%; margin: auto;}
.pro_profile .pro_profile_con .desc ul{width: 94%; margin: 30px auto;}
.pro_profile .pro_profile_con .desc ul>li{padding: 15px; font-size: 16px;}

.pro_list{padding: 100px 0 120px 0;}
.pro_list .container{width: 94%; margin: auto;}
.pro_list .pro_list_con .dh>span{font-size: 18px;}
.pro_list .pro_list_con .dh>.center{margin-top: 20px; display: block; white-space: nowrap; overflow-x: auto;}
.pro_list .pro_list_con .dh>.center::-webkit-scrollbar{display: none;}
.pro_list .pro_list_con .dh>.center>em{display: inline-block; margin: 0 15px;}
.pro_list .pro_list_con .dh .ico{position: static; margin: 30px auto 0; justify-content: center;}
.pro_list .pro_list_con .dh .ico>i{width: 30px; height: 30px; font-size: 18px;}
.pro_list .pro_list_con .list{margin-top: 20px;}
.pro_list .pro_list_con .list .swiper-slide{height: 120px;}

.pro_network{margin-top: -40px;}
.pro_network .pro_network_con{width: 94%; margin: auto;}
.pro_network .pro_network_con .dh>span{font-size: 18px;}
.pro_network .pro_network_con .list{margin-top: 30px;}
.pro_network .pro_network_con .list ul{flex-direction: column; gap: 15px;}
.pro_network .pro_network_con .list ul>li{width: 100%; height: auto; padding: 0; border-radius: 10px;}
.pro_network .pro_network_con .list ul>li .mark{padding: 30px 20px;}
.pro_network .pro_network_con .list ul>li .mark img{max-width: 40px;}
.pro_network .pro_network_con .list ul>li .mark span{font-size: 15px; margin-top: 10px;}
.pro_network .pro_network_con .list ul>li .mark i{margin: 10px auto;}
.pro_network .pro_network_con .list ul>li.on{width: 100%;}

.pro_partner{padding: 30px 0 20px 0;}
.pro_partner .container{width: 94%; margin: auto;}
.pro_partner .pro_partner_con .dh>span{font-size: 18px;}
.pro_partner .pro_partner_con dl{gap: 20px; margin-top: 20px; flex-direction: column;}
.pro_partner .pro_partner_con dl dd{width: 100%;}
.pro_partner .pro_partner_con dl>dd .img{height: auto;}
.pro_partner .pro_partner_con dl>dd .img>img{max-width: 120px;}
.pro_partner .pro_partner_con dl>dd .desc{margin-top: 15px;}
.pro_partner .pro_partner_con .swiper{margin-top: 30px;}

/*paco*/
.paco_profile{padding: 30px 0;}
.paco_profile .dh>em{font-size: 20px;}
.paco_profile .dh>span{font-size: 16px; margin-top: 0;}
.paco_profile .list{margin-top: 20px;}
.paco_profile .list .img{width: 100%; height: 200px;}
.paco_profile .list .desc{width: 100%; margin-top: 20px;}

.paco_products{padding: 10px 0 30px 0;}
.paco_products .dh .box>em{font-size: 20px;}
.paco_products .dh .box>span{font-size: 16px; margin-top: 0;}
.paco_products .dh .row{white-space: nowrap; overflow-x: auto; display: block; margin-top: 20px;}
.paco_products .dh .row::-webkit-scrollbar{display: none;}
.paco_products .dh .row>em{display: inline-block;}
.paco_products .list{width: 100%; margin-left: 3%; margin-top: 20px; min-height: 200px;}
.paco_products .list .swiper-slide .img{height: 200px;}
.paco_products .list .swiper-slide .desc{padding: 15px;}
.paco_products .list .swiper-slide .desc>span{font-size: 16px; margin-bottom: 0;}
.paco_products .list .ico>i{width: 30px; height: 30px; font-size: 18px;}

.paco_history{padding: 10px 0 40px 0;}
.paco_history .dh>em{font-size: 20px;}
.paco_history .dh>span{font-size: 16px; margin-top: 0;}
.paco_history .list{margin-top: 200px;}
.paco_history .list .swiper{margin-top: -162px;}
.paco_history .list .swiper-slide .desc_box i{font-size: 30px;}
.paco_history .list a{width: 30px; height: 30px; font-size: 18px; margin-top: -16px;}
.paco_history .list .swiper-slide .desc{padding-top: 153px;}

.paco_culture{padding: 30px 0;}
.paco_culture .dh>em{font-size: 20px;}
.paco_culture .list{margin-top: 20px;}
.paco_culture .dh>span{font-size: 16px; margin-top: 0;}
.paco_culture .list ul{gap: 15px;}
.paco_culture .list ul>li{width: 100%; padding: 30px 20px;}
.paco_culture .list ul>li span{font-size: 16px;}
.paco_culture .list ul>li img{max-width: 46px;}
.paco_culture .list ul>li i{margin: 15px auto;}

.paco_honor{padding: 30px 0 20px 0;}
.paco_honor .dh>em{font-size: 20px;}
.paco_honor .list{margin-top: 20px;}
.paco_honor .list .swiper-wrapper{padding-bottom: 50px;}
.paco_honor .list .swiper-slide .img{height: 120px;}
.paco_honor .list .swiper-slide span{margin-top: 10px;}
.paco_honor .list .swiper-pagination-bullets .swiper-pagination-bullet{width: 8px; height: 8px;}
.paco_honor .list .swiper-pagination-bullets .swiper-pagination-bullet-active{width: 20px;}

.paco_cases{padding: 30px 0;}
.paco_cases .dh>em{font-size: 20px;}
.paco_cases .dh>span{font-size: 16px; margin-top: 0;}
.paco_cases .list{margin-top: 20px;}
.paco_cases .list .swiper-slide .img{height: 120px;}
.paco_cases .list .swiper-slide span{margin-top: 10px;}
.paco_cases .list .ico{margin-top: 25px;}
.paco_cases .list .ico>em{width: 30px; height: 30px; font-size: 18px;}

/*list_share*/
ul.list_share{gap: 15px;}
ul.list_share li{width: calc((100% - 15px)/2);}
ul.list_share li .img{height: 120px;}
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);}
ul.share_list li .img{height: 120px;}
ul.share_list li span{height: 46px; line-height: 46px; font-size: 15px;}

/*list_img_news*/
ul.list_img_news li{padding-bottom: 20px;}
ul.list_img_news li .img{width: 40%; height: 110px;}
ul.list_img_news li .desc{width: 56%;}
ul.list_img_news li .desc span{font-size: 16px; margin: 0; line-height: 1.4;}
ul.list_img_news li .desc p{margin-top: 10px; line-height: 1.6;}
ul.list_img_news li em{margin-top: 5px;}

/*list_pic_news*/
ul.list_pic_news li{width: 48%; margin-left: 4%; margin-bottom: 4%;}
ul.list_pic_news li:nth-child(2n+1){margin-left: 0;}
ul.list_pic_news li .img{width: 100%; height: 120px;}
ul.list_pic_news li span{font-size: 15px;}
ul.list_pic_news li p{padding-top: 5px;}

/*dis_news*/
#dis_news{width: 100%;}
#dis_news img{height: auto !important;}
#dis_news .news_title{font-size: 16px; line-height: 1.6;}
#dis_news .news_content{margin-top: 10px;}

/*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: 0px 8px;}
.pages span{padding: 0px 8px; margin: 0;}
.pages .p_page{border: 0;}

/*float*/
.float{display: none;}

/*footer*/
#footer{padding: 0;}
#footer .footer_con{width: 96%; margin: 0 auto; text-align: center;}
#footer .footer_con ul{display: none;}
#footer .footer_con .qcode{display: none;}
#footer .footer_copy{margin: 0 auto; width: 94%; padding: 80px 0 15px 0; line-height: 1.8;}
#footer.footer_box{margin-top: 15px; padding: 0;} 
#footer.footer_box .footer_copy{padding: 25px 0;}
#footer.footer_paco .footer_con{border: 0;}
#footer.footer_paco .footer_copy{padding: 0;}
}