body{background:#fff;color:#3e3e3e;overflow-x:hidden;font:1.6rem "\5FAE\8F6F\96C5\9ED1","Microsoft YaHei","微软雅黑","PingFang SC","Arial",sans-serif;line-height: 1.6;}
a{color:#3e3e3e;}
*:focus {outline: none;box-shadow: none;}
input:required:invalid ,textarea:required:invalid ,select:required:invalid{outline: none;box-shadow: none;}
a:hover{color:#0164ff;text-decoration:none;transition: all 300ms ease-in-out 0s;}
.on {color:#0164ff;}
.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 1rem;}
img{image-rendering: -webkit-optimize-contrast;}
video,picture{display:block;margin: 0;}
.list-paddingleft-2{margin-top: 0;}
.list-paddingleft-2 li{list-style: inherit;}
.layui-layer{color: #333;}

/*
public
*/
.web_w{width:100%;min-width:130rem;width:130rem;margin:0 auto;}
.am-paragraph-default{ margin:0;color:#3e3e3e;;font-size:1.6rem;}
.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;}
.am-paragraph-default p ,.am-paragraph-default a{color:#3e3e3e;}
.am-paragraph-default video ,.am-paragraph-default iframe{display: block;max-width:100%;background-color: #000;}
.am-paragraph-default a:hover{color:#f4b200;}
.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::before{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;z-index: 2;}
.picture-hover-animate:hover::before { visibility: hidden; opacity: 0; border: 0 solid rgba(0, 0, 0, 0.1); }
.am-pureview-slider .am-pinch-zoom::before{display: none;}
.am-table-striped > tbody > tr:nth-child(2n+1) > td, .am-table-striped > tbody > tr:nth-child(2n+1) > th {background-color: #313341;}
.am-table tr td,.am-table tr th{ vertical-align:middle!important;}

/*
Style
*/
@-webkit-keyframes sk-foldCubeAngle {
    0%, 10% {
      -webkit-transform: perspective(14rem) rotateX(-180deg);
              transform: perspective(14rem) rotateX(-180deg);
      opacity: 0; 
    } 25%, 75% {
      -webkit-transform: perspective(14rem) rotateX(0deg);
              transform: perspective(14rem) rotateX(0deg);
      opacity: 1; 
    } 90%, 100% {
      -webkit-transform: perspective(14rem) rotateY(180deg);
              transform: perspective(14rem) rotateY(180deg);
      opacity: 0; 
    } 
  }  
  @keyframes sk-foldCubeAngle {
    0%, 10% {
      -webkit-transform: perspective(14rem) rotateX(-180deg);
              transform: perspective(14rem) rotateX(-180deg);
      opacity: 0; 
    } 25%, 75% {
      -webkit-transform: perspective(14rem) rotateX(0deg);
              transform: perspective(14rem) rotateX(0deg);
      opacity: 1; 
    } 90%, 100% {
      -webkit-transform: perspective(14rem) rotateY(180deg);
              transform: perspective(14rem) rotateY(180deg);
      opacity: 0; 
    }
  }

/*
HEADER
*/
.am-sticky-placeholder{height: auto!important;}
.header{width:100%;height:8rem; position:relative; z-index:1100;position: fixed;left: 0;top: 0;}
.header.am-sticky{background-color:rgba(255, 255, 255, 1); box-shadow: 0 0 .5rem rgba(0, 0, 0, 0.1);}
.header .logo{ display:block; height:4rem; float:left;margin-top: 2rem;}
.header .logo:last-of-type{display: none;}
.header .am-menu{float:right;}
.header .nav{float: left;}
.header .nav li {float:left;position:relative; margin-left:6rem;}
.header .nav li .parent_a{ display:block;height:8rem;line-height:8rem;color: #000;font-size: 1.7rem;position: relative;padding: 0;text-transform: uppercase;color: #fff;}
.header .nav li:hover .parent_a ,.header .nav li .parent_a.on {color:#f4b200;}
.header .nav li .parent_a:before{ display:block; content:''; position:absolute; left:25%; width:50%;opacity: 0; height:2px; background-color:#f4b200; bottom:0;transition: .4s;}
.header .nav li:hover .parent_a:before{opacity: 1;left: 0;width: 100%;}
.header .nav li.am-hide-md-down .am-menu-sub{background-color: #fff;width: 19rem;padding: 2rem;position: absolute;left: 0;top:8rem;box-shadow: 0 0 .5rem rgba(0, 0, 0, 0.1);line-height: 1.2;font-size: 1.5rem;}
.header .nav li.am-hide-md-down:hover .am-menu-sub{display: block;}

.top_search{float: right;width: 21px;height:3rem;margin-top: 2.5rem; margin-left: 50px;display: flex;justify-content: center;align-items: center;color: #fff;transition: all 300ms ease-in-out 0s;}
.top_search:hover{color: #f4b200;}
.top_search::before{display: block;content: "\f00d"}
.top_search.am-collapsed::before{content: "\f002"}
.top_search_form{width:100%;height: 0;overflow: hidden;background: rgba(0,0,0,0.4);}
.top_search_form.am-in {height:auto;opacity: 1;background: rgba(0,0,0,0.4);}
.top_search_form .layui-form{display: flex;height: 50px;justify-content: space-between;align-items: center;}
.top_search_form .layui-form .layui-input{display: flex;height: 50px;align-items: center;width: calc(100% - 50px);background: none!important;;border: none;color: #fff;box-shadow: none!important;font-size: 1.5rem;}
.top_search_form .layui-form .layui-btn{display: flex;align-items: center;justify-content: center;font-size: 18px;background: none;color: #fff;padding: 0;background: none;width: 3rem;height: 50px;}
.top_search_form .layui-form input::-webkit-input-placeholder{color: #fff;}
.top_search_form .layui-form input::-moz-placeholder{color: #fff; }
.top_search_form .layui-form input:-ms-input-placeholder{color: #fff;}
.top_search_form .layui-form input::-ms-input-placeholder{color: #fff; }

.top_language{float: right;margin-top:22px;margin-left: 22px;transition: all 300ms ease-in-out 0s;transition: all 300ms ease-in-out 0s;}
.top_language .am-btn{height: 3.6rem;background-color:#f2f2f2;display: flex;align-items: center;justify-content: center;font-size: 16px;background: none;color: #fff;position: relative;transition: all 300ms ease-in-out 0s;}
.top_language .am-btn::after{display: block;content: '';width:1px;height: 60%;background-color: #fff;position: absolute;left: 0;top: 20%;margin: 0;transition: all 300ms ease-in-out 0s;}
.top_language.am-active .am-btn{background-color: #f4b200;color: #fff;}
.top_language.am-active .am-btn::after{display: none;}
.top_language .am-btn:before{margin-right: 8px;}
.top_language .am-dropdown-content{font-size: 1.5rem;top: calc(100% + 6px);min-width: 140px;}
.top_language .am-dropdown-content li a{display: flex;align-items: center;}
.top_language .am-dropdown-content li a img{margin-right: .5rem;height: 16px;}
.top_language .am-dropdown-content li a:hover{color: #f4b200;}


.header.am-sticky .logo:first-of-type{display: none;}
.header.am-sticky .logo:last-of-type{display: block;}
.header.am-sticky .nav li .parent_a ,.header.am-sticky .top_search ,.header.am-sticky .top_language .am-btn{color: #000;}
.header.am-sticky .top_language .am-btn::after{background-color: rgba(0, 0, 0, 0.2);}
.header.am-sticky .nav li .parent_a:hover ,.header.am-sticky .nav li .parent_a.on ,.header.am-sticky .top_search:hover{color:#0164ff;}


/*
BANNER
*/
.index_banner{position: relative;}
.scroll_banner{position:relative;margin:0;box-shadow:none; z-index:1;border-radius:0;background:#0164ff;border: none;}
.scroll_banner.am-slider-default .am-slides li{width:100%;position: relative;}
.scroll_banner.am-slider-default .am-slides li:after,.scroll_banner .am-viewport:after{display: block;content: '';padding-bottom: 37.5%;}
.scroll_banner.am-slider-default .am-slides li picture ,.scroll_banner.am-slider-default .am-slides{margin: 0;width: 100%;height: 100%;position: absolute;left: 0;top: 0;z-index: 1;}
.scroll_banner.am-slider-default .am-control-nav{ bottom:11rem; z-index:10;display: none;}
.scroll_banner.am-slider-default .am-control-nav li a{ width:1rem; height:1rem;border:rgba(244,178,0,0.5) solid 1px; background:#fff;box-shadow:none;}
.scroll_banner.am-slider-default .am-control-nav li a.am-active{background-color:#f4b200;border:#f4b200 solid 1px;}
.scroll_banner.am-slider-default .am-direction-nav a{color: rgba(255, 255, 255, 0.6);}
.scroll_banner.am-slider-default .am-direction-nav a::before{color: #fff;}
.index_banner.am-slider-default .am-slides li .text{padding-bottom:0;}
.index_banner.am-slider-default .am-control-nav{bottom: 8.5rem;}

.index_banner_block{width: 100%;height: 19rem;position: absolute;left: 0;bottom: -9.5rem;z-index: 20;}
.index_banner_block .web_w{padding:2rem 1rem;background-color: #fff;box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);border-radius: .8rem;}
.index_pro_scroll .slick-list{height:15rem;overflow: hidden;}
.index_pro_scroll a{display: block;text-align: center;padding: 0 1rem;}
.index_pro_scroll .img{position: relative;overflow: hidden;}
.index_pro_scroll .img::after{display: block;content: '';padding-bottom: 62.5%;}
.index_pro_scroll .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;}
.index_pro_scroll a:hover img{-webkit-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);}
.index_pro_scroll h2{font-weight: normal;margin: 1rem 0 0;font-size: 1.4rem;line-height: 120%;text-align: center;}
.index_pro_scroll .slick-dots{bottom: -5rem;}

.index_title{text-align: center;}
.index_title .title{color: #000;font-size: 3.2rem;text-transform: uppercase; line-height: 120%;}
.index_title .subtitle{font-size:1.5rem;color: #999;margin-top: 2%;line-height: 120%;}
.index_title .more{display: flex;justify-content: center;align-items: center;margin-top:2%;}
.index_title .more a{background-color: #0164ff;padding:.5rem 2rem;font-size: 1.2rem;border-radius: 3rem;color: #fff;margin: 0 2rem;}
.index_title .more a:hover{background-color: #f4b200;}
.index_title .more::before{display: block;content: '<<<';color: #0164ff;font-size: 1.6rem;}
.index_title .more::after{display: block;content: '>>>';color: #0164ff;font-size: 1.6rem;}



/*
Product
*/
.index_product{padding: calc(6% + 9rem) 0 6%;background-color: #f6f6f6;}
.index_product .item{margin: 3% 0 0;display: flex;justify-content: space-between;flex-wrap: wrap;}
.index_product .item li{background-color: #fff;position: relative;}
.index_product .item li .text{width: 100%;height: 100%;position: absolute;left: 0;top: 0;display: flex;justify-content: flex-start;align-items:flex-start;overflow: hidden;}
.index_product_box{display: flex;justify-content: space-between;}
.index_product_box .item:first-of-type{width:calc(30% - 1rem);}
.index_product_box .item:last-of-type{width:70%;}
.index_product_box .item:first-of-type li:nth-of-type(1){width: 100%;}
.index_product_box .item:first-of-type li:nth-of-type(1):after{display:block;content: '';padding-bottom: 180%;}
.index_product_box .item:last-of-type li:nth-of-type(odd){width: 49%;}
.index_product_box .item:last-of-type li:nth-of-type(even){width: calc(51% - 1rem)}
.index_product_box .item:last-of-type li:nth-of-type(odd):after {display:block;content: '';padding-bottom: 80%;}
.index_product_box .item:last-of-type li:nth-of-type(even):after {display:block;content: '';padding-bottom: 73.6%;}
.index_product_box .item:last-of-type li{margin-top: 1rem;}
.index_product_box .item:last-of-type li:nth-of-type(1),.index_product_box .item:last-of-type li:nth-of-type(2){margin-top: 0;}

.index_product .item li .text img{display: block;width: 100%;height: 100%;position: absolute;left: 0;top: 0;object-fit: cover;z-index: 1;transition:opacity .5s cubic-bezier(.26,1.04,.54,1),transform .5s cubic-bezier(.26,1.04,.54,1);z-index: 1;}
.index_product .item li .text .title{font-size: 1.6rem;padding: 2rem;position: relative;z-index: 3;text-transform: uppercase;font-weight: bold;color: #0164ff;transition: all 300ms ease-in-out 0s;}
.index_product .item li .text:hover img{transform:scale(1.05) translateZ(0);}
.index_product .item li .text:hover .title{transform: translateX(-100%);opacity: 0;}

.index_product_son{width: 100%;height: 100%;padding: 2rem 8%;position: absolute;left: 0;top: 0;z-index: 2;background-color: rgba(0, 0, 0, 0.4);display: flex;flex-direction: column;justify-content: center;align-items: center;flex-wrap: wrap;color: #fff;opacity: 0;transition: all 300ms ease-in-out 0s;text-align: center;}
.index_product_son a{color: #fff;}
.index_product_son a:hover{color: #f4b200;}
.index_product_son dt{width:100%;font-size: 1.6rem;font-weight: bold;transition: all 300ms ease-in-out 0s;transform: translateY(3rem);}
.index_product_son dt:after{display: block;content: '';width: 4rem;height:1px;margin: 1.5rem auto 0;background-color: #fff;}
.index_product_son dd{width:100%;display: flex;justify-content: space-between;flex-direction: column;margin-top: 1rem;font-size: 1.5rem;transition: all 300ms ease-in-out 0s;transform: translateY(3rem);}
.index_product_son dd a{margin-top: 2rem;line-height: 1.4;color: rgba(255, 255, 255, 0.9);}
.index_product .item li:hover .index_product_son{opacity: 1;}
.index_product .item li:hover .index_product_son dt ,.index_product .item li:hover .index_product_son dd{transform: translateY(0);}



.pro_page{padding: 3% 0;background: rgba(247,248,250,1);}
.pro_page.bg_white{background-color: #fff;}
.pro_text.last{margin-top: 5%;}
.pro_text .title{text-align: center;font-size: 2.6rem;color: #0164ff;text-transform: uppercase; line-height: 1.4;}
.pro_text .title:after{display: block;content: '';width: 5rem;height: 1px;background-color: #0164ff;margin: 1rem auto 0;}


.product_sort{margin-top: 2%;}
.product_sort dd{display: flex;justify-content: space-between;background-color: #fff;border-top-right-radius:.3rem;border-bottom-right-radius:.3rem;}
.product_sort dd:last-of-type{margin-bottom: 0;}
.product_sort dd .title{width: 16rem;background-color: #f2f2f2;display: flex;align-items: center;text-align:center;justify-content: center;color: #000;font-size:1.5rem;margin:0;border-top-left-radius: .3rem;border-bottom-left-radius: .3rem;}
.product_sort dd .title a{color: #000;font-size:1.5rem}
.product_sort dd .title a:hover ,.product_sort dd .title a.on{color: #0164ff;}
.product_sort dd .des{width: calc(100% - 16rem);display: flex; justify-content: flex-start;flex-wrap: wrap;padding:1rem 3rem!important;}
.product_sort dd .des h3{margin: .5rem 0;font-size: 1.4rem;margin-right:3.6rem; line-height: 1.2;padding: 0;font-weight: normal;}
.product_sort dd .des h3:last-of-type{margin-right:0;}



.pro_list{margin: 0 -1.5rem;}
.pro_list li{padding: 0 1.5rem;margin-top:3%;text-align: center;}
.pro_list li a{display:block;background-color: #fff;transition: all 0.35s;}
.pro_list li a:hover{box-shadow: 0 0 2rem rgba(0,0,0,.1);}
.pro_list li .img{display: block;position: relative;overflow: hidden;}
.pro_list li .img:after{display:block; content:''; padding-bottom:62.5%;}
.pro_list 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;}
.pro_list li .img:hover img{transform: scale(1.05);-webkit-transform: scale(1.05);-ms-transform: scale(1.05);}
.pro_list li .text{padding: 1.5rem;height: 8rem;display: flex;flex-direction: column;justify-content: center;align-items: center;}
.pro_list li .title{font-size: 1.6rem; color: #0164ff;}
.pro_list li .subtitle{color: #333;font-size: 1.4rem;}

.pro_page_top{display: flex;justify-content: space-between;}
.pro_imgs{width:calc(50% - 1rem);}
.pro_imgs .am-slider-default{ margin:0;border-radius:0;box-shadow:none; background:#fff;}
.pro_imgs .pro_img_small .am-viewport{ margin:1rem 0 0;padding: 1rem 0;}
.pro_imgs .pro_img_small{ padding:0 2.7rem;}
.pro_imgs .pro_img_big{position:relative;border:#f2f2f2 solid 1px;}
.pro_imgs .am-slider-default .am-direction-nav a{opacity:1}
.pro_imgs .img{display:block;position: relative;}
.pro_imgs .img:after{ display:block; content:'';padding-bottom:62.5%;}
.pro_imgs .img img{display: block;width: 100%;height: 100%;position: absolute;left: 0;top: 0; object-fit: cover;}
.pro_imgs .pro_img_small .am-slides li a{ display:block; position:relative;border:#f2f2f2 solid 1px;}
.pro_imgs .pro_img_small .am-slides li.am-active-slide a{ border:#0164ff solid 1px;}
.pro_imgs .pro_img_small .am-slides li.am-active-slide a:before{display: block;content: '';width: 0;height: 0;border-style: solid;border-width: 0 .6rem .6rem .6rem;border-color: transparent transparent #0164ff transparent;position: absolute;left: 50%;top: -.6rem; margin-left: -.6rem;z-index:10}
.pro_imgs .am-slider-default .am-direction-nav .am-disabled{opacity: 1!important;}
.pro_imgs .am-slider-default .am-direction-nav a{ width:2rem;top:auto;bottom:-7rem;margin:0;}
.pro_imgs .am-slider-default .am-direction-nav a:before{content: "\f104"; color:#999;}
.pro_imgs .am-slider-default .am-direction-nav a:hover:before{color:#0164ff;}
.pro_imgs .am-slider-default .am-direction-nav a:before{font-size:26px!important;}
.pro_imgs .am-slider-default .am-direction-nav a.am-next:before{content: "\f105";}
.pro_imgs .pro_img_big.am-slider-default .am-direction-nav .am-prev{left:0;}
.pro_imgs .pro_img_big.am-slider-default .am-direction-nav .am-next{right:0;}
.pro_imgs .pro_img_small.am-slider-default .am-direction-nav{ display:none;}
.pro_imgs .pro_img_big.am-slider-default .am-control-nav{ bottom:1rem; display:none;}
.pro_imgs .pro_img_big.am-slider-default .am-control-nav li{ margin:0 3px;}
.pro_imgs .pro_img_big.am-slider-default .am-control-nav li a.am-active{background-color: #0164ff;}

.pro_info{ width:calc(50% - 1rem); background-color: #fff; padding: 2rem 4rem; display: flex; flex-direction: column; justify-content: center;}
.pro_info .name{ font-weight: bold;color:#0164ff; font-size:2rem;position: relative;text-transform: capitalize;}
.pro_info .serial{color: #000;}
.pro_info .name:before{ display:block; content:'' ;width:4rem; height:3px; background-color:#0164ff;position: absolute;left: 0;bottom: -1px;}
.pro_info .name:after{ display:block; content:'' ;width:18rem; height:1px; background-color:#333; margin:8px 0 0}
.pro_info .des{font-size:1.6rem;margin-top:3%;}
.pro_info .btn{margin-top: 8%;}
.pro_info .am-btn{ margin:0 1.5rem 0 0; background-color:#0164ff; color: #fff;font-size:1.5rem;text-transform: uppercase;min-width: 14rem;}
.pro_info .am-btn:last-of-type{margin-right: 0;}


.pro_page_bottom{padding-top: 3%;}
.pro_page_iteam .am-nav-tabs {border-bottom:#f2f2f2 solid 1px; }
.pro_page_iteam .am-nav-tabs li {font-size:1.6rem;margin:0;}
.pro_page_iteam .am-nav-tabs li a {display:block;padding:.8rem 2rem;text-align:center;border:none!important;margin:0;background:#fff;margin-right:2rem; text-transform:uppercase;min-width:18rem;border-top-left-radius:.5rem;border-top-right-radius:.5rem; color:#0164ff;}
.pro_page_iteam .am-nav-tabs li.am-active a {color:#fff;background:#0164ff;}
.pro_page_iteam .am-tabs-bd {padding:0;border:none;background-color: #fff;}
.pro_page_iteam .am-tabs-bd .am-tab-panel{padding:3rem;}

.pro_page_bottom .pro_list li{margin:3rem 0 0;}
.pro_page_bottom .pro_list li:nth-of-type(1),.pro_page_bottom .pro_list li:nth-of-type(2),.pro_page_bottom .pro_list li:nth-of-type(3),.pro_page_bottom .pro_list li:nth-of-type(4){margin-top: 0;}
.pro_page_bottom .pro_list li a{box-shadow: 0 0 2rem rgba(0,0,0,.1);}
.pro_page_bottom .form_contact{margin: 0;padding:0;}

.pro_menu_side{margin: 0;padding: 0;box-shadow: none;border-radius: 0;}
.pro_menu_side .am-accordion-title,.pro_menu_side .am-accordion-title:hover{padding: 1rem 2rem;color: #0164ff;}
.pro_menu_side .am-active .am-accordion-title{background-color: #0164ff;color: #fff;font-size: 1.6rem;}
.pro_menu_side .am-accordion-content{font-size: 1.5rem;display: flex;flex-direction: column;padding: 1rem 2rem;}
.pro_menu_side .am-active .am-accordion-content{background-color: #f9f9f9;}
.pro_menu_side .am-accordion-content a{margin: 1rem 0;display: flex;align-items: center;}
.pro_menu_side .am-accordion-content a::before{display: block;content: '';font-family:'FontAwesome';content: "\f105";margin-right: 1rem;}



/*
Solution
*/
.index_solution{padding: 6% 0;}
.index_solution_list{margin-top: 3%;}
.index_solution_list dd{position: relative;overflow: hidden;background-color: #000;}
.index_solution_list dd::after{display:block;content: '';padding-bottom: 152%;}
.index_solution_list dd .img{display: block;width: 100%;height: 100%;position: absolute;left: 0;top: 0;object-fit: cover;z-index: 1;transition:opacity .5s cubic-bezier(.26,1.04,.54,1),transform .5s cubic-bezier(.26,1.04,.54,1);}
.index_solution_list dd .text{display: flex;width: 100%;height: 100%;position: absolute;left: 0;top: 0;z-index: 2;flex-direction: column;justify-content: center;align-items: center;color: #fff;background-color: rgba(0, 0, 0, 0.6);padding:0 17%;}
.index_solution_list dd .text img{height: 3.7rem;}
.index_solution_list dd .text span{margin-top: 2rem;font-size: 2rem;text-align: center;line-height: 1.2;min-height: 4.8rem;}
.index_solution_list dd:hover .img{transform:scale(1.05) translateZ(0);opacity: 0.6;filter: alpha(opacity=60);}
.index_solution_list .slick-dots{bottom: -3rem;}
.index_solution_list .slick-next{right: 1rem;}
.index_solution_list .slick-prev{left: 1rem;}
.index_solution_list .slick-arrow::before{color: #fff;}

.apply_pics{margin: 0 -1rem;}
.apply_pics li{padding: 0 1rem; margin-top: 2rem;text-align: center;}
.apply_pics li .img{position: relative;margin-bottom: .5rem;overflow: hidden;}
.apply_pics li .img:after{display: block;content: '';padding-bottom: 67.5%;}
.apply_pics li .img img{ display:block; width:100%; height:100%; position: absolute;left: 0;top: 0;object-fit: cover;-webkit-transition: all 0.35s;-ms-transition: all 0.35s;transition: all 0.35s;}
.apply_pics li .img:hover img{-webkit-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);}


.get_more{text-align: center;margin-top: 4%;display:block;padding-bottom: .5rem;}
.get_more_btn{font-size:1.6rem;color: #0164ff;border:#0164ff solid 1px;padding: .8rem 3rem;border-radius: 3rem;transition: all 300ms ease-in-out 0s;}
.get_more_btn:hover{background: #f4b200;color: #fff;border-color:#f4b200;}


.faq_list{margin-top:3%;}
.faq_list .am-accordion-item{margin: 1.5rem 0;}
.faq_list .am-accordion-item .am-accordion-title{padding:1rem 2rem;color:#3e3e3e;display: flex;align-items: center;font-size: 1.6rem;border-color: #f2f2f2;}
.faq_list .am-accordion-item .am-accordion-title span{font-weight: normal;background: #f4b200;width: 1.6rem; height: 1.6rem;display: flex;justify-content: center;align-items: center;border-radius: 50%;margin-right: .8rem;}
.faq_list .am-accordion-item.am-active .am-accordion-title{color:#0164ff;font-weight: bold;}
.faq_list .am-accordion-content{padding:2rem;font-size: 1.5rem; text-align: justify;}
.faq_list .am-accordion-item.am-active ,.faq_list .am-accordion-item {border-color: #f2f2f2;}

/*
About
*/
.index_about{padding: 6% 0;background-position: center center;background-repeat: no-repeat;background-size: cover;}
.index_about_text{margin-top: 3%;display: flex;justify-content: space-between;align-items: flex-start;}
.index_about_text dt ,.index_about_text dd{width: calc(50% - 3rem);position: relative;}
.index_about_text dt:after ,.index_about_text .am-slides li a:after{display:block;content: '';padding-bottom: 67.5%;}
.index_about_text dt a,.index_about_text dt img{display: block;width: 100%;height: 100%;position: absolute;left: 0;top: 0;object-fit: cover;}
.index_about_text dd{font-size: 1.6rem;text-align: justify;}

.index_about_text .am-slider-default{width:100%;height:100%;border-radius:0;box-shadow:none;margin: 0;border:none;box-shadow:none; z-index: 1;position: absolute;left: 0;top: 0;}
.index_about_text .am-slides li{overflow: hidden;}
.index_about_text .am-slides li a{display:block;background-position: center; background-repeat: no-repeat; background-size: cover;-webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);-webkit-transform: scale(1.2);-moz-transform: scale(1.2);transform: scale(1.2);position: relative;}
.index_about_text .am-slides li.am-active-slide a{-webkit-transform: scale(1);-moz-transform: scale(1); transform: scale(1);}            
.index_about_text .am-control-nav{bottom:1rem;z-index:10}
.index_about_text .am-control-nav li{margin:0 .5rem}
.index_about_text .am-control-nav li a{width:8px;height:8px;background:#f2f2f2;box-shadow:none;z-index:3; position:relative;}
.index_about_text .am-control-nav li a.am-active ,.index_about_text .am-control-nav li a:hover{background: #0164ff;}

.about_company{padding: 4% 0 4.4%;}
.about_company.bg{background-color: #f9f9f9;}
.about_title{text-align: center; line-height: 1.2;}
.about_title .title{font-size: 2.6rem;color: #0164ff;}
.about_title .title:after{display: block;content: '';width: 5rem;height: 1px;background-color: #0164ff;margin: 1rem auto 0;}
.about_title .subtitle{font-size: 1.5rem;margin-top: 1.5rem;color: #999;}


.about_culture{display: flex;justify-content: space-between;margin-top: 3%;}
.about_culture .item{width: 33.33%;display: flex;flex-direction: column; justify-content: center;position: relative;}
.about_culture .item:nth-of-type(even){flex-direction: column-reverse;}
.about_culture .img{position: relative;width: 100%;}
.about_culture .img:after ,.about_culture .text:after{display: block;content: '';padding-bottom: 46.2%;}
.about_culture img{display:block;width:100%;height: 100%;object-fit: cover;position: absolute;left: 0;top:0;}
.about_culture .text{font-size: 1.5rem;position: relative;}
.about_culture .ms{display:flex;width:100%;height: 100%;position: absolute;left: 0;top:0;flex-direction: column;justify-content: center;padding:0 10%;}
.about_culture .text span:first-of-type{font-weight: bold;color: #0164ff;margin-bottom: 1.5rem;font-size: 1.6rem;}
.about_culture .text span:first-of-type:after{display: block; content: '';width: 5rem;height: 1px;background-color: #0164ff;margin: .5rem 0 0;}

.about_factory ,.about_factory_list{margin: 3% -1rem 0;}
.about_factory .iteam ,.about_factory_list li{padding:0 1rem;}
.about_factory_list li{margin-bottom: 2rem;}
.about_factory .img ,.about_factory_list .img{position: relative;overflow: hidden;}
.about_factory .img:after ,.about_factory_list .img:after{display: block;content: '';padding-bottom: 62.5%;}
.about_factory .img img ,.about_factory_list .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;}
.about_factory .img:hover img ,.about_factory_list .img:hover img{transform: scale(1.1);-webkit-transform: scale(1.1);-ms-transform: scale(1.1);}
.about_factory .slick-dots{bottom:-3rem;}

.partner_list{ margin: 3% -1rem 0;}
.partner_list li{padding: 0 1rem;border:#f2f2f2 solid 1px; position: relative;background-color: #fff;}
.partner_list li span{display: block;padding-bottom: 50%;position: relative;}
.partner_list li img{display: block;width: 100%;height: 100%;position: absolute;left: 0; top:0;object-fit: cover; -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%);filter: grayscale(100%);filter: gray;transition: all 300ms ease-in-out 0s;}
.partner_list li:after{display:block;content: '';position: absolute;top: 0; left: 0;z-index: 1; width: 100%;height: 100%;-webkit-transition: all .3s;-o-transition: all .3s;  -moz-transition: all .3s;transition: all .3s;}
.partner_list li:hover:after { -webkit-box-shadow: 0px 0px 2rem .5rem #ddd inset; box-shadow: 0px 0px 2rem .5rem #ddd inset; }
.partner_list li:hover img{filter: none;}

/*
Contact
*/
.contact_list{padding: 3% 0 5%;}
.map{height: 44rem;margin-top:4%;background-color: #f2f2f2;position: relative;}
#map_amap ,.map_google{display: block;position: absolute;left: 0;top: 0;width: 100%;height: 100%;}

.info-box{position: relative;background-color: #fff;padding:1rem;width: 45rem;}
.info-top img{position: absolute;right: 1rem; top: 1rem;cursor: pointer;display: none;}
.info-top{color: #0164ff;font-weight: bold;margin-bottom: 1rem;font-size: 1.6rem;}
.info-middle{font-size: 1.5rem;line-height: 1.6;}
.info-bottom{position: relative;}
.info-bottom img{position: absolute;left: 50%;bottom: -3.6rem;transform: translateX(-50%);display: none;}
.amap-logo ,.amap-copyright{display: none!important;}


.contact_info_list{ margin: 0 -1rem;padding: 3% 0;}
.contact_info_list li{padding: 0 1rem;display: flex; flex-direction: column; text-align: center;margin-top: 4rem;font-size: 1.6rem;}
.contact_info_list li i{width: 6rem; height: 6rem; border:#dedede solid 1px; border-radius: 50%; display: flex; justify-content: center; align-items: center; font-size: 2rem; color: #0164ff; margin: 0 auto 1rem;-webkit-transition: all 0.35s;-ms-transition: all 0.35s;transition: all 0.35s;}
.contact_info_list li span:first-of-type{margin-bottom: 1rem;}
.contact_info_list li span:last-of-type ,.contact_info li span a{color: #000;line-height: 1.4;}
.contact_info_list li:hover i{transform: rotateY(360deg);-webkit-transform: rotateY(360deg);-moz-transform: rotateY(360deg); background-color:#0164ff;border:#0164ff solid 1px; color: #fff;}

.form_contact{display: flex; justify-content: space-between;flex-wrap: wrap;margin-top: 4rem;}
.form_contact .layui-form-group{width: calc(50% - 2rem);display: flex;flex-wrap: wrap;justify-content: space-between;}
.form_contact .layui-form-group .layui-form-item{width: 100%;position: relative;margin-bottom: 2rem;}
.form_contact .layui-form-group .layui-form-item:nth-last-of-type(1){margin-bottom: 0}
.form_contact .layui-form-group em{display:block;position: absolute;right: 8px; bottom: 0;top:0;line-height:38px;color: #ff0000; font-style: normal;z-index:10;font-size:1.6rem}
.form_contact .layui-form-group textarea{ font-size:1.6rem; height:100%; resize: none;}
.form_contact .layui-btn{ text-align:center; background-color:#0164ff; color:#fff; outline: none;width: 16rem;margin-top: 2rem;font-size: 1.6rem;text-transform: uppercase;}
.form_contact .layui-form-group.flex{display: flex;margin-top: 2rem;justify-content: flex-start;}
.form_contact .layui-form-group.flex .layui-input{width: 18rem;display: flex;justify-content: space-between;align-items: center;text-align: center;padding-left: 0;}
.form_contact .form-code{display: block;height: 3.6rem;margin-left: 2rem;}

.inquirie_block{height: 28rem;background-color: #0164ff;background-position: center;background-repeat: no-repeat;display: flex;justify-content: center;align-items: center;color: #fff;}
.inquirie_block .text{text-align: center;}
.inquirie_block .title{color: #fff;font-size: 2.6rem;}
.inquirie_block a{display:inline-block;padding: .6rem 3.5rem; background-color: #f4b200; color: #fff;margin-top: 3%; border-radius: 3rem;font-size: 1.7rem;text-transform: uppercase;}
.inquirie_block a:hover{background-color: #fff;color: #0164ff;}


/*
News
*/
.index_news{padding: 6% 0;}
.index_news_list{ margin:3% 0 0;}
.index_news_scroll{margin: 0 -6%;}
.index_news_scroll .slick-list{ padding:8rem 0!important;}
.index_news_scroll .text{transition: all 300ms ease;font-weight:500;}
.index_news_scroll a{ display:block;position:relative; z-index:1;transition:all 300ms ease;margin:0 4rem;transform: scale(.8);} 
.index_news_scroll a .img{ overflow:hidden;position: relative;box-shadow: 0 0 3rem rgba(0, 0, 0, 0.07);}
.index_news_scroll a .img:after{display:block; content:''; padding-bottom:56.25%;}
.index_news_scroll a .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;}
.index_news_scroll a:hover img{transform: scale(1.1);-webkit-transform: scale(1.1);-ms-transform: scale(1.1);}
.index_news_scroll a .title{ font-size: 2rem;text-align: center;margin-top: 3rem;line-height: 1.4;color: #000;}
.index_news_scroll a:hover .title{color: #0164ff;}
.index_news_scroll a .des{ font-size: 1.6rem;line-height: 1.2;margin-top: 1rem;color: #999;}
.index_news_scroll a.slick-current{ z-index:2;transform: scale(1.4);transition:all 300ms ease;}
.index_news_scroll a.slick-current .title{ font-size:1.3rem;position: relative;top: -1rem;line-height: 1.2; overflow : hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2;  -webkit-box-orient: vertical;}
.index_news_scroll a.slick-current .des{ font-size:1.4rem;display: block;position: relative;top: -1rem;color: #999;text-align: center;transform: scale(.75);}
.index_news_scroll .slick-dots{ margin:0; left:0;bottom:0}
.index_news_scroll .slick-dots li{height:8px;width:8px;margin: 0 4px; position:relative;border-radius:50%;}
.index_news_scroll .slick-dots li.slick-active{background-color:#f4b200;}
.index_news_scroll .slick-dots li button{display:none;}

.news_page{padding: 3% 0;}
.news_list li{padding-bottom:3rem;position:relative; margin-top:3rem; border-bottom:#dedede dashed 1px;display: flex;justify-content: space-between;}
.news_list li:first-of-type{margin-top: 0;}
.news_list li .time{width:12rem; padding-right:3rem;float: left;line-height:32px;font-size:2rem; color: #333;text-align:center;margin-top:1rem; position:relative;}
.news_list li .time:after{display:block;content:''; position:absolute; width:1px; height:0px; background:#333;transition: all 0.3s ease-out 0s; right:0; top:0;}
.news_list li .time span{font-size:3.6rem;padding-bottom:1rem;display: block; border-bottom:#333 solid 1px; margin-bottom:.5rem;}
.news_list li .img{ display:block;width:30rem;overflow:hidden;position: relative;}
.news_list li .img:after{display: block;content: '';padding-bottom: 60%;}
.news_list li .img img{ display:block; width:100%; height:100%; position: absolute;left: 0;top: 0;object-fit: cover;-webkit-transition: all 0.35s;-ms-transition: all 0.35s;transition: all 0.35s;}
.news_list li .img:hover img{-webkit-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);}
.news_list li .text{width:calc(100% - 48rem);position: relative;}
.news_list li .text .title{white-space:nowrap; overflow:hidden;transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; color: #000;font-size: 1.8rem;}
.news_list li .text .des{margin-top:1.5rem; line-height:26px; font-size:1.4rem; overflow:hidden; position:relative; color: #999;;}
.news_list li .text .des span{display:block;transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;}
.news_list li .text .tag{ position:absolute; left:0; bottom:0; font-size:0; overflow:hidden;}
.news_list li .text .tag a{ display:inline-block; margin-right:1rem;font-size:1.2rem; position:relative;}
.news_list li .text .tag a span{ display:block;}
.news_list li .text .more{ display:block; position:absolute; right:0; bottom:0;width:80px; height:22px; line-height:22px; background:#999;color:#fff;text-align:center;font-size:1.2rem; border-radius:1rem;}
.news_list li .text .tag a:hover ,.news_list li .text .more:hover{ background-color:#0164ff;}
.news_list li:hover .time:after{ height:50%;}
.news_list li:hover .text .title ,.news_list li:hover .text .des span{transform: translateX(1rem);}
.news_list li:after{display:block;content:'';width:0; height:1px; background:#0164ff; position:absolute; z-index:12; bottom:-1px; left:0;-webkit-transition: all 0.3s linear;-moz-transition: all 0.3s linear;-o-transition: all 0.3s linear;transition: all 0.3s linear;}
.news_list li:hover:after{width:100%;}

.news_item li{margin-top:3%;padding:0;display: flex;justify-content: space-between;background-color: #f6f6f6;}
.news_item li:first-of-type{margin-top: 0;}
.news_item li .img{width: 30%; position: relative;}
.news_item li .img:after{display:block;content:'';padding-bottom: 56%;}
.news_item li .img .time{width: 24%;height: 100%;position: absolute;left: 0; top:0;background-color: rgba(0, 0, 0, 0.15); color: #fff;display: flex; flex-direction: column;justify-content: center;text-align: center;}
.news_item li .img .time span:first-of-type{font-size: 32px;}
.news_item li .img .time span:nth-of-type(2){margin-top: 20%;}
.news_item li .img a{width: 76%; height: 100%;position: absolute;right: 0; top:0;overflow: hidden;}
.news_item li .img a i{display: block;width: 100%;height: 100%; position: absolute;left: 0;top: 0;background-position: center; background-repeat:no-repeat; background-size: cover;-webkit-transition: all 0.35s;-ms-transition: all 0.35s;transition: all 0.35s;}
.news_item li .img a:hover i{-webkit-transform: scale(1.05);-ms-transform: scale(1.05);transform: scale(1.05);}
.news_item li .text{width:70%;display: flex; flex-direction: column; justify-content: center;padding: 2rem 3rem;}
.news_item li .text .title{font-size: 18px;}
.news_item li .text .des{color: #666;margin-top: 1.5rem;font-size: 1.5rem;}
.news_item li .text .more{font-size: 1.4rem;color: #666;margin-top: 1.5rem;}

.news_page_left{ width:95rem; float:left;}
.article-hd{ text-align:center; border-bottom:#f2f2f2 solid 1px; padding-bottom:2rem;}
.article-hd .title{ font-size:2.2rem; margin:0;color:#000;}
.article-hd .info{ color:#999; font-size:1.4rem; margin-top:1.5rem;}
.article-hd .info span{ margin:0 2rem;}
.article-hd .info span em{ font-style:normal;}
.article-hd .info span a{ color:#999;}
.article-hd .info span a:hover{color:#0164ff;}
.article_bd{ margin-top:2.5rem;}

.article_share{background-color: #f2f2f2;height: 9rem;display: flex;justify-content: space-between;align-items: center;padding: 0 3rem;margin-top: 3%;}
.article_share dt{font-size: 1.4rem;}
.article_share dd{display: flex;justify-content: flex-end;align-items: center;}
.article_share .digg_a,.article_share .bds_qzone ,.article_share .bds_tsina ,.article_share .bds_weixin ,.article_share .bds_sqq,.article_share .bds_fbook ,.article_share .bds_twi ,.article_share .bds_linkedin ,.article_share .bds_more { background:none!important; padding-left:0!important; display:inline-block; float:none!important; font-size:1.5rem!important;width:3.2rem!important;height:3.2rem!important;line-height:3.2rem!important;margin:0 0 0 1.5rem!important; border-radius:50%; text-align:center;background-color:#999!important;color:#fff!important;transition: all 300ms ease-in-out 0s;}
.article_share .digg_a{display: flex;flex-direction: column;justify-content: center;align-items: center;font-size: 1.4rem!important; line-height: 1rem!important;}
.article_share .digg_a span{font-size: 1rem;}
.article_share .digg_a:hover{background: #0164ff!important;color: #fff!important;}
.article_share .bds_qzone:hover ,.article_share .bds_tsina:hover ,.article_share .bds_weixin:hover ,.article_share .bds_sqq:hover,.article_share .bds_fbook:hover ,.article_share .bds_twi:hover ,.article_share .bds_linkedin:hover,.article_share .bds_more:hover{background-color:#0164ff!important;-webkit-transition: all 0.2s ease;transition: all 0.2s ease;}
.bd_weixin_popup_foot{text-align: center!important;}

.news_page_right{ width:calc(100% - 99rem); float:right; background-color: #fff;}
.article_commend .name{font-size:1.6rem; font-weight: bold;}
.article_commend .name:before ,.article_tag .title:before ,.page_rel_title:before{display: inline-block; content: ''; width: 1px; height: 1.4rem;background-color:#f4b200;  margin-right: 1rem; vertical-align: middle;}
.article_tag{margin-top:2.5rem;border-top:#dedede dashed 1px;padding-top:3rem}
.article_tag .title{margin-bottom:1rem;font-size:1.6rem;font-weight: bold;}
.article_tag_yun{display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between;}
.article_tag_yun a{padding:.5rem 6px;margin-top:1rem;font-weight: 500;}
.article_tag_yun a:hover{background-color:#0164ff; color:#fff!important;}
.article_rel li{margin-top:2rem}
.article_rel li a{ overflow: hidden;}
.article_rel li .img{display:block;position: relative;}
.article_rel li .img:after{ display:block; content:''; padding-bottom:55%;}
.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_rel li .img:hover img{transform: scale(1.05);-webkit-transform: scale(1.05);-ms-transform: scale(1.05);}
.article_rel li .text{padding:1rem 0}
.article_rel li .text .tag{margin-top:1rem}
.article_rel li .text .am-badge{margin-right:1rem;font-weight:normal;}
.article_rel li .text .am-badge:hover{background-color:#0164ff; color:#fff!important;}
.article_hot{margin-top:1rem;}
.article_hot li{padding:1rem 0; border-top:#f2f2f2 dashed 1px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0;font-size: 1.5rem;}
.article_hot li i{width:1.6rem;height:1.6rem;line-height:1.6rem;padding:0;font-style:normal;font-size:11px;margin-right:6px;vertical-align: middle;font-weight: 500;}
.article_hot li:nth-of-type(1) i{background: #e71555;color: #fff;}
.article_hot li:nth-of-type(2) i{background: #16d083;color: #fff;}
.article_hot li:nth-of-type(3) i{background: #ff6700;color: #fff;}
.article_hot li:first-of-type{border-top:#f2f2f2 solid 1px;}
.article_hot li:last-of-type{padding-bottom:0;}
.page_rel .am-list{margin-top:1rem;padding:0 1rem; font-size: 1.5rem;}
.page_rel .am-list li{border: none;border-bottom: 1px solid #dedede; margin-bottom: 0; }
.page_rel .am-list li a{display:block;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.page_rel .am-list li span{float: right;font-size: 1.6rem; padding-left: 1rem;}

.news_banner {width:100%;margin:0 auto 2rem;position: relative; overflow: hidden; z-index:2; }
.news_banner:after{display: block; content: ''; padding-bottom: 56.3%;}
.news_banner .am-slider-default{position: absolute;width:100%;height:100%;left:0;top:0;z-index: 1;border-radius:0;box-shadow:none;margin: 0; background:#f2f2f2 center no-repeat;border:none;box-shadow:none;}
.news_banner .am-slider-default .am-slides{height: 100%;}
.news_banner .am-slider-default .am-slides li{width: 100%;height: 100%;position: absolute;left: 0;top: 0; z-index: 1;}
.news_banner .am-slider-default .am-slides li img{width:100%;height:100%;margin: 0 auto;object-fit: cover;}
.news_banner .am-slider-default .am-direction-nav a{width: 3.6rem;height: 4.8rem;line-height:4.8rem;margin: -24px 0 0;color: #fff; background-color: rgba(0,0,0,0.3);}
.news_banner .am-slider-default .am-direction-nav a.am-next{border-bottom-left-radius:3rem;border-top-left-radius:3rem;right: 0; padding-left: 1rem;}
.news_banner .am-slider-default .am-direction-nav a.am-prev{border-bottom-right-radius:3rem;border-top-right-radius:3rem;left: 0; padding-right: 1rem;}
.news_banner .am-slider-default .am-direction-nav a:before{height: 4.8rem;line-height:4.8rem!important;font-size: 2.5rem!important;}
.news_banner .am-slider-default .am-direction-nav a.am-prev:before{content: "\f104";color:#fff;}
.news_banner .am-slider-default .am-direction-nav a.am-next:before{content: "\f105";color:#fff;}
.news_banner .am-control-nav{bottom:1.5rem;z-index:10;}
.news_banner .am-control-nav li{margin:0 .5rem 0 0}
.news_banner .am-control-nav li a{width:8px;height:8px;background:#333;box-shadow:none;z-index:3; position:relative;}
.news_banner .am-control-nav li a.am-active{background: #0164ff;}

/*
Footer
*/
.footer{background-color: #333333;color: #fff;padding: 3% 0 0;}
.footer_nav {display: flex;justify-content:space-between;}
.footer_nav .am-accordion-item{border:none;}
.footer_nav .am-accordion-title{margin-bottom:1rem;font-size:1.8rem; font-weight:bold;border-bottom:none; padding-left:0; cursor:default;font-weight:bold;color: #fff;}
.footer_nav .am-accordion-title:after{ display:none;}
.footer_nav dd.am-collapse{ display:block;}
.footer_nav .am-accordion-content{ padding:0;line-height:3.6rem;}
.footer_nav .am-accordion-content span ,.footer_nav .am-accordion-content a{ display:block;color: rgba(255, 255, 255, 0.6);}
.footer_nav .am-accordion-content a:hover ,.copyright a:hover{color:#f4b200;}
.footer_nav .am-accordion-content span a i{margin-right: 6px;}

.copyright{background-color: #000;color: #fff; text-align: center;margin-top: 3%;padding: 2rem 0;font-size: 1.5rem;}
.copyright .list{display: flex;justify-content: center;}
.copyright .list:last-of-type{margin-top: 1rem;}
.copyright .item{margin: 0 2.5rem;}
.copyright a{color: #fff;}

.weixin_img{width: 8rem;margin-top: 2rem;text-align: center;font-size: 1.4rem;color: rgba(255, 255, 255, 0.6);line-height: 1.5;}
.weixin_img img{display: block;width: 100%;margin-bottom: .5rem;}

/*
Banner
*/
.banner{position: relative;margin: 0 auto;}
.banner img{display: block;width:100%;}
.banner .text{width: 100%;height: 100%;position: absolute;left: 0;top: 0;display: flex;flex-direction: column;justify-content: center;align-items: center;color: rgba(255, 255, 255, 0.9);padding-top: 2%;text-align: center;}
.banner .text .title{font-size: 2.4rem;}
.banner .text .title:after{display: block;content: '';margin: .3rem auto 0;width: 0;height: 0;border-style: solid; border-width: .6rem .6rem 0 .6rem; border-color: rgba(255, 255, 255, 0.9) transparent transparent transparent;}
.banner .text .subtitle{margin-top: 1rem;}

.search_form{width: 50rem;display: flex;justify-content: space-between;align-items: center;margin-top: 2%;}
.search_form .am-dropdown{width:calc(100% - 11rem);}
.search_form .layui-input{width:100%;height: 4rem;line-height: 4rem;border-radius:0;border-top-left-radius: .5rem;border-bottom-left-radius: .5rem;border:none;font-size: 1.5rem;}
.search_form .layui-btn{width: 11rem;height: 4rem;line-height: 4rem;padding: 0;text-align: center;background-color: #0164ff;color: #FFFFFF;border-radius:0;border-top-right-radius: .5rem;border-bottom-right-radius: .5rem;font-size:1.7rem;text-transform: uppercase;}
.search_form .am-dropdown-content{width:100%;font-size:1.4rem;}
.search_form .am-dropdown-content .am-dropdown-header{font-size:1.5rem;margin-bottom:.5rem;padding: 0;background-color: #f6f6f6;}
.search_form .am-dropdown-content .am-dropdown-header a{color: #0164ff;}
.search_form .am-dropdown-content > li > a:hover{background: none;color: #0164ff;}


/*
PAGEBAR
*/
.page_list{text-align:center;margin-top:3%; font-size:1.4rem;display: flex;justify-content: center;align-items: center;font-family: Arial, Helvetica, sans-serif;}
.page_list a {margin:0 1rem;width:2.5rem;height:2.5rem;line-height:2.5rem;border-radius:50%;background-color:#f2f2f2;;display: flex;align-items: center;justify-content: center;}
.page_list .page-num-current{background-color:#f4b200;color: #fff;}
.news_page_pages{ margin-top: 3%; display: flex;justify-content: space-between;font-size: 1.5rem;}
.news_page_pages dd{max-width: 46%;overflow: hidden;white-space:nowrap;text-overflow: ellipsis;}
.news_page_pages dd:first-of-type::before{display: inline-block;content: '\f104';margin-right: .6rem;font-family:'FontAwesome';}
.news_page_pages dd:last-of-type::after{display: inline-block;content: '\f105';margin-left: .6rem;font-family:'FontAwesome';}
.error_x{ height:10rem; font-size:1.6rem;display: flex;justify-content: center;align-items: center;margin-top: 3%;}
.error_x i{ margin-right:1rem;}
.page_rel_title{ background-color:#f2f2f2; padding:1rem 2rem; font-size: 1.6rem;display: flex;align-items: center;margin-top: 5%;font-weight: bold;}
.page_rel_title:before{display: block;content: '';width: 2px;height: 1.6rem;background-color:#f4b200;margin-right: .8rem;}


/*
Guide
*/
.guide{background-color: #f2f2f2;}
.guide dd{display: flex;height: 6rem;justify-content: space-between; align-items: center;}
.guide dd .title{font-weight: bold;color: #0164ff;}
.guide dd .guide_nav{font-size: 1.5rem;}
.guide dd .guide_menu a{display: inline-block;margin-left: 6rem;position: relative;}
.guide dd .guide_menu a:after{display: block;content:'';width: 1px;height:1.6rem;position: absolute; right: -3rem; top: 50%;margin-top: -.8rem; background-color: #0164ff;}
.guide dd .guide_menu a:last-of-type:after{display:none;}
.guide dd .guide_menu a:first-of-type{margin-left: 0;}

.guide_menu .am-dropdown{margin-left: 6rem;cursor: pointer;}
.guide_menu .am-dropdown.am-active ,.guide_menu .am-dropdown:hover{color: #0164ff;}
.guide_menu .am-dropdown:before{display: block;content:'';width: 1px;height:1.6rem;position: absolute; left: -3rem; top: 50%;margin-top: -.8rem; background-color: #0164ff;}
.guide_menu .am-dropdown-content{font-size: 1.5rem;}
.guide_menu .am-dropdown-content li a{display: block;}

/*
SEARCH
*/
.search_page{padding: 3% 0;}
.search_list{display: flex;;margin-bottom:3rem; border-bottom:#f2f2f2 solid 1px;padding-bottom:3rem;}
.search_list dt{width:23rem;height:14rem;display: flex;}
.search_list dt a{width:100%;display:block;position: relative;}
.search_list dt img{display:block;width: 100%;height: 100%; position: absolute; left: 0; top: 0; object-fit: cover;}
.search_list dd{width:calc(100% - 23rem);display: flex; flex-direction: column; justify-content: space-between;padding-left:3rem;}
.search_list dd h2{margin:0;font-size:1.6rem;}
.search_list dd .card-text{color:#999;font-size: 1.4rem;}
.search_list dd .card-sort{font-size: 1.3rem;color:#999;}
.search_list dd .card-sort span{margin-right:4rem;}
.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:#f4b200;}
.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: #0164ff; color: #fff;text-align: center;font-size:1.5rem;padding: 1rem;}
.tag_list_all li a:hover{background-color: #f4b200;}