@charset "utf-8";

/* 此文件作为总入口，引入所有less文件，之后会编译为all.css */


/*CSS Document*/


/*init BEGIN*/

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
fieldset,
legend,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0;
    outline: none;
}


/*清除内外边距*/


/*a:focus{-moz-outline-style:none;}!*IE不支持*!*/

a:focus {
    outline: none;
}


/*很多网站都会加的属性*/

body,
button,
input,
select,
textarea {
    /*for ie*/
    /*font:12px/1 Tahoma,Helvetica,Arial,"宋体",sans-serif;*/
    font: 12px/1 Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;
    /*用 ascii 字符表示，使得在任何编码下都无问题*/
}


/*设置默认字体*/

address,
cite,
dfn,
em,
var {
    font-style: normal;
}


/*将斜体扶正*/

code,
kbd,
pre,
samp,
tt {
    font-family: "Courier New", Courier, monospace;
}


/*统一等宽字体*/

small {
    font-size: 12px;
}


/*小于 12px 的中文很难阅读，让 small 正常化*/

ul,
ol {
    list-style: none;
}


/*重置列表元素*/

a {
    text-decoration: none;
}


/*重置文本格式元素*/

abbr[title],
acronym[title] {
    /*注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果*/
    border-bottom: 1px dotted;
    cursor: help;
}

q:before,
q:after {
    content: '';
}


/*重置表单元素*/

legend {
    color: #000;
}


/*for ie6*/

fieldset,
img {
    border: none;
}


/*img 搭车：让链接里的 img 无边框*/


/*注：optgroup 无法扶正*/

button,
input,
select,
textarea {
    font-size: 100%;
    /*使得表单元素在 ie 下能继承字体大小*/
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/*重置表格元素*/

hr {
    border: none;
    height: 1px;
}


/*重置 hr*/

img {
    vertical-align: middle;
}

i {
    font-style: normal;
}


/*让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁*/

input {
    background: none;
    font-family: 微软雅黑;
    border: none;
}


/*重置input标签属性*/

textarea {
    background: none;
    font-family: 微软雅黑;
    border: none;
}


/*重置textarea标签属性*/


/*清除float BEGIN*/

.clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}


/*清除float END*/


/*init END*/


/*banner BEGIN*/

.hxq_banner {
    position: relative;
}

.hxq_banner .hxq_sub_banner_b {
    width: 100%;
}

.hxq_banner .hxq_sub_banner_b_ul {
    width: 100%;
}

.hxq_banner .hxq_sub_banner_b_ul>li {
    width: 100%;
}

.hxq_banner .hxq_sub_banner_b_ul>li img {
    width: 100%;
    vertical-align: middle;
}

.hxq_banner .hxq_sub_banner_h {
    position: absolute;
    bottom: 15px;
    left: 0;
    z-index: 100;
    width: 100%;
}

.hxq_banner .hxq_sub_banner_h_ul {
    font-size: 0;
    text-align: center;
}

.hxq_banner .hxq_sub_banner_h_ul>li {
    position: relative;
    display: inline-block;
    margin: 0 3px;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.hxq_banner .hxq_sub_banner_h_ul>li>em {
    position: absolute;
    overflow: hidden;
    display: block;
    width: 100%;
    height: 100%;
}


/* 梁吉修改 */

.ljxgg {
    margin-top: 50px;
}


/* 梁吉修改结束 */

.hxq_banner .hxq_sub_banner_h_ul>li>em>strong {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    background-color: currentColor;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 16px dotted;
    border-width: 0rem;
}

.hxq_banner .hxq_sub_banner_h_ul>li.on>em>strong {
    color: red;
}

.hxq_sub_banner li {
    height: 449px;
}

.hxq_in_banner li {
    height: 449px;
}


/*banner END*/


/*上下篇 BEGIN*/

.sub_updown {
    clear: both;
    font-family: "Microsoft YaHei", serif;
    overflow: hidden;
    font-size: 12px;
    padding: 4px 0;
    width: 100%;
}

.sub_updown .sub_updown_up,
.sub_updown .sub_updown_down {
    clear: both;
    overflow: hidden;
    margin: 6px 0;
}

.sub_updown div a {
    color: #666;
}

.sub_updown a[href]:hover {
    color: #06f;
}

.sub_updown a[href] span {
    cursor: pointer;
}


/*上下篇 END*/


/*分页 BEGIN*/

.ql_fenye {
    clear: both;
    width: 100%;
    text-align: center;
    font-family: "微软雅黑", serif;
    font-size: 12px;
}

.paginator a {
    color: #444;
    padding: 2px 6px;
    border: 1px solid #ccc;
}

.paginator a,
.paginator span {
    margin: 0 3px;
}

.paginator a[href]:hover {
    color: #f00;
}

.paginator span {
    border: 1px solid #ccc !important;
    color: #f00 !important;
    padding: 2px 6px !important;
    font-weight: normal !important;
}


/*选中需要全部important一下*/


/*分页 END*/


/*此文件放置共用函数、变量等*/


/* 字体设置 */


/* 定位属性 */


/* 遮罩层定位 */


/* 截字符 */

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}


/* 公用类 */

body {
    font-size: 12px;
    color: #333;
    line-height: 1.8;
    font-family: "微软雅黑";
}


/* 清楚浮动 */

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

input {
    background: none;
    font-family: 微软雅黑;
    border: none;
}

textarea {
    background: none;
    font-family: 微软雅黑;
    border: none;
}

a[transition] {
    -webkit-transition: 0.4s 0s;
    -o-transition: 0.4s 0s;
    -moz-transition: 0.4s 0s;
    transition: 0.4s 0s;
}

.wrap {
    width: 1200px;
    margin: 0 auto;
}

.dbj {
    background: url(../images/gsbj.jpg) no-repeat center bottom;
}

.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}

svg {
    vertical-align: middle;
}

.mCSB_1_scrollbar {
    z-index: 100;
}

.mCSB_scrollTools {
    margin: 0 !important;
    width: 4px !important;
}

.wow {
    visibility: hidden;
}

.scroll--view {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.hxq_gaba {
    display: inline-block;
    line-height: 26px;
    padding-left: 25px;
    min-height: 20px !important;
    background: url(../images/bah_10.png) no-repeat left center;
}

@media screen and (max-width: 1200px) {
    html,
    body {
        min-width: 0;
    }
    .wrap {
        width: auto;
        padding: 0 10px;
    }
}

.footer1 {
    height: 112px;
    background: url(../images/footer00.jpg) no-repeat center;
}

.footer1 .cell {
    float: left;
    width: 50%;
}

.footer1 .cell h2 a {
    display: block;
    height: 112px;
    line-height: 112px;
    text-align: center;
    -webkit-transition: all .3s 0s;
    -o-transition: all .3s 0s;
    -moz-transition: all .3s 0s;
    transition: all .3s 0s;
}

.footer1 .cell h2 a span {
    display: inline-block;
    vertical-align: top;
    *zoom: 1;
    zoom: 1;
}

.footer1 .cell h2 a span:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.footer1 .cell h2 a span strong {
    float: left;
    width: 46px;
    height: 46px;
    margin: 33px 20px 0 0;
}

.footer1 .cell h2 a span strong img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.footer1 .cell h2 a span em {
    font-size: 16px;
    color: #fff;
    font-weight: normal;
}

.pc .footer1 .cell h2 a:hover {
    background: #082547;
}

.footer2 {
    padding: 50px 0 30px;
    text-align: center;
    background: #082547;
}

.footer2 img {
    vertical-align: middle;
}

.footer2 .logo img {
    display: block;
    margin: 0 auto;
}

.footer2 .contact {
    display: inline-block;
    margin: 25px 0 10px;
    padding: 4px 30px;
    font-size: 14px;
    color: #5e7896;
    line-height: 2;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    background: #07203d;
}

.footer2 .copyright {
    padding: 5px 0 0 0;
    font-size: 14px;
    color: #5e7896;
}

.footer2 .copyright a {
    display: inline-block;
    vertical-align: middle;
    color: #5e7896;
    white-space: nowrap;
}

.footer2 .copyright a:hover {
    color: #fff;
}

.footer2 .gjc {
    padding: 10px 0 0 0;
    text-align: center;
    color: #5e7896;
    font-size: 12px;
    line-height: 1.8;
}

@media screen and (max-width: 750px) {
    .footer1 {
        height: auto;
        background: none;
    }
    .footer1 .wrap {
        padding: 0;
    }
    .footer1 .cell {
        background: #b58f5c;
    }
    .footer1 .cell h2 a {
        height: 54px;
        line-height: 54px;
    }
    .footer1 .cell h2 a span strong {
        margin-top: 11px;
        width: 32px;
        height: 32px;
    }
    .footer1 .cell h2 a span em {
        font-size: 14px;
    }
    .footer2 {
        padding: 15px 0;
    }
    .footer2 .logo {
        display: none;
    }
    .footer2 .contact {
        display: none;
    }
    .footer2 .gjc {
        display: none;
    }
    .footer2 .hide_sj {
        display: none;
    }
}

@media screen and (max-width: 550px) {
    .footer1 .cell {
        width: auto;
        float: none;
    }
    .footer1 .cell:nth-child(1) {
        border-bottom: 1px solid #fff;
    }
}

.header {
    position: relative;
    z-index: 10000;
    background: #fff;
}

.header .logo {
    position: absolute;
    top: 26px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.header .logo a {
    display: block;
}

.header .logo a img {
    display: block;
}

.header .left {
    float: left;
    margin: 75px 0 0 0;
    padding-left: 55px;
}

.header .left .qr {
    position: relative;
    float: left;
    margin: 9px 10px 0 0;
}

.header .left .qr .btn {
    position: relative;
    z-index: 10;
    width: 66px;
    height: 34px;
    cursor: pointer;
    background: url(../images/icon03.png) no-repeat center left;
}

.header .left .qr .btn span {
    float: right;
    line-height: 34px;
}

.header .left .qr .pop {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10;
    width: 150px;
    padding: 10px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s 0s;
    -o-transition: all .3s 0s;
    -moz-transition: all .3s 0s;
    transition: all .3s 0s;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
}

.header .left .qr .pop img {
    display: block;
    width: 100%;
}

.header .left .qr:hover .pop {
    visibility: visible;
    opacity: 1;
}

.header .left .search {
    float: left;
    width: 140px;
    margin: 9px 0 0 15px;
}

.header .left .search .btn {
    float: right;
    width: 34px;
    height: 34px;
    -webkit-transition: all .3s 0s;
    -o-transition: all .3s 0s;
    -moz-transition: all .3s 0s;
    transition: all .3s 0s;
    background: url(../images/icon10.png) no-repeat center;
}

.header .left .search span {
    float: right;
    line-height: 34px;
}

.header .left .search .btn:hover {
    opacity: .6;
}

.header .left .search .input {
    overflow: hidden;
}

.header .left .search .input input {
    display: block;
    width: 100%;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    color: #999;
}

.header .left .share {
    position: relative;
    float: left;
    padding: 9px;
    -webkit-transition: all .3s 0s;
    -o-transition: all .3s 0s;
    -moz-transition: all .3s 0s;
    transition: all .3s 0s;
}

.header .left .share .btn {
    position: relative;
    z-index: 10;
    width: 47px;
    height: 34px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .3s 0s;
    -o-transition: all .3s 0s;
    -moz-transition: all .3s 0s;
    transition: all .3s 0s;
    cursor: pointer;
    background: url(../images/icon04.png) no-repeat center left;
}

.header .left .share .btn span {
    float: right;
    line-height: 34px;
}

.header .left .share #bdfx {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 52px;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    border-radius: 26px;
    -webkit-transition: all .3s 0s;
    -o-transition: all .3s 0s;
    -moz-transition: all .3s 0s;
    transition: all .3s 0s;
    overflow: hidden;
    padding: 45px 0 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.header .left .share #bdfx a {
    display: block;
    padding: 0;
    float: none;
    margin: 12px auto 0;
    background: #fff no-repeat center;
    width: 34px;
    height: 34px;
    opacity: 1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .3s 0s;
    -o-transition: all .3s 0s;
    -moz-transition: all .3s 0s;
    transition: all .3s 0s;
}

.header .left .share #bdfx a:hover {
    background-color: #999;
}

.header .left .share #bdfx .bds_weixin {
    background-image: url(../images/icon06.png);
}

.header .left .share #bdfx .bds_tsina {
    background-image: url(../images/icon07.png);
}

.header .left .share #bdfx .bds_douban {
    background-image: url(../images/icon08.png);
}

.header .left .share #bdfx .bds_tqq {
    background-image: url(../images/icon09.png);
}

.header .left .share:hover .btn {
    background: #082547 url(../images/icon05.png) no-repeat center;
    width: 34px;
}

.header .left .share:hover #bdfx {
    height: 197px;
    background: rgba(0, 0, 0, 0.2);
}

.header .nav {
    text-align: center;
    width: 100%;
    margin-top: 30px;
}

.header>.nav>ul>li {
    float: left;
    position: relative;
    line-height: 50px;
    margin: 0 36px;
}

.header>.nav>ul>li>a {
    font-size: 16px;
    color: #333;
    display: block;
    height: 100%;
}

.header>.nav>ul>li:hover ul {
    display: block;
}

.header>.nav>ul>.on a {
    color: #b58f5c;
}

.header>.nav>ul>li>a:hover {
    color: #b58f5c;
}

.header .nav ul li ul {
    position: absolute;
    left: -30px;
    top: 47px;
    z-index: 99;
    width: 200%;
    background: #fff;
    border-top: 3px solid #b58f5c;
    display: none;
}

.header .nav ul li ul li {
    width: 100%;
}

.header .nav ul li ul li a {
    font-size: 14px;
    color: #333;
    text-align: center;
    display: block;
}

.header .nav ul li ul .on {
    background: #b58f5c;
}

.header .nav ul li ul .on a {
    color: #fff;
}

.header .nav ul li ul li:hover {
    background: #b58f5c;
}

.header .nav ul li ul li:hover a {
    color: #fff;
}

.header .right {
    float: right;
    margin: 70px 25px 0 0;
}

.header .right .menu {
    position: relative;
    z-index: 11000;
    padding: 10px;
    cursor: pointer;
}

.header .right .menu .icon {
    position: relative;
    z-index: 10;
    width: 38px;
    height: 38px;
    cursor: pointer;
    -webkit-transition: all .3s 0s;
    -o-transition: all .3s 0s;
    -moz-transition: all .3s 0s;
    transition: all .3s 0s;
    background: url(../images/icon00.png) no-repeat center / 100% 100%;
}

.header .right .menu .text {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 55px 10px 10px;
    width: 60px;
    overflow: hidden;
    text-align: center;
    height: 38px;
    line-height: 38px;
    color: #fff;
    font-size: 16px;
    -webkit-border-radius: 29px;
    -moz-border-radius: 29px;
    border-radius: 29px;
    -webkit-transition: all .3s 0s;
    -o-transition: all .3s 0s;
    -moz-transition: all .3s 0s;
    transition: all .3s 0s;
    background: rgba(0, 0, 0, 0.2);
}

.header .right .menu .text span {
    display: block;
    overflow: hidden;
    color: #082547;
}

.header .right .menu .text span:hover {
    color: #cca071;
}

.header .right .menu:hover .icon {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.header .right .menu:hover .text {
    width: 60px;
}

.menu--pop_mask {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s 0s;
    -o-transition: all .3s 0s;
    -moz-transition: all .3s 0s;
    transition: all .3s 0s;
}

.menu--pop {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10010;
    height: 100%;
    width: 30%;
    min-width: 200px;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transition: all .3s 0s;
    -o-transition: all .3s 0s;
    -moz-transition: all .3s 0s;
    transition: all .3s 0s;
}

.menu--pop .menu--list {
    margin: 150px 0 0 0;
    max-height: 65vh;
    overflow-y: auto;
}

.menu--pop .menu--list .cell>a {
    position: relative;
    display: block;
    font-size: 16px;
    color: #000;
    line-height: 58px;
    text-align: center;
    -webkit-transition: all .3s 0s;
    -o-transition: all .3s 0s;
    -moz-transition: all .3s 0s;
    transition: all .3s 0s;
}

.menu--pop .menu--list .cell>a:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    height: 1px;
    width: 0;
    content: '';
    background: #aaa;
    -webkit-transition: all .3s 0s;
    -o-transition: all .3s 0s;
    -moz-transition: all .3s 0s;
    transition: all .3s 0s;
}

.menu--pop .menu--list .cell .dropdown {
    position: absolute;
    right: 100%;
    top: 0;
    height: 100%;
    width: 190px;
    overflow-y: auto;
    text-align: center;
    display: table;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s 0s;
    -o-transition: all .3s 0s;
    -moz-transition: all .3s 0s;
    transition: all .3s 0s;
}

.menu--pop .menu--list .cell .dropdown>div {
    display: table-cell;
    vertical-align: middle;
}

.menu--pop .menu--list .cell .dropdown.show {
    visibility: visible;
    opacity: 1;
}

.menu--pop .menu--list .cell .dropdown a {
    display: block;
    margin: 12px 0;
    padding: 13px 10px;
    font-size: 14px;
    color: #202020;
    line-height: 24px;
    background: #fff;
}

.menu--pop .menu--list .cell .dropdown a.on {
    color: #977548;
}

.menu--pop .menu--list .cell.on>a {
    color: #977548;
}

.menu--pop .menu--list .cell.on>a:after {
    width: 158px;
}

.menu--pop .menu--contact {
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
}

.menu--pop .menu--contact .block1 {
    text-align: center;
}

.menu--pop .menu--contact .block1 .cell {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.menu--pop .menu--contact .block1 .cell>a {
    display: block;
    margin: 0 14px;
    width: 53px;
    height: 53px;
    background: #f3f3f3 no-repeat center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s 0s;
    -o-transition: all .3s 0s;
    -moz-transition: all .3s 0s;
    transition: all .3s 0s;
    border: 0px solid #393939;
}

.menu--pop .menu--contact .block1 .cell>a[href]:hover {
    border: 5px solid #393939;
}

.menu--pop .menu--contact .block1 .cell .icon1 {
    background-image: url(../images/icon23.png);
}

.menu--pop .menu--contact .block1 .cell .icon2 {
    background-image: url(../images/icon24.png);
}

.menu--pop .menu--contact .block1 .cell .icon3 {
    background-image: url(../images/icon25.png);
}

.menu--pop .menu--contact .block1 .cell .pop {
    position: absolute;
    bottom: 100%;
    left: 50%;
    padding: 10px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background: #fff;
    -webkit-transition: all .3s 0s;
    -o-transition: all .3s 0s;
    -moz-transition: all .3s 0s;
    transition: all .3s 0s;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.menu--pop .menu--contact .block1 .cell:hover .pop {
    visibility: visible;
    opacity: 1;
}

.menu--pop .menu--contact .block2 {
    padding: 25px 0 0 0;
    width: 212px;
    margin: 0 auto;
}

.menu--pop .menu--contact .block2 span {
    position: relative;
    display: block;
    line-height: 48px;
    font-size: 18px;
    color: #202020;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    text-align: center;
    background: #f3f3f3;
}

.menu--pop .menu--contact .block2 span:after {
    position: absolute;
    top: -13px;
    left: 50%;
    margin-left: -11px;
    width: 22px;
    height: 13px;
    content: '';
    background: url(../images/icon26.png) no-repeat center;
}

.show-menu {
    overflow: hidden;
}

.show-menu .header .right .menu .icon {
    background-image: url(../images/icon22.png);
}

.show-menu .menu--pop {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.show-menu .menu--pop_mask {
    visibility: visible;
    opacity: 1;
}

@media screen and (max-width: 1100px) {
    body {
        padding-top: 80px;
    }
    .header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        padding: 10px 0;
        -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    }
    .header .left {
        display: none;
    }
    .header .logo {
        position: static;
        left: initial;
        top: initial;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        float: left;
        margin: 0 0 0 15px;
    }
    .header .logo img {
        height: 60px;
    }
    .header .right {
        margin: 0 15px 0 0;
    }
    .header .right .menu .text {
        display: none;
    }
    .menu--pop .menu--contact {
        display: none;
    }
}

@media screen and (max-height: 850px) {
    .menu--pop .menu--list {
        max-height: 75vh;
    }
    .menu--pop .menu--contact {
        display: none;
    }
}

@media screen and (max-width: 750px) {
    body {
        padding-top: 60px;
    }
    .header .logo img {
        height: 40px;
    }
    .header .right .menu {
        padding: 0;
    }
    .menu--pop .menu--list {
        margin-top: 70px;
    }
    .menu--pop .menu--list .cell>a {
        line-height: 46px;
    }
    .menu--pop .menu--list .cell .dropdown {
        width: 150px;
    }
    .menu--pop .menu--list .cell .dropdown a {
        padding: 8px 8px;
    }
}

@media screen and (max-width: 410px) {
    .menu--pop .menu--list .cell .dropdown {
        width: 120px;
    }
}

.banner {
    position: relative;
}

.banner .item {
    background: no-repeat center;
}

.banner .item a {
    display: block;
}

.banner .item a img {
    display: none;
}

.banner .owl-dots {
    position: absolute;
    bottom: 30px;
    z-index: 10;
    width: 100%;
    text-align: center;
}

.banner .owl-dots .owl-dot {
    width: 67px;
    height: 4px;
    margin: 0 5px;
    border: 1px solid #bfbfbf;
}

.banner .owl-dots .owl-dot.active {
    border: 1px solid #dbdbda;
    background: #dbdbda;
}

.banner .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 48px;
    z-index: 10;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.banner .owl-nav button {
    position: absolute;
    top: 0;
    width: 77px;
    height: 48px;
    background: no-repeat center !important;
}

.banner .owl-nav .owl-prev {
    left: 95px;
    background-image: url(../images/icon02.png) !important;
}

.banner .owl-nav .owl-next {
    right: 95px;
    background-image: url(../images/icon01.png) !important;
}

.index--banner {
    height: 690px;
}

.index--banner .item a {
    height: 690px;
}

@media screen and (max-width: 1200px) {
    .banner {
        height: auto !important;
    }
    .banner .item {
        background: none !important;
    }
    .banner .item a {
        display: block;
        height: auto !important;
    }
    .banner .item a img {
        display: block;
    }
    .banner .owl-dots {
        bottom: 10px;
    }
    .banner .owl-dots .owl-dot {
        width: 30px;
        height: 4px;
        margin: 0 5px;
        border: 1px solid #bfbfbf;
    }
    .banner .owl-dots .owl-dot.active {
        border: 1px solid #dbdbda;
        background: #dbdbda;
    }
}

.index--product .head {
    padding: 95px 0 75px 0;
}

.index--product .head h2 a {
    display: inline-block;
    padding-left: 54px;
    vertical-align: middle;
    background: url(../images/icon14.png) no-repeat left center;
}

.index--product .head h2 a span {
    display: block;
    font-size: 20px;
    color: #000;
    line-height: 28px;
    font-weight: normal;
    -webkit-transition: all 0.3s 0s;
    -o-transition: all 0.3s 0s;
    -moz-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
}

.index--product .head h2 a em {
    display: block;
    font-size: 12px;
    color: #999;
    line-height: 24px;
    font-weight: normal;
    text-transform: uppercase;
    -webkit-transition: all 0.3s 0s;
    -o-transition: all 0.3s 0s;
    -moz-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
}

.index--product .body {
    position: relative;
    height: 1155px;
}

.index--product .body .cell {
    position: absolute;
}

.index--product .body .cell>a {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 50;
    width: 100%;
    height: 100%;
}

.index--product .body .cell .img {
    position: relative;
}

.index--product .body .cell .img img {
    display: block;
    width: 100%;
    background: no-repeat center center;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

.index--product .body .cell .img .pop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 15px;
    opacity: 0;
    visibility: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s 0s;
    -o-transition: all 0.3s 0s;
    -moz-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
}

.index--product .body .cell .img .pop>div {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.67);
}

.index--product .body .cell .img .pop>div span {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/icon15.png) no-repeat center;
}

.index--product .body .cell .title {
    position: relative;
    padding: 15px 15px;
}

.index--product .body .cell .title:after {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    content: "";
    height: 1px;
    width: 0%;
    background: #c6c6c6;
    -webkit-transition: all 0.3s 0s;
    -o-transition: all 0.3s 0s;
    -moz-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
}

.index--product .body .cell .title h3 a {
    font-size: 14px;
    color: #000;
    line-height: 24px;
    font-weight: normal;
}

.index--product .body .cell .title span {
    display: block;
    font-size: 12px;
    color: #999;
    text-transform: uppercase;
}

.index--product .body .cell:nth-child(1) {
    width: 320px;
    top: 0;
    left: 0;
}

.index--product .body .cell:nth-child(2) {
    width: 315px;
    top: 70px;
    left: 410px;
}

.index--product .body .cell:nth-child(3) {
    width: 400px;
    top: -155px;
    right: 0;
}

.index--product .body .cell:nth-child(4) {
    width: 350px;
    top: 630px;
    left: 0;
}

.index--product .body .cell:nth-child(5) {
    width: 275px;
    top: 685px;
    left: 425px;
}

.index--product .body .cell:nth-child(6) {
    width: 415px;
    top: 550px;
    right: 0;
}

.index--product .btn {
    padding: 35px 0 50px 0;
}

.index--product .btn a {
    display: block;
    margin: 0 auto;
    width: 107px;
    height: 107px;
    background: url(../images/icon16.png) no-repeat center / 100% 100%;
    -webkit-transition: all 0.3s 0s;
    -o-transition: all 0.3s 0s;
    -moz-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
}

.pc .index--product .head h2 a:hover span {
    color: #b58f5c;
}

.pc .index--product .head h2 a:hover em {
    color: #b58f5c;
}

.pc .index--product .body .cell:hover .img .pop {
    opacity: 1;
    visibility: visible;
}

.pc .index--product .body .cell:hover .title:after {
    width: 100%;
}

.pc .index--product .body .cell:hover .title span {
    text-align: right;
}

.pc .index--product .btn a:hover {
    background-image: url(../images/icon17.png);
}

@media screen and (max-width: 1200px) {
    .index--product .head {
        padding: 30px 0 0 0;
    }
    .index--product .body {
        height: auto;
    }
    .index--product .body .cell {
        position: relative;
        left: initial !important;
        top: initial !important;
        right: initial !important;
        float: left;
        width: 32% !important;
        margin-right: 2% !important;
        margin-top: 30px;
    }
    .index--product .body .cell:nth-child(3n) {
        margin-right: 0 !important;
    }
}

@media screen and (max-width: 1000px) {
    .index--product .btn {
        padding: 25px 0 25px;
    }
}

@media screen and (max-width: 750px) {
    .index--product .head {
        padding: 15px 0 0 0;
    }
    .index--product .body .cell {
        margin-top: 15px;
    }
    .index--product .btn {
        padding: 15px 0;
    }
    .index--product .btn a {
        width: 60px;
        height: 60px;
    }
}

@media screen and (max-width: 550px) {
    .index--product .head h2 a {
        padding-left: 40px;
    }
    .index--product .head h2 a span {
        font-size: 16px;
        line-height: 20px;
    }
    .index--product .head h2 a em {
        line-height: 18px;
    }
    .index--product .body .cell {
        width: 48% !important;
        margin-right: 4% !important;
    }
    .index--product .body .cell:nth-child(3n) {
        margin-right: 4% !important;
    }
    .index--product .body .cell:nth-child(2n) {
        margin-right: 0 !important;
    }
    .index--product .body .cell .title {
        padding: 10px 0;
    }
}

.index--about {
    padding: 50px 0 100px 0;
    overflow: hidden;
}

.index--about .left {
    position: relative;
    float: left;
    width: 46.6%;
    margin: 0 4.6% 0 0;
}

.index--about .left .video_btn {
    position: absolute;
    top: 50%;
    right: 30%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.index--about .left .video_btn a {
    display: block;
}

.index--about .left .video_btn a img {
    display: block;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: all 0.3s 0s;
    -o-transition: all 0.3s 0s;
    -moz-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
}

.index--about .left .video_btn a:hover img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.index--about .left .bg {
    display: block;
    width: 100%;
}

.index--about .right {
    float: left;
    width: 42%;
    margin: 100px 0 0 0;
}

.index--about .right .content {
    height: 418px;
    overflow: hidden;
    font-size: 14px;
    color: #333;
    line-height: 2;
}

.index--about .right .btn {
    padding: 10px 0;
}

.index--about .right .btn a {
    display: inline-block;
    vertical-align: top;
    padding: 0 30px 0 0;
    font-size: 14px;
    color: #6a6a6a;
    -webkit-transition: all 0.3s 0s;
    -o-transition: all 0.3s 0s;
    -moz-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
    background: url(../images/icon21.png) no-repeat right center;
}

.video--pop_mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(29, 34, 34, 0.95);
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s 0s;
    -o-transition: all 0.3s 0s;
    -moz-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
}

.video--pop_mask>a {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    padding: 15px;
    background: #7c7c7c;
}

.video--pop_mask>a img {
    display: block;
    -webkit-transition: all 0.3s 0s;
    -o-transition: all 0.3s 0s;
    -moz-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
}

.video--pop_mask>a:hover img {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.video--pop {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 100000;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s 0s;
    -o-transition: all 0.3s 0s;
    -moz-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
    margin-top: -100px;
    opacity: 0;
    max-width: 1000px;
    visibility: hidden;
}

.video--pop .video--pop_content {
    position: relative;
    z-index: 10;
}

.video--pop .video--pop_content>div {
    padding: 15px;
    background: #fff;
    max-height: 90vh;
    overflow-y: auto;
    overflow-x: hidden;
}

.video--pop .video--pop_content .video {
    position: relative;
    background: #000;
}

.video--pop .video--pop_content .video img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
}

.video--pop .video--pop_content .video video,
.video--pop .video--pop_content .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
}

.video--pop .video--pop_content h3 {
    padding: 5px 0 0 0;
    font-size: 14px;
    color: #525252;
    line-height: 2;
    font-weight: normal;
}

.video--pop .video--pop_content .content {
    padding: 10px 0;
    font-size: 14px;
    color: #333;
    line-height: 2;
}

.show-videopop {
    overflow: hidden;
}

.show-videopop .video--pop_mask {
    opacity: 1;
    visibility: visible;
}

.show-videopop .video--pop {
    margin: 0;
    opacity: 1;
    visibility: visible;
}

.pc .index--about .right .btn a:hover {
    padding: 0 40px 0 0;
}

@media screen and (max-width: 1700px) {
    .index--about .right {
        margin-top: 20px;
    }
}

@media screen and (max-width: 1450px) {
    .index--about .left {
        width: 52.6%;
    }
}

@media screen and (max-width: 1200px) {
    .index--about>div {
        padding: 0 10px;
    }
    .index--about .left {
        float: none;
        width: 100%;
        margin: 0 auto;
    }
    .index--about .left .video_btn {
        right: 50%;
        -webkit-transform: translate(50%, -50%);
        -moz-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
        -o-transform: translate(50%, -50%);
        transform: translate(50%, -50%);
    }
    .index--about .right {
        float: none;
        width: 100%;
    }
    .index--about .right .content {
        height: auto;
    }
}

@media screen and (max-width: 1000px) {
    .index--about {
        padding: 25px 0 30px;
    }
}

@media screen and (max-width: 550px) {
    .index--about {
        padding: 25px 0 15px;
    }
}

.index--news .head {
    text-align: center;
}

.index--news .head h2 {
    padding: 0 0 10px 0;
    text-align: center;
}

.index--news .head h2 a {
    font-size: 20px;
    color: #000;
    line-height: 30px;
    font-weight: normal;
    -webkit-transition: all 0.3s 0s;
    -o-transition: all 0.3s 0s;
    -moz-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
}

.index--news .head span {
    display: block;
    padding: 36px 0 0 0;
    font-size: 12px;
    color: #999;
    line-height: 20px;
    text-transform: uppercase;
    background: url(../images/icon18.png) no-repeat center top;
}

.index--news .body {
    padding: 45px 50px 0;
}

.index--news .body .item {
    position: relative;
}

.index--news .body .item>a {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 50;
    width: 100%;
    height: 100%;
}

.index--news .body .item .date {
    line-height: 30px;
}

.index--news .body .item .date span {
    padding: 0 10px 0 0;
    font-size: 24px;
    color: #000;
}

.index--news .body .item .date em {
    font-size: 14px;
    color: #999;
}

.index--news .body .item h3 {
    padding: 5px 0;
}

.index--news .body .item h3 a {
    font-size: 14px;
    color: #000;
    line-height: 30px;
    font-weight: normal;
    -webkit-transition: all 0.3s 0s;
    -o-transition: all 0.3s 0s;
    -moz-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
}

.index--news .body .item .content {
    height: 48px;
    overflow: hidden;
    font-size: 12px;
    color: #666;
    line-height: 24px;
}

.index--news .body .item .icon1 {
    position: relative;
    margin: 15px 0 0 0;
    width: 17px;
    height: 17px;
    -webkit-transition: all 0.3s 0s;
    -o-transition: all 0.3s 0s;
    -moz-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
}

.index--news .body .item .icon1:after {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    content: "";
    height: 1px;
    background: #d7d7d7;
}

.index--news .body .item .icon1 span {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    display: block;
    width: 17px;
    height: 17px;
    background: #fff url(../images/icon19.png) no-repeat center;
}

.index--news .btn {
    padding: 25px 0;
}

.index--news .btn a {
    display: block;
    width: 107px;
    height: 107px;
    margin: 0 auto;
    -webkit-transition: all 0.3s 0s;
    -o-transition: all 0.3s 0s;
    -moz-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
    background: url(../images/icon16.png) no-repeat center / 100% 100%;
}

.pc .index--news .head h2 a:hover {
    color: #b58f5c;
}

.pc .index--news .body .item:hover h3 a {
    color: #b58f5c;
}

.pc .index--news .body .item:hover .icon1 {
    width: 100%;
}

.pc .index--news .btn a:hover {
    background-image: url(../images/icon17.png);
}

@media screen and (max-width: 1000px) {
    .index--news .body {
        padding: 45px 0 0;
    }
    .index--news .btn {
        padding: 25px 0 0 0;
    }
}

@media screen and (max-width: 750px) {
    .index--news .body {
        padding-top: 25px;
    }
    .index--news .btn a {
        width: 60px;
        height: 60px;
    }
}

@media screen and (max-width: 550px) {
    .index--news .head h2 {
        padding: 0 0 5px 0;
    }
    .index--news .head h2 a {
        font-size: 16px;
    }
    .index--news .head span {
        padding-top: 24px;
        -moz-background-size: auto 20px;
        -o-background-size: auto 20px;
        background-size: auto 20px;
    }
}

.index--partner {
    padding: 25px 0 75px 0;
}

.index--partner .item {
    padding: 15px 0;
}

.index--partner .item a {
    display: block;
}

.index--partner .item img {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: no-repeat center;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    border: 1px solid #eee;
}

.index--partner .owl-dots {
    text-align: center;
}

.index--partner .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    margin: 0 5px;
    background: #e4e4e4;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.index--partner .owl-dots .owl-dot span {
    display: none;
}

.index--partner .owl-dots .owl-dot.active {
    background: #1d2222;
}

.pc .index--partner .item:hover img {
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}

.pc .index--partner .owl-item:hover {
    position: relative;
    z-index: 10;
}

@media screen and (max-width: 1000px) {
    .index--partner {
        padding: 15px 0 25px;
    }
}

.sub--banner>div {
    height: 401px;
    background: no-repeat center;
}

.sub--banner>div img {
    display: none;
    width: 100%;
}

.sub--title {
    padding: 30px 0 10px 0;
}

.sub--title .wrap {
    position: relative;
}

.sub--title .title {
    text-align: center;
}

.sub--title .title em {
    display: block;
    padding: 0 0 10px 0;
    font-size: 20px;
    color: #000;
    line-height: 30px;
}

.sub--title .title span {
    display: block;
    padding: 35px 0 0 0;
    font-size: 12px;
    color: #999;
    line-height: 20px;
    text-transform: uppercase;
    background: url(../images/icon18.png) no-repeat center top;
}

.sub--title .crumb {
    position: absolute;
    top: 20px;
    left: 30px;
    font-size: 12px;
    color: #999;
}

.sub--title .crumb a {
    color: #999;
    -webkit-transition: all 0.3s 0s;
    -o-transition: all 0.3s 0s;
    -moz-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
}

.sub--title .crumb a:hover {
    color: #000;
}

.sub--nav {
    padding: 0 0 20px 0;
    text-align: center;
    font-size: 0;
}

.sub--nav h2 {
    display: inline-block;
    vertical-align: middle;
    margin: 15px 8px 0;
}

.sub--nav h2 a {
    display: block;
    min-width: 100px;
    padding: 0 15px;
    text-align: center;
    font-size: 16px;
    color: #000;
    line-height: 38px;
    font-weight: normal;
    border: 2px solid #082547;
    -webkit-transition: all 0.3s 0s;
    -o-transition: all 0.3s 0s;
    -moz-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
}

.sub--nav h2 a:hover {
    color: #fff;
    background: #082547;
}

.sub--nav h2.on a {
    color: #fff;
    background: #082547;
}

.sub--content {
    min-height: 400px;
}

@media screen and (max-width: 1200px) {
    .sub--content {
        min-height: auto;
    }
    .sub--banner>div {
        height: auto;
        background: none !important;
    }
    .sub--banner>div img {
        display: block;
    }
}

@media screen and (max-width: 750px) {
    .sub--title {
        padding: 15px 0 0 0;
    }
    .sub--title .title em {
        padding: 0 0 5px 0;
        font-size: 16px;
    }
    .sub--title .title span {
        padding-top: 24px;
        -moz-background-size: auto 20px;
        -o-background-size: auto 20px;
        background-size: auto 20px;
    }
    .sub--title .crumb {
        position: static;
        padding: 5px 0 0 0;
    }
    .sub--nav {
        padding: 10px 0;
    }
    .sub--nav h2 {
        margin: 10px 4px 0;
    }
    .sub--nav h2 a {
        min-width: 0;
        padding: 0 10px;
        font-size: 14px;
        line-height: 28px;
        border-width: 1px;
    }
}

.sitemap--container {
    min-height: 460px;
    padding: 0 0 50px 0;
}

.sitemap--container .logo {
    padding: 60px 0 30px;
    text-align: center;
}

.sitemap--container .logo img {
    vertical-align: middle;
}

.sitemap--container .link {
    position: relative;
    text-align: center;
}

.sitemap--container .link:after {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    height: 3px;
    content: "";
    background: #ececec;
}

.sitemap--container .link dl {
    position: relative;
    z-index: 10;
    display: inline-block;
    vertical-align: top;
    width: 120px;
}

.sitemap--container .link dl dt {
    padding: 0 0 10px 0;
}

.sitemap--container .link dl dt a {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    font-size: 18px;
    line-height: 60px;
    color: #082547;
    font-weight: bold;
    border-bottom: 3px solid transparent;
}

.sitemap--container .link dl dt a:hover {
    border-bottom: 3px solid #082547;
}

.sitemap--container .link dl dd {
    line-height: 30px;
}

.sitemap--container .link dl dd span {
    display: block;
}

.sitemap--container .link dl dd a {
    font-size: 14px;
    color: #666;
}

.sitemap--container .link dl dd a:hover {
    color: #082547;
}

@media screen and (max-width: 1200px) {
    .sitemap--container .link:after {
        display: none;
    }
    .sitemap--container .link dl {
        display: block;
        width: auto;
        text-align: left;
        padding: 5px 0;
        *zoom: 1;
        zoom: 1;
    }
    .sitemap--container .link dl:after {
        content: "\0020";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }
    .sitemap--container .link dl dt {
        float: left;
        padding: 0;
        margin: 0 20px 0 0;
    }
    .sitemap--container .link dl dt a {
        line-height: 30px;
        font-size: 14px;
        border-width: 2px;
    }
    .sitemap--container .link dl dd {
        overflow: hidden;
        margin-right: -15px;
    }
    .sitemap--container .link dl dd span {
        display: inline-block;
        margin: 0 15px 0 0;
        vertical-align: top;
        line-height: 32px;
    }
}

.editor--container {
    padding: 30px 0 50px;
    font-size: 14px;
    color: #333;
    line-height: 2;
}

.editor--container img {
    max-width: 100%;
    height: auto !important;
}

.gsjj1 {
    text-align: center;
    font-size: 28px;
    color: #000;
}

.gsjj2 {
    float: left;
    width: 31.25%;
    margin-right: 3.125%;
}

.gsjj2 .text1 {
    padding: 15px 0 0 0;
    font-size: 22px;
    color: #000;
}

.gsjj23 {
    margin-right: 0;
}

.gswh1 {
    float: left;
    margin: 0 140px 0 0;
}

.gswh2 {
    font-size: 22px;
    color: #333;
    font-weight: bold;
}

.fwzn1 {
    float: left;
    width: 29.16%;
    margin-bottom: 40px;
    margin-right: 6.25%;
}

.fwzn1:nth-child(3n) {
    margin-right: 0;
}

.fwzn1 .text1 {
    padding: 20px 0 5px 0;
    font-size: 18px;
    color: #333;
}

.yrln1 {
    float: left;
    margin: 0 80px 0 0;
}

@media screen and (max-width: 1000px) {
    .gswh1 {
        margin-right: 40px;
    }
    .fwzn1 {
        width: 32%;
        margin-right: 2%;
    }
    .yrln1 {
        float: none;
        display: block;
        margin: 0 auto;
    }
}

@media screen and (max-width: 750px) {
    .editor--container {
        padding: 20px 0 40px;
    }
    .gsjj1 {
        font-size: 18px;
    }
    .gsjj2 {
        float: none;
        width: auto;
        padding: 0 0 20px 0;
        margin: 0;
        text-align: center;
    }
    .gsjj2 .text1 {
        font-size: 18px;
    }
    .gswh1 {
        float: none;
        margin: 0 0 20px;
        text-align: center;
    }
    .gswh2 {
        font-size: 16px;
    }
    .fwzn1 .text1 {
        padding: 10px 0 5px;
        font-size: 16px;
    }
}

@media screen and (max-width: 650px) {
    .fwzn1 {
        width: 48%;
        margin-right: 4%;
    }
    .fwzn1:nth-child(3n) {
        margin-right: 4%;
    }
    .fwzn1:nth-child(2n) {
        margin-right: 0;
    }
}

.pager {
    text-align: center;
}

.pager a,
.pager span {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
    padding: 0 11px;
    min-width: 20px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 14px;
    color: #666;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #c0c0c0;
    -webkit-transition: all 0.3s 0s;
    -o-transition: all 0.3s 0s;
    -moz-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
}

.pager a[href]:hover,
.pager span {
    color: #fff;
    background: #082547;
    border-color: #082547;
}

@media screen and (max-width: 750px) {
    .pager a,
    .pager span {
        padding: 0 8px;
        height: 36px;
        line-height: 36px;
    }
}

.list--container {
    padding-bottom: 50px;
    overflow: hidden;
}

.list--container .list {
    padding-bottom: 50px;
    *zoom: 1;
    zoom: 1;
    min-height: 400px;
}

.list--container .list:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.tdfc--list .item {
    position: relative;
    float: left;
    margin: 30px 2.22% 0 0;
    width: 23.33%;
}

.tdfc--list .item>a {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 50;
    width: 100%;
    height: 100%;
}

.tdfc--list .item:nth-child(4n) {
    margin-right: 0;
}

.tdfc--list .item .img {
    position: relative;
    border: 1px solid #efefef;
    border-bottom: none;
}

.tdfc--list .item .img img {
    display: block;
    width: 100%;
    background: no-repeat center;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

.tdfc--list .item .img .pop {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(8, 37, 71, 0.5);
    -webkit-transition: all 0.3s 0s;
    -o-transition: all 0.3s 0s;
    -moz-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
}

.tdfc--list .item .img .pop span {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/tdfc02.png) no-repeat center;
}

.tdfc--list .item .title {
    border: 1px solid #efefef;
    border-top: none;
}

.tdfc--list .item .title h3 {
    position: relative;
    margin: 0 15px;
    line-height: 54px;
}

.tdfc--list .item .title h3:after {
    position: absolute;
    bottom: 0px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    height: 1px;
    width: 0;
    background: #082547;
    -webkit-transition: all 0.3s 0s;
    -o-transition: all 0.3s 0s;
    -moz-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
    content: "";
}

.tdfc--list .item .title h3 a {
    font-size: 18px;
    color: #333;
    font-weight: normal;
}

.pc .tdfc--list .item:hover .img .pop {
    opacity: 1;
}

.pc .tdfc--list .item:hover .title h3:after {
    width: 100%;
}

@media screen and (max-width: 750px) {
    .list--container {
        padding-bottom: 25px;
    }
    .list--container .list {
        min-height: 250px;
        padding-bottom: 25px;
    }
    .tdfc--list .item .title h3 {
        line-height: 36px;
    }
    .tdfc--list .item .title h3 a {
        font-size: 14px;
    }
}

@media screen and (max-width: 600px) {
    .tdfc--list .item {
        width: 48%;
        margin-right: 4%;
        margin-top: 15px;
    }
    .tdfc--list .item:nth-child(4n) {
        margin-right: 4%;
    }
    .tdfc--list .item:nth-child(2n) {
        margin-right: 0;
    }
}

.detail--container .title h1 {
    padding: 20px 0 30px;
    text-align: center;
    font-size: 30px;
    color: #040404;
    line-height: 40px;
}

.detail--container .info {
    line-height: 84px;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}

.detail--container .info .left {
    float: left;
    *zoom: 1;
    zoom: 1;
}

.detail--container .info .left:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.detail--container .info .left>div {
    position: relative;
    float: left;
    padding: 12px 60px;
}

.detail--container .info .left>div:last-child:after {
    display: none;
}

.detail--container .info .left>div:after {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 1px;
    height: 50px;
    content: "";
    background: #d9d9d9;
}

.detail--container .info .left>div span {
    display: block;
    font-size: 12px;
    color: #616161;
    line-height: 24px;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
}

.detail--container .info .left>div em {
    display: block;
    font-size: 24px;
    color: #4e4e4e;
    line-height: 36px;
}

.detail--container .info .right {
    position: relative;
    float: right;
    padding: 24px 100px 24px 40px;
}

.detail--container .info .right:after {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 1px;
    height: 50px;
    background: #d9d9d9;
    content: "";
}

.detail--container .info .right a {
    float: left;
    margin: 0 8px;
    -webkit-transition: all 0.3s 0s;
    -o-transition: all 0.3s 0s;
    -moz-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
}

.detail--container .info .right a img {
    display: block;
    width: 100%;
}

.detail--container .info .right a:hover {
    opacity: 0.7;
}

.detail--container .text--content {
    padding: 60px 0 50px;
    font-size: 14px;
    color: #333;
    line-height: 2;
    min-height: 300px;
    border-bottom: 1px solid #d9d9d9;
}

.detail--container .text--content img {
    max-width: 100%;
    height: auto !important;
}

.next--prev {
    position: relative;
    height: 88px;
    line-height: 88px;
    background: #f5f5f5;
}

.next--prev .wrap {
    position: relative;
}

.next--prev .left {
    float: left;
    width: 45%;
}

.next--prev .left a {
    display: inline-block;
    vertical-align: top;
    padding: 0 0 0 40px;
    font-size: 14px;
    color: #000;
    max-width: 100%;
    -webkit-transition: all 0.3s 0s;
    -o-transition: all 0.3s 0s;
    -moz-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
    background: url(../images/icon31.png) no-repeat left center;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.next--prev .left a:hover {
    color: #977548;
}

.next--prev .right {
    position: absolute;
    right: 0;
    top: 0;
    width: 45%;
    text-align: right;
}

.next--prev .right a {
    display: inline-block;
    vertical-align: top;
    padding: 0 40px 0 0;
    font-size: 14px;
    max-width: 100%;
    color: #000;
    background: url(../images/icon32.png) no-repeat right center;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.next--prev .right a:hover {
    color: #977548;
}

.next--prev .list {
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.next--prev .list a {
    display: block;
    padding: 33px 10px;
}

.next--prev .list a img {
    display: block;
    transition: all .3s 0s;
}

.next--prev .list a:hover img {
    opacity: .6;
}

.tdfc--detail {
    padding: 80px 0;
}

.tdfc--detail .img {
    float: left;
    margin: 0 45px 20px 0;
}

.tdfc--detail .content {
    padding: 0 75px 0 0;
}

.tdfc--detail .content h1 {
    padding: 20px 0 20px 0;
    font-size: 30px;
    color: #040404;
    font-weight: normal;
    line-height: 40px;
    overflow: hidden;
    border-bottom: 1px solid #e5e6ea;
}

.tdfc--detail .content .text {
    padding: 26px 0;
    font-size: 14px;
    color: #666;
    line-height: 2;
}

.tdfc--detail .content .text img {
    max-width: 100%;
    height: auto !important;
}

@media screen and (max-width: 1200px) {
    .tdfc--detail .content {
        padding: 0;
    }
}

@media screen and (max-width: 1000px) {
    .detail--container .info .left>div {
        padding: 12px 30px;
    }
    .detail--container .info .right {
        padding: 24px 40px;
    }
    .tdfc--detail {
        padding: 40px 0;
    }
    .tdfc--detail .img {
        display: block;
        float: none;
        max-width: 100%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 750px) {
    .detail--container .title h1 {
        padding: 20px 0;
        font-size: 18px;
        line-height: 30px;
    }
    .header .right {
        display: block;
    }
    .header .nav {
        display: none;
    }
    .detail--container .info .left>div {
        padding: 12px 20px;
    }
    .detail--container .info .left>div span {
        line-height: 20px;
    }
    .detail--container .info .left>div em {
        font-size: 18px;
        line-height: 24px;
    }
    .detail--container .info .right {
        padding: 16px 20px;
    }
    .detail--container .text--content {
        padding: 20px 0 40px;
        min-height: 250px;
    }
    .tdfc--detail {
        padding: 20px 0;
    }
    .tdfc--detail .content h1 {
        padding: 20px 0 10px;
        font-size: 18px;
        line-height: 30px;
    }
    .tdfc--detail .content .text {
        padding: 15px 0;
    }
    .next--prev {
        height: 60px;
        line-height: 60px;
    }
    .next--prev .right {
        width: 40%;
        right: 10px;
    }
    .next--prev .right a {
        padding-right: 20px;
    }
    .next--prev .left {
        width: 40%;
    }
    .next--prev .left a {
        padding-left: 20px;
    }
    .next--prev .list a {
        padding: 19px 10px;
    }
}

@media screen and (max-width: 550px) {
    .detail--container .info {
        text-align: center;
        line-height: 0;
    }
    .detail--container .info .left {
        float: none;
        display: inline-block;
        vertical-align: top;
    }
    .detail--container .info .left>div {
        padding: 12px 20px;
    }
    .detail--container .info .left>div span {
        line-height: 20px;
    }
    .detail--container .info .left>div em {
        font-size: 18px;
        line-height: 24px;
    }
    .detail--container .info .right {
        display: none;
    }
    .next--prev {
        height: 46px;
        line-height: 46px;
    }
    .next--prev .list a {
        padding: 12px 10px;
    }
}

.xw--list {
    padding: 0 45px;
}

.xw--list .item {
    position: relative;
    float: left;
    width: 26.36%;
    margin-top: 50px;
    margin-right: 10.4%;
}

.xw--list .item:nth-child(3n) {
    margin-right: 0;
}

.xw--list .item>a {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 50;
    width: 100%;
    height: 100%;
}

.xw--list .item .date {
    line-height: 30px;
}

.xw--list .item .date span {
    padding: 0 10px 0 0;
    font-size: 24px;
    color: #000;
}

.xw--list .item .date em {
    font-size: 14px;
    color: #999;
}

.xw--list .item h3 {
    padding: 5px 0;
}

.xw--list .item h3 a {
    font-size: 14px;
    color: #000;
    line-height: 30px;
    font-weight: normal;
    -webkit-transition: all 0.3s 0s;
    -o-transition: all 0.3s 0s;
    -moz-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
}

.xw--list .item .content {
    height: 48px;
    overflow: hidden;
    font-size: 12px;
    color: #666;
    line-height: 24px;
}

.xw--list .item .icon1 {
    position: relative;
    margin: 15px 0 0 0;
    width: 17px;
    height: 17px;
    -webkit-transition: all 0.3s 0s;
    -o-transition: all 0.3s 0s;
    -moz-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
}

.xw--list .item .icon1:after {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    content: "";
    height: 1px;
    background: #d7d7d7;
}

.xw--list .item .icon1 span {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    display: block;
    width: 17px;
    height: 17px;
    background: #fff url(../images/icon19.png) no-repeat center;
}

.pc .xw--list .item:hover h3 a {
    color: #b58f5c;
}

.pc .xw--list .item:hover .icon1 {
    width: 100%;
}

.xw--recommend .head {
    padding: 30px 0 10px;
    font-size: 24px;
    color: #000;
    line-height: 30px;
}

.xw--recommend .body {
    padding: 25px 50px;
}

.xw--recommend .body .item {
    position: relative;
    float: left;
    border-bottom: 1px solid #d9d9d9;
}

.xw--recommend .body .item:after {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 1px;
    content: "";
    background: #473f72;
    -webkit-transition: all 0.3s 0s;
    -o-transition: all 0.3s 0s;
    -moz-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
}

.xw--recommend .body .item h3 {
    position: relative;
    padding: 0 0 0 35px;
    height: 48px;
    overflow: hidden;
    font-weight: normal;
    line-height: 24px;
}

.xw--recommend .body .item h3:after {
    position: absolute;
    left: 10px;
    top: 11px;
    content: "";
    height: 2px;
    width: 10px;
    background: #898989;
}

.xw--recommend .body .item h3 a {
    display: block;
    font-size: 14px;
    color: #777;
    -webkit-transition: all 0.3s 0s;
    -o-transition: all 0.3s 0s;
    -moz-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
}

.xw--recommend .body .item>div {
    margin: 10px 0 25px 0;
    padding: 0 0 0 50px;
    font-size: 12px;
    color: #a0a0a0;
    font-weight: bold;
    background: url(../images/icon33.png) no-repeat 38px center;
}

.xw--recommend .body .owl-nav {
    padding: 20px 0 0 0;
    text-align: center;
}

.xw--recommend .body .owl-nav button {
    width: 32px;
    height: 32px;
    margin: 0 10px;
    background: no-repeat center;
    -webkit-transition: all 0.3s 0s;
    -o-transition: all 0.3s 0s;
    -moz-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
}

.xw--recommend .body .owl-nav button span {
    display: none;
}

.xw--recommend .body .owl-nav button:not(.disabled):hover {
    opacity: 0.7;
}

.xw--recommend .body .owl-nav .owl-prev {
    background-image: url(../images/icon34.png);
}

.xw--recommend .body .owl-nav .owl-next {
    background-image: url(../images/icon35.png);
}

.pc .xw--recommend .item:hover:after {
    width: 100%;
}

.pc .xw--recommend .item:hover h3:after {
    background: #909845;
}

.pc .xw--recommend .item:hover h3 a {
    color: #473f72;
}

@media screen and (max-width: 1200px) {
    .xw--list {
        padding: 0;
    }
    .xw--recommend .body {
        padding: 15px 0;
    }
}

@media screen and (max-width: 1000px) {
    .xw--list .item {
        width: 32%;
        margin-right: 2%;
    }
    .xw--list .item:nth-child(3n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 700px) {
    .xw--list .item {
        width: 48%;
        margin-right: 4%;
        margin-top: 30px;
    }
    .xw--list .item:nth-child(3n) {
        margin-right: 4%;
    }
    .xw--list .item:nth-child(2n) {
        margin-right: 0;
    }
    .xw--recommend .head {
        padding: 20px 0 0px;
        font-size: 18px;
    }
}

@media screen and (max-width: 380px) {
    .xw--list .item {
        width: 100% !important;
        margin-right: 0 !important;
    }
}

.cp--list {
    padding: 0 25px;
    margin-top: -35px;
}

.cp--list .cell {
    position: relative;
    float: left;
    width: 27.82%;
    margin-top: 75px;
    margin-right: 8.23%;
}

.cp--list .cell:nth-child(3n) {
    margin-right: 0;
}

.cp--list .cell>a {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 50;
    width: 100%;
    height: 100%;
}

.cp--list .cell .img {
    position: relative;
}

.cp--list .cell .img img {
    display: block;
    width: 100%;
    background: no-repeat center center;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

.cp--list .cell .img .pop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 15px;
    opacity: 0;
    visibility: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s 0s;
    -o-transition: all 0.3s 0s;
    -moz-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
}

.cp--list .cell .img .pop>div {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.67);
}

.cp--list .cell .img .pop>div span {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/icon15.png) no-repeat center;
}

.cp--list .cell .title {
    position: relative;
    padding: 15px 15px;
}

.cp--list .cell .title:after {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    content: "";
    height: 1px;
    width: 0%;
    background: #c6c6c6;
    -webkit-transition: all 0.3s 0s;
    -o-transition: all 0.3s 0s;
    -moz-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
}

.cp--list .cell .title h3 a {
    font-size: 14px;
    color: #000;
    line-height: 24px;
    font-weight: normal;
}

.cp--list .cell .title span {
    display: block;
    font-size: 12px;
    color: #999;
    text-transform: uppercase;
}

.pc .cp--list .cell:hover .img .pop {
    opacity: 1;
    visibility: visible;
}

.pc .cp--list .cell:hover .title:after {
    width: 100%;
}

.pc .cp--list .cell:hover .title span {
    text-align: right;
}

.cp--filter {
    padding: 30px 0 0 0;
}

.cp--filter .block1 {
    padding: 10px 25px 0 50px;
    background: #eee;
    *zoom: 1;
    zoom: 1;
}

.cp--filter .block1:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.cp--filter .block1>span {
    float: left;
    width: 100px;
    font-size: 14px;
    color: #333;
    line-height: 26px;
}

.cp--filter .block1 .clear {
    float: right;
    margin-left: 25px;
    font-size: 14px;
    color: #999;
    line-height: 26px;
}

.cp--filter .block1 .clear:hover {
    color: #082547;
}

.cp--filter .block1 .tag {
    overflow: hidden;
    margin-right: -10px;
}

.cp--filter .block1 .tag a {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 10px 0;
    padding: 0 15px;
    line-height: 26px;
    color: #fff;
    font-size: 14px;
    background: #082547;
}

.cp--filter .block1 .tag a span {
    display: inline-block;
    vertical-align: top;
    padding: 0 20px 0 0;
    background: url(../images/icon36.png) no-repeat right center;
}

.cp--filter .block2 {
    padding: 0 50px;
}

.cp--filter .block2 .cell {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    *zoom: 1;
    zoom: 1;
}

.cp--filter .block2 .cell:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.cp--filter .block2 .cell .label {
    float: left;
    width: 100px;
    line-height: 30px;
    font-size: 14px;
    color: #333;
}

.cp--filter .block2 .cell .tag {
    overflow: hidden;
}

.cp--filter .block2 .cell .tag span {
    display: inline-block;
    vertical-align: top;
    min-width: 70px;
    line-height: 30px;
    margin: 0 15px 0 0;
}

.cp--filter .block2 .cell .tag span.on a {
    color: #082547;
    font-weight: bold;
}

.cp--filter .block2 .cell .tag a {
    font-size: 14px;
    color: #333;
}

.cp--filter .block2 .cell .tag a:hover {
    color: #082547;
    font-weight: bold;
}

.cp--filter .block3 {
    padding: 9px 0 9px 50px;
    background: #eee;
    *zoom: 1;
    zoom: 1;
}

.cp--filter .block3:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.cp--filter .block3 .search {
    float: left;
    background: #fff;
    border: 1px solid #082547;
    *zoom: 1;
    zoom: 1;
}

.cp--filter .block3 .search:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.cp--filter .block3 .search>a {
    float: right;
    height: 28px;
    line-height: 28px;
    width: 68px;
    -webkit-transition: all 0.3s 0s;
    -o-transition: all 0.3s 0s;
    -moz-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
    background: #082547 url(../images/icon37.png) no-repeat center;
}

.cp--filter .block3 .search>a:hover {
    background-color: #977548;
}

.cp--filter .block3 .search .input {
    padding: 0 10px;
    overflow: hidden;
}

.cp--filter .block3 .search .input input {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #333;
    line-height: 28px;
}

.cp--filter .block3 .number {
    float: right;
    margin: 0 50px 0 0;
    font-size: 14px;
    color: #999;
    line-height: 30px;
}

@media screen and (max-width: 1200px) {
    .cp--list {
        padding: 0;
    }
}

@media screen and (max-width: 1200px) {
    .cp--list {
        margin-top: 0;
    }
    .cp--list .cell {
        margin-top: 30px;
        width: 32%;
        margin-right: 2%;
    }
}

@media screen and (max-width: 750px) {
    .cp--filter {
        padding: 15px 0 0 0;
    }
    .cp--filter .block1 {
        padding: 10px 10px 0;
    }
    .cp--filter .block1>span {
        width: auto;
    }
    .cp--filter .block1 .tag {
        padding-bottom: 5px;
    }
    .cp--filter .block1 .tag a {
        margin-bottom: 5px;
    }
    .cp--filter .block1 .clear {
        display: none;
    }
    .cp--filter .block2 {
        padding: 0 0;
    }
    .cp--filter .block2 .cell {
        padding: 10px 0;
    }
    .cp--filter .block2 .cell .label {
        line-height: 22px;
        width: auto;
    }
    .cp--filter .block2 .cell .tag span {
        min-width: 0;
        line-height: 22px;
    }
    .cp--filter .block3 {
        padding: 9px 10px;
    }
    .cp--filter .block3 .search {
        width: 100%;
    }
    .cp--filter .block3 .number {
        display: none;
        margin-right: 0;
    }
}

@media screen and (max-width: 550px) {
    .cp--list .cell {
        margin-top: 15px;
        width: 48%;
        margin-right: 4%;
    }
    .cp--list .cell:nth-child(3n) {
        margin-right: 4%;
    }
    .cp--list .cell:nth-child(2n) {
        margin-right: 0;
    }
    .cp--list .cell .title {
        padding: 6px 0;
    }
}

.cp--detail .block1 {
    padding: 40px 0 15px 0;
    *zoom: 1;
    zoom: 1;
}

.cp--detail .block1:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.cp--detail .block1 .img {
    margin: 0 82px 0 0;
    float: left;
}

.cp--detail .block1 .img img {
    display: block;
    width: 100%;
}

.cp--detail .block1 .content {
    overflow: hidden;
}

.cp--detail .block1 .content h1 {
    font-size: 30px;
    color: #040404;
    line-height: 40px;
    font-weight: bold;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #e5e6ea;
}

.cp--detail .block1 .content .desc {
    padding: 20px 0;
    font-size: 14px;
    color: #666;
    line-height: 2;
    border-bottom: 1px solid #e5e6ea;
}

.cp--detail .block1 .content .tag {
    padding: 15px 0;
    border-bottom: 1px solid #e5e6ea;
}

.cp--detail .block1 .content .tag .cell {
    padding: 8px 0;
}

.cp--detail .block1 .content .tag .cell .text1 {
    font-size: 14px;
    color: #666;
    line-height: 24px;
}

.cp--detail .block1 .content .tag .cell .text2 {
    color: #333;
    font-size: 0;
}

.cp--detail .block1 .content .tag .cell .text2 span {
    display: inline-block;
    vertical-align: top;
    margin: 0 15px 0 0;
    min-width: 60px;
    font-size: 14px;
}

.cp--detail .block1 .content .contact {
    padding: 25px 15px;
}

.cp--detail .block1 .content .contact a {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 0 0;
    padding: 0 15px;
    min-width: 110px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 40px;
    background: #b58f5c;
}

.cp--detail .block1 .content .contact a span {
    font-weight: bold;
}

.cp--detail .block1 .content .contact a[href]:hover {
    background: #082547;
}

.cp--detail .block1 .content .picture--head {
    padding: 30px 15px;
    font-size: 14px;
    color: #666;
    line-height: 30px;
}

.cp--detail .block1 .content .picture {
    position: relative;
    padding: 0 80px 0 15px;
}

.cp--detail .block1 .content .picture .btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 10;
    margin-left: 20px;
}

.cp--detail .block1 .content .picture .btn button {
    display: block;
    height: 50%;
    width: 60px;
    background: #082547 no-repeat center;
    border: none;
}

.cp--detail .block1 .content .picture .btn button span {
    display: none;
}

.cp--detail .block1 .content .picture .btn button:not(.disabled):hover {
    background-color: #b58f5c;
    cursor: pointer;
}

.cp--detail .block1 .content .picture .btn .owl-prev {
    background-image: url(../images/icon58.png);
}

.cp--detail .block1 .content .picture .btn .owl-next {
    background-image: url(../images/icon57.png);
}

.cp--detail .block1 .content .picture .swiper {
    overflow: hidden;
}

.cp--detail .block1 .content .picture .swiper .item img {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid transparent;
    -webkit-transition: all .3s 0s;
    -o-transition: all .3s 0s;
    -moz-transition: all .3s 0s;
    transition: all .3s 0s;
    cursor: pointer;
}

.cp--detail .block1 .content .picture .swiper .item.on img {
    border: 1px solid #082547;
}

.cp--detail .block2 .body {
    padding: 20px 50px 10px;
}

.cp--detail .block2 .body .item {
    position: relative;
}

.cp--detail .block2 .body .item>a {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 50;
    width: 100%;
    height: 100%;
}

.cp--detail .block2 .body .item .img {
    overflow: hidden;
}

.cp--detail .block2 .body .item .img img {
    display: block;
    width: 100%;
    background: no-repeat center;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: all .3s 0s;
    -o-transition: all .3s 0s;
    -moz-transition: all .3s 0s;
    transition: all .3s 0s;
}

.cp--detail .block2 .body .item h3 {
    padding: 5px 0 0 0;
    line-height: 30px;
}

.cp--detail .block2 .body .item h3 a {
    font-size: 14px;
    color: #000;
    font-weight: normal;
    -webkit-transition: all .3s 0s;
    -o-transition: all .3s 0s;
    -moz-transition: all .3s 0s;
    transition: all .3s 0s;
}

.cp--detail .block3 {
    padding: 30px 0 60px;
}

.cp--detail .block3 .body {
    padding: 40px 0 0 0;
    min-height: 300px;
    font-size: 14px;
    color: #333;
    line-height: 2;
}

.cp--detail .block3 .body img {
    max-width: 100%;
    height: auto !important;
}

.pc .cp--detail .block2 .body .item:hover .img img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.pc .cp--detail .block2 .body .item:hover h3 a {
    color: #b58f5c;
}

@media screen and (max-width: 1150px) {
    .cp--detail .block1 .img {
        float: none;
        margin: 0 auto;
    }
    .cp--detail .block1 .content .picture--box {
        padding: 0 0 15px 0;
    }
    .cp--detail .block1 .content .picture--head {
        padding: 15px;
    }
    .cp--detail .block1 .content .picture {
        padding-left: 0;
    }
    .cp--detail .block2 .body {
        padding: 20px 0 10px;
    }
}

@media screen and (max-width: 550px) {
    .cp--detail .block1 {
        padding: 25px 0 0 0;
    }
    .cp--detail .block1 .content h1 {
        font-size: 18px;
        line-height: 30px;
        padding: 0 0 5px 0;
    }
    .cp--detail .block1 .content .desc {
        padding: 10px 0;
    }
    .cp--detail .block1 .content .tag {
        padding: 10px 0;
    }
    .cp--detail .block1 .content .tag .cell {
        padding: 4px 0;
    }
    .cp--detail .block1 .content .tag .cell .text2 span {
        min-width: 0;
    }
    .cp--detail .block1 .content .contact {
        padding: 15px 0;
    }
    .cp--detail .block1 .content .contact a {
        min-width: 0;
        padding: 0 10px;
    }
    .cp--detail .block3 {
        padding: 0 0 40px;
    }
}

.sj_show {
    display: none !important;
}

.mo .sj_hide {
    display: none !important;
}

.mo .sj_show {
    display: inline-block !important;
}

.zpzw--list {
    padding: 0 8px;
}

.zpzw--list .item {
    position: relative;
    float: left;
    width: 32%;
    margin: 50px 2% 0 0;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
}

.zpzw--list .item>a {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 50;
    width: 100%;
    height: 100%;
}

.zpzw--list .item:nth-child(3n) {
    margin-right: 0;
}

.zpzw--list .item .title {
    padding: 45px 0 15px;
    border-bottom: 1px solid #e7e7e7;
    *zoom: 1;
    zoom: 1;
}

.zpzw--list .item .title:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.zpzw--list .item .title>span {
    float: right;
    padding: 10px 0 0 0;
    font-size: 14px;
    color: #afafaf;
    line-height: 20px;
}

.zpzw--list .item .title h3 {
    font-size: 24px;
    color: #333;
    line-height: 30px;
    font-weight: bold;
    -webkit-transition: all 0.3s 0s;
    -o-transition: all 0.3s 0s;
    -moz-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
}

.zpzw--list .item .content {
    margin: 15px 0 90px;
    padding: 0 10px;
    height: 299px;
    overflow: hidden;
    font-size: 13px;
    color: #4c4c4c;
}

.zpzw--list .item .btn {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    -webkit-transition: all 0.3s 0s;
    -o-transition: all 0.3s 0s;
    -moz-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
}

.zpzw--list .item .btn a {
    display: block;
    margin: 0 auto;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s 0s;
    -o-transition: all 0.3s 0s;
    -moz-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
    background: #cbcbcb url(../images/icon38.png) no-repeat center;
}

.zpzw--list .item .hide {
    display: none;
}

.pc .zpzw--list .item:hover .title h3 {
    color: #b58f5c;
}

.pc .zpzw--list .item:hover .btn {
    bottom: -20px;
}

.pc .zpzw--list .item:hover .btn a {
    background-color: #b58f5c;
}

.careers--pop_mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    background: #000;
    -webkit-transition: all 0.3s 0s;
    -o-transition: all 0.3s 0s;
    -moz-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
}

.careers--pop {
    position: fixed;
    top: 50%;
    left: 0;
    width: 100%;
    z-index: 100000;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background: #fff;
    visibility: hidden;
    opacity: 0;
    margin-top: -100px;
    -webkit-transition: all 0.3s 0s;
    -o-transition: all 0.3s 0s;
    -moz-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
}

.careers--pop>div {
    margin: 0 auto;
    max-width: 1200px;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 90vh;
    padding: 0 15px;
}

.careers--pop .head {
    padding: 24px 0 0 0;
    min-height: 55px;
    border-bottom: 1px solid #d4d4d4;
}

.careers--pop .head .title {
    overflow: hidden;
}

.careers--pop .head .title h3 {
    font-size: 24px;
    color: #cb8143;
    line-height: 40px;
    font-weight: bold;
}

.careers--pop .head .btn {
    float: right;
}

.careers--pop .head .btn a {
    display: block;
    padding: 11px;
    background: #7c7c7c;
}

.careers--pop .head .btn a img {
    display: block;
    -webkit-transition: all 0.3s 0s;
    -o-transition: all 0.3s 0s;
    -moz-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
}

.careers--pop .head .btn a:hover img {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.careers--pop .body {
    padding: 0 0 40px 0;
    font-size: 14px;
    color: #4c4c4c;
    line-height: 2;
}

.careers--pop .body .content {
    padding: 30px 0;
}

.careers--pop .body .btn {
    text-align: right;
}

.careers--pop .body .btn a {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
    padding: 0 30px;
    text-align: center;
    font-size: 18px;
    color: #cb8143;
    line-height: 40px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 1px solid #cb8143;
    -webkit-transition: all 0.3s 0s;
    -o-transition: all 0.3s 0s;
    -moz-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
}

.careers--pop .body .btn a:hover {
    color: #fff;
    background: #cb8143;
}

.show-careerpop {
    overflow: hidden;
}

.show-careerpop .careers--pop_mask {
    opacity: 0.5;
    visibility: visible;
}

.show-careerpop .careers--pop {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
}

@media screen and (max-width: 900px) {
    .zpzw--list .item {
        margin-top: 30px;
    }
    .zpzw--list .item .title {
        padding: 15px 0;
    }
    .zpzw--list .item .title h3 {
        font-size: 18px;
        line-height: 26px;
    }
    .zpzw--list .item .title span {
        padding: 0;
        line-height: 26px;
    }
    .zpzw--list .item .content {
        margin: 15px 0;
    }
    .zpzw--list .item .btn {
        display: none;
    }
}

@media screen and (max-width: 850px) {
    .zpzw--list .item {
        width: 48%;
        margin-right: 4%;
    }
    .zpzw--list .item:nth-child(3n) {
        margin-right: 4%;
    }
    .zpzw--list .item:nth-child(2n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 550px) {
    .zpzw--list .item {
        width: 100% !important;
        margin-right: 0 !important;
    }
}

.mo .careers--pop .body .btn .btn2 {
    display: none;
}

.viewmessage--list {
    margin: 0 auto;
    max-width: 1200px;
    padding: 40px 15px 50px 0;
    min-height: 400px;
}

.viewmessage--list ul li {
    padding: 0 0 40px 0;
}

.viewmessage--list .message,
.viewmessage--list .apply {
    *zoom: 1;
    zoom: 1;
}

.viewmessage--list .message:after,
.viewmessage--list .apply:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.viewmessage--list .message .avatar img,
.viewmessage--list .apply .avatar img {
    display: block;
}

.viewmessage--list .message .content,
.viewmessage--list .apply .content {
    font-size: 14px;
    color: #666;
    line-height: 24px;
}

.viewmessage--list .message .avatar {
    float: left;
}

.viewmessage--list .message .content {
    position: relative;
    margin-left: 60px;
    padding: 15px 140px 15px 15px;
    border: 1px solid #c9c9c9;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.viewmessage--list .message .content>.icon {
    position: absolute;
    top: 20px;
    left: -13px;
}

.viewmessage--list .message .content>.icon img {
    display: block;
}

.viewmessage--list .message .content .time {
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 0 0 0 20px;
    font-size: 14px;
    color: #666;
    background: url(../images/icon44.png) no-repeat left center / 12px auto;
}

.viewmessage--list .apply {
    padding: 40px 0 0 0;
    text-align: left;
}

.viewmessage--list .apply .avatar {
    float: left;
    margin: 0 30px 0 60px;
}

.viewmessage--list .apply .apply-content {
    position: relative;
    overflow: hidden;
    padding-left: 11px;
}

.viewmessage--list .apply .apply-content .icon {
    position: absolute;
    top: 20px;
    left: 0;
}

.viewmessage--list .apply .apply-content .icon img {
    display: block;
}

.viewmessage--list .apply .content {
    padding: 15px;
    text-align: left;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #eee;
    background: #fcfcfc;
}

.zxly--form {
    padding: 30px 0 70px 0;
    max-width: 980px;
    margin: 0 auto;
}

.zxly--form .form--item {
    margin: 20px 0 0 0;
}

.zxly--form .form--item .label {
    font-size: 14px;
    color: #000;
    line-height: 30px;
    *zoom: 1;
    zoom: 1;
}

.zxly--form .form--item .label:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.zxly--form .form--item .label em {
    color: red;
}

.zxly--form .form--item .label span {
    float: left;
    margin-right: 10px;
    width: 30px;
    height: 30px;
    background: no-repeat center;
    -moz-background-size: 24px auto;
    -o-background-size: 24px auto;
    background-size: 24px auto;
}

.zxly--form .form--item .label span.icon1 {
    background-image: url(../images/icon40.png);
}

.zxly--form .form--item .label span.icon2 {
    background-image: url(../images/icon43.png);
}

.zxly--form .form--item .label span.icon3 {
    background-image: url(../images/icon41.png);
}

.zxly--form .form--item .label span.icon4 {
    background-image: url(../images/icon42.png);
}

.zxly--form .form--item .input {
    padding: 20px 0 10px;
    position: relative;
}

.zxly--form .form--item .input input,
.zxly--form .form--item .input textarea {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #333;
    line-height: 30px;
}

.zxly--form .form--item .input textarea {
    height: 90px;
    resize: none;
    overflow-y: auto;
}

.zxly--form .form--item .input:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    content: '';
    background: #dedede;
    -webkit-transition: all .3s 0s;
    -o-transition: all .3s 0s;
    -moz-transition: all .3s 0s;
    transition: all .3s 0s;
}

.zxly--form .form--item .input.focus:after {
    height: 3px;
    background: #e8b168;
}

.zxly--form .form--item .input .code {
    position: absolute;
    top: 20px;
    right: 10px;
}

.zxly--form .form--item .input .code img {
    display: block;
    height: 30px;
}

.zxly--form .left {
    float: left;
    width: 48%;
}

.zxly--form .right {
    float: right;
    width: 48%;
}

.zxly--form .form--btn {
    padding: 40px 0 0 0;
}

.zxly--form .form--btn a {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 240px;
    height: 64px;
    line-height: 64px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
    background: #171717;
}

.zxly--form .form--btn a span {
    position: absolute;
    top: 50%;
    left: 26px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 42px;
    height: 42px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 15px solid #fff;
    background: #171717;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .3s 0s;
    -o-transition: all .3s 0s;
    -moz-transition: all .3s 0s;
    transition: all .3s 0s;
}

.zxly--form .form--btn a:hover span {
    border: 5px solid #fff;
}

.lxfs--container {
    padding: 50px 0;
    font-size: 14px;
    color: #333;
    line-height: 2;
}

.lxfs--container img {
    max-width: 100%;
    height: auto !important;
}

.lxfs--container .text2 {
    position: relative;
    padding: 0 0 10px 0;
    font-size: 34px;
    color: #000;
    line-height: 50px;
    text-align: center;
}

.lxfs--container .text2:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 2px;
    width: 77px;
    background: #000;
    content: '';
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.lxfs--container .block1 {
    padding: 50px 0 0 0;
}

.lxfs--container .cell {
    float: left;
    width: 25%;
    text-align: center;
}

.lxfs--container .cell .icon1 {
    display: block;
    margin: 20px auto 0;
    width: 40px;
    height: 40px;
    background: no-repeat center;
}

.lxfs--container .cell .icon11 {
    background-image: url(../images/icon45.png);
}

.lxfs--container .cell .icon12 {
    background-image: url(../images/icon46.png);
}

.lxfs--container .cell .icon13 {
    background-image: url(../images/icon47.png);
}

.lxfs--container .cell .text1 {
    text-align: center;
    padding: 15px 0 25px 0;
    font-size: 18px;
    color: #b6b6b6;
}

.lxfs--container .cell .qr {
    display: inline-block;
    vertical-align: middle;
    max-width: 180px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 16px;
    background: #082547;
}

.lxfs--container .cell .qr img {
    display: block;
    width: 100%;
}

@media screen and (max-width: 750px) {
    .lxfs--container {
        padding: 20px 0;
    }
    .lxfs--container .text2 {
        font-size: 18px;
        line-height: 30px;
    }
    .lxfs--container .block1 {
        padding-top: 20px;
    }
    .lxfs--container .cell {
        width: 50%;
        min-height: 192px;
        margin-top: 15px;
    }
    .zxly--form {
        padding: 15px 0 10px 0;
    }
    .zxly--form .form--item .input {
        padding: 0 0 5px 0;
    }
    .zxly--form .form--item .input .code {
        top: 0;
    }
    .zxly--form .left,
    .zxly--form .right {
        float: none;
        width: 100%;
    }
    .ckly--container {
        padding-top: 15px;
    }
    .viewmessage--list .message .content {
        padding: 10px;
    }
    .viewmessage--list .message .content .time {
        position: static;
    }
    .viewmessage--list .apply .content {
        padding: 10px;
    }
}

.dztg--container {
    padding: 150px 0 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 978px;
    background: url(../images/dztg.jpg) no-repeat center;
}

.dztg--form_wrap {
    position: relative;
    margin: 0 auto;
    max-width: 560px;
    width: 100%;
    padding: 0 0 0 52px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.dztg--form_wrap .switch--btn {
    position: absolute;
    top: 72px;
    left: 0;
}

.dztg--form_wrap .switch--btn a {
    margin: 0 0 12px 0;
    display: block;
    width: 52px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    padding: 26px 15px;
    line-height: 18px;
    color: #fff;
    font-size: 16px;
    background: #082547;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
}

.dztg--form_wrap .switch--btn a:hover,
.dztg--form_wrap .switch--btn a.on {
    background: #b58f5c;
}

.dztg--form {
    padding: 35px 45px 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #fff;
}

.dztg--form .head {
    font-size: 24px;
    color: #082547;
    font-weight: bold;
    line-height: 40px;
}

.dztg--form .form--item {
    margin: 25px 0 0 0;
    line-height: 46px;
    border: 1px solid #dbdbdb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    *zoom: 1;
    zoom: 1;
}

.dztg--form .form--item:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.dztg--form .form--item .label {
    float: left;
    width: 105px;
    text-align: right;
    font-size: 16px;
    color: #666;
}

.dztg--form .form--item .label em {
    padding: 0 5px 0 0;
    color: red;
}

.dztg--form .form--item .icon1 {
    position: relative;
    float: right;
    width: 54px;
    height: 46px;
    background: no-repeat center;
    -moz-background-size: 20px auto;
    -o-background-size: 20px auto;
    background-size: 20px auto;
}

.dztg--form .form--item .icon1:after {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 1px;
    height: 18px;
    content: '';
    background: #dbdbdb;
}

.dztg--form .form--item .icon1.icon11 {
    background-image: url(../images/icon53.png);
}

.dztg--form .form--item .icon1.icon12 {
    background-image: url(../images/icon48.png);
}

.dztg--form .form--item .icon1.icon13 {
    background-image: url(../images/icon49.png);
}

.dztg--form .form--item .icon1.icon14 {
    background-image: url(../images/icon50.png);
}

.dztg--form .form--item .icon1.icon15 {
    background-image: url(../images/icon51.png);
}

.dztg--form .form--item .icon1.icon16 {
    background-image: url(../images/icon55.png);
}

.dztg--form .form--item .icon1.icon17 {
    background-image: url(../images/icon56.png);
}

.dztg--form .form--item .icon1.icon18 {
    background-image: url(../images/icon52.png);
}

.dztg--form .form--item .input {
    position: relative;
    padding: 0 10px;
    overflow: hidden;
}

.dztg--form .form--item .input input,
.dztg--form .form--item .input textarea {
    display: block;
    width: 100%;
    height: 46px;
    font-size: 14px;
    color: #333;
    line-height: 24px;
    padding: 11px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.dztg--form .form--item .input input::-webkit-input-placeholder,
.dztg--form .form--item .input textarea::-webkit-input-placeholder {
    color: #b5b5b5;
}

.dztg--form .form--item .input select {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    font-size: 14px;
}

.dztg--form .form--item .input textarea {
    height: 72px;
    resize: none;
    overflow-y: auto;
    padding: 0;
    margin: 11px 0;
}

.dztg--form .form--item.select .input {
    background: url(../images/icon54.png) no-repeat 96% center;
    -moz-background-size: 14px auto;
    -o-background-size: 14px auto;
    background-size: 14px auto;
}

.dztg--form .form--btn {
    padding: 25px 0 50px;
}

.dztg--form .form--btn a {
    display: block;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background: #082547;
}

@media screen and (max-width: 750px) {
    .dztg--container {
        height: auto;
        padding: 30px 10px;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    .dztg--form {
        padding: 15px;
    }
    .dztg--form .head {
        font-size: 16px;
        line-height: 30px;
    }
    .dztg--form .form--item {
        margin-top: 15px;
    }
    .dztg--form .form--item .label {
        font-size: 14px;
        line-height: 40px;
        width: 90px;
    }
    .dztg--form .form--item .input input {
        padding: 8px 0;
        height: 40px;
    }
    .dztg--form .form--item .icon1 {
        display: none;
        height: 40px;
    }
    .dztg--form .form--btn {
        padding: 25px 0;
    }
    .dztg--form_wrap {
        padding-left: 40px;
    }
    .dztg--form_wrap .switch--btn a {
        padding: 20px 10px;
        width: 40px;
        font-size: 14px;
        line-height: 16px;
    }
}


/*# sourceMappingURL=all.css.map */