body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td { margin:0; padding:0; }
fieldset, img { border:0; }
:focus { outline:0; }
address, caption, cite, code, dfn, em, th, var, optgroup { font-style:normal; font-weight:400; }
abbr, acronym { border:0; font-variant:normal; }
ol, ul { list-style:none; }
table { border-collapse:collapse; border-spacing:0; margin:0 auto; }
caption, th { text-align:left; }
sup, sub { font-size:100%; vertical-align:baseline; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after, q:before, q:after { content:none; }
.clear { clear:both; }
img { border:0;outline:0;}

body {
    font-family: "Microsoft YaHei";
    background: #FFF;
    max-width: 480px;
    margin: 0 auto;
    box-shadow: 0 0 20px 0 #cccccc;
    font-size: .24rem;
}
.AppBtn {
    display: none;
}
.AppBtn2 {
    display: none;
}
.PcBtn img {
    width: .6rem;
    height: .6rem;
}
.searchBtn img {
    width: .6rem;
    height: .6rem;
}
.mobileNone {
    display: none!important;
}
.clear {
    zoom: 1;
}

.clear:after {
    display: table;
    content: '';
    clear: both;
}

a {
    text-decoration: none;
    color: #212121;
}
a:hover {
    color: #277398;
}
.fl {
    float: left;
}

.fr {
    float: right;
}

.f_16{
    font-size: 16px;
}

.f_18{
    font-size: 18px;
}

.f_20{
    font-size: 20px;
}

.bold {
    font-weight: bold;
}
.mt0 {
    margin-top: 0!important;
}
.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mt60 {
    margin-top: 60px;
}

.mt70 {
    margin-top: 70px;
}

.mt80 {
    margin-top: 80px;
}

.mt90 {
    margin-top: 90px;
}

.mt100 {
    margin-top: 90px;
}

.pt10 {
    padding-top: 10px;
}
.pt20 {
    padding-top: 20px;
}
.pt30 {
    padding-top: 30px;
}
.pt40 {
    padding-top: 40px;
}
.pt50 {
    padding-top: 50px;
}
.pt60 {
    padding-top: 60px;
}
.pt70 {
    padding-top: 70px;
}
.pt80 {
    padding-top: 80px;
}

.pt90 {
    padding-top: 90px;
}

.ml5{
    margin-left: 5px;
}

.ml25{
    margin-left: 25px;
}
.ml30{
    margin-left: 30px;
}

.graybg {
    background-color: #f5f5f5;
}

.graybgToWhite {
    background-image: linear-gradient(to bottom, #f5f5f5 98%, #FFF 100%);
}

.enlarge {
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.enlarge:hover{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

/* top  */
.top {
    position: relative;
    width: 100%;
    border-top: 5px #2181b0 solid;
}
.top_main {
    position: relative;
    height: 1.4rem;
}
.top_left {
    box-sizing: border-box;
    color: #2181b0;
    position: absolute;
    left: .3rem;
    top: .38rem;
    z-index: 10;
}
.top_left .title {
    display: none;
}
.top_left img {
    width: 2.9rem;
    height: auto;
}

.top_left p{
    font-size: 18px;
    font-weight: bold;
}

.top_left .language{
    margin-top: 14px;
}

.top_left .language span{
    margin: 0 8px
}

.top_left .language a{
    font-size: 16px;
    color: #2181b0;
}

.top_center{
    width: 100%;
    height: 138px;
    margin: 0 auto;
    text-align: center;
    padding-top: 30px;
    box-sizing: border-box;
}

.top_right {
    position: absolute;
    right: 0;
    top: .38rem;
    z-index: 10;
    box-sizing: border-box;
    display: flex;
    width: 2rem;
    justify-content: space-evenly;
}

.top_right .other_href_div {
    color: #2181b0;
    width: 288px;
    text-align: right;
}

.top_right .other_href_div a {
    font-weight: bold;
    color: #2181b0;
}

.top_right .other_href_div span {
    margin: 0 8px;
}
.search {
    position: absolute;
    left: 0;
    top: 1.4rem;
    background: #fff;
    height: .76rem;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    opacity: 0;
    transition: all 0.6s;
}

.search.active{
    top: 1.4rem;
    opacity: 1;
}
.search_div {
    width: 6.4rem;
    height: .5rem;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border: 1px solid #CCCCCC;
    overflow: hidden;
    background: #FFFFFF;
    margin: 0;
    /* float: right; */
}

.search_div .search_input {
    height: .5rem;
    line-height: .5rem;
    border: none;
    width: 5rem;
    padding-left: .3rem;
    box-sizing: border-box;
    float: left;
    font-size: .24rem;
}

.search_div .search_btn {
    width: 0.9rem;
    height: 0.5rem;
    display: block;
    float: right;
    font-size: .24rem;
    text-align: center;
    color: #999;
    line-height: .46rem;
    border: 0;
    background: #fff;
    margin-right: 0.1rem;
    -webkit-appearance: none;
    border-radius: 0;
    outline: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    
}
.search_close {
    background: url(close.png) no-repeat;
    background-size: .22rem .22rem;
    width: 0.4rem;
    height: .22rem;
    cursor: pointer;
    margin-top: .14rem;
}
.notice_recruit {
    position: relative;
}

.notice_recruit::before {
    content: '';
    width: 3px;
    height: 3px;
    background-color: #2181b0;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: 50%;
    margin-left: -1px;
    display: block;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}
/* top end */

/* nav start */

.nav_wrap {
    width: 100%;
    transition: top 1s;
    position: relative;
    font-size: 0.3rem;
}

.nav_wrap .nav_main{
    height: .76rem;
    background: #2181b0;
    position: relative;
    z-index: 10;
    border-bottom: 1px #eee solid;
}

.nav_box {
    height: .76rem;
    line-height: .76rem;
    position: relative;
    margin-right: .6rem;
    margin-left: .1rem;
}
.nav_box:before {
    content: "";
    width: 10px;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    background: -webkit-gradient(linear,left top,right top,from(rgba(33,129,176,0)),to( rgba(33,129,176, 1)));
    background: -webkit-linear-gradient(left,rgba(33,129,176,0) 0, rgba(33,129,176, 1) 100%);
    background: -moz-linear-gradient(left,rgba(33,129,176,0) 0, rgba(33,129,176, 1) 100%);
    background: linear-gradient(to left,rgba(33,129,176,0) 0, rgba(33,129,176, 1) 100%);
}
.nav_box:after {
    content: "";
    width: 10px;
    height: 100%;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
    background: -webkit-gradient(linear,left top,right top,from(rgba(33,129,176,0)),to( rgba(33,129,176, 1)));
    background: -webkit-linear-gradient(left,rgba(33,129,176,0) 0, rgba(33,129,176, 1) 100%);
    background: -moz-linear-gradient(left,rgba(33,129,176,0) 0, rgba(33,129,176, 1) 100%);
    background: linear-gradient(to right,rgba(33,129,176,0) 0, rgba(33,129,176, 1) 100%);
}
.nav_ul{
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-left: .1rem;
}
.nav_ul::-webkit-scrollbar { display: none }
.nav_ul li {
    position: relative;
    display: inline-block;
    /*width: 1.6rem;*/
    padding: 0 0.25rem;
}
.nav_ul li.index_active {
    background: #bd0d0d;
}
.nav_ul li:last-child {
    margin-right: .2rem;
}
.nav_ul li a {
    width: 100%;
    color: #FFFFFF;
    display: block;
    padding-left: .2rem;
    box-sizing: border-box;
    line-height: .76rem;
}
.nav_fixed .nav_ul li a {
    line-height: 64px;
}
.nav_ul li a:hover {
    color: #FFFFFF;
}
.nav_ul li a.icon_learn {
    box-sizing: border-box;
    background-size: .64rem .44rem;
    padding-left: 0;
}
.nav_ul li a.icon_learn:hover{
    box-sizing: border-box;
    background: url(sk_nav_text_v2022.png) no-repeat .2rem .14rem;
    text-indent: .9rem;
    background-size: .64rem .44rem;
    padding-left: 0;
}
.nav_ul li a.arrow i{
    position: absolute;
    width: .25rem;
    height: .19rem;
    background: url(sk_nav_arrow_v2022.png) no-repeat;
    background-size: .25rem .19rem;
    right: -.1rem;
    top: 45%;
    margin-top: -.06rem;
    transition: transform 1s;
}

.nav_ul li a.arrow_2 i{
    position: absolute;
    width: .25rem;
    height: .19rem;
    background: url(sk_nav_arrow_v2022.png) no-repeat;
    background-size: .25rem .19rem;
    right: -.1rem;
    top: 45%;
    margin-top: -.06rem;
    transition: transform 1s;
}
.nav_ul li a.arrow_3 i{
    position: absolute;
    width: .25rem;
    height: .19rem;
    background: url(sk_nav_arrow_v2022.png) no-repeat;
    background-size: .25rem .19rem;
    right: -.1rem;
    top: 45%;
    margin-top: -.06rem;
    transition: transform 1s;
}

.nav_ul li a.arrow:hover i,.nav_ul li a.arrow.hover i, .nav_ul li a.arrow_2:hover i,.nav_ul li a.arrow_2.hover i, .nav_ul li a.arrow_3:hover i,.nav_ul li a.arrow_3.hover i{
    transform: rotate(180deg);
}
.nav_ul li a:hover,
.nav_ul li a.active,
.nav_ul li a.hover{
    content: '';
    /* width: 125px; */
    /* height: .7rem; */
    /* margin-top: -6px; */
    /* line-height: 58px; */
    display: block;
}


.nav_ul li > a:after{
    content: '';
    position: absolute;
    bottom:2px;
    left: 0;
    width:100%;
    height: 4px;
    border-radius: 2px;
    transition:all 0.3s ease-in-out;
    transform: scale3d(0,1,1);
    transform-origin:50% 0;
}

.nav_ul li > a:hover::after {
    transform:scale3d(1,1,1);
}
.nav_ul li:hover > a:after{
    content: '';
    position: absolute;
    bottom:2px;
    left: 0;
    width:100%;
    height: 4px;
    border-radius: 2px;
    transition:all 0.3s ease-in-out;
    transform: scale3d(1,1,1);
    transform-origin:50% 0;
}
.nav_ul li a:hover::after,.nav_ul li a.active::after,.nav_ul li a.hover::after{
    background: #89b2cf;
    bottom: 2px;
    left: 30%;
    top: auto;
}

.nav_ul li a:hover::after,.nav_ul li a.active::after,.nav_ul li a.hover::after{
    width: .56rem;
}

.nav_fixed .nav_ul li > a:after{
    content: '';
    position: absolute;
    bottom:0;
    left: 0;
    width:100%;
    height: 4px;
    border-radius: 2px;
    transition:all 0.3s ease-in-out;
    transform: scale3d(0,1,1);
    transform-origin:50% 0;
}

.nav_fixed .nav_ul li > a:hover::after {
    transform:scale3d(1,1,1);
}
.nav_fixed .nav_ul li:hover > a:after{
    content: '';
    position: absolute;
    bottom:0;
    left: 0;
    width:100%;
    height: 4px;
    border-radius: 2px;
    transition:all 0.3s ease-in-out;
    transform: scale3d(1,1,1);
    transform-origin:50% 0;
}
.nav_ul .nav_zp {
    text-indent: -.06rem;
}
.nav_ul .nav_zp i {
    display: inline-block;
    width: .06rem;
    height: .06rem;
    background: #ffffff;
    border-radius: 1rem;
    margin: 0 .06rem .06rem;
}


.nav_more {
    color: #FFF;
    position: absolute;
    right: -.4rem;
    top: -.02rem;
}
.nav_more:hover {
    color: #FFFFFF;
}
.nav_more img {
    width: .24rem;
    height: auto;
}
.sub_nav {
    width: 100%;
    background: #bfdcec;
    display: none;
}
.nav_fixed .sub_nav {
    background: #dedede;
}

.sub_nav ul {
    width: 1400px;
    height: 48px;
    line-height: 48px;
    margin: 0 auto;
    overflow: hidden;
    font-size: 18px;
}

.sub_nav li {
    float: left;
    margin-left: 34px;
}

.sub_nav li:nth-last-child() {
    margin-right: 0;
}

.sub_nav li a {
    color: #124c68;
}
.mobil_nav_list {
    position: relative;
    padding: 0 .2rem;
}
.nav_wrapper{
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
	padding: 0 .2rem;
}
.nav_wrapper::-webkit-scrollbar { display: none }
.nav_wrapper a {
    position: relative;
    display: inline-block;
}
.nav_wrap .sub_xktx, .nav_wrap .sub_xktx_2, .nav_wrap .sub_xktx_3{
    position: inherit;
    height: .76rem;
    line-height: .76rem;
    background: #dfeaf0;
    width: 100%;
    overflow: hidden;
    transition: all 0.6s;
    display: none; 
    box-shadow: 0 0 5px 0 #89b2cf;
    z-index: 9;
	margin-top: -.76rem;
}
.nav_fixed .sub_xktx, .nav_fixed .sub_xktx_2, .nav_fixed .sub_xktx_3{
    background: #f5f5f5;
    box-shadow: 0 0 20px 0 #999999;
}
.nav_wrap .sub_xktx.active, .nav_wrap .sub_xktx_2.active, .nav_wrap .sub_xktx_3.active{
     display: block;
	margin-top: 0;
}



.nav_wrap .sub_xktx .nav_wrapper, .nav_wrap .sub_xktx_2 .nav_wrapper, .nav_wrap .sub_xktx_3 .nav_wrapper{
    margin: 0 auto;
}


.nav_wrap .sub_xktx a, .nav_wrap .sub_xktx_2 a, .nav_wrap .sub_xktx_3 a{
    color: #124c68;
    margin: 0 .3rem 0 0;
    display: inline-block;
}

.nav_wrap li.nav_child{
    position: absolute;
    width: 100%;

}

.nav_fixed{
    position: fixed;
    top: -64px;
    left: 0;
    z-index: 999;
    background: #fff;
    height: 64px;
    line-height: 64px;
    box-shadow: 0 0 20px 0 #cccccc;
}

.nav_fixed.nav_wrap .nav_main{
    background: #fff;
    height: 64px;
}

.nav_fixed .nav_ul li a:hover,.nav_fixed .nav_ul li a.active,.nav_fixed .nav_ul li a.hover{
    background: none;
    margin-top: 0;
    width: auto;
    height: 64px;
    line-height: 64px;
    color: #bd0d0d;
}

.nav_fixed .nav_ul li a:hover::after,.nav_fixed  .nav_ul li a.active::after,.nav_fixed  .nav_ul li a.hover::after{
    background: #bd0d0d;
    bottom: 0;
    left: 36%;
    top: auto;
}

.nav_fixed .nav_ul li a:hover::after,.nav_fixed  .nav_ul li a.active::after,.nav_fixed  .nav_ul li a.hover::after{
    width: 30px;
}

.nav_fixed .nav_ul li a{
    color: #212121;
}

.nav_fixed .nav_box{
    position: static;
    margin: 0 auto;
    /* height: 64px; */
    /* line-height: 64px; */
}

.nav_fixed .nav_ul {
    display: none;
}
.nav_fixed .nav_ul li{
    height: 64px;
    width: 100px;
}

.nav_fixed .nav_ul li a.icon_learn{
    background-image: url(sk02-fixedNav-icon3.png);
    text-indent: 56px;
    background-repeat: no-repeat;
    background-position: 14px 18px !important;
}

.nav_fixed .nav_ul li a.icon_learn:hover{
    background-image: url(sk02-fixedNav-icon2.png);
    background-position: 14px 18px !important;
    background-size: 36px 24px;
}

.nav_fixed .nav_ul li a.arrow i, .nav_fixed .nav_ul li a.arrow_2 i, .nav_fixed .nav_ul li a.arrow_3 i{
    background-image: url(sk02-fixedNav-icon1.png);
}

.nav_fixed .nav_ul li a:hover::before,.nav_fixed .nav_ul li a.active::before,.nav_fixed .nav_ul li a.hover::before{
    background-image: url(sk02-fixedNav-icon4.png);
}

.nav_fixed .nav_more{
    color: #2181b0;
    display: none;
}

.nav_fixed.nav_wrap .nav_fixed_logo,.nav_fixed.nav_wrap .nav_fixed_search{
    display: block;
    opacity: 1;
}

.nav_wrap .nav_fixed_logo{
    display: none;
    /* position: absolute; */
    /* width: 150px; */
    /* top: 50%; */
    transform: translateY(-50%) scale(0.2);
    /* left: 50px; */
    z-index: 10;
    transition: transform 0.8s;
}
.nav_fixed .title {
    float: left;
    margin-top: 15px;
    padding-left: 20px;
    font-size: 14px;
}
.nav_fixed .title span {
    margin: 0 10px;
    font-weight: normal;
    color: #000;
}
.nav_fixed.nav_wrap .nav_fixed_logo{
    transform: translateY(-50%) scale(1);
}

.nav_fixed.nav_wrap .nav_fixed_search{
    transform: scale(1);
}

.nav_wrap .nav_fixed_logo img{
    display: block;
    width: 150px;
    height: auto;
    float: left;
    margin-top: 15px;
}
.nav_wrap .nav_fixed_search{
    display: none;
    /* position: absolute; */
    width: 250px;
    height: 32px;
    /* top: 50%; */
    /* right: 50px; */
    z-index: 10;
    border-radius: 16px;
    margin-top: -17px;
    border: 1px solid #CCCCCC;
    overflow: hidden;
    transform: scale(0.2);
    transition: transform 0.8s;
    float: right;
    margin-top: 15px;
    margin-right: 0px;
}

.nav_wrap .nav_fixed_search .search_btn{
    top: 0;
    right: 0;
    height: 32px;
    position: absolute;
    width: 32px;
    background-color: #fff;
    background-image: url(sk_icon_search_black_v2022.png);
    background-repeat: no-repeat;
    background-position: 0 center;
    cursor: pointer;
    z-index: 2;

}

.nav_wrap .nav_fixed_search input{
    height: 32px;
    width: 100%;
    vertical-align: top;
    border: none;
    text-indent: 20px;
}

.nav_fixed + .warp_center_list{
    margin-top: 70px;
}

.nav_fixed .sub_nav {
    position: fixed;
    z-index: 9999;
    top: 64px;
}




/* nav end */

/* list start */
.nav_site_more_con{display: none;background: #fff;font-family:"Microsoft YaHei",\5FAE\8F6F\96C5\9ED1;overflow: auto;max-width: 480px;}
.nav_site_more_con h1{text-align: center;}
.nav_site_more_con h1 img {width: 5rem; height: auto; margin: 1.5rem 0 .5rem;}
.nav_site_more_con .navtop {border-bottom: 3px solid #ECECEC;margin-top: .2rem;margin: .3rem 0.6rem;padding-bottom: .3rem;}
.nav_site_more_con .navtop .icon_learn a {color: #bd0d0d; background: url(sk02-fixedNav-icon3-red.png) .4rem .17rem no-repeat; background-size: 28%; text-indent: .5rem;}
.nav_site_more_con .navtop li{font-size: .24rem;float:left;margin: .08rem;width: 30%;font-weight: bold;background: #f5f5f5;border-radius: 5px;text-align: center;}
.nav_site_more_con .navtop li a {display: block;padding: .2rem;}
.nav_site_more_con h3{font-size: .3rem;color: #2181B0;margin: .3rem 0;padding: 0 .7rem;}
.nav_site_more_con .layout {width: 100%;margin: 0 auto;background: #fff;margin: 0;}
.more_con{font-size: .24rem;border-bottom: 3px solid #ECECEC;margin: .3rem 0.6rem;padding-bottom: .3rem;}
.more_con a{display:inline-block;width: 29%;background: #f5f5f5;padding: .2rem 0;border-radius: 5px;text-align: center;margin: .08rem;}
.more_btn{background:url(close.png) no-repeat;width:22px;height:22px;position: absolute;top: .3rem;right: .3rem;cursor: pointer;}
.more_btn{-webkit-transition: -webkit-transform 0.4s ease-out;-moz-transition: -webkit-transform 0.4s ease-out;transition: -webkit-transform 0.4s ease-out;}
.more_btn:hover{-webkit-transform: rotate(360deg);-moz-transform: rotate(360deg);transform: rotate(360deg);}

.middelLine_title02 {
    width: 100%;
    font-size: 40px;
    font-weight: bold;
    color: #277398;
    text-align: center;
    position: relative;
}

.middelLine_title02::before {
    content: '';
    width: 580px;
    height: 1px;
    background-color: #277398;
    position: absolute;
    left: 0;
    top: 26px;
    display: block;
}

.middelLine_title02::after {
    content: '';
    width: 580px;
    height: 1px;
    background-color: #277398;
    position: absolute;
    right: 0;
    top: 26px;
    display: block;
}

.new_media_ul {
    overflow: hidden;
}

.new_media_ul li {
    width: 186px;
    height: 200px;
    /* background-color: #333; */
    float: left;
    margin-right: 32px;
}

.new_media_ul li:nth-child(6) {
    margin-right: 0;
}

.card_container{
    width: 186px;
    height: 100%;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: transform .5s;
    -webkit-transition: transform .5s;
    -moz-transition: transform .5s;
    -ms-transition: transform .5s;
    -o-transition: transform .5s;
    font-size: 16px;
    color: #0c5375;
}

.new_media_ul li .front,
.new_media_ul li .back {
    width: 186px;
    height: 200px;
    position: absolute;
    overflow: hidden;
    text-align: center;

    box-sizing: border-box;
}

.new_media_ul li .front p,
.new_media_ul li .back p {
    text-align: center;
    color: #0c5375;
}

.new_media_ul li .front {
    padding: 40px;
}

.new_media_ul li .back {
    padding: 30px;
}

.new_media_ul li .back{
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    color: #FFF;
    transform:  rotateY(180deg);
    -webkit-transform:  rotateY(180deg);
    -moz-transform:  rotateY(180deg);
    -ms-transform:  rotateY(180deg);
    -o-transform:  rotateY(180deg);
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    opacity: 0;
}

.new_media_ul .active .card_container .back{
    backface-visibility: visible;
    -webkit-backface-visibility: visible;
    -moz-backface-visibility: visible;
    -ms-backface-visibility: visible;
    opacity: 1;
}

.new_media_ul .active .card_container{
    transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
}
/* list end */
.intro_right {
    display: none;
}
/* footer */
.sk_footer{
    padding: .3rem 0 .6rem;
    min-height: 160px;
    background-color: #2181b0;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: .24rem;
}
.sk_footer .links{
    padding: .2rem 0;
    font-size: .3rem;
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    left: 10%;
    line-height: 2;
}
.sk_footer .links a{
    display: inline-block;
    margin: 0 .4rem;
}
.sk_footer a{
    color: #fff;
}
.sk_footer .icp{
    line-height: 2.5;
    margin-top: 1.6rem;
}
.sk_footer .icp span{
    display: inline-block;
    margin:  0 10px;
}
.sk_footer .icp_sscp span{
    display: inline-block;
    margin: 0;
}
.sk_footer .icp_sscp{
    margin-bottom: 0;
    margin: 0 auto 0;
    position: relative;
}

.sk_footer .icp_sscp .sk_sscp_logo{

}
.sk_footer .icp_sscp .sk_sscp_logo img {
    width: .29rem;
    height: .38rem;
	vertical-align: middle;
}
.sk_footer .icp_sscp .knet{
    /* position: absolute; */
    /* right: 90px; */
    /* top: -5px; */
    margin-top: .2rem;
}

/* foot bg¨ */
.sk_footer_white{
    border-top: .1rem solid #2181b0;
    background-color: #fefefe;
    background-image: linear-gradient(#ffffff, #f0f0f0);
    color: #212121;
}
.sk_footer_white .links a{
    display: block;
    position: relative;
}
.sk_footer_white a{
    color: #212121;
}
.sk_footer_white a:hover {
    color: #2181b0;
}
.sk_footer_white .links a:after {
    content: "";
    width: 1px;
    height: .25rem;
    display: block;
    position: absolute;
    right: -.4rem;
    top: .18rem;
    background: #999;
}
.sk_footer_white .links a:nth-child(3):after {
    display: none;
}
.sk_footer_white .links a:nth-child(5):after {
    display: none;
}
.sk_footer_white .links a:nth-child(6):after {
    display: none;
}
.sk_crumbs{
    color: #999999;
    font-size: .24rem;
    line-height: 2;
    padding: .1rem 0;
}
.sk_crumbs a{
    color: #999999;
}
/* content */
.sk05_page{
    padding: 20px 0;
    text-align: center;
}
.sk05_page a{
    display: inline-block;
    border: 1px solid #dddddd;
    padding: 3px 12px;
    font-size: 16px;
    border-radius: 2px;
}

.sk05_page a.active{
    background-color: #2181b0;
    border-color: #2181b0;
    color: #fff;
}
.sk05_page input{
    width: 34px;
    height: 27px;
    text-align: center;
    display: inline-block;
    border:1px solid #ddd;
}
.sk05_page .sk05_submit{
    width: 38px;
    height: 28px;
    border-radius: 2px;
    background-color: #2181b0;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}
.nav_site_pc {
    display: none;
}

/* 链接 start */

.footer_link {
    border-top: 1px solid #b1d0e0;
    border-bottom: 1px solid #FFF;
    position: relative;
    padding: .45rem 0 .45rem .27rem !important;
    box-sizing: border-box;
    overflow: hidden;
}

.footer_link::before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
}

.footer_link::after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #b1d0e0;
    position: absolute;
    bottom: 0;
    left: 0;
}

.footer_link_left {
    font-size: .3rem;
    color: #2181b0;
    font-weight: bold;
    margin-bottom: .3rem;
}

.footer_link_right {
    margin-bottom: .3rem;
}


.footer_link_right .footer_link_btn_box a {
    width: 1.5rem;
    line-height: .4rem;
    color: #4c819b;
    font-size: .28rem;
    display: block;
    float: left;
    margin-left: .35rem;
    position: relative;
}

.footer_link_right .footer_link_btn_box a::after {
    content: '';
    width: .27rem;
    height: .22rem;
    background: url(sk_v2022_blue_top_arrow.png) no-repeat right center;
    background-size: .27rem;
    position: absolute;
    right: 0;
    top: .1rem;
    display: block;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.footer_link_right .footer_link_btn_box a.active::after {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.footer_link_detail {
    width: 100%;
    margin-top: .1rem;
}

.footer_link_detail ul {
    width: 100%;
    display: none;
}

.footer_link_detail ul li{
    width: 50%;
    line-height: .4rem;
    float: left;
    padding-right: .2rem;
    box-sizing: border-box;
    margin-top: .05rem;
}

.footer_link_detail ul li a{
    color: #4c819b;
}


.footer_link_right_top,
.footer_link_right_bottom {
    overflow: hidden;
}

.footer_link_right_top a:nth-child(1){
    margin-left: 0;
}

.footer_link_right_bottom {
    margin-top: .4rem;
}

.footer_link_right_bottom a:nth-child(1){
    margin-left: 0;
}

.lesions {
    width: 100%;
    height: 1rem;
}
/* 链接 end */

.qrcodeCanvas_wrap {
    display: none;
}
.fiexd_title_wrap {
    display: none!important;
}