@font-face {
    font-family: 'iconfont';
    src: url('http://at.alicdn.com/t/font_1432720974_1547027.eot');
    src: url('http://at.alicdn.com/t/font_1432720974_1547027.eot?#iefix') format('embedded-opentype'), url('http://at.alicdn.com/t/font_1432720974_1547027.woff') format('woff'), url('http://at.alicdn.com/t/font_1432720974_1547027.ttf') format('truetype'), url('http://at.alicdn.com/t/font_1432720974_1547027.svg#iconfont') format('svg')
}

@font-face {
    font-family: 'Pacifico';
    font-style: normal;
    font-weight: 400;
    src: local('Pacifico Regular'), local('Pacifico-Regular'), url(http://fonts.gstatic.com/s/pacifico/v7/Q_Z9mv4hySLTMoMjnk_rCfesZW2xOQ-xsNqO47m55DA.woff2) format('woff2')
}

.fa {
    display: inline-block;
    font-family: "iconfont";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale
}

.fa-icon-qq:before {
    content: "\e604"
}

.fa-icon-weibo:before {
    content: "\e600"
}

.fa-icon-weixin:before {
    content: "\e605"
}

.fa-icon-zaixianzixun:before {
    content: "\e608"
}

* {
    margin: 0;
    padding: 0;
}

body {
    background: #fff;
    font-size: 12px;
    line-height: 22px;
    font-family: "Microsoft YaHei";
}

body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
div,
tr,
dl,
dd,
select,
option {
    margin: 0;
    padding: 0;
}

.body,
.ul,
.ol,
.li,
.p,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.form,
.fieldset,
.table,
.td,
.img,
.div,
.tr,
.dl,
.dd,
.select,
.option {
    margin: 0;
    padding: 0;
}

li,
img,
input,
em,
select {
    list-style: none;
    border: none;
    font-style: normal;
}

a {
    text-decoration: none !important;
    cursor: pointer !important;
}

select::-ms-expand {
    display: none;
}

.img_cover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: auto;
    padding: auto;
}

.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.tr {
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.wrap {
    max-width: 1300px;
    margin: 0 auto;
    width: 100%;
}

.overflow {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

header.act {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    animation: searchTop 0.5s ease-in-out
}

@keyframes searchTop {
    0% {
        top: -100px
    }

    to {
        top: 0
    }
}

header {
    position: relative;
    width: 100%;
    background: url(../images/header-bj.png) no-repeat left top;
}

.header_main {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    width: 557px;
}

.logo img {
    max-width: 100%;
    display: block;
}

.header-right {
    display: flex;
    align-items: center;
}

header .tel {
    background: url(../images/tel.png) no-repeat left center;
    padding-left: 55px;
}

header .tel p {
    line-height: 28px;
    font-size: 16px;
    color: #333;
}

header .tel b {
    display: block;
    color: #f04509;
    font-size: 25px;
    line-height: 32px;
    font-family: "Impact";
    font-weight: normal;
}

.header-right .erweima {
    display: block;
    max-width: 100%;
    height: 85px;
    width: 85px;
    margin-left: 20px;
}

.header_nav {
    width: 100%;
    background: url(../images/nav-bj.jpg) repeat-x left center;
}

.nav_ul {
    display: flex;
}

.nav_ul li {
    position: relative;
    width: 12.5%;
}

.nav_ul li .nav_a {
    display: block;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background: url(../images/nav-shu.jpg) no-repeat right center;
    line-height: 45px;
}

.nav_ul li:hover .nav_a,
.nav_ul li .nav_a.active {
    background: #f04509;
}

.nav_ul .sub_ul {
    display: none;
    width: 100%;
    position: absolute;
    padding: 0;
    z-index: 999;
    background: rgba(254, 115, 0, 0.8);
    width: 100%;
}

.nav_ul .sub_ul li {
    width: 100%;
    padding: 5px;
}

.nav_ul .sub_ul li .nav_a2 {
    font-size: 12px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    display: block;
}

.nav_ul li .nav_a2:hover,
.nav_ul li .nav_a2.on {
    background: #ff6a00;
    color: #fff;
}

/*移动端导航*/
.sj_nav {
    width: 100%;
}

.icon-menu {
    cursor: pointer;
    z-index: 999;
    width: 40px;
    height: 40px;
    border: 3px solid #fd5573;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    right: 0;
    top: 0;
}

.icon-menu .span01 {
    width: 18px;
    height: 3px;
    background: #fd5573;
    border-radius: 5px;
    display: block;
}

.icon-menu .span02 {
    width: 18px;
    height: 3px;
    background: #fd5573;
    border-radius: 5px;
    display: block;
    margin: 5px 0;
}

.icon-menu .span03 {
    width: 18px;
    height: 3px;
    background: #fd5573;
    border-radius: 5px;
    display: block;
}

.icon-menu.click .span02 {
    width: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}

.icon-menu.click .span01 {
    position: relative;
    top: 8px;
    transform: rotate(45deg);
}

.icon-menu.click .span03 {
    position: relative;
    top: -8px;
    transform: rotate(-45deg);
}

.sjnav {
    width: 115px;
    height: 280px;
    position: absolute;
    right: 0%;
    top: 114px;
    z-index: 9999;
    background: rgba(44, 44, 44, 0.7) none repeat scroll 0 0 !important;
    background-color: #202020;
}

.sjnav ul {
    padding: 0;
    margin: 0;
}

.sjnav li {
    height: 44px;
    line-height: 44px;
    display: block;
    text-align: center;
    margin: 0;
    padding: 0;
}

.sjnav li a {
    display: block;
    line-height: 40px;
    font-size: 15px;
    color: #fff;
}

.sjnav li a:hover {
    background: #333;
    color: #fd5573;
}

.sjnavhide {
    height: 0;
    overflow: hidden;
}

/*大图滚动开始*/
.banner {}

.ban_img {
    padding-top: 27%;
}

/*.swiper-pagination-bullet{width:15px;height:15px;}
.swiper-pagination-bullet-active{background:#fd5573}*/
.prev-banner,
.next-banner {
    font-size: 30px;
    font-family: "SimSun";
    color: #fff;
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}

.prev-banner {
    left: -50%;
}

.next-banner {
    right: -50%;
}

.banner:hover .prev-banner {
    left: 10px;
}

.banner:hover .next-banner {
    right: 10px;
}

.main-box {
    margin: 11px 0 0 0;
    display: flex;
    justify-content: space-between;
}

.box-left {
    width: 985px;
    border-top: 3px solid #f04509;
    margin-right: 15px;
}

.box-left .box1 {
    width: 100%;
    border: 1px solid #e8e8e8;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.box-left .box1 .txt {
    margin-right: 10px;
    line-height: 30px;
    padding-left: 14px;
}

.box-left .box1 .txt .txt-bt {
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

.box-left .box1 .txt .txt-nr {
    font-size: 14px;
    color: #333;
}

.box-left .box1 .box1-img {
    display: block;
    max-width: 100%;
    height: auto;
}

.box-left .box2 {
    margin: 4px 0 0 0;
}

.box-left .box2 .lxfs {
    background: #f04509;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    line-height: 40px;
    width: 100%;
}

.box-left .box2 .lxfs .t1 {
    width: 120px;
    background: #0966ae;
    margin-right: 20px;
    text-align: center;
    float: left;
}

.box-left .box2 .lxfs a {
    display: block;
    font-size: 14px;
    color: #fff;
    float: right;
    margin-right: 10px;
}

.box-left .box2 .lxfs a:hover {
    text-decoration: underline !important;
}

.box-left .box2 ul {
    margin: 4px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.box-left .box2 ul li {
    width: 49.5%;
    margin: 0 0 7px 0;
    border: 1px solid #e8e8e8;
    padding: 0 5px;
}

.box-left .box2 ul li .txt-bt {
    line-height: 28px;
    font-size: 15px;
    color: #000;
    font-weight: bold;
    width: 100%;
}

.box-left .box2 ul li .li-box {
    display: flex;
    margin: 0 0;
    align-items:center;
}

.box-left .box2 ul li .li-box .pic {
    width: 110px;
    height: 110px;
    position: relative;
    overflow: hidden;
    margin-right: 15px;
    transition: .5s;
    -webkit-transition: .5s;
}

.box-left .box2 ul li .li-box .pic .box2-img {
    padding-top: 100%;
}

.box-left .box2 ul li .li-box .txt {
    width: calc(100% - 125px);
    font-size: 14px;
    color: #333;
    display: -webkit-box;
    /*-webkit-box-orient:vertical;-webkit-line-clamp:5;*/
    overflow: hidden;
    word-break: break-all;
    transition: .5s;
    -webkit-transition: .1s;
}

.box-left .box2 ul li:hover .img_cover {
    transform: scale(1.1);
}

.box-left .box2 ul li:hover .txt {
    text-decoration: underline !important;
}

.box-left .box2 ul li:hover .txt-bt {
    color: #f04509;
}

.box-left .box2 .box2-img3 {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    height: auto;
}

.box-right {
    width: 295px;
    border-top: 3px solid #f04509;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.box-right-img1,
.news-img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.news {
    margin: 4px 0 0 0;
    width: 100%;
}

.title {
    display: flex;
    justify-content: space-between;
    position: relative;
    line-height: 42px;
    width: 100%;
}

.title:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #e8e8e8;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.title .t1 {
    font-size: 20px;
    color: #0966ae;
    font-weight: bold;
    border-bottom: 1px solid #0966ae;
}

.title a {
    font-size: 14px;
    color: #333;
}

.title a:hover {
    text-decoration: underline !important;
}

.news-box {
    margin: 12px 0 0 0;
    border: 1px solid #e8e8e8;
    padding: 8px;
}

.news-link {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.news-link a {
    display: block;
    width: 49%;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    background: #0966ae;
    margin-bottom: 6px;
}

.news-link a:hover {
    background: #f04509;
}

.news-box ul {
    display: block;
}

.news-box ul li a {
    display: block;
    line-height: 34px;
    font-size: 14px;
    color: #333;
    padding-left: 11px;
    position: relative;
}

.news-box ul li a:before {
    content: "";
    width: 4px;
    height: 4px;
    background: #ff6600;
    position: absolute;
    left: 0;
    top: 15px;
}

.news-box ul li a:hover {
    text-decoration: underline !important;
    color: #f04509;
}

.about {
    margin: 5px 0 0 0;
    position: relative;
}

.about-main {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0 0 0;
}

.about-left {
    width: 296px;
    height: 139px;
    position: relative;
    overflow: hidden;
    margin: 0 24px 0 0;
}

.about-left .about-img {
    padding-top: 47%;
}

.about-right {
    width: calc(100% - 320px);
}

.about-right .txt-bt {
    font-size: 16px;
    color: #0966ae;
    font-weight: bold;
    line-height: 26px;
}

.about-right .txt-nr {
    font-size: 16px;
    color: #333;
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.lc {
    margin: 5px 0 0 0;
    position: relative;
}

.lc img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.lxfs-box {
    background: url(../images/img4.jpg) no-repeat right bottom, #ff5d5c;
    color: #fff;
    padding: 14px 0;
    display: flex;
}

.lxfs-box .txt {
    font-size: 32px;
    line-height: 34px;
    margin: 0 150px 0 25px;
}

.lxfs-box .txt h6 {
    font-size: 20px;
    line-height: 36px;
}

.lxfs-box .erweima {
    display: flex;
    align-items: center;
    margin-right: 40px;
}

.lxfs-box .erweima img {
    display: block;
    max-width: 100%;
    margin-right: 14px;
    width: 103px;
    height: 103px;
    border: 2px solid #fff;
}

.lxfs-box .erweima .t1 {
    color: #fff;
    font-size: 25px;
}

.lxfs-box .erweima .t1 b {
    display: block;
    margin-top: 15px;
}

.main-box2 {
    margin: 5px 0 0 0;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.recruit {
    width: 49%;
}

.recruit .txt-box {
    margin: 11px 0 0 0;
    display: flex;
    justify-content: space-between;
}

.recruit .txt {
    width: 49%;
}

.recruit .txt .txt-bt {
    font-size: 15px;
    color: #000;
    font-weight: bold;
    padding: 8px 0;
}

.recruit .txt .txt-nr {
    line-height: 29px;
    font-size: 14px;
    color: #333;
}

.recruit .txt:hover .txt-nr {
    text-decoration: underline !important;
}

.recruit .txt:hover .txt-bt {
    color: #f04509;
}

.scene {
    margin: 5px 0 0 0;
    position: relative;
}

.swiper-scene {
    margin: 23px 0 0 0;
}

.swiper-scene .pic {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.swiper-scene .pic .scene-img {
    padding-top: 71%;
}

.swiper-scene .txt {
    font-size: 14px;
    color: #333;
    text-align: center;
    margin: 12px 0 0 0;
}

.swiper-scene a:hover .img_cover {
    transform: scale(1.1);
}

.swiper-scene a:hover .txt {
    color: #0966ae;
}

footer {
    margin-top: 20px;
    border-top: 1px solid #d8d8d8;
    text-align: center;
}

.foot_nav {
    color: #333;
    font-size: 15px;
    margin-top: 20px;
}

.foot_nav a,
footer .txt a {
    color: #333;
}

footer .txt {
    font-size: 15px;
    color: #333;
    margin: 10px 0;
}

.foot_nav a:hover,
footer .txt a:hover {
    color: #ff6600;
    text-decoration: underline !important;
}

/*recruit*/
.page {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0 0 0;
}

.page-left {
    width: 300px;
    margin-right: 20px;
}

.left-title {
    line-height: 24px;
    font-size: 20px;
    color: #ff6600;
    font-weight: bold;
    margin: 12px 0;
    border-left: 3px solid #ff6600;
    padding-left: 12px;
}

.page-left ul {
    display: block;
    margin: 20px 0;
    border: 1px solid #e8e8e8;
    padding: 8px;
}

.page-left ul li a {
    display: block;
    line-height: 34px;
    font-size: 14px;
    color: #333;
    padding-left: 11px;
    position: relative;
}

.page-left ul li a:before {
    content: "";
    width: 4px;
    height: 4px;
    background: #ff6600;
    position: absolute;
    left: 0;
    top: 15px;
}

.page-left ul li a:hover {
    text-decoration: underline !important;
    color: #f04509;
}

.page-right {
    width: calc(100% - 320px);
}

.page-ul {
    display: block;
    margin: 14px 0 0 0;
    border: 1px solid #e8e8e8;
    padding: 25px;
    min-height: 500px;
}

.page-ul li {
    width: 100%;
    border-bottom: 1px dashed #e2e2e2;
    padding-bottom: 24px;
    margin-bottom: 24px;
    position: relative;
}

.page-ul li .txt-bt {
    line-height: 28px;
    font-size: 15px;
    color: #000;
    font-weight: bold;
    width: 100%;
}

.page-ul li .li-box {
    display: flex;
    margin: 14px 0 0 0;
}

.page-ul li .li-box .pic {
    width: 110px;
    height: 110px;
    position: relative;
    overflow: hidden;
    margin-right: 15px;
}

.page-ul li .li-box .pic .box2-img {
    padding-top: 100%;
}

.page-ul li .li-box .txt {
    width: calc(100% - 125px);
    font-size: 14px;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.page-ul li:hover .img_cover {
    transform: scale(1.1);
}

.page-ul li:hover .txt-bt {
    color: #f04509;
}

.page-ul li span {
    display: block;
    width: 65px;
    line-height: 27px;
    background: #f04509;
    text-align: center;
    border-radius: 15px;
    font-size: 12px;
    color: #fff;
    position: absolute;
    right: 0;
    bottom: 15px;
}

.page-ul li:hover span {
    background: #0966ae;
}

/*secene*/
.scene-ul {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 35px;
    border: 1px solid #e8e8e8;
    min-height: 500px;
}

.scene-ul li {
    width: 23%;
    margin: 1%;
}

.scene-ul li .pic {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.scene-ul li .pic .scene-img {
    padding-top: 71%;
}

.scene-ul li .txt {
    font-size: 14px;
    color: #333;
    text-align: center;
    margin: 12px 0 0 0;
}

.scene-ul li a:hover .img_cover {
    transform: scale(1.1);
}

.scene-ul li a:hover .txt {
    color: #0966ae;
}

/*invitation*/
.invitation-ul {
    display: block;
    margin: 14px 0 0 0;
    border: 1px solid #e8e8e8;
    padding: 25px;
    min-height: 500px;
}

.invitation-ul li {
    margin: 10px 0;
}

.invitation-ul li a {
    display: block;
    line-height: 34px;
    font-size: 14px;
    color: #333;
    position: relative;
    padding: 0 0 0 20px
}

.invitation-ul li a:before {
    content: "";
    width: 4px;
    height: 4px;
    background: #333;
    position: absolute;
    left: 0;
    top: 15px;
    border-radius: 50%;
}

.invitation-ul li a:hover {
    text-decoration: underline !important;
    color: #f04509;
}

/*chlc*/
.chlc-page {
    margin: 14px 0 0 0;
    border: 1px solid #e8e8e8;
    padding: 25px;
    min-height: 500px;
}

.chlc-page img {
    display: block;
    max-width: 100%;
    margin: 10px auto;
}

.chlc-page .txt {
    font-size: 14px;
    color: #333;
}


.page-show {
    margin: 14px 0 0 0;
    border: 1px solid #e8e8e8;
    padding: 25px;
    min-height: 500px;
}

.page-show .txt-wz {
    line-height: 30px;
    font-size: 14px;
    color: #666;
    margin: 20px 0 0 0;
}

.page-show b {
    display: block;
    font-size: 18px;
    color: #000;
}


/*手机底部*/
.hot {
    width: 100%;
    height: 58px;
    background: #191919;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
    border-top: solid 2px #fff;
}

.hot span {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
}

.hot h6 {
    font-size: 12px;
    line-height: 20px;
}

.hot .row div a {
    display: block;
    color: #fff;
    padding: 7px 0;
}

.dbbox {
    position: fixed;
    left: 0;
    bottom: 70px;
    z-index: 99;
    width: 100%;
}

.dbbox .dbs {
    position: relative;
    padding: 0 15px;
    display: none;
}

.dbbox .dbs .neirong {
    padding: 10px;
    background: #fff;
    border-radius: 5px;
}

.dbbox .dbs.ewm-box {
    text-align: center;
}

.dbbox .dbs.ewm-box:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -6px;
    z-index: 1;
    width: 25%;
    height: 6px;
    background: url(../images/icon/dbtc_jt.png) no-repeat center;
}

.dbbox .dbs.fenxiang-box:after {
    content: "";
    position: absolute;
    left: 75%;
    bottom: -6px;
    z-index: 1;
    width: 25%;
    height: 6px;
    background: url(../images/icon/dbtc_jt.png) no-repeat center;
}

.dbbox .dbs.ewm-box img {
    max-width: 140px;
}

.dbbox .dbs.fenxiang-box .bdshare-button-style1-32 .li {
    position: relative;
    padding: 6px 0;
    width: 20%;
    height: 44px;
}

.dbbox .dbs.fenxiang-box .bdshare-button-style1-32 a {
    position: absolute;
    left: 50%;
    top: 6px;
    margin: 0 0 0 -16px;
    float: inherit !important;
    display: block;
}

.txt-wz img {
    max-width: 100% !important;
}

@media (min-width: 992px) {
    /*.box-left .box2 ul li .li-box{position: relative;}
    .box-left .box2 ul li .li-box:hover .txt{
        z-index: 1;
        position: absolute;
        -webkit-box-orient: unset;
        -webkit-line-clamp: unset;
        background: #eee;
        box-shadow: 1px 1px 1px #999;
        right: 0;
        top: 0;
        padding-left: 5px;
    }*/
}

@media (max-width:1200px) {
    .wrap {
        width: 96%
    }

    .lxfs-box {
        background: #ff5d5c;
    }

    .lxfs-box .txt {
        margin: 0 94px 0 25px;
    }
}

@media (max-width:991px) and (min-width:768px) {
    .wrap {
        width: 96%
    }

    main {
        margin: 0 0 10% 0;
    }

    .main-box {
        display: block;
    }

    .box-left {
        width: 100%;
    }

    .box-right {
        width: 100%;
    }

    .box-right-img1,
    .news-img {
        display: none;
    }

    .page-right {
        width: 100%;
    }
}

@media (max-width:767px) {
    .wrap {
        width: 96%
    }

    .logo {
        width: 180px;
    }

    .sjnav {
        top: 82px;
    }

    main {
        margin: 0 0 10% 0;
    }

    .main-box {
        display: block;
    }

    .box-left {
        width: 100%;
    }

    .box-right {
        width: 100%;
    }

    .box-right-img1,
    .news-img,
    .box-left .box1 .box1-img {
        display: none;
    }

    .box-left .box2 .lxfs .t2 {
        text-align: center;
    }

    .box-left .box2 ul li {
        padding: 0 5px;
        width: 100%;
    }

    .box-left .box2 ul li .txt-bt {
        line-height: 20px;
        font-size: 14px;
        color: #f00;
    }

    .box-left .box2 ul li .li-box {
        /*display: block;*/
    }

    .box-left .box2 ul li .li-box .pic {
        /*margin:0 auto;*/
        width: 70px;
        height: 70px;
        margin-right: 5px;
    }

    .box-left .box2 ul li .li-box .txt {
        width: calc(100% - 75px);
        font-size: 12px;
        /*margin: 5px 0 0 0;*/
        /*-webkit-box-orient: unset;*/
        /*-webkit-line-clamp: unset;*/
    }

    .about-left {
        margin: 0 auto;
    }

    .about-right {
        width: 100%;
        margin-top: 10px;
    }

    .page-right {
        width: 100%;
    }

    .title a {
        font-size: 12px;
    }

    .page-ul {
        padding: 10px;
    }

    .page-ul li span {
        display: none;
    }

    .page-ul li .li-box .txt {
        font-size: 12px;
    }

    .scene-ul {
        padding: 10px;
    }

    .scene-ul li {
        width: 48%;
    }
}

@media (max-width:567px) {}

@media (max-width:467px) {}

@media (max-width:376px) {}

@media (max-width:336px) {
    .logo {
        width: 260px;
    }
}