.padding{ padding-top:80px; padding-bottom:80px; }
.padding-bottom-80{ padding-bottom:80px;}
.padding-top-0{ padding-top:0; }
.swiper{--swiper-theme-color:  var(--blue);/* 设置Swiper风格 */--swiper-navigation-color: #172259;/* 单独设置按钮颜色 */--swiper-navigation-size: 24px;/* 设置按钮大小 */}

html{height: 100%;}
.index_banner {position: relative;width: 100%;}
.index_banner .swiper{ height:800px; }
.index_banner .swiper-slide{ position: relative;width: 100%;overflow:hidden; }
.index_banner .swiper-slide img{width: 100%; height: 100%; object-fit: cover;}
.index_banner .swiper-slide .info{ position:absolute; width:1560px;left: 50%; top:55%; transition-duration: 0.3s; z-index: 33; transform: translate(-50%, -50%); letter-spacing:1px; transition-delay:0.5s; }
.index_banner .swiper-slide .info > *{opacity: 0; transform: translateY(50px); transition: all 1s; }
.index_banner .swiper-slide-active .info > * {  opacity: 1; transform: none;}
.index_banner .swiper-slide-active .info > *:nth-child(1) { transition-delay: 0.4s;}
.index_banner .swiper-slide-active .info > *:nth-child(2) { transition-delay: 0.6s;}
.index_banner .swiper-slide-active .info > *:nth-child(3) { transition-delay: 0.8s;}
.index_banner .swiper-slide-active .info > *:nth-child(4) { transition-delay: 2s;}

.index_banner .swiper-slide .info h1{color: #fff; font-size:45px;  line-height:1em; margin-bottom:20px; }
.index_banner .swiper-slide .info p{color: #fff; line-height:1.4em;  font-weight: normal;margin-bottom:60px;  font-size:24px;}
.index_banner .swiper-slide .info .more{display: flex; justify-content: left; align-items: center;}
.index_banner .swiper-slide .info .more a{ color:#fff;transition-duration: 0.3s; font-size:16px; padding-left: 30px; padding-right: 15px; display: inline-block; padding-top: 3px; padding-bottom: 3px;  border-radius:6px; border:#fff solid 2px; line-height:1em; }
.index_banner .swiper-slide .info .more span{ color:#fff; }
.index_banner .swiper-slide .info .more i{color: #fff; font-size: 18px;display:inline-block;transform:rotate(0deg); width: 40px; height: 40px; line-height: 40px; text-align: center; border-radius: 6px; transition-duration: 0.2s}
.index_banner .swiper-slide .info .more a:hover i{ transform:rotate(45deg); }
.index_banner .swiper-slide .info .more a:hover{background: var(--main); border:var(--main) solid 2px; }

.index_banner .swiper-pagination{ bottom:50px!important; }
.index_banner .swiper-pagination .swiper-pagination-bullet {border-radius: 0; height:2px; width:60px; transition-duration: 0.2s; background:rgba(255, 255, 255, 0.7); opacity:1; }
.index_banner .swiper-pagination .swiper-pagination-bullet-active{background: var(--main);}



 


 

.index_product{  }
.index_product .title { position:relative; text-align:center; margin-bottom: 20px;}
.index_product .title h2{ text-align:center; line-height: 1em;  color:#111; font-size:48px; margin-bottom:20px; }
.index_product .title h4{ text-align:center; line-height: 1em;  color:#999; font-size:24px;text-transform: uppercase }
.index_product .title i{ text-align:center; line-height: 1em;font-size:18px;  color:var(--main); }

.index_product .tab-header{display:flex; justify-content: center; margin-bottom: 30px; grid-gap: 20px;}
.index_product .tab-header .tab-item { cursor:pointer; height:40px; padding-left: 30px; padding-right: 30px; text-align:center; line-height:40px; border-radius: 4px; background:#f1f1f1; }
.index_product .tab-header .tab-item.active { background:var(--main); color:#fff; }
.index_product .tab-pane {display: none;}
.index_product .tab-pane.active { display: block;}
.index_product .tab-pane .box{display: grid; grid-template-columns: repeat(4, 1fr); grid-gap: 20px;}
.index_product .tab-pane .box .item{ position: relative; border-radius: 4px; border:#ddd solid 1px;box-shadow:0px 10px 20px rgba(0, 0, 0, 0); transition-duration: 0.3s;}
.index_product .tab-pane .box .item:after{ position:absolute;left:0;bottom:0; height:2px; content:""; width: 0px; background: var(--main); transition-duration: 0.3s;}
.index_product .tab-pane .box .item h3{ text-align:center; margin:20px; color:#111; font-size:18px;display: -webkit-box;  -webkit-line-clamp:1; -webkit-box-orient: vertical; overflow: hidden; }
.index_product .tab-pane .box .item .img{ width:100%;overflow:hidden; }
.index_product .tab-pane .box .item .img img{ width:100%; height:100%; object-fit:cover; }
.index_product .tab-pane .box .item .description {margin:20px; color:#111; font-size:14px; line-height: 1.6em; display: -webkit-box;  -webkit-line-clamp:2; -webkit-box-orient: vertical; overflow: hidden;}
.index_product .tab-pane .box .item:hover{box-shadow:0px 10px 20px rgba(0, 0, 0, 0.15); }
.index_product .tab-pane .box .item:hover:after{ position:absolute;left:0;bottom:0; height:2px; content:""; width: 100%; background: var(--main);}
.index_product .more{display: flex; justify-content: center; align-items: center; padding-top: 30px;}
.index_product .more a{ color:#999;transition-duration: 0.2s; font-size:16px; padding-left: 30px; padding-right: 15px; display: inline-block; padding-top: 3px; padding-bottom: 3px;  border-radius:6px; border:#ddd solid 2px; line-height:1em; }
.index_product .more span{ color:#999;transition-duration:0.2s; }
.index_product .more i{color: #999; font-size: 18px;display:inline-block;transform:rotate(0deg); width: 40px; height: 40px; line-height: 40px; text-align: center; border-radius: 6px; transition-duration: 0.2s}
.index_product .more a:hover i{ transform:rotate(45deg); color:#fff;}
.index_product .more a:hover{background: var(--main); color: #fff; border:var(--main) solid 2px; }
.index_product .more a:hover span{ color:#fff; }


.index_advantage{ overflow:hidden; position:relative; }
.index_advantage:after{content: ""; position: absolute; z-index: -1; background: var(--main); width: 100%; left: 0px; top: 0px; right: 0px; height: 560px;}

.index_advantage .title { position:relative; text-align:center; margin-bottom: 20px;}
.index_advantage .title h2{ text-align:center; line-height: 1em;  color:#fff; font-size:48px; margin-bottom:20px; }
.index_advantage .title h4{ text-align:center; line-height: 1em;  color:#fff; font-size:24px;text-transform: uppercase }
.index_advantage .title i{ text-align:center; line-height: 1em;font-size:18px;  color:#fff; }
.index_advantage .content{display:grid;grid-template-columns: repeat(4, 1fr); grid-gap: 30px;}
.index_advantage .content .item{background:#fff; border-radius: 6px; box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.08);}
.index_advantage .content .item h2{ text-align:center; color:#111; font-size:24px; padding-top: 20px; padding-bottom: 20px; }
.index_advantage .content .item .img{ height:240px; width:100%; overflow:hidden; }
.index_advantage .content .item .img img{ width:100%; height:100%; object-fit:cover; }
.index_advantage .content .item .description{ color:#666; line-height:1.6em; padding:30px; }

.index_advantage .number{display:grid;grid-template-columns: repeat(4, 1fr); grid-gap: 30px;}
.index_advantage .number .item{border-radius: 6px; padding-top: 30px; padding-bottom: 40px;}
.index_advantage .number .item h2{ text-align:center; margin-bottom: 10px;}
.index_advantage .number .item h2 strong{ font-size:72px; color:#fff; }
.index_advantage .number .item h2 span{ font-size:24px; color:#fff; padding-left:10px; }
.index_advantage .number .item p{ text-align: center; color:#fff; }


.index_about{background: #f9f9f9}
.index_about .title { position:relative; text-align:center; margin-bottom: 20px;}
.index_about .title h2{ text-align:center; line-height: 1em;  color:#111; font-size:48px; margin-bottom:20px; }
.index_about .title h4{ text-align:center; line-height: 1em;  color:#999; font-size:24px;text-transform: uppercase }
.index_about .title i{ text-align:center; line-height: 1em;font-size:18px;  color:var(--main); }

.index_about .content{display: grid; grid-template-columns:repeat(2, 1fr); align-items: center;grid-gap: 30px; background: #fff;box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.08);}
.index_about .content .text{background: #fff; padding: 30px;}
.index_about .content .text h2{ color:var(--main);  font-size: 24px; text-transform: uppercase;  line-height: 1em; margin-bottom: 20px;}
.index_about .content .text p{ line-height:1.8em; color:#333;  }
.index_about .content .img{ width: 100%; height:100%; overflow:hidden; }
.index_about .content .img img{ width:100%; height:100%; object-fit:cover; }
.index_about .more{display: flex; justify-content: left; align-items: center; padding-top: 30px;}
.index_about .more a{ color:#fff;transition-duration: 0.2s; font-size:16px; padding-left: 30px; padding-right: 15px; display: inline-block; padding-top: 3px; padding-bottom: 3px;  border-radius:6px; border:#ddd solid 2px; line-height:1em; }
.index_about .more span{ color:#999;transition-duration:0.2s; }
.index_about .more i{color: #999; font-size: 18px;display:inline-block;transform:rotate(0deg); width: 40px; height: 40px; line-height: 40px; text-align: center; border-radius: 6px; transition-duration: 0.2s}
.index_about .more a:hover i{ transform:rotate(45deg); color:#fff;}
.index_about .more a:hover{background: var(--main); color: #fff; border:var(--main) solid 2px; }
.index_about .more a:hover span{ color:#fff; }


.detailbanner{overflow: hidden; position: relative; background: #111;}
.detailbanner .pagewidth{ height: 500px; position: relative;}
.detailbanner .text{  text-align: center; position: absolute; left: 0px; right: 0px;  bottom: 60px; z-index: 2; }
.detailbanner .text h1{ font-size: 48px; text-shadow: 1px 1px 1px rgba(0,0,0,.1);  color: #fff;   text-align: left;}
.detailbanner .text p{font-size: 18px;text-shadow: 1px 1px 1px rgba(0,0,0,.1);  color: #fff;  text-align: left; margin-bottom:24px; }
.detailbanner .more { text-align:left; }
.detailbanner .more i {font-size: 20px;color: #fff;display: block;width: 40px;height: 40px;border-radius: 40px;text-align: center;display: block;line-height: 40px;border: #fff solid 2px;opacity: 0.6}
.detailbanner img.detailbg{ height: 100%; width: 100%; object-fit: cover; position: absolute; left: 0px; top: 0px; bottom: 0px; right: 0px; z-index: 1; opacity: 1}

.detailmenu{box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05); position: relative; z-index: 1} 
.detailmenu .pagewidth{display: flex; justify-content: space-between; align-items: center;}
.detailmenu ul{display: flex; justify-content: left;}
.detailmenu ul li{ margin-right:30px; }
.detailmenu ul li a{ display:block;height:70px; line-height:70px; font-size:16px; color:#333; font-weight:500; }
.detailmenu ul li a.active{font-weight: 500; border-bottom: var(--main) solid 2px; color: var(--main);}
.detailmenu ul li a:hover{  color:#000; }
.detailmenu ul li a.active:hover{  color:var(--main); }

.detailmenu .crumbs{ font-size:14px; }
.detailmenu .crumbs i{ color:var(--main); }
.detailmenu .crumbs span{ margin-left:5px;margin-right:5px; }
.detailmenu .crumbs span a{ color:#666; }
.detailmenu .crumbs span.line{ color:#999; }
.detailmenu .crumbs span:last-child{display: none;}






.list_about .content { line-height:1.6em; font-size:16px; color:#333; }
.list_about .content p{ text-indent:2em; margin-bottom:16px; }
.list_about .content img{ float: left; display: table-cell;  width: 580px; margin-right: 30px; margin-bottom: 30px;}




.list_news .content .item{ display:flex; justify-content:space-between; margin-bottom:30px; border-bottom:dashed #ececec 1px; padding-bottom:30px; }
.list_news .content .item .img{width: 20%; border-radius:4px; overflow: hidden; transform: rotate(0deg);}
.list_news .content .item .img img{width: 100%; height: 100%; object-fit: cover; transition-duration:0.3s;}
.list_news .content .item .info{width: 77%}
.list_news .content .item h2{color:#111;line-height:1.3em; margin-bottom:10px;font-size: 24px;}
.list_news .content .item h2 a{color:#111;}
.list_news .content .item h2 a:hover{color:var(--main);}
.list_news .content .item .time{font-size: 16px; color:#999;  margin-bottom: 5px;}
.list_news .content .item p{font-size: 16px;line-height: 1.8em; color: #666;}
.list_news .content .item:hover .img img{width: 100%; height: 100%; object-fit: cover; transform: scale(1.1);}

.show_news .pagewidth{display: grid; grid-template-columns: auto 360px; }
.show_news .content { padding-right:80px; }
.show_news .content .title{font-size: 32px; line-height: 1.4em; color: #111; text-align: center; margin-bottom: 10px;}
.show_news .content .info{display: flex; justify-content: center;border-bottom: #ececec solid 1px; margin-bottom: 30px; padding-bottom: 30px;}
.show_news .content .info span{ color: #999; margin-right:20px; margin-left: 20px;}
.show_news .content .html{ font-size:17px; line-height:1.8em; color:#222; margin-bottom:30px; position:relative;margin-bottom: 30px;}
.show_news .content .html p{ margin-bottom:17px; }
.show_news .content .html img{width:100%; height:auto; }
.show_news .content .other{ border-top:#ececec solid 1px; padding-top:30px;}
.show_news .content .other p{ margin-bottom:10px;font-size:16px; color:#333; width: 48%;}
.show_news .content .other p a{ color:#333; }
.show_news .content .other p a:hover{color:var(--main);}
.show_news .content .other p.left{text-align: left; float: left;}
.show_news .content .other p.right{text-align: right; float: right;}


.show_news .side h2{ font-size:24px; color:#111; margin-bottom:20px; }
.show_news .side .item{display: grid;grid-template-columns: 100px auto;grid-gap: 20px;  border-bottom: #ececec solid 1px; padding-bottom: 15px; margin-bottom: 15px;}
.show_news .side .item h3{ font-size:16px; line-height: 1.4em; font-weight:normal; text-align:justify; margin-bottom:5px;display: -webkit-box;  -webkit-line-clamp:2;  -webkit-box-orient: vertical; overflow: hidden;
 }
.show_news .side .item p{ font-size:14px; font-weight:normal; color:#666; }
.show_news .side .item h3 a{ color:#333;  line-height: 1.4em;}
.show_news .side .item h3 a:hover{ color:var(--main); }
.show_news .side .item .img {width: 100%; height: 72px; border-radius: 4px; overflow: hidden;}
.show_news .side .item .img img{ width:100%; height:100%; object-fit:cover; }
.show_news .side .item:last-child{border-bottom: none; margin-bottom: 0; padding-bottom: 0;}




.list_case .article-list{display: grid;grid-template-columns: repeat(3, 1fr); grid-gap: 30px;}
.list_case .article-list .item{ background: #000; border:#ececec solid 1px; border-radius: 4px; transform: rotate(0deg); overflow: hidden; box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.0); margin-bottom: 20px; transition-duration: 0.3s;}
.list_case .article-list .item:after{background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5)); left:0px;right:0px; position: absolute; z-index:2;bottom:0px; height:200px; content:""  }
.list_case .article-list .item img{width: 100%;height: 100%; display:block;transform: scale(1.0); transition-duration: 0.3s; opacity: 0.8;}
.list_case .article-list .item h2{font-size: 18px; position: absolute; left: 30px;bottom: 30px; z-index: 3; color: #fff; right: 30px;}
.list_case .article-list .item:hover img {transform: scale(1.1); opacity: 1;}











.list_product{ background:var(--bg); }
.list_product .content .article-list{display:grid;grid-template-columns: repeat(4, 1fr); grid-gap: 30px;}
.list_product .content .article-list .item{ border-radius: 4px; overflow: hidden;background: #fff; padding:15px;}
.list_product .content .article-list .item .img{  width:100%; overflow:hidden; position:relative; padding-bottom:100%; }
.list_product .content .article-list .item .img img{transition-duration: 0.3s; object-fit: cover; height: 100%; width: 100%; object-fit: cover; position: absolute; left: 0px;  top: 0px;}
.list_product .content .article-list .item:hover .img img{transform: scale(1.1);}
.list_product .content .article-list .item:hover .info{color: #fff;}
.list_product .content .article-list .item .info{text-align: center;  font-size: 16px; color: #333; padding-top: 15px;}
.list_product .content .article-list .item .info a{ color:#333; }
.list_product .content .article-list .item .info a:hover{color:var(--main);}

.show_product .content{ position: relative; display:grid; grid-template-columns: 600px auto; grid-gap: 50px;align-items: flex-start; margin-bottom: 60px;}
.show_product .content .photo{}
.show_product .content .photo .mySwiper2{ margin-bottom:10px; border: #ececec solid 1px;}
.show_product .content .photo .mySwiper2 .swiper-slide{width: 100%; height: 100%;display: flex; align-items: center;}
.show_product .content .photo .mySwiper2 .swiper-slide img{width: 100%; height: 100%; object-fit: contain;}
.show_product .content .photo .mySwiper .swiper-slide {}
.show_product .content .photo .mySwiper .swiper-slide .img{ border:#ececec solid 1px; height: auto; opacity: 0.5;transition-duration: 0.3s}
.show_product .content .photo .mySwiper .swiper-slide .img img{width: 100%; height: 100%; object-fit: cover;}
.show_product .content .photo .mySwiper .swiper-slide-thumb-active .img{ border:var(--main) solid 1px; padding:0px; opacity:1; }
.show_product .content .photo .mySwiper2 .swiper-button-prev{background:var(--main); color: #fff; width:48px; height: 48px; border-radius: 30px;}
.show_product .content .photo .mySwiper2 .swiper-button-prev:after{font-size: 16px;}
.show_product .content .photo .mySwiper2 .swiper-button-next{background:var(--main); color: #fff; width:48px; height: 48px; border-radius: 30px;}
.show_product .content .photo .mySwiper2 .swiper-button-next:after{font-size: 16px;}
.show_product .content .photo .swiper-pagination{background:rgba(0, 0, 0, 0.7);bottom: 15px!important; color: #fff;font-size: 14px; left: auto; right: auto; border-radius: 40px; width: auto; margin: 0 auto; padding-left: 10px; padding-right: 10px; left: 50%; transform: translateX(-50%);}

.show_product .content .info{}
.show_product .content .info h1{ font-size:36px;margin-bottom:20px; border-bottom: #222 solid 2px; margin-bottom: 30px; padding-bottom: 30px;}
.show_product .content .html{ line-height:1.8em; color:#222; margin-bottom:30px; position:relative;margin-bottom: 30px;}
.show_product .content .html p{ margin-bottom:17px; }



.show_product .content .info .item{display: grid; grid-template-columns: 120px auto; grid-gap: 10px; margin-bottom: 30px; padding-bottom: 30px; border-bottom: #ececec solid 1px;}
.show_product .content .info .item_title{font-size: 16px; line-height:1.8em; color: #999;}
.show_product .content .info .item_content{ line-height:1.8em;color:#222; }


.show_product .detail_menu{margin-bottom:50px; }
.show_product .detail_menu ul{ display:flex; align-items:left; grid-gap:20px;}
.show_product .detail_menu ul li a{ display:block; height:44px; line-height:44px; background:#f1f1f1; padding-left:30px; padding-right:30px; color:#333;transition-duration: 0.3s;  }
.show_product .detail_menu ul li a:hover{background:var(--main); color: #fff; }


.show_product .detail_info .item{ margin-bottom: 30px; padding-bottom: 30px; border-bottom: #ececec solid 1px;}
.show_product .detail_info .item .item_title{font-size: 24px; color: var(--main); margin-bottom: 20px;}
.show_product .detail_info .item .item_content{ line-height:1.8em;color:#5f5f5f; }
.show_product .detail_info .item .item_content .layui-table td{ font-size:16px!important; }
.show_product .detail_info .item .item_content .layui-table th{ font-size:16px!important; }


.show_product .tab-header{display:flex; margin-bottom: 20px; border-bottom: #ececec solid 1px; grid-gap: 40px;}
.show_product .tab-header .tab-item { cursor:pointer; height:50px; text-align:center; line-height:50px;  color:#666;}
.show_product .tab-header .tab-item.active {color:var(--main); border-bottom:var(--main) solid 2px; font-weight: 500;}

.show_product .tab-content{ padding-bottom:30px; }


.show_product .other{ border-top:#ececec solid 1px; padding-top:30px;}
.show_product .other p{ margin-bottom:10px;font-size:16px; color:#333; width: 48%;}
.show_product .other p a{ color:#333; }
.show_product .other p a:hover{color:var(--main);}
.show_product .other p.left{text-align: left; float: left;}
.show_product .other p.right{text-align: right; float: right;}



.list_download .title ul {display:grid; grid-template-columns: 7fr 2fr 1fr; background: var(--main); height: 36px; line-height: 36px; color: #fff;}
.list_download .title ul li{ padding-left:20px; }
.list_download .content .item ul {display:grid; grid-template-columns: 7fr 2fr 1fr;height: 60px; line-height: 60px; color: #333;}
.list_download .content .item ul li{ padding-left:20px; }
.list_download .content .item:nth-child(2n) ul {background:#f1f1f1;}
.list_download .content .item ul li a{ color:var(--main); }



.list_staff-area{  }
.list_staff-area .content .article-list{display:grid;grid-template-columns: repeat(4, 1fr); grid-gap: 30px;}
.list_staff-area .content .article-list .item{ border-radius: 4px; overflow: hidden;background: var(--bg);}
.list_staff-area .content .article-list .item .img{ height:220px; width:100%; overflow:hidden; }
.list_staff-area .content .article-list .item .img img{transition-duration: 0.3s; object-fit: cover; height: 100%; width: 100%; object-fit: cover;}
.list_staff-area .content .article-list .item:hover .img img{transform: scale(1.1);}
.list_staff-area .content .article-list .item:hover .info{color: #fff;}
.list_staff-area .content .article-list .item .info{ color: #333; padding: 15px;}
.list_staff-area .content .article-list .item .info h3 { margin-bottom:5px; }
.list_staff-area .content .article-list .item .info h3 a{ color:#333;font-size: 18px; }
.list_staff-area .content .article-list .item .info h3 a:hover{color:var(--main);}
.list_staff-area .content .article-list .item .info p{ font-size:14px; color:#999; }






.list_talentconcept{}
.list_talentconcept .content .article-list{}
.list_talentconcept .content .article-list .item{display:flex; justify-content: space-between; align-items: center;background: var(--bg); margin-bottom: 20px;}
.list_talentconcept .content .article-list .item .img{ width:540px; height: 330px; overflow:hidden; }
.list_talentconcept .content .article-list .item .img img{transition-duration: 0.3s; object-fit: cover; height: 100%; width: 100%;}
.list_talentconcept .content .article-list .item:hover .img img{transform: scale(1.1);}
.list_talentconcept .content .article-list .item .info{width: calc(100% - 640px);  padding:50px; }
.list_talentconcept .content .article-list .item .info h3{ font-size:24px; color:#111; margin-bottom:10px; }
.list_talentconcept .content .article-list .item .info p{ font-size:14px; color:#666}
.list_talentconcept .content .article-list .item:nth-child(2){flex-direction: row-reverse;}




.list_job{}
.list_job .content .item{border:#ececec solid 1px; padding: 20px;}
.list_job .content .item .title{display:flex; justify-content: space-between; align-items: center; margin-bottom: 10px;}
.list_job .content .item .title h3 a{ font-size:24px; color:#333; }
.list_job .content .item .title h3 a:hover{color:var(--main);}
.list_job .content .item .title .time{ color:#999; font-size:14px; }
.list_job .content .item .info{ color:#666; font-size:14px; }
.list_job .content .item .info span{ margin-right:30px; }

.show_job .title{display:flex; justify-content: space-between; margin-bottom: 5px;}
.show_job .title h3{ font-size:24px; }
.show_job .title span{ color:#666; font-size:14px; }

.show_job .salary{ font-size:18px; color:#333; margin-bottom:20px; }
.show_job .salary strong{color:#fd9d2e;  font-weight: 500;}
.show_job .info{ padding:30px; background:var(--bg); margin-bottom:20px; }
.show_job .info ul{display: grid; grid-template-columns: repeat(3, 1fr);}
.show_job .info ul li{ color:#999; font-size:16px; line-height:36px; }
.show_job .info ul li span{ color:#111; }

.show_job .html{ font-size:17px; line-height:1.8em; color:#222; margin-bottom:30px; position:relative;margin-bottom: 30px;}
.show_job .html p{ margin-bottom:17px; }




 
 

.list_honor {background: #f6f7f8;}
.list_honor .title { position:relative; margin-bottom:50px; }
.list_honor .title h2{font-size:36px; color:#111; line-height:50px; }
.list_honor .title h3{ line-height: 1em; position: absolute; left: 0px; top: -20px; font-size:60px; color:rgba(0, 0, 0, 0.05); font-family: 'Barlow';  text-transform:uppercase; }
.list_honor .content .article-list{display:grid;grid-template-columns: repeat(4, 1fr); grid-gap: 30px;}
.list_honor .content .article-list .item{background: #fff; padding-bottom: 20px;border:#ececec solid 1px;}
.list_honor .content .article-list .item .img{ padding-top: 20px; padding-bottom: 20px; height:260px; width:100%; display:flex; align-items:center; }
.list_honor .content .article-list .item .img img{transition-duration: 0.3s; max-width:80%; max-height:240px; object-fit: cover; margin: 0 auto;}
.list_honor .content .article-list .item .info{text-align: center; font-size: 16px; color: #333;}
.list_honor .content .article-list .item:hover .img img{transform: scale(1.1);}



.list_company_photo{}

/*.list_company_photo .article-list{ column-count:3; column-gap:30px;column-fill: auto; border-radius:4px; overflow:hidden; }
.list_company_photo .article-list .item {  break-inside: avoid; margin: 0px ;  box-sizing: border-box;}
.list_company_photo .article-list .item a img{ width:100%;transition-duration:0.3s;  }
.list_company_photo .article-list .item a{display:block; overflow:hidden; }
.list_company_photo .article-list .item a:hover img{transform: scale(1.1);}
.list_company_photo .article-list .item a p{ height:30px;display:block; }
*/


.list_company_photo .article-list .box{display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  grid-auto-rows: minmax(200px, auto); margin-bottom: 20px;}

.list_company_photo .article-list .item:nth-child(1) {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;
  background: #000;
}
.list_company_photo .article-list .item:nth-child(2) { 
  grid-column-start: 3;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 2;
  /*   如果有重叠，就使用 z-index */
  z-index: 1;
  background: #000;
}
.list_company_photo .article-list .item:nth-child(3) {
  grid-column-start: 4;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 2;
  background: #000;
}
.list_company_photo .article-list .item:nth-child(4) {
  grid-column-start: 3;
  grid-column-end: 5;
  grid-row-start: 2;
  grid-row-end: 4;
  background: #000;
}
.list_company_photo .article-list .item:nth-child(5) {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 3;
  grid-row-end: 4;
  background: #000;
}
.list_company_photo .article-list .item:nth-child(6) {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 3;
  grid-row-end: 4;
  background: #000;
}
.list_company_photo .article-list .item:nth-child(7) {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 4;
  grid-row-end: 6;
  background: #000;
}

.list_company_photo .article-list .item:nth-child(8) {
  grid-column-start: 3;
  grid-column-end: 4;
  grid-row-start: 4;
  grid-row-end: 5;
  background: #000;
}

.list_company_photo .article-list .item:nth-child(9) {
  grid-column-start: 4;
  grid-column-end: 5;
  grid-row-start: 4;
  grid-row-end: 5;
  background: #000;
}

.list_company_photo .article-list .item:nth-child(10) {
  grid-column-start: 3;
  grid-column-end: 5;
  grid-row-start: 5;
  grid-row-end: 7;
  background: #000;
}

.list_company_photo .article-list .item:nth-child(11) {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 6;
  grid-row-end:7;
  background: #ECAD9E;
}

.list_company_photo .article-list .item:nth-child(12) {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 6;
  grid-row-end:7;
  background: #ECAD9E;
}



.list_company_photo .article-list .item { margin: 0px ; overflow: hidden;}
.list_company_photo .article-list .item img{ width:100%; height: 100%;object-fit: cover; transition-duration:0.3s;  }
.list_company_photo .article-list .item:hover img{transform: scale(1.1);}





.list_contact .pagewidth{display: grid; grid-template-columns: repeat(2, 1fr); grid-gap: 60px;}
.list_contact .message .title h2{ font-size:36px; margin-bottom:5px; }
.list_contact .message .title p{ margin-bottom:30px; }
.list_contact .message .three{display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 30px;}
.list_contact .message .layui-form-label{color: #333;font-size: 15px; display: block!important; float: none!important; text-align: left!important; padding-left: 0!important} 
.list_contact .message .layui-input-block{ margin-left:0!important; }
.list_contact .message .layui-btn-lg{background: var(--main)!important; color: #fff; padding-top: 18px!important; padding-bottom: 18px!important; height: auto!important; line-height: 1em!important; width: 300px;}

.list_contact .contact{ padding-top: 120px;}
.list_contact .contact ul li{border-bottom: #ececec solid 1px; padding-bottom: 20px; margin-bottom: 20px;}
.list_contact .contact ul li p{ font-size:16px; color:#999; margin-bottom:10px; }
.list_contact .contact ul li h4{ font-size:20px; color:#111;}












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

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

.index_banner .swiper-slide .info{ width:90%;}


}
@media screen and (max-width: 1440px) {}
@media screen and (max-width: 480px) {
.padding{ padding-top:40px; padding-bottom:40px; }

.index_banner {position: relative;width: 100%; margin-top: 72px;}
.index_banner .swiper{ height: 200px;}
.index_banner .swiper-slide{ position: relative;width: 100%;overflow:hidden; }
.index_banner .swiper-slide img{width: 100%; height: 100%; object-fit: cover;}
.index_banner .swiper-slide .info{ position:absolute; width:1560px;left: 50%; top:55%; transition-duration: 0.3s; z-index: 33; transform: translate(-50%, -50%); letter-spacing:1px; transition-delay:0.5s; }
.index_banner .swiper-slide .info > *{opacity: 0; transform: translateY(50px); transition: all 1s; }
.index_banner .swiper-slide-active .info > * {  opacity: 1; transform: none;}
.index_banner .swiper-slide-active .info > *:nth-child(1) { transition-delay: 0.4s;}
.index_banner .swiper-slide-active .info > *:nth-child(2) { transition-delay: 0.6s;}
.index_banner .swiper-slide-active .info > *:nth-child(3) { transition-delay: 0.8s;}
.index_banner .swiper-slide-active .info > *:nth-child(4) { transition-delay: 2s;}

.index_banner .swiper-slide .info h1{color: #fff; font-size:45px;  line-height:1em; margin-bottom:20px; }
.index_banner .swiper-slide .info h2{color: #fff;font-family: 'Barlow';  font-size:60px;  line-height:1em; margin-bottom:20px; }
.index_banner .swiper-slide .info h3{color: #fff; line-height:1.4em;  font-weight: normal;margin-bottom:60px;  font-size:24px;}
.index_banner .swiper-slide .info .button{display: flex; justify-content: left; align-items: center;}
.index_banner .swiper-slide .info .button a{ color:#fff;transition-duration: 0.3s; font-size:16px; padding-left: 30px; padding-right: 15px; display: inline-block; padding-top: 3px; padding-bottom: 3px;  border-radius:50px; border:#fff solid 2px; line-height:1em; }
.index_banner .swiper-slide .info .button span{ color:#fff; }
.index_banner .swiper-slide .info .button i{color: #fff; font-size: 18px;display:inline-block;transform:rotate(0deg); width: 40px; height: 40px; line-height: 40px; text-align: center; border-radius: 50px; transition-duration: 0.2s}
.index_banner .swiper-slide .info .button a:hover i{ transform:rotate(45deg); }
.index_banner .swiper-slide .info .button a:hover{background: var(--main); border:var(--main) solid 2px; }

.index_banner .swiper-pagination{ bottom:10px!important; }
.index_banner .swiper-pagination .swiper-pagination-bullet {border-radius: 0; height:2px; width:30px; transition-duration: 0.2s; background:rgba(255, 255, 255, 0.7); opacity:1; }
.index_banner .swiper-pagination .swiper-pagination-bullet-active{background: var(--main);}




.index_news{ padding-top:40px; padding-bottom:20px; }
.index_news .title { position:relative; height:80px; }
.index_news .title:after{ content:"";left:0px; right:0px; top:16px; border-top:#ececec solid 2px; width:100%; z-index:1; position:absolute; }
.index_news .title h2{ display: inline-block; text-align:center; line-height: 1em; position:absolute; z-index: 2; background:#fff; width:140px; color:var(--main); font-size:24px; font-weight:500; left:50%; transform:translateX(-50%); }
.index_news .title h2:after{ position:absolute; width:50px; height:2px; background:var(--main); content:""; left:50%; transform:translateX(-50%);bottom:-25px; }


.index_news .tab-header{display: grid;grid-template-columns: repeat(2, 1fr); margin-bottom: 20px;}
.index_news .tab-header .tab-item { cursor:pointer; height:50px; width:100%; text-align:center; line-height:50px; background:#f1f1f1; }
.index_news .tab-header .tab-item.active { background:var(--main); color:#fff; }
.index_news .tab-pane {display: none;}
.index_news .tab-pane.active { display: block;}
.index_news .tab-pane .box{ display:block; grid-template-columns:3fr 3fr 4fr;grid-gap:20px; }
.index_news .tab-pane .left{ background:var(--main); margin-bottom:20px; }
.index_news .tab-pane .left .img {height: 240px;}
.index_news .tab-pane .left .img img{ width:100%; height:100%; object-fit:cover;  }
.index_news .tab-pane .left .info{ padding:20px; }
.index_news .tab-pane .left .info h3{display: -webkit-box;  -webkit-line-clamp:1; color: #fff;  -webkit-box-orient: vertical; overflow: hidden;margin-bottom: 10px;}
.index_news .tab-pane .left .info h3 a{ font-size:24px; color:#fff; }
.index_news .tab-pane .left .info p{ font-size:14px; color:rgba(255, 255, 255, 0.7); line-height: 1.6em;display: -webkit-box;  -webkit-line-clamp:2;  -webkit-box-orient: vertical; overflow: hidden; }
.index_news .tab-pane .center {display: grid; grid-template-columns: repeat(1, 1fr); grid-gap: 20px;margin-bottom:20px;}
.index_news .tab-pane .center .item{display: grid; grid-template-columns: 120px auto; background: var(--bg); align-items: center; padding-top: 10px; padding-bottom: 10px;}
.index_news .tab-pane .center .time { text-align:center; border-right:#ececec solid 1px; }
.index_news .tab-pane .center .time .year{ font-size:24px; color: var(--main); font-weight:none; margin-bottom:5px; line-height:1em; }
.index_news .tab-pane .center .time .month{ font-size:14px; color:#666; font-weight:none; }
.index_news .tab-pane .center .info{ padding-left:20px; }
.index_news .tab-pane .center .info h3 {display: -webkit-box;  -webkit-line-clamp:1; -webkit-box-orient: vertical; overflow: hidden;margin-bottom: 0px;}
.index_news .tab-pane .center .info h3 a{ color:#111; font-size:18px; }
.index_news .tab-pane .center .info h3 a:hover{color: var(--main);}
.index_news .tab-pane .center .info p { font-size:14px; color:#999;display: -webkit-box; line-height: 1.6em;  -webkit-line-clamp:2;  -webkit-box-orient: vertical; overflow: hidden;}
.index_news .tab-pane .right .item{display: grid; grid-template-columns: auto 100px; align-items: center; border-bottom: dashed #ddd 1px; padding-bottom: 6px; margin-bottom: 6px;}
.index_news .tab-pane .right .item h3{display: -webkit-box; line-height: 1.6em;  -webkit-line-clamp:1;  -webkit-box-orient: vertical; overflow: hidden;}
.index_news .tab-pane .right .item h3 a{font-size: 16px; font-weight: normal; color: #111;}
.index_news .tab-pane .right .item h3 a:hover{color: var(--main);}
.index_news .tab-pane .right .item p{font-size: 14px; color: #666; text-align: right;}





.index_number{background: var(--main); padding-top: 40px; padding-bottom: 40px;}
.index_number .pagewidth{display: grid;grid-template-columns: repeat(2, 1fr); grid-gap: 30px;}
.index_number .pagewidth .item{ position:relative; }
.index_number .pagewidth .item:after{ position:absolute; content:""; right: 0px; top: 0px; bottom:0px;  width: 1px; background: rgba(255, 255, 255, 0.4);}
.index_number .pagewidth .item h2{ margin-bottom:10px; text-align:center; }
.index_number .pagewidth .item h2 strong{ font-size:36px;  color:#fff; }
.index_number .pagewidth .item h2 span{ font-size:16px; font-weight:none; color: #fff; padding-left: 5px;}
.index_number .pagewidth .item p{ font-size:16px; font-weight:none;color:rgba(255, 255, 255, 0.7); text-align: center;}
.index_number .pagewidth .item:last-child:after{display: none;}
.index_number .pagewidth .item:after{ display:none; }


.index_business{ padding-top:60px; padding-bottom:60px; }
.index_business .title { position:relative; height:80px; }
.index_business .title:after{ content:"";left:0px; right:0px; top:16px; border-top:#ececec solid 2px; width:100%; z-index:1; position:absolute; }
.index_business .title h2{ display: inline-block; text-align:center; line-height: 1em; position:absolute; z-index: 2; background:#fff; width:140px; color:var(--main); font-size:24px; font-weight:500; left:50%; transform:translateX(-50%); }
.index_business .title h2:after{ position:absolute; width:50px; height:2px; background:var(--main); content:""; left:50%; transform:translateX(-50%);bottom:-25px; }

.index_business .tab-header{display:flex; justify-content: center; margin-bottom: 20px; grid-gap: 20px; flex-flow: wrap;}
.index_business .tab-header .tab-item { cursor:pointer; height:40px; padding-left: 30px; padding-right: 30px; margin-bottom: 8px; font-size: 14px; margin-right: 4px; margin-left: 4px; text-align:center; line-height:40px; border-radius: 4px; background:#f1f1f1; }
.index_business .tab-header .tab-item.active { background:var(--main); color:#fff; }
.index_business .tab-pane {display: none;}
.index_business .tab-pane.active { display: block;}
.index_business .tab-pane .box{display: grid; grid-template-columns: repeat(1, 1fr); grid-gap: 20px;}
.index_business .tab-pane .box .item{ position: relative; border-radius: 4px; border:#ddd solid 1px;box-shadow:0px 10px 20px rgba(0, 0, 0, 0); transition-duration: 0.3s;}
.index_business .tab-pane .box .item:after{ position:absolute;left:0;bottom:0; height:2px; content:""; width: 0px; background: var(--main); transition-duration: 0.3s;}
.index_business .tab-pane .box .item h3{ text-align:center; margin:20px; color:#111; font-size:18px;display: -webkit-box;  -webkit-line-clamp:1; -webkit-box-orient: vertical; overflow: hidden; }
.index_business .tab-pane .box .item .img{ width:100%; height:240px; overflow:hidden; }
.index_business .tab-pane .box .item .img img{ width:100%; height:100%; object-fit:cover; }
.index_business .tab-pane .box .item .description {margin:20px; color:#111; font-size:14px; line-height: 1.6em; display: -webkit-box;  -webkit-line-clamp:2; -webkit-box-orient: vertical; overflow: hidden;}
.index_business .tab-pane .box .item .more{ text-align:center; padding-bottom:20px; color:var(--main); font-size:18px; }
.index_business .tab-pane .box .item:hover{box-shadow:0px 10px 20px rgba(0, 0, 0, 0.15); }
.index_business .tab-pane .box .item:hover:after{ position:absolute;left:0;bottom:0; height:2px; content:""; width: 100%; background: var(--main);}
.index_business .more { padding-top:40px; text-align: center;}
.index_business .more a{display: inline-block; background:#fff; border:#ddd solid 1px;border-radius: 4px;color: #333; padding: 6px 40px; transition-duration: 0.3s;}
.index_business .more a:hover{background:var(--main); border:var(--main) solid 1px;color: #fff;}




.index_advantage .content{display: block; justify-content: space-between;}
.index_advantage .content .item{ height:400px; width:100%;transition-duration:0.3s; background: #000; position:relative; margin-bottom: 20px;}
.index_advantage .content .item:hover{ width:100%; }
.index_advantage .content .item img.bg{ width:100%; object-fit:cover; height:100%;  opacity: 0.7}
.index_advantage .content .item .icon{ position:absolute; z-index:4; opacity:1; top:10%;left:50%; transform:translate(-50%,0%);text-align: center;transition-duration: 0.3s}
.index_advantage .content .item .icon img{width: 56px; margin-bottom: 10px; height: 56px; display: block; margin: 0 auto}
.index_advantage .content .item .icon h2{ font-size:24px; padding-top: 10px; color: #fff; font-weight:normal; text-align:center; }
.index_advantage .content .item .text{ transition-duration: 0.3s; text-align: center; position:absolute; color: #fff; z-index:5; opacity:1; width:90%;padding: 20px; top:auto; bottom: 100px; left:50%; transform:translate(-50%,0%);-webkit-backdrop-filter:blur(5px); backdrop-filter: blur(5px);background:rgba(42, 94, 160, 0.8); }
.index_advantage .content .item .text h2{ font-size:32px; color: #fff; font-weight:normal; text-align:center; margin-bottom:20px; display: none;}
.index_advantage .content .item .text p{ font-size:16px; line-height: 1.6em; font-weight:none;color:rgba(255, 255, 255, 0.7); text-align: center;}
.index_advantage .content .item:hover .icon{  opacity:1;top:10%; }
.index_advantage .content .item:hover .text{ top:auto;bottom: 100px;  opacity:1;}









.detailbanner{overflow: hidden; position: relative; background: var(--blue); margin-top: 72px;}
.detailbanner .pagewidth{ height: 250px; position: relative;}
.detailbanner .text{  text-align: center; position: absolute; left: 0px; right: 0px; top: 50%; transform: translateY(-50%); z-index: 2; }
.detailbanner .text h1{ font-size: 36px; color: #fff; font-weight: 500;  text-align: center;  line-height: 1.1em; z-index: 2; text-shadow:0px 0px 10px #1e64a0; }
.detailbanner img.detailbg{ height: 100%; width: 100%; object-fit: cover; position: absolute; left: 0px; top: 0px; bottom: 0px; right: 0px; z-index: 1; opacity: 1}

.detailmenu{box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05); position: relative; z-index: 1} 
.detailmenu .pagewidth{display: block; justify-content: space-between; align-items: center;}
.detailmenu ul{display: flex; justify-content: center; grid-gap: 10px;}
.detailmenu ul li{ margin-right:5px; margin-left:5px; }
.detailmenu ul li a{ display:block;height:70px; line-height:70px; font-size:14px; color:#333; font-weight:500; }
.detailmenu ul li a.active{font-weight: 500; border-bottom: var(--main) solid 2px; color: var(--main);}
.detailmenu ul li a:hover{  color:#000; }
.detailmenu ul li a.active:hover{  color:var(--main); }

.detailmenu .crumbs{display:none; }






.list_company .content { line-height:1.6em; font-size:16px; color:#333; }
.list_company .content p{ text-indent:2em; margin-bottom:16px; }
.list_company .content img{ float: none; display: table-cell;  width: 100%; margin-right:0px; margin-bottom: 30px;}

.list_culture .content .box{display: block; justify-content: space-between; }
.list_culture .content .box .img { width:100%; }
.list_culture .content .box .img img{ width:100%; }
.list_culture .content .box .text{width:calc(100% - 40px);  padding:20px; background:var(--bg); }
.list_culture .content .box .text h3{ font-size:24px; color:#111; margin-bottom:6px; }
.list_culture .content .box .text p{ font-size:14px; color:#666; margin-bottom:6px;  }
.list_culture .content .box:last-child{flex-direction: row-reverse; }

.list_news .content .item{ display:block; justify-content:space-between; margin-bottom:30px; border-bottom:dashed #ececec 1px; padding-bottom:30px; }
.list_news .content .item .img{width: 100%; border-radius:4px; overflow: hidden; transform: rotate(0deg); margin-bottom: 20px;}
.list_news .content .item .img img{width: 100%; height: 100%; object-fit: cover; transition-duration:0.3s;}
.list_news .content .item .info{width: 100%}
.list_news .content .item h2{color:#111;line-height:1.3em; margin-bottom:0px;font-size: 18px;}
.list_news .content .item h2 a{color:#111;}
.list_news .content .item h2 a:hover{color:var(--main);}
.list_news .content .item .time{font-size: 16px; color:#999;  margin-bottom: 5px;}
.list_news .content .item p{font-size: 16px;line-height: 1.8em; color: #666; display: none;}
.list_news .content .item:hover .img img{width: 100%; height: 100%; object-fit: cover; transform: scale(1.1);}

.show_news .pagewidth{display:block; grid-template-columns: auto 360px; }
.show_news .content { padding-right:0px; }
.show_news .content .title{font-size: 32px; line-height: 1.4em; color: #111; text-align: center; margin-bottom: 10px;}
.show_news .content .info{display: flex; justify-content: center;border-bottom: #ececec solid 1px; margin-bottom: 30px; padding-bottom: 30px;}
.show_news .content .info span{ color: #999; margin-right:20px; margin-left: 20px;}
.show_news .content .html{ font-size:17px; line-height:1.8em; color:#222; margin-bottom:30px; position:relative;margin-bottom: 30px;}
.show_news .content .html p{ margin-bottom:17px; }
.show_news .content .html img{width:100%; height:auto; }
.show_news .content .other{ border-top:#ececec solid 1px; padding-top:30px;}
.show_news .content .other p{ margin-bottom:10px;font-size:16px; color:#333; width: 48%;}
.show_news .content .other p a{ color:#333; }
.show_news .content .other p a:hover{color:var(--main);}
.show_news .content .other p.left{text-align: left; float: left;}
.show_news .content .other p.right{text-align: right; float: right;}

.show_news .side{display: none;}
















.list_product{ background:var(--bg); }
.list_product .content .article-list{display:grid;grid-template-columns: repeat(1, 1fr); grid-gap: 30px;}
.list_product .content .article-list .item{ border-radius: 4px; overflow: hidden;background: #fff; padding:15px;}
.list_product .content .article-list .item .img{ height:220px; width:100%; overflow:hidden; }
.list_product .content .article-list .item .img img{transition-duration: 0.3s; object-fit: cover; height: 100%; width: 100%; object-fit: cover;}
.list_product .content .article-list .item:hover .img img{transform: scale(1.1);}
.list_product .content .article-list .item:hover .info{color: #fff;}
.list_product .content .article-list .item .info{text-align: center;  font-size: 16px; color: #333; padding-top: 15px;}
.list_product .content .article-list .item .info a{ color:#333; }
.list_product .content .article-list .item .info a:hover{color:var(--main);}

.show_product .content{display:grid; grid-template-columns: 600px auto; space-between;margin-bottom: 30px;  grid-gap: 50px;}
.show_product .content .photo{width: 100%; margin-bottom: 20px;}
.show_product .content .photo .mySwiper2{ margin-bottom:10px; border: #ececec solid 1px;}
.show_product .content .photo .mySwiper2 .swiper-slide{width: 100%;height: 100%; display: flex; align-items: center;}
.show_product .content .photo .mySwiper2 .swiper-slide img{width: 100%; height: 100%; object-fit: contain;}
.show_product .content .photo .mySwiper .swiper-slide {}
.show_product .content .photo .mySwiper .swiper-slide .img{ border:#ececec solid 1px; height: 45px; opacity: 0.5;transition-duration: 0.3s}
.show_product .content .photo .mySwiper .swiper-slide .img img{width: 100%; height: 100%; object-fit: cover;}
.show_product .content .photo .mySwiper .swiper-slide-thumb-active .img{ border:var(--main) solid 1px; padding:0px; opacity:1; }
.show_product .content .photo .mySwiper2 .swiper-button-prev{background:var(--main); color: #fff; width:48px; height: 48px; border-radius: 30px;}
.show_product .content .photo .mySwiper2 .swiper-button-prev:after{font-size: 16px;}
.show_product .content .photo .mySwiper2 .swiper-button-next{background:var(--main); color: #fff; width:48px; height: 48px; border-radius: 30px;}
.show_product .content .photo .mySwiper2 .swiper-button-next:after{font-size: 16px;}
.show_product .content .photo .swiper-pagination{background:rgba(0, 0, 0, 0.7);bottom: 15px!important; color: #fff;font-size: 14px; left: auto; right: auto; border-radius: 40px; width: auto; margin: 0 auto; padding-left: 10px; padding-right: 10px; left: 50%; transform: translateX(-50%);}

.show_product .content .html{width: 100%;}
.show_product .content .html{  line-height:1.8em; color:#222; margin-bottom:30px; position:relative;margin-bottom: 30px;}
.show_product .content .html p{ margin-bottom:17px; }





.list_download .title { display:none; }
.list_download .title ul {display:grid; grid-template-columns: 7fr 2fr 1fr; background: var(--main); height: 36px; line-height: 36px; color: #fff;}
.list_download .title ul li{ padding-left:0px; }
.list_download .content .item ul {display:grid; grid-template-columns: 1fr;height: auto; line-height: 1.8em; color: #333; border-bottom: #ececec solid 1px; padding-bottom: 20px; margin-bottom: 20px;}
.list_download .content .item ul li{ padding-left:20px; }
.list_download .content .item:nth-child(2n) ul {background:#fff;}
.list_download .content .item ul li a{ color:var(--main); }



.list_staff-area{  }
.list_staff-area .content .article-list{display:grid;grid-template-columns: repeat(1, 1fr); grid-gap: 30px;}
.list_staff-area .content .article-list .item{ border-radius: 4px; overflow: hidden;background: var(--bg);}
.list_staff-area .content .article-list .item .img{ height:220px; width:100%; overflow:hidden; }
.list_staff-area .content .article-list .item .img img{transition-duration: 0.3s; object-fit: cover; height: 100%; width: 100%; object-fit: cover;}
.list_staff-area .content .article-list .item:hover .img img{transform: scale(1.1);}
.list_staff-area .content .article-list .item:hover .info{color: #fff;}
.list_staff-area .content .article-list .item .info{ color: #333; padding: 15px;}
.list_staff-area .content .article-list .item .info h3 { margin-bottom:5px; }
.list_staff-area .content .article-list .item .info h3 a{ color:#333;font-size: 18px; }
.list_staff-area .content .article-list .item .info h3 a:hover{color:var(--main);}
.list_staff-area .content .article-list .item .info p{ font-size:14px; color:#999; }






.list_talentconcept{}
.list_talentconcept .content .article-list{}
.list_talentconcept .content .article-list .item{display:block; justify-content: space-between; align-items: center;background: var(--bg); margin-bottom: 20px;}
.list_talentconcept .content .article-list .item .img{ width:100%; height:240px; overflow:hidden; }
.list_talentconcept .content .article-list .item .img img{transition-duration: 0.3s; object-fit: cover; height: 100%; width: 100%;}
.list_talentconcept .content .article-list .item:hover .img img{transform: scale(1.1);}
.list_talentconcept .content .article-list .item .info{width: 100%;  padding:20px; }
.list_talentconcept .content .article-list .item .info h3{ font-size:24px; color:#111; margin-bottom:10px; }
.list_talentconcept .content .article-list .item .info p{ font-size:14px; color:#666}
.list_talentconcept .content .article-list .item:nth-child(2){flex-direction: row-reverse;}




.list_job{}
.list_job .content .item{border:#ececec solid 1px; padding: 20px;}
.list_job .content .item .title{display:block; justify-content: space-between; align-items: center; margin-bottom: 10px;}
.list_job .content .item .title h3 a{ font-size:24px; color:#333; }
.list_job .content .item .title h3 a:hover{color:var(--main);}
.list_job .content .item .title .time{ color:#999; font-size:14px; }
.list_job .content .item .info{ color:#666; font-size:14px;display:grid; grid-template-columns:repeat(1, 1fr); }
.list_job .content .item .info span{ margin-right:0px; }

.show_job .title{display:flex; justify-content: space-between; margin-bottom: 5px;}
.show_job .title h3{ font-size:24px; }
.show_job .title span{ color:#666; font-size:14px; }

.show_job .salary{ font-size:18px; color:#333; margin-bottom:20px; }
.show_job .salary strong{color:#fd9d2e;  font-weight: 500;}
.show_job .info{ padding:20px; background:var(--bg); margin-bottom:20px; }
.show_job .info ul{display: grid; grid-template-columns: repeat(1, 1fr);}
.show_job .info ul li{ color:#999; font-size:16px; line-height:36px; }
.show_job .info ul li span{ color:#111; }

.show_job .html{ font-size:17px; line-height:1.8em; color:#222; margin-bottom:30px; position:relative;margin-bottom: 30px;}
.show_job .html p{ margin-bottom:17px; }




 
 

.list_honor {background: #f6f7f8;}
.list_honor .title { position:relative; margin-bottom:50px; }
.list_honor .title h2{font-size:36px; color:#111; line-height:50px; }
.list_honor .title h3{ line-height: 1em; position: absolute; left: 0px; top: -20px; font-size:60px; color:rgba(0, 0, 0, 0.05); font-family: 'Barlow';  text-transform:uppercase; }
.list_honor .content .article-list{display:grid;grid-template-columns: repeat(1, 1fr); grid-gap: 30px;}
.list_honor .content .article-list .item{background: #fff; padding-bottom: 20px;border:#ececec solid 1px;}
.list_honor .content .article-list .item .img{ padding-top: 20px; padding-bottom: 20px; height:260px; width:100%; display:flex; align-items:center; }
.list_honor .content .article-list .item .img img{transition-duration: 0.3s; max-width:80%; max-height:240px; object-fit: cover; margin: 0 auto;}
.list_honor .content .article-list .item .info{text-align: center; font-size: 16px; color: #333;}
.list_honor .content .article-list .item:hover .img img{transform: scale(1.1);}



.list_company_photo .article-list{display: block;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  grid-auto-rows: minmax(200px, auto);}
.list_company_photo .article-list .item:nth-child(1) {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;
  background: #000;
}
.list_company_photo .article-list .item:nth-child(2) { 
  grid-column-start: 3;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 2;
  /*   如果有重叠，就使用 z-index */
  z-index: 1;
  background: #000;
}
.list_company_photo .article-list .item:nth-child(3) {
  grid-column-start: 4;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 2;
  background: #000;
}
.list_company_photo .article-list .item:nth-child(4) {
  grid-column-start: 3;
  grid-column-end: 5;
  grid-row-start: 2;
  grid-row-end: 4;
  background: #000;
}
.list_company_photo .article-list .item:nth-child(5) {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 3;
  grid-row-end: 4;
  background: #000;
}
.list_company_photo .article-list .item:nth-child(6) {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 3;
  grid-row-end: 4;
  background: #000;
}
.list_company_photo .article-list .item:nth-child(7) {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 4;
  grid-row-end: 6;
  background: #000;
}

.list_company_photo .article-list .item:nth-child(8) {
  grid-column-start: 3;
  grid-column-end: 4;
  grid-row-start: 4;
  grid-row-end: 5;
  background: #000;
}

.list_company_photo .article-list .item:nth-child(9) {
  grid-column-start: 4;
  grid-column-end: 5;
  grid-row-start: 4;
  grid-row-end: 5;
  background: #000;
}

.list_company_photo .article-list .item:nth-child(10) {
  grid-column-start: 3;
  grid-column-end: 5;
  grid-row-start: 5;
  grid-row-end: 7;
  background: #000;
}

.list_company_photo .article-list .item:nth-child(11) {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 6;
  grid-row-end:7;
  background: #ECAD9E;
}

.list_company_photo .article-list .item:nth-child(12) {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 6;
  grid-row-end:7;
  background: #ECAD9E;
}



.list_company_photo .article-list .item { margin: 0px ; overflow: hidden;}
.list_company_photo .article-list .item img{ width:100%; height: 100%;object-fit: cover; transition-duration:0.3s;  }
.list_company_photo .article-list .item:hover img{transform: scale(1.1);}
.list_company_photo .article-list .item{ height:240px; margin-bottom:20px; }


.list_contact .content{display: blocl;justify-content: space-between;}
.list_contact .content .info{ width:100%; }
.list_contact .content .img{display:none; }


.list_contact .content h2{ font-size:24px; color:#111; margin-bottom:12px;  }
.list_contact .content p{ font-size:16px; color:#333; margin-bottom:6px;  }








.list_message .three{display: block; grid-template-columns: repeat(3, 1fr); grid-gap: 30px;}
.layui-form-label{color: #333;font-size: 15px; display: block!important; float: none!important; text-align: left!important; padding-left: 0!important} 
.layui-input-block{ margin-left:0!important; }
.layui-btn-lg{background: var(--main)!important; color: #fff; padding-top: 18px!important; padding-bottom: 18px!important; height: auto!important; line-height: 1em!important; width: 100%;}

}

/*小尺寸手机*/
@media screen and (max-width: 320px) {

}
/*横屏*/
@media all and (orientation : landscape) {} 
/*竖屏*/
@media all and (orientation : portrait){}









