/*个性化自定义*/
body{
    width: 100%;
    height: auto;
    min-height: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    background-color: #fff;
    font-family: "icofont","Microsoft YaHei";
}
/*按钮字体绑定*/
input,button{
    font-family: "icofont","Microsoft YaHei";
}




/*CONTENT*/
#content{
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 256;
}
/*通用标题*/
.con_ty_title{
    display: block;
    position: relative;
    margin: 0 auto;
}
.con_ty_title > p{
    display: block;
    margin: 0 auto;
    font-size: 0.28rem;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
}
.con_ty_title > a > p{
    display: block;
    margin: 0 auto;
    font-size: 0.28rem;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
}
.con_ty_title > a > p > i{
margin: 0.12rem;
    float: right;
    font-size: 0.16rem;
    font-weight: 500;
    color: #949494;
    text-transform: uppercase;
}
/*BANNER*/
.con_banner{
    display: block;
    margin: auto;
    position: relative;
    width: 100%;
    height: auto;
}
.slideSub > a{
    display: block;
}
.con_banner_pic{
    display: block;
}
.con_banner_pic > img{
    width: 100%;
    height: 700px;
    display: block;
}
@media screen and (max-width:1280px) {
  .con_banner_pic > img{
    height:auto;  }
}
.con_banner_cen_arrowDown{
    display: block;
    width: 0.4rem;
    height: 0.9rem;
    cursor: pointer;
    position: absolute;
    z-index: 512;
    bottom: 2.7%;
    left: 0;
    right: 0;
    margin: 0 auto;
    animation: arrowDown-dh 3s infinite;
    -webkit-animation: arrowDown-dh 3s infinite;
    background-repeat: no-repeat;
    background-size: auto 70%;
    background-position: center;
    background-image: url(../images/home/banner_arrowDown.png);
}
@keyframes arrowDown-dh{
    0%{opacity: 0;}
    50%{opacity: 1;}
    100%{opacity: 0;}
}
@-webkit-keyframes arrowDown-dh{
    0%{opacity: 0;}
    50%{opacity: 1;}
    100%{opacity: 0;}
}
@media screen and (max-width: 960px){
    .con_banner_cen_arrowDown{
        display: block;
        width: 0.3rem;
        height: 0.6rem;
    }
}
@media screen and (max-width: 640px){
    .con_banner_cen_arrowDown{
        display: none;
    }
}
/*
可恢复的幻灯片扩展
.con_banner_pic_info{
    bottom: 18%;
    left: 8%;
    position: absolute;
    box-sizing: border-box;
    padding: 0 0 0 0.2rem;
}
.con_banner_pic_info:after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    width: 0.04rem;
    height: 1rem;
    background-color: #fff;
}
.con_banner_pic_info > p{
    color: #fff;
    font-size: 0.24rem;
    font-family: "宋体";
    margin: 0 auto 0.15rem auto;
}
.con_banner .mkSlideMod.dfstrem .prevBtn,
.con_banner .mkSlideMod.dfstrem .nextBtn{
    display: block !important;
    width: 0.4rem !important;
    height: 0.2rem !important;
    padding: 0 0 !important;
    left: auto !important;
    top: auto !important;
    background-image: url(none) !important;
    border-radius: 0.4rem;
    border: 0.01rem #fff solid;
    text-align: center;
    background-color: rgb(255 255 255 / 50%) !important;
}
.con_banner .mkSlideMod.dfstrem .prevBtn{
    bottom: 0.4rem !important;
    right: 1rem !important;
}
.con_banner .mkSlideMod.dfstrem .nextBtn{
    bottom: 0.4rem !important;
    right: 0.4rem !important;
}
.con_banner .mkSlideMod.dfstrem .prevBtn:after,
.con_banner .mkSlideMod.dfstrem .nextBtn:after{
    color: #fff;
    font-size: 0.2rem;
    line-height: 0.2rem;
}
.con_banner .mkSlideMod.dfstrem .prevBtn:after{
    content: "";
}
.con_banner .mkSlideMod.dfstrem .nextBtn:after{
    content: "";
}
.mkSlideMod.dfstrem .tabBtn{
    left: auto !important;
    right: 1.7rem !important;
    bottom: 0.35rem !important;
    width: auto !important;
    height: auto !important;
}
.mkSlideMod.dfstrem .tabBtn > p{
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    font-size: 0.13rem;
    line-height: 0.13rem;
    margin: 0.05rem 0.15rem 0 0.15rem;
}
.con_banner .mkSlideMod.dfstrem .tabBtn > span{
    width: 0.2rem !important;
    height: 0.03rem !important;
    margin: 0 0 !important;
    border-radius: 0 0 !important;
    border: none !important;
}
.con_banner .mkSlideMod.dfstrem .tabBtn_dfst{
    background-color: rgba(255, 255, 255, 0.5) !important;
}
.con_banner .mkSlideMod.dfstrem .tabBtn_hover{
    background-color: #fff !important;
}
*/
@media screen and (max-width: 1280px){
    .con_banner{
        top: 0;
        position: relative;
    }
    .con_banner_pic_info{
        bottom: 48%;
        left: 5%;
    }
    .con_banner_pic_info:after{
        width: 0.02rem;
        height: 0.7rem;
    }
    .con_banner_pic_info > p{
        font-size: 0.2rem;
        margin: 0 auto 0.1rem auto;
    }
    .mkSlideMod.dfstrem .tabBtn {
        right: 1.3rem !important;
        bottom: 0.19rem !important;
    }
    .con_banner .mkSlideMod.dfstrem .prevBtn{
        bottom: 0.25rem !important;
        right: 0.8rem !important;
    }
    .con_banner .mkSlideMod.dfstrem .nextBtn{
        bottom: 0.25rem !important;
        right: 0.25rem !important;
    }
}
@media screen and (max-width: 480px){
    .con_banner_pic_info{
        bottom: 50%;
        left: 4%;
        padding: 0 0 0 0.1rem;
    }
    .con_banner_pic_info:after{
        width: 0.02rem;
        height: 0.55rem;
    }
    .con_banner_pic_info > p{
        font-size: 0.16rem;
        margin: 0 auto 0.07rem auto;
    }
    .mkSlideMod.dfstrem .tabBtn {
        right: 1.2rem !important;
        bottom: 0.1rem !important;
    }
    .con_banner .mkSlideMod.dfstrem .prevBtn{
        bottom: 0.15rem !important;
        right: 0.7rem !important;
    }
    .con_banner .mkSlideMod.dfstrem .nextBtn{
        bottom: 0.15rem !important;
        right: 0.15rem !important;
    }
}
/*新闻通知*/
.con_xwtz{
    display: block;
	    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    background-image: url(../images/home/diwen1.png);
	
}
.con_xwtz_cen{
    display: block;
    width: 100%;
    height: auto;
    max-width: 13.54rem;
    padding: 0.6rem 0 0.8rem 0;
    margin: 0 auto;
    font-size: 0;
}
.con_xwtz_cen > *{
    font-size: 0.16rem;
}
.con_xwtz .con_ty_title{
    margin: 0 auto 0.3rem auto;
}
.con_xwtz_cen_xw,
.con_xwtz_cen_tz{
    display: inline-block;
    vertical-align: top;
}
.con_xwtz_cen_xw{
    width: 63%;
    height: auto;
    margin-right: 2%;
}
.con_xwtz_cen_xw_lb{
    display: block;
    font-size: 0;
    margin: -0.15rem 0 0 -0.15rem;
}
.con_xwtz_cen_xw_lb > *{
    font-size: 0.16rem;
}
.con_xwtz_cen_xw_lb > li{
    display: inline-block;
    vertical-align: top;
    width: 33.333%;
    height: auto;
    box-sizing: border-box;
    padding: 0.15rem;
    position: relative;
    margin: 0 auto 0.15rem auto;
}
.con_xwtz_cen_xw_lb > li > a{
    display: block;
}
.con_xwtz_cen_xw_lb > li > a:hover .con_xwtz_cen_xw_lb_pic > img{
    transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
}
.con_xwtz_cen_xw_lb_pic{
    display: block;
    overflow: hidden;
    margin: 0 auto 0.15rem auto;
}
.con_xwtz_cen_xw_lb_pic > img{
    display: block;
    width: 259px;
    height: 136px;
object-fit: cover;
    transition: All 0.2s ease-in-out;
    -webkit-transition: All 0.2s ease-in-out;
}

@media screen and (max-width: 640px){
.con_xwtz_cen_xw_lb_pic > img{
    display: block;
    width: 100%;
    height: auto;
    transition: All 0.2s ease-in-out;
    -webkit-transition: All 0.2s ease-in-out;
}
}
.con_xwtz_cen_xw_lb_info{
    display: block;
}
.con_xwtz_cen_xw_lb_info > p{
    font-size: 0.15rem;
    color: #000000c4;
min-height:0.4rem;
    margin: 0 auto 0.3rem auto;
    overflow: hidden;
    font-weight: bold;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.con_xwtz_cen_xw_lb_info > span{
    color: #6a6a6a;
    font-family: "STsong";
    font-style: italic;
    font-size: 0.14rem;
}
.con_xwtz_cen_xw_lb_info > span > strong{
    font-size: 0.17rem;
    margin-right: 0.05rem;
	font-weight:200;
}
.con_xwtz_cen_xw_lb_more{
    right: 0.16rem;
    bottom: 0.16rem;
    display: block;
    position: absolute;
}
.con_xwtz_cen_xw_lb_more > a{
    font-size: 0.12rem;
	
    color: #d1d1d1;
}
.con_xwtz_cen_xw_lb_more > a:hover{
    color: #2679df;
}
.con_xwtz_cen_tz{
    width: 35%;
    height: auto;
}
.con_xwtz_cen_tz_lb{
    display: block;
    box-sizing: border-box;
    background-color: #fff;
    padding: 0.5rem 0.5rem 0.2rem 0.5rem;
    -webkit-box-shadow: 0 0 0.15rem 0.02rem rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 0 0 0.15rem 0.02rem rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 0.15rem 0.02rem rgba(0, 0, 0, 0.04);
}
.con_xwtz_cen_tz_lb > li{
    display: block;
    box-sizing: border-box;
    position: relative;
    margin: 0 auto 0.15rem auto;
    padding: 0 0 0.1rem 0.85rem;
    border-bottom: 0.01rem #eee solid;
}
.con_xwtz_cen_tz_lb > li:nth-last-child(1){
    border: none;
}
.con_xwtz_cen_tz_lb > li > a{
    display: block;
}
.con_xwtz_cen_tz_lb > li > a:hover .con_xwtz_cen_tz_lb_wz > p{
    font-weight: bold;
}
.con_xwtz_cen_tz_lb_rl{
    display: block;
    width: 0.65rem;
    height: auto;
    top: 0;
    left: 0;
    text-align: center;
    position: absolute;
}
.con_xwtz_cen_tz_lb_rl > strong{
    display: block;
    font-weight: 500;
    font-style: italic;
    color: #fff;
    font-size: 0.22rem;
    line-height: 0.22rem;
    padding: 0.08rem 0;
    background: linear-gradient(45deg,#2679df,#89baf5 100%);
    background: -o-linear-gradient(45deg,#2679df,#89baf5 100%);
    background: -moz-linear-gradient(45deg,#2679df,#89baf5 100%);
    background: -webkit-linear-gradient(45deg,#2679df,#89baf5 100%);
}
.con_xwtz_cen_tz_lb_rl > span{
    display: block;
    font-size: 0.12rem;
    line-height: 0.12rem;
    padding: 0.04rem 0;
    color: #4187dd;
    background-color: #ededed;
}
.con_xwtz_cen_tz_lb_wz{
    width: 100%;
    height: auto;
    min-height: 0.54rem;
    padding: 0 0 0.13rem 0;
}
.con_xwtz_cen_tz_lb_wz > p{
    margin: 0 auto;
    color: #000;
    font-size: 0.16rem;font-family:"Microsoft YaHei",微软雅黑;
    line-height: 0.27rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
@media screen and (max-width: 1280px){
    .con_xwtz_cen{
        width: 95%;
    }
}
@media screen and (max-width: 1080px){
    .con_xwtz_cen{
        text-align: center;
    }
    .con_xwtz_cen_xw{
        width: 95%;
        text-align: left;
        margin: 0 auto 0.4rem auto;
    }
    .con_xwtz_cen_tz{
        width: 95%;
        text-align: left;
    }
}
@media screen and (max-width: 640px){
    .con_xwtz_cen_xw_lb > li{
        width: 50%;
    }
}
@media screen and (max-width: 420px){
    .con_xwtz_cen_xw_lb > li{
        width: 100%;
    }
    .con_xwtz_cen_tz_lb_wz > p{
        font-size: 0.14rem;
    }
}
/*学术活动*/
.con_xshd{
    display: block;
    width: 100%;
    height: auto;
    min-height: 5.4rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../images/home/con_xshd_bg.png);
}
.con_xshd_cen{
    display: block;
    width: 100%;
    height: auto;
    max-width: 14.4rem;
    padding: 0.4rem 0 0 0;
    margin: 0 auto;
}
.con_xshd_cen_title{
    width: 100%;
    height: auto;
    display: block;
    max-width: 13.54rem;
    margin: 0.15rem auto 0.5rem auto;
    position: relative;
    padding: 0 0 0.2rem 0;
}
.con_xshd_cen_title > h3{
    display: block;
    font-size: 0.28rem;
    font-weight: 500;
    color: #fff;
    margin: 0 auto;
}
.con_xshd_cen_title > p{
    top: 0.2rem;
    left: 0;
    margin: 0 auto;
    position: absolute;
    font-size: 0.28rem;
    color: rgba(255, 255, 255, 0.2);
    text-transform: uppercase;
}
.con_xshd_cen_slide .prevBtn,
.con_xshd_cen_slide .nextBtn{
    top: -25% !important;
    display: block !important;
    background-color: rgba(0, 0, 0, 0) !important;
}
.con_xshd_cen_slide .tabBtn{
    bottom: 0.25rem !important;
}
.con_xshd_cen_slide_sub{
    width: 100%;
    height: auto;
    display: block;
    max-width: 13.54rem;
    margin: 0 auto;
    font-size: 0;
    padding: 0.1rem 0 0.9rem 0;
}
.con_xshd_cen_slide_sub > *{
    font-size: 0.16rem;
}
.con_xshd_cen_slide_sub > li{
    width: 25%;
    height: auto;
    padding: 0.15rem 0.2rem;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
}
.con_xshd_cen_slide_sub > li > a{
    display: block;
    position: relative;
    box-sizing: border-box;
    padding: 0.2rem 0.2rem 0.2rem 0.2rem;
    border: 0.01rem #fff solid;
    border-radius: 0.15rem;
    height:2.6rem;
}
.con_xshd_cen_slide_sub > li > a:hover{
    background: linear-gradient(90deg,#beb96b,rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(0deg,#beb96b,rgba(0, 0, 0, 0) 100%);
    background: -moz-linear-gradient(0deg,#beb96b,rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(0deg,#beb96b,rgba(0, 0, 0, 0) 100%);
	font-weight:800;
	text-shadow:0.1px 0.1px #747474;
}
.con_xshd_cen_slide_sub > li > a span{
    color: #fff;
    display: block;
    font-size: 0.13rem;
    position: relative;
    margin: 0 auto 0.15rem auto;
}
.con_xshd_cen_slide_sub_wz{
    display: block;
    width: 100%;
    height: auto;
    height: 0.65rem;
}
.con_xshd_cen_slide_sub_wz > p{
    font-size: 0.16rem;
    color: #fff;
    margin: 0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.con_xshd_cen_slide_sub > li > a i{
    display: block;
    width: 0.25rem;
    height: 0.25rem;
    position: absolute;
    left: 0.13rem;
    bottom: 0.05rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    background-image: url(../images/home/con_xshd_arrow_icon.png);
}
@media screen and (max-width: 1280px){
    .con_xshd_cen_title{
        width: 90%;
    }
    .con_xshd_cen_slide_sub{
        width: 90%;
    }
}
@media screen and (max-width: 1080px){
    .con_xshd_cen_slide_sub > li{
        width: 50%;
    }
}
@media screen and (max-width: 640px){
    .con_xshd_cen_slide_sub > li{
        width: 100%;
    }
}
@media screen and (max-width: 480px){
    .con_xshd_cen_title > h3{
        font-size: 0.22rem;
    }
    .con_xshd_cen_title > p{
        top: 0.13rem;
        font-size: 0.22rem;
    }
}
/*招聘信息九宫格-杂项*/
.con_other{
    display: block;
		    background-repeat: no-repeat;
    background-position: left;
    background-size: 8rem;
    background-image: url(../images/home/diwen2.png);
	
}
.con_other_cen{
    display: block;
    width: 100%;
    height: auto;
    max-width: 13.54rem;
    padding: 0.8rem 0 0.4rem 0;
    margin: 0 auto;
    font-size: 0;
}
.con_other_cen > *{
    font-size: 0.16rem;
}
.con_other_cen > div{
    vertical-align: top;
    display: inline-block;
    box-sizing: border-box;
}
.con_other_zptw{
    width: 33.333%;
    height: auto;
    padding-right: 0.5rem;
}
.con_other_zptw .con_ty_title{
    margin: 0 auto 0.25rem auto;
}
.con_other_zptw > a{
    display: block;
}
.con_other_zptw_pic{
    display: block;
    margin: 0 auto 0.15rem auto;
}
.con_other_zptw_pic > img{
    display: block;
    width: 100%;
    height: auto;
}
.con_other_zptw_wz{
    display: block;
}
.con_other_zptw_wz > p{
    display: block;
    margin: 0 auto;
    font-size: 0.18rem;
    font-weight: bold;
    color: #2e2e2e;
}
.con_other_zplink{
    width: 33.333%;
    height: auto;
    padding-right: 0.5rem;
	padding-top: 0.3rem;
}
.con_other_zplink_title{
    display: block;
    color: #949494;
    font-size: 0.15rem;
    margin: 0 auto 0.15rem auto;
}
.con_other_zplink_title > a{
    margin: 0 0.05rem;
}
.con_other_zplink_title > a.df{
    color: #949494;
}
.con_other_zplink_title > a.hov{
    color: #404040;
}
.con_other_zplink_lb.df{
    display: none;
}
.con_other_zplink_lb.hov{
    display: block;
}
.con_other_zplink_lb > li{
    position: relative;
    box-sizing: border-box;
    margin: 0.1rem auto 0.1rem auto;
    padding: 0.1rem 0 0.2rem 0.15rem;
    border-bottom: 0.01rem #eee solid;
}
.con_other_zplink_lb > li:before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 0.04rem;
    height: 0.04rem;
    border-radius: 50%;
    background-color: #da4f2c;
}
.con_other_zplink_lb > li > a{
    color: #888888;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.con_other_zplink_lb > li > a:hover{
    color: #3c3c3c;
	font-weight:800;
}
.con_other_zplink_more{
    text-align: right;
    padding: 0.2rem 0 0 0;
}
.con_other_zplink_more > a{
    font-size: 0.14rem;
    color: #c4c4c4;
}
.con_other_jgg{
    width: 33.333%;
    height: auto;
}
.con_other_jgg_lb{
    display: block;
    font-size: 0;
    text-align: center;
    box-sizing: border-box;
    padding: 0.15rem;
    background-color: #fafafa;
}
.con_other_jgg_lb > *{
    font-size: 0.16rem;
}
.con_other_jgg_lb > a{
    width: 33.333%;
    vertical-align: top;
    display: inline-block;
    margin: 0.15rem auto 0.2rem auto;
}
.con_other_jgg_lb > a:hover .con_other_jgg_lb_pic{
    top: -0.05rem;
    left: 0;
}
.con_other_jgg_lb > a:hover .con_other_jgg_lb_wz > p{
    font-weight: bold;
}
.con_other_jgg_lb_pic{
    display: block;
    top: 0;
    left: 0;
    position: relative;
    margin: 0 auto 0.1rem auto;
    transition: All 0.2s ease-in-out;
    -webkit-transition: All 0.2s ease-in-out;
}
.con_other_jgg_lb_pic > img{
    display: block;
    width: 0.56rem;
    height: auto;
    margin: 0 auto;
}
.con_other_jgg_lb_wz{
    display: block;
    position: relative;
}
.con_other_jgg_lb_wz > i{
    display: block;
    position: absolute;
    bottom: 0.04rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 0.24rem;
    color: rgba(0, 0, 0, 0.1);
}
.con_other_jgg_lb_wz > p{
    display: block;
//    font-size: 0.14rem;
    margin: 0 auto;
    color: #000;
    padding: 0.1rem 0 0 0;
}
@media screen and (max-width: 1280px){
    .con_other_cen{
        width: 95%;
    }
}
@media screen and (max-width: 1080px){
    .con_other_zptw{
        width: 50%;
        margin-bottom: 0.4rem;
    }
    .con_other_zplink{
        width: 50%;
        margin-bottom: 0.4rem;
    }
    .con_other_jgg{
        width: 100%;
    }
}
@media screen and (max-width: 640px){
    .con_other_zptw{
        width: 100%;
        padding-right: 0;
    }
    .con_other_zplink{
        width: 100%;
        padding-right: 0;
    }
}
@media screen and (max-width: 420px){
    .con_other_jgg_lb_pic > img{
        width: 0.35rem;
    }
    .con_other_jgg_lb_wz > i{
        font-size: 0.2rem;
    }
    .con_other_jgg_lb_wz > p{
        font-size: 0.12rem;
    }
}




/*FOOTER*/
#footer{
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    left: 0;
    bottom: 0;
    position: absolute;
    z-index: 512;
}
.foot_copy{
    display: block;
    background-color: #393939;
}
.foot_copy_link{
    width: 100%;
    height: auto;
    max-width: 13.54rem;
    margin: -0.5rem auto 0 auto;
    box-sizing: border-box;
    padding: 0.45rem 0 1rem 0;
    font-size: 0;
}
.foot_copy_link > *{
    font-size: 0.16rem;
}
.foot_copy_link_info,
.foot_copy_link_md{
    display: inline-block;
    vertical-align: top;
}
.foot_copy_link_info{
    width: 30%;
    height: auto;
    padding: 0.15rem 0 0 0;
}
.foot_copy_link_info_logo{
    display: block;
    margin: 0 auto 0.25rem auto;
}
.foot_copy_link_info_logo > img{
    display: block;
    width: 2.5rem;
    height: auto;
}
.foot_copy_link_info_contact{
    display: block;
}
.foot_copy_link_info_contact > p{
    display: block;
    margin: 0 auto 0.05rem auto;
    font-size: 0.13rem;
    color: #fff;
}
.foot_copy_link_md{
    width: 70%;
    height: auto;
    font-size: 0;
    padding: 0.2rem 0 0 0;
}
.foot_copy_link_md > *{
    font-size: 0.16rem;
}
.foot_copy_link_md_sub{
    width: 14.285%;
    height: auto;
    overflow: hidden;
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.foot_copy_link_md_sub:after{
    display: block;
    content: "";
    position: absolute;
    width: 0.01rem;
    height: 1.5rem;
    top: 0;
    right: 0.25rem;
    background-color: rgba(255, 255, 255, 0.05);
}
.foot_copy_link_md_sub:nth-last-child(1):after{
    display: none;
}
.foot_copy_link_md_sub > h3{
    font-size: 0.16rem;
    font-weight: 500;
    color: #fff;
    padding: 0 0 0.1rem 0;
    position: relative;
    margin: 0 auto 0.05rem auto;
}
.foot_copy_link_md_sub > a{
    display: block;
    padding: 0.1rem 0;
    font-size: 0.13rem;
    color: #c4c4c4;
}
.foot_copy_link_md_sub > a:hover{
    color: #fff;
}
.foot_copy_wz{
    display: block;
    border-top: 0.01rem rgba(255, 255, 255, 0.2) solid;
}
.foot_copy_wz_cen{
    display: block;
    text-align: left;
    margin: 0 auto;
    padding: 0.1rem 0;
    max-width: 13.54rem;
}
.foot_copy_wz_cen > p{
    color: #adadad;
    padding: 0.03rem 0;
    font-size: 0.12rem;
    margin: 0 auto;
}
@media screen and (max-width: 1280px){
    .foot_copy_link{
        padding: 0.2rem 4% 0.15rem 6%;
    }
    .foot_copy_link_info{
        width: 45%;
        margin: 0 auto 0.4rem auto;
    }
    .foot_copy_link_md{
        width: 100%;
    }
    .foot_copy_wz{
        padding: 0 4% 0 6%;
    }
}
@media screen and (max-width: 1080px){
    .foot_copy_link_md_sub:after{
        display: none;
    }
}
@media screen and (max-width: 760px){
    .foot_copy_link_info{
        width: 100%;
    }
    .foot_copy_link_info_logo > img{
        width: 1.8rem;
        height: auto;
    }
    .foot_copy_link_info_contact > p{
        font-size: 0.12rem;
    }
    .foot_copy_link_md_sub{
        width: 25%;
        height: auto;
        margin: 0 auto 7% auto;
    }
    .foot_copy_link_md_sub > a{
        padding: 0.07rem 0;
        font-size: 0.12rem;
    }
}
@media screen and (max-width: 580px){
    .foot_copy_link_info_contact > p{
        font-size: 0.12rem;
        margin: 0 auto 0.05rem auto;
    }
    .foot_copy_link_md_sub{
        width: 33.333%;
    }
    .foot_copy_link_md_sub > a{
        font-size: 0.12rem;
    }
}