
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-size: 16px;
    overflow-y: hidden;
}

a {
    text-decoration: none;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

img {
    border: none;
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: normal;
    margin: 0;
}

.position {
    position: relative;
}

.text-hidden {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-hidden-s {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.slide-img {
    overflow: hidden;
    border-radius: 5px;
}

.slide-img img {
    display: block;
    transition: all linear 0.5s;
    border-radius: 5px;
}

.bg {
    background-color: #f4f8fd;
}


/*  head   */

.wap-menu,
.menu-close {
    display: none;
}

.top {
    background-color: #8ac31c;
    height: 44px;
    line-height: 44px;
    color: #fff;
}

.top-right a {
    margin-left: 25px;
}

.top-right select {
    color: #000;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
}

.common-p {
    padding: 0;
}

.menu-pc {
    position: relative;
    z-index: 999999;
    transition: all 0.5s;
}

.menu-pc.isFixed {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
    transition: all 0.5s;
}

.menu-pc .logo {
    padding-top: 24px;
}

.menu-pc .menu-list {
    padding-right: 15px;
}

.menu-pc .nav {
    float: left;
    position: relative;
}

.menu-pc li a {
    display: block;
    padding: 40px 0 40px;
    margin: 0 16px;
    color: #003a86;
    font-weight: bold;
}

.menu-pc li a.is-drop {
    padding-right: 13px;
    background: url(../image/arrow.png) right center no-repeat;
}

.menu-pc li .drop-menu {
    display: none;
    padding: 10px 0;
    position: absolute;
    z-index: 9999;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 3px #aaa;
}

.menu-pc li .drop-menu a {
    text-align: center;
    padding: 0;
    height: 30px;
    line-height: 30px;
    width: 100px;
    font-size: 14px;
    color: #616161;
    font-weight: normal;
    margin: 0;
}

.menu-pc li:hover>a,
.menu-pc li.active>a {
    color: #8ac31c;
}

.menu-pc li:hover>a.is-drop,
.menu-pc li.active>a.is-drop {
    background: url(../image/arrow-h.png) right center no-repeat;
}

.menu-pc li:hover .drop-menu {
    display: block;
}

.search {
    position: absolute;
    right: 0;
    top: 37px;
}


/*  foot   */

.foot {
    padding: 90px 0 80px;
    color: #fff;
}

.foot a {
    color: #fff;
}

.foot-left-bg {
    background: #013b87 url(../image/foot-left-bg.jpg) top left no-repeat;
    position: relative;
    z-index: 9;
}

.foot-right-bg {
    background: url(../image/foot-right-bg.jpg) bottom right no-repeat;
    position: relative;
    z-index: 9;
}

.foot .foot-line {
    display: block;
    height: 3px;
    width: 30px;
    background-color: #fff;
    margin: 25px 0 20px;
}

.foot h2 {
    font-size: 20px;
    font-weight: bold;
}

.foot h3 {
    font-size: 14px;
    font-weight: bold;
    margin: 5px 0 25px;
}

.foot .foot-left,
.foot .foot-right {
    padding: 0;
}

.foot .foot-left span.foot-dot {
    margin: 0 10px;
}

.foot .foot-right h2 {
    margin: 25px 0 15px;
}

.foot-right .foot-ewm {
    width: 140px;
    position: absolute;
    right: 0;
    top: 60px;
}

.foot-right .foot-ewm img {
    margin-bottom: 10px;
}

.bottom {
    background-color: #111a3a;
    padding: 25px 0 20px;
    color: #636363;
    border-top: 1px solid #484f68;
}


/*   index    */

.title h4 {
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.title h4 b {
    padding: 0 7px;
    color: #8ac31c;
}

.title .title-line {
    height: 3px;
    width: 30px;
    background-color: #8ac31c;
}

.title h2 {
    font-size: 40px;
    font-family: serif;
    font-weight: bold;
    letter-spacing: 1px;
    margin-top: 12px;
}

.title .c1 {
    color: #003a86;
}

.title .c2 {
    color: #8ac31c;
}

.more {
    display: inline-block;
    width: 200px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background-color: #8ac31c;
    border-radius: 3px;
}

.more.more-bg {
    background-color: #003a86;
}

.box1 {
    padding-top: 100px;
    padding-bottom: 80px;
}

.box1 .title h4,
.content .title h4 {
    justify-content: start;
}

.about-left .about-left-bg {
    position: absolute;
    top: -25px;
    left: -25px;
}

.about-left .about-left-img {
    z-index: 999;
    border-radius: 5px;
}

.about-right {
    padding-left: 30px;
}

.about-right .arc {
    margin: 35px 0;
    line-height: 30px;
    color: #636363;
}

.about-item {
    margin-bottom: 25px;
}

.about-item .about-item-icon {
    width: 61px;
    margin-right: 28px;
}

.about-item h4 {
    font-size: 16px;
    color: #003a86;
    font-weight: bold;
    padding-top: 8px;
}

.about-item h5 {
    font-size: 16px;
    color: #636363;
    padding-top: 6px;
}

.box2 {
    padding: 100px 0;
    background-color: #eff2f7;
}

.swiper-pros {
    margin: 50px 0;
}

.box2 .swiper-slide {
    background-color: #fff;
    border-radius: 5px;
    padding: 20px 20px 0;
    height: 505px;
}

.box2 .swiper-slide img {
    border-radius: 5px;
}

.swiper-button-next,
.swiper-button-prev {
    width: 61px;
    height: 61px;
}

.swiper-button-next {
    background: url(../image/right-btn.png) center center no-repeat;
}

.swiper-button-prev {
    background: url(../image/left-btn.png) center center no-repeat;
}

.box2 .swiper-button-next {
    left: auto;
    right: -91px;
}

.box2 .swiper-button-prev {
    left: -91px;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: '';
}

.box2 .swiper-slide:hover img,
.news-list a:hover img,
.pro-list li:hover img {
    transform: scale(1.2);
    transition: all linear 0.5s;
}

.swiper-pros .swiper-name h2 {
    font-weight: bold;
    font-size: 20px;
    color: #003a86;
    padding: 15px 0 10px;
}

.swiper-pros .swiper-name h4 {
    font-size: 16px;
    color: #636363;
    line-height: 30px;
    -webkit-line-clamp: 4;
}

.swiper-pros .swiper-name span {
    display: block;
    width: 297px;
    height: 56px;
    margin-top: 15px;
    line-height: 56px;
    color: #8ac31c;
    background: url(../image/more-bg.jpg) center center no-repeat;
    padding-left: 20px;
    font-weight: bold;
}

.box3 {
    background: #013b87 url(../image/zl.jpg) center center no-repeat;
    padding: 100px 0 65px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
}

.box3 h1 {
    font-size: 150px;
    font-weight: bold;
    margin-bottom: 20px;
}

.box3 h2 {
    font-size: 60px;
    font-weight: bold;
    margin-bottom: 20px;
}

.box3 h3 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 20px;
}

.box3 h4 {
    font-size: 16px;
    margin-bottom: 40px;
}

.box4 {
    padding: 100px 0;
    background: url(../image/news-bg.png) top left no-repeat;
}

.box4 .news-list {
    margin: 45px 0;
}

.news-list li {
    background-color: #f4f7fc;
    margin-bottom: 20px;
    border-radius: 5px;
    padding: 20px;
}

.news-list a {
    display: flex;
    background: url(../image/bg1.png) top right no-repeat;
}

.news-list .news-list-left {
    width: 298px;
    height: 170px;
}

.news-list .news-list-left img {
    height: 170px;
}

.news-list .news-list-right {
    flex: 1;
    padding-left: 30px;
    padding-top: 25px;
    overflow: hidden;
}

.news-list-right h2 {
    font-size: 20px;
    font-weight: bold;
    color: #003a86;
    margin-bottom: 10px;
}

.news-list-right .arc {
    color: #636363;
    line-height: 30px;
    -webkit-line-clamp: 2;
}

.news-list-right .time {
    position: absolute;
    bottom: 30px;
    left: 30px;
    color: #636363;
}

.box5 .swiper {
    padding-bottom: 70px;
    margin: 65px 0 45px;
}

.box5 {
    padding: 100px 160px;
    background: url(../image/case-bg.jpg) top center repeat-x;
}

.box5 .title .c1 {
    color: #fff;
}

.box5 .swiper-button-next {
    left: auto;
    right: 71px;
}

.box5 .swiper-button-prev {
    left: 71px;
}

.box5 .swiper-name {
    position: absolute;
    background-color: #fff;
    left: 39px;
    right: 39px;
    z-index: 999;
    bottom: -60px;
    height: 120px;
    padding-top: 30px;
    border-radius: 5px;
    box-shadow: 0 2px 7px #aaa;
}

.box5 .swiper-name h2 {
    font-size: 20px;
    font-weight: bold;
    color: #003a86;
}

.box5 .swiper-name h4 {
    font-size: 16px;
    color: #8ac31c;
    margin-top: 10px;
}

.box6 {
    padding: 100px 0;
    background-color: #eff2f7;
}

.box6 .ser-list {
    margin-top: 45px;
}

.ser-list li {
    background-color: #fff;
    margin-bottom: 10px;
    padding: 13px 15px 13px 0;
    display: flex;
    align-items: center;
    border-radius: 5px;
}

.ser-list li .slide-img {
    padding: 0 79px;
}

.ser-list .ser-text {
    flex: 1;
}

.ser-list li h2 {
    font-size: 20px;
    color: #003a86;
    font-weight: bold;
}

.ser-list li h2 span {
    color: #8ac31c;
}

.ser-list li p {
    color: #636363;
    margin-top: 10px;
}


/*   单页   */

.location {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    margin-top: -45px;
}

.location h2 {
    font-size: 60px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 15px;
}

.location h4 {
    color: #fff;
    font-size: 16px;
    letter-spacing: 2px;
}

.location h4 a {
    color: #fff;
}

.content {
    padding: 75px 0;
}

.content .inn-img {
    margin-bottom: 25px;
}

.item-right {
    float: right;
    width: 750px;
}

.item-left {
    float: left;
    width: 300px;
}

.inn-nav li {
    height: 54px;
    line-height: 54px;
    margin-bottom: 2px;
}

.inn-nav li a {
    display: block;
    background: url(../image/inn-bg.jpg) center center no-repeat;
    font-size: 18px;
    color: #232323;
    padding-left: 20px;
}

.inn-nav li a:hover,
.inn-nav li a.active {
    background: url(../image/inn-h-bg.jpg) center center no-repeat;
    color: #fff;
}

.feed-back {
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    padding: 60px 20px;
    margin-top: 30px;
}

.feed-back h2 {
    font-size: 28px;
    color: #003a86;
    margin-bottom: 25px;
}

.feed-back .form-control {
    margin-bottom: 20px;
    height: 54px;
    font-size: 18px;
    color: #232323;
}

.feed-back .form-control:focus {
    box-shadow: 0 0 5px #8ac31c;
}

.feed-back textarea.form-control {
    height: 150px;
}

.feed-back .btns button {
    display: block;
    height: 54px;
    background-color: #003a86;
    border: 1px solid #003a86;
    width: 100%;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
}

.content .title {
    margin: 25px 0;
}

.lc-list .year {
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #003a86 url(../image/arrow-lc.png) no-repeat 34px 60px;
    line-height: 80px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    position: relative;
    z-index: 9;
    margin: 0 auto 20px;
}

.lc-list li {
    margin-bottom: 20px;
}

.lc-list li .lc-img,
.lc-list li .lc-text {
    width: 50%;
}

.lc-list li:nth-child(even) .lc-img {
    float: right;
    padding-left: 20px;
}

.lc-list li:nth-child(even) .lc-text {
    float: left;
    text-align: right;
    padding-right: 20px;
}

.lc-list li:nth-child(odd) .lc-img {
    float: left;
    text-align: right;
    padding-right: 20px;
}

.lc-list li:nth-child(odd) .lc-text {
    float: right;
    padding-left: 20px;
}

.lc-list li .lc-text div {
    background-color: #f4f7fc;
    border-radius: 5px;
    line-height: 30px;
    padding: 20px;
}

.lc-list li .lc-text h2 {
    font-size: 20px;
    color: #003a86;
    font-weight: bold;
    margin-bottom: 7px;
}

.lc-list li:nth-child(odd) .dot {
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: #232323;
    border-radius: 50%;
    right: -7px;
    top: 23px;
}

.lc-list li:nth-child(even) .dot {
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: #232323;
    border-radius: 50%;
    left: -7px;
    top: 23px;
}

.line {
    position: absolute;
    left: 50%;
    width: 1px;
    background-color: #232323;
    height: 100%;
}

.content .ser-list .slide-img {
    width: 146px;
    padding: 0 0 0 20px;
}

.content .ser-list .ser-text {
    flex: 1;
}

.zl-list {
    background-color: #f3f6f9;
    padding: 20px 0 30px;
    margin-top: 40px;
    border-radius: 5px;
}

.zl-list h2 {
    font-size: 16px;
    color: #636363;
    padding: 15px 0 25px;
}

.pages {
    margin-top: 30px;
}

.pages a,
.pages span {
    border-radius: 3px;
    border: 1px solid #eeeeee;
    background-color: #fff;
    padding: 7px 12px;
    color: #999999;
}

.pages span {
    background-color: #8ac31c;
    color: #fff;
}

.contact.feed-back {
    border: none;
    border-radius: 0;
    padding: 0;
    margin: 0;
}

.contact .btns button {
    width: 250px;
    margin: 0 auto;
}

.con-info {
    margin-top: 80px;
}

.con-info li .con {
    display: flex;
    height: 120px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    padding: 25px 30px 0 0;
    background-color: #fff;
}

.con-info li .con-img {
    width: 90px;
}

.con-info li .con-text {
    flex: 1;
}

.con-text h2 {
    font-size: 18px;
    color: #003a86;
    font-weight: bold;
}

.con-text p {
    font-size: 16px;
    color: #000000;
    margin-top: 10px;
}


/*   产品列表   */

.pro-list {
    padding: 40px 0 30px;
    background-color: #f3f6f9;
    border-radius: 5px;
}

.pro-list li {
    margin-bottom: 25px;
}

.pro-list li a {
    display: block;
    padding: 20px;
    background-color: #fff;
    border-radius: 5px;
}

.pro-list li h2 {
    font-size: 16px;
    color: #636363;
    height: 48px;
    line-height: 48px;
}

.pro-list li span {
    display: block;
    width: 297px;
    height: 56px;
    line-height: 56px;
    background: url(../image/more-bg.jpg) center center no-repeat;
    margin: 0 auto;
    font-weight: bold;
    color: #8ac31c;
    padding-left: 20px;
}

.detail-title {
    font-size: 28px;
    color: #003a86;
    padding-bottom: 25px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 30px;
}

.detail {
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    padding: 30px 0 5px;
    margin-top: 40px;
}

.detail li {
    margin-bottom: 25px;
}

.detail li div {
    display: flex;
    align-items: center;
    height: 54px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
}

.detail li .detail-name {
    width: 140px;
    padding-left: 20px;
    font-size: 20px;
    color: #003a86;
    font-weight: bold;
}

.detail li .detail-text {
    flex: 1;
    font-size: 16px;
    color: #636363;
}

.inn-pages {
    margin-top: 40px;
}

.inn-pages a {
    display: block;
    margin-bottom: 5px;
    color: #636363;
}

.inn-pages a:hover {
    color: #003a86;
    text-decoration: underline !important;
}

.inn-pages .back {
    position: absolute;
    right: 0;
    top: 0;
}

.case-list li {
    margin-bottom: 30px;
}

.case-list li img {
    border-radius: 5px;
}

.case-list li h2 {
    font-size: 16px;
    color: #003a86;
    font-weight: bold;
    margin: 20px 0 5px;
}

.case-list li h4 {
    font-size: 16px;
    color: #8ac31c;
}


/*   新闻列表   */

.content .news-list .news-list-left {
    width: 220px;
}

.detail-time {
    font-size: 16px;
    color: #636363;
    margin-bottom: 15px;
}

.detail-arc {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 50px;
}

@media (max-width: 1200px) {
    .item-right,
    .item-left {
        width: 100%;
    }
}

@media (max-width: 1070px) {
    .box1,
    .box2,
    .box4,
    .box5,
    .box6,
    .foot {
        padding: 15px 0;
    }
    .swiper-pros {
        margin: 15px 0;
    }
    .detail li {
        margin-bottom: 10px;
    }
    .about-right,
    .content,
    .feed-back {
        padding: 15px;
    }
    .box3 h1 {
        font-size: 50px;
    }
    .box3 h2 {
        font-size: 30px;
    }
    .box3 h3,
    .location h2,
    .detail-title {
        font-size: 24px;
    }
    .feed-back h2 {
        font-size: 20px;
    }
    .ser-list li .slide-img {
        padding: 0 10px;
    }
    .location {
        margin-top: -35px;
    }
    .feed-back .form-control {
        height: 40px;
        line-height: 40px;
        margin-bottom: 10px;
    }
}

@media (max-width: 768px) {
    .news-list a {
        display: block;
    }
    .news-list-right .time {
        position: static;
    }
    .news-list .news-list-right {
        padding-left: 0;
    }
    .detail li div {
        height: auto;
        padding: 10px 0;
    }
    .detail li .detail-name {
        font-size: 16px;
    }
    .title h2 {
        font-size: 32px;
    }
    .lc-list li .lc-text div {
        font-size: 14px;
        line-height: 130%;
        padding: 5px;
    }
}