.top {
    height: 55px;
    width: 100%;
    background: #1f3d7d;
    position: fixed;
    top: 0;
    z-index: 23;
}

.top .warp {
    height: 55px;
}

.top p,
.top a {
    color: #fff;
    font-size: 16px;
}

.top a {
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50px;
    padding: 2px 10px;
}

.top .r span {
    height: 15px;
    width: 1px;
    background: rgba(255, 255, 255, 0.1);
    display: block;
}

.nav-warp-container {
    z-index: 23;
    background: #fff;
    position: fixed;
    top: 55px;
    width: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.nav-container {
    height: 70px;
    position: relative;
}

.nav-container .logo {
    width: 243px;
    height: 50px;
}

.nav-container .logo img {
    width: 100%;
}

.nav-warp {
    width: 980px;
}

.nav {
    width: 625px;
    margin-right: 140px;
}

.nav li {
    position: relative;
    width: 135px;
    justify-content: center;
    z-index: 30;
    margin: 0 5px;
}

.nav li a {
    display: block;
    font-size: 20px;
    color: #000;
    height: 90px;
    line-height: 90px;
    text-align: center;
}

.nav>li:hover>a,
.nav>li.active>a {
    color: #1f3d7d;
    font-weight: bold;
}

.nav .subnav {
    position: absolute;
    top: 80px;
    height: 0;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.6);
    transition: all .5s;
    opacity: 0;
}

.subnav li:hover .nav .subnav {
    height: auto;
}

.subnav li a {
    color: #fff;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    display: block;
}

.nav li:hover .subnav {
    height: auto;
    top: 80px;
    opacity: 1;
}

.nav-warp .phone {
    width: 215px;
    background: url(../../../images/ph/new/phone.jpg) no-repeat left center;
    font-size: 28px;
    color: #666;
    padding-left: 35px;
}

.form {
    position: absolute;
    width: 365px;
    height: 505px;
    background: rgba(80, 80, 80, 0.7);
    z-index: 22;
    top: 35px;
    left: 50%;
    transform: translateX(-683px);
    padding: 15px;
}

.form .titles a {
    display: block;
    width: 182px;
    height: 55px;
    line-height: 55px;
    font-size: 20px;
    color: #fff;
    text-align: center;
}

.form .titles a.active {
    background: #fff;
    color: #333;
}

.form .swiper-container {
    height: 450px;
    background: #fff;
}

.form img {
    max-width: 340px;
}

.form-continer {
    width: 300px;
    height: 356px;
    padding: 15px;
}

.form .item img {
    margin-left: 10px;
}

.form .submit {
    display: block;
    width: 100%;
    text-align: center;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #ff6f05;
}

.form .title,
.form .input {
    margin-bottom: 14px;
}

.form .input select {
    height: 30px;
    border: 1px solid #d3d3d3;
    padding: 0 3px;
}

.form .input select.f {
    width: 117px;
}

.form .input select.f.f2 {
    width: 218px;
}

.form .input select.l.l2 {
    width: 82px;
    border-left: 0;
}

.form .input select.l {
    width: 160px;
}

.banner {
    height: 600px;
    position: relative;
    margin-top: 125px;
}

.banner-warp .swiper-slide {
    background-size: cover;
}

.banner-warp .swiper-slide a {
    display: block;
    width: 100%;
    height: 600px;
}

.banner-warp .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
    border-radius: 50%;
}

.banner-warp .swiper-pagination-bullet-active {
    background: #1f3d7d!important;
    opacity: 1!important;
}

.banner-warp .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px;
}

.banner-warp .swiper-pagination-bullet {
    background: #000;
    opacity: .5;
}

.pro-container {
    padding-top: 70px;
}

.content-title {
    width: 515px;
    margin: 0 auto;
}

.content-title.title2 {
    width: 366px;
}

.content-title.title3 {
    width: 320px;
}

.content-title h2,
.link-title h2 {
    width: 100%;
    color: #2f2e2e;
    font-size: 32px;
    font-weight: normal;
}

.content-title h2::before,
.content-title h2::after {
    content: " ";
    width: 90px;
    height: 1px;
    background: #b5b5b5;
}

.content-title.title3 h2::before,
.content-title.title3 h2::after {
    width: 70px;
}

.content-title p,
.link-title span {
    font-size: 22px;
    color: #999;
    margin-top: 5px;
    text-align: center;
}

.pro-container .swiper-container {
    margin-top: 50px;
    height: 370px;
}

.pro-container .slide-warp {
    width: 100%;
    height: 370px;
    align-items: flex-start;
}

.pro-container .img {
    width: 870px;
    height: 370px;
    display: block;
    overflow: hidden;
}

.pro-container .img img {
    width: 870px;
    height: 370px;
}

.pro-container .text-container {
    width: 400px;
}

.pro-container .text-container h2 {
    font-size: 36px;
    color: #2f2e2e;
    font-weight: normal;
    margin-top: 35px;
}

.pro-container .text-container p {
    font-size: 20px;
    color: #2f2e2e;
    font-weight: normal;
    margin-top: 30px;
}

.pro-container .text-container a {
    display: block;
    font-size: 16px;
    color: #fff;
    background: #1f3d7d;
    margin-top: 47px;
    width: 80px;
    text-align: center;
    height: 30px;
    line-height: 30px;
}

.button-warp-next,
.button-warp-prev {
    width: 46px;
    height: 46px;
    background: #1f3d7d;
    position: absolute;
    bottom: 30px;
    z-index: 29;
    border-radius: 50%;
    cursor: pointer;
}

.button-warp-next {
    right: 304px;
}

.button-warp-prev {
    right: 354px;
}

.button-warp-next .iconfont,
.button-warp-prev .iconfont {
    color: #fff;
    font-size: 18px;
}

.button-warp-next.swiper-button-disabled,
.button-warp-prev.swiper-button-disabled {
    background: #cccccc;
}

.m-cen {
    width: 100%;
    background: #f5f5f5;
    padding: 70px 0;
    margin-top: 70px;
}

.m-news {
    width: 823px;
}

.m-news-list li {
    width: 383px;
    margin: 50px 60px 0 0;
}

.m-news-list li:last-child {
    margin-right: 0;
}

.m-news-list li .img,
.m-news-list li .img img {
    width: 383px;
    height: 180px;
    overflow: hidden;
}

.m-news-list li h2 {
    font-size: 18px;
    margin-top: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.m-news-list li span {
    display: block;
    color: #999;
    margin-top: 10px;
}

.m-news-list li p {
    color: #666;
    text-align: justify;
    margin-top: 20px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.m-news-list li .more,
.act-txt .more {
    width: 80px;
    height: 30px;
    background: #1f3d7d;
    color: #fff;
    text-align: center;
    line-height: 30px;
    margin-top: 20px;
}

.dang {
    width: 385px;
    margin-top: -48px;
}

.dang-list {
    width: 325px;
    height: 350px;
    margin-top: 35px;
    padding: 0 30px 0 30px;
}

.dang-list ul li {
    line-height: 40px;
    background: url(../../../images/ph/new/tb.jpg) no-repeat left center;
    padding-left: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mod-link {
    padding: 70px 0;
}

.link-title {
    width: 150px;
    margin-top: 15px;
}

.link-list {
    width: 1200px;
}

.mod-link .flex-row {
    align-items: flex-start;
}

.link-list .flex-row {
    flex-wrap: wrap;
    justify-content: flex-start;
}

.link-contianer .swiper-container {
    margin-top: 40px;
}

.link-list li a {
    width: 200px;
    height: 90px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.link-list li a img {
    max-width: 70%;
    max-height: 100%;
}

footer {
    background: #262626;
}

.f-top {
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #333;
}

.f-top .link {
    height: 60px;
    justify-content: flex-start;
}

.f-top .link p {
    font-size: 16px;
    color: #fff;
}

.f-top .link a {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.45);
    margin-right: 20px;
}

.f-center {
    padding: 30px 0;
    align-items: flex-start;
}

.f-center .l {
    width: 450px;
    align-items: flex-start;
}

.f-center .l a {
    display: block;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.45);
    margin-bottom: 15px;
}

.f-center .l .title a {
    font-size: 16px;
    color: #fff;
    margin-bottom: 30px;
}

.f-center .l ul {
    justify-content: flex-start;
    align-items: flex-start;
}

.f-center .r {
    width: 400px;
    align-items: flex-start;
}

.f-center .r a {
    display: block;
    width: 80px;
    height: 80px;
    background: #fff;
    padding: 7px;
    border-radius: 4px;
    margin-top: 10px;
}

.f-center .r a img {
    width: 80px;
    height: 80px;
}

.f-center .r p {
    font-size: 16px;
    color: #fff;
}

.f-bottom {
    height: 75px;
    background: #2d2d2d;
}

.f-bottom .warp {
    height: 75px;
}

.f-bottom a {
    margin: 0 30px;
}

.f-bottom a,
.f-bottom p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.45);
    margin-top: 10px;
}

.dang-title {
    background: url(../../../images/ph/new/dang.png) no-repeat center center;
    width: 300px;
    margin: 0 auto;
    height: 79px;
    text-align: center;
    line-height: 100px;
    color: #fff;
    font-size: 26px;
}