:root {
    --font-color: #595757;
    --font-black-color: #333333;
    --font-active-color: #3ea6f1;
  }
body{color:var(--font-color);font-family:"\5FAE\8F6F\96C5\9ED1","Microsoft YaHei","微软雅黑";font-size: 1.6rem;word-wrap: break-word;}
a{color:var(--font-color);}
*:focus {outline: none;box-shadow: none;}
input:required:invalid ,textarea:required:invalid ,select:required:invalid{outline: none;box-shadow: none;}
a:hover{color:var(--font-active-color);text-decoration:none;transition: all 300ms ease-in-out 0s;}
.on {color:var(--font-active-color);}
.my_ul ,.my_dl{ margin:0; padding:0;}
.my_ul li{ list-style:none;}
.my_dl dt ,.my_dl dd{margin:0;padding:0;font-weight:normal; }
dt + dd{ margin-top:0;}
p{ margin:0 0 1.2rem;}
img{image-rendering: -webkit-optimize-contrast;}
video{display:block;max-width: 100%;background-color: #000;}
.list-paddingleft-2{margin-top: 0;padding-left: 1.1em;}
.list-paddingleft-2 li{list-style: inherit;}
picture{display: block;}
blockquote{padding: .8rem 1.5rem;background-color: #f2f2f2;font-family: "Arial","\5FAE\8F6F\96C5\9ED1","Microsoft YaHei","微软雅黑";font-size: 1.6rem;border-left: 4px solid var(--font-active-color);display: flex;align-items: center;margin-bottom:2rem;}
.img_animate{position: relative;overflow: hidden;display: block;width: 100%;}
.img_animate img{display:block;width: 100%;height: 100%;object-fit: cover;position: absolute;left: 0;top: 0; transition: all 0.35s;}
.img_animate:hover img{transform: scale(1.05);}
.layui-fixbar{margin: 0;padding: 0;}
input:-webkit-autofill,textarea:-webkit-autofill,select:-webkit-autofill {-webkit-box-shadow: 0 0 0 1000px white inset;}
.ue-table-interlace-color-single{ background-color: #ffffff; } .ue-table-interlace-color-double{ background-color: #eeeeee; }
/*
public
*/
.am-container{width:1350px;max-width: 100%;margin:0 auto;padding: 0;}
.am-container.flex{display: flex;}
.am-container.flex::before,.am-container.flex::after{display: none;}
.am-paragraph-default{ margin:0;color:var(--font-color);font-size:1.6rem;line-height: 1.8;text-align: justify;}
.am-paragraph-default img{ max-width:100%; border:none; padding:0; margin:0;display:inline; height: auto;}
.am-paragraph-default p{ margin:0 0 1.6rem;font-size:1.6rem;line-height: 1.8;}
.am-paragraph-default p ,.am-paragraph-default a{color:var(--font-color);}
.am-paragraph-default video ,.am-paragraph-default iframe{display:block;max-width:100%;background-color: #000;object-fit: cover;}
.am-paragraph-default embed{display: inline-block;max-width:100%;background-color: #000;}
.am-paragraph-default a:hover{color:var(--font-active-color);}
.am-pureview-actions a{ position:static; float:right; text-align:center;}
.am-icon-chevron-left:before {font-family:'FontAwesome';content: "\f00d";}
.am-pureview-direction a:before{font-family:'FontAwesome';}
.am-pureview-slider img{object-fit: contain;}
.am-pureview-title{text-align: center;}
.picture-hover-animate{ display:block; position:relative; overflow:hidden;}
.picture-hover-animate:after{position: absolute;top: 0;right: 0;bottom: 0;left: 0;display: block;visibility: visible;width: 16rem;height: 16rem;margin: auto;content: '';transition: all 0.6s ease-in-out;transform: scale(6);opacity: 1;border: 80px solid rgba(0, 0, 0, 0.1);border-radius: 80px;}
.picture-hover-animate:hover:after { visibility: hidden; opacity: 0; border: 0 solid rgba(0, 0, 0, 0.1); }
.am-pureview-slider .am-pinch-zoom::after{display: none;}
.am-table-striped > tbody > tr:nth-child(2n+1) > td, .am-table-striped > tbody > tr:nth-child(2n+1) > th {background-color: #f5f5f5;}
.am-table tr td,.am-table tr th{ vertical-align:middle!important;}
hr{margin: 3.5rem 0 3rem;}
.layui-layer-btn a{font-size: 1.4rem;}
.layui-layer-setwin .layui-layer-close2{width: 30px!important;height: 30px!important;}
.layui-layer-imgtit h3{margin-bottom: 0!important;line-height: 40px;}
.layui-layer-photos-footer > h3{margin: 0;line-height: 52px;font-size: 12px; font-weight: normal;}
.hidden{overflow: hidden;}

.am-paragraph-default .layui-table p{margin: 0;}

/*
header
*/
.header{width: 100%;z-index: 1000;position: relative;left: 0;top: 0;}
.header .menu{display: flex!important;justify-content: space-between;align-items: center;height: 7rem!important;}
.header .logo img{display: block;height: 2.6rem;}
.header .am-topbar-collapse{position: static;display: flex!important;justify-content: flex-end;width: 100%;height: 100% !important;align-items: center;}
.header .am-menu{display: flex;align-items: center;position: static;width: calc(100% - 30rem);height: 100%;}
.header .am-menu-nav{display: flex;font-size: 1.6rem;transition: all 300ms ease-in-out 0s;margin-right: 2vw;height: 100%;}
.header .am-menu-nav a{padding: 0;}
.header .am-menu-nav .parent_li{margin-right:4vw;}
.header .am-menu-nav .parent_li .parent_a{display: flex;align-items: center;color: #333; height: 100%;white-space: nowrap;text-transform: uppercase;font-size: 1.8rem;}
.header .am-menu-nav .parent_li .am-menu-sub a:hover ,.header .am-menu-nav .parent_li:hover .parent_a ,.header .am-menu-nav .parent_li .parent_a.on{color:var(--font-active-color);}

.header .am-menu-nav .parent_li .am-menu-sub{position: absolute;width: 100%;background-color: #fff;left: 0;top: 100%;overflow: hidden;transition:all .4s ease 0s;height:0;box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);}
.header .am-menu-nav .parent_li .am-menu-sub .menu_sub{padding: 0 5%;display: flex;justify-content: space-between;}
.header .am-menu-nav .parent_li .am-menu-sub dt{border-left: var(--font-active-color) solid 1px;padding-left: 3rem;display: flex;flex-direction: row;flex-wrap: wrap;justify-content: flex-start;align-content: center;width: 50%;}
.header .am-menu-nav .parent_li .am-menu-sub dt a{display: block;white-space:nowrap;margin:1rem 0;width: 50%;}

.header .am-menu-nav .parent_li .am-menu-sub dd{display: flex;width:42%;justify-content: center;align-items: center;}
.header .am-menu-nav .parent_li .am-menu-sub dd a{display:flex;align-items: center;justify-content: center;width:100%;height: 20rem;position: relative;}
.header .am-menu-nav .parent_li .am-menu-sub dd img{display: block;max-width: 100%;max-height: 100%;object-fit: contain;}

.header .am-menu-nav .parent_li:hover .am-menu-sub {padding: 4rem 0;height:auto;}


.header .am-topbar-btn{display: none;}

.header .language_btn{margin-right: 1.5vw;}
.header .language_btn a{background-color: #BDCCD4;color: #fff;padding: .3rem .3rem;border-radius: .5rem;font-size: 1.4rem;}
.header .language_btn a:hover{background-color: var(--font-active-color);}

.header .top_search{width: 0;height: 3.8rem;position: absolute; top: 50%; right: 0;transform: translateY(-50%);overflow: hidden;transition: all 300ms ease-in-out 0s;opacity: 0;}
.header .navbar_search_btn ,.header .top_search_close .layui-icon{font-size: 1.8rem;}
.header  .menu.am-in .am-menu{position: relative;}
.header .menu.am-in .top_search{width: 100%;opacity: 1;}
.header .menu.am-in .am-menu-nav ,.header .menu.am-in .language_btn{opacity: 0;}
.header .menu.am-in .navbar_search_btn{display: none;}
.header .top_search .layui-form{display: flex;align-items: center;justify-content: space-between;}
.header .top_search .layui-form .layui-input{border: none;width: calc(100% - 8rem);padding-left: 2rem;background: none;}
.header .top_search .layui-form .layui-btn{background:none;display: flex;align-items: center;width: 3rem;font-size: 1.8rem;padding: 0;justify-content: flex-end;color: #4d4d4d; }
.header .top_search .layui-form .top_search_close{width: 3rem;display: flex;align-items: center;justify-content: space-between;font-size: 1.8rem;}
.header .top_search .layui-form .top_search_close::after{display: block;content: '';background-color: #4d4d4d; width: 1px;height: 1.6rem;}

.header_fixed{position: fixed;}
.header_fixed .logo img:first-of-type ,.header.bg .logo img:last-of-type{display: none;}
.header_fixed .logo img:last-of-type,.header.bg .logo img:first-of-type{display: block;}
.header_fixed .am-menu-nav .parent_li .parent_a ,.header_fixed .navbar_search_btn ,.header_fixed .top_search .layui-form .layui-input ,.header_fixed .top_search .layui-form .layui-btn ,.header_fixed .top_search .layui-form .top_search_close{color: #fff;}
.header_fixed .top_search .layui-form .top_search_close::after{background-color: #fff;}


.header.am-sticky ,.header.bg{background: #fff;box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);}
.header.am-sticky .am-menu-nav .parent_li .parent_a.on,.header.bg .am-menu-nav .parent_li .parent_a:hover{color: var(--font-active-color);}

.header_fixed.am-sticky .logo img:first-of-type{display: block;}
.header_fixed.am-sticky .logo img:last-of-type{display: none;}
.header_fixed.am-sticky .am-menu-nav .parent_li .parent_a ,.header_fixed.am-sticky .navbar_search_btn ,.header_fixed.am-sticky .top_search .layui-form .layui-input ,.header_fixed.am-sticky .top_search .layui-form .layui-btn ,.header_fixed.am-sticky .top_search .layui-form .top_search_close,.header.bg .am-menu-nav .parent_li .parent_a ,.header.bg .navbar_search_btn {color: #4d4d4d;}
.header_fixed.am-sticky .top_search .layui-form .top_search_close::after{background-color: #4d4d4d;}


.header #nprogress{position: absolute;left: 0;bottom: 0;width: 100%;}
.header #nprogress .nprogress-bar{height: 1px;margin: 0;box-shadow: none;position: absolute;left:0;bottom: 0;background-color: var(--font-active-color);}


/*
BANNER
*/
.index_banner{position:relative;}
.index_banner_swiper .swiper-slide{position: relative;overflow: hidden;display: block;}
.index_banner_swiper .swiper-slide.white{color: #fff;}
.index_banner_swiper .swiper-slide::after{display: block;content: '';padding-bottom: calc(100vh - 7rem);}
.index_banner_swiper .swiper-slide .img{display: block;width:100%;height:100%;position: absolute;left: 0;top: 0;object-fit: cover;z-index: 1;}
.index_banner_swiper .swiper-slide .link{display: block;width: 100%;height: 100%;position: absolute;left: 0;top: 0;}
.index_banner_swiper .swiper-slide picture{-webkit-transition: all 5s cubic-bezier(0.2, 0.3, 0.5, 1);transition: all 5s cubic-bezier(0.2, 0.3, 0.5, 1);-webkit-transform: scale(1.1);-moz-transform: scale(1.1);transform: scale(1.1);display: flex;width: 100%;height: 100%;}
.index_banner_swiper .swiper-slide picture .flex{position: relative;background-color: #000000;display: flex;height: 100%;}
.index_banner_swiper .swiper-slide picture .word{width: 33%;position: absolute;z-index: 10;right: 5%;top: 15%;}
.index_banner_swiper .swiper-slide-active picture{-webkit-transform: scale(1);-moz-transform: scale(1); transform: scale(1);}
.index_banner_swiper .swiper-pagination-bullet{background: rgba(255, 255, 255, .5);opacity: 1;transition: all 300ms ease-in-out 0s;border: rgba(0, 0, 0, .2) solid 1px;}
.index_banner_swiper .swiper-pagination-bullet-active{background: var(--font-active-color);border-radius: .5rem;border-color: rgba(83, 185 ,141, 1);}
.index_banner_swiper .bg{display: block;width: 100%;height: 100%;position: absolute;top:0;right: 0;z-index:2;background-color: rgba(83, 185 ,141, 0.1);}
.index_banner_swiper .bg.animate__animated{-webkit-animation-duration:2s;animation-duration:2s;}



/*
BLOCK
*/
.index_block{padding: 3% 0;background-position:center;background-repeat: no-repeat;background-size: cover;}
.index_block.grey{background-color: #f2f2f2;}
.index_block dl{display: flex;justify-content: space-between;}
.index_block dt ,.index_block dd{width: 47%;}
.index_block .am-btn-green{padding-left: 3rem;padding-right:3rem;background: var(--font-active-color);border-radius: 100rem;color: #fff;font-size: 1.5rem;}
.index_block .am-btn-green:hover{background: #6c63f5;}
.index_block .title, .index_block .name {font-size: 3.2rem; text-transform: capitalize; font-weight:bold;}
.index_block .title::after,.index_block .name::after{display: block;content: ''; width: 5rem; height: 1px; background-color: #CCCCCC; margin-top: 10%;}
.index_block .name{text-align: center;}
.index_block .name::after { margin: 2% auto 0;}


/*
PRODUCT
*/
.index_product{overflow: hidden;}
.index_product_swiper .img{position: relative;overflow: hidden;}
.index_product_swiper .img::after{display: block;content: '';padding-bottom: 84%;}
.index_product_swiper .swiper-pagination{width: 100%!important;left: 0!important;transform: translateX(0)!important;justify-content: flex-end;display: flex;padding-right: 3rem;bottom: 3rem;}
.index_product_swiper .swiper-pagination-bullet{background: rgba(255, 255, 255, .5);opacity: 1;border: rgba(0, 0, 0, .2) solid 1px;}
.index_product_swiper .swiper-pagination-bullet-active{background-color: var(--font-active-color);border-color: var(--font-active-color);}
.index_product dd{background-color: #f2f2f2;padding: 5% 6%;display: flex;flex-direction: column;justify-content: space-between;}
.index_product dd .item{display: flex;flex-wrap: wrap;}
.index_product dd .item a{width: 49%;margin: .8rem 0;}

.index_product_core{position: relative;margin-top: 3.6%;padding-bottom:3rem;}
.index_product_core .swiper-slide{display: flex;justify-content: space-between;}
.index_product_core .swiper-slide .img{width: 47%;position: relative;overflow: hidden;background-color: #fff;}
.index_product_core .swiper-slide .img::after{display: block;content: '';padding-bottom: 84%;}
.index_product_core .swiper-slide .text{width: 47%;display: flex;flex-direction: column;justify-content: center;overflow: auto;max-height: 53rem;}
.index_product_core .swiper-slide .text .subtitle{font-size: 2.2rem;font-weight:bold;}
.index_product_core .swiper-slide .text .des{margin: 2rem 0 4rem;line-height: 1.8;}
.index_product_core .swiper-slide .text .des img{max-width:100%;}
.index_product_core .swiper-button-prev{left: -6rem;width: 4rem;height: 4rem;border-radius: 50%;border: var(--font-active-color) solid 1px;display: flex;align-items: center;justify-content: center;}
.index_product_core .swiper-button-next{right: -6rem;width: 4rem;height: 4rem;border-radius: 50%;border: var(--font-active-color) solid 1px;}
.index_product_core .swiper-button-prev::after{font-size: 1.8rem!important;}
.index_product_core .swiper-button-next::after{font-size: 1.8rem!important;}
.index_product_core .swiper-pagination{bottom: -2rem;}

.product_core{position: relative;}
.product_core .item{position: relative;margin-bottom: 8%;}
.product_core .item .img{position: relative;overflow: hidden;}
.product_core .item .img::after{display: block;content: '';padding-bottom: 65.79%;}
.product_core .item .subtitle{width: 50%;position: absolute;left: 50%;bottom: -37%;transform: translateX(-50%);background: rgba(83, 185, 141, .8);color: #fff;border-radius: 50%;transition: all 300ms ease-in-out 0s;}
.product_core .item:hover .subtitle{width: 46%;}
.product_core .item:nth-of-type(even) .subtitle{background: rgba(8, 59, 109, .8);}
.product_core .item .subtitle::after{padding-bottom: 100%;display: block;content: '';}
.product_core .item .subtitle span{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);font-size: 2rem;font-weight:bold;white-space: nowrap;}
.product_core .swiper-pagination{bottom: -3rem;}



/*
MODAL
*/
.text_modal_skin{width: 1350px;max-height: 95%;}
.text_modal_skin.last{width: 900px;}
.text_modal_skin .layui-layer-setwin{z-index: 100;}
.text_modal_skin .layui-layer-content{display: flex;justify-content: space-between;width: 100%;overflow: hidden!important;}
.modal_swiper{width: 50%;margin: 0;box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.05);}
.modal_swiper .swiper-wrapper{height: auto;}
.modal_swiper .swiper-slide::after{display: block;content: '';padding-bottom: 84%;}
.modal_swiper .swiper-slide img{display: block;width: 100%;height: 100%;object-fit: cover;position: absolute;left: 0;top: 0;}
.modal_swiper .swiper-pagination-bullet{background: rgba(255, 255, 255, .5);opacity: 1;border: rgba(0, 0, 0, .2) solid 1px;}
.modal_swiper .swiper-pagination-bullet-active{background-color: var(--font-active-color);border-color: var(--font-active-color);}
.modal_text{width: 50.4%;padding: 3rem 3rem 0 4rem;display: flex;flex-direction: column;overflow: auto;margin-bottom: 3rem;}

.modal_text_all{width: 100%;min-height:43rem;}
.modal_text .title{color: var(--font-active-color);font-weight: bold;font-size: 2.4rem;font-weight:bold;}
.modal_text .title::after{display: block;content: '';width: 5rem;height: 1px;background-color: var(--font-active-color);margin-top: .5rem;}
.modal_text .des{margin-top: 3rem;}
.modal_text .des img ,.modal_text .des table{max-width: 100%!important;}

.text_modal_skin.full{max-height: 100%;}

.con_des{background-color: #fff;padding:3% 0;width: 100%;}
/*
SERVICE
*/
.index_service{display: flex;justify-content: space-between;align-items: center;margin-top: 3.6%;background-color: #f2f2f2;}
.index_service .img{width: 47%;}
.index_service .img::after{display: block;content: '';padding-bottom: 72.25%;}
.index_service .text{width: 47%;display: flex;flex-direction: column;justify-content: space-between;padding:4% 3% 4% 0;}
.index_service .pics{display: flex;width: 100%;flex-wrap: wrap;justify-content: space-between;}
.index_service .pics .item{width: 45%;margin:0 0 7%;}
.index_service .pics .item img{display: block;height: 4.5rem;margin: 0;}
.index_service .pics .item .subtitle{font-size: 1.8rem;line-height: 1.4;color: var(--font-black-color);}
.index_service .pics .item .subtitle::before{display: block;content: ''; width: 3rem; height: 1px; background-color: #4d4d4d; margin:2rem 0 1rem;}
.index_service .more{padding-right: 6%;}

.index_service.last{background-color: #fff;}
.index_service.last .pics .item{margin: 3.5% 0;}

.service_down{padding: 4% 0;}
.service_down.grey{background-color: #f2f2f2;}
.service_down_list dt{font-size: 3.6rem; text-transform: capitalize; font-weight:bold;text-align: center;}
.service_down_list dt::after{display: block;content: ''; width: 5rem; height: 3px; background-color: #CCCCCC; margin: 2% auto;}
.service_down_list ul{margin: 0 -2.5rem;}
.service_down_list ul li{padding: 0 2.5rem;margin-top: 2rem;}
.service_down_list ul li .item{display: flex;background-color: #f2f2f2;padding: 3rem;border-top: #CCCCCC solid 1.6rem;justify-content: space-between;flex-direction: column;height: 26rem;position: relative;}
.service_down.grey .service_down_list ul li .item{background-color: #fff;}
.service_down_list ul li .item:before{ display:block; content:''; position:absolute; left:25%;top: -1.6rem; width:50%;opacity: 0; height:1.6rem; background-color:var(--font-active-color); bottom:0;transition: .4s;}
.service_down_list ul li .item:hover:before{opacity: 1;left: 0;width: 100%;}
.service_down_list ul li .title{font-size: 2.3rem;font-weight: bold;display: flex;justify-content: space-between;align-items: center;transition: all 300ms ease-in-out 0s;line-height: 1.4;font-weight:bold;}
.service_down_list ul li .title i{width: 3rem;height: 3rem;display: flex;align-items: center;justify-content: center;border-radius: 50%;border: #bdccd4 solid 1px;font-size: 2rem;color: #bdccd4;}
.service_down_list ul li .item:hover .title{color: var(--font-active-color);}
.service_down_list ul li .item:hover .title i{border-color: var(--font-active-color);color: var(--font-active-color);}
.service_down_list ul li .des{font-size: 1.5rem;color: var(--font-color);}
.service_down_list ul li .info{display: flex;justify-content: space-between;font-size: 1.2rem;margin-top: .5rem;color: #686868;}
.service_down_list ul li .info span{display: flex;align-items: center;}
.service_down_list ul li .info span:before{margin-right: .5rem;}

.service_tec{display: flex;justify-content: space-between;}
.service_tec .text{width: 45%;}
.service_tec .text .title{text-align: left;}
.service_tec .text .title::after{margin: 10% 0 12%;}
.service_tec .text strong{font-weight:bold;}
.service_tec .pics{width: 55%;}
.service_tec .pics .item{display: flex;justify-content: space-between;}
.service_tec .pics .item:not(:last-of-type){margin-bottom: 3rem;}
.service_tec .pics .item img{width: 7.4rem;}
.service_tec .pics .item .con{width: calc(100% - 11rem);}
.service_tec .pics .item .con .subtitle{font-size: 1.8rem;font-weight: bold;font-weight:bold;}
.service_tec .pics .item .con .ms{font-size: 1.5rem;margin-top: .5rem;}

/*
ABOUT
*/
.index_about dt {background: rgba(255, 255, 255, .9);padding: 6%;}
.index_about .text{margin: 10% 0 15%;}

.about_company{width: 50%;}
.about_company .subtitle{background-color: var(--font-active-color);padding: 2rem 3rem;display: inline-block;font-family: 'MarkPro-Light';font-size: 3.2rem;color: #fff;line-height: 1.2;}
.about_company .subtitle strong{font-weight:bold;display: block;}
.about_company .subtitle span{letter-spacing: 1px;}
.about_company .text{margin-top: 5%;}

.about_title{text-align: center;font-size: 3.2rem;position: relative;}
.about_title::before{display: block;content: '';width: 100%;height: 1px;background-color: #bccbd3;position: absolute;left: 0;top: 50%;transform: translateY(-50%);}
.about_title strong{font-weight:bold;background-color: #fff;position: relative;z-index: 2;padding: 0 3rem;}
.index_block.grey .about_title strong{background-color: #f2f2f2;}
.about_title_line{display: block;content: ''; width: 5rem; height: 2px; background-color: #CCCCCC; margin: 3% auto 4%;}

.about_contact{display:flex;justify-content: space-between;}
.about_contact .ico{width: 25%;text-align: center;color: var(--font-active-color);font-weight:bold;}
.about_contact .ico i{display: block;font-size:7rem;}
.about_contact .text{width: 65%;}
.about_contact .text .list{display: flex;justify-content: space-between;}
.about_contact .text .list em{width: 5rem;font-weight:bold;font-style: normal;}
.about_contact .text .list .subtitle{width: calc(100% - 5rem);}
.about_contact .text .list:not(:first-of-type){margin-top: 3%;}
.about_contact .text .list .item{display: flex;}
.about_contact .text .list .qrcode{width: 100%;}
.about_contact .text .list .qrcode .img{text-align: center;display: inline-block;}
.about_contact .text .list .qrcode img{width: 12rem;}




/*
NEWS
*/
.index_news_scroll{background-color: #f2f2f2;}
.index_news_scroll .flex{justify-content: space-between;align-items: center;height: 7rem;}
.index_news_scroll .name{width: 14rem;color: var(--font-active-color);font-weight:bold;font-size: 1.8rem;}
.index_news_swiper{width: calc(100% - 14rem);}
.index_news_swiper .swiper-slide{display: flex;align-items: center;font-size: 1.5rem;}
.index_news_swiper .swiper-slide .title{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.index_news_swiper .swiper-slide .date{margin-left: 2rem;white-space: nowrap;}

.index_news_item{display: flex;justify-content: space-between;margin-top: 3%;}
.index_news_item .item{width:47%;display: flex;flex-direction: column;justify-content: space-between;}
.index_news_item .item .img:after{display: block;content: '';padding-bottom:60%;}
.index_news_item .item .text{background-color: #fff;padding: 2rem 3rem;display: flex;flex-direction: column;}
.index_news_item .item .text .subtitle ,.news_list li .text .title{font-size: 2rem;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.index_news_item .item .text .time ,.news_list li .text .time{color: #4d4d4d;display: flex;align-items: center;}
.index_news_item .item .text .time::before {display: block;font-family:'FontAwesome';content: "\f017";margin-right: .5rem;}
.index_news_item .item .text i ,.news_list li .text i{width: 2.3rem;height: 2.3rem;border: var(--font-active-color) solid 1px;border-radius: 50%;font-size: 1.4rem;color: var(--font-active-color) ;display: flex;justify-content: center;align-items: center;transition: all 300ms ease-in-out 0s;}
.index_news_item .item a:hover i ,.news_list li .text:hover i{background-color: var(--font-active-color) ;color:#fff;}
.index_news_item .item:last-of-type .text{height: 25%;} 
.index_news_item .item:last-of-type .text:nth-of-type(even){background-color:#eef7fc;}
.index_news_item .item:last-of-type .text .subtitle{padding-right: 4rem;}
.index_news_item .item:first-of-type .time{margin: 1.8rem 0 2rem;}
.index_news_item .item .ico ,.news_list li .ico{display: flex;justify-content: flex-end;}

.news_warp{padding: 3% 0 4%;background-color: #f2f2f2;}

.news_list{margin-top: 4%;}
.news_list li{background-color: #fff;padding: 3rem 3rem;}
.news_list li .text{display: flex;flex-direction: column;}
.news_list li .text .title{padding-right: 4rem;}
.news_list li:nth-of-type(odd){padding-right: 6rem;}
.news_list li:nth-of-type(even){padding-left: 5.2%;}
.news_list li:nth-of-type(4n+3),.news_list li:nth-of-type(4n+4){background-color:#ecf6fe;}
.news_warp .get_more .am-btn{padding-left: 3rem;padding-right: 3rem;}
.news_warp .get_more{margin-top: 3%;}

.get_more .am-btn-secondary{background-color: var(--font-active-color);border-color: var(--font-active-color);}



.slide_contain{display: flex;justify-content: space-between;}
.slide_left{width: calc(100% - 39rem);background-color: #fff;padding: 2rem;}
.slide_right{width: 36rem;}


.article_right_block{padding: 2rem;background-color: #fff;overflow: hidden;box-shadow: 0 0 1rem 1rem rgba(0, 0, 0, .02);margin-top: 3rem;}
.article_right_block:first-of-type{margin-top: 0;}
.article_right_block .layui-form{height: 4rem;border:#e0e0e0 solid 1px;display: flex;justify-content: space-between;align-items: center;}
.article_right_block .layui-form .layui-input{width: calc(100% - 3rem); border: none; height: 3.8rem;font-size: 1.4rem;}
.article_right_block .layui-form .layui-btn{background: none;width: 3rem;height:100%;display: flex;justify-content: center;border: none;padding: 0; align-items: center;color: #818181;}
.article_right_block .tag{margin-top: 3rem;}
.article_right_block .titles{font-size: 1.6rem;border-bottom: #e5eff5 solid 1px;margin-bottom:1.5rem;padding-bottom: 1.5rem;color: #000;font-weight: bold;display: flex;align-items: center;}
.article_right_block .titles:before{display: block;content: '';width: 2px;height: 1.6rem;background-color:var(--font-active-color);margin-right: .8rem;}
.article_right_block .tag .iteam{margin: 0 -7px;}
.article_right_block .tag a{margin:0 7px 7px 0;padding: .5rem 7px;;display: inline-block;border-radius: 3px;font-size: 1.2rem;font-weight: normal;border: solid 1px #e8e8e8;}
.article_right_block .tag a:hover{border-color: var(--font-active-color);}

.article_right_block .article_hot_list .titles{font-size: 1.6rem;border-bottom: #e5eff5 solid 1px;margin-bottom:1rem;padding-bottom: 1.5rem;color: #000;}
.article_right_block .article_hot{margin-top:1rem;}
.article_right_block .article_hot li{padding:1rem 0; white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0;font-size:1.5rem;}
.article_right_block .article_hot li i{width:1.6rem;height:1.6rem;line-height:1.6rem;padding:0;font-style:normal;font-size:1rem;margin-right:.6rem;vertical-align: middle;font-weight: 500;}
.article_right_block .article_hot li:nth-of-type(1) i{background: #E61413;color: #fff;}
.article_right_block .article_hot li:nth-of-type(2) i{background: #00BCF2;color: #fff;}
.article_right_block .article_hot li:nth-of-type(3) i{background: #FFD21C;color: #fff;}
.article_right_block .article_hot li:last-of-type{padding-bottom:0;}

.article_right_block .article_new{border: none;box-shadow: none;}
.article_right_block .article_new .am-slides li a{display: block; position: relative;}
.article_right_block .article_new .am-slides li a:after{display: block;content: '';padding-bottom: 56.25%;}
.article_right_block .article_new.last .am-slides li a:after{padding-bottom: 75%;}
.article_right_block .article_new .am-slides li img{display:block;width:100%;height: 100%;position: absolute;left: 0;top: 0;object-fit: cover;}
.article_right_block .article_new .am-slider-desc{padding: .5rem 1rem; font-size: 1.4rem;text-align: center;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.article_right_block .article_new .am-control-thumbs{padding-top: 10px;}
.article_right_block .article_new .am-control-thumbs li{position: relative;border: #f2f2f2 solid 1px;}
.article_right_block .article_new .am-control-thumbs li i{top: -11px;}
.article_right_block .article_new .am-control-thumbs li::after{display: block;content: '';padding-bottom: 56%;}
.article_right_block .article_new .am-control-thumbs img{opacity: .5;display: block;width: 100%;height: 100%;position: absolute;left: 0;top: 0;object-fit: cover;}
.article_right_block .article_new .am-control-thumbs img.am-active{opacity: 1;}

.article_right_block .article_rel li{margin-top:2rem;border-bottom: #dedede dashed 1px;}
.article_right_block .article_rel li:first-of-type{margin-top: 0;}
.article_right_block .article_rel li:last-of-type{border-bottom: none;}
.article_right_block .article_rel li a{ overflow: hidden;}
.article_right_block .article_rel li .img{display:block;position: relative;}
.article_right_block .article_rel li .img:after{ display:block; content:''; padding-bottom:55%;}
.article_right_block .article_rel li .img img{display: block;width: 100%;height: 100%;position: absolute;left:0;top: 0;object-fit: cover;transition: all 0.35s;-webkit-transition: all 0.35s;-ms-transition: all 0.35s;}
.article_right_block .article_rel li .img:hover img{transform: scale(1.05);-webkit-transform: scale(1.05);-ms-transform: scale(1.05);}
.article_right_block .article_rel li .text{padding:1rem 0 2rem;}
.article_right_block .article_rel li:last-of-type .text{padding-bottom: 0;}
.article_right_block .article_rel li .text .tag{margin-top:1rem}
.article_right_block .article_rel li .text .am-badge{margin-right:1rem;font-weight:normal;}
.article_right_block .article_rel li .text .am-badge:hover{background-color:var(--font-active-color); color:#fff!important;}

.article_hd{ background-color:#f9f9f9; padding:2rem 3rem;color:#BDCCD4;font-size:1.4rem;}
.article_hd .title{ color:#000; font-size:2.4rem;margin: 0;}
.article_hd .other a{color:#BDCCD4; display:inline-block;}
.article_hd .tag a:hover,.article_hd .other a:hover{ color:var(--font-active-color);}
.article_hd .other{ display: flex;justify-content: space-between;margin-top: 1.5rem;}
.article_hd .other span{ display:inline-block; }
.article_hd .other span:not(:last-of-type){margin-right:3rem;}
.article_hd .other em{font-style:normal;}


.article_bd{padding:3rem 0;}

.article_share{background-color: #f2f2f2;height: 9rem;display: flex;justify-content: space-between;align-items: center;padding: 0 3rem;margin-top: 3%;position: relative;z-index: 100;}
.article_share dt{font-size: 1.4rem;font-weight:bold;text-transform: uppercase;}
.article_share dd{display: flex;justify-content: flex-end;align-items: center;}
.article_share .social_share a{ display: flex;flex-direction: column;justify-content: center;align-items: center; font-size:1.5rem;width:3.2rem;height:3.2rem;margin:0 0 0 1.5rem;border-radius:50%; text-align:center;background-color:#999;color:#fff;transition: all 300ms ease-in-out 0s;}
.article_share .social_share .digg_a{font-size: 1.4rem; line-height: 1rem;}
.article_share .social_share .digg_a span{font-size: 1rem;}
.article_share .social_share .digg_a em{font-size: 1rem;font-style: normal;}
.article_share .social_share a:hover{background-color:var(--font-active-color);-webkit-transition: all 0.2s ease;transition: all 0.2s ease;}

.page_rel{ margin-top:3rem;}
.page_rel .titles{ background-color:#f2f2f2; padding:1rem 2rem;color:#000;font-weight: bold;display: flex;align-items: center;font-weight:bold;}
.page_rel .titles:before{display: block;content: '';width: 2px;height: 1.6rem;background-color:var(--font-active-color);margin-right: .8rem;}
.page_rel .am-list{margin-top:1rem;}
.page_rel .am-list li{border: none;border-bottom: 1px solid #f2f2f2; margin-bottom: 0;padding: 1rem 0;font-size:1.5rem;}
.page_rel .am-list li a{display:block;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;padding: 0;}
.page_rel .am-list li span{float: right;padding-left: 1rem;vertical-align: center;}

.page_rel .am-list-flex{display: flex;justify-content: space-between;flex-wrap: wrap;}
.page_rel .am-list-flex li{width: 46%;}

.social-share-icon{position: relative;}
.wechat-qrcode{display:none;border:1px solid #eee;position:absolute;z-index:9;top:-24rem;left:50%;transform: translateX(-50%);width:20rem;font-size:1.6rem;text-align:center;background-color:#fff;box-shadow:0 2px 10px #aaa;transition:all 200ms;-webkit-tansition:all 350ms;-moz-transition:all 350ms;color: #999;}
.wechat-qrcode h4{font-weight:normal;height:3rem;line-height:3rem;font-size:1.6rem;background-color:#f3f3f3;margin:0;padding:0;}
.wechat-qrcode .qrcode{width:100%;padding: 1rem;}
.wechat-qrcode .qrcode canvas{width: 100%;display: block};
.wechat-qrcode .help{font-size: 1.4rem;color: #999;}
.wechat-qrcode:after{content:'';position:absolute;left:50%;margin-left:-6px;bottom:-13px;width:0;height:0;border-width:8px 6px 6px 6px;border-style:solid;border-color:#fff transparent transparent transparent}
.social-share-icon:hover .wechat-qrcode{display:block}



/*
JOB
*/
.job_deail{padding: 3.5% 0;background-color: #f2f2f2;}
.job_detail_title{text-align: center;font-size: 2.6rem;font-weight: bold;}
.job_detail_title:after{display: block;content: '';width: 5rem;height: .2rem;background-color: #ccc;margin: 1rem auto 0;}
.job_deail_dl{display: flex;justify-content: space-between;margin-top: 3%;}
.job_deail_dl dt ,.job_deail_dl dd{width: 50%;position: relative;}
.job_deail_dl dt:after{display: block;content: '';padding-bottom: 57.45%;}
.job_deail_dl dt img{display: block;width: 100%;height: 100%;position: absolute;left: 0;top: 0;object-fit: cover;}
.job_deail_dl dd{padding: 5%;background-color: #fff;display: flex;align-items: center;}
.job_list_title{font-weight: bold;font-size: 1.8rem;margin-top: 2rem;}
.job_title{display: flex;align-items: center;height: 5rem;background-color: var(--font-active-color);color:#fff;margin-top: 2rem;padding: 0 2rem;}
.job_title span:nth-of-type(1) ,.job_list .am-accordion-item .am-accordion-title span:nth-of-type(1){width: 25%;}
.job_title span:nth-of-type(2) ,.job_list .am-accordion-item .am-accordion-title span:nth-of-type(2){width: 20%; padding:0 2rem;}
.job_title span:nth-of-type(3) ,.job_list .am-accordion-item .am-accordion-title span:nth-of-type(3){width: 20%; padding:0 2rem;}
.job_title span:nth-of-type(4) ,.job_list .am-accordion-item .am-accordion-title span:nth-of-type(4){width: 20%; padding:0 2rem;}
.job_title span:nth-of-type(5) ,.job_list .am-accordion-item .am-accordion-title span:nth-of-type(5){width: 15%; padding:0 2rem;}
.job_list{margin:1.5rem 0 0;}
.job_list .am-accordion-item{margin: 1.5rem 0;border: none;}
.job_list .am-accordion-item .am-accordion-title{padding:1rem 2rem;color:var(--font-black-color);display: flex;align-items: center;font-size: 1.6rem;background-color: #fff;border: none;}
.job_list .am-accordion-item.am-active{border: none;}
.job_list .am-accordion-item.am-active .am-accordion-title{background-color: #eef7fc;}
.job_list .am-accordion-content{padding:2rem 3rem;font-size: 1.5rem; background-color: #fafafa;}
.job_list .am-accordion-item.am-active ,.job_list .am-accordion-item {border-color: #fff;}
.job_not{padding:0;margin-top: 2%;color: var(--font-black-color);}
.job_not a{color: var(--font-black-color);}


.job_pyfz{padding: 4% 0;;}
.job_block_title{text-align: center;}
.job_block_title .title{font-size: 2.6rem;font-weight: bold;color: var(--font-black-color);}
.job_block_title .title:after{display: block;content: '';width: 4.7rem;height: 2px;background-color: #CCCCCC;margin: 1rem auto;}
.job_block_title .des{font-size: 1.4rem;margin: 2rem auto 0;max-width: 70%;}
.job_pyfz ul{margin: 0 -3rem;display: flex;justify-content: space-between;}
.job_pyfz ul li{padding: 0 3rem;margin-top: 6rem;text-align: center;}
.job_pyfz ul li .item{background-color: #fff;display: flex;height: 100%;flex-direction: column;}
.job_pyfz ul li img{display: block;width: 10rem;height: 10rem;margin: 0 auto;}
.job_pyfz ul li .title{font-weight: bold;margin-top: 2rem;}
.job_pyfz ul li .des{font-size: 1.4rem;margin-top: 1rem;text-align: left;}
.job_xcfl{background-color:#f2f2f2;}
.job_xcfl ul{margin: 0 -2.5rem;}
.job_xcfl ul li{padding: 0 2.5rem;margin-top: 5rem;}
.job_xcfl ul li .img{position: relative;overflow: hidden;display: block;}
.job_xcfl ul li .img:after{ display:block; content:''; padding-bottom:80%;}
.job_xcfl ul li .img img{display: block;width: 100%;height: 100%;}
.job_xcfl ul li .text{padding: 2rem;}
.job_xcfl ul li .text .title{margin-top: 0;}


/*
FOOTER
*/
.footer{background-color: #000000;color: rgba(255, 255, 255, 1);padding: 3% 0 2rem;}
.footer a{color: rgba(255, 255, 255, 1);}
.footer a:hover{color: var(--font-active-color);}

.footer_contact{display: flex;align-items: center;border-bottom: rgba(255, 255, 255, 1) solid 1px;padding-bottom: 4%;margin-bottom: 4%;}
.footer_contact .item:not(:last-of-type){margin-right: 6vw;}
.footer_contact .item i{margin-right: 1rem;}
.footer_top{display: flex;justify-content: space-between;}
.footer_nav {display: flex;justify-content: space-between;width:calc(100% - 40rem);}
.footer_nav .am-accordion-item{border:none;}
.footer_nav .am-accordion-title{font-size:1.8rem; font-weight:bold;border-bottom:none; padding-left:0; cursor:default;color: #fff;font-weight:bold;}
.footer_nav .am-accordion-title:after{width: 3rem;display: block;content: '';height: 1px;background: #fff;margin-top: 1rem;}
.footer_nav dd.am-collapse{ display:block;}
.footer_nav .am-accordion-content{ padding:1rem 0 0;display: flex;flex-direction: column;}
.footer_nav .am-accordion-content span{margin-top: 1.5rem;display: block;}
.footer_nav .am-accordion-content span a{color: rgba(255,255,255,1);}
.footer_nav .am-accordion-content span a:hover ,.footer_bottom a:hover{color: var(--font-active-color);}

.footer_subscription{width: 30rem;display: flex;flex-direction: column;}
.footer_subscription .tip{font-size: 1.5rem;}
.footer_subscription .layui-form .layui-form-item{margin: 2.4rem 0 0;}
.footer_subscription .layui-form .layui-form-item.flex{display: flex;justify-content: space-between;}
.footer_subscription .layui-form .layui-form-item.flex::after{display: none;}
.footer_subscription .layui-form .layui-input{height: 4.5rem;line-height: 4.5rem;font-size: 1.4rem;}
.footer_subscription .layui-form .layui-btn{height: 3.6rem;line-height: inherit;background-color: var(--font-active-color);padding: 0 3rem;text-transform: uppercase;font-size: 1.4rem;display: flex;align-items: center;}
.footer_subscription .layui-form-item .codeimg{height: 4.5rem;}
.footer_subscription .layui-form-item .layui-input-prefix{display: flex;align-items: center;}


.footer_bottom{margin-top:3%;padding-top: 2rem;font-size: 1.4rem;border-top: solid 1px rgba(255, 255, 255, .1);}
.copyright span{margin-left:6rem;}

.footer_con{display: flex;justify-content: space-between;align-items: center;}
.footer_con .am-dropdown .am-btn{color:rgba(255, 255, 255, .6);font-size: 1.5rem;border-radius: .5rem;background: none;border: rgba(255, 255, 255, .6) solid 1px;}
.footer_con .am-dropdown.am-active .am-btn{background-color: #fff;color: var(--font-active-color);}

.focus_ico{display: flex;}
.focus_ico a:before{display: flex;width: 2.6rem;height: 2.6rem;align-items: center;justify-content: center;background: rgba(255, 255, 255, .6);border-radius: 50%;color: #333333;margin:0 0 0 2rem;font-size: 1.4rem;padding: 0;}
.focus_ico a span{display: none;}
.focus_ico a:last-of-type{margin-right: 0;}
.focus_ico a:hover:before{background-color: var(--font-active-color);color: #ffffff;}

/*
CONTACT
*/
.feedback_box{width: 64rem;}
.feedback_box .layui-layer-title{font-size: 1.8rem;color:var(--font-active-color);font-weight: bold;padding-left: 3rem;height: 6rem;line-height: normal;display: flex;align-items: center;}
.feedback_box .layui-layer-content{padding: 3rem;}
.feedback_box .layui-text{font-size: 1.6rem;}

.feedback_box .layui-form-item{margin: 2rem 0 0;}
.feedback_box .layui-form-item.flex{position: relative;display: flex;align-items: center;}
.feedback_box .layui-form-item .layui-form-label{height: 4.6rem;display: flex;align-items: center;line-height: normal;}
.feedback_box .layui-form-item .layui-input ,.feedback_box .layui-form-item .layui-input-wrap{height: 4.6rem;line-height: 4.6rem;}
.feedback_box .layui-form-item .layui-textarea{height: 100px;}
.feedback_box .layui-form-item .layui-form-label ,.feedback_box .layui-form-item .layui-input ,.feedback_box .layui-form-item .layui-textarea{font-size: 1.5rem;}
.feedback_box .layui-form-item.required:after{display: block;content: '*';color: #ff0000;position: absolute;right: 1rem;top:1rem;}
.feedback_box .layui-btn-block{width: 100%;font-size: 1.6rem;background-color: var(--font-active-color);display: flex;line-height: inherit;align-items: center;justify-content:center;}
.layui-form-item .layui-form-checkbox[lay-skin="primary"]{margin: 0;}
.layui-form-select dl{margin:0;}

/*
Banner
*/
.banner{position:relative;background-position: center;background-repeat: no-repeat;background-size: cover;}
.banner .img{ display:block; width:100%;margin: 0 auto;object-fit: cover;}
.banner .text{width: 100%;height: 100%;position: absolute;left: 0;top: 0;display: flex;justify-content: center;align-items: center;}

/*
GUIDE
*/
.guide_menu dl{height: 7rem;display: flex;align-items: center;justify-content: space-between;}
.guide_menu dl.border_bottom{border-bottom: #f2f2f2 solid 1px;}
.guide_menu dt{white-space: nowrap;display: flex;font-weight:bold;}
.guide_menu dt a{display: flex;align-items: center;color: var(--font-black-color);}
.guide_menu dt a:not(:last-of-type)::after{display: block;content: '';width: 1px;height: 1.6rem;background-color: var(--font-black-color);margin: 0 3rem;}
.guide_menu dt a.on{color:var(--font-active-color);}
.guide_menu dd{font-size: 1.5rem;}

.form_search{display: flex;align-items: center;width: 30%;}
.form_search .layui-input{height: 4.8rem;border-top-right-radius: 0;border-bottom-right-radius: 0;font-size: 1.6rem;}
.form_search .layui-btn{height: 4.8rem;border-top-left-radius: 0;border-bottom-left-radius: 0;background-color: var(--font-active-color);font-size: 2.2rem;}



/*
PAGEBAR
*/
.page_list{text-align:center;margin-top:3%; font-size:1.4rem;}
.page_list.first{margin-bottom: 2%;}
.page_list a {display: inline-block;margin:0 1rem;width:2.5rem;height:2.5rem;line-height:2.5rem;border-radius:50%;background-color:#f2f2f2;}
.page_list .page-num-current{background-color:var(--font-active-color);color: #fff;}
.page_list_bg{display: inline-block;background-color: #fff;padding: .8rem 1.2rem;border-radius: 30rem;margin-top:1rem;}
.page_list_bg a:first-of-type{margin-left: 0;}
.page_list_bg a:last-of-type{margin-right: 0;}
.news_page_pages{ margin-top:3rem; padding:2rem 0; border-top:#e1e1e1 solid 1px; border-bottom:#e1e1e1 solid 1px; position:relative; font-size:1.5rem;background-color: rgba(0,0,0,0);}
.news_page_pages.flex{display: flex;justify-content: space-between;}
.news_page_pages dt{ position:absolute; right:0; top:50%; margin-top:-1rem;}
.news_page_pages dd{width: auto;}
.news_page_pages dd:first-of-type::before{display: inline-block;content: '\f106';margin-right: .6rem;font-family:'FontAwesome';}
.news_page_pages dd:last-of-type::before{display: inline-block;content: '\f107';margin-right: .6rem;font-family:'FontAwesome';}
.news_page_pages.flex dd:first-of-type::before{content: '\f104'}
.news_page_pages.flex dd:last-of-type::before{display: none;}
.news_page_pages.flex dd:last-of-type::after{display: inline-block;content: '\f105';margin-left: .6rem;font-family:'FontAwesome';}
.news_page_pages dd{ line-height:3rem; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.error_x{ text-align:center; height:15rem; line-height:15rem;font-size:1.5rem;}
.error_x i{ margin-right:1rem;}



/*
SEARCH
*/
.search_page{padding: 2% 0 3%;background-color: #f2f2f2;}
.search_list{display: flex; background-color: #fff;margin-bottom:2.5rem;padding: 2.5rem;border-radius: .3rem;box-shadow: 0 0 1rem 1rem rgba(0, 0, 0, .02);}
.search_list dt{width:28rem;display: block;background-color: rgba(0, 0, 0, .6);}
.search_list dt a{width:100%;height:100%;display:flex;justify-content: center;align-items: center;overflow: hidden;position: relative;}
.search_list dt a::after{display: block;content: '';padding-bottom: 60%;}
.search_list dt img{display:block;width: 100%;height: 100%; object-fit: cover;transition: all 0.35s;}
.search_list dt img.contain{object-fit: contain;width: 50%;}
.search_list dt a:hover img{transform: scale(1.02);}
.search_list dd{width:calc(100% - 3rem);display: flex; flex-direction: column; justify-content: space-between;padding-left:3rem;}
.search_list dd h2{margin:0;font-size:1.6rem;font-weight:bold;}
.search_list dd .card-text{color:#666;font-size: 1.5rem;}
.search_list dd .card-sort{font-size: 1.3rem;color:#999;}
.search_list dd .card-sort span{margin-right:3rem;}
.search_list dd .card-sort span:last-of-type{margin-right:0}
.search_list dd .card-sort a{color:#999;}
.search_list dd .card-sort a:hover{color:var(--font-active-color);}
.tag_list_all{margin: 0 -1rem;}
.tag_list_all li {padding: 0 1rem;margin-bottom: 2rem;}
.tag_list_all li a{display: block;background-color: #999; color: #fff;text-align: center;font-size:1.5rem;padding: 1rem;border-radius: .3rem;}
.tag_list_all li a:hover{background-color: var(--font-active-color);}


@media screen and (max-width:1600px) {
    html{font-size: 9px;}
    }
@media screen and (max-width:1440px) {
.am-container,.text_modal_skin{width:1300px;}
}

@media screen and (max-width:1280px) {   
.am-container,.text_modal_skin{width:100%;padding: 0 4%;}
}
       

@media screen and (max-width:1000px) {  
.am-sticky-placeholder{height: 5.6rem!important;}
.header{width:100%;height:5.6rem;position: relative; z-index:1100;left:0;top: 0;box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);}
.header .menu{width: 100%;display: block!important;height: 5.6rem!important;position: absolute;left: 0;top: 0;z-index:200;}
.header .logo{height:1.8rem;position: absolute;left:1.5rem;top: 50%;transform: translateY(-50%);z-index: 100;margin: 0!important;}
.header .logo img{height:100%;display: block!important;}
.header .am-menu{display: block;}
.header .am-menu{width: 100%;float: none!important;}
.header .am-topbar-collapse{width: 100%;float: none;display: block!important;}
.header .am-menu-nav{height: auto;display: block;width:100%;}
.header .am-menu-nav .parent_li {width:100%;margin: 0;border-bottom: #dedede solid 1px;transform: translateY(3rem); -webkit-transform: translateY(3rem); -moz-transform: translateY(3rem); opacity: 0;padding: 0;flex-direction: column;}
.header .am-menu-nav .parent_li:first-of-type {border-top: #dedede solid 1px;}
.header .am-menu-nav .parent_li .parent_a{height: 5rem!important; padding: 0 1.5rem; display: flex; justify-content: space-between;  align-items: center;width: 100%;}
.header .am-menu-nav .parent_li .parent_a:after ,.header .am-menu-nav .parent_li .am-menu-sub a:after{font-family: 'FontAwesome';display: block; content: '\f105';}
.header .am-menu-nav .parent_li.am-parent .parent_a:after{content: '\f107';}
.header .am-menu-nav .parent_li.am-parent.am-open .parent_a:after{-webkit-transform: rotate(-90deg);-ms-transform: rotate(-90deg);transform: rotate(-90deg); transition: all .4s ease 0s; -webkit-transition: all .4s ease 0s; -moz-transition: all .4s ease 0s;}
.header .am-menu-nav .parent_li.am-open .parent_a{background-color: var(--font-active-color);color: #fff!important;}
.header .am-menu-nav .parent_li .am-menu-sub{width:100%;font-size: 1.5rem;position: relative;top: 0;display: none;height: 0!important;overflow: hidden;transition: all .4s ease 0s;}
.header .am-menu-nav .parent_li .am-menu-sub.am-in{display: block!important;height: auto!important;padding: 0;}
.header .am-menu-nav .parent_li .am-menu-sub a{color: #595757;display: flex;justify-content: space-between;line-height: 2;}

.header .am-menu-nav .parent_li .am-menu-sub .menu_sub{padding: 0;display: flex;flex-direction: column;}
.header .am-menu-nav .parent_li .am-menu-sub dt{padding:1.5rem;border: none;width: 100%;}
.header .am-menu-nav .parent_li .am-menu-sub dt a{display: flex;justify-content: space-between;margin: .5rem 0;align-items: center;font-weight: normal;width: 100%;}
.header .am-menu-nav .parent_li .am-menu-sub dd{display: none;}

.header .am-menu-nav .parent_li .parent_a.on{color: var(--font-active-color);}
.header .am-topbar-btn{display: flex;align-items: center;float: right;margin: 2rem 1.7rem ;height: 1.6rem;}
.header.am-sticky .am-topbar-btn ,.header.am-sticky .am-topbar-btn .btn{color: #595959;}
.header.am-sticky .am-topbar-btn span{background-color: #595959;}

.header .navbar_search_btn{position: absolute;right:6rem;top: 50%;transform: translateY(-50%);}
.language_btn{margin-left:0;font-size: 1.6rem;position: absolute;right:10rem;top: 50%;transform: translateY(-50%);}
.header.am-sticky .language_btn{font-size: 1.6rem;}

.header .top_search{width: 100%;height: 4.6rem;position: absolute; top: 100%; right: 0;transform: translateY(0);overflow: hidden;opacity: 1;background-color: #f2f2f2;display: none;}
.header .top_search .layui-form .top_search_close{display: none;}
.header .top_search .layui-form .layui-btn{width: 5rem;justify-content: center;height: 4.6rem;}
.header .top_search .layui-form .layui-input{width: calc(100% - 5rem);padding-left: 1rem;height: 4.6rem;}
.header .menu.am-in .am-menu-nav ,.header .menu.am-in .language_btn{opacity: 1;}
.header .menu.am-in .top_search{display: block;}
.header .menu.am-in .navbar_search_btn{display: flex;align-items: center;justify-content: center;}
.header .menu .navbar_search_btn::before{font-family: "layui-icon" !important;display: block;content: '\e615';color: #595959;}
.header .menu.am-in .navbar_search_btn::before{font-family: "layui-icon" !important;display: block;content: '\1006';color: #595959;}


.header.bg .am-topbar-btn{color: #595959;}
.header.bg .am-topbar-btn span{background-color: #595959;} 

.header .am-topbar-btn{display: flex;align-items: center;float: right;margin: 2rem 1.7rem ;height: 1.6rem;}
.am-topbar-btn .btn {
    background: none;
    width: 2rem;
    height: 1.6rem;
    color: #000;
    position: relative;
    z-index: 10;
    margin-left: 1rem;
}
.am-topbar-btn span {
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    background-color: #000;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.am-topbar-btn span:nth-of-type(1) {
    top: 0;
    left: 0;
    opacity: 0;   
}
.am-topbar-btn span:nth-of-type(4) {
    bottom: 0;
    right: 0;
    opacity: 0;   
}
.am-topbar-btn span:nth-of-type(2), .am-topbar-btn span:nth-of-type(3) {
    top: 50%;
    right: 0;
    margin-top: -1px;
}
.am-topbar-btn span:nth-of-type(2) {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.am-topbar-btn span:nth-of-type(3) {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.am-topbar-btn.am-collapsed span:nth-of-type(2) {
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
}
.am-topbar-btn.am-collapsed span:nth-of-type(3) {
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
}
.am-topbar-btn.am-collapsed span:nth-of-type(1), .am-topbar-btn.am-collapsed span:nth-of-type(4) {
    opacity: 1
}
.am-topbar-collapse {
    float: none;
    clear: both;
    padding: 0;
}
.am-topbar-collapse.am-collapse {
    display: none!important;
}
.am-topbar-collapse.am-collapse.am-in {
    display: block!important;
    height: 100vh!important;
    background: rgba(255, 255, 255, .95);
    transition: all .4s ease 0s;
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
}

.am-topbar-collapse.am-collapse.am-in li:nth-of-type(1) {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transition: all .6s ease .1s;
    -webkit-transition: all .6s ease .1s;
    -moz-transition: all .6s ease .1s;
}
.am-topbar-collapse.am-collapse.am-in li:nth-of-type(2) {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transition: all .6s ease .2s;
    -webkit-transition: all .6s ease .2s;
    -moz-transition: all .6s ease .2s;
}
.am-topbar-collapse.am-collapse.am-in li:nth-of-type(3) {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transition: all .6s ease .3s;
    -webkit-transition: all .6s ease .3s;
    -moz-transition: all .6s ease .3s;
}
.am-topbar-collapse.am-collapse.am-in li:nth-of-type(4) {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transition: all .6s ease .4s;
    -webkit-transition: all .6s ease .4s;
    -moz-transition: all .6s ease .4s;
}
.am-topbar-collapse.am-collapse.am-in li:nth-of-type(5) {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transition: all .6s ease .5s;
    -webkit-transition: all .6s ease .5s;
    -moz-transition: all .6s ease .5s;
}
.am-topbar-collapse.am-collapse.am-in li:nth-of-type(6) {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transition: all .6s ease .6s;
    -webkit-transition: all .6s ease .6s;
    -moz-transition: all .6s ease .6s;
}
.am-topbar-collapse.am-collapse.am-in li:nth-of-type(7) {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transition: all .6s ease .7s;
    -webkit-transition: all .6s ease .7s;
    -moz-transition: all .6s ease .7s;
}
.am-topbar-collapse.am-collapse.am-in li:nth-of-type(8) {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transition: all .6s ease .8s;
    -webkit-transition: all .6s ease .8s;
    -moz-transition: all .6s ease .8s;
}
.am-topbar-collapse.am-collapse.am-in .top_search {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transition: all .6s ease .9s;
    -webkit-transition: all .6s ease .9s;
    -moz-transition: all .6s ease .9s;
}  

}

@media screen and (max-width:780px) {
.am-paragraph-default video ,.am-paragraph-default iframe{height: 22rem;}
.am-container{width: 100%;padding: 0;}   

/*
BLOCK
*/
.index_block{padding: 3.6rem 1.5rem;}
.index_block dl{flex-direction: column;}
.index_block dt ,.index_block dd{width: 100%;}
.index_block .am-btn-green{font-size: 1.4rem;margin-top: 2rem;padding-left: 2rem;padding-right: 2rem;}
.index_block .title, .index_block .name {font-size: 2.2rem;}
.index_block .title::after,.index_block .name::after{margin: 1rem 0;}
.index_block .name::after {margin: 1rem auto 0;}

/*
BANNER
*/
.index_banner_swiper .swiper-slide::after{display: block;content: '';padding-bottom: 47.56%;}
.index_banner_swiper .swiper-pagination{bottom: 0;}

/*
PRODUCT
*/
.index_product_swiper .swiper-pagination{padding-right: 1rem;bottom: 1rem;}
.index_product dd{padding: 3rem;}
.index_product dd .item{justify-content: space-between;}
.index_product dd .item a{margin: 1.2rem 0;width:43%;}

.index_product_core{margin-top: 3rem;padding-bottom:3rem;}
.index_product_core .swiper-slide{flex-direction: column;}
.index_product_core .swiper-slide .img{width: 100%;}
.index_product_core .swiper-slide .text{width: 100%;display: flex;flex-direction: column;justify-content: space-between;overflow: auto;max-height: 40rem;margin-top: 3rem;}
.index_product_core .swiper-slide .text .subtitle{font-size: 2rem;font-weight:bold;line-height: 1.4;}
.index_product_core .swiper-slide .text .des{margin-top: 2rem;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 8; -webkit-box-orient: vertical;overflow: hidden;}
.index_product_core .swiper-button-prev{left:1rem;width: 3.4rem;height: 3.4rem;top: 20%;display: none;}
.index_product_core .swiper-button-next{right:1rem;width: 3.4rem;height: 3.4rem;top: 20%;display: none;}
.index_product_core .swiper-button-prev::after{font-size: 1.6rem!important;}
.index_product_core .swiper-button-next::after{font-size: 1.6rem!important;}
.index_product_core .swiper-pagination{bottom: 0;}

.product_core{padding-bottom: 2rem;margin-top: 3rem;}
.product_core .item{padding-bottom: 15%;}
.product_core .item .subtitle{bottom: -7%;width: 40%;}
.product_core .item .subtitle span{font-size: 2rem;}
.product_core .swiper-pagination{bottom: -1rem;}

/*
SERVICE
*/
.index_service{flex-direction: column;margin-top: 3rem;background-color: #f2f2f2;}
.index_service .img{width: 100%;}
.index_service .text{width: 100%;display: flex;flex-direction: column;justify-content: space-between;padding:3rem;}
.index_service .pics{display: flex;width: 100%;flex-wrap: wrap;justify-content: space-between;}
.index_service .pics .item{width: 48%;margin:0 0 3rem;}
.index_service .pics .item img{display: block;height: 3.6rem;margin: 0;}
.index_service .pics .item .subtitle{font-size: 1.6rem;line-height: 1.4;color: var(--font-black-color);}
.index_service .pics .item .subtitle::before{display: block;content: ''; width: 3rem; height: 1px; background-color: #4d4d4d; margin:2rem 0 1rem;}
.index_service .more{padding-right: 0;margin-top: 0;text-align: left!important;}
.index_service .more a{margin-top: 0;}

.index_service.last{background-color: #fff;}
.index_service.last .pics .item{margin: 3.5% 0;}

.service_down{padding: 3.6rem 1.5rem;;}
.service_down_list dt{font-size: 2rem; text-transform: capitalize; font-weight:bold;text-align: center;}
.service_down_list dt::after{display: block;content: ''; width: 5rem; height: 3px; background-color: #CCCCCC; margin: 2rem auto;}
.service_down_list ul li:first-of-type{margin-top: 1rem;}
.service_down_list ul li .item{display: flex;background-color: #f2f2f2;padding: 3rem;border-top: #CCCCCC solid .6rem;justify-content: space-between;flex-direction: column;height: 20rem;position: relative;}
.service_down.grey .service_down_list ul li .item{background-color: #fff;}
.service_down_list ul li .item:before{ display:block; content:''; position:absolute; left:25%;top: -.6rem; width:50%;opacity: 0; height:.6rem; background-color:var(--font-active-color); bottom:0;transition: .4s;}
.service_down_list ul li .title{font-size: 1.7rem;font-weight: bold;display: flex;justify-content: space-between;align-items: center;transition: all 300ms ease-in-out 0s;line-height: 1.4;font-weight:bold;}
.service_down_list ul li .title i{width: 2.8rem;height: 2.8rem;display: flex;align-items: center;justify-content: center;border-radius: 50%;border: #bdccd4 solid 1px;font-size: 2rem;color: #bdccd4;}
.service_down_list ul li .item:hover .title{color: var(--font-active-color);}
.service_down_list ul li .item:hover .title i{border-color: var(--font-active-color);color: var(--font-active-color);}
.service_down_list ul li .des{font-size: 1.5rem;color: var(--font-color);}
.service_down_list ul li .info{display: flex;justify-content: space-between;font-size: 1.2rem;margin-top: .5rem;color: #686868;}
.service_down_list ul li .info span{display: flex;align-items: center;}
.service_down_list ul li .info span:before{margin-right: .5rem;}

.service_tec{flex-direction: column;}
.service_tec .text{width: 100%;}
.service_tec .text .title{text-align: left;}
.service_tec .text .title::after{margin: 2rem 0 4rem;}
.service_tec .text strong{font-weight:bold;}
.service_tec .pics{width: 100%;margin-top: 4rem;}
.service_tec .pics .item{display: flex;justify-content: space-between;}
.service_tec .pics .item:not(:last-of-type){margin-bottom: 3rem;}
.service_tec .pics .item img{width: 6rem;}
.service_tec .pics .item .con{width: calc(100% - 10rem);}
.service_tec .pics .item .con .subtitle{font-size: 1.8rem;font-weight: bold;font-weight:bold;}
.service_tec .pics .item .con .ms{font-size: 1.6rem;margin-top: .5rem;}


/*
ABOUT
*/
.index_about dt {background: rgba(255, 255, 255, .9);padding: 3rem;}

.about_company{width: 100%;}
.about_company .subtitle{background-color: var(--font-active-color);padding: 2rem 3rem;display: block;font-family: 'MarkPro-Light';font-size: 2.6rem;color: #fff;line-height: 1.2;text-align: center;}
.about_company .subtitle strong{font-weight:bold;display: block;}
.about_company .subtitle span{letter-spacing: 1px;}
.about_company_text{margin-top: 3rem;}

.about_title{text-align: center;font-size: 2.2rem;position: relative;}
.about_title::before{display: block;content: '';width: 100%;height: 1px;background-color: #bccbd3;position: absolute;left: 0;top: 50%;transform: translateY(-50%);}
.about_title strong{font-weight:bold;background-color: #fff;position: relative;z-index: 2;padding: 0 1rem;}
.index_block.grey .about_title strong{background-color: #f2f2f2;}
.about_title_line{display: block;content: ''; width: 5rem; height: 2px; background-color: #CCCCCC; margin: 3% auto 4%;}

.about_contact{flex-direction: column;margin-top: 3rem;}
.about_contact .ico{width: 100%;text-align: center;background-color: var(--font-active-color);font-weight:bold;color: #fff;padding: 2rem;}
.about_contact .ico i{display: block;font-size:5rem;line-height: 1.4;}
.about_contact .text{width: 100%;margin-top: 3rem;}
.about_contact .text .list:last-of-type{flex-direction: column;}
.about_contact .text .list em{width: 3rem;font-weight:bold;font-style: normal;}
.about_contact .text .list .subtitle{width: calc(100% - 3rem);}
.about_contact .text .list:not(:first-of-type){margin-top: 2rem;}
.about_contact .text .list .item{display: flex;margin-bottom: 1rem;}



/*
NEWS
*/
.index_news_scroll .flex{height: 5.6rem;padding: 0 1.4rem;}
.index_news_scroll .name{width: 2rem;margin-right: 1rem;}
.index_news_scroll .name::after{font-family:'FontAwesome';content: "\f028";display: block;}
.index_news_scroll .name span{display: none;}
.index_news_swiper{width: calc(100% - 2rem);font-size: 1.5rem;}
.index_news_swiper .swiper-slide .date{margin-left: 1rem;}



.index_news_item{display: flex;flex-direction: column;margin-top:3rem;}
.index_news_item .item{width: 100%;}
.index_news_item .item .text{padding: 2rem;}
.index_news_item .item .text .subtitle ,.news_list li .text .subtitle{font-size: 1.7rem;white-space: normal;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical}
.index_news_item .item:last-of-type .text{height: auto;}
.index_news_item .item:last-of-type .text:nth-of-type(odd){background-color:#eef7fc;}
.index_news_item .item:last-of-type .text:nth-of-type(even){background-color:#ffffff;}
.index_news_item .item:last-of-type .text .subtitle{padding-right: 2rem;}
.index_news_item .item:first-of-type .time{margin: 1.8rem 0 2rem;font-size: 1.5rem;}
.index_news_item .item .ico ,.news_list li .ico{display: flex;justify-content: flex-end;}
.index_news_item .item .text .time, .news_list li .text .time{font-size: 1.5rem;}

.news_warp{padding: 2rem 1.5rem 4rem;}
.news_warp.last{padding:0;}
.news_list{margin-top:0;}
.news_list li{background-color: #fff;padding: 3rem 3rem;}
.news_list li .text{display: flex;flex-direction: column;}
.news_list li .text .title{padding-right: 4rem;}
.news_list li:nth-of-type(4n+3),.news_list li:nth-of-type(4n+4){background-color:#ffffff;}
.news_list li:nth-of-type(odd){padding-left:2rem;padding-right:2rem;background-color:#eef7fc;}
.news_list li:nth-of-type(even){padding-left:2rem;padding-right:2rem;-color:#ffffff;}
.news_warp .get_more .am-btn{padding-left: 3rem;padding-right: 3rem;}
.news_warp .get_more{margin-top: 3rem;}

.slide_contain{flex-direction: column;flex-direction: column-reverse;}
.slide_left{width:100%;padding: 0}
.slide_right{display: none;}

.article_hd{background-color: #fff;padding:3rem 1.5rem 0;margin-top: 0;}
.article_hd .title{ color:#000; font-size:2rem;margin: 0;line-height: 1.4;}
.article_hd .other .info:first-of-type{display: none;}
.article_hd .other{ display: flex;font-size:1.4rem;color: #999;margin-top: 2rem;justify-content: space-between; border-bottom: #f2f2f2  solid 1px;padding-bottom: 1rem;}
.article_hd .other .info{display: flex;justify-content: space-between;align-items: center;width: 100%;}
.article_hd .other span{ margin-right:0;display: flex;align-items: center;}
.article_hd .other span a{color: #999;}
.article_hd .other span::before{margin-right: .5rem;}
.article_hd .other span:first-of-type{display: none;}

.article_bd{padding:2rem 1.5rem 3rem;}

.article_share{background-color: #f2f2f2;height: 7rem;display: flex;justify-content: space-between;align-items: center;padding: 0 1.4rem;margin-top: 2rem;}
.article_share.last{background-color: #fff;}
.article_share dt{font-size: 1.4rem;}
.article_share dd{display: flex;justify-content: flex-end;align-items: center;}
.article_share .social_share a{ display: flex;flex-direction: column;justify-content: center;align-items: center; font-size:1.5rem;width:3.2rem;height:3.2rem;margin:0 0 0 1.5rem;border-radius:50%; text-align:center;background-color:#fff;color:#B3B3B3;transition: all 300ms ease-in-out 0s;}
.article_share.last .social_share a{background-color: rgba(0, 0, 0, 0.06);}
.article_share .social_share .digg_a{font-size: 1.4rem; line-height: 1rem;}
.article_share .social_share .digg_a span{font-size: 1rem;}
.article_share .social_share a:hover{background-color:#3FA9F5;color:#fff;-webkit-transition: all 0.2s ease;transition: all 0.2s ease;}

/*
job
*/
.job_deail{padding: 4rem 1.5rem;}
.job_detail_title{text-align: center;font-size:2rem;font-weight: bold;}
.job_detail_title:after{display: block;content: '';width: 5rem;height:1px;;margin: 1rem auto 0;}
.job_deail_dl{display: flex;justify-content: space-between;margin-top: 2rem;flex-direction:column;}
.job_deail_dl dt ,.job_deail_dl dd{width: 100%;position: relative;}
.job_deail_dl dt:after{display: block;content: '';padding-bottom: 57.45%;}
.job_deail_dl dt img{display: block;width: 100%;height: 100%;position: absolute;left: 0;top: 0;object-fit: cover;}
.job_deail_dl dd{padding: 2rem 1.5rem;display: flex;align-items: center;}
.job_deail_dl dd p:last-of-type{margin-bottom: 0;}
.job_list_title{font-weight: bold;font-size: 4vw;margin-top: 3rem;}
.job_title{display: flex;align-items: center;height: 5rem;margin-top: 2rem;padding: 0 1.5rem;}
.job_title span:nth-of-type(1) ,.job_list .am-accordion-item .am-accordion-title span:nth-of-type(1){width: 100%;font-size: 3.6vw;}
.job_title span:nth-of-type(2) ,.job_list .am-accordion-item .am-accordion-title span:nth-of-type(2){width: 15%; display: none;}
.job_title span:nth-of-type(3) ,.job_list .am-accordion-item .am-accordion-title span:nth-of-type(3){width: 20%; display: none;}
.job_title span:nth-of-type(4) ,.job_list .am-accordion-item .am-accordion-title span:nth-of-type(4){width: 20%; display: none;}
.job_title span:nth-of-type(5) ,.job_list .am-accordion-item .am-accordion-title span:nth-of-type(5){width: 15%; display: none;}
.job_list{margin:1.5rem 0 0;}
.job_list .am-accordion-item{margin: 1rem 0;border: none;}
.job_list .am-accordion-item .am-accordion-title{padding:1rem 1.5rem;display: flex;align-items: center;border: none;}
.job_list .am-accordion-item.am-active{border: none;}
.job_list .am-accordion-content{padding:1.5rem;font-size:1.5rem; background-color: #fafafa;}
.job_not{padding:2rem;margin-top: 1rem;background-color: #eef7fc;}

.job_pyfz{padding: 4rem 1.5rem;}
.job_block_title{text-align: center;}
.job_block_title .title{font-size: 2rem;font-weight: bold;font-weight:bold;}
.job_block_title .title:after{display: block;content: '';width: 5rem;height: 1px;margin: 1rem auto 1.5rem;}
.job_block_title .des{font-size: 1.4rem;margin-top:.6rem;text-align: left;}
.job_block_title .des br{display: none;}
.job_pyfz ul{margin:0;display: block;}
.job_pyfz ul li{padding: 0 0 3rem;margin-top: 2rem;text-align: center;display: flex;justify-content: space-between;align-items: center;border-bottom: #f2f2f2 solid 1px;}
.job_pyfz ul li:first-of-type{margin-top: 0;}
.job_pyfz ul li:last-of-type{padding-bottom: 0;border-bottom: none;}
.job_pyfz ul li .item{flex-direction: row;justify-content: space-between;align-items: center;}
.job_pyfz ul li img{display: block;width: 7rem;height: 7rem;margin: 0 auto;}
.job_pyfz ul li .text{width: calc(100% - 11rem);text-align: left;}
.job_pyfz ul li .title{font-weight: bold;margin-top: 1rem;}
.job_pyfz ul li .des{font-size: 1.4rem;margin-top: .5rem;}

.job_xcfl ul{margin: 0 -.5rem;display: flex;justify-content: space-between; flex-wrap: wrap;}
.job_xcfl ul:before ,.job_xcfl ul:after{display: none;}
.job_xcfl ul li{padding: 0;margin-top: 2rem!important;width: calc(50% - .5rem);flex-direction: column;justify-content: flex-start;}
.job_xcfl ul li .item{flex-direction: column;justify-content: flex-start;}
.job_xcfl ul li .img{position: relative;overflow: hidden;display: block;width: 100%;}
.job_xcfl ul li .img:after{ display:block; content:''; padding-bottom:80%;}
.job_xcfl ul li .img img{display: block;width: 100%;height: 100%;position: absolute;left:0;top: 0;object-fit: cover;transition: all 0.35s;-webkit-transition: all 0.35s;-ms-transition: all 0.35s;}
.job_xcfl ul li .img:hover img{transform: scale(1.05);-webkit-transform: scale(1.05);-ms-transform: scale(1.05);}
.job_xcfl ul li .text{width: 100%;padding: 2rem 1.5rem;}
.job_xcfl ul li .des{padding: .5rem 0 0;font-size: 1.4rem;}



/*
FOOTER
*/
.footer{padding: 3rem 1.5rem}
.footer_contact{padding-bottom: 4%;margin-bottom: 4%;display: flex;justify-content: space-between;font-size: 1.5rem;}
.footer_contact .item:not(:last-of-type){margin-right:0;}
.footer_contact .item i{margin-right: 1rem;}
.footer_top{flex-direction: column;}
.footer_nav {display: flex;flex-direction: column;width: 100%;}
.footer_nav .am-accordion-item{ width:100%;margin:0; padding:0;}
.footer_nav .am-accordion-item:last-of-type{margin-left:0;}
.footer_nav .am-accordion-title{font-size: 1.6rem;height: 5.6rem;border-bottom:rgba(255, 255, 255, 0.3) solid 1px;display: flex;justify-content: space-between;font-weight: normal;align-items: center;margin-bottom: 0;}
.footer_nav .am-accordion-item.am-active .am-accordion-title{color: var(--font-active-color);}
.footer_nav .am-accordion-item:first-of-type .am-accordion-title{ margin-top:0;}
.footer_nav .am-accordion-title:after{display:block;font-family:'FontAwesome'; content: "\f105"; transition: all .4s ease 0s;-webkit-transition: all .4s ease 0s;-moz-transition: all .4s ease 0s;width: auto;height: auto;margin: 0;background: none;}
.footer_nav .am-accordion-item.am-active .am-accordion-title:after{-webkit-transform: rotate(90deg);-ms-transform: rotate(90deg);transform: rotate(90deg);transition: all .4s ease 0s;-webkit-transition: all .4s ease 0s;-moz-transition: all .4s ease 0s;}
.footer_nav dd.am-collapse{ display:none;}
.footer_nav dd.am-collapse.am-in{ display:block;}
.footer_nav .am-accordion-content{ padding-top:.5rem; font-size:1.6rem;line-height:2;width: 100%;}
.footer_nav .am-accordion-content span{margin-top: .5rem;}
.footer_nav .am-accordion-content span a{font-size:1.6rem;}

.footer_subscription{width: 100%;margin-top: 3rem;}
.footer_subscription .layui-form{position: relative;}
.footer_subscription .submit_item{position: absolute;margin: 0;right: 0;top: 0;}
.footer_subscription .submit_item button{width:4rem;height: 4rem;background: none!important;}
.footer_subscription .submit_item button:after{display: block;font-family:'FontAwesome';content: '\f1d8';color: #4d4d4d;font-size: 1.6rem;}
.footer_subscription .submit_item button span{display: none;}
.footer_subscription .img{display: block;height: 4rem;}
.footer_subscription .tip{font-size: 1.4rem;}
.footer_subscription .layui-form .layui-form-item{margin: 1rem 0 0;}
.footer_subscription .layui-form .layui-form-item.flex{display: flex;justify-content: space-between;}
.footer_subscription .layui-form .layui-input{height: 4rem;line-height: 4rem;font-size: 1.6rem;padding: 0 4.5rem 0 4rem;}
.footer_subscription .layui-form .layui-btn{height: 4rem;line-height: 4rem;background-color: var(--font-active-color);padding: 0 3rem;text-transform: uppercase;font-size: 1.6rem;}
.footer_subscription .layui-form-item .layui-input-inline{margin: 0 1rem 0 0;left: 0;}
.footer_subscription .layui-form-item .codeimg{height: 4rem;}

.footer_con{display: flex;flex-direction: column;align-items: center;}
.focus_ico{display: flex;justify-content: center;margin-top: 1rem;}

.footer_bottom{margin-top: 2rem;padding-top: 2rem;font-size: 1.5rem;text-align: center;border-color: rgba(255, 255, 255, .3);}
.copyright{display: flex;flex-wrap: wrap;justify-content: center;}
.copyright span{margin-left:2rem;}

.layui-fixbar .layui-fixbar-top{display: none!important;}
.layui-fixbar .layui-icon-dialogue{border-radius: 50%;}


/*
MODAL
*/
.text_modal_skin{width: 100%!important;padding: 0;}
.text_modal_skin .layui-layer-content{display: block;overflow: auto!important;}
.modal_swiper{width: 100%;margin: 0;background-color: #f2f2f2;height: auto;}
.modal_swiper .swiper-slide::after{display: block;content: '';padding-bottom: 84%;}
.modal_text{width: 100%;padding: 3rem 2rem;display: flex;flex-direction: column;justify-content: center;background-color: #fff;}
.modal_text.wd{padding-right:0}
.modal_text.wd .des{padding-right: 2rem;}

.modal_text .title{color: var(--font-active-color);font-weight: bold;font-size: 2rem;font-weight:bold;}
.modal_text .title::after{display: block;content: '';width: 5rem;height: 1px;background-color: var(--font-active-color);margin-top: 1rem;}
.modal_text .des{margin-top: 3rem;max-height: 43rem;overflow: auto;}
.modal_text .des img{max-width: 100%;}

.text_modal_skin.full .modal_text .des{max-height: 80%;}

/*
GUIDE
*/
.guide_menu dl{min-height:6rem;height: auto;;display: flex;align-items: center;justify-content: space-between;padding: 0 1.5rem;}
.guide_menu dl.border_bottom{border-bottom: #f2f2f2 solid 1px;}
.guide_menu:not(.search) dt{white-space: nowrap;display: flex;font-size: 1.6rem;flex-wrap: wrap;justify-content: space-between;width: 100%;padding: 1rem 0;}
.guide_menu:not(.search) dt a{display: flex;align-items: center;justify-content: center;width: calc(50% - .5rem);background-color: #f2f2f2; border-radius: 100rem;padding: .8rem;margin: .5rem 0;}
.guide_menu:not(.search) dt a:after{display: none!important;}
.guide_menu:not(.search) dt a.on{background-color:var(--font-active-color);color: #fff;}
.guide_menu:not(.search) dd{font-size: 1.4rem;display: none;}

.about_guide dl{display: flex;justify-content: space-between;align-items: center;border-bottom: #f2f2f2 solid 1px;padding: 1.5rem;}
.about_guide dt{font-weight: bold;font-size: 1.8rem;}
.about_guide dd{display: flex;align-items: flex-end;font-family: 'HandelGotD-Bold';line-height: 1;text-transform: uppercase;font-size: 1.6rem;}
.about_guide dd::after{display: block;content: '';width: .3rem;height: .3rem;background-color: var(--font-active-color);position: relative;top: -.3rem;}


.form_search{display: flex;align-items: center;width: 80%;}
.form_search .layui-input{height: 4.8rem;border-top-right-radius: 0;border-bottom-right-radius: 0;font-size: 1.6rem;}
.form_search .layui-btn{height: 4.8rem;border-top-left-radius: 0;border-bottom-left-radius: 0;background-color: var(--font-active-color);font-size: 2.2rem;}

/*
CONTACT
*/
.feedback_box{width:100%;}
.feedback_box .layui-layer-title{font-size: 1.8rem;color:var(--font-active-color);font-weight: bold;padding-left: 3rem;height: 6rem;line-height: normal;display: flex;align-items: center;}
.feedback_box .layui-layer-content{padding: 2rem;}
.feedback_box .layui-text{font-size: 1.6rem;}
.feedback_box .layui-form-item{margin: 2rem 0 0;}
.feedback_box .layui-form-item.flex{position: relative;display: flex;align-items: center;}
.feedback_box .layui-form-item .layui-form-label{display: none;}
.feedback_box .layui-form-item .layui-input{height: 4.6rem;line-height: 4.6rem;width: 100%;}
.feedback_box .layui-form-pane .layui-input-block{margin: 0;left: 0;}


/*
PAGEBAR
*/
.page_list{margin-top:3rem;}

/*
SEARCH
*/
.search_page{padding: 2rem 1.5rem 3rem;}
.search_list{display: flex;flex-direction: column;background-color: #fff;margin-bottom:2rem;padding:0;}
.search_list dt{width:100%;height:auto;}
.search_list dt a::after{display: block;content: '';padding-bottom: 60%;}

.search_list dd{width:100%;flex-direction: column;margin-top:0;padding: 1.5rem;}
.search_list dd h2{margin:0;font-size:1.8rem;}
.search_list dd .card-text{margin-top: 1rem;overflow : hidden; text-overflow: ellipsis; display: -webkit-box;-webkit-line-clamp: 3; -webkit-box-orient: vertical;}
.search_list dd .card-sort{font-size: 1.4rem;margin-top: 1rem;display: flex;justify-content: space-between;}
.search_list dd .card-sort span{margin-right:0;}

.tag_list_all{margin: 0 -1rem;}
.tag_list_all li {padding: 0 1rem;margin-bottom: 2rem;}
.tag_list_all li a{display: block;background-color: #999; color: #fff;text-align: center;font-size:1.5rem;padding: 1rem;border-radius: .3rem;}
.tag_list_all li a:hover{background-color: var(--font-active-color);}


}