* {
    margin: 0;
    padding: 0;
}


li {
    list-style: none;
}

input,
button,
textarea,
video {
    outline: 0;
    border: 0;
    background: none;
    resize: none;
}

.swiper-button-next,
.swiper-button-prev {
    outline: none;
}

.swiper-button-lock,
.swiper-pagination-lock,
.swiper-scrollbar-lock {
    display: block !important;
}

.swiper-pagination-bullet {
    outline: none;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    display: none;
}

@font-face {
    font-family: dinr;
    src: url(../font/DINPro-Regular.otf);
}

@font-face {
    font-family: syl;
    src: url(../font/SOURCEHANSANSCN-LIGHT.OTF);
}

@font-face {
    font-family: syr;
    src: url(../font/SOURCEHANSANSCN-REGULAR.OTF);
}

body {
    min-width: 1200px;
    max-width: 1920px;
    margin: 0 auto !important;
    font-size: 20px;
    font-family: syr !important;
    color: #333333;
}

.box {
    width: 73.5688%;
    min-width: 1200px;
    margin: 0 auto;
}

/* header */

header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    z-index: 999;
    transition: .2s;
}

.htop {
    margin: 14px 0 25px;
    color: #fff;
}

.htop .txt {
    margin-left: 20px;
}

.htop .txt p:nth-child(1) {
    font-size: 24px;
    letter-spacing: 9.4px;
}

.htop .txt p:nth-child(2) {
    font: 18px syl;
    word-spacing: 3px;
    letter-spacing: -0.4px;
}

.htop .phone {
    font: 28px dinr;
}

.htop .phone img {
    margin-right: 16px;
}

nav {
    height: 70px;
    background: #fff;
    border-radius: 10px;
    padding: 0 7.3%;
}

nav a {
    font: 18px syl;
    color: #666666;
}

nav .active,
nav a:hover {
    font-family: syr;
    font-weight: bold;
    color: #e15b06;
}

nav span {
    width: 1px;
    height: 15px;
    background: rgb(102, 102, 102, .5);
}

.header {
    display: none;
    position: fixed;
    background: #fafafa;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
}

.header .box {
    height: 100px;
}

.header nav {
    padding: 0;
    width: 70%;
}

/* header end */

.xuan {
    position: fixed;
    right: 24px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 96px;
    height: 395px;
    background: #f4f4f4;
    z-index: 99;
    font: 14px syl;
    color: #a2a2a2;
    padding: 18px 0 16px;
}

.xuan .line {
    height: 1px;
    background: #eeeeee;
}

.xuan li .img {
    width: 52px;
    background: #ededed;
    border-radius: 50%;
    margin: 0 auto 6px;
}

.xuan li:last-child .img {
    margin-bottom: 0;
}

.xuan li:hover .img {
    background: #e15b06;
}

.xuan li:hover .img img {
    filter: brightness(100);
}

.xuan li:hover .kuang {
    display: flex;
}

.xuan li .kuang {
    display: none;
    background-color: rgb(255, 255, 255);
    box-shadow: 1.5px 2.598px 11.18px 1.82px rgb(28 28 28 / 13%);
    width: 200px;
    height: 60px;
    right: 110px;
    border-radius: 15px;
    font-size: 20px;
}

.xuan li .kuang1 {
    width: 140px;
    height: 140px;
}

.xuan .kuang .jiao {
    top: 0;
    bottom: 0;
    margin: auto;
    right: -20px;
    width: 0;
    height: 0;
    border-width: 10px;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    filter: drop-shadow(1.5px 2.598px 11.18px rgb(28 28 28 / 13%));
}

/* footer */

footer {
    color: #fff;
    font-size: 16.8px;
    background: #e15b06;
}

@media screen and (max-width:1580px) {
    footer .box {
        width: 100%;
    }
}

.f_top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.27);
    padding: 53px 0 16px;
}

.f_top ul {
    width: 69.323%;
}

.f_top a {
    color: #fff;
    opacity: 0.42;
}

.f_top .active,
.f_top a:hover {
    color: #fff;
    opacity: 1;
}

.f_top ul span {
    opacity: 0.1;
    font-size: 14px;
}

.f_top .qr {
    width: 16.5%;
}

.f_top .qr img {
    width: 74px;
}

.f_top .qr p {
    font-size: 14px;
    margin-top: 10px;
}

.f_mid .tt {
    font: 16px syl;
    opacity: 0.5;
}

.f_mid .cn {
    font: 16px syl;
    margin-top: 3px;
}

.f_mid .line {
    width: 1px;
    height: 108px;
    background: rgba(255, 255, 255, 0.27);
}

.f_mid img {
    margin-right: 16px;
}

.f_bottom {
    font-size: 14px;
    color: rgb(255, 255, 255, .76);
    line-height: 53px;
    border-top: 1px solid rgba(255, 255, 255, 0.27);
}

.f_bottom a,
.f_bottom a:hover {
    color: rgb(255, 255, 255, .76);
}

/* footer end */

/* 列表分页 */


.pagination {
    width: 100%;
    line-height: 78px;
    font-size: 22px;
    color: #333333;
    text-align: center;
    border-top: 1px solid #bfbfbf;
    position: absolute;
    bottom: 45px;
    left: 0;
}

.pagination li {
    width: 50px;
    text-align: center;
    line-height: 35px;
    display: inline-block;
    margin: 0 3px;
}

.pagination li a {
    color: #333333;
}

.pagination li.active,
.pagination li a:hover {
    color: #e15b06 !important;
    position: relative;
}

.pagination li.active::after {
    content: '';
    width: 50px;
    height: 4px;
    background: #e15b06;
    position: absolute;
    left: 0;
    right: 0;
    top: -23px;
}

.sxy {
    padding-top: 30px;
    border-top: 1px solid #cccccc;
    font-size: 18px;
    color: #111111;
    margin-top: 70px;
}

.sxy>div {
    max-width: 45%;
}


/* 列表分页 end */


/* index */

.swiper0 .swiper-pagination.swiper-pagination-bullets {
    bottom: 16px;
}

.swiper0 .swiper-pagination-bullet {
    width: 30px;
    height: 4px;
    background: #fff;
    margin: 0 5px !important;
    border-radius: 0;
    opacity: 1;
}

.swiper0 .swiper-pagination-bullet-active {
    background: #e15b06;
}

.swiper0 .box {
    top: 252px;
    left: 0;
    right: 0;
}

.swiper0 form {
    width: 345px;
    background: rgb(255, 255, 255, .8);
    padding: 34px 1.6% 34px;
}

.swiper0 form .tit {
    font-size: 24px;
    margin-bottom: 26px;
}

.swiper0 form .tit span {
    color: #e15b06;
}

.swiper0 form p:nth-child(n+2) {
    height: 60px;
    background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    font: 16px syl;
    color: #666666;
    padding-left: 6.7%;
    margin-bottom: 16px;
}

.swiper0 form input {
    width: 50%;
    height: 100%;
}

.swiper0 form button {
    width: 100%;
    height: 60px;
    background: #e15b06;
    border-radius: 5px;
    font: 16px syl;
    color: #fff;
}

.index1 {
    padding-top: 92px;
}

.title .aa {
    font-size: 48px;
    line-height: 1;
    color: #e85e05;
}

.title .aa span {
    width: 11px;
    height: 11px;
    background: #e85e05;
    border-radius: 50%;
    margin: 0 14px;
}

.title .line {
    width: 33px;
    height: 2px;
    background: #e85e05;
    margin: 11px auto 7px;
}

.title .bb {
    font: 18px syl;
    color: #999999;
    text-transform: uppercase;
    letter-spacing: 1px;
}

html {
    scroll-padding-top: 250px;
}

.index1 .box {
    margin-top: 10px;
}

.index1 li {
    width: calc(32% + 2px);
    background: rgb(161, 185, 234, .3);
    border-radius: 10px;
    overflow: hidden;
}

.index1 .tit {
    border-radius: 10px;
    background: linear-gradient(to top, rgb(31, 68, 146) 0%, rgb(81, 123, 209) 60%);
    height: 120px;
    font-size: 30px;
    color: #fff;
}

.index1 .tit img {
    right: 4px;
    bottom: 4px;
    width: 46px;
}

.index1 .h148 {
    height: 148px;
}

.index1 .aaa {
    padding-top: 20px;
    border-bottom: 2px solid #fff;
}

.index1 .aaa>div {
    width: 74%;
    margin: auto;
}

.index1 .tt {
    font-size: 24px;
}

.index1 .cn {
    font: 18px/28px syl;
    -webkit-line-clamp: 2;
    margin-top: 4px;
}

.index1 .color {
    color: #386fdf;
}

.index1 .bg {
    background: #386fdf;
}

.index1 .bbb {
    height: 253px;
    background: #f8f8f8;
}

.index1 .bbb .cn {
    -webkit-line-clamp: 6;
}

.index1 .txt1 {
    height: 100px;
    font-size: 24px;
    color: #fff;
}

.index1 .txt1 img {
    margin-left: 20px;
}

.index1 .more {
    height: 100px;
    border-top: 3px solid #fff;
    font: 24px syl;
}

.index1 .more a {
    width: 47%;
    color: #fff;
}

.index1 .more span {
    width: 1px;
    height: 100px;
    background: #fff;
    transform: rotate(13deg);
}

.index1 li {
    margin-top: 24px;
}

.index1 li:nth-child(n+4) .bbb {
    height: 132px;
}

.index1 li:hover {
    background: rgb(225, 91, 6, .3);
}

.index1 li:hover .color {
    color: #e15b06;
}

.index1 li:hover .bg {
    background: #e15b06;
}

.index1 li:hover .tit {
    background: linear-gradient(89deg, rgb(225, 91, 6) 40%, rgb(250, 95, 16) 100%);
}

.index1 .box>div {
    width: calc(32% + 2px);
}

.index1 .box>div .tit {
    margin: 281px 0 20px;
}

.title .cc {
    font-size: 36px;
}

.title .cc span {
    color: #e15b06;
    display: inline-block;
    margin-left: 24px;
}

.title .cc span::before {
    content: '';
    width: 172px;
    height: 39px;
    background: url(../images/titimg.png) no-repeat center;
    position: absolute;
    top: 8px;
    left: -15px;
}

.index2 {
    padding: 92px 0 68px;
}

.index2 .title .cc {
    margin-top: 25px;
}

.index2 .title .cc b {
    margin-left: -10px;
}

.index2 .title .cc::after {
    content: '';
    width: 100%;
    height: 55px;
    background: url(../images/index2_01.png) no-repeat center;
    position: absolute;
    left: 0;
    top: 6px;
}

.index2 .box {
    margin-top: 20px;
}

.index2 li {
    width: calc(33% - 4px);
    height: 573px;
    background: #f4f4f4;
    border: 1px solid #e5e5e5;
    margin-right: 0.9%;
    margin-top: 109px;
    transition: .4s;
}

.index2 li:nth-child(3n) {
    margin-right: 0;
}

.index2 .img {
    width: 204px;
    height: 204px;
    overflow: hidden;
    background: #d6dbde;
    border-radius: 50%;
    border: 1px solid rgb(56, 111, 223, .16);
    box-shadow: 0.261px 2.989px 2.73px 0.27px rgba(56, 111, 223, 0.18);
    margin: -85px auto 0;
}

.index2 .tit {
    font-size: 30px;
    color: #386fdf;
    margin: 42px 0 25px;
}

.index2 .con {
    width: 66%;
    margin: auto;
    font: 18px/36px syl;
}

.index2 .con b {
    font-family: syr;
}

.index2 .con p:nth-child(4) {
    height: 108px;
    -webkit-line-clamp: 3;
}

.index2 .more {
    width: 320px;
    height: 60px;
    border-radius: 10px;
    background: linear-gradient(to top, rgb(31, 68, 146) 0%, rgb(81, 123, 209) 60%);
    font: 18px syl;
    color: #fff;
    margin: 33px auto 0;
}

.index2 li:hover {
    background: #e15b06;
    color: #fff;
}

.index2 li:hover .img {
    border-color: transparent;
    box-shadow: 0.261px 2.989px 3px 0px rgba(190, 81, 11, 0.41);
}

.index2 li:hover .tit {
    color: #fff;
}

.index2 li:hover .more {
    background: #fff;
    color: #e15b06;
}

.index3 {
    overflow: hidden;
}

.index3 .box {
    margin-top: 43px;
}

.index3 li {
    height: 428px;
}

.index3 .tit {
    font-size: 30px;
    background-image: -webkit-linear-gradient(top, #517bd1, #1f4492);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.index3 li:nth-child(odd) .img {
    right: 50%;
}

.index3 li:nth-child(2n) .img {
    left: 50%;
}

.index3 .text {
    width: 50%;
}

.index3 li:nth-child(odd) .text {
    padding-left: 7.2%;
}

.index3 li:nth-child(2n) .text {
    padding-left: 7.2%;
}

.index3 .con {
    width: 83%;
    font: 18px/25px syl;
    margin: 30px 0 60px;
}

.index3 a {
    font: 18px syl;
    color: #386fdf;
    width: 270px;
    height: 60px;
    border: 1px solid #386fdf;
    border-radius: 10px;
}

.index3 li:hover .tit {
    background-image: -webkit-linear-gradient(top, #e15b06, #fa5f10);
}

.index3 li:hover a {
    background: linear-gradient(#e15b06, #fa5f10);
    border-color: transparent;
    color: #fff;
}

.index4 {
    padding: 87px 0 95px;
}

.index4 .box {
    margin-top: 46px;
}

.index4 img {
    border-radius: 10px;
}

.index4 .box>div:nth-child(1) {
    width: calc(33% - 2px);
}

.index4 .box>div:nth-child(2) {
    width: 66.43%;
}

.index4 .p_a {
    bottom: 0;
    width: 100%;
    height: 116px;
    background: rgb(0, 0, 0, .7);
    border-radius: 0 0 10px 10px;
    padding: 0 3.6% 0 3.7%;
}

.index4 .p_a p {
    width: 66.232%;
    font: 16px/25px syl;
    color: #fff;
}

.index4 a,
.index4 a:hover {
    width: 31.4%;
    height: 60px;
    background: linear-gradient(89deg, rgb(225, 91, 6) 40%, rgb(250, 95, 16) 100%);
    border-radius: 10px;
    font: 18px syl;
    color: #fff;
}

.index4 a img {
    margin-left: 32px;
}

.index5 {
    background: url(../images/index5.png) no-repeat center;
    height: 1132px;
}

.index5 .box {
    width: 1003px;
    min-width: auto;
    top: 370px;
    left: 0;
    right: 0;
}

.index5 p {
    font: 16px/28px syl;
    margin: 32px 0 66px;
}

.index5 a,
.index5 a:hover {
    width: 270px;
    height: 60px;
    background: linear-gradient(89deg, rgb(225, 91, 6) 40%, rgb(250, 95, 16) 100%);
    border-radius: 10px;
    font: 18px syl;
    color: #fff;
}

.index5 a img {
    margin-left: 32px;
}

.index6 {
    padding: 92px 0 88px;
    overflow: hidden;
}

.index6 .swiper {
    width: 67.6%;
    overflow: initial;
    margin-top: 50px;
}

.index6 .swiper-slide {
    transform: scale(0.76);
    height: 538px;
    overflow: hidden;
    background: #000;
}

.index6 .swiper-slide-active {
    transform: scale(1);
}

.index6 .swiper-button {
    width: 50px;
    height: 50px;
    background: url(../images/more1.png) no-repeat center rgb(27, 23, 22, .5);
    border-radius: 50%;
    opacity: 1;
}

.index6 .swiper-button-prev {
    transform: rotate(180deg);
}

.index6 .swiper-button:hover {
    background-color: rgb(232, 94, 5, .5);
}

.index6 a,
.index6 a:hover {
    width: 21%;
    height: 60px;
    background: linear-gradient(89deg, rgb(225, 91, 6) 40%, rgb(250, 95, 16) 100%);
    border-radius: 10px;
    font: 18px syl;
    color: #fff;
    margin: 58px auto 0;
}

.index7 li {
    width: calc(31% - 4px);
    margin-top: 39px;
}

.index7 .text {
    width: 88.375%;
    height: 228px;
    background: #f6f6f6;
    margin: -113px auto 0;
    padding: 23px 7.8% 0;
}

.index7 .tt {
    font-size: 30px;
}

.index7 .line {
    width: 33px;
    height: 2px;
    background: #666666;
    margin: 21px auto 22px;
}

.index7 .cn {
    font: 18px/28px syl;
    color: #666666;
}

.index7 li:hover .text {
    background: #e85e05;
    transition: .3s;
}

.index7 li:hover .tt,
.index7 li:hover .cn {
    color: #fff;
}

.index7 li:hover .line {
    background: #fff;
}

.index8 {
    padding: 92px 0 84px;
    overflow: hidden;
}

.index8 .box {
    margin-top: 45px;
}

.index8 .text {
    width: 42%;
}

.index8 .tit {
    font-size: 30px;
    color: #e15b06;
}

.index8 .tt {
    font: 16px syl;
    color: #999999;
    text-transform: uppercase;
}

.index8 .con {
    font: 18px/30px syl;
    color: #666666;
    border-top: 1px solid rgb(153, 153, 153, .3);
    margin-top: 8px;
    padding-top: 43px;
}

.index8 .img {
    width: calc(54% + 4px);
    height: 710px;
    overflow: hidden;
}

.index8 .content {
    margin-top: 30px;
}

.index8 .content img {
    max-width: 23.58%;
    margin-top: 20px;
}

.index9 {
    background: #f4f4f4;
    padding: 108px 0 91px;
}

.index9 form>div>div {
    width: calc(31% - 4px);
    height: 68px;
    background: #fff;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    font: 18px syl;
    color: #666666;
    padding-left: 2.4%;
    margin: 70px 0 45px;
}

.index9 input {
    width: 40%;
    height: 100%;
}

.index9 button {
    width: 100%;
    height: 68px;
    background: #e15b06;
    border-radius: 5px;
    font: 18px syl;
    color: #fff;
}

/* index end */

.banner {
    width: 100%;
}

.topnav {
    padding-top: 79px;
}

.topnav .box {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 7px;
}

.topnav .left {
    border-left: 3px solid #e85e05;
    padding-left: 11px;
}

.topnav .left p:nth-child(1) {
    font-size: 22px;
    line-height: 1;
    color: #e85e05;
}

.topnav .left p:nth-child(2) {
    font-size: 16px;
    color: rgb(51, 51, 51, .4);
    text-transform: uppercase;
    font-weight: 300;
    line-height: 1;
    margin-top: 8px;
}

.topnav .right,
.topnav .right a {
    font-size: 16px;
    color: #7f7f7f;
    opacity: 0.8;
}

/* 关于我们 */

.about .index8 {
    padding: 86px 0 0;
}

.about3 {
    padding: 105px 0 115px;
}

.about3 .box {
    overflow-y: scroll;
    height: 414px;
    margin-top: 44px;
}

.about3 .box>div {
    width: 98.7%;
}

#scrollbar4 ::-webkit-scrollbar {
    width: 26px;
    height: 26px;
}

#scrollbar4 ::-webkit-scrollbar-track {
    background-color: #fff;
    box-shadow: inset 0px 0px 0px 11px #fff;
    /* border-radius: 5px; */
}

#scrollbar4 ::-webkit-scrollbar-thumb {
    background: url(../images/aa.png) no-repeat center bottom;
    border-radius: 10px;
}

.about3 .list {
    width: 31.7%;
    background: #f4f4f4;
    margin-right: 2.4%;
}

.about3 .list:nth-child(n+4) {
    margin-top: 33px;
}

.about3 .list:nth-child(3n) {
    margin-right: 0;
}

.about3 .img {
    width: 81.65%;
    height: 243px;
    overflow: hidden;
    margin: 49px auto 47px;
}

.about3 .line {
    height: 1px;
    background: #d9d9d9;
}

.about3 .tt {
    height: 74px;
    font-size: 20px;
    color: #5a5a5a;
}

.about3 .list:hover .line {
    background: #f1dbce;
}

.about3 .list:hover .tt {
    color: #e15b06;
}


/* 关于我们 end */

/* 产品中心 */

.course {
    padding: 87px 0 96px;
}

.course ul.box {
    margin-top: 35px;
}

.course .list {
    border-bottom: 1px solid #ececec;
    padding-bottom: 28px;
    margin-bottom: 28px;
}

.course .list:last-child {
    border: none;
    padding: 0;
    margin: 0;
}

.course .left {
    width: calc(36% - 4px);
    background: #e15b06;
    border-radius: 10px;
    padding: 14px 12px;
}

.course .left .img {
    width: 100%;
    height: 284px;
    border-radius: 10px;
    overflow: hidden;
}

.course .left::after {
    content: '';
    width: 76px;
    height: 66px;
    background: url(../images/cou_01.png) no-repeat center;
    background-size: contain;
    position: absolute;
    right: 12px;
    bottom: 2px;
}

.course .left .tit {
    margin: 29px 0 10px;
    font-size: 24px;
    color: #fff;
}

.course .right {
    width: 60.5%;
}

.course .right .tit {
    font-size: 24px;
}

.course .right .con {
    font-size: 16px;
    line-height: 40px;
    margin: 21px 0 39px;
}

.course .right .con li>div {
    display: inline;
    font-family: syl;
    color: #666666;
}

.course .right .con div br {
    display: none;
}

.course .right .more {
    width: 28%;
    height: 50px;
    border: 1px solid #e15b06;
    border-radius: 10px;
    margin-left: auto;
    font: 18px syl;
    color: #e15b06;
}

.course .right .more img {
    margin-left: 18px;
}

/* 产品中心 end */

/* 商业合作 */

.coop .index4 {
    padding-bottom: 74px;
}

.coop4 .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}

.coop4 .swiper {
    height: 706px;
}

.coop4 .swiper-slide {
    height: 349px;
    overflow: hidden;
}

/* 商业合作 end */

/* 实景案例 */

.case {
    padding: 90px 0 205px;
}

.case .box {
    margin-top: 10px;
}

.case .img {
    width: 48.6%;
    height: 386px;
    overflow: hidden;
    background: #000;
    margin-top: 40px;
}

/* 实景案例 end */

/* 新闻资讯 */

.news {
    background: #fff;
    padding: 40px 0 50px;
}

.news .li {
    width: 31.5%;
    margin: 35px 2.7% 0 0;
}

.news .li:nth-child(3n) {
    margin-right: 0;
}

.news .time {
    font-size: 16px;
    color: #a91c1b;
}

.news .tit {
    font-size: 18px;
    color: #333333;
    margin: 7px 0 23px;
}

.news .img {
    width: 100%;
    height: 260px;
    overflow: hidden;
    border-radius: 15px;
}

.news .con {
    font-size: 16px;
    line-height: 26px;
    color: #999999;
    -webkit-line-clamp: 2;
    margin: 29px 0 11px;
}

.news .line {
    height: 1px;
    background: #f2f2f2;
}

.news .more {
    font-size: 16px;
    margin-top: 22px;
}

/* 新闻资讯 end */

.arc .content {
    font: 18px/36px Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif;
    padding: 80px 0;
}

.arc .tit {
    font-size: 32px;
}

.arc .time {
    font-size: 16px;
    margin: 10px 0 50px;
}

.arc img {
    max-width: 100%;
}

/* contactUs */

.contact {
    background: #f4f4f4;
    padding: 110px 0 193px;
    overflow: hidden;
}

.contact .left {
    width: 44.3%;
}

.contact .left .text {
    margin-bottom: 42px;
    font-size: 18px;
    letter-spacing: -0.3px;
}

.contact .left .text font {
    font-size: 20px;
    width: 62%;
    word-break: break-all;
}

.contact .left span {
    font-size: 24px;
    margin-left: 12px;
}

.contact .left .line {
    height: 1px;
    background: #cccccc;
    margin: 16px 0;
}

.contact .qrcode {
    width: 42%;
    height: 117px;
    overflow: hidden;
    margin-top: 28px;
}

.contact .qrcode img {
    width: 45%;
}

.contact .map {
    width: 51%;
    height: 100%;
}

/* contactUs end */