/*头尾*/
.header{width: 100%;height: 100px;position: fixed;top: 0;left: 0;z-index: 999;transition: all .3s ease-out;}
.header .index_wrapper{height: 100%;display: flex; align-items: center;justify-content: space-between; }
.header .logo img{height: 70px;transition: all .3s ease-out;}

.header .nav{height: 100%;display: flex;flex-wrap: wrap;}
.header .nav> li{position: relative;margin-left: 40px;display: flex;align-items: center;transition: all .3s ease-out; }
.header .nav> li:first-child{margin-left: 0;}
.header .nav> li> a{height: 100%;display:flex;align-items: center;transition: inherit;color: #fff; font-weight: 700; font-size: 21px;}
.header .nav> li> i.arrow::after{content: '+';transition:all .3s linear;display: inline-block;margin-left: 5px;text-align: center;}
.header .nav .children{position: absolute;top:100%;left:50%;z-index: 3;width:auto;transform: translateX(-50%) scaleY(0);transform-origin: top;min-width:100%;background: #fff;opacity: 0;box-shadow: 0 2px 4px #eee; width: max-content;max-height: 410px;display: flex;flex-direction: column;flex-wrap: wrap;}
.header .nav .children li{padding: 8px 20px;border-bottom: 1px solid rgba(0,0,0,.04);text-align: center;}
.header .nav .children li:last-child{border-bottom: 0;}
.header .nav .children li a{display: block;white-space: nowrap;font-size: 16px; line-height: 40px; color: #555;transition: all .3s linear; }
.header .nav .children li a:hover{color: #000;}

.header .right{display: flex;align-items: center;}

.header .lang{position: relative;}
.header .lang .inner{cursor: pointer;}
.header .lang .inner p{margin: 0 10px;color: #fff; font-size: 20px;}
.header .lang ul{position: absolute;top: 100%;left: 0;min-width: 100%;text-align: center;padding-top: 10px;transform: scaleY(0);transform-origin: top;transition: all .3s ease-out;}
.header .lang li a{font-size: 16px;height: 36px;line-height: 36px;display: block;background-color: #fff;}
.header .lang li a:hover{background-color: var(--primary-color);color: #fff;}
.header .lang:hover ul{transform: scaleY(1);z-index: 999;}

/*.header.shade	{background-color: rgba(0,0,0,.2) !important;}*/
.header.shadow{background-color: rgba(0,0,0,.2) !important;}
 
.menu_btn{width: 20px;height: 50px;cursor: pointer;display: none;position: relative;}
.menu_btn span{width: 20px;height: 2px;background: #fff;position: absolute;top: 0;left: 0;right: 0;bottom: 0;margin: auto;will-change: transform;transition: .75s cubic-bezier(.19,1,.22,1);}
.menu_btn span:first-child{transform: translateY(-6px) scaleX(1);transition-delay: .4s;}
.menu_btn span:nth-child(2){transform: scaleX(1);transition-delay: 350ms;}
.menu_btn span:nth-child(3){transform: translateY(6px) scaleX(1);transition-delay: .3s;}
.menu_btn span:nth-child(4){transform: rotate(45deg) scaleX(0);transition-delay: 50ms;}
.menu_btn span:last-child{transform: rotate(-45deg) scaleX(0);transition-delay: 0s;}
.menu_btn.toggle span:first-child{transform: translateY(-6px) scaleX(0);transition-delay: .1s;}
.menu_btn.toggle span:nth-child(2){transform: scaleX(0);transition-delay: 50ms;}
.menu_btn.toggle span:nth-child(3){transform: translateY(6px) scaleX(0);transition-delay: 0s;}
.menu_btn.toggle span:nth-child(4){transform: rotate(45deg) scaleX(1);transition-delay: .3s;}
.menu_btn.toggle span:last-child{transform: rotate(-45deg) scaleX(1);transition-delay: 350ms;}

.footer{background: rgba(0,0,0,.8);color: rgba(255, 255, 255, .4);font-size: 16px;padding: 50px 0 0;}
.footer .nav{flex: 1;display: flex;justify-content: space-between;padding-right: 10%;}
.footer .nav .title h3{font-size: 22px;color: #fff;margin-bottom: 10px;line-height: 1;display: flex;align-items: center;}
.footer .nav .title h3::after{content: '';display: block;width: 10px;height: 10px;background-color: #fff;border-radius: 50%;margin-left: 10px;}
.footer .nav .title p{color: rgba(255,255,255,.2);text-transform: uppercase;}
.footer .nav li{margin-top: 18px;}
.footer .nav li a{ color: rgba(255, 255, 255, .4);}
.footer .ewm{color: #fff;display: flex;text-align: center; padding-top: 50px;}
.footer .ewm li:last-child{margin-left: 30px;}
.footer .ewm li .pic{background: url(../images/bg_ewm.png) no-repeat center/100% 100%;padding: 5px;margin-bottom: 10px;}
.footer .ewm li .pic img{height: 120px;}
.footer .contact{margin-top: 30px;}
.footer .contact li{display: flex;align-items: flex-start;max-width: 50%;}
.footer .contact li .icon{width: 40px;height: 40px;background-color: #fff;border-radius: 50%;padding: 8px;margin-right: 10px;}
.footer .contact li .txt{width: calc(100% - 50px);color: #fff;font-size: 18px;}
.footer .btm{border-top: 1px solid rgba(255,255,255,.1);padding: 15px 0;margin-top: 30px;text-align: center;}

.footer-fix{box-shadow:0 0 10px rgba(0,0,0,0.2);position:fixed;bottom:0;left:0;width:100%;background-color:var(--primary-color);  z-index:10;display:none}
.footer-fix li{float:left;width:25%}
.footer-fix li a{display:block;text-align:center;padding:7px 0;font-size:12px;line-height:1;color: #fff;}
.footer-fix li i{display:block;height:20px;background:no-repeat center;background-size:contain;margin-bottom:4px}
.footer-fix li i.i1{background-image:url(../images/footer_01.png)}
.footer-fix li i.i2{background-image:url(../images/footer_02.png)}
.footer-fix li i.i3{background-image:url(../images/footer_03.png)}
.footer-fix li i.i4{background-image:url(../images/footer_04.png)}

.popup{position: fixed;top: 0;left: 0;z-index: 999;width: 100%;height: 100%;background: rgba(0,0,0,.8);display: none;}
.popup .wrap{width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;}
.popup .section{padding: 50px 80px 40px;background-color: #fff;border-radius: 4px;position: relative;}
.popup .bar{width: 100%;height: 30px;background-color: rgba(0,0,0,.2);position: relative;}
.popup .close{position: absolute;top: 0;right: 0;width: 30px;height: 30px;background: url(../images/close.png) no-repeat center/15px;border-top-right-radius: 4px;cursor: pointer;transition:all .3s linear;}
.popup .close:hover{background-color: #999;}
.popup ul li{display: none;}
.popup p{font-size: 16px;color: #000;text-align: center;margin-top: 10px;}
.popVideo video{max-width: 100%;max-height: 100%;}

/*首页*/
.indexContainer .slide-inner{height: 100%;padding-top: 74px;display: flex;flex-direction: column;justify-content: center;}
.indexContainer>.swiper-pagination .swiper-pagination-bullet{width: 12px;height: 12px;margin: 10px 0;}
.indexContainer .swiper-slide .swiper-pagination .swiper-pagination-bullet{width: 12px;height: 12px;border-radius: 0;}

.index_footer .ani_y{width: 80%;height: auto;display: block;animation: cloudMove 68s linear alternate infinite;position: absolute;top: 1vw;left: 50%;margin-left: -40%;}
.index_footer{background: url(../images/bg_footer.jpg) no-repeat center/cover;display: flex;flex-direction: column;justify-content: flex-end;}

.index_title{align-items: center;display: flex;justify-content: space-between;margin-bottom: 30px;}
.index_title .title{align-items: center;}
.index_title h3{margin-right: 20px;}
.index_title .more{padding: 10px 20px;border: 1px solid var(--primary-color);border-radius: 4px;font-size: 16px;color: var(--primary-color);}
.index_title .more:hover{background-color: var(--primary-color);color: #fff;}
.index_title .right *:not(:first-child){margin-left: 15px;}

.index_banner{width:100%;height:100%;}
.index_banner img{width:100%;height:100%;object-fit: cover;}

.index_about{display: flex;flex-wrap: wrap;font-size: 16px;}
.index_about .left,
.index_about .right{width: 50%;}
.index_about .top{width: 100%;height: 69%;}
.index_about .btm{width: 100%;height: 31%;background-color: var(--primary-color);display: flex;flex-direction: column;justify-content: center;}
.index_about .left{padding: 0 4%;display: flex;flex-direction: column;justify-content: center;}
.index_about .left h4{margin: 15px 0;}
.index_about .left p{line-height: 2;color: #000;}
.index_about .leader{display: flex;align-items: flex-end;margin-top: 50px;}
.index_about .leader .photo{margin-right: 20px;width: 200px;}
.index_about .leader h4{margin: 5px 0;}
.index_about .counts{height: 100%;display: flex;justify-content: space-around;align-items: center;color: #fff;text-align: center;}
.index_about .counts li b{font-size: 34px;line-height: 1;}
.index_about .counts li>div{display: inline-block;padding-right: 14px;}
.index_about .counts li i{position: absolute;right: 0;top: 0;font-weight: bold;line-height: 1;font-size: 18px;}
.index_about .counts li p{font-size: 20px;}
.index_about .counts li p::before{content: '';width: 2em;height: 5px;background-color: #fff;display: block;margin: 15px auto; }
.index_about .swiper img{width: 100%;height: 100%;object-fit: cover;}

.index_history{background: url(../images/bg03.jpg) no-repeat center/cover;}
.index_history_section{height: 560px;}
.index_history_section p{color: rgba(255, 255, 255, .8);line-height: 1.8;}
.index_history .left{width: 55%;height: 100%;display: flex;justify-content: flex-end;align-items: center;}
.index_history .right{width: 45%;height: 100%;display: flex;justify-content: center;align-items: center;}
.index_history .left .inner{width: 500px;height: 100%;padding: 50px;background-color: rgba(26, 42, 102, .9);}
.index_history .right .inner{width: 350px;height: 100%;padding: 80px 0;position: relative;background: url(../images/dashed.png) no-repeat calc(100% - 5px) top/1px 100%;}
.swiper_index_history_main{width: 100%;height: 100%;}
.swiper_index_history_main .swiper-slide .year{color: #fff;}
.swiper_index_history_main .swiper-slide .year::after{content: '';margin: 10px 0 20px;width: 1em;height: 3px;background-color: #fff;display: block;}
.swiper_index_history_main .swiper-slide .more{display: flex;justify-content: flex-end;color: #fff;margin-top: 20px;}
.swiper_index_history_main .swiper-slide .more a:hover{color: inherit;text-decoration: underline;}
.swiper_index_history_tab{width: 100%;height: 100%;padding: 0 30px;text-align: right;}
.swiper_index_history_tab .swiper-slide .year{font-size: 26px;color: #fff;font-weight: bold;line-height: 1;margin-bottom: 10px;position: relative;}
.swiper_index_history_tab .swiper-slide .year::before{content: '';display: block;position: absolute;top: calc(50% - 5px);right: -30px;width: 11px;height: 11px;border-radius: 50%;background-color: #fff;}
.swiper_index_history_tab .swiper-slide.swiper-slide-thumb-active .year::before{background-color: var(--primary-color);}
.index_history .swiper-button-next, 
.index_history .swiper-button-prev{top: auto;bottom: 40px;background-color: #fff;border-radius: 50%;width: 36px;height: 36px;}
.index_history .swiper-button-prev{left: auto;right: 60px;}
.index_history .swiper-button-next::after, 
.index_history .swiper-button-prev::after{font-size: 15px;color: #000;font-weight: bold;}

.index_products{width: 100%;position: relative;overflow: hidden; }
.index_products .bg{position: absolute;top: 0;width: 0;width: 100%;height: 100%;object-fit: cover;z-index: -1;transition: all 2s ease-out;}
.index_products .index_title{width: 94%;margin: 30px auto;color: #fff; }
.index_products .index_title h3{color: #fff;}
.index_products .index_title .more{ color: #fff; border: 1px solid #fff;}

.swiper_index_products{width: 94%;margin: 0 auto; padding-bottom: 80px;}
.swiper_index_products .swiper-slide .pic{overflow: hidden;} /* height: 30vw; */
.swiper_index_products .swiper-slide .pic img{width: 100%;object-fit: cover;transition: all .3s ease-out;} /* height: 100%; */
.swiper_index_products .swiper-slide .title{width: 100%;padding: 15px 10px;background: #f1f1f1 url(../images/icon_link.jpg) no-repeat calc(100% - 20px) center/20px;}
.swiper_index_products .swiper-slide .title p{width: calc(100% - 30px); font-weight: bold; font-size: 18px;}
.swiper_index_products .swiper-slide:hover .pic{ border: 2px solid #D7070B;}
.swiper_index_products .swiper-slide:hover .pic img{transform: scale(1.05);}
.swiper_index_products .swiper-button-next, 
.swiper_index_products .swiper-button-prev{top: auto;bottom: 0;background-color: var(--primary-color);border-radius: 50%;width: 36px;height: 36px; background-image:url();}
.swiper_index_products .swiper-button-prev{left: calc(40% - 50px);}
.swiper_index_products .swiper-button-next{right: calc(40% - 50px);}
.swiper_index_products .swiper-button-next::after, 
.swiper_index_products .swiper-button-prev::after{font-size: 15px;color: #fff;font-weight: bold;}

.index_core{position: relative;text-align: right;overflow: hidden;} /* color: #fff; */
.index_core .color_primary{ }/*color: #fff;*/
.index_core .bg{position: absolute;top: 0;width: 0;width: 100%;height: 100%;object-fit: cover;z-index: -1;transition: all 2s ease-out;}
.index_core.swiper-slide-active .bg{transform: scale(1.2);}
.index_core .inner{width: 100%;display: flex;flex-direction: column;justify-content: center;align-items: flex-end;margin-left: auto;}
.swiper_index_core_tab{width: 100%;margin: 50px 0 30px;}
.swiper_index_core_tab .swiper-slide p{background: url(../images/bg_tab.png) no-repeat center/100% 100%;width:100%;height: 52px;text-align: center;line-height: 52px;font-size: 20px;color: #000;margin-left: auto;cursor: pointer; font-weight: bold;}
.swiper_index_core_tab .swiper-slide.swiper-slide-thumb-active p{color: var(--primary-color);}
.swiper_index_core_main{width: 100%;}
.swiper_index_core_main .swiper-slide p{text-indent: 4ch;line-height: 1.8;text-align: left;font-size: 18px;}
.swiper_index_core_main .swiper-slide ul{width: 100%;display: flex;justify-content: flex-start;margin-top: 20px;}
.swiper_index_core_main .swiper-slide ul li{width: 33.333%;margin-left: 10px;}
.index_core .more{margin-top: 50px;display: flex;align-items: center;}
.index_core .more i{margin-left: 5px;}

.index_case{width: 100%;position: relative;overflow: hidden;}
.index_case .bg{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;z-index: -1;transition: all 2s ease-out;}
.index_case .index_title{width: 94%;margin: 30px auto; }

.swiper_index_case{width: 94%;margin: 0 auto;padding-bottom: 80px;}
.swiper_index_case .swiper-slide a{position: relative;width: 100%;height: 300px;overflow: hidden;display: block;margin-bottom: 30px;}
.swiper_index_case .swiper-slide a img{width: 100%;height: 100%;object-fit: cover;transition: all .3s ease-out;}
.swiper_index_case .swiper-slide a .title{position: absolute;bottom: 0;left: 0;width: 100%;padding: 15px 20px;color: #fff; font-size: 22px; font-weight: bold;}
.swiper_index_case .swiper-slide a:hover img{transform: scale(1.05);}

.index_news{background: url(../images/bg01.jpg) no-repeat center/cover;}
.index_news .list>*{width: calc(33.333% - 15px);}
.index_news .list .left,
.index_news .list .center{height: auto;overflow: hidden;}
.index_news .list .left img,
.index_news .list .center img{width: 100%;height: 100%;object-fit: cover;position: absolute;transition: all .3s ease-out;}
.index_news .list .center{display: flex;flex-direction: column;justify-content: space-between;}
.index_news .list .center li{height: calc(50% - 10px);}
.index_news .list .center li a{display: block;height: 100%;position: relative;z-index: 1;overflow: hidden;}
.index_news .list .center li a::after{content: '';position: absolute;bottom: 0;left: 0;width: 100%;height: 50px;background-image: linear-gradient(to top, #66a602, transparent);z-index: 1;}
.index_news .list .center li a .title{position: absolute;bottom: 0;left: 0;width: 100%;padding: 0 15px;line-height: 50px;color: #fff;z-index: 2;}
.index_news .list .left:hover img,
.index_news .list .center li a:hover img{transform: scale(1.05);}
.index_news .list .right li:not(:last-child){margin-bottom: 20px;}
.index_news .list .right li a{background-color: #fff;padding: 20px;display: block;box-shadow: 0 0 4px #cacaca;}
.index_news .list .right li a .title{width: calc(100% - 90px);font-weight: bold;}
.index_news .list .right li a .date{font-size: 16px;}
.index_news .list .right li a .desc{color: #000;font-size: 16px;margin-top: 10px;line-height: 1.8;}


/*公用*/
.pageBanner{width: 100%;height: 40vh;background-repeat: no-repeat;background-position: center;background-size: cover;}

.page_nav{width: 100%;height: 80px;line-height: 80px;background-color: #f5f5f5;border-bottom: 1px solid rgba(200,200,200,0.2);}
.swiperPageNav{ width: 60%; }
.swiperPageNav .swiper-slide{width: auto;font-size: 18px;color: #222;font-weight: bold;position: relative;}
.swiperPageNav .swiper-slide.on{color: var(--primary-color);}
.swiperPageNav .swiper-slide span{position: relative;padding: 0 30px;}
.swiperPageNav .swiper-slide span:after{content: "";position: absolute;right: 0px;width: 1px;height: 15px;display: block;background: #ccc;top: 50%;margin-top: -7px;}
.swiperPageNav .swiper-slide:last-child span:after{display: none;}
.swiperPageNav .swiper-slide:before,
.swiperPageNav .swiper-slide:after{content: '';position: absolute;bottom: 0;width: 0;height: 2px;background-color: var(--primary-color);transition: all .3s linear;}
.swiperPageNav .swiper-slide:before{left: 50%;}
.swiperPageNav .swiper-slide:after{right: 50%;;}
.swiperPageNav .swiper-slide:hover{color: var(--primary-color);}
.swiperPageNav .swiper-slide:hover:before,
.swiperPageNav .swiper-slide:hover:after{width: 25%;}
.pagePosition{font-size: 16px;color: #555;background: url(../images/icon07.png) no-repeat left center/20px;padding-left: 22px;}

.pagePosition a{ font-size: 16px !important; }

.page_title h2{font-size: 36px;color: #000;text-align: center;font-weight: normal;width: 100%;display: inline-block;}
.page_title h2:after{content: '';display: block;width: 1em;height: 2px;background-color: var(--primary-color);margin: 10px auto;}
.page_title p{color: #000;text-align: center;}

.pagination ul{width: 100%;padding: 50px 0;display: flex;justify-content: center;text-align: center;}
.pagination li{display: inline-block; padding: 0 10px; height: 36px;line-height: 34px;background: #fff;color: #000;margin: 0 6px;border: 1px solid #e5e5e5;transition: all .3s linear; cursor: pointer;} 
.pagination li.prev,
.pagination li.next{background: url(../images/icon12.png) no-repeat center/20px;cursor: pointer;}
.pagination li.prev{transform:rotate(180deg);}
.pagination li.next{}
.pagination li a{display: block;}
.pagination li:hover,
.pagination li.on{background-color: var(--primary-color);color: #fff;}
.pagination li:hover a,
.pagination li.on a{background-color: var(--primary-color);color: #fff;}


.aboutList{margin-top: 60px;}
.aboutList li{display: inline-block;padding: 0 100px;border-left: 1px solid #000;color: var(--primary-color);}
.aboutList li:first-child{border-left: 0;}
.aboutList li b{font-size: 50px;transition: all 0.3s linear;}

/*关于我们*/
.page_about .desc{width: 58%;}
.page_about .desc h2{font-size: 30px;color: #000;font-weight: normal;position: relative;}
.page_about .desc h2:after{content: '';display: block;width: 1em;height: 2px;background-color: var(--primary-color);margin: 10px 0 14px;}
.page_about .desc h3{font-size: 20px;color: #000;margin-bottom: 30px;}
.page_about .desc p{font-size: 18px;color: #000;letter-spacing: 1px;line-height: 1.8;text-indent: 2em;}
.page_about .pic{width: 40%;}
.page_about img{width: 100%;}
.page_about .aboutList{background: #f5f5f5;display: flex;justify-content: center;text-align: center;}
.page_about .btm h2{font-size: 30px;color: #000;font-weight: normal;text-align: center;margin-bottom: 30px;}

.page_culture .txt{margin-top: 60px;}
.page_culture .txt b{font-size: 24px;color: var(--primary-color);font-weight: normal;margin-top: 30px;}
.page_culture .txt p{font-size: 18px;color: #000;line-height: 2;text-indent: 4ch;}
.page_culture .txt strong{font-size: 24px !important;color: var(--primary-color);font-weight: normal;display: block;margin-top: 30px;}
.page_culture .pic img{float: right;width: 50%;}
.page_about .txt{overflow: hidden;
    text-overflow: ellipsis;
    max-height: 222px;
    max-width: 765px;
    white-space: normal;}


/*发展历程*/
.page_history_section{padding: 80px;position: relative;}
.page_history_section:after{content: "";position: absolute;width: 100%;height: 4px;left: 0px;top: 0px;bottom: 0px;margin: auto;background: #eee;}
.swiperHistory{height: 600px;padding: 8px;}
.swiperHistory .swiper-slide{padding: 30px 20px;position: absolute;left: 0;width: 100%;height: 50%;position: relative;}
.swiperHistory .swiper-slide:nth-of-type(even){top: 0;}
.swiperHistory .swiper-slide:nth-of-type(odd){top: 50%;}
.swiperHistory .swiper-slide:before,
.swiperHistory .swiper-slide:after{content: '';display: block;position: absolute;left: 0;background-color: var(--primary-color);}
.swiperHistory .swiper-slide:before{width: 16px;height: 16px;border-radius: 8px;margin-left: -8px;}
.swiperHistory .swiper-slide:after{width: 1px;height: 100%;}
.swiperHistory .swiper-slide:nth-of-type(even):before{bottom: 0;margin-bottom: -8px;}
.swiperHistory .swiper-slide:nth-of-type(odd):before{top: 0;margin-top: -8px;}
.swiperHistory .swiper-slide:nth-of-type(even):after{bottom: 0;}
.swiperHistory .swiper-slide:nth-of-type(odd):after{top: 0;}
.swiperHistory .swiper-slide b{font-size: 30px;color: var(--primary-color);}
.swiperHistory .swiper-slide p{font-size: 16px;color: #000;margin-top: 10px;max-height: calc(100% - 50px);overflow-y: auto;}
.page_history_section .swiper-button-next, 
.page_history_section .swiper-button-prev{width: 50px;height: 50px;background-color: #f5f5f5;background-size: 14px;border-radius: 25px;margin-top: -25px;}

/*联系我们*/
.page_contact .fl{width: 40%;}
.page_contact .fl h2{font-size: 36px;color: #000;font-weight: normal;}
.page_contact .fl .desc{font-size: 16px;color: #000;margin-top: 10px;}
.page_contact .fl ul{margin-top: 30px;}
.page_contact .fl ul li{background-repeat: no-repeat;background-size: 24px;background-position: left 11px;font-size: 18px;color: #000;padding: 10px 0 10px 28px;}
.page_contact .fl ul li:first-child{background-image: url(../images/icon08.png);}
.page_contact .fl ul li:nth-child(2){background-image: url(../images/icon09.png);}
.page_contact .fl ul li:nth-child(3){background-image: url(../images/icon10.png);}
.page_contact .fl ul li:last-child{background-image: url(../images/icon07.png);}
.page_contact .fr{width: 58%;}

/*新闻*/
.page_news .list li{border-bottom: 1px solid #eaeaea;}
.page_news .list li a{display: block;padding: 30px 0;}
.page_news .list li .date{width: 100px;font-size: 20px;color: #000;transition: all .3s linear;}
.page_news .list li .date i{width: 30px;height: 24px;background: url(../images/icon11.png) no-repeat center/15px;display: block;margin-top: 14px;transition: all .3s linear;}
.page_news .list li .desc{width: calc(100% - 500px);padding: 0 30px 0 60px;position: relative;transition: all .3s linear;}
.page_news .list li .desc h2{font-size:20px;color: #000;font-weight: normal;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;margin-bottom: 10px;transition: all .3s linear;}
.page_news .list li .desc p{font-size:16px;color: #000;line-height: 2;height: 100px;overflow: hidden;}
.page_news .list li .desc:before{content: '';display: block;position: absolute;top: 14px;left: 20px;width: 30px;height: 1px;background-color: #000;transition: all .3s linear;}
.page_news .list li .pic{width:320px;height: 200px;overflow: hidden;}
.page_news .list li .pic span{display: block;width: 100%;height: 100%;background-repeat: no-repeat;background-size: cover;background-position: center;transition: all .3s linear;}
.page_news .list li:hover .date{color: #000;}
.page_news .list li:hover .date i{background-color: var(--primary-color);}
.page_news .list li:hover .desc{padding-left: 80px;}
.page_news .list li:hover .desc:before{width: 50px;}
.page_news .list li:hover .desc h2{color: var(--primary-color);}
.page_news .list li:hover .pic span{transform: scale(1.1);}

.page_newsDetail .cont{width: 70%;color: #000;}
.page_newsDetail .cont .title{text-align: center;}
.page_newsDetail .cont .title h2{font-size: 28px;color: #000;padding-bottom: 20px;margin-bottom: 20px;border-bottom: 1px solid #d9d9d9;}
.page_newsDetail .cont .title .date{font-size: 16px;}
.page_newsDetail .cont .desc{background-color: #f2f2f2;padding: 10px 15px;font-size: 16px;text-align: left;margin: 20px 0 30px;}
.page_newsDetail .cont .title .txt{font-size: 18px;line-height: 1.8;letter-spacing: 1px;}
.page_newsDetail .cont .txt{padding-bottom: 30px;}
.page_newsDetail .cont .txt p{ line-height: 30px !important;text-indent: 4ch;}
.page_newsDetail .cont .title .txt img{max-width: 100%;}
.page_newsDetail .cont .tags{font-size: 16px;margin: 50px 0 30px;}
.page_newsDetail .cont .tags ul li{float: left;font-size: 16px;padding: 4px 10px;border: 1px solid #dfdfdf;border-radius: 2px;margin: 0 4px 4px;}
.page_newsDetail .cont .tags ul li:first-child{border: 0;padding: 4px 0;}
.page_newsDetail .cont .pageTurn{border-bottom: 1px solid #d9d9d9;padding-bottom: 20px;}
.page_newsDetail .cont .pageTurn li{font-size: 16px;max-width: 40%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.page_newsDetail .cont .pageTurn li a:hover{color: var(--primary-color);}
.pageSlide{width: 26%;}
.pageSlide .item{border: 10px solid #f0f0f0;padding: 20px;}
.pageSlide .item h2{font-size: 24px;color: #000;}
.pageSlide .item ul li{font-size: 15px;color: #555;padding: 20px 0;border-bottom: 1px solid #d9d9d9;}
.pageSlide .item ul li:last-child{border-bottom: 0;}
.pageSlide .item ul li .date{font-size: 16px;color: #727272;margin-top: 6px;}
.pageSlide .item ul li:hover{color: var(--primary-color);}

/*招聘*/
.page_employ .page_title p{text-align: center;margin: 20px 0 40px;}
.page_employ ul.list_title{background-color: var(--primary-color);padding: 14px 20px;}
.page_employ ul.list_title li{width: 20%;float: left;font-weight: bold;font-size: 18px;color: #fff;text-align: center;}
.page_employ ul.list_title li:first-child{text-align: left;}
.page_employ ul.list> li{border: 1px solid #eee;border-top: 0;}
.page_employ ul.list> li .title{padding: 24px 20px;font-size: 16px;color: #000;font-weight: normal;cursor: pointer;position: relative;}
.page_employ ul.list> li .title li{width: 20%;float: left;text-align: center;}
.page_employ ul.list> li .title li:first-child{text-align: left;}
.page_employ ul.list> li .title:after{content: '-';position: absolute;right: 20px;top: 16px;color: #707070;font-size: 20px;}
.page_employ ul.list> li .title.turn:after{content: '+';}
.page_employ ul.list> li .cont{padding: 20px;font-size: 16px;color: #000;line-height: 1.8;font-weight: 100;display: none;background: #eee;}
.page_employ ul.list> li .cont ul{width: 100%;padding: 10px 0 20px;margin-bottom: 20px;border-bottom: 1px solid #fff;}
.page_employ ul.list> li .cont ul li{width: 20%;float: left;text-align: center;}
.page_employ ul.list> li .cont ul li:first-child{text-align: left;}
.page_employ ul.list> li .cont .text{width: 100%;}

/*列表1*/
.page_list{background-color: #f5f5f5;padding: 60px 0;}
.page_list .leftSlide{width: 20%;}
.page_list .page_left_nav .title{padding: 16px 10px;font-size: 32px;color: #fff;text-align: center;background-color: var(--primary-color);}
.page_list .page_left_nav .title span{ display: block; margin-top: 10px; font-size: 13px; color: #B1A5A5;}
.page_list .page_left_nav ul{background-color: #fff;padding: 24px;}
.page_list .page_left_nav ul li{background: url(../images/icon12.gif) no-repeat left center;font-size: 15px;padding-left: 20px;margin-bottom: 20px;}
.page_list .page_left_nav ul li:last-child{margin-bottom: 0;}
.page_list .page_left_nav ul li:hover{color: var(--primary-color);}
.page_list .page_left_nav ul li.on {color: var(--primary-color); font-weight:bold;}
.page_list .pageSlide{width: 100%;margin-top: 30px;}
.page_list .pageSlide .item{background: #fff;border-color: #fff;}
.page_list .cont{width: 78%;background: #fff;color: #000;padding: 40px 30px;}
.page_list .cont .wrap{border-top: 1px solid #eee;margin-top: 30px;padding-top: 30px;}
.page_list .cont .wrap .desc{font-size: 16px;margin: 30px 0;line-height: 1.8;}
.page_list .cont .wrap .desc p{text-indent: 2em;}
.page_list .list li{width: 33.333%;float: left;padding: 15px 10px; border: 2px solid #fff;}
.page_list .list li a{display: block;border: 1px solid #ddd;}
.page_list .list li .item{padding-top:66%;position: relative;overflow: hidden;}
.page_list .list li .item:after{content: '';display: block;position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-color: var(--primary-color);opacity: 0;transition: all .3s linear;}
.page_list .list li .title{position: absolute;top: 0;left: 0;z-index: 2;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;opacity: 0;transition: all .3s linear;}
.page_list .list li .title h2{font-size: 20px;color: #fff;font-weight: normal;}
.page_list .list li .title h2:before,
.page_list .list li .title h2:after{content: '';display: block;width: 4em;height: 1px;background-color: #fff;margin: 10px auto;transition: all .3s linear;}
.page_list .list li .pic{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-repeat: no-repeat;background-size: cover;background-position: center;transition: all .3s linear;}
.page_list .list li .btm_title{padding: 20px;text-align: center;font-size: 16px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.page_list .list li:hover{border: 2px solid #D6090C;}
.page_list .list li:hover .pic{transform: scale(1.1);}
.page_list .list li:hover .title{opacity: 1;}
.page_list .list li:hover .title h2:before,
.page_list .list li:hover .title h2:after{width: 1em;}
.page_list .list li:hover .item:after{opacity: .5;}
.page_list .list li:hover .btm_title{color: var(--primary-color);}

.page_detailPosition{background-color: #f5f5f5;padding: 30px 0;margin-bottom: 60px;}
.page_detail .top_section{background-color: #f5f5f5;padding: 30px;display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;}
.page_detail .left_section{width: 48%;}
.page_detail .gallery-top{}
.page_detail .gallery-top .swiper-slide{background-repeat: no-repeat;background-size:75%;background-position: center;}/*background-size: cover;*/
.page_detail .gallery-top .swiper-slide::after{content: '';display: block;padding-top:65%;}
.page_detail .gallery-thumbs{margin-top: 20px;}
.page_detail .gallery-thumbs .swiper-slide{background-position: center;background-size: cover;background-repeat: no-repeat;opacity: .2;}
.page_detail .gallery-thumbs .swiper-slide::after{content: '';display: block;padding-top: 90%;}
.page_detail .gallery-thumbs .swiper-slide-thumb-active{opacity: 1;}
.page_detail .right_section{width: 48%;}
.page_detail .right_section h2{font-size: 22px;color: var(--primary-color);font-weight: normal;padding-bottom: 20px;margin-bottom: 20px;border-bottom: 2px solid #ddd;}
.page_detail .right_section p{text-indent: 4ch;font-size: 16px;color: #000;line-height: 1.8;}
.page_detail .right_section .category{font-size: 15px;color: #000;margin: 15px 0 22px;}
.page_detail .right_section .category a:hover{color: var(--primary-color);}
.page_detail .right_section ul li{display: inline-block;margin-right: 10px;}
.page_detail .right_section ul li a{display: flex;align-items: center;padding: 10px 20px;background: var(--primary-color);color: #fff;font-size: 16px;}
.page_detail .right_section ul li a i{display: block;width: 20px;height: 20px;background: url(../images/icon13.png) no-repeat 0 /14px;}
.page_detail .right_section ul li:last-child a{background: #555;}
.page_detail .right_section ul li:last-child a i{background-image: url(../images/icon14.png);}
.page_detail .cont .head{border-top: 2px solid var(--primary-color);padding: 24px 0;font-size: 24px;color: var(--primary-color);}
.page_detail .cont .txt{padding: 30px 0;font-size: 15px;color: #000;line-height: 1.8;letter-spacing: 1px;border-top: 1px solid #eee;} /*border-bottom: 1px solid #eee;*/
.page_detail .cont .txt p{text-indent: 4ch;}
.page_detail form{display: flex;flex-wrap: wrap;justify-content: space-between;}
.page_detail form textarea{width: 100%;height: 200px;border: 1px solid #d2d2d2;padding: 10px;}
.page_detail form input{width: 45%;height: 50px;border: 1px solid #d2d2d2;padding: 0 10px;margin-top: 20px;}
.page_detail form input.submit {margin: 40px auto 0;background: var(--primary-color);color: #fff;font-size: 18px;cursor: pointer;}

/*列表2*/
.page_listA .list li{width: 25%;float: left;padding: 15px;}
.page_listA .list li a{display: block;padding: 15px;background: #f5f5f5;}
.page_listA .list li .pic{width: 100%;padding-top: 60%;position: relative;overflow: hidden;}
.page_listA .list li .pic span{position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: block;background-position: center;background-size: cover;background-repeat: no-repeat;transition: all .3s linear;}
.page_listA .list li h2{padding: 15px 15px 2px;font-size: 18px;color: #000;text-align: center;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.page_listA .list li:hover .pic span{transform: scale(1.1);}
.page_listA .list li:hover h2{color: var(--primary-color);}

.pagecontent p{ line-height: 35px; text-indent: 4ch;}
.pagecontent img{width:90% !important; margin-left:5% !important;}

.lanmu-box p{ line-height: 38px;}


/*响应式*/
@media screen and (min-width: 1320px){
	.header .nav> li.on> a,
	.header .nav> li> a:hover,
	.header .nav> li.on i.arrow::after{color: #66a602;}
	.header .nav> li:hover .children{opacity: 1;transform: translateX(-50%) scaleY(1);transition: all .2s ease-in-out;}
	.header .nav> li:hover> a i{transform: rotate(180deg);}
	
}

@media screen and (max-width: 1500px){
	.wrapper{ padding-left:30px; padding-right:30px;}
}

@media screen and (max-width: 1320px){
	.if_m{display: none;}
	.wrapper{width: 100%;padding: 0 4%;}
	.space{padding-top: 50px !important;padding-bottom: 50px !important;}
	.mg_t_60{margin-top: 30px;}
	.fs34{font-size: 24px;}

	body.toggle{height: 100%;overflow: hidden;}

	.footer-fix{ display: block;}
	
	.header{background-color: var(--primary-color);height: 60px;box-shadow: 0 7px 32px -12px rgba(0,0,0,.2);position: fixed;top: 0;left: 0;}
	.header .logo img{height: 40px;}
    .menu_btn{display: block;}
    .header .nav{display: block;position: fixed;top: 60px;left: 0;z-index: 999;width: 100%;height: 0;overflow-y: auto;background-color: #fff;transition:all .4s ease-out;}
    .header .nav.toggle{height: calc(100vh - 60px);padding: 20px 4%;overflow-y: auto;}
	.header .nav{width: 100%;}
	.header .nav> li{width: 100%;margin-left: 0;border-bottom: 1px solid rgba(0,0,0,.04);flex-wrap: wrap;}
	.header .nav> li> a{width: calc(100% - 50px);height: 60px;line-height: 50px;font-size: 20px;color: #000;}
	.header .nav> li> a:after{display: none;}
	.header .nav> li> i.arrow::after{display: block;width: 50px;height: 60px;line-height: 60px;text-align: center;text-align: center;margin-left: 0;}
	.header .nav .children{position: static;width: 100%;background: none;box-shadow: none;transform: none;margin-top: 0;padding-top: 0;opacity: 1;visibility: visible;display: none;}
	.header .nav .children li a{color: #000;}
	.header .nav> li> i.rotate::after{content: '-';}
	.header .lang{margin: 0 20px;}
	
	.pagePosition a{ font-size: 12px !important; }
	.swiperPageNav{ width: 100%; margin-bottom: 30px; }

	.footer{padding: 30px 0 50px;}
	.footer .nav{display: none;}
	.footer .contact li:first-child{width: 100%;max-width: 100%;}
	.footer .contact li{margin-bottom: 15px;}
	.footer .contact p{margin-top: 5px;}
	.footer .ewm{justify-content: center;width: 100%;}
	.footer .btm{margin-top: 20px;}
	
	.indexContainer .slide-inner{padding-top: 60px;height: auto;}
	.indexContainer>.swiper-wrapper{height: auto;display: block;}
	.indexContainer>.swiper-wrapper>.swiper-slide{height: auto;}
	.indexContainer>.swiper-wrapper>.swiper-slide .ani{visibility: visible !important;}

	.index_banner{height: 60vw;margin-top: 60px;}

	.index_about .left{width: 100%;padding: 40px 4%;}
	.index_about .right{width: 100%;}
	.index_about .leader{margin-top: 20px;}
	.index_about .leader .photo{max-width: 40%;}
	.index_about .leader h4{font-size: 16px;}
	.index_about .btm{padding: 20px 4%;}
	.index_about .counts li b{font-size: 24px;}
	.index_about .counts li p::before{margin: 10px auto;height: 2px;}

	.index_title,
	.index_title .title{flex-wrap: wrap;}
	.index_title .title,
	.index_title .title h3,
	.index_title .title p{width: 100%;}
	.index_title .title p{margin: 10px 0 16px;}
	.index_title .more{padding: 5px 20px;}
	
	.index_history_section{height: auto;}
	.index_history .left{width: 100%;height: auto;}
	.index_history .right{width: 100%;height: auto;background: none !important;box-shadow: 0 0 4px #cacaca;}
	.index_history .left .inner{width: 100%;height: auto;padding: 20px 4%;}
	.index_history .right .inner{width: 100%;height: auto;padding: 30px calc(4% + 10px);background: none;}
	.swiper_index_history_tab{padding: 0;text-align: center;}
	.swiper_index_history_tab .swiper-slide .year{margin-bottom: 0;color: #000;}
	.swiper_index_history_tab p{display: none;}
	.swiper_index_history_tab .swiper-slide.swiper-slide-thumb-active .year{color: var(--primary-color);}
	.swiper_index_history_tab .swiper-slide .year::before{right: auto;left: 0;width: 7px;height: 7px;top: calc(50% - 3px);}
	.index_history .swiper-button-next, 
	.index_history .swiper-button-prev{bottom: calc(50% - 18px);background: none;}
	.index_history .swiper-button-next{right: 0;}
	.index_history .swiper-button-prev{left: 0;}
	
	.index_products,
	.index_core,
	.index_case,
	.index_news{padding-bottom: 40px;}
	.swiper_index_case{padding-bottom: 50px;}
	.swiper_index_products{padding-bottom: 70px;}
	
	.index_core{text-align: center;}
	.index_core .inner{width: 100%;align-items: center;}
	.swiper_index_core_tab .swiper-slide p{width: 100%;height: 44px;line-height: 44px;font-size: 20px;}
	.swiper_index_core_main .swiper-slide ul{justify-content: center;}
	.index_core .more{margin-top: 30px;}

	.swiper_index_products .swiper-slide .pic,
	.swiper_index_case .swiper-slide a{height: 45vw;}
	.swiper_index_case .swiper-slide a:last-child{margin-top: 20px;}
	

	.index_news .list>*{width: 100%;}
	.index_news .list .left{height: 50vw;}
	.index_news .list .center{margin: 20px 0;}
	.index_news .list .center li{height: 35vw;}
	.index_news .list .center li:last-child{margin-top: 20px;}

	.aboutList{margin-top: 40px;}
	.aboutList li{padding: 0 10px;font-size: 12px;}
	.aboutList li:first-child{padding-left: 0;}
	.aboutList li:last-child{padding-right: 0;}
	.aboutList li b{font-size: 18px;}
	.aboutList li p{font-size: 12px;}
	
	.tableSection{width: 100%;margin: 10px 0;}
	.tableSection .nav li{padding: 10px 15px;}
	.tableSection.listA .list li .desc p{font-size: 16px;}
	.tableSection .list .other{font-size: 12px;}
	.tableSection.listB .list li{font-size: 16px;}
	
	.page_nav{height: 50px;line-height: 50px;}
	.swiperPageNav .swiper-slide span{padding: 0 20px;font-size: 16px;}
	.swiperPageNav .swiper-slide:first-child span{padding-left: 0;}
	.pagePosition{font-size: 12px;width: 100%;margin-bottom: 10px;}
	.page_title{ display: none;}
	.page_title h2{font-size: 22px;}
	.page_title h2:after{margin: 6px auto;}
	.pagination li{width: 24px;height: 24px;line-height: 22px;font-size: 12px;margin: 0 3px;}
	.pagination li.prev, 
	.pagination li.next{background-size: 10px;}
	
	.page_history_section{padding: 50px 4vw;}
	.swiperHistory{height:calc(100vh - 70px);}
	.swiperHistory .swiper-slide{padding: 20px;}
	.swiperHistory .swiper-slide b{font-size: 24px;}
	.page_history_section .swiper-button-next, 
	.page_history_section .swiper-button-prev{width: 20px;height: 20px;background-size: 4px;margin-top: -10px;}
	.page_history_section .swiper-button-next{right: 0;}
	.page_history_section .swiper-button-prev{left: 0;}
	
	.page_about .desc{width: 100%;}
	.page_about .pic{width: 100%;margin-top: 10px;}
	.page_about .desc h2{font-size: 24px;text-align: center;}
	.page_about .desc h2::after{margin: 10px auto;}
	.page_about .desc h3{font-size: 18px;margin-bottom: 20px;text-align: center;}
	.page_about .desc p{font-size: 16px;}
	.page_about .aboutList{margin-top: 0;}
	.page_about .btm h2{font-size: 24px;}
	
	.page_contact .fl{width: 100%;}
	.page_contact .fr{width: 100%;}
	.page_contact .fl h2{font-size: 24px;}
	.page_contact .fl ul li{font-size: 16px;background-position: left 9.5px;}
	
	.page_culture .txt{margin-top: 30px;}
	.page_culture .txt b{font-size: 20px;margin-top: 20px;}
	.page_culture .txt p{font-size: 16px;line-height: 1.5;}
	
	.page_employ .page_title p{margin: 15px 0 30px;font-size: 16px;}
	.page_employ ul.list_title{padding: 14px;}
	.page_employ ul.list_title li{font-size: 16px;}
	.page_employ ul.list> li .title{padding: 14px;}
	.page_employ ul.list> li .title:after{right: 4px;top: 50%;margin-top: -16px;}
	.page_employ ul.list> li .title ul{display: flex;align-items: center;}
	.page_employ ul.list> li .title li{padding: 0 2px;font-size: 12px;}
	.page_employ ul.list> li .cont{padding: 14px;line-height: 1.5;font-size: 12px;}
	.page_employ ul.list> li .cont ul li{padding: 0 2px;}
	
	.page_listA .list li{width: 100%;padding: 10px 0;}
	.page_listA .list li h2{font-size: 16px;padding: 10px 10px 0;}
	
	.page_list{padding: 30px 0;}
	.page_list .leftSlide{display: none;}
	.page_list .cont{width: 100%;padding: 20px 4vw;}
	.page_list .cont .wrap{margin-top: 20px;padding-top: 20px;}
	.page_list .list li{width: 100%;padding: 10px 0;}
	.page_list .list li .btm_title{font-size: 16px;padding: 10px;}
	
	.page_newsDetail .cont{width: 100%;}
	.page_newsDetail .cont .title h2{font-size: 18px;padding-bottom: 15px;margin-bottom: 15px;}
	.page_newsDetail .cont .title .date{font-size: 12px;}
	.page_newsDetail .cont .desc{margin: 20px 0;}
	.page_newsDetail .cont .txt{font-size: 16px;}
	.page_newsDetail .cont .tags{margin: 20px 0;}
	.page_newsDetail .cont .tags ul li{font-size: 12px;}
	.page_newsDetail .cont .pageTurn li{font-size: 12px;width: 100%;max-width: 100%;}
	.pageSlide{width: 100%;}
	.pageSlide .item{border-width: 3px;padding: 4vw;}
	.pageSlide .item h2{font-size: 20px;}
	.pageSlide .item ul li{font-size: 16px;padding: 10px 0;}
	.pageSlide .item ul li .date{font-size: 12px;}
	
	.page_detail .top_section{padding: 4vw;margin-bottom: 30px;}
	.page_detail .left_section{width: 100%;}
	.page_detail .gallery-thumbs{margin-top: 10px;}
	.page_detail .right_section{width: 100%;margin-top: 20px;}
	.page_detail .right_section h2{font-size: 20px;margin-bottom: 14px;padding-bottom: 14px;}
	.page_detail .right_section .category{font-size: 12px;}
	
	.page_detail .cont .head{padding: 10px 0;font-size: 20px;}
	.page_detail .cont .txt{padding: 10px 0 30px;font-size: 16px;}
	.page_title p{font-size: 16px;}
	.page_detail form input{width: 48%;height: 44px;margin-top: 10px;}
	.page_detail form input[type="submit"]{margin: 20px auto 0;font-size: 16px;}
	.page_detailPosition{padding: 20px 4vw 10px;margin-bottom: 30px;}
	
	.ui-col-form-label{ padding: 0 !important;}
}


@media screen and (max-width: 1024px){

}

@media screen and (max-width: 768px){
	.header_search{position: fixed;top: 70px;right: 4%;width: 92%;}
	.header_search .inner{width: 100%;}
	.header_search .inner::after{display: none;}
}