
.min-hidden {
    display: none;
}

.scaleImg {
    transition: 0.25s;
}

.scaleImg:hover {
    transform: scale(1.05);
}

.min1500 {
    width: 100%;
    min-width: 1500px;
}

.min-show {
    display: none !important;
}

@media (max-width: 767px) {
    .min1500 {
        min-width: auto;
    }

    .min-show {
        display: block !important;
    }
}

.opsq {
    cursor: pointer;
}



/* 分页信息 */
.pagination {
    margin: 10px 0;
}

.pagination > .active > a {
    z-index: 0;
}

.pagination > li > a,
.pagination > li > span {
    color: #dda15f;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background: #dda15f;
    border-color: #dda15f;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    color: #dda15f;
}

/* ----------------------------- */
/*小框块*/
section.min {
    max-width: 1500px;
    position: relative;
    margin: 50px 30px;
}

section.min > .head {
    width: 100%;
    height: 40px;
    margin: 0 0 80px 0;
}

section.min > .head .title {
    font-size: 30px;
    float: left;
    color: #383838;
    line-height: 40px;
}

section.min > .head .title-min {
    font-size: 24px;
    color: #383838;
    float: left;
    margin-left: 10px;
    line-height: 45px;
}

section.min ul.menu {
    list-style: none;
    margin: 0;
    position: absolute;
    top: 65px;
    left: 0;
}

section.min > ul.menu li {
    float: left;
    font-size: 14px;
    line-height: 20px;
    margin: 0 10px 0 0;
}

section.min ul.menu li a {
    color: #919191;
}

section.min ul.menu li a:hover {
    text-decoration: none;
}

section.min ul.menu li.active a {
    color: #E0AE6E;
}


section.min > .body {
    width: 100%;
    height: auto;
}


/* TODO - home */

.home header {
    width: 100%;
    overflow: hidden;
}

.home header img {
    width: 100%;
}

/*服务支持*/
.home section.min .body.service .body-ul {
    list-style: none;
    min-width: 100%;
}

.home section.min .body.service .body-ul li {
    /*width: 375px;*/
    height: 280px;
    float: left;
}

.home section.min .body.service .body-ul li:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}

.home section.min .body.service .body-ul li .icon {
    width: 106px;
    height: 106px;
    margin: 20px calc(50% - 53px);
}

.home section.min .body.service .body-ul li .title {
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #363636;
}

.home section.min .body.service .body-ul li .icon-bar {
    width: 40px;
    height: 1px;
    background: #919191;
    margin: 12px calc(50% - 20px);
}

.home section.min .body.service .body-ul li .content {
    text-align: center;
    width: 80%;
    overflow: hidden;
    font-size: 14px;
    color: #919191;
    margin: 0 auto;
}

/*图片框2*/
.home section.big {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.home section.big img {
    width: 100%;
}

/* 新闻 */
.home section.min .body.news {
    width: 100%;
    /*height: 1100px;*/
}

/* 左边重点新闻 */
.home section.min .body.news .news-img {
    width: 100%;
    float: left;
    /*height: 570px;*/
}

.home section.min .body.news .news-img .img-box {
    width: 100%;
    height: 280px;
    overflow: hidden;
    display: block;
}

.home section.min .body.news .news-img .img-box img {
    width: 100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.25s;
}

.home section.min .body.news .news-img .img-box img:hover {
    transform: translateY(-50%) scale(1.1);
}

.home section.min .body.news .news-img .time_box {
    width: 90px;
    float: right;
    padding: 15px 0;
}

.home section.min .body.news .news-img .news-info {
    padding: 15px 0;
}

.home section.min .body.news .news-img .content-box {
    width: calc(100% - 90px);
    height: 139px;
    float: left;
    padding: 15px 10px 15px 0;
}


/* 右边列表 */
.home section.min .body.news .news-list {
    width: 100%;
    float: right;
    /*height: 570px;*/
    list-style: none;
}

.home section.min .body.news .news-list li {
    border-top: 1px solid #919191;
    width: 100%;
    height: 139px;
}

.home section.min .body.news .news-list li .time_box {
    width: 90px;
    height: 100%;
    float: right;
    padding: 15px 0;
}

.home section.min .body.news .news-list li .content-box {
    width: calc(100% - 90px);
    height: 139px;
    float: left;
    padding: 15px 10px 15px 0;
}

/* 时间和标题 */
.home section.min .body.news .time_box .time,
.home section.min .body.news .title {
    color: #222222;
    height: 20px;
    font-size: 18px;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.home section.min .body.news .title:hover {
    color: #E0AE6E;
}

/* 图标 */
.home section.min .body.news .time_box .nav-news {
    height: 50px;
    border-left: 2px solid #919191;
    position: relative;
    margin: 15px 0 0 0;
}

.home section.min .body.news .time_box .nav-news img {
    width: 40px;
    margin: 10px 20px;
}

/* 详情 */
.home section.min .body.news .content-box .content {
    font-size: 14px;
    color: #919191;
    height: 60px;
    margin: 15px 0 0 0;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.home section.min .body.news .content-box .content:hover {
    color: #E0AE6E;
}


/* 联系我们 */
.home section.min.contact {
    height: 500px;
    /*width: 100%;*/
    margin-bottom: 100px;
}

.home section.min.contact .head {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.home section.min.contact .contact_li {
    width: 100%;
    float: left;
}

.home section.min.contact .contact_li .title {
    font-size: 18px;
}

.home section.min.contact .contact_li ul {
    list-style: none;
}

.home section.min.contact .contact_li ul.content li {
    width: 100%;
    height: 20px;
    margin: 5px 0;
    float: left;
    font-size: 14px;
    color: #bbbbbb;
}

.home section.min.contact .contact_li ul.logo li {
    width: 33%;
    height: 30px;
    margin: 20px 0;
    float: left;
    font-size: 24px;
}

.home section.min.contact .contact_li ul.logo li i:hover {
    cursor: pointer;
}

.home section.min.user-contact {
    margin-bottom: 60px;
}

.home section.min.user-contact label {
    width: 100%;
    margin: 10px 0;
}

.home section.min.user-contact input {
    width: 100%;
    height: 48px;
    background: white;
    border: 1px solid #919191;
    text-indent: 1em;
    font-size: 18px;
}

.home section.min.user-contact label input[type=submit] {
    background: #E0AE6E;
    border: 1px solid #E0AE6E;
    color: white;
}

/* 新闻的样式 */
.news-page .row {
    padding: 20px;
    max-width: 1500px;
    margin: 0 auto;
}

.news-page .newsLi {
    display: block;
    padding: 10px 0;
    height: 100px;
    border-bottom: 2px solid #EEEEEE;
}


.news-page .newsLi .title:hover,
.news-page .newsLi .intro:hover {
    color: #dda15f;
}

.news-page .img_box {
    width: 120px;
    height: 100%;
    overflow: hidden;
    float: left;
}

.news-page .img_box img {
    width: 100%;
}

.news-page .content-box {
    width: calc(100% - 150px);
    height: 100%;
    margin-left: 10px;
    float: left;
}

.news-page .content-box .title {
    height: 20px;
    width: 100%;
    line-height: 20px;
    font-size: 16px;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.news-page .content-box .intro {
    font-size: 12px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box; /** 对象作为伸缩盒子模型显示 **/
    -webkit-box-orient: vertical; /** 设置或检索伸缩盒对象的子元素的排列方式 **/
    -webkit-line-clamp: 2; /** 显示的行数 **/
    overflow: hidden;
    color: #666;
    white-space: nowrap;
}

.news-page .content-box .date {
    font-size: 12px;
    color: #666;
}

.news-page .important h1 {
    margin: 10px 0 10px 0;
    color: #dda15f;
    font-size: 26px;
}

.news-page .important .news-list {
    padding: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.news-page .important .news-list .news-box {
    display: block;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    padding: 10px;
    width: 100%;
    margin-top: 30px;
    cursor: pointer;
    transition: 0.25s;
}

.news-page .important .news-list .news-box:hover {
    transform: scale(1.01);
}

.news-page .important .news-list .news-box:focus {
    color: #dda15f;
    text-decoration: none;
}

.news-page .important .news-list .news-box .img-box {
    width: 100%;
    max-height: 170px;
    overflow: hidden;
    position: relative;
}

.news-page .important .news-list .news-box .img-box img {
    width: 100%;
}

.news-page .important .news-list .news-box .img-box > div {
    position: absolute;
    width: 100%;
    height: 30px;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    color: white;
    text-align: center;
    line-height: 30px;
    font-size: 18px;
}

.news-page .important .news-list .news-box .news-intro {
    margin: 10px 0;
}

.news-page .important .news-list .news-box:hover {
    color: #dda15f;
}

/* 新闻详情 */
.news-content .row {
    padding: 0 10px;
}

.news-content .row .title {
    width: 100%;
    /*height: 40px;*/
    line-height: 40px;
    text-align: center;
    font-size: 32px;
    margin: 10px 0 10px;
}

.news-content .row .info-box {
    width: 100%;
    text-align: center;
    height: 24px;
    color: #595959;
}

.news-content .row .line {
    width: 100%;
    margin: 20px 0;
    border-bottom: 1px solid #858585;
}

.news-content .row .info-box span {
    margin: 0 5px;
}

.news-content .row .intro {
    width: 100%;
    text-align: center;
    padding: 10px 50px;
    background: #eee;
    margin: 10px 0;
}

.news-content .row .content-box {
    margin-top: 20px;
    width: 100%;
    height: auto;
}

.news-content .row .content-box img {
    max-width: 100%;
}

.news-content .row .page-box {
    width: 100%;
    /*height: 40px;*/
    overflow: hidden;
    margin: 20px 0 60px;
}

.news-content .row .page-box div {
    width: calc(50% - 10px);
    text-align: center;
    background: #eeeeee;
    padding: 8px 20px;
    /*line-height: 40px;*/
}

.news-content .row .page-box .pre {
    float: left;
}

.news-content .row .page-box .next {
    float: right;
}

/* TODO 资源页面 */

.res header {
    width: 100%;
    min-width: 1200px;
    background: white;
    padding-top: 60px;
    padding-bottom: 30px;
}

.res header .parameter-list-box {
    width: 1200px;
    margin: 0 auto;
    /*height: 300px;*/
}

.res header .parameter-list-box th {
    width: 120px;
    text-align: right;
    vertical-align: middle;
}

.res header .parameter-list-box tr td .title {
    font-weight: bold;
    width: 80px;
}

.res header .parameter-list-box tr td .title.en {
    width: 120px;
}

.res header .parameter-list-box .search-box {
    width: 50%;
    height: 40px;
}

.res header .parameter-list-box .search-box input[type=text] {
    height: 100%;
    width: calc(100% - 80px);
    border: 0;
    background: #F7F7F7;
    outline: none;
    padding: 0 10px;
}

.res header .parameter-list-box .search-box input[type=submit] {
    padding: 0;
    margin: 0;
    width: 80px;
    height: 100%;
    background: #dda15f;
    border: 0;
    color: white;
    outline: none;
}

.res header .table > tbody > tr > td,
.res header .table > tbody > tr > th,
.res header .table > tfoot > tr > td,
.res header .table > tfoot > tr > th,
.res header .table > thead > tr > td,
.res header .table > thead > tr > th {
    border: none;
}

.res header .parameter-list-box tr td {
    padding-top: 5px;
    padding-bottom: 5px;
}

.res header .parameter-list-box tr td a {
    display: inline-block;
    padding: 3px 15px;
    margin: 5px 0;
}

.res header .parameter-list-box tr td a.active {
    background: #dda15f;
    color: white;
}

.res section.resource-list {
    width: 1200px;
    margin: 60px auto 30px;
}

/* 新闻详情列表 */
.res section.resource-list .content-box {
    padding: 10px;
    width: 100%;
    height: 300px;
    background: white;
    margin: 10px 0;
}

.res section.resource-list .content-box .img-box {
    width: 420px;
    height: 280px;
    overflow: hidden;
}

.res section.resource-list .content-box .img-box img {
    width: 100%;
    height: 100%;
    position: relative;
    transition: all 250ms;
    -moz-transition: all 250ms; /* Firefox 4 */
    -webkit-transition: all 250ms; /* Safari and Chrome */
    -o-transition: all 250ms; /* Opera */
}

.res section.resource-list .content-box .img-box img:hover {
    transform: scale(1.02);
}

.res section.resource-list .content-box .content-info-box {
    width: 760px;
    height: 280px;
    padding: 20px 40px;
}

.res section.resource-list .content-box .content-info-box .title {
    width: 100%;
    height: 30px;
    font-size: 24px;
    margin-bottom: 20px;
    color: #1f1f1f;
}

.res section.resource-list .content-box .content-info-box p {
    font-size: 18px;
    height: 100px;
    color: #454545;
    margin-bottom: 40px;

    word-break: break-all;
    text-overflow: ellipsis;
    /*display: -webkit-box; !** 对象作为伸缩盒子模型显示 **!*/
    -webkit-box-orient: vertical; /** 设置或检索伸缩盒对象的子元素的排列方式 **/
    -webkit-line-clamp: 4; /** 显示的行数 **/
    overflow: hidden; /** 隐藏超出的内容 **/
}

.res section.resource-list .content-box .content-info-box .btn-box {
    width: 100%;
    height: 50px;
}

.res section.resource-list .content-box .content-info-box .btn-box a {
    width: 260px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    display: inline-block;
    background: #dda15f;
    font-size: 18px;
    color: #ffffff;
}

.res section.resource-list .content-box .content-info-box .btn-box a:first-child {
    margin-right: 100px;
}

.res section.pagination {
    width: 100%;
    margin-bottom: 100px;
}

.res section.pagination ul {
    width: 1200px;
    margin: 0 auto;
    list-style: none;
    text-align: center;
}

.res section.pagination ul > li {
    display: inline-block;
    height: 30px;
    padding: 5px;
    min-width: 30px;
    margin: 0 5px;
}

.res section.pagination ul > li.active {
    background: #dda15f;
}

.res section.pagination ul > li.active a {
    color: white;
}

@media (max-width: 767px) {

    .res header {
        padding-top: 10px;
        padding-bottom: 10px;
        min-width: auto;
    }

    .res section.resource-list {
        margin: 0;
    }

    .res header .parameter-list-box {
        width: 100%;
    }

    .res header .parameter-list-box table {
        margin-bottom: 0;
    }

    .res section.resource-list {
        width: 100%;
        overflow: hidden;
    }

    .res header .parameter-list-box tr td .title {
        width: 60px;
    }

    .res header .parameter-list-box tr td .title.en {
        width: 100px;
    }

    .res header .parameter-list-box .search-box {
        width: 100%;
    }

    .res header .parameter-list-box tr td a {
        padding: 3px 5px;
    }

    .res section.pagination ul {
        width: 100%;
    }

    .res section.resource-list .content-box {
        height: auto;
        overflow: hidden;
    }

    .res section.resource-list .content-box .img-box {
        width: 100%;
        height: 150px;
    }

    .res section.resource-list .content-box .content-info-box {
        width: 100%;
        height: auto;
        padding: 20px 0;
    }

    .res section.resource-list .content-box .content-info-box .title {
        height: 22px;
        font-size: 16px;
        margin-bottom: 10px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .res section.resource-list .content-box .content-info-box p {
        height: auto;
        font-size: 12px;
        overflow: hidden;
    }

    .res section.resource-list .content-box .content-info-box .btn-box {
        height: 30px;
    }

    .res section.resource-list .content-box .content-info-box .btn-box a {
        width: 130px;
        height: 30px;
        font-size: 14px;
        line-height: 30px;
        padding: 0 5px;
    }

    .res section.resource-list .content-box .content-info-box .btn-box a:first-child {
        float: left;
        margin: 0 calc((50% - 130px) / 2);
    }

    .res section.resource-list .content-box .content-info-box .btn-box a:last-child {
        float: right;
        margin: 0 calc((50% - 130px) / 2);
    }

    .res section.pagination {
        margin-bottom: 30px;
    }

    .res section.pagination ul > li {
        margin: 0;
    }

    /* 资源详情 */

}


/*资源详情 */
.resC .banner-box {
    width: 100%;
    background: black;
    padding: 20px 0;
}

.resC .banner-box #home_slide .carousel-inner .item img {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.resC .banner-box header {
    width: 1200px;
    margin: 0 auto;
}

.resC .banner-box > div {
    display: none;
    width: 1200px;
    margin: 20px auto 5px;
    font-size: 40px;
    text-align: center;
}

.resC section.section1 {
    width: 1200px;
    margin: 0 auto;
    padding: 60px 0;
}

/* 相关的 */
.resC section.section1 .row .col-xs-3 {
    padding: 0;
}

.resC section.section1 .col-xs-3 > div {
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

.resC section.section1 .col-xs-3 > div > div {
    width: 100%;
    height: 50px;
    font-size: 24px;
    padding: 10px;
    border-bottom: 1px solid #e5e5e5;
}

.resC section.section1 .col-xs-3 > div ul {
    list-style: none;
    padding: 10px;
}

.resC section.section1 .about ul li {
    height: 150px;
    position: relative;
    overflow: hidden;
    margin: 0 0 20px 0;
}

.resC section.section1 .about ul li img {
    width: 100%;
}

.resC section.section1 .about ul li span {
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 5px 10px;
    text-align: center;
    background: rgba(0, 0, 0, 0.7);
    color: white;
}

.resC section.section1 .col-xs-3 .aboutLink li {
    margin: 10px 0;
}

.resC section.section1 .col-xs-3 .aboutLink li a {
    display: inline-block;
    padding: 5px 15px;
    /*border-radius: 50px;*/
    /*border: 1px solid rgba(0, 0, 0, 0.3);*/
}

.resC section.section1 .col-xs-3 .aboutLink li a:hover {
    /*background: #dda15f;*/
    /*border-color: #dda15f;*/
    /*color: white;*/
    color: #dda15f;
}

.resC section.section1 .content-box h1 {
    text-align: center;
    margin-top: 0;
}

.resC section.section1 .content-box > div {
    margin: 30px 10px 30px;
}

.resC section.section1 .content-box .video-box video {
    width: 100%;
}

.resC section.section1 .content-box .img-box img {
    max-width: 100%;
}

/* 详情列表 */
.resC section.section1 .content-box .info-box {
    width: calc(100% - 20px);
}

.resC section.section1 .content-box .info-box > div {
    width: 100%;
    padding: 10px 0;
    overflow: hidden;
}

.resC section.section1 .content-box .info-box > div .key {
    width: 150px;
}

.resC section.section1 .content-box .info-box > div .val {
    width: calc(100% - 150px);
}

.resC section.section1 .content-box .info-box.zh_CN > div .key {
    width: 100px;
}

.resC section.section1 .content-box .info-box.zh_CN > div .val {
    width: calc(100% - 100px);
}

/* 时代广场屏幕 */
.sdgc .fl {
    float: left;
}

.sdgc .fr {
    float: right;
}

.sdgc .wrap {
    width: 1200px;
    margin: 0 auto;
}

.sdgc .bgwhite {
    background: white;
}

.sdgc ul,
.sdgc li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sdgc .screen_1 {
    width: 100%;
    height: 500px;
    background: url(../images/sdgc/banner.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.sdgc .screen_1 .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(/public/images/sdgc/banner.jpg) no-repeat center;
    opacity: 0.3;
}

.fg .screen_1 .bg {
    background: url(/public/images/fb_banner.jpg) no-repeat center;
}

.sdgc .screen_1bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(7, 17, 59, 0.7);
}

.sdgc .screen_1text {
    color: #fff;
}

.sdgc .screen_1text p {
    font-size: 32px;
    padding-top: 250px;
}

.sdgc .screen_1text h4 {
    font-size: 32px;
    font-weight: normal;
    margin-top: 20px;
}

.sdgc .screen_1text h3 {
    font-size: 46px;
    margin-top: 20px;
    color: #0099ff;
}

.sdgc .screen_1text {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -42px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    overflow: hidden;
}

.sdgc .screen_1text img {
    opacity: .9;
    display: block;
    border: 0;
}

.sdgc .scan {
    display: block;
    position: absolute;
    max-width: 100%;
    top: 5%;
    left: 0;
    animation: scan 1.5s linear infinite;
    -webkit-animation: scan 1.5s linear infinite;
    -moz-animation: scan 1.5s linear infinite;
    -ms-animation: scan 1.5s linear infinite;
}

.sdgc .pg1_img4 {
    position: absolute;
    bottom: 45px;
    width: 18px;
    z-index: 99;
}

.sdgc .pg1_img4 {
    left: 50%;
    margin-left: -9px;
    animation: pulse2 1s ease-in 1s infinite alternate;
    -webkit-animation: pulse2 1s ease-in 1s infinite alternate;
    -moz-animation: pulse2 1s ease-in 1s infinite alternate;
}

.sdgc .screen_nav {
    position: relative;
    width: 100%;
    background: #fff;
    z-index: 999;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.sdgc .screen_navfxd {
    position: fixed;
    top: 0;
    left: 0;
}

.sdgc .screen_nav a {
    display: inline-block;
    width: calc(100% / 6);
    height: 100px;
    text-align: center;
    line-height: 100px;
    font-size: 16px;
    color: #000;
    float: left;
    border-right: 1px solid #eee;
}

.sdgc .screen_nav a:last-child {
    border-right: 0;
}

.sdgc .screen_nav a.active {
    background: #E0AE6E;
    color: #fff;
}

.sdgc .sc_1 {
    padding-top: 70px;
    background: url(../img/bg_mc.jpg) no-repeat center;
    background-size: cover;
}

.fg .sc_1 {
    background: url(../img/bg_mc.jpg) no-repeat center;
}

.sdgc .sc_1_left {
    width: 740px;
    height: 390px;
    overflow: hidden;
    float: left;
}

.sdgc .sc_1_left:hover img {
    transform: scale(1.05);
}

.sdgc .sc_1_left img {
    width: 100%;
    transition: .25s;
}

.sdgc .sc_1_right {
    width: 450px;
    height: 390px;
    box-sizing: border-box;
    padding: 30px;
    float: right;
}

.sdgc .sc_1_right .title {
    font-size: 40px;
    color: #E0AE6E;
}

.sdgc .title.min-show {
    font-size: 40px;
    color: #dda15f;
    padding: 20px;
}

.sdgc .sc_1_right .scspan1 {
    width: 100px;
    height: 2px;
    background: #ddd;
    display: inline-block;
    margin-top: 25px;
}

.sdgc .sc_1_right .txt {
    margin-top: 25px;
    font-size: 14px;
    color: #666;
    line-height: 28px;
}

.sdgc .sc_1_bot {
    background: rgba(255, 255, 255, 0.85);
    padding: 50px 0;
    margin-top: 45px;
}

.sdgc .sc_1_botul li {
    float: left;
    width: 225px;
    margin-left: 100px;
}

.sdgc .sc_1_botul li:first-child {
    margin-left: 0;
}

.sdgc .sc_1_botul li h2 {
    font-size: 36px;
    color: #E0AE6E;
}

.sdgc .sc_1_botul li h4 {
    font-size: 20px;
    color: #000;
    margin-top: 15px;
}

.sdgc .sc_1_botul li p {
    color: #444;
    line-height: 30px;
    margin-top: 15px;
}


/*sc_2*/
.sdgc .sc_2 {
    padding: 50px 0;
}

.sdgc .sc_2box {
    width: 20%;
    float: left;
    padding: 0 20px;
}

.sdgc .sc_2box img {
    display: block;
    border: 0;
    margin: 0 auto;
    transition: .4s;
}

.sdgc .sc_2box:hover img {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg); /* Safari and Chrome */
    -moz-transform: rotateY(180deg); /* Firefox */
}

.sdgc .sc_2box h4 {
    font-size: 20px;
    margin-top: 10px;
    font-weight: normal;
    color: #000;
}

.sdgc .sc_2box p {
    font-size: 14px;
    margin-top: 10px;
    color: #999;
}

.sdgc .sc_2title {
    margin-bottom: 50px;
}

.sdgc .sc_2title h4 {
    font-size: 40px;
    font-weight: normal;
    color: #000;
}

.sdgc .sc_2title p {
    margin-top: 20px;
    color: #999;
    font-size: 16px;
}

.sdgc .sc_2titlecp {
    margin-bottom: 50px;
}

.sdgc .sc_2titlecp h4 {
    font-size: 40px;
    font-weight: normal;
    color: #E0AE6E;
}

.sdgc .sc_2titlecp p {
    margin-top: 20px;
    color: #ddd;
    font-size: 16px;
}

/*sc_3*/
.sdgc .sc_3 {
    background: url(../img/bg2_mc.jpg) no-repeat center;
    padding: 50px 0;
}

.sdgc .sc3fl {
    width: 360px;
    margin-left: 60px;
    background: #fff;
    margin-top: 60px;
}

.sdgc .sc3width {
    width: 1260px;
    margin-left: -60px;
    margin-top: -60px;
}

.sdgc .sc3fltxt {
    padding: 20px;
    text-align: center;
}

.sdgc .sc3fltxt h4 {
    font-size: 20px;
    color: #333;
}

.sdgc .sc3fltxt h4 {
    line-height: 30px;
}

.sdgc .en .sc3fltxt h4 {
    height: 60px;
}

.sdgc .sc3fltxt h4 i {
    font-size: 28px;
    color: #E0AE6E;
    margin-right: 10px;
    font-weight: bold;
}

.sdgc .sc3fltxt p {
    font-size: 16px;
    line-height: 30px;
    margin-top: 15px;
}

.sdgc .sc3flimg {
    height: 126px;
    overflow: hidden;
}

.sdgc .sc3flimg img {
    transition: .25s;
    width: 100%;
}

.sdgc .sc3fl:hover .sc3flimg img {
    transform: scale(1.05);
}

/* 屏幕介绍 */
.sdgc .max-box {
    padding-top: 50px;
    width: 100%;
    /*background: white;*/
    background-size: cover;
}

.sdgc .max-box .head {
    margin-bottom: 50px;
    text-align: center;
}

.sdgc .max-box .head h4 {
    margin: 10px 0;
    font-size: 40px;
    font-weight: 700;
    color: #E0AE6E;
}

.sdgc .max-box .head p {
    margin: 20px 0 10px;
    color: #A3A3A3;
    font-size: 16px;
}

.sdgc .screen_info {
    background: white;
}

.sdgc .screen_info .content-box {
    width: 100%;
    min-width: 1200px;
    overflow: hidden;
}

.sdgc .screen_info .content-box > div {
    width: 50%;
    height: 30vw;
    min-height: 360px;
}

.sdgc .screen_info .content-box > div.info-box {
    background: white;
    padding: 50px 50px;
}

.sdgc .screen_info .content-box > div.img-box {
    background: #dda15f;
    overflow: hidden;
}

.sdgc .screen_info .content-box > div.img-box img {
    width: 102%;
    transition: 0.25s;

}

.sdgc .screen_info .content-box > div.img-box img:hover {
    transform: scale(1.05);
    /*transform: rotateY(180deg);*/
    /*-webkit-transform: rotateY(180deg); !* Safari and Chrome *!*/
    /*-moz-transform: rotateY(180deg); !* Firefox *!*/
}

.sdgc .screen_info .content-box > div.info-box {
    padding-right: 10%;
}

.sdgc .screen_info .content-box > div.info-box:last-child {
    padding-left: 10%;
    padding-right: 50px;
}


.sdgc .screen_info .content-box > div.info-box h4 {
    font-size: 32px;
    color: #262626;
    margin-bottom: 30px;
}

.sdgc .screen_info .content-box > div.info-box p {
    font-size: 18px;
    line-height: 32px;
}

.sdgc .screen_info .content-box > div.info-box p:nth-of-type(1) {
    margin-bottom: 120px;
}

.sdgc .screen_info .content-box.en > div.info-box p:nth-of-type(1) {
    margin-bottom: 80px;
}

/* ----- 发稿 - 优势 ----- */
.sdgc .youshi {
    width: 100%;
    min-width: 100%;
    padding-top: 0;
    background: #F4F4F4;
}

.sdgc .youshi .head {
    background: white;
    padding: 60px 0 90px;
    margin-bottom: 0;
}

.sdgc .youshi .content-box {
    width: 1500px;
    margin: 0 auto;
    list-style: none;
    padding: 134px 0;
    overflow: hidden;
}

.sdgc .youshi .content-box li {
    width: 25%;
    padding: 10px;
    float: left;
}

.sdgc .youshi .content-box li > div {
    width: 100%;
    /*height: 450px;*/
    box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.1);
    text-align: center;
    background: white;
    padding: 80px 0;
}

.sdgc .youshi .content-box li > div:hover {
    transform: scale(1.05);
}

.sdgc .youshi .content-box li > div img {
    width: 150px;
    height: 150px;
    margin: 0 auto 40px;
}

.sdgc .youshi .content-box li > div h4 {
    font-size: 32px;
    color: #262626;
}

.sdgc .youshi .content-box.en li > div h4 {
    height: 70px;
}

.sdgc .youshi .content-box li > div p {
    font-size: 16px;
    color: #262626;
}

@media (max-width: 1800px) {
    .sdgc .max-box .content-box > div.info-box {
        padding-top: 20px;
    }

    .sdgc .max-box .content-box > div.info-box p:nth-of-type(1) {
        margin-bottom: 80px;
    }

    .sdgc .max-box .content-box > div.info-box p {
        line-height: 28px;
    }
}

@media (max-width: 1600px) {
    .sdgc .max-box .content-box > div.info-box p:nth-of-type(1) {
        margin-bottom: 50px;
    }

    .sdgc .max-box .content-box > div.info-box p {
        line-height: 24px;
    }
}

@media (max-width: 1300px) {
    .sdgc .max-box .content-box > div.info-box p:nth-of-type(2),
    .sdgc .max-box .content-box > div.info-box p:nth-of-type(3) {
        display: none;
    }

}

.sdgc .case {
    background: white;
    padding-bottom: 30px;
}

.sdgc .case .content-box {
    margin: 0 auto;
    position: relative;
    width: 1500px;
}


.sdgc .case .content-box .img-box {
    width: 1500px;
    height: 750px;
    overflow: hidden;
    box-shadow: 5px 5px 30px 0 rgba(0, 0, 0, 0.2);
}

.sdgc .case .content-box .img-box img {
    width: 100%;
}

.sdgc .case .content-box .name {
    width: 100%;
    text-align: center;
    font-size: 32px;
    color: #262626;
    margin-top: 30px;
}

.sdgc .two {
    width: 100%;
    padding: 50px 0;
    background: white;
}

.sdgc .two .head {
    width: 1500px;
    margin: 0 auto;
    text-align: center;
}


.sdgc .two .head h4 {
    font-size: 60px;
    letter-spacing: 30px;
    color: #ff4343;
    margin-bottom: 50px;
}

.sdgc .two .head.en h4 {
    letter-spacing: 2px;
}

.sdgc .two .head h6 {
    font-size: 36px;
    color: #262626;
    margin-bottom: 20px;
}

.sdgc .two .head p {
    font-size: 16px;
    color: #262626;
}

.sdgc .two .content-box {
    width: 1500px;
    margin: 0 auto;
}

.sdgc .two .content-box > div {
    width: 100%;
    margin: 50px 0;
}

.sdgc .two .content-box > div img {
    width: calc(80%);
    margin: 0 10%;
}

.sdgc .two .content-box > div h4 {
    font-size: 36px;
    margin-bottom: 20px;
    text-align: center;
}

.sdgc .two .content-box > div p {
    font-size: 16px;
    text-align: center;
}

.sdgc .min-box {
    width: 100%;
    min-width: 1500px;
    /*background: url("/public/images/fg-bottom.jpg");*/
    background: black;
    position: relative;
    overflow: hidden;
    /*padding: 50px 0;*/
}

.sdgc .min-box.mp7 .form-box {
    position: absolute;
    top: calc(50%);
    width: 35%;
    height: 40px;
    right: 95px;
}

.sdgc.fg .min-box.mp7 .form-box {
    right: 120px;
}

.sdgc.fg .min-box.mp7 .form-box {
    width: 60%;
}

.sdgc .min-box.mp7 .form-box input {
    height: 40px;
    float: left;
}

.sdgc.fg .min-box.mp7 .form-box input[type=text] {
    width: calc(50% - 120px);
}

.sdgc .min-box.mp7 .form-box input[type=text] {
    width: calc(50% - 80px);
    padding-left: 10px;
    margin-right: 20px;
}

.fg.sdgc .min-box.mp7 .form-box input[type=button] {
    width: 200px;
}

.sdgc .min-box.mp7 .form-box input[type=button] {
    width: 120px;
}

.sdgc .min-box > img {
    width: 100%;
    z-index: 0;
}

.sdgc .min-box .content-box {
    width: 1500px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.sdgc .min-box .content-box h1 {
    color: white;
    margin-bottom: 30px;
}

.sdgc .min-box /*.content-box*/ a {
    display: inline-block;
    width: 200px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    /*font-size: 24px;*/
    font-size: 20px;
    /*color: #dda15f;*/
    color: #262626;
    /*border-radius: 5px;*/
    background: white;
    position: absolute;
    right: 6%;
    top: 56%;
    /*z-index: 5;*/
}

.fg .min-box a {
    left: calc(50% - 100px);
    top: 70%;
}

/* 联系我们 */
#contact .contact-screen {
    width: 100%;
    min-width: 1500px;
    max-height: 800px;
    position: relative;
    overflow: hidden;
}

#contact .contact-screen .img-box,
#contact .contact-screen .img-box img {
    width: 100%;
}

#contact .contact-screen .info-box {
    position: absolute;
    top: 50%;
    left: 50px;
    transform: translateY(-50%);
    color: white;
}

#contact .contact-screen .info-box h1 {
    color: white;
    font-size: 60px;
    margin-bottom: 20px;
}

#contact .contact-screen .info-box h4 {
    font-size: 36px;
    margin-bottom: 30px;
}

#contact .contact-screen .info-box p {
    max-width: 30%;
    font-size: 16px;
    line-height: 26px;
}

#contact .contact-screen .add-box {
    position: absolute;
    width: 600px;
    height: 600px;
    right: 100px;
    top: 100px;
}

#contact .contact-screen .add-box h1 {
    color: white;
    display: block;
    position: absolute;
    width: 50%;
    bottom: 50%;
    transform: translateY(2px);
    left: 0;
    border-bottom: 4px solid white;
    margin: 0;
    padding: 10px 0;
}

#contact .contact-screen .add-box p {
    color: white;
    display: block;
    position: absolute;
    width: 50%;
    top: 50%;
    transform: translateY(2px);
    left: 0;
    margin: 0;
    padding: 10px 0;
}

#contact .contact-screen .add-box .dian {
    width: 10px;
    height: 10px;
    position: absolute;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
}

#contact .contact-screen .add-box .quan {
    width: 10px;
    height: 10px;
    position: absolute;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.1);
    animation: quan 3s ease-in infinite 500ms;
}

@keyframes quan {
    from {
        width: 10px;
        height: 10px;
        background: rgba(255, 255, 255, 0.1);
    }
    to {
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.01);
    }
}

#contact > .title h1 {
    margin: 60px;
    color: #dda15f;
    font-size: 50px;
}

#contact .contact-form .title {
    text-align: center;
    color: #dda15f;
    font-size: 36px;
    margin-bottom: 30px;
}

#contact .contact-form .form {
    margin-bottom: 200px;
    text-align: center;
    min-width: 1000px;
}

#contact .contact-form .form .name {
    font-size: 33px;
    color: #797979;
    margin-bottom: 20px;
    margin-top: 40px;
    text-align: center;
}

#contact .contact-form .form .form-group {
    text-align: center;
}

#contact .contact-form .form .form-group .radio-inline {
    font-size: 20px;
    /*width: 200px;*/
    margin: 0 50px;
}

#contact .contact-form .form .form-group .radio-inline input {
    opacity: 0;
}

#contact .contact-form .form .form-group .radio-inline input + span {
    display: inline-block;
    width: 16px;
    height: 16px;
    left: -10px;
    position: relative;
    border-radius: 10px;
    background: #eeeeee;
    border: 2px solid #0f0f0f;
}

#contact .contact-form .form .form-group .radio-inline input:checked + span {
    background: #dda15f;
    width: 20px;
    height: 20px;
    border-color: #dda15f;
}

/* input 输入框 */
#contact .contact-form .form .input {
    width: 600px;
    padding: 10px 0;
    margin: 15px auto;
}

#contact .contact-form .form .input .form-group-u {
    height: 40px;
    margin-bottom: 20px;
}

#contact .contact-form .form .input label {
    width: 130px;
    float: left;
    height: 40px;
    line-height: 40px;
    margin: 0 20px 0 0;
    font-size: 20px;
    font-weight: 400;
}

#contact .contact-form .form .input input {
    float: left;
    width: 450px;
    height: 40px;
    line-height: 40px;
    border: none;
    background: #eeeeee;
    border-bottom: 2px solid #dbdbdb;
    font-size: 20px;
    color: #262626;
}

#contact .contact-form .form .submit input {
    width: 200px;
    height: 60px;
    text-align: center;
    background: #dda15f;
    color: white;
    font-size: 24px;
    margin-top: 30px;
}

.fg .service .content-box {
    width: 1500px;
    margin: 0 auto;
    overflow: hidden;
}

.fg .sc_1_right .txt {
    margin-top: 15px;
    line-height: 24px;
}

.fg .en .sc_1_right .txt {
    font-size: 12px;
    line-height: 16px;
}

.fg .service .content-box > div {
    width: 450px;
    /*height: 480px;*/
    margin: 0 75px 50px 0;
    float: left;
}


.fg .service .content-box > div.right {
    margin-right: 0;
}

.fg .service .content-box > div .img-box {
    width: 100%;
    height: 270px;
    overflow: hidden;
}

.fg .service .content-box > div .img-box img {
    width: 100%;
    transition: 0.25s;
}

.fg .service .content-box > div .img-box img:hover {
    transform: scale(1.05);
}

.fg .service .content-box > div .content {
    margin-top: 30px;
}

.fg .service .content-box > div .content h1 {
    font-size: 24px;
    color: #262626;
}

.fg .service .content-box > div .content li {
    font-size: 14px;
    color: #555555;
    line-height: 24px;
}

@media (max-width: 767px) {

    .min-hidden {
        display: none !important;
    }

    .home section.min {
        margin: 0;
        padding: 10px;
    }

    .home .news_section {

    }

    section.min ul.menu {
        left: 10px;
    }

    section.min > .head {
        margin: 0 0 20px 0;
    }

    section.min > .head .title-min {
        font-size: 14px;
        line-height: 55px;
    }

    section.min.service-box > .head {
        margin-bottom: 60px;
    }


    .home section.min .body.service .body-ul {
        width: 100%;
        padding: 10px;
    }

    .home section.min .body.service .body-ul {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .home section.min.contact {
        height: 220px;
        margin-bottom: 30px;
    }

    .home section.min.user-contact input::placeholder {
        font-weight: 100;
    }

    .home section.min.user-contact input {
        border: none;
    }

    .home section.min .body.news .time_box .nav-news {
        border-left-width: 1px;
    }

    .home section.min .body.news .time_box .nav-news img {
        width: 30px;
        margin: 15px 20px;
    }

    .resC .banner-box {
        padding: 0;
    }

    .resC .banner-box header {
        width: 100%;
    }

    .resC section.section1 {
        width: 100%;
        padding: 0px;
    }

    .resC section.section1 .content-box {
        width: 100%;
    }

    .resC section.section1 .content-box > div {
        margin: 10px 0;
    }

    .resC section.section1 .content-box .info-box {
        width: 100%;
    }

    .resC section.section1 .content-box .info-box.zh_CN > div .key,
    .resC section.section1 .content-box .info-box > div .key {
        width: 100%;
        margin-bottom: 6px;
    }

    .resC section.section1 .content-box .info-box.zh_CN > div .val,
    .resC section.section1 .content-box .info-box > div .val {
        width: 100%;
    }

    .sdgc .screen_1 {
        width: 100%;
        /*height: 220px;*/
        height: 56vw;
    }

    .sdgc .screen_1 .wapztheight {
        height: 70px;
        display: none;
    }

    .sdgc .screen_1 .screen_1text {
        width: 90%;
        margin-top: 0;
    }

    .sdgc .screen_1text img {
        max-width: 100%;
    }

    .sdgc .pg1_img4 {
        display: none;
    }

    .sdgc .screen_nav {
        display: none;
    }

    .sdgc .sc_1 {
        background-size: cover;
        padding-top: 20px;
        background: url(../img/bg_mc.jpg) no-repeat center;
        background: none;
    }

    .sdgc .wrap {
        width: 100%;
    }

    .sdgc .sc_1_left {
        width: 100%;
        padding: 0 20px;
        height: auto;
    }

    .sdgc .sc_1_right {
        width: 100%;
        margin-top: 15px;
        padding: 20px;
        height: auto;
    }

    .sdgc .sc_1_bot {
        margin-top: 0;
        padding-top: 20px;
    }

    .sdgc .sc_1_botul li p {
        font-size: 14px;
        line-height: 24px;
    }

    .sdgc .sc_1_botul li {
        width: 100%;
        margin-left: 0;
        padding: 0 20px;
        font-weight: bold;
    }

    .sdgc .sc_1_botul li h4 {
        font-size: 18px;
    }

    .sdgc .sc_3 {
        width: 100%;
        background-size: contain;
        background-position: 0 0;
    }

    .sdgc .screen_info .content-box.en > div.info-box p:nth-of-type(1) {
        margin-bottom: 30px;
    }

    .sdgc .screen_info .content-box > div.info-box h4 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .sdgc .sc3width {
        width: 100%;
        margin: -20px 0 0 0;
    }

    .sdgc .sc3fl {
        width: 90%;
        margin-left: 5%;
        margin-top: 20px;
    }

    .sdgc .max-box .content-box {
        min-width: auto;
    }

    .sdgc .max-box .content-box > div {
        width: 100%;
        height: auto;
        min-height: auto;
    }

    .sdgc .max-box .content-box > div.info-box {
        padding: 20px !important;
    }

    .sdgc .max-box .content-box > div.info-box p:nth-of-type(2),
    .sdgc .max-box .content-box > div.info-box p:nth-of-type(3) {
        display: block;
    }


    .sdgc .max-box .content-box > div.info-box p:nth-of-type(1) {
        margin-bottom: 20px;
    }


    .sdgc .max-box .content-box > div.info-box p {
        font-size: 14px;
    }

    .sdgc .youshi .content-box {
        width: 100%;
    }

    .sdgc .youshi .content-box li {
        width: 50%;
    }

    .sdgc .youshi .head {
        padding: 50px;
        margin-bottom: 0;
    }

    .sdgc .youshi .content-box {
        padding: 67px 0;
    }

    .sdgc .youshi .content-box li > div img {
        margin: 40px auto;
    }

    .sdgc .youshi .content-box li > div {
        /*height: 220px;*/
        padding: 20px 10px;
    }

    .sdgc .youshi .content-box li > div img {
        width: 75px;
        height: 75px;
        margin: 30px auto 15px;
    }

    .sdgc .youshi .content-box li > div h4 {
        font-size: 18px;
    }

    .sdgc .youshi .content-box li > div p {
        font-size: 12px;
        height: 35px;
    }

    .sdgc .sc3fltxt p {
        font-size: 14px;
    }

    .sdgc .case .content-box {
        width: 100%;
    }


    .sdgc .case .content-box .img-box {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .sdgc .case .content-box .name {
        font-size: 18px;
    }

    .sdgc .two {
        padding-top: 30px;
    }

    .sdgc .two .content-box {
        width: 100%;
    }

    .sdgc .two .head {
        width: 100%;
        padding: 0 10px;
    }

    .sdgc .two .content-box > div {
        padding: 0 10px;
    }

    .sdgc .two .content-box > div img {
        width: 100%;
        margin: 0;
    }

    .sdgc .two .head h4 {
        font-size: 24px;
        letter-spacing: normal;
        margin-bottom: 30px;
    }

    .sdgc .two .head p {
        font-size: 14px;
    }

    .sdgc .two .head h6 {
        font-size: 20px;
    }

    .sdgc .two .content-box > div {
        margin: 30px 0;
    }

    .sdgc .two .content-box > div h4 {
        font-size: 20px;
    }

    .sdgc .two .content-box > div p {
        font-size: 14px;
    }

    .sdgc .min-box {
        width: 100%;
        min-width: auto;
        /*padding: 50px 0;*/
        margin-bottom: 20px;
    }

    .sdgc .min-box .content-box {
        padding: 10px;
        width: 100%;
    }

    .sdgc .min-box .content-box h1 {
        font-size: 16px;
        margin: 0 0 30px 0;
        line-height: 2.0;
    }

    .sdgc .min-box .content-box a {
        width: 100px;
        height: 30px;
        line-height: 30px;
        font-size: 16px;
    }

    /* 手机底部表单 */
    .sdgc .min-box.mp7 {
        padding: 30px 10px;
        background: none;
    }

    .sdgc .min-box.mp7 .form-box,
    .sdgc.fg .min-box.mp7 .form-box {
        position: relative;
        width: 100%;
        right: auto;
    }

    .sdgc .min-box.mp7 .form-box input,
    .sdgc.fg .min-box.mp7 .form-box input {
        width: 100% !important;
        float: left;
        margin-bottom: 20px;
        height: 48px;
        background: white;
        border: none;
        text-indent: 1em;
        font-size: 18px;
        padding: 0;
    }


    /* 联系我们 */
    #contact .contact-screen {
        min-width: 100%;
    }

    #contact .contact-screen .info-box {
        left: 10px;
    }

    #contact .contact-screen.en .info-box {
        /*width: 50%;*/
        line-height: 14px;
    }

    #contact .contact-screen.en .info-box h4,
    #contact .contact-screen.en .info-box p {
        font-size: 14px;
    }

    #contact .contact-screen .info-box h1 {
        font-size: 20px;
        margin-bottom: 5px;
    }

    #contact .contact-screen .info-box h4 {
        font-size: 16px;
        margin-top: 5px;
        margin-bottom: 30px;
    }

    #contact .contact-screen .add-box {
        width: 150px;
        height: 150px;
        left: 10px;
        top: 10px;
        /*transform: translateY(-50%);*/
    }

    #contact .contact-screen .info-box p {
        max-width: calc(100% - 10px);
        font-size: 14px;
    }

    #contact .contact-screen .img-box {
        width: 200%;
    }

    #contact .contact-screen .add-box h1 {
        font-size: 16px;
    }

    #contact > .title h1 {
        margin: 30px 10px;
        font-size: 16px;
        text-align: center;
    }

    #contact .contact-form .title {
        font-size: 16px;
        text-align: center;
    }

    #contact .contact-form .form {
        min-width: initial;
        margin-bottom: 60px;
    }

    #contact .contact-form .form .name {
        margin: 10px auto;
        font-size: 16px;
    }

    #contact .contact-form .form .form-group .radio-inline {
        font-size: 14px;
        padding-left: 14px;
        margin: 5px;
    }

    #contact .contact-form .form .form-group .radio-inline input + span {
        width: 14px;
        height: 14px;
    }

    #contact .contact-form .form .form-group .radio-inline input:checked + span {
        width: 16px;
        height: 16px;
    }

    #contact .contact-form .form .input {
        width: 100%;
    }

    #contact .contact-form .form .input label {
        text-align: left;
        font-size: 16px;
    }

    #contact .contact-form .form .input input {
        font-size: 16px;
        width: 100%;
        height: 20px;
        line-height: 20px;
    }

    #contact .contact-form .form .submit input {
        height: 40px;
        font-size: 18px;
    }

    /* 发稿 */
    .fg .service .content-box {
        width: 100%;
    }

    .fg .service .content-box > div {
        margin: 0 0 20px 0;
    }

    .fg .service .content-box > div .img-box {
        height: 60VW;
    }

    .fg .service .content-box > div .content {
        margin-top: 10px;
        padding: 0 10px;
    }

    /* 新闻列表 */
    .news-content .row .title {
        font-size: 18px;
        line-height: 24px;
    }

    .news-page .news-container-fluid {
        width: 100%;
        padding: 0 10px;
    }

    .news-page .news-container-fluid .row {
        padding: 0;
    }

    .news-page .news-container-fluid .row > * {
        padding: 0;
    }

    .news-page .news-container-fluid .row .pagination {
        margin: 20px auto 30px;
    }

    .home section.min .body.news .title {
        height: auto;
    }
}

.left-fix-box {
    position: fixed;
    right: 10px;
    bottom: 200px;
    width: 50px;
    z-index: 999;
}

.left-fix-box ul {
    width: 50px;
    list-style: none;
    margin: 0;
    padding: 0;
    float: right;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3)
}

.left-fix-box li {
    width: 50px;
    height: 50px;
    text-align: center;
    border: 1px solid #EEEEEE;
    position: relative;
    background: white;
}

.left-fix-box li div {
    width: 260px;
    min-height: 48px;
    position: absolute;
    right: 0;
    top: 0;
}

.left-fix-box li * {
    color: #E0AE6E;
}

.left-fix-box li div a {
    width: calc(100% - 60px);
    padding: 0 10px;
    position: absolute;
    left: 0;
    top: 0;
    border: 1px solid #EEEEEE;
    border-radius: 5px;
    text-align: center;
    font-size: 26px;
    margin-right: 60px;
    background: white;
}

.left-fix-box li > a i {
    line-height: 50px;
    font-size: 26px;
}

.left-fix-box li div a i {
    line-height: 48px;
    font-size: 26px;
}

.left-fix-box li div a img {
    margin: 10px 0;
    width: 100%;
}

.left-fix-box li div a span {
    font-size: 20px;
    display: inline-block;
    padding: 10px 0;
    color: black;
}

@media (max-height: 300px) {
    /* 小屏幕以上定位 */
    .left-fix-box {
        bottom: 10px;
        z-index: 99;
    }
}