.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden
}

@font-face {
    font-family: 'akzb';
    src: url("../fonts/akzidenzgroteskbq-xbdcndalt.eot");
    src: url("../fonts/akzidenzgroteskbq-xbdcndalt.eot") format("embedded-opentype"),url("../fonts/akzidenzgroteskbq-xbdcndalt.woff2") format("woff2"),url("../fonts/akzidenzgroteskbq-xbdcndalt.woff") format("woff"),url("../fonts/akzidenzgroteskbq-xbdcndalt.ttf") format("truetype"),url("../fonts/akzidenzgroteskbq-xbdcndalt.svg#akzidenzgroteskbq-xbdcndalt") format("svg")
}

@font-face {
    font-family: 'akzm';
    src: url("../fonts/akzidenzgroteskbq-mdcndalt.eot");
    src: url("../fonts/akzidenzgroteskbq-mdcndalt.eot") format("embedded-opentype"),url("../fonts/akzidenzgroteskbq-mdcndalt.woff2") format("woff2"),url("../fonts/akzidenzgroteskbq-mdcndalt.woff") format("woff"),url("../fonts/akzidenzgroteskbq-mdcndalt.ttf") format("truetype"),url("../fonts/akzidenzgroteskbq-mdcndalt.svg#akzidenzgroteskbq-mdcndalt") format("svg")
}

@font-face {
    font-family: 'AGFutura';
    src: url("../fonts/agfutura.eot");
    src: url("../fonts/agfutura.eot") format("embedded-opentype"),url("../fonts/agfutura.woff2") format("woff2"),url("../fonts/agfutura.woff") format("woff"),url("../fonts/agfutura.ttf") format("truetype"),url("../fonts/agfutura.svg#agfutura") format("svg")
}

html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu {
    margin: 0;
    padding: 0
}

body {
    color: #333;
    font-size: 14px;
    font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans","wenquanyi micro hei","Hiragino Sans GB", "Hiragino Sans GB W3", Arial, sans-serif
}

a {
    text-decoration: none;
    color: #333
}

a:hover,a:focus {
    color: #023894;
    text-decoration: none
}

.winH {
    position: relative
}

.w {
    width: 100%;
    padding-left: 80px;
    padding-right: 80px
}

@media (max-width: 1440px) {
    .w {
        padding-left:40px;
        padding-right: 40px
    }
}

@media (max-width: 1288px) {
    .w {
        padding-left:20px;
        padding-right: 20px
    }
}

.w_col {
    width: 100%;
    padding-left: 120px;
    padding-right: 120px
}

@media (max-width: 1681px) {
    .w_col {
        padding-left:80px;
        padding-right: 80px
    }
}

@media (max-width: 1380px) {
    .w_col {
        padding-left:40px;
        padding-right: 40px
    }
}

@media (max-width: 1288px) {
    .w_col {
        max-width:100%;
        padding-left: 20px;
        padding-right: 20px
    }
}

.title01 {
    margin: 0;
    padding: 0;
    text-align: center
}

.title01 b {
    display: block;
    font-size: 36px;
    color: #000
}

@media (max-width: 1681px) {
    .title01 b {
        font-size:30px
    }
}

@media (max-width: 1440px) {
    .title01 b {
        font-size:26px
    }
}

@media (max-width: 668px) {
    .title01 b {
        font-size:22px
    }
}

.title01 b:after {
    content: "";
    display: block;
    width: 40px;
    height: 1px;
    margin: 15px auto 10px;
    background-color: #fed900
}

.title01 span {
    display: block;
    font-size: 24px;
    font-family: 'AGFutura';
    color: #999;
    text-transform: uppercase
}

@media (max-width: 1681px) {
    .title01 span {
        font-size:20px
    }
}

@media (max-width: 1440px) {
    .title01 span {
        font-size:18px
    }
}

@media (max-width: 668px) {
    .title01 span {
        font-size:16px
    }
}

a .more01 {
    display: block;
    width: 154px;
    height: 40px;
    line-height: 38px;
    border: 1px solid #208acc;
    color: #208acc;
    border-radius: 20px;
    padding-left: 24px;
    position: relative;
    transition: all .5s
}

a .more01:after {
    content: '';
    display: block;
    width: 30px;
    height: 1px;
    line-height: 1px;
    background-color: #208acc;
    position: absolute;
    right: 24px;
    top: 50%;
    transition: all .5s
}

a .more01.black {
    border: 1px solid rgba(0,0,0,0.8);
    color: #000
}

a .more01.black:after {
    background-color: #000
}

a:hover .more01 {
    background-color: #208acc;
    color: #fff
}

a:hover .more01:after {
    background-color: #fff;
    width: 44px;
    right: 10px
}

a:hover .more01.black {
    border-color: #208acc
}

.p20 {
    padding: 20px !important
}

.pages {
    text-align: center;
    padding: 0
}

.pages a {
    display: block;
    width: 80px;
    height: 34px;
    line-height: 32px;
    font-size: 14px;
    background: none;
    color: #999;
    border: 1px solid #999
}

.pages a:hover {
    color: #999
}

.text-center {
    text-align: center
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 0;
    border-radius: 0px
}

.pagination>li {
    display: inline
}

.pagination>li>a,.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 16px;
    margin-left: 0px;
    line-height: 1.42857143;
    color: #666;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dcdcdc;
    font-size: 14px;
    border-radius: 0px;
    margin-right: 15px;
    font-family: 'CenturyGothic-Bold', "Microsoft YaHei";
    transition: all .5s
}

.pagination>li:first-child>a,.pagination>li:first-child>span {
    margin-left: 0;
    border-radius: 0px
}

.pagination>li:last-child>a,.pagination>li:last-child>span {
    border-radius: 0px;
    margin: 0
}

.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus {
    z-index: 3;
    color: #fff;
    background: #023894;
    border-color: #023894
}

.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #023894;
    border-color: #023894
}

.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus {
    color: #666;
    cursor: not-allowed;
    background-color: #ddd;
    border-color: #ddd
}

.m_icon {
    display: none
}

@media (max-width: 1180px) {
    .m_icon {
        display:block
    }
}

.page_404 {
    position: relative
}

.page_404 .inner {
    width: 800px;
    height: 550px;
    padding: 425px 0 0;
    background: url("../images/404.jpg") center center no-repeat;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -400px;
    margin-top: -275px
}

.page_404 .inner span.txt {
    display: block;
    font-size: 20px;
    color: #999;
    text-align: center;
    margin-bottom: 20px
}

.page_404 .inner .btn {
    width: 100%
}

.page_404 .inner .btn ul {
    text-align: center
}

.page_404 .inner .btn ul li {
    display: inline-block;
    width: 90px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0 6px
}

.page_404 .inner .btn ul li a {
    display: block
}

.page_404 .inner .btn ul li:nth-child(1) a {
    background: #023894;
    color: #fff
}

.page_404 .inner .btn ul li:nth-child(2) {
    line-height: 36px
}

.page_404 .inner .btn ul li:nth-child(2) a {
    border: 2px solid #023894;
    color: #023894
}

.navbar-inverse {
    background-color: #fff;
    border-color: #fff
}

#warper #sidebar-wrapper {
    width: 200px;
    height: 100%;
    padding: 20px;
    left: -250px;
    transition: all .5s
}

#warper #sidebar-wrapper a.logo {
    display: block;
    float: none;
    width: 100%
}

#warper #sidebar-wrapper a.logo img {
    width: 100%
}

#warper.toggled #sidebar-wrapper {
    left: 0;
    z-index: 501;
    overflow-y: scroll;
    background-color: #fff;
    border-color: #fff
}

.hamburger {
    position: fixed;
    right: 20px;
    top: 25px;
    z-index: 998;
    width: 25px;
    height: 20px;
    background: transparent;
    border: none
}

@media (max-width: 968px) {
    .hamburger {
        width:20px;
        height: 16px;
        right: 20px;
        top: 27px
    }
}

.hamburger:hover,.hamburger:focus,.hamburger:active {
    outline: none
}

.hamburger.is-closed:before {
    content: '';
    display: block;
    width: 100px;
    font-size: 14px;
    color: #333;
    line-height: 32px;
    text-align: center;
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition: all .35s ease-in-out
}

.hamburger.is-closed:hover:before {
    opacity: 1;
    display: block;
    -webkit-transform: translate3d(-100px, 0, 0);
    -webkit-transition: all .35s ease-in-out
}

.hamburger.is-closed .hamb-top,.hamburger.is-closed .hamb-middle,.hamburger.is-closed .hamb-bottom,.hamburger.is-open .hamb-top,.hamburger.is-open .hamb-middle,.hamburger.is-open .hamb-bottom {
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0
}

.hamburger.is-closed .hamb-top,.hamburger.is-closed .hamb-middle,.hamburger.is-closed .hamb-bottom {
    background-color: #333
}

.hamburger.is-closed .hamb-top {
    top: 0px;
    -webkit-transition: all .35s ease-in-out
}

.hamburger.is-closed .hamb-middle {
    top: 50%;
    margin-top: -2px
}

.hamburger.is-closed .hamb-bottom {
    bottom: 0px;
    -webkit-transition: all .35s ease-in-out
}

.hamburger.is-closed:hover .hamb-top {
    top: 0;
    -webkit-transition: all .35s ease-in-out
}

.hamburger.is-closed:hover .hamb-bottom {
    bottom: 0;
    -webkit-transition: all .35s ease-in-out
}

.hamburger.is-open .hamb-top,.hamburger.is-open .hamb-middle,.hamburger.is-open .hamb-bottom {
    background-color: #fff
}

.hamburger.is-open .hamb-top,.hamburger.is-open .hamb-bottom {
    top: 50%;
    margin-top: -2px
}

.hamburger.is-open .hamb-top {
    -webkit-transform: rotate(45deg);
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08)
}

.hamburger.is-open .hamb-middle {
    display: none
}

.hamburger.is-open .hamb-bottom {
    -webkit-transform: rotate(-45deg);
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08)
}

.hamburger.is-open:before {
    content: '';
    display: block;
    width: 100px;
    font-size: 14px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition: all .35s ease-in-out
}

.hamburger.is-open:hover:before {
    opacity: 1;
    display: block;
    -webkit-transform: translate3d(-100px, 0, 0);
    -webkit-transition: all .35s ease-in-out
}

.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.6);
    z-index: 501
}

.target-fix {
    position: relative;
    top: -70px;
    display: block;
    width: 100%;
    height: 1px;
    line-height: 1px;
    background: none;
    overflow: hidden;
    outline: 0;
    text-decoration: none;
    border: none
}

.target-fix:focus {
    outline: 0
}

body,html {
    width: 100%;
    font-weight: normal;
    background-color: #f5f5f5
}

#warper {
    max-width: 1920px;
    margin: 0 auto;
    background-color: #fff
}

.header {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 50
}

.scroll .header {
    -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.2);
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.2)
}

.header__bar {
    width: 100%;
    height: 50px;
    background-color: #023894;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

@media (max-width: 1180px) {
    .header__bar {
        display:none
    }
}

.header__bar-tel {
    float: left;
    line-height: 50px;
    color: #fed900;
    font-size: 16px;
    font-weight: bold
}

.header__bar-tel .icon {
    vertical-align: top;
    margin-top: 15px;
    width: 20px;
    height: 20px
}

.header__bar-lang {
    float: right;
    margin-top: 13px
}

.header__bar-lang ul {
    margin: 0;
    padding: 0
}

.header__bar-lang ul li {
    display: block;
    float: left;
    width: 80px;
    margin-left: 1px
}

.header__bar-lang ul li a {
    display: block;
    width: 80px;
    height: 24px;
    line-height: 24px;
    background-color: #fed900;
    font-size: 12px;
    color: #333;
    text-align: center;
    font-weight: bold;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.header__bar-lang ul li a:hover {
    background-color: #000;
    color: #fed900
}

.scroll .header__bar {
    margin-top: -50px
}

.header__top {
    width: 100%;
    height: 100px;
    background-color: #fff
}

@media (max-width: 1180px) {
    .header__top {
        height:70px
    }
}

.header__top-logo {
    float: left;
    /* width: 234px; */
    height: 70px;
    margin-top: 15px
}

@media (max-width: 1180px) {
    .header__top-logo {
        width:299px;
        height: 50px;
        margin-top: 10px
    }
}

@media (max-width: 668px) {
    .header__top-logo {
        width:180px;
        height: 30px;
        margin-top: 20px
    }
}

.header__top-logo img {
    height: 100%
}

.header__top nav {
    float: right
}

@media (max-width: 1180px) {
    .header__top nav {
        display:none
    }
}

.header__top-nav {
    float: right
}

.header__top-nav>ul {
    margin: 0;
    padding: 0
}

.header__top-nav>ul>li {
    display: block;
    float: left;
    margin: 0px 10px;
    padding: 0 13px;
    position: relative
}

.header__top-nav>ul>li:after {
    content: '';
    display: block;
    width: 0%;
    height: 8px;
    line-height: 8px;
    background-color: #fed900;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: skew(-23deg, 0);
    -ms-transform: skew(-23deg, 0);
    transform: skew(-23deg, 0);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.header__top-nav>ul>li>a {
    display: block;
    line-height: 100px;
    font-size: 18px;
    color: #000;
    font-weight: bold;
    position: relative
}

.header__top-nav>ul>li>a>span {
    display: block
}

.header__top-nav>ul>li.on:after {
    width: 100%;
    left: 0%
}

.header__top-nav>ul>li .sub {
    display: none;
    width: 100%;
    background: rgba(2,56,148,0.8);
    position: absolute;
    left: -2px;
    top: 100px;
    z-index: 10
}

.header__top-nav>ul>li .sub ul {
    margin: 0;
    padding: 0
}

.header__top-nav>ul>li .sub ul li {
    display: block
}

.header__top-nav>ul>li .sub ul li a {
    display: block;
    font-size: 14px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.header__top-nav>ul>li .sub ul li a:hover {
    background: #023894
}

.header__top-search {
    float: right;
    width: 36px;
    height: 36px;
    text-align: center;
    margin: 32px 0 0 20px;
    outline: 0;
    border: 1px solid #666;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background: none;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.header__top-search .icon {
    display: inline-block;
    color: #666;
    vertical-align: top;
    width: 16px;
    height: 16px;
    margin-top: 9px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.header__top-search:hover {
    border-color: #023894;
    background-color: #023894
}

.header__top-search:hover .icon {
    color: #fed900
}

.pop__search {
    display: none
}

.pop__search-box {
    width: 680px;
    height: 70px;
    position: fixed;
    left: 50%;
    margin-left: -340px;
    top: 0%;
    margin-top: 0px;
    z-index: 1000;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

@media (max-width: 668px) {
    .pop__search-box {
        width:90%;
        margin-left: -45%
    }
}

.pop__search-box form {
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px 20px;
    background: #fff
}

.pop__search-box form .btn01 {
    float: left;
    width: 90%;
    height: 50px;
    line-height: 50px;
    border: none;
    background: none;
    outline: 0
}

.pop__search-box form .btn02 {
    float: right;
    width: 10%;
    height: 50px;
    line-height: 50px;
    text-align: right;
    border: none;
    background: none;
    outline: 0
}

.pop__search-box form .btn02 .icon {
    width: 30px;
    height: 30px;
    vertical-align: top;
    margin-top: 10px;
    color: #333;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.pop__search-box form .btn02:hover .icon {
    color: #023894
}

.pop__search-close {
    width: 40px;
    opacity: 0;
    background: none;
    border: none;
    outline: 0;
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 1000;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.pop__search-close .icon {
    width: 30px;
    height: 30px;
    vertical-align: top;
    color: #fff;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.pop__search-close span {
    display: block;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.pop__search-close:hover .icon {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #023894
}

.pop__search-close:hover span {
    color: #023894
}

.pop__search.on {
    display: block
}

.pop__search.on .pop__search-box {
    top: 30%
}

.pop__search.on .pop__search-close {
    opacity: 1
}

.m_icon {
    display: none
}

@media (max-width: 1180px) {
    .m_icon {
        display:block
    }
}

.mobile_search {
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    border: 1px solid #333;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    position: fixed;
    right: 100px;
    top: 20px;
    z-index: 998
}

.mobile_search .icon {
    vertical-align: top;
    margin-top: 6px;
    width: 16px;
    height: 16px;
    color: #333
}

@media (max-width: 968px) {
    .mobile_search {
        width:26px;
        height: 26px;
        right: 85px;
        top: 22px
    }

    .mobile_search .icon {
        margin-top: 6px;
        width: 12px;
        height: 12px
    }
}

.mobile_phone {
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    border: 1px solid #333;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    position: fixed;
    right: 60px;
    top: 20px;
    z-index: 998
}

.mobile_phone .icon {
    vertical-align: top;
    margin-top: 6px;
    width: 16px;
    height: 16px;
    color: #333
}

@media (max-width: 968px) {
    .mobile_phone {
        width:26px;
        height: 26px;
        right: 50px;
        top: 22px
    }

    .mobile_phone .icon {
        margin-top: 6px;
        width: 12px;
        height: 12px
    }
}

.m_nav {
    margin: 10px 0 0
}

.m_nav .panel {
    -webkit-border-radius: 0;
    border-radius: 0;
    background: none;
    margin-top: 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none
}

.m_nav .panel .panel-heading {
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding: 0
}

.m_nav .panel .panel-heading .panel-title {
    height: 34px;
    line-height: 34px;
    position: relative
}

.m_nav .panel .panel-heading .panel-title a.t {
    display: block;
    width: 100%;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 0
}

.m_nav .panel .panel-heading .panel-title a.switch {
    display: block;
    float: right;
    width: 20px;
    height: 30px;
    position: relative
}

.m_nav .panel .panel-heading .panel-title a.switch .icon {
    display: block;
    width: 20px;
    height: 20px;
    text-align: right;
    color: #999;
    font-style: normal;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
    z-index: 3
}

.m_nav .panel .panel-heading .panel-title a.switch[aria-expanded="true"] .icon {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.m_nav .panel .panel-collapse .panel-body {
    border-top: none;
    padding: 15px 0
}

.m_nav .panel .panel-collapse .panel-body:before,.m_nav .panel .panel-collapse .panel-body:after {
    display: none
}

.m_nav .panel .panel-collapse .panel-body ul {
    margin: 0;
    padding: 0
}

.m_nav .panel .panel-collapse .panel-body ul li {
    display: block
}

.m_nav .panel .panel-collapse .panel-body ul li a {
    display: block;
    line-height: 30px;
    color: #666;
    text-indent: 20px
}

.index_banner .item {
    display: block;
    position: relative
}

.index_banner .item img {
    width: 100%
}

.index_banner .item .img {
    display: block
}

@media (max-width: 668px) {
    .index_banner .item .img {
        display:none
    }
}

.index_banner .item .mimg {
    display: none
}

@media (max-width: 668px) {
    .index_banner .item .mimg {
        display:block
    }
}

.index_banner .item .txt {
    width: 530px;
    height: 250px;
    position: absolute;
    right: 15%;
    top: 300px;
    z-index: 2
}

@media (max-width: 1681px) {
    .index_banner .item .txt {
        width:500px;
        right: 13%;
        top: 240px
    }
}

@media (max-width: 1440px) {
    .index_banner .item .txt {
        right:8%;
        top: 200px
    }
}

@media (max-width: 1180px) {
    .index_banner .item .txt {
        width:420px;
        right: 10px;
        top: 100px
    }
}

@media (max-width: 968px) {
    .index_banner .item .txt {
        width:300px;
        right: 10px;
        top: 50px
    }
}

@media (max-width: 668px) {
    .index_banner .item .txt {
        width:100%;
        height: auto;
        right: 0px;
        top: auto;
        left: 0px;
        bottom: 0px
    }
}

.index_banner .item .txt .inner {
    width: 100%;
    height: 100%;
    position: relative
}

@media (max-width: 668px) {
    .index_banner .item .txt .inner {
        padding:0 20px 20px
    }
}

.index_banner .item .txt .inner .txt_inner {
    position: relative;
    z-index: 2
}

.index_banner .item .txt .inner .txt_inner .t {
    display: block;
    font-size: 50px;
    line-height: 50px;
    font-weight: bold;
    color: #023894
}

@media (max-width: 1681px) {
    .index_banner .item .txt .inner .txt_inner .t {
        font-size:36px;
        line-height: 50px
    }
}

@media (max-width: 1440px) {
    .index_banner .item .txt .inner .txt_inner .t {
        font-size:30px;
        line-height: 40px
    }
}

@media (max-width: 1180px) {
    .index_banner .item .txt .inner .txt_inner .t {
        font-size:20px;
        line-height: 30px
    }
}

.index_banner .item .txt .inner .txt_inner .t.t_en {
    font-family: 'akzm'
}

.index_banner .item .txt .inner .txt_inner .t.white {
    color: #fff
}

.index_banner .item .txt .inner .txt_inner .t.yellow {
    color: #fed900
}

.index_banner .item .txt .inner .txt_inner .info {
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #000;
    margin: 15px 0 40px
}

@media (max-width: 1681px) {
    .index_banner .item .txt .inner .txt_inner .info {
        font-size:16px
    }
}

@media (max-width: 1440px) {
    .index_banner .item .txt .inner .txt_inner .info {
        font-size:14px;
        line-height: 26px;
        margin: 15px 0 25px
    }
}

@media (max-width: 968px) {
    .index_banner .item .txt .inner .txt_inner .info {
        font-size:12px;
        margin: 10px 0
    }
}

@media (max-width: 668px) {
    .index_banner .item .txt .inner .txt_inner .info {
        line-height:22px;
        margin: 5px 0
    }
}

.index_banner .item .txt .inner .txt_inner .info.white {
    color: #fff
}

.index_banner .item .txt .inner .logo_line {
    width: 767px;
    height: 219px;
    position: absolute;
    left: 0;
    top: -105px;
    z-index: 1
}

@media (max-width: 1681px) {
    .index_banner .item .txt .inner .logo_line {
        width:600px;
        top: -80px
    }
}

@media (max-width: 1180px) {
    .index_banner .item .txt .inner .logo_line {
        width:400px;
        top: -30px
    }
}

@media (max-width: 968px) {
    .index_banner .item .txt .inner .logo_line {
        width:300px;
        top: -30px
    }
}

.index_banner .item .txt .inner .logo_line img {
    max-width: 100%
}

.index_banner .item .more {
    display: block;
    width: 170px;
    height: 36px;
    line-height: 36px;
    background-color: #000;
    color: #fff;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    padding-left: 30px;
    position: relative;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

@media (max-width: 1440px) {
    .index_banner .item .more {
        width:140px;
        padding-left: 20px
    }
}

@media (max-width: 668px) {
    .index_banner .item .more {
        width:120px;
        height: 30px;
        line-height: 30px;
        padding-left: 20px;
        font-size: 12px
    }
}

.index_banner .item .more:after {
    content: '';
    display: block;
    width: 30px;
    height: 1px;
    line-height: 1px;
    background-color: #fff;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

@media (max-width: 668px) {
    .index_banner .item .more:after {
        width:20px
    }
}

.index_banner .item .more:hover {
    background-color: #023894;
    color: #fff
}

.index_banner .item .more:hover:after {
    background-color: #fff;
    width: 40px
}

.index_banner .item .more.color {
    background-color: #fed900;
    color: #000
}

.index_banner .item .more.color:after {
    background-color: #000
}

.index_banner .item .more.color:hover {
    background-color: #000;
    color: #fff
}

.index_banner .item .more.color:hover:after {
    background-color: #fff;
    width: 40px
}

.index_banner .index_banner_page {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 50px;
    z-index: 10
}

@media (max-width: 1440px) {
    .index_banner .index_banner_page {
        bottom:20px
    }
}

@media (max-width: 668px) {
    .index_banner .index_banner_page {
        text-align:right;
        padding-right: 10px
    }
}

.index_banner .index_banner_page .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
    margin: 0 5px;
    background: none;
    border: 1px solid #fff;
    opacity: 1
}

@media (max-width: 1440px) {
    .index_banner .index_banner_page .swiper-pagination-bullet {
        width:10px;
        height: 10px
    }
}

.index_banner .index_banner_page .swiper-pagination-bullet-active {
    background: #fff
}

.index__products {
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.2)
}

.index__products>.row {
    margin: 0
}

.index__products>.row>div {
    padding: 0;
    position: relative
}

.index__products>.row>div:after {
    content: '';
    display: block;
    width: 2px;
    height: 100%;
    background-color: #ddd;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (max-width: 668px) {
    .index__products>.row>div:before {
        content:'';
        display: block;
        width: 100%;
        height: 2px;
        line-height: 2px;
        background-color: #ddd;
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: 2
    }

    .index__products>.row>div:nth-of-type(2):after {
        display: none
    }

    .index__products>.row>div:nth-of-type(3):before,.index__products>.row>div:nth-of-type(4):before {
        display: none
    }
}

.index__products>.row>div:nth-last-of-type(1):after {
    display: none
}

.index__products-item {
    display: block;
    background-color: #fff;
    padding: 50px 0 70px
}

@media (max-width: 1180px) {
    .index__products-item {
        padding:40px 0
    }
}

@media (max-width: 668px) {
    .index__products-item {
        padding:20px 0
    }
}

.index__products-item .title {
    text-align: center
}

.index__products-item .title em {
    display: block;
    font-size: 36px;
    color: #000;
    font-weight: bold
}

@media (max-width: 1440px) {
    .index__products-item .title em {
        font-size:30px
    }
}

@media (max-width: 1180px) {
    .index__products-item .title em {
        font-size:20px
    }
}

.index__products-item .title i {
    display: block;
    font-size: 30px;
    font-family: 'akzm';
    color: #666
}

@media (max-width: 1440px) {
    .index__products-item .title i {
        font-size:24px
    }
}

@media (max-width: 1180px) {
    .index__products-item .title i {
        font-size:16px
    }
}

.index__products-item .img {
    overflow: hidden;
    padding: 0 40px
}

@media (max-width: 1180px) {
    .index__products-item .img {
        padding:0 10px
    }
}

.index__products-item .img img {
    width: 100%;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s
}

.index__products-item .more {
    width: 150px;
    height: 36px;
    line-height: 36px;
    margin: 0 auto;
    text-align: center;
    position: relative
}

@media (max-width: 1180px) {
    .index__products-item .more {
        width:120px
    }
}

@media (max-width: 668px) {
    .index__products-item .more {
        width:100px;
        height: 30px;
        line-height: 30px
    }
}

.index__products-item .more span {
    font-size: 12px;
    color: #000;
    position: relative;
    z-index: 2;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.index__products-item .more span svg {
    font-size: 16px;
    vertical-align: top;
    margin: 10px 0 0 10px;
    color: #000;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

@media (max-width: 668px) {
    .index__products-item .more span svg {
        margin:7px 0 0 5px
    }
}

.index__products-item .more:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #000;
    -webkit-transform: skew(-23deg, 0);
    -ms-transform: skew(-23deg, 0);
    transform: skew(-23deg, 0);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.index__products-item:hover .img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.index__products-item:hover .more span {
    color: #fff
}

.index__products-item:hover .more span svg {
    margin-left: 20px;
    color: #fff
}

.index__products-item:hover .more:after {
    background-color: #023894
}

.index__intro {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    overflow: hidden
}

@media (max-width: 1180px) {
    .index__intro {
        padding-top:40px;
        padding-bottom: 40px
    }
}

@media (max-width: 968px) {
    .index__intro {
        padding-bottom:0
    }
}

@media (max-width: 668px) {
    .index__intro {
        padding-top:20px
    }
}

.index__intro:after {
    content: "";
    display: block;
    width: 800px;
    height: 800px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url("../images/logo_gray.png");
    position: absolute;
    right: -300px;
    bottom: -450px;
    z-index: 1
}

@media (max-width: 668px) {
    .index__intro:after {
        width:250px;
        height: 250px;
        right: -50px;
        bottom: -50px
    }
}

.index__intro .inner {
    position: relative;
    z-index: 2;
    padding-left: 50%
}

@media (max-width: 968px) {
    .index__intro .inner {
        padding-left:0
    }
}

.index__intro-video {
    width: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

@media (max-width: 968px) {
    .index__intro-video {
        width:100%;
        position: static;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

.index__intro-video:before,.index__intro-video:after {
    content: '';
    display: block;
    background-color: #fed900;
    position: absolute
}

.index__intro-video:before {
    width: 240px;
    height: 240px;
    left: -10px;
    top: -10px;
    z-index: 1
}

@media (max-width: 668px) {
    .index__intro-video:before {
        width:100px;
        height: 100px
    }
}

.index__intro-video:after {
    width: 70px;
    height: 70px;
    right: -10px;
    bottom: -10px;
    z-index: 1
}

.index__intro-video .plyr {
    position: relative;
    z-index: 2
}

.index__intro-txt {
    width: 100%;
    padding-left: 90px
}

@media (max-width: 1440px) {
    .index__intro-txt {
        padding-left:50px
    }
}

@media (max-width: 968px) {
    .index__intro-txt {
        padding:20px 0
    }
}

.index__intro-txt .title01 {
    text-align: left
}

.index__intro-txt .title01 b:after {
    margin: 15px 0 10px
}

.index__intro-txt .title01 span {
    color: #fed900
}

.index__intro-txt .title03 {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    position: relative;
    z-index: 20;
    font-size: 36px;
    font-weight: bold;
    color: #023894;
    margin-top: 35px
}

@media (max-width: 1681px) {
    .index__intro-txt .title03 {
        height:30px;
        line-height: 30px;
        font-size: 24px;
        margin-top: 20px
    }
}

@media (max-width: 1440px) {
    .index__intro-txt .title03 {
        font-size:20px
    }
}

.index__intro-txt .title03:before {
    content: "";
    display: block;
    width: 150px;
    height: 5px;
    line-height: 5px;
    background-color: #fed900;
    position: absolute;
    left: -170px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

@media (max-width: 1440px) {
    .index__intro-txt .title03:before {
        width:120px;
        left: -140px
    }
}

.index__intro-txt .des {
    font-size: 18px;
    line-height: 36px;
    color: #333;
    margin: 15px 0 30px
}

@media (max-width: 1681px) {
    .index__intro-txt .des {
        font-size:16px;
        line-height: 30px;
        margin: 15px 0
    }
}

@media (max-width: 1440px) {
    .index__intro-txt .des {
        font-size:14px;
        line-height: 26px
    }
}

.index__intro-txt .more {
    display: block;
    margin-top: 40px
}

@media (max-width: 1440px) {
    .index__intro-txt .more {
        margin-top:20px
    }
}

@media (max-width: 668px) {
    .index__intro-txt .more {
        margin-top:10px
    }
}

.jump_nums ul {
    margin: 0;
    padding: 0
}

.jump_nums ul li {
    display: block;
    float: left;
    margin-right: 60px
}

@media (max-width: 1440px) {
    .jump_nums ul li {
        margin-right:30px
    }
}

@media (max-width: 668px) {
    .jump_nums ul li {
        margin-right:20px
    }
}

.jump_nums ul li p {
    margin-bottom: 0
}

.jump_nums ul li .num {
    color: #fed900
}

.jump_nums ul li .num span,.jump_nums ul li .num em {
    font-size: 36px;
    font-weight: bold;
    font-style: normal
}

@media (max-width: 1440px) {
    .jump_nums ul li .num span,.jump_nums ul li .num em {
        font-size:30px
    }
}

@media (max-width: 1180px) {
    .jump_nums ul li .num span,.jump_nums ul li .num em {
        font-size:20px
    }
}

.jump_nums ul li .num i {
    font-style: normal;
    font-size: 18px
}

.jump_nums ul li .t {
    display: block;
    font-size: 18px;
    line-height: 40px;
    color: #333
}

@media (max-width: 1180px) {
    .jump_nums ul li .t {
        font-size:16px
    }
}

@media (max-width: 668px) {
    .jump_nums ul li .t {
        font-size:14px
    }
}

.index__slogan>.row {
    margin: 0
}

.index__slogan>.row>div {
    padding: 0
}

.index__slogan-col {
    padding: 35px 0 35px 50px;
    color: #fff;
    position: relative
}

@media (max-width: 1440px) {
    .index__slogan-col {
        padding:30px 0 30px 40px
    }
}

@media (max-width: 968px) {
    .index__slogan-col {
        padding:20px
    }
}

.index__slogan-col b {
    display: block;
    font-size: 24px
}

@media (max-width: 1440px) {
    .index__slogan-col b {
        font-size:20px
    }
}

.index__slogan-col b:after {
    content: '';
    display: block;
    width: 80px;
    height: 1px;
    line-height: 1px;
    background-color: #fff;
    margin: 15px 0 10px
}

.index__slogan-col p {
    margin: 0;
    font-size: 16px;
    position: relative;
    z-index: 2
}

@media (max-width: 1681px) {
    .index__slogan-col p {
        font-size:14px
    }
}

@media (max-width: 968px) {
    .index__slogan-col p {
        height:40px;
        line-height: 20px
    }
}

@media (max-width: 668px) {
    .index__slogan-col p {
        height:auto
    }
}

.index__slogan-col em {
    display: block;
    font-size: 140px;
    font-style: normal;
    font-family: 'akzm';
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-shadow: 0 0 1px rgba(255,255,255,0.6)
}

@media (max-width: 1681px) {
    .index__slogan-col em {
        font-size:120px
    }
}

@media (max-width: 1440px) {
    .index__slogan-col em {
        font-size:80px
    }
}

@media (max-width: 968px) {
    .index__slogan-col em {
        font-size:50px
    }
}

.index__slogan-col01 {
    background-color: #1e7cc0
}

.index__slogan-col01 em {
    color: #1e7cc0
}

.index__slogan-col02 {
    background-color: #0e6cb0
}

.index__slogan-col02 em {
    color: #0e6cb0
}

.index__slogan-col03 {
    background-color: #005c9e
}

.index__slogan-col03 em {
    color: #005c9e
}

.index__equipment {
    padding-top: 70px;
    padding-bottom: 70px
}

@media (max-width: 1180px) {
    .index__equipment {
        padding-top:20px;
        padding-bottom: 20px
    }
}

.index__equipment-txt {
    float: left;
    width: 30%;
    padding-right: 80px
}

@media (max-width: 1180px) {
    .index__equipment-txt {
        padding-right:40px
    }
}

@media (max-width: 968px) {
    .index__equipment-txt {
        float:none;
        width: 100%;
        padding: 0
    }
}

.index__equipment-txt .title01 {
    text-align: left
}

.index__equipment-txt .title01 b {
    color: #023894
}

.index__equipment-txt .title01 b:after {
    margin: 15px 0 10px
}

.index__equipment-txt .txt {
    font-size: 18px;
    line-height: 36px;
    color: #000;
    margin: 50px 0 100px
}

@media (max-width: 1681px) {
    .index__equipment-txt .txt {
        font-size:16px;
        line-height: 30px;
        margin: 50px 0
    }
}

@media (max-width: 1440px) {
    .index__equipment-txt .txt {
        font-size:14px;
        line-height: 26px
    }
}

@media (max-width: 1180px) {
    .index__equipment-txt .txt {
        margin:30px 0
    }
}

@media (max-width: 668px) {
    .index__equipment-txt .txt {
        margin:10px 0
    }
}

.index__equipment-slide-w {
    float: right;
    width: 70%;
    position: relative
}

@media (max-width: 968px) {
    .index__equipment-slide-w {
        float:none;
        width: 100%;
        margin-top: 20px
    }
}

@media (max-width: 968px) {
    .index__equipment-slide-w .arrows {
        text-align:center;
        margin-top: 20px
    }
}

.index__equipment-slide-w .arrows .arrow {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #023894;
    cursor: pointer;
    position: absolute;
    left: -50px;
    z-index: 2;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

@media (max-width: 968px) {
    .index__equipment-slide-w .arrows .arrow {
        display:inline-block;
        position: static;
        margin: 0 8px
    }
}

.index__equipment-slide-w .arrows .arrow .icon {
    vertical-align: top;
    margin-top: 15px;
    font-size: 20px;
    color: #fff
}

.index__equipment-slide-w .arrows .arrow:hover {
    background-color: #fed900
}

@media (min-width: 968px) {
    .index__equipment-slide .swiper-slide {
        padding-top:70px;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s
    }

    .index__equipment-slide .swiper-slide.swiper-slide-next {
        padding-top: 0
    }
}

.index__equipment-slide .col {
    display: block;
    background-color: #f5f5f5
}

.index__equipment-slide .col .img {
    width: 100%;
    height: 330px;
    overflow: hidden
}

@media (max-width: 1681px) {
    .index__equipment-slide .col .img {
        height:250px
    }
}

@media (max-width: 1440px) {
    .index__equipment-slide .col .img {
        height:200px
    }
}

.index__equipment-slide .col .img span {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s
}

.index__equipment-slide .col .txt {
    padding: 30px
}

.index__equipment-slide .col .txt b {
    display: block;
    font-size: 18px;
    color: #000;
    margin-bottom: 10px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.index__equipment-slide .col .txt .des {
    font-size: 14px;
    line-height: 24px;
    height: 72px;
    color: #999;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.index__equipment-slide .col:hover .img span {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.index__equipment-slide .col:hover .txt b {
    color: #023894
}

.index__equipment-slide-prev {
    bottom: 51px
}

@media (max-width: 968px) {
    .index__equipment-slide-prev .icon {
        -webkit-transform:rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }
}

.index__equipment-slide-next {
    bottom: 0px
}

@media (max-width: 968px) {
    .index__equipment-slide-next .icon {
        -webkit-transform:rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }
}

.index__news {
    padding-top: 70px;
    padding-bottom: 70px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url("../images/index__news.jpg")
}

@media (max-width: 1440px) {
    .index__news {
        padding-top:50px;
        padding-bottom: 50px
    }
}

@media (max-width: 1180px) {
    .index__news {
        padding-top:40px;
        padding-bottom: 40px
    }
}

@media (max-width: 968px) {
    .index__news {
        padding-top:20px;
        padding-bottom: 20px
    }
}

.index__news .title01 b {
    color: #023894
}

.index__news .title01 b:after {
    background-color: #023894
}

.index__news .inner {
    margin-top: 40px
}

@media (max-width: 968px) {
    .index__news .inner {
        margin-top:20px;
        overflow: hidden
    }
}

.index__news .inner>.row {
    margin: 0 -10px
}

.index__news .inner>.row>div {
    padding: 0 10px
}

.index__news-item {
    display: block;
    background-color: #fff
}

.index__news-item .img {
    overflow: hidden
}

.index__news-item .img span {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s
}

.index__news-item .txt {
    padding: 20px 40px
}

@media (max-width: 1681px) {
    .index__news-item .txt {
        padding:20px 30px
    }
}

@media (max-width: 668px) {
    .index__news-item .txt {
        padding:20px
    }
}

.index__news-item .txt b.t {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 24px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

@media (max-width: 1681px) {
    .index__news-item .txt b.t {
        font-size:18px
    }
}

.index__news-item .txt .des {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 34px;
    height: 68px;
    color: #333;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

@media (max-width: 1681px) {
    .index__news-item .txt .des {
        font-size:14px;
        line-height: 26px;
        height: 52px
    }
}

.index__news-item .txt span.date {
    display: block;
    font-size: 18px;
    color: #208acc;
    font-family: 'AGFutura'
}

@media (max-width: 1681px) {
    .index__news-item .txt span.date {
        font-size:16px
    }
}

.index__news-item:hover .img span {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.index__news-item:hover .txt b.t {
    color: #023894
}

@media (max-width: 968px) {
    .index__news-hot {
        margin-bottom:20px
    }
}

.index__news-hot .img {
    height: 395px
}

@media (max-width: 1681px) {
    .index__news-hot .img {
        height:369px
    }
}

@media (max-width: 668px) {
    .index__news-hot .img {
        height:200px
    }
}

.index__news-hot .txt .des {
    margin: 12px 0 25px
}

@media (max-width: 668px) {
    .index__news-hot .txt .des {
        margin:10px 0
    }
}

.index__news-list {
    margin: 0;
    padding: 0
}

.index__news-list li {
    display: block;
    margin-bottom: 20px
}

.index__news-list li:nth-last-of-type(1) {
    margin-bottom: 0
}

.index__news-list li .img {
    float: left;
    width: 35%;
    height: 185px
}

@media (max-width: 1681px) {
    .index__news-list li .img {
        height:170px
    }
}

@media (max-width: 668px) {
    .index__news-list li .img {
        height:150px
    }
}

.index__news-list li .txt {
    float: right;
    width: 65%
}

@media (max-width: 668px) {
    .index__news-list li .txt {
        padding:10px 20px
    }
}

.index__news-list li .txt .des {
    margin: 10px 0
}

.footer {
    background-color: #dcdcdc;
    padding: 30px 0;
    font-size: 14px;
    line-height: 30px;
    color: #666
}

.footer a {
    color: #666;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.footer a:hover {
    color: #023894
}

@media (max-width: 968px) {
    .footer {
        text-align:center
    }
}

@media (min-width: 968px) {
    .footer br {
        display:none
    }

    .footer p {
        margin: 0;
        float: left
    }

    .footer p:nth-of-type(1) {
        width: 70%
    }

    .footer p:nth-of-type(2) {
        width: 30%;
        text-align: right
    }
}

.n_banner img {
    width: 100%
}

.sub__nav {
    width: 100%;
    height: 80px;
    background: #f4f4f4
}

@media (max-width: 1180px) {
    .sub__nav {
        height:auto;
        background: none;
        padding: 20px
    }
}

@media (max-width: 668px) {
    .sub__nav {
        padding-bottom:0
    }
}

.sub__nav-title {
    float: left;
    width: 18%;
    font-size: 30px;
    line-height: 80px;
    background-color: #023894;
    font-weight: bold;
    color: #fff;
    text-align: center
}

@media (max-width: 1440px) {
    .sub__nav-title {
        font-size:22px
    }
}

@media (max-width: 1180px) {
    .sub__nav-title {
        display:none
    }
}

.sub__nav-title .icon {
    vertical-align: top;
    margin-top: 32px;
    color: #fff;
    width: 16px;
    height: 16px
}

.sub__nav-list {
    float: left
}

@media (max-width: 1180px) {
    .sub__nav-list {
        float:none
    }
}

@media (max-width: 1180px) {
    .sub__nav-list ul {
        margin:0 -10px
    }
}

@media (max-width: 668px) {
    .sub__nav-list ul {
        margin:0 -5px
    }
}

.sub__nav-list ul li {
    display: block;
    float: left
}

@media (max-width: 1180px) {
    .sub__nav-list ul li {
        width:14.28%;
        padding: 0 10px
    }
}

@media (max-width: 668px) {
    .sub__nav-list ul li {
        width:33.33%;
        margin-bottom: 20px
    }
}

@media (max-width: 668px) {
    .sub__nav-list ul li {
        padding:0 5px;
        margin-bottom: 10px
    }
}

.sub__nav-list ul li a {
    display: block;
    padding: 0 40px;
    line-height: 80px;
    font-size: 18px;
    color: #333;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

@media (max-width: 1440px) {
    .sub__nav-list ul li a {
        font-size:16px
    }
}

@media (max-width: 1380px) {
    .sub__nav-list ul li a {
        padding:0 30px
    }
}

@media (max-width: 1180px) {
    .sub__nav-list ul li a {
        padding:0;
        width: 100%;
        line-height: 40px;
        background: #f4f4f4;
        text-align: center;
        font-size: 14px
    }
}

.sub__nav-list ul li a:hover {
    color: #023894
}

.sub__nav-list ul li a.cur {
    padding: 0 60px;
    background-color: #fed900;
    font-weight: bold;
    color: #000
}

@media (max-width: 1440px) {
    .sub__nav-list ul li a.cur {
        padding:0 50px
    }
}

@media (max-width: 1380px) {
    .sub__nav-list ul li a.cur {
        padding:0 40px
    }
}

@media (max-width: 1180px) {
    .sub__nav-list ul li a.cur {
        padding:0
    }
}

.page__about {
    padding-top: 70px;
    padding-bottom: 70px;
    overflow: hidden;
    position: relative
}

@media (max-width: 1440px) {
    .page__about {
        padding-top:50px;
        padding-bottom: 50px
    }
}

@media (max-width: 1180px) {
    .page__about {
        padding-top:20px;
        padding-bottom: 20px
    }
}

.page__about:after {
    content: "";
    display: block;
    width: 800px;
    height: 800px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url("../images/logo_gray.png");
    position: absolute;
    right: -250px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 1
}

@media (max-width: 668px) {
    .page__about:after {
        width:500px;
        height: 500px;
        opacity: .5
    }
}

.page__about-col01 {
    margin: 50px 0;
    position: relative;
    z-index: 2
}

@media (max-width: 1440px) {
    .page__about-col01 {
        margin:30px 0
    }
}

@media (max-width: 668px) {
    .page__about-col01 {
        margin:30px 0 20px
    }
}

.page__about-col01-side {
    float: left;
    width: 50%
}

@media (max-width: 968px) {
    .page__about-col01-side {
        float:none;
        width: 100%
    }
}

.page__about-col01-side .index__intro-video {
    width: 100%;
    position: static;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.page__about-col01-side .img {
    margin: 40px 0
}

@media (max-width: 1440px) {
    .page__about-col01-side .img {
        width:80%;
        margin: 20px 0
    }
}

.page__about-col01-side .img img {
    max-width: 100%
}

.page__about-col01-side .jump_nums ul li {
    width: 33.33%;
    margin-right: 0
}

@media (max-width: 1440px) {
    .page__about-col01-side .jump_nums ul li {
        margin-right:0px
    }
}

@media (max-width: 668px) {
    .page__about-col01-side .jump_nums ul li {
        margin-right:0px
    }
}

.page__about-col01-txt {
    float: right;
    width: 50%;
    padding-left: 90px;
    font-size: 18px;
    line-height: 40px;
    color: #333
}

@media (max-width: 1681px) {
    .page__about-col01-txt {
        font-size:16px;
        line-height: 30px;
        padding-left: 50px
    }
}

@media (max-width: 1380px) {
    .page__about-col01-txt {
        line-height:28px
    }
}

@media (max-width: 1180px) {
    .page__about-col01-txt {
        padding-left:20px;
        font-size: 14px;
        line-height: 26px
    }
}

@media (max-width: 968px) {
    .page__about-col01-txt {
        float:none;
        width: 100%;
        padding: 20px 0 0
    }
}

@media (max-width: 668px) {
    .page__about-col01-txt {
        padding:0
    }
}

.page__about-col02 {
    position: relative;
    z-index: 2
}

.page__about-col02 img {
    width: 100%
}

.news__list {
    padding-top: 70px;
    padding-bottom: 70px
}

@media (max-width: 1681px) {
    .news__list {
        padding-top:50px;
        padding-bottom: 50px
    }
}

@media (max-width: 1180px) {
    .news__list {
        padding-top:20px;
        padding-bottom: 20px
    }
}

@media (max-width: 668px) {
    .news__list {
        padding:20px
    }
}

.news__list-col {
    margin-top: 50px;
    padding-bottom: 70px
}

@media (max-width: 1681px) {
    .news__list-col {
        margin-top:30px;
        padding-bottom: 50px
    }
}

@media (max-width: 1180px) {
    .news__list-col {
        margin-top:20px;
        padding-bottom: 0px
    }
}

.news__list-item {
    display: block
}

@media (max-width: 668px) {
    .news__list-item {
        margin-bottom:20px
    }
}

.news__list-item a {
    display: block;
    padding-top: 40px;
    padding-bottom: 40px;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #e3e3e3;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

@media (max-width: 1180px) {
    .news__list-item a {
        padding-top:20px;
        padding-bottom: 20px
    }
}

@media (max-width: 668px) {
    .news__list-item a {
        padding:0 0 20px
    }
}

.news__list-item a:after {
    content: '';
    display: block;
    width: 750px;
    height: 750px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url("../images/logo_gray.png");
    opacity: 0;
    position: absolute;
    right: -100px;
    top: 50px;
    z-index: 1;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

@media (max-width: 1180px) {
    .news__list-item a:after {
        display:none
    }
}

.news__list-item a .date {
    float: left;
    width: 20%;
    font-family: 'AGFutura';
    font-size: 32px;
    color: #9e9e9e;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

@media (max-width: 1681px) {
    .news__list-item a .date {
        font-size:26px
    }
}

@media (max-width: 1440px) {
    .news__list-item a .date {
        width:15%
    }
}

@media (max-width: 968px) {
    .news__list-item a .date {
        display:none
    }
}

.news__list-item a .date span {
    display: block;
    height: 46px;
    line-height: 46px;
    font-size: 46px;
    margin: 15px 0 5px
}

@media (max-width: 1681px) {
    .news__list-item a .date span {
        height:34px;
        line-height: 34px;
        font-size: 34px
    }
}

.news__list-item a .date:before {
    content: '';
    display: block;
    width: 36px;
    height: 1px;
    line-height: 1px;
    background-color: #fed900
}

.news__list-item a .img {
    float: left;
    width: 30%;
    height: 310px;
    overflow: hidden
}

@media (max-width: 1681px) {
    .news__list-item a .img {
        height:280px
    }
}

@media (max-width: 1440px) {
    .news__list-item a .img {
        width:35%
    }
}

@media (max-width: 1180px) {
    .news__list-item a .img {
        height:250px
    }
}

@media (max-width: 968px) {
    .news__list-item a .img {
        width:40%
    }
}

@media (max-width: 668px) {
    .news__list-item a .img {
        float:none;
        width: 100%;
        height: 200px
    }
}

.news__list-item a .img span {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    background-color: #f5f5f5
}

.news__list-item a .txt {
    float: right;
    width: 50%;
    padding-left: 60px;
    padding-top: 30px;
    position: relative;
    z-index: 2
}

@media (max-width: 1180px) {
    .news__list-item a .txt {
        padding-left:20px;
        padding-top: 0px
    }
}

@media (max-width: 968px) {
    .news__list-item a .txt {
        width:60%
    }
}

@media (max-width: 668px) {
    .news__list-item a .txt {
        float:none;
        width: 100%;
        padding: 20px 0 0
    }
}

.news__list-item a .txt b.t {
    display: block;
    font-size: 24px;
    color: #333;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

@media (max-width: 1681px) {
    .news__list-item a .txt b.t {
        font-size:20px
    }
}

@media (max-width: 1440px) {
    .news__list-item a .txt b.t {
        font-size:18px
    }
}

.news__list-item a .txt .date_m {
    display: none
}

@media (max-width: 968px) {
    .news__list-item a .txt .date_m {
        display:block;
        color: #999
    }
}

.news__list-item a .txt .des {
    font-size: 18px;
    line-height: 34px;
    height: 68px;
    margin: 20px 0 50px;
    color: #333;
    font-weight: lighter;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

@media (max-width: 1440px) {
    .news__list-item a .txt .des {
        font-size:16px;
        line-height: 30px;
        height: 90px;
        min-width: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        margin: 25px 0
    }
}

@media (max-width: 1180px) {
    .news__list-item a .txt .des {
        font-size:14px;
        font-weight: normal
    }
}

@media (max-width: 668px) {
    .news__list-item a .txt .des {
        height:auto
    }
}

.news__list-item a .txt .more {
    width: 155px;
    height: 42px;
    line-height: 40px;
    position: relative;
    border: 1px solid #000;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    text-align: center;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.news__list-item a .txt .more span {
    font-size: 14px;
    color: #000;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.news__list-item a .txt .more svg {
    width: 16px;
    height: 16px;
    vertical-align: top;
    margin: 12px 0 0 10px;
    color: #000;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

@media (min-width: 668px) {
    .news__list-item a:hover {
        background-color:#f5f5f5;
        border-bottom: 1px solid #f5f5f5
    }

    .news__list-item a:hover:after {
        opacity: 1
    }

    .news__list-item a:hover .date {
        color: #023894
    }

    .news__list-item a:hover .img span {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        background-color: #fff
    }

    .news__list-item a:hover .txt b.t {
        color: #023894
    }

    .news__list-item a:hover .txt .more {
        border-color: #023894;
        background-color: #023894
    }

    .news__list-item a:hover .txt .more span {
        color: #fff
    }

    .news__list-item a:hover .txt .more svg {
        color: #fff
    }
}

.news__content {
    max-width: 1000px;
    margin: 0 auto;
    padding: 70px 0
}

@media (max-width: 1681px) {
    .news__content {
        padding:50px 0
    }
}

@media (max-width: 1180px) {
    .news__content {
        padding:20px
    }
}

.news__content h1.title {
    width: 100%;
    font-size: 24px;
    line-height: 40px;
    color: #333;
    font-weight: bold;
    text-align: center
}

@media (max-width: 1380px) {
    .news__content h1.title {
        font-size:18px;
        line-height: 30px
    }
}

.news__content .info {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    padding: 20px 0 0;
    color: #999;
    font-family: 'FuturaBT-Medium'
}

.news__content .info span {
    display: inline-block;
    vertical-align: top
}

.news__content .info svg {
    width: 20px;
    height: 20px;
    color: #999
}

.news__content .txt {
    padding: 30px 0;
    font-size: 16px;
    line-height: 30px;
    color: #666;
    margin-top: 30px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd
}

@media (max-width: 1440px) {
    .news__content .txt {
        font-size:14px;
        line-height: 26px
    }
}

@media (max-width: 668px) {
    .news__content .txt {
        font-weight:normal;
        margin-top: 20px;
        padding: 10px 0
    }
}

.news__content .txt img {
    max-width: 100% !important;
    height: auto !important;
    margin-top: 10px;
    margin-bottom: 10px
}

.news__content .txt br {
    display: block;
    content: '';
    margin-top: 10px
}

.news__content .news_content_video {
    width: 800px;
    height: 600px;
    margin: 20px auto
}

@media (max-width: 968px) {
    .news__content .news_content_video {
        width:100%;
        height: 500px
    }
}

@media (max-width: 668px) {
    .news__content .news_content_video {
        height:250px
    }
}

.news__content .updown {
    padding: 40px 0 0 0;
    font-size: 14px;
    line-height: 28px;
    color: #666
}

@media (max-width: 1380px) {
    .news__content .updown {
        padding:20px 0 0;
        font-size: 12px;
        line-height: 22px
    }
}

@media (max-width: 1180px) {
    .news__content .updown {
        padding:10px 0 0
    }
}

.news__content .updown a {
    color: #666;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.news__content .updown a:hover {
    color: #023894
}

.news__content .updown .inner {
    width: 100%;
    padding-right: 150px;
    position: relative
}

@media (max-width: 668px) {
    .news__content .updown .inner {
        padding:0
    }
}

.news__content .updown .btn_back {
    display: block;
    width: 150px;
    height: 44px;
    line-height: 42px;
    padding: 0 30px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    border: 1px solid #5b5b5b;
    color: #666;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -22px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

@media (max-width: 668px) {
    .news__content .updown .btn_back {
        position:static;
        margin: 20px auto 0
    }
}

.news__content .updown .btn_back span {
    display: block;
    float: right;
    margin: 14px 0 0;
    width: 15px;
    height: 12px;
    position: relative
}

.news__content .updown .btn_back span:before,.news__content .updown .btn_back span:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    line-height: 1px;
    background: #5b5b5b;
    position: absolute;
    left: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.news__content .updown .btn_back span:before {
    top: 0
}

.news__content .updown .btn_back span:after {
    bottom: 0
}

.news__content .updown .btn_back span i {
    display: block;
    width: 100%;
    height: 1px;
    line-height: 1px;
    background: #5b5b5b;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.news__content .updown .btn_back:hover {
    background: #023894;
    border-color: #023894;
    color: #fff;
    text-decoration: none
}

.news__content .updown .btn_back:hover span:before,.news__content .updown .btn_back:hover span:after {
    width: 10px;
    background: #fff
}

.news__content .updown .btn_back:hover span:before {
    top: 2px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.news__content .updown .btn_back:hover span:after {
    bottom: 2px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.news__content .updown .btn_back:hover span i {
    opacity: 0
}

.contact__info {
    padding-top: 70px;
    padding-bottom: 70px
}

@media (max-width: 1440px) {
    .contact__info {
        padding-top:50px;
        padding-bottom: 50px
    }
}

@media (max-width: 1180px) {
    .contact__info {
        padding-top:20px;
        padding-bottom: 20px
    }
}

.contact__info-col {
    margin-top: 50px;
    position: relative;
    padding-left: 460px
}

@media (max-width: 1180px) {
    .contact__info-col {
        margin-top:30px
    }
}

@media (max-width: 968px) {
    .contact__info-col {
        padding-left:0
    }
}

@media (max-width: 668px) {
    .contact__info-col {
        margin-top:10px
    }
}

.contact__info-txt {
    width: 460px;
    position: absolute;
    left: 0;
    top: 0
}

@media (max-width: 968px) {
    .contact__info-txt {
        width:100%;
        position: static
    }
}

@media (max-width: 668px) {
    .contact__info-txt .logo {
        text-align:center
    }
}

.contact__info-txt .logo img {
    max-width: 100%
}

@media (max-width: 668px) {
    .contact__info-txt .logo img {
        max-width:50%
    }
}

.contact__info-txt .logo b {
    display: block;
    font-size: 24px;
    margin: 20px 0
}

@media (max-width: 668px) {
    .contact__info-txt .logo b {
        font-size:18px
    }
}

.contact__info-txt .logo b:after {
    content: '';
    display: block;
    width: 30px;
    height: 1px;
    line-height: 1px;
    background: #fed900;
    margin-top: 20px
}

@media (max-width: 668px) {
    .contact__info-txt .logo b:after {
        margin:20px auto 0
    }
}

.contact__info-txt .des {
    font-size: 16px;
    line-height: 40px;
    color: #666
}

.contact__info-txt .des a {
    color: #666;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.contact__info-txt .des a:hover {
    color: #023894
}

.contact__info-txt .qr {
    max-width: 120px;
    margin-top: 40px
}

@media (max-width: 668px) {
    .contact__info-txt .qr {
        margin:20px auto 0
    }
}

.contact__info-txt .qr img {
    width: 100%
}

.contact__info-txt .qr span {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #595757;
    line-height: 40px
}

.contact__info-map {
    width: 100%
}

#map01 {
    width: 100%;
    height: 510px
}

@media (max-width: 668px) {
    #map01 {
        height:250px
    }
}

.contact__message {
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #f5f5f5
}

@media (max-width: 1440px) {
    .contact__message {
        padding-top:50px;
        padding-bottom: 50px
    }
}

@media (max-width: 1180px) {
    .contact__message {
        padding-top:20px;
        padding-bottom: 20px
    }
}

.contact__message-txt {
    font-size: 16px;
    color: #666;
    text-align: center;
    margin: 20px 0 40px
}

@media (max-width: 1180px) {
    .contact__message-txt {
        margin:20px 0
    }
}

.contact__message-form {
    max-width: 1480px;
    margin: 0 auto;
    padding: 0 20px
}

@media (max-width: 1180px) {
    .contact__message-form {
        padding:0
    }
}

.message_form_col {
    overflow: hidden
}

.message_form_col em {
    color: red
}

.message_form_col>.row>div {
    margin-bottom: 30px
}

.message_form_col>.row>div ::-webkit-input-placeholder {
    color: #999;
    font-size: 14px
}

@media (max-width: 1380px) {
    .message_form_col>.row>div ::-webkit-input-placeholder {
        font-size:12px
    }
}

.message_form_col>.row>div ::-moz-placeholder {
    color: #999;
    font-size: 14px
}

@media (max-width: 1380px) {
    .message_form_col>.row>div ::-moz-placeholder {
        font-size:12px
    }
}

.message_form_col>.row>div :-moz-placeholder {
    color: #999;
    font-size: 14px
}

@media (max-width: 1380px) {
    .message_form_col>.row>div :-moz-placeholder {
        font-size:12px
    }
}

.message_form_col>.row>div :-ms-input-placeholder {
    color: #999;
    font-size: 14px
}

@media (max-width: 1380px) {
    .message_form_col>.row>div :-ms-input-placeholder {
        font-size:12px
    }
}

.message_form_col>.row>div .form-control {
    width: 100%;
    height: 58px;
    line-height: 56px;
    background: #fff;
    padding: 0 20px;
    border: 1px solid #dcdcdc;
    font-size: 16px;
    color: #999;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    border-radius: 0
}

@media (max-width: 668px) {
    .message_form_col>.row>div .form-control {
        height:42px;
        line-height: 40px
    }
}

.message_form_col>.row>div .form-control.textarea {
    height: 240px;
    line-height: 30px;
    padding: 20px
}

@media (max-width: 668px) {
    .message_form_col>.row>div .form-control.textarea {
        height:180px;
        font-size: 14px
    }
}

.message_form_col>.row>div.item_submit {
    padding-top: 10px;
    margin-bottom: 0
}

@media (max-width: 668px) {
    .message_form_col>.row>div.item_submit {
        padding-top:0
    }
}

.message_form_col>.row>div .submit {
    display: block;
    width: 215px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: none;
    outline: none;
    background: #023894;
    color: #fff;
    font-size: 16px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    margin: 0 auto
}

@media (max-width: 668px) {
    .message_form_col>.row>div .submit {
        height:50px;
        line-height: 50px
    }
}

.message_form_col>.row>div .submit:hover {
    background: #fed900
}

.contact__sales {
    padding-top: 70px;
    padding-bottom: 70px
}

@media (max-width: 1440px) {
    .contact__sales {
        padding-top:50px;
        padding-bottom: 50px
    }
}

@media (max-width: 1180px) {
    .contact__sales {
        padding-top:20px;
        padding-bottom: 20px;
        overflow: hidden
    }
}

.contact__sales-hd {
    margin: 40px 0 60px
}

@media (max-width: 1180px) {
    .contact__sales-hd {
        margin:20px 0 40px
    }
}

@media (max-width: 668px) {
    .contact__sales-hd {
        margin:20px 0
    }
}

.contact__sales-hd ul {
    text-align: center
}

.contact__sales-hd ul li {
    display: inline-block;
    width: 200px;
    height: 44px;
    line-height: 44px;
    position: relative;
    cursor: pointer
}

@media (max-width: 668px) {
    .contact__sales-hd ul li {
        width:140px
    }
}

.contact__sales-hd ul li:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #999;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: skew(-28deg, 0);
    -ms-transform: skew(-28deg, 0);
    transform: skew(-28deg, 0);
    z-index: 1;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.contact__sales-hd ul li span {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    position: relative;
    z-index: 2
}

@media (max-width: 668px) {
    .contact__sales-hd ul li span {
        font-size:16px
    }
}

.contact__sales-hd ul li.on:after {
    background-color: #023894;
    border-color: #023894
}

.contact__sales-hd ul li.on span {
    color: #fff
}

.contact__sales-item {
    position: relative;
    padding-left: 160px
}

@media (max-width: 668px) {
    .contact__sales-item {
        padding-left:0
    }
}

.contact__sales-item .txt {
    width: 310px;
    min-height: 470px;
    background-color: #fed900;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: -30px;
    z-index: 2
}

@media (max-width: 1440px) {
    .contact__sales-item .txt {
        min-height:350px
    }
}

@media (max-width: 1180px) {
    .contact__sales-item .txt {
        width:260px
    }
}

@media (max-width: 668px) {
    .contact__sales-item .txt {
        width:100%;
        min-height: auto;
        position: static
    }
}

.contact__sales-item .txt>.inner {
    padding: 40px 30px 0;
    position: relative
}

@media (max-width: 668px) {
    .contact__sales-item .txt>.inner {
        padding:20px
    }
}

.contact__sales-item .txt>.inner b.title {
    display: block;
    font-size: 30px;
    color: #023894
}

@media (max-width: 1440px) {
    .contact__sales-item .txt>.inner b.title {
        font-size:22px
    }
}

.contact__sales-item .txt>.inner .des {
    font-size: 16px;
    line-height: 30px;
    color: #333;
    margin-top: 10px
}

@media (max-width: 1440px) {
    .contact__sales-item .txt>.inner .des {
        font-size:14px;
        line-height: 26px
    }
}

.contact__sales-item .txt:after {
    content: '';
    display: block;
    width: 315px;
    height: 315px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url("../images/contact__sales-logo.png");
    position: absolute;
    right: -80px;
    bottom: -145px
}

@media (max-width: 668px) {
    .contact__sales-item .txt:after {
        bottom:auto;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%)
    }
}

.contact__sales-item .img {
    max-width: 100%;
    border: 5px solid #fed900;
    text-align: center
}

.contact__sales-item .img img {
    max-width: 100%
}

.product__cate {
    padding-top: 70px;
    padding-bottom: 70px
}

@media (max-width: 1440px) {
    .product__cate {
        padding-top:50px;
        padding-bottom: 50px
    }
}

@media (max-width: 1180px) {
    .product__cate {
        padding-top:20px;
        padding-bottom: 20px
    }
}

.product__cate-col {
    margin-top: 30px
}

.product__cate-col-img {
    float: right;
    width: 50%
}

@media (max-width: 968px) {
    .product__cate-col-img {
        float:none;
        width: 100%
    }
}

.product__cate-col-img img {
    width: 100%
}

.product__cate-col-txt {
    float: left;
    width: 50%;
    font-size: 16px;
    line-height: 30px;
    color: #333
}

@media (max-width: 1440px) {
    .product__cate-col-txt {
        font-size:14px;
        line-height: 26px
    }
}

@media (max-width: 968px) {
    .product__cate-col-txt {
        float:none;
        width: 100%
    }
}

.product__cate-col-txt ul {
    list-style-type: none;
    counter-reset: li
}

.product__cate-col-txt ul li {
    display: block;
    min-height: 60px;
    margin-bottom: 50px;
    padding-left: 80px;
    position: relative;
    line-height: 30px
}

@media (max-width: 1440px) {
    .product__cate-col-txt ul li {
        min-height:52px;
        margin-bottom: 30px;
        padding-left: 70px;
        line-height: 26px
    }
}

.product__cate-col-txt ul li:before {
    counter-increment: li;
    content: counter(li, decimal-leading-zero);
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin-right: 30px;
    text-align: center;
    background-color: #fed900;
    color: #fff;
    font-size: 40px;
    font-family: 'akzm';
    position: absolute;
    left: 0;
    top: 0
}

@media (max-width: 1440px) {
    .product__cate-col-txt ul li:before {
        width:52px;
        height: 52px;
        line-height: 52px;
        font-size: 30px
    }
}

.product__cate-slogan>.row {
    margin: 0
}

.product__cate-slogan>.row>div {
    padding: 0;
    background-color: #023894;
    color: #fff
}

.product__cate-slogan>.row>div:nth-last-of-type(1) {
    background-color: #fed900;
    color: #000
}

.product__cate-slogan>.row>div .txt {
    padding: 25px 45px
}

@media (max-width: 1440px) {
    .product__cate-slogan>.row>div .txt {
        padding:30px
    }
}

@media (max-width: 668px) {
    .product__cate-slogan>.row>div .txt {
        padding:20px
    }
}

.product__cate-slogan>.row>div .txt b.title {
    display: block;
    font-size: 18px;
    margin-bottom: 10px
}

.product__cate-slogan>.row>div .txt .des {
    font-size: 16px;
    line-height: 36px
}

@media (max-width: 1440px) {
    .product__cate-slogan>.row>div .txt .des {
        font-size:14px;
        line-height: 26px
    }
}

.product__list {
    background: #eee
}

.product__list-top {
    padding: 60px 0
}

@media (max-width: 1440px) {
    .product__list-top {
        padding:50px 0 30px
    }
}

@media (max-width: 1180px) {
    .product__list-top {
        padding:20px 0
    }
}

.product__list-top-title {
    float: left;
    width: 50%;
    height: 32px;
    line-height: 32px;
    margin-top: 6px;
    border-left: 4px solid #fed900;
    padding-left: 28px;
    font-size: 32px;
    color: #000;
    font-weight: bold
}

@media (max-width: 1440px) {
    .product__list-top-title {
        height:24px;
        line-height: 24px;
        margin-top: 10px;
        font-size: 24px;
        padding-left: 20px
    }
}

@media (max-width: 668px) {
    .product__list-top-title {
        float:none;
        width: 100%
    }
}

.product__list-top-title span {
    font-size: 24px;
    color: #999;
    font-weight: normal;
    font-family: 'AGFutura';
    text-transform: uppercase;
    margin-left: 10px
}

@media (max-width: 1440px) {
    .product__list-top-title span {
        font-size:18px
    }
}

.product__list-top-switch {
    float: right
}

@media (max-width: 668px) {
    .product__list-top-switch {
        float:none;
        margin-top: 20px;
        padding: 0 10px
    }
}

.product__list-top-switch ul {
    padding: 0;
    text-align: right
}

@media (max-width: 668px) {
    .product__list-top-switch ul {
        text-align:center;
        margin: 0 -2px
    }
}

.product__list-top-switch ul li {
    display: inline-block
}

@media (max-width: 668px) {
    .product__list-top-switch ul li {
        display:block;
        float: left;
        width: 50%;
        padding: 0 2px
    }
}

.product__list-top-switch ul li a {
    display: block;
    padding: 0 40px;
    position: relative
}

@media (max-width: 668px) {
    .product__list-top-switch ul li a {
        padding:0;
        width: 100%
    }
}

.product__list-top-switch ul li a:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #999;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: skew(-28deg, 0);
    -ms-transform: skew(-28deg, 0);
    transform: skew(-28deg, 0);
    z-index: 1;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.product__list-top-switch ul li a span {
    display: block;
    width: 100%;
    line-height: 44px;
    text-align: center;
    font-size: 18px;
    color: #333;
    font-weight: bold;
    position: relative;
    z-index: 2;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

@media (max-width: 1440px) {
    .product__list-top-switch ul li a span {
        font-size:16px
    }
}

.product__list-top-switch ul li a:hover:after {
    border-color: #023894;
    background-color: #023894;
    color: #fff
}

.product__list-top-switch ul li a:hover span {
    color: #fff
}

.product__list-grid {
    padding-bottom: 50px
}

@media (max-width: 1180px) {
    .product__list-grid {
        padding-bottom:20px
    }
}

.product__list-grid>.row {
    margin: 0 -5px;
    padding-bottom: 50px
}

@media (max-width: 1180px) {
    .product__list-grid>.row {
        padding-bottom:20px
    }
}

@media (max-width: 668px) {
    .product__list-grid>.row {
        padding-bottom:10px
    }
}

.product__list-grid>.row>div {
    padding: 0 5px;
    margin-bottom: 10px
}

.product__list-grid>.row>div a {
    display: block;
    background-color: #fff
}

.product__list-grid>.row>div a .img {
    overflow: hidden
}

.product__list-grid>.row>div a .img img {
    width: 100%;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s
}

.product__list-grid>.row>div a .title {
    display: block;
    padding: 0 20px;
    height: 75px;
    line-height: 25px;
    font-weight: normal;
    font-size: 25px;
    color: #000;
    text-align: center;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

@media (max-width: 1440px) {
    .product__list-grid>.row>div a .title {
        font-size:18px
    }
}

.product__list-grid>.row>div a:hover .img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.product__list-grid>.row>div a:hover .title {
    color: #023894
}

.product__content {
    padding: 70px 0
}

@media (max-width: 1440px) {
    .product__content {
        padding:50px 0
    }
}

@media (max-width: 1180px) {
    .product__content {
        padding:20px
    }
}

.product__content-title {
    display: block;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    color: #023894
}

@media (max-width: 1440px) {
    .product__content-title {
        font-size:30px
    }
}

.product__content-des {
    max-width: 400px;
    margin: 30px auto;
    font-size: 16px;
    line-height: 36px;
    color: #666
}

@media (max-width: 1440px) {
    .product__content-des {
        margin:20px auto;
        font-size: 14px;
        line-height: 30px
    }
}

.product__content-slide {
    max-width: 1000px;
    margin: 0 auto
}

.product__content-slide-col {
    position: relative
}

.product__content-slide-col .arrow {
    width: 40px;
    height: 40px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    z-index: 2
}

.product__content-slide-col .arrow .icon {
    width: 100%;
    height: 100%;
    color: #3399ff;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.product__content-slide-col .arrow.product__content-slide-prev {
    left: 6%
}

@media (max-width: 1180px) {
    .product__content-slide-col .arrow.product__content-slide-prev {
        left:20px
    }
}

.product__content-slide-col .arrow.product__content-slide-prev .icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.product__content-slide-col .arrow.product__content-slide-next {
    right: 6%
}

@media (max-width: 1180px) {
    .product__content-slide-col .arrow.product__content-slide-next {
        right:20px
    }
}

.product__content-slide-col .arrow:hover .icon {
    color: #fed900
}

.product__content-slide .swiper-slide img {
    max-width: 100%;
    border: 1px solid #eee
}

.product__content-slide .product__content-slide-page {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 20px;
    z-index: 2
}

.product__content-slide .product__content-slide-page .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 8px;
    background: #3399ff;
    opacity: 1
}

.product__content-slide .product__content-slide-page .swiper-pagination-bullet-active {
    background: #fed900
}

.product__content-subtitle {
    text-align: center;
    font-size: 42px;
    font-weight: bold;
    color: #333;
    margin-bottom: 30px;
    margin-top: 30px;
}

@media (max-width: 1440px) {
    .product__content-subtitle {
        font-size:20px;
        margin-bottom: 20px
    }
}

.product__content-numbers {
    background-color: #fed900;
    text-align: center;
    padding: 40px 0 20px;
    margin: 50px 0
}

@media (max-width: 1440px) {
    .product__content-numbers {
        margin:30px 0;
        padding: 20px 0
    }
}

@media (max-width: 1180px) {
    .product__content-numbers {
        margin:20px 0
    }
}

.product__content-numbers .list {
    max-width: 1000px;
    margin: 0 auto
}

.product__content-numbers .list ul li {
    display: inline-block;
    margin: 0 10px;
    margin-bottom: 20px
}

@media (max-width: 1440px) {
    .product__content-numbers .list ul li {
        margin:0 5px;
        margin-bottom: 10px
    }
}

.product__content-numbers .list ul li span {
    display: block;
    line-height: 36px;
    padding: 0 15px;
    border: 1px dotted #ccc;
    color: #000;
    background-color: #fff
}

@media (max-width: 1440px) {
    .product__content-numbers .list ul li span {
        font-size:12px;
        line-height: 30px;
        padding: 0 10px
    }
}

.product__content-info {
    max-width: 1000px;
    margin: 0 auto
}

.product__content-info .table-responsive {
    margin-bottom: 0
}

.product__content-info .table>tbody>tr>td,.product__content-info .table>tbody>tr>th,.product__content-info .table>tfoot>tr>td,.product__content-info .table>tfoot>tr>th,.product__content-info .table>thead>tr>td,.product__content-info .table>thead>tr>th {
    vertical-align: middle;
    line-height: 2em
}

.product__content-info .table {
    margin-bottom: 0
}

.product__content-info .datatab1 {
    border: 1px solid #ccc
}

.product__content-info .datatab1 thead tr th {
    border-bottom: 1px solid #ccc
}

.product__content-info .listheadstyle {
    background: #f2f2f2
}

.product__content-info .eletbody {
    background: #fff
}

.product__content-info .eletbody tr {
    height: 36px;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc
}

.product__content-info .eletbody tr td {
    text-align: center
}

.product__content-info .eletbody td {
    border: 1px solid #ccc
}

.product__content-keywords {
    background-color: #f4f4f4;
    padding: 10px 0 0;
    margin: 20px 0 0
}

.product__content-keywords .product__content-subtitle {
    margin-bottom: 10px;
    padding-left: 10px;
    text-align: left;
    font-size: 18px
}

.product__content-keywords .list {
    max-width: 1000px;
    margin: 0 auto
}

.product__content-keywords .list ul {
    padding: 0 5px
}

.product__content-keywords .list ul li {
    display: inline-block;
    margin: 0 5px;
    margin-bottom: 10px
}

.product__content-keywords .list ul li span {
    display: block;
    line-height: 30px;
    padding: 0 5px;
    border: 1px dotted #ccc;
    color: #000;
    background-color: #fff
}

@media (max-width: 1440px) {
    .product__content-keywords .list ul li span {
        font-size:12px;
        line-height: 30px;
        padding: 0 10px
    }
}

.download__list {
    padding-top: 70px;
    padding-bottom: 70px
}

@media (max-width: 1681px) {
    .download__list {
        padding-top:50px;
        padding-bottom: 50px
    }
}

@media (max-width: 1180px) {
    .download__list {
        padding-top:20px;
        padding-bottom: 20px
    }
}

@media (max-width: 668px) {
    .download__list {
        padding:20px
    }
}

.download__list-col {
    margin-top: 50px;
    padding-bottom: 30px
}

@media (max-width: 1681px) {
    .download__list-col {
        margin-top:30px;
        padding-bottom: 10px
    }
}

@media (max-width: 1180px) {
    .download__list-col {
        margin-top:20px;
        padding-bottom: 0px
    }
}

.download__list-col ul {
    margin: 0 -20px
}

@media (max-width: 968px) {
    .download__list-col ul {
        margin:0
    }
}

.download__list-col ul li {
    display: block;
    float: left;
    width: 50%;
    padding: 0 20px;
    margin-bottom: 40px
}

@media (max-width: 968px) {
    .download__list-col ul li {
        float:none;
        width: 100%;
        padding: 0;
        margin-bottom: 20px
    }
}

.download__list-item {
    display: block
}

.download__list-item a {
    display: block;
    padding: 20px;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #e3e3e3;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

@media (max-width: 668px) {
    .download__list-item a {
        padding:20px 0
    }
}

.download__list-item a:after {
    content: '';
    display: block;
    width: 500px;
    height: 500px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url("../images/logo_gray.png");
    opacity: 0;
    position: absolute;
    right: -100px;
    top: 50px;
    z-index: 1;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

@media (max-width: 1440px) {
    .download__list-item a:after {
        width:400px;
        height: 400px
    }
}

@media (max-width: 1180px) {
    .download__list-item a:after {
        display:none
    }
}

.download__list-item a .img {
    float: left;
    width: 30%;
    height: 250px;
    overflow: hidden
}

@media (max-width: 1440px) {
    .download__list-item a .img {
        width:40%;
        height: 220px
    }
}

@media (max-width: 1180px) {
    .download__list-item a .img {
        height:180px
    }
}

@media (max-width: 968px) {
    .download__list-item a .img {
        width:40%
    }
}

@media (max-width: 668px) {
    .download__list-item a .img {
        float:none;
        width: 100%;
        height: 200px
    }
}

.download__list-item a .img span {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    background-color: #f5f5f5
}

.download__list-item a .txt {
    float: right;
    width: 70%;
    padding-left: 30px;
    padding-top: 30px;
    position: relative;
    z-index: 2
}

@media (max-width: 1440px) {
    .download__list-item a .txt {
        width:60%;
        padding-top: 10px
    }
}

@media (max-width: 1180px) {
    .download__list-item a .txt {
        padding-left:20px;
        padding-top: 0px
    }
}

@media (max-width: 968px) {
    .download__list-item a .txt {
        width:60%
    }
}

@media (max-width: 668px) {
    .download__list-item a .txt {
        float:none;
        width: 100%;
        padding: 20px 0 0
    }
}

.download__list-item a .txt b.t {
    display: block;
    font-size: 24px;
    color: #333;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

@media (max-width: 1681px) {
    .download__list-item a .txt b.t {
        font-size:20px
    }
}

@media (max-width: 1440px) {
    .download__list-item a .txt b.t {
        font-size:18px
    }
}

.download__list-item a .txt p {
    display: block;
    font-size: 16px;
    margin-top: 10px;
    color: #999
}

.download__list-item a .txt .des {
    font-size: 16px;
    line-height: 30px;
    height: 60px;
    margin: 20px 0;
    color: #333;
    font-weight: lighter;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

@media (max-width: 1180px) {
    .download__list-item a .txt .des {
        font-size:14px;
        font-weight: normal
    }
}

@media (max-width: 668px) {
    .download__list-item a .txt .des {
        height:auto
    }
}

.download__list-item a .txt .more {
    width: 155px;
    height: 42px;
    line-height: 40px;
    position: relative;
    border: 1px solid #000;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    text-align: center;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.download__list-item a .txt .more span {
    font-size: 14px;
    color: #000;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.download__list-item a .txt .more svg {
    width: 16px;
    height: 16px;
    vertical-align: top;
    margin: 12px 0 0 10px;
    color: #000;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

@media (min-width: 668px) {
    .download__list-item a:hover {
        background-color:#f5f5f5;
        border-bottom: 1px solid #f5f5f5
    }

    .download__list-item a:hover:after {
        opacity: 1
    }

    .download__list-item a:hover .date {
        color: #023894
    }

    .download__list-item a:hover .img span {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        background-color: #fff
    }

    .download__list-item a:hover .txt b.t {
        color: #023894
    }

    .download__list-item a:hover .txt .more {
        border-color: #023894;
        background-color: #023894
    }

    .download__list-item a:hover .txt .more span {
        color: #fff
    }

    .download__list-item a:hover .txt .more svg {
        color: #fff
    }
}

.page_col {
    padding-top: 70px;
    padding-bottom: 70px
}

@media (max-width: 1681px) {
    .page_col {
        padding-top:50px;
        padding-bottom: 50px
    }
}

@media (max-width: 1180px) {
    .page_col {
        padding-top:20px;
        padding-bottom: 20px
    }
}

@media (max-width: 668px) {
    .page_col {
        padding:20px 0
    }
}

.honor__list-col {
    padding-bottom: 70px;
    max-width: 1200px;
    margin: 50px auto 0
}

@media (max-width: 1681px) {
    .honor__list-col {
        margin-top:30px;
        padding-bottom: 50px
    }
}

@media (max-width: 1180px) {
    .honor__list-col {
        margin-top:20px;
        padding: 20px
    }
}

.honor__list-col .row {
    margin: 0 -50px
}

@media (max-width: 1180px) {
    .honor__list-col .row {
        margin:0 -10px
    }
}

.honor__list-col .row>div {
    padding: 0 50px;
    margin-bottom: 40px
}

@media (max-width: 1180px) {
    .honor__list-col .row>div {
        padding:0 10px;
        margin-bottom: 20px
    }
}

.honor__list-col .row>div a {
    display: block
}

.honor__list-col .row>div a img {
    width: 100%
}

.page_culture_col {
    padding-bottom: 0
}

.page_culture {
    margin-top: 50px;
    padding: 180px 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

@media (max-width: 1440px) {
    .page_culture {
        margin-top:30px;
        padding: 80px 0
    }
}

@media (max-width: 1180px) {
    .page_culture {
        padding:40px 20px
    }
}

@media (max-width: 668px) {
    .page_culture {
        padding:20px 20px 0
    }
}

.page_culture_list {
    max-width: 1300px;
    margin: 0 auto
}

@media (max-width: 1440px) {
    .page_culture_list {
        max-width:1200px
    }
}

.page_culture_list>.row {
    margin: 0 -50px
}

@media (max-width: 1440px) {
    .page_culture_list>.row {
        margin:0 -15px
    }
}

@media (max-width: 968px) {
    .page_culture_list>.row {
        margin:0 -5px
    }
}

.page_culture_list>.row>div {
    padding: 0 50px
}

@media (max-width: 1440px) {
    .page_culture_list>.row>div {
        padding:0 15px
    }
}

@media (max-width: 968px) {
    .page_culture_list>.row>div {
        padding:0 5px
    }
}

@media (max-width: 668px) {
    .page_culture_list>.row>div {
        margin-bottom:20px
    }
}

.page_culture_list>.row>div .col {
    border: 1px solid #fff;
    padding: 60px 10px 80px;
    text-align: center;
    color: #fff;
    position: relative;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

@media (max-width: 1440px) {
    .page_culture_list>.row>div .col {
        padding:40px 10px
    }
}

.page_culture_list>.row>div .col:before,.page_culture_list>.row>div .col:after {
    content: '';
    display: block;
    width: 1px;
    height: 40px;
    background-color: #fed900;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    z-index: 2;
    opacity: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.page_culture_list>.row>div .col:before {
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    left: 20px;
    top: 20px
}

.page_culture_list>.row>div .col:after {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    right: 20px;
    bottom: 20px
}

.page_culture_list>.row>div .col .icon {
    width: 100px;
    height: 100px;
    margin: 0 auto
}

@media (max-width: 1440px) {
    .page_culture_list>.row>div .col .icon {
        width:80px;
        height: 80px
    }
}

@media (max-width: 668px) {
    .page_culture_list>.row>div .col .icon {
        width:60px;
        height: 60px
    }
}

.page_culture_list>.row>div .col b {
    display: block;
    font-size: 28px;
    margin: 30px 0 10px
}

@media (max-width: 1440px) {
    .page_culture_list>.row>div .col b {
        font-size:22px
    }
}

.page_culture_list>.row>div .col p {
    display: block;
    font-size: 20px;
    line-height: 40px
}

@media (max-width: 1440px) {
    .page_culture_list>.row>div .col p {
        font-size:18px
    }
}

@media (max-width: 1180px) {
    .page_culture_list>.row>div .col p {
        font-size:14px
    }
}

@media (max-width: 968px) {
    .page_culture_list>.row>div .col p {
        height:40px;
        line-height: 20px
    }
}

.page_culture_list>.row>div .col:hover {
    border-color: #fed900;
    color: #fed900
}

.page_culture_list>.row>div .col:hover:before,.page_culture_list>.row>div .col:hover:after {
    opacity: 1
}

.page_culture_news {
    padding-top: 0
}

.page_rnd_col {
    padding-bottom: 0
}

.page_rnd {
    margin-top: 50px;
    background-color: #eee;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

@media (max-width: 1440px) {
    .page_rnd {
        margin-top:30px
    }
}

@media (max-width: 968px) {
    .page_rnd {
        padding:20px
    }
}

.page_rnd .row {
    margin: 0
}

.page_rnd .row>div {
    padding: 0
}

.page_rnd .img {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

@media (max-width: 968px) {
    .page_rnd .img {
        height:300px
    }
}

@media (max-width: 668px) {
    .page_rnd .img {
        height:200px
    }
}

.page_rnd .txt {
    padding: 10%;
    font-size: 18px;
    line-height: 36px;
    color: #000
}

@media (max-width: 1440px) {
    .page_rnd .txt {
        font-size:14px;
        line-height: 30px
    }
}

@media (max-width: 968px) {
    .page_rnd .txt {
        padding:20px 0
    }
}

.page_equipment_w {
    padding-bottom: 0
}

.page_col_des {
    max-width: 780px;
    margin: 30px auto 60px;
    text-align: center;
    font-size: 18px;
    line-height: 36px;
    color: #000;
    position: relative
}

@media (max-width: 1681px) {
    .page_col_des {
        font-size:16px;
        line-height: 30px
    }
}

@media (max-width: 968px) {
    .page_col_des {
        width:100%;
        padding: 0 60px;
        margin: 20px auto 40px;
        font-size: 14px;
        line-height: 26px
    }
}

@media (max-width: 668px) {
    .page_col_des {
        padding:0 40px
    }
}

.page_col_des .arrow {
    width: 50px;
    height: 50px;
    position: absolute
}

@media (max-width: 968px) {
    .page_col_des .arrow {
        width:30px;
        height: 30px
    }
}

.page_col_des .arrow .icon {
    width: 100%;
    height: 100%;
    opacity: .2
}

.page_col_des .arrow_left {
    left: -60px;
    top: -40px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media (max-width: 968px) {
    .page_col_des .arrow_left {
        left:10px;
        top: -20px
    }
}

.page_col_des .arrow_right {
    right: -60px;
    bottom: -40px
}

@media (max-width: 968px) {
    .page_col_des .arrow_right {
        right:10px;
        bottom: -20px
    }
}

@media (max-width: 668px) {
    .page_equipment_col {
        padding:0 20px
    }
}

.page_equipment_col ul li {
    display: block;
    height: 570px;
    background-color: #eee
}

@media (max-width: 1681px) {
    .page_equipment_col ul li {
        height:500px
    }
}

@media (max-width: 1180px) {
    .page_equipment_col ul li {
        height:400px
    }
}

@media (max-width: 968px) {
    .page_equipment_col ul li {
        height:350px
    }
}

@media (max-width: 668px) {
    .page_equipment_col ul li {
        height:auto;
        margin-bottom: 20px
    }
}

.page_equipment_col ul li .img {
    float: left;
    width: 50%;
    height: 100%;
    overflow: hidden
}

@media (max-width: 668px) {
    .page_equipment_col ul li .img {
        float:none;
        width: 100%;
        height: 200px
    }
}

.page_equipment_col ul li .img span {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s
}

.page_equipment_col ul li .txt {
    float: right;
    width: 50%;
    height: 100%;
    position: relative
}

@media (max-width: 668px) {
    .page_equipment_col ul li .txt {
        float:none;
        width: 100%;
        height: auto
    }
}

.page_equipment_col ul li .txt .inner {
    width: 100%;
    padding: 0 15%;
    position: absolute;
    left: 0%;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

@media (max-width: 968px) {
    .page_equipment_col ul li .txt .inner {
        padding:0 40px
    }
}

@media (max-width: 668px) {
    .page_equipment_col ul li .txt .inner {
        position:static;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        padding: 20px
    }
}

.page_equipment_col ul li .txt .title {
    display: block;
    font-size: 30px;
    margin-bottom: 40px
}

@media (max-width: 1681px) {
    .page_equipment_col ul li .txt .title {
        font-size:26px;
        margin-bottom: 20px
    }
}

@media (max-width: 1180px) {
    .page_equipment_col ul li .txt .title {
        font-size:20px
    }
}

.page_equipment_col ul li .txt .des {
    font-size: 18px;
    line-height: 36px;
    color: #000
}

@media (max-width: 1681px) {
    .page_equipment_col ul li .txt .des {
        font-size:16px;
        line-height: 30px
    }
}

@media (max-width: 968px) {
    .page_equipment_col ul li .txt .des {
        font-size:14px;
        line-height: 26px
    }
}

.page_equipment_col ul li:nth-of-type(even) .img {
    float: right
}

.page_equipment_col ul li:nth-of-type(even) .txt {
    float: left
}

.page_quality {
    margin-top: 50px;
    overflow: hidden
}

@media (max-width: 668px) {
    .page_quality {
        padding:0 20px;
        margin-top: 30px
    }
}

.page_quality .row {
    margin: 0 -60px
}

@media (max-width: 1681px) {
    .page_quality .row {
        margin:0 -30px
    }
}

.page_quality .row>div {
    padding: 0 60px
}

@media (max-width: 1681px) {
    .page_quality .row>div {
        padding:0 30px
    }
}

@media (max-width: 668px) {
    .page_quality .img {
        margin-bottom:20px
    }
}

.page_quality .img img {
    width: 100%
}

.page_quality .txt {
    font-size: 18px;
    line-height: 36px;
    color: #000
}

@media (max-width: 1681px) {
    .page_quality .txt {
        font-size:16px;
        line-height: 30px
    }
}

@media (max-width: 968px) {
    .page_quality .txt {
        font-size:14px;
        line-height: 26px
    }
}

@media (max-width: 1180px) {
    .job__list {
        padding:0 20px
    }
}

.job__list-col {
    max-width: 1500px;
    margin: 50px auto 20px
}

@media (max-width: 1681px) {
    .job__list-col {
        max-width:1200px
    }
}

@media (max-width: 1180px) {
    .job__list-col {
        margin-top:30px
    }
}

@media (max-width: 668px) {
    .job__list-col .m {
        display:none
    }
}

.job__list-col .table thead tr {
    background-color: #fed900
}

.job__list-col .table thead tr th {
    text-align: center;
    vertical-align: middle;
    font-size: 20px;
    line-height: 70px;
    padding: 0;
    border: none
}

@media (max-width: 1681px) {
    .job__list-col .table thead tr th {
        font-size:16px;
        line-height: 60px
    }
}

.job__list-col .table thead tr th:nth-of-type(1) {
    width: 25%
}

.job__list-col .table thead tr th:nth-of-type(2) {
    width: 15%
}

.job__list-col .table thead tr th:nth-of-type(3) {
    width: 15%
}

.job__list-col .table thead tr th:nth-of-type(4) {
    width: 15%
}

.job__list-col .table thead tr th:nth-of-type(5) {
    width: 15%
}

.job__list-col .table thead tr th:nth-of-type(6) {
    width: 15%
}

.job__list-col .table tbody tr {
    border-top: 1px solid #ddd
}

.job__list-col .table tbody tr td {
    text-align: center;
    vertical-align: middle;
    font-size: 18px;
    line-height: 70px;
    padding: 0;
    border: none;
    color: #666
}

@media (max-width: 1681px) {
    .job__list-col .table tbody tr td {
        font-size:16px;
        line-height: 60px
    }
}

.job__list-col .table tbody tr td a {
    display: block;
    max-width: 120px;
    margin: 0 auto;
    height: 36px;
    line-height: 36px;
    color: #333;
    font-size: 14px;
    background-color: #eee;
    -webkit-border-radius: 18px;
    border-radius: 18px
}

.job__list-col .table-hover>tbody>tr:hover {
    background-color: #023894;
    border-top: 1px solid #023894
}

.job__list-col .table-hover>tbody>tr:hover td {
    color: #fff
}

.search_list {
    padding: 60px 0
}

@media (max-width: 1681px) {
    .search_list {
        padding:40px 0
    }
}

.search_list .list {
    margin-bottom: 30px
}

@media (max-width: 668px) {
    .search_list .list {
        margin-bottom:10px
    }
}

.search_list .list ul {
    margin: 0;
    padding: 0
}

.search_list .list ul li {
    display: block;
    border-bottom: 1px dotted #ddd
}

.search_list .list ul li a {
    display: block;
    line-height: 25px;
    padding: 15px 0 15px 20px;
    position: relative
}

.search_list .list ul li a:before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    line-height: 4px;
    background-color: #ddd;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    left: 10px;
    top: 24px
}

.search_list .list ul li a span.date {
    display: block;
    float: right;
    width: 100px;
    text-align: center;
    color: #999
}

@media (max-width: 668px) {
    .search_list .list ul li a span.date {
        float:none;
        text-align: left
    }
}

.search_list .list ul li a b {
    font-size: 14px
}

.search_list .list ul li a:hover {
    background-color: #f5f5f5
}

/*# sourceMappingURL=css.min.css.map */
