@charset "utf-8";
@media only screen and (min-width: 800px) {
     ::-webkit-scrollbar {
        width: 5px;
        height: 5px;
        background-color: #fafafa;
    }
    /*定义滚动条轨道 内阴影+圆角*/
     ::-webkit-scrollbar-track {
        border-radius: 0px;
        background: #fafafa;
    }
    /*定义滑块 内阴影+圆角*/
     ::-webkit-scrollbar-thumb {
        border-radius: 0px;
        background-color: #003881;
    }
}


/*=========
  基本默认值
  ==========*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-word-break: normal !important;
    word-break: normal !important;
    word-wrap: break-word !important;
}

html,
body {
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    /*苹果手机端滑动卡屏*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;
    /*手机端点击底部出现背景*/
    width: 100%;
    overflow-x: hidden;
    min-width: 320px;
    font-size: 12px;
}

body {
    color: #000;
    /* font-family: "Arial", "sans-serif"; */
}

li {
    list-style: none;
}

img {
    border: none;
    vertical-align: top;
    max-width: 100%;
}

a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    text-decoration: none;
    color: #000;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}

::after,
::before {
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

table {
    border-collapse: collapse;
}

input,
textarea,
select {
    /* font-family: "Arial", "sans-serif"; */
    font-size: 12px;
    outline: none;
    appearance: none;
    /*清楚表单默认样式*/
    -moz-appearance: none;
    -webkit-appearance: none;
}


/** Generated by FG **/

@font-face {
    font-family: 'ziti';
    src: url('../fonts/SourceHanSansCN-ExtraLight.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ziti4';
    src: url('../fonts/SourceHanSansCN-Normal.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ziti1';
    src: url('../fonts/DIN-Bold.eot');
    src: local('☺'), url('../fonts/DIN-Bold.woff') format('woff'), url('../fonts/DIN-Bold.ttf') format('truetype'), url('../fonts/DIN-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ziti2';
    src: url('../fonts/DIN-Medium.eot');
    src: local('☺'), url('../fonts/DIN-Medium.woff') format('woff'), url('../fonts/DIN-Medium.ttf') format('truetype'), url('../fonts/DIN-Medium.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ziti3';
    src: url('../fonts/DIN-Light.eot');
    src: local('☺'), url('../fonts/DIN-Light.woff') format('woff'), url('../fonts/DIN-Light.ttf') format('truetype'), url('../fonts/DIN-Light.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


/*94%的内容*/

.container {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1780px;
    position: relative;
}

.container1 {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1175px;
    position: relative;
}

.container2 {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1100px;
    position: relative;
}

.container3 {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1460px;
    position: relative;
}

@media only screen and (max-width: 640px) {
    .container {
        width: 90%;
    }
    .container1 {
        width: 90%;
    }
    .container2 {
        width: 90%;
    }
    .container3 {
        width: 90%;
    }
}

.fl {
    float: left;
}

.fr {
    float: right;
}


/*图片通用样式*/

.img-common {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
}

.img-position {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*清楚浮动*/

.clearfix:before,
.clearfix:after {
    content: "";
    display: block;
}

.clearfix:after {
    clear: both;
}


/*Flex居中样式*/

.flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}


/*动画*/

.donghua {
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
}


/*文字溢出*/

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

.ellipsis1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.space {
    height: 100px;
}

.seo-box {
    position: fixed;
    top: 50%;
    left: 50%;
    max-width: 50%;
    max-height: 20vh;
    overflow-y: auto;
    transform: translate(-50%, -50%);
}

.nothing-text {
    font-size: 1.16rem;
    color: #b6b5b5;
    padding: 10px 0;
}

.hui-bg {
    background-color: #f5f5f5;
}


/*头部*/

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 111;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header[data-on="click"] {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.header .head-div {
    background: -webkit-linear-gradient(top, #ffffff 50%, #d7d7d7 100%);
    background: -o-linear-gradient(bottom, #ffffff 50%, #d7d7d7 100%);
    background: -moz-linear-gradient(bottom, #ffffff 50%, #d7d7d7 100%);
    background: linear-gradient(to bottom, #ffffff 50%, #d7d7d7 100%);
}

.header .top {
    background-color: #13224e;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.header .top form {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    height: 60px;
    position: relative;
}

.header .top form input[type="text"] {
    width: 100%;
    height: 100%;
    border: 0;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 20px;
    text-indent: 20px;
    background-color: transparent;
    outline: none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    border-radius: 0;
}

.header .top form input[type="submit"] {
    position: absolute;
    width: 15px;
    height: 15px;
    border: 0;
    background: url(../images/icon34.png);
    top: 50%;
    right: 20px;
    margin-top: -7px;
    cursor: pointer;
}

.header .bottom {
    height: 100px;
    line-height: 100px;
    position: static;
    padding: 0 64px 0 41px;
}

.header .bottom .logo {
    float: left;
    height: 100%;
}

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

.header .bottom .search {
    float: right;
    width: 25px;
    height: 100%;
    background-image: url(../images/icon35.png);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.header .bottom .nav {
    float: right;
    margin-right: 7.5rem;
    font-size: 0;
}

.header .bottom .nav .li1 {
    margin: 0 20px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    height: 100px;
    position: relative;
}

.header .bottom .nav .li1 .a1 {
    color: #444444;
    position: relative;
    z-index: 1;
    height: 100%;
    text-align: center;
}

.header .bottom .nav .li1 .a1 .cn {
    font-size: 1.33rem;
    line-height: 2.2rem;
    color: #04559d;
    padding: 0 20px;
    border-radius: 50px;
    margin-bottom: 5px;
    transition: all .5s ease;
}

.header .bottom .nav .li1.on .a1 .cn {
    background-color: #d3d3d3;
}

.header .bottom .nav .li1 .a1 .en {
    font-size: 1rem;
    line-height: 1.2rem;
    color: #9a9a9a;
    font-family: "ziti1";
    font-weight: bold;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}

.header .bottom .nav .li1.on .a1 .en {
    opacity: 1;
    visibility: visible;
}

.header .bottom .nav .li1 .inli {
    background-color: #f6f6f6;
}

.header .bottom .nav .li1 .sub {
    position: absolute;
    top: 100%;
    left: 0;
    width: 1100px;
    background-color: rgba(255, 255, 255, 1);
    z-index: 11;
    display: none;
}

.header .bottom .nav .li1.mid .sub {
    transform: translateX(-45%);
}

.header .bottom .nav .li1.mids .sub {
    transform: translateX(-30%);
}

.header .bottom .nav .li1.right .sub {
    transform: translateX(-80%);
}

.header .bottom .nav .li1 .sub .insub {
    background-color: transparent;
    max-width: 1000px;
    padding-left: 240px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.header .bottom .nav .li1 .sub .insub .ico {
    width: 135px;
    height: 135px;
    /* border: 6px solid rgba(0, 0, 0, .7); */
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.header .bottom .nav .li1 .sub .insub .subnav {
    width: 50%;
    padding-right: 120px;
    float: left;
}

.header .bottom .nav .li1 .sub .insub .subnav .nav-a {
    width: 100%;
    display: block;
    padding-left: 15px;
    margin-right: 30px;
    font-size: 1.16rem;
    color: #4a4a4a;
    height: 30px;
    line-height: 30px;
    position: relative;
    margin-bottom: 6px;
}

.header .bottom .nav .li1 .sub .insub .subnav .nav-a:after {
    content: "";
    width: 8px;
    height: 8px;
    border-style: solid;
    border-width: 1px;
    border-color: #04559d #04559d transparent transparent;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -4px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -moz-transform: rotate(45deg);
    /* Firefox */
    -webkit-transform: rotate(45deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(45deg);
    /* Opera */
}

.header .bottom .nav .li1 .sub .insub .subnav .nav-a:nth-child(2n) {
    margin-right: 0;
}

.header .bottom .nav .li1 .sub .insub .classbox {
    width: 50%;
    float: left;
    padding-right: 50px;
}

.header .bottom .nav .li1 .sub .insub .classbox .classname {
    font-size: 1.33rem;
    color: #4a4a4a;
    height: 2rem;
    line-height: 2rem;
    margin-bottom: 5px;
}

.header .bottom .nav .li1 .sub .insub .classbox .classdemo {
    font-size: 1rem;
    color: #757575;
    line-height: 1.8rem;
}

@media only screen and (min-width: 601px) {
    .header .bottom .nav .li1:hover .a1:after,
    .header .bottom .nav .li1.on .a1:after {
        width: 100%;
        background-color: #c8a05a;
    }
    .header .bottom .nav .li1:hover .a1,
    .header .bottom .nav .li1.on .a1 {
        color: #000;
    }
    .header .bottom .nav .li1 .sub .insub li .a2:hover {
        color: #000;
    }
    .indexheader {
        background-color: transparent;
    }
    .indexheader .bottom .nav .li1 .a1 {
        color: #fff;
    }
    .indexheader .bottom .nav .li1:hover .a1,
    .indexheader .bottom .nav .li1.on .a1 {
        color: #fff;
    }
    .header .bottom .nav .li1 .sub .insub .subnav .nav-a:hover {
        color: #04559d;
    }
}

.out-bg {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.blue {
    background-color: #13224e;
}


/*小屏幕导航*/

.header .bottom .box {
    height: 16px;
    position: relative;
    display: none;
    float: right;
    margin-left: 20px;
    margin-top: 24px;
    width: 24px;
}

.header .bottom .box .line {
    width: 24px;
    height: 2px;
    background-color: #01499b;
    position: absolute;
    left: 0px;
    top: 7px;
}

.header .bottom .box .line1 {
    margin-top: -7px;
}

.header .bottom .box .line3 {
    margin-top: 7px;
}

.header .bottom .box[data-on="on"] .line1 {
    margin-top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.header .bottom .box[data-on="on"] .line2 {
    display: none;
}

.header .bottom .box[data-on="on"] .line3 {
    margin-top: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.phone-menu {
    background: #1e1e1e;
    position: fixed;
    width: 260px;
    height: 100%;
    top: 0px;
    right: 0px;
    display: none;
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    padding: 56px 0% 10px;
    overflow: auto;
    z-index: 99;
}

body[data-on="on"] .phone-menu {
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

.phone-menu ul li {
    display: block;
    line-height: 46px;
    min-height: 46px;
    padding: 0 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: hidden;
}

.phone-menu ul li:after {
    content: "";
    display: block;
    height: 1px;
    width: 0px;
    background: rgba(255, 255, 255, 0.1);
    position: absolute;
    left: 0px;
    top: 46px;
}

.phone-menu ul li .item {
    display: block;
    overflow: hidden;
    position: relative;
    height: 46px;
}

.phone-menu ul li.cz .item:after {
    content: "";
    width: 9px;
    height: 1px;
    background: rgba(255, 255, 255, 0.4);
    position: absolute;
    top: 50%;
    right: 10px;
}

.phone-menu ul li.cz .item:before {
    content: "";
    width: 1px;
    height: 9px;
    background: rgba(255, 255, 255, 0.4);
    position: absolute;
    top: 50%;
    right: 14px;
    margin-top: -4px;
}

.phone-menu ul li.cz[data-on="on"] .item:after {
    width: 30px;
    opacity: 0;
    right: 0px
}

.phone-menu ul li.cz[data-on="on"] .item:before {
    height: 100%;
    top: 0px;
    margin-top: 0px;
    background: rgba(255, 255, 255, 0.1);
}

.phone-menu ul li .a {
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
    color: rgba(255, 255, 255, .8);
    position: absolute;
    height: 46px;
    line-height: 46px;
    left: 15px;
    top: 0px;
    z-index: 2;
}

.phone-menu ul li .xl {
    font-size: 14px;
    padding: px 0px;
    display: none
}

.phone-menu ul li .xl a {
    color: rgba(255, 255, 255, .6);
    display: block;
    padding: 5px 15px 5px 20px;
    position: relative;
    line-height: 26px;
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
    opacity: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.phone-menu ul li .xl .hab {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
    opacity: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    position: relative;
    -moz-transition: all .3s;
    transition: all .3s;
}

.phone-menu ul li .xl .hab.cz .bbb:after {
    content: "";
    width: 9px;
    height: 1px;
    background: rgba(255, 255, 255, 0.4);
    position: absolute;
    top: 50%;
    right: 10px;
}

.phone-menu ul li .xl .hab.cz .bbb:before {
    content: "";
    width: 1px;
    height: 9px;
    background: rgba(255, 255, 255, 0.4);
    position: absolute;
    top: 50%;
    right: 14px;
    margin-top: -4px;
}

.phone-menu ul li .xl .hab[data-on="on"]:after .bbb {
    width: 100%;
    opacity: 1;
    right: -15px;
    top: 100%;
    background: rgba(255, 255, 255, 0.1);
    box-sizing: content-box;
    padding-left: 7px;
}

.phone-menu ul li.on .a {
    color: #fff
}

.phone-menu ul li .xl .ha_i.on {
    color: #fff
}

.phone-menu ul li .xl .hab.on .ha {
    color: #fff
}

.phone-menu ul li .xl .xll {
    background: #000;
    display: none;
    margin-left: 8px;
}

.phone-menu ul li .xl .xll a {
    margin-left: -8px;
    font-size: 12px;
}

.phone-menu ul li .xl .hab[data-on="on"] .bbb:before {
    height: 100%;
    top: 0px;
    margin-top: 0px;
    background: rgba(255, 255, 255, 0);
}

.phone-menu ul li .xl .hab .bbb {
    position: relative;
    height: 36px;
}

.phone-menu ul li .xl .hab .ha {
    display: inline-block;
    left: 0px;
    top: 0;
    z-index: 1;
    position: absolute;
}

.phone-menu ul li .xl .hab .ha {
    padding: 5px 15px 5px 20px;
}

.phone-menu ul li .xl .hab:nth-child(1) .ha {
    padding: 10px 15px 5px 20px;
}

.phone-menu ul li .xl .hab:last-child .ha {
    padding: 5px 15px 10px 20px;
}

.phone-menu ul li .xl .hab:nth-child(1) .bbb {
    height: 41px;
}

.phone-menu ul li .xl .hab:last-child .bbb {
    height: 41px;
}

.phone-menu ul li .xl a:nth-child(1) {
    padding: 10px 15px 5px 20px;
}

.phone-menu ul li .xl a:nth-child(1):after {
    top: 22px;
}

.phone-menu ul li .xl a:last-child {
    padding: 5px 15px 10px 20px;
}

.phone-menu ul li .xl a:before {
    height: 100%;
    width: 1px;
    background: rgba(255, 255, 255, .1);
    content: "";
    display: block;
    position: absolute;
    top: -0px;
    left: 7px;
}

.phone-menu ul li .xl a:after {
    width: 8px;
    height: 1px;
    background: rgba(255, 255, 255, .2);
    content: "";
    display: block;
    position: absolute;
    left: 8px;
    top: 18px;
}

.phone-menu ul li[data-on="on"]:after {
    width: 100%;
}

.phone-menu ul li[data-on="on"] .xl a {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
}

.phone-menu ul li[data-on="on"] .xl a:nth-child(1) {
    -webkit-transition-delay: .15s;
    -moz-transition-delay: .15s;
    -o-transition-delay: .15s;
    transition-delay: .15s;
}

.phone-menu ul li[data-on="on"] .xl a:nth-child(2) {
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}

.phone-menu ul li[data-on="on"] .xl a:nth-child(3) {
    -webkit-transition-delay: .45s;
    -moz-transition-delay: .45s;
    -o-transition-delay: .45s;
    transition-delay: .45s;
}

.phone-menu ul li[data-on="on"] .xl a:nth-child(4) {
    -webkit-transition-delay: .6s;
    -moz-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s;
}

.phone-menu ul li[data-on="on"] .xl a:nth-child(5) {
    -webkit-transition-delay: .75s;
    -moz-transition-delay: .75s;
    -o-transition-delay: .75s;
    transition-delay: .75s;
}

.phone-menu ul li[data-on="on"] .xl a:nth-child(6) {
    -webkit-transition-delay: .9s;
    -moz-transition-delay: .9s;
    -o-transition-delay: .9s;
    transition-delay: .9s;
}

.phone-menu ul li[data-on="on"] .xl a:nth-child(7) {
    -webkit-transition-delay: 1.05s;
    -moz-transition-delay: 1.05s;
    -o-transition-delay: 1.05s;
    transition-delay: 1.05s;
}

.phone-menu ul li[data-on="on"] .xl a:nth-child(8) {
    -webkit-transition-delay: 1.2s;
    -moz-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s;
}

.phone-menu ul li[data-on="on"] .xl a:nth-child(9) {
    -webkit-transition-delay: 1.35s;
    -moz-transition-delay: 1.35s;
    -o-transition-delay: 1.35s;
    transition-delay: 1.35s;
}

.phone-menu ul li[data-on="on"] .xl a:nth-child(10) {
    -webkit-transition-delay: 1.5s;
    -moz-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s;
}

.phone-menu ul li[data-on="on"] .xl a:nth-child(11) {
    -webkit-transition-delay: 1.65s;
    -moz-transition-delay: 1.65s;
    -o-transition-delay: 1.65s;
    transition-delay: 1.65s;
}

.phone-menu ul li[data-on="on"] .xl a:nth-child(12) {
    -webkit-transition-delay: 1.7s;
    -moz-transition-delay: 1.7s;
    -o-transition-delay: 1.7s;
    transition-delay: 1.7s;
}

.phone-menu ul li[data-on="on"] .xl a:nth-child(13) {
    -webkit-transition-delay: .15s;
    -moz-transition-delay: .15s;
    -o-transition-delay: .15s;
    transition-delay: .15s;
}

.phone-menu ul li[data-on="on"] .xl a:nth-child(14) {
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}

.phone-menu ul li[data-on="on"] .xl .hab {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
}

.phone-menu ul li[data-on="on"] .xl .hab:nth-child(1) {
    -webkit-transition-delay: .15s;
    -moz-transition-delay: .15s;
    -o-transition-delay: .15s;
    transition-delay: .15s;
}

.phone-menu ul li[data-on="on"] .xl .hab:nth-child(2) {
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}

.phone-menu ul li[data-on="on"] .xl .hab:nth-child(3) {
    -webkit-transition-delay: .45s;
    -moz-transition-delay: .45s;
    -o-transition-delay: .45s;
    transition-delay: .45s;
}

.phone-menu ul li[data-on="on"] .xl .hab:nth-child(4) {
    -webkit-transition-delay: .6s;
    -moz-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s;
}

.phone-menu ul li[data-on="on"] .xl .hab:nth-child(5) {
    -webkit-transition-delay: .75s;
    -moz-transition-delay: .75s;
    -o-transition-delay: .75s;
    transition-delay: .75s;
}

.phone-menu ul li[data-on="on"] .xl .hab:nth-child(6) {
    -webkit-transition-delay: .9s;
    -moz-transition-delay: .9s;
    -o-transition-delay: .9s;
    transition-delay: .9s;
}

.phone-menu ul li[data-on="on"] .xl .hab:nth-child(7) {
    -webkit-transition-delay: 1.05s;
    -moz-transition-delay: 1.05s;
    -o-transition-delay: 1.05s;
    transition-delay: 1.05s;
}

.phone-menu ul li[data-on="on"] .xl .hab:nth-child(8) {
    -webkit-transition-delay: 1.2s;
    -moz-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s;
}

.phone-menu ul li[data-on="on"] .xl .hab:nth-child(9) {
    -webkit-transition-delay: 1.35s;
    -moz-transition-delay: 1.35s;
    -o-transition-delay: 1.35s;
    transition-delay: 1.35s;
}

.phone-menu ul li[data-on="on"] .xl .hab:nth-child(10) {
    -webkit-transition-delay: 1.5s;
    -moz-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s;
}

.phone-menu ul li[data-on="on"] .xl .hab:nth-child(11) {
    -webkit-transition-delay: 1.65s;
    -moz-transition-delay: 1.65s;
    -o-transition-delay: 1.65s;
    transition-delay: 1.65s;
}

.phone-menu ul li[data-on="on"] .xl .hab:nth-child(12) {
    -webkit-transition-delay: 1.7s;
    -moz-transition-delay: 1.7s;
    -o-transition-delay: 1.7s;
    transition-delay: 1.7s;
}

.phone-menu ul li[data-on="on"] .xl .hab:nth-child(13) {
    -webkit-transition-delay: .15s;
    -moz-transition-delay: .15s;
    -o-transition-delay: .15s;
    transition-delay: .15s;
}

.phone-menu ul li[data-on="on"] .xl .hab:nth-child(14) {
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}

.phone-dan {
    opacity: 0;
    background: #000;
    visibility: hidden;
    width: 100%;
    z-index: 98;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0
}

body[data-on="on"] .phone-dan {
    opacity: .5;
    visibility: visible;
}

.phone-menu .search-box {
    position: relative;
    left: 0px;
    top: 0;
    margin: 0;
    width: 100%;
    border: 0;
    padding: 10px 0;
    height: 50px;
}

.phone-menu .search-box .inputbox {
    padding: 0 30px 0 0;
    width: 100%;
    display: block;
}

.phone-menu .search-box .inputbox:focus {
    padding: 0 30px 0 10px;
    background: rgba(255, 255, 255, .1)
}


/*小屏幕导航 End*/

@media only screen and (max-width:1360px) {
    .header .top {
        height: 75px;
    }
    .header .bottom {
        height: 75px;
        line-height: 75px;
    }
    .header .bottom .nav {
        margin-left: 10px;
    }
    .header .bottom .nav .li1 {
        height: 75px;
    }
    .header .bottom .nav .li1 .a1 .cn {
        padding: 0 15px;
        margin-bottom: 2px;
    }
    .space {
        height: 75px;
    }
    .header .bottom .logo {
        width: 168px;
    }
}

@media only screen and (max-width: 1280px) {
    .header .top {
        height: 65px;
    }
    .header .bottom {
        height: 65px;
        line-height: 65px;
    }
    .header .bottom .nav .li1 .a1 .cn {
        padding: 0 10px;
    }
    .space {
        height: 65px;
    }
    .header .bottom .nav .li1 {
        height: 65px;
    }
}

@media only screen and (max-width: 1200px) {
    .header .bottom .nav {
        display: none;
    }
    .header .bottom .box,
    .mm-nav-box {
        display: block;
    }
}

@media only screen and (max-width: 1100px) {
    .out-bg,
    .header .head-div {
        width: 100%;
    }
    .header {
        width: 100%;
        background-color: #000;
    }
    .header .top {
        height: 50px;
    }
    .header .bottom {
        height: 50px;
        line-height: 50px;
        width: 100%;
        padding: 0 3%;
    }
    .mm-nav-box,
    .mm-nav-box .mm-wrap {
        padding-top: 50px;
    }
    .mm-nav-box .mm-wrap:before {
        top: 50px;
    }
    .header .bottom .logo {
        width: 110px;
    }
    .header .top form {
        height: 36px;
    }
    .header .top form input[type="text"] {
        font-size: 14px;
        text-indent: 10px;
    }
    .header .top form input[type="submit"] {
        right: 0px;
    }
    .space {
        height: 50px;
    }
    .header .bottom .box {
        margin-top: 17px;
    }
    .phone-menu,
    .page-top-box .top .menu-btn {
        display: block;
    }
}

@media only screen and (max-width: 800px) {
    .mm-nav-box .mm-nav .li1 .mm-title {
        height: 42px;
        line-height: 42px;
    }
}

@media only screen and (max-width: 600px) {
    .mm-nav-box .mm-nav {
        padding: 0 40px;
    }
    .mm-nav-box .mm-nav .li1 .mm-title {
        height: 42px;
        line-height: 42px;
    }
    .mm-nav-box .mm-nav .li1 .mm-title .a1 {
        font-size: 16px;
        left: 3%;
    }
    .mm-nav-box .mm-nav .li1 .mm-innav li a {
        font-size: 12px;
    }
    .mm-nav-box .mm-nav .li1 {
        margin: 0 10px;
    }
}

@media only screen and (max-width: 414px) {
    .header .bottom .search {
        -webkit-background-size: 20px;
        background-size: 20px;
    }
}


/*头部 End*/


/* =========

  首页

  ========== */


/*首页轮播*/

.inbanner-swiper .swiper-wrapper .swiper-slide .inbanner-imgbox {
    display: block;
}

.inbanner-swiper .swiper-wrapper .swiper-slide .inbanner-imgbox .inbanner-img {
    height: 564px;
}

.inbanner-swiper .inbanner-pagination {
    position: absolute;
    left: 0;
    bottom: 25px;
    text-align: center;
    z-index: 11;
}

.inbanner-swiper .inbanner-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border: 1px solid #fff;
    opacity: 1;
    background-color: transparent;
}

.inbanner-swiper .inbanner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff;
}


/*首页轮播end*/


/*首页手机轮播*/

.mminbanner-swiper {
    display: none;
}


/*首页手机轮播end*/

@media only screen and (max-width:1700px) {
    .header .bottom .nav .li1 {
        margin: 0 10px;
    }
}

@media only screen and (max-width:1600px) {
    .header .bottom .nav .li1 {
        margin: 0 6px;
    }
    .inbanner-swiper .swiper-wrapper .swiper-slide .inbanner-imgbox .inbanner-img {
        height: 500px;
    }
}

@media only screen and (max-width:1440px) {
    .inbanner-swiper .swiper-wrapper .swiper-slide .inbanner-imgbox .inbanner-img {
        height: 480px;
    }
    .header .bottom .nav {
        margin-right: 2.5rem;
    }
}

@media only screen and (max-width:1360px) {
    .inbanner-swiper .swiper-wrapper .swiper-slide .inbanner-imgbox .inbanner-img {
        height: 450px;
    }
}

@media only screen and (max-width:1280px) {
    .inbanner-swiper .swiper-wrapper .swiper-slide .inbanner-imgbox .inbanner-img {
        height: 400px;
    }
}

@media only screen and (max-width:1024px) {
    .inbanner-swiper .swiper-wrapper .swiper-slide .inbanner-imgbox .inbanner-img {
        height: 350px;
    }
    .inbanner-swiper .inbanner-pagination {
        bottom: 15px;
    }
    .inbanner-swiper .inbanner-pagination .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }
}

@media only screen and (max-width:800px) {
    .inbanner-swiper .swiper-wrapper .swiper-slide .inbanner-imgbox .inbanner-img {
        height: 300px;
    }
}

@media only screen and (max-width:640px) {
    .inbanner-swiper .swiper-wrapper .swiper-slide .inbanner-imgbox .inbanner-img {
        height: 280px;
    }
}

@media only screen and (max-width:414px) {
    .inbanner-swiper {
        display: none;
    }
    .mminbanner-swiper {
        display: block;
    }
    .mminbanner-swiper .swiper-wrapper .swiper-slide .inbanner-img {
        height: 200px;
    }
}


/* 首页新闻推荐 */

.innews-top {
    background-color: #ffffff;
    position: relative;
    z-index: 11;
}

.innews-top .n-left {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 425px;
    height: 164px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #01499b;
    z-index: 1;
}

.innews-top .n-left::after {
    content: '';
    position: absolute;
    left: 100%;
    top: 0;
    display: block;
    width: 0;
    height: 0;
    border-bottom: 64px solid #00336e;
    border-right: 24px solid transparent;
}

.innews-top .n-left .title {
    display: inline-block;
    text-align: center;
}

.innews-top .n-left .title .cn {
    font-size: 2rem;
    color: #f3f4f5;
}

.innews-top .n-left .title .more {
    display: block;
    width: 108px;
    height: 34px;
    line-height: 34px;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.45);
    border: 1px solid rgba(255, 255, 255, 0.45);
    margin-top: 14px;
}

.innews-top .n-right {
    padding-left: 425px;
    position: relative;
}

.innew-swiper {
    height: 100px;
}

.innew-swiper .swiper-slide {
    display: flex;
    align-items: center;
    padding-left: 110px;
}

.innew-swiper .swiper-slide .n-item {
    display: flex;
    align-items: center;
    width: 100%;
}

.innew-swiper .swiper-slide .n-item .time {
    font-size: 1.5rem;
    color: #b3afaf;
    font-weight: bold;
    margin-right: 44px;
}

.innew-swiper .swiper-slide .n-item .tit {
    max-width: 46%;
    font-size: 1.5rem;
    color: #161616;
}

.innews-top .n-right .arrow {
    position: absolute;
    right: 212px;
    top: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 16px;
    color: #161616;
    margin-top: -10px;
    font-family: 'SimSun';
}


/*首页建设集团*/

.inbuild-bg {
    background-color: #f5f5f5;
    padding-top: 90px;
    padding-bottom: 20px;
}

.inbuild-bg .theme {
    text-align: center;
    font-size: 3rem;
    color: #01499b;
    margin-bottom: 20px;
    font-family: "ziti";
}

.inbuild-bg .wordbox {
    text-align: center;
    margin-bottom: 90px;
}

.inbuild-bg .wordbox .word {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 3.6rem;
    color: #5b5b5b;
    padding: 0 30px;
    position: relative;
    font-family: "ziti";
}

.inbuild-bg .wordbox .word:before {
    content: "";
    width: 100px;
    height: 1px;
    background-color: #afafaf;
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.inbuild-bg .wordbox .word:after {
    content: "";
    width: 100px;
    height: 1px;
    background-color: #afafaf;
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
}


/*轮播*/

.inbuild-bg .inbuild-swiper .swiper-wrapper .swiper-slide .ibbox {
    height: 275px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    display: block;
}

.inbuild-bg .inbuild-swiper .swiper-wrapper .swiper-slide .ibbox .back {
    height: 100%;
    padding: 20px;
    position: relative;
    border-right: 1px solid #e5e5e5;
}

.inbuild-bg .inbuild-swiper .swiper-wrapper .swiper-slide .ibbox .back .ico {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    margin-top: 5px;
}

.inbuild-bg .inbuild-swiper .swiper-wrapper .swiper-slide .ibbox .back .title {
    position: absolute;
    left: 20px;
    bottom: 20px;
    max-width: 40%;
}

.inbuild-bg .inbuild-swiper .swiper-wrapper .swiper-slide .ibbox .back .title .cn {
    font-size: 1.5rem;
    color: #01499b;
    margin-bottom: 20px;
}

.inbuild-bg .inbuild-swiper .swiper-wrapper .swiper-slide .ibbox .back .title .en {
    font-size: 1.5rem;
    color: rgba(0, 0, 0, .3);
    margin-bottom: 5px;
    font-family: "ziti2";
}

.inbuild-bg .inbuild-swiper .swiper-wrapper .swiper-slide .ibbox .back .demo {
    position: absolute;
    right: 20px;
    bottom: 20px;
    max-width: 40%;
    font-size: 2.5rem;
    color: #373737;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-family: "ziti";
    max-width: 120px;
}

.inbuild-bg .inbuild-swiper .swiper-wrapper .swiper-slide .ibbox .come {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #01499b;
    opacity: 0;
    padding: 20px;
    transform: translate3d(-100%, 0, 0);
    transition: all .8s ease;
    overflow: hidden;
}

.inbuild-bg .inbuild-swiper .swiper-wrapper .swiper-slide .ibbox .come .ico {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    margin-bottom: 35px;
    margin-top: 5px;
}

.inbuild-bg .inbuild-swiper .swiper-wrapper .swiper-slide .ibbox .come .title {
    margin-bottom: 38px;
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
}

.inbuild-bg .inbuild-swiper .swiper-wrapper .swiper-slide .ibbox .come .title .cn {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1.66rem;
    color: #fff;
}

.inbuild-bg .inbuild-swiper .swiper-wrapper .swiper-slide .ibbox .come .title .en {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1.16rem;
    color: rgba(255, 255, 255, .45);
    font-family: "ziti2";
}

.inbuild-bg .inbuild-swiper .swiper-wrapper .swiper-slide .ibbox .come .demo {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 2.16rem;
    color: #ffffff;
    font-family: "ziti";
    height: 60px;
    line-height: 1.2;
}

.inbuild-bg .inbuild-swiper .inbuild-pagination {
    margin-top: 20px;
    text-align: center;
}

.inbuild-bg .inbuild-swiper .inbuild-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border: 1px solid #01499b;
    opacity: 1;
    background-color: transparent;
}

.inbuild-bg .inbuild-swiper .inbuild-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #01499b;
}

@media only screen and (min-width: 601px) {
    .inbuild-bg .inbuild-swiper .swiper-wrapper .swiper-slide .ibbox:hover .come {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@media only screen and (max-width:1360px) {
    .inbuild-bg {
        padding-top: 70px;
        padding-bottom: 20px;
    }
    .inbuild-bg .wordbox {
        margin-bottom: 70px;
    }
    .innews-top .n-left {
        width: 350px;
        height: 140px;
    }
    .innew-swiper {
        height: 76px;
    }
    .innew-swiper .swiper-slide {
        padding-left: 0;
    }
    .innew-swiper .swiper-slide .n-item .tit {
        max-width: 68%;
    }
    .innews-top .n-right .arrow {
        right: 80px;
    }
}

@media only screen and (max-width:1280px) {
    .inbuild-bg {
        padding-top: 50px;
        padding-bottom: 20px;
    }
    .inbuild-bg .wordbox {
        margin-bottom: 50px;
    }
}

@media only screen and (max-width:1024px) {
    .inbuild-bg {
        padding-top: 30px;
        padding-bottom: 20px;
    }
    .inbuild-bg .theme {
        font-size: 2.5rem;
        margin-bottom: 10px;
    }
    .inbuild-bg .wordbox {
        margin-bottom: 30px;
    }
    .inbuild-bg .wordbox .word {
        font-size: 3.3rem;
        padding: 0 20px;
    }
    .inbuild-bg .inbuild-swiper .swiper-wrapper .swiper-slide .ibbox .come .ico {
        position: absolute;
        left: 20px;
        top: 20px;
        margin-bottom: 0;
    }
    .inbuild-bg .inbuild-swiper .swiper-wrapper .swiper-slide .ibbox .come .title {
        padding-left: 70px;
        height: auto;
    }
    .inbuild-bg .inbuild-swiper .swiper-wrapper .swiper-slide .ibbox .come .title .cn {
        display: block;
    }
    .inbuild-bg .inbuild-swiper .swiper-wrapper .swiper-slide .ibbox .come .title .en {
        display: block;
    }
    .inbuild-bg .inbuild-swiper .swiper-wrapper .swiper-slide .ibbox .come .demo {
        font-size: 1.8rem;
    }
    .innews-top .n-left {
        position: static;
        width: 100%;
    }
    .innews-top .n-left::after {
        display: none;
    }
    .innews-top .n-right {
        position: relative;
        padding: 0 3%;
    }
}

@media only screen and (max-width:780px) {
    .innew-swiper .swiper-slide .n-item {
        flex-direction: column;
        align-items: flex-start;
    }
    .innew-swiper .swiper-slide .n-item .tit {
        max-width: 94%;
        font-size: 1.33rem;
    }
    .innews-top .n-right .arrow {
        right: 3%;
    }
}

@media only screen and (max-width:640px) {
    .inbuild-bg {
        padding-top: 6%;
        padding-bottom: 6%;
    }
    .inbuild-bg .theme {
        font-size: 2rem;
        margin-bottom: 1%;
    }
    .inbuild-bg .wordbox {
        margin-bottom: 6%;
    }
    .inbuild-bg .wordbox .word {
        font-size: 2.5rem;
        padding: 0 10px;
    }
    .inbuild-bg .wordbox .word:before {
        width: 38px;
    }
    .inbuild-bg .wordbox .word:after {
        width: 38px;
    }
    .innew-swiper .swiper-slide .n-item .time {
        font-size: 1.33rem;
    }
}

@media only screen and (max-width:414px) {
    .innews-top .n-left {
        height: 100px;
    }
    .innews-top .n-left .title .cn {
        font-size: 1.5rem;
    }
    .innews-top .n-left .title .more {
        height: 30px;
        line-height: 30px;
        margin-top: 8px;
    }
    .innew-swiper .swiper-slide .n-item .time {
        font-size: 1.16rem;
    }
}


/*首页建设集团end*/


/*首页主要块*/

.inblock-list {
    overflow: hidden;
}

.inblock-list .hlink {
    width: 100%;
    height: 220px;
    background: center center no-repeat;
    position: relative;
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
    transition: all .5s ease;
    display: block;
}

.inblock-list .hlink .base {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    transition: all .5s ease;
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
    opacity: 1;
}

.inblock-list .hlink .base .text {
    position: absolute;
    left: 50%;
    top: 50%;
    transition: all .5s ease;
    transform: translate(-50%, -50%) matrix(1, 0, 0, 1, 0, 0);
    text-align: center;
    font-size: 3rem;
    color: #ffffff;
    font-family: "ziti";
    width: 80%;
}

.inblock-list .hlink .mask {
    width: 100%;
    height: 100%;
    background: rgba(1, 73, 155, 0.88);
    position: absolute;
    left: 0;
    top: 0;
    transition: all .5s ease;
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
    opacity: 0;
}

.inblock-list .hlink .mask .text {
    position: absolute;
    left: 50%;
    top: 50%;
    transition: all .5s ease;
    transition-delay: 0.1s;
    transform: translate(-50%, -20%) matrix(0.5, 0, 0, 0.5, 0, 0);
    text-align: center;
    opacity: 0;
}

.inblock-list .hlink .mask .text .msg {
    font-size: 2.5rem;
    color: #fff;
    font-family: "ziti";
    margin-bottom: 90px;
}

.inblock-list .hlink .mask .text .btn {
    padding-left: 20px;
    padding-right: 40px;
    height: 35px;
    line-height: 35px;
    border: 1px solid rgba(255, 255, 255, .35);
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 1.16rem;
    color: #ffffff;
    font-family: "ziti3";
}

.inblock-list .hlink .mask .text .btn:after {
    content: "";
    width: 10px;
    height: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #fff #fff transparent transparent;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -5px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -moz-transform: rotate(45deg);
    /* Firefox */
    -webkit-transform: rotate(45deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(45deg);
    /* Opera */
}

@media only screen and (min-width: 1025px) {
    .inblock-list .hlink:hover {
        height: 300px;
    }
    .inblock-list .hlink:hover .base {
        opacity: 0;
    }
    .inblock-list .hlink:hover .base .text {
        transform: translate(-50%, -50%) matrix(0.5, 0, 0, 0.5, 0, 0);
        opacity: 0;
    }
    .inblock-list .hlink:hover .mask {
        opacity: 1;
    }
    .inblock-list .hlink:hover .mask .text {
        transform: translate(-50%, -50%) matrix(1, 0, 0, 1, 0, 0);
        opacity: 1;
    }
}

@media only screen and (max-width:1360px) {
    .inblock-list .hlink .mask .text .msg {
        margin-bottom: 70px;
    }
}

@media only screen and (max-width:1280px) {
    .inblock-list .hlink {
        height: 200px;
    }
    .inblock-list .hlink:hover {
        height: 280px;
    }
    .inblock-list .hlink .mask .text .msg {
        margin-bottom: 50px;
    }
}

@media only screen and (max-width:1024px) {
    .inblock-list .hlink:hover {
        height: 200px;
    }
    .inblock-list .hlink .base {
        z-index: 1;
    }
    .inblock-list .hlink .base .text {
        font-size: 2.5rem;
    }
    .inblock-list .hlink .mask {
        z-index: 1111111111111111111111111;
    }
    .inblock-list .hlink[data-on="on"] .mask {
        -webkit-animation: flipInX .6s ease-out;
        animation: flipInX .6s ease-out;
        opacity: 1;
    }
    @-webkit-keyframes flipInX {
        0% {
            -webkit-transform: perspective(400px) rotateX(90deg);
            transform: perspective(400px) rotateX(90deg);
            opacity: 0
        }
        40% {
            -webkit-transform: perspective(400px) rotateX(-10deg);
            transform: perspective(400px) rotateX(-10deg)
        }
        70% {
            -webkit-transform: perspective(400px) rotateX(10deg);
            transform: perspective(400px) rotateX(10deg)
        }
        100% {
            -webkit-transform: perspective(400px) rotateX(0);
            transform: perspective(400px) rotateX(0);
            opacity: 1
        }
    }
    @keyframes flipInX {
        0% {
            -webkit-transform: perspective(400px) rotateX(90deg);
            -ms-transform: perspective(400px) rotateX(90deg);
            transform: perspective(400px) rotateX(90deg);
            opacity: 0
        }
        40% {
            -webkit-transform: perspective(400px) rotateX(-10deg);
            -ms-transform: perspective(400px) rotateX(-10deg);
            transform: perspective(400px) rotateX(-10deg)
        }
        70% {
            -webkit-transform: perspective(400px) rotateX(10deg);
            -ms-transform: perspective(400px) rotateX(10deg);
            transform: perspective(400px) rotateX(10deg)
        }
        100% {
            -webkit-transform: perspective(400px) rotateX(0);
            -ms-transform: perspective(400px) rotateX(0);
            transform: perspective(400px) rotateX(0);
            opacity: 1
        }
    }
    .flipInX {
        -webkit-backface-visibility: visible!important;
        -ms-backface-visibility: visible!important;
        backface-visibility: visible!important;
        -webkit-animation-name: flipInX;
        animation-name: flipInX
    }
    .inblock-list .hlink .mask .text {
        position: relative;
        left: 0;
        top: 0;
        transform: translate(0, 30%);
        transition-delay: .3s;
    }
    .inblock-list .hlink[data-on="on"] .mask .text {
        width: 100%;
        transform: translate(0, 0) matrix(1, 0, 0, 1, 0, 0);
        opacity: 1;
    }
    .inblock-list .hlink .mask {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
}

@media only screen and (max-width:414px) {
    .inblock-list .hlink .base .text {
        font-size: 2rem;
    }
    .inblock-list .hlink .mask .text .msg {
        font-size: 1.6rem;
        margin-bottom: 30px;
    }
    .inblock-list .hlink .mask .text .btn {
        height: 30px;
        line-height: 30px;
    }
    .inblock-list .hlink .mask .text .btn:after {
        width: 8px;
        height: 8px;
        margin-top: -4px;
    }
    .inblock-list .hlink .mask .text {
        display: none;
    }
}


/*首页主要块end*/


/*首页新闻*/

.innews-bg {
    padding-top: 70px;
    padding-bottom: 50px;
    background-color: #fff;
}

.innews-bg .container {
    max-width: 1000px;
}

.innews-bg .theme {
    text-align: center;
    margin-bottom: 30px;
}

.innews-bg .theme .cn {
    font-size: 3.33rem;
    color: #01499b;
}

.innews-bg .theme .en {
    font-size: 1.33rem;
    color: #c8c8c8;
    font-family: "ziti1";
}

.innews-bg .inews-list {
    border-top: 1px solid #e5e5e5;
    overflow: hidden;
}

.innews-bg .inews-list .lin {
    padding: 30px 0;
    display: block;
    border-bottom: 1px solid #e5e5e5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    position: relative;
    cursor: pointer;
}

.innews-bg .inews-list .lin:after {
    content: "";
    width: 0%;
    height: 1px;
    background-color: #01499b;
    position: absolute;
    left: 0;
    bottom: 0;
}

.innews-bg .inews-list .lin .timebox {
    width: 105px;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-flex: 1;
    text-align: center;
}

.innews-bg .inews-list .lin .timebox .day {
    font-size: 3rem;
    color: #01499b;
}

.innews-bg .inews-list .lin .timebox .year {
    font-size: 1.16rem;
    color: #01499b;
}

.innews-bg .inews-list .lin .main {
    width: calc(100% - 105px);
    padding-right: 60px;
    position: relative;
}

.innews-bg .inews-list .lin .main:after {
    content: "";
    width: 12px;
    height: 12px;
    border-style: solid;
    border-width: 1px;
    border-color: #c6c6c6 #c6c6c6 transparent transparent;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -moz-transform: rotate(45deg);
    /* Firefox */
    -webkit-transform: rotate(45deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(45deg);
    /* Opera */
    position: absolute;
    right: 25px;
    top: 50%;
    margin-top: -6px;
}

.innews-bg .inews-list .lin .main .time {
    display: none;
}

.innews-bg .inews-list .lin .main .title {
    font-size: 1.33rem;
    color: #8c8c8c;
    margin-bottom: 20px;
}

.innews-bg .inews-list .lin .main .demo {
    font-size: 1.16rem;
    color: #5a5a5a;
}

.innews-bg .all {
    margin-top: 35px;
    text-align: center;
}

.innews-bg .all .link {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 1.16rem;
    color: #01499b;
}

@media only screen and (min-width: 601px) {
    .innews-bg .inews-list .lin:hover:after {
        width: 100%;
    }
    .innews-bg .inews-list .lin:hover .main:after {
        border-color: #01499b #01499b transparent transparent;
    }
}

@media only screen and (max-width:1280px) {
    .innews-bg {
        padding-top: 50px;
        padding-bottom: 40px;
    }
    .innews-bg .theme .cn {
        font-size: 3rem;
    }
}

@media only screen and (max-width:1024px) {
    .innews-bg {
        padding-top: 40px;
        padding-bottom: 30px;
    }
    .innews-bg .theme .cn {
        font-size: 2.5rem;
    }
    .innews-bg .inews-list .lin {
        padding: 20px 0;
    }
    .innews-bg .inews-list .lin .timebox {
        width: 85px;
    }
    .innews-bg .inews-list .lin .main {
        width: calc(100% - 85px);
    }
}

@media only screen and (max-width:800px) {
    .innews-bg .inews-list .lin .timebox {
        display: none;
    }
    .innews-bg .inews-list .lin .main {
        width: 100%;
        padding-right: 0;
    }
    .innews-bg .inews-list .lin .main:after {
        display: none;
    }
    .innews-bg .inews-list .lin .main .time {
        display: block;
        font-size: 1.16rem;
        color: #01499b;
        margin-bottom: 10px;
    }
    .innews-bg .inews-list .lin .main .title {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width:640px) {
    .innews-bg {
        padding-top: 6%;
        padding-bottom: 6%;
    }
    .innews-bg .theme {
        margin-bottom: 6%;
    }
    .innews-bg .all {
        margin-top: 6%;
    }
}

@media only screen and (max-width:414px) {
    .innews-bg .theme .cn {
        font-size: 2rem;
    }
    .innews-bg .theme .en {
        font-size: 1.16rem;
    }
}


/*首页新闻end*/


/*通用内页大图*/

.allpage-banner {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    min-height: 200px;
}

.allpage-banner .img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.allpage-banner .theme {
    max-width: 1480px;
    font-size: 5rem;
    color: rgba(255, 255, 255, .8);
    font-family: "ziti3";
}

.allpage-banner .theme.invest .cn {
    font-size: 5rem;
    font-family: 'ziti4';
}

.allpage-banner .theme.invest .line {
    height: 56px;
    position: relative;
}

.allpage-banner .theme.invest .line::after {
    content: "";
    width: 1px;
    height: 36px;
    background-color: #ffffff;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -18px;
    margin-left: 9px;
    transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    -o-transform: rotate(20deg);
}

.allpage-banner .theme.invest .en {
    font-size: 3rem;
    font-family: 'ziti4';
}

@media only screen and (max-width:1280px) {
    .allpage-banner {
        padding: 100px 0;
    }
    .allpage-banner .theme {
        font-size: 4rem;
    }
}

@media only screen and (max-width:1024px) {
    .allpage-banner {
        padding: 80px 0;
    }
    .allpage-banner .theme {
        font-size: 3rem;
    }
}

@media only screen and (max-width:414px) {
    .allpage-banner .theme {
        font-size: 2.5rem;
    }
}


/*通用内页大图end*/


/*通用分类标题*/

.inclassbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    margin-top: 50px;
    margin-bottom: 70px;
}

.inclassbox .left {
    width: 50%;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-flex: 1;
    background-color: #f5f5f5;
    padding-top: 90px;
    padding-left: 50px;
}

.inclassbox .left .cn {
    font-size: 4rem;
    color: #5d9866;
    font-family: "ziti";
}

.inclassbox .left .line {
    height: 80px;
    position: relative;
}

.inclassbox .left .line:after {
    content: "";
    width: 1px;
    height: 36px;
    background-color: #353535;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -18px;
    margin-left: 9px;
    transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    /* IE 9 */
    -moz-transform: rotate(20deg);
    /* Firefox */
    -webkit-transform: rotate(20deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(20deg);
    /* Opera */
}

.inclassbox .left .en {
    font-size: 2.5rem;
    color: #191919;
    font-family: "ziti";
}

.inclassbox .right {
    width: 50%;
    height: 350px;
    position: relative;
}

.inclassbox .right .ico {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width:1280px) {
    .inclassbox {
        margin-top: 30px;
        margin-bottom: 50px;
    }
}

@media only screen and (max-width:1024px) {
    .inclassbox {
        margin-bottom: 30px;
    }
    .inclassbox .left {
        padding-top: 70px;
        padding-left: 30px;
    }
    .inclassbox .left .cn {
        font-size: 3.5rem;
    }
    .inclassbox .left .line {
        height: 60px;
    }
    .inclassbox .left .en {
        font-size: 2rem;
    }
    .inclassbox .right {
        height: 300px;
    }
}

@media only screen and (max-width:800px) {
    .inclassbox .left {
        padding-top: 50px;
        padding-left: 20px;
    }
    .inclassbox .left .cn {
        font-size: 3rem;
    }
    .inclassbox .left .line {
        height: 50px;
    }
    .inclassbox .left .line:after {
        height: 30px;
        margin-top: -15px;
    }
    .inclassbox .right {
        height: 250px;
    }
}

@media only screen and (max-width:640px) {
    .inclassbox {
        -ms-flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-top: 6%;
        margin-bottom: 6%;
    }
    .inclassbox .left {
        width: 100%;
        padding: 30px;
    }
    .inclassbox .right {
        width: 100%;
        height: auto;
        padding-top: calc(350 / 550 * 100%);
    }
}

@media only screen and (max-width:414px) {
    .inclassbox .left {
        padding: 6% 3%;
    }
    .inclassbox .left .cn {
        font-size: 2.5rem;
        margin-bottom: 3%;
    }
    .inclassbox {
        width: 100%;
    }
    .inclassbox .left .line {
        display: none;
    }
}


/*通用分类标题end*/


/*通用内页标题*/

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

.allpage-title .cn {
    font-size: 3.33rem;
    color: #191919;
    font-family: "ziti";
}

.allpage-title .en {
    font-size: 1.33rem;
    color: #01499b;
    font-family: "ziti1";
}

@media only screen and (max-width:1280px) {
    .allpage-title .cn {
        font-size: 3rem;
    }
}

@media only screen and (max-width:1024px) {
    .allpage-title .cn {
        font-size: 2.5rem;
    }
}

@media only screen and (max-width:414px) {
    .allpage-title .cn {
        font-size: 2rem;
    }
    .allpage-title .en {
        font-size: 1.16rem;
    }
}


/*通用内页标题end*/


/* =========

  商业策划

  ========== */


/*核心势能*/

.bconcept-bg {
    padding-bottom: 40px;
    border-bottom: 1px solid #e6e6e6;
}

.bconcept-bg .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
}

.bconcept-bg .box .left {
    width: calc(100% - 550px);
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-flex: 1;
}

.bconcept-bg .box .left .cn {
    font-size: 3.33rem;
    color: #191919;
    font-family: "ziti";
}

.bconcept-bg .box .left .en {
    font-size: 1.33rem;
    color: #c8a05a;
    font-family: "ziti1";
}

.bconcept-bg .box .right {
    width: 550px;
}

.bconcept-bg .box .right .lic {
    padding-left: 70px;
    position: relative;
    margin-bottom: 30px;
}

.bconcept-bg .box .right .lic .ico {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 0;
}

.bconcept-bg .box .right .lic .main .title {
    font-size: 1.5rem;
    color: #5d9866;
    font-weight: bold;
    margin-bottom: 5px;
}

.bconcept-bg .box .right .lic .main .demo {
    font-size: 1.16rem;
    color: #636363;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

@media only screen and (max-width:1280px) {
    .bconcept-bg .box .left .cn {
        font-size: 3rem;
    }
}

@media only screen and (max-width:1024px) {
    .bconcept-bg {
        padding-bottom: 30px;
    }
    .bconcept-bg .box .left .cn {
        font-size: 2.5rem;
    }
}

@media only screen and (max-width:800px) {
    .bconcept-bg .box {
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    .bconcept-bg .box .left {
        width: 100%;
        margin-bottom: 5%;
    }
    .bconcept-bg .box .right {
        width: 100%;
    }
}

@media only screen and (max-width:640px) {
    .bconcept-bg {
        padding-bottom: 6%;
    }
}

@media only screen and (max-width:414px) {
    .bconcept-bg .box .left {
        margin-bottom: 6%;
    }
    .bconcept-bg .box .left .cn {
        font-size: 2rem;
    }
    .bconcept-bg .box .left .en {
        font-size: 1.16rem;
    }
    .bconcept-bg .box .right .lic {
        padding-left: 55px;
        margin-bottom: 6%;
    }
    .bconcept-bg .box .right .lic .ico {
        width: 45px;
        height: 45px;
    }
    .bconcept-bg .box .right .lic .main .title {
        font-weight: normal;
    }
}


/*策划结构*/

.bstructure-bg {
    padding-top: 60px;
    padding-bottom: 90px;
}

.bstructure-bg .theme {
    text-align: center;
}

.bstructure-bg .theme .cn {
    font-size: 3.33rem;
    color: #191919;
    font-family: "ziti";
}

.bstructure-bg .theme .en {
    font-size: 1.33rem;
    color: #c8a05a;
    font-family: "ziti1";
}

.bstructure-bg .bstructure-swiper {
    padding-top: 30px;
}

.bstructure-bg .bstructure-swiper .swiper-wrapper .swiper-slide {
    padding: 0 50px;
}

.bstructure-bg .bstructure-swiper .swiper-wrapper .swiper-slide .title {
    padding-top: 100%;
    position: relative;
    border-radius: 50%;
    margin-bottom: 25px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.bstructure-bg .bstructure-swiper .swiper-wrapper .swiper-slide .title .box {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 86%;
    height: 86%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}

.bstructure-bg .bstructure-swiper .swiper-wrapper .swiper-slide .title .box .text {
    max-width: 130px;
    text-align: center;
}

.bstructure-bg .bstructure-swiper .swiper-wrapper .swiper-slide .title .box .text .cn {
    font-size: 1.83rem;
    color: #fff;
    margin-bottom: 5px;
    font-weight: bold;
}

.bstructure-bg .bstructure-swiper .swiper-wrapper .swiper-slide .title .box .text .en {
    font-size: 1.16rem;
    color: rgba(255, 255, 255, .35);
    font-family: "ziti1";
}

.bstructure-bg .bstructure-swiper .swiper-wrapper .swiper-slide .demo {
    font-size: 1.33rem;
    color: #636363;
    line-height: 2;
    text-align: center;
}

@media only screen and (max-width:1360px) {
    .bstructure-bg {
        padding-top: 40px;
        padding-bottom: 70px;
    }
}

@media only screen and (max-width:1280px) {
    .bstructure-bg {
        padding-top: 30px;
        padding-bottom: 50px;
    }
    .bstructure-bg .theme .cn {
        font-size: 3rem;
    }
}

@media only screen and (max-width:1024px) {
    .bstructure-bg {
        padding-bottom: 30px;
    }
    .bstructure-bg .theme .cn {
        font-size: 2.5rem;
    }
    .bstructure-bg .bstructure-swiper .swiper-wrapper .swiper-slide .title {
        margin-bottom: 3%;
    }
    .bstructure-bg .bstructure-swiper .swiper-wrapper .swiper-slide .title .box .text .cn {
        font-size: 1.5rem;
        font-weight: normal;
    }
}

@media only screen and (max-width:640px) {
    .bstructure-bg {
        padding-top: 6%;
        padding-bottom: 6%;
    }
}

@media only screen and (max-width:414px) {
    .bstructure-bg .theme .cn {
        font-size: 2rem;
    }
    .bstructure-bg .theme .en {
        font-size: 1.16rem;
    }
    .bstructure-bg .bstructure-swiper .swiper-wrapper .swiper-slide {
        padding: 0 80px;
    }
    .bstructure-bg .bstructure-swiper .swiper-wrapper .swiper-slide .title .box {
        width: 90%;
        height: 90%;
    }
}


/* =========

  设计中心

  ========== */


/*设计核心势能*/

.dconcept-bg {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 70px;
}

.dconcept-bg .dconcept-swiper {
    margin-top: 30px;
}

.dconcept-bg .dconcept-swiper .swiper-wrapper .swiper-slide {
    padding: 30px 20px 20px 20px;
    transition: all .5s ease;
}

.dconcept-bg .dconcept-swiper .swiper-wrapper .swiper-slide:nth-child(2) {
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
}

.dconcept-bg .dconcept-swiper .swiper-wrapper .swiper-slide:nth-child(3) {
    -webkit-animation-duration: 1.6s;
    animation-duration: 1.6s;
}

.dconcept-bg .dconcept-swiper .swiper-wrapper .swiper-slide:nth-child(4) {
    -webkit-animation-duration: 1.9s;
    animation-duration: 1.9s;
}

.dconcept-bg .dconcept-swiper .swiper-wrapper .swiper-slide .ico {
    width: 60px;
    height: 55px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
    background-size: 100%;
}

.dconcept-bg .dconcept-swiper .swiper-wrapper .swiper-slide .title {
    padding-bottom: 15px;
    margin-bottom: 10px;
    text-align: center;
    position: relative;
}

.dconcept-bg .dconcept-swiper .swiper-wrapper .swiper-slide .title:after {
    content: "";
    width: 20px;
    height: 1px;
    background-color: #01499b;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -10px;
}

.dconcept-bg .dconcept-swiper .swiper-wrapper .swiper-slide .title .cn {
    font-size: 2rem;
    color: #191919;
    margin-bottom: 3px;
}

.dconcept-bg .dconcept-swiper .swiper-wrapper .swiper-slide .title .en {
    font-size: 1.16rem;
    color: #cfcfcf;
    font-family: "ziti1";
}

.dconcept-bg .dconcept-swiper .swiper-wrapper .swiper-slide .demo {
    font-size: 1.16rem;
    color: #636363;
    line-height: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: calc(1.16rem*2*3);
}

.dconcept-bg .b-content {
    font-size: 1.33rem;
    color: #454545;
    line-height: 1.8;
    margin-top: 4.5rem;
}

.dconcept-bg .jj-content {
    margin-top: 5.33rem;
}

.dconcept-bg .jj-content .jj-item {
    width: calc((100% - 3.16rem) / 2);
    margin-right: 3.16rem;
    float: left;
    border: 1px solid #e6e6e6;
    padding: 3.33rem 3rem;
    margin-bottom: 3.83rem;
}

.dconcept-bg .jj-content .jj-item:nth-child(2n) {
    margin-right: 0;
}

.dconcept-bg .jj-content .jj-item .titlediv {
    display: flex;
    align-items: center;
}

.dconcept-bg .jj-content .jj-item .titlediv .icon {
    position: relative;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    margin-right: 14px;
    overflow: hidden;
    border: 1px solid #dddddd;
}

.dconcept-bg .jj-content .jj-item .titlediv .icon img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all .5s;
    border-radius: 50%;
}

.dconcept-bg .jj-content .jj-item .titlediv .icon .img1 {
    opacity: 1;
    visibility: visible;
}

.dconcept-bg .jj-content .jj-item .titlediv .icon .img2 {
    opacity: 0;
    visibility: hidden;
}

.dconcept-bg .jj-content .jj-item .titlediv .cn {
    font-size: 1.83rem;
    color: #000000;
    line-height: 1.6;
    flex: 1;
}

.dconcept-bg .jj-content .jj-item .demo {
    font-size: 1.16rem;
    color: #454545;
    line-height: 1.7;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    height: calc(1.16rem * 1.7 * 3);
    margin-top: 1.66rem;
}

@media only screen and (min-width: 601px) {
    .dconcept-bg .dconcept-swiper .swiper-wrapper .swiper-slide:hover {
        background-color: #f5f5f5;
    }
    .dconcept-bg .jj-content .jj-item:hover .titlediv .icon {
        border: 1px solid #003e90;
        background-color: #003e90;
    }
    .dconcept-bg .jj-content .jj-item:hover .titlediv .icon .img1 {
        opacity: 0;
        visibility: hidden;
    }
    .dconcept-bg .jj-content .jj-item:hover .titlediv .icon .img2 {
        opacity: 1;
        visibility: visible;
    }
}

@media only screen and (max-width:1280px) {
    .dconcept-bg {
        padding-bottom: 50px;
    }
}

@media only screen and (max-width:1024px) {
    .dconcept-bg {
        padding-bottom: 30px;
    }
    .dconcept-bg .dconcept-swiper .swiper-wrapper .swiper-slide .ico {
        margin-bottom: 20px;
        height: 55px;
        width: 55px;
    }
    .dconcept-bg .dconcept-swiper .swiper-wrapper .swiper-slide .title .cn {
        font-size: 1.8rem;
    }
    .dconcept-bg .b-content {
        margin-top: 2.5rem;
    }
}

@media only screen and (max-width:800px) {
    .dconcept-bg .jj-content {
        margin-top: 3.33rem;
    }
    .dconcept-bg .jj-content .jj-item {
        width: 100%;
        float: none;
        margin-bottom: 3rem;
        padding: 2rem;
    }
}

@media only screen and (max-width:414px) {
    .dconcept-bg {
        padding-bottom: 6%;
    }
    .dconcept-bg .dconcept-swiper {
        margin-top: 6%;
    }
    .dconcept-bg .jj-content .jj-item {
        margin-bottom: 2rem;
    }
    .dconcept-bg .jj-content .jj-item .titlediv .cn {
        font-size: 1.5rem;
    }
    .dconcept-bg .jj-content .jj-item .demo {
        margin-top: 10px;
    }
    .dconcept-bg .b-content {
        margin-top: 20px;
    }
}


/* =========

  设计业务

  ========== */


/*跳转 */

.dl-link {
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-bottom: 1px solid #eaeaea;
    font-size: 0;
    margin-bottom: 120px;
}

.dl-link .link {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 1.16rem;
    color: #4a4a4a;
    margin: 0 25px;
}

.dl-link .link.on {
    color: #04559d;
}


/*轮播跳转*/

.dllink-swiper {
    display: none;
    padding-left: 4%;
    border-bottom: 1px solid #eaeaea;
}

.dllink-swiper .swiper-wrapper .swiper-slide {
    width: auto!important;
    height: 50px;
    line-height: 50px;
}

.dllink-swiper .swiper-wrapper .swiper-slide .link {
    display: block;
    font-size: 1.16rem;
    color: #4a4a4a;
}

.dllink-swiper .swiper-wrapper .swiper-slide .link.on {
    color: #04559d;
}


/*分类*/

.dl-class {
    max-width: 880px;
}

.dl-class .theme {
    padding: 40px;
    text-align: center;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    margin-bottom: 30px;
}

.dl-class .theme .cn {
    font-size: 4rem;
    color: #191919;
    font-family: "ziti";
}

.dl-class .theme .en {
    font-size: 3rem;
    color: #dab866;
    font-family: "ziti2";
}

.dl-class .class-menu {
    position: relative;
}

.dl-class .class-menu .word {
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    font-size: 1.33rem;
    color: #717171;
    border-bottom: 1px solid #eaeaea;
    position: relative;
}

.dl-class .class-menu .word:before {
    content: "";
    width: 3px;
    height: 10px;
    position: absolute;
    right: 0;
    top: 50%;
    background-color: #c8a05a;
    margin-top: -5px;
}

.dl-class .class-menu .word:after {
    content: "";
    width: 3px;
    height: 10px;
    position: absolute;
    right: 0;
    top: 50%;
    background-color: #c8a05a;
    margin-top: -5px;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    /* IE 9 */
    -moz-transform: rotate(90deg);
    /* Firefox */
    -webkit-transform: rotate(90deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(90deg);
    /* Opera */
}

.dl-class .class-menu .sub {
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    background-color: #fff;
    z-index: 11;
    display: none;
}

.dl-class .class-menu .sub .sub-a {
    height: 40px;
    line-height: 40px;
    font-size: 1.33rem;
    color: #717171;
    display: block;
    border-bottom: 1px solid #eaeaea;
    padding-left: 3%;
}

@media only screen and (min-width: 601px) {
    .dl-class .class-menu .sub .sub-a:hover {
        color: #dab866;
        border-bottom: 1px solid #dab866;
    }
    .dl-link .link:hover {
        color: #04559d;
    }
}

@media only screen and (max-width:1440px) {
    .dl-link {
        margin-bottom: 100px;
    }
}

@media only screen and (max-width:1360px) {
    .dl-link {
        margin-bottom: 80px;
    }
}

@media only screen and (max-width:1280px) {
    .dl-link {
        margin-bottom: 60px;
    }
}

@media only screen and (max-width:1024px) {
    .dl-link {
        margin-bottom: 30px;
    }
    .dl-class .theme {
        padding: 30px;
    }
    .dl-class .theme .cn {
        font-size: 3rem;
    }
    .dl-class .theme .en {
        font-size: 2.5rem;
    }
}

@media only screen and (max-width:640px) {
    .dl-link.about {
        display: none;
    }
    .dllink-swiper {
        display: block;
    }
}

@media only screen and (max-width:414px) {
    .dl-link {
        margin-bottom: 6%;
    }
    .dl-class .theme {
        padding: 5%;
        margin-bottom: 6%;
    }
    .dl-class .theme .cn {
        font-size: 2.5rem;
    }
    .dl-class .theme .en {
        font-size: 2rem;
    }
    .dl-class .class-menu .word {
        height: 45px;
        line-height: 45px;
    }
    .dl-class .class-menu .sub .sub-a {
        height: 35px;
        line-height: 35px;
    }
    .dl-link .link {
        margin: 0 15px;
    }
}


/*核心势能*/

.dlcore-bg {
    padding-top: 60px;
    padding-bottom: 50px;
    margin-bottom: 30px;
    border-bottom: 1px solid #f5f5f5;
}

.dlcore-bg .container {
    max-width: 880px;
}

.dlcore-bg .dlcore-swiper {
    margin-top: 30px;
}

.dlcore-bg .dlcore-swiper .swiper-wrapper .swiper-slide:nth-child(2) {
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
}

.dlcore-bg .dlcore-swiper .swiper-wrapper .swiper-slide:nth-child(3) {
    -webkit-animation-duration: 1.6s;
    animation-duration: 1.6s;
}

.dlcore-bg .dlcore-swiper .swiper-wrapper .swiper-slide .imgbox {
    position: relative;
}

.dlcore-bg .dlcore-swiper .swiper-wrapper .swiper-slide .imgbox:after {
    content: "";
    width: 100%;
    height: 100%;
    border: 10px solid rgba(255, 255, 255, .7);
    position: absolute;
    left: 0;
    top: 0;
}

.dlcore-bg .dlcore-swiper .swiper-wrapper .swiper-slide .imgbox .img {
    padding-top: calc(180 / 270 * 100%);
}

.dlcore-bg .dlcore-swiper .swiper-wrapper .swiper-slide .title {
    padding: 20px 0;
    text-align: center;
}

.dlcore-bg .dlcore-swiper .swiper-wrapper .swiper-slide .title .cn {
    font-size: 1.83rem;
    color: #c8a05a;
    margin-bottom: 5px;
}

.dlcore-bg .dlcore-swiper .swiper-wrapper .swiper-slide .title .en {
    font-size: 1.16rem;
    color: rgba(0, 0, 0, .35);
    font-family: "ziti1";
}

.dlcore-bg .dlcore-swiper .swiper-wrapper .swiper-slide .demo {
    font-size: 1.16rem;
    color: #636363;
    line-height: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

@media only screen and (max-width:1280px) {
    .dlcore-bg {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media only screen and (max-width:1024px) {
    .dlcore-bg {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media only screen and (max-width:640px) {
    .dlcore-bg {
        padding-top: 5%;
        padding-bottom: 5%;
        margin-bottom: 5%;
    }
}


/*设计列表*/

.dl-list {
    padding-top: 30px;
    padding-bottom: 40px;
}

.dl-list .lid {
    display: block;
    width: calc((100% - 90px) / 4);
    margin-right: 30px;
    margin-bottom: 30px;
    float: left;
    position: relative;
}

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

.dl-list .lid .main {
    transition: all .5s ease;
    transform: translateY(0);
}

.dl-list .lid .main .img {
    padding-top: calc(500 / 425 * 100%);
}

.dl-list .lid .main .title {
    transition: all .5s ease;
    width: 100%;
    height: 80px;
    line-height: 80px;
    padding-left: 30px;
    padding-right: 80px;
    font-size: 1.16rem;
    color: #c8a05a;
    background-color: #282828;
    background-position: 91% center;
    background-repeat: no-repeat;
    background-image: url(../images/eye_03.png);
}

@media only screen and (min-width: 601px) {
    .dl-list .lid:hover .main {
        transform: translateY(-15px);
        box-shadow: 0 0 15px rgba(0, 0, 0, .2)
    }
    .dl-list .lid:hover .title {
        background-color: #dab866;
        color: #fff;
        background-image: url(../images/heye_03.png);
    }
}

@media only screen and (max-width:1280px) {
    .dl-list .lid .main .title {
        height: 70px;
        line-height: 70px;
        padding-right: 70px;
    }
}

@media only screen and (max-width:1024px) {
    .dl-list {
        width: 94%;
        margin: 0 auto;
    }
    .dl-list .lid .main .title {
        height: 60px;
        line-height: 60px;
        padding-right: 60px;
    }
    .dl-list .lid {
        display: block;
        width: calc((100% - 60px) / 3);
    }
    .dl-list .lid:nth-child(4n) {
        margin-right: 30px;
    }
    .dl-list .lid:nth-child(3n) {
        margin-right: 0;
    }
}

@media only screen and (max-width:800px) {
    .dl-list .lid {
        display: block;
        width: calc((100% - 30px) / 2);
    }
    .dl-list .lid:nth-child(4n) {
        margin-right: 0;
    }
    .dl-list .lid:nth-child(3n) {
        margin-right: 30px;
    }
    .dl-list .lid:nth-child(2n) {
        margin-right: 0;
    }
}

@media only screen and (max-width:640px) {
    .dl-list {
        padding-top: 6%;
        padding-bottom: 6%;
    }
}

@media only screen and (max-width:414px) {
    .dl-list .lid {
        width: 100%;
        margin-right: 0;
        margin-bottom: 3%;
    }
}


/* =========

  设计详情

  ========== */

.dview-top {
    padding-top: 80px;
    padding-bottom: 50px;
}

.dview-top .container {
    max-width: 1480px;
    padding-right: 260px;
}

.dview-top .titlebox .cn {
    font-size: 3rem;
    color: #191919;
    font-family: "ziti";
}

.dview-top .titlebox .en {
    font-size: 1.16rem;
    color: #c8a05a;
    font-family: "ziti1";
}

.dview-top .right {
    position: absolute;
    right: 0;
    top: 0;
    width: 260px;
    padding-left: 110px;
}

.dview-top .right .view {
    width: 110px;
    position: absolute;
    left: 0;
    top: 0;
    padding-left: 30px;
    padding-right: 20px;
    font-size: 1.16rem;
    color: #313131;
    height: 20px;
    line-height: 20px;
    font-family: "ziti3";
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url(../images/dview.png);
    border-right: 1px solid #e6e6e6;
}

.bdshare-button-style0-24 a,
.bdshare-button-style0-24 .bds_more {
    float: left;
    font-size: 18px;
    padding-left: 25px;
    line-height: 24px;
    height: 24px;
    background-image: url(../img/share/icons_0_24.png?v=dcaa92d6.png);
    background-repeat: no-repeat;
    cursor: pointer;
    margin: 6px 6px 6px 0;
}

.dview-top .right .share {
    width: 120px;
    float: right;
}

.dview-top .right .share .bdsharebuttonbox a {
    width: 20px;
    height: 20px;
    background-position: center;
    margin: 0 5px;
}

.dview-top .right .share .bdsharebuttonbox a.bds_weixin {
    background-image: url(../images/sweixin.png);
}

.dview-top .right .share .bdsharebuttonbox a.bds_tsina {
    background-image: url(../images/sweibo.png);
}

.dview-top .right .share .bdsharebuttonbox a.bds_more {
    background-image: url(../images/share.png);
}


/*轮播*/

.dview-swiperbox {
    position: relative;
}

.dview-swiperbox .dview-swiper .swiper-wrapper .swiper-slide .img {
    padding-top: calc(950 / 1780 * 100%);
}

.dview-swiperbox .dview-swiper .dview-prev {
    width: 70px;
    height: 70px;
    position: absolute;
    left: 30px;
    top: 50%;
    margin-top: -35px;
    z-index: 11;
    cursor: pointer;
}

.dview-swiperbox .dview-swiper .dview-prev:after {
    content: "";
    width: 30px;
    height: 30px;
    border-style: solid;
    border-width: 2px;
    border-color: #fff transparent transparent #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -15px;
    margin-left: -15px;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    /* IE 9 */
    -moz-transform: rotate(-45deg);
    /* Firefox */
    -webkit-transform: rotate(-45deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(-45deg);
    /* Opera */
}

.dview-swiperbox .dview-swiper .dview-next {
    width: 70px;
    height: 70px;
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -35px;
    z-index: 11;
    cursor: pointer;
}

.dview-swiperbox .dview-swiper .dview-next:after {
    content: "";
    width: 30px;
    height: 30px;
    border-style: solid;
    border-width: 2px;
    border-color: #fff transparent transparent #fff;
    position: absolute;
    right: 50%;
    top: 50%;
    margin-top: -15px;
    margin-right: -15px;
    transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    /* IE 9 */
    -moz-transform: rotate(135deg);
    /* Firefox */
    -webkit-transform: rotate(135deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(135deg);
    /* Opera */
}

.dview-swiperbox .dview-main {
    position: absolute;
    right: 300px;
    bottom: 70px;
    width: 580px;
    background-color: rgba(0, 0, 0, .75);
    z-index: 11;
}

.dview-swiperbox .dview-main .title {
    height: 55px;
    line-height: 55px;
    padding: 0 30px;
    font-size: 1.33rem;
    color: #ffffff;
    border-bottom: 1px solid #fff;
    position: relative;
}

.dview-swiperbox .dview-main .title .show {
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.dview-swiperbox .dview-main .content {
    font-size: 1rem;
    color: #d9d9d9;
    line-height: 2;
    height: 0;
    overflow: hidden;
}

.dview-swiperbox .dview-main[data-on="on"] .content {
    padding: 20px 30px;
    height: 170px;
    overflow-y: auto;
}

@media only screen and (max-width:1280px) {
    .dview-top {
        padding-top: 60px;
    }
}

@media only screen and (max-width:1024px) {
    .dview-top {
        padding-top: 30px;
        padding-bottom: 30px;
        margin-bottom: 3%;
    }
    .dview-top .titlebox .cn {
        font-size: 2.5rem;
    }
    .dview-swiperbox .dview-swiper .dview-prev {
        display: none;
    }
    .dview-swiperbox .dview-swiper .dview-next {
        display: none;
    }
    .dview-swiperbox .dview-main {
        position: static;
        right: 0;
        bottom: 0;
        width: 100%;
        background-color: rgba(0, 0, 0, .75);
    }
    .dview-swiperbox .dview-main .content {
        padding: 3%;
        height: auto;
    }
}

@media only screen and (max-width:414px) {
    .dview-top {
        padding-top: 6%;
        padding-bottom: 6%;
    }
    .dview-top .container {
        padding-right: 0;
    }
    .dview-top .right {
        position: relative;
        width: 100%;
        padding-left: 80px;
        margin-top: 3%;
    }
}

.dview-bottom {
    padding: 70px 0;
}

.dview-bottom .container {
    max-width: 1000px;
}

.dview-bottom .left {
    float: left;
    width: 110px;
    padding-left: 30px;
    position: relative;
}

.dview-bottom .left .back {
    font-size: 1.16rem;
    color: #000000;
}

.dview-bottom .left .ico {
    width: 14px;
    height: 14px;
    background-color: #000;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -7px;
}

.dview-bottom .left .ico:before {
    content: "";
    width: 2px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.dview-bottom .left .ico:after {
    content: "";
    width: 2px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    /* IE 9 */
    -moz-transform: translate(-50%, -50%) rotate(90deg);
    /* Firefox */
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    /* Safari 和 Chrome */
    -o-transform: translate(-50%, -50%) rotate(90deg);
    /* Opera */
}

.dview-bottom .pagebox {
    max-width: calc(100% - 120px);
    float: right;
}

.dview-bottom .pagebox .title {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 1.16rem;
    color: #000000;
}

.dview-bottom .pagebox .btnbox {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    position: relative;
    margin: 0 10px;
    vertical-align: top;
}

.dview-bottom .pagebox .btnbox:after {
    content: "";
    width: 1px;
    height: 18px;
    background-color: #000;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.dview-bottom .pagebox .btnbox .item {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 20px;
    height: 20px;
    position: relative;
    vertical-align: middle;
}

.dview-bottom .pagebox .btnbox .item:after {
    content: "";
    width: 12px;
    height: 12px;
    border-style: solid;
    border-width: 1px;
    border-color: #8d8d8d transparent transparent #8d8d8d;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -6px;
    margin-left: -3px;
}

.dview-bottom .pagebox .btnbox .item.prev:after {
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    /* IE 9 */
    -moz-transform: rotate(-45deg);
    /* Firefox */
    -webkit-transform: rotate(-45deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(-45deg);
    /* Opera */
}

.dview-bottom .pagebox .btnbox .item.next:after {
    transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    /* IE 9 */
    -moz-transform: rotate(135deg);
    /* Firefox */
    -webkit-transform: rotate(135deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(135deg);
    /* Opera */
    left: auto;
    right: 50%;
    margin-left: 0;
    margin-right: -3px;
}

@media only screen and (max-width:1360px) {
    .dview-bottom {
        padding: 50px 0;
    }
}

@media only screen and (max-width:1280px) {
    .dview-bottom {
        padding: 40px 0;
    }
}

@media only screen and (max-width:1024px) {
    .dview-bottom {
        padding: 30px 0;
    }
}

@media only screen and (max-width:414px) {
    .dview-bottom {
        padding: 6% 0;
    }
    .dview-bottom .left {
        float: none;
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }
    .dview-bottom .pagebox {
        float: none;
        max-width: 100%;
        display: flex;
    }
    .dview-bottom .pagebox .title {
        flex: 1;
    }
    .dview-bottom .pagebox .btnbox {
        width: 44px;
    }
}


/* =========

  信息披露

  ========== */

.msg-box {
    position: relative;
    max-width: 1480px;
    margin-top: 80px;
    padding-bottom: 120px;
}

.msg-box .msg-left {
    position: absolute;
    top: 0;
    left: 0;
    width: 283px;
}

.msg-box .msg-left .titlebox {
    display: flex;
    align-items: flex-end;
    padding-bottom: 28px;
    border-bottom: 1px solid #dadada;
    padding-left: 30px;
}

.msg-box .msg-left .titlebox .icon {
    width: 31px;
    height: 29px;
    margin-right: 6px;
}

.msg-box .msg-left .titlebox .tit {
    font-size: 2rem;
    color: #000000;
}

.msg-box .msg-left .menu-ul .menu-a {
    display: flex;
    align-items: center;
    font-size: 1.33rem;
    color: #979797;
    padding: 0 30px;
    height: 70px;
    line-height: 1.5;
    border-bottom: 1px solid #dadada;
}

.msg-box .msg-right {
    padding-left: 424px;
    min-height: 52vh;
}

.msg-box .msg-right .title {
    padding: 35px 0;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
}

.msg-box .msg-right .title .cn {
    font-size: 4rem;
    color: #191919;
    font-family: 'ziti';
}

.msg-box .msg-right .title .en {
    font-size: 3rem;
    color: #003881;
    font-family: 'ziti2';
}

.msg-box .msg-right .msg-list {
    margin-bottom: 75px;
}

.msg-box .msg-right .msg-list .m-item {
    display: flex;
    align-items: center;
    position: relative;
    padding: 32px 70px 32px 40px;
    border-bottom: 1px solid #e5e5e5;
    cursor: pointer;
}

.msg-box .msg-right .msg-list .m-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #003881;
}

.msg-box .msg-right .msg-list .m-item .time .day {
    font-size: 3rem;
    color: #003881;
    text-align: center;
}

.msg-box .msg-right .msg-list .m-item .time .year {
    font-size: 1.16rem;
    color: #003881;
}

.msg-box .msg-right .msg-list .m-item .ptime {
    display: none;
}

.msg-box .msg-right .msg-list .m-item .tit {
    font-size: 1.5rem;
    color: #979797;
    flex: 1;
    margin-left: 85px;
    margin-right: 20px;
    transition: all .5s;
}

.msg-box .msg-right .msg-list .m-item .img-i {
    width: 42px;
    height: 48px;
    background: url(../images/pdf-i.png) no-repeat;
    background-size: 100%;
    background-position: center;
    transition: all .5s;
}

.msg-box .msg-right .msg-content .print-div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 76px 0 32px 10px;
    border-bottom: 1px solid #dcdcdc;
}

.msg-box .msg-right .msg-content .print-div .tit {
    font-size: 2.16rem;
    color: #003881;
    font-weight: bold;
    flex: 1;
    margin-right: 20px;
}

.msg-box .msg-right .msg-content .print-div .print {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.msg-box .msg-right .msg-content .print-div .print .icon {
    width: 25px;
    height: 23px;
    background: url(../images/print.png) no-repeat;
    background-size: 100%;
    background-position: center;
    margin-right: 8px;
}

.msg-box .msg-right .msg-content .print-div .print .text {
    font-size: 1.16rem;
    color: #1c1c1c;
}

.msg-box .msg-right .msg-content .m-content {
    font-size: 1.5rem;
    color: #242424;
    line-height: 2.2;
    padding: 40px 10px 100px;
}

.phonemsg-left {
    width: 100%;
    height: 45px;
    border: 2px solid #003881;
    margin-bottom: 20px;
    position: relative;
    display: none;
}

.phonemsg-left::after {
    content: '';
    position: absolute;
    right: 20px;
    top: 50%;
    width: 10px;
    height: 10px;
    border-style: solid;
    border-width: 2px;
    border-color: transparent #003881 #003881 transparent;
    transform: rotate(45deg);
    margin-top: -6px;
}

.phonemsg-left .check-txt {
    display: block;
    text-align: center;
    line-height: 42px;
    font-size: 1.16rem;
    color: #003881;
    padding: 0 40px 0 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.phonemsg-left .menu-ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    margin-top: 2px;
    border: 2px solid #003881;
    z-index: 1;
    border-top: none;
}

.phonemsg-left .menu-ul .m-li {
    display: block;
    /* height: 40px; */
    line-height: 18px;
    text-align: center;
    background-color: #ffffff;
    font-size: 1.16rem;
    padding: 8px 10px;
}

.tan-div {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 122;
    transform: translate(-50%, -50%);
    width: 610px;
    border-radius: 15px;
    background-color: #ffffff;
    padding: 70px 25px 50px;
    border: 2px solid #003881;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}

.tan-div .close {
    position: absolute;
    right: 22px;
    top: 22px;
    width: 30px;
    height: 30px;
    background-image: url(../images/close.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    cursor: pointer;
}

.tan-div .infodiv .tit {
    font-size: 1.5rem;
    color: #646363;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 32px;
}

.tan-div .infodiv .write {
    text-align: center;
}

.tan-div .infodiv .write .tt {
    font-size: 1.5rem;
    color: #000000;
}

.tan-div .infodiv .write .psd {
    font-size: 1.5rem;
    color: #000000;
    width: 280px;
    height: 40px;
    background-color: #eeeeee;
    border: 2px solid #003881;
    padding: 0 10px;
}

.tan-div .infodiv .btns {
    display: flex;
    padding-left: 44px;
    justify-content: center;
    margin-top: 40px;
}

.tan-div .infodiv .btns .btn {
    width: 80px;
    height: 30px;
    background-color: #003881;
    font-size: 1.16rem;
    color: #ffffff;
    text-align: center;
    line-height: 30px;
    margin-right: 9px;
    cursor: pointer;
}

.tan-div .infodiv .btns .btn.reset {
    background-color: #eeeeee;
    color: #707070;
}

.tan-div.show {
    opacity: 1;
    visibility: visible;
}

.black-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 112;
    background-color: rgba(0, 0, 0, .5);
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}

.black-bg.show {
    opacity: 1;
    visibility: visible;
}

@media only screen and (min-width:601px) {
    .msg-box .msg-left .menu-ul .menu-a:hover,
    .msg-box .msg-left .menu-ul .menu-a.on {
        background-color: #003e90;
        color: #ffffff;
    }
    .msg-box .msg-right .msg-list .m-item:hover .tit {
        color: #003881;
    }
    .msg-box .msg-right .msg-list .m-item:hover .img-i {
        background: url(../images/pdf-if.png) no-repeat;
    }
    .msg-box .msg-right .msg-list .m-item:hover::after {
        width: 100%;
    }
}

@media only screen and (max-width:1600px) {
    .msg-box .msg-right {
        padding-left: 350px;
    }
}

@media only screen and (max-width:1440px) {
    .msg-box {
        padding-bottom: 84px;
    }
    .msg-box .msg-right .msg-list {
        margin-bottom: 60px;
    }
    .msg-box .msg-right .title .cn {
        font-size: 3.5rem;
    }
    .msg-box .msg-right .title .en {
        font-size: 2.5rem;
    }
}

@media only screen and (max-width:1100px) {
    .msg-box {
        margin-top: 45px;
        padding-bottom: 70px;
    }
    .msg-box .msg-right .msg-list {
        margin-bottom: 45px;
    }
    .msg-box .msg-left {
        display: none;
    }
    .phonemsg-left {
        display: block;
    }
    .phonemsg-left .menu-ul.on {
        display: block;
        max-height: 46vh;
        overflow-y: auto;
    }
    .msg-box .msg-right {
        padding-left: 0;
        height: 100%!important;
        min-height: 60vh;
    }
    .msg-box .msg-right .title {
        padding: 22px 0;
    }
    .msg-box .msg-right .title .cn {
        font-size: 3rem;
    }
    .msg-box .msg-right .title .en {
        font-size: 2rem;
    }
    .msg-box .msg-right .msg-list .m-item {
        padding: 30px 3%;
    }
    .msg-box .msg-right .msg-list .m-item .tit {
        margin-left: 42px;
    }
    .msg-box .msg-right .msg-content .print-div {
        padding: 52px 0 32px 10px;
    }
}

@media only screen and (max-width:800px) {
    .msg-box .msg-right .msg-content .print-div {
        padding: 25px 0 25px 10px;
    }
    .msg-box .msg-right .msg-content .print-div .tit {
        font-size: 1.8rem;
    }
}

@media only screen and (max-width:680px) {
    .tan-div {
        width: 94%;
        padding: 42px 20px 23px
    }
    .tan-div .close {
        top: 10px;
        width: 24px;
        height: 24px;
    }
    .tan-div .infodiv .tit {
        font-size: 1.16rem;
        margin-bottom: 18px;
    }
    .tan-div .infodiv .write .tt {
        font-size: 1.16rem;
        margin-bottom: 10px;
        display: block;
    }
    .tan-div .infodiv .btns {
        padding-left: 0;
        margin-top: 20px;
    }
    .msg-box .msg-right .title {
        padding: 12px 0;
    }
    .msg-box .msg-right .title .cn {
        font-size: 2.2rem;
    }
    .msg-box .msg-right .title .en {
        font-size: 1.8rem;
    }
    .msg-box .msg-right .msg-list .m-item {
        padding: 18px 3%;
        display: block;
        min-height: 84px;
    }
    .msg-box .msg-right .msg-list .m-item .tit {
        margin-left: 0;
        font-size: 1.25rem;
        margin-right: 32px;
    }
    .msg-box .msg-right .msg-list .m-item .time {
        display: none;
    }
    .msg-box .msg-right .msg-list .m-item .ptime {
        display: block;
        font-size: 1.16rem;
        color: #003881;
    }
    .msg-box .msg-right .msg-list .m-item .img-i {
        position: absolute;
        right: 0;
        top: 18px;
        width: 38px;
    }
    .msg-box .msg-right .msg-content .m-content {
        line-height: 1.8;
        padding: 40px 0 70px;
    }
}

@media only screen and (max-width:414px) {
    .msg-box {
        margin-top: 35px;
        padding-bottom: 42px;
    }
    .msg-box .msg-right {
        min-height: 44vh;
    }
    .msg-box .msg-right .msg-list {
        margin-bottom: 32px;
    }
    .msg-box .msg-right .msg-content .print-div {
        display: block;
        padding: 25px 0;
    }
    .msg-box .msg-right .msg-content .m-content {
        line-height: 1.8;
        padding: 26px 0 40px;
    }
    .msg-box .msg-right .msg-content .print-div .tit {
        font-size: 1.5rem;
    }
    .msg-box .msg-right .msg-content .print-div .print {
        justify-content: flex-end;
        margin-top: 10px;
    }
    .msg-box .msg-right .msg-list .m-item .img-i {
        width: 32px;
    }
}


/* =========

  投资者关系

  ========== */

.invest-content {
    padding: 9rem 0 7rem;
}

.invest-list .invest-item {
    width: calc((100% - 29.5rem) / 3);
    margin-right: 14.75rem;
    float: left;
    margin-bottom: 8.66rem;
    border-bottom: 1px solid #000000;
}

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

.invest-list .invest-item .img {
    position: relative;
}

.invest-list .invest-item .img img {
    width: 280px;
    height: 155px;
}

.invest-list .invest-item .info {
    margin-top: 2.66rem;
}

.invest-list .invest-item .info .tt {
    font-size: 2rem;
    line-height: 1.66;
    height: calc(2rem * 1.66);
}

.invest-list .invest-item .info .time {
    font-size: 1rem;
    color: #003881;
    font-weight: bold;
    margin-top: 1.66rem;
}

.invest-list .invest-item .info .desc {
    font-size: 1.16rem;
    color: #383838;
    line-height: 1.71;
    height: calc(1.16rem * 1.71 * 2);
    margin-top: 1.5rem;
}

.invest-list .invest-item .more {
    position: relative;
    height: 50px;
    line-height: 50px;
    transition: all .5s ease;
    margin: 2.5rem 0 0;
}

.invest-list .invest-item .more .word {
    padding-right: 30px;
    font-size: 1.33rem;
    font-weight: bold;
    color: #000000;
    font-family: "ziti2";
    position: relative;
    transition: all .5s ease;
    white-space: nowrap;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.invest-list .invest-item .more .word:before {
    content: "";
    width: 8px;
    height: 2px;
    background-color: #000;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -1px;
}

.invest-list .invest-item .more .word:after {
    content: "";
    width: 2px;
    height: 8px;
    background-color: #000;
    position: absolute;
    right: 3px;
    top: 50%;
    margin-top: -4px;
}

@media only screen and (min-width:601px) {
    .invest-list .invest-item:hover .more {
        background-color: #01499b;
    }
    .invest-list .invest-item:hover .more .word {
        left: 20px;
        color: #ffffff;
    }
    .invest-list .invest-item:hover .more .word:before,
    .invest-list .invest-item:hover .more .word:after {
        background-color: #ffffff;
    }
}

@media only screen and (max-width:1700px) {
    .invest-content {
        padding: 9rem 0 2rem;
    }
    .invest-list .invest-item {
        width: calc((100% - 160px) / 3);
        margin-right: 80px;
    }
}

@media only screen and (max-width:1440px) {
    .allpage-banner .theme.invest .cn {
        font-size: 4rem;
    }
    .allpage-banner .theme.invest .line {
        height: 40px;
    }
    .allpage-banner .theme.invest .en {
        font-size: 2.5rem;
    }
}

@media only screen and (max-width:1280px) {
    .invest-content {
        padding: 6rem 0 2rem;
    }
    .invest-list .invest-item {
        width: calc((100% - 80px) / 3);
        margin-right: 40px;
        margin-bottom: 54px;
    }
    .invest-list .invest-item .info {
        margin-top: 20px;
    }
    .invest-list .invest-item .info .time {
        margin-top: 15px;
    }
    .invest-list .invest-item .more {
        margin: 12px 0 5px;
    }
}

@media only screen and (max-width:1024px) {
    .allpage-banner .theme.invest .cn {
        font-size: 3rem;
    }
    .invest-content {
        padding: 4rem 0 2rem;
    }
    .invest-list .invest-item .info .tt {
        font-size: 1.6rem;
        height: calc(1.6rem * 1.66);
    }
    .invest-list .invest-item .info .desc {
        margin-top: 10px;
    }
    .invest-list .invest-item .img img {
        width: 100%;
        height: auto;
    }
}

@media only screen and (max-width:800px) {
    .invest-list .invest-item {
        width: calc((100% - 30px) / 2);
        margin-right: 30px;
        margin-bottom: 38px;
    }
    .invest-list .invest-item:nth-child(3n) {
        margin-right: 30px;
    }
    .invest-list .invest-item:nth-child(2n) {
        margin-right: 0;
    }
}

@media only screen and (max-width:500px) {
    .invest-list .invest-item {
        width: 100%;
        margin-right: 0;
    }
    .invest-list .invest-item:nth-child(3n) {
        margin-right: 0;
    }
    .invest-list .invest-item .info .time {
        margin-top: 8px;
    }
    .allpage-banner .theme.invest .cn {
        font-size: 2.5rem;
    }
    .allpage-banner .theme.invest .line {
        height: 30px;
    }
    .allpage-banner .theme.invest .line::after {
        height: 28px;
    }
    .allpage-banner .theme.invest .en {
        font-size: 2rem;
    }
}


/* =========

  新闻资讯

  ========== */

.tolist {
    width: 140px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #c8a05a;
    padding-left: 30px;
    position: relative;
    font-size: 1.16rem;
    color: #c8a05a;
    display: block;
    margin: 0 auto;
    transition: all .5s ease;
    z-index: 11;
}

.tolist:before {
    content: "";
    width: 0;
    height: 100%;
    background-color: #c8a05a;
    position: absolute;
    left: 0;
    top: 0;
}

.tolist:after {
    content: "";
    width: 8px;
    height: 8px;
    border-style: solid;
    border-width: 1px;
    border-color: #c8a05a #c8a05a transparent transparent;
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -4px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -moz-transform: rotate(45deg);
    /* Firefox */
    -webkit-transform: rotate(45deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(45deg);
    /* Opera */
}

@media only screen and (min-width: 601px) {
    .tolist:hover {
        color: #fff;
    }
    .tolist:hover:before {
        width: 100%;
        z-index: -1;
    }
    .tolist:hover:after {
        border-color: #fff #fff transparent transparent;
    }
}


/* =========

  新闻列表

  ========== */

.news-box {
    padding-bottom: 70px;
    margin-top: 50px;
}

.news-showlist {
    padding-top: 60px;
}

.news-showlist .lin {
    display: block;
    margin-bottom: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
}

.news-showlist .lin .imgbox {
    overflow: hidden;
    width: 280px;
    height: 195px;
    margin-right: 60px;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-flex: 1;
}

.news-showlist .lin .imgbox .img {
    height: 100%;
    transition: all .5s ease;
    transform: scale(1);
}

.news-showlist .lin .main {
    width: calc(100% - 340px);
    position: relative;
}

.news-showlist .lin .main .time {
    font-size: 1rem;
    color: #01499b;
    font-family: "ziti2";
    margin-bottom: 30px;
}

.news-showlist .lin .main .title {
    font-size: 1.5rem;
    color: #000000;
    margin-bottom: 10px;
}

.news-showlist .lin .main .demo {
    font-size: 1.16rem;
    color: #5a5a5a;
    line-height: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news-showlist .lin .main .more {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 160px;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #000000;
    transition: all .5s ease;
}

.news-showlist .lin .main .more .word {
    padding-right: 30px;
    font-size: 1rem;
    color: #000000;
    font-family: "ziti2";
    position: relative;
    transition: all .5s ease;
    white-space: nowrap;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.news-showlist .lin .main .more .word:before {
    content: "";
    width: 8px;
    height: 2px;
    background-color: #000;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -1px;
}

.news-showlist .lin .main .more .word:after {
    content: "";
    width: 2px;
    height: 8px;
    background-color: #000;
    position: absolute;
    right: 3px;
    top: 50%;
    margin-top: -4px;
}

@media only screen and (min-width: 601px) {
    .news-showlist .lin:hover .imgbox .img {
        transform: scale(1.1);
    }
    .news-showlist .lin:hover .main .more {
        background-color: #01499b;
    }
    .news-showlist .lin:hover .main .more .word {
        left: 50%;
        transform: translate(-50%, -50%);
        color: #ffffff;
    }
    .news-showlist .lin:hover .main .more .word:before,
    .news-showlist .lin:hover .main .more .word:after {
        background-color: #ffffff;
    }
}

@media only screen and (max-width:1280px) {
    .dl-link.news {
        margin-bottom: 60px;
    }
    .news-showlist {
        padding-top: 30px;
        padding-bottom: 40px;
    }
}

@media only screen and (max-width:1024px) {
    .dl-link.news {
        margin-bottom: 30px;
    }
    .nclass-name {
        padding: 30px 0;
    }
    .nclass-name .cn {
        font-size: 3rem;
    }
    .nclass-name .en {
        font-size: 2rem;
    }
    .news-showlist .lin {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width:800px) {
    .news-showlist .lin .imgbox {
        margin-right: 30px;
    }
    .news-showlist .lin .main {
        width: calc(100% - 310px);
    }
}

@media only screen and (max-width:640px) {
    .news-showlist .lin {
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    .news-showlist .lin .imgbox {
        width: 100%;
        height: auto;
        margin-right: 0;
        margin-bottom: 3%;
    }
    .news-showlist .lin .imgbox .img {
        height: auto;
        padding-top: calc(195 / 280 * 100%);
    }
    .news-showlist .lin .main {
        width: 100%;
    }
    .news-showlist .lin .main .time {
        margin-bottom: 3%;
    }
    .news-showlist .lin .main .more {
        position: relative;
    }
}

@media only screen and (max-width:414px) {
    .dl-link.news {
        margin-bottom: 6%;
    }
    .nclass-name {
        padding: 6% 0;
    }
    .nclass-name .cn {
        font-size: 2.5rem;
    }
    .nclass-name .en {
        font-size: 1.6rem;
    }
    .news-showlist {
        padding-top: 5%;
        padding-bottom: 6%;
    }
    .news-showlist .lin {
        margin-bottom: 5%;
    }
}


/* =========

  新闻详情 

  ========== */

.content-bg {
    background-color: #f5f5f5;
    padding: 50px 0;
}

.nview-top {
    max-width: 1000px;
    margin: 50px auto 0;
}

.nview-top .titlebox {
    border-bottom: 1px solid #e6e6e6;
    padding-left: 130px;
    height: 105px;
    position: relative;
}

.nview-top .titlebox .timebox {
    width: 105px;
    height: 100%;
    background-color: #f5f5f5;
    padding-top: 20px;
    padding-left: 20px;
    position: absolute;
    left: 0;
    top: 0;
}

.nview-top .titlebox .timebox .day {
    font-size: 3rem;
    color: #003881;
    font-family: "ziti3"
}

.nview-top .titlebox .timebox .date {
    font-size: 1.5rem;
    color: #003881;
    font-family: "ziti3"
}

.nview-top .titlebox .title {
    font-size: 3rem;
    line-height: 1.2;
    color: #000000;
    font-family: 'ziti';
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.nview-top .bottom {
    position: relative;
    padding: 20px 0 20px 130px;
}

.nview-top .bottom .view {
    width: 110px;
    position: absolute;
    left: 0;
    top: 50%;
    padding-left: 30px;
    padding-right: 20px;
    font-size: 1.16rem;
    color: #313131;
    height: 20px;
    line-height: 20px;
    font-family: "ziti3";
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url(../images/dview.png);
    border-right: 1px solid #e6e6e6;
    margin-top: -10px;
}

.nview-top .bottom .share {
    width: 120px;
    float: left;
}

.nview-top .bottom .share .bdsharebuttonbox a {
    width: 24px;
    height: 20px;
    background-position: center;
    margin: 0 5px;
    display: inline-block;
}

.nview-top .bottom .share .bdsharebuttonbox a.bds_weixin {
    background-image: url(../images/sweixin.png);
}

.nview-top .bottom .share .bdsharebuttonbox a.bds_tsina {
    background-image: url(../images/sweibo.png);
}

.nview-top .bottom .share .bdsharebuttonbox a.bds_more {
    background-image: url(../images/share.png);
}

.nview-content {
    font-size: 1.33rem;
    color: #5a5a5a;
    line-height: 2;
    overflow: hidden;
    max-width: 1000px;
    margin: 0 auto;
}

@media only screen and (max-width:1280px) {
    .nview-top {
        margin-bottom: 30px;
    }
    .nview-top .titlebox {
        margin-bottom: 3%;
        border-bottom: 1px solid #e6e6e6;
        padding-left: 130px;
        height: 105px;
    }
}

@media only screen and (max-width:1024px) {
    .nview-top .titlebox {
        padding-left: 100px;
        height: 90px;
    }
    .nview-top .titlebox .timebox {
        width: 90px;
        padding: 10px;
    }
    .nview-top .titlebox .title {
        font-size: 2.5rem;
    }
    .nview-top {
        margin-bottom: 0;
    }
    .nview-content {
        padding: 0 3%;
    }
}

@media only screen and (max-width:414px) {
    .nview-top {
        margin-bottom: 6%;
    }
    .nview-top .titlebox {
        padding-left: 0;
        height: auto;
        padding-bottom: 3%;
    }
    .nview-top .titlebox .timebox {
        display: none;
    }
    .nview-top .titlebox .title {
        font-size: 2rem;
    }
    .content-bg {
        padding: 25px 0;
    }
    .nview-top .bottom {
        padding: 20px 0 20px 102px;
    }
    .nview-top .bottom .view {
        width: 90px;
    }
}


/* =========

  关于我们

  ========== */

.about-theme {
    margin-top: 80px;
    margin-bottom: 60px;
    padding: 30px 0;
    font-size: 3.5rem;
    color: #000000;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    text-align: center;
    font-family: "ziti";
}


/*关于我们通用轮播*/

.about-swiper {
    padding: 50px 0;
}

.about-swiper .swiper-wrapper .swiper-slide .aitem {
    position: relative;
    height: 350px;
}

.about-swiper .swiper-wrapper .swiper-slide .aitem .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.about-swiper .swiper-wrapper .swiper-slide .aitem .main {
    position: relative;
    z-index: 11;
    text-align: center;
}

.about-swiper .swiper-wrapper .swiper-slide .aitem .main .en {
    font-size: 1.16rem;
    color: #c8c8c8;
    font-family: "ziti1";
    margin-bottom: 10px;
}

.about-swiper .swiper-wrapper .swiper-slide .aitem .main .cn {
    font-size: 3rem;
    color: #fff;
    font-family: "ziti";
    margin-bottom: 40px;
}

.about-swiper .swiper-wrapper .swiper-slide .aitem .main .more {
    width: 140px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, .35);
    margin: 0 auto;
    transition: all .5s;
}

.about-swiper .swiper-wrapper .swiper-slide .aitem .main .more .word {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding-right: 30px;
    position: relative;
    font-size: 1.16rem;
    color: #fff;
}

.about-swiper .swiper-wrapper .swiper-slide .aitem .main .more:hover {
    border: 1px solid #003881;
    background: #003881;
    ;
}

.about-swiper .swiper-wrapper .swiper-slide .aitem .main .more .word:after {
    content: "";
    width: 8px;
    height: 8px;
    border-style: solid;
    border-width: 1px;
    border-color: #fff #fff transparent transparent;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -4px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -moz-transform: rotate(45deg);
    /* Firefox */
    -webkit-transform: rotate(45deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(45deg);
    /* Opera */
}

.about-swiper .about-prev {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 30px;
    top: 50%;
    margin-top: -30px;
    z-index: 11;
    cursor: pointer;
}

.about-swiper .about-prev:after {
    content: "";
    width: 40px;
    height: 40px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(255, 255, 255, 0.5) transparent transparent rgba(255, 255, 255, 0.5);
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -10px;
    margin-top: -20px;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    /* IE 9 */
    -moz-transform: rotate(-45deg);
    /* Firefox */
    -webkit-transform: rotate(-45deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(-45deg);
    /* Opera */
}

.about-swiper .about-next {
    width: 60px;
    height: 60px;
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -30px;
    z-index: 11;
    cursor: pointer;
}

.about-swiper .about-next:after {
    content: "";
    width: 40px;
    height: 40px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(255, 255, 255, 0.5) transparent transparent rgba(255, 255, 255, 0.5);
    position: absolute;
    right: 50%;
    top: 50%;
    margin-right: -10px;
    margin-top: -20px;
    transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    /* IE 9 */
    -moz-transform: rotate(135deg);
    /* Firefox */
    -webkit-transform: rotate(135deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(135deg);
    /* Opera */
}


/*关于我们通用轮播end*/


/*企业简介*/

.company-box {
    background-color: #f5f5f5;
    display: flex;
    padding: 120px 150px;
}

.company-box .c-left {
    padding-right: 60px;
}

.company-box .c-left .en {
    font-size: 1.16rem;
    color: #003881;
    font-family: 'ziti2';
    position: relative;
    padding-left: 112px;
}

.company-box .c-left .en::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 85px;
    height: 1px;
    background-color: #003881;
}

.company-box .c-left .ab-bg {
    font-size: 11rem;
    color: #ececec;
    font-family: 'ziti2';
    white-space: nowrap;
    margin-top: 32px;
}

.company-box .c-right .since {
    font-size: 4rem;
    color: #d0d0d0;
    font-family: 'ziti2';
}

.company-box .c-right .cn {
    font-size: 2rem;
    color: #003881;
    font-family: 'ziti4';
}

.company-box .c-right .en {
    font-size: 1.16rem;
    color: #cecece;
    font-family: 'ziti2';
}

.company-box .c-right .content {
    font-size: 1.25rem;
    color: #4a4a4a;
    line-height: 2;
    margin-top: 30px;
}

.company-list .c-item {
    display: flex;
}

.company-list .c-item:nth-child(2n) {
    flex-direction: row-reverse;
}

.company-list .c-item .l-img {
    width: 50%;
}

.company-list .c-item .l-img .img {
    padding-top: calc(556 / 890 * 100%);
    position: relative;
}

.company-list .c-item .r-msg {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 86px;
}

.company-list .c-item:nth-child(2n) .r-msg {
    padding-left: 0;
    padding-right: 86px;
    align-items: flex-end;
    background: #f5f5f5;
}

.company-list .c-item .r-msg .msg {
    max-width: 75%;
}

.company-list .c-item .r-msg .cn {
    font-size: 2rem;
    color: #003881;
    line-height: 1.5;
}

.company-list .c-item .r-msg .desc {
    font-size: 1.25rem;
    color: #4a4a4a;
    line-height: 2.4;
    margin-top: 24px;
    max-height: 300px;
    overflow-y: auto;
}

.company-bj {
    padding: 80px 3% 100px;
}

.company-bj .c-item {
    display: flex;
    border: 1px solid #eeeeee;
    max-width: 1392px;
    margin-left: auto;
    margin-right: auto;
}

.company-bj .c-item .l-img {
    width: 342px;
}

.company-bj .c-item .l-img .img {
    padding-top: calc(242 / 342 * 100%);
    position: relative;
}

.company-bj .c-item .r-msg {
    flex: 1;
    background-color: #fcfcfc;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 90px 0 60px;
}

.company-bj .c-item .r-msg .title {
    display: flex;
    align-items: center;
}

.company-bj .c-item .r-msg .title .cn {
    font-size: 1.5rem;
    color: #003881;
}

.company-bj .c-item .r-msg .title .en {
    font-size: 1.33rem;
    color: #dbdbdb;
    margin-left: 10px;
}

.company-bj .c-item .r-msg .desc {
    font-size: 1.33rem;
    color: #222222;
    line-height: 1.8;
    margin-top: 20px;
}

@media only screen and (max-width:1480px) {
    .company-box {
        padding: 80px 3%;
    }
    .company-list .c-item .r-msg {
        padding-left: 60px;
    }
    .company-list .c-item .r-msg .msg {
        max-width: 90%;
    }
    .company-list .c-item .r-msg .desc {
        max-height: 240px;
    }
}

@media only screen and (max-width:1360px) {
    .about-theme {
        margin-top: 60px;
        margin-bottom: 40px;
    }
}

@media only screen and (max-width:1280px) {
    .about-theme {
        margin-top: 40px;
        margin-bottom: 40px;
        font-size: 3rem;
    }
    .intro-bg {
        padding-bottom: 30px;
    }
    .about-swiper {
        padding: 30px 0;
    }
}

@media only screen and (max-width:1024px) {
    .about-theme {
        margin-top: 6%;
        margin-bottom: 6%;
        padding: 3%;
        font-size: 2.5rem;
    }
    .about-swiper .swiper-wrapper .swiper-slide .aitem .main .cn {
        font-size: 2.5rem;
        margin-bottom: 30px;
    }
    .about-swiper .about-prev {
        display: none;
    }
    .about-swiper .about-next {
        display: none;
    }
    .company-box {
        display: block;
    }
    .company-box .c-left {
        padding-right: 0;
    }
    .company-list {
        width: 94%;
        margin: 0 auto;
    }
    .company-list .c-item {
        display: block;
    }
    .company-list .c-item .l-img {
        width: 100%;
    }
    .company-list .c-item .r-msg {
        width: 100%;
        padding-left: 0;
    }
    .company-list .c-item:nth-child(2n) .r-msg {
        padding-right: 0;
    }
    .company-list .c-item .r-msg .msg {
        max-width: 100%;
        width: 94%;
        margin: 0 auto;
        padding: 3% 0;
    }
    .company-list .c-item .r-msg .desc {
        max-height: 100%;
    }
    .company-bj {
        padding: 40px 3% 60px;
    }
    .company-bj .c-item .r-msg {
        padding: 0 38px 0 30px;
    }
    .company-box .c-left .ab-bg {
        margin-top: 0;
    }
}

@media only screen and (max-width:800px) {
    .about-swiper .swiper-wrapper .swiper-slide .aitem {
        height: 300px;
    }
    .company-bj .c-item {
        display: block;
    }
    .company-bj .c-item .l-img {
        width: 100%;
    }
    .company-bj .c-item .r-msg {
        padding: 3%;
    }
    .company-box {
        padding: 50px 3%;
    }
    .company-box .c-left .ab-bg {
        font-size: 9rem;
    }
    .company-box .c-right .since {
        font-size: 3rem;
    }
}

@media only screen and (max-width:640px) {
    .company-list .c-item .r-msg .cn {
        font-size: 1.5rem;
    }
    .company-list .c-item .r-msg .desc {
        line-height: 2;
        margin-top: 10px;
    }
    .company-bj {
        padding: 30px 3%;
    }
}

@media only screen and (max-width:414px) {
    .about-theme {
        font-size: 2rem;
    }
    .intro-bg {
        padding-bottom: 6%;
    }
    .about-swiper {
        padding: 6% 0;
    }
    .about-swiper .swiper-wrapper .swiper-slide .aitem .main .cn {
        margin-bottom: 6%;
        font-size: 2rem;
    }
    .about-swiper .swiper-wrapper .swiper-slide .aitem {
        height: 260px;
    }
    .company-box .c-left .ab-bg {
        font-size: 7rem;
    }
    .company-box .c-right .since {
        font-size: 2rem;
    }
    .company-box .c-right .cn {
        font-size: 1.5rem;
    }
}


/*企业文化*/

.culture-list .item {
    width: calc((100% - 120px) / 2);
    height: 270px;
    float: left;
    position: relative;
    border-top: 1px solid #dcdcdc;
    padding-top: 50px;
}

.culture-list .item:nth-child(2) {
    float: right;
}

.culture-list.bottom .item {
    border-top: none;
    height: 200px;
    border-bottom: 1px solid #dcdcdc;
}

.culture-list.bottom .item:nth-child(3) {
    border: none;
    width: 100%;
}

.culture-list .item .box {
    padding-left: 110px;
    position: relative;
}

.culture-list .item .box .ico {
    width: 85px;
    height: 85px;
    position: absolute;
    left: 0;
    top: 0;
}

.culture-list .item .box .title {
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
}

.culture-list .item .box .title:after {
    content: "";
    width: 18px;
    height: 1px;
    background-color: #01499b;
    position: absolute;
    left: 0;
    bottom: 0;
}

.culture-list .item .box .title .cn {
    font-size: 1.5rem;
    line-height: 24px;
    color: #1a1a1a;
}

.culture-list .item .box .title .en {
    font-size: 1.16rem;
    line-height: 20px;
    color: #c5c5c5;
    font-family: "ziti1";
}

.culture-list .item .box .content {
    font-size: 1.16rem;
    color: #232323;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 116px;
}


/*喆创精神*/

.culture-spirit {
    padding-top: 70px;
    padding-bottom: 40px;
    background-color: #f5f5f5;
}

.culture-spirit .left {
    margin-bottom: 60px;
}

.culture-spirit .left .title {
    position: relative;
    font-size: 0;
    line-height: 30px;
}

.culture-spirit .left .title .cn {
    font-size: 2rem;
    color: #003881;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-right: 50px;
    position: relative;
}

.culture-spirit .left .title .cn:after {
    content: "";
    width: 50px;
    height: 2px;
    background-color: #003881;
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.culture-spirit .left .title .msg {
    font-size: 2rem;
    color: #003881;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.culture-spirit .right .list .ritem {
    width: calc((100% - 100px) / 2);
    margin-right: 100px;
    float: left;
    margin-bottom: 60px;
}

.culture-spirit .right .list .ritem:nth-child(2n) {
    margin-right: 0;
}

.culture-spirit .right .list .ritem .img {
    height: 60px;
    margin-bottom: 20px;
    background-position: left;
    background-repeat: no-repeat;
}

.culture-spirit .right .list .ritem .en {
    font-size: 14px;
    color: #c5c5c5;
    line-height: 20px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
}

.culture-spirit .right .list .ritem .en:after {
    content: "";
    width: 18px;
    height: 1px;
    background-color: #01499b;
    position: absolute;
    left: 0;
    bottom: 0;
}

.culture-spirit .right .list .ritem .content {
    font-size: 1.16rem;
    color: #232323;
    line-height: 2rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

@media only screen and (max-width: 1280px) {
    .culture-list .item {
        width: calc((100% - 80px) / 2);
        height: 240px;
    }
    .culture-spirit {
        padding-top: 50px;
        padding-bottom: 30px;
    }
}

@media only screen and (max-width: 1024px) {
    .culture-list .item {
        width: calc((100% - 50px) / 2);
        padding-top: 40px;
    }
    .culture-spirit .left {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 768px) {
    .culture-list .item .box {
        padding-left: 95px;
    }
    .culture-list .item .box .ico {
        width: 70px;
        height: 70px;
    }
    .culture-spirit .right .list .ritem {
        width: calc((100% - 50px) / 2);
        margin-right: 50px;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 640px) {
    .culture-list .item {
        width: 100%;
        height: auto;
        float: none;
        padding-top: 6%;
        padding-bottom: 6%
    }
    .culture-list .item:nth-child(2n) {
        float: none;
    }
    .culture-list.bottom .item {
        height: auto;
    }
    .culture-list .item .box .content {
        height: auto;
    }
    .culture-list .item .box {
        padding-left: 85px;
    }
    .culture-list .item .box .ico {
        width: 60px;
        height: 60px;
    }
    .culture-spirit .right .list .ritem {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 414px) {
    .culture-spirit {
        padding-top: 6%;
        padding-bottom: 5%;
    }
    .culture-spirit .right .list .ritem {
        margin-bottom: 6%;
    }
    .culture-spirit .left {
        margin-bottom: 6%;
    }
}


/*发展历程*/

.history-box .hitem {
    padding: 50px 0;
    border-bottom: 1px solid #ebebeb;
}

.history-box .hitem:nth-child(1) {
    padding-top: 0;
}

.history-box .hitem .title {
    margin-bottom: 30px;
    text-align: center;
}

.history-box .hitem .title .cn {
    font-size: 2.16rem;
    color: #000000;
    margin-bottom: 5px;
}

.history-box .hitem .title .en {
    font-size: 1.5rem;
    color: #003881;
    font-family: "ziti2";
}

.history-box .hitem .img {
    padding-top: calc(400 / 1100 * 100%);
    margin-bottom: 30px;
}

.history-box .hitem .content {
    font-size: 1.33rem;
    color: #232323;
    line-height: 2;
    text-align: center;
}

@media only screen and (max-width:1280px) {
    .history-box .hitem {
        padding: 30px 0;
    }
}

@media only screen and (max-width:414px) {
    .history-box .hitem {
        padding: 6% 0;
    }
    .history-box .hitem .img {
        margin-bottom: 6%;
    }
}


/*合作伙伴*/

.partner-box {
    padding-top: 38px;
}

.partner-box .pitem {
    width: calc((100% - 165px) / 3);
    margin-right: 82px;
    float: left;
    overflow: hidden;
    margin-bottom: 40px;
}

.partner-box .pitem:nth-child(3n) {
    margin-right: 0;
}

.partner-box .pitem .imgbox {
    padding-right: 21px;
    padding-bottom: 23px;
    position: relative;
    margin-bottom: 5px;
}

.partner-box .pitem .imgbox .bg {
    background-color: #f3f3f3;
    position: absolute;
    bottom: 0;
    right: 0;
    width: calc(100% - 21px);
    height: calc(100% - 23px);
}

.partner-box .pitem .imgbox .img {
    padding-top: calc(168 / 288 * 100%);
    position: relative;
    z-index: 1;
}

.partner-box .pitem .title {
    padding-left: 21px;
}

.partner-box .pitem .title .cn {
    font-size: 1.83rem;
    color: #4f4f4f;
    line-height: 2;
}

.partner-box .pitem .title .en {
    font-size: 1.25rem;
    color: #b6b5b5;
    font-style: italic;
}

@media only screen and (max-width:1280px) {
    .partner-box .pitem {
        width: calc((100% - 108px) / 3);
        margin-right: 54px;
    }
}

@media only screen and (max-width:1024px) {
    .partner-box {
        padding-top: 0;
    }
    .partner-box .pitem {
        width: calc((100% - 60px) / 3);
        margin-right: 30px;
    }
    .partner-box .pitem .title .cn {
        font-size: 1.5rem;
    }
}

@media only screen and (max-width:800px) {
    .partner-box .pitem {
        width: calc((100% - 20px) / 2);
        margin-right: 20px;
    }
    .partner-box .pitem:nth-child(3n) {
        margin-right: 20px;
    }
    .partner-box .pitem:nth-child(2n) {
        margin-right: 0;
    }
}

@media only screen and (max-width:414px) {
    .partner-box .pitem {
        margin-bottom: 28px;
    }
    .partner-box .pitem .imgbox {
        padding-right: 12px;
        padding-bottom: 12px;
    }
    .partner-box .pitem .title .cn {
        font-size: 1.25rem;
        line-height: 1.5;
    }
    .partner-box .pitem .title .en {
        font-size: 1.16rem;
    }
}


/*团队风采*/

.team-bg .team-list {
    overflow: hidden;
}

.team-bg .team-list .lit {
    width: calc((100% - 110px) / 3);
    float: left;
    margin-right: 55px;
    margin-bottom: 60px;
}

.team-bg .team-list .lit:nth-child(3n) {
    margin-right: 0;
}

.team-bg .team-list .lit .imgbox {
    overflow: hidden;
}

.team-bg .team-list .lit .imgbox .img {
    padding-top: calc(230 / 330 * 100%);
    transition: all .5s ease;
    transform: scale(1);
}

.team-bg .team-list .lit .main {
    padding: 15px 20px;
    border-style: solid;
    border-width: 1px;
    border-color: transparent #e6e6e6 #e6e6e6 #e6e6e6;
}

.team-bg .team-list .lit .main .title {
    font-size: 16px;
    color: #000000;
    line-height: 20px;
    margin-bottom: 5px;
    transition: all .5s ease;
}

.team-bg .team-list .lit .main .time {
    font-size: 12px;
    color: #01499b;
    font-family: "ziti2";
}


/*分页*/

.all-Page-box {
    text-align: center;
}

.all-Page-box .btn {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin: 0 3px;
    border: 1px solid #dddddd;
    font-size: 1.16rem;
    color: #8d8d8d;
}

.all-Page-box .btn.song {
    width: auto;
    padding: 0 18px;
    color: #ababab;
    border: 1px solid #ffffff;
}

.all-Page-box .btn.song.null {
    display: none;
}

.all-Page-box .btn.on {
    background-color: #003881;
    color: #ffffff;
    border: 1px solid #003881;
}

.all-Page-box .select,
.all-Page-box .f-right {
    display: none;
}


/*分页end*/

@media only screen and (min-width: 601px) {
    .team-bg .team-list .lit:hover .imgbox .img {
        transform: scale(1.1);
    }
    .team-bg .team-list .lit:hover .main .title {
        color: #003881;
    }
}

@media only screen and (max-width:1280px) {
    .team-bg .team-list .lit {
        width: calc((100% - 80px) / 3);
        margin-right: 40px;
        margin-bottom: 40px;
    }
}

@media only screen and (max-width:1024px) {
    .team-bg .team-list .lit {
        width: calc((100% - 40px) / 3);
        margin-right: 20px;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width:800px) {
    .team-bg .team-list .lit {
        width: calc((100% - 30px) / 2);
        margin-right: 30px;
    }
    .team-bg .team-list .lit:nth-child(3n) {
        margin-right: 30px;
    }
    .team-bg .team-list .lit:nth-child(2n) {
        margin-right: 0;
    }
}

@media only screen and (max-width:414px) {
    .team-bg .team-list .lit {
        width: 100%;
        margin-right: 0;
        margin-bottom: 6%;
    }
}


/*团队风采end*/


/* =========

  人才发展

  ========== */

.rment-banner {
    padding: 326px 0;
    position: relative;
}

.rment-banner.ab {
    padding: 224px 0;
}

.rment-banner .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.rment-banner .main {
    position: relative;
    z-index: 11;
    padding-top: 40px;
    padding-right: 100px;
    padding-bottom: 40px;
    padding-left: 150px;
    float: left;
    background-color: #003881;
    width: 50%;
}

.rment-banner .main .title {
    margin-bottom: 10px;
}

.rment-banner .main .title .en {
    font-size: 5rem;
    color: #fff;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-family: "ziti2";
    margin-right: 10px;
}

.rment-banner .main .title .cn {
    font-family: "ziti";
    font-size: 4.66rem;
    color: #fff;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.rment-banner.ab .main .title .cn {
    font-family: 'ziti4';
}

.rment-banner .main .jtbox {
    text-align: right;
    padding-right: 104px;
}

.rment-banner .main .jtbox .jt {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 2px solid #fff;
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    cursor: pointer;
}

.rment-banner .main .jtbox .jt:after {
    content: "";
    width: 10px;
    height: 10px;
    border-style: solid;
    border-width: 2px;
    border-color: transparent #fff #fff transparent;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -5px;
    margin-top: -7px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -moz-transform: rotate(45deg);
    /* Firefox */
    -webkit-transform: rotate(45deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(45deg);
    /* Opera */
}

@media only screen and (max-width:1440px) {
    .rment-banner .main .title .en {
        font-size: 4rem;
    }
    .rment-banner .main .title .cn {
        font-size: 3.66rem;
    }
}

@media only screen and (max-width:1360px) {
    .rment-banner {
        padding: 280px 0;
    }
}

@media only screen and (max-width:1280px) {
    .rment-banner {
        padding: 230px 0;
    }
    .rment-banner.ab .main {
        padding-left: 70px;
        padding-right: 70px;
    }
}

@media only screen and (max-width:1024px) {
    .rment-banner,
    .rment-banner.ab {
        padding: 200px 0;
    }
    .rment-banner .main,
    .rment-banner.ab .main {
        padding-top: 30px;
        padding-right: 40px;
        padding-bottom: 30px;
        padding-left: 60px;
    }
    .rment-banner .main .title .en {
        font-size: 3.5rem;
    }
    .rment-banner .main .title .cn {
        font-size: 3.16rem;
    }
    .rment-banner .main .jtbox .jt {
        width: 30px;
        height: 30px;
    }
    .rment-banner .main .title {
        padding-left: 0;
        margin-bottom: 0;
    }
}

@media only screen and (max-width:800px) {
    .rment-banner,
    .rment-banner.ab {
        padding: 150px 0;
    }
    .rment-banner .main,
    .rment-banner.ab .main {
        padding: 3%;
        width: auto;
    }
    .rment-banner .main .title .en {
        font-size: 3rem;
    }
    .rment-banner .main .title .cn {
        font-size: 2.6rem;
    }
    .rment-banner .main .jtbox .jt {
        display: none;
    }
}

@media only screen and (max-width:414px) {
    .rment-banner,
    .rment-banner.ab {
        padding: 100px 0;
    }
    .rment-banner .main .title .en {
        font-size: 2.5rem;
    }
    .rment-banner .main .title .cn {
        font-size: 2rem;
    }
}


/*人才理念*/

.rment-think .titem {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    height: 515px;
}

.rment-think .titem .limg {
    width: 50%;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-flex: 1;
    background-color: #003881;
    display: flex;
    align-items: center;
    padding-left: 7.5rem;
}

.rment-think .titem .limg .info {
    font-size: 1.16rem;
    color: #ffffff;
    line-height: 2.5;
}

.rment-think .titem .main {
    width: 50%;
}

.rment-think .titem .main .box {
    padding: 0 50px;
    text-align: center;
    max-width: 100%;
}

.rment-think .titem .main .box .ico {
    padding-bottom: 30px;
    margin-bottom: 20px;
    position: relative;
}

.rment-think .titem .main .box .ico:after {
    content: "";
    width: 26px;
    height: 1px;
    background-color: #c1c1c1;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -13px;
}

.rment-think .titem .main .box .content {
    font-size: 1.6rem;
    color: #262626;
    line-height: 3rem;
    font-family: "ziti";
}

.rment-think .titem:nth-child(2) .main .box .content {
    font-size: 1.33rem;
    color: #262626;
    line-height: 2;
    font-family: "Arial", "sans-serif";
}

.rment-think .titem .simg {
    width: 25%;
}

@media only screen and (max-width:1280px) {
    .rment-think .titem {
        height: 440px;
    }
}

@media only screen and (max-width:1024px) {
    .rment-think .titem {
        height: 400px;
    }
    .rment-think .titem {
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        height: auto;
    }
    .rment-think .titem .main {
        width: 100%;
    }
    .rment-think .titem .main .box {
        padding: 5% 0;
        width: 80%;
    }
    .rment-think .titem .main .box .ico {
        padding-bottom: 20px;
        margin-bottom: 10px;
    }
    .rment-think .titem .main .box .ico img {
        width: 70px;
        display: block;
        margin: 0 auto;
    }
    .rment-think .titem .main .box .content {
        padding: 0 3%;
    }
    .rment-think .titem .limg {
        width: 100%;
        padding: 4% 3%;
    }
    .rment-think .titem .simg {
        width: 100%;
        padding-top: calc(650 / 440 * 100%);
    }
}

@media only screen and (max-width:800px) {}


/*人才理念end*/


/*职位空缺*/

.career-bg {
    padding-top: 80px;
    padding-bottom: 90px;
    background-color: #f5f5f5;
}

.career-bg .incareer {
    max-width: 1480px;
}

.career-bg .incareer .img {
    height: 350px;
}

.career-bg .incareer .main {
    max-width: 1000px;
    padding-top: 80px;
    margin-top: -80px;
    text-align: center;
    background-color: #f5f5f5;
}

.career-bg .incareer .main .b-title {
    font-size: 5.66rem;
    color: #003881;
    margin-bottom: 4rem;
}

.career-bg .incareer .main .title {
    margin-bottom: 60px;
}

.career-bg .incareer .main .title .cn {
    font-family: "ziti";
    font-size: 3.33rem;
    color: #191919;
}

.career-bg .incareer .main .title .en {
    font-size: 1.33rem;
    color: #003881;
    font-family: "ziti1";
}

.career-bg .incareer .main .link {
    width: 315px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #003881;
    padding-left: 40px;
    text-align: center;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    position: relative;
}

.career-bg .incareer .main .link:after {
    content: "";
    width: 40px;
    height: 38px;
    background-color: #003881;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/job_03.png);
    position: absolute;
    left: 0;
    top: 0;
}


/*职位空缺end*/

@media only screen and (max-width:1480px) {
    .career-bg .incareer .main .b-title {
        font-size: 4rem;
    }
}

@media only screen and (max-width:1360px) {
    .career-bg {
        padding-top: 60px;
        padding-bottom: 70px;
    }
    .career-bg .incareer .img {
        height: 300px;
    }
    .career-bg .incareer .main {
        padding-top: 60px;
        margin-top: -60px;
    }
}

@media only screen and (max-width:1280px) {
    .career-bg {
        padding-top: 40px;
        padding-bottom: 50px;
    }
    .career-bg .incareer .img {
        height: 250px;
    }
    .career-bg .incareer .main {
        padding-top: 40px;
        margin-top: -40px;
    }
    .career-bg .incareer .main .title {
        margin-bottom: 40px;
    }
    .career-bg .incareer .main .title .cn {
        font-size: 3rem;
    }
    .career-bg .incareer .main .b-title {
        font-size: 3.5rem;
        margin-bottom: 2rem;
    }
}

@media only screen and (max-width:1024px) {
    .career-bg .incareer .main {
        padding-top: 3%;
        margin-top: 0px;
    }
    .career-bg .incareer .main .title {
        margin-bottom: 30px;
    }
    .career-bg .incareer .main .title .cn {
        font-size: 2.5rem;
    }
    .career-bg .incareer .main .b-title {
        font-size: 3rem;
    }
}

@media only screen and (max-width:640px) {
    .career-bg .incareer .main .b-title {
        font-size: 2.5rem;
        margin-bottom: 1rem;
    }
}

@media only screen and (max-width:414px) {
    .career-bg {
        padding-top: 4%;
        padding-bottom: 5%;
    }
    .career-bg .incareer .img {
        height: 200px;
    }
    .career-bg .incareer .main .title {
        margin-bottom: 6%;
    }
    .career-bg .incareer .main .title .cn {
        font-size: 2rem;
    }
    .career-bg .incareer .main .link {
        width: 100%;
    }
}


/*职位列表*/

.job-bg {
    padding-bottom: 60px;
}

.job-bg .job-table {
    margin-bottom: 50px;
}

.job-bg .job-table .head {
    height: 50px;
    line-height: 50px;
    background-color: #003881;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
}

.job-bg .job-table .head .hh {
    font-size: 1.25rem;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.job-bg .job-table .head .hh.h1 {
    width: 36%;
    padding-left: 30px;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-flex: 1;
}

.job-bg .job-table .head .hh.h2 {
    width: 16%;
}

.job-bg .job-table .head .hh.h3 {
    width: 12%;
}

.job-bg .job-table .head .hh.h4 {
    width: 8%;
}

.job-bg .job-table .body .item .li {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #f5f5f5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
}

.job-bg .job-table .body .item .li .dd {
    font-size: 1.16rem;
    color: #535353;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.job-bg .job-table .body .item .li .dd.d1 {
    width: 36%;
    padding-left: 30px;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-flex: 1;
}

.job-bg .job-table .body .item .li .dd.d2 {
    width: 16%;
}

.job-bg .job-table .body .item .li .dd.d3 {
    width: 12%;
}

.job-bg .job-table .body .item .li .dd.d4 {
    width: 8%;
    color: #003881;
    font-weight: bold;
    cursor: pointer;
}

.job-bg .job-table .body .item .sub {
    padding: 30px;
    position: relative;
    background-color: #f5f5f5;
    display: none;
}

.job-bg .job-table .body .item .sub .outbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
}

.job-bg .job-table .body .item .sub .outbox .content {
    width: calc(100% - 340px);
    padding-right: 10px;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-flex: 1;
    font-size: 1.16rem;
    color: #626161;
    line-height: 2;
    float: left;
}

.job-bg .job-table .body .item .sub .outbox .mailbox {
    width: 340px;
    padding: 80px 0;
    float: right;
    position: relative;
}

.job-bg .job-table .body .item .sub .outbox .mailbox:after {
    content: "";
    width: 1px;
    height: 50%;
    background-color: #e1e1e1;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.job-bg .job-table .body .item .sub .outbox .mailbox .box {
    padding-left: 60px;
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url(../images/mail_03.png);
}

.job-bg .job-table .body .item .sub .outbox .mailbox .box .mail {
    font-size: 2rem;
    color: #c8a05a;
    margin-bottom: 10px;
}

.job-bg .job-table .body .item .sub .outbox .mailbox .box .msg {
    font-size: 1rem;
    color: #8e8e8e;
}


/*职位列表ned*/

@media only screen and (max-width:1024px) {
    .job-bg .job-table .body .item .sub {
        padding: 3%;
    }
}

@media only screen and (max-width:800px) {
    .job-bg .job-table .head .hh.h3 {
        display: none;
    }
    .job-bg .job-table .body .item .li .dd.d3 {
        display: none;
    }
    .job-bg .job-table .body .item .sub .outbox {
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    .job-bg .job-table .body .item .sub .outbox .content {
        width: 100%;
        padding-right: 0;
    }
    .job-bg .job-table .body .item .sub .outbox .mailbox {
        width: 100%;
        padding: 30px 0;
        float: none;
    }
}

@media only screen and (max-width:414px) {
    .job-bg .job-table .head .hh {
        font-size: 1.08rem;
    }
    .job-bg .job-table .body .item .li .dd {
        font-size: 1rem;
    }
    .job-bg .job-table .head .hh.h1 {
        width: 25%;
        padding-left: 10px;
    }
    .job-bg .job-table .body .item .li .dd.d1 {
        width: 25%;
        padding-left: 10px;
    }
    .job-bg .job-table .head .hh.h2 {
        width: 22%;
    }
    .job-bg .job-table .body .item .li .dd.d2 {
        width: 22%;
    }
    .job-bg .job-table .head .hh.h4 {
        width: 60px;
    }
    .job-bg .job-table .body .item .li .dd.d4 {
        width: 60px;
    }
}


/*分页*/

.jfenye {
    text-align: center;
}

.jfenye .link {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 1.16rem;
    color: #c8a05a;
    height: 38px;
    line-height: 38px;
    width: 80px;
    border: 1px solid #eeeeee;
    border-radius: 50px;
    text-align: center;
}

.jfenye .btn {
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 1.16rem;
    color: #8d8d8d;
    border: 1px solid #eeeeee;
    border-radius: 50%;
}

.jfenye .btn.on {
    background-color: #c8a05a;
    border: 1px solid #c8a05a;
    color: #fff;
}

@media only screen and (max-width:414px) {
    .jfenye .link {
        height: 32px;
        line-height: 32px;
    }
    .jfenye .btn {
        width: 32px;
        height: 32px;
        line-height: 32px;
    }
}


/*分页end*/


/* =========

  联系我们

  ========== */


/*联系标题*/

.contact-tit {
    padding-top: 80px;
    padding-bottom: 80px;
}

.contact-theme {
    padding: 40px 0;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    text-align: center;
}

.contact-theme .cn {
    font-size: 4rem;
    color: #191919;
    font-family: "ziti"
}

.contact-theme .en {
    font-size: 3rem;
    color: #003881;
    font-family: "ziti2";
}


/*联系方式*/

.contact-bg {
    margin-bottom: 40px;
    max-width: 500px;
}

.contact-bg .link {
    height: 70px;
    line-height: 70px;
    border: 1px solid #003881;
    padding: 0 30px;
    position: relative;
    display: block;
    font-size: 1.25rem;
    color: #003881;
    margin-bottom: 40px;
}

.contact-bg .link .jt {
    width: 56px;
    height: 100%;
    position: absolute;
    right: 30px;
    top: 0;
}

.contact-bg .link .jt:before {
    content: "";
    border-style: solid;
    border-width: 4px;
    border-color: transparent transparent transparent #003881;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -4px;
    margin-right: -4px;
}

.contact-bg .link .jt:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #003881;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.contact-bg .list .item {
    width: 50%;
    float: left;
    padding-right: 30px;
    margin-bottom: 40px;
}

.contact-bg .list .item:nth-child(3) {
    width: 100%;
}

.contact-list {
    display: flex;
}

.contact-list .item {
    width: 50%;
}

.contact-list .item:nth-child(2n) {
    border-left: 1px solid #dcdcdc;
}

.contact-list .item .msgdiv {
    text-align: right;
    padding-right: 8.66rem;
    padding-top: 22px;
}

.contact-list .item:nth-child(2n) .msgdiv {
    text-align: left;
    padding-right: 0;
    padding-left: 8.66rem;
}

.contact-list .item .msgdiv .msg {
    display: inline-block;
}

.contact-list .item .msgdiv .msg .title {
    font-size: 2rem;
    color: #003881;
    margin-bottom: 34px;
    text-align: left;
}

.contact-list .item .msgdiv .msg .content {
    font-size: 1.33rem;
    color: #2f2f2f;
}


/*地图*/

.allmap {
    height: 550px;
}

.allmap img {
    max-width: none;
}

@media only screen and (min-width: 601px) {
    .contact-bg .link:hover {
        background-color: #003881;
        color: #fff;
    }
    .contact-bg .link:hover .jt:before {
        border-color: transparent transparent transparent #fff;
    }
    .contact-bg .link:hover .jt:after {
        background-color: #fff;
    }
}

@media only screen and (max-width:1360px) {
    .contact-tit {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media only screen and (max-width:1280px) {
    .contact-tit {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .allmap {
        height: 500px;
    }
    .contact-list .item .msgdiv {
        padding-right: 60px;
    }
    .contact-list .item:nth-child(2n) .msgdiv {
        padding-left: 60px;
    }
}

@media only screen and (max-width:1024px) {
    .contact-list {
        width: 94%;
        margin: 0 auto;
        display: block;
    }
    .contact-list .item {
        width: 100%;
    }
    .contact-list .item .msgdiv {
        padding-right: 0;
        text-align: center;
    }
    .contact-list .item:nth-child(2n) {
        border-left: none;
        border-top: 1px solid #dcdcdc;
        margin-top: 30px;
    }
    .contact-list .item:nth-child(2n) .msgdiv {
        padding-left: 0;
        text-align: center;
        padding-top: 50px;
    }
    .contact-tit {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .contact-theme {
        padding: 30px 0;
    }
    .contact-theme .cn {
        font-size: 3rem;
    }
    .contact-theme .en {
        font-size: 2rem;
    }
    .contact-bg {
        margin-bottom: 30px;
    }
    .contact-bg .link {
        height: 50px;
        line-height: 50px;
    }
    .contact-bg .list .item {
        padding-right: 30px;
    }
    .allmap {
        height: 400px;
    }
}

@media only screen and (max-width:414px) {
    .contact-tit {
        padding-top: 6%;
        padding-bottom: 6%;
    }
    .contact-theme {
        padding: 5% 0;
    }
    .contact-theme .cn {
        font-size: 2.5rem;
    }
    .contact-theme .en {
        font-size: 1.5rem;
    }
    .contact-bg {
        margin-bottom: 6%;
    }
    .contact-bg .link {
        padding: 0 5%;
        margin-bottom: 5%;
    }
    .contact-bg .list .item {
        padding-right: 5%;
        margin-bottom: 5%;
    }
    .contact-bg .link .jt {
        width: 36px;
        right: 20px;
    }
    .contact-bg .list .item .title {
        margin-bottom: 6px;
    }
    .allmap {
        height: 300px;
    }
}


/*留言*/

.massaged-bg {
    padding-bottom: 80px;
    max-width: 500px;
}

.massaged-bg form .my-item {
    margin-bottom: 35px;
}

.massaged-bg form .my-item .my-label {
    font-size: 1.25rem;
    color: #414141;
}

.massaged-bg form .my-item .my-input {
    margin-top: 10px;
}

.massaged-bg form .my-item .my-input input[type="text"] {
    /* height: 50px; */
    /* line-height: 50px; */
    border: none;
    background-color: #f5f5f5;
    width: 100%;
    padding: 17px 3%;
    font-size: 1.16rem;
    color: #000;
}

.massaged-bg form .my-item .my-textarea {
    margin-top: 10px;
}

.massaged-bg form .my-item .my-textarea textarea {
    width: 100%;
    height: 250px;
    padding: 3%;
    background-color: #f5f5f5;
    resize: none;
    font-size: 1.16rem;
    color: #000;
    border: none;
}

.massaged-bg form .btn-tj {
    width: 100px;
    height: 50px;
    line-height: 50px;
    border: 2px solid #003881;
    text-align: center;
    background-color: transparent;
    font-size: 1.33rem;
    color: #003881;
    cursor: pointer;
}

@media only screen and (max-width:1280px) {
    .massaged-bg {
        padding-bottom: 60px;
    }
}

@media only screen and (max-width:1024px) {
    .massaged-bg {
        padding-bottom: 30px;
    }
    .massaged-bg form .my-item {
        margin-bottom: 25px;
    }
}

@media only screen and (max-width:414px) {
    .massaged-bg {
        padding-bottom: 6%;
    }
    .massaged-bg form .my-item {
        margin-bottom: 5%;
    }
    .massaged-bg form .my-item .my-input input[type="text"] {
        /* height: 40px;
        line-height: 40px; */
        padding: 12px 3%;
    }
    .massaged-bg form .btn-tj {
        width: 80px;
        height: 40px;
        line-height: 40px;
    }
}


/* =========

  页脚

  ========== */

.footer {
    padding: 30px 0;
    text-align: center;
    font-size: 1rem;
    color: #364571;
    line-height: 1.5;
    background-color: #13224e;
}

.footer a {
    color: #364571;
}


/*侧边工具栏*/

.kefu-box {
    position: fixed;
    right: 10px;
    bottom: 30%;
    width: 65px;
    font-size: 0;
    z-index: 111;
}

.kefu-box .item {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    background-color: #01499b;
    width: 65px;
    height: 60px;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    position: relative;
    cursor: pointer;
    transition: all .5s ease;
}

.kefu-box .item.phone {
    display: none;
}

.kefu-box .item.kfnav {
    background-color: #900c0c;
    border-radius: 5px 5px 0 0;
}

.kefu-box .item.kfnav .line {
    width: 20px;
    height: 3px;
    background-color: #fff;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.kefu-box .item.kfnav .line.l1 {
    margin-top: -6px;
}

.kefu-box .item.kfnav .line.l2 {
    width: 25px;
}

.kefu-box .item.kfnav .line.l3 {
    margin-top: 6px;
}

.kefu-box .item .ico {
    width: 100%;
    height: 100%;
}

.kefu-box .item.top {
    border-radius: 0 0 5px 5px;
    border-bottom: none;
    height: 0;
    overflow: hidden;
}

.kefu-box.in .item.top {
    height: 60px;
}

.kefu-box .item.top:after {
    content: "";
    width: 18px;
    height: 18px;
    border-style: solid;
    border-width: 3px;
    border-color: #fff #fff transparent transparent;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -6px;
    margin-left: -9px;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    /* IE 9 */
    -moz-transform: rotate(-45deg);
    /* Firefox */
    -webkit-transform: rotate(-45deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(-45deg);
    /* Opera */
}

.kefu-box .item .weixin {
    width: 100px;
    height: 100px;
    position: absolute;
    right: 100%;
    top: 0;
    transition: all .5s ease;
    transform: scale(0);
}

.kefu-box .item[data-on="on"] .weixin {
    transform: scale(1);
}

.kefu-box .item .text {
    background: rgba(0, 0, 0, .5);
    border-radius: 5px 0 0 5px;
    line-height: 60px;
    padding: 0 15px;
    font-size: 1.16rem;
    color: #fff;
    position: absolute;
    right: 100%;
    top: 0px;
    -webkit-transform: translateX(150%);
    -moz-transform: translateX(150%);
    -ms-transform: translateX(150%);
    -o-transform: translateX(150%);
    transform: translateX(150%);
    width: 150px;
    transition: all .5s ease;
}

.kefu-box .item .text .qqlink {
    font-size: 1.16rem;
    color: #fff;
    line-height: 1.66rem;
    display: block;
    margin: 20px 0;
}

.kefu-box .item[data-on="on"] .text {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

@media only screen and (min-width: 601px) {
    .kefu-box .item:hover .ico {
        background-color: #900c0c;
    }
    .kefu-box .item:hover .weixin {
        transform: scale(1);
    }
    .kefu-box .item:hover .text {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

@media only screen and (max-width:1280px) {
    .kefu-box {
        width: 50px;
    }
    .kefu-box .item {
        width: 50px;
        height: 45px;
    }
    .kefu-box .item.kfnav .line {
        right: 15px;
    }
    .kefu-box .item .text {
        padding: 0 10px;
    }
    .kefu-box .item .text .qqlink {
        margin: 15px 0;
    }
    .kefu-box.in .item.top {
        height: 50px;
    }
}

@media only screen and (max-width:1024px) {
    .kefu-box {
        width: 40px;
        right: 1%;
    }
    .kefu-box .item {
        width: 40px;
        height: 35px;
    }
    .kefu-box .item.kfnav .line {
        right: 11px;
        height: 2px;
        width: 16px;
    }
    .kefu-box .item.kfnav .line.l2 {
        width: 20px;
    }
    .kefu-box .item .text {
        padding: 0 6px;
    }
    .kefu-box.in .item.top {
        height: 40px;
    }
    .kefu-box .item.top:after {
        width: 12px;
        height: 12px;
        margin-top: -3px;
        margin-left: -6px;
    }
    .kefu-box .item .text {
        width: 120px;
    }
    .kefu-box .item .text .qqlink {
        margin: 10px 0;
    }
}

@media only screen and (max-width:414px) {
    .footer {
        padding: 6% 3%;
    }
    .kefu-box .item.pc {
        display: none;
    }
    .kefu-box .item.phone {
        display: inline-block;
        *display: inline;
        *zoom: 1;
    }
}


/*侧边工具栏end*/


/*搜索*/

.search-main img {
    max-width: 100%;
    width: 100%;
}

.search-main {
    width: 94%;
    max-width: 1200px;
    margin: auto;
    min-height: 69vh;
    margin-top: 100px;
}

.search-main .list {
    margin-bottom: 30px;
}

.search-main .type {
    line-height: 50px;
    font-size: 30px;
    color: #000;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}

.search-main .list ul {
    margin-bottom: 50px;
}

.search-main .list ul li {
    display: block;
    overflow: hidden;
    font-size: 14px;
    border-bottom: 1px solid #ccc;
    padding: 30px 20px;
    float: left;
    width: 50%;
}

.search-main .list ul li.nothing {
    width: 100%;
    text-align: center;
    height: 100px;
    border: 0px;
    line-height: 100px;
    text-align: center;
    font-size: 18px;
    color: #999;
}

.search-main .list ul li a .text .title {
    font-size: 18px;
    margin-bottom: 10px;
}

.search-main .list ul li a .text .demo {
    font-size: 1.16rem;
    opacity: .7;
    line-height: 1.71;
    margin-bottom: 20px;
    height: 72px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.search-main .list ul li a .text .rq {
    font-size: 14px;
    opacity: .7;
    line-height: 1.8;
    margin-bottom: 15px;
}

.search-main .list ul li a .tu {
    margin-bottom: 20px;
}

@media only screen and (min-width:1024px) {
    .search-main .list ul li a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-box-orient: horizontal;
        -ms-box-orient: horizontal;
        box-orient: horizontal;
    }
    .search-main .list ul li a .tu {
        width: 200px;
        margin-right: 30px;
        margin-bottom: 0px;
    }
    .search-main .list ul li a .text {
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-box-flex: 1;
    }
}

.search-main .list ul li a span {
    float: right;
    margin-right: 20px;
}

.search-main .list ul li a:hover {
    color: #21263f;
}

@media only screen and (max-width:1024px) {
    .search-main .list ul li a {
        display: block;
    }
    .search-main .list ul li a .tu {
        position: relative;
        padding-top: calc(154 / 280 * 100%);
    }
    .search-main .list ul li a .tu img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}

@media only screen and (max-width:800px) {
    .search-main {
        margin-top: 60px;
    }
    .search-main .list ul li {
        padding: 20px 15px 10px;
    }
}

@media only screen and (max-width:500px) {
    .search-main .type {
        font-size: 22px;
    }
    .search-main .list ul li {
        float: none;
        width: 100%;
        padding: 0;
        margin-bottom: 15px;
    }
    .search-main {
        margin-top: 36px;
    }
    .search-main .list ul li a .text .demo {
        margin-bottom: 10px;
        height: 100%;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 10000;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}


/*网站地图*/

.stiemap-box {
    padding-bottom: 80px;
    font-size: 0;
    min-height: 37vh;
}

.stiemap-box .item {
    width: 20%;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    text-align: center;
    vertical-align: top;
    margin-bottom: 30px;
}

.stiemap-box .item .word {
    display: inline-block;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-size: 1.25rem;
    border-bottom: 3px solid #003881;
    position: relative;
    top: 3px;
    text-align: left;
}

.stiemap-box .item .sub .sub-a {
    height: 30px;
    line-height: 30px;
    font-size: 1.16rem;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/* 首页浮标 */

.fubiao-box {
    position: fixed;
    top: 50%;
    left: 25px;
    /* width: 195px; */
    /* height: 110px; */

    width: 250px;
    height: 150px;
    z-index: 11;
}

.fubiao-box .closebtn {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    background-color: #5a5e72;
    z-index: 1;
    cursor: pointer;
}

.fubiao-box .closebtn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 4px;
    width: 13px;
    height: 1px;
    background-color: #ffffff;
    transform: rotate(45deg);
}

.fubiao-box .closebtn::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 4px;
    width: 13px;
    height: 1px;
    background-color: #ffffff;
    transform: rotate(-45deg);
}

.fubiao-swiper .swiper-slide .img {
    padding-top: calc(150 / 250 * 100%);
    position: relative;
    display: block;
}

.fubiao-swiper .swiper-slide .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.fubiao-swiper .fubiao-pagination {
    position: absolute;
    left: 4px;
    bottom: 6px;
    z-index: 1;
}

.fubiao-swiper .fubiao-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0 2.5px;
    background: rgba(255, 255, 255, .5);
    opacity: 1;
}

.fubiao-swiper .fubiao-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #ffffff;
}

@media only screen and (max-width:1360px) {
    .stiemap-box {
        min-height: 49vh;
    }
}

@media only screen and (max-width:1280px) {
    .stiemap-box {
        padding-bottom: 60px;
    }
}

@media only screen and (max-width:1024px) {
    .stiemap-box {
        padding-bottom: 30px;
        min-height: 55vh;
    }
}

@media only screen and (max-width:800px) {
    .stiemap-box .item {
        width: 25%;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width:640px) {
    .stiemap-box {
        padding-bottom: 6%;
        height: auto;
    }
    .stiemap-box .item {
        width: calc(100% / 3);
        margin-bottom: 6%;
    }
    .fubiao-box {
        left: 3%;
        width: 150px;
        height: auto;
    }
}

@media only screen and (max-width:414px) {
    .stiemap-box {
        max-height: 80vh;
    }
    .stiemap-box .item {
        width: calc(100% / 2);
        margin-bottom: 6%;
    }
    .bdshare_popup_box {
        display: none!important;
    }
}

.href {
    transform: translateY(-100px);
}

.bd_weixin_popup {
    position: fixed!important;
}

#bdshare_weixin_qrcode_dial * {
    box-sizing: content-box;
}