﻿* {
    margin: 0;
    padding: 0;
}

body {
    width: 100%;
    overflow-x: hidden;
}

body {
    font-family: "Noto Sans SC";
    font-size: 1.0rem;
    color: #111111;
    font-weight: 400;
    position: relative;
    overflow-x: hidden;
    background-color: #fff;
}

.font-light {
    font-family: "Noto Sans SC";
}

.font-bold {
    font-family: "Noto Sans SC";
}

a {
    text-decoration: none;
    color: #2E363F;
}

a:hover {
    text-decoration: none;
}

i,
em {
    font-style: normal;
}

img {
    border: 0;
    vertical-align: middle;
}

ul li {
    list-style: none
}

h1,
b {
    font-weight: normal
}

button {
    border: none;
    background: none;
}

/*公共样式*/
.container {
    max-width: 1400px;
    margin: 0 auto
}

input {
    outline: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.c {
    overflow: hidden;
    zoom: 1
}

/*头部*/

.wap-header {
    display: none;
}

/*头部*/
.logo {
    margin-top: 7px;
}

.logo img {
    vertical-align: middle;
}

.logo a {
    display: block;
    line-height: 43px;
}

.header-top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #fff;
    /*box-shadow: 1px 1px 10px rgba(0,0,0,0.05);*/
    border-bottom: 1px solid #eee;
    transition: 0.5s linear;
}

.header-top .header {
    position: relative;
}

.header-top .header-right .nav {
    overflow: hidden;
}

.header-top .header-right .nav li {
    float: left;
    margin-left: 50px;
    position: relative;
    height: 80px;
    line-height: 80px;
}

.header-top .header-right .nav li a {
    font-size: 18px;
    color: #111111;
    line-height: 20px;
}

.header-top .header-right .nav li:after {
    content: '';
    width: 0;
    height: 1px;
    background: #fff;
    display: block;
    margin-top: 10px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 30px;
    transition: all 0.5s;
}

.header-top .header-right .nav li:hover:after,
.header-right .nav li.on:after {
    width: 100%
}

.header-top .header-right .nav li {
    display: block;
    text-align: center;
}

.header-top .header-right .nav li a {
    position: relative;
    z-index: 999;
    transition: all .4s;
    position: relative;
}

.header-top .header-right .nav li dl {
    position: absolute;
    top: 68px;
    left: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 55px;
    line-height: 55px;
    display: none;
    text-align: center;
}

.header-top .header-right .nav li dl em {
    width: 160px;
    text-align: center;
    margin-left: 12px;
    display: inline-block;
}

.header-top .header-right .nav li dl a {
    font-size: 14px;
}

.header-top .header-right .nav li:hover a,
.header-top .header-right .nav li.on a {
    color: #006293
}

.header-top .nav-en {
    margin-left: 40px;
    margin-top: 24px;
}

.header-top .nav-en a {
    background: url(../images/lang-jt.png) no-repeat center right;
    padding-right: 20px;
}

.header-top .nav-en a {
    font-size: 20px;
}

.header-top .nav-en .search-icon {
    padding-right: 20px;
    margin-right: 20px;
    background: url(../images/header-xian.png) no-repeat center right;
    cursor: pointer;
}


.search-kuang {
    position: absolute;
    height: 40px;
    width: 400px;
    background: #fff;
    right: 60px;
    z-index: 999;
    border: 1px solid #ddd;
    top: 100px;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
    border-radius: 50px
}

.header-top .nav-en .search:hover .search-kuang {
    opacity: 1;
    visibility: initial;
    top: 20px
}

.search-kuang input {
    height: 40px;
    border: none;
    background: none;
    float: left
}

.search-kuang input.text {
    width: 80%;
    text-indent: 20px;
}

.search-kuang input.submit {
    width: 15%;
    height: 40px;
    line-height: 40px;
    background: url(../images/search.png) no-repeat center right;
}

/*首页banner*/
.banner video {
    display: block;
    width: 100%;
}

/* 这里的定位需与dd的playOut属性一致 */


/*首页banner*/
.banner {
    width: 100%;
    height: 800px;
    position: relative;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.banner .banner-wz {
    position: relative;
    top: 50%;
    max-width: 1400px;
    margin: 0 auto;
}

.banner h2,
.banner p {
    color: #fff
}

.banner h2 {
    font-size: 58px;
    line-height: 70px;
    color: #fff;
    width: 580px;
    font-weight: normal;
}

.banner p {
    font-size: 58px;
    line-height: 58px;
    margin-top: 30px;
    font-weight: normal;
}

.banner .bannerjt {
    display: block;
    width: 17px;
    height: 42px;
    margin-top: 80px;
    position: relative;
    cursor: pointer;
}

.banner .bannerjt::before {
    content: "";
    display: none;
    width: 17px;
    height: 42px;
    background: url(../images/banner-jt.svg) no-repeat center;
    background-size: 17px 42px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.banner .bannerjt:hover::before {
    -webkit-animation: arrowBottom01 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
    animation: arrowBottom01 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
}

@-webkit-keyframes arrowBottom01 {
    0% {
        background-position: center center
    }

    45% {
        background-position: center 42px
    }

    50% {
        opacity: 0;
        background-position: center -42px
    }

    51% {
        opacity: 0;
        background-position: center -42px
    }

    52% {
        opacity: 1;
        background-position: center -42px
    }

    to {
        background-position: center center
    }
}

@keyframes arrowBottom01 {
    % {
        background-position: center center
    }

    45% {
        background-position: center 42px
    }

    50% {
        opacity: 0;
        background-position: center -42px
    }

    51% {
        opacity: 0;
        background-position: center -42px
    }

    52% {
        opacity: 1;
        background-position: center -42px
    }

    to {
        background-position: center center
    }
}

@keyframes rot {
    0% {
        stroke-dasharray: 0 126;
    }

    100% {
        stroke-dasharray: 126 126;
    }
}

@-ms-keyframes rot {
    0% {
        stroke-dasharray: 0 126;
    }

    100% {
        stroke-dasharray: 126 126;
    }
}

@-moz-keyframes rot {
    0% {
        stroke-dasharray: 0 126;
    }

    100% {
        stroke-dasharray: 126 126;
    }
}

@-webkit-keyframes rot {
    0% {
        stroke-dasharray: 0 126;
    }

    100% {
        stroke-dasharray: 126 126;
    }
}

@-o-keyframes rot {
    0% {
        stroke-dasharray: 0 126;
    }

    100% {
        stroke-dasharray: 126 126;
    }
}


.banner .swiper-pagination-bullet .svgQuan {
    visibility: hidden;
    outline: none;
    -webkit-appearance: none;
    width: 47px;
    height: 47px;
}

.banner .swiper-pagination-bullet.swiper-pagination-bullet-active .svgQuan {
    visibility: visible
}

.banner .swiper-pagination-bullet.swiper-pagination-bullet-active .circle-load-svg {
    stroke-dasharray: 126 126;
    -o-animation: rot 7s ease 0s 1;
    -webkit-animation: rot 7s ease 0s 1;
    animation: rot 7s ease 0s 1;
    -moz-animation: rot 7s ease 0s 1
}

.banner .swiper-pagination-bullet.swiper-pagination-bullet-active i {
    width: 6px;
    height: 6px;
    background: #fff;
    display: block;
    opacity: 1;
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}

.banner .swiper-pagination-bullet.swiper-pagination-bullet-active .ui-loop {
    opacity: 1
}

.banner .ui-loop {
    position: absolute;
    width: 48px;
    height: 48px;
    right: 0;
    opacity: 0;
    top: 0px;
    left: 0
}

.banner .swiper-pagination-bullet i {
    opacity: 0;
    display: block;
    line-height: 50px;
    height: 47px;
    font-size: 20px;
    font-family: arial;
    font-weight: bold;
    color: #fff;
}

.banner .swiper-pagination-bullet-active {
    color: #fff;
    background: transparent !important;
    width: 47px !important;
    height: 47px !important;
    line-height: 47px
}

.banner .swiper-pagination-bullet {
    width: 47px !important;
    height: 47px !important;
    text-align: center;
    line-height: 47px;
    font-size: 20px;
    color: #fff;
    opacity: 1;
    background: rgba(0, 0, 0, 0);
    position: relative
}

.banner .swiper-pagination-bullet::after {
    content: "";
    width: 6px;
    height: 6px;
    display: inline-block;
    position: absolute;
    top: 50%;
    background: #fff;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%
}

.banner .swiper-pagination-bullet-active::after {
    width: 0px;
    height: 0px
}

.banner .swiper-pagination-bullet span {
    display: none
}

.banner .swiper-pagination {
    width: 100%;
    bottom: 20px;
}

.banner .swiper-pagination span {
    display: inline-block;
}

/*首页banner*/

/*关于我们*/
.about {
    margin-top: 120px;
    margin-bottom: 100px;
}

.about-left {
    width: 580px;
    margin-top: 140px
}

.about-left h2 {
    font-size: 22px;
    color: #0072ab;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 35px;
    ;
}

.about-left .about-con {
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    ;
}

.about-left .about-con p {
    color: #333333;
    line-height: 1.6;
    margin-top: 10px
}

.about-more a {
    display: block;
    width: 180px;
    height: 54px;
    display: block;
    border-radius: 60px;
    border: 1px solid #077DB3;
    line-height: 54px;
    text-indent: 30px;
    color: #077DB3;
    font-size: 18px;
    font-weight: 500;
    font-size: 18px;
    position: relative;
}

.about-more {
    margin-top: 36px
}

.about-more a:hover {
    background: #077DB3;
    color: #fff;
}

.about-more a em {
    display: block;
    width: 31px;
    height: 18px;
    position: absolute;
    cursor: pointer;
    top: 0;
    bottom: 0;
    right: 30px;
    margin: auto;
}

.about-more a em::before {
    content: "";
    display: block;
    width: 31px;
    height: 18px;
    background: url(../images/about-jt.svg) no-repeat center;
    background-size: 31px 18px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.about-more a:hover em::before {
    -webkit-animation: arrowBottom06 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
    animation: arrowBottom06 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
    background: url(../images/about-jt.png) no-repeat center;
    background-size: 31px 18px;
}

@-webkit-keyframes arrowBottom06 {
    0% {
        background-position: center center
    }

    45% {
        background-position: 31px center;
    }

    50% {
        opacity: 0;
        background-position: -31px center
    }

    51% {
        opacity: 0;
        background-position: -31px center
    }

    52% {
        opacity: 1;
        background-position: -31px center
    }

    to {
        background-position: center center
    }
}

@keyframes arrowBottom06 {
    % {
        background-position: center center
    }

    45% {
        background-position: 31px center;
    }

    50% {
        opacity: 0;
        background-position: -31px center
    }

    51% {
        opacity: 0;
        background-position: -31px center
    }

    52% {
        opacity: 1;
        background-position: -31px center
    }

    to {
        background-position: center center
    }
}

/*关于我们*/



/*管线*/
.write-main {
    position: relative;
    z-index: 2;
    background: #fff;
    width: 100%;
    margin: 0 auto;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
}

.product-lead {
    background: #EEF5FC;
    padding: 80px 0;
}

.product-lead .container {
    display: flex;
    justify-content: space-between;
}

.product-left {
    flex: 1;
    box-sizing: border-box;
    padding-right: 70px;
    display: flex;
    flex-direction: column;
}

.product-right {
    flex: 2;
    padding-bottom: 30px;
}

.product-left h3 {
    font-size: 36px;
    color: #0072ab;
    font-weight: 600;
    padding: 45px 0 32px;
}

.product-left span {
    font-size: 20px;
    color: #111;
    position: relative;
    padding-left: 20px;
    font-weight: 400;
}

.product-left span::after {
    content: '';
    width: 8px;
    height: 8px;
    background: #66696A;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.product-left p {
    font-size: 17px;
    color: #555;
    line-height: 30px;
    margin: 14px 50px 0px 0;
    font-weight: 400
}

/* .product-right {
    background: #0072AB;
    position: relative;
    overflow: hidden;
} */

/* .product-right::after {
    content: '';
    width: 1px;
    height: 100%;
    background: #3B98C3;
    position: absolute;
    top: 0;
    left: 26.5%;
} */

/* .product-right::before {
    content: '';
    width: 1px;
    height: 100%;
    background: #3B98C3;
    position: absolute;
    top: 0;
    left: 50%;
} */

.product-right ul.ulT::after {
    content: '';
    width: 1px;
    height: 100%;
    background: #3B98C3;
    position: absolute;
    top: 0;
    right: 26.5%;
}

.product-right ul.ulT::before {
    content: '';
    width: 1px;
    height: 100%;
    background: #3B98C3;
    position: absolute;
    top: 0;
    left: 36.5%;
}

.product-right ul.ulT {
    height: 56px;
    display: flex;
}

.product-right ul li {
    font-size: 16px;
    color: #fff;
    display: flex;
    box-sizing: border-box;
}

.product-right ul.ulT li {
    align-items: flex-end;
    border-bottom: 1px solid #3B98C3;
    flex-direction: row;
    padding: 0 0 14px 20px;
    width: 26.5%;
}

.product-right ul.ulT li:nth-of-type(2),
.product-right ul.ulT li:nth-of-type(3) {
    width: 23.5%;
}

.product-right ul.ulT li:nth-of-type(1) {
    text-indent: 10px;
}

.product-right ul.ulC {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    margin: 0 30px;
}

.product-right ul.ulC li {
    flex-direction: column;
    padding: 25px 0 16px;
    position: relative;
    display: none;
}

.product-right ul.ulC li::after {
    content: '';
    width: 100%;
    height: 4px;
    background: #57A6CB;
    border-radius: 10px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.product-right ul.ulC li i {
    margin: 0 30px;
}

.product-right .xian {
    width: 100%;
    height: 25px;
    position: absolute;
    bottom: -10px;
    left: 0;
    z-index: 2;
    display: flex;
    align-items: center;
}

.product-right .xian .bor {
    height: 4px;
    background: #fff;
    border-radius: 10px 0 0 10px;
    width: 0%;
}

.animateX {
    animation: growPipe 1s 0s 1 ease-out backwards;
}

.product-right .xian .yuan {
    width: 25px;
    height: 25px;
    background: #F3A64A;
    border-radius: 50%;
}

.product-right ul.ulC li.ulC_items01 .bor.animateX {
    width: 84.4%;
}

.product-right ul.ulC li.ulC_items02 .bor.animateX {
    width: 78%;
}

.product-right ul.ulC li.ulC_items03 .bor.animateX {
    width: 68.5%;
}

.product-right ul.ulC li.ulC_items04 .bor.animateX {
    width: 86.5%;
}

.product-right ul.ulC li.ulC_items05 .bor.animateX {
    width: 86.5%;
}

.product-right ul.ulC li.ulC_items06 .bor.animateX {
    width: 58%;
}

.product-right ul.ulC li.ulC_items07 .bor.animateX {
    width: 78%;
}

.product-right ul.ulC li.ulC_items08 .bor.animateX {
    width: 100%;
}

.product-right ul.ulC li.ulC_items09 .bor.animateX {
    width: 65%;
}

.product-right1 ul.ulT::after {
    right: 22.5%;
}

.product-right1::before {
    left: 59%;
}

.product-right1::after {
    left: 19.5%;
}

.product-right ul.ulC li.ulC_items08 .bor.animateX~.yuan {
    animation: growOcy 1s 0s 1 ease-out backwards;
    width: 0;
}

.product-right .xian .yuan.animateX {
    opacity: 1;
}

@keyframes growPipe {
    0% {
        width: 0%;
    }
}

@keyframes growOcy {

    0%,
    99% {
        width: 25px;
    }
}

.more-click {
    width: 100%;
    height: 52px;
    line-height: 52px;
    text-align: center;
    background: #006293;
    position: relative;
    bottom: -30px;
    cursor: pointer;
}

.more-click span {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    background: url(../images/gx-jt.svg) no-repeat center left;
    padding-left: 40px;
}

.ny-pro-gx {
    margin-bottom: 150px;
}

.ny-pro-gx .product-right ul.ulT li {
    flex: 1;
}

.ny-pro-gx .product-right ul.ulT li:nth-of-type(1) {
    flex: 3.5;
}

.ny-pro-gx .product-right::after {
    left: 52.1%;
}

.ny-pro-gx .product-right::before {
    left: 68%;
}

.ny-pro-gx .product-right ul.ulT::after {
    right: 16%;
}

.ny-pro-gx .product-right ul.ulC li.ulC_items01 .bor.animateX {
    width: 84.5%;
}

.ny-pro-gx .product-right ul.ulC li.ulC_items02 .bor.animateX {
    width: 78%;
}

.ny-pro-gx .product-right ul.ulC li.ulC_items03 .bor.animateX {
    width: 86.5%;
}

.ny-pro-gx .product-right ul.ulC li.ulC_items04 .bor.animateX {
    width: 86.5%;
}

.ny-pro-gx .product-right ul.ulC li.ulC_items05 .bor.animateX {
    width: 86.5%;
}

.ny-pro-gx .product-right ul.ulC li.ulC_items06 .bor.animateX {
    width: 58%;
}

.ny-pro-gx .product-right ul.ulC li.ulC_items07 .bor.animateX {
    width: 78%;
}

.ny-pro-gx .product-right ul.ulC li.ulC_items09 .bor.animateX {
    width: 65%;
}

/*管线*/


/*新闻中心*/
.news {
    position: relative;
}

.news-title {
    margin: 80px 0 34px 0;
}

.news-title h2 {
    font-size: 36px;
    color: #0072ab;
    font-weight: 600
}

.news-title a {
    font-size: 18px;
    color: #111111;
    padding-bottom: 8px;
    border-bottom: 1px solid #000000;
    line-height: 18px;
    margin-top: 17px;
    transition: all .4s;
}

.news-title a:hover {
    color: #0072AB;
    border-color: #006293
}

.news-list {
    overflow: hidden;
    padding-bottom: 60px;
}

.news-list li {
    float: left;
    width: calc(100%/3 - 25px);
    float: left;
    box-sizing: border-box;
}

.news-list li .info {
    padding: 0 3.8%;
    width: 92%;
    height: 170px;
    border: 1px solid #EFEFEF;
    padding-top: 30px;
}

.news-list li em {
    color: #666666;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    display: block;
    ;
}

.news-list li h2 {
    font-size: 22px;
    color: #111111;
    line-height: 36px;
    margin-top: 10px;
    font-weight: 400;
    height: 80px;
}

.news-list li .news-more {
    margin: 28px 0;
    color: #111;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    position: relative;
}

.news-list li .news-more span {
    display: block;
    width: 31px;
    height: 18px;
    position: absolute;
    cursor: pointer;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.news-list li .news-more span::before {
    content: "";
    display: block;
    width: 31px;
    height: 18px;
    background: url(../images/news-jt.png) no-repeat center;
    background-size: 31px 18px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.news-list li:hover .news-more span::before {
    -webkit-animation: arrowBottom07 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    animation: arrowBottom07 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

@-webkit-keyframes arrowBottom07 {
    0% {
        background-position: center center
    }

    45% {
        background-position: 31px center;
    }

    50% {
        opacity: 0;
        background-position: -31px center
    }

    51% {
        opacity: 0;
        background-position: -31px center
    }

    52% {
        opacity: 1;
        background-position: -31px center
    }

    to {
        background-position: center center
    }
}

@keyframes arrowBottom07 {
    % {
        background-position: center center
    }

    45% {
        background-position: 31px center;
    }

    50% {
        opacity: 0;
        background-position: -31px center
    }

    51% {
        opacity: 0;
        background-position: -31px center
    }

    52% {
        opacity: 1;
        background-position: -31px center
    }

    to {
        background-position: center center
    }
}

.news-list li .pic {
    overflow: hidden;
}

.news-list li .pic img {
    transition: all .4s;
}

.news-list li:hover .pic img {
    transform: scale(1.1);
}

.news-list li:hover h2 {
    color: #0072ab;
    text-decoration: underline;
}

.news-list .news-pag {
    bottom: 0
}

.news-pag .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #D1D1D1;
    opacity: 1;
    margin: 0 8px !important
}

.news-pag .swiper-pagination-bullet-active {
    background: #0072AB;
}

/*新闻中心*/

/*底部*/
.footer {
    background: url(../images/bg1.png) no-repeat center;
    height: 340px;
    padding-top: 110px;
    position: relative;
    margin-top: 60px;
}

.foot-fl span {
    color: #0072AB;
    font-size: 20px;
    line-height: 38px;
    font-weight: 400;
    display: block;
}

.foot-nav {
    width: 570px;
    margin-top: -10px;
    margin-left: 200px
}

.foot-nav li {
    float: left;
    border-bottom: 2px solid #fff;
    width: 200px;
    margin-right: 70px;
    padding: 20px 0 10px 0
}

.foot-nav li a {
    color: #111;
    font-size: 18px;
    line-height: 18px;
    padding-bottom: 17px;
    font-family: "font-light";
}

.foot-nav li:hover a {
    color: #0072AB
}

.foot-nav li:hover {
    border-bottom-color: #0072AB
}

.foot-wx {
    padding-right: 90px;
}

.foot-wx dl {
    float: left;
    width: 113px;
    text-align: center;
    color: #111;
    margin-left: 20px;
    margin-right: 20px;
}

.foot-wx dl dd {
    color: #111;
    font-size: 14px;
    margin-top: 18px;
}

.footer-bottom {
    border-top: 1px solid #0072AB;
    padding: 40px 0;
    margin-top: 55px;
    color: #111;
    font-size: 16px;
}

.footer-bottom .fl span {
    display: inline-block;
    line-height: 46px;
    color: #111;
    font-size: 16px;
}

.footer-bottom .fl a {
    color: #111;
    font-size: 18px;
    margin: 0 10px
}

.footer-bottom .fr a {
    display: inline-block;
    margin-left: 15px;
    display: inline-block;
}

.topback {
    position: absolute;
    right: 4.6875vw;
    top: 140px;
    cursor: pointer;
}


/*关于我们*/
.ny-banner {
    height: 500px;
    width: 100%;
}

.ny-nav {
    position: relative;
}

.ny-nav-jt {
    cursor: pointer;
    position: absolute;
    right: 80px;
    bottom: 76px;
    z-index: 9999;
    animation: nynavjt 5s infinite;
    -moz-animation: nynavjt 5s infinite;
    -webkit-animation: nynavjt 5s infinite;
    -o-animation: nynavjt 5s infinite;
}

.ny-nav-jt span {
    display: block;
    width: 18px;
    height: 49px;
    margin-top: 80px;
    position: relative;
    cursor: pointer;
}

.ny-nav-jt span::before {
    content: "";
    display: block;
    width: 18px;
    height: 49px;
    background: url(../images/ny-about-jt.png) no-repeat center;
    background-size: 18px 49px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.ny-nav-jt span:hover::before {
    -webkit-animation: arrowBottom02 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
    animation: arrowBottom02 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/*@keyframes nynavjt
{
0%   {bottom:76px;}
25%  {bottom:90px;}
50%  {bottom:76px;}
75%  {bottom:90px;}
100% {bottom:76px;}
}*/
@-webkit-keyframes arrowBottom02 {
    0% {
        background-position: center center
    }

    45% {
        background-position: center 49px
    }

    50% {
        opacity: 0;
        background-position: center -49px
    }

    51% {
        opacity: 0;
        background-position: center -49px
    }

    52% {
        opacity: 1;
        background-position: center -49px
    }

    to {
        background-position: center center
    }
}

@keyframes arrowBottom02 {
    % {
        background-position: center center
    }

    45% {
        background-position: center 49px
    }

    50% {
        opacity: 0;
        background-position: center -49px
    }

    51% {
        opacity: 0;
        background-position: center -49px
    }

    52% {
        opacity: 1;
        background-position: center -49px
    }

    to {
        background-position: center center
    }
}

.about-banner {
    background: url(../images/about-banner.jpg) no-repeat center;
}

.ny-nav {
    background: #077DB3;
    height: 130px;
    padding: 75px 0;
}

.ny-nav .fl span,
.ny-nav .fl p {
    display: block;
    font-size: 42px;
    font-weight: 700;
    line-height: 42px;
}

.ny-nav .fl span {
    margin-bottom: 28px;
    color: #8BC0D9;
    margin-top: 10px;
}

.ny-nav .fl p {
    color: #fff
}

.ny-nav .fr {
    margin-right: 125px;
}

.ny-nav .fr li a {
    font-size: 20px;
    line-height: 34px;
    display: block;
    color: #fff;
    cursor: pointer;
    -webkit-transition: 0.6s ease;
    transition: 0.6s ease;
    font-family: "font-light";
}

.ny-nav .fr li a:hover {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
}

.ny-nav .fr ul {
    border-left: 1px solid #fff;
    padding-left: 35px;
}

.ny-about {
    margin-top: 120px;
}

.ny-about .container {
    border-bottom: 1px solid #EDEDED;
    padding-bottom: 150px;
}

.ny-about-left {
    width: 700px;
    margin-top: 140px
}

.ny-about-left h2 {
    font-size: 22px;
    color: #0072ab;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 35px;
    ;
}

.ny-about-left .ny-about-con {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.6;
}

.ny-about-left .ny-about-con p {
    color: #333333;
    line-height: 36px;
    margin-top: 20px
}

.ny-about-more {
    margin-top: 95px
}

.ny-about-more a {
    display: block;
    font-size: 18px;
    color: #333333;
    width: 250px;
    height: 62px;
    line-height: 62px;
}

.ny-about-more a span {
    background: #077DB3;
    width: 62px;
    height: 62px;
    float: right;
    border-radius: 100%;
    position: relative;
}

.ny-about-more a span::before {
    content: "";
    display: block;
    width: 18px;
    height: 29px;
    background: url(../images/about-jtmore.svg) no-repeat center;
    background-size: 18px 29px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.ny-about-more a:hover span::before {
    -webkit-animation: arrowBottom02 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
    animation: arrowBottom02 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}

@-webkit-keyframes arrowBottom03 {
    0% {
        background-position: center center
    }

    45% {
        background-position: center 29px
    }

    50% {
        opacity: 0;
        background-position: center -29px
    }

    51% {
        opacity: 0;
        background-position: center -29px
    }

    52% {
        opacity: 1;
        background-position: center -29px
    }

    to {
        background-position: center center
    }
}

@keyframes arrowBottom03 {
    % {
        background-position: center center
    }

    45% {
        background-position: center 29px
    }

    50% {
        opacity: 0;
        background-position: center -29px
    }

    51% {
        opacity: 0;
        background-position: center -29px
    }

    52% {
        opacity: 1;
        background-position: center -29px
    }

    to {
        background-position: center center
    }
}

/*@keyframes move1
{
0%   {bottom:-10px;}
25%  {bottom:10px;}
50%  {bottom:-10px;}
75%  {bottom:10px;}
100% {bottom:-10px;}
}*/
.ny-about-more a:before {
    content: '';
    float: left;
    width: 75px;
    height: 1px;
    background: #333;
    margin-right: 20px;
    margin-top: 30px;
}

.ny-culture {
    height: 680px;
}

.ny-culture .container {
    max-width: 1750px;
}

.ny-culture .container {
    height: 100%;
}

.ny-culture .ny-culture-left,
.ny-culture .ny-culture-right {
    width: 50%;
}

.ny-culture .ny-culture-left {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.ny-culture .ny-culture-left div {
    width: 100%;
    height: 100%
}

.ny-culture .ny-culture-right {
    background: #077DB3;
    height: 100%;
}

.ny-culture .ny-culture-right p {
    color: #fff;
    padding-top: 185px;
    margin: 0 auto 180px auto;
    width: 80%;
    background: url(../images/about-icon.png) no-repeat left top 135px;
}

.ny-culture .ny-culture-right p span {
    /*display: block;*/
    font-size: 24px;
    line-height: 36px;
    font-family: "font-light";
}

.ny-culture .ny-culture-right h2 {
    font-size: 36px;
    color: #fff;
    line-height: 36px;
    width: 80%;
    margin: 0 auto;
    font-weight: 500;
}

.ny-culture .ny-culture-right h2:before {
    content: '';
    display: block;
    width: 75px;
    height: 1px;
    background: #fff;
    margin-bottom: 25px
}

#num {
    height: auto;
    bottom: 40px;
    width: auto;
    height: auto;
    bottom: 40px;
    right: 40px;
    left: auto;
}

#num span {
    background: #fff;
    width: 13px;
    height: 13px;
    border-radius: 100%;
    margin: 0 5px;
}

/*二级导航*/
.ny-ctitle {
    width: 100%;
    height: 70px;
    line-height: 70px;
    text-align: center;
    box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.05);
    background: #fff;
    transition: 0.5s linear;
    overflow: hidden;
    display: none;
}

.ny-ctitle li a {
    font-size: 20px;
    width: 100%;
    font-weight: 400;
    border-right: 1px solid #EAEBEC;
    line-height: 20px;
    display: inline-block;
}

.ny-ctitle li {
    display: inline-block;
    width: 19%;
    text-align: center;
    line-height: 69px;
    height: 69px;
    cursor: pointer;
}

.ny-ctitle li:last-child a {
    border-right: 0
}

.ny-ctitle li:hover a,
.ny-ctitle li.current a {
    color: #0072AB;
}

.ny-ctitle .sideNavBorder {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 2px;
    background-color: #0072AB;
    transition: all 400ms linear;
}

.ny-ctitlefix {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    animation: nyHh 0.5s linear;
    display: block;
}

@keyframes nyHh {
    0% {
        transform: translateY(-70px);
    }

    100% {
        transform: translateY(0px);
    }
}

/*地图*/
.culture-top {
    width: 100%;
    height: 140px;
}

.map-top {
    width: 100%;
    height: 140px;
}

.map {
    margin: 0px 0 0;
}

.map .container {
    height: 663px;
    background: url(../images/map.png) no-repeat center;
    position: relative;
}

.map .map-child {
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    font-size: 18px;
    color: #333;
    line-height: 1;
}

.map .map-txt b {
    display: block;
    font-size: 22px;
    color: #0072ab;
    font-weight: 700;
}

.map div.sz .map-txt b {
    padding-bottom: 28px;
}

.map .map-txt span {
    height: 11px;
    display: block;
    margin: 5px 0 10px;
}

.map div.gz {
    left: 255px;
    top: 275px;
}

.map div.sh {
    left: 557px;
    top: 252px;
}

.map div.xn {
    left: 725px;
    bottom: 85px;
}

.map div.xzx {
    right: -70px;
    top: 230px;
}

.map div.sz {
    left: 555px;
    bottom: 225px;
    z-index: 2;
}

.map div.gz .map-txt span {
    width: 230px;
    background: url(../images/map-jt1.png) no-repeat center;
}

.map div.sh .map-txt span {
    width: 187px;
    background: url(../images/map-jt3.png) no-repeat center;
}

.map div.xn .map-txt span {
    width: 97px;
    background: url(../images/map-jt4.png) no-repeat center;
}

.map div.xzx .map-txt span {
    width: 140px;
    background: url(../images/map-jt5.png) no-repeat center;
}

.map div.sz .map-txt em {
    width: 179px;
    height: 63px;
    background: url(../images/map-jt2.png) no-repeat;
    position: absolute;
    right: -15px;
    bottom: 35px;
}

.map .map-circle {
    width: 17px;
    height: 17px;
    position: relative;
    background: #027DB4;
    border-radius: 50%;
    transition: 0.2s ease;
    box-shadow: 0 0 0 5px rgba(2, 125, 180, 0.3);
    animation: cirbig 1s 0s infinite backwards;
    cursor: pointer;
}

.map .map-circle i {
    width: 7px;
    height: 7px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.map div.sz .map-circle {
    position: absolute;
    left: -24px;
    top: -65px;
}

.map .map-circle:hover {
    animation: cirbig 1s 0s 1 ease backwards;
    box-shadow: 0 0 0 9px rgba(2, 125, 180, 0.3);
    cursor: pointer;
}

.m-r20 {
    margin-right: 20px;
}

.m-l20 {
    margin-left: 20px;
}

@keyframes cirbig {
    100% {
        box-shadow: 0 0 0 15px rgba(2, 125, 180, 0);
    }
}

/*荣誉*/
.rongyu {
    background: #EEF5FC;
    padding: 360px 0 180px;
    margin-top: -180px
}

.rongyu .container {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.rongyu-left h3 {
    font-size: 36px;
    color: #0072ab;
    font-weight: 700;
    position: absolute;
    left: 0;
    top: 0;
}

.rongyu-left {
    flex: 1;
}

.rongyu-right {
    flex: 2.6;
    height: 600px;
    border-left: 1px solid #D8DFE6;
    position: relative;
    display: flex;
    align-items: center;
}

.rongyu-swiper .swiper-slide {
    display: flex;
    justify-content: space-between;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 18px 20px 18px 75px;
}

.rongyu-swiper .swiper-slide.swiper-slide-active {
    border-top: 1px solid #D8DFE6;
    border-bottom: 1px solid #D8DFE6;
    padding: 20px 20px 20px 75px;
    /*height: 110px;*/
}

.rongyu-swiper .swiper-slide b {
    flex: 1;
    font-size: 22px;
    color: #111;
    font-weight: 700;
}

.rongyu-swiper .swiper-slide p {
    flex: 2.8;
    font-size: 22px;
    color: #888;
    line-height: 34px;
}

.rongyu-swiper .swiper-slide.swiper-slide-active b {
    font-size: 31px;
    color: #0072ab;
    line-height: 2;
}

.rongyu-swiper .swiper-slide.swiper-slide-active p {
    color: #111;
}

.rongy-icon {
    width: 35px;
    height: 35px;
    position: absolute;
    left: -18px;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
    z-index: 2;
}

.rongy-icon.rongyu-prev {
    background: url(../images/honor-top.png) no-repeat center;
    top: -119px;
}

.rongy-icon.rongyu-next {
    background: url(../images/honor-bottom.png) no-repeat center;
    bottom: -118px;
}

.rongyu-pag {
    position: absolute;
    left: -9px;
}

.rongyu-pag span {
    display: none !important;
    width: 17px;
    height: 17px;
    background: url(../images/map-quan.png) no-repeat;
    margin: 0 !important;
    transition: 0.6s ease;
}

.rongyu-pag span.swiper-pagination-bullet-active {
    display: block !important;
    animation: swibig 1s 0s 1 ease backwards;
    box-shadow: 0 0 0 9px rgba(2, 125, 180, 0.3);
}

@keyframes swibig {
    0% {
        box-shadow: 0 0 0 0px rgba(2, 125, 180, 0);
    }
}

/*团队*/
.team {
    padding: 180px 0 90px;
}

.team h3 {
    font-size: 36px;
    color: #0072ab;
    font-weight: 700;
    margin-bottom: 40px;
}

.team-Com {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.team-Com li {
    flex: 0 0 32%;
    display: inline-block;
    margin-bottom: 40px;
    text-align: center;
    cursor: pointer;
}

.team-Com li.addclass {
    margin-bottom: 460px
}

.team-Com li:nth-child(1).addclass {
    margin-bottom: 400px
}

.team-Com li:nth-child(4).addclass {
    margin-bottom: 300px
}

.team-Com li:nth-child(5).addclass {
    /* margin-bottom: 230px */
}

.team-Com li.last-fill {
    visibility: hidden;
    height: 0;
    margin: 0;
    padding: 0;
}

.team-Com li .team-bg {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 45px 25px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1;
    background: #F6F6F6;
    position: relative;
}

.team-Com li .team-bg b {
    font-size: 32px;
    color: #111;
    font-weight: 700;
}

.team-Com li .team-bg span {
    font-size: 20px;
    color: #333;
    padding: 20px 0;
    border-bottom: 2px solid #fff;
    width: 100%;
    margin-bottom: 22px;
}

.team-Com li .team-bg i {
    width: 30px;
    height: 30px;
    background: url(../images/ico-jia.png) no-repeat;
    margin: 0 auto;
    -webkit-transition: 0.6s ease;
    transition: 0.6s ease;
}

.team-Com li.hover .team-bg i {
    background: url(../images/ico-jan.png) no-repeat;
}

.team-Com li .team-zc {
    text-align: left;
    width: 100%;
    /*text-indent: 70px;*/
    font-size: 20px;
    color: #333;
    line-height: 40px;
    padding-top: 54px;
    position: absolute;
    left: 0;
    background: #fff;
    ;
}

.team-Com li .team-zc::after {
    content: '';
    width: 100%;
    height: 2px;
    background: #E8E8E8;
    position: absolute;
    left: 0;
    top: 30px;
    -webkit-transition: 0.6s ease;
    transition: 0.6s ease;
    display: none;
    z-index: 2;
}

.team-Com li.hover .team-zc::after {
    display: block;
}

.team-Com li .team-bg::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 16px solid #E8E8E8;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -31px;
    margin: auto;
    -webkit-transition: 0.6s ease;
    transition: 0.6s ease;
    display: none;
    z-index: 2;
}

.team-Com li.hover .team-bg::after {
    display: block;
}

.team-zc {
    display: none;
}

.shows {
    display: block;
    -webkit-animation: names 1s ease;
    animation: names 1s ease;
}

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

@-webkit-keyframes names {
    0% {
        opacity: 0;
    }
}

/*新闻*/
.news-banner {
    background: url(../images/news-banner.jpg) no-repeat center;
}

.ny-news .news-head {
    background: #EEF5FC;
    padding: 30px 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    margin-top: 80px
}

.ny-news .news-left {
    display: flex;
    align-items: center;
    color: #111;
}

.ny-news .news-left b {
    font-size: 20px;
    margin-right: 28px;
    font-weight: 700;
}

.ny-news .news-left .sltC {
    position: relative;
}

.ny-news .news-left select {
    width: 270px;
    line-height: 52px;
    height: 52px;
    background: #fff;
    border: none;
    outline: none;
    font-size: 18px;
    font-weight: 700;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-left: 20px;
}

.ny-news .news-left .sltC::after {
    content: "";
    pointer-events: none;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid #A3A3A3;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
}

/*.ny-news .news-left .sltC::before{content: "年";font-size: 18px;color: #111;position: absolute;top: 0;bottom: 0;margin: auto;left: 65px;line-height: 52px;}*/
.ny-news .news-right {
    width: 270px;
    background: #fff;
    line-height: 52px;
    height: 52px;
    position: relative;
}

.ny-news .news-right input {
    width: 100%;
    height: 100%;
    border: none;
    font-size: 18px;
    color: #888;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    background: none;
}

.ny-news .news-right button {
    width: 60px;
    height: 52px;
    position: absolute;
    right: 0;
    z-index: 1;
    background: #fff url(../images/sou.png) no-repeat center;
    top: 0;
}

.ny-news .news-result {
    font-size: 18px;
    color: #666;
    padding: 40px 0 100px 40px;
    line-height: 1;
    border-bottom: 1px solid #EEEEEF;
}

.ny-news .news-result b {
    font-weight: 700;
    color: #0072ab;
}

.ny-news .ny-news-list {
    margin: 0px 0 100px;
}

.ny-news .ny-news-list a {
    display: flex;
    padding: 45px 0;
    border-bottom: 1px solid #EEEEEF;
}

.ny-news .ny-news-list a .news-aleft {
    flex: 1;
    display: flex;
    flex-direction: column;
    font-size: 16px;
    color: #666;
}

.ny-news .ny-news-list a .news-aleft b {
    font-size: 18px;
    color: #333;
    font-weight: 700;
    padding: 20px 0;
}

.ny-news .ny-news-list a .news-acen {
    flex: 1.7;
    overflow: hidden;
}

.ny-news .ny-news-list a .news-acen img {
    display: block;
    width: 100%;
    transition: all .4s;
}

.ny-news .ny-news-list a .news-aright {
    flex: 2.9;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 8px 0 70px;
    font-size: 18px;
    color: #333;
    line-height: 34px;
}

.ny-news .ny-news-list a .news-aright h4 {
    font-size: 30px;
    color: #333;
    font-weight: 400;
    margin-bottom: 32px;
}

.ny-news .ny-news-list a .news-aright p {
    color: #555
}

.ny-news .new-more {
    width: 190px;
    line-height: 60px;
    color: #fff;
    margin: 0 auto 150px;
    border-radius: 50px;
    cursor: pointer;
    font-size: 18px;
    background: url(../images/ny-news-more.png) no-repeat center right 41px #027DB4;
    text-indent: 42px;
}

.ny-news .ny-news-list a:hover .news-acen img {
    transform: scale(1.1);
}

.ny-news .ny-news-list a:hover .news-aright h4 {
    color: #0072AB
}

/*新闻详情*/
.ny-news-details {
    max-width: 1010px;
    margin: 170px auto
}

.ny-news-back a {
    display: block;
    background: url(../images/news-details-jt1.png) no-repeat center left;
    padding-left: 60px;
    font-size: 20px;
    color: #666666
}

.ny-news-title h2 {
    font-size: 36px;
    line-height: 56px;
    color: #111111;
    padding: 35px 0;
    border-bottom: 2px solid #077DB3;
    margin-bottom: 21px;
    font-weight: 500;
}

.ny-news-title .time {
    font-size: 18px;
}

.ny-news-title .time span {
    padding-right: 20px;
    background: url(../images/news-details-xian.png) no-repeat center right;
    display: inline-block;
}

.ny-news-title .time b {
    margin-left: 14px;
}

.ny-details-content p {
    font-size: 20px;
    line-height: 34px;
    font-family: "font-light";
}

.ny-details-content p img {
    display: block;
    margin: 30px 0;
}

.ny-details-content {
    padding: 65px 0;
}

.ny-details-fx {
    border-top: 1px solid #E8E8E8;
    padding-top: 45px;
}

.ny-details-fx .fh {
    padding-left: 60px;
    background: url(../images/news-details-jt3.png) no-repeat center left;
    padding-left: 60px;
    font-size: 20px;
    line-height: 20px;
    color: #111111;
    font-weight: 400
}

.ny-details-fx .fr .fl {
    font-size: 20px;
    font-weight: 600;
    display: inline-block;
    line-height: 46px;
    margin-right: 10px;
}

.ny-details-fx .bdsharebuttonbox span {
    display: inline-block;
    width: 46px;
    height: 46px;
    border-radius: 100%;
    border: 1px solid #D2D2D2;
    text-align: center;
    line-height: 46px;
    margin-left: 12px;
    transition: all .5s;
    position: relative;
}

.ny-details-fx .bdsharebuttonbox a {
    background: transparent;
    padding: 0;
    width: 46px;
    height: 46px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100%;
    z-index: 999;
    margin: 0 !important
}

.ny-details-fx .bdsharebuttonbox span em {
    display: inline-block;
    display: block;
    overflow: hidden;
    width: 25px;
    margin: 13px auto;
    transition: all .3s;
    width: 46px;
    height: 46px;
}

.ny-details-fx .bdsharebuttonbox span:nth-child(1) em {
    background: url(../images/fx-wb.png) no-repeat center top;
    height: 19px;
}

.ny-details-fx .bdsharebuttonbox span:nth-child(2) em {
    background: url(../images/fx-wx.png) no-repeat center top;
    height: 21px;
}

.ny-details-fx .bdsharebuttonbox span:nth-child(3) em {
    background: url(../images/fx-xx.png) no-repeat center top;
    height: 19px;
}

.ny-details-fx .bdsharebuttonbox span:nth-child(1):hover em {
    background: url(../images/fx-wb.png) no-repeat center bottom;
    height: 19px;
}

.ny-details-fx .bdsharebuttonbox span:nth-child(2):hover em {
    background: url(../images/fx-wx.png) no-repeat center bottom;
    height: 21px;
}

.ny-details-fx .bdsharebuttonbox span:nth-child(3):hover em {
    background: url(../images/fx-xx.png) no-repeat center bottom;
    height: 19px;
}

.ny-details-fx .bdsharebuttonbox span:hover {
    background: #077DB3;
    border-color: #077DB3
}

.ny-news-page {}

.ny-news-page a.ny-news-next {
    background: #EDF5FB;
    width: 370px;
    height: 180px;
    display: block;
    position: fixed;
    top: 30%;
    right: -328px;
    transition: all .5s;
}

.ny-news-page a.ny-news-next.on {
    right: 0
}

.ny-news-page a.ny-news-prev .fl {
    background: url(../images/news-details-jt4.png) no-repeat center;
    float: right;
    border-left: 2px solid #fff;
}

.ny-news-page a.ny-news-prev .fr {
    float: left;
    width: 325px;
}

.ny-news-page a.ny-news-prev {
    background: #EDF5FB;
    width: 370px;
    height: 180px;
    display: block;
    position: fixed;
    top: 30%;
    left: -328px;
    transition: all .5s;
}

.ny-news-page a.ny-news-prev.on {
    left: 0
}

.ny-news-page .fl {
    width: 40px;
    height: 100%;
    border-right: 2px solid #fff;
    background: url(../images/news-details-jt2.png) no-repeat center;
}

.ny-news-page .fr {
    width: 328px;
    height: 100%;
}

.ny-news-page .fr div {
    width: 85%;
    margin: 24px auto
}

.ny-news-page .fr div h3 {
    font-weight: 400;
    font-size: 18px;
    line-height: 29px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 10px;
}

.ny-news-page .fr div span {
    font-size: 16px;
    color: #999999
}

.ny-news-page .fr div em {
    font-size: 16px;
    color: #0072ab;
    font-weight: 500;
    margin-top: 10px;
    display: block;
}

/*产品中心*/
.pro-banner {
    background: url(../images/product-banner.jpg) no-repeat center;
}

.ny-nav2 {
    width: 100%;
    height: 54px;
    line-height: 54px;
    background: #FFFFFF;
    border-bottom: 1px solid #F1F1F1
}

.ny-nav2 ul {
    width: 100%;
    height: 100%;
    ;
}

.ny-nav2 ul li {
    float: left;
    width: 50%
}

.ny-nav2 ul li a {
    width: 100%;
    font-size: 20px;
    line-height: 54px;
    color: #333;
    text-align: center;
    float: left;
    transition: all .2s;
}

.ny-nav2 ul li:hover a,
.ny-nav2 ul li.on a {
    background: #077DB3;
    color: #fff
}

.ny-pro-con {
    background: #EDF5FB;
    padding: 80px 0 190px 0;
    margin-bottom: -110px
}

.ny-pro-con dl {
    background: #fff;
    overflow: hidden;
    padding: 80px;
    margin-bottom: 30px;
}

.ny-pro-con dl dt,
.ny-pro-con dl dd {
    float: left;
    background: #fff;
}

.ny-pro-con dl dt {
    overflow: hidden;
}

.ny-pro-con dl dt img {
    width: 100%;
    transition: all .5s;
}

.ny-pro-con dl dt {
    width: 373px;
    height: 230px;
    overflow: hidden;
}

.ny-pro-con dl dd.dd-p {
    width: 590px;
    margin-left: 60px;
}

.ny-pro-con dl dd.dd-p h2 {
    font-size: 30px;
    line-height: 30px;
    padding-bottom: 35px;
    border-bottom: 1px solid #EEEEEF;
    margin-bottom: 35px;
}

.ny-pro-con dl dd.dd-p p {
    color: #666;
    font-size: 16px;
    line-height: 30px;
    font-family: "font-light";
    ;
}

.ny-pro-con dl dd.dd-pdf {
    float: right;
    width: 130px;
    text-align: center;
    margin-top: 60px;
}

.ny-pro-con dl dd.dd-pdf em {
    transition: all .3s;
    ;
    display: block;
    background: url(../images/pdt-img.png) no-repeat center;
    width: 42px;
    height: 49px;
    margin: 0 auto 17px auto
}

.ny-pro-con dl dd.dd-pdf span {
    transition: all .5s;
    font-size: 18px;
    color: #707070;
    font-weight: 500
}

.ny-pro-con dl:hover dd.dd-pdf em {
    background: url(../images/pdt-img-on.png) no-repeat center;
}

.ny-pro-con dl:hover dd.dd-pdf span {
    color: #111
}

.ny-pro-con dl:hover img {
    transform: scale(1.1);
}

.ny-pro-con .new-more {
    width: 190px;
    line-height: 60px;
    color: #fff;
    margin: 70px auto 0;
    border-radius: 50px;
    cursor: pointer;
    font-size: 18px;
    background: url(../images/ny-news-more.png) no-repeat center right 41px #027DB4;
    text-indent: 42px;
}

.ny-pro-bg {
    background: #EDF5FB;
    height: 700px;
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: -999;
}


/*产品中心管线*/
.pro-banner-gx {
    background: url(../images/pro-banner-gx.jpg) no-repeat center;
}

.ny-gx-title {
    margin: 150px 0 70px;
}

.ny-gx-title h2 {
    color: #111;
    font-size: 36px;
    line-height: 36px;
    ;
}

.ny-gx-title p {
    font-size: 24px;
    color: #555555;
    font-weight: 400;
    margin-top: 40px;
}

/*人力资源*/
.rlzy-banner {
    background: url(../images/rlzy-banner.jpg) no-repeat center;
}

.ny-rlzy-list {
    padding: 125px 0;
    border-bottom: 1px solid #EEEEEF
}

.ny-rlzy-list .ny-rlzy-title {
    width: 69%;
    margin-bottom: 75px;
}

.ny-rlzy-list .ny-rlzy-title h2 {
    font-size: 36px;
    line-height: 36px;
    color: #0072ab;
    margin-bottom: 26px;
    ;
}

.ny-rlzy-list .ny-rlzy-title p {
    font-size: 24px;
    color: #333;
    line-height: 36px;
    font-weight: 400
}

.ny-rlzy-bottom {
    margin-top: 150px;
    background: url(../images/rlzy-img4.jpg) no-repeat center left;
    height: 153px;
    padding: 240px 0;
    margin-bottom: -110px;
}

.ny-rlzy-bottom h3 {
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    font-weight: ;
}

.ny-rlzy-bottom p {
    color: #fff;
    font-size: 30px;
    line-height: 44px;
    font-weight: 400;
    max-width: 661px;
    padding: 38px 0 68px 0
}

.ny-rlzy-bottom span {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    width: 310px;
    display: block;
}

.ny-rlzy-bottom em:after {
    content: '';
    display: block;
    background: #fff;
    height: 1px;
    margin-top: 5px;
    width: 255px;
    float: right
}

.ny-rlzy-img {
    position: relative;
    overflow: hidden;
}

#ny-rlzyjt {
    right: 20px;
    width: auto;
    left: auto
}

#ny-rlzyjt span {
    background: #fff;
    margin: 0 6px;
    opacity: 0.6;
}

#ny-rlzyjt .swiper-pagination-bullet-active {
    opacity: 1;
}

/*联系我们*/
.contact-banner {
    background: url(../images/contact-banner.jpg) no-repeat center;
    height: 1000px;
    position: relative;
}

.contact-neirong {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 420px;
    width: 100%;
}

.contact-bg {
    background: #077DB3;
    width: 86%;
    height: 210px;
    padding: 120px 0 90px 0
}

.contact-bg .container {
    max-width: 1130px;
    ;
}

.contact-bg h2 {
    font-size: 36px;
    color: #fff;
    line-height: 36px;
    ;
}

.contact-jt {
    width: 14%;
    text-align: center;
    height: 100%;
    cursor: pointer;
    position: relative;
}

.contact-jt span {
    display: block;
    width: 18px;
    height: 61px;
    margin-top: 80px;
    position: absolute;
    cursor: pointer;
    left: 0;
    right: 0;
    top: 275px;
    margin: auto;
}

.contact-jt span::before {
    content: "";
    display: none;
    width: 18px;
    height: 61px;
    background: url(../images/contact-jt.png) no-repeat center;
    background-size: 18px 61px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.contact-jt span:hover::before {
    -webkit-animation: arrowBottom09 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
    animation: arrowBottom09 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
}

@-webkit-keyframes arrowBottom09 {
    0% {
        background-position: center center
    }

    45% {
        background-position: center 61px
    }

    50% {
        opacity: 0;
        background-position: center -61px
    }

    51% {
        opacity: 0;
        background-position: center -61px
    }

    52% {
        opacity: 1;
        background-position: center -61px
    }

    to {
        background-position: center center
    }
}

@keyframes arrowBottom09 {
    % {
        background-position: center center
    }

    45% {
        background-position: center 61px
    }

    50% {
        opacity: 0;
        background-position: center -61px
    }

    51% {
        opacity: 0;
        background-position: center -61px
    }

    52% {
        opacity: 1;
        background-position: center -61px
    }

    to {
        background-position: center center
    }
}

.contact-type dl {
    float: left;
    color: #fff;
    margin-top: 80px;
    margin-right: 130px;
}

.contact-type dl:nth-child(3) {
    margin-right: 0;
}

.contact-type dl dt {
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
}

.contact-type dl dt:after {
    content: '';
    display: block;
    width: 70px;
    height: 3px;
    background-color: #1E8ABB;
    position: relative;
    top: 12px;
}

.contact-type dl dd {
    margin-top: 45px;
    font-size: 30px;
    line-height: 30px;
    font-weight: 500;
}

.ny-contact-con {
    margin: 60px 0 120px 0;
}

.ny-map-list {
    margin-top: 80px;
    padding-bottom: 80px;
    border-bottom: 2px solid #E8E8E8;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ny-map-img {
    width: 30%;
}

.ny-map-title {
    padding: 70px 0 45px 30px;
    width: 70%;
}

.ny-map-title h2 {
    font-size: 30px;
    color: #0072ab;
    font-weight: 800;
    line-height: 36px;
}

.ny-map-title p {
    font-size: 22px;
    color: #333333;
    font-weight: 400;
    line-height: 24px;
    margin-top: 20px;
    ;
}

.ny-map-title a {
    float: right;
    width: 180px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 60px;
    border: 2px solid #D1D1D1;
    font-size: 18px;
    font-weight: 400;
    transition: all .3s;
}

.ny-map-title a:hover {
    background: #077DB3;
    color: #fff;
    border-color: #077DB3
}

/*手机banner*/
.banner {
    display: block;
}

.wap-banner {
    display: none;
}

.wap-banner {
    position: relative;
}

/*手机banner*/

/*手机客服*/
.pf_down {
    display: none;
    width: 100%;
    float: left;
    position: fixed;
    left: 0;
    bottom: 0;
    height: 70px;
    background: #0096E5;
    z-index: 66;
    box-shadow: 0 -4px 7px rgba(0, 0, 0, 0.15);
    z-index: 999;
}

.pf_down li {
    height: 100%;
    box-sizing: border-box;
    width: 33.33%;
    float: left;
    text-align: center;
    padding: 13px 0 5px 0;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.pf_down li .ico7 {
    width: 100%;
    float: left;
    height: 20px;

}

.pf_down li.l1 .ico7 {
    background: url(../images/btn15.png) no-repeat center center;
    background-size: 20px 20px;
}

.pf_down li.l2 .ico7 {
    background: url(../images/btn16.png) no-repeat center center;
    background-size: 20px 20px;
}

.pf_down li.l3 .ico7 {
    background: url(../images/btn17.png) no-repeat center center;
    background-size: 20px 20px;
}

.pf_down li .name {
    width: 100%;
    float: left;
    margin-top: 9px;
    font-size: 16px;
    color: #fff;
    line-height: 14px;
}

/*手机客服*/
.mercantilism_con {
    padding: 60px 0;
}

.mercantilism_list {
    display: flex;
    padding: 45px 0;
    border-bottom: 1px solid #EEEEEF;
}

.mercantilism_list .mercantilism_img {
    flex: 1;
    overflow: hidden;
}

.mercantilism_list .mercantilism_title {
    flex: 3;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 8px 0 70px;
    font-size: 18px;
    color: #333;
    line-height: 34px;
}

.mercantilism_list .mercantilism_title h2 {
    font-size: 30px;
    color: #333;
    font-weight: 400;
    margin-bottom: 32px;
}

.mercantilism_list .mercantilism_title p {
    color: #555;
}

.wap-en {
    position: absolute;
    top: 50%;
    right: 55px;
    height: 40px;
    line-height: 40px;
    margin-top: -20px;
    font-weight: bold;
}