/* 导航 */
#nav {
    display: flex;
    justify-content: space-between;
    max-width: 750px;
    width: 100%;
    height: .88rem;
    align-items: center;
    padding: 0 .3rem;
    z-index: 999;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
}

#nav .nav img,
#nav .download img {
    width: .48rem;
    height: .48rem;
}

.download2 {
    display: none;
}

#nav .nav img.close {
    display: none;
}

#nav .logo img {
    width: 1.6rem;
    height: .8rem;
}

.nav-list {
    display: none;
    background: #18192E;
    color: #FFFFFF;
    padding: .2rem .3rem;
    position: fixed;
    top: .88rem;
    width: 100%;
    height: 100%;
    font-size: .32rem;
    font-weight: 500;
    z-index: 999;
}

.nav-list a {
    color: #FFFFFF;
}

.nav-m-sTit {
    display: none;
}

.nav-m-sTit li a {
    display: block;
    font-size: .28rem;
    font-weight: 400;
    margin-left: .24rem;
    margin-top: .4rem;
}

.nav-list .tit-close {
    display: none;
}

.nav-m-title>div {
    padding: .4rem 0;
    border-bottom: .02rem solid rgba(255, 255, 255, .33);
}

.nav-m-title img {
    width: .38rem;
    height: .38rem;
}

/* 下载页 */
#download {
    display: none;
    position: fixed;
    top: .88rem;
    width: 100%;
    height: 100%;
    z-index: 999;
    overflow-y: scroll;
    padding-bottom: .8rem;
}

#download .download-title {
    width: 100%;
    height: .8rem;
    line-height: .8rem;
    background: #DEF0F8;
    font-size: .36rem;
    font-weight: 550;
    color: #18192E;
    text-align: center;
}

#download .download-content {
    width: 100%;
    background: #18192E;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: .2rem .28rem;
}

#download .download-content-info {
    width: 3.36rem;
    height: 4.08rem;
    padding: .4rem 0;
    background: #FFFFFF;
    box-shadow: .04rem .04rem .08rem 0px rgba(143, 252, 255, 0.5);
    border-radius: .14rem;
    text-align: center;
    margin-bottom: .22rem;
}

#download .download-content-info .title {
    font-size: .32rem;
    font-weight: 550;
    color: #18192E;
}

#download .download-content-info .logo {
    width: 1.44rem;
    margin: .18rem 0;
}

#download .download-content-info .down {
    width: 1.62rem;
    height: .48rem;
    border-radius: .1rem;
    font-size: .24rem;
    color: #fff;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #E1984F;
}

#download .download-content-info .down1 {
    margin-bottom: .2rem;
    font-size: .2rem;
    color: #666666;
}

#download .download-content-info .down2 {
    background: #F4F4F4;
    color: #18192E;
}

.main {
    font-family: PingFangSC-Regular, PingFang SC;
}

/* 首页 */
div.content .top {
    background: rgba(89, 179, 222, .2);
    font-size: .26rem;
    color: #000D27;
    line-height: .36rem;
    padding: .06rem .3rem;
    text-align: justify;
    text-align-last: center;
}

.content .list {
    position: relative;
    width: 100%;
}

.content .list ul {
    width: 100%;
    position: absolute;
    top: 1.2rem;
    left: 0;
    text-align: center;
}

.content .list ul.color-white {
    color: #FFFFFF;
}

.content .list ul.color-black {
    color: #000D27;
    padding: 0 0.375rem;
    box-sizing: border-box;
}

.content .list .list-title {
    font-size: .6rem;
    font-weight: 600;
    line-height: .84rem;
}

.content .list .list-intro {
    font-size: .28rem;
    line-height: .4rem;
    margin: .08rem 0 .24rem 0;
    font-weight: 500;
}

.content .list .list-content {
    font-size: .32rem;
    line-height: .44rem;
}

.content .list .list-details a {
    display: block;
    margin-top: .32rem;
    font-size: .32rem;
    font-weight: 550;
    color: #00ADFF;
    line-height: .44rem;
}

.content .list .list-btn {
    margin: .08rem 0 .24rem 0;
    font-size: .28rem;
    font-weight: 500;
}

.content .list .list-btn span.list-btn-active {
    padding: .06rem .2rem;
    background: #1099D9;
    border-radius: .16rem;
    color: #FFFFFF;
    margin: 0 .1rem;
}

.content .list .list-btn span.list-btn-no {
    padding: .06rem .2rem;
    background: #FFFFFF;
    border-radius: .16rem;
    border: .02rem solid #3AACE2;
    margin: 0 .1rem;
    color: #39ACE2;
}

div.line {
    width: 100%;
    height: .2rem;
    background: #F5F5F5;
}

.card-content>div:last-child {
    display: none;
}

.youmai-content .swiper-button-next,
.youmai-content .swiper-button-prev {
    width: .8rem;
    height: .8rem;
    top: 8.58rem;
    outline: none;
}

.youmai-content .swiper-button-prev,
.youmai-content .swiper-container-rtl .swiper-button-next {
    background: url(../img/left1.png) no-repeat;
    background-size: 100% 100%;
    left: .4rem;
    right: auto;
}

.youmai-content .swiper-button-next,
.youmai-content .swiper-container-rtl .swiper-button-prev {
    background: url(../img/right1.png) no-repeat;
    background-size: 100% 100%;
    right: .4rem;
    left: auto;
}

/* 手麦e茂 */
.emao .list {
    position: relative;
}

.emao .list ul {
    width: 100%;
    position: absolute;
    top: 1.6rem;
    left: 0;
    padding: 0 .28rem;
}

.emao .list .list-title {
    width: 2rem;
    margin: 0 auto;
}

.emao .list .list-intro {
    font-size: .32rem;
    color: #000D27;
    line-height: .48rem;
    text-align: justify;
    margin-bottom: .7rem;
}

.emao .list .list-intro div:first-child {
    margin-bottom: .4rem;
}

.list .list-btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3.98rem;
    height: .72rem;
    background: #4ADD37;
    box-shadow: .04rem .04rem .08rem 0px rgba(69, 227, 48, 0.38);
    border-radius: .1rem;
    font-size: .32rem;
    font-weight: 500;
    color: #FFFFFF;
    margin: 0 auto;
}

.list .list-btn a img {
    width: .44rem;
    margin-right: .3rem;
}

.list .list-btn a:last-child {
    background: #18C2F0;
    margin-top: .5rem;
    box-shadow: .04rem .04rem .08rem 0px rgba(61, 210, 250, 0.38);
}

/* 商机会 */
.sjh .emao .list ul {
    position: absolute;
    top: auto;
    bottom: .48rem;
    left: 0;
    padding: 0 .28rem;
}

/* 数字政务 */
.szzw .emao .list ul {
    width: auto;
    position: absolute;
    top: 4.12rem;
    left: 4.14rem;
    padding: 0;
}

.szzw .emao .list .logo img {
    width: 1.44rem;
}

.szzw .emao .list .title {
    font-size: .36rem;
    font-weight: 550;
    color: #191A33;
    line-height: .5rem;
    margin-bottom: .1rem;
    padding-left: .1rem;
}

.szzw .emao .list .info {
    font-size: .28rem;
    color: #191A33;
    padding-left: .1rem;
}

/* 友麦 */
.youmai .emao .list ul {
    width: auto;
    position: absolute;
    top: 1rem;
    left: 4.34rem;
    padding: 0;
}

.youmai .emao .list .logo img {
    width: 1.76rem;
}

.youmai .emao .list .title {
    padding-left: .2rem;
}

.youmai .emao .list .info {
    padding-left: .2rem;
}

/* 友商 */
.youshang .emao .list .title {
    padding-left: .3rem;
}

.youshang .emao .list .info {
    padding-left: .3rem;
}

/* 农安乐园 */
.nongan .emao .list ul {
    width: auto;
    position: absolute;
    top: 1.2rem;
    left: 4.54rem;
    padding: 0;
}

.nongan .emao .list .logo img {
    width: 1.28rem;
}

.nongan .emao .list .title {
    margin-top: .2rem;
    color: #FFFFFF;
}

.nongan .emao .list .info {
    color: #FFFFFF;
}

/* 概况页 */
#intro .intro-title {
    width: 100%;
    padding: 0 .28rem;
    margin: .4rem 0 .3rem 0;
}

span.name {
    font-size: .36rem;
    font-weight: 550;
    color: #000D27;
}

span.english {
    font-size: .2rem;
    color: #666666;
    border-bottom: .04rem solid #E1984E;
    border-radius: .02rem;
    padding-right: .4rem;
    padding-left: .1rem;
}

.desc {
    font-size: .26rem;
    color: #020f29;
    line-height: .45rem;
    padding: 0 .28rem;
    text-align: justify;
}

.mg20 {
    margin: .2rem 0;
}

.mg20-bottom {
    margin-bottom: .2rem;
}

.culture-list .culture-img {
    width: 100%;
    padding: 0 .28rem;
}

.culture-list .culture-title {
    width: 100%;
    position: relative;
    padding: 0 .28rem 0 .42rem;
    margin: .3rem 0 .14rem 0;
    font-size: .32rem;
    font-weight: 550;
    color: #333333;
}

.culture-title span {
    position: absolute;
    left: .28rem;
    top: 50%;
    transform: translateY(-50%);
    width: .04rem;
    height: .16rem;
    background: #59B3DE;

}

.culture-list .content {
    display: none;
}

.culture-list .desc {
    min-height: 1.6rem;
}

.laypage {
    padding: 0 .28rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: rgba(153, 153, 153, 1);
    font-size: .28rem;
    margin-bottom: .4rem;
}

.laypage .currentpage {
    font-size: .32rem;
    font-weight: 700;
    color: rgba(32, 103, 191, 1);
    margin-left: .2rem;
}

.laypage img {
    width: .4rem;
    height: .4rem;
    box-shadow: 0 0 0.06rem rgb(0 0 0 / 30%);
    border-radius: 50%;
}

.laypage .countpage {
    margin-right: .2rem;
}

/* 商业模块 */
.business .business-img {
    width: 100%;
    padding: 0 .28rem;
}

.business .culture-list .culture-title {
    margin-top: .2rem;
}

.business .culture-list .desc {
    min-height: 2rem;
}

.business .module {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: url(../img/business2.png) no-repeat;
    background-size: 100% 100%;
}

.business .module>div {
    width: 50%;
    height: 2.5rem;
    padding: .86rem .28rem .26rem .28rem;
    position: relative;
}

.business .module .title {
    font-size: .32rem;
    font-weight: 550;
    color: #333333;
    line-height: .44rem;
    margin-bottom: .38rem;
}

.business .module .info {
    font-size: .2rem;
    color: #666666;
    line-height: .28rem;
    text-align: justify;
}

/* 新加内容的样式--方案集群部分 */
.team-ab {
    width: 100%;
}

.team-ab>div {
    width: 100%;
}

.team-ab-cen,
.team-ab-btm {
    display: flex;
    justify-content: space-between;
    margin-top: 0.2rem;
}

.team-ab-cen-lf,
.team-ab-btm-rgt {
    width: 52%;
}

.team-ab-cen-rgt,
.team-ab-btm-lf {
    width: 46%;
}

.team-ab-top,
.team-ab-cen-lf,
.team-ab-btm-rgt,
.team-ab-cen-rgt,
.team-ab-btm-lf {
    position: relative;
}

.team-ab-top>img,
.team-ab-cen-lf>img,
.team-ab-btm-rgt>img,
.team-ab-cen-rgt>img,
.team-ab-btm-lf>img {
    width: 100%;
    height: 100%;
}

.team-ab-top>span,
.team-ab-cen-lf>span,
.team-ab-btm-rgt>span,
.team-ab-cen-rgt>span,
.team-ab-btm-lf>span {
    position: absolute;
    padding: 0.285rem 0;
    text-align: center;
    font-size: .26rem;
    background: rgba(0, 0, 0, .5);
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
}

/* 新加内容的样式--方案集群部分结束 */
/* 新加内容的样式--PaaS应用场景部分 */
.paas-use {
    width: 100%;
}

.paas-use-item {
    padding: 0 .28rem;
    margin-bottom: .4rem;
}

.paas-use-item-top,
.paas-use-item-btm {
    width: 100%;
}

.paas-use-item-btm>h4 {
    position: relative;
    font-size: .32rem;
    font-weight: 550;
    color: #333333;
    padding-left: .24rem;
    margin: .26rem 0 .2rem;
}

.paas-use-item-btm>h4::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 50%;
    margin-bottom: -.1rem;
    width: .05rem;
    height: .2rem;
    background: #59b3de;
}

.paas-use-item-btm>p {
    color: #000d27;
    font-size: .26rem;
    line-height: .44rem;
    margin: 0;
}

/* 新加内容的样式--PaaS应用场景部分结束 */

/* 电商系统 */
.system .module {
    background: url(../img/advantage5.png) no-repeat;
    background-size: 100% 100%;
}

.system .advantage {
    width: 100%;
    background: #18192E;
    /* padding: 0 .28rem .4rem .28rem; */
    padding: .4rem .28rem;
}

.system .advantage .advantage-title {
    width: 100%;
    height: 1.3rem;
    line-height: 1.3rem;
    text-align: center;
    font-size: .36rem;
    font-weight: 550;
    color: #FFFFFF;
}

.system .advantage .advantage-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.system .advantage .advantage-content>div {
    width: 3.36rem;
    height: 3.86rem;
    background: #FFFFFF;
    border-radius: .08rem;
    text-align: center;
    padding: .3rem .14rem 0 .14rem;
    font-size: .26rem;
}

.system .advantage img {
    width: .68rem;
}

.system .advantage .advantage-content>div .info {
    text-align: justify;
    color: #000D27;
    line-height: .4rem;
}

.system .advantage .advantage-content>div .title {
    font-weight: 550;
    color: #C91B1B;
    line-height: .4rem;
    letter-spacing: .1rem;
    margin: .1rem 0 .2rem 0;
}

.system .advantage .advantage-content>div .title2 {
    color: #0B5AA0;
}

.system .advantage .advantage-content>div .title3 {
    color: #B88E0E;
}

.system .advantage .advantage-content>div .title4 {
    color: #0A8375;
}

#intro .system .intro-title {
    padding-right: 0;
}

/*.system .culture-list {*/
/*padding: 0 .28rem;*/
/*}*/

/*.system .culture-list>div {*/
/*padding: .2rem;*/
/*}*/

/*.system .culture-list>div:nth-child(4n+1) {*/
/*background: #FFF4E9;*/
/*}*/

/*.system .culture-list>div:nth-child(4n+2) {*/
/*background: #EDFFE9;*/
/*}*/

/*.system .culture-list>div:nth-child(4n+3) {*/
/*background: #E9FFF9;*/
/*}*/

/*.system .culture-list>div:nth-child(4n+4) {*/
/*background: #FFE9F5;*/
/*}*/

.system .culture-list .desc {
    min-height: auto;
}

/* 加入我们 */
.join .desc {
    text-align: center;
}

.join .join-list>div {
    width: 6.9rem;
    margin: 0 auto .2rem auto;
}

.join .join-list>div .join-title {
    width: 6.9rem;
    height: 1.32rem;

    border-radius: .08rem .08rem 0px 0px;
    text-align: center;
    padding: .24rem 0 .2rem 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #FFFFFF;
    font-weight: 500;
}

.join .join-list>div:nth-child(3n+1) .join-title {
    background: #F8B90E;
}

.join .join-list>div:nth-child(3n+2) .join-title {
    background: #1C97F2;
}

.join .join-list>div:nth-child(3n+3) .join-title {
    background: #B246F1;
}

.join .join-title>div:first-child {
    font-size: .4rem;
}

.join .join-title>div:last-child {
    font-size: .2rem;
    letter-spacing: .12rem;
}

.join .join-content {
    width: 6.9rem;
    background: #F0F0F0;
    border-radius: 0 0 .08rem .08rem;
    padding: .2rem .2rem .24rem .2rem;
}

.join .join-content-icon {
    width: 1.58rem;
    height: .34rem;
    background: #333333;
    border-radius: 0px .04rem .8rem 0px;
    font-size: .2rem;
    font-weight: 500;
    color: #FFFFFF;
    margin: .2rem 0;
    display: flex;
    align-items: center;
}

.join .join-content-icon img {
    width: .26rem;
}

.join .join-content-info {
    font-size: .24rem;
    color: #333333;
    line-height: .36rem;
}

.join .join-list span.english {
    padding-left: 0;
}

.join form {
    width: 100%;
    padding: 0 .28rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: .26rem;
    font-weight: 500;
    color: #000D27;
}

.red-color {
    color: #E01111;
}

.join form>div {
    display: flex;
    align-items: center;
    margin-bottom: .2rem;
}

.join form>div.message {
    align-items: baseline;
}

.join form>div input {
    outline: none;
    width: 1.96rem;
    height: .36rem;
    background: rgba(0, 0, 0, 0.01);
    border: .02rem solid #BBBBBB;
    font-size: .24rem;
    font-weight: 400;
}

.join form>div textarea {
    outline: none;
    width: 6.02rem;
    height: 1.96rem;
    background: rgba(0, 0, 0, 0.01);
    border: .02rem solid #BBBBBB;
    resize: none;
    padding: .08rem .2rem;
    font-size: .24rem;
    font-weight: 400;
}

form button {
    width: 6.7rem;
    height: .56rem;
    background: #E1984E;
    border-radius: .1rem;
    font-size: .28rem;
    color: #FFFFFF;
    margin: 0 auto;
    display: inline-block;
}

.hr-info {
    margin-bottom: .4rem;
}

.hr-info .infos {
    padding: 0 .28rem;
    font-size: .26rem;
    color: #000D27;
    line-height: .36rem;
}

.hr-info .infos div {
    margin-bottom: .2rem;
}

/* 联系我们 */
.contact .title {
    width: 100%;
    padding: 0 .28rem;
    font-size: .28rem;
    font-weight: 500;
    color: #000D27;
    margin-bottom: .2rem;
}

.contact form {
    width: 100%;
    padding: 0 .28rem;
    font-size: .26rem;
    color: #000D27;
}

.contact .input {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: .14rem;
}

.contact .input input {
    width: 5.5rem;
    height: .62rem;
    background: rgba(0, 0, 0, 0.01);
    border-radius: .12rem;
    border: .02rem solid #BBBBBB;
    outline: none;
    padding-left: .2rem;
}

.contact form .checkbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact form .checkbox>div {
    margin-bottom: .14rem;
    display: flex;
    align-items: center;
}

.contact form .checkbox>div:nth-child(3n+1) {
    width: 40%;
}

.contact form .checkbox>div:nth-child(3n+2) {
    width: 36%;
}

.contact form .checkbox>div:nth-child(3n+3) {
    width: 24%;
}

.contact .need-desc {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.contact form textarea {
    outline: none;
    width: 5.5rem;
    height: 2.28rem;
    background: rgba(0, 0, 0, 0.01);
    border: .02rem solid #BBBBBB;
    resize: none;
    padding: .08rem .2rem;
    font-size: .24rem;
    border-radius: .12rem;
}

.contact .clue {
    font-size: .2rem;
    color: #E22424;
    line-height: .28rem;
    text-align: center;
    margin: .2rem 0;
}

.contact button {
    /* margin-bottom: .4rem; */
}

.layui-form-label {
    display: inline-block;
    padding: 0;
    width: auto;
    line-height: initial;
    text-align: left;
}

.layui-form-item .layui-form-checkbox {
    margin: 0 !important;
    padding: 0 6px 0 0 !important;
}

.layui-form-checkbox i {
    right: 0 !important;
    left: auto !important;
}

.layui-btn {
    background: #E1984E;
    border-radius: .1rem;
    margin: 0 auto;
    width: 6.7rem;
    height: .74rem;
    font-size: .32rem;
    display: inline-block;
    line-height: .74rem;
    padding: 0;
    opacity: 1 !important;
    display: block;
}

.join .layui-btn {
    width: 6.7rem;
    height: .56rem;
    font-size: .28rem;
    line-height: .56rem;
}

.join .message1 {
    display: flex;
    align-items: baseline;
    margin-bottom: .2rem;
}

.layui-form-checked span,
.layui-form-checked:hover span {
    color: #000D27 !important;
}

.message form>div {
    width: 100%;
}

.message .layui-form-item .layui-form-label {
    text-overflow: inherit;
    overflow: auto;
    white-space: inherit;
}

.message .justify {
    width: 1.14rem;
    text-overflow: initial;
    display: inline-block;
    vertical-align: top;
    text-align: justify;

}

.message .justify::after {
    content: "";
    display: inline-block;
    width: 100%;
    overflow: hidden;
    height: 0;
}

.message form>div textarea {
    width: 5.2rem;
    height: 2.1rem;
}

.message form>div input {
    width: 2.98rem;
    height: .52rem;
    border-radius: .08rem;
}

/* 企业公告 */
.announcement_list {
    min-height: 21.5vh;
    padding-bottom: 0.4rem;
}

.announcement_item {
    display: block;
    padding: 0.28rem;
    padding-bottom: 0;
    background-color: #fff;
    box-sizing: border-box;
    display: flex;
}

.announcement_item_img {
    width: 1.92rem;
    height: 1.12rem;
    object-fit: cover;
    margin-right: 0.16rem;
}

.announcement_item_cont {
    flex: 1;
    height: 1.4rem;
    border-bottom: 0.01rem solid rgba(0, 0, 0, 0.1);
}

.announcement_item_title {
    font-weight: 700;
    font-size: 0.28rem;
    color: #333333;
    line-height: 0.4rem;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.announcement_item_tip {
    font-size: 0.26rem;
    color: #666666;
    line-height: 0.36rem;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

/* 企业公告详情 */
.page_top_tip_cont {
    padding: 0 0.3rem;
    height: 0.86rem;
    background: #FAFAFA;
    display: flex;
    align-items: center;
    box-sizing: border-box;

}

.page_top_tip {
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.page_top_tip_cont a,
.page_top_tip_cont span {
    font-size: 0.24rem;
    color: #666666;
}

.page_top_tip_cont a:hover {
    color: #E1994D;
}

.announcement_details_body {
    padding: 0 0.3rem;
    box-sizing: border-box;
}

.announcement_title {
    padding: 0.6rem 0;
    margin-bottom: 0.4rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-weight: 700;
    font-size: 0.28rem;
    color: #333333;
    line-height: 0.4rem;
}
.announcement_html {
    min-height: 32vh;
}
.announcement_html p {
    font-size: 0.26rem;
    color: #000D27;
    line-height: 0.4rem;
    margin-bottom: 0.3rem;
}

.announcement_html img {
    display: block;
    width: 100%;
    height: auto;
    vertical-align: bottom;
    margin-bottom: 0.3rem;
}

.announcement_page_btn_list {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 0.2rem;
}

.announcement_page_btn_item {
    flex: 1;
    height: 0.8rem;
    display: flex;
    align-items: center;
}

.announcement_page_btn_item .text {
    font-size: 0.26rem;
    color: #333333;
    line-height: 0.4rem;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.announcement_page_btn_item .text:hover {
    color: #E1994D;
}


/* footer底部 */
.footer .nav-list {
    display: block;
    position: static;
}

.footer .icon-img {
    padding: 0 .48rem;
    display: flex;
    justify-content: space-between;
}

.footer .icon-img img {
    width: .76rem;
    height: .76rem;
}

.footer .icon ul {
    width: 100%;
    height: 3.82rem;
    position: relative;
}

.footer .icon li {
    width: 3.18rem;
    height: 3.82rem;
    background: #FFFFFF;
    font-size: .26rem;
    color: #000D27;
    line-height: .36rem;
    text-align: center;
    position: absolute;
    background: url(../img/footer-content-bg.png) no-repeat;
    background-size: 100% 100%;
    padding-top: .64rem;
}

.footer .icon ul img {
    width: 1.9rem;
    height: 1.86rem;
    margin-bottom: .2rem;
}

.footer .nav-m-title>div.copyright {
    border-bottom: none;
    padding: .08rem 0 0 0;
    font-size: .22rem;
    text-align: justify;
    text-align-last: center;
}

#footer .footer-top-img img {
    width: 100%;
}
