/********************* 底部菜单 ********************/


.meclass {
    display: flex;
    flex-wrap: wrap;
	margin-top: 10px;
    justify-content: space-between;
    border-right: 0px solid #DDDDDD;
    padding-right: 4%;
    width: 100%;
}

.meclass:nth-child(2) {
    padding: 0 4%;
}

.meclass>b {
	color: #414141;
    font-size: 20px;
    width: 90%;
    display: block;
    margin-bottom: 5%;
}

.meclass>a {
    font-size: 14px;
    transition: .5s;
	width: 30%;
    margin-right: 3%;
}

.meclass>a:hover {
	color: #2345a7;
}

.foot_menu {
    padding: 2% 0%;
    position: relative;
    z-index: 10;
}

.foot1 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2%;
}

.foot1>a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 8.5%;
    font-size: 20px;
}

.foot1>a:hover {
    color: #2345a7;
}

.foot1>a>i {
    display: block;
    width: 27%;
    margin-right: 20px;
}

.foot2 {
    display: flex;
    padding: 2% 0;
    border-top: 2px solid #DDDDDD;
    border-bottom: 2px solid #DDDDDD;
    max-width: 1200px;
    margin: 0 auto;
}

.foot2>div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-right: 1px solid #DDDDDD;
    padding-right: 4%;
    width: 30%;
}

.foot2>div:nth-child(2) {
    padding: 0 4%;
}

.foot2>div>b {
    font-size: 20px;
    width: 100%;
    display: block;
    margin-bottom: 5%;
}

.foot2>div>a {
    font-size: 16px;
    transition: .5s;
    margin-right: 2%;
}

.foot2>div>a:hover {
    color: #2345a7;
}

.foot2>.ft2_3 {
    width: 16%;
    border: none;
    padding-left: 4%;
    padding-right: 2%;
}

.foot_menu>.foot2>.ft2_4 {
    width: 34%;
    border: none;
    padding: 0;
}

.foot_menu>.foot2>.ft2_4>p {
    width: 100%;
    font-weight: bold;
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 10px;
}

.foot_menu>.foot2>.ft2_4>span {
    display: flex;
    flex-direction: column;
    font-size: 15px;
    width: 22%;
    text-align: center;
}

.foot_menu>.foot2>.ft2_4>span>img {
    margin-bottom: 7px;
}

.foot_menu>.foot2>.ft2_4>div {
    width: 46%;
}

.foot_menu>.foot2>.ft2_4>div>p {
    font-size: 16px;
    margin-bottom: 10px;
}

.foot_menu>.foot2>.ft2_4>div>b {
    font-size: 24px;
    margin-bottom: 20px;
    display: block;
}

.foot_menu>.foot2>.ft2_4>div>a {
    width: 100%;
    display: block;
    background: linear-gradient(-90deg, #3059F9 0%, #59A3F6 100%);
    text-align: center;
    border-radius: 6px;
    color: #fff;
    padding: 10px 0;
    font-size: 16px;
}

.foot_menu>.foot2>.ft2_4>div>a:hover {
    background: linear-gradient(90deg, #FFB351 0%, #F08541 100%);
}

.foot_menu>.foot3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1%;
    max-width: 1200px;
    margin: 0 auto;
}

.foot_menu>.foot3>p {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 16px;
}

.foot_menu>.foot3>p>a {
    margin-left: 15px;
    width: 12%;
    position: relative;
}

.foot_menu>.foot3>p>a>img:last-child,
.foot_menu>.foot3>p>a:first-child>img:first-child {
    opacity: 0;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.foot_menu>.foot3>p>a:hover>img:last-child,
.foot_menu>.foot3>p>a:first-child:hover>img:first-child {
    opacity: 1;
}

.foot_menu>.foot3>p>a:first-child {
    position: relative;
    display: block;
}

.foot_menu>.foot3>p>a:first-child>img {}

.foot_menu>.foot3>p>a>img {
    width: 100%;
}

.foot_menu>.foot3>p>a:first-child>img:last-child {
    position: absolute;
    top: -250%;
    left: 0;
    /* width: 150px; */
    transform: scale(3.5);
    display: none;
}

.foot_menu>.foot3>p>a:first-child:hover>img:last-child {
    display: block;
}

.foot_menu>.foot3>div {
    width: 60%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.foot_menu>.foot3>div>ul {
    display: flex;
    margin: 0;
    padding: 0;
}

.foot_menu>.foot3>div>ul>li {
    padding: 0 10px;
    /* padding: 0 5px; */
    border-right: 1px solid #999999;
    line-height: 1;
    font-size: 16px;
}

.foot_menu>.foot3>div>ul>li:last-child {
    border: none;
}

.foot_menu>.foot3>div>ul>li>a:hover {
    color: #2345a7;
}

.foot_menu>.foot3>div>select {
    width: 24%;
    height: 30px;
    color: #333;
    font-size: 14px;
    text-align: left;
    border: 1px solid #ccc;
    padding: 0 10px 0 10px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    background: url(https://static.digiwin.com/static/images/link.png) no-repeat 120px center #fff;
    font-family: "微软雅黑", Arial;
    background-color: rgb(153 153 153 / 10%);
    border: none;
    line-height: 30px;
    margin-left: 15px;
}

.foot_menu>.foot3>div>select option {}

.float .float-box li img {
    display: inline;
}


@media screen and (max-width:1200px) {

    .foot_menu>.foot2,
    .foot_menu>.foot3 {
        width: 90%;
    }

    .foot_menu>.foot2>.ft2_4>div>b {
        font-size: 20px;
    }

    .foot_menu>.foot3>div {
        width: 75%;
    }

    .foot_menu>.foot2>.ft2_4>span {
        font-size: 12px;
    }

    .foot_menu>.foot3>div>ul>li,
    .foot_menu>.foot2>div>a {
        font-size: 14px;
    }
}