@charset "utf-8";

@font-face {
    font-family: Impact;
    src: url(../font/impact.ttf);
}

@font-face {
    font-family: LemonMilk;
    src: url(../font/LEMONMILK-1.OTF);
}

@font-face {
    font-family: Aguazyuan;
    src: url(../font/agzyt-BOLD1.0.TTF);
}

@media (max-width:1920px) {
    html {
        font-size: 16px;
    }
}

@media (min-width:1400px) and (max-width:1600px) {
    html {
        font-size: 15px;
    }
}

@media (min-width:640px) and (max-width:1399px) {
    html {
        font-size: 14px;
    }
}

@media (min-width:471px) and (max-width:639px) {
    html {
        font-size: 13px;
    }
}

@media (min-width:329px) and (max-width:470px) {
    html {
        font-size: 12px;
    }
}

@media (max-width:328px) {
    html {
        font-size: 12px;
    }
}

/*==========================================公共 开始=============================================*/
.ar_wap {
    display: none
}

.a_body {
    position: relative;
    z-index: 0;
}

.section {
    overflow: hidden;
}

header {
    position: fixed;
    z-index: 10000;
    top: 3.125rem;
    width: 100%;
    display: none;
    padding: 0 7.5rem;
}

header .logo {
    position: absolute;
    left: 50%;
    margin-left: -4rem;
    top: -24px;
}

header .logo embed {
    width: 9rem;
    display: inline-block;
}

header .logo:before {
    content: "";
    position: absolute;
    left: -665px;
    top: -460px;
    width: 220px;
    height: 15px;
    background-color: rgba(255, 255, 255, .5);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: searchLights 1s ease-in 1s infinite;
    -o-animation: searchLights 1s ease-in 1s infinite;
    animation: searchLights 1s ease-in 1s infinite;
}

/*@-webkit-keyframes searchLights {
    0% {
        left: -100px;
        top: 0;
    }

    to {
        left: 120px;
        top: 100px;
    }
}

@-o-keyframes searchLights {
    0% {
        left: -100px;
        top: 0;
    }

    to {
        left: 120px;
        top: 100px;
    }
}

@-moz-keyframes searchLights {
    0% {
        left: -100px;
        top: 0;
    }

    to {
        left: 120px;
        top: 100px;
    }
}

@keyframes searchLights {
    0% {
        left: -100px;
        top: 0;
    }

    to {
        left: 120px;
        top: 100px;
    }
}*/


header nav {
    margin-top: 25px;
    transition: all .3s;
}

header .nav-item {
    position: relative;
    float: left;
    margin: 0 33px;
    font-size: 18px;
    text-align: center;
    height: 80px;
}

header .nav-item:before {
    content: "";
    width: 5px;
    height: 5px;
    background: #ffffff;
    position: absolute;
    top: 19px;
    border-radius: 50%;
    left: -36px;
}

header .nav-item:after {
    content: "";
    width: 5px;
    height: 5px;
    background: #ffffff;
    position: absolute;
    top: 19px;
    border-radius: 50%;
    right: -35px;
}

header .nav-item.current>a {
    color: #e9881f;
}

header .nav-item:hover>a {
    color: #e9881f;
}

header .nav-item:hover .sub-nav-list {
    margin-top: -18px;
    opacity: 1;
    visibility: visible;
}

header .nav-item>a {
    display: block;
    color: #fff;
    line-height: 45px;
    transition: all .2s;
    font-weight: bold;
}

header .nav-item.on>a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background: #fff;
    bottom: 32px;
}

header .nav-item>a:hover {
    color: #e9881f;
}

header .sub-nav-list {
    position: absolute;
    top: 100%;
    left: -30px;
    right: -30px;
    margin-top: 25px;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

header .sub-nav-list:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 28px;
    height: 4px;
    margin-left: -14px;
    background: #e9881f;
}

header .sub-nav-item {
    position: relative;
    line-height: 35px;
    color: #666;
    cursor: pointer;
    transition: all .3s;
    z-index: 1;
    font-size: 14px;
}

header .sub-nav-item a {
    color: #333
}

header .sub-nav-item:hover a {
    color: #fff;
}

header .sub-nav-item:hover:before {
    transform: none;
}

.no-csstransforms header .sub-nav-item:hover:before {
    visibility: visible;
}

header .sub-nav-item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #e9881f;
    transition: all .3s linear;
    transform: scale(1, 0);
    z-index: -1;
}

.no-csstransforms header .sub-nav-item:before {
    visibility: hidden;
}

header .contact {
    margin-top: 32px;
    transition: all .3s;
}

header .contact-item {
    position: relative;
    display: block;
    float: left;
    width: 21px;
    height: 16px;
    margin-left: 25px;
    background: no-repeat center;
    transition: background .2s;
}

header .contact-item.sina {
    background-image: url("../images/icons/sina.png");
}

header .contact-item.sina:hover {
    background-image: url("../images/icons/sina_h.png");
}

header .contact-item.wx {
    background-image: url("../images/icons/wx.png");
}

header .contact-item.wx:hover {
    background-image: url("../images/icons/wx_h.png");
}

header .contact-item:hover .contact-2wm {
    margin-top: 20px;
    opacity: 1;
    visibility: visible;
}

header .contact-2wm {
    position: absolute;
    top: 100%;
    right: 0;
    width: 120px;
    height: 120px;
    margin-top: 30px;
    margin-right: -5px;
    padding: 5px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 5px;
    box-shadow: 1px 1px 3px 1px #aaa;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}

header .contact-2wm:before {
    content: '';
    position: absolute;
    right: 5px;
    bottom: 100%;
    margin-left: -8px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    z-index: 2;
}

header .contact-2wm:after {
    content: '';
    position: absolute;
    right: 4px;
    bottom: 100%;
    margin-top: -1px;
    margin-left: -9px;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #aaa;
    z-index: 1;
}

header .contact-2wm img {
    width: 100%;
}

header.scroll-down {
    height: 50px;
}

header.scroll-down .logo {
    margin-top: 14px;
}

header.scroll-down .logo img {
    width: 100px;
    height: 20px;
}

header.scroll-down nav {
    margin-top: 10px;
}

header.scroll-down .contact {
    margin-top: 18px;
}

header.scroll-down .nav-menu-btn {
    margin-top: 10px;
}

header.scroll-down .nav-item:hover .sub-nav-list {
    margin-top: 10px;
}

header .nav-menu-btn {
    display: none;
}

header .nav-item>i {
    display: none
}

.navbar-overlay {
    display: none;
}

#fp-nav {
    display: none
}

.fp-viewing-f1 header {
    display: block
}

.fp-viewing-f1 .menu-handler {
    display: none
}


@-webkit-keyframes scale-bg {
    from {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes scale-bg {
    from {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

}

.container01 .index_banner .item {
    background-size: cover;
    -webkit-background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    position: relative
}

.container01 .index_banner .item video {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.container01 .index_banner .item.miso-current .scaleBg {
    visibility: visible;
    -webkit-animation: scale-bg 6s linear forwards;
    animation: scale-bg 6s linear forwards
}

.container01 .index_banner .items {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-size: cover !important;
}

.container01 .index_banner .items:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.container01 .index_banner .item .inner .block_txt {
    position: absolute;
    top: 35%;
    right: 10px;
    left: 10px;
    opacity: 0;
    transform: translateY(40px);
    -webkit-transform: translateY(40px);
    -webkit-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.container01 .index_banner .item.active .inner .block_txt {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 100ms;
    transition-delay: 100ms
}

.container01 .index_banner .item .inner .block_txt h4 {
    color: #fff;
    text-align: center;
}

.container01 .index_banner .item .inner .block_txt h4 img {
    display: inline-block
}

.container01 .index_banner .item .inner .block_txt h2 {
    color: #fff;
    font-size: 70px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 5px
}

.container01 .index_banner .item .inner .block_txt h2 span {
    color: #f5c920;
    display: inline-block;
    letter-spacing: 5px
}

.container01 .index_banner .item .inner .block_txt h3 {
    color: #fff;
    font-size: 22px;
    text-align: center;
    margin-top: 10px;
    letter-spacing: 3px
}

.container01 .miso_txt {
    width: 30%;
    height: 100%;
    background-color: transparent;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    font-size: 0;
    outline: 0;
    border: 0
}

.container01 .index_banner .miso-dots {
    top: 50%;
    position: absolute;
    right: 0;
    width: 90px;
    transform: translateY(-50%);
    bottom: auto;
}

.container01 .index_banner .miso-dots li {
    display: block;
    width: 100%;
    position: relative;
    transition: 0.6s;
    padding-left: 32px;
    margin: 26px 0;
}

.container01 .index_banner .miso-dots li:after {
    content: "";
    top: 10px;
    width: 0;
    height: 2px;
    background: #fff;
    transition: 0.6s;
    position: absolute;
    right: 0;
}

.container01 .index_banner .miso-dots li button {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
    font-family: Oswald;
}

.container01 .index_banner .miso-dots li.miso-active {
    padding-left: 0
}

.container01 .index_banner .miso-dots li.miso-active:after {
    width: 55px;
}

.container01 .index_banner .miso-dots li.miso-active button {
    color: #fff
}

.banner-next {
    z-index: 1000;
    position: fixed;
    bottom: 4rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    cursor: pointer;
    text-align: center;
    color: #ffffff;
}

.banner-next span {
    display: block;
}

.banner-next .next-text {
    -webkit-animation: fadeInDown 2s infinite;
    -moz-animation: fadeInDown 2s infinite;
    -o-animation: fadeInDown 2s infinite;
    -ms-animation: fadeInDown 2s infinite;
    animation: fadeInDown 2s infinite;
    position: relative;
    top: 65px;
}

.banner-next .next-icon {
    position: relative;
    width: 23px;
    height: 34px;
    background: url(../images/next-icon.png) center no-repeat;
}

.banner-next .next-icon:before {
    content: "";
    width: 3px;
    height: 8px;
    position: absolute;
    left: 50%;
    margin-left: -1px;
    top: 50%;
    margin-top: -7.5px;
    background: url(../images/icon.png) center no-repeat;
    -webkit-animation: scroll 1.4s cubic-bezier(.15, .41, .69, .94) infinite;
    -moz-animation: scroll 1.4s cubic-bezier(.15, .41, .69, .94) infinite;
    animation: scroll 1.4s cubic-bezier(.15, .41, .69, .94) infinite;
}

@keyframes scroll {
    0% {
        opacity: 0;
    }

    10% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateY(5px);
        -moz-transform: translateY(5px);
        -o-transform: translateY(0);
        transform: translateY(5px);
        opacity: 0;
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -50%, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInDown {
    animation-name: fadeInDown;
}

.liu_icon {
    position: absolute;
    top: 19.5%;
    width: 100%;
    text-align: center;
}

.liu_icon img {
    display: inline-block;
    -webkit-animation: play 25s linear infinite;
    -moz-animation: play 25s linear infinite;
    animation: play 25s linear infinite;
}

@-webkit-keyframes play {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes play {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
    }
}

@keyframes play {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);

    }
}

* {
    cursor: url(../images/move-2.png), auto
}



/*==========================================公共 结束=============================================*/


/*==========================================首页 开始=============================================*/

.container02 {
    background: url(../images/container02_bg.jpg) center no-repeat;
    background-size: cover
}

.container02:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(../images/container02_bg.jpg) center no-repeat;
    background-size: cover;
    transition: 6s;
    transform: scale(1.15)
}

.container02.active:before {
    transform: scale(1)
}

.container02 .left {
    width: 54%;
    height: 100%;
    padding: 0 7.5rem 0 10rem
}

.container02 .left .box_table {
    text-align: left
}

.container02 .left .top {
    background: url(../images/container02_logo.png) right top no-repeat;
    min-height: 140px;
    background-size: 100px;
}

.container02 .left .top h3 {
    font-size: 2.25rem;
    color: #4d4946;
    font-family: LemonMilk;
    text-transform: uppercase;
}

.container02 .left .top h3 font {
    color: #e9881f;
    font-family: LemonMilk;
}

.container02 .left .top h5 {
    font-size: 1.125rem;
    color: #4d4946;
    font-family: Aguazyuan;
    text-transform: uppercase;
    margin: 12px 0 25px;
}

.container02 .left .top h4 {
    font-size: 2.125rem;
    color: #4d4946;
    font-weight: bold;
    letter-spacing: 4px;
}

.container02 .left .center {
    padding: 3rem 0 4.25rem;
}

.container02 .left .center h5 {
    font-size: 18px;
    color: #e9881f;
    margin-bottom: 26px
}

.container02 .left .center p {
    font-size: 14px;
    line-height: 24px;
    color: #777573
}

.container02 .left .bottom {
    border-top: #d3d3d3 1px solid;
}

.container02 .left .bottom ul {
    font-size: 0;
    white-space: nowrap;
}












.container02 .left .bottom ul li {
    display: inline-block;
    width: auto;
    margin-right: 6rem;
    position: relative;
    padding: 3.5rem 0 0;
    margin-top: -3px;
}

.container02 .left .bottom ul li:after {
    content: "";
    position: absolute;
    top: 0;
    width: 0;
    height: 5px;
    background: #4d4946;
    transition: 0.6s
}

.container02 .left .bottom ul li h3 {
    font-size: 16px;
    color: #787675
}

.container02 .left .bottom ul li h3 font {
    position: relative
}

.container02 .left .bottom ul li h3 font span {
    opacity: 0;
    visibility: visible;
    font-size: 36px;
    color: #e9881f;
    font-family: LemonMilk;
    margin-right: 18px;
}

.container02 .left .bottom ul li h3 big {
    font-size: 36px;
    color: #e9881f;
    font-family: LemonMilk;
    position: absolute;
    left: 0;
}

.container02 .left .bottom ul li h5 {
    font-size: 16px;
    color: #787675;
    line-height: 30px;
    margin-top: 12px
}

.container02 .left .bottom ul li:hover:after {
    width: 8.125rem
}


.container03 {}

.container03:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(../images/container03_bg.jpg) center no-repeat;
    background-size: cover;
    transition: 6s;
    transform: scale(1.15)
}

.container03.active:before {
    transform: scale(1)
}

.container03 .title {
    text-align: center;
    margin-bottom: 2rem;
}

.container03 .title h2 {
    font-size: 32px;
    color: #fff;
    line-height: 48px;
}

.container03 .title h2 font {
    font-family: LemonMilk;
}

.container03 .title h2 b {
    font-size: 30px;
    vertical-align: top;
    margin-left: 16px;
}

.container03 ul {
    font-size: 0
}

.container03 ul li {
    display: inline-block;
    padding: 0;
    width: 33.333333%;
    text-align: center;
    margin: 5rem 0;
}

.container03 ul li .icon {
    vertical-align: middle;
    overflow: hidden;
    max-width: 7rem;
    max-height: 3.5rem;
    fill: #fff;
    -moz-transition: all 0.36s ease-in-out;
    -webkit-transition: all 0.36s ease-in-out;
    -o-transition: all 0.36s ease-in-out;
    -ms-transition: all 0.36s ease-in-out;
    transition: all 0.36s ease-in-out;
}

.container03 ul li:nth-child(2) .icon {
    max-width: 7rem;
    max-height: 4rem;
}

.container03 ul li:nth-child(5) .icon,
.container03 ul li:nth-child(6) .icon,
.container03 ul li:nth-child(7) .icon,
.container03 ul li:nth-child(8) .icon {
    max-width: 7rem;
    max-height: 3rem;
}

.container03 ul li a {
    display: block;
    position: relative
}

.container03 ul li h3 {
    line-height: 7rem;
    width: 100%;
    position: relative
}

.container03 ul li:hover img {
    -webkit-animation: jello 1s;
    -moz-animation: jello 1s;
    animation: jello 1s;
    transition-delay: 0.6s
}

@keyframes jello {

    from,
    11.1%,
    to {
        -webkit-transform: none;
        -moz-transform: none;
        transform: none
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        -moz-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        -moz-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        -moz-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

.container03 ul li h5 {
    font-size: 1.5rem;
    color: #fff;
    font-weight: bold;
    position: relative;
}

.container03 ul li a:before {
    content: "";
    position: absolute;
    width: 15rem;
    height: 15rem;
    border-radius: 50%;
    top: 50%;
    margin-top: -7rem;
    left: 50%;
    margin-left: -7.5rem;
    overflow: hidden;
    -webkit-transition: background 0.6s, color 0.6s, box-shadow 0.6s;
    -moz-transition: background 0.6s, color 0.6s, box-shadow 0.6s;
    transition: background 0.6s, color 0.6s, box-shadow 0.6s;
}


.title001 {
    margin-bottom: 2rem;
}

.title001 h2 {
    font-size: 2.25rem;
    color: #fff;
    line-height: 2.5rem;
    font-family: LemonMilk;
    margin-bottom: 2rem;
}

.title001 h4 {
    font-size: 28px;
    color: #fff;
}

.container04 {}

.container04:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(../images/container04_bg.jpg) center no-repeat;
    background-size: cover;
    transition: 6s;
    transform: scale(1.15)
}

.container04.active:before {
    transform: scale(1)
}

.container04 .left {
    width: 485px;
    text-align: left;
    padding-right: 60px;
}

.container04 .left .title001 h4 {
    margin-bottom: 3.25rem;
}

.container04 .left .box {
    height: 304px;
    position: relative;
    padding: 50px 0 0;
}

.container04 .left .box:before {
    content: "";
    position: absolute;
    width: 42px;
    height: 3px;
    left: 0;
    top: 0;
    background: #fff;
}

.container04 .left .box h4 {
    font-size: 2rem;
    height: 4rem;
    line-height: 4rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 4.375rem;
    font-weight: bold;
    color: #fff;
}

.container04 .left .box p {
    font-size: 14px;
    height: 200px;
    line-height: 28px;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.9);
}

.container04 .left .more00 a {
    font-size: 16px;
    color: #fff;
    font-family: Aguazyuan;
    display: inline-block;
    line-height: 72px;
}

.container04 .left .more00 .yuan {
    display: inline-block;
    width: 72px;
    height: 72px;
    line-height: 70px;
    border-radius: 50%;
    border: #fff 1px solid;
    margin-left: 18px;
    text-align: center;
    padding: 0 10px;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top;
}

.container04 .left .more00 .yuan span {
    display: inline-block;
    width: 100%;
    transform: translateX(-100%);
    transition: all 0.9s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.container04 .right {
    width: calc(100% - 485px);
}

.container04 .right ul {
    font-size: 0;
    margin: 0 -7.5px;
}

.container04 .right ul li {
    display: inline-block;
    width: 50%;
    padding: 0 7.5px;
    margin-bottom: 20px;
}

.container04 .right ul li .img,
.container04 .right ul li .img img {
    position: relative;
    width: 430px;
    height: 280px;
    overflow: hidden;
    transition: 0.6s
}

.container04 .right ul li .img:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: #b0712b 3px solid;
    transition: 0.6s
}

.container04 .right ul li .img .top {
    position: absolute;
    height: 46px;
    padding: 0 10px;
    bottom: 0;
    transition: 0.6s
}

.container04 .right ul li .img .top h5 {
    font-size: 18px;
    color: #fff;
    transition: 0.6s;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.container04 .right .miso-dots {
    padding: 0;
    margin: 0;
    bottom: -70px;
}

.container04 .right .miso-dots li {
    display: inline-block;
    width: 12px;
    height: 12px;
    border: #ffffff 2px solid;
    border-radius: 50%;
    padding: 0;
    margin: 0 9px;
    transition: 0.6s
}

.container04 .right .miso-dots li.miso-active {
    border: #1b1b1b 2px solid;
    border-radius: 0;
    transform: rotate(45deg)
}

.container05 {}

.container05:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(../images/container05_bg.jpg) center no-repeat;
    background-size: cover;
    transition: 6s;
    transform: scale(1.15)
}

.container05.active:before {
    transform: scale(1)
}

.container05 ul {
    font-size: 0;
    border-left: rgba(77, 73, 70, 0.2) 1px solid;
}

.container05 ul li {
    display: inline-block;
    width: 33.333333%;
    border-right: rgba(77, 73, 70, 0.2) 1px solid;
    text-align: center;
    padding-bottom: 3px;
}

.container05 ul li a {
    display: block;
    padding: 0 16px;
}

.container05 ul li a .title {
    height: 135px;
}

.container05 ul li a .title h3 {
    font-size: 36px;
    color: #4d4946;
    font-family: LemonMilk;
    height: 42px;
    transition: 0.6s
}

.container05 ul li a .title h4 {
    font-size: 36px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #333;
    font-family: PingFangBold;
    transition: 0.6s;
    display: inline-block;
    font-weight: bolder;
    color: transparent;
}

.container05 ul li a .title h6 {
    opacity: 0;
    visibility: hidden;
    transition: 0.6s
}

.container05 ul li a .title h6 span {
    font-size: 14px;
    color: #5c5957;
    position: relative;
    display: inline-block;
    padding-right: 80px;
    line-height: 60px;
}

.container05 ul li a .title h6 span:before {
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    background: #4d4946;
    top: 50%;
    left: 75px;
    transition: 0.6s
}

.container05 ul li a .img,
.container05 ul li a .img img {
    overflow: hidden;
    width: 390px;
    height: 540px;
    position: relative;
    display: inline-block;
}

.container05 ul li a .img .top {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: 0.6s;
    padding: 0 70px
}

.container05 ul li a .img .top:before {
    content: "";
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    height: 0;
    transition: 0.6s
}

.container05 ul li a .img .top p {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    position: relative;
    opacity: 0;
    transform: translateY(30px);
    transition: 0.6s;
    text-align: left
}

.w1360 {
    position: relative
}

.container06 {}

.container06:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(../images/container06_bg.jpg) center no-repeat;
    background-size: cover;
    transition: 6s;
    transform: scale(1.15)
}

.container06.active:before {
    transform: scale(1)
}

.container06 .title {
    margin-bottom: 3.75rem;
}

.container06 .title h3 {
    font-size: 2rem;
    color: #151515;
    line-height: 2rem;
    font-family: LemonMilk;
    margin-bottom: 1rem;
}

.container06 .title h4 {
    font-size: 2rem;
    color: #fff;
    font-weight: bold;
}

.container06 .title .more00 a {
    font-size: 16px;
    color: #fff;
    font-family: Aguazyuan;
    display: inline-block;
    line-height: 70px;
}

.container06 .title .more00 .yuan {
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    background: rgba(255, 255, 255, 0.3);
    margin-left: 18px;
    text-align: center;
    padding: 0 10px;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top;
    transition: 0.6s;
}

.container06 .title .more00 .yuan span {
    display: inline-block;
    width: 100%;
    transform: translateX(-100%);
    transition: all 0.9s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.container06 ul {
    font-size: 0;
    margin: 0 -10px;
}

.container06 ul li {
    display: inline-block;
    width: 33.333333%;
    padding: 0 10px;
    margin-bottom: 24px;
}

.container06 ul li a {
    display: block;
    position: relative;
    background: #fff;
    overflow: hidden
}

.container06 ul li a:before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 0;
    left: 0;
    right: 0;
    transition: 0.6s;
}

.container06 ul li a .box {
    display: block;
    padding: 50px 25px 40px;
    position: relative
}

.container06 ul li a .box h4 {
    font-size: 18px;
    color: #4d4946;
    font-weight: bold;
    height: 28px;
    line-height: 28px;
    margin-bottom: 24px;
    transition: 0.6s;
}

.container06 ul li a .box h4 img {
    margin-right: 15px;
    vertical-align: top;
}

.container06 ul li a .box h4 font {
    display: inline-block;
    width: calc(100% - 42px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.container06 ul li a .box p {
    font-size: 14px;
    color: #8b8886;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    margin-bottom: 28px;
    transition: 0.6s;
}

.container06 ul li a .box h6 span {
    font-size: 16px;
    color: #8b8886;
    position: relative;
    display: inline-block;
    transition: 0.6s;
}

.container06 ul li a .box span:before {
    content: "";
    position: absolute;
    width: 42px;
    height: 1px;
    background: #8b8886;
    top: 50%;
    right: -50px;
    transition: 0.6s;
}

.container06 ul li a .box .shuzi {
    position: absolute;
    bottom: -3.2rem;
    left: 0;
    right: 0;
    font-size: 8.125rem;
    color: rgba(255, 255, 255, 0.1);
    text-align: right;
    padding: 0 2rem;
    transform: translateY(100px);
    transition: 0.6s;
}


.foot {
    background: #373634 !important;
    color: #a9a9a9;
    padding-top: 50px;
}

.foot_lianxi {
    max-width: 317px;
}

.foot_lianxi .txt {
    font-size: 14px;
    line-height: 30px;
    color: #d8d8d8;
    margin-bottom: 20px;
}

.foot_lianxi .txt h5 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 10px;
}

.foot_nav {}

.foot_nav ul {}

.foot_nav ul li {
    float: left;
    margin-right: 50px;
}

.foot_nav ul li h3 {
    text-transform: uppercase;
    font-size: 16px;
    color: #f6f6f6;
    margin-bottom: 13px;
}

.foot_nav ul li .list {}

.foot_nav ul li .list a {
    display: block;
    font-size: 14px;
    color: #afafaf;
    line-height: 30px;
}

.foot .shart_box {
    display: inline-block;
    float: left;
    margin-top: -3px;
}

.foot #j_shart_s_24 .bds_qzone {
    background: url(../images/j_shart2.png) center -224px no-repeat
}

/*.foot #j_shart_s_24 .bds_tsina{background:url(../images/j_shart2.png) -73px 0px no-repeat}*/
.foot #j_shart_s_24 .douyin {
    background: url(../images/j_shart2.png) -73px 0px no-repeat
}

.foot #j_shart_s_24 .bds_tqq {
    background: url(../images/j_shart2.png) 0px 0px no-repeat
}

.foot #j_shart_s_24 .bds_renren {
    background: url(../images/j_shart2.png) center -340px no-repeat
}

.foot #j_shart_s_24 .bds_weixin {
    background: url(../images/j_shart2.png) -35px 0px no-repeat
}

.foot #j_shart_s_24 .bds_sqq {
    background: url(../images/j_shart2.png) 0px 0px no-repeat
}

.foot #j_shart_s_24 .bds_fbook {
    background: url(../images/j_shart2.png) center -166px no-repeat
}

.foot #j_shart_s_24 .bds_twi {
    background: url(../images/j_shart2.png) center -137px no-repeat
}

.foot #j_shart_s_24 .bds_linkedin {
    background: url(../images/j_shart2.png) center -108px no-repeat
}

.foot #j_shart_s_24 .bds_tieba {
    background: url(../images/j_shart2.png) center -253px no-repeat
}

.foot #j_shart_s_24 .bds_huaban {
    background: url(../images/j_shart2.png) center -253px no-repeat
}

.foot #j_shart_s_24 .bds_douban {
    background: url(../images/j_shart2.png) center -253px no-repeat
}

.foot #j_shart_s_24 .bds_copy {
    background: url(../images/j_shart2.png) center -253px no-repeat
}

.foot #j_shart_s_24 .bds_print {
    background: url(../images/j_shart2.png) center -253px no-repeat
}

.foot #j_shart_s_24 .bds_mshare {
    background: url(../images/j_shart2.png) center -253px no-repeat
}

.link {
    padding: 42px 0 30px;
}

.link .w1360 {
    position: relative;
    padding-left: 70px;
}

.link h3 {
    font-size: 13px;
    color: #c0c0c1;
    position: absolute;
    left: 0;
    line-height: 30px;
}

.link .con {
    line-height: 30px;
}

.link .con a {
    font-size: 14px;
    color: #727273;
    padding: 0 10px;
    line-height: 30px;
    transition: .3s;
    position: relative;
}

.link .con a:hover {
    color: #fff;
}

.foot_bot {
    text-align: center;
    border-top: 1px solid #4b4a49;
    margin-top: 0px;
    padding-top: 42px;
    overflow: hidden;
    padding-bottom: 55px;
}

.foot_bot .copyright {
    display: block;
    font-size: 12px;
    color: #686869;
    margin-top: 22px;
}

.foot_bot .copyright p,
.foot_bot .copyright p a {
    font-size: 12px;
    color: #686869;
}

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

.foot a {
    transition: .3s;
}

.foot_nav ul li .list a:hover {
    color: #fff;
}

.foot_ewm {}

.foot_ewm .ewm {
    float: left;
    margin-right: 20px;
}

.foot_ewm .ewm .img {
    width: 118px;
    height: 118px;
    border: 1px solid #4d4d4f;
    padding: 12px;
}

.foot_ewm .ewm .img img {}

.foot_ewm .ewm span {
    background: #373634;
    top: -6px;
    position: relative;
    font-size: 12px;
    color: #f6f6f6;
    padding: 0 10px;
}

.foot_search {
    text-align: right;
}

.foot_search p {
    font-size: 14px;
    color: #c0c0c1;
    line-height: 24px;
    padding-top: 8px;
}

.foot_search form {
    font-size: 0;
    margin-left: 18px;
    margin-top: 15px;
}

.foot_search form input {
    width: 260px;
    height: 45px;
    color: #999;
    padding: 0 20px;
    font-size: 12px;
    background: none;
    border: 1px solid #515152;
}

.foot_search form button {
    width: 85px;
    height: 45px;
    background: #e9881f;
    color: #f6f6f6;
    border: 0;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    margin-left: 5px;
}


#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    background: #fff;
    background: rgba(255, 255, 255, .8);
}

#fp-nav ul li .fp-tooltip {
    display: none;
}


#fix_ewm_box {
    position: fixed;
    top: 0px;
    right: 0;
    z-index: 999999999999999999999999;
    display: none;
    width: 100%;
    height: 100%;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#D8000000', endColorstr='#D8000000');
    background: rgba(0, 0, 0, 0.85);
}

#fix_ewm_box .ewm {
    display: block;
    position: absolute;
    background: #fff;
    padding: 15px;
    border-radius: 5px;
    top: 50%;
    margin-top: -100px;
    left: 50%;
    margin-left: -60px;
    width: 160px;
    -moz-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

#fix_ewm_box .ewm img {
    width: 130px;
    height: 130px;
}

#fix_ewm_box .ewm p {
    text-align: center;
    font-size: 14px;
}


/*==========================================首页 结束=============================================*/


/*==========================================内页 开始=============================================*/

.n_header {
    position: relative;
    display: block;
    height: 130px;
    top: 0;
    padding-top: 40px;
}

header.n_header .nav-item>a {
    color: #474747
}

header.n_header .nav-item:before {
    background: #474747
}

header.n_header nav {
    margin-top: 0;
}

header.n_header .nav-item.on>a:before {
    background: #e9881f;
}

.n_banner {
    height: 470px;
}

.n_banner h3 {
    font-size: 36px;
    color: #fff;
    font-family: Oswald;
    font-weight: bold;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin-bottom: 18px;
}

.n_banner h4 {
    font-size: 30px;
    color: #fff;
}

.position {
    float: left;
    line-height: 100px;
    height: 100px;
    color: #e0ccc5;
    padding-left: 24px;
    background: url(../images/position.png) left 44px no-repeat;
    font-size: 12px;
}

.position i {
    display: inline-block;
    width: 18px;
    text-align: center;
    font-size: 15px;
    color: #b0b0b0;
}

.position a {
    font-size: 15px;
    color: #b0b0b0;
    display: inline-block;
    vertical-align: top;
    transition: 0.36s;
}

.position span {
    font-size: 15px;
    font-style: normal;
    display: inline-block;
    vertical-align: top;
}

.position .span {
    color: #5b5b5b;
}

.position span {
    color: #e9881f;
}

.position a:hover {
    color: #e9881f;
}

.mianbao {
    height: 100px;
    line-height: 100px;
    border-bottom: #e8e8e8 2px solid;
}

.al_select {
    float: right
}

.al_select ul {
    font-size: 0;
    text-align: center;
}

.al_select ul li {
    display: inline-block;
    position: relative;
    font-size: 15px;
    color: #474747;
}

.al_select ul li:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #e9881f;
    transition: 0.6s;
    visibility: hidden;
    opacity: 0;
}

.al_select ul li a {
    font-size: 18px;
    color: #5c5957;
    display: block;
    padding: 0 32px;
    position: relative;
}

.al_select ul li:hover a,
.al_select ul li.on a {
    color: #fff;
}

.al_select ul li:hover:before,
.al_select ul li.on:before {
    visibility: visible;
    opacity: 1;
    height: 100%;
}

.al_select ul li:hover:after,
.al_select ul li.on:after {
    width: 25px;
    visibility: visible;
    opacity: 1;
}

.n_container {}

.n_about {
    padding: 90px 0 50px;
}

.n_about .title {
    margin-bottom: 50px;
}

.n_about h3 {
    font-size: 24px;
    color: #8f343a;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px
}

.n_about p {
    font-size: 15px;
    color: #757575;
    line-height: 36px;
    margin-bottom: 10px;
}

.n_about h5 {
    margin: 45px 0 58px;
    font-size: 14px;
    color: #877571;
    line-height: 30px;
    letter-spacing: 19px;
    text-align: center;
}

.fenlei_nav dl {
    text-align: center;
    font-size: 0;
    padding: 70px 0 88px
}

.fenlei_nav dl dd {
    display: inline-block;
    margin: 0 4px;
}

.fenlei_nav dl dd a {
    display: block;
    font-size: 16px;
    color: #4e4e4e;
    width: 195px;
    height: 50px;
    line-height: 46px;
    border: #e3e3e3 2px solid;
    border-radius: 25px;
    transition: 0.6s;
    background: #fff;
}

.fenlei_nav dl dd.on a,
.fenlei_nav dl dd a:hover {
    border: #e9881f 2px solid;
    color: #e9881f
}

#n_honor {
    padding-bottom: 65px;
    background: #f8f8f8;
}

#n_honor .box dl {}

#n_honor .box dt {
    height: 60px;
    line-height: 60px;
    background: #ffe7cd;
    color: #b87730;
    font-size: 16px;
    padding: 0 40px;
    position: relative;
    z-index: 0;
    transition: .5s;
}

#n_honor .box dt:before {
    content: "";
    width: 100%;
    height: 0;
    display: block;
    background: #e9881f;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: .5s;
    z-index: -1;
}

#n_honor .box dl:hover dt {
    color: #fff;
}

#n_honor .box dl:hover dt:before {
    height: 100%;
    top: 0;
    bottom: auto;
}

#n_honor .box dt font {
    font-size: 30px;
    font-family: impact;
    margin-right: 5px;
}

#n_honor .box dd {}

#n_honor .box dd ul {
    padding: 40px 0;
    padding-left: 61px;
    position: relative;
}

#n_honor .box dd ul:before {
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    background: #e6e4de;
    position: absolute;
    top: 0;
    left: 68px;
}

#n_honor .box dd ul li {
    font-size: 14px;
    color: #2d2e32;
    height: 30px;
    line-height: 30px;
    padding-left: 23px;
    position: relative;
}

#n_honor .box dd ul li:before {
    content: "";
    width: 12px;
    height: 12px;
    box-sizing: border-box;
    border-radius: 50%;
    border: 2px solid #e9881f;
    display: block;
    position: absolute;
    left: 2px;
    top: 7px;
    background: #fff;
}

#n_honor .box {
    position: relative;
    padding-bottom: 41px;
    margin-bottom: 8px;
}

#n_honor .box:after {
    content: "";
    width: 12px;
    height: 42px;
    background: url(../images/n_honor_arrow.png) center no-repeat;
    position: absolute;
    bottom: 0;
    left: 63px;
}

.load_more {
    display: block;
    width: 180px;
    height: 50px;
    position: relative;
    z-index: 0;
    overflow: hidden;
    line-height: 50px;
    text-align: center;
    color: #fff;
    background: #e9881f;
    border-radius: 5px;
    font-size: 14px;
}

.load_more:before {
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    z-index: -1;
    top: 50%;
    margin-top: -100px;
    left: 50%;
    margin-left: -100px;
    background: rgb(227, 126, 16);
    transform: scale(0);
    transition: 0.6s;
    border-radius: 50%;
    opacity: 0;
}

.load_more:hover:before {
    transform: scale(1);
    opacity: 1;
    border-radius: 50%;
}

.n_licheng {
    padding: 0 0 90px;
    background: #f8f8f8;
}

.n_licheng .box_wai {
    display: -webkit-box
}

.n_licheng .tu {
    width: 530px;
}

.n_licheng .tu .sticky {
    position: sticky;
    top: 0;
}

.n_licheng .content {
    position: relative;
    width: 830px;
    margin: -30px 0 0;
    padding: 30px 0 0;
}

.n_licheng .content:before {
    content: "";
    position: absolute;
    left: 122px;
    width: 2px;
    top: 0;
    bottom: 0;
    background: #d0d1d3;
}

.n_licheng .content:after {
    content: "";
    position: absolute;
    left: 114px;
    width: 18px;
    height: 22px;
    top: -10px;
    bottom: 0;
    background: url(../images/shuidian.png) center no-repeat;
}

.n_licheng .content_box .bg {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 4px;
    left: 0;
}

.n_licheng .content_box .bg:before {
    content: "";
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    border: #ab7e5d 3px solid;
    border-radius: 50%;
    background: #ffffff;
    box-sizing: border-box;
    top: 0;
}

.n_licheng .content_box .bg:after {
    content: "";
    position: absolute;
    left: 56%;
    width: 24px;
    height: 24px;
    border: #15569d 4px solid;
    border-radius: 50%;
    background: #d4e3f5;
    box-sizing: border-box;
    bottom: 0;
    margin-left: -12px;
}

.n_licheng ul {
    overflow: hidden
}

.n_licheng ul li.p_articles {
    position: relative;
    padding: 0;
    margin-bottom: 16px;
}

.n_licheng ul li.p_articles .left {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 100;
    left: 0;
}

.n_licheng ul li.p_articles .point {
    position: absolute;
    left: 205px;
    width: 24px;
    height: 24px;
    border: #ffffff 4px solid;
    border-radius: 50%;
    background: #d4e3f5;
    box-sizing: border-box;
    top: 50%;
    margin-top: -12px;
}

.n_licheng ul li.p_articles .point b {
    position: absolute;
    left: -64px;
    width: 64px;
    background: #fff;
    height: 4px;
    top: 50%;
    margin-top: -2px;
}

.n_licheng ul li.p_articles .right {
    width: calc(100% - 13rem);
    background: none;
    border-radius: 8px;
    position: relative;
}

.n_licheng ul li.p_articles .right .box {
    height: 100%;
    padding: 23px 2.5rem;
    border: #eaeaea 1px solid;
    border-radius: 2px;
    position: relative;
    background: #fff;
    transition: 0.6s;
}

.n_licheng ul li.p_articles .right .box .table .table_cell {
    text-align: left;
    font-size: 17px;
    line-height: 30px;
}

.n_licheng ul li.p_articles .right:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    margin-left: -6px;
    margin-top: -10px;
    height: 20px;
    width: 20px;
    background-color: #FFFFFF;
    border: 1px solid #ecddd2;
    z-index: 1;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    display: none;
}

.n_licheng ul li.p_articles .right:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 1px;
    margin-left: 0;
    margin-top: -20px;
    height: 40px;
    width: 30px;
    background-color: #FFFFFF;
    z-index: 1;
    display: none;
}

.n_licheng ul li.p_articles .right p {
    font-size: 15px;
    line-height: 30px;
    color: #4e4e4e;
    padding-left: 0;
    position: relative;
    transition: 0.6s;
}

.n_licheng ul li.p_articles .right p:before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ebd3c1;
    display: none;
}

.n_licheng ul li.p_articles .right p font {
    width: 50px;
}

.n_licheng ul li.p_articles .right .box {
    padding: 10px 30px;
}

.n_licheng ul li.p_articles:hover .right p {
    color: #fff;
}

.nianf {
    width: 88px;
    height: 50px;
    line-height: 46px;
    position: relative;
    z-index: 0;
    background: none !important;
    text-align: center;
    font-size: 22px;
    color: #67686a;
    border-radius: 5px;
    margin-left: 15px;
    text-align: right;
    transition: 0.6s;
}

.nianf big {
    font-weight: bold;
}

.n_licheng ul li.p_articles:hover .nianf {
    color: #e9881f !important;
    font-size: 30px;
}

.nianf:after {
    position: absolute;
    z-index: -1;
    top: 50%;
    right: -25px;
    margin-top: -8px;
    width: 6px;
    height: 6px;
    display: block;
    content: "";
    border: #e9881f 2px solid;
    -webkit-transition: height .5s ease;
    -moz-transition: height .5s ease;
    -o-transition: height .5s ease;
    transition: height .5s ease;
    border-radius: 50%;
    background: #fff;
}

.n_licheng ul li.p_articles:hover .nianf:after {
    border: #e9881f 2px solid;
    background: #e9881f;
}

.n_licheng ul li.p_articles:hover .right .box {
    border: #e9881f 1px solid;
    background: #e9881f;
}

.n_licheng ul li.p_articles:hover .right:before {
    border: 1px solid #44150c
}


.n_zizhi {
    padding: 0 0 80px;
}

.n_zizhi ul {
    font-size: 0;
    margin: 0 -20px;
    margin-bottom: 40px;
}

.n_zizhi ul li {
    background: #fff;
    box-sizing: border-box;
    -moz-transition: all 0.36s ease-in-out;
    -webkit-transition: all 0.36s ease-in-out;
    -o-transition: all 0.36s ease-in-out;
    -ms-transition: all 0.36s ease-in-out;
    transition: all 0.36s ease-in-out;
    display: inline-block;
    padding: 0 6px;
    text-align: center;
    margin-bottom: 20px;
    width: 25%;
}

.n_zizhi ul li a {
    display: block
}

.n_zizhi ul li .pic_box {
    width: 100%;
    height: 206px;
    display: table;
    position: relative;
    padding: 16px;
}

.n_zizhi ul li .pic_box:before {
    content: "";
    background: url(../images/pic_box_top.png) center no-repeat;
    width: 336px;
    height: 256px;
    position: absolute;
    left: 0;
    top: 0;
}

.n_zizhi ul li .pic_box .box {
    display: table-cell;
    vertical-align: middle;
    text-align: -webkit-center;
    position: relative;
    z-index: 1;
}

.n_zizhi ul li img {
    max-width: 304px;
    max-height: 206px;
    display: block;
    width: 100%;
    height: 100%;
}

.n_zizhi ul li h5 {
    font-size: 16px;
    color: #252525;
    line-height: 60px;
    text-align: center;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: 0.6s;
}

.n_zizhi ul li:hover h5 {
    color: #e9881f;
    letter-spacing: 1px;
}

.page {
    margin: 0px auto 0px auto;
}

.page .box {
    display: inherit;
    width: 100%;
    text-align: center;
}

.page a {
    padding: 0 13px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    margin: 0 2px;
    color: #666666;
    font-size: 14px;
    border-radius: 2px;
    background: #eeeff4;
    transition: 0.36s;
}

.page .on {
    background: #e9881f;
    color: #fff !important;
}

.page a font {
    font-size: 14px;
    font-family: "SimSun";
    color: rgb(68, 68, 68);
}

.page span {
    background: #4a41bd;
    color: #fff !important;
    border: 1px solid #4a41bd;
}

.page a:hover {
    background: #e9881f;
    color: #fff !important;
    text-decoration: none;
}

.page a:hover font {
    color: #fff;
}

.page a.u_bnt {
    transition: all 1s;
    -moz-transition: all 1s;
    /* Firefox 4 */
    -webkit-transition: all 1s;
    /* Safari 和 Chrome */
    -o-transition: all 1s;
    /* Opera */
}

.n_video {
    padding: 100px 0 80px;
}

.n_video ul {
    font-size: 0;
    margin: 0 -10px;
    margin-bottom: 30px
}

.n_video ul li {
    display: inline-block;
    width: 33.333333%;
    padding: 0 10px;
    margin-bottom: 40px;
}

.n_video ul li a {
    display: block;
    overflow: hidden;
}

.n_video ul li .img,
.n_video ul li .img img {
    width: 440px;
    height: 280px;
    overflow: hidden;
    object-fit: cover;
    position: relative;
    z-index: 0
}

.n_video ul li .img:before {
    content: "";
    position: absolute;
    background: url(../images/n_video_bg.png) center no-repeat;
    width: 121px;
    height: 61px;
    right: 30px;
    bottom: -33px;
    transition: 0.6s;
    z-index: 1
}

.n_video ul li .img:after {
    content: "";
    position: absolute;
    background: url(../images/n_video_bg.png) center no-repeat;
    width: 121px;
    height: 61px;
    right: 30px;
    bottom: -66px;
    transition: 0.6s;
    z-index: 2
}

.n_video ul li h5 {
    font-size: 18px;
    line-height: 60px;
    height: 60px;
    color: #323232;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    transition: 0.36s;
    background: #e9eef1;
    position: relative;
    font-weight: bold;
}

.n_video ul li h5:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    transition: 0.6s
}

.n_video ul li h5 span {
    position: relative
}

.n_huanjing {
    padding: 0 0 80px;
}

.n_huanjing ul {
    font-size: 0;
    margin: 0 -17.5px;
    margin-bottom: 50px;
}

.n_huanjing ul li {
    display: inline-block;
    width: 33.333333%;
    padding: 0 17.5px;
    margin-bottom: 30px;
}

.n_huanjing ul li .img,
.n_huanjing ul li .img>img {
    position: relative;
    width: 430px;
    height: 280px;
    overflow: hidden;
    transition: 0.6s
}

.n_huanjing ul li .img:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: #bfbfbf 3px solid;
    transition: 0.6s
}

.n_huanjing ul li .img .top {
    position: absolute;
    height: 0;
    padding: 0 10px;
    bottom: 0;
    transition: 0.6s;
    overflow: hidden;
}

.n_huanjing ul li .img .top h5 {
    font-size: 18px;
    color: #fff;
    transition: 0.6s;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.n_case {
    padding-top: 100px;
    background: #f8f8f8
}

.n_case ul li h5 {
    line-height: 55px;
    text-align: center;
    font-size: 16px;
    color: #414141;
}

.n_product {
    padding: 100px 0 80px;
}

.n_product ul {
    font-size: 0;
    margin: 0 -17.5px;
    margin-bottom: 20px;
}

.n_product ul li {
    display: inline-block;
    width: 33.333333%;
    padding: 0 17.5px;
    margin-bottom: 64px;
}

.n_product ul li a {
    display: block
}

.n_product ul li .img,
.n_product ul li .img>img {
    position: relative;
    width: 430px;
    height: 280px;
    overflow: hidden;
    transition: 0.6s
}

.n_product ul li .img .top {
    position: absolute;
    height: 0;
    padding: 0 10px;
    bottom: 0;
    transition: 0.6s;
    overflow: hidden;
}

.n_product ul li .con {
    height: 135px;
    background: #f7f7f7;
    text-align: center;
    padding: 25px 0;
    position: relative
}

.n_product ul li .con:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    transition: 0.6s
}

.n_product ul li .con h5 {
    font-size: 24px;
    line-height: 36px;
    color: #404040;
    font-weight: bold;
    margin-bottom: 5px;
    transition: 0.6s;
    position: relative
}

.n_product ul li .con h6 {
    font-size: 15px;
    line-height: 36px;
    color: #9a9a9a;
    transition: 0.6s;
    position: relative
}

.n_product_detail .left {
    float: left;
    width: 710px;
}

.n_product_detail .fl01 {
    padding: 80px 0;
}

.n_product_detail .lwy .slider-nav {}

.n_product_detail .lwy .slider-nav .miso-slide img {
    width: 100%
}

.n_product_detail .lwy .slider-nav .miso-slide .miso {
    margin: 0;
}

.n_product_detail .lwy .slider-nav .miso-slide .miso img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.n_product_detail .lwy .slider-nav .miso-slide.miso-current .miso img {}

.n_product_detail .lwy .slider-nav .miso-dots {
    bottom: 16px
}

.n_product_detail .lwy .slider-nav .miso-dots li {
    width: 8px;
    height: 8px;
    background: #cbcbcb;
    border-radius: 50%
}

.n_product_detail .lwy .slider-nav .miso-dots li.miso-active {
    background: #c12d3a
}

.n_product_detail .lwy .miso-prev,
.n_product_detail .lwy .miso-next {
    top: 50%;
    margin-top: -30px;
    width: 60px;
    height: 60px;
    z-index: 1000;
    background-size: cover !important;
}

.n_product_detail .lwy .miso-prev {
    left: -30px;
    background: url(../images/left04.png) center no-repeat;
}

.n_product_detail .lwy .miso-next {
    right: -30px;
    background: url(../images/right04.png) center no-repeat;
}

.n_product_detail .right {
    float: right;
    width: 575px;
    padding: 0;
}

.n_product_detail .right .table {
    text-align: left
}

.n_product_detail .right h4 {
    font-size: 18px;
    color: #da251d;
    margin-bottom: 22px;
}

.n_product_detail .right h2 {
    margin-bottom: 66px;
    position: relative;
    font-size: 36px;
    color: #404040;
    margin: 40px 0 75px;
    font-weight: bold;
}

.n_product_detail .right h2:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -34px;
    width: 33px;
    height: 3px;
    background: #e9881f;
}

.n_product_detail .right h3 {
    position: relative;
    font-size: 24px;
    color: #e9881f;
    margin: 0 0 33px;
    font-weight: bold;
}

.n_product_detail .right .ar_article {
    padding-right: 0;
    margin-bottom: 0;
}

.n_product_detail .right .ar_article p {
    font-size: 15px;
    color: #404040;
    line-height: 30px;
    margin-bottom: 0;
}

.n_product_detail .fl02 {
    padding: 70px 0 50px;
    background: #f8f8f8
}

.n_fuwufanwei {
    padding: 120px 0 80px;
}

.n_fuwufanwei .miso_hd {
    margin-bottom: 80px;
}

.n_fuwufanwei .miso_hd ul {
    text-align: center;
    background: url(../images/yuandian.png) center 60px no-repeat;
    padding: 0 20px
}

.n_fuwufanwei .miso_hd ul li .icon {
    display: inline-block;
    width: 124px;
    height: 124px;
    line-height: 120px;
    border: #e5e5e5 1px solid;
    background: #f7f7f7;
    border-radius: 50%;
    position: relative
}

.n_fuwufanwei .miso_hd ul li .icon:after {
    content: "";
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    border: transparent 1px solid;
    transition: 0.6s;
    border-radius: 50%;
}

.n_fuwufanwei .miso_hd ul li .icon img {
    display: inline-block;
}

.n_fuwufanwei .miso_hd ul li h5 {
    font-size: 16px;
    color: #5b5f5e;
    margin-top: 20px;
}

.n_fuwufanwei .miso_hd ul li.miso-current .icon {
    background: #fff
}

.n_fuwufanwei .miso_hd ul li.miso-current .icon:after {
    border: #e9881f 2px solid;
}

.n_fuwufanwei .miso_hd ul li.miso-current h5 {
    color: #e9881f
}

.n_fuwufanwei .miso_bd {
    text-align: center
}

.n_fuwufanwei .miso_bd h3 {
    font-size: 30px;
    color: #2f2f2f;
    font-weight: bold;
    margin-bottom: 62px;
    position: relative
}

.n_fuwufanwei .miso_bd h3:before {
    content: "";
    position: absolute;
    width: 26px;
    height: 3px;
    background: #e9881f;
    bottom: -28px;
    left: 50%;
    margin-left: -13px;
}

.n_fuwufanwei .miso_bd p {
    font-size: 16px;
    line-height: 30px;
    color: #3d3d3d;
    margin-bottom: 48px
}

.n_fuwufanwei .miso_bd dl {
    padding: 0 340px;
    display: none;
}

.n_fuwufanwei .miso_bd dl dd img {
    width: 660px;
    height: 360px;
}

.n_fuwufanwei .miso_bd dl .miso-prev,
.n_fuwufanwei .miso_bd dl .miso-next {
    width: 42px;
    height: 42px;
}

.n_fuwufanwei .miso_bd dl .miso-prev {
    background: url(../images/left01.png) center no-repeat
}

.n_fuwufanwei .miso_bd dl .miso-next {
    background: url(../images/right01.png) center no-repeat
}

.n_rencai {
    padding: 90px 0 80px;
    background: #f8f8f8
}

.n_rencai ul {
    margin: 0 -39px;
    font-size: 0;
    margin-bottom: 60px
}

.n_rencai ul li {
    display: inline-block;
    width: 20%;
    padding: 0 39px;
    margin-bottom: 30px;
}

.n_rencai ul li a {
    display: block;
    width: 210px;
    border: #d0d1d3 1px solid;
    height: 210px;
    border-radius: 50%;
    background: #fff;
    transition: 0.36s;
    position: relative
}

.n_rencai ul li a:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(../images/pin.png) center no-repeat
}

.n_rencai ul li a h4 {
    font-size: 22px;
    line-height: 36px;
    color: #414141;
    font-weight: bold;
    padding: 0 15px;
    transition: 0.36s
}

.n_rencai ul li a:hover:before {
    background: url(../images/pin_on.png) center no-repeat
}

.n_rencai ul li a .box_table {
    position: relative;
    z-index: 1
}

.n_contact {
    background: #f8f8f8;
    padding-bottom: 66px;
}

.n_contact .fl01 {
    padding: 95px 0 65px
}

.n_contact .left {
    padding: 0;
    position: relative
}

.n_contact .left .ar_article {
    margin-bottom: 0;
}

.n_contact .left .ar_article h3 {
    font-size: 24px;
    color: #3073cd;
    font-weight: bold;
    margin-bottom: 42px;
    position: relative;
}

.n_contact .left .ar_article h4 {
    font-size: 14px;
    font-weight: bold;
    color: #555555;
    position: relative;
    margin-bottom: 50px;
    line-height: 24px;
    text-transform: uppercase;
    display: inline-block;
}

.n_contact .left .ar_article h4:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #3073cd;
    position: absolute;
    left: 0;
    top: 48px;
}

.n_contact .left .ar_article p {
    font-size: 16px;
    line-height: 36px;
    color: #737373;
    margin-bottom: 20px;
    padding-left: 0;
}

.n_contact .left .ar_article p:last-child {
    margin-bottom: 0
}

.n_contact .fl01 .left ul {
    margin-top: 50px;
}

.n_contact .fl01 .left ul li {
    margin-right: 40px;
    display: inline-block
}

.n_contact .fl01 .left ul li img {
    float: left;
    border-radius: 0;
}

.n_contact .fl01 .left ul li h6 {
    float: left;
    line-height: 14px;
    color: #414141;
    padding-left: 0;
    text-transform: capitalize;
    font-size: 14px;
    margin-top: 20px;
    width: 12px;
    margin-left: 12px;
}

.n_contact .right {
    padding: 0;
    position: relative;
}

.n_contact .right:before {
    content: "";
    position: absolute;
    right: -8px;
    top: -28px;
    background: url(../images/kuang.png) center no-repeat;
    width: 150px;
    height: 150px;
}

.n_contact .left .ar_article dl {
    font-size: 14px;
    color: #656565;
    line-height: 30px;
    white-space: nowrap;
    padding: 0 0 0 34px;
    margin-bottom: 6px;
}

.n_contact .left .ar_article dl dt,
.n_contact .left .ar_article dl dd {
    display: inline-block;
    white-space: normal
}

#container01 {
    width: 100%;
    height: 444px;
    border: #e5e5e5 1px solid;
}

.n_gongshi {
    background: #f8f8f8;
    padding: 60px 0 80px
}

.n_gongshi ul {
    font-size: 0;
    margin-bottom: 90px
}

.n_gongshi ul li {
    display: inline-block;
    width: 50%;
    padding: 0 35px;
    padding-top: 40px;
}

.n_gongshi ul li a {
    height: 96px;
    line-height: 96px;
    border-bottom: #dddddd 1px solid;
    display: block;
    position: relative;
}

.n_gongshi ul li a font {
    font-size: 18px;
    color: #4e4e4e;
    padding-left: 25px;
    display: inline-block;
    width: calc(100% - 120px);
    float: left;
    position: relative;
    transition: 0.6s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 80px;
}

.n_gongshi ul li a font:before {
    content: "";
    position: absolute;
    left: 440px;
    width: 1px;
    height: 38px;
    background: #c6c6c6;
    top: 50%;
    margin-top: -19px;
    transition: 0.6s
}

.n_gongshi ul li a .icon {
    width: 120px;
    float: right;
    height: 96px;
    background: url(../images/n_gongshi_icon.png) center no-repeat;
    transition: 0.6s
}

.n_gongshi ul li a font:after {
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    background: #e9881f;
    top: 50%;
    margin-top: -4.5px;
    left: 0;
    border-radius: 50%;
    transition: 0.6s
}

.n_zaixian {
    padding: 80px 0;
    background: #f8f8f8
}

.n_zaixian .form01 {
    overflow: hidden;
    width: 100%;
}

.n_zaixian .form01 .form_box {
    margin: 0 -8px;
}

.n_zaixian .form01 .form_box .box {
    float: left;
    width: 33.333333%;
    padding: 0 8px;
    margin-bottom: 21px;
}

.n_zaixian .form01 .form_box .box .label {
    width: 150px;
    height: 60px;
    line-height: 60px;
    background: #e3e4ea;
    float: left;
    text-align: center;
    font-size: 16px;
    color: #373737;
}

.n_zaixian .form01 .form_box .con {
    border: #e3e4ea 1px solid;
    background: none;
    height: 60px;
    line-height: 58px;
    float: left;
    width: calc(100% - 150px);
    margin-left: -1px;
    position: relative;
}

.n_zaixian .form01 .form_box .con input {
    height: 58px;
    width: 100%;
    padding: 0 10px;
    font-size: 16px;
    border: none;
    color: #3e3e3e;
}

.n_zaixian .form01 .form_box .button {
    background: #e9881f;
    width: 100%;
    height: 60px;
    line-height: 60px;
    margin: 0 auto;
    margin-top: 0;
    cursor: pointer;
    transition: 0.6s;
    border-radius: 5px;
}

.n_zaixian .form01 .form_box .button input {
    display: block;
    width: 100%;
    line-height: 60px;
    height: 60px;
    background: none;
    border: none;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
}

.n_zaixian .form01 .form_box .con .yzm {
    position: absolute;
    right: 2px;
    top: 0px;
}

.n_zaixian .form01 .form_box .con textarea {
    width: 100%;
    height: 100%;
    padding: 16px 10px;
    border: none;
    outline: none;
    resize: none;
    font-size: 16px;
    color: #3e3e3e;
}

.n_zaixian .form01 .form_box .button:hover {
    opacity: 0.6
}

.n_zaixian .title {
    margin-bottom: 45px;
    text-align: center
}

.n_zaixian .title h3 {
    font-size: 30px;
    color: #414141;
    font-weight: bold
}

.n_zaixian .title h3 font {
    font-size: 30px;
    color: #e9881f;
    text-transform: uppercase;
}

.n_zaixian .title h6 {
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
    color: #737373
}

.n_yewu {
    overflow: hidden;
    background: #f0f1f3
}

.n_yewu .fl00 {
    padding: 100px 0 90px;
    background: #f0f1f3;
}

.n_yewu .fl00 .title {}

.n_yewu .fl00 .title .left {
    float: left;
    width: 19.375rem
}

.n_yewu .fl00 .title .left h3 {
    font-size: 1.625rem;
    color: #4e4e4e;
    font-weight: bold;
    margin-bottom: 5px
}

.n_yewu .fl00 .title .left h5 {
    font-size: 1.125rem;
    color: #01479d;
    text-transform: uppercase
}

.n_yewu .fl00 .title .right {
    width: calc(100% - 19.375rem);
    text-align: right;
    background: url(../images/line01.png) left center no-repeat
}

.n_yewu .fl00 .title .right span {
    display: inline-block;
    height: 2.875rem;
    line-height: 2.875rem;
    padding: 0 3.75rem;
    background: #ecedf0;
    font-size: 1.125rem;
    color: #4a4b4c;
    letter-spacing: 4px;
    border-top-left-radius: 1.4375rem;
    border-bottom-left-radius: 1.4375rem;
}

.n_yewu .fl00 .content {
    margin-top: 0;
}

.n_yewu .fl00 .content .left {
    width: 640px;
    height: 355px;
    display: none;
}

.n_yewu .fl00 .content .left .img,
.n_yewu .fl00 .content .left .img img {
    width: 100%;
    overflow: hidden;
}

.n_yewu .fl00 .content .right {
    padding-right: 0;
    padding-top: 0.5rem;
}

.n_yewu .fl00 .content .right h3 {
    font-size: 30px;
    color: #494949;
    font-weight: bold;
    margin-bottom: 14px;
    padding-top: 20px;
}

.n_yewu .fl00 .content .right h5 {
    font-size: 18px;
    color: #e9881f;
    text-transform: uppercase;
}

.n_yewu .fl00 .content .right p {
    font-size: 15px;
    line-height: 30px;
    color: #494949;
    margin-top: 40px;
    margin-bottom: 36px;
    height: 120px;
}

.n_yewu .fl00 .content .right h4 {
    font-size: 18px;
    color: #e9881f;
}

.n_yewu .fl00 .content .right h4 font {
    color: #c3c5ca;
    font-size: 67px;
    margin-right: 1rem;
}

.n_yewu .fl00 .content .right h4 span {
    margin-left: 18px;
}

.n_yewu .fl00 .content .right a {
    display: inline-block;
    width: 9.375rem;
    height: 3.4375rem;
    line-height: 3.4375rem;
    background: #01479d;
    font-size: 14px;
    color: #fff;
    border-radius: 1.6875rem;
    text-align: center
}

.n_yewu .fl00 .content .miso-dots {
    text-align: left;
    bottom: 0.5rem
}

.n_yewu .fl00 .content .miso-dots li {
    width: 8px;
    height: 8px;
    background: #c6c8cc;
    border-radius: 50%
}

.n_yewu .fl00 .content .miso-dots li.miso-active {
    background: #01479d
}

.n_yewu .fl01 {
    background: #f0f1f3;
    position: relative;
    overflow: hidden;
}

.n_yewu .fl01 .w1360 {
    position: relative
}

.n_yewu .fl01 .w1360:before {
    content: "";
    position: absolute;
    top: 76px;
    width: 100%;
    height: 1px;
    background: #d1d2d4;
}

.n_yewu .fl01 ul {
    margin: 0 -10%
}

.n_yewu .fl01 ul li {
    text-align: center
}

.n_yewu .fl01 ul li a {
    display: block;
    height: 132px;
    cursor: pointer
}

.n_yewu .fl01 ul li a h3 {
    font-size: 60px;
    color: #c3c5ca;
    font-weight: bold;
    transition: 0.6s;
    opacity: 0
}

.n_yewu .fl01 ul li a h4 {
    font-size: 18px;
    color: #757575;
    font-weight: bold;
    line-height: 30px;
    height: 30px;
    background: #f0f1f3;
    margin-top: -26px;
    position: relative;
    z-index: 2;
    margin-bottom: -26px;
    transition: 0.6s;
    opacity: 0
}

.n_yewu .fl01 ul li a .dot01 {
    width: 96px;
    height: 60px;
    display: inline-block;
    background: #f0f1f3;
    position: relative
}

.n_yewu .fl01 ul li a .dot01:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background: #c0c1c3;
    border-radius: 50%;
    top: 50%;
    margin-top: 4px;
    left: 50%;
    margin-left: -4px;
}

.n_yewu .fl01 ul li a .yuan {
    display: inline-block;
    width: 140px;
    height: 32px;
    position: relative;
    overflow: hidden;
    transition: 0.6s;
    opacity: 0;
    transform: translateY(100px)
}

.n_yewu .fl01 ul li a .yuan:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 140px;
    background: #e9881f;
    border-radius: 50%;
}

.n_yewu .fl01 ul li.miso-current a h3 {
    opacity: 1
}

.n_yewu .fl01 ul li.miso-current a h4 {
    opacity: 1
}

.n_yewu .fl01 ul li.miso-current a .yuan {
    transform: translateY(0);
    opacity: 1
}

.n_yewu .fl01 ul li.miso-current a .dot01:before {
    background: #e9881f
}

.n_news {
    padding: 60px 0 80px;
    background: #f8f8f8
}

.n_news ul {
    font-size: 0;
    margin: 0;
    margin-bottom: 35px;
}

.n_news ul li {
    padding: 30px 0;
    position: relative;
}

.n_news ul li:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 0;
    background: #fff;
    transition: all 0.6s ease-in-out;
}

.n_news ul li a {
    padding: 0;
    transition: all 0.6s ease-in-out;
    position: relative;
    display: block;
}

.n_news ul li a .time {
    width: 130px;
    height: 195px;
    background: #fff;
    transition: 0.6s;
    position: relative
}

.n_news ul li a .time:before {
    content: "";
    position: absolute;
    top: 0;
    width: 1px;
    height: 28px;
    background: #dadada;
    left: 50%;
    transition: 0.6s
}

.n_news ul li a .time:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 1px;
    height: 28px;
    background: #dadada;
    left: 50%;
    transition: 0.6s
}

.n_news ul li a .time h3 {
    font-size: 30px;
    color: #e9881f;
    font-weight: bold;
    transition: 0.6s;
    margin-bottom: 5px
}

.n_news ul li a .time h4 {
    font-size: 16px;
    color: #e9881f;
    transition: 0.6s
}

.n_news ul li a .img,
.n_news ul li a .img img {
    float: left;
    width: 320px;
    height: 195px;
    overflow: hidden
}

.n_news ul li a h5 {
    font-size: 18px;
    height: 20px;
    line-height: 20px;
    color: #2d2d2d;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: 0.6s;
}

.n_news ul li a .con {
    height: 195px;
    width: calc(100% - 450px);
    padding-left: 30px;
    float: right;
    padding-right: 115px;
    position: relative
}

.n_news ul li a .con:before {
    content: "";
    position: absolute;
    background: url(../images/jiantou02.png) center no-repeat;
    width: 38px;
    height: 38px;
    top: 50%;
    right: 0;
    margin-top: -19px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    opacity: 0.8;
    transition: 0.6s
}

.n_news ul li a .con .box_table {
    text-align: left
}

.n_news ul li a p {
    font-size: 14px;
    color: #868686;
    line-height: 24px;
    height: 48px;
    margin: 1.55rem 0 0;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
}

.n_news ul li a h6 {
    font-size: 15px;
    color: #888887;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1rem;
    position: relative;
    font-family: Roboto;
}

.n_news ul li a span {
    font-size: 13px;
    color: #666666;
    font-family: "Microsoft Yahei";
    transition: 0.6s
}

.n_news ul li a h4 {
    font-size: 0.9375rem;
    color: #666666;
    line-height: 20px;
}

.n_news ul li a h4 span {
    margin-left: 12px;
}

.n_news_detail {
    padding: 100px 0 80px;
    background: #f8f8f8
}

.n_news_detail .ar_title {
    border-bottom: #f5f5f5 1px solid;
    margin-bottom: 32px;
    padding-bottom: 32px;
    text-align: center;
    font-size: 24px;
    line-height: 36px;
}

.n_news_detail .ar_title h3 {
    font-size: 24px;
    color: #363636;
    font-weight: bold;
    margin-bottom: 5px;
    position: relative
}

.n_news_detail .ar_title h6 {
    position: relative
}

.n_news_detail .ar_title h6 span {
    color: #aeaeae;
    font-size: 12px;
    margin: 0 14px;
}


.n_news_detail .ar_title h6:after {
    content: "";
    position: absolute;
    width: 44px;
    height: 3px;
    background: #ff2f2f;
    bottom: -34px;
    left: 50%;
    margin-left: -22px;
}

.n_news_detail .left {
    width: 925px;
}

.n_news_detail .left .news_title {
    border-bottom: #d3d3d3 1px solid;
    margin-bottom: 25px;
    padding-bottom: 6px;
}

.n_news_detail .left .news_title h3 {
    font-size: 30px;
    line-height: 45px;
    color: #2d2d2d;
    font-weight: bold;
}

.n_news_detail .left .news_title h6 {
    margin: 15px 0
}

.n_news_detail .left .news_title h6 span {
    font-size: 14px;
    margin-right: 46px;
    color: #7a7a7a;
}

.n_news_detail .left .news_title h6 span img {
    margin: -3px 0.5rem 0 0
}

.n_news_detail .left .ar_article {}

.fanye001 {
    text-align: center;
    padding: 45px 20px 0;
}

.fanye001 a {
    display: inline-block;
    position: relative;
}

.fanye001 img {
    margin: 0 15px;
    vertical-align: top;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    opacity: 0.8;
    transition: 0.6s
}

#right_news {
    float: right;
    width: 380px;
}

#right_news .title {
    height: 50px;
    line-height: 50px;
    margin-bottom: 15px;
}

#right_news .title h3 {
    font-size: 18px;
    font-weight: bold;
    color: #4e4e4e;
}

#right_news .title h3 small {
    font-weight: normal;
    margin-left: 10px;
    font-size: 18px;
    color: #e9881f;
    text-transform: uppercase;
}

#right_news .fanye001 a {
    display: block;
    font-size: 16px;
    color: #4e4e4e;
    line-height: 38px;
}

#right_news .pic_box {
    width: 220px;
    height: 115px;
    overflow: hidden;
    margin: 20px 0;
}

#right_news .pic_box img {
    display: block;
    width: 220px;
    height: 115px;
}

#right_news .content {
    background: #fff;
    padding: 22px 32px 40px;
}

#right_news li {
    border-bottom: #969696 1px dotted;
    padding: 20px 0;
}

#right_news li .text_box {
    padding-left: 0;
    box-sizing: border-box;
}

#right_news li .text_box a font {
    font-size: 16px;
    color: #2d2d2d;
    line-height: 26px;
    max-height: 52px;
    overflow: hidden;
    transition: 0.36s;
}

#right_news li .text_box a h6 {
    font-size: 16px;
    color: #c7c7c7;
    font-weight: bold;
    margin-bottom: 10px;
}

#right_news li .text_box a:hover {
    color: #e9881f;
}

.n_jiazhi .fl01 {
    background: #f8f8f8;
    padding: 100px 0 80px;
}

.n_jiazhi .fl01 .left {
    width: 765px;
    padding: 8px 0 0
}

.n_jiazhi .fl01 .left h3 {
    font-size: 30px;
    color: #414141;
    font-weight: bold;
    margin-bottom: 40px;
    line-height: 40px;
    text-align: center;
}

.n_jiazhi .fl01 .left p {
    font-size: 16px;
    color: #787878;
    line-height: 30px;
    display: none;
}

.n_jiazhi .fl02 {
    /* background: url(../images/n_jiazhi_fl02_bg.jpg) center no-repeat fixed; */
    padding: 100px 0 80px;
    height: 380px;
    background: #e9881f;
}

.n_jiazhi .fl02 h3 {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    position: relative;
    margin-bottom: 65px
}

.n_jiazhi .fl02 h3:before {
    content: "";
    position: absolute;
    width: 42px;
    height: 3px;
    background: #ffffff;
    left: 50%;
    margin-left: -21px;
    bottom: -30px
}

.n_jiazhi .fl02 p {
    font-size: 16px;
    line-height: 30px;
    color: #fff
}

.n_jiazhi .fl03 {
    padding: 120px 0 110px
}

.n_jiazhi .fl03 h3 {
    font-size: 30px;
    color: #414141;
    font-weight: bold;
    margin-bottom: 90px;
    text-align: center
}

.n_jiazhi .fl03 ul {
    background: url(../images/n_jiazhi_fl03_bg.jpg) center no-repeat;
    height: 510px;
}

.n_jiazhi .fl03 ul {
    margin: 0 -40px;
    font-size: 0
}

.n_jiazhi .fl03 ul li {
    display: inline-block;
    width: 25%;
    padding: 0 40px;
    text-align: center
}

.n_jiazhi .fl03 ul li a {
    display: block;
    padding: 90px 28px 0
}

.n_jiazhi .fl03 ul li a h4 {
    height: 90px;
}

.n_jiazhi .fl03 ul li a h5 {
    margin-bottom: 60px;
    font-size: 24px;
    color: #5d5d5d;
    font-weight: bold;
    position: relative
}

.n_jiazhi .fl03 ul li a h5:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 5px;
    background: #e9881f;
    left: 50%;
    margin-left: -12px;
    bottom: -32px
}

.n_jiazhi .fl03 ul li a p {
    font-size: 14px;
    line-height: 24px;
    color: #868686;
    text-align: center;
}

.n_jiazhi .fl04 {
    background: #f8f8f8;
    padding: 95px 0 120px;
}

.n_jiazhi .fl04 .left {
    padding: 8px 0 0
}

.n_jiazhi .fl04 .left h3 {
    font-size: 24px;
    color: #414141;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 46px
}

.n_jiazhi .fl04 .left p {
    font-size: 14px;
    color: #414141;
    line-height: 36px;
}

.n_quyu {
    padding: 166px 0 150px;
    background: url(../images/n_quyu_bg.jpg) center no-repeat
}

.n_quyu .title {
    text-align: center;
    margin-bottom: 70px
}

.n_quyu .title h5 {
    font-size: 16px;
    color: #525252
}

.n_quyu .title h2 {
    font-size: 48px;
    color: #525252;
    font-weight: bold;
    margin: 22px 0 65px
}

.n_quyu .title p {
    font-size: 15px;
    color: #7d7d7d;
    line-height: 30px;
}

/*==========================================内页 结束=============================================*/

.miso_up {
    transform: translateY(100px);
    visibility: hidden;
    opacity: 0;
    transition: 1s
}

.active .miso_up {
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
    transition-delay: 0.6s
}


.miso_right {
    transform: translateX(-100px);
    visibility: hidden;
    opacity: 0;
    transition: 1s
}

.active .miso_right {
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
    transition-delay: 0.6s
}

.miso_down {
    transform: translateY(-100px);
    visibility: hidden;
    opacity: 0;
    transition: 1s
}

.active .miso_down {
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
    transition-delay: 0.6s
}


.miso_suoX {
    letter-spacing: 4px;
    visibility: hidden;
    opacity: 0;
    transition: 1s
}

.active .miso_suoX {
    letter-spacing: 0;
    visibility: visible;
    opacity: 1;
    transition-delay: 0.6s
}

.miso_flip-up {
    transform: perspective(2500px) rotateX(-100deg);
    visibility: hidden;
    opacity: 0;
    transition: 1s
}

.active .miso_flip-up {
    transform: perspective(2500px) rotateX(0);
    visibility: visible;
    opacity: 1;
    transition-delay: 0.6s
}

.miso_flip-right {
    transform: perspective(2500px) rotateY(-100deg);
    visibility: hidden;
    opacity: 0;
    transition: 1s
}

.active .miso_flip-right {
    transform: perspective(2500px) rotateY(0);
    visibility: visible;
    opacity: 1;
    transition-delay: 0.6s
}

.miso_zoom-in {
    transform: scale(.6);
    visibility: hidden;
    opacity: 0;
    transition: 1s
}

.active .zoom-in {
    transform: translateZ(0) scale(1);
    visibility: visible;
    opacity: 1;
    transition-delay: 0.6s
}


.n_video .jl-link {
    -webkit-transition: all .6s ease-out;
    transition: all .6s ease-out;
    font-size: 20px;
    position: absolute;
    right: 40px;
    bottom: -3px;
    width: 10.5em;
    height: 2em;
}

.n_video .jl-link svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.vwrap {
    display: none;
    z-index: 1040000;
    width: 100%;
    position: fixed;
}

.vwrap .videobtg {
    z-index: 900;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0.8;
    filter: alpha(opacity=80);
    overflow: hidden;
}

.vwrap .videobox {
    z-index: 1200;
    width: 1000px;
    height: 560px;
    background-color: #fff;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-top: -280px;
    margin-left: -500px;
    object-fit: cover;
}

.vwrap .videobox #videobox {
    width: 100%;
    display: inline-block;
    height: 100%;
    background: #000;
}

#videobox_wrapper {
    height: 100% !important;
}

.vwrap .close {
    z-index: 999;
    width: 31px;
    height: 31px;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: -42px;
}

.vwrap .close i {
    display: block;
    width: 31px;
    height: 31px;
    background: url(../images/close_i1.png) no-repeat 50% 50%;
    -webkit-transition: 400ms;
    transition: 400ms;
}

.vwrap .close:hover i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

#videobox_display_button,
#videocontainer_display_button {
    background: none no-repeat !important;
}

.jwplayer .jwicon {
    opacity: 0.8;
    filter: alpha(opacity=80);
    cursor: pointer;
}

.jwplayer .jwicon:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.jwlogo,
.jwclick {
    display: none !important;
}

.jwdisplayIcon {
    background: none no-repeat !important;
}


.tc_case .tc {
    transition: all ease 300ms;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    top: 0;
}

.tc_case .tc {
    pointer-events: none;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transform: scale(1.1);
    display: none;
}

.tc_case .tc.act {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    pointer-events: auto;
    transform: scale(1);
}

.tc_case .close:hover {
    transform: rotate(180deg);
}

.tc_case .close,
.tc {
    transition: all ease 400ms;
    -moz-transition: all ease 400ms;
    -ms-transition: all ease 400ms;
    -o-transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
}

.tc_case .tc-box {
    position: relative;
    overflow: hidden;
    top: 0;
    z-index: 9999;
    width: 100%;
    min-height: 300px;
    left: 0;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-name: anim-close-2;
    animation-name: anim-close-2;
    padding: 6rem 0;
}

.tc_case .tc.act {
    display: block;
}

.tc_case .tc.act .tc-box {
    display: block;
    -webkit-animation-name: anim-open-2;
    animation-name: anim-open-2;
    transform: scale(1);
}

.tc_case .close {
    position: absolute;
    cursor: pointer;
    font-size: 20px;
    right: 30px;
    top: 30px;
}

.tc_case .tc-bg {
    height: 100%;
    background: rgba(0, 0, 0, .9);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
}

.tc_case h5 {
    text-align: right;
    margin-bottom: 1.25rem;
    line-height: 40px;
}

.tc_case h5 a {
    font-size: 16px;
    color: #fff
}

.tc_case h5 a img {
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    margin-right: 15px;
}

.tc_case .left {
    width: 700px;
    margin: 0 auto;
}

.tc_case .left .tc_hd {
    margin-bottom: 15px;
}

.tc_case .left .tc_hd .miso-list {
    height: auto !important
}

.tc_case .left .tc_hd li img {
    width: 100%;
    height: 456px;
    object-fit: cover;
}

.tc_case .left .tc_hd .miso-prev,
.tc_case .left .tc_hd .miso-next {
    width: 38px;
    height: 38px;
}

.tc_case .left .tc_hd .miso-prev {
    background: url(../images/news_prev.png) center no-repeat;
    left: -100px;
}

.tc_case .left .tc_hd .miso-next {
    background: url(../images/news_next.png) center no-repeat;
    right: -100px;
}

.tc_case .left .tc_bd {
    margin: 0 -3px;
}

.tc_case .left .tc_bd li {
    padding: 0 3px
}

.tc_case .left .tc_bd li img {
    width: 100%;
    height: 105px;
    object-fit: cover;
    transition: 0.6s ease;
}

.tc_case .left .tc_bd li.miso-current img {
    border: 2px solid #e9881f;
}

.tc_case .right {
    width: 50%;
    padding-left: 1.75rem
}

.tc_case .right h3 {
    font-size: 1.25rem;
    color: #fff
}

.btn.blue:not(.btn-outline) {
    background-color: #e9881f !important;
    border-color: #e9881f !important;
}

#j_pop1 {
    display: block;
    z-index: 9;
    position: fixed;
    bottom: 320px;
    right: 2px;
    border-radius: 5px;
    overflow: hidden;
}

#j_pop1 .box {
    position: relative;
}

#j_pop1 .box a,
#j_pop1 .box img {
    display: block;
}

#bnt_close_pop1 {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    -moz-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    box-shadow: 0px 3px 5px #3333334d;
    border-radius: 50%;
    cursor: pointer;
}

#bnt_close_pop1:hover {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
}

/*aos="zoom-in" aos-duration="1200"*/

.box_table_cell img {
    max-width: 100%;
    margin-bottom: 1.5rem;
}