@font-face {
    font-family: 'Microsoft YaHei', Helvetica, Arial, sans-serif;
}

/* 加粗 */
@font-face {
    font-family: 'Microsoft YaHei', Helvetica, Arial, sans-serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    font-family: 'Microsoft YaHei', Helvetica, Arial, sans-serif;
    display: block;
}

a,
a:hover,
a:focus input,
select,
* {
    outline: none;
}

a,
button {
    cursor: pointer;
    text-decoration: none;
    border: none;
}

img {
    width: 100%;
    height: 100%;
    border: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

.modeTMove {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

.g_fadeup1 {
    -webkit-animation: fadeInUpBig 1s ease both;
    animation: fadeInUpBig 1s ease both;
    animation-delay: 0.2s;
}

.g_fadeup2 {
    -webkit-animation: fadeInUp 1s ease both;
    animation: fadeInUp 1s ease both;
    animation-delay: 0.1s;
}

.navigar_head {
    position: relative;
    background-color: #222222;
    height: 29px;
    line-height: 29px;
}

.navigar_head .container {
    max-width: 1200px;
    height: 100%;
    margin: 0 calc((100% - 1200px)/2);
}

.navigar_head .login_bar {
    float: right;
}

.navigar_head .login_bar span {
    min-width: 58px;
    float: left;
}

.navigar_head .login_bar span a {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    display: inline-block;
    vertical-align: top;
    padding: 0px 17px;
}

.navigar_head a:hover {
    background: rgba(1, 64, 153, 1);
}

/*
header {
    position: fixed;
    width: 100%;
    height: 50px;
    background: #090B1A;
    background-color: rgba(0, 0, 0, 0);
    top: 0;
    z-index: 99;
    transition-duration: 0.3s;
    background-image: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0));
}

header .nav-menu-list {
    display: none;
    position: relative;
}

header .show_phone {
    width: 217px;
    height: 32px;
    float: right;
    background: url(../image/tel.png) no-repeat;
    margin: 21px 0;
}

header nav {
    max-width: 1200px;
    height: 100%;
    margin: 0 calc((100% - 1200px)/2) 0 40px;
}

header nav .mobile-login {
    display: none;
    float: right;
    height: 100%;
}

header nav .mobile-login .login {
    float: left;
    line-height: 72px;
}

header nav .mobile-login .menu-btn {
    width: 80px;
    height: 100%;
    padding: 0 25px 0 0;
    float: right;
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
}

header nav .mobile-login .menu-btn .btn {
    float: right;
    width: 25px;
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
}

header nav .mobile-login .menu-btn .close_btn {
    width: 18px;
    height: 18px;
    display: none;
}

header .com_logo {
    display: inline-block;
    float: left;
    width: 212px;
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
    margin-right: 60px;
}

header .com_logo .logo {
    width: 212px;
    height: 24px;
    display: inline-block;
    background: url(../image/logo.pngg') no-repeat;
    background-size: 100% 100%;
}

header .com_logo img {
    position: absolute;
}

header .com_logo h1 {
    opacity: 0;
}

header .nav-menu-list {
    float: left;
    display: inline-block;
}

header .nav-menu-list .nav-menu-ul {
    position: static;
    list-style: none;
    margin-bottom: 0;
    display: table;
    float: left;
    height: 50px;
    border-left: 0;
    padding-left: 0;
}

header .nav-menu-list .nav-menu-ul li {
    display: table-cell;
    vertical-align: middle;
    margin-right: 46px;
    font-size: 20px;
    color: rgba(51, 51, 51, 1);
    padding: 0px 42px;
}

header .nav-menu-list .nav-menu-ul li a {
    float: left;
    padding-left: 0px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
}

header .nav-menu-list .active-li:hover {
    background: #FFFFFF;
}

header .nav-menu-list .active-li:hover a {
    color: #007FCC;;
    background: #FFFFFF;
}

header .mobile-li {
    position: absolute;
    right: 20px;
    line-height: 50px;
}

header .mobile-li span {
    float: left;
    padding-left: 0px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    cursor: auto;
    line-height: 50px;
}

header .nav-menu-list .nav-menu-ul li em {
    display: inline-block;
    width: 11px;
    height: 6px;
    float: right;
    margin-left: 11px;
    margin-top: 10px;
    background: url(../image/jiantouxia.pngg') no-repeat;
    background-size: 100% 100%;
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
}

header .nav-menu-list .nav-menu-ul li:hover em {
    background: url(../image/upjiantou.pngg') no-repeat;
}

.middle-article {
    width: 100%;
}

.navbar-inner {
    display: none;
    position: absolute;
    top: 50px;
    left: -30px;
    height: auto;
    background: #FFFFFF;
    z-index: 3;
}

.navbar-inner .col-rg-menu {
    display: flex;
    justify-content: center;
    padding: 45px 120px 48px;
}

.navbar-inner .col-rg-menu .col-mes {
    margin-right: 150px;
    min-width: 200px;
}

.navbar-inner .col-rg-menu .col-mes:last-child {
    margin-right: 0;
}

.navbar-inner .col-mes .title {
    display: flex;
    width: 100%;
    align-items: center;
    margin-bottom: 17px;
}

.navbar-inner .col-mes .title .logo {
    margin-right: 14px;
}

.navbar-inner .col-mes .title .txt {
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    line-height: 28px;
}

.navbar-inner .col-mes .line {
    width: 213px;
    height: 1px;
    background: #eee;
    margin-bottom: 12px;
}

.navbar-inner .col-mes .menu-list .row-list {
    display: flex;
    flex-direction:column;
}

.navbar-inner .menu-list li a {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #8D8D8D;
    margin-bottom: 10px;
}

.navbar-inner .menu-list li a {
    display: inline-block;
    margin-bottom: 10px;
}

.navbar-inner .menu-list li:last-child a {
    margin-bottom: 0px;
}

.navbar-inner .menu-list li:hover a {
    color: #AACE37;
}

header .nav-menu-list .div-content {
    display: none;
}

.inner_1 {
    background: url('../image/index/productBg.png') no-repeat center bottom;
}
.inner_2 {
    background: url('../image/index/handleBg.png') no-repeat center bottom;
}
.inner_3 {
    background: url('../image/index/selectBg.png') no-repeat center bottom;
}
.inner_4 {
    background: url('../image/index/aboutMorewisBg.png') no-repeat center bottom;
}
.inner_1 .col-rg-menu {
     padding-left: 11vw;
     padding-right: 11.5vw;
}
.inner_1 .col-rg-menu .col-mes {
    min-width: 170px;
    margin-right: 9vw;
}
.inner_1 .col-mes .line  {
    width: 213px;
}
.inner_2 .col-rg-menu {
    padding-left: 150px;
    padding-right: 150px;
}
.inner_2 .col-rg-menu .col-mes {
    margin-right: 150px;
    min-width: auto;
}
.inner_3 .col-rg-menu:last-child .menu-list {
    display:flex;
}
.inner_3 .col-rg-menu:last-child .menu-list .row-list-left {
    margin-right: 70px;
}
.inner_3 .col-rg-menu .col-mes {
    min-width: 270px;
    margin-right: 50px;
}
.inner_3 .menu-list li:hover a {
    color: #8D8D8D;
    cursor: default;
}
.inner_4 {
    left:auto;
    right: -28px;
    width: 219px;
    text-align: center;
}
.inner_4 .col-rg-menu {
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 88px;
}
*/

#banner {
    width: 100%;
    height: auto;
    max-height: 100vh;
    overflow: hidden;
}

#banner .swiper-container {
    width: 100%;
    height: 100%;
}

#banner .swiper-container a {
    cursor: auto;
}

#bannerSwiper .swiper-wrapper .swiper-slide img:not(.bannertext) {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 5s ease-out;
    transition: all 5s ease-out;
}

#bannerSwiper .swiper-wrapper .swiper-slide.swiper-slide-active img:not(.bannertext) {
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 5s ease-out;
    transition: all 5s ease-out;
}

/* 轮播图设置  */
.swiper-pagination {
    z-index: 100 !important;
    left: 50%;
    transform: translate(-50%, 0) !important;
    margin-top: -50px;
}

.expo-swiper-pagination {
    display: inline-block;
    z-index: 100 !important;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0) !important;
    margin-top: -37px;
}

.expo .swiper-active-switch {
    background: #777 !important;
}

.mode {
    /* display: inline-block; */
    width: 68rem;
    margin: 0 auto; 
}


.mod_title {
    width: 100%;
    color: #000000;
    margin-bottom: 23px;
    font-size: 43px;
    line-height: 1;
    text-align: center;
    margin-top: 90px;
}

.mod_desc {
    width: 100%;
    font-size: 15px;
    line-height: 1;
    color: #777777;
    text-align: center;
}

#more-index .mod_two {
    width: 100%;
    max-width: 100%;
    position: relative;
    overflow: hidden;
}

#more-index .mod_two .industry-container {
    width: 80%;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
}


#more-index .mod_four {
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    left: auto;
    transform: translate(0, 0);
}

.apply_mode {
    display: inline-block;
}

.apply_mode .le_apply {
    display: inline-block;
    float: left;
    width: calc((100% - 20px)/10*4.4);
    margin-right: 13px;
}

.apply_mode .rg_apply {
    display: inline-block;
    float: right;
    width: calc((100% - 10px)/10*5.6);
}

.figure img {
    transition: all 0.5s;
}

.figure:hover img {
    transform: scale(1.1);
}

.apply_mode .le_apply .figure1 {
    width: 100%;
    height: 209px;
    background: url('../image/qichedianzi.jpg') no-repeat;
    background-position: center;
    background-size: 100% 100%;
    transition: all 0.5s;
    margin-bottom: 15px;
}

.apply_mode .figure1 .info_box {
    margin: -136px 0 0px 38px;
}

.apply_mode .figure {
    overflow: hidden;
}

.apply_mode a {
    display: inline-block;
}

.le_apply a {
    width: 100%;
}

.figure .info_box {
    position: absolute;
}

.figure .title {
    width: 100%;
    /*font-size:30px;
    font-weight:400;
    color:rgba(255,255,255,1);*/
    overflow: hidden;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
}

.figure .detail_btn {
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
}

.figure .detail_btn span {
    display: inline-block;
    margin-left: 5px;
    transition: all .5s ease-in;
    color: #fff;
}

.apply_mode a:hover .figure1 {
    background-size: 110% 110%;
    background-position: center;
}

.apply_mode a:hover .detail_btn span {
    transform: translateX(10px);
}

.figure:hover .title {
    text-decoration: underline;
}

.apply_mode .le_apply .figure2 {
    width: 100%;
    height: 342px;
    background: url('../image/hangye2.jpg') no-repeat;
}

.apply_mode .rg_apply .figure3 {
    width: 100%;
    height: 358px;
    background: url('../image/hangye1.jpg') no-repeat;
    margin-bottom: 15px;
}

.apply_mode .rg_apply .figure4 {
    /* width:100%; */
    height: 195px;
    background: url('../image/xinnengyuan.jpg') no-repeat;
    margin-right: 10px;
    background-position: center;
    background-size: 100% 100%;
    transition: all 0.5s;
}

.rg_apply a {
    width: calc((100% - 5px)/2);
}

.apply_mode .figure4 .info_box {
    margin: -136px 0 0px 38px;
}

.apply_mode .rg_apply .figure5 {
    /*width:337px;*/
    height: 195px;
    transition: all 0.5s;
}

.apply_mode .figure5 .info_box {
    margin: -136px 0 0px 38px;
}

.apply_mode a:hover .figure4 {
    background-size: 110% 110%;
    background-position: center;
}

.apply_mode a:hover .figure5 {
    background-size: 110% 110%;
    background-position: center;
}

.intelCard {
    width: 100%;
    display: flex;
    margin-top: 56px;
    margin-bottom: 91px;
}

.intelCard .intel-card {
    flex: 1;
    height: 416px;
    background: rgba(255, 255, 255, 1);
    overflow: hidden;
    position: relative;
    transition: all 0.15s;
    transform: translateY(60%);
    transition-delay: 0s;
    opacity: 0;

}

.intelCard .intel-card:hover {
    flex: 2;
}

.intelCard .intel-card:hover .intel_mes {
    animation-name: example;
    animation-duration: 1s;
}

.intelCard .intel-card .intel_logo {
    width: 100%;
    height: 416px;
    position: relative;
}

.intelCard .intel-card .intel_logo .intel_logo_img {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    position: relative;
}

.intelCard .intel-card .intel_logo .intel_logo_img::before {
    content: "";
    width: 100%;
    height: 45%;
    position: absolute;
    bottom: 0;
    opacity: 0.9;
}

.intelCard .intel-card .intel_logo .intel_mes {
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 20px;
    text-align: center;
    background: #fff;
    opacity: 0.9;
}

.intelCard .intel-card .intel_logo .intel_mes .mes_head {
    height: 100px;
    line-height: 100px;
    font-size: 20px;
    font-weight: 400;
    padding: 0px 10px;
    color: #000000;
}

.intelCard .intel-card .intel_logo .intel_mes .mes_info {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
    text-align: left;
    padding-left: 60px;
    padding-right: 60px;
    width: 29vw;
    display: none;
}

.intelCard .intel-card:hover .intel_mes {
    padding-top: 47px;
    padding-bottom: 30px;
    height: 222px;
    background: #014099;
    opacity: 0.9;
}

.intelCard .intel-card:hover .intel_logo .intel_mes .mes_head {
    height: auto;
    line-height: 24px;
    margin-bottom: 9px;
    color: #fff;
}

.intelCard .intel-card:hover .intel_logo .intel_mes .mes_info {
    display: block;
}

.intelCard .intel-card a {
    display: inline-block;
    width: 100%;
}

.mode.mod_five .mod_desc {
    margin-bottom: 50px;
}

/* 经典案例轮播 */
.classic {
    display: inline-block;
    width: 100%;
}

.classic .swiper-slide {
    width: 1200px;
    height: 302px;
    position: relative;
}

#more-index .classic .swiper-slide {
    height: auto;
}

.classic .cls_bg {
    width: 1200px;
    height: 302px;
    position: absolute;
    z-index: 0;
}

.classic .swiper-slide_pre {
    /* width: 1000px;
    height: 600px; */
    /* width: 100%;
    height: 700px; */
    width: 70vw;
    height: 70vh;
}

.preview_con {
    position: fixed;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}

.preview_con .cls {
    position: relative;
    /* top: calc(50% - 300px);
    left: calc((100% - 1000px)/2);
    width: 1000px; */
    top: 15vh;
    left: 15vw;
    width: 70vw;
    /* height: 98vh; */
}

.preview_con .preview-close {
    position: absolute;
    top: 50px;
    right: 50px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    cursor: pointer;
    background: url('../image/preview_close.png') no-repeat;
    background-size: 100% 100%;
    z-index: 2;
}

.classic .pre_bg {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70vw;
    height: 70vh;
    position: absolute;
    z-index: 0;
}

.classic .pre_bg .img_cn {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.classic .pre_bg .img_cn img {
    max-height: 68vh;
    width: auto;
    max-width: 70vw;
    object-fit: contain;
    image-rendering: -moz-crisp-edges;
    /* Firefox */
    image-rendering: -o-crisp-edges;
    /* Opera */
    image-rendering: -webkit-optimize-contrast;
    /*Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
    /* IE (non-standard property) */
}

.classic .classic-button-prev {
    float: left;
    position: relative;
    left: -67px;
    top: calc(-302px/2 - 23px);
    background: url('../image/grayleft.png') no-repeat;
    background-size: 100% 100%;
}

.classic .classic-button-prev:hover {
    background: url('../image/blueleft.png') no-repeat;
    background-size: 100% 100%;
}

.classic .classic-button-next:hover {
    background: url('../image/blueright.png') no-repeat;
    background-size: 100% 100%;
}

.classic .classic-button-next {
    float: right;
    position: relative;
    right: -67px;
    top: calc(-302px/2 - 23px);
    background: url('../image/grayright.png') no-repeat;
    background-size: 100% 100%;
}

.classic .expo-button-prev {
    float: left;
    position: relative;
    left: -67px;
    top: calc(-302px/2 - 23px);
    background: url('../image/grayleft.png') no-repeat;
    background-size: 100% 100%;
}

.classic .expo-button-prev:hover {
    background: url('../image/blueleft.png') no-repeat;
    background-size: 100% 100%;
}

.classic .expo-button-next:hover {
    background: url('../image/blueright.png') no-repeat;
    background-size: 100% 100%;
}

.classic .expo-button-next {
    float: right;
    position: relative;
    right: -67px;
    top: calc(-302px/2 - 23px);
    background: url('../image/grayright.png') no-repeat;
    background-size: 100% 100%;
}

.classic .pre-button-prev {
    background: url('../image/preview_l.png') no-repeat;
    background-size: 100% 100%;
}

.classic .pre-button-next {
    background: url('../image/preview_r.png') no-repeat;
    background-size: 100% 100%;
}

.classic .pre-button-prev:hover {
    background: url('../image/preview_l_on.png') no-repeat;
    background-size: 100% 100%;
}

.classic .pre-button-next:hover {
    background: url('../image/preview_r_on.png') no-repeat;
    background-size: 100% 100%;
}

.classic .classic-button-preview {
    top: calc(35vh - 23px);
}

.classic .classic_button {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    cursor: pointer;
}

#classicSwiper .classbox {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
    padding: 70px 74px 74px 74px;
}

#classicSwiper .classbox .title {
    width: 100%;
    /* font-size:30px;
    font-weight:400;
    color:rgba(255,255,255,1);*/
    margin-bottom: 32px;
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
}

#classicSwiper .classbox .title span {
    width: 59px;
    height: 6px;
    background: rgba(170, 206, 53, 1);
    margin-right: calc(100% - 59px);
    margin-top: 10px;
    float: left;
}

#classicSwiper .classbox .content {
    /*font-size:18px;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:33px;*/
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
    /* opacity: 0.6; */
}

.cloudCard {
    width: 100%;
    display: inline-block;
}

.cloudCard .cloud {
    width: calc((100% - 48px)/4);
    /* height: 253px; */
    float: left;
    margin-right: 16px;
    margin-bottom: 16px;
}

.cloudCard .cloud:nth-of-type(4n) {
    margin-right: 0;
}

.cloudCard .cloud:nth-of-type(n + 5) {
    margin-bottom: 0;
}

.cloudCard .cloud .top_img {
    width: 100%;
    height: 178px;
    overflow: hidden;
}

.cloudCard .cloud .top_img img {
    transition: all .5s ease-in;
}

.cloudCard .cloud:hover img {
    transform: scale(1.3);
}

.cloudCard .cloud .bot_content {
    width: 100%;
    height: 58px;
    /*background:rgba(238,238,238,1);
    line-height: 75px;
    font-size:24px;
    font-weight:bold;
    color:rgba(51,51,51,1);*/
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 58px;
    background: #EEEEEE;
}

.cloudCard .cloud:hover .bot_content {
    background: #014099;
    color: #fff;
}

.dynamic {
    width: 100%;
    display: inline-block;
}

.dynamic .le_show_card {
    width: 575px;
    height: 353px + 93px;
    float: left;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.28);
    margin-right: 57px;
}

.le_show_card .show_img {
    width: 100%;
    height: 353px;
}

.le_show_card .show_img img {
    width: 100%;
    height: 100%;
}

.le_show_card .show_content {
    width: 100%;
    height: 111px;
}

.le_show_card .show_mes {
    width: 100%;
    position: relative;
    top: 16px;
    /* transform: translate(0,-50%); */
    padding: 0 32px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.le_show_card .show_mes .time {
    width: 100%;
    display: inline-block;
    /*font-size:16px;
    font-weight:400;
    color:rgba(119,119,119,1);*/
    margin-bottom: 3px;
    font-size: 14px;
    font-weight: 400;
    color: #777777;
}

.le_show_card .show_mes .txt {
    max-width: 100%;
    display: initial;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 18px;
    font-weight: 600;
    color: #333333;
}

.rg_show_card {
    width: calc(100% - 662px);
    float: left;
}

.rg_show_card .rg_Card {
    width: 100%;
    float: left;
    /*display: inline-block;*/
}

.rg_show_card .row_line {
    display: inline-block;
    width: 100%;
    height: 100px;
    float: left;
}

.row_line .time {
    display: inline-block;
    /*font-size:16px;
    font-weight:400;
    color:rgba(119,119,119,1);*/
    margin: 0 0 6px 26px;
    font-size: 14px;
    font-weight: 400;
    color: #777777;
}

.row_line .dot {
    float: left;
    width: 11px;
    height: 11px;
    background: rgba(170, 206, 53, 1);
    border-radius: 50%;
    margin: 10px 15px 0 0;
}

.row_line a {
    display: inline-block;
}

.row_line .txt {
    float: left;
    max-width: calc(100% - 26px);
    /*font-size:24px;
    font-weight:400;
    color:rgba(51,51,51,1);*/
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 18px;
    font-weight: 600;
    color: #333333;
}

.row_line:hover .txt {
    color: #014099;
    border-bottom: 1px solid #014099;
}

.dynamic .le_show_card:hover .txt {
    color: #014099;
    border-bottom: 1px solid #014099;
}

.expo .le_info {
    width: calc(100% - 543px);
    height: 328px;
    float: left;
    margin-top: 53px;
    background: #EEEEEE;
    padding: 65px 30px 20px 70px;
}

.expo .rg_img {
    width: 543px;
    height: 440px;
    overflow: hidden;
}

.expo .le_info .title {
    display: inline-block;
    /*font-size:30px;
    font-weight:bold;
    color:rgba(51,51,51,1);*/
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: bold;
    color: #333333;
}

.expo .le_info .title span {
    display: inline-block;
    width: 59px;
    height: 6px;
    background: rgba(170, 206, 53, 1);
    margin-top: 13px;
    margin-right: calc(100% - 59px);
}

.expo .content {
    width: 100%;
}

.expo .content p {
    width: 100%;
    /*font-size:18px;
    font-weight:400;
    color:rgba(51,51,51,1);*/
    margin-bottom: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 33px;
}

.expo .swiper-pagination-switch {
    width: 14px !important;
    height: 14px !important;
    float: left !important;
    margin: 10px !important;
    border-radius: 50% !important;
    background: rgba(210, 210, 210, 1);
    cursor: pointer;
}

/*
#footer {
    width: 100%;
    background: #EEEEEE;
    background: url('../image/index/footIndexBg.png') no-repeat;
    background-size: cover;
}

#footer .container {
    max-width: 1400px;
    padding-top: 112px;
    padding-bottom: 80px;
    width: 80%;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
}

#footer .footer_logo img {
    width: 233px;
    height: 26px;
}

#footer .footer_logo {
    margin-bottom: 78px;
}

#footer .footer-nav {
    width: 100%;
    min-height: 191px;
    display: inline-block;
}

#footer .copy {
    border-top: 1px solid #B5B5B5;
}

#footer .copy .copy_container {
    max-width: 1400px;
    line-height: 90px;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    width: 80%;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    align-items: center;
}

#footer .copy .copy_container .copy_logo {
    width: 176px;
    height: 20px;
    vertical-align: middle;
    margin-right: 40px;
}

#footer .copy .copy_container span,
#footer .copy .copy_container a{
    color: #E7E7E7;
}

#footer .col-sm-12 {
    width: 168px;
    float: left;
}

#footer .col-sm-12 .til a {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 12px;
    position: relative;
}

#footer .nav-menu {
    width: 100%;
    display: inline-block;
}

#footer .nav-menu li a {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #E7E7E7;
    line-height: 1;
    margin-bottom: 9px;
}

#footer .nav-menu li:last-child a {
    margin-bottom: 0px;
}

#footer .nav-menu li:hover a {
    color: #007FCC;
}

#footer .contact {
    width: 380px;
    float: left;
}

#footer .contact .til {
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
    position: relative;
}

#footer .contact .contact-mes {
    width: 100%;
}

#footer .contact-mes p {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.86);
    margin-bottom: 8px;
}

#footer .contact-mes p.p1 {
    float: left;
}

#footer .contact-mes p.p1:nth-child(2n) {
    float: right;
}

#footer .contact-mes p.p2 {
    width: 100%;
}

#footer .qcode {
    position: absolute;
    right: 0;
}

#footer .qcode .arrow_tip {
    position: absolute;
    top: -112px;
    height: 57px;
}

#footer .qcode .arrow_tip img {
    width: 100%;
    height: 100%;
}

#footer .qcode .com-logo {
    width: 178px;
    height: 20px;
    background: url('../image/logo_m.png') no-repeat;
    background-size: 100% 100%;
    margin-bottom: 24px;
}

#footer .qcode .com_tips {
    width: 100%;
    font-size: 16px;
    color: #fff;
    text-align: center;
    padding-right: 4.5px;
    margin-bottom: 18px;
}

#footer .qcode .com-code {
    width: 111px;
    height: 111px;
    margin: 0 auto;
    background: url('../image/erweima.jpg') no-repeat;
    background-size: 100% 100%;
}

#footer .qcode .com_number {
    width: 100%;
    font-size: 25px;
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 25px;
}

#footer .flink {
    width: 100%;
}

#footer .flink .shu {
    width: 1px;
    height: 20px;
    background-color: #333;
    position: relative;
    top: 10px;
}

#footer .flink .til {
    font-size: 16px;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    margin-bottom: 10px;
}

#footer .flink .til span {
    font-weight: 400;
}

#footer .flink-div {
    height: auto;
    margin-bottom: 10px;
}

#footer .flink .flink-div span {
    display: inline-block;
    margin: 0 14px 7px 0;
}

#footer .flink .flink-div span:hover a {
    color: #367fff;
}

#footer .flink .flink-div span a {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
}

#footer .detail-div {
    width: 100%;
}

#footer .detail-div p {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    margin-bottom: 5px;
}
*/

.yxs {
    color: #014099 !important;
    font-size: 16px !important;
}

.swiper-wrapper {
    height: auto !important;
}

.floatWin {
    width: 280px;
    height: auto;
    position: fixed;
    right: 2px;
    top: calc(50% + 60px);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
    border-radius: 2px;
    cursor: pointer;
    z-index: 3;
}

.floatWin .winLogo {
    width: 100%;
    height: 180px;
}

.floatWin .winTXT {
    width: 100%;
    min-height: 38px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    margin: 10px 0;
    padding: 0 22px;
    line-height: 1.5;
    background-color: #fff;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-align: justify;

}

#nb_icon_wrap {
    bottom: 10vh !important;
    display: none !important;
}

.header_fix_box {
    position: fixed;
    background: #F5F6F7;
    border-radius: 4px;
    width: 66px;
    right: 0;
    top: 50%;
    z-index: 4;
    transition: all 0.4s ease-out;
    box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.28);
    transform: translateY(-50%);
}

.right_li {
    display: inline-block;
    cursor: pointer;
}

.right_li .img {
    width: 30px;
    height: 30px;
    margin: 18px 18px 0px 20px;
}

.bottom_redius {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.top_redius {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.consult_fix .img {
    background: url(../image/right_fix/consult.png) no-repeat;
    background-size: 100% 100%;
}

.consult_fix:hover .img {
    background: url(../image/right_fix/consult_hover.png) no-repeat;
}

.consult_fix:hover .text,
.apply_fix:hover .text {
    color: #ffffff;
}

.apply_fix .img {
    background: url(../image/right_fix/apply.png) no-repeat;
    background-size: 100% 100%;
}

.apply_fix:hover .img {
    background: url(../image/right_fix/apply_hover.png) no-repeat;
}

.top_fix .img {
    width: 34px;
    height: 20px;
    background: url(../image/right_fix/top.png) no-repeat;
    background-size: 100% 100%;
    margin: 16px 17px;
}

.top_fix:hover .img {
    background: url(../image/right_fix/top_hover.png) no-repeat;
}

.right_li .text {
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    color: #115BAA;
    line-height: 25px;
}

.right_li {
    border-bottom: 1px solid #dfe5eb;
}

.right_li:last-child {
    border-bottom: 0px solid #dfe5eb;
}

.right_li:hover {
    background: linear-gradient(-45deg, #00AAED 0%, #006BDD 100%);
}

/*====================移动端导航样式 start======================*/
.menu_dialog {
    display: none;
    position: fixed;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}

.menu_dialog .menu_con {
    position: absolute;
    left: calc(50% - 100px);
    width: 300px;
    height: 100vh;
    background: #FFFFFF;
    border-radius: 8px;
}

.menu_dialog .menu_con .menu_con_top {
    display: flex;
}

.menu_dialog .menu_con .menu_con_title {
    width: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 50px;
}

.menu_dialog .menu_con .close_btn {
    width: 16px;
    height: 16px;
    position: absolute;
    right: 0;
    margin: 20px;
    cursor: pointer;
}

.menu_dialog .menu_content {
    padding: 5px 20px;
}

.menu_dialog .menu_content .at_content_title {
    font-size: 20px;
    font-weight: 600;
    color: #333333;
    text-align: center;
    height: 50px;
    line-height: 50px;
    margin-bottom: 10px;
}

.menu_dialog .menu_content .active-li1 {
    line-height: 30px;
    border-bottom: 1px solid #DCDCDC;
}

.menu_dialog .menu_content .innerson {
    display: none;
    text-align: left;
}

.menu_dialog .menu_content .innerson .innersontop {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.menu_dialog .menu_content .innerson .innersontop .sontopimg {
    width: 12px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.menu_dialog .menu_content .innerson .innersontop .sontoptext {
    width: 100%;
    text-align: center;
}

@media all and (min-width: 1050px) {
    .menu_dialog {
        display: none !important;
    }
}

/*====================移动端导航样式 end======================*/
.applyTrial_dialog {
    display: none;
    position: fixed;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}

.applyTrial_dialog .applyTrial_con {
    position: absolute;
    left: calc(50% - 225px);
    top: calc(50% - 292px);
    width: 450px;
    height: 575px;
    background: #FFFFFF;
    border-radius: 8px;
}

.applyTrial_con .close_btn {
    width: 16px;
    height: 16px;
    position: absolute;
    right: 0;
    margin: 20px;
    cursor: pointer;
}

.applyTrial_dialog .applyTrial_content {
    padding: 48px 65px;
}

.applyTrial_content .at_content_title {
    font-size: 20px;
    font-weight: 600;
    color: #333333;
    text-align: center;
    height: 50px;
    line-height: 50px;
    margin-bottom: 10px;
}

.applyTrial_content .at_content_input {
    margin-top: 15px;
}

.at_content_input .at_input_title {
    height: 24px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
}

.at_content_input .at_input_ipt {
    width: 100%;
    display: inline-block;
    height: 38px;
    line-height: 38px;
    background: #ffffff;
    border: 1px solid #DCDCDC;
    border-radius: 3px;
    text-indent: 10px;
}

.applyTrial_content .at_content_submit {
    margin-top: 40px;
    height: 48px;
    line-height: 48px;
    background: #4487E7;
    color: #ffffff;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
}

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

    #nb_icon_wrap {
        display: block !important;
    }

    .header_fix_box {
        display: none;
    }

    .mod_two .mod_two_bg {
        display: none;
    }

    .cloudCard .cloud:hover img {
        transform: scale(1);
    }

    .cloudCard .cloud:hover .bot_content {
        background: rgba(238, 238, 238, 1);
        color: #333;
    }

    .row_line:hover .txt {
        color: #014099;
        border-bottom: none;
    }

    .dynamic .le_show_card:hover .txt {
        color: #014099;
        border-bottom: none;
    }

    .mod_seven {
        padding-bottom: 0;
    }

    .apply_mode .figure img {
        display: none;
    }

    .navigar_head {
        display: none;
    }

    .apply_mode .figure .info_box {
        margin: 0;
        position: relative;
    }

    .applyTrial_dialog .applyTrial_con {
        left: calc(50% - 188px);
        width: 375px;
    }

    .intelCard {
        display: block;
        overflow: hidden;
    }

    .intelCard .intel-card {
        width: 33.33%;
        float: left;
        height: 237px;
        padding: 1px;
    }

    .intelCard .intel-card .intel_logo {
        height: 237px;
    }

    .intelCard .intel-card .intel_logo .intel_mes {
        padding-left: 5px;
    }

    .intelCard .intel-card .intel_logo .intel_mes .mes_head {
        font-size: 12px;
        line-height: 50px;
        height: 50px;
    }

    .intelCard .intel-card .intel_logo .intel_mes .mes_info {
        font-size: 12px;
        line-height: 16px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
    }

    .intelCard .intel-card:hover .intel_logo .intel_mes {
        padding-left: 5px;
        padding-top: 15px;
        overflow: hidden;
        white-space: normal !important;
        text-overflow: ellipsis;
        word-wrap: break-word;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    .intelCard .intel-card:hover .intel_mes {
        padding-bottom: 8px;
    }

    .inner-container {
        width: 100% !important;
    }


    .classic .swiper-slide {
        width: 100% !important;
    }

    .classic .cls_bg {
        width: 100% !important;
    }

    #banner {
        height: auto;
    }

    #banner .swiper-slide {
        height: auto !important;
    }

    #banner .banner_txt {
        width: 100% !important;
    }

    #banner .banner_txt_right {
        margin-left: 38%;
    }

    #banner .swiper-container img {
        width: 100% !important;
    }

    #banner .swiper-container .pc_img {
        display: none;
    }

    #banner .swiper-container .mob_img {
        display: block;
    }

    #banner .banner_txt {
        margin: 0;
        position: absolute;
        top: 70px;
        left: 10%;
    }

    #banner .banner_txt_right {
        left: 47%;
        width: 53% !important;
    }

    #banner .banner_txt_right .bannertext {
        width: 110% !important;
        margin-left: -15%;
        margin-top: 20%;
    }

    #banner .banner_txt .title {
        font-size: 19px;
        line-height: 30px;
        margin-top: 26px;
        margin-bottom: 6px;
    }

    #banner .banner_txt .content span {
        font-size: 12px !important;
    }

    #banner .banner_txt .button {
        margin-top: 15px;
    }

    #banner .banner_txt .button .btn {
        height: 24px;
        line-height: 24px;
        font-size: 12px;
        padding: 0px 15px;
    }

    .swiper-wrapper {
        width: 100% !important;
        height: 100% !important;
    }

    .mod_title {
        width: 100%;
        font-weight: bold;
        margin-bottom: 20px;
        font-size: 20px;
        margin-top: 30px;
    }

    .mod_desc {
        font-size: 12px;
        margin-bottom: 25px;
    }

    .mode {
        width: 100% !important;
        margin: 0;
    }

    .apply_mode {
        width: calc(100% - 52px);
        height: 221px;
        background: rgba(255, 255, 255, 1);
        box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.15);
        margin: 0 26px 40px;
    }

    .apply_mode .le_apply {
        width: calc(100% - 34px);
        margin: 0 17px;
    }

    .apply_mode a {
        width: 100%;
    }

    .apply_mode .figure {
        height: 73px !important;
        margin-bottom: 0 !important;
        border-bottom: 1px solid #D4D4D4;
    }

    .apply_mode .le_apply .figure1 {
        width: 100%;
        background: none;
    }

    .apply_mode .le_apply .figure2 {
        display: none;
        width: 100%;
    }

    .apply_mode .rg_apply .figure3 {
        width: 100%;
        display: none;
    }

    .dynamic .le_show_card {
        width: 100%;
        margin-right: 0px;
    }

    .mod_two {
        min-height: 373px;
        background: rgba(238, 238, 238, 1);
    }

    .figure .title {
        color: #333;
    }

    .figure .info_box {
        margin: 0;
        width: 100%;
    }

    .figure .detail_btn {
        display: none;
    }

    .figure .title {
        margin: 0;
        line-height: 73px;
        font-size: 18px;
        font-weight: bold;
        color: rgba(51, 51, 51, 1);
    }

    .apply_mode .rg_apply .figure4 {
        width: 100%;
        background: none;
    }

    .apply_mode .rg_apply {
        width: calc(100% - 34px);
        margin: 0 17px;
        float: left;
    }

    .apply_mode .rg_apply .figure5 {
        width: 100%;
        background: none;
        border-bottom: none;
    }

    .figure:hover .title {
        text-decoration: none;
    }

    .figure .title .heng {
        display: inline-block;
        float: left;
        width: 8px;
        height: 2px;
        background: rgba(119, 119, 119, 1);
        margin: 35px 11px 35px 0;
    }

    .enter-eco {
        display: inline-block;
        float: right;
        width: 14px;
        height: 15px;
        background: url(../image/right.png) no-repeat;
        background-size: 100% 100%;
        margin-top: 29px;
    }

    .classic {
        height: 332px;
    }

    .classic .swiper-container {
        height: 332px;
    }

    .classic .cls_bg {
        height: 100%;
    }

    #classicSwiper .classbox {
        padding: 45px 54px;
    }

    #classicSwiper .classbox .title span {
        display: none;
    }

    #classicSwiper .classbox .title {
        font-size: 24px;
        font-weight: 400;
        color: rgba(255, 255, 255, 1);
        text-align: center;
        margin-bottom: 23px;
    }

    #classicSwiper .classbox .content {
        font-size: 13px;
        font-weight: 400;
        color: rgba(255, 255, 255, 1);
        line-height: 21px;
    }

    .classic .classic_button {
        width: 35px;
        height: 35px;
        z-index: 10;
        display: none;
    }

    .classic .classic-button-prev {
        left: 8px;
        top: -178px;
    }

    .classic .classic-button-next {
        right: 8px;
        top: -178px;
    }

    .classic .classic-button-prev:hover {
        background: url('../image/grayleft.png') no-repeat;
        background-size: 100% 100%;
    }

    .classic .classic-button-next:hover {
        background: url('../image/grayright.png') no-repeat;
        background-size: 100% 100%;
    }

    .cloudCard {
        width: calc(100% - 52px);
        margin: 0 26px 32px;
    }

    .cloudCard .cloud {
        width: calc((100% - 19px)/2);
        margin-right: 19px;
        height: auto;
        margin-bottom: 23px;
    }

    .cloudCard .cloud .top_img {
        width: 100%;
        height: 93px;
    }

    .cloudCard .cloud:nth-child(2n) {
        margin-right: 0;
    }

    .cloudCard .cloud .bot_content {
        height: 53px;
        font-size: 17px;
        font-weight: bold;
        color: rgba(51, 51, 51, 1);
        line-height: 53px;
    }

    .cloudCard .cloud:hover .bot_content {
        background: rgba(238, 238, 238, 1);
        color: #333;
    }

    .mod_six {
        background: rgba(238, 238, 238, 1);
        height: 610px;
    }

    .expo .swiper-container {
        overflow: visible;
    }

    .expo .le_info {
        width: 100%;
    }

    .expo .rg_img {
        width: 255px;
        height: 177px;
        float: left;
        position: absolute;
        left: 50%;
        transform: translate(-50%, 0);
    }

    .expo .le_info .title span {
        display: none;
    }

    .expo .le_info .title {
        width: 100%;
        text-align: center;
        font-size: 21px;
        font-weight: bold;
        color: rgba(51, 51, 51, 1);
    }

    .expo .content p {
        font-size: 17px;
        font-weight: 400;
        color: rgba(51, 51, 51, 1);
        margin-bottom: 0;
    }

    .expo .le_info {
        padding: 40px 47px 39px;
        height: auto;
        float: right;
        margin-top: 0;
        position: relative;
        top: 177px;
    }

    .expo-swiper-pagination {
        margin-top: 136px;
    }

    .le_show_card .show_img {
        display: none;
    }

    .dynamic .le_show_card {
        height: auto;
        box-shadow: none;
    }

    .le_show_card .show_content {
        display: inline-block;
        height: auto;
        padding: 0;
    }

    .le_show_card .show_mes .time {
        display: block;
        font-size: 14px;
        font-weight: 400;
        color: rgba(119, 119, 119, 1);
        line-height: 3px;
        margin-bottom: 3px;
    }

    .le_show_card .show_mes .txt {
        max-width: 100%;
        width: 100%;
        font-size: 18px;
        font-weight: 400;
        color: rgba(51, 51, 51, 1);
        line-height: 33px;
        overflow: auto;
        text-overflow: inherit;
        white-space: normal;
        word-break: normal;
        display: unset;
    }

    .dynamic .le_show_card:hover .txt {
        color: rgba(51, 51, 51, 1);
        border-bottom: none;
    }

    .le_show_card .show_mes {
        margin: 40px 0 0;
        padding: 0 26px;
    }

    .le_show_card .show_mes:first-child {
        margin: 50px 0 0;
        padding-top: 20px;
    }

    .rg_show_card {
        width: auto;
    }

    .row_line .time {
        display: initial;
        font-size: 14px;
        font-weight: 400;
        color: rgba(119, 119, 119, 1);
        line-height: 3px;
        margin: 0 0 6px 0;
    }

    .row_line .dot {
        display: none;
    }

    .row_line .txt {
        max-width: 100%;
        width: 100%;
        font-size: 18px;
        font-weight: 600;
        color: rgba(51, 51, 51, 1);
        line-height: 33px;
        overflow: auto;
        text-overflow: inherit;
        white-space: normal;
        word-break: normal;
        display: unset;
    }

    .rg_show_card .row_line {
        height: auto;
        padding: 0 26px;
        margin-bottom: 48px;
    }

    .right-eco {
        width: 30px;
        height: 24px;
        background: rgba(119, 119, 119, 1);
        background: url(../image/arrow_r.png) no-repeat;
        background-size: 100% 100%;
        display: inline-block;
        position: relative;
        top: 5px;
        left: 10px;
    }

    /*
    #footer {
        height: auto;
        float: left;
    }

    #footer .container {
        width: 100% !important;
        padding-top: 0;
        padding-bottom: 10px;
    }

    #footer .contact .contact-mes {
        margin-bottom: 20px;
    }

    #footer .qcode .arrow_tip {
        display: none;
    }

    #footer .footer-nav {
        height: auto;
    }

    #footer .container {
        margin: 0;
        height: auto;
    }
    #footer .footer_logo {
        margin-bottom: 18px;
    }

    #footer .col-sm-12 {
        width: 100%;
        padding: 42px 26px 0;
    }

    #footer .col-sm-12 .til a {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 34px;
    }

    #footer .nav-menu li {
        width: 50%;
        float: left;
    }

    #footer .nav-menu li a {
        font-size: 14px;
        font-weight: 400;
        line-height: 38px;
    }

    #footer .contact {
        width: 100%;
        margin: 0;
        padding: 43px 26px 0;
    }

    #footer .contact .til {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 34px;
    }

    #footer .contact-mes p {
        width: 100%;
        font-size: 14px;
        font-weight: 400;
        line-height: 38px;
    }

    #footer .qcode .com-logo {
        display: none;
    }

    #footer .qcode {
        float: left;
        position: relative;
        left: 50%;
        transform: translate(-50%, 0);
        margin-bottom: 35px;
    }

    #footer .flink {
        display: none;
    }

    #footer .detail-div {
        display: none;
    }

    #footer .copy .copy_container {
        height: auto;
        min-height: 54px;
        font-size: 12px;
        display: flex;
        flex-direction: column;
        padding-top: 20px
    }
    */
}

@media screen and (max-width:320px) {
    .apply_mode {
        width: calc(100% - 52px);
        height: 221px;
        background: rgba(255, 255, 255, 1);
        box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.15);
        margin: 0 26px 40px;
    }
}