@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

._templateIcon {
    font-family: templatefont;
    font-style: inherit
}

img {
    display: block;
    max-width: 100%
}

body,
html {
    font-family: melbourneregular, Arial, "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
    font-size: 14px;
    color: #888;
    width: 100%;
    overflow-x: hidden
}

@font-face {
    font-family: icon;
    src: url(../fonts/font_886941_qkf75od3pd9.eot);
    src: url(../fonts/font_886941_qkf75od3pd9.eot) format('embedded-opentype'), url(../fonts/font_886941_qkf75od3pd9.woff) format('woff'), url(../fonts/font_886941_qkf75od3pd9.ttf) format('truetype'), url(../fonts/font_886941_qkf75od3pd9.svg#iconfont) format('svg')
}

input,
textarea {
    word-wrap: break-word;
    word-break: break-all;
    font-size: 14px
}

a {
    text-decoration: none;
    color: inherit
}

._iconfont {
    font-family: iconfont;
    font-style: inherit;
}

a:hover {
    color: inherit
}

:focus {
    outline: 0
}

li,
ul {
    list-style: none
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: none;
    font-size: 12px
}

::selection {
    background: #0f0f22;
    color: #fff
}

textarea {
    -webkit-appearance: none
}

.animate {
    transition: all .5s cubic-bezier(.25, 0, 0, 1);
    -webkit-transition: all .5s cubic-bezier(.25, 0, 0, 1);
    -moz-transition: all .5s cubic-bezier(.25, 0, 0, 1);
    -ms-transition: all .5s cubic-bezier(.25, 0, 0, 1);
    -o-transition: all .5s cubic-bezier(.25, 0, 0, 1)
}

button {
    outline: 0
}

address {
    font-style: initial
}

._hide {
    display: none
}

._show {
    display: block
}

._fl {
    float: left
}

._fr {
    float: right
}

@font-face {
    font-family: templateIcon;
    src: url(../fonts/font_973178_39tswtjamgc.eot);
    src: url(../fonts/font_973178_39tswtjamgc.eot) format('embedded-opentype'), url(../fonts/font_973178_39tswtjamgc.woff2) format('woff2'), url(../fonts/font_973178_39tswtjamgc.woff) format('woff'), url(../fonts/font_973178_39tswtjamgc.ttf) format('truetype'), url(../fonts/font_973178_39tswtjamgc.svg#iconfont) format('svg')
}

._templateIcon {
    font-family: templateIcon;
    font-style: inherit
}

._w1200 {
    width: 1200px;
    height: auto;
    position: relative;
    margin: auto
}

._w1300 {
    width: 1300px;
    height: auto;
    position: relative;
    margin: auto
}

._w1400 {
    width: 1400px;
    height: auto;
    position: relative;
    margin: auto
}

._w1600 {
    width: 1600px;
    height: auto;
    position: relative;
    margin: auto
}

.loading {
    width: 100%;
    height: 10px;
    position: fixed;
    left: 0;
    top: calc(50% - 5px)
}

.loading:before {
    width: 100%;
    height: 1px;
    background: #3e3e3e;
    opacity: .5;
    position: absolute;
    left: 0;
    top: 50%;
    content: ''
}

.loading span {
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    top: 4px;
    display: block;
    background: #e5bf8e
}

.loading b {
    display: block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    top: -30px;
    text-align: center;
    font-size: 24px
}

.loading.active {
    opacity: 0;
    visibility: hidden
}

.lightBox {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .8);
    z-index: 1000;
    transition: all .5s cubic-bezier(.23, 1, .32, 1);
    opacity: 0;
    visibility: hidden
}

.lightBox.active {
    opacity: 1;
    visibility: visible
}

.tipsMsg {
    width: 60%;
    height: auto;
    position: fixed;
    left: 20%;
    background: rgba(225, 0, 0, .8);
    line-height: 30px;
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
    bottom: -45px;
    border-radius: 30px;
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

.tipsMsg.active {
    bottom: 10px
}

._toast {
    width: 100%;
    height: 50px;
    position: fixed;
    left: 0;
    top: 50%;
    margin-top: -25px;
    z-index: 500;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    pointer-events: none
}

._toast p {
    display: inline-block;
    border-radius: 5px;
    background-color: #fff;
    color: #222;
    padding: 10px 20px;
    box-sizing: border-box;
    border: 1px solid #222;
    box-shadow: 0 0 5px rgba(55, 55, 55, .2)
}

._toast span::before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    margin-top: -12px;
    left: 0
}



._toast.error p {
    color: #d81e06;
    border-color: #d81e06
}


._toast.warning p {
    color: #efb336;
    border-color: #efb336
}

._toast.active {
    opacity: 1;
    visibility: visible
}

._toast span {
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    position: relative
}

._toast.error span,
._toast.success span,
._toast.warning span {
    padding-left: 30px
}

._TexTrow1,
._TexTrow1More * {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

._TexTrow2,
._TexTrow2More * {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

._TexTrow3,
._TexTrow3More * {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

._TexTrow4,
._TexTrow4More * {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical
}

._PageTurningNumber {
    text-align: center
}

._PageTurningNumber a {
    background: #fff;
    padding: 10px 15px;
    margin-right: 5px
}

._PageTurningNumber ._btnJump {
    margin: 0 5px
}

._PageTurningNumber a.active {
    color: #fff;
    background: #d2151c
}

._PageTurningNumber span input {
    line-height: 19px;
    padding: 10px 5px;
    box-sizing: border-box;
    width: 50px;
    margin: 0 5px;
    text-align: center;
    border: 0
}

._PageTurningNumber ._JumpNumber {
    margin: 0 10px
}

.backTop {
    position: fixed;
    z-index: 99;
    right: 50px;
    bottom: -100px;
    width: 50px;
    height: 50px;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    cursor: pointer;
    text-align: center;
    line-height: 50px;
    font-size: 24px
}

.backTop.active {
    bottom: 50px
}

.width1200 {
    max-width: 1200px;
    margin: 0 auto;
    position: relative
}


._sub__banner {
    width: 100%;
    height: auto;
    position: relative
}

._breadcrumb {
    width: 1200px;
    height: auto;
    margin: auto;
    padding: 25px 0;
    display: flex;
    line-height: 30px;
    justify-content: flex-end
}

._breadcrumb .target_pos {
    width: auto;
    color: rgba(0, 0, 0, .5)
}

._breadcrumb .target_pos a {
    margin-right: 25px;
    position: relative;
    color: rgba(0, 0, 0, .5)
}

._breadcrumb .target_pos a:after {
    width: 10px;
    height: 10px;
    background: url(../images/arrow_right.png) no-repeat;
    background-size: cover;
    display: block;
    content: '';
    position: absolute;
    right: -15px;
    top: 50%;
    -webkit-transform: translateY(-50%)
}

._breadcrumb .target_pos a:last-child {
    margin-right: 0
}

._breadcrumb .target_pos a:last-child:after {
    display: none
}

._breadcrumb .target_pos a.active {
    color: #3488ea
}

.sub_nav {
    width: auto
}

.sub_nav a {
    padding: 0 20px;
    display: inline-block;
    margin: 0 5px;
    position: relative
}

.sub_nav a:after {
    width: 1px;
    height: 15px;
    position: absolute;
    top: 7.5px;
    display: block;
    right: -5px;
    background: rgba(170, 170, 170, .3);
    content: ''
}

.sub_nav a:last-child {
    margin-left: 0
}

.sub_nav a:last-child:after {
    display: none
}

._about.about {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    padding: 30px 0
}

._about.about ._fl {
    width: 45%;
    height: auto
}

._about.about ._fr {
    width: 55%;
    height: auto;
    line-height: 1.7;
    padding-left: 35px
}

._about.about ._fr p {
    margin-bottom: 10px
}

._sub_title {
    text-align: center;
    margin: 55px 0 25px
}

._sub_title b {
    font-weight: 400;
    font-size: 28px;
    color: #3e3e3e
}

._sub_title p {
    font-size: 14px;
    opacity: .6
}

._pageTitleTab {
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 20px
}

._pageTitleTab a {
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #ededed;
    border-radius: 3px;
    margin: 0 2px;
    display: inline-block;
    padding: 0 25px;
    transition: all .46s ease 0s
}

._case {
    width: 100%;
    height: auto;
    padding: 30px 0
}

._case._cooperative {
    padding-top: 15px
}

._case._cooperative ul {
    justify-content: flex-start;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

._case._cooperative ul li {
    width: 18.5%;
    border: 1px solid rgba(0, 0, 0, .1);
    margin-right: 1.25%;
    margin-bottom: 15px
}

._case._cooperative ul li:nth-child(5n) {
    margin-right: 0
}

._case.video_list ul {
    justify-content: flex-start;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

._case.video_list ul li {
    cursor: pointer;
    width: 24%;
    height: auto;
    margin-bottom: 20px;
    position: relative
}

._case.video_list ul li .thum {
    background: #000
}

._case.video_list ul li .name {
    width: 90%;
    height: auto;
    position: absolute;
    left: 5%;
    transition: all .4s ease;
    color: #fff;
    font-size: 18px;
    text-align: center;
    top: 100%;
    opacity: 0;
    -webkit-transform: translateY(-50%)
}

._case.video_list ul li .play {
    position: absolute;
    left: 50%;
    top: 50%;
    transition: all .5s ease;
    font-size: 0;
    transform: translate3d(-50%, -50%, 0);
    opacity: 1;
    width: 45px;
    height: 45px;
    background: #3488ea;
    border-radius: 50%;
    box-sizing: inherit;
    visibility: visible;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0)
}

._case.video_list ul li .play span {
    display: block;
    width: 45px;
    height: 45px;
    position: absolute;
    left: -5px;
    top: -5px;
    border-radius: 50%
}

._case.video_list ul li .play:after {
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    -webkit-transform: translate(-50%, -50%);
    content: ''
}

._case.num3 ul li {
    width: 33%
}

._case.case1 ul {
    justify-content: flex-start;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

._case.case1 ul li {
    width: 24%;
    height: auto;
    margin-bottom: 20px
}

._case.case1 ul li .thum {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative
}

._case.case1 ul li .thum .img {
    width: 100%;
    height: auto;
    background: center center no-repeat;
    background-size: cover;
    position: relative;
    transition: all .36s ease 0s
}

._case.case1 ul li .thum .icon:before {
    width: 18px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -9px;
    content: ''
}

._case.case1 ul li .thum .icon:after {
    width: 2px;
    height: 18px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -1px;
    margin-top: -8px;
    content: ''
}

._case.case1 ul li .title {
    text-align: center;
    padding: 18px 10px;
    transition: all .36s ease 0s
}

._case.case1 ul li .title b {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px
}

._case.case1 ul li .title p {
    font-size: 14px;
    line-height: 20px
}

#media {
    width: 800px;
    height: auto;
    background: #000;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    display: block;
    border: 5px solid rgba(255, 255, 255, 1)
}

.close_video {
    width: 50px;
    height: 50px;
    background: #fff;
    position: absolute;
    right: 25px;
    top: 25px;
    cursor: pointer
}

._news.news1 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

._news.news1 ul li {
    width: 32.5%;
    height: auto;
    margin-bottom: 20px
}

._news.news1 ul li {
    padding: 30px 20px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, .01);
    position: relative;
    transition: all .3s ease
}

._news.news1 ul li .news_time {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
    font-family: helveticaneuethn
}

._news.news1 ul li:after {
    width: 0;
    height: 2px;
    transition: all .3s ease;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    background: #3488ea;
    display: block
}

._news.news1 ul li .news_title {
    font-size: 16px;
    line-height: 25px;
    height: 54px
}

._news.news1 ul li .news_description {
    transition: all .36s ease;
    font-size: 13px;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    color: #999;
    -webkit-transition: all .36s ease;
    -moz-transition: all .36s ease;
    -ms-transition: all .36s ease;
    -o-transition: all .36s ease
}

._news.news2 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

._news.news2 ul li {
    width: 32.5%;
    height: auto;
    margin-bottom: 20px
}

._news.news2.double ul li {
    width: 49%
}

._news.news2 ul li .news_thum {
    position: relative;
    height: auto;
    overflow: hidden;
    width: 100%
}

._news.news2 ul li .img {
    display: block;
    width: 100%;
    height: auto;
    background: center center no-repeat;
    background-size: cover
}

._news.news2 ul li .news_time {
    width: auto;
    height: auto;
    line-height: 35px;
    position: absolute;
    padding: 0 10px;
    font-size: 12px;
    left: 0;
    bottom: 0;
    color: #fff;
    background: rgba(0, 0, 0, .1);
    font-family: helveticaneuethn;
    transition: all .36s ease 0s
}

._news.news2 ul li .news2_des {
    width: 100%;
    height: auto;
    padding: 20px;
    background: rgba(0, 0, 0, .01);
    box-sizing: border-box;
    transition: all .36s ease 0s
}

._news.news2 ul li .news2_des b {
    display: block;
    font-weight: 400;
    font-size: 18px;
    line-height: 35px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 10px;
    color: #3e3e3e;
    padding-bottom: 5px;
    position: relative
}

._news.news2 ul li .news2_des b:after {
    width: 0;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #fff;
    content: '';
    transition: all .36s ease 0s
}

._news.news2 ul li .news2_des .text {
    display: block;
    line-height: 24px;
    height: 48px;
    font-size: 12px;
    overflow: hidden
}

._news.news3 ul {
    margin-bottom: 50px
}

._news.news3 ul li {
    padding: 15px;
    border-bottom: 1px dotted #ccc;
    width: 100%
}

._news.news3 ul .title {
    font-size: 18px;
    line-height: 36px;
    overflow: hidden;
    margin-bottom: 10px;
    padding: 0;
    text-align: left
}

._news.news3 ul .con {
    width: 100%;
    height: auto;
    overflow: hidden
}

._news.news3 ul .thum {
    width: 140px;
    height: 80px;
    float: left
}

._news.news3 ul .info {
    width: calc(100% - 160px);
    float: right
}

._news.news3 ul .des {
    margin-bottom: 5px;
    line-height: 25px;
    color: #777;
    height: auto;
    overflow: hidden;
    font-size: 14px
}

._news.news3 ul .time {
    color: #aaa;
    font-size: 13px;
    line-height: 25px
}

._news.news5 ul {
    margin: 0 auto 50px
}

._news.news5 ul li {
    line-height: 38px;
    height: 38px;
    position: relative;
    text-indent: 15px;
    font-size: 16px;
    margin-bottom: 10px;
    transition: ease .5s
}

._news.news5 ul li .tit {
    width: calc(100% - 120px);
    float: left;
    height: 38px;
    overflow: hidden
}

._news.news5 ul li:after {
    width: 5px;
    height: 5px;
    position: absolute;
    left: 0;
    top: 15px;
    border-radius: 50%;
    background: #cbcbcb;
    content: ''
}

._news.news5 ul a {
    display: block;
    overflow: hidden
}

._news.news5 ul span {
    float: right;
    opacity: .7;
    width: 110px;
    font-size: 14px
}

._history {
    padding: 30px 0
}

._history.history1 {
    width: 100%;
    height: auto
}

._history.history1 ul li {
    width: 100%;
    height: auto;
    line-height: 25px;
    padding: 20px 0;
    border-bottom: 1px dotted rgba(0, 0, 0, .1);
    display: flex
}

._history.history1 ul li .history_year {
    width: 150px;
    font-size: 28px;
    font-family: helveticaneuethn;
    position: relative
}

._history.history1 ul li .history_year:after {
    width: 30px;
    height: 1px;
    background: #888;
    content: '';
    position: absolute;
    right: 20px;
    top: 50%
}

._history.history1 ul li .history_year span {
    font-size: 14px
}

._history.history1 ul li .history_des {
    width: calc(100% - 150px);
    height: auto
}

._news.news11 {
    width: 100%;
    height: auto;
    position: relative
}

._news.news11 ul li {
    width: 100%;
    height: auto;
    display: flex;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    padding: 20px 0
}

._news.news11 ul li .thum {
    width: 400px;
    height: auto
}

._news.news11 ul li .thum .img {
    width: 100%;
    height: auto;
    position: relative;
    background: center center no-repeat;
    background-size: cover
}

._news.news11 ul li .info {
    width: calc(100% - 400px);
    height: auto;
    padding: 30px 25px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, .02)
}

._news.news11 ul li .info .title {
    width: 100%;
    height: auto;
    font-size: 18px;
    line-height: 30px;
    color: #3e3e3e;
    margin-bottom: 5px
}

._news.news11 ul li .info .des {
    width: 100%;
    height: auto;
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 20px
}

._news.news11 ul li .info a {
    display: inline-block;
    width: auto;
    padding: 0 40px;
    line-height: 35px;
    font-size: 12px;
    border: 1px solid rgba(0, 0, 0, .1)
}

._contact_box ._fl {
    width: 55%;
    height: auto
}

._contact_box {
    width: 100%;
    height: auto;
    display: flex
}

._contact_box ._fr {
    width: calc(45% - 50px);
    padding-left: 50px
}

._contact_box ._fr ul {
    display: block;
    margin-top: 50px
}

._contact_box ._fr ul li {
    display: flex;
    width: 100%;
    height: auto;
    margin-bottom: 15px
}

._contact_box ._fr ul li .icon {
    width: 40px;
    height: 40px;
    background: #3488ea;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    position: relative
}

._contact_box ._fr ul li .icon:after {
    display: block;
    width: 20px;
    height: 20px;
    background: url(../images/contact_icon.png) no-repeat;
    background-size: 60px auto;
    content: '';
    position: absolute;
    left: 10px;
    top: 10px
}

._contact_box ._fr ul li:nth-child(2) .icon:after {
    background-position: -20px 0
}

._contact_box ._fr ul li:nth-child(3) .icon:after {
    background-position: -40px 0
}

._contact_box ._fr ul li .txt {
    width: calc(100% - 50px);
    height: auto;
    font-size: 16px;
    line-height: 40px;
    margin-left: 10px
}

._contact_box ._fr ol {
    display: block;
    width: 100%;
    height: auto;
    display: flex;
    margin-top: 25px
}

._contact_box ._fr ol li {
    width: 120px;
    height: auto;
    text-align: center;
    margin-right: 20px
}

._contact_box ._fr ol li:last-child {
    margin-right: 0
}

._contact_box ._fr ol li p {
    display: block;
    font-size: 12px;
    line-height: 25px
}

._honor {
    padding: 30px 0
}

._honor.honor1 {
    width: 100%;
    height: auto;
    padding: 30px 0
}

._honor.honor1 ul {
    display: flex;
    width: 100%;
    height: auto;
    justify-content: flex-start;
    flex-wrap: wrap
}

._honor.honor1 ul li {
    width: 18.5%;
    height: auto;
    margin-right: 1.25%;
    margin-bottom: 20px
}

._honor.honor1 ul li:nth-child(5n) {
    margin-right: 0
}

._honor.honor1 ul li .thum {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden
}

._honor.honor1 ul li .thum .img {
    display: block;
    width: 100%;
    height: auto;
    background: center center no-repeat;
    background-size: cover
}

._honor.honor1 ul li .name {
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
    line-height: 35px;
    position: relative
}

._join_list {
    width: 1200px;
    height: auto;
    margin: auto auto 100px;
    position: relative
}

._join_list ul {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap
}

._join_list li {
    height: 350px;
    background: rgba(0, 0, 0, .02);
    cursor: pointer;
    padding: 50px;
    position: relative;
    -webkit-transition-duration: .5s;
    width: 32%;
    margin-right: 2%;
    box-sizing: border-box;
    margin-bottom: 25px
}

._join_list li:nth-child(3n) {
    margin-right: 0
}

._join_list li .title {
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px);
    height: auto;
    position: absolute;
    left: 50px;
    top: 40%;
    -webkit-transition-duration: .5s;
    font-size: 24px;
    text-align: center
}

._join_list li .address {
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px);
    height: auto;
    position: absolute;
    left: 50px;
    -webkit-transition-duration: .5s;
    top: 50%;
    color: #fff;
    opacity: 0;
    font-size: 16px;
    text-align: center
}

._join_list li .number {
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px);
    height: auto;
    position: absolute;
    left: 50px;
    -webkit-transition-duration: .5s;
    top: 60%;
    text-align: center;
    font-size: 16px
}

._join_list li:after {
    width: 0;
    height: 2px;
    position: absolute;
    left: 50%;
    top: 75%;
    -webkit-transition-duration: .5s;
    content: "";
    background: #fff;
    display: block
}



._join_list li .lineB,
._join_list li .lineL,
._join_list li .lineR,
._join_list li .lineT {
    position: absolute;
    background: #fff;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-duration: .5s
}

._join_list li .lineL {
    width: 2px;
    height: 0;
    left: 7px;
    top: 100%
}

._join_list li .lineR {
    width: 2px;
    height: 0;
    right: 7px;
    top: 7px
}

._join_list li .lineT {
    width: 0;
    height: 2px;
    left: 7px;
    top: 7px
}

._join_list li .lineB {
    width: 0;
    height: 2px;
    left: 100%;
    bottom: 7px
}


._joinTipBox {
    width: 800px;
    height: 550px;
    position: fixed;
    left: 50%;
    margin-left: -400px;
    top: 50%;
    margin-top: -275px;
    background: #fff;
    z-index: 500
}

._joinTipBox .joinTipBoxTitle {
    width: 100%;
    height: 45px;
    background: #3488ea;
    color: #fff;
    line-height: 45px;
    font-size: 18px
}

._joinTipBox .joinTipBoxTitle span {
    font-size: 12px;
    position: absolute;
    right: 50px;
    line-height: 45px;
    opacity: .5
}

._joinTipBox .joinTipBoxTitle strong {
    float: left;
    margin-left: 15px
}

._joinTipBox .joinTipBoxTitle .close {
    width: 45px;
    height: 45px;
    float: right;
    cursor: pointer;
    line-height: 45px;
    text-align: center;
    position: relative
}

._joinTipBox .joinTipBoxTitle .close:after {
    width: 15px;
    height: 15px;
    background: url(../images/close_icon.png) no-repeat;
    background-size: auto 30px;
    background-position: 0 -15px;
    content: '';
    position: absolute;
    left: 15px;
    top: 15px
}

._joinTipBox .joinTipBoxInfo {
    width: 100%;
    padding: 0 2%;
    height: 490px;
    overflow-y: auto;
    font-size: 16px;
    box-sizing: border-box
}

._joinTipBox .joinTipBoxInfo .joinTipName {
    width: 100%;
    height: 50px;
    line-height: 50px;
    position: relative
}

._joinTipBox .joinTipBoxInfo .joinTipName b {
    position: absolute;
    right: 10px;
    font-size: 12px;
    font-weight: 400
}

._joinTipBox .joinTipBoxInfo .joinTipName span {
    color: #3488ea;
    margin-right: 15px
}

._joinTipBox .joinTipBoxInfo .joinTipBt {
    width: 100%;
    height: auto;
    line-height: 30px;
    font-weight: 700
}

._joinTipBox .joinTipBoxInfo .joinTipDetail {
    width: 100%;
    height: auto;
    line-height: 1.7
}

._news_detail {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    padding: 30px 0
}

._news_detail .detail_content {
    width: 850px;
    height: auto
}

._ndc_top {
    width: 100%;
    height: auto
}

._news_detail .detail_same {
    width: 300px
}

._ndc_top .title,
.detail_same .title {
    width: 100%;
    height: auto;
    line-height: 30px;
    font-size: 24px;
    color: #3e3e3e;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    margin-bottom: 10px
}

._ndc_top .des {
    line-height: 25px;
    opacity: .7;
    font-size: 12px;
    margin-bottom: 10px;
    padding: 5px 10px;
    color: #777;
    border: 1px solid #ddd;
    background: #f8f8f8;
    position: relative
}

._ndc_top .des span {
    margin-right: 25px
}

.ndc_detail {
    width: 100%;
    height: auto;
    position: relative;
    line-height: 1.7;
    margin-bottom: 50px
}

.ndc_detail img {
    display: inline-block;
    width: auto
}

.ndc_detail p {
    margin-bottom: 10px
}

.ndc_detail img {
    max-width: 100%
}

._detail_same_list {
    width: 100%;
    height: auto;
    position: relative
}

._detail_same_list ul li {
    width: 100%;
    height: auto;
    padding: 10px 0;
    line-height: 25px;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

._detail_same_list ul li b {
    font-weight: 400;
    line-height: 1.4;
    display: block;
    color: #3e3e3e
}

._detail_same_list ul li p {
    font-size: 12px;
    opacity: .7
}


._ndc_npnews {
    width: 100%;
    height: auto;
    display: flex
}

._ndc_npnews .post_next,
._ndc_npnews .post_prev {
    width: 50%;
    display: flex;
    line-height: 20px;
    padding: 20px;
    background: rgba(0, 0, 0, .05);
    box-sizing: border-box
}



._ndc_npnews .post_next {
    justify-content: flex-end
}

._ndc_npnews .post_next .icon,
._ndc_npnews .post_prev .icon {
    width: 40px;
    position: relative
}

._ndc_npnews .post_next .icon:before,
._ndc_npnews .post_prev .icon:before {
    width: 14px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 3px;
    background: url(../images/arrow_icon.png) no-repeat;
    background-size: cover;
    content: '';
    -webkit-transform: rotate(-180deg);
    opacity: .5
}

._ndc_npnews .post_next .icon:before {
    left: auto;
    right: 0;
    -webkit-transform: rotate(0)
}

._ndc_npnews .post_next .icon:after,
._ndc_npnews .post_prev .icon:after {
    width: 1px;
    height: 14px;
    position: absolute;
    right: 25px;
    top: 3px;
    background: rgba(0, 0, 0, .1);
    content: ''
}

._ndc_npnews .post_prev .icon:after {
    right: 15px
}

._ndc_npnews .post_next .name,
._ndc_npnews .post_prev .name {
    width: calc(100% - 40px);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.single_page {
    width: 46%;
    height: auto;
    line-height: 1.7;
    padding: 30px 0
}

.single_page img,
.single_page p {
    margin-bottom: 10px
}

.single_page img {
    max-width: 100%
}

._ndc_top .social {
    width: 100%;
    height: auto;
    margin-bottom: 35px
}

._ndc_top .social .qq,
._ndc_top .social .qzone,
._ndc_top .social .weibo,
._ndc_top .social .weichat {
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 50%;
    background: #7fdb84;
    padding: 0;
    position: relative
}

._ndc_top .social .qzone {
    background: #ffc94b
}

._ndc_top .social .weibo {
    background: #eb7291
}

._ndc_top .social .qq {
    background: #84b5f0
}

._ndc_top .social .qq:after,
._ndc_top .social .qzone:after,
._ndc_top .social .weibo:after,
._ndc_top .social .weichat:after {
    width: 20px;
    height: 20px;
    background-size: auto 20px;
    content: '';
    display: block;
    position: absolute;
    left: 5px;
    top: 5px
}

._ndc_top .social .qzone:after {
    background-position: -40px 0
}

._ndc_top .social .weibo:after {
    background-position: -20px 0
}

._ndc_top .social .qq:after {
    background-position: -60px 0
}

._form {
    padding: 30px 0
}

._form.form1 ._form_box {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

._form.form1 ._form_box .fb_input {
    box-sizing: border-box;
    border: 1px solid #e1e7ee;
    height: 40px;
    width: 32%;
    outline: 0;
    margin-right: 2%;
    text-indent: 25px;
    margin-bottom: 15px
}

._form.form1 ._form_box .fb_input:nth-child(3n) {
    margin-right: 0
}

._form.form1 ._form_box .fb_textarea {
    width: 100%;
    height: 150px;
    padding: 25px;
    outline: 0;
    border: 1px solid #e1e7ee;
    box-sizing: border-box;
    font-family: "microsoft yahei"
}

.city_picker_ele {
    width: 100%;
    height: auto;
    margin-bottom: 15px
}

.form_submit {
    width: 200px;
    height: 50px;
    background: #3488ea;
    color: #fff;
    line-height: 50px;
    text-align: center;
    margin: auto;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    z-index: 5;
    margin-top: 35px;
    border: none;
    display: block
}

.sitemap,
.sitemap .sub_map {
    width: 100%;
    height: auto;
    overflow: hidden
}

.sitemap h1 {
    margin-bottom: 0;
    display: block;
    line-height: 40px;
    font-size: 16px;
    background: #f6f6f6;
    padding: 0 10px
}

.sitemap h1 a {
    color: #3e3e3e
}

.sitemap ul li {
    margin-bottom: 20px
}

.sitemap .sub_map {
    display: block;
    padding: 10px
}

.sitemap .sub_map a {
    display: block;
    line-height: 35px;
    float: left;
    margin-right: 25px
}

.slick-arrow {
    position: absolute;
    font-size: 0;
    -webkit-text-size-adjust: none;
    width: 50px;
    height: 50px;
    color: transparent;
    border: none;
    background: rgba(0, 0, 0, .8);
    border-radius: 5px;
    left: 0;
    top: 50%;
    margin-top: -25px;
    cursor: pointer;
    outline: 0;
    z-index: 5;
    opacity: .7
}

.slick-arrow.slick-next {
    left: auto;
    right: 0
}

.slick-dots {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 10px;
    text-align: center;
    line-height: 1
}

.slick-dots li {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(55, 55, 55, .5);
    cursor: pointer;
    margin: 0 6px
}

.slick-dots li button {
    display: none
}

.pictures-slick {
    padding: 50px 0
}

.slick-initialized .slick-slide {
    background-position: center center;
    background-size: cover
}

.slick-arrow::before {
    font-family: icon;
    content: '\e643';
    color: #fff;
    display: block;
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    top: 0;
    line-height: 50px;
    font-size: 20px
}

.slick-arrow.slick-next::before {
    content: '\e642'
}

.slick-slide {
    position: relative
}

.pictures-slick .text {
    position: absolute;
    background-color: rgba(0, 0, 0, .6);
    color: #fff;
    z-index: 2;
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: 14px;
    padding: 30px;
    box-sizing: border-box
}

.pictures-slick .text .title {
    font-size: 18px;
    font-weight: 700;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    padding-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 15px
}

.searchContent {
    width: 100%;
    height: auto;
    padding: 30px 0
}

.searchContent .scResult {
    width: 100%;
    height: auto;
    background: #0050a6;
    color: #fff;
    font-weight: 700;
    text-indent: 45px;
    font-size: 20px;
    line-height: 40px;
    position: relative;
    padding: 10px 0;
    margin-top: 20px
}

.searchContent .scResult:after {
    width: 25px;
    height: 25px;
    position: absolute;
    left: 10px;
    top: 17.5px;
    background: url(../images/result_icon.png) no-repeat;
    background-size: cover;
    content: ''
}

.resultTips {
    width: 100%;
    height: auto;
    line-height: 40px;
    font-size: 14px
}

.resultTips span {
    color: #e10101;
    padding: 0 3px;
    font-weight: 700
}

._noData {
    width: 100%;
    height: auto;
    padding: 50px 0;
    line-height: 50px;
    font-size: 24px;
    text-align: center;
    color: #e10101;
    display: none
}

._noData.active {
    display: block
}

._focus2_list {
    width: 100%;
    height: auto
}

._focus2_list ul li {
    width: 100%;
    padding: 15px;
    border-bottom: 1px dotted #ccc
}

._focus2_list ul li:last-child {
    border-bottom: none
}

._focus2_list ul li .title {
    font-size: 18px;
    line-height: 36px;
    overflow: hidden;
    margin-bottom: 10px
}

._focus2_list ul li .des {
    margin-bottom: 10px;
    line-height: 25px;
    color: #777;
    height: auto;
    overflow: hidden;
    font-size: 14px
}

._focus2_list ul li .time {
    color: #aaa;
    font-size: 13px;
    line-height: 25px
}

._focus2_list ul li .con {
    width: 100%;
    height: auto;
    overflow: hidden
}

._focus2_list ul li .con .thum {
    width: 140px;
    height: 80px;
    float: left
}

._focus2_list ul li .con .thum img {
    width: 100%;
    height: 80px
}

._focus2_list ul li .con .info {
    width: 740px;
    float: right
}

._focus2_list ul li .con .des {
    margin-bottom: 5px
}

._join_nav {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 20px
}

._join_nav a {
    display: inline-block;
    padding: 13px 35px;
    background: rgba(0, 0, 0, .2);
    color: #fff;
    transition: all .6s ease 0s;
    margin-right: 15px
}

._join_nav a.active {
    background: #faaf32
}

._join2_list {
    width: 100%;
    height: auto;
    overflow: hidden
}

._join2_list ul li {
    background: #f5f5f5;
    position: relative;
    margin-bottom: 20px
}

._join2_list ul li .title {
    padding: 15px 20px;
    font-size: 18px;
    cursor: pointer;
    transition: all .6s ease 0s;
    border-radius: 2px
}

._join2_list ul li .title.active {
    background: #faaf32;
    color: #fff
}

._join2_list ul li .title>span {
    float: right;
    font-size: 14px;
    margin-right: 40px;
    opacity: .8
}

._join2_list ul li .title i {
    width: 25px;
    height: 25px;
    display: block;
    border-radius: 25px;
    background: rgba(0, 0, 0, .2);
    position: absolute;
    top: 13px;
    right: 20px;
    display: block;
    cursor: pointer
}

._join2_list ul li .title b {
    width: 25px;
    height: 25px;
    display: block;
    border-radius: 25px;
    background: rgba(0, 0, 0, .2);
    position: absolute;
    top: 13px;
    right: 20px;
    opacity: 0;
    cursor: pointer
}

._join2_list ul li .title i:before {
    width: 15px;
    height: 2px;
    background: #fff;
    display: block;
    content: '';
    position: absolute;
    top: 11px;
    left: 5px;
    transform: rotate(90deg)
}

._join2_list ul li .title.active i::before {
    display: none
}

._join2_list ul li .title i:after {
    width: 15px;
    height: 2px;
    background: #fff;
    display: block;
    content: '';
    position: absolute;
    top: 11px;
    left: 5px;
    transform: rotate(0)
}

._join2_list ul li .title b:after {
    width: 15px;
    height: 2px;
    background: #fff;
    display: block;
    content: '';
    position: absolute;
    top: 11px;
    left: 5px;
    transform: rotate(0)
}

._join2_list ul li .detail {
    background: #f5f5f5;
    padding: 20px;
    box-sizing: border-box;
    display: none
}

._join2_list ul li .detail_top {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px dotted rgba(0, 0, 0, .1)
}

._join2_list ul li .detail_top span {
    width: 25%;
    line-height: 25px;
    float: left;
    padding: 5px 0
}

._join2_list ul li .detail_bottom {
    width: 100%;
    height: auto;
    line-height: 1.8;
    padding: 15px 0 20px
}

._join2_list ul li .detail_bottom p {
    margin-bottom: 10px
}

._join2_list ul li ._j_con {
    line-height: 30px;
    color: #d43126
}

._join2_list ul li ._j_con span {
    margin-right: 35px
}

._mo_nav {
    width: 100%;
    height: 55px;
    box-shadow: 0 0 4px rgba(0, 0, 0, .12);
    background: #fff;
    position: fixed;
    left: 0;
    bottom: 0;
    overflow: hidden
}

._mo_nav a {
    display: block;
    width: 20%;
    height: 100%;
    float: left;
    text-align: center
}

._mo_nav a.active {
    color: #b20715
}

._mo_nav a.active .icon {
    opacity: 1
}

._mo_nav a .icon {
    width: 25px;
    height: 25px;
    margin: auto;
    position: relative;
    margin-top: 7px;
    opacity: .7;
    margin-bottom: 3px
}

._mo_nav a .txt {
    font-size: 12px;
    line-height: 14px
}

._mo_box {
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    background: #fff;
    -webkit-transition: all .35s;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100vh
}

._mo_box.active {
    opacity: 1;
    visibility: visible
}

._mo_box_logo {
    position: absolute;
    width: 100px;
    height: auto;
    left: 3%;
    top: 15px
}

._mo_menu {
    width: 94%;
    height: auto;
    position: absolute;
    left: 3%;
    top: 105px
}

._mo_menu ul li {
    width: 100%;
    height: auto;
    padding: 10px 0;
    line-height: 25px;
    font-size: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, .12)
}

._mo_menu ul li a {
    color: #3e3e3e
}

._mo_menu ul li.active {
    border-bottom: 1px solid #b20715
}

._mo_menu ul li.active a {
    color: #b20715
}

._hot_tel {
    display: block;
    position: absolute;
    left: 0;
    bottom: 15px;
    text-align: center;
    color: #b20715;
    width: 100%;
    font-size: 26px
}

._hot_tel span {
    display: block;
    color: #b20715;
    font-size: 16px;
    text-align: center;
    margin-bottom: 0
}

._menu-btn {
    position: fixed;
    right: 15px;
    top: 15px;
    width: 40px;
    height: 40px;
    z-index: 31;
    background-color: #b20715;
    display: none;
    border-radius: 50%;
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, .1)
}

._menu-btn span {
    width: 12px;
    height: 2px;
    position: absolute;
    left: 14px;
    top: 15px;
    background-color: #fff;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
    border-radius: 1px
}

._menu-btn span:nth-child(2) {
    top: 19px;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1)
}

._menu-btn span:nth-child(3) {
    top: 23px
}

._menu-btn.active {
    display: block
}

._menu-btn.active span:nth-child(1) {
    top: 19px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg)
}

._menu-btn.active span:nth-child(2) {
    transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1)
}

._menu-btn.active span:nth-child(3) {
    top: 19px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg)
}

._about {
    padding: 30px 0
}

._about.about2 {
    overflow: hidden
}

._about.about2 .l {
    width: 32%
}

._about.about2 .expert.r {
    width: 65%
}

._about.about2 .name {
    width: 100%;
    height: auto;
    line-height: 1.7;
    padding-bottom: 10px;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 15px
}

._about.about2 .name p {
    font-weight: 700;
    font-size: 18px;
    display: block;
    color: #3e3e3e
}

._about.about2 .name span {
    display: block;
    font-size: 14px;
    opacity: .7
}

._about.about2 .info {
    width: 100%;
    height: auto;
    line-height: 1.7
}

._newsHot {
    overflow: hidden;
    padding: 30px 0
}

._newsHot.hot1 .pic {
    width: 470px
}

._newsHot.hot1 .pic .informationBox .button-next,
._newsHot.hot1 .pic .informationBox .button-prev {
    position: absolute;
    top: 23%;
    z-index: 5;
    font-size: 46px;
    color: #fff;
    cursor: pointer;
    transition: ease .5s
}

._newsHot.hot1 .pic .informationBox .button-next {
    right: 2%
}

._newsHot.hot1 .pic .informationBox .button-prev {
    left: 2%
}

._newsHot.hot1 .pic .li {
    color: #fff
}

._newsHot.hot1 .pic .li img {
    width: 100%
}

._newsHot.hot1 .pic .text {
    background: #003b7d;
    overflow: hidden;
    position: relative
}

._newsHot.hot1 .pic .timer {
    float: left;
    width: 20%;
    text-align: center;
    position: absolute;
    top: 17%
}

._newsHot.hot1 .pic .summary {
    width: 76%;
    float: right;
    margin-right: 4%
}

._newsHot.hot1 .pic .year {
    display: block;
    font-size: 30px;
    font-weight: 700
}

._newsHot.hot1 .pic .m {
    font-size: 12px;
    opacity: .6
}

._newsHot.hot1 .pic .title {
    line-height: 60px;
    font-size: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    height: 60px
}

._newsHot.hot1 .pic .description {
    line-height: 1.7;
    margin: 15px 0;
    opacity: .6
}

._newsHot.hot1 .list {
    width: 56%
}

._newsHot.hot1 .list li {
    position: relative;
    transition: ease .5s
}

._newsHot.hot1 .list li.first {
    margin-bottom: 5px
}

._newsHot.hot1 .list .title {
    position: relative;
    line-height: 49px;
    overflow: hidden;
    border-bottom: 1px solid #eaeaea;
    font-size: 16px;
    transition: ease .5s;
    height: 50px
}

._newsHot.hot1 .list .title i {
    font-style: initial;
    position: absolute;
    right: 15px;
    transition: ease .5s;
    opacity: 0
}

._newsHot.hot1 .list .title p {
    width: 80%;
    float: left
}

._newsHot.hot1 .list .title span {
    font-size: 14px;
    float: right;
    opacity: .7
}

._newsHot.hot1 .list .item_des {
    display: none;
    padding-top: 15px;
    font-size: 14px;
    width: 85%;
    height: 90px;
    line-height: 1.8;
    overflow: hidden;
    opacity: .7
}

._newsHot.hot1 .list .date_wrap {
    display: none
}

._newsHot.hot1 .list .first .item_des {
    display: block
}

._newsHot.hot1 .list .first .date_wrap {
    display: block;
    top: 5px;
    position: absolute;
    right: 0;
    text-align: center;
    color: #888
}

._newsHot.hot1 .list .first .title {
    width: 80%
}

._newsHot.hot1 .list .first .title p {
    width: 100%
}

._newsHot.hot1 .list .first .title i,
._newsHot.hot1 .list .first .title span {
    display: none
}

._newsHot.hot1 .list .year {
    display: block;
    font-size: 12px
}

._newsHot.hot1 .list .m {
    font-size: 32px;
    font-weight: 700
}

._newsHot.hot1 .list .date_wrap i {
    font-style: initial;
    margin-top: 16px;
    display: block;
    transition: ease .5s
}

._about.about3 {
    padding: 30px 0
}

._about.about3 ul {
    overflow: hidden
}

._about.about3 li {
    overflow: hidden;
    margin-bottom: 25px
}

._about.about3 .L,
._about.about3 .R {
    width: 49%
}

._about.about3 .Avatar {
    width: 210px
}

._about.about3 .Avatar img {
    border: 10px solid #e5ebf2
}

._about.about3 .information {
    width: 62%
}

._about.about3 .information a {
    background: #0151aa;
    width: 130px;
    line-height: 32px;
    display: inline-block;
    text-align: center;
    color: #fff;
    border-radius: 15px
}

._about.about3 .name {
    color: #d90707;
    font-size: 24px;
    margin-bottom: 15px
}

._about.about3 .position {
    font-size: 16px;
    color: #003b7d;
    margin-bottom: 10px
}

._about.about3 .description {
    color: #666;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 20px;
    height: 108px
}

._news {
    padding: 30px 0
}

._news.news6 li {
    overflow: hidden;
    border-bottom: 1px solid rgba(0, 0, 0, .08);
    padding-bottom: 20px;
    margin-bottom: 20px
}

._news.news6 .item_img {
    width: 270px;
    overflow: hidden
}

._news.news6 .item_img img {
    transition: all .36s ease
}

._news.news6 .item_wrapper {
    width: calc(100% - 290px)
}

._news.news6 .title {
    line-height: 30px;
    font-size: 16px;
    width: 100%;
    float: left;
    color: #616161;
    margin-bottom: 10px;
    transition: all .36s ease
}

._news.news6 .date_wrap {
    float: right;
    color: #888;
    font-size: 12px;
    transition: all .36s ease
}

._news.news6 .item_des {
    font-size: 13px;
    line-height: 26px;
    width: 100%;
    float: left;
    height: 57px;
    transition: all .36s ease;
    margin-bottom: 7px
}

._news.news6 .details {
    width: 88px;
    line-height: 34px;
    border: 1px solid rgba(0, 0, 0, .1);
    text-align: center;
    color: rgba(0, 0, 0, .5);
    float: right;
    transition: all .36s ease
}

._BreadCrumbs {
    overflow: hidden
}

._BreadCrumbs .category {
    width: 66%;
    overflow: hidden
}

.hideBC._BreadCrumbs .category {
    width: 100%
}

.hideBC._BreadCrumbs .target {
    display: none
}

._BreadCrumbs .category a {
    font-size: 13px;
    line-height: 30px;
    text-align: center;
    padding: 0 20px;
    display: block;
    transition: ease .5s;
    display: inline-block
}

._BreadCrumbs .category a.active {
    background: #00468c;
    color: #fff
}

._BreadCrumbs .target {
    line-height: 30px
}

._news.news7 ul {
    overflow: hidden
}

._news.news7 ul li {
    font-size: 16px;
    float: left;
    line-height: 46px;
    overflow: hidden;
    height: 46px;
    padding: 0 30px;
    position: relative;
    color: #333
}

._news.news7 ul li:after {
    content: '';
    background: #003b7d;
    width: 5px;
    height: 5px;
    position: absolute;
    border-radius: 50%;
    left: 10px;
    top: 50%;
    transform: translateY(-50%)
}

._news.news7 ul.num3:nth-child(2n) {
    background: #f3f3f3
}

._news.news7 ul.num3 li {
    width: calc(100% / 3)
}

._news.news8 {
    overflow: hidden;
    position: relative
}

._news.news8 .L,
._news.news8 .R {
    width: 100%
}

._news.news8.double .L,
._news.news8.double .R {
    width: 48%
}

._news.news8 .newsTitle {
    position: relative;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 35px
}

._news.news8 .newsTitle:after {
    content: '';
    position: relative;
    clear: both;
    display: block
}

._news.news8 .newsTitle:before {
    content: '';
    position: absolute;
    width: 120px;
    height: 4px;
    background: #d73137;
    bottom: -1px
}

._news.news8 .newsTitle .letter {
    font-size: 58px;
    float: left;
    color: #d2151c;
    margin-right: 5px
}

._news.news8 .newsTitle span.en {
    color: #d2151c;
    font-size: 20px;
    display: inline-block;
    float: left;
    position: absolute;
    top: 4px;
    left: 46px;
    text-transform: uppercase;
}

._news.news8 .newsTitle span.cn {
    display: inline-block;
    vertical-align: text-bottom;
    position: absolute;
    bottom: 12px;
    font-size: 24px
}

._news.news8 .newsTitle ._more {
    float: right;
    line-height: 68px;
    color: #d2151c;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    padding-right: 20px;
}

._news.news8 .newsTitle ._more:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    background: #d73137;
    bottom: -1px;
    right: 0
}

._news.news8 .newsTitle ._more i,
.activity .activityTitle ._more i {
    font-weight: 700;
    font-weight: 700;
    width: 10px;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    text-indent: 20px;
    overflow: hidden;
}

._news.news8 .newsTitle ._more i:after,
.activity .activityTitle ._more i:after {
    width: 14px;
    height: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    content: '';
    display: block;
    background: url(../images/jt_icons.png) no-repeat;
    background-size: cover;
}

.activity .activityTitle ._more {
    padding-right: 20px;
}

._news.news8 ul {
    margin-bottom: 25px
}

._news.news8 li {
    overflow: hidden;
    margin-bottom: 40px
}

._news.news8 .timer {
    width: 60px;
    text-align: center;
    color: #b4000c;
    color: #d0d0d0;
    font-size: 12px
}

._news.news8 .number {
    height: 48px;
    width: 100%;
    background: #b4000c;
    background: #d0d0d0;
    display: block;
    text-align: center;
    line-height: 48px;
    font-size: 20px;
    color: #fff;
    margin-bottom: 15px
}

._news.news8 .text {
    width: calc(100% - 70px);
    margin: 0 auto
}

._news.news8 .title {
    color: #1d1d1d;
    font-size: 18px;
    margin-bottom: 10px
}

._news.news8 .summary {
    color: rgba(64, 64, 64, .8);
    font-size: 14px;
    line-height: 1.6
}

._news.news9 ul {
    position: relative
}

._news.news9 ul:after {
    content: '';
    block: block;
    display: block
}

._news.news9 li {
    float: left;
    margin: 0 30px 45px 0;
    box-shadow: 0 3px 11px 1px rgba(0, 0, 0, .2);
    border-radius: 3px;
    overflow: hidden;
    position: relative
}

._news.news9 li .titleBox {
    transition: ease .5s
}

._news.news9 li:nth-child(3n) {
    margin-right: 0
}

._news.news9 li .titleimg {
    position: relative;
    z-index: 5;
    background: #fff
}

._news.news9 li .tileteaserText {
    padding: 16px 0;
    position: relative;
    z-index: 5;
    background: #fff
}

._news.news9 li .small {
    padding: 0 16px
}

._news.news9 li h4 {
    font-size: 24px;
    font-weight: inherit;
    margin: 5px auto;
    padding: 0 16px
}

._news.news9 li .tileteaserLink {
    border-top: 1px solid #dfe1e4;
    padding: 18px 16px;
    font-size: 18px;
    position: relative;
    z-index: 10;
    background: #fff
}

._news.news9 li i {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    line-height: 25px
}

._news.news9 li i.moreBtn {
    cursor: pointer
}

._news.news9 li .tileteaserBurgerMenu {
    position: absolute;
    background: rgba(180, 0, 12, .8);
    color: #000;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 6;
    transition: ease .5s;
    padding-top: 80px;
    transform: translateY(100%)
}

._news.news9 li .tileteaserBurgerMenu span {
    width: 100%;
    display: block;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    position: relative;
    padding-left: 15%
}

._news.news9 li .tileteaserBurgerMenu a {
    display: inline-block;
    position: relative;
    line-height: 28px
}

._news.news9 li .tileteaserBurgerMenu a:after {
    content: '';
    width: 0;
    height: 1px;
    background: #000;
    left: 0;
    bottom: 0;
    position: absolute;
    transition: ease .5s
}

._news.news9 li.active .titleBox {
    transform: translateY(-100%)
}

._news.news9 li.active .tileteaserBurgerMenu {
    transform: translateY(0)
}

._map {
    padding: 30px 0
}

._map.map1 {
    overflow: hidden
}

._map.map1 .L {
    width: 340px
}

._map.map1 .R {
    width: calc(100% - 360px);
    position: relative
}

._map.map1 .L,
._map.map1 .R {
    height: 573px
}

._map.map1 .show_list {
    height: 470px;
    overflow-y: auto
}

._map.map1 .sr_title {
    position: absolute;
    width: 200px;
    text-align: center;
    line-height: 60px;
    background: #84d8d0;
    z-index: 5;
    color: #fff;
    box-shadow: 0 0 11px 4px rgba(0, 0, 0, .31);
    font-size: 20px;
    right: 5%;
    top: 5%;
    cursor: pointer
}

._map.map1 _fl {
    width: calc(100% - 460px)
}

._map.map1 .select {
    width: 100%;
    height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #84d8d0
}

._map.map1 .select .po {
    text-align: center;
    font-size: 16px;
    color: #fff;
    text-indent: 25px
}

._map.map1 #distpicker {
    margin: 10px auto
}

._map.map1 #distpicker select {
    display: inline-block;
    height: 34px;
    width: 49%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

._map.map1 .show_list li {
    width: 100%;
    height: 150px;
    margin-bottom: 10px;
    display: block;
    cursor: pointer;
    overflow: hidden;
    background: #f9f9f9
}

._map.map1 .show_list .sl_top {
    width: 55px;
    height: 150px;
    display: block;
    text-align: center;
    justify-content: center;
    align-items: center;
    position: relative;
    line-height: 150px
}

._map.map1 .show_list .sl_top i {
    font-size: 20px;
    color: #84d8d0
}

._map.map1 .show_list .sl_bottom {
    width: calc(100% - 60px);
    height: 150px;
    padding: 20px 0
}

._map.map1 .show_list .sl_bottom b {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    display: block
}

._map.map1 .show_list .sl_bottom p {
    font-size: 14px;
    line-height: 20px;
    margin-top: 3px
}

._map.map1 .show_list .sl_bottom p a {
    color: #3e3e3e
}

._map.map1 #l-map {
    height: 100%
}

._map.map1 .show_list2 {
    height: 470px;
    overflow-y: auto
}

._map.map1 .show_list2 li {
    position: relative;
    background: #f9f9f9;
    padding: 15px 15px 15px 30px;
    margin-bottom: 10px
}

._map.map1 .show_list2 .iconPin {
    position: absolute;
    left: 5px;
    top: 18px;
    height: 20px;
    width: 20px;
    font-size: 20px
}

._map.map1 .show_list2 .storeBox {
    overflow: hidden
}

._map.map1 .show_list2 .title {
    line-height: 30px;
    font-size: 14px;
    font-weight: 700
}

._map.map1 .show_list2 .store_list_tips {
    font-size: 12px;
    margin-bottom: 10px
}

._map.map1 .show_list2 .more {
    float: right;
    font-size: 14px
}

._map.map1 .show_list2 .more .iconMore {
    font-size: 12px
}

._news.news10 ul {
    overflow: hidden
}

._news.news10 li {
    float: left;
    width: 48%;
    padding: 10px 0 10px 20px;
    margin-right: 3%;
    font-size: 14px;
    position: relative;
    line-height: 28px;
    border-bottom: 1px dashed #b7baba;
    cursor: pointer
}

._news.news10 li a {
    transition: ease .5s
}

._news.news10 li:after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: #6b6b6b;
    position: absolute;
    left: 2px;
    top: 50%;
    margin-top: -3px;
    transition: all .5s;
    -webkit-transition: all .5s
}

._news.news10 li:nth-child(2n) {
    margin-right: 0
}

._about.about4 {
    overflow: hidden
}

._about.about4 .R {
    width: 700px
}

._about.about4 .R li {
    border-bottom: 1px dotted #565656;
    margin-top: 35px;
    padding-bottom: 15px;
    line-height: 1.7
}

._about.about4 .R li:nth-child(1) {
    margin-top: 0
}

._service {
    padding: 30px 0;
    overflow: hidden
}

._service.service1 li {
    overflow: hidden
}

._service.service1 .L,
._service.service1 .R {
    position: relative;
    width: 50%;
    height: 100%;
    min-height: 400px
}

._service.service1 .text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

._newsHot.hot2 .L {
    width: 50%;
    position: relative;
    float: left
}

._newsHot.hot2 .L,
._newsHot.hot2 .R {
    height: 370px
}

._newsHot.hot2 .L .ul {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

._newsHot.hot2 .R {
    width: 50%;
    float: left;
    padding-left: 40px
}

._newsHot.hot2 .R li {
    height: 50px;
    border: 1px solid #bababa;
    overflow: hidden;
    position: relative
}

._newsHot.hot2 .R li i {
    width: 60px;
    text-align: center;
    right: 0;
    top: 0;
    color: #a9a9a9;
    position: absolute;
    font-size: 16px;
    line-height: 50px
}

._newsHot.hot2 .L .img-box {
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

._newsHot.hot2 .L .li {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%
}

._newsHot.hot2 .L .li.active {
    opacity: 1;
    visibility: visible
}

._newsHot.hot2 .L .li .info {
    position: absolute;
    line-height: 40px;
    padding: 0 20px;
    color: #fff;
    font-size: 16px;
    background-color: rgba(0, 0, 0, .6);
    width: 100%;
    left: 0;
    bottom: 0
}

._newsHot.hot2 .L .li .info .title {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

._newsHot.hot2 .R li .title {
    line-height: 48px;
    float: left;
    width: -webkit-calc(100% - 145px);
    width: -moz-calc(100% - 145px);
    width: calc(100% - 145px);
    color: #222;
    font-size: 16px;
    margin-left: 20px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

._newsHot.hot2 .R li .t {
    font-size: 22px;
    line-height: 26px;
    color: #fff;
    width: 65px;
    text-align: center;
    background-color: #bababa;
    height: 48px;
    float: left
}

._newsHot.hot2 .R li .t span {
    font-size: 14px;
    display: block;
    line-height: 20px
}

._newsHot.hot2 .R li+li {
    margin-top: 14px
}

._newsHot.hot2 .R li.active {
    border-color: #054274
}

._newsHot.hot2 .R li.active .t {
    background-color: #054274
}

._newsHot.hot2 .R li.active .title {
    color: #054274
}

._newsHot.hot2 .R li.active::before {
    color: #054274
}

._news.news12 ul::after {
    content: '';
    display: table;
    clear: both
}

._news.news12 ul li {
    width: -webkit-calc((100% - 40px)/ 2);
    width: -moz-calc((100% - 40px)/ 2);
    width: calc((100% - 40px)/ 2);
    float: left;
    padding: 16px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px rgba(55, 55, 55, .1);
    -moz-box-shadow: 0 0 15px rgba(55, 55, 55, .1);
    box-shadow: 0 0 15px rgba(55, 55, 55, .1)
}

._news.news12 ul li .thum {
    width: 210px;
    float: left
}

._news.news12 ul li .info {
    width: -webkit-calc(100% - 245px);
    width: -moz-calc(100% - 245px);
    width: calc(100% - 245px);
    float: left;
    margin-left: 35px;
    padding-top: 10px;
    position: relative;
    padding-bottom: 5px
}

._news.news12 ul li a {
    display: block;
    position: relative
}

._news.news12 ul li .info .title {
    font-size: 18px;
    font-weight: 700;
    line-height: 32px;
    height: 64px;
    overflow: hidden;
    margin-bottom: 20px
}

._news.news12 ul li .info .t {
    color: #054274;
    opacity: .6
}

._news.news12 ul li .info .more {
    position: absolute;
    font-size: 16px;
    color: #bababa;
    border: 1px solid #bababa;
    padding: 0 10px;
    right: 0;
    bottom: 0;
    line-height: 25px
}

._news.news12 ul li a {
    overflow: hidden
}

._news.news12 ul li+li {
    margin-left: 40px;
    margin-bottom: 40px
}

._news.news12 ul li:nth-child(2n+1) {
    margin-left: 0
}

._news.news12 ul li .img {
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

._map.map2 .TabList ul {
    text-align: center;
    padding-bottom: 120px
}

._map.map2 .TabList li {
    display: inline-block;
    position: relative;
    margin: 0 1%;
    cursor: pointer;
    width: 330px
}

._map.map2 .TabList .icon {
    width: 70px;
    height: 70px;
    margin: auto;
    border-radius: 70px;
    text-align: center;
    line-height: 70px;
    font-size: 31px;
    background: #ccc;
    position: relative;
    z-index: 5;
    transition: ease .5s
}

._map.map2 .TabList li.active .icon {
    transform: translateY(-10px)
}

._map.map2 .TabList .text {
    width: 100%;
    text-align: center;
    line-height: 30px;
    color: #757575;
    font-weight: 700;
    position: relative;
    z-index: 5;
    transition: ease .5s
}

._map.map2 .TabList .infor {
    width: 90%;
    height: auto;
    line-height: 24px;
    background: #f6f6f6;
    position: absolute;
    padding: 65px 5% 0;
    left: 5%;
    opacity: 0;
    transform: translateY(20%);
    transition: ease .5s;
    top: 45px;
    z-index: 2;
    text-align: left
}

._map.map2 .TabList .inforPhone {
    font-size: 14px;
    line-height: 18px
}

._map.map2 .TabList p {
    position: relative;
    padding-left: 25px;
    margin-bottom: 5px
}

._map.map2 .TabList p i {
    position: absolute;
    left: 0
}

._map.map2 #l-map {
    height: 480px
}

._map.map2 .TabList li.active .infor {
    opacity: 1;
    transform: translateY(0)
}

._map.map2 .TabList li.active .text {
    transform: translateY(-10px)
}

._recruitment {
    padding: 30px 0
}

._recruitment.recruitment1 li {
    border-bottom: 1px dashed #ddd;
    padding-bottom: 24px
}

._recruitment.recruitment1 .up {
    position: relative
}

._recruitment.recruitment1 .position {
    font-size: 30px;
    color: #999;
    padding: 20px 0 5px
}

._recruitment.recruitment1 .address span {
    display: inline-block;
    line-height: 32px;
    font-size: 14px;
    margin-right: 15px
}

._recruitment.recruitment1 .address span i {
    font-size: 24px;
    display: inline-block;
    vertical-align: middle
}

._recruitment.recruitment1 .more {
    font-size: 24px;
    float: right;
    margin-top: 4px;
    cursor: pointer
}

._recruitment.recruitment1 .Claim {
    display: none;
    margin-top: 15px
}

._recruitment.recruitment1 li.active .Claim {
    display: block
}

._service.service2 li {
    padding: 50px 0 85px
}

._service.service2 li:nth-child(2n) {
    background: #f5f5f5
}

._service.service2 ._w1200 {
    overflow: hidden
}

._service.service2 .L {
    width: 660px
}

._service.service2 .gonglueTit {
    height: 42px;
    line-height: 42px;
    font-size: 28px
}

._service.service2 .gInfo {
    font-size: 15px;
    line-height: 22px;
    color: #666;
    padding: 22px 0 11px
}

._service.service2 .listTe {
    margin-bottom: 8px;
    font-size: 15px;
    color: #666;
    line-height: 43px
}

._service.service2 .listTe span {
    display: block;
    float: left;
    margin-right: 12px;
    width: 93px;
    height: 43px;
    line-height: 43px;
    color: #555;
    text-align: center;
    font-size: 14px;
    background-color: #f5f5f5;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px
}

._history.history2 .focus_nav {
    height: 108px;
    line-height: 108px;
    margin: 0 auto;
    background: #f1f1f1;
    position: relative
}

._history.history2 .tempWrap {
    width: 960px;
    margin: 0 auto
}

._history.history2 .tempWrap li {
    position: relative;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    color: #555;
    font-size: 24px
}

._history.history2 .tempWrap li.swiper-slide-thumb-active {
    color: #fe901a
}

._history.history2 .tempWrap li:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 24px;
    background: #ccc;
    right: 0;
    top: 50%;
    margin-top: -12px
}

._history.history2 .navNext,
._history.history2 .navPrev {
    display: inline-block;
    width: 40px;
    height: 40px;
    overflow: hidden;
    position: absolute;
    top: 34px;
    background: #666;
    border-radius: 50%;
    color: #fff;
    line-height: 40px;
    text-align: center;
    cursor: pointer
}

._history.history2 .navPrev {
    left: 2%
}

._history.history2 .navNext {
    right: 2%
}

._history.history2 .focus_pic {
    padding: 55px 0 123px;
    height: auto;
    overflow: hidden
}

._service.service3 .investmentImg {
    width: 450px
}

._service.service3 .investmentText {
    width: 56%
}

._service.service3 .investmentText .productTit {
    text-align: left;
    padding: 0 0 19px;
    border-bottom: 1px dashed #d0d0d0
}

._service.service3 .investmentText .productTit a {
    display: inline-block
}

._service.service3 .investmentText .productTit strong {
    margin-top: 0;
    font-size: 22px;
    color: #1d1d1d;
    font-weight: inherit
}

._service.service3 .investmentText .productTit span {
    color: #fc9c20;
    font-size: 22px
}

._service.service3 .investmentList {
    height: auto;
    overflow: hidden;
    padding: 26px 0 0
}

._service.service3 .investmentDiv {
    height: auto;
    overflow: hidden;
    margin-bottom: 13px
}

._service.service3 .investmentDiv span {
    display: block;
    float: left;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #727272;
    font-size: 16px;
    -webkit-border-radius: 36px;
    -moz-border-radius: 36px;
    -ms-border-radius: 36px;
    border-radius: 36px;
    background-color: #f6f6f6
}

._service.service3 .investmentInfo {
    line-height: 24px;
    font-size: 14px;
    color: #666;
    margin-left: 60px;
    padding: 6px 0
}

._team {
    padding: 30px 0
}

._team.team1 .desinger_item_box {
    margin-top: 20px;
    border: 1px solid #e3e3e3;
    padding: 20px;
    transition: all .2s linear;
    cursor: pointer
}

._team.team1 .desinger_item_top {
    overflow: hidden
}

._team.team1 .desinger_img {
    float: left;
    height: 200px;
    overflow: hidden;
    width: 150px
}

._team.team1 .desinger_introduction {
    width: calc(100% - 170px);
    height: 200px;
    overflow: hidden;
    float: right;
    padding-top: 12px
}

._team.team1 .d_info_box {
    max-height: 127px;
    height: 127px;
    overflow: hidden
}

._team.team1 .d_info_box .desinger_name {
    font-size: 22px;
    font-weight: 700;
    color: #3b3b3b;
    margin-bottom: 6px
}

._team.team1 .d_info_box .style_title {
    font-size: 14px;
    color: #72757e;
    font-weight: 700
}

._team.team1 .d_info_box .designer_name {
    font-size: 22px;
    font-weight: 700;
    color: #3b3b3b
}

._team.team1 .d_info_box .designer_level_title {
    font-size: 12px;
    color: #fff;
    background-color: #d9000f;
    width: 91px;
    height: 20px;
    border-radius: 10px;
    padding: 0 5px;
    line-height: 12px;
    font-weight: 300;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    margin-left: 7px;
    margin-top: 3px
}

._team.team1 .d_introduction_box li {
    display: inline-block;
    text-align: center;
    height: 54px;
    overflow: hidden;
    border-right: 1px solid #e3e3e3;
    padding: 7px 13px 0 13px;
    font-size: 14px;
    font-weight: 700;
    color: #7b7f7c
}

._team.team1 .d_introduction_box li p {
    margin-top: 13px
}

._team.team1 .d_introduction_box li p i {
    color: #d9000f
}

._team.team1 .d_introduction_box li p span {
    font-size: 18px
}

._team.team1 .desinger_item_bottom {
    margin-top: 26px
}

._team.team1 .desinger_item_bottom a {
    display: inline-block;
    width: 280px;
    margin-left: 8px
}

._team.team1 .desinger_item_bottom a:first-child {
    margin-left: 0
}

._team.team1 .desinger_item_bottom img {
    display: inline-block
}

._case.case2 {
    position: relative
}

._case.case2 li {
    position: relative;
    cursor: pointer;
    z-index: 5
}

._case.case2 .thum {
    background: #000
}

._case.case2 .img {
    opacity: .7
}

._case.case2 i {
    position: absolute;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 34px;
    transition: ease .5s;
    transform: translate(-50%, 100%);
    opacity: 0;
    -webkit-transform: translate(-50%, 100%);
    -moz-transform: translate(-50%, 100%);
    -ms-transform: translate(-50%, 100%);
    -o-transform: translate(-50%, 100%)
}

._case.case2 .button-next,
._case.case2 .button-prev {
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    color: #ccc;
    opacity: 1;
    position: absolute;
    display: block;
    left: auto;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    font-size: 70px;
    cursor: pointer;
    opacity: .5
}

._case.case2 .button-next.swiper-button-disabled,
._case.case2 .button-prev.swiper-button-disabled {
    opacity: 0
}

._case.case2 .button-next {
    right: -7%
}

._case.case2 .button-prev {
    left: -7%
}

._Album {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    opacity: 0;
    visibility: hidden;
    transition: ease .5s;
    z-index: 20
}

._Album.active {
    opacity: 1;
    visibility: inherit
}

._Album ._photo {
    width: 80%;
    height: 60%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

._Album ._photo img {
    max-width: 100%;
    max-height: 100%;
    border: 25px solid #f4f4f2;
    border-radius: 20px;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

._Album ._swiperBtn {
    width: 50px;
    height: 50px;
    background-size: cover;
    background-color: #f4f4f2;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    cursor: pointer;
    transition: ease .5s;
    line-height: 50px;
    text-align: center;
    font-size: 28px;
    color: #666
}

._Album ._swiperBtn._SBL span {
    background: #666;
    display: block;
    position: absolute;
    width: 37%;
    height: 2px;
    top: 50%;
    left: 41%
}

._Album ._swiperBtn._SBL .a {
    transform: translate(-30%, 300%) rotate(40deg)
}

._Album ._swiperBtn._SBL .b {
    transform: translate(-30%, -300%) rotate(-40deg)
}

._Album ._swiperBtn._SBR span {
    background: #666;
    display: block;
    position: absolute;
    width: 37%;
    height: 2px;
    top: 50%;
    left: 50%
}

._Album ._swiperBtn._SBR .a {
    transform: translate(-30%, 300%) rotate(-40deg)
}

._Album ._swiperBtn._SBR .b {
    transform: translate(-30%, -300%) rotate(40deg)
}

._Album ._swiperBtn._SBL {
    left: 5%
}

._Album ._swiperBtn._SBR {
    right: 5%
}

._Album ._swiperBtnOff {
    width: 30px;
    height: 30px;
    background-size: cover;
    position: absolute;
    right: 0;
    cursor: pointer;
    top: 0;
    color: #fff;
    line-height: 30px;
    text-align: center;
    font-size: 30px
}

._Album ._swiperBtnOff span {
    background: #fff;
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    top: 50%;
    left: 50%
}

._Album ._swiperBtnOff .a {
    transform: translate(-50%, -50%) rotate(45deg)
}

._Album ._swiperBtnOff .b {
    transform: translate(-50%, -50%) rotate(-45deg);
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -moz-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    -o-transform: translate(-50%, -50%) rotate(-45deg)
}

._team.team2 .d_desinger {
    background: url(../images/dfg.jpg);
    background-size: cover
}

._team.team2 .d_desinger_box {
    overflow: hidden;
    text-align: center
}

._team.team2 .d_desinger_info_box {
    width: 406px;
    height: 450px;
    background-color: rgba(0, 0, 0, .3);
    padding: 103px 49px 107px 49px;
    color: #fff;
    box-sizing: border-box;
    display: inline-block;
    margin-right: 150px;
    text-align: left
}

._team.team2 .d_desinger_title {
    font-size: 44px;
    font-weight: 700;
    margin-bottom: 6px
}

._team.team2 .d_desinger_info {
    font-size: 15px;
    color: #b7b7b7;
    margin-bottom: 6px
}

._team.team2 .b_line {
    width: 50px;
    border-bottom: 2px solid #b7b7b7;
    margin-top: 15px
}

._team.team2 .d_desinger_line {
    font-size: 18px;
    margin: 65px 0 10px 0
}

._team.team2 .d_desinger_btn {
    width: 122px;
    height: 36px;
    background-color: #d6010e;
    line-height: 36px;
    text-align: center;
    font-size: 18px;
    cursor: pointer
}

._team.team2 .d_desinger_image {
    width: 210px;
    height: auto;
    border: 5px solid rgba(255, 255, 255, .5);
    margin-left: 101px;
    margin: 45px 53px 0 0;
    position: relative;
    box-sizing: border-box;
    display: inline-block
}

._team.team2 .d_desinger_name {
    width: 100%;
    height: 30px;
    background-color: rgb(0, 0, 0, .5);
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    color: #fff;
    line-height: 30px;
    font-size: 14px
}

._form.form2 #_form {
    position: relative
}

._form.form2 #_form:after {
    content: '';
    display: block;
    clear: both
}

._form.form2 ._fl,
._form.form2 ._fr {
    width: 48%
}

._form.form2 .inputBox {
    opacity: .4;
    transition: ease .5s
}

._form.form2 label {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 10px;
    display: inline-block
}

._form.form2 .input {
    transition: ease .5s
}

._form.form2 select {
    width: 100%
}

._team.team3 ul {
    justify-content: flex-start;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

._team.team3 ul li {
    width: 24%;
    height: auto;
    margin-bottom: 20px
}

._team.team3 ul li .thum {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative
}

._team.team3 ul li .thum .img {
    width: 100%;
    height: auto;
    background: center center no-repeat;
    background-size: cover;
    position: relative;
    transition: all .36s ease 0s
}

._team.team3 li .thum .icon {
    width: 56px;
    height: 56px;
    position: absolute;
    left: 50%;
    top: -80px;
    margin-left: -30px;
    margin-top: -10px;
    opacity: 0;
    transition: all .46s ease 0s;
    font-size: 0;
    background: #3488ea;
    border-radius: 50%
}


._team.team3 ul li .thum .icon:before {
    width: 18px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -9px;
    content: ''
}

._team.team3 ul li .thum .icon:after {
    width: 2px;
    height: 18px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -1px;
    margin-top: -8px;
    content: ''
}

._team.team3 ul li .title {
    text-align: center;
    padding: 18px 10px;
    transition: all .36s ease 0s
}

._team.team3 ul li .title b {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px
}

._team.team3 ul li .title p {
    font-size: 14px;
    line-height: 20px
}

._banner.Banner1 {
    position: relative
}

._banner.Banner1 {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden
}

._banner.Banner1 .ul {
    box-sizing: content-box;
    display: flex
}

._banner.Banner1 .btnL,
._banner.Banner1 .btnR {
    position: absolute;
    top: 50%;
    z-index: 5;
    color: #fff;
    font-size: 30px;
    background: #003b7d;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin-top: -30px;
    cursor: pointer;
    transition: ease .5s;
    opacity: 0
}

._banner.Banner1 .btnL {
    left: 2%
}

._banner.Banner1 .pagination {
    width: 100%;
    position: absolute;
    bottom: 3%;
    z-index: 5;
    text-align: center
}

._banner.Banner1 .pagination span {
    background: #fff;
    opacity: 1;
    height: 12px;
    width: 12px;
    display: inline-block;
    border-radius: 50%;
    margin: 0 5px
}

._banner.Banner1 .pagination span.active {
    background: #d90707
}

._banner.Banner1 .pic {
    transition: opacity 1s, transform 13s;
    opacity: 0;
    -webkit-transition: opacity 1s, transform 13s;
    -moz-transition: opacity 1s, transform 13s;
    -ms-transition: opacity 1s, transform 13s;
    -o-transition: opacity 1s, transform 13s;
}

._banner.Banner1 .li {
    transition-property: transform, -webkit-transform;
    flex-shrink: 0;
    width: 100%
}

._banner.Banner1 .li.active .pic {
    opacity: 1;
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}

._banner.Banner1 .li .pic {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%
}

@media screen and (min-width:1200px) {

    ._newsHot.hot1 .pic .informationBox .button-next:hover,
    ._newsHot.hot1 .pic .informationBox .button-prev:hover {
        color: #003b7d;
        opacity: 1
    }

    ._newsHot.hot1 .list li:hover .title {
        padding: 0 15px;
        color: #003b7d
    }

    ._newsHot.hot1 .list li:hover .date_wrap i {
        color: #003b7d
    }

    ._newsHot.hot1 .list li:hover .title i {
        right: 0;
        opacity: 1
    }

    ._news.news5 ul li:hover {
        padding: 0 15px;
        color: #003b7d
    }

    ._news.news9 li .tileteaserBurgerMenu a:hover:after {
        width: 100%
    }

    ._news.news10 li:hover:after {
        background: #ccc
    }

    ._news.news10 li:hover a {
        color: #ccc
    }

    ._map.map2 .TabList li:hover .infor {
        opacity: 1;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }

    ._map.map2 .TabList li:hover .icon {
        transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -o-transform: translateY(-10px);
    }

    ._map.map2 .TabList li:hover .text {
        transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -o-transform: translateY(-10px);
    }

    ._team.team1 .desinger_item_box:hover {
        box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
        transform: translate3d(0, -2px, 0);
        -webkit-transform: translate3d(0, -2px, 0);
        -moz-transform: translate3d(0, -2px, 0);
        -ms-transform: translate3d(0, -2px, 0);
        -o-transform: translate3d(0, -2px, 0);
    }

    ._case.case2 li:hover i {
        opacity: 1;
        transform: translate(-50%, -50%)
    }

    ._ndc_top .social a:hover {
        color: #ffff
    }

    ._detail_same_list ul li a:hover b {
        color: #3488ea
    }

    ._ndc_npnews .post_next:hover,
    ._ndc_npnews .post_prev:hover {
        background: #3488ea;
        color: #fff
    }

    ._ndc_npnews .post_next:hover .icon:before,
    ._ndc_npnews .post_prev:hover .icon:before {
        background-position: -14px 0
    }

    ._ndc_npnews .post_next:hover .icon:after,
    ._ndc_npnews .post_prev:hover .icon:after {
        background: rgba(255, 255, 255, .2)
    }

    ._joinTipBox .joinTipBoxTitle .close:hover {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
    }

    ._join_list li:hover .title {
        top: 20%;
        color: #fff
    }

    ._join_list li:hover .address {
        opacity: 1;
        top: 35%;
        -webkit-transition-delay: .2s
    }

    ._join_list li:hover .number {
        top: 80%;
        color: #fff
    }

    ._join_list li:hover {
        background: #3488ea
    }

    ._join_list li:hover:after {
        width: 40%;
        left: 30%;
        -webkit-transition-delay: .2s
    }

    ._join_list li:hover .lineT {
        -webkit-transition-delay: .2s;
        width: -webkit-calc(100% - 14px);
        width: calc(100% - 14px)
    }

    ._join_list li:hover .lineB {
        -webkit-transition-delay: .2s;
        width: -webkit-calc(100% - 14px);
        width: calc(100% - 14px);
        left: 7px
    }

    ._join_list li:hover .lineR {
        -webkit-transition-delay: .2s;
        height: -webkit-calc(100% - 14px);
        height: calc(100% - 14px)
    }

    ._join_list li:hover .lineL {
        -webkit-transition-delay: .2s;
        top: 7px;
        height: -webkit-calc(100% - 14px);
        height: calc(100% - 14px)
    }

    ._news.news11 ul li a:hover {
        background: #3488ea;
        color: #fff
    }

    ._news.news2 ul li:hover .news2_des {
        color: #fff;
        background: #3488ea
    }

    ._news.news2 ul li:hover .news2_des b {
        color: #fff
    }

    ._news.news2 ul li:hover .news_time {
        background: #1875e2
    }

    ._news.news2 ul li:hover .news2_des b:after {
        width: 100%
    }

    ._news.news3 ul li:hover a {
        color: initial
    }

    ._news.news3 ul li:hover {
        background: #fafafa
    }

    ._news.news1 ul li:hover:after {
        width: 100%
    }

    ._news.news1 ul li:hover {
        background: rgba(0, 0, 0, .03)
    }

    .close_video:hover {
        background: #3488ea
    }

    .close_video:hover:after {
        background-position: 0 -20px
    }

    ._case.case1 ul li:hover .title {
        background: #3488ea;
        color: #fff
    }

    ._case.case1 ul li:hover .thum .img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }

    ._case.video_list ul li:hover .thum .img {
        opacity: .7
    }

    ._case.case1 ul li .thum .icon {
        width: 56px;
        height: 56px;
        position: absolute;
        left: 50%;
        top: -80px;
        margin-left: -30px;
        margin-top: -10px;
        opacity: 0;
        transition: all .46s ease 0s;
        font-size: 0;
        background: #3488ea;
        border-radius: 50%
    }

    ._case.case1 ul li:hover .thum .icon {
        top: 50%;
        opacity: 1
    }

    ._case.video_list ul li:hover .play {
        top: 0;
        opacity: 0;
        visibility: hidden
    }

    ._case.video_list ul li:hover .name {
        opacity: 1;
        top: 50%
    }

    ._pageTitleTab a:hover {
        color: #fff;
        background: #3488ea
    }

    .sub_nav a:hover {
        background: #3488ea;
        color: #fff
    }

    .backTop:hover {
        background-color: #d2151c;
        color: #fff
    }

    ._PageTurningNumber a:hover {
        color: #fff;
        background: #d2151c
    }

    ._team.team3 ul li:hover .thum .img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }

    ._team.team3 ul li:hover .thum .icon {
        top: 50%;
        opacity: 1
    }

    ._form.form2 .inputBox:hover {
        opacity: 1
    }

    ._form.form2 .inputBox:hover .input {
        box-shadow: 0 0 20px 1px rgba(0, 0, 0, .1);
        border-radius: 5px
    }

    ._Album ._swiperBtn:hover {
        box-shadow: 0 0 12px 6px rgba(239, 239, 239, .24)
    }

    ._case.case2 .button-next:hover,
    ._case.case2 .button-prev:hover {
        opacity: 1
    }

    ._BreadCrumbs .category a:hover {
        background: #00468c;
        color: #fff
    }

    ._BreadCrumbs .target a:hover {
        color: #00468c
    }

    ._news.news6 li:hover item_img img {
        transform: scale(1.08);
        -webkit-transform: scale(1.08);
        -moz-transform: scale(1.08);
        -ms-transform: scale(1.08);
        -o-transform: scale(1.08);
    }

    ._news.news6 li:hover .title {
        padding-left: 10px;
        color: #3488ea
    }

    ._news.news6 li:hover .item_img img {
        transform: scale(1.08);
        -webkit-transform: scale(1.08);
        -moz-transform: scale(1.08);
        -ms-transform: scale(1.08);
        -o-transform: scale(1.08);
    }

    ._news.news6 li:hover .date_wrap {
        margin-right: 25px
    }

    ._news.news6 li:hover .item_des {
        padding-left: 10px
    }

    ._news.news6 li:hover .details {
        background: #3488ea;
        color: #fff
    }

    ._focus2_list ul li:hover {
        background: #fafafa
    }

    .slick-arrow:hover {
        opacity: 1
    }

    .slick-dots li.slick-active,
    .slick-dots li:hover {
        background-color: rgba(55, 55, 55, 1)
    }

    ._team.team3 ul li:hover .title {
        background: #3488ea;
        color: #fff
    }

    ._banner.Banner1:hover .btnL,
    ._banner.Banner1:hover .btnR {
        opacity: .7
    }

    ._banner.Banner1 .btnL:hover,
    ._banner.Banner1 .btnR:hover {
        opacity: 1
    }
}

@media screen and (max-width:1600px) {

    ._w1300,
    ._w1400,
    ._w1600 {
        width: 1300px
    }
}

@media screen and (max-width:1444px) {

    ._w1200,
    ._w1300,
    ._w1400,
    ._w1600 {
        width: 96%
    }
}