
@font-face {
    font-family: 'DINPro-Light';
    src: url('../fonts/DINPro-Light.eot');
    src: url('../fonts/DINPro-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DINPro-Light.woff2') format('woff2'),
        url('../fonts/DINPro-Light.woff') format('woff'),
        url('../fonts/DINPro-Light.ttf') format('truetype'),
        url('../fonts/DINPro-Light.svg#DINPro-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DINPro-Regular';
    src: url('../fonts/DINPro-Regular.eot');
    src: url('../fonts/DINPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DINPro-Regular.woff2') format('woff2'),
        url('../fonts/DINPro-Regular.woff') format('woff'),
        url('../fonts/DINPro-Regular.ttf') format('truetype'),
        url('../fonts/DINPro-Regular.svg#DINPro-Regular') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DINPro-Medium';
    src: url('../fonts/DINPro-Medium.eot');
    src: url('../fonts/DINPro-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DINPro-Medium.woff2') format('woff2'),
        url('../fonts/DINPro-Medium.woff') format('woff'),
        url('../fonts/DINPro-Medium.ttf') format('truetype'),
        url('../fonts/DINPro-Medium.svg#DINPro-Medium') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DINPro-Bold';
    src: url('../fonts/DINPro-Bold.eot');
    src: url('../fonts/DINPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DINPro-Bold.woff2') format('woff2'),
        url('../fonts/DINPro-Bold.woff') format('woff'),
        url('../fonts/DINPro-Bold.ttf') format('truetype'),
        url('../fonts/DINPro-Bold.svg#DINPro-Bold') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


body{color:#4d4d4d;font-family: "\5FAE\8F6F\96C5\9ED1","Microsoft YaHei","微软雅黑";font-size: 1.6rem;}
a{color:#4d4d4d;}
*:focus {outline: none;box-shadow: none;}
input:required:invalid ,textarea:required:invalid ,select:required:invalid{outline: none;box-shadow: none;}
a:hover{color:#3FA9F5;text-decoration:none;transition: all 300ms ease-in-out 0s;}
.on {color:#3FA9F5;}
.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;}
/* p>br{display: inherit;} */
img{image-rendering: -webkit-optimize-contrast;}
video{display:block;}
.list-paddingleft-2{margin-top: 0;padding-left: 1em;}
.list-paddingleft-2 li{list-style: inherit;}
h1{font-size: 3rem;}
h2{font-size: 2.2rem;}
h3{font-size: 1.7rem;}
h4{font-size: 1.5rem;}
picture{display: block;}
blockquote{padding: .8rem 1.5rem;background-color: #fff;font-family: "Arial","\5FAE\8F6F\96C5\9ED1","Microsoft YaHei";font-size: 1.6rem;border-left: 4px solid #3FA9F5;display: flex;align-items: center;margin-bottom:2rem;}

/*
public
*/
.am-container{width:1350px;max-width: 1920px;margin:0 auto;padding: 0;}
.am-paragraph-default{ margin:0;color:#4d4d4d;font-size:1.6rem;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;}
.am-paragraph-default p ,.am-paragraph-default a{color:#4d4d4d;}
.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:#3FA9F5;}
.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;width: 100%;}
.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;padding: .8rem 1.5rem!important;}
.am-table p {margin: 0!important;}



.img_animate{position: relative;overflow: hidden;}
.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;}

/**自定义模板**/
.ue_flex{display: flex;justify-content: space-between;margin: 1.6rem 0;}
.ue_flex .ue_flex_item{width: 48%;}



/*
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: 4rem;}
.header .logo img:last-of-type{display: none;}
.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: 5vw;height: 100%;}
.header .am-menu-nav a{padding: 0;}
.header .am-menu-nav .parent_li{margin-right:4vw;}
.header .am-menu-nav .parent_li .am-icon-caret-down{margin-left: .5rem;}
.header .am-menu-nav .parent_li .parent_a{display: flex;align-items: center;color: #333; height: 100%;font-size: 1.8rem;white-space: nowrap;}
.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:#3FA9F5;}

.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: #3FA9F5 solid 1px;padding-left: 3rem;display: flex;flex-direction: row;flex-wrap: wrap;justify-content: flex-start;align-content: center;width: 40%;}
.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: 0 .3rem;border-radius: .5rem;}
.header .language_btn a:hover{background-color: #3FA9F5;}

.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: #3FA9F5;}

.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: #3FA9F5;}

/*
BANNER
*/
.index_banner{width:100%;margin:0 auto;box-shadow:none;position:relative; z-index:1;border-radius:0;overflow:hidden;background:#f2f2f2 url(../img/loading.svg) center center no-repeat;}
.index_banner .am-viewport{width: 100%;height: 100%;position: absolute!important;left: 0;top: 0;}
.index_banner .am-slides{margin: 0;width: 100%;height: 100%;position: absolute!important;left: 0;top: 0;}
.index_banner .am-slides li a{display: block;width:100%;position: relative;}
.index_banner .am-slides li .slide_bg::after{display: block;content: '';width: 100%;height: 100%;position: absolute;left: 0;bottom: 0;background-color: rgba(0, 0, 0, .3);z-index: 2;}
.index_banner .am-slides li a:before ,.index_banner::before{display: block;content: '';padding-bottom:calc(100vh - 7rem);}
.index_banner .am-slides li img ,.index_banner .am-slides li video{display: block;width:100%;height:100%;position: absolute;left: 0;top: 0;object-fit: cover;z-index: 1;}
.index_banner .am-control-nav{ bottom:2rem; z-index:10;}
.index_banner .am-control-nav li a{ width:1rem; height:1rem;background:rgba(255,255,255,0.3);box-shadow:none;}
.index_banner .am-control-nav li a.am-active,.index_banner .am-control-nav li a:hover{background:rgba(255,255,255,1);}
.index_banner .am-direction-nav a{opacity: 0;}
.index_banner:hover .am-direction-nav a{opacity: 1;}
.index_banner .am-direction-nav a::before{content: "\f104";color: #3FA9F5;font-size: 4rem!important;}
.index_banner .am-direction-nav a:hover::before{color: #3FA9F5;}
.index_banner .am-direction-nav a.am-next::before{content: "\f105";}
.index_banner:hover .am-direction-nav a.am-prev{left: calc(2% - 1rem);}
.index_banner:hover .am-direction-nav a.am-next{right:calc(2% - 1rem);}



/*
NEWS
*/
.index_news_scroll{background-color: #f2f2f2;}
.index_news_scroll dl{height: 7rem;display: flex;justify-content: space-between;align-items: center;white-space: nowrap;overflow: hidden;}
.index_news_scroll dl dt{margin-right: 5rem;font-weight: bold;color: #3FA9F5;}
.index_news_scroll dl dt a{color: #3FA9F5;}
.index_news_scroll dl dd .tempWrap{ width:100% !important;}
.index_news_scroll dl dd .bd{opacity: 0;}
.index_news_scroll dl dd .bd ul{overflow:hidden; zoom:1;}
.index_news_scroll dl dd .bd ul li{ margin-right:3rem; float:left; width:auto !important;font-size: 1.5rem;white-space: nowrap;}
.index_news_scroll dl dd .bd ul li a{display: flex;align-items: center;color: #808080;}
.index_news_scroll dl dd .bd ul li a::before{display: block;content: '';width: .5rem;height: .5rem;background-color: #4d4d4d;margin-right: .5rem;border-radius: 50%;}
.index_news_scroll dl dd .bd ul li a:hover{color: #3FA9F5;}
.index_news_scroll dl dd .bd ul li a:hover::before{background-color: #3FA9F5;}

.index_news_item{display: flex;justify-content: space-between;margin-top: 4%;}
.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 .title ,.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;}
.index_news_item .item .text i ,.news_list li .text i{width: 2.3rem;height: 2.3rem;border: #3FA9F5 solid 1px;border-radius: 50%;font-size: 1.4rem;color: #3FA9F5;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: #3FA9F5;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:#ecf6fe;}
.index_news_item .item:last-of-type .text .title{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%;}



.slide_contain{display: flex;justify-content: space-between;align-items: flex-start;}
.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:#3FA9F5;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: #3FA9F5;}

.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{background-color: #fff;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;}
.article_right_block .article_new .am-control-thumbs li::after{display: block;content: '';padding-bottom: 56.65%;}
.article_right_block .article_new .am-control-thumbs img{opacity: .5;width:100%;height: 100%;object-fit: cover; position: absolute;left: 0;}
.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:#3FA9F5; color:#fff!important;}

.article_hd{ background-color:#f9f9f9; padding:2rem 3rem;color:#BDCCD4;font-size:1.4rem;}
.article_hd .title{ color:#000; font-size:2rem;margin: 0;}
.article_hd .other a{color:#BDCCD4; display:inline-block;}
.article_hd .tag a:hover,.article_hd .other a:hover{ color:#3FA9F5;}
.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;text-align:justify;line-height: 1.8;font-size: 1.8rem;}
.article_bd p{line-height: 1.8;font-size: 1.8rem;}

.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;}
.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 a span{display: none;}
.article_share .social_share .digg_a{font-size: 1.4rem; line-height: 1rem;}
.article_share .social_share .digg_a em{font-size: 1rem;font-style: normal;}
.article_share .social_share a:hover{background-color:#3FA9F5;-webkit-transition: all 0.2s ease;transition: all 0.2s ease;}

.article_rel{margin-top:1rem;}
.article_rel li{border: none;border-bottom: 1px solid #f2f2f2; margin-bottom: 0;padding: 1rem 0;font-size:1.5rem;}
.article_rel li a{display:block;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;padding: 0;}
.article_rel li span{float: right;padding-left: 1rem;vertical-align: center;}

/*
JOB
*/
.job_deail{padding: 4% 0; background-color: #f2f2f2;}
.job_detail_title{text-align: center;font-size: 3.6rem;font-weight: bold;}
.job_detail_title:after{display: block;content: '';width: 3.5rem;height: 2px;background-color: #3FA9F5;margin: .5rem 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: #ecf6fe;display: flex;align-items: center;line-height: 2;}
.job_list_title{font-weight: bold;font-size: 1.8rem;margin-top: 5%;padding-left: 2rem;}
.job_title{display: flex;align-items: center;height: 5rem;background-color: #3FA9F5;color:#fff;margin-top: 2rem;padding: 0 3rem;}
.job_title span:nth-of-type(1) ,.job_list .am-accordion-item .am-accordion-title span:nth-of-type(1){width: 32%;}
.job_title span:nth-of-type(2) ,.job_list .am-accordion-item .am-accordion-title span:nth-of-type(2){width: 17%; padding:0 2rem;}
.job_title span:nth-of-type(3) ,.job_list .am-accordion-item .am-accordion-title span:nth-of-type(3){width: 17%; padding:0 2rem;}
.job_title span:nth-of-type(4) ,.job_list .am-accordion-item .am-accordion-title span:nth-of-type(4){width: 17%; padding:0 2rem;}
.job_title span:nth-of-type(5) ,.job_list .am-accordion-item .am-accordion-title span:nth-of-type(5){width: 17%; padding:0 2rem;}
.job_deail .am-accordion-item .am-accordion-title::after{right: 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 3rem;display: flex;align-items: center;font-size: 1.6rem;background-color: #ffffff;border: none;}
.job_list .am-accordion-item.am-active{border: none;}
.job_list .am-accordion-item.am-active .am-accordion-title{color:#3FA9F5;font-weight: bold;background-color: #ffffff;border-bottom: #f2f2f2 solid 1px;}
.job_list .am-accordion-content{padding:3rem;font-size: 1.5rem; text-align: justify;background-color: #ffffff;}
.job_list .am-accordion-item.am-active ,.job_list .am-accordion-item {border-color: #f2f2f2;}
.job_not{padding:0 2rem;margin-top: 2%;color: #686868;}
.job_not a{color: #686868;}


.job_pyfz{padding: 4% 0;background-color: #ecf6fe;}
.job_block_title{text-align: center;}
.job_block_title .title{font-size: 3.6rem;font-weight: bold;}
.job_block_title .title:after{display: block;content: '';width: 3.5rem;height: 2px;background-color: #3FA9F5;margin: .5rem auto 0;;}
.job_block_title .des{font-size: 1.5rem;margin-top: 2rem;}
.job_pyfz ul{margin: 0 -3rem;}
.job_pyfz ul li{padding: 0 3rem;margin-top: 6rem;text-align: center;}
.job_pyfz ul li img{display: block;width: 10rem;height: 10rem;margin: 0 auto;object-fit: cover;}
.job_pyfz ul li .title{font-weight: bold;margin-top: 2rem;}
.job_pyfz ul li .des{font-size: 1.5rem;margin-top: 1rem;}
.job_xcfl{background-color:#ffffff;}
.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%;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 .des{padding: 0 1rem;}


/*
BLOCK
*/
.index_block{padding: 4% 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 dt{display: flex;}
.index_block dt img{display: block;width: 100%;height: 100%;object-fit: cover;}

.text_block{background-color: #F2F2F2;padding: 6.6%!important;display: flex;flex-direction: column;justify-content: space-between;transition: all 300ms ease-in-out 0s;}
.text_block:hover{box-shadow: 0 0 1rem 1rem rgba(0, 0, 0, .02);}
.text_block .title ,.index_block .name{font-size: 3.6rem;}
.text_block .title::after ,.index_block .name:after{display: block;content: '';width: 5rem;height: 1px;background-color: #CCCCCC;margin-top: 10%;}
.index_block .name::after{margin: 3% auto 0;}
.text_block .text{text-align: justify;line-height: 2;}
.text_block .am-btn{padding-left: 3rem;padding-right: 3rem;transition: all 300ms ease-in-out 0s;}
.text_block .am-btn:after{display: inline-block;content: "\f105";font-family:'FontAwesome';margin-left: .6rem;}
.text_block .am-btn:hover{background-color: #005DAD;border-color: #005DAD;}

.text_block.about{padding: 13%!important;}
.text_block.service{padding: 10% 13%!important;}
.text_block.solution{padding:3% 5%!important;}
.text_block.service .title::after,.text_block.solution .title::after{margin-top: 5%;}



/*
PRODUCT
*/
.index_product dl{display: flex;justify-content: space-between;}
.product_warp{padding: 3% 0 5%;}
.product_item{display: flex;justify-content: space-between;}
.product_menu{width: 26%;}
.product_menu .title{display: block;padding: 2rem 2rem 2rem 12%;color: #fff;background-color: #005DAD;color: #fff;font-weight: bold;font-size: 1.8rem;}
.product_menu .name{display: flex;align-items: center;justify-content: space-between;margin: 1px 0 0 0;background-color: #3FA9F5;color: #fff;padding: 2rem 2rem 2rem 12%;}
.product_menu .name::after{display: block;content: "\f105";font-family:'FontAwesome';transition: all 300ms ease-in-out 0s;}
.product_menu .name.on::after{transform:rotate(90deg);}
.product_menu .name:hover{opacity: 0.8; filter:alpha(opacity=80)}
.product_menu ul{display: none;}
.product_menu ul li a{display: flex;align-items: center;padding: 2rem 2rem 2rem 15%;font-size: 1.5rem;background-color: #F2F2F2;}
.product_menu ul li a::before{display: block;content: "\f105";font-family:'FontAwesome';margin-right: .6rem;}
.product_menu ul li:nth-of-type(odd) a{background-color: #E6E6E6;}


.product_text{width: 70%;}
.guide_pos{padding:2rem 3rem;background-color: #E6E6E6;display: flex;justify-content: space-between;color: #3FA9F5;}
.guide_pos dt{font-weight: bold;}
.guide_pos dd{font-size: 1.5rem;}
.guide_pos dd a{color: #3FA9F5;}

.product_list{display: flex;justify-content: space-between;flex-wrap: wrap;}
.product_list a{display: flex;justify-content: space-between;background-color: #F2F2F2;width:calc(50% - 1.5rem);margin-top: 3rem;}
.product_list a .img{width: 56%;background-image: linear-gradient(140deg, #dcdee3 0%, #ededee 50%, #e4e4e3 75%);}
.product_list a .img::after{padding-bottom:75%;display: block;content: '';}
.product_list a .text{width: 44%;display: flex;flex-direction: column;justify-content: space-between;font-size: 1.4rem;padding: 1.5rem;}
.product_list a .title{font-weight: bold;color: #000;font-size: 1.6rem;transition: all 300ms ease-in-out 0s;}
.product_list a:hover{box-shadow: 0 0 1.5rem 1rem rgba(0, 0, 0, .03);}
.product_list a:hover .title{color: #3FA9F5;}
.product_list a .des{margin-top: 1rem;font-size: 1.4rem;color: #808080;  overflow : hidden; text-overflow: ellipsis; display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
.product_list .more{margin-top: 1rem;}
.product_list .am-btn{font-size: 1rem;}
.product_list a:hover .am-btn{opacity: 0.8; filter:alpha(opacity=80)}

.pro_page_top{display: flex;justify-content: space-between;margin-top: 3rem;}
.pro_page_imgs {width: calc(50% - 1.5rem);}
.pro_page_text{width: calc(50% - 1.5rem);}
.pro_page_top .item{position: relative;overflow: hidden;display: block;}
.pro_page_top .item:after{display: block;content: '';padding-bottom: 75%;}
.pro_page_top .item img{display: block;width: 100%;height: 100%;position: absolute;left: 0;top: 0;object-fit: cover;background-image: linear-gradient(140deg, #dcdee3 0%, #ededee 50%, #e4e4e3 75%);}
.pro_page_top .slider-for{border: #f2f2f2 solid 1px;}
.pro_page_top .slider-nav{margin-top: 2rem;}
.pro_page_top .slider-nav .slick-arrow::before{font-size: 2.4rem;color: rgba(0, 0, 0, 0.5);}
.pro_page_top .slider-nav .slick-prev{left: -2.5rem;}
.pro_page_top .slider-nav .slick-next{right: -2.5rem;}
.pro_page_top .slider-nav .slick-list{margin:0 -.5rem}
.pro_page_top .slider-nav .item{margin: 0 .5rem;border: #f2f2f2 solid 1px;}
.pro_page_top .slider-nav .item.slick-current{border-color: #cccccc;}
.pro_page_top .slider-for .slick-dots{bottom: 1rem;}
.pro_page_top .slider-for .slick-dots li{width: .8rem;height: .8rem;}
.pro_page_top .slider-for .slick-dots li.slick-active{background-color: #3FA9F5;}

.pro_page_text{display: flex;flex-direction: column;justify-content: space-between;padding: 3rem;background-color: #f2f2f2;}
.pro_page_text_des .title{font-weight: bold;color:#000; border-bottom: #BDCCD4 solid 2px;padding-bottom: 1.5rem;}
.pro_page_text_des .des{margin-top: 2rem;font-size: 1.4rem;line-height: 2;text-align: justify;}

.pro_page_bottom{margin-top: 4%;}
.pro_page_bottom .hd ul{display: flex;background-color: #f2f2f2;}
.pro_page_bottom .hd ul li{width: 33.33%;cursor: pointer;padding: 1rem;text-align: center;font-weight: bold;}
.pro_page_bottom .hd ul li.on{background-color: #3FA9F5;color: #fff;}
.pro_page_bottom .bd{margin-top: 3rem;}

.page_rel{ margin-top:4%;}
.page_rel .title{ background-color:#f2f2f2; padding:1rem 2rem;color:#000;font-weight: bold;display: flex;align-items: center;}
.page_rel .title:before{display: block;content: '';width: 2px;height: 1.6rem;background-color:#3FA9F5;margin-right: .8rem;}

.product_rel{margin: 0 -1rem;}
.product_rel li{padding: 0 1rem;margin-top: 2rem;text-align: center;}
.product_rel li a{display: block;}
.product_rel li .img{margin-bottom: .5rem;background-image: linear-gradient(140deg, #dcdee3 0%, #ededee 50%, #e4e4e3 75%);}
.product_rel li .img::after{padding-bottom: 75%;display: block;content: '';}





/*
ABOUT
*/
.index_about dl dd{background-color: #F2F2F2;position: relative;}
.index_about dl dd::after{display: block;content:'';padding-bottom: 82.5%;}
.index_about dl dd .des{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}

.about_company{color: #ffffff;}
.about_company .title{font-size: 4rem;}
.about_company a{color: #ffffff;}
.about_company .text{text-align: justify;margin-top: 2%;width: 47%;line-height: 2;}
.about_more{display: none;}

.about_name{font-size: 3.6rem;line-height: 1.2;text-align: center;}
.about_name::after{display: block;content: '';margin: 3% auto 0;width: 5rem;height: 1px;background-color: #CCCCCC;}
.about_name a{display: block;position: relative;}
.about_name a::before{display: block;content: '';width: 100%;height: 1px;background-color: #BCCBD3;position: absolute;left: 0;top: 50%;transform: translateY(-50%);z-index: 1;}
.about_name a span{background-color: #fff;position: relative;z-index:2;padding: 0 2rem;}


.about_strong{background-color:#f3f6fb;}
.about_strong_item{display:flex;justify-content:space-between;align-items:center;}
.about_strong_item .img{width: 47%;}
.about_strong_item .img img{display:block;width:100%;}
.about_strong_item .text{width: 47%;}
.about_strong_item .text .title{font-size: 3.6rem;}
.about_strong_item .text .title:after{display: block;content: '';width: 5rem;height: 1px;background-color: #CCCCCC;margin-top: 5%;}
.about_strong_item .text .des{margin-top:5%;text-align:justify;}

.about_history_scroll{margin-top: 4%;position: relative;cursor:move;}
.about_history_scroll .slick-track{display: flex!important;padding: 0 .3rem;}
.about_history_scroll .slick-slide{height: auto;}
.about_history_item::before{display: block;content: '';width: calc(100% + 4rem);height: 1px;background-color: #BDCCD4;position: absolute;left: -2rem;top: 50%;transform: translateY(-50%);}
.about_history_item dd .item{position: relative;height: 100%;display: flex;}
.about_history_item dd .item .text{height: 100%;position: relative;padding: 60% 0;display: flex;justify-content: center;width: 100%;align-items: center;}
.about_history_item dd .item .title{width: 12rem;height: 12rem;display: flex;align-items: center;justify-content: center;background-color: #3FA9F5;font-size: 3.6rem;border-radius: 50%;color: #fff;position: relative;}
.about_history_item dd .item .title::before{display: block;content: '';width: 1px;height: 5rem;position: absolute;left: 50%;transform: translateX(-50%);bottom:-5rem;background-color: #BDCCD4;}
.about_history_item dd .item .title::after{display: block;content: '';width:.5rem;height: .5rem;position: absolute;left: 50%;transform: translateX(-50%);bottom:-5rem;background-color: #BDCCD4;border-radius: 50%;}
.about_history_item dd .item .text .des{position: absolute; left: 0;top: 0;text-align: center;}
.about_history_item dd:nth-of-type(even) .item .text .des{top: auto;bottom: 0;}
.about_history_item dd:nth-of-type(odd) .item .title::before{bottom: auto;top: -5rem;}
.about_history_item dd:nth-of-type(odd) .item .title::after{bottom: auto;top: -5rem;}

.about_history_item .slick-arrow{display: flex;align-items: center;margin-top:0;top: 50%;transform: translateY(-50%);height: 4rem;}
.about_history_item .slick-arrow:before{font-size: 4rem;color: #686868;opacity: 1;}
.about_history_item .slick-arrow:hover:before{color: #3FA9F5;}
.about_history_item .slick-prev{left: -2.5rem;z-index: 10;text-align: left;}
.about_history_item .slick-next{right: -2.5rem;z-index: 10;text-align: right;justify-content: flex-end;}

.about_history_scroll .slick-dots{bottom: -2.5rem;}
.about_history_scroll .slick-dots li.slick-active{background-color: #3FA9F5;}


.about_culture_item{display: flex;justify-content: space-between;}
.about_culture_info{width: 52%;position: relative;color: #fff;}
.about_culture_info .bg_img{display: block;width: 100%;}
.about_culture_info .text{width: 100%;height: 100%;position: absolute; left: 0;top: 0;display: flex;flex-direction: column;justify-content: space-between;align-items: center;text-align: center;}
.about_culture_info .item{display: flex;flex-direction: column;justify-content: center; height: 22%;}
.about_culture_info .item:nth-of-type(1){height: 33%;padding: 6% 40% 0;}
.about_culture_info .item:nth-of-type(2){padding: 0 30%;}
.about_culture_info .item:nth-of-type(3){padding: 0 20%;}
.about_culture_info .item:nth-of-type(4){padding: 0 10%;}
.about_culture_info .item .title{font-weight: bold;}
.about_culture_info .item .des{margin-top: 1rem;line-height: 1.8;}
.about_culture_item .text_block{width: 47%;}

.about_honer_pics{margin: 1.5% -1.9rem 0;}
.about_honer_pics li{padding: 0 1.9rem; text-align: center;margin-top: 3.8rem;cursor: pointer;}
.about_honer_pics li .img:after{display: block;content: '';padding-bottom:145%;}
.about_honer_pics li .title{margin-top: 1rem;}
.about_pics .get_more{margin-top: 2%;}
.about_pics .get_more .am-btn ,.solution_down .get_more .am-btn{padding-left: 3rem;padding-right: 3rem;}
.about_pics .get_more .am-btn::after {display: inline-block; content: "\f105";font-family: 'FontAwesome'; margin-left: .6rem;}
.about_pics .get_more .am-btn:hover ,.about_culture_item .am-btn:hover ,.news_warp .get_more .am-btn:hover ,.solution_down .get_more .am-btn:hover{background-color: #005DAD;border-color: #005DAD;}


.index_block.grey  .about_name span{background-color: #f2f2f2;}
.about_contact_item{display: flex;justify-content: space-between;margin-top: 3%;}
.about_contact_item .left{display: flex;flex-direction: column;align-items: center;color: #3FA9F5;font-size: 2.4rem;text-align: center;}
.about_contact_item .left i{font-size: 6rem;}
.about_contact_item .right{width: 70%;}


/*
QUALITY
*/
.quality_con{background-color: #F2F2F2;padding: 3rem;}
.quality_con .ue_flex{margin:0 0 1.6rem;}
.quality_con .ue_flex .ue_flex_item{width: calc(50% - 1rem);}



/*
SERVICE
*/

.service_contact{display: flex;justify-content: space-between;margin-top: 3%;}
.service_contact .gd_map{width: 67%;}
.gd_map .title{font-weight:bold;border:none;color:#3FA9F5;}
.gd_map  .content{margin-top: .5rem;min-width: 40rem;}
.gd_map  .amap-logo ,.gd_map  .amap-copyright{display: none!important;}
.gd_map  .amap-icon{overflow: inherit!important;}
.gd_map  .amap-icon::after{display: block; content: "";position: absolute;left: 50%;bottom: 0;width: 2rem;height: .4rem;margin-left: -1rem;box-shadow: inset 0 0 2px #e50a11; border-radius: 50%;animation: scale-zoom 1s infinite;}
@keyframes scale-zoom{form{-moz-transform:scale(1,1);-ms-transform:scale(1,1);transform:scale(1,1);opacity:1}
to{-moz-transform:scale(5,5);-ms-transform:scale(5,5);transform:scale(5,5);opacity:0}
}@-webkit-keyframes scale-zoom{form{-webkit-transform:scale(1,1);opacity:1}
to{-webkit-transform:scale(5,5);opacity:0}
}
.service_contact .layui-form{width: 27%;}
.service_contact .layui-form label{font-weight: normal;}
.service_contact .layui-form label span{color: #ff0000;margin-left: .5rem;}
.service_contact .layui-form-item{margin-bottom: 2rem;}
.service_contact .layui-form-item:last-of-type{margin-bottom: 0;}
.service_contact .layui-form-item .flex{display: flex;align-items: center;justify-content: space-between;}
.service_contact .layui-form-item .codeimg{height: 3.8rem;display: block;}
.service_contact .layui-input{height: 3.8rem;background-color: #f2f2f2;}
.service_contact .layui-textarea{background-color: #f2f2f2;}
.service_contact .layui-btns{width: 100%;display: flex;align-items: center;justify-content:space-between;}
.service_contact .layui-btn{border-radius: 100rem;background-color: #F3F3F3;color: #333;font-size: 1.6rem;height: 3.6rem;display: flex;align-items: center;justify-content: center;width: calc(50% - 1.5rem)}
.service_contact .layui-btn-primary{background-color: #3FA9F5;color: #fff;border: none;}


/*
SOLUTION
*/
.index_solution dl{margin-top: 4%;}
.index_solution dd{width: 53%;padding: 5%!important;}
.text_pics{display: flex;justify-content: space-between;}
.text_pics a{display: flex;flex-direction: column;align-items: center;position: relative;padding-bottom: 3.6rem;}
.text_pics a:nth-of-type(1){order: 1;}
.text_pics a:nth-of-type(3){order: 2;}
.text_pics a:nth-of-type(2){order: 3;}
.text_pics a:nth-of-type(4){order: 4;}
.text_pics a:nth-of-type(5){order: 5;}
.text_pics .ico{width: 7.7rem;background-color: #ffffff;border-radius: 50%;position: relative;transition: all 300ms ease-in-out 0s;overflow: hidden;}
.text_pics .ico::after{display: block;content:'';padding-bottom: 100%;}
.text_pics .ico img{width: 100%;height: 100%;display: block;position: absolute;left: 0;top: 0;object-fit: contain;}
.text_pics a span{display: block;position: absolute;left: 50%;transform: translateX(-50%);bottom: 0;font-size: 1.4rem;white-space: nowrap;}
.text_pics a:hover .ico{background-color: #3FA9F5;}
.text_pics a:hover .ico img {transform: translate(-7.7rem, 0); -webkit-transform: translate(-7.7rem, 0); -ms-transform: translate(-7.7rem, 0); -o-transform: translate(-7.7rem, 0);filter: drop-shadow(7.7rem 0 #ffffff); -webkit-filter: drop-shadow(7.7rem 0 #ffffff);image-rendering:auto;}


.solution_down .name{margin-top: 5%;}
.solution_down .name:first-of-type{margin-top: 0;}
.solution_down ul{margin: 1% -1.8rem 0;}
.solution_down ul li{padding: 0 1.8rem;margin-top: 3.6rem;}
.solution_down ul li .item{display: flex;background-color: #F2F2F2;padding: 3rem;border-top: #E6E6E6 solid 1rem;justify-content: space-between;flex-direction: column;height: 26rem;position: relative;}
.solution_down ul li .item:before{ display:block; content:''; position:absolute; left:25%;top: -1rem; width:50%;opacity: 0; height:1rem; background-color:#3FA9F5; bottom:0;transition: .4s;}
.solution_down ul li .item:hover:before{opacity: 1;left: 0;width: 100%;}
.solution_down ul li .title{font-weight: bold;color: #333333;display: flex;justify-content: space-between;align-items: center;transition: all 300ms ease-in-out 0s;}
.solution_down ul li .title::after{content: "\f105";font-family:'FontAwesome';margin-left: 1.6rem;width: 2.4rem;height: 2.4rem;border-radius: 50%;color: #BDCCD4;border: #BDCCD4 solid 1px;font-size: 1.4rem;display: flex;align-items: center;justify-content: center;flex-shrink: 0;}
.solution_down ul li:hover .title::after{color: #3FA9F5;border: #3FA9F5 solid 1px;}
.solution_down ul li .item:hover .title{color: #3FA9F5;}
.solution_down ul li .des{font-size: 1.5rem;color: #818181}
.solution_down ul li .info{display: flex;justify-content: space-between;font-size: 1.2rem;margin-top: .5rem;color: #686868;}
.solution_down ul li .info span{display: flex;align-items: center;}
.solution_down ul li .info span:before{margin-right: .5rem;}

.solution_down .get_more{margin-top: 3%;}

.solution_skin .layui-layer-content{padding: 3rem;max-height: 68rem;}
.solution_skin .layui-layer-content.max{max-height: 100%;}


/*
FOOTER
*/
.footer{background-color: #000000;color: rgba(255, 255, 255,1);padding: 3% 0 1.5%}
.footer a{color: rgba(255, 255, 255, 1);}
.footer a:hover{color: rgba(255, 255, 255, 1);}
.footer_header{display: flex; border-bottom: #fff solid 1px;padding-bottom: 3%;margin-bottom: 3%;  font-family: 'DINPro-Regular';}
.footer_header span{margin-right: 4vw;}
.footer_header span::before{margin-right: .8rem;}
.footer_top{display: flex;justify-content: space-between;}
.footer_nav {display: flex;justify-content: space-between;width: 65%;}
.footer_nav .am-accordion-item{border:none;}
.footer_nav .am-accordion-title{font-size:1.6rem; font-weight:normal;border-bottom:none; padding-left:0; cursor:default;color: #BDCCD4;}
.footer_nav .am-accordion-title:after{ display:none;}
.footer_nav dd.am-collapse{ display:block;}
.footer_nav .am-accordion-content{ padding:0;display: flex;flex-direction: column;}
.footer_nav .am-accordion-content span{margin-top: 1.5rem;display: block;font-weight: bold;}
.footer_nav .am-accordion-content span a:hover ,.footer_bottom a:hover{color: #3FA9F5;}

.footer_subscription{width: 25%;display: flex;flex-direction: column;}
.footer_subscription .img{display: block;height: 4.2rem;}
.footer_subscription .tip{font-size: 1.4rem;margin-top: 2rem;}
.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-input{height: 4rem;line-height:4rem;font-size: 1.4rem;padding: 0 1.5rem;}
.footer_subscription .layui-form .layui-btn{height: 4rem;background-color: #3FA9F5;padding: 0 5rem;text-transform: uppercase;font-size: 1.6rem;display: flex;align-items: center;}
.footer_subscription .layui-form-item .codeimg{height: 4rem;}
.layui-layer-dialog .layui-layer-content .layui-layer-ico{top: 50%!important;transform: translateY(-50%);}

.footer_bottom{margin-top: 3%;border-top: #fff solid 1px;padding-top: 3%;font-size: 1.5rem;}
.copyright{display: flex;flex-wrap: wrap;}
.copyright span{margin-left:3rem;}

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

.social-share-icon{position: relative;}
.social-share-icon.am-icon-google::before{content: "\f0d5";}
.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 1rem #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}



/*
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;align-items: flex-end;color: #fff;line-height: 2;padding-bottom: 7rem;font-size: 1.8rem;}

.search_banner{height: 36rem;display: block;align-items: center;justify-content: center;display: flex;}
.search_banner .form_search{display: flex;align-items: center;width: 30%;}
.search_banner .form_search .layui-input{height: 4.8rem;border-top-right-radius: 0;border-bottom-right-radius: 0;font-size: 1.5rem;}
.search_banner .form_search .layui-btn{height: 4.8rem;border-top-left-radius: 0;border-bottom-left-radius: 0;background-color: #3FA9F5;}

/*
GUIDE
*/
.guide_menu dl{display: flex;align-items: center;justify-content: space-between;}
.guide_menu dl dt{display: flex;}
.guide_menu dl dt a{height: 7rem;margin-right: 6vw;position: relative;display: flex;align-items: center;font-size: 1.8rem;}
.guide_menu dl dt a::after{display: block;content: '';position: absolute;left: 25%;width: 50%;opacity: 0;height: 1px;background-color: #3FA9F5;bottom: 15%;transition: .4s;z-index: 10;}
.guide_menu dl dt a:last-of-type{margin-right: 0;}
.guide_menu dl dt a.active{color: #3FA9F5;}
.guide_menu dl dt a.active:after,.guide_menu dl dt a:hover:after{opacity:1;left:0;width:100%;color: #3FA9F5;}
.guide_menu dl dd{font-size: 1.5rem;}

.guide_menu.am-sticky{background-color: #fff;z-index: 1300;}
.guide_menu.am-sticky dl{justify-content: center;}
.guide_menu.am-sticky dl dt a::after{display: none;}

/*
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:#fafafa;}
.page_list .page-num-current{background-color:#3FA9F5;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:4%; padding:1.5rem 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{display: flex;align-items:center;line-height:3rem; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.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';}
.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:2rem;padding: 2rem;border-radius: .3rem;box-shadow: 0 0 1rem 1rem rgba(0, 0, 0, .02);}
.search_list dt{width:28rem;height:16rem;display: block;background-color: rgba(0, 0, 0, .6);}
.search_list dt a{width:100%;height:100%;display:block;position: relative;overflow: hidden;}
.search_list dt img{display:block;width: 100%;height: 100%; position: absolute; left: 0; top: 0; object-fit: cover;transition: all 0.35s;}
.search_list dt img.contain{object-fit: contain;}
.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-family: 'MarkPro-Book';}
.search_list dd .card-text{color:#666;font-size: 1.5rem;}
.search_list dd .card-text a{color:#666;}
.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:#3FA9F5;}
.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: #3FA9F5;}

.search_none_tip{background-color: #fff;border-radius: .3rem;display: flex;flex-direction: column;align-items: center;padding: 2rem 0 2rem;}
.search_none_tip i{font-size: 8rem;color: #ff0000;}
.search_none_tip .text{border-top: #f9f9f9 solid 1px;padding-top: 2rem;width: 100%;text-align: center;margin-top: 1rem;line-height: 2;}



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

@media screen and (max-width:1280px) {   
.am-container{width:100%;padding: 0 4%;}
}
@media screen and (max-width:1160px) {
html{font-size: 7px;}
}


@media screen and (max-width:1000px) {
html{font-size: 9px;}
/*
Header
*/
.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:3.6rem;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 .logo img:last-of-type{display: none!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;font-size: 1.6rem;color: #595757;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: #3FA9F5;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: #3FA9F5;}
.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:640px) {
html{font-size: 9px;}
.am-paragraph-default video  ,.am-paragraph-default embed{width:100%!important;height:20rem!important;object-fit: cover;}
.am-paragraph-default iframe{width:100%!important;height:25rem!important;}
.am-paragraph-default img{width:auto;height:auto!important;max-width: 100%;}
.am-gotop{display: none;}
.am-container{padding: 0;}

/*
BANNER
*/
.index_banner{background-size: 3.6rem 3.6rem;}
.index_banner .am-slides li a:before ,.index_banner::before{display: block;content: '';padding-bottom:56.65%;}
.index_banner .am-slides li .text .title{font-size: 2.4rem;letter-spacing: 1rem;}
.index_banner .am-slides li .text .more{padding: .5rem 2rem;margin-top: 2rem;font-size: 1.2rem;}
.index_banner .am-control-nav{ bottom:1rem;}
.index_banner .am-control-nav li{margin: 0 .5rem;}
.index_banner .am-control-nav li a{ width:.8rem; height:.8rem;}
.index_banner:hover .am-direction-nav a{opacity: 1;}
.index_banner .am-direction-nav{display: none;}


/*
招聘
*/
.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; text-align: justify;background-color: #fafafa;}
.job_not{padding:2rem;margin-top: 1rem;background-color: #fafafa;}

.job_pyfz{padding: 4rem 1.5rem;}
.job_block_title{text-align: center;}
.job_block_title .title{font-size: 2rem;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;}
.job_pyfz ul li{padding: 0;margin-top: 3rem;text-align: center;display: flex;justify-content: space-between;align-items: center;}
.job_pyfz ul li img{display: block;width: 8rem;height: 8rem;margin: 0 auto;}
.job_pyfz ul li .text{width: calc(100% - 10rem);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{background-color:#fff;}
.job_xcfl ul{margin: 0 -.5rem;display: flex;justify-content: space-between; flex-wrap: wrap;}
.job_xcfl ul li{padding: 0;margin-top: 2rem;width: calc(50% - .6em);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: 1rem 0 0;}
.job_xcfl ul li .des{padding: .5rem 0 0;font-size: 1.4rem;}




/*
NEWS
*/

.index_news_scroll dl{height: 6rem;padding: 0 1.5rem;}
.index_news_scroll dl dt{margin-right: 1rem;font-size: 2rem;}
.index_news_scroll dl dt span{display: none;}
.index_news_scroll dl dd .bd ul li{ margin-right:1.5rem;}


.index_news_item{display: flex;flex-direction: column;margin-top:2rem;}
.index_news_item .item{width: 100%;}
.index_news_item .item .text{padding: 2rem;}
.index_news_item .item .text .title ,.news_list li .text .title{font-size: 1.8rem;}
.index_news_item .item:last-of-type .text{height: auto;}
.index_news_item .item:last-of-type .text:nth-of-type(odd){background-color:#ecf6fe;}
.index_news_item .item:last-of-type .text:nth-of-type(even){background-color:#ffffff;}
.index_news_item .item:last-of-type .text .title{padding-right: 2rem;}
.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: 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:#ecf6fe;}
.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;}
.news_left_box .focus_ico a{margin-top: 1rem;}


/*
BLOCK
*/
.index_block{padding: 4rem 1.5rem;}
.index_block dl{flex-direction: column;}
.index_block dt ,.index_block dd{width: 100%;}
.index_block dt::before{display: block;content: '';padding-bottom:56.25%;}
.index_block dt img{position: absolute;left: 0;top: 0;}
.text_block{padding: 3rem 2rem!important;}
.text_block .title ,.index_block .name{font-size:2.4rem;}
.text_block .title::after ,.index_block .name:after{display: block;content: '';width: 5rem;height: 1px;background-color: #CCCCCC;margin-top: 2rem;}
.index_block .name::after{margin: 2rem auto 0;}
.text_block .text{margin-top: 3rem;}
.text_block .am-btn{margin-top: 2rem;font-size: 1.5rem;}


.text_block.about{padding: 4rem 2rem!important;}
.text_block.service{padding: 3rem 2rem!important;}
.text_block.solution{padding: 3rem 2rem!important;}
.text_block.service .title::after,.text_block.solution .title::after{margin-top: 2rem;}


/*
PRODUCT
*/
.product_warp{padding: 0}
.product_item{display: flex;flex-direction: column;}
.product_menu{width: 100%;}
.product_menu .title{display: block;padding: 2rem 2rem 2rem 12%;color: #fff;background-color: #005DAD;color: #fff;font-weight: bold;font-size: 1.8rem;}
.product_menu .name{display: flex;align-items: center;justify-content: space-between;margin: 1px 0 0 0;background-color: #3FA9F5;color: #fff;padding: 2rem 2rem 2rem 12%;}
.product_menu .name::after{display: block;content: "\f105";font-family:'FontAwesome';transition: all 300ms ease-in-out 0s;}
.product_menu .name.on::after{transform:rotate(90deg);}
.product_menu .name:hover{opacity: 0.8; filter:alpha(opacity=80)}
.product_menu ul{display: none;}
.product_menu ul li a{display: flex;align-items: center;padding: 2rem 2rem 2rem 15%;font-size: 1.5rem;background-color: #F2F2F2;}
.product_menu ul li a::before{display: block;content: "\f105";font-family:'FontAwesome';margin-right: .6rem;}
.product_menu ul li:nth-of-type(odd) a{background-color: #E6E6E6;}

.product_text{width: 100%;}

.product_nav_mobile .product_nav{white-space: nowrap;overflow-x:auto;overflow-y: hidden;background-color: #f2f2f2;}
.product_nav_mobile .product_nav .name{padding: 0 2rem;font-size: 1.6rem;background: none;height: 5.6rem;line-height: 5.6rem;background: none;color: #333333;display: inline-block;}
.product_nav_mobile .product_nav .name.on{color: #3FA9F5;}
.product_nav_mobile .product_nav .name::after{display: none;}
.product_nav_mobile ul{display: none!important;}


.guide_pos{padding:2rem 1.5rem;display: none;}

.product_list{display: flex;justify-content: space-between;flex-wrap: wrap;padding:2rem 1.4rem 3rem;}
.product_list a{width:calc(50% - .5rem);margin:0 0 1rem;flex-wrap: wrap;}
.product_list a .img{width: 100%;}
.product_list a .text{width: 100%;padding: 2rem 1.5rem;}
.product_list a .text .title{font-size: 1.6rem;}
.product_list a .text .des{margin-top: 1.5rem;}
.product_list .am-btn{font-size: 1.2rem;padding-left: 2rem; padding-right: 2rem;margin-top: 1rem;}

.pro_page_top{margin-top: 2rem;flex-direction: column; padding: 0 1.5rem;}
.pro_page_imgs {width: 100%;}
.pro_page_text{width: 100%;}
.pro_page_top .item{position: relative;overflow: hidden;display: block;}
.pro_page_top .item:after{display: block;content: '';padding-bottom: 75%;}
.pro_page_top .item img{display: block;width: 100%;height: 100%;position: absolute;left: 0;top: 0;object-fit: cover;background-image: linear-gradient(140deg, #dcdee3 0%, #ededee 50%, #e4e4e3 75%);}
.pro_page_top .slider-for{border: #f2f2f2 solid 1px;}
.pro_page_top .slider-nav{display: none;}


.pro_page_text{display: flex;flex-direction: column;justify-content: space-between;padding: 3rem 2rem;background-color: #f2f2f2;margin-top: 1rem;}
.pro_page_text_des .title{font-weight: bold;color:#000; border-bottom: #BDCCD4 solid 1px;padding-bottom: 1.5rem;}
.pro_page_text_des .des{margin-top: 2rem;font-size: 1.6rem;line-height: 1.6;text-align: justify;}

.pro_page_bottom{margin-top:0; padding:  2rem 1.5rem 0;}

.pro_page_footer{padding: 0 1.5rem 3rem;}

.page_rel{ margin-top:3rem;}
.page_rel .title{ background-color:#f2f2f2; padding:1rem 1.5rem;color:#000;font-weight: bold;display: flex;align-items: center;font-size: 1.7rem;}
.page_rel .title:before{display: block;content: '';width: 2px;height: 1.6rem;background-color:#3FA9F5;margin-right: .8rem;}

.product_rel{margin: 0 -.5rem;}
.product_rel li{padding: 0 .5rem;margin-top: 1.5rem;text-align: center;}
.product_rel li a{display: block;}
.product_rel li .img{margin-bottom: .5rem;background-image: linear-gradient(140deg, #dcdee3 0%, #ededee 50%, #e4e4e3 75%);}
.product_rel li .img::after{padding-bottom: 75%;display: block;content: '';}



/*
QUALITY
*/
.quality_con{background-color: #F2F2F2;padding: 3rem 1.5rem;}
.quality_con .ue_flex{margin:0 0 1.6rem;flex-direction: row;}
.quality_con .ue_flex .ue_flex_item{width: calc(50% - .5rem);}

.product_menu_mobile ul{display: block;white-space: nowrap;overflow-x:auto;overflow-y: hidden;}
.product_menu_mobile ul li{display: inline-block;padding: 0 2rem;}
.product_menu_mobile ul li a{padding: 0;font-size: 1.6rem;background: none;height: 5.6rem;line-height: 5.6rem;}
.product_menu_mobile ul li a::before{display: none;}
.product_menu ul li:nth-of-type(odd) a{background: none;}




/*
SOLUTION
*/
.index_solution dl{margin-top: 2rem;}
.index_solution dd{width: 100%;padding: 3rem 2rem!important;}
.index_solution .text_block .text{margin-top: 0;}
.text_pics{flex-wrap: wrap;justify-content: flex-start;margin: 1rem 0;}
.text_pics a{padding-bottom: 3.6rem;width: 33.33%;margin: 1rem 0;}
.text_pics .ico{width: 5rem;}



.solution_down .name{margin-top: 2rem;}
.solution_down .name:last-of-child{margin-top: 5rem;}
.solution_down ul{margin: 2rem -.5rem;}
.solution_down ul li{padding: 0 .5rem;margin-top: 1.5rem;}
.solution_down ul li .item{display: flex;background-color: #F2F2F2;padding: 2rem;border-top: #E6E6E6 solid 1rem;justify-content: space-between;flex-direction: column;height: 26rem;position: relative;}
.solution_down ul li .item:before{ display:block; content:''; position:absolute; left:25%;top: -1rem; width:50%;opacity: 0; height:1rem; background-color:#3FA9F5; bottom:0;transition: .4s;}
.solution_down ul li .item:hover:before{opacity: 1;left: 0;width: 100%;}
.solution_down ul li .title{font-weight: bold;color: #333333;display: flex;justify-content: space-between;align-items: center;transition: all 300ms ease-in-out 0s;}
.solution_down ul li .title::after{content: "\f105";font-family:'FontAwesome';margin-left: 1.6rem;width: 2.4rem;height: 2.4rem;border-radius: 50%;color: #BDCCD4;border: #BDCCD4 solid 1px;font-size: 1.4rem;display: flex;align-items: center;justify-content: center;flex-shrink: 0;}
.solution_down ul li:hover .title::after{color: #3FA9F5;border: #3FA9F5 solid 1px;}
.solution_down ul li .item:hover .title{color: #3FA9F5;}
.solution_down ul li .des{font-size: 1.5rem;color: #818181}
.solution_down ul li .info{display: flex;justify-content: space-between;font-size: 1.2rem;margin-top: .5rem;color: #686868;}
.solution_down ul li .info span{display: flex;align-items: center;}
.solution_down ul li .info span:before{margin-right: .5rem;}

.solution_down .get_more{margin-top: 2rem;}
.solution_down .solution_down_more + .name ,.solution_down ul + .name{margin-top: 5rem;}


/*
ABOUT
*/

.index_about dl dd::after{display: none;}
.index_about dl dd .des{position: relative;}
.index_about dl dd:nth-of-type(2){margin-top: 2rem;}

.about_company{color: #ffffff;}
.about_company .title{font-size: 2.4rem;}
.about_company .text{width: 100%;;margin-top: 2rem;line-height: 1.8;}

.about_name{font-size: 2.4rem;}
.about_name::after{display: block;content: '';margin: 2rem auto 0;width: 5rem;height: 1px;background-color: #CCCCCC;}

.about_content.over{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 10; -webkit-box-orient: vertical;}
.about_more{margin-top: 2rem;display: block;}
.about_more .am-btn{padding-left: 3rem;padding-right: 3rem;}



.about_strong_item{flex-direction:column;}
.about_strong_item .img{width: 100%;}
.about_strong_item .text{width: 100%;margin-top:3rem;}
.about_strong_item .text .title{font-size: 2.4rem;}
.about_strong_item .text .title:after{display: block;content: '';width: 5rem;height: 1px;background-color: #CCCCCC;margin-top: 2rem;}
.about_strong_item .text .des{margin-top:2rem;text-align:justify;}


.about_history_item{flex-direction: column-reverse!important;}
.about_history{padding: 4rem 1.5rem 5rem;}
.about_history_scroll{margin-top:3rem;}
.about_history_item::before{display: none;}
.about_history_item dd .item{height:auto;padding-bottom: 2rem;padding-left: 2.5rem;}
.about_history_item dd .item::after{content: "";position: absolute; left: -.2rem; top: .7rem; z-index: 10; width: 1.6rem;height: 1.6rem;border: #3FA9F5 solid 1px;background-color: #fff;border-radius: 50%;cursor: pointer;}
.about_history_item dd .item::before{content: "";position: absolute;left: 5px;top: 0;z-index: 0;width: 1px;height: 100%;background-color: #eee;}
.about_history_item dd .item .text{height: auto;position: relative;padding: 0;display: flex;flex-direction: column;align-items: flex-start;}
.about_history_item dd .item .title{width: auto;height: auto;background-color: none;font-size: 1.8rem;border-radius:0;color: #3FA9F5;background: none;font-weight: bold;}
.about_history_item dd .item .title::before,.about_history_item dd .item .title::after{display: none;}
.about_history_item dd .item .text .des{position: relative;text-align: left;margin-top: 1rem;}

.about_culture_item{display: flex;flex-direction: column;}
.about_culture_info{width: 100%;}
.about_culture_info .bg_img{display: none;}
.about_culture_info .text{position: relative; display: flex;flex-direction: column;justify-content: space-between;align-items: center;}
.about_culture_info .item{height: auto;margin: 1rem 0;padding: 0!important;}
.about_culture_info .item:nth-of-type(1){height:auto;padding-top: 0}
.about_culture_info .item .title{font-weight: bold;}
.about_culture_info .item .des{margin-top: 1rem;line-height: 1.8;width: 100%;}
.about_culture_info .item .des br{display: none;}
.about_culture_item .text_block{width: 100%;margin-top: 2rem;}

.about_honer_pics{margin: 2rem -.5rem 0;}
.about_honer_pics li{padding: 0 .5rem;margin-top: 1rem;}
.about_honer_pics li .title{margin-top: 1rem;}
.about_pics .get_more{margin-top:2rem;}


.about_contact_item{display: flex;flex-direction: column;margin-top:2rem;}
.about_contact_item .left{display: flex;flex-direction: row;align-items: center;color: #3FA9F5;font-size: 1.8rem;text-align: left;font-weight: bold;display: none;}
.about_contact_item .left i{font-size: 2rem;margin-right: .8rem;}
.about_contact_item .left br{display: none;}
.about_contact_item .right{width: 100%;}
.about_contact_item .ue_flex .ue_flex_item:last-of-type{margin-top:3.6rem;}


.layui-layer-imgprev{left: 0!important;transform: scale(.5);}
.layui-layer-imgnext{right: 0!important;transform: scale(.5);}

/**自定义模板**/
.ue_flex{display: flex;flex-direction: column;margin: 1.6rem 0;}
.ue_flex .ue_flex_item{width: 100%;}

/*
SERVICE
*/

.service_contact{display: flex;flex-direction: column;margin-top: 2rem;}
.service_contact .gd_map{width: 100%;height: 32rem;}
.gd_map .content{margin-top: .5rem;min-width: 100%;}
.service_contact .layui-form{width: 100%;margin-top: 2rem;}
.service_contact .layui-form label{font-weight: normal;}
.service_contact .layui-form label span{color: #ff0000;margin-left: .5rem;}
.service_contact .layui-form-item{margin-bottom: 2rem;}
.service_contact .layui-form-item:last-of-type{margin-bottom: 0;}
.service_contact .layui-form-item .flex{display: flex;align-items: center;justify-content: space-between;}
.service_contact .layui-form-item .codeimg{height: 3.8rem;display: block;}
.service_contact .layui-input{height: 3.8rem;background-color: #f2f2f2;}
.service_contact .layui-textarea{background-color: #f2f2f2;}
.service_contact .layui-btns{width: 100%;display: flex;align-items: center;justify-content:space-between;}
.service_contact .layui-btn{border-radius: 100rem;background-color: #F3F3F3;color: #333;font-size: 1.6rem;height: 3.6rem;display: flex;align-items: center;justify-content: center;width: calc(50% - 1.5rem)}
.service_contact .layui-btn-primary{background-color: #3FA9F5;color: #fff;border: none;}

/*
联系
*/

.contact_info_list{ margin: 0 -.5rem;padding: 3rem 1.5rem;}
.contact_info_list li:nth-of-type(1),.contact_info_list li:nth-of-type(2){margin-top: 0;}
.contact_info_list li{padding: 0 .5rem;position: relative;z-index:10;margin-top: 2rem;}
.contact_info_list li a{display: flex; flex-direction: column; text-align: center;}
.contact_info_list li i{width: 6rem; height: 6rem; border:#3FA9F5 solid 1px; border-radius: 50%; display: flex; justify-content: center; align-items: center; font-size: 2.6rem; color: #3FA9F5; margin: 0 auto 10px;transition: all 0.35s;}
.contact_info_list li span:first-of-type{color: #666;}
.contact_info_list li span:last-of-type ,.contact_info li span a{color: #000;}
.contact_info_list li .img{width:20rem;height:20rem; position: absolute;left: 50%;top:50%;transform: translate(-50%,-50%);bottom: -20rem;display:none;}
.contact_info_list li .img img{display:block;width:20rem;height:20rem;}
.contact_info_list li:hover i{transform: rotateY(360deg);-webkit-transform: rotateY(360deg);-moz-transform: rotateY(360deg); background-color:#3FA9F5;border:#3FA9F5 solid 1px; color: #fff;}
.contact_info_list li:hover .img{display:block;}

.contact_text{display: flex;justify-content: space-between;background-color: #e6f3eb;}
.contact_text .item{width: 50%;}
.contact_text .am-paragraph-default{padding: 3%;display: flex;align-items: center;}

.contact_info .service_contact{background-color: #ffffff;padding: 3rem 1.5rem;display: flex;justify-content: space-between;flex-wrap: wrap;}
.contact_info .service_contact .item{width: 100%;margin-bottom: 2rem;}
.contact_info .service_contact .layui-form-item{margin-bottom: 2rem;position: relative;}
.contact_info .service_contact .layui-form-item.required::after{display: block;content: '*';position: absolute;right: 1rem;top: 1rem;;color: #ff0000;}
.contact_info .service_contact .layui-form-item:last-of-type{margin-bottom: 0;}
.contact_info .service_contact .layui-form-item.flex{display: flex;align-items: center;}
.contact_info .service_contact .layui-form-item .codeimg{height: 4.4rem;display: block;margin-right: 5rem;}
.contact_info .service_contact .layui-input{height: 4.4rem;}
.contact_info .service_contact .am-form-icon i{color: #818181;}
.contact_info .service_contact .am-form-icon .layui-input {padding-left: 2em !important;}
.contact_info .service_contact .layui-btn{border-radius: 100rem;width: 100%;background-color: #3FA9F5;font-size: 1.6rem;height: 4.4rem;display: flex;align-items: center;justify-content: center;margin-top: 2rem;}

.contact_info .service_contact .layui-form-item.flex{display: flex;align-items: center;flex-wrap: wrap;justify-content: space-between;}
.contact_info .service_contact .layui-form-item.flex .layui-input{width: calc(100% - 10rem);}
.contact_info .service_contact .layui-form-item.flex i{top: 1.4rem;margin-top: 0;}
.contact_info .service_contact .layui-form-item .codeimg{height: 4.4rem;display: block;margin-right: 0;width: 10rem;}

.con_map{width:100%;padding:  0 1.5rem;}
#map_contact{height: 34rem;}
.con_map .title{font-weight: bold;color: #3FA9F5;margin-bottom: 1rem;}
.con_map .content{font-size: 1.5rem;}
#map_contact .anchorBL ,#map_contact .BMap_stdMpCtrl ,#map_contact .BMap_omCtrl{display: none;}


/*
FOOTER
*/
.footer{padding: 3rem 1.5rem}
.footer_header{padding-bottom: 2rem;margin-bottom: 1rem;justify-content: space-between;}
.footer_header span{margin-right: 0;font-size: 3.6vw;}
.footer_header span::before{margin-right: .5rem;}
.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: #3FA9F5;}
.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}
.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;margin-top: 1.5rem;}
.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 1.5rem;}
.footer_subscription .layui-form .layui-btn{height: 4rem;line-height: 4rem;background-color: #3FA2EE;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;}

.focus_ico{display: flex;justify-content: center;}

.footer_bottom{margin-top: 2rem;padding-top: 2rem;font-size: 1.5rem;text-align: center;}
.copyright{display: flex;flex-wrap: wrap;justify-content: center;}
.copyright span{margin-left:2rem;}

.layui-fixbar{display: none;}

/*
Banner
*/
.banner .text{font-size: 3vw;padding: 0 1.5rem 2rem; line-height: 1.6;}
.banner .text br{display: none;}

.search_banner{height: 20rem;}
.search_banner .form_search{width:80%;}

/*
GUIDE
*/
.guide_menu dl dt{display: flex;}
.guide_menu dl dt a{height: 5.6rem;margin:0;position: relative;display: flex;align-items: center;justify-content: center;}
.guide_menu dl dd{font-size: 1.5rem;}

.guide_menu dl dt.nav_click{width: 100%;display: block;white-space: nowrap;position: relative;overflow-x: scroll;overflow-y: hidden;}
.guide_menu dl dt::-webkit-scrollbar {display:none}
.guide_menu dl dt.nav_click a{display: inline-block;padding: 0 1.5rem;height: 5.6rem;line-height: 5.6rem;font-size: 1.6rem;}
.guide_menu dl dt.nav_click a::after{display: none;}


.guide_menu_mobile{padding: 0 1.5rem;}

/*
PAGEBAR
*/
.page_list{text-align:center;margin-top:3rem; font-size:1.5rem;}
.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:#3FA9F5;color: #fff;}
.news_page_pages{ margin-top:3rem; padding:1.5rem 0rem; border-top:#e1e1e1 solid 1px; border-bottom:#e1e1e1 solid 1px; position:relative; font-size:1.6rem;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: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.6rem;color: #595959;}
.error_x i{ margin-right:1rem;}



/*
SEARCH
*/
.search_page{padding: 2rem 1.5rem 3rem;}
.search_list{margin-bottom:2rem;padding: 0;flex-direction: column;}
.search_list dt{width:100%;height:auto;}
.search_list dt a{position: relative;}
.search_list dt a:after{display: block;content: '';padding-bottom: 50%;}
.search_list dd{width:100%;padding:2rem 1.5rem;margin-top: 0;}
.search_list dd h2{margin:0;font-size:1.8rem;font-weight: bold;line-height: 1.4;}
.search_list dd .card-text{color:#666;font-size: 1.5rem;margin:1.5rem 0;overflow: hidden;text-align: justify;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;color:#999;display: flex;justify-content: space-between;}
.search_list dd .card-sort span{margin-right:0;}

.tag_list_all{margin: 0 -.8rem;}
.tag_list_all li {padding: 0 .8rem;;margin-bottom: 1.6rem;}
.tag_list_all li a{display: block;background-color: #999; color: #fff;text-align: center;font-size:1.5rem;padding: .8rem;}
.tag_list_all li a:hover{background-color: #3FA9F5;}

.search_none_tip{background-color: #fff;border-radius: .3rem;display: flex;flex-direction: column;align-items: center;padding: 2rem 0 2rem;}
.search_none_tip i{font-size: 5rem;color: #ff0000;}
.search_none_tip .text{border-top: #f9f9f9 solid 1px;padding-top: 2rem;width: 100%;text-align: center;margin-top: 1rem;line-height: 1.8;}

}
