﻿
html, body, div.page {
    width: 100%;
    font-size: 16px;
    color: #000;
    font-family: 'Microsoft YaHei', Arial, sans-serif;
}

.fl {
    float: left;
}

.page {
    margin: 0 auto;
}

a {
    cursor: pointer;
}

.page {
    min-width: 1200px;
}

/*头部导航*/
.nav {
    width: 100%;
    min-width: 1200px;

    height: 80px;
    border-bottom: 1px solid #eee;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 30;
    background-color: #fff;

}

.nav_left {
    width: 25%;
    text-align: center;
    height: 100%;

}

.nav_left img {
    height: 70%;
    margin-top: 10px;
}

.nav_right {
    width: 70%;
    height: 100%;

}

ul.navList {
    width: 100%;
    height: 100%;
    display: inline-block;
}

ul.navList li {
    width: 10%;
    height: 100%;
    display: inline-block;
    font-size: 16px;
    line-height: 80px;
    text-align: center;
    position: relative;
    box-sizing: border-box;
    float: left;
}

/*ul.navList li:nth-child(1){*/
/*padding-left: 8px;*/
/*}*/
ul.navList li:nth-child(2) {
    padding-right: 12px;
}

ul.navList li a:hover {
    color: #20a9f7;
}

ul.navList li a {
    width: 100%;
    height: 100%;
    display: inline-block;
    font-size: 16px;
    font-family: '微软雅黑', Arial, sans-serif;
}

.active a {

    color: #20a9f7;

}

ul.navList li a.signUp {
    height: 41px;
    width: 90%;
    background-color: #20a9f7;
    line-height: 40px;
    color: #fff;
    border-radius: 4px;

}

ul.navList li a.changeLanuage {
    height: 40px;
    width: 90%;
    background-color: #fff;
    line-height: 40px;
    color: #20a9f7;
    border: 1px solid #20a9f7;
    border-radius: 4px;
}

.banner {
    width: 100%;
    display: inline-block;
    position: relative;
    margin-top: 80px;
    height: 100%;
}

div.imgbox {
    position: relative;
    width: 100%;
    min-height: 700px;
    overflow: hidden;
}

@keyframes bigger {
    from {
        transform: scale(1);
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
    }
    to {
        transform: scale(1.1);
        -ms-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
}

/*下拉框*/
ul.navList li#popTop div.popup {
    width: 200px;
    visibility: hidden;
    background: #eee;
    border-radius: 5px;
    position: absolute;
    left: -20px;
    top: 75px;
    z-index: 100;
    padding: 5px 0 8px 15px;
    font-family: 'Microsoft YaHei', Arial, sans-serif;
}

ul.navList li.popTop div.popup {
    width: 200px;
    visibility: hidden;
    background: #eee;
    border-radius: 5px;
    position: absolute;
    left: -20px;
    top: 75px;
    z-index: 100;
    padding: 5px 0 8px 15px;
    font-family: 'Microsoft YaHei', Arial, sans-serif;
}

ul.navList li#popTop:hover div.popup {
    visibility: visible;
}

ul.navList li.popTop:hover div.popup {
    visibility: visible;
}

ul.navList li#popTop div.popup a {
    width: 100%;
    text-align: left;
    box-sizing: border-box;
    display: block;
    line-height: 30px;
    margin: 0;
    font-size: 16px;
    color: #0e9df5;

}

ul.navList li.popTop div.popup a {
    width: 100%;
    text-align: left;
    box-sizing: border-box;
    display: block;
    line-height: 30px;
    margin: 0;
    font-size: 16px;
    color: #0e9df5;

}

.focus {
    z-index: 10 !important;
    opacity: 1 !important;
    animation: bigger 4200ms !important;
}

.imgbox img {

    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    min-height: 700px;
}

.mask {
    width: 100%;
    min-height: 700px;
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}

.mask img {

    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);

}

.pulCenter {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.navBtn {
    position: absolute;
    bottom: 15%;
    margin-left: -225px;
    left: 50%;
    width: 450px;
    height: 80px;

}

.navBtn a {
    position: absolute;
    color: #fff;
    width: 192px;
    height: 50px;
    border-radius: 3px;
    text-align: center;
    line-height: 50px;

    z-index: 21;
}

.navBtn a:nth-child(1) {
    left: 30px;
    top: 10px;
    background-color: #0ba6f5;

}

.navBtn a:nth-child(2) {
    left: 250px;
    top: 10px;
    background-color: #e35359;
}

div.highLight {
    width: 100%;
    position: relative;

}

div.tl {
    width: 100%;
    height: 80px;
    position: relative;
    padding-top: 40px;
    text-align: center;
}

div._tlCn {
    padding-top: 60px;
}

div ._en {
    padding-top: 0;
}

div.tl img {
    max-width: 500px;
}

.guestList {
    width: 70%;
    margin: 0 auto;
    padding: 30px 0;
    position: relative;
}

.ht img {
    width: 100%;
    margin-bottom: 50px;
}

#swp1 {
    padding-bottom: 60px;
}

#pages2 span {
    width: 68px !important;
    height: 12px !important;
    border-radius: 6px !important;
    background-color: #25a1e7 !important;

}

.descInfo {
    position: absolute;
    right: 60px;
    bottom: 0;
    color: #999;
    font-size: 14px;
}

div.guest_item {
    width: 22%;
    text-align: center;
    display: inline-block;
    margin-top: 25px;
    padding: 15px 20px;
    box-sizing: border-box;
    vertical-align: top;
    position: relative;
    margin-left: 1%;
}

.guest_item p {
    width: 100%;
    box-sizing: border-box;
    padding: 1px;
}

.guest_item p:nth-child(2) {
    margin-top: 5px;
    font-weight: bold;
}

.guest_item p.i_desc {
    color: #666;
    font-size: 15px;
}

.guest_item p img {
    width: 150px;
    margin-bottom: 0;

}

.speckBtn {
    width: 100%;
    height: 70px;
    text-align: center;

}

.speckBtn a {
    width: 200px;
    height: 60px;
    display: inline-block;
    background-color: #20a9f7;
    color: #fff;
    font-size: 18px;
    line-height: 60px;
    border-radius: 5px;
    margin-top: 20px;

}

.lookBack {
    width: 100%;
    background: url("https://res.variflight.com/carnoc/hz/2019QSLT/img/bg.jpg") no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    margin-top: 70px;
    overflow: hidden;
}

.b_top {
    width: 100%;
    height: 130px;
    background-color: rgba(0, 0, 0, 0.1);
    text-align: center;
    outline-color: #000;

}

.b_top img {
    padding-top: 50px;

}

div._cn {
    height: 180px;
}

._cn img {
    padding-top: 60px;
}

._en {

}

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

.guestAssess {
    width: 100%;
}

.lunbo2 {
    width: 70%;
    margin: 0 auto;
    font-size: 18px;
}

.guestbox {
    text-align: center;
}

.guestbox img {
    width: 90%
}

.guestbox p {
    text-align: center;
    padding: 10px 40px;
    box-sizing: border-box;
}

.guestbox p.p_name {
    font-weight: bold;
}

.guestbox p.p_company {
    color: #666;
}

.guestbox p.p_desc {
    text-align: justify;
}

.guestbox p.p_center {
    text-align: center;
}

#swp2 {
    padding: 50px 0;
}

/*亮点*/

.light {
    width: 100%;
    background-color: #fff;
    padding: 30px 0;
    padding-top: 0;
}

._part2 {
    background-color: #fff;
    padding: 20px 0;
}

.mainBox {
    width: 1200px;
    margin: 0 auto;
    padding-top: 60px;
}

div._ens {
    padding-top: 10px;
}

.mainBox img {
    width: 100%;
}

.l_title {
    margin-top: 10px;
    position: relative;
    height: 60px;
}

.l_title span.l_title_child {
    font-weight: bold;
    min-width: 300px;
    display: inline-block;
    height: 45px;
    vertical-align: top;
    line-height: 45px;
    font-size: 24px;
}

.l_title_child1 {
    position: absolute;
    left: 25px;
    top: 40px;
    color: #666;
    font-size: 18px;

}

.l_title span.tag {
    display: inline-block;
    width: 10px;
    height: 28px;
    background-color: #3d85d2;
    vertical-align: middle;
    margin-right: 12px;
    margin-top: 8px;
}

.l_content ul {
    width: 100%;
    margin-top: 50px;
}

ul.l_content_item1 {
    /*padding: 0 100px;*/
}

.l_content ul.l_content_item1 li {
    width: 30%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-bottom: 10px;
    text-align: center;

}

.l_content ul.l_content_item1_p1 li:nth-child(3n+2) {
    /*margin-left:5px;*/

    margin: 0 3.7%;

}

.l_content ul.l_content_item2 li {
    width: 24.5%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0;
    margin-bottom: 10px;
    text-align: center;

}

/*.l_content_item1 li a{*/
/*width: 100%;*/
/*height: 180px;*/
/*position: relative;*/
/*display: inline-block;*/
/*}*/
/*.l_content_item1 li div{*/
/*position: absolute;*/
/*left: 0;*/
/*top: 0;*/
/*width: 92%;*/
/*height: 180px;*/
/*background-color: #fff;*/
/*box-shadow: 4px 4px 4px #ddd,-4px -4px 4px #ddd;*/

/*}*/

div.l_content ul.l_content_item2 li img {
    width: 90%;
}

.l_content_item1 li div {
    font-size: 15px;
    color: #999;
}

.l_content_item2 li div {
    font-size: 15px;
    color: #999;
}

/*.l_content_item1 li a span ul{*/
/*margin: 0;*/
/*width: 100%;*/
/*height: 100%;*/
/*list-style: disc;*/
/*box-sizing: border-box;*/
/*}*/
/*.l_content_item1 li a span ul li{*/
/*width: 100% !important;*/
/*list-style: circle;*/
/*padding: 5px !important;*/
/*text-align: left;*/
/*padding-right: 10px !important;*/
/*box-sizing: border-box !important;*/
/*}*/
/*.l_content_item1 li a span ul li i.dash{*/
/*width: 5px;*/
/*height: 5px;*/
/*border-radius: 50%;*/
/*margin-right: 5px;*/
/*display: inline-block;*/
/*background: #333;*/
/*vertical-align: middle;*/
/*}*/
div.l_content ul li div.pt15 {
    padding-top: 15px;
    color: #000;

}

.l_content_item1 li div.boxs, .l_content_item2 li div.boxs {
    width: 100%;
    display: inline-block;
    height: 200px;
    position: relative;
}

div.boxs img {
    height: 182px;
}

.l_content_item1 li div.boxs div.back, .l_content_item2 li div.boxs div.back {
    position: absolute;
    left: 0;
    top: 0;
    width: 92%;
    height: 180px;
    box-shadow: 4px 4px 4px #ddd, -4px -4px 4px #ddd;
    border: 1px solid #eee;
    background: #fff;
    padding-left: 10px;
    font-size: 15px;
    color: #333;
}

div.back p {
    margin: 0;
    text-align: left;
    padding: 5px 0;
}

div.back p span.dash {
    width: 5px;
    height: 5px;
    background-color: #000000;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.loadMore {
    position: absolute;
    bottom: 0;
    right: 10px;
    width: 120px !important;
    height: 45px !important;
    color: #20a9f7;
}

div.boxs img {
    width: 95%;
}

.font {
    /*backface-visibility: hidden;*/
    transform: perspective(600px) rotateY(0);
    -webkit-transform: perspective(600px) rotateY(0);

    z-index: 1;
    opacity: 1;

}

.boxs {
    /*perspective: 370px;*/
}

.back {
    transform: perspective(600px) rotateY(180deg);
    -webkit-transform: perspective(600px) rotateY(180deg);
    z-index: 100;
}

.back {
    opacity: 0;
    border: 1px solid #eee;
    padding: 5px;
}

.back, .font {
    transition: all 2000ms;
    -ms-transition: all 2000ms;

}

.l_content_item1 li div.boxs:hover .font {
    transform: perspective(600px) rotateY(-180deg);
    -webkit-transform: perspective(600px) rotateY(-180deg);
    opacity: 0;
}

.l_content_item1 li div.boxs:hover .back {
    transform: perspective(600px) rotateY(0);
    -webkit-transform: perspective(600px) rotateY(0);
    opacity: 1;

}

.l_content_item2 li a {
    width: 100%;
    display: inline-block;
    height: 200px;
}

.l_content_item1 li div.boxs .back a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.l_content_item2 li a img {
    width: 90% !important;
}

/*.l_content ul li img{*/

/*width: 90%;*/

/*}*/

/*.l_content ul li div{*/
/*width: 80%;*/
/*line-height: 25px;*/
/*font-size: 15px;*/
/*color: #666;*/
/*text-align: center;*/
/*display: inline-block;*/
/*}*/
.l_content ul li div.tls {
    color: #000;
    padding: 8px 0;
    /*margin-top: 7px;*/
    font-size: 16px;
}

.l_content ul li div.tls_en {
    margin-top: 7px;
}

.scale {
    width: 100%;

}

.scale img {
    width: 100%;
}

.attendCompany {
    background-color: #f6f6f8;
}

.sponsor {
    background-color: #fff;
}

.lunbo3 {
    width: 100%;
    position: relative;
    height: 700px;
    background: url("https://res.variflight.com/carnoc/hz/2019QSLT/img/sky.png") no-repeat;
    background-position: center center;
    background-size: 100%;
}

.downloadBtn {
    width: 60%;
    margin: 0 auto;
}

.downloadBtn a {
    font-size: 18px;
    width: 40%;
    height: 52px;
    display: inline-block;
    text-align: center;
    line-height: 52px;
    font-weight: bold;
    border-radius: 5px;
}

.downloadBtn a:nth-child(2) {
    margin-left: 10%;
}

.blue {
    background-color: #20a9f7;
    color: #fff;
}

.blue_tr {
    border: 1px solid #20a9f7;
    background-color: #fff;
    color: #20a9f7;

}

.downloadDesc {
    width: 100%;
    margin-top: 115px;
    overflow: hidden;
}

.d_l img {
    width: 90%;
}

.d_l, .d_r {
    width: 45%;
    float: left;
}

.d_r {
    margin-left: 5%;
    font-size: 18px;
    color: #000;
    line-height: 45px;
}

.d_r p.d_title {
    font-size: 45px;
}

p.d_desc {
    padding: 50px 0 0 0;
}

p.d_desc1 {
    padding-top: 10px;
    padding-bottom: 30px;
}

.d_r p a {
    width: 270px;
    height: 52px;
    background-color: #208af7;
    color: #fff;
    display: inline-block;
    text-align: center;
    line-height: 52px;
    border-radius: 5px;
}

.d_r p a._en {
    margin-top: 30px;
}

.about {
    width: 100%;
    /*background-color: #10388a;*/
    background: url("https://res.variflight.com/carnoc/hz/2019QSLT/img/bg.jpg") no-repeat;
    background-size: 100%;
    background-position: center center;
    color: #a8a8a8;
}

.pd30 {
    padding: 30px 0;
}

.about_info {
    width: 100%;
    overflow: hidden;
    font-size: 14px;
    line-height: 25px;
}

.ab_l {
    width: 60%;

}

.ab_m {
    width: 1px;
    height: 155px;
    background-color: #a8a8a8;
    margin: 10px 30px;
    transform: scaleX(0.8);
}

.ab_l, .ab_m, .ab_r {
    float: left;
    vertical-align: top;
}

.ab_r p img {
    width: 20px;
    margin-right: 10px;
    vertical-align: middle;
}

.about_tl {
    color: #fff;
    font-size: 20px;
}

.about_info {
    vertical-align: top;
}

.about_info p {
    padding: 8px 0;
    line-height: 26px;
}

.about_info p.ins {
    padding: 0;
}

.take {
    width: 100%;
    background-color: #077ed1;
    margin-top: 15px;
}

.take-form {
    width: 800px;
    margin: 0 auto;
    padding: 35px 0;
    height: 50px;
}

.take-form input[type="text"], .take-form input[type="email"] {
    width: 600px;
    height: 100%;
    border: none;
    border-radius: 5px 0 0 5px;
    text-align: center;
    font-size: 16px;
}

.take-form input[type="submit"] {
    width: 125px;
    height: 100%;
    background-color: #e35359;
    border: none;
    outline: none;
    color: #fff;
    font-size: 20px;
    border-radius: 0 5px 5px 0;
    margin-left: -5px;
}

.sellTicket {
    background-color: #000;
}

/*倒计时*/
.dateline {
    display: inline-block;
    color: #999;
    font-size: 16px;
    background-color: #000;
    padding: 20px;
}

.dateline span.dates {
    color: red;
    font-size: 24px;
    display: inline-block;
}

.dateline span.dates i {
    text-decoration: none;
    font-style: normal;
    width: 40px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 5px;
    background-color: #fff;
    font-weight: bold;
    display: inline-block;
}

div.sellTicket_content {

    overflow: hidden;
    padding: 20px 0;
}

.enroll {
    float: right;
    line-height: 100px;
}

.enroll a {
    display: inline-block;
    width: 150px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 18px;
    border-radius: 5px;

}

a.enroll_attend {
    background-color: #db4649;
    font-size: 18px;
    margin-right: 10px;

}

a.enroll_sponsor {
    background-color: #20a9f7;
}

.tw {
    margin-left: -10px !important;
}

.lunbo1_item {
    position: relative;

    box-sizing: border-box;
}

.lunbo1_item img {
    width: 100%;
    height: 100%;
    border: 2px solid #000;
    border-top: 1px;

}

/*.lunbo1_item div.lunbo1_item_desc{*/
/*position: absolute;*/
/*bottom: 0;*/
/*background-color: #000;*/
/*color: #fff;*/
/*height: 50px;*/
/*width: 100%;*/
/*font-size: 15px;*/
/*padding: 5px 15px;*/
/*opacity: 0;*/
/*}*/
/*.lunbo1_item:hover div.lunbo1_item_desc{*/
/*opacity: 0.8;*/
/*}*/

.siupBox {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
}

.sponsor_item {
    width: 656px;
    height: 610px;
    background: #192347;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -328px;
    margin-top: -294px;
    border-radius: 10px;
    z-index: 130;
}

.m30 {
    margin: 30px;
}

.sponsor_box .title {
    text-align: center;
    font-size: 26px;
    color: #ffffff;
}

.sponsor_box .hint {
    color: #6c79a6;
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
}

.sponsor-form {
    margin-top: 20px;
    width: 100%;
}

.sponsor-form .item {
    height: 55px;
    margin-bottom: 45px;
}

.sponsor-form .item input[type="text"] {
    height: 100%;
    background: #20a9f7;
    border: 0;
    padding: 0 1em;
    outline: 0;
    width: 100%;
    display: block;
    color: #fff;
    font-size: 20px;
    box-sizing: border-box;
}

.sponsor-form label.error {
    display: block;
    font-size: 14px;
    color: red;
    line-height: 20px;
    margin-bottom: 10px;
    padding-left: 20px;
}

.sponsor-form .item input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #000;
}

.sponsor-form .item input::-moz-placeholder, textarea::-moz-placeholder {
    color: #000;
}

/* Mozilla Firefox 19+ */
.sponsor-form .item input:-moz-placeholder, textarea:-moz-placeholder {
    color: #000;
}

/* Mozilla Firefox 4 to 18 */
.sponsor-form .item input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #000;
}

/* Internet Explorer 10-11 */

.sponsor-form .form-smt {
    display: block;
    width: 300px;
    margin: 0 auto 0;
    line-height: 60px;
    font-size: 20px;
    color: #fff;
    background: #20a9f7;
    text-align: center;
    cursor: pointer;
    border-radius: 60px;
    border: 0;
    outline: 0
}

.siupBox div.sponsor_item {
    background-color: #fff;
}

div.title {
    text-align: center;
    font-size: 24px;
    color: #000;
    font-weight: bold;

}

.sponsor-form .item input[type="text"] {
    background: #ddd;
    color: #000 !important;
    border-radius: 6px;
}

.sponsor-form button.form-smt {
    margin-top: 50px;
}

.swp3_pre {
    background: url("https://res.variflight.com/carnoc/hz/2019QSLT/img/button_L.png") no-repeat;
!important;
    width: 80px !important;
    height: 50px !important;
    left: 120px !important;
}

.swp3_next {
    background: url("https://res.variflight.com/carnoc/hz/2019QSLT/img/button_R.png") no-repeat;
!important;
    width: 80px !important;
    height: 50px !important;
    right: 40px !important;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.sce_header {
    width: 100%;
    height: 80px;
    margin-top: 30px;
}

.sce_header h1 {
    width: 100%;
    text-align: center;
    font-weight: normal;
    line-height: 40px;
}

.sce_header h1.big_tl {
    font-size: 30px;
    color: #fff;

}

.sce_header h1.small_tl {
    font-size: 24px;
    color: #fff;
}

.sec_body {
    width: 100%;
    padding: 45px;
}

.sec_body_item {
    display: inline-block;
    width: 30%;
    height: 140px;
    overflow: hidden;
    padding-left: 35px;

}

.sec_body_item img {
    width: 73px;
    float: left;
    margin-top: 30px;
}

.sec_body_item div.item_info {
    display: inline-block;
    height: 100%;
    float: left;
    margin-left: 15px;
    color: #fff;
    vertical-align: middle;
}

.item_info h3 {
    padding: 10px 0;
    font-size: 18px;
    line-height: 30px;
}

.sec_body_item div.item_info span {
    padding: 3px 0;
    font-size: 14px;
    line-height: 30px;
}

.sec_body_item div.item_info a {
    color: #fff;
    text-decoration: underline;
}

div.guest_item {
    height: 290px;
    margin-bottom: 20px;
}

.f_font, .f_back {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 20px;
    transition: all 1000ms;
    box-sizing: border-box;
}

.f_font {
    transform: perspective(600px) rotateY(0);
}

.f_back {
    transform: perspective(600px) rotateY(180deg);
    opacity: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    box-shadow: 0 0 15px #999;
    overflow-y: scroll;
    box-sizing: border-box;

}

.f_back p.f_desc {
    text-align: left;
    font-size: 14px;
    line-height: 26px;
    color: #666;
}

.guest_item:hover .f_font {
    transform: perspective(600px) rotateY(-180deg);
    -webkit-transform: perspective(600px) rotateY(-180deg);
    opacity: 0;
}

.guest_item:hover .f_back {
    transform: perspective(600px) rotateY(0);
    -webkit-transform: perspective(600px) rotateY(0);
    opacity: 1;

}

.f_desc {
    height: 100%;
}

/*滚动条样式*/
.f_back::-webkit-scrollbar { /*滚动条整体样式*/
    width: 4px; /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;
}

.f_back::-webkit-scrollbar-thumb { /*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2);
}

.f_back::-webkit-scrollbar-track { /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
}

.mt_cocus {
    width: 1200px;
    margin: 0 auto;
    position: relative;


}
.focusBox{
    margin-top: 10px;

}
div#swp4{
    padding-bottom: 30px;
}
.focus-item {
    width: 365px;
    height: 550px;
    border-radius: 5px;
    display: inline-block;
    background-size: 100% 100%;
    vertical-align: top;
    margin: 15px;
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.focus_logo {
    margin-top: 30px;
}

.focus_logo span {
    width: 60px;
    height: 60px;
    display: inline-block;
    border-radius: 50%;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.focus_logo_jc span {
    background-image: url('https://res.variflight.com/carnoc/hz/2019QSLT/img/jichang/jichang.png');
}
.focus_logo_hc span{
    background-image: url('https://res.variflight.com/carnoc/hz/2019QSLT/img/hangsi/_hangsi.png');
}
.focus-item1 {
    background-image: url("https://res.variflight.com/carnoc/hz/2019QSLT/img/jichang/four.png");
    background-position: center center;
}

.focus-item2 {
    background-image: url("https://res.variflight.com/carnoc/hz/2019QSLT/img/jichang/two.png");
    background-position: center center;
}

.focus-item3 {
    background-image: url("https://res.variflight.com/carnoc/hz/2019QSLT/img/jichang/three.png");
    background-position: center center;
}

.focus_name {
    font-size: 20px;
    margin-bottom: 20px;
}

.focus_desc {
    line-height: 28px;
    height: 60px;
    margin: 20px auto;
    margin-bottom: 0;
padding: 0 15px;
}

.focus_content {
    width: 320px;
    margin: 0 auto;
    text-align: justify;
    line-height: 24px;
    font-size: 14px;
}

.focus_content p {
    margin-bottom: 20px;
}

.swp4_pre{
left: -35px;
    background: url("https://res.variflight.com/carnoc/hz/2019QSLT/img/hangsi/you.png") no-repeat;
}
.swp4_next{
right: -35px;
    background: url("https://res.variflight.com/carnoc/hz/2019QSLT/img/hangsi/zuo.png") no-repeat;
}

.hotel_tl {text-align: center}
.hotel_tl img{
    width: 180px;
}

.hotel_info{
    width: 100%;
    padding: 80px 0 50px;
    background-color: #1a3384;
    margin: 80px 0 0 0;
    color: #fff;
    font-size: 15px;
}
.hotel_content{
    width: 1200px;
    margin: 30px auto;
}
.hotel_left,.hotel_right{
    display: inline-block;
    width: 45%;
    vertical-align: top;
    line-height: 30px;
}
.hotel_right img{
    width: 555px;
}
.hotel_right{
    margin-left: 2%;
}
p.h_title{
    font-size: 24px;

}
p.hotel_desc{
    color: #dee2ef;

}
.hotel_tl{
    margin-bottom: 40px;
}


@media screen and (max-width: 1600px) {
    div.imgbox {
        position: relative;
        width: 100%;
        min-height: 600px;
        overflow: hidden;
    }

    .mask {
        width: 100%;
        min-height: 600px;
        background-color: rgba(0, 0, 0, 0.7);
        position: absolute;
        left: 0;
        top: 0;
        z-index: 10;
    }

    .imgbox img {

        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        opacity: 0;
        min-height: 600px;
    }
}

@media screen and (max-width: 1350px) {
    div.imgbox {
        position: relative;
        width: 100%;
        min-height: 550px;
        overflow: hidden;
    }

    .mask {
        width: 100%;
        min-height: 550px;
        background-color: rgba(0, 0, 0, 0.7);
        position: absolute;
        left: 0;
        top: 0;
        z-index: 10;
    }

    .imgbox img {

        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        opacity: 0;
        min-height: 550px;
    }
}