* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 0;
    padding: 0
}

body {
    color: #333333;
    font-size: 14px;
    font-family: "微软黑体", Arial, Tahoma;
    max-width: 640px;
    min-width: 320px;
    margin: 0 auto;
    padding-bottom: 55px;
    padding-top: 60px;
}

li {
    list-style: none;
}

ul {
    padding: 0;
    margin: 0;
}

a {
    color: #444;
    text-decoration: none
}

button:focus,
button:hover,
input:focus {
    outline: none !important;
}

a:hover,
a:focus {
    text-decoration: none !important;

}

input {
    -webkit-appearance: none;
}

img {
    max-width: 100%;
}

.m-tt .m-tt-title h2 {
    text-align: left;
    font-family: PingFangSC-Medium;
    font-size: 24px;
    margin: 0px;
    color: #2B2D2E;
    margin-bottom: 5px;
}

.m-tt .m-tt-title p {
    text-align: left;
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #565A5C;
}

.m-tt .m-tt-title {
    float: left;
}

.m-tt .m-tt-more {
    float: right;
    width: 30px;
    margin-top: 10px;
}

.line {
    border-top: solid 1px #ddd;
}


.header {
    background: #003f98;
    background-size: cover;
    height: 60px;
    padding: 10px 15px;
    box-shadow: 3px 0 7px rgba(51, 51, 51, 0.4);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
}

.logo img {
    height: 40px;
}

.icon-logo-tel img {
    height: 29px;
}

.icon-logo-tel {
    position: absolute;
    top: 16px;
    right: 60px;
}

.drawer-default {
    background: #fff;
}

.drawer-default,
.drawer-overlay-upper {
    z-index: 100000;
}

.nav-phone {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #003f98;
    font-size: 16px;
    color: #fff;
    padding: 15px 0;
}

.nav-phone a {
    color: #fff;
}

.menu-button {
    position: absolute;
    padding: 0;
    top: 24px;
    right: -4px !important;
    z-index: 1000;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    height: 20px;
}

.menu-button .bar:nth-of-type(1) {
    margin-top: 0px;
}

.menu-button .bar:nth-of-type(3) {
    margin-bottom: 0px;
}

.bar {
    position: relative;
    display: block;
    width: 24px;
    height: 2px;
    margin: 5px auto;
    background-color: #fff;
    border-radius: 10px;
    -webkit-transition: .3s;
    transition: .3s;
}

/*banner*/
.slick {
    overflow: hidden;
    margin: 0;
}

.slick-dots {
    bottom: 10px;
}

.slick-dots li {
    width: 25px;
    height: 3px;
    border-radius: 10px;
    background: #fff;
    margin: 0 5px;
}


.slick-dots li button {
    opacity: 0;
}

.slick-dots li.slick-active {
    background: #244169 !important;
}

/*热门国家*/
.hotcountry {
    padding: 0px 20px;
}

.hotcountry h2 {
    text-align: left;
    font-family: PingFangSC-Medium;
    font-size: 24px;
    color: #2B2D2E;
    margin-bottom: 10px;
}

.hotcountry .swiper-slide {
    float: left;
    width: 25%;
    text-align: center;
    margin-top: 10px !important;

}

.hotcountry .swiper-slide img {
    width: 100%;
    margin: 0 auto;
    display: block;
    border-radius: 100%;
}

.swiper-pagination-bullet {
    width: 25px;
    height: 3px;
    border-radius: 10px;
    background: #a79b9b;
    margin: 0 8px;
}

.swiper-pagination-bullet-active {
    width: 25px;
    background: #00479d;
}

.swiper-pagination {
    margin-bottom: 0px;
}

/*四个栏目*/
.small-menu {
    border-top: 1px dashed #ededed;
    border-bottom: 1px dashed #ededed;
    margin: 10px 10px;
}

.small-menu li {
    float: left;
    width: 25%;
    margin: 10px 0;
    text-align: center;
}

.small-menu li img {
    width: 60px;
    margin-bottom: 5px;
}

/*预约顾问、快速评估*/
.free-menu {
    padding: 10px;
    margin-bottom: 15px;
}

.free-menu li {

    float: left;
    width: 48%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 20px;
}

.free-menu li {
    margin-right: 11px;
}

.free-menu li:last-child {
    margin-right: 0px;
}

.free-menu a {
    display: block;
    height: auto;
    padding: 0px 15px 0px 15px;
    box-shadow: 0 0 10px #aaa;
    background: -webkit-linear-gradient(top, #2267c8, #0349a8);
    border-radius: .1rem;
    color: #fff;
    font-size: 10px;
    height: 54px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.free-menu i {
    float: left;
    width: 54px;
}

.free-menu h3 {
    margin: 0;
    font-size: 15px;
    margin-left: 35px;
    line-height: 54px;
}

/*移民讲座*/
.m-letrue {
    padding: 0px 10px;
    margin-bottom: 30px
}

.m-letrue .slick-slider {
    margin-bottom: 0px;

}

.m-letrue-content {
    position: relative;
    overflow: hidden;
}

.m-letrue-content img {
    border-radius: 5px;
}

.m-letrue-content .text_div {
    position: absolute;
    top: 0px;
    background: rgba(2, 78, 202, 0.37);
    width: 100%;
    height: 100%;
    padding-top: 15px;
    padding-left: 15px;
    color: #fff;
    border-radius: 5px;
}

.m-letrue-content .txt-tt {
    font-size: 20px;
    color: #fff;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;

}

.m-letrue-content .txt-time {
    background: url(../img/m-index-lecture-time.png) center left no-repeat;
    padding-left: 25px;
    height: 23px;
    background-size: 20px;
    line-height: 26px;
    margin: 10px 0px 5px 0px;
    font-size: 15px;
}

.m-letrue-content .txt-address {
    background: url(../img/m-index-lecture-adress.png) center left no-repeat;
    padding-left: 25px;
    height: 23px;
    line-height: 24px;
    font-size: 15px;
    background-size: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

/*热门项目*/
.m-hot-project {
    padding: 0px 10px;
    margin-bottom: 30px;

}

.m-hot-project-content {
    box-shadow: 0px 0px 15px #bfbfbf;
    margin-bottom: 20px;
    background: #f6f6f6;
}

.m-hot-project-content img {
    border-radius: 5px;
}

.m-hot-project-main div:last-child {
    margin-bottom: 0px;
}

/*选择我们*/
.m-index-we {
    padding: 0px 20px;
    margin-bottom: 30px;
}

.index-m-tt {
    height: 44px;
    line-height: 44px;
}

.m-index-we .index-m-tt h2 {
    text-align: left;
    font-family: PingFangSC-Medium;
    font-size: 24px;
    color: #2B2D2E;
    background: url('../img/icon-we-tt.png') center left no-repeat;
    padding-left: 63px;
    padding-top: 15px;
    height: 44px;
    background-size: 56px;
}

.index-m-des ul {
    margin-top: 10px;
    font-size: 13px;
}

.index-m-des li {
    float: left;
    display: block;
    color: #01489f;
    height: 18px;
    padding: 0px 10px;
    border-right: 1px solid #01489f;
}

.index-m-des li:last-child {
    border-right: 0px;
}

.m-index-we .m-index-we-content {
    overflow: hidden;
    padding-top: 20px;
}

.m-index-we .m-index-we-content li {
    display: flex;
    display: -webkit-flex;
    float: left;
    width: 100%;
    line-height: 1;
    color: #565a5c;
    font-size: 15px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #ededed;
}

.m-index-we .m-index-we-content li:last-child {
    border-bottom: 0px;
    margin-bottom: 0px;
}

.m-index-we .m-index-we-content li i {
    flex-shrink: 1;
    float: left;
    font-size: 35px;
    margin-right: 25px;
    color: #f92d2d;
}

.m-index-we .m-index-we-content li p {
    float: left;
    flex-shrink: 1;
    width: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #333333;
}

.m-index-we .m-index-we-content li p span {
    display: block;
    font-size: 16px;
    margin-bottom: 5px;
    color: #01489f;
}

/*评估表*/
.m-index-pinggu {
    margin-bottom: 30px;
}

.index-pinggu-bg {
    background: url(../img/icon-m-pg-bg.jpg) center center no-repeat;
    width: 100%;
    height: 200px;
    padding: 0px 20px;
}

.m-index-pinggu .index-m-title {
    padding-top: 20px;
    padding-bottom: 10px;
    text-align: center;
}

.index-m-title h2 {
    top: 0;
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #00479d;
}

.index-m-title p {
    top: 0;
    width: 100%;
    text-align: center;
    font-family: PingFangSC-Regular;
    font-size: 13px;
    color: #565A5C;
}

.m-index-pinggu .box {
    width: 100%;
    top: 30px;
    height: 46px;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0px 0px 20px #bfbfbf;
}

.m-index-pinggu .box .inp {
    width: auto;
    position: absolute;
    right: 120px;
    left: 20px;
}

.m-index-pinggu .box input {
    height: 46px;
    line-height: 22px;
    font-size: 16px;
    border: 0px;
    padding: 12px 0 12px 10px;
    width: 100%;
    outline: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.m-index-pinggu .box .bot {
    width: 100px;
    position: absolute;
    right: 20px;
    height: 40px;
    font-size: 16px;
    margin: 3px;
    text-align: center;
    color: #fff;
    background: #ff0000;
    line-height: 40px;
    border-radius: 4px;
}

/*热门资讯*/
.m-hot-zx {
    padding: 0px 10px;
}

.m-hot-zx .m-tt-more {
    margin-top: 0px;
}

.m-hot-main {
    margin-top: 10px;
}

.news_t li {
    padding: 5px 0px;
    margin-right: 12px;
    float: left;
}

@media all and (min-height:640px) and (max-height:960px) {
    .news_t li {
        padding: 5px 0px;
        margin-right: 25px;
        float: left;
    }
}

.news_t li:last-child {
    margin-right: 0px;
}


.news_t .active a {
    color: #003e99;
    font-size: 16px;
    border-bottom: 2px solid #003e99;
}

.news_t li a {
    display: block;
    height: 40px;
    line-height: 40px;
    color: #666666;
    font-size: 16px;
    text-align: center;
}

.m-hot-zx-ul {
    width: 96%;
    padding-top: 10px;
    text-decoration: none;
    list-style: none;
    overflow: hidden;
}


.m-hot-zx-ul li {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #e5e3dd;

}

.m-hot-zx-ul li a {
    display: block;
    padding: 10px 0px;
}


.m-hot-zx-ul li .m-hot-zx-img {
    width: 35%;
}

.fl {
    float: left;
}

.m-hot-zx-ul li .m-hot-zx-info {
    overflow: hidden;
    width: 60%;
}

.fr {
    float: right;
}

.m-hot-zx-ul li .m-hot-zx-img img {
    width: 110px;
    height: 60px;
}

.m-hot-zx-ul li .m-hot-zx-info h2 {
    width: 100%;
    font: 300 14px/30px "微软雅黑";
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333333;
    text-align: left;
    margin: 0;
}

.m-hot-zx-ul li .m-hot-zx-info h3 {
    width: 100%;
    font: 300 12px/16px "微软雅黑";
    height: 32px;
    overflow: hidden;
    color: #666666;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin: 0;
}

/*资讯列表*/
.m-news-list {
    padding: 0px 10px;
}

.m-news-list .new_nav a {
    margin-top: 10px;
    display: inline-block;
    font-size: 16px;
    color: #333333;
    text-align: center;
    cursor: pointer;
    padding: 5px 0px;
    margin-right: 8px;
}

@media all and (min-height:640px) and (max-height:960px) {
    .m-news-list .new_nav a {
        margin-right: 20px
    }
}

.m-news-list .new_nav a:last-child {
    margin-right: 0px;
}

.m-news-list .new_nav .active {
    position: relative;
    color: #003e99;
    border-bottom: 1.5px solid #003e99;
}

.m-news-content ul {
    margin-top: 20px;
}

.m-news-content ul li {
    display: block;
    padding: 10px;
    box-shadow: 0 0 5px #ddd;
    margin-bottom: 10px;
}

.m-news-content .news-list-img {
    float: left;
}

.m-news-content ul li {
    margin-bottom: 15px;
    overflow: hidden;
}

.m-news-content ul .news-list-img img {
    width: 110px;
    height: 90px;
}

.m-news-content ul .news-list-text {
    margin-left: 120px;
}

.m-news-content ul .news-list-tt {
    font-size: 14px;
    color: #333;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.m-news-content ul .news-list-desc {
    font-size: 12px;
    color: #999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 34px;
}

.m-news-content ul .news-list-time {
    font-size: 12px;
    color: #999;
    margin-top: 10px;
}

.m-news-content ul .news-list-time img {
    height: 14px;
    margin-right: 5px;
    vertical-align: top;
}

.m-news-main {
    padding: 20px 10px 10px;
}

.m-news-main .m-news-main-content {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 10px;
    overflow: hidden;
}

.m-news-main-content img {
    width: 100%;
}

.m-news-tt {
    font-size: 16px;
}

.m-news-content h2 {
    font-size: 16px;
    color: #333;
    padding: 10px 0px;
}

.m-news-author span {
    padding-right: 15px;
    color: #333333;
}

.m-news-author {
    color: #999;
    border-bottom: solid 1px #f2f2f2;
    margin: 0 -10px;
    padding: 0 10px 10px 10px;
    margin-bottom: 10px;
}

.article-s p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.article-s p span {
    display: inline-block;
    background: #003f98;
    border-radius: 4px;
    padding: 2px 5px;
    margin-right: 10px;
    color: #fff;
}

.hot-category {
    padding-top: 20px;
}

.hot-category .m-tt-more {
    margin-top: 0px;
}

.hot-category-content {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    padding: 10px;
    margin-top: 10px;
}

.hot-category-content ul {
    margin: 0 -10px;
}

.hot-category-content ul li {
    border-bottom: dashed 1px #ddd;
    padding: 10px;
}

.hot-category-content ul li a {
    display: block;
    background: url(../img/icon-hot-h.png) center left no-repeat;
    background-position-y: -1px;
    padding-left: 38px;
    color: #333333;
    background-position-x: 9px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hot-category-content ul li:last-child {
    border: none;
}

.hot-category-content ul li a:focus {
    color: #e70e16;
}

/*讲座*/
.lecture-main {
    padding: 20px 15px 10px;
}


.lecture-main-content .lecture-list-img img {
    border-radius: 5px;
    width: 100%;
}

.lecture-main-content .lecture-list-img {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.lecture-main-content ul li {
    margin-bottom: 25px;
    position: relative;
}

.lecture-main-content .lecture-status {
    position: absolute;
    top: 12px;
    left: -11px;
    width: 100px;
}

.lecture-main-content .lecture-list-txt h2 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 20px;
    margin: 10px;

}

.lecture-main-content .lecture-list-txt h3 {
    background: url(../img/icon-m-time.png) left center no-repeat;
    padding-left: 25px;
    color: #ff0000;
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 23px;
    font-size: 14px;
    background-size: 14px;
    margin: 0px;
    margin-left: 10px;
}


.lecture-main-content .lecture-list-txt h4 {
    background: url(../img/icon-m-address.png) left center no-repeat;
    padding-left: 25px;
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 23px;
    font-size: 14px;
    background-size: 14px;
    margin: 0px;
    margin-left: 10px;
    margin-top: 5px;
}

.lecture-info-main {
    padding: 20px 10px 10px;
}

.lecture-info-main .lecture-info-content {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 10px;
}

.lecture-info-content h2 {
    font-size: 16px;
    color: #333;
    padding: 10px 0px;
}

.lecture-info-author span {
    padding-right: 15px;
    color: #333333;
}

.lecture-info-author {
    color: #999;
    border-bottom: solid 1px #f2f2f2;
    margin: 0 -10px;
    padding: 0 10px 10px 10px;
    margin-bottom: 10px;
}

.lecture-info-content .article-s p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.lecturem-m-info-content img {
    width: 100%;
}


.lecture-info-content .article-s p span {
    display: inline-block;
    background: #003f98;
    border-radius: 4px;
    padding: 2px 5px;
    margin-right: 10px;
    color: #fff;
}

.recent-lectures {
    padding-top: 20px;
}

.recent-lectures .m-tt-more {
    margin-top: 0px;
}

.recent-lectures-content {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 10px;
    margin-top: 10px;
}

.recent-lectures-content ul {
    margin: 0 -10px;
}

.recent-lectures-content ul li {
    border-bottom: dashed 1px #ddd;
    padding: 10px;

}

.recent-lectures-content ul li a {
    display: block;
    color: #333333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.recent-lectures-content ul li:last-child {
    border: none;
}

.recent-lectures-content ul li a:focus {
    color: #003f98;
}

.article-s-form {
    text-align: center;
    margin: 35px 0px;
}

.from-input {
    width: 100%;
    padding: 0px 10px;
    height: 50px;
    line-height: 50px;
    border: 0px;
    border-radius: 5px;
    text-align: center;
}

.registr-content-from-input {
    border: 1px solid #d2d2d2;
    text-align: left;
    width: 85%;
    margin: auto;
    margin-bottom: 10px;
    border-radius: 5px;
    height: 50px;
    position: relative;
    overflow: hidden;
}

.registr-content-from-btn button {
    width: 85%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 0px;
    font-size: 18px;
    border-radius: 5px;
    color: #fff;
    background-color: #cc0000;
}

/*关于我们*/
.about-main {
    padding: 20px 10px 10px;
}

.group-interpretation {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    padding: 10px;
    margin-top: 10px;
}

.group-interpretation h2 {
    text-align: center;
    font-size: 22px;
    margin-bottom: 25px;
}

.group-interpretation-content h2 {
    color: #333333;
    font-size: 18px;
    height: 32px;
    width: max-content;
    margin: 15px 0px;
    background: url(../img/icon-about-line.png) left center no-repeat;
    background-position-y: 6px;
}

.group-interpretation-content h3 {
    color: #124f9b;
    font-size: 16px;
    margin: 15px 0px;
}

.group-interpretation-content p {
    font-size: 14px;
    border-bottom: 1px dashed #ededed;
    padding-bottom: 10px;
}

.group-inter-btm li {
    float: left;
    width: 25%;
    height: 85px;
    text-align: center;
}

.group-inter-btm li img {
    width: 50px;
}

.group-inter-btm li p {
    text-align: center;
    color: #333333;
    font-size: 13px;
}

.about-nonor {
    margin-top: 20px;
}

.about-nonor .slick-dots {
    bottom: -37px;
}

.about-nonor .slick {
    overflow: inherit;
}

.about-nonor .slick-dots li {
    background: #cccccc;
}

.about-nonor .index-m-tt {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #cccccc;
}

.about-nonor .index-m-tt h2 {
    font-family: PingFangSC-Medium;
    font-size: 24px;
    margin: 0px;
    color: #2B2D2E;
    margin-bottom: 5px;
}

.about-nonor-content {
    padding: 20px 15px;
}

.about-nonor-content .about-nonor-img img {

    width: 150px;
    float: left;
}

.about-global {
    margin-top: 10px;
}

.about-global .slick {
    overflow: inherit;
}

.about-global .slick-dots {
    bottom: -25px;
}

.about-global .slick-dots li {
    background: #cccccc;
}

.about-global .index-m-tt {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #cccccc;
}

.about-global .index-m-tt h2 {
    font-family: PingFangSC-Medium;
    font-size: 24px;
    margin: 0px;
    color: #2B2D2E;
    margin-bottom: 5px;
}

.about-global-content {
    padding: 20px 15px;
}


.about-global-office h2 {
    margin: 5px 0px;
    font-size: 15px;
    color: #333333;
}

.about-global-office p {
    margin: 0px;
    font-size: 12px;
    color: #666666;
}

.global-content {
    width: 150px;
}

.global-content img {
    height: 300px;
    width: 150px;
}

.about-global-office {
    margin-top: 10px;
}

.about-global-office span {
    color: #ff0000;

}

/*评估*/
.pinggu-main-banner img {
    width: 100%;
}

#m-pinggu {
    width: 100%;
    height: auto;
}


.pinggu-questionnaire {
    padding: 15px 15px;
    width: 100%;
    float: left;
    background: #FFF;
    border-radius: 0 0 10px 10px;
    margin-bottom: 10px;
}

.pinggu-questionnaire h3 {
    font-size: 18px;
    line-height: 25px;
    color: #003e99;
    font-weight: normal;
    margin-bottom: 5px;
}

.pinggu-questionnaire h4 {
    font-size: 18px;
    color: #666666;
    margin-bottom: 5px;
}

.pinggu-questionnaire h4 i {
    font-style: normal;
    color: #ff0000;
}

.pinggu-questionnaire h3 i {
    width: 18px;
    height: 18px;
    font-size: 16px;
    margin-right: 10px;
    border-radius: 100%;
    border: #003e99 solid 1px;
    display: inline-block;
    line-height: 20px !important;
    text-align: center;
}

.pinggu-questionnaire h3 span {
    color: #ff0000;
}

.questionnaire-content {
    width: auto;
    height: auto;
}

.questionnaire-content-div {
    width: 100%;
    height: auto;
    margin-top: 15px;
}

.questionnaire-content-div label {
    display: block;
    width: 50%;
    float: left;
    margin-right: 2%;
    height: auto;
    color: #666666;
    font-size: 14px;
    margin: 5px 0;
    line-height: 40px;
    border-radius: 40px;
    cursor: pointer;
}

#checkbox[type=radio] {
    width: 18px !important;
    height: 18px !important;
    float: left;
    border: 2px solid #ccc;
    margin-right: 7px;
    margin-top: 0;
    padding: 0px !important;
    margin-bottom: 0px !important;
    -webkit-appearance: none;
    position: relative;
    margin-left: 17%;
    border-radius: 5px;
}

#checkbox[type=radio]:checked {
    border: 2px solid #ff0000;
    background: url(../img/checkbox.png) no-repeat center;
    background-size: 100% 100%;
}

#checkbox[type=checkbox] {
    width: 18px !important;
    height: 18px !important;
    float: left;
    border: 2px solid #ccc;
    margin-right: 7px;
    margin-top: 0;
    padding: 0px !important;
    margin-bottom: 0px !important;
    -webkit-appearance: none;
    position: relative;
    margin-left: 17%;
    border-radius: 5px;
}

#checkbox[type=checkbox]:checked {
    border: 2px solid #ff0000;
    background: url(../img/checkbox.png) no-repeat center;
    background-size: 100% 100%;
}


.questionnaire-content label span {
    line-height: 20px;
    float: left;
    width: calc(83% - 25px);
    color: #666666;
}

.width100 {
    width: 100% !important;
    margin-left: -24px !important;
}

.pinggu-questionnaire-btn {
    width: 100%;
    background: #fff;
    float: left;
    margin-bottom: 30px;
}

.pinggu-questionnaire-btn input {
    display: block;
    width: 90%;
    height: 48px;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    text-indent: 1em;
    text-align: center;
    margin: 0 auto;
    background: #fff;
    margin-top: 15px;
}

.pinggu-questionnaire-btn .m-pinggu-btn {
    display: block;
    width: 90%;
    height: 48px;
    margin: 0 auto;
    border: 0;
    border-radius: 5px;
    text-align: center;
    line-height: 48px;
    color: #333;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    margin-top: 20px;
    background: #ff0000;
}

.console_box {
    position: fixed;
    left: 0;
    top: 50%;
    right: 0;
    z-index: 99999999;
    height: 50px;
    /* font-size: 0; */
    text-align: center;
}

.console_box span {
    padding: 15px 35px;
    height: 50px;
    line-height: 50px;
    background-color: rgba(0, 0, 0, 0.7);
    font-size: 16px;
    color: #fff;
    text-align: center;
    border-radius: 5px;
}

/*项目*/
.project-main {
    padding: 20px 15px 10px;
}

.project-main-t {
    width: 100%;
    position: relative;
}

#topNav {
    width: 90%;
    overflow: hidden;
    margin-left: 0px;
    font: 16px/32px hiragino sans gb, microsoft yahei, simsun;

}

#topNav .swiper-slide {
    width: auto;
    padding: 0px 5px;
    text-align: center;
}

#topNav .swiper-slide a {
    display: block;
}

#topNav .swiper-slide span {
    display: block;
}

#topNav .active {
    border-bottom: 1px solid #003e99;
    color: #003e99;
}

.more-div {
    position: absolute;
    right: 0px;
    top: 5px;
    width: 30px;
    height: 23px;
    background: #fff;
    z-index: 9;
    text-align: center;
}

.more-div img {
    width: 26px;
}

.project-click-country {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(255, 255, 255);
    z-index: 1003;
    display: none;
    z-index: 99999;
}

.project-click-content {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: auto;
}

.margin_space {
    height: 56px;
    width: 100%;
    font-size: 18px;
    color: #000;
    text-align: center;
    line-height: 56px;
}

.close {
    position: absolute;
    top: 22px;
    right: 18px;
    width: 25px;
    height: 24px;
    opacity: initial;
}

.country-content {
    margin-left: 10px;
    margin-right: 10px;
    height: auto;
    display: block;
}

.country_item {
    width: 33%;
    float: left;
    text-align: center;
    margin-bottom: 15px;

}

.country_item span {
    float: left;
    display: block;
    text-align: center;
    width: 100%;
    height: 30px;
    line-height: 30px;

}

.country_item img {
    margin: 0 auto;
    width: 60px;
    height: 60px;
}

.project-list-type {
    padding: 5px 0px;
    overflow: auto;
}

.project-list-type li.actives a {
    color: #fff;
}

.project-list-type li.actives {
    background: #003e99;
    color: #fff;
}

.project-list-type li {
    margin-top: 5px;
    padding: 5px;
    border-radius: 5px;
    text-align: center;
    float: left;
    margin-right: 15px;
    font-size: 14px;
    font-family: PingFangSC-Light;
    color: #999;
}

.project-list-type li:last-child {
    margin-right: 0px;
}

.project-list-content {
    margin-top: 15px;
}

.project-list-content ul li {
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.content-img {
    position: relative;
}

.content-img img {
    width: 100%;
    object-fit: cover;
    border-radius: 10px 10px 0px 0px;
}

.content-div-txt {
    color: #333;
    font-size: 12px;
    border-radius: 5px;
    border-top: none;
    padding: 10px 0;
    text-align: center;
}

.content-div-txt a {
    color: #333;
    font-size: 12px;
}

.content-div-txt .content-div {
    padding: 0 2px;
    border-right: solid 1px #ddd;
    width: 25%;
    float: left;
}

.content-div-txt .content-div:last-child {
    border-right: 0;
}

.content-div-txt span {
    font-size: 14px;
    color: #fd0000;
    display: inline-block;
    margin-bottom: 5px;
}

.content-div-txt span img {
    height: 18px;
}

.content-img-label {
    position: absolute;
    right: -8px;
    top: 0px;
    background: url(../img/m-product-label.png) center no-repeat;
    width: 71px;
    height: 37px;
    background-size: 100% auto;
}

.content-img-label span {
    font-size: 13px;
    color: #fff;
    line-height: 27px;
    text-align: center;
    display: block;
}

.project-details-top {
    position: relative;
    border-bottom: 10px solid #ededed;
}

.project-details-top img {
    width: 100%;
}

.project-details-desc {
    padding: 15px 10px;
    position: relative;
}

.tab-content {
    border-top: 1px solid #ededed;
    margin-top: 10px;
    padding-top: 10px;
}

.project-details-desc .news_t li {
    padding: 5px 0px;
    float: left;
    width: auto;
    margin-right: 14px;
}

.project-details-desc .news_t li:last-child {
    margin-right: 0px;
}

@media (max-height: 960px) and (min-height: 640px) {
    .project-details-desc .news_t li {
        margin-right: 32px;
    }
}

.project-details-desc .news_t .active a {
    color: #003e99;
    font-size: 16px;
    border-bottom: 2px solid #003e99;
}

.project-details-desc .news_t li a {
    display: block;
    height: 40px;
    line-height: 40px;
    color: #666666;
    font-size: 16px;
    text-align: center;
}

.fixed {
    position: fixed !important;
    top: 30px;
}

.project-details-zx .m-tt-more {
    margin-top: 0px;
}

.project-details-desc .free-menu {
    padding: 0px;
    margin-top: 30px;
    margin-bottom: 30px;
}

/*侧边菜单*/
.drawer-default {
    background: #fff;
}

.drawer-default,
.drawer-overlay-upper {
    z-index: 100000;
}

.nav-phone {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0c5fc3;
    font-size: 16px;
    color: #fff;
    padding: 15px 0;
}

.nav-phone a {
    color: #fff;
}

.menu-ul li a {
    display: block;
    padding: 15px 0;
    font-size: 17px;
    color: #333;
}

.menu-ul li a img {
    width: 22px;
    margin-right: 12px;
    vertical-align: top;
}

.menu-ul {
    margin: 30px;
}

/*底部*/
.footer-ul {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    background: #003f98;
}

.footer-ul li {
    float: left;
    width: 20%;
    text-align: center;
    padding-top: 3%;
}

.footer-ul a {
    text-decoration: none;
    overflow: hidden;
    display: block;
    background: url(../img/footer-line.png) repeat-y left top;
}

.footer-ul li:first-child a {
    background: none;
}

.footer-ul li a {
    color: #fff;
    font-size: 14px;
}

.footer-ul li img {
    display: block;
    margin: 0 auto;
    width: 30%;
}

.dropload-up,
.dropload-down {
    position: relative;
    height: 0;
    overflow: hidden;
    font-size: 12px;
    /* 开启硬件加速 */
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.dropload-down {
    height: 50px;
}

.dropload-refresh,
.dropload-update,
.dropload-load,
.dropload-noData {
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.dropload-load .loading {
    display: inline-block;
    height: 15px;
    width: 15px;
    border-radius: 100%;
    margin: 6px;
    border: 2px solid #666;
    border-bottom-color: transparent;
    vertical-align: middle;
    -webkit-animation: rotate 0.75s linear infinite;
    animation: rotate 0.75s linear infinite;
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(360deg);
    }
}