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

    .container {
        width: 100%;
        padding: 0 40px;
        box-sizing: border-box;
    }

   .plan ul li img { height: 60px; }

}

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

    body {
        min-width: auto;
    }

    .container {
        padding: 0 15px;
    }

    .header {
        height: 80px;
    }

    .header .logo {
        margin: 0 40px 0 15px;
    }

    .header .logo img {
        height: 50px;
    }

    .menu > li > a {
        padding: 0 10px;
    }

    #org-thumbs .swiper-slide {
        margin: 0 20px;
    }

    #org-thumbs .swiper-slide p {
        font-size: 18px;
        padding: 10px 20px;
    }

    #case .swiper-slide .img {
        width: 50%;
        height: 456px;
    }

    #case .swiper-slide .txt {
        height: 406px;
    }

    #case .swiper-slide .txt div {
        width: 50%;
        padding: 50px 35px;
    }

    #finance .swiper-slide h1 {
        font-size: 46px;
    }

    #finance .swiper-slide p {
        font-size: 20px;
    }

    #finance .swiper-button-prev,
    #finance .swiper-button-next {
        display: none;
    }

    .plan {
        height: auto;
        padding-top: 0;
        margin-bottom: 0;
    }

    .plan-box {
        display: flex;
        overflow: auto;
    }

    .plan ul {
        min-width: 1350px;
        flex-wrap: nowrap;
        margin-top: 0;
    }

    .plan ul li {
        min-width: 260px;
        height: auto;
        padding: 20px;
        margin-right: 10px;
        border-width: 2px;
    }

    .plan ul li img {
        width: 45px;
    }

    .plan ul li div {
        margin: 20px 0 15px;
    }

    .plan ul li div span {
        width: 32px;
        height: 32px;
        font-size: 18px;
        min-width: 32px;
    }

    .plan ul li div h3 {
        font-size: 14px;
    }

    .plan ul li p {
        font-size: 12px;
    }

    .plan ul li:before {
        transform: translateX(60%) scale(0.6);
    }

    .plan ul:last-of-type li:last-of-type {
        margin-right: 0;
    }

    .plan ul:last-of-type li:last-of-type:before {
        display: none;
    }

}

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

    .container {
        padding: 0 10px;
    }

    .header {
        position: fixed;
        height: auto;
        background: var(--varColor);
    }

    .header .toggle {
        position: absolute;
        top: 15px;
        right: 10px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        width: 30px;
        height: 30px;
    }

    .toggle i {
        display: inline-flex;
        width: 100%;
        height: 2px;
        background: #fff;
        border-radius: 2px;
        transition: .5s;
        transform-origin: 0 50%;
    }

    .toggle.on i:first-of-type {
        transform: rotate(40deg);
    }

    .toggle.on i:nth-of-type(2) {
        opacity: 0;
    }

    .toggle.on i:last-of-type {
        transform: rotate(-40deg);
    }

    .header .logo {
        height: 40px;
        line-height: 40px;
        margin: 10px;
    }

    .header .logo img {
        max-height: 100%;
    }

    .nav {
        position: fixed;
        top: 60px;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 0 10px;
        background: rgba(0, 121, 138, .9);
        background: linear-gradient(to right, #5d1012, #9c7b5d);
        z-index: 9999;
        display: none;
    }

    .nav .search {
        width: 100%;
        height: auto;
        padding: 15px;
    }


    .menu {
        display: block;
        width: 100%;
        height: auto;
    }

    .menu > li > a {
        display: block;
        height: 50px;
        line-height: 50px;
        color: #fff;
        font-size: 18px;
        font-weight: normal;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }

    .menu > li:after {
        position: absolute;
        content: ">";
        top: 0;
        bottom: 1px;
        right: 0;
        color: #fff;
        font-size: 20px;
        font-family: '宋体';
        text-align: center;
        width: 50px;
        line-height: 50px;
        transform: rotate(90deg);
    }

    .menu .second-menu {
        top: 51px;
        background: var(--varColor);
    }

    .menu .second-menu li a {
        color: #fff;
    }

    #slide {
        margin-top: 60px;
    }

    #slide .swiper-slide img {
        height: 240px;
    }

    .swiper-pagination {
        bottom: 10px !important;
    }

    .swiper-pagination .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }

    .flex {
        flex-wrap: wrap;
    }

    .flex > div {
        box-sizing: border-box;
    }

    .title {
        margin: 20px 0;
    }

    .title h2 {
        font-size: 20px;
    }

    .title a {
        font-size: 14px;
    }

    #news .swiper-slide {
        height: 315px;
    }

    .news-list li p {
        font-size: 16px;
        padding-left: 15px;
    }

    .news-list li p:before {
        width: 6px;
        height: 6px;
    }

    .val-list li {
        width: 100%;
        height: auto;
        padding: 15px;
        margin-bottom: 10px;
    }

    .val-list li img {
        width: 120px;
        height: 76px;
    }

    .val-list li .txt {
        margin-left: 15px;
    }

    .val-list li .txt h2 {
        font-size: 16px;
        margin-bottom: 0.5em;
    }

    .val-list li .txt h2:after {
        height: 4px;
    }

    .val-list li .txt p {
        font-size: 12px;
    }

    .service {
        height: auto;
        margin-top: 20px;
        padding: 0 0 20px;
    }

    #service {
        height: 438px;
    }

    #service .swiper-slide {
        height: 210px;
        background: #fff;
        padding: 15px;
        box-sizing: border-box;
        border-radius: 20px;
    }

    #service .swiper-slide img {
        width: 120px;
        height: 74px;
        margin-right: 10px;
    }

    #service .swiper-slide h2 {
        font-size: 16px;
        width: auto;
        margin-bottom: 0.5em;
    }

    #service .swiper-slide span {
        width: 76px;
        height: 28px;
        font-size: 13px;
    }

    #service .swiper-slide p {
        font-size: 14px;
    }

    .org {
        height: auto;
        padding: 0 0 20px 0;
    }

    #org-thumbs .swiper-wrapper {
        justify-content: left;
        margin: 0 0 20px;
    }

    #org-thumbs .swiper-slide {
        margin: 0;
    }

    #org-thumbs .swiper-slide p {
        font-size: 16px;
        padding: 5px 10px;
    }

    #org-thumbs .swiper-slide-thumb-active p {
        border-width: 2px;
    }

    #org-swiper:before, #org-swiper:after {
        display: none;
    }

    .picList li {
        height: auto;
        margin: 0 10px;
    }

    .picList li h2 {
        font-size: 18px;
        margin: 0.5em 0;
    }

    .picList li p {
        height: 7.5em;
        line-height: 1.5em;
        -webkit-line-clamp: 5;
    }

    .plan {
        padding-bottom: 20px;
    }

    #case {
        padding-bottom: 0;
    }

    #case .swiper-slide .img {
        display: none;
    }

    #case .swiper-slide .txt {
        height: auto;
        margin-top: 0;
    }

    #case .swiper-slide .txt div {
        width: 100%;
        padding: 20px 20px 40px;
    }

    #case .swiper-slide .txt h2 {
        font-size: 18px;
        margin-bottom: 0.5em;
    }

    #case .swiper-slide .txt p {
        width: 100%;
        font-size: 14px;
    }

    #finance {
        margin-bottom: 0;
    }

    #finance .swiper-slide {
        height: 280px;
        padding: 15px;
        text-align: center;
        box-sizing: border-box;
    }

    #finance .swiper-slide h3 {
        width: 100px;
        height: 36px;
        font-size: 16px;
        border-radius: 18px 0;
    }

    #finance .swiper-slide h1 {
        font-size: 22px;
    }

    #finance .swiper-slide p {
        font-size: 14px;
    }

    #finance .swiper-slide p span {
        margin: 0 10px;
    }

    #finance .swiper-slide a {
        width: 86px;
        height: 30px;
        font-size: 12px;
    }

    #fast .swiper-slide a {
        font-size: 22px;
    }

    .footer {
        padding: 20px 0;
        height: auto;
    }

    .footer .copyright div:first-of-type {
        display: none;
    }

    .footer .copyright div:last-of-type {
        align-items: start;
    }

    .footer .copyright h2 {
        font-size: 16px;
    }

    .footer .copyright h3 {
        font-size: 18px;
        margin: 5px 0;
    }

    .footer p {
        font-size: 12px;
        line-height: 1.5em;
    }

    .banner {
        height: 200px;
        margin-top: 60px;
    }

    .banner h1 {
        font-size: 22px;
        margin: 0 0 20px 0;
    }

    .banner form {
        width: 100%;
    }

    .banner input[type='text'] {
        height: 40px;
        font-size: 14px;
        padding: 0 80px 0 10px;
    }

    .banner input[type='submit'] {
        width: 70px;
        height: 40px;
        background-size: 20px;
    }

    .column {
        margin: 20px 0;
        min-height: 300px;
    }

    .bread h2 {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .nav-list{
        margin: 20px 0;
    }

    .nav-list li{
        font-size: 14px;
        margin-right: 20px;
    }

    .common-list li {
        display: block;
        font-size: 13px;
        padding-bottom: 0;
        margin-bottom: 15px;
        background: #f9f9f9;
    }

    .common-list li .img {
        display: none;
    }

    .common-list li .txt {
        margin-left: 0;
        padding: 15px;
    }

    .common-list li .txt h2 {
        font-size: 16px;
    }

    .common-list li .txt p {
        height: 3em;
        line-height: 1.5em;
        margin: 0.5em 0;
    }

    .caption {
        padding-bottom: 15px;
        border-bottom: 2px solid #DDEBF5;
    }

    .caption h3 {
        line-height: 25px;
        font-size: 20px;
        margin: 20px 0 10px;
    }

    .caption h4 {
        font-size: 18px;
    }

    .caption p span {
        font-size: 14px;
        margin: 0 3px;
    }

    .content {
        margin: 15px 0 10px;
        padding-bottom: 15px;
    }

    .detail .bottom {
        font-size: 16px;
    }

    .case-list li {
        width: 100%;
        margin-bottom: 15px;
    }
    .case-list li .img{
        display: none;
    }
    .case-list li .txt{
        height: auto;
        margin-top: 0;
    }
    .case-list li .txt div{
        width: 100%;
        padding: 15px;
    }
    .case-list li .txt div h2{
        font-size: 16px;
        margin-bottom: 1em;
        height: auto;
    }

    /*金融服务*/
    .finance-list li{
        margin-bottom: 15px;
    }
    .finance-list li .txt{
        padding: 40px 0;
    }
    .finance-list li .img{
        height: 280px;
    }
    .finance-list li .txt span{
        width: 100px;
        height: 36px;
        line-height: 36px;
        font-size: 16px;
        border-radius: 18px 0;
    }
    .finance-list li .txt h2{
        font-size: 22px;
    }
    .finance-list li .txt p{
        font-size: 14px;
    }
    .finance-list li .txt a{
        width: 86px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
    }

    /*服务机构*/
    .org-list li{
        padding: 15px;
        margin-bottom: 15px;
        border-radius: 20px;
    }
    .org-list li img{
        width: 160px;
        height: 50px;
        margin-right: 10px;
    }
    .org-list li div h2{
        font-size: 16px;
    }
    .org-list li div span{
        font-size: 12px;
        background-size: 16px;
    }
    .org-list li p{
        font-size: 14px;
        margin-top: 10px;
    }

    /*服务套餐*/
    .service-box {
        padding: 12px;
    }
    .service-txt{
        padding: 15px;
        text-align: center;
    }
    .service-txt h1{
        font-size: 23px;
    }
    .service-txt p {
        font-size: 14px;
    }
    .service-list {
        padding: 12px 15px;
    }
    .service-list li {
        font-size: 14px;
        padding: 15px;
        margin-bottom: 15px;
    }
    .service-list li h2{
        font-size: 18px;
    }
    .service-list li div p{
        margin-bottom: 0.5em;
    }
    .service-list li div span, .service-list li div a{
        font-size: 12px;
        width: 76px;
        height: 28px;
    }

}
