.banner a {
    display: block;
    width: 100%; /*height: 850px;*/
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
}

.banner {
    width: 100%;
    overflow: hidden;
}

.banner ul li img {
    display: block;
    width: 100%;
}

.business .swiper-container {
    display: none;
}

.business ul:nth-of-type(2) {
    display: none;
}

.business ul li {
    display: block;
    text-align: center;
    padding: 80px 0;
    background: #f4f4f4;
    border-right: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    transition: all .3s;
    width: 25%;
    height: 390px;
    box-sizing: border-box;
}

.business ul li:nth-of-type(3n) {
    border-right: none;
}

.business ul li:last-of-type {
    border-right: none;
}

.business .swiper-slide {
    padding: 80px 0;
    box-sizing: border-box;
}

.business .swiper-slide i {
    text-align: center;
}

.business ul li h4 {
    display: block;
    font-size: 24px;
    /*font-size: 20px;*/
    color: #565656;
    text-align: center;
    font-weight: bold;
}

.business ul li i {
    display: block;
    font-size: 60px;
    margin: 50px auto 30px;
}

.business ul li .classification {
    justify-content: left;
    margin: 0 auto;
    font-size: 0;
}

.business ul li .classification span {
    display: inline-block;
    width: 50%;
    text-align: center;
    margin-top: 10px;
    position: relative;
    font-size: 16px;
}

.business ul li .classification span:before {
    display: inline-block;
    content: '';
    vertical-align: middle;
    background: #000;
    margin-right: 5px;
    width: 8px;
    height: 1px;
}

.business ul li:hover {
    background: #346efd;
}

.business ul li:hover h4, .business ul li:hover i, .business ul li:hover .classification span {
    color: #FFF;
}

.business ul li:hover .classification span:before {
    background: #FFF;
}

.case {
    padding-bottom: 0;
}

.case .classification {
    justify-content: center;
    width: 90%;
    margin: 0 auto 40px;
    font-size: 14px;
    line-height: 20px;
}

.case .classification a {
    margin: 10px;
    color: #999;
    font-size: 18px;
}

.case ul {
    padding: 0 5px;
    margin-top: 20px;
}

.case ul li {
    width: calc(25% - 10px);
    margin: 5px 5px 30px;
}

.case ul li a {
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.case ul li a, .case ul li a .img {
    display: block;
    width: 100%;
    overflow: hidden;
}

.case ul li a img {
    transition: all .3s ease-in-out;
    display: block;
    width: 100%;
}

.case ul li a img:hover {
    transform: scale(1.1);
}

.case ul li a h4 {
    display: inline-block;
    vertical-align: top;
    margin-top: 25px;
}

.case ul li a p {
    display: inline-block;
    vertical-align: middle;
    margin: 26px 0 0 20px;
    font-size: 14px;
    color: #999;
}

.indexNews {
    padding-left: 10px;
    padding-right: 10px;
}

.indexNews > h6 {
    text-align: center;
}

.indexNews .main {
    max-width: 1200px;
    margin: 30px auto;
    align-items: flex-start;
}

.indexNews .main .slider {
    width: 560px;
}

.indexNews .main .slider img {
    display: block;
    width: 100%;
}

.indexNews .main .slider p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 55px;
    background: rgba(0, 0, 0, 0.7);
    color: #FFF;
    text-indent: 20px;
}

.swiper-slide {
    position: relative;
}

.indexNews .main ul {
    width: 600px;
}

.indexNews .main ul li {
    margin-top: 35px;
}

.indexNews .main ul li a {
    flex-wrap: initial;
    align-items: flex-start;
    width: 100%;
    font-size: 0;
}

.indexNews .main ul li a .date {
    flex: 0 0 75px;
    width: 75px;
    height: 75px;
    border: 1px solid #DDD;
    margin-right: 20px;
    text-align: center;
    color: #999;
    font-size: 14px;
    border-radius: 5px;
    position: relative;
}

.indexNews .main ul li a .date img {
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
}

.indexNews .main ul li a .date span {
    display: block;
    font-size: 30px;
    color: #999;
    text-align: center;
    padding: 8px 0;
    border-bottom: 1px solid #DDD;
    margin-bottom: 7px;
}

.indexNews .main ul li a .text-wrapper {
    width: calc(100% - 97px);
}

.indexNews .main ul li a .text-wrapper h4 {
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
}

.indexNews .main ul li a .text-wrapper p {
    line-height: 20px;
    color: #999;
    font-size: 14px;
}

.indexNews .main ul li a .text-wrapper p span {
    color: #999 !important;
}

.indexNews .main ul li a:hover .date {
    background: #346efd;
}

.indexNews .main ul li a:hover .date, .indexNews .main ul li a:hover .date span {
    color: #FFF;
    border-color: #FFF;
}

.indexNews .main ul li a:hover .text-wrapper h4 {
    color: #346efd;
}

.app {
    padding-bottom: 0;
}

.app .more {
    top: 27.5px !important;
}

.app ul {
    padding: 0 5%;
    margin: 30px auto 0;
}

.app ul li {
    width: calc(100% / 6 - 20px);
    box-sizing: border-box;
    margin: 0 10px 20px;
    background: url("../image/bg01.png") no-repeat;
    background-size: 100% 100%;
    padding: 40px 14px;
    position: relative;
}

.app ul li::-webkit-scrollbar {
    display: none;
}

.app ul li .img {
    width: 100%;
    overflow: hidden;
}

.app ul li .img img {
    display: block;
    width: 100%;
}

.app ul li:hover .erweima {
    opacity: 1;
}

.app ul li .erweima {
    position: absolute;
    left: 10px;
    right: 10px;
    top: 38px;
    bottom: 38px;
    background: rgba(0, 0, 0, .7);
    opacity: 0;
    transition: all .5s ease-in-out;
}

.app ul li .erweima img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
}

.affirm ul {
    max-width: 1200px;
    margin: 30px auto 0;
}

.affirm ul li {
    width: 49%;
    box-shadow: 0 0 15px rgba(0, 0, 0, .08);
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    margin-bottom: 20px;
    transition: all .3s;
}

.affirm ul li:nth-of-type(even) {
    float: left;
}

.affirm ul li:nth-of-type(odd) {
    float: right;
}

.affirm ul li:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
}

.affirm ul li h4 {
    background: url("../image/icon01.png") left center no-repeat;
    padding-left: 20px;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: bold;
}

.affirm ul li p {
    border-top: 1px dashed #DDD;
    line-height: 20px;
    font-size: 15px;
    padding-top: 10px;
}

.wx {
    padding-top: 20px;
    padding-bottom: 0;
}

.wx ul {
    margin-bottom: 0;
}

.wx .more {
    top: -27.5px;
}

.problem .top {
    flex-wrap: initial;
    width: 90%;
    max-width: 1200px;
    margin: 50px auto 0;
    font-size: 0;
}

.problem .top .title i {
    width: calc(100% - 385px);
    height: 1px;
    background: #DDD;
    margin: 0 15px;
}

.problem .top .title span {
    font-size: 25px;
    font-weight: bold;
    color: #346efd;
}

.problem .top ul li {
    width: 48%;
    margin-top: 40px;
    font-size: 0;
}

.problem .top ul li .text-wrapper {
    width: 45%;
    margin-right: 5%;
}

.problem .top ul li .text-wrapper p {
    font-size: 14px;
    margin-bottom: 20px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.problem .top ul li .text-wrapper p:first-of-type {
    margin-bottom: 50px;
}

.problem .top ul li > img {
    width: 45%;
    max-width: 252px;
}

.problem > ul {
    margin: 35px 0 0 0;
    padding: 0 5px;
}

.problem > ul li {
    width: calc(25% - 10px);
    margin: 20px 5px 0;
}

.problem > ul li img {
    display: block;
    width: 100%;
    margin-bottom: 25px;
}

.problem > ul li a {
    display: block;
    overflow: hidden;
}

.problem > ul li a h4, .problem > ul li a p {
    display: inline-block;
    vertical-align: middle;
}

.problem > ul li a p {
    font-size: 14px;
    color: #999;
}

.problem > ul li img {
    transition: all .3s ease-in-out;
}

.problem > ul li img:hover {
    transform: scale(1.1);
}

.logos ul {
    padding: 0 5%;
    margin-left: -20px;
}

.logos ul li {
    width: calc((100% - 120px) / 6);
    position: relative;
    margin: 20px 0 0 20px;
}

.logos ul li img {
    display: block;
    margin: 0 auto;
    max-width: 193px;
    width: 100%;
}

.list {
    width: 90%;
    margin: 0 auto;
}

.list .top {
    margin-bottom: 50px;
}

.list .top a {
    display: inline-block;
    float: initial;
    font-size: 18px;
    margin-right: 50px;
}

.list .top a:after {
    display: block;
    content: '';
    width: 0;
    height: 3px;
    background: #346efd;
    margin-top: 15px;
    transition: all .3s;
}

.list .top a:hover, .list .top a.cur {
    color: #346efd;
}

.list .top a:hover:after, .list .top a.cur:after {
    width: 100%;
}

.list ul {
    margin-left: -40px;
}

.list ul li {
    width: calc((100% - 120px) / 3);
    margin: 0 0 20px 40px;
}

.list ul li img {
    display: block;
    width: 100%;
    transition: all .3s;
}

.list ul li .img {
    margin-bottom: 15px;
    overflow: hidden;
}

.news ul li:hover {
    background-color: #346efd !important;
}

.list ul li:hover img {
    transform: scale(1.1);
}

.list ul li span {
    font-size: 13px;
    color: #999;
    font-style: oblique;
    margin-left: 10px;
}

.project {
    padding: 0;
}

.project ul li {
    display: table;
}

.project ul li > div {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}

.project ul li .text-wrapper {
    background: #f5f5f5;
    padding: 0 5%;
    box-sizing: border-box;
    position: relative;
}

.project ul li .text-wrapper img {
    opacity: 0;
    transition: all .3s;
}

.project ul li .text-wrapper:hover img {
    transform: translateX(30px);
    opacity: 1;
}

.project ul li h4 {
    font-size: 40px;
    color: #000;
    margin-bottom: 30px;
}

.project ul li h4 span {
    color: #000;
    font-weight: bold;
}

.project ul li .text-wrapper p {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}

.project ul li .imgs {
    position: relative;
}

.project ul li:nth-of-type(odd) .imgs:first-of-type {
    display: none;
}

.project ul li:nth-of-type(even) .imgs:last-of-type {
    display: none;
}

.project ul li .imgs img {
    display: block;
    width: 100%;
}

.project ul li .imgs .text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    padding: 60px;
    box-sizing: border-box;
    vertical-align: bottom;
    opacity: 0;
    transition: all .3s;
}

.project ul li .imgs:hover .text {
    opacity: 1;
}

.project ul li .imgs:hover .text:before {
    width: calc(100% - 60px);
}

.project ul li .imgs:hover .text:after {
    height: calc(100% - 60px);
}

.project ul li .imgs .text:before {
    display: block;
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 30px;
    right: 30px;
    bottom: 30px;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    width: 0;
    transition: all .3s .1s;
}

.project ul li .imgs .text:after {
    display: block;
    content: '';
    position: absolute;
    left: 30px;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    border-left: 1px solid #FFF;
    border-right: 1px solid #FFF;
    height: 0;
    transition: all .3s .1s;
}

.project ul li .imgs .text h4 span {
    display: block;
    color: #FFF;
    margin-bottom: 30px;
}

.project ul li .imgs .text h4 {
    color: #FFF;
    position: absolute;
    bottom: 60px;
    left: 60px;
}

.newsList {
    width: 90%;
    margin: 0 auto;
}

.newsList > .top {
    margin-bottom: 80px;
}

.newsList > .top .year a {
    color: #999;
    font-size: 2.5rem;
    font-weight: lighter;
    margin-right: 20px;
    transition: all .3s;
}

.newsList > .top .year a:hover {
    color: #d61919;
}

.newsList > .top form input {
    flex: 1;
    height: 30px;
    text-indent: 1rem;
    font-size: 14px;
    color: #999;
    background: #e2e2e2;
    border-radius: 0;
    border: none;
}

.newsList > .top form button {
    width: 30px;
    height: 30px;
    background-color: #8f8f8f;
    background-image: url("../image/search.png");
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 0;
    border: none;
}

.newsList .flex {
    flex-wrap: initial;
}

.newsList ul {
    position: relative;
    margin-left: -2rem;
}

.newsList ul li {
    width: calc(25% - 2rem);
    margin: 0 0 2rem 2rem;
    float: left;
}

.newsList ul li a {
    display: block;
    background: #FFF;
}

.newsList ul li a:hover img {
    transform: scale(1.1);
}

.newsList ul li a:hover i {
    color: #d61919;
}

.newsList ul li a .img {
    overflow: hidden;
}

.newsList ul li a img {
    display: block;
    transition: all .3s;
    width: 100%;
}

.newsList ul li a .top {
    justify-content: initial;
    align-items: flex-start;
}

.newsList ul li a .top .date {
    width: 80px;
    text-align: center;
    border-right: 1px solid #DDD;
    margin-right: 15px;
    font-size: 12px;
}

.newsList ul li a .top .date span {
    display: block;
    color: #333;
    font-size: 50px;
    font-weight: bold;
    line-height: 3rem;
}

.newsList ul li a .top h4 {
    width: calc(100% - 110px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.newsList ul li .text-wrapper {
    padding: 1rem;
    flex: 1;
}

.newsList ul li a .text-wrapper p {
    font-size: 13px;
    line-height: 20px;
    height: 40px;
    color: #777;
    margin: 1rem 0;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.newsList ul li a .text-wrapper .bottom {
    border-top: 1px solid #ececec;
    padding-top: 1rem;
}

.newsList ul li a .text-wrapper .bottom i {
    font-size: 20px;
}

.newsMain {
    padding: 0;
}

.newsMain .top {
    padding: 200px 5% 60px;
    background: #d61919;
    align-items: flex-end;
}

.newsMain .top span {
    font-size: 14px;
    color: #FFF;
}

.newsMain .top h2 {
    font-size: 3.5rem;
    font-weight: bold;
    color: #FFF;
    margin: 20px 0;
}

.newsMain .top p {
    color: #FFF;
}

.newsMain .top a {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 1.5rem;
    color: #FFF;
    border-radius: 50%;
    box-sizing: border-box;
    margin: 0 10px;
    border: 1px solid #FFF;
    transition: all .7s;
}

.newsMain .top a:hover {
    background: #3a3a3a;
    border-color: #3a3a3a;
    color: #fff;
}

.newsMain .top .btn {
    margin-top: 30px;
}

.newsMain .main {
    padding: 50px 5%;
}

.newsMain .main img {
    display: block;
    width: 100%;
    margin: 0 auto;
}

.newsMain .main p {
    margin-bottom: 1.6rem;
    font-size: 14px;
    line-height: 20px;
}

.newsMain .main p:last-of-type {
    margin-bottom: 0;
}

.aboutTop {
    padding: 0;
}

.aboutTop > img {
    display: block;
    width: 100%;
}

.aboutTop .text-wrapper {
    position: relative;
    z-index: 9;
    background: #346efd;
    width: 100%;
    max-width: 1200px;
    margin: -80px auto 0;
    padding: 80px;
    box-sizing: border-box;
}

.aboutTop .text-wrapper > .flex {
    align-items: flex-start;
    position: relative;
}

.aboutTop .text-wrapper > div.flex img {
    width: 35%;
}

.aboutTop .text-wrapper > .flex .main {
    flex: 1;
}

.aboutTop .text-wrapper > .flex .text {
    color: #FFF;
    line-height: 25px;
    position: relative;
    left: -4rem;
}

.aboutTop .text-wrapper > .flex h3 {
    position: absolute;
    bottom: 0;
    font-size: 2.5rem;
    color: #FFF;
    margin-left: 3rem;
}

.aboutTop .text-wrapper ul {
    margin-top: 50px;
}

.aboutTop .text-wrapper ul li h4 {
    font-size: 4rem;
    color: #FFF;
}

.aboutTop .text-wrapper ul li span {
    display: block;
    color: #FFF;
    margin-top: 10px;
}

.aboutTop .text-wrapper > i {
    display: block;
    margin: 30px auto 0;
    text-align: center;
    color: #FFF;
    font-size: 3rem;
}

.textMain {
    padding: 60px 0 0;
}

.textMain h3 {
    font-size: 2rem;
    text-align: center;
    font-family: Arial;
    color: #000;
}

.textMain h2 {
    color: #000;
    margin: 30px auto;
    font-weight: normal;
}

.textMain h6 {
    font-size: 18px;
}

.textMain ul {
    margin-top: 50px;
}

.textMain ul li {
    flex: 1;
    overflow: hidden;
}

.textMain ul li img {
    display: block;
    width: 100%;
    transition: all .3s;
}

.textMain ul li img:hover {
    transform: scale(1.1);
}

.textMain ul li.imgs .box {
    width: 50%;
    overflow: hidden;
}

.textMain > p {
    text-align: center;
    line-height: 30px;
    width: 90%;
    margin: 0 auto 60px;
}

.textMain > img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

article .contact {
    padding: 40px 0;
}

.contact {
    width: 90%;
    margin: 0 auto;
}

.contact ul {
    align-items: flex-start;
}

.contact ul li {
    flex: 1;
}

.contact ul li h4 {
    font-size: 25px;
    color: #000;
    margin-bottom: 20px;
}

.contact ul li h6 {
    color: #999;
}

.contact ul li .text p {
    font-size: 20px;
    color: #000;
    line-height: 30px;
}

.route {
    align-items: flex-start;
    border-top: 0px solid #DDD;
    font-size: 0;
}

.route .text {
    width: 45%;
}

.route .text h3 {
    color: #346efd;
    font-size: 35px;
    font-weight: bold;
}

.route .text h4 {
    margin: 40px 0;
    font-size: 25px;
    color: #000;
}

.route .text p {
    line-height: 30px;
    margin-bottom: 30px;
    font-size: 16px;
}

.route #map {
    flex: 1;
    width: 55%;
    height: 350px;
}

.paging ul {
    text-align: center;
    padding: 20px 0;
}

.paging ul li {
    display: inline-block;
    border: 1px solid #DDD;
    border-radius: 5px;
    margin: 0 10px;
    overflow: hidden;
}

.paging ul li a, .paging ul li span {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 38px;
    font-size: 14px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    color: #999;
}

.paging ul li a:hover, .paging ul li span {
    border-color: #f60;
    background: #e5e5e5;
    color: #333;
}

.app ul li .erweima .text {
    display: none;
}

#hover {
    position: absolute;
    left: 50%;
    bottom: 30px;
    margin-left: -16px;
    z-index: 999999999999;
    animation: hover 1.5s ease infinite;
    animation-fill-mode: forwards;
}

@keyframes hover {
    0% {
        transform: translateY(-10px);
    }
    50% {
        transform: translateX(0);
    }
    100% {
        transform: translateY(-10px);
    }
}

.xcx {
    padding: 0;
    display: none;
}

.xcx .xcxHeader {
    background: url("../image/xcxBg.jpg") no-repeat;
    background-size: 100% 100%;
}

.xcx .xcxHeader .top {
    width: 100%;
    text-align: center;
    padding: 60px 0;
}

.xcx .xcxHeader .top h4 {
    width: 100%;
    font-size: 20px;
    color: #FFF;
}

.xcx .xcxHeader .top p {
    width: 100%;
    font-size: 14px;
    color: #FFF;
    margin-top: 10px;
}

.xcx .xcxHeader ul {
    display: table;
    padding: 10px 0;
    background: rgba(0, 0, 0, .5);
}

.xcx .xcxHeader ul li {
    display: table-cell;
    padding: 0 20px;
    border-right: 1px solid #FFF;
    text-align: center;
}

.xcx .xcxHeader ul li:last-of-type {
    border-right: none;
}

.xcx .xcxHeader ul li h5 {
    font-size: 14px;
    color: #FFF;
}

.xcx .xcxHeader ul li p {
    font-size: 12px;
    color: #FFF;
    margin-top: 5px;
    line-height: 15px;
}

.xcx .tab .list {
    width: 100%;
    white-space: nowrap;
    overflow: auto;
    background: #f4f4f4;
    font-size: 0;
}

.xcx .tab .list span {
    font-size: 16px;
    display: inline-block;
    padding: 0 10px;
    color: #333;
    line-height: 48px;
    border-bottom: 2px solid #f4f4f4;
}

.xcx .tab .list span.cur {
    border-bottom-color: #d61919;
}

.xcx .tab .txt {
    padding: 20px;
}

.xcx .tab .txt h4, .xcx .bottom h4 {
    font-size: 16px;
    color: #333;
    padding: 10px 0;
}

.xcx .tab .txt p {
    font-size: 14px;
    line-height: 20px;
    transition: all .3s;
    display: none;
}

.xcx .tab .txt p.cur {
    display: block;
}

.xcx .bottom {
    border-top: 1px solid #EEE;
    margin: 0 10px;
    padding: 10px;
}

.xcx .bottom p {
    font-size: 14px;
    line-height: 20px;
}

.xcx .bottom ul {
    font-size: 0;
}

.xcx .bottom ul li {
    display: inline-block;
    vertical-align: top;
    width: calc((100% - 40px) / 3);
    margin: 20px 20px 0 0;
}

.xcx .bottom ul li:nth-of-type(3n) {
    margin-right: 0;
}

.xcx .bottom ul li img {
    display: block;
    width: 100%;
}

.xcx .bottom ul li p {
    font-size: 12px;
    color: #999;
    text-align: center;
    margin-top: 5px;
}

.ewmFix {
    display: none;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, .7);
}

.ewmFix img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
}

.count ul li {
    width: 33.3333%;
    text-align: center;
    box-sizing: border-box;
    border-right: 1px solid #CCC;
}

.count ul li:last-of-type {
    border-right: none;
}

.count ul li h4 {
    font-size: 50px;
    /*font-size: 30px;*/
    color: #666;
    margin-bottom: 20px;
}
.ddds:before{
    display: block;
    height: 60px;
    background-image: url("../image/ddds.png");
    background-size: 60px 60px;
    background-repeat: no-repeat;
    background-position: center;
}
.count ul li h4 span {
    color: #666;
    font-weight: bold;
}

.count ul li p {
    font-size: 16px;
    color: #999;
}

@media screen and (min-width: 415px) {
    .newsList ul li a img {
        height: 183px;
    }
}

@media screen and (max-width: 1200px) {
    .aboutTop .text-wrapper > div.flex img {
        display: block;
        width: 40%;
        margin-right: 20px;
    }

    .aboutTop .text-wrapper > div.flex .main h3 {
        position: relative;
        margin: 0 0 10px 0;
        font-size: 16px;
    }

    .aboutTop .text-wrapper > div.flex .main .text {
        left: 0;
        font-size: 12px;
    }

    .aboutTop .text-wrapper ul li h4 {
        font-size: 3rem;
    }
}

@media screen and (max-width: 1024px) {
    .money form {
        display: block;
    }

    .money form input[type="text"] {
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }

    .money form input[type="submit"], .money form a {
        display: inline-block;
        vertical-align: top;
        margin-top: 10px;
    }

    .newsList ul li {
        width: calc(33.3333% - 2rem);
    }

    .contact ul {
        display: block;
    }

    .contact ul li {
        margin-bottom: 30px;
    }

    .project ul li h4 {
        font-size: 25px;
    }

    .project ul li .text-wrapper p {
        font-size: 14px;
    }

    .logos ul li {
        width: calc((100% - 100px) / 5);
        position: relative;
        margin: 20px 0 0 20px;
    }

    .news .main .slider, .news .main ul {
        display: block;
        width: 90%;
        margin: 0 auto;
    }

    .news .main ul {
        margin-top: 30px;
    }
}

@media screen and (max-width: 768px) {
    body {
        padding-top: 60px;
    }

    .route {
        display: block;
    }

    .route .map, .route .text {
        width: 100%;
    }

    .mobile-header, .mobile-header .top {
        height: 60px;
    }

    .mobile-header .top > a .text, .mobile-header .top .nav_btn > span, .mobile-header .top > a:last-of-type, .mobile-header .top > div.flex > a {
        display: none;
    }

    .mobile-header .top .nav_btn {
        right: 0;
        height: 60px;
        line-height: 60px;
    }

    .mobile-header .top > a > img {
        display: block;
        height: 50px;
    }

    .business ul li {
        width: 100%;
    }

    .case ul li {
        width: calc(50% - 10px);
        height: 154px;
    }

    .news .main {
        justify-content: center;
    }

    .problem > ul li, .app ul li {
        width: calc(50% - 20px);
    }

    .problem .top ul li {
        width: 100%;
    }

    .affirm ul li {
        float: initial !important;
        width: 90%;
        margin: 0 auto 20px;
    }

    footer .top > ul, footer .top .imgs, footer .top .icon {
        flex: 0 0 100%;
        justify-content: center;
        margin-bottom: 30px;
    }

    .list {
        padding-bottom: 0;
    }

    .list ul li {
        width: calc(50% - 40px);
    }

    .list ul li span {
        display: block;
        margin: 5px 0 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .list .top {
        white-space: nowrap;
        overflow-x: auto;
        flex-wrap: initial;
    }

    .list .top::-webkit-scrollbar {
        display: none;
    }

    .newsList ul li {
        width: calc(50% - 2rem);
    }

    .newsList {
        padding: 30px 0;
    }

    .newsList > .top {
        display: block;
        margin-bottom: 30px;
    }

    .newsList > .top .year {
        margin-bottom: 10px;
    }

    .newsList > .top .year a {
        font-size: 1.5rem;
    }

    .newsMain .top {
        display: block;
        padding-top: 120px;
    }

    .newsMain .top h2 {
        font-size: 2rem;
    }

    .newsMain .top .btn {
        margin-top: 40px;
    }

    .newsMain .top .btn, .newsMain .top .btn a {
        display: inline-block;
    }

    .project ul li {
        margin: 10px;
    }

    .project ul li h4 {
        font-size: 18px;
    }

    .project ul li .imgs:first-of-type {
        display: table-cell !important;
    }

    .logos ul li {
        width: calc((100% - 80px) / 4);
        position: relative;
        margin: 20px 0 0 20px;
    }
}

@media screen and (max-width: 700px) {
    .aboutTop .text-wrapper {
        padding: 30px 20px;
    }

    .aboutTop .text-wrapper > div.flex .main h3 {
        font-size: 2rem;
        margin-top: 20px;
    }

    .aboutTop .text-wrapper > div.flex .main .text {
        font-size: 16px;
    }

    .aboutTop .text-wrapper > .flex {
        display: block;
    }

    .aboutTop .text-wrapper ul li {
        text-align: center;
        margin: 20px auto;
    }
}

@media screen and (max-width: 414px) {
    #hover, .app .more {
        display: none;
    }

    .xcx {
        display: block;
    }

    section > h2 {
        font-size: 25px;
    }

    .business ul:first-of-type {
        display: none;
    }

    .business ul:nth-of-type(2) {
        display: block;
    }

    .business ul li {
        width: 100%;
    }

    .business ul:nth-of-type(2) li {
        width: calc(100% / 3);
        height: initial;
        padding: 20px 0;
    }

    .business ul:nth-of-type(2) li h4 {
        font-size: 12px;
        font-weight: initial;
    }

    .business ul:nth-of-type(2) li img {
        width: 30px;
        display: block;
        margin: 0 auto 10px;
    }

    .business .swiper-container {
        display: block;
    }

    .problem > ul li {
        width: calc(50% - 10px);
    }

    .app ul li {
        width: calc((100% - 40px) / 3);
        padding: 0;
        margin: 0 20px 20px 0;
        background: none;
    }

    .app ul li:nth-of-type(3n) {
        margin-right: 0;
    }

    .app ul li .erweima {
        width: 100%;
        position: initial;
        background: none;
        opacity: 1;
    }

    .app ul li .erweima img {
        width: 100%;
        position: initial;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .app ul li .img {
        display: none;
    }

    .app ul li .erweima .text {
        display: block;
        text-align: center;
        line-height: 20px;
    }

    .app ul li .erweima .text h4 {
        font-size: 16px;
        color: #444;
    }

    .app ul li .erweima .text p {
        font-size: 12px;
        color: #999;
    }

    footer .top .icon a {
        margin: 0 10px;
    }

    .case ul li a h4, .case ul li a p {
        display: block;
        margin: 10px 0 0;
    }

    .banner a {
        display: block;
        width: 100%;
        height: 290px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .newsList ul li {
        width: calc(100% - 2rem);
    }

    .newsList > .top .year a {
        font-size: 1.2rem;
    }

    .page-banner .text-wrapper h2 {
        font-size: 30px;
    }

    .project ul li .imgs {
        display: none !important;
    }

    .project ul li .imgs:first-of-type, .project ul li .text-wrapper {
        display: block !important;
        width: 100%;
    }

    .project ul li .text-wrapper {
        padding: 5%;
    }

    .logos ul li {
        width: calc((100% - 40px) / 2);
        position: relative;
        margin: 20px 0 0 20px;
    }

    footer .top .imgs {
        margin-left: 0;
    }

    footer .top .icon {
        float: initial;
        text-align: center;
    }

    footer .top .icon a {
        float: initial;
        display: inline-block;
    }

    .aboutTop > img {
        display: none;
    }

    .aboutTop .text-wrapper {
        margin-top: 0;
    }

    .count ul li h4 {
        font-size: 32px;
    }

    .count ul li p {
        font-size: 14px;
    }
}