body,
dd,
div,
dl,
dt,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
ol,
ul {
    margin: 0;
    padding: 0
}

html {
    background-image: url(about:blank);
    background-attachment: fixed;
    font-size: 62.5%
}

img {
    border: none
}

body {
    margin: 0 auto;
    background-color: #fff;
    color: #656565;
    font-size: 1.4rem;
    font-family: \5b8b\4f53, Arial, sans-serif
}

dl,
form,
li,
ol,
ul {
    list-style: none
}

p {
    margin: 0;
    padding: 0
}

a {
    color: #000;
    text-decoration: none
}
a:focus{
    outline: none;
}
a:hover {
    text-decoration: none
}

div {
    margin: 0 auto;
    font-family: "Microsoft Yahei"
}

.lf {
    float: left
}

.rt {
    float: right
}

img {
    object-fit: cover;
    -o-object-fit: cover
}

a,
a:active,
a:hover,
a:link,
a:visited {
    text-decoration: none
}

@font-face {
    font-family: iconfont;
    src: url(../font/iconfont.eot?t=1502938831891);
    src: url(../font/iconfont.eot?t=1502938831891#iefix) format('embedded-opentype'), url(../font/iconfont.woff?t=1502938831891) format('woff'), url(../font/iconfont.ttf?t=1502938831891) format('truetype'), url(../font/iconfont.svg?t=1502938831891#iconfont) format('svg')
}

.iconfont {
    font-family: iconfont !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

#top {
    height: 3.2rem;
    background-color: #4D4D4D;
    box-shadow: 1.5px 2.6px 3px 0 #e7e7e7;
    color: #CACACA;
    font-size: 1.2rem;
    font-family: SimSun;
    line-height: 3.2rem
}

#top p a {
    margin: 0 8px;
    color: #CACACA;
    font-size: 1.2rem;
    font-family: SimSun
}

.navbar-top {
    background: #EDEDED;
    border-bottom: 2px solid #000
}

.navbar-top h1.logo {
    height: 60px;
    position: relative;
}

.navbar-top h1.logo a {
    display: block;
    width: 100%;
    height: 100%
}

.navbar-top h1.logo a img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.navbar-one {
    display: none
}

@media (max-width:768px) {
    .navbar-one {
        display: block
    }
}

.navbar-top .tel {
    margin: 0;
    background: url(../images/ico-tel.png) no-repeat 0 center;
    padding-left: 56px;
}

.navbar-top .tel span {
    font-size: 15px;
    color: #808080;
    line-height: 1.4;
    display: block;
}

.navbar-top .tel p {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.8;
    color: #000;
}

#header .rightBox {
    /*width:calc(100% - 230px)*/
    width: 100%;
}

#header .rightBox #nav1 {
    margin-top: 20px;
}

#header .rightBox .rt-header {
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#header .rightBox .rt-top {
    padding-top: 25px;
    padding-bottom: 25px;
    margin: 0;
    width: 100%;
}

@media (max-width:992px) {
    .navbar-top h3 {
        margin: 15px 0;
        width: 22%;
        font-size: 16px
    }
}

#nav1 {
    margin-bottom: 0;
    border: none
}

.navbar-collapse-nav {
    border: none
}

#nav1 #header-nav {
    z-index: 99;
    width: 100%;
    margin: 0
}

#nav1 ul li {
    width: 14%;
    float: left;
    line-height: 45px
}

#header-nav1>li>a {
    text-align: center;
    font-size: 1.6rem;
    color: #333;
    display: block
}

#header-nav1>li:hover>a {
    background-color: #15486a;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

@media (max-width:1092px) {
    .head ul li {
        width: 80px
    }
}

@media (max-width:768px) {
    #nav ul li {
        width: 100%;
        border-top: solid 1px #fff
    }
}

@media (min-width:768px) and (max-width:992px) {
    #nav ul li {
        width: 88px;
        border: 0
    }

    .navbar-one {
        display: none
    }

    #nav {
        background: #21A66F
    }

    #header-nav>li>a {
        font-size: 14px
    }
}

.head ul li a span {
    display: block;
    font-size: 12px
}

.mobile {
    display: none;
}

@media (max-width:992px) {
    .pc {
        display: none;
    }

    .mobile {
        display: block;
    }
}

#nav1 {
    padding: 0
}

.navbar-toggle {
    margin-top: 20px
}

#header-button {
    height: 60px;
    line-height: 60px;
    background: #fff;
    overflow: hidden;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9;
    box-shadow: 1.5px 2.6px 3px 0
}

#header-button h3 span {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    background: #174463;
    margin-top: -1px;
    height: 2px;
    border-radius: 2px;
    transition: ease .5s;
    -webkit-transition: ease .5s;
    -moz-transition: ease .5s;
    -o-transition: ease .5s
}

#header-button h3 {
    width: 32px;
    height: 32px;
    float: right;
    cursor: pointer;
    position: relative;
    margin-right: 2%
}

#header-button h3:after,
#header-button h3:before {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    content: "";
    background: #174463;
    transition: ease .5s;
    -webkit-transition: ease .5s;
    -moz-transition: ease .5s;
    -o-transition: ease .5s;
    border-radius: 1px
}

#header-button h3:after {
    bottom: 5px
}

#header-button h3:before {
    top: 5px
}

#header-button h3.wap-boutton:before {
    top: 4px;
    left: 4px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform-origin: 0 100%;
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -o-transform-origin: 0 100%
}

#header-button h3.wap-boutton:after {
    bottom: 3px;
    left: 5px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform-origin: 0 100%;
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -o-transform-origin: 0 100%
}

#header-button h3.wap-boutton span {
    opacity: 0
}

#nav {
    background: #000
}

#nav li {
    line-height: 45px
}

#nav li a {
    display: block;
    color: #fff;
    text-align: center;
    font-size: 1.6rem
}

.hotKey {
    padding: 30px 0;
    background: #F0F0F0;
    color: #181818;
    font-size: 1.4rem
}

.hotKey span {
    padding-left: 30px;
    background: url(../images/rs.png) no-repeat left center
}

.hotKey a {
    font-size: 1.2rem;
    color: #606060;
    font-family: SimSun;
    margin-right: 30px
}

#main {
    padding: 3rem 0
}

#main .title {
    margin: 3rem 0
}

#main .title h3 {
    text-align: center;
    font-size: 3.6rem;
    background: url(../images/line.png) no-repeat center;
    color: #414141;
    font-weight: 700
}

#main .title h3 b {
    color: #151515
}

#main .title p {
    padding: 20px 0;
    text-align: center;
    color: #454545;
    font-size: 1.4rem
}

#main .proBox .hd {
    width: 20%;
    float: left;
    border: 4px solid #15486a;
    background: #fff
}

#main .proBox .hd .pro-title {
    background: #15486a;
    color: #fff;
    /* border: 1px solid #4F4F4F; */
    font-size: 2.4rem;
    padding: 20px 0
}

#main .proBox .hd .pro-title span {
    display: block;
    padding-left: 45%;
    background: url(../images/flicon.png) no-repeat 12% center
}

#main .proBox .hd li {
    line-height: 50px;
    border-top: 1px solid #DEDEDE
}

#main .proBox .hd ul {
    /* border-top: 4px solid #373737 */
}

#main .proBox .hd li a {
    display: block;
    padding-left: 40%;
    text-align: left;
    font-size: 1.4rem;
    background: url(../images/fl.png) no-repeat 24% center;
}

#main .proBox .hd li:hover a {
    color: #D00;
    background: url(../images/fl2.png) no-repeat 24% center;
}

#main .proBox .hd li.on a {
    color: #D00;
    background: url(../images/fl2.png) no-repeat 24% center;
}

#main .proBox .bd {
    width: 78%;
    float: right
}

#main .itemsBox dl {
    background: #fff;
    overflow: hidden;
    width: calc(100%/3);
    float: left
}

#main .itemsBox dl dt a {
    display: block;
    position: relative
}

#main .itemsBox dl dt img {
    height: 220px
}

#main .itemsBox .mask {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(23, 68, 99, .8);
    color: #fff;
    z-index: 2;
    display: none
}

#main .itemsBox .mask span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-weight: 400
}

#main .itemsBox .mask span i {
    font-size: 4rem;
    display: block
}

#main .itemsBox dd {
    padding: 25px;
    text-align: center;
    height: 220px
}

#main .itemsBox dd a {
    display: block
}

#main .itemsBox dd h4 {
    font-size: 2.4rem;
    color: #525252;
    padding: 10px 0
}

#main .itemsBox dd p {
    font-size: 1.4rem;
    color: #525252;
    line-height: 1.5
}

#main .itemsBox dl:nth-child(odd) dt a:after {
    content: "";
    position: absolute;
    border: 15px solid transparent;
    border-bottom-color: #fff;
    z-index: 22;
    bottom: 0;
    left: 50%;
    margin-left: -15px
}

#main .itemsBox dl:nth-child(even) dt a:after {
    content: "";
    position: absolute;
    border: 15px solid transparent;
    border-top-color: #fff;
    z-index: 22;
    left: 50%;
    top: 0;
    margin-left: -15px
}

#main .itemsBox dl:hover .mask {
    display: block
}

#main .service {
    width: 100%;
    height: 952px;
    margin-top: 70px;
    background: url(../images/bg.png) no-repeat center top
}

#main .service .s-title {
    text-align: center;
    margin-top: 50px;
    color: #272727
}

#main .service .s-title h4 {
    display: inline-block;
    width: 23%;
    border: 1px solid #474747;
    height: 30px
}

#main .service .s-title span {
    font-size: 2.4rem;
    padding: 18px;
    background: #EBEBEB;
    display: inline-block
}

#main .service .s-title h2,
#main .service .step h2 {
    font-size: 3.4rem;
    color: #000;
    padding: 18px 0;
    font-weight: 700;
    text-transform: uppercase
}

#main .service .container {
    position: relative;
    height: 100%
}

#main .service .s-title p {
    font-size: 1.4rem;
    color: #626262
}

#main .step {
    width: 35%;
    float: right;
    position: absolute;
    top: 36%;
    right: 0
}

#main .step h3 {
    margin-bottom: 30px
}

#main .step h3 b {
    color: #000
}

#main .step p {
    font-size: 2.2rem;
    color: #000;
    padding: 10px 0
}

#main .step p i {
    font-style: normal;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #000;
    display: inline-block;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    margin-right: 16px
}

#main .ask {
    display: inline-block;
    border-radius: 13px;
    background-color: #d00;
    width: 142px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    margin-top: 50px
}

.slideCaseBox .parHd {
    margin-bottom: 70px
}

.slideCaseBox .parHd ul {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}
.slideCaseBox .parHd ul::before,.slideCaseBox .parHd ul::after{
    display: none;
}
.slideCaseBox .parHd ul li {
    width: auto;
    float: none;
    margin: 0;
    padding: 0;
}

.slideCaseBox .parHd li a {
    overflow: hidden;
    display: block;
    border: 1px solid #DFDFDF;
    font-size: 1.4rem;
    color: #454545;
    padding: 8px 20px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.slideCaseBox .parHd li.on a {
    background: #141414;
    color: #fff
}

.swiper-container-case .swiper-slide {
    border: 2px solid #BBB;
    overflow: hidden
}

.parBd .swiper-container {
    height: 300px;
}

.swiper-container-case .swiper-slide a {
    display: block;
    position: relative;
    height: 100%;
}

.swiper-container-case .swiper-slide a img {
    height: 100%;
}

.swiper-container-case .swiper-slide .mask {
    position: absolute;
    bottom: 0;
    right: 0;
    top: 100%;
    left: 0;
    background: rgba(0, 0, 0, .8);
    color: #DFE9F4;
    opacity: .8;
    padding: 25px;
    height: 100%;
    transition: all .4s linear
}

.swiper-container-case .swiper-slide .mask h4 {
    text-align: center;
    font-size: 1.6rem;
    padding: 2rem 0
}

.swiper-container-case .swiper-slide .mask .txt {
    font-size: 1.2rem;
    line-height: 2;
    font-family: SimSun
}

.swiper-container-case .swiper-slide .mask .more {
    background-color: #d00;
    width: 70%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    height: 28px;
    display: block;
    line-height: 28px;
    color: #fff;
    font-size: 1.2rem;
    font-family: SimSun;
    text-align: center;
    margin: 3rem auto 0
}

.swiper-container-case .swiper-slide:hover .mask {
    top: 0
}

.lxForm {
    background: url(../images/zxbg.jpg) no-repeat center;
    width: 100%;
    background-size: cover;
    color: #EFEDED;
    text-align: center;
    margin-top: 60px
}

.lxForm .idea {
    font-size: 3.2rem;
    margin-top: 10%
}

.lxForm .info {
    font-size: 1.6rem;
    line-height: 2;
    width: 80%;
    margin: 5% auto
}

.lxForm .container {
    height: 100%
}

.lxForm form .form-group {
    width: 62%
}

.lxForm form .form-group input {
    width: calc(100% - 86px);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    height: 48px;
    display: inline-block;
    float: left;
}

.lxForm form .form-group button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 48px
}

.lxForm .phone {
    font-size: 1.8rem;
    margin: 5% 0
}

.lxForm .phone b {
    font-size: 4.6rem;
    font-weight: 400
}

#main .cases {
    margin-top: 34px;
}

#main .news {
    margin-top: 2rem
}

#main .news .newsTop .date {
    width: 84px;
    height: 66px;
    display: inline-block
}

#main .news .newsTop .date i {
    height: 26px;
    background: #141414;
    font-size: 1.2rem;
    color: #D5D5D5;
    font-family: SimSun;
    text-align: center;
    display: block;
    line-height: 28px;
    font-style: normal
}

#main .news .newsTop .date b {
    height: 40px;
    line-height: 40px;
    color: #FFF;
    text-align: center;
    display: block;
    font-size: 2.4rem;
    background: #3C3C3C;
    font-weight: 400
}

#main .news .newsTop h4 {
    float: right;
    width: calc(100% - 104px);
    margin-top: 24px
}

#main .news .newsTop h4 a {
    font-size: 1.4rem;
    line-height: 1.5;
    color: #333;
    display: block
}

#main .news .swiper-slide {
    border: 1px solid #e8e8e8;
    background: #fff
}

#main .news .swiper-slide .txt {
    padding: 18px;
    font-size: 1.2rem;
    line-height: 2;
}

#main .news .swiper-slide .txt p {
    padding-top: 18px;
    border-top: 1px solid #e8e8e8;
    font-size: 1.2rem;
    color: #5D5D5D;
    line-height: 2
}

#main .news .swiper-slide a.xq {
    font-size: 1.2rem;
    font-family: SimSun;
    color: #1E1E1E;
    padding-left: 18px;
    margin-bottom: 20px;
    display: block
}

#main .news .swiper-slide:hover {
    box-shadow: 0 0 46px 17px rgba(252, 252, 252, 1);
    cursor: pointer
}

#main .news .swiper-slide:hover .newsTop h4 a {
    color: #D00
}

#main .news {
    position: relative
}

#main .news .swiper-button-prev {
    left: -40px;
    top: 58%;
    font-size: 24px;
    width: 40px;
    height: 40px;
    text-align: center
}

#main .news .swiper-button-next {
    right: -40px;
    top: 58%;
    font-size: 24px;
    width: 40px;
    height: 40px;
    text-align: center
}

#main .news .btn {
    margin: 2rem auto
}
#links::before,#links::after{
    display: none;
}
#links .linkBox {
    line-height: 82px;
    border: 1px solid #ddd;
    position: relative;
    /* bottom: -70px; */
    background-color: #fff;
}

#links .linkBox span {
    background: #000;
    color: #fff;
    font-size: 1.4rem;
    display: inline-block;
    width: 100px;
    text-align: center;
    height: 82px;
    line-height: 82px
}

#links .linkBox p {
    width: calc(100% - 100px);
    float: right
}

#links .linkBox p a {
    margin: 0 1.5rem
}

#footer {
    background: #E9E9E9;
    color: #585858
}

#footer ul {
    display: flex;
    justify-content: space-around;
    margin: 5rem auto
}

#footer ul li {
    padding: 0 3rem;
    border-right: 1px solid #C7C7C7
}
#footer ul li.flogo{
    width: 300px;
}

#footer ul li:last-child {
    flex: 1;
    border-right: 0
}

#footer ul li h4 {
    font-size: 1.6rem;
    color: #000;
    padding-bottom: 1.8rem;
    position: relative;
    display: inline-block;
    margin-bottom: 1.5rem
}

#footer ul li h4:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 2px;
    background: #D00
}

#footer ul li.fNav {
    width: 360px;
}
#footer ul li.fNav div{
    display: flex;
    gap: 5px 10px;
    flex-flow: row wrap;
}
#footer ul li.fNav span {
    width: calc((100% - 20px)/3);
    display: inline-block;
    line-height: 2
}

/* #footer ul li.fNav span:nth-child(2n) {
    text-align: right
} */

#footer ul li.fLx p {
    font-size: 1.4rem;
    color: #585858;
    line-height: 2
}

#footer ul li.ewm span {
    display: block;
    width: 110px;
    text-align: center;
    line-height: 1.5;
    font-size: 1.4rem
}

#footer .f2 {
    background: #1B1B1B;
    color: #E7E7E7;
    font-size: 1.4rem;
    padding: 2rem 0
}
#footer .f2 a{
    color: #E7E7E7;
}
#footer ul li.flogo img {
    /* top: 32% !important; */
    position: relative;
}

.nav4 {
    height: 45px
}

.nav4 ul {
    position: fixed;
    z-index: 200;
    bottom: 0;
    left: 0;
    width: 100%
}

.nav4 li {
    border: 1px solid rgba(190, 190, 190, 1);
    height: 45px;
    border-bottom: 0;
    border-right: 0;
    position: relative;
    -webkit-box-shadow: inset 0 0 3px #fff;
    float: left;
    width: 33.26%
}

.nav4 li:nth-of-type(1) {
    border-left: 0
}

.nav4 li>a {
    font-size: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    border-bottom: 0;
    display: block;
    line-height: 45px;
    text-align: center;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#f1f1f1), to(#dcdcdc), color-stop(35%, #ededed), color-stop(50%, #e3e3e3))
}

.nav4 li>a:only-child span {
    background: 0 0;
    padding-left: 0
}

.nav4 li>a.on+dl {
    display: block
}

.nav4 li>a span {
    color: #4f4d4f;
    display: inline-block;
    padding-left: 15px;
    -webkit-background-size: 9px auto;
    text-shadow: 0 1px 0 #fff
}

section {
    padding: 20px 0 50px
}

section .container {
    position: relative;
}

section .side .to {
    background-color: #15486a;
    padding: 1rem 0;
    text-align: center;
    color: #fff;
    font-size: 2rem;
    border-top: 3px solid #15486a
}

section .side .to h3 {
    font-size: 2rem
}

section .side .to span {
    font-size: 1.2rem;
    text-transform: uppercase;
    color: #fff
}

section .side .side1 #partnav {
    background: #F4F4F4;
    padding: 0 0 20px
}

section .side .side1 {
    padding: 0
}

section .side .side1 #partnav li {
    height: 50px;
    line-height: 50px
}

section .side .side1 #partnav li a {
    font-size: 1.4rem;
    display: block;
    padding: 0 20px;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer
}

section .side .side1 #partnav li a i {
    float: right;
    font-style: normal
}

section .side .side1 #partnav li:hover a,section .side .side1 #partnav li a.hover {
    color: #15486a;
    font-weight: bold;
}

section .side .side2,
section .side .side3 {
    margin-top: 15px;
    padding: 0
}

section .side .side2 .lx,
section .side .side3 ul {
    background: #F4F4F4;
    padding: 18px
}

section .side .side2 .lx p {
    padding: 6px 0;
    font-size: 12px;
    
    line-height: 26px;
    color: #555
}

section .side .side1 .sub_nav {
    display: none
}

.nr {
    padding: 0;
    margin-top: 5px
}

.nr h3 {
    margin: 0 auto 5px;
    width: 100%;
    height: 48px;
    overflow: hidden;
    font: 16px/48px "microsoft Yahei"
}

.nr h3 a {
    color: #666;
    display: inline-block;
    height: 48px;
    overflow: hidden;
    padding: 0 32px 0 20px;
    width: 100%;
    background: url(../images/ico15.gif) right 10px center no-repeat;
    background-color: #f4f4f4
}

.nr h3 a:hover,
.nr h3.cur a {
    text-decoration: none;
    color: #fff;
    background: #00ACE6
}

.nr ul li {
    border-bottom: 1px dashed #dedede;
    height: 36px;
    line-height: 36px;
    margin-bottom: 1px;
    padding-left: 20px;
    width: 224px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.nr ul li a {
    color: #494949;
    background: url(../images/left_li.gif) left center no-repeat;
    padding-left: 12px;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block
}

.nr ul li:hover a {
    color: #00ACE6;
    font-weight: 700
}

section .content_box {
    padding: 0;
    background: #F4F4F4;
}

section .content_box .local {
    color: #fff;
    padding: 1rem;
    background: #15486a;
    border-top: 3px solid #15486a
}

section .content_box .local span {
    font-size: 1.6rem;
    padding-left: 10px;
    float: left
}

section .content_box .local p {
    font-size: 1.2rem;
    color: #fff;
    float: right
}

section .content_box .local p a {
    font-size: 1.2rem;
    color: #fff
}

section .content_box .local p a:last-child {
    font-weight: 700;
    color: #fff
}

section .content_box .local p a:hover {
    color: #fff
}

section .content_box .content {
    padding: 15px 30px;
    background: #F4F4F4
}

section .content_box .content img {
    max-width: 100%;
    height: auto !important;
}

section .content_box .content .txt {
    font-size: 12px;    
    line-height: 24px;
    text-align: justify
}

section .content_box .pro_list {
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
}

section .content_box .pro_list li a {
    display: block;
    text-align: center;
    position: relative;
    height: 100%;
}

section .content_box .pro_list li a img {
    height: 100%;
}

section .content_box .pro_list li a p {
    line-height: 3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    background: rgba(102, 102, 102, .5)
}

section .content_box .pro_list li {
    padding: 0 10px;
    margin-top: 20px;
    float: none;
    height: 250px;
}

section .content_box .pro_list li:hover p {
    background: rgba(21, 72, 106, .8)
}

section .content_box .pro_info {
    margin: 2rem 0
}

section .content_box .pro_info .pic img {
    border: 1px solid #ddd;
    padding: 5px
}

section .content_box .pro_info .info h3 {
    font-size: 2.2rem;
    color: #000
}

section .content_box .pro_info .txt {
    margin-top: 3rem
}

section .content_box .content .title_info h3 {
    text-align: center;
    line-height: 2.2rem;
    font-size: 1.6rem;
    color: #555;
    font-family: "宋体"
}

section .content_box .content .title_info p {
    border-bottom: 1px dotted #ccc;
    text-align: center;
    line-height: 24px;
    padding: 10px 0;
    margin-bottom: 15px;
    font-family: "宋体"
}

section .content_box .content .title_info p span {
    margin: 0 18px;
    font-size: 12px
}

section .links,
section .links>a {
    font-size: 12px;
    
    color: grey;
    line-height: 24px;
    margin-top: 25px
}

section .links>a:hover {
    color: #FA0;
    text-decoration: underline
}

section .pages {
    margin: 3rem 0;
    text-align: center
}

section .pages a {
    margin: 0 3px;
    padding: 5px 8px;
    border: 1px solid #ddd;
    color: #878787;
    font-size: 1.2rem
}

section .pages b {
    margin: 0 3px;
    padding: 5px 8px;
    background: #FA0;
    color: #fff;
    font-size: 1.2rem
}

section .content .lx h3 {
    font-size: 1.8rem;
    color: #000
}

section .content .lx p {
    font-size: 1.4rem;
    color: #535353;
    line-height: 2.4rem;
    margin: 14px 0
}

section table {
    width: 100%
}

section table td a {
    color: #FF7F00;
    font-size: 1.33rem
}

section table td a:hover {
    color: red
}

section table tr {
    height: 3.5rem;
    line-height: 3.5rem;
    border-bottom: 1px dotted #ddd
}

section div.zp {
    background-color: #F7F7F7;
    border: 0;
    padding: 0
}

section .content_box .jobs {
    background-color: #fff;
    padding: 2%;
    border: 1px solid #ddd
}

section .content_box .jobs .info {
    color: #999;
    padding: 2% 0;
    border-bottom: 1px solid #ddd
}

section .content_box .describe {
    padding: 2%;
    border: 1px solid #ddd;
    margin: 2% 0;
    background-color: #fff
}

section .content_box .xq {
    overflow: hidden
}

section .content_box .xq {
    line-height: 2.5rem;
    padding: 2% 0
}

section .content_box .xq div {
    padding: 0
}

section .train_list li {
    overflow: hidden;
    padding: 16px 0;
    border-bottom: 1px dashed #ccc;
    overflow: hidden
}

section .train_list dl dt a {
    font-size: 1.4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 400;
    display: block
}

section .train_list .txt {
    margin-top: 15px;
    color: #656565;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

section .train_list img {
    padding: 0;
    border: 1px solid #ddd
}

section .train_list dl p {
    font-size: 1.2rem;
    
    color: #999;
    margin-top: 12px
}

section .train_list dl p a {
    float: right;
    color: #999;
    font-size: 1.2rem;
    font-family: "宋体"
}

section .train_list li:hover dl a {
    color: #DD0000
}

section .train_list li:hover dl dt a {
    font-weight: 700
}

section .tips_list li {
    border-bottom: 1px dashed #ddd;
    padding: 20px 0
}

section .tips_list li .Q a {
    font-size: 1.6rem;
    color: #555;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block
}

section .tips_list li b {
    font-size: 1.6rem;
    font-family: "Microsoft Yahei";
    font-weight: 400
}

section .tips_list li .txt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 12px
}

section .tips_list li:hover a {
    color: #21A66F
}

#wgj_form_1 .form-group {
    overflow: hidden
}

#wgj_form_1 .modal-title {
    text-align: center;
    font-size: 1.8rem
}

#wgj_form_1 label {
    font-size: 1.4rem;
    font-weight: 400;
    padding-right: 8px
}

#wgj_form_1 textarea {
    resize: vertical
}

.wgj_input_template {
    height: 0 !important
}

.wxicon {
    position: relative;
    margin-right: 10px
}

#disewm {
    display: none;
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 99999;
    background: #fff;
    width: 150px;
    padding: 5px;
    border: 1px solid #eee
}

#nav .nav_down {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50px;
    background: url(../images/down_bj.png) 0 0 repeat;
    display: none;
    z-index: 9
}

#nav .nav_down ul {
    padding: 0
}

#nav .nav_down ul li {
    float: left;
    width: 114px;
    min-height: 135px;
    line-height: 30px;
    text-align: center;
    margin: 0 15px
}

#nav .nav_down ul li a {
    color: #fff;
    display: block;
    overflow: hidden;
    text-align: center
}

#nav .nav_down ul li a:hover {
    text-decoration: underline
}

#nav .nav_down ul li a:first-child {
    margin-top: 15px
}


/*次页左侧新闻*/
.ny_l_news ul li {
    width: 100%;
    border-bottom: 1px solid #e7e7e7;
    padding: 8px 0px 8px 0px;
}

.ny_l_news ul li>a {
    color: #333333;
    height: 22px;
    display: block;
    line-height: 22px;
    margin-left: 27px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ny_l_news ul li em {
    font-style: normal;
    width: 18px;
    height: 20px;
    background: url(../images/about_05.png) 0px 0 no-repeat;
    text-align: center;
    color: #fff;
    font-family: Arial;
    overflow: hidden;
    display: inline;
    margin-top: 2px;
    line-height: 20px;
}

.ny_l_news ul li div {
    margin-top: 16px;
    overflow: hidden;
    display: none;
}

.ny_l_news ul li div span {
    width: 100%;
    height: 140px;
    border: 1px solid #ececec;
}

.ny_l_news ul li div span .jzimg {
    width: 100%;
    height: 140px;
}

.ny_l_news ul li div span .jzimg img {
    max-height: 140px;
}

.ny_l_news ul li div span .jzimg i {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.ny_l_news ul li div strong {
    font-weight: normal;
    width: 48%;
    overflow: hidden;
}

.ny_l_news ul li div strong p {
    line-height: 24px;
}

.ny_l_news ul li div strong .str_p1 {
    color: #666;
    line-height: 24px;
    height: 48px;
    display: block;
    overflow: hidden;
}

.ny_l_news ul li div strong .str_p2 {
    color: #cecece;
    height: 24px;
    display: block;
    overflow: hidden;
    text-transform: uppercase;
    font-size: 1.4rem;
}

.ny_l_news ul .gao_news em {
    background: url(../images/about_06.png) 0px 0 no-repeat;
}

.ny_l_news ul li:hover em {
    background: url(../images/about_06.png) 0px 0 no-repeat;
}

.ny_l_news ul .gao_news div {
    display: block;
}

.ny_l_news ul .gao_news {
    border: 0px;
}

.ny_l_news ul li:hover {
    border: 0px;
}


#online {
    width: 65%;
    margin: 4rem auto;
}

#online textarea {
    resize: both;
    background: #E5E5E5;
    resize: vertical
}

#online .btn {
    width: 42%;
    margin: 0 2%;
    border: none;
}
#online button[type='submit']{
    background-color: #15486a;
}
#online button[type='reset']{
    color: #333;
    background-color: #fff;
}

#online input {
    background: #E5E5E5
}

#online h4 {
    font-size: 2.2rem;
    color: #15486a;
    font-weight: 700
}

#online h4 span {
    font-size: 1.4rem;
    color: #BCBCBC;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 400
}

#online .tips {
    font-size: 1.4rem;
    line-height: 1.5;
    padding: 8px 0;
    margin-bottom: 2rem;
}



.video {
    width: 58%;
    padding: 20px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 13px;
    box-shadow: 1.5px 2.598px 29px 0px rgba(4, 0, 0, 0.5);

}

.video video {
    margin-top: 0;
    background: #000;
    overflow: hidden;
}
.video img.img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-banner {
    width: 100%;
    height: 460px;
    position: relative;
}

.page-banner::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.2);
}

.page-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-banner .banner-text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    color: #fff;
    text-align: center;
}

.page-banner .banner-text h3 {
    font-size: 40px;
}

.page-banner .banner-text p {
    font-size: 16px;
    line-height: 2;
}

@media (max-width:768px) {
    .page-banner {
        margin-top: 60px;
        height: 240px;
    }
    .page-banner .banner-text h3{
        font-size: 24px;
    }
}