@charset "utf-8";
.vr_banner {
    width: 100%;
}

.vr_title {
    text-align: center;
    line-height: 1;
}

.vr_title h2 {
    font-size: 35px;
    color: #333;
    position: relative;
    margin: 0;
}
.vr_title p {
    color: #999;
    margin-top: 10px;
    margin-bottom: 0;
}
.vr_title .small-title{
    font-size: 20px;
}
.vr_title h2::after {
    /*content: '';*/
    /*width: 70px;*/
    /*height: 2px;*/
    /*background: #6d80bc;*/
    /*position: absolute;*/
    /*bottom: 0;*/
    /*left: 50%;*/
    /*margin-left: -35px;*/
}
@media (max-width: 768px) {
    .vr_title h2 {
        font-size: 20px;
    }
    .vr_title p {
        margin-top: 5px;
    }
    .vr_title .small-title{
        font-size: 14px;
    }
}

.vr_title_white h2 {
    color: #fff;
}

.vr_title_white h2::after {
    background: #fff;
}

.vr_demo_row {
    margin-top: 75px;
    margin-bottom: 100px;
}

.vr_demo_item {
    text-align: center;
}

.vr_item_tip {
    width: 100%;
    line-height: 2;
    font-size: 36px;
    color: #333;
    border: 2px solid #333;
    position: relative;
}

.vr_item_tip::after {
    content: '';
    display: block;
    width: 30px;
    height: 1px;
    background: #333;
    position: absolute;
    right: -30px;
    top: 50%;
    margin-top: -1px;
}

.vr_demo_row .col-2:last-child .vr_item_tip::after {
    display: none;
}

.vr_icon {
    display: block;
    width: 66px;
    height: 66px;
    background-image: url(../img/icon.png);
    background-repeat: no-repeat;
    margin: 25px auto;
}

.vr_icon_1 {
    background-position: 0 0;
}

.vr_icon_2 {
    background-position: -66px 0;
}

.vr_icon_3 {
    background-position: -132px 0;
}

.vr_icon_4 {
    background-position: -198px 0;
}

.vr_icon_5 {
    background-position: -264px 0;
}

.vr_item_label h3 {
    font-size: 24px;
    margin-bottom: 20px;
    padding: 0;
}

.vr_item_label p {
    font-size: 18px;
    margin-bottom: 0;
    padding: 0;
}

.vr_case {
    background: #000 url(../img/bg-slide.jpg) top center no-repeat;
}

.vr_slide {
    padding-top: 100px;
}

.vr_scale .swiper-wrapper {
    background: #000;
}

.vr_slide .swiper-slide {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

.vr_scale .swiper-slide {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    z-index: 5;
    opacity: .7;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.vr_scale .swiper-slide.swiper-slide-active {
    -webkit-transform: scale(1.4, 1.2);
    -ms-transform: scale(1.4, 1.2);
    transform: scale(1.4, 1.2);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    z-index: 9;
    opacity: 1;
}

.vr_slide_btn {
    width: 50%;
    height: 1px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 999;
    background: transparent;
}

.vr_case_app {
    background: url(../img/bg-case.jpg) top center no-repeat;
    padding-bottom: 50px;
}

.vr_case_slide {
    max-width: 1200px;
    margin-top: 50px;
}

.vr_case_slide .swiper-slide {
    position: relative;
}

.slide_text {
    width: 100%;
    padding: 30px 0 40px;
    background: rgba(0, 0, 0, .55);
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}

.slide_text p {
    font-size: 24px;
    color: #fff;
    margin-bottom: 20px;
}

.slide_text a {
    padding: 5px 30px;
    border: 2px solid #fff;
    border-radius: 20px;
    color: #fff;
    font-size: 18px;
}

.vr_slide .swiper-button-next,
.vr_slide .swiper-button-prev,
.vr_case_prev,
.vr_case_next {
    background: none !important;
    color: #fff;
    margin-top: 30px;
    width: 40px;
    height: 40px;
}
.lan-vr-slide .swiper-button-prev,
.lan-vr-slide .swiper-button-next{
    background: none !important;
    color: #fff;
    width: 40px;
    height: 40px;
}

.vr_case_prev,
.vr_case_next {
    margin-top: -30px;
}

.vr_slide .swiper-button-next i,
.vr_slide .swiper-button-prev i,
.lan-vr-slide .swiper-button-next i,
.lan-vr-slide .swiper-button-prev i,
.vr_case_next i,
.vr_case_prev i {
    font-size: 40px;
}

.vr_scale .swiper-button-prev {
    left: 40px;
}

.vr_scale .swiper-button-next {
    right: 40px;
}

.vr_news {
    padding: 70px 0 100px;
    overflow: hidden;
}

.vr_news_tab {
    width: 100%;
    text-align: center;
    padding: 50px 0 50px;
}

.vr_news_tab button {
    padding: 10px 30px;
    background: #fff;
    border: 1px solid #6d80bc;
    color: #333;
    border-radius: 5px;
    font-size: 18px;
    cursor: pointer;
}
@media (max-width: 768px) {
    .vr_news_tab {
        padding: 20px 0 20px;
    }
}

.vr_news_tab button:hover,
.vr_news_tab button.active {
    background: #6d80bc;
    color: #fff;
}

@media(max-width:768px) {
    .vr_news {
        padding: 20px 0 20px;
        overflow: hidden;
    }

    .vr_item_tip::after {
        display: none;
    }
    .vr_demo_item {
        margin-bottom: 20px;
    }
    .vr_slide_btn {
        width: 100%;
    }
    .vr_slide .swiper-button-next,
    .vr_slide .swiper-button-prev {
        margin-top: 50px;
    }
}

.vr_news_box{margin-bottom: 10px;}
.vr_news_list dt {
    color: #89D1EC;
    border-bottom: 1px solid #89D1EC;
    padding: 10px 0;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 10px;
}
.vr_news_list .btn_more{
    margin-top: 0;
    background: none;
    border: 0;
    padding: 0;
    color: #000;
    height: auto;
    font-size: 14px;
}
.vr_news_list .btn_more:hover{
    color: #89D1EC;
}

.vr_news_img {
    width: 40%;
}

.vr_news_text {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 60%;
    padding: 0 20px;
}

.vr_news_text h2 {
    font-size: 18px;
    font-weight: bold;
    padding: 20px 0;
}

.vr_news_text p {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.vr_news_text a {
    background: #6d80bc;
    font-size: 14px;
    color: #fff;
    border: 1px solid #6d80bc;
    border-radius: 20px;
    padding: 4px 30px;
    margin-top: 40px;
}

.vr_news_list dd {
    margin-bottom: 15px;
    font-size: 14px;
}

.vr_news_mask {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.vr_news_mask p {
    width: 100%;
    line-height: 46px;
    background: rgba(137, 137, 137, .48);
    color: #fff;
    font-size: 18px;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 0;
}

.btn_more {
    padding: 4px 20px;
    font-size: 14px;
    color: #fff;
    background: #000;
    border-color: #000;
    margin-top: 50px;
}

.btn_more:hover {
    background: #fff;
    color: #333;
}

@media(max-width:768px) {
    .btn_more {
        margin-top: 10px;
    }
}


.lan-swiper-depth{
    background-position: center;
    background-size: cover;
    width: 700px;
    height: 400px;
}
@media(max-width:768px) {
    .lan-swiper-depth{
        height: auto;
    }
}
.lan-swiper-depth img{
    height: 100%;
}

.lan-swiper-wrapper-cert{
    display: flex;
    align-items: center;
}

.lan-swiper-cert{
    background-position: center;
    background-size: cover;
    /*height: 400px;*/
}
@media(max-width:768px) {
    .lan-swiper-cert{
        height: auto;
    }
}
.lan-swiper-cert img{
    height: 100%;
}


/*热门产品*/
.lan-swiper-slide-v1 {

}
.lan-swiper-slide-v1 img{

}

.lan-swiper-slide-v1 a{
    color:#fff;
    font-size:16px;
    text-decoration:none;
    display:block;
    text-align:center;
    height:100%;
}
.lan-swiper-slide-v1 h1{
    position:absolute;
    bottom:0;
    width:100%;
    font-size:18px;
    font-weight:normal;
    background:#900;
    padding-bottom: 0;
    margin:0;
    height:38px;
    line-height:38px;
    /*background: rgba(255, 255, 255, 0.4) none repeat scroll 0 0;*/
    background: rgba(0, 0, 0, 0.59);;
}
/*热门产品 end*/

/*解决方案*/
.lan-solution .swiper-slide img{
    width: 100%;
    height: 262px;
}
@media (max-width: 768px) {
    .lan-solution .swiper-slide img{
        height: 131px;
    }
}
/*解决方案 end*/

/*kaidian*/
.one img{
    width: 100%;
    display: block;
}
.kaidian{
    width: 100%;
    position: relative;
    background: url('../img/dabei.jpg') no-repeat;
    background-size: 100% 100%;
    padding-top: 30px;
    padding-bottom: 30px;
}
.zi{
    width: auto;
    max-width: 80%;
    display: block;
    margin: 0 auto 0;
}
.zi1, .zi2{
    margin-bottom: 20px;
}
@media (max-width: 768px) {
    .zi{
        max-width: 80%;
    }
    .zi1, .zi2{
        margin-bottom: 10px;
    }
}
.neirong_9{
    margin: 50px auto 0;
}
@media (min-width: 992px) {
    .neirong_9{
        display: flex;
        align-items: center;
    }
}
@media (max-width: 768px) {
    .neirong_9{
        margin-top: 25px;
    }
}
.yuyue{
    /*background: url('../img/dabei.jpg') no-repeat;*/
}
.gundong-box{
    position: relative;
}
.shuyu{
    flex: 1;
    position: relative;
    /*background: #EAE7E7;*/
    border: 3px solid #c8c1b7;
    border-radius: 20px;
}
.gundong{
    width: 90%;
    display: block;
    margin: 0 auto;
}
.jinriu{
    position: absolute;
    top: 10%;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 22px;
    color: white;
    display: block;
    text-align: center;
}
@media (max-width: 768px) {
    .jinriu {
        font-size: 16px;
    }
}
.gundong_quyu{
    width: 65%;
    background: #000;
    height: 60%;
    position: absolute;
    bottom: 19%;
    left: 0;
    right: 0;
    margin: auto;
}
.dowebok{
    height: 100%;
    background: #000 !important;
}
.dowebok ul li{
    text-align: center;
    line-height: 30px;
    color: #B51118;
    font-size: 16px;
}
.beijing_name{
    width: 80%;
    display: block;
    height: 80px;
    background: url(../img/shukuang.png) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    position: relative;
}
.name_shu{
    width: 85%;
    height: 45px;
    line-height: 45px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: transparent;
    margin: auto;
    font-size: 20px;
    color: white;
    border: none;
    outline: none;
    text-align: left !important;
}
.phone_shu{
    width: 85%;
    height: 45px;
    line-height: 45px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: transparent;
    margin: auto;
    font-size: 20px;
    color: white;
    border: none;
    outline: none;
    text-align: left !important;
}
.anniu{
    width: 80%;
    display: block;
    margin: 30px auto 0;
    cursor: pointer;
}
.wenti{
    width: 70%;
    display: block;
    margin: 30px auto 0;
}
@media (max-width: 768px) {
    .wenti{
        width: 80%;
    }
}
/*kaidian end*/




/*留言*/
.wantConsult .clear { zoom: 1; clear: both; }
.wantConsult .clear:after { content: ""; clear: both; height: 0; line-height: 0; display: block; visibility: hidden; }
.wantConsult .fl1 { float: left; display: inline; }
.wantConsult .fr1 { float: right; display: inline; }
.wantConsult input, .wantConsult textarea, .wantConsult select {
    font-family: "PingFang SC", Arial, "微软雅黑", "宋体", simsun, sans-serif;
    box-sizing: border-box;
}

.wantConsult { margin-top: 30px; background: #f3f3f3;}
.wantConsult .zxTitle { height: 68px; border-top: 2px solid #333333; }
.wantConsult .zxTitle .p1 { font-size: 22px; line-height: 68px; color: #333; }
.wantConsult .zxTitle .p2 .i14 { margin-top: 25px; }
.wantConsult .zxTitle .p2 .i15 { margin-top: 31px; }
.wantConsult .zxTitle .p2 span { margin: 30px 6px 0; font-size: 19px; font-style: italic; color: #333333; }
.wantConsult_btm {
    width:100%;
    height: 450px;
    overflow: hidden;
    margin-bottom: 30px;
}
.wantConsult_btm_right {
    width:100%;
    height: 450px;
    background: url('../img/sixpage2.png') no-repeat;
    background-size:100% 100%;
}
.wantConsult_btm_right .form {
    margin: 0 auto;
}
.wantConsult_btm_right .form textarea {
    width: 100%;
    height: 80px;
    border: 0; padding: 15px 20px;
    line-height: 20px;
    font-size: 14px;
    color: #aeaeae;
    border-radius: 5px;
    margin-top: 40px;
    background: #f3f2f1;
    outline: none;
}
.wantConsult_btm_right .form .input_p {
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    background: #f3f2f1;
    padding-left: 20px;
    border-radius: 5px;
    margin-top: 20px;
}
.wantConsult_btm_right .form .input_p .span1 {
    display: inline-block;
    /*width: 54px;*/
    height: 16px;
    line-height: 16px;
    border-right: 1px solid #d8d8d8;
    font-size: 16px;
    color: #404040;
    margin-top: 12px;
    text-align: justify;
}
.wantConsult_btm_right .input_p .txt2 {
    width: 70%;
    padding-left: 10px;
    border: none;
    background: #f3f2f1;
    height: 38px;
    line-height: 38px;
    outline: none;
    font-size: 14px;
    color: #aeaeae;
}
.wantConsult_btm_right .form textarea:focus {color: #666;}
.wantConsult_btm_right .input_p .txt2:focus {color: #666;}
.input_p font { font-size: 14px; color: #666; margin-top: 12px; margin-right: 18px; margin-bottom:18px }
.input_p .span2 { display: block; width: 135px; height: 40px; border: none; border-left: 1px solid #d3d3d3; background: #ebebeb; color: #f22f2f; font-size: 15px; text-align: center; line-height: 40px; cursor: pointer; outline: none; }
.sub_ziXun { margin-top: 30px; height: 50px; text-align: center; }
.sub_ziXun input { width: 200px; height: 50px; font-size: 18px; color: #fff; background: #f43d3d; border-radius: 5px; border: none; outline: none; }

/*留言 end*/

/*免费加盟 开始*/

select {
    /*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
    border: solid 1px #ffffff;

    /*很关键：将默认的select选择框样式清除*/
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;

    /*在选择框的最右侧中间显示小箭头图片*/
    background: url("../img/arrow.png") no-repeat scroll right center transparent;
    width: 375px;
    /*为下拉小箭头留出一点位置，避免被文字覆盖*/
    padding-right: 14px;
}


/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand {
    display: none;
}

.upmail_div {
    font: 14px/1.6 Verdana, Arial, '\5b8b\4f53';
    padding-top: 20px;
    color: #000000;
    padding-bottom: 20px;
}
.upmail_div fieldset{
    border: 0;
    padding: 0;
    margin: 0;
}
.upmail_div .row::after{
    clear: both;
}
.upmail_div .row::before, .row::after{
    content: " ";
    display: table;
}

.upmail_mian ul{
    padding: 0;
}
.upmail_mian ul li {
    padding-bottom: 10px;
    color: #fff;
}

.inputBox span {
    color: #FF0004;
}

.inputBox i {
    display: inline-block;
    width: 100%;
    height: 0;
}

.upworkspan {
    font-family: “Microsoft YaHei”, "微软雅黑" !important;
    text-align: center;
    font-size: 14px;
    margin: 0 auto;
    padding-bottom: 30px;
    color: #bd0000;
    font-size: 20px;
    font-weight: bold;
}

.upmail_title {
    width: 140px;
    margin: 0 auto;
    text-align: center;
    font-family: “Microsoft YaHei”, "微软雅黑" !important;
    color: #575a60;
    font-size: 30px;
    padding-bottom: 10px;
    border-bottom: 5px solid #008aff;

}

.upmail_title span {
    color: #008aff;

}

.cxselect {
    padding: 3px;
    border: 1px solid #cbe5f5;
    border-radius: 3px;
    margin: 7px 10px;
    background-color: #fff;
    font: 12px/1.5 Tahoma;
}
@media (max-width: 992px) {
    .cxselect {
        margin: 7px 0;
    }
}

.cxselect:focus {
    outline: 0;
    border-color: #4a89dc;
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.1), 0 0 4px rgba(74, 137, 220, 0.6);
}

.cxselect[disabled] {
    border-color: #cbe5f5;
    color: #ccc;
}

.txt {
    display: none;
}

.upmail_mian {
    margin: 0 auto;
}
@media (max-width: 768px) {
    .upmail_mian {
        width: 100%;
    }
}
.upmail_mian .row{
    margin-left: 0;
    margin-right: 0;
}

.formbox {
    /*background-color: #f5f5f5;;*/
    border: 1px solid #cecece;
    border-radius: 3px;
    width: 100%
}

@media (max-width: 992px) {
    .formbox-v1{
        padding: 0 10px;
    }
}
.formbox-v2{
    text-align: center;
}

.formbox label {
    margin: 10px 0 !important;
}
.formbox .label-v1{
    margin: 10px 20px !important;
}
@media (max-width: 992px) {
    .formbox .label-v1{
        margin: 10px 0 !important;
    }
}
.formbox .radio-inline input[type="radio"]{
    margin-left: -10px;
    float: none;
}

.inputBox {
    display: block;
    float: left;
    height: 20px;
    line-height: 20px;
    border-right: 1px solid #008aff;
    font-weight: 600;
    text-align: center;
    /*color: #666;*/
    margin: 10px 0;
}
@media (max-width: 992px) {
    .inputBox {
        border-right: 0;
    }
}
.inputBox2 {
    display: block;
    float: left;
    height: 20px;
    line-height: 20px;
    font-weight: 600;
    text-align: center;
    color: #666;
    margin: 10px 0;
}

.locationTxt {
    margin-left: 10px;
    padding: 3px;
    border: 1px solid #cbe5f5;
    border-radius: 3px;
    background-color: #fff;
}

.otherChoice {
    /*display: flex;*/
}
.otherChoice .others-div{
    padding-left: 0;
    padding-right: 0;
}

.knonwtxt {
    float: right;
    width: 110%;
    padding: 3px;
    border: 1px solid #cbe5f5;
    border-radius: 3px;
    background-color: #fff;
    margin-top: -3px;
}

.knonwtxtarea {
    box-sizing: border-box;
    resize: none;
    width: 90%;
    border: 1px solid #cbe5f5;
    border-radius: 2px;
    height: 80px;
    margin: 10px;
    padding: 10px;
    font-size: 12px;
    color: #888;
    background: #e3ecf1;
}

.knonbtn {
    width: 45%;
    float: left;
    background-color: #008aff;
    border: none;
    display: block;
    color: #ffffff;
    border-radius: 5px;
    font-family: "Microsoft YaHei", "微软雅黑" !important;
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
}

.sqbtn {
    width: 45%;
    float: right;
    border: none;
    text-align: center;
    display: block;
    color: #ffffff;
    border-radius: 5px;
    font-family: "Microsoft YaHei", "微软雅黑" !important;
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
    line-height: normal;
}

.upwork {
    color: #575a60;
    width: 70%;
    font-family: "Microsoft YaHei", "微软雅黑" !important;
    text-align: center;
    font-size: 16px;
    margin: 0 auto;
    padding-bottom: 30px;
    padding-top: 30px;
}
@media(max-width:768px) {
    .upwork {
        width: 100%;
        padding-bottom: 15px;
        padding-top: 15px;
    }
}
/*免费加盟 结束*/


/*证书展示*/
.lan-cert .swiper-container {
    width: 100%;
    height: 100%;
}
.lan-cert .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.8);
}
.lan-cert .swiper-slide-active, .lan-cert .swiper-slide-duplicate-active{
    transform: scale(1);
}

/*证书展示 end*/

body{
    background: #f5f5f5;
}


/**header**/
.navbar-wrapper {
    position: absolute;
    height: 100px;
    width: 100%;
}
.navbar {
    background-color: unset;
}
.navbar-wrapper .navbar-nav > ul > li > a {
    font-size: 20px;
    color: #fff;
}
/*.navbar-wrapper .navbar-nav > ul > li.current > a {*/
    /*background-color: unset;*/
    /*color: #06c;*/
/*}*/
/*.navbar-wrapper .navbar-nav > ul > li > a:hover {*/
    /*background-color: unset;*/
    /*color: #06c;*/
/*}*/
@media(max-width:768px) {
    .navbar-wrapper {
        position: unset;
        width: 100%;
    }
    .navbar {
        background-color: #fff;
    }
    .navbar-wrapper .navbar-nav > ul > li > a {
        font-size: 16px;
        color: #000;
    }
    .navbar-wrapper .navbar-nav > ul > li > a:hover {
        background-color: #06c;
    }
}
/**header end**/


/**banner**/
.vr_banner .swiper-slide{

}
.vr_banner .swiper-slide img{
    width: 100%;
    height: auto;
}
/**banner end**/


.module-list-box{background: #ff4223;}
.module-list{
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
}
.module-list a{
    width: 14.28%;
    color: #fff;
    border-left: 1px solid #fff;
    text-align: center;
}
.module-list a .xs-br{
	display: none;
}
.module-list a:first-child{
    border-left: 0;
}
@media(max-width:768px) {
    .module-list{
        height: 30px;
        font-size: 12px;
        padding: 8px 0;
    }
	.module-list a{
		letter-spacing: 1px;
	}
	.module-list a .xs-br{
		display: block;
	}
}



/**panel-2**/
.swiper-panel-2 .swiper-slide-div{
    height: 250px;
    background: #fff;
    border-radius: 26px;
    overflow: hidden;
    font-size: 25px;
    box-sizing: border-box;
    padding-bottom: 20px;
}
.swiper-panel-2 .swiper-slide-div a{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    text-align: center;
}
.swiper-panel-2 .swiper-slide-div a img{
    max-width: 100%;
}
@media(max-width:768px) {
    .swiper-panel-2 .swiper-slide-div{
        height: 150px;
        font-size: 14px;
        border-radius: 16px;
        padding-bottom: 10px;
    }
}
/**panel-2 end**/

/**panel-1**/
.swiper-panel-1 .swiper-slide-div{
    display: flex;
    flex-direction: column;
    border-radius: 15px;
    overflow: hidden;
}
.swiper-panel-1 .lan-img-div{
    /*height: 230px;*/
    max-height: 230px;
    background: #e0e0e0;
}
.swiper-panel-1 .lan-img-div img{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.swiper-panel-1 .lan-desc-div{
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5px 0 10px 0;
}
.swiper-panel-1 .lan-desc-div .desc-title{
    font-size: 20px;
}
.swiper-panel-1 .lan-desc-div .desc-desc{
    padding: 2px 0 20px 0;
    font-size: 14px;
}
.swiper-panel-1 .lan-desc-div .desc-link{
    padding: 5px 10px;
    background: #000;
    color: #fff;
    border-radius: 30px;
    font-size: 12px;
}
@media(max-width:768px) {
    .swiper-panel-1 .lan-img-div{
        /*height: 230px;*/
        max-height: 230px;
    }
    .swiper-panel-1 .lan-desc-div{
        padding: 5px 0;
    }
    .swiper-panel-1 .lan-desc-div .desc-title{
        font-size: 14px;
    }
    .swiper-panel-1 .lan-desc-div .desc-desc{
        padding: 2px 0;
        font-size: 12px;
    }
    .swiper-panel-1 .lan-desc-div .desc-link{
        padding: 3px 5px;
        font-size: 10px;
    }
}
/**panel-1 end**/

/**layout-2**/
.layout-2{

}
.layout-2 .lan-box1{
    height: 450px;
}
.layout-2 .lan-box1 .lan-img-div{
    height: 100%;
    overflow: hidden;
	text-align: center;
	background: #fff;
}
.layout-2 .lan-box1 .lan-img-div img{
    height: 100%;
	width: auto;
}
.layout-2 .lan-box1 .lan-img-div2 img{
    width: 100%;
    max-height: 150px;
}

.layout-2 .lan-box1 .lan-box-div{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    background: #fff;
}

.layout-2 .lan-desc-div{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.lan-box2 .lan-desc-div{
    padding: 0 0 0 36px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.layout-2 .lan-desc-div .desc-title{
    font-size: 25px;
    font-weight: bold;
}
.layout-2 .lan-desc-div .desc-desc{
    padding: 20px 0 34px 0;
    font-size: 16px;
    color: #a4a0a0;
}
.layout-2 .lan-desc-div .desc-link{
    padding: 5px 20px;
    background: #000;
    color: #fff;
    border-radius: 30px;
    font-size: 12px;
}
.layout-2 .lan-box2{
    height: 250px;
	margin-top: 20px;
}
.layout-2 .lan-box2 .lan-inner-box{
    height: 100%;
    background: #fff;
    overflow: hidden;
    display: flex;
    align-items: center;
    border-radius: 10px;
}
.layout-2 .lan-box2 .lan-img-div{
    padding-top: 10px;
	padding-bottom: 10px;
	height: 100%;
	text-align: right;
}
.layout-2 .lan-box2 .lan-inner-box img{
    max-height: 100%;
	width: auto
}
@media(max-width:768px) {
    .layout-2 .lan-box1{
        height: 180px;
        margin-bottom: 0;
    }
    .layout-2 .lan-box2{
        height: 110px;
        margin-top: 5px;
    }
    .layout-2 .lan-desc-div{
        padding: 0 0 0 5px;
    }
    .layout-2 .lan-desc-div .desc-title{
        font-size: 14px;
    }
    .layout-2 .lan-desc-div .desc-desc{
        padding: 2px 0;
        font-size: 12px;
    }
    .layout-2 .lan-desc-div .desc-link{
        padding: 3px 5px;
        font-size: 10px;
    }
}
/**layout-2 end**/