@font-face {
    font-family: 'iconfont';
    src: url('../../../hdimg/bas/font/iconfont.eot');
    src: url('../../../hdimg/bas/font/iconfont.eot?#iefix') format('embedded-opentype'),
        url('../../../hdimg/bas/font/iconfont.woff2') format('woff2'),
        url('../../../hdimg/bas/font/iconfont.woff') format('woff'),
        url('../../../hdimg/bas/font/iconfont.ttf') format('truetype');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 35px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* ---------------------------- */

.column {
    width: 100%;
    text-align: center;
    margin: 50px 0 40px 0;
}

.column .name {
    display: inline-block;
    position: relative;
    font-size: 30px;
    font-weight: bold;
    color: #353535;
}

.column .name::before {
    content: '';
    width: 51px;
    height: 25px;
    background: url(../images/column-r-ico.png) no-repeat;
    position: absolute;
    left: -70px;
    top: 9px;
}

.column .name::after {
    content: '';
    width: 51px;
    height: 25px;
    background: url(../images/column-l-ico.png) no-repeat;
    position: absolute;
    right: -70px;
    top: 9px;
}

.zsztSlide .slide .img {
    overflow: hidden;
}

.zsztSlide .slide .img img {
    width: 100%;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.zsztSlide .slide .key {
    position: absolute;
    height: 38px;
    line-height: 38px;
    border-radius: 0px 0px 5000px 0px;
    background: rgba(0, 0, 0, .5);
    left: 0;
    top: 0;
    font-size: 18px;
    color: #fff;
    box-sizing: border-box;
    padding: 0 20px 0 10px;
}

/* .main-zszt .layui-container {
    width: 1440px;
    margin: 0 auto;
} */

.zsztSlide {
    width: 100%;
    box-sizing: border-box;
    padding: 0 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.zsztSlide .container {
    box-sizing: border-box;
    padding: 20px;
}

.zsztSlide .slide {
    width: calc((100% - 64px) / 3);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.06);
    position: relative;
}

.zsztSlide .slide .text {
    width: 100%;
    height: 127px;
    border: 1px solid #f2f2f2;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.zsztSlide .slide .text .title {
    font-size: 24px;
    box-sizing: border-box;
    padding-left: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.zsztSlide .slide .more {
    font-size: 16px;
    line-height: 45px;
    color: #494949;
    box-sizing: border-box;
    padding-right: 30px;
    min-width: 110px;
}

.zsztSlide .slide:hover .more {
    width: 132px;
    height: 41px;
    line-height: 41px;
    text-align: center;
    color: #fff;
    display: inline-block;
    border-radius: 5px 0px 0px 5px;
    background: #0183E7;
    padding: 0;
}

.zsztSlide .slide .ico {
    width: 116px;
    height: 116px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0px 4px 35px 0px rgba(0, 0, 0, 0.06);
    position: absolute;
    bottom: 95px;
    left: calc((100% - 116px) /2);
    display: flex;
    justify-content: center;
    align-items: center;
}

.zsztSlide .slide .ico .ico2 {
    display: none;
}

.zsztSlide .slide:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.zsztSlide .slide:hover .ico .ico1 {
    display: none;
}

.zsztSlide .slide:hover .ico .ico2 {
    display: block;
}

/* ------------------------- */

.yqgk {
    display: flex;
    flex-wrap: wrap;
}

.yqgk .item {
    flex: 1;
    background: rgba(216, 216, 216, .2);
    box-sizing: border-box;
    padding: 40px 30px;
}

.yqgk .item .name {
    font-size: 24px;
    font-weight: bold;
    color: #0183E7;
}

.yqgk .item .desc {
    line-height: 30px;
    text-align: justify;
    color: #696969;
    margin: 15px 0 30px 0;
}

.yqgk .item .more {
    width: 132px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    background: #0183E7;
}

.yqgk .video {
    width: 610px;
    position: relative;
    background: #000;
}

.yqgk .video .btn {
    width: 57px;
    height: 57px;
    background: url(videoBtn.png) no-repeat;
    background-size: cover;
    position: absolute;
    left: calc((100% - 57px) / 2);
    top: calc((100% - 57px) / 2);
}

.fhjdlist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
}

.fhjdlist .box {
    width: calc((100% - 66px)/ 3);
    display: flex;
    flex-direction: column-reverse;
}

.fhjdlist .box2 {
    flex-direction: column;
}

.fhjdlist .box .text {
    box-sizing: border-box;
    padding: 30px;
    position: relative;
}

.fhjdlist .box1 .text::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 26px solid #0183E7;
    position: absolute;
    left: calc((100% - 30px) / 2);
    z-index: -1;
    top: auto;
    bottom: -20px;
    transform: rotate(180deg);
}

.fhjdlist .box2 .text::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 26px solid #36B9C1;
    position: absolute;
    top: -20px;
    left: calc((100% - 30px) / 2);
    z-index: -1;
}

.fhjdlist .box3 .text::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 26px solid #36C195;
    position: absolute;
    left: calc((100% - 30px) / 2);
    z-index: -1;
    top: auto;
    bottom: -20px;
    transform: rotate(180deg);
}



.fhjdlist .box .text .title {
    font-size: 24px;
    line-height: 45px;
    text-align: justify;
    color: #fff;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.fhjdlist .box .text .desc {
    line-height: 25px;
    color: #fff;
    font-size: 14px;
    height: 75px;
    opacity: 0.7;
    margin: 13px 0 23px 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.fhjdlist .box .text .more {
    width: 132px;
    height: 41px;
    line-height: 41px;
    text-align: center;
    display: inline-block;
    background: #fff;
    border-radius: 5px;
}

.fhjdlist .box1 .text {
    width: 100%;
    height: 250px;
    background: #0183E7;
    margin-bottom: 25px;
}

.fhjdlist .box1 .more {
    color: #0183E7;
}

.fhjdlist .box2 .text {
    width: 100%;
    height: 250px;
    background: #36B9C1;
    margin-top: 25px;
}

.fhjdlist .box2 .more {
    color: #36B9C1;
}

.fhjdlist .box3 .text {
    width: 100%;
    height: 250px;
    background: #36C195;
    margin-bottom: 25px;
}

.fhjdlist .box3 .more {
    color: #36B9C1;
}

.fhjdlist .box .img {
    overflow: hidden;
}

.fhjdlist .box .img img {
    width: 100%;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.fhjdlist .box:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}


.zsyslist .box {
    position: relative;
}

.zsyslist .box .img {
    overflow: hidden;
}

.zsyslist .box .img img {
    width: 100%;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.zsyslist .box .title {
    width: 257px;
    height: 50px;
    border-radius: 10px;
    background: rgba(1, 131, 231, .7);
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    position: absolute;
    left: calc((100% - 257px) /2);
    top: calc((100% - 50px) / 2);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.zsyslist .box:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.main-cyfx {
    width: 100%;
    background: rgba(222, 237, 255, .5);
    box-sizing: border-box;
    padding: 1px;
    padding-bottom: 84px;
    margin-top: 60px;
}

.zsfx .left {
    width: 56.3%;
}

.zsfx .left .item {
    position: relative;
    /* background: #0183E7; */
    border-radius: 5px;
    transition: all 0.5s ease-in-out;
    max-height: 181.55px;
}

.zsfx .left .item::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(1, 131, 231, .8);
    transition: all 0.5s ease-in-out;
}

.zsfx .left .item:hover::before {
    background: rgba(54, 185, 193, .8);
    transition: all 0.5s ease-in-out;
}



.zsfx .left .item .img {
    overflow: hidden;
}

.zsfx .left .item .img img {
    width: 100%;
    max-height: 181.55px;
}

.zsfx .left .item .text {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.zsfx .left .item .text .title {
    font-size: 20px;
    color: #fff;
    text-align: center;
    margin-top: 6px;
}

.zsfx {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.zsfx .right {
    width: calc(43.7% - 38px);
}

.zsfx .right .rzlcImg {
    width: 100%;
    height: 587px;
    background: url('rzlcBg.png') center no-repeat;
    background-size: 100% 100%;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    box-sizing: border-box;
    padding-top: 30px;
}

.zsfx .right .rzlcImg img {
    max-width: 100%;
}

.rzlcImg .name {
    width: 107px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    border-radius: 0px 0px 30px 30px;
    background: #36B9C1;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
    position: absolute;
    top: 0;
}


.main-message {
    width: 100%;
    height: 487px;
    background: url('messageBg.png') center no-repeat;
    background-size: cover;
}


/* ----------------------------- */

.news {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.news .newSlide {
    width: 50%;
    position: relative;
}

.news .newList {
    width: 50%;
    box-sizing: border-box;
    padding-left: 30px;
}

.newSlide .swiper-slide a {
    display: inline-block;
    width: 100%;
}

.newSlide .swiper-slide .title {
    width: 100%;
    height: 60px;
    line-height: 60px;
    position: absolute;
    bottom: 0;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background: rgba(0, 0, 0, .5);
    box-sizing: border-box;
    padding: 0 120px 0 15px;
}

.newSlide .swiper-slide .img img {
    width: 100%;
    max-height: 395px;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.newSlide .swiper-pagination {
    right: 0;
    bottom: 20px;
    text-align: right;
    box-sizing: border-box;
    padding-right: 15px;
}

.newSlide .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: 1;
    margin: 0 5px;
    background: #D8D8D8;
}

.newSlide .swiper-pagination-bullet-active {
    background: #0183E7;
}

.newSlide .swiper-slide:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}


.newList li.first {
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 1px solid #D8D8D8;
}

.newList li.first .title {
    font-size: 18px;
    font-weight: bold;
    height: 26px;
    line-height: 26px;
    color: #1B1B1B;
    transition: all 0.5s ease-in-out;
}

.newList li.first:hover .title {
    color: #0183E7;
    transition: all 0.5s ease-in-out;
}

.newList li.first .desc {
    font-size: 14px;
    line-height: 20px;
    height: 40px;
    text-align: justify;
    color: #1B1B1B;
    opacity: .5;
    margin-top: 8px;
}

.main-zsyw {
    padding-bottom: 60px;
}

.newList li.n {
    width: 100%;
    line-height: 25px;
    display: flex;
    justify-content: space-between;
    margin: 13px 0;
}

.newList li.n a {
    width: calc(100% - 95px);
    position: relative;
    color: #1B1B1B;
    box-sizing: border-box;
    padding-left: 10px;
    flex: 1;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.newList li.n .dete {
    color: #1B1B1B;
    opacity: .5;
    width: 95px;
    text-align: right;
}

.newList li.n a::before {
    content: '';
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #1B1B1B;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 12px;
}

.newList li.n:last-of-type {
    margin: 0;
    padding: 0;
}

.newList li.n:hover a {
    color: #0183E7;
}

.newList li.n:hover .dete {
    opacity: .7;
}

/* --------------------------- */

.message-tt {
    font-size: 20px;
    color: #0183E7;
    text-align: center;
    padding: 70px 0 30px;
}

.main-message .layui-input {
    height: 45px;
}

.main-message #fdbform {
    width: 65%;
    margin: 0 auto;
}

.main-message .layui-btn {
    width: 100%;
    height: 45px;
    background: #36B9C1;
}


input.err,
input.error,
textarea.err,
textarea.error,
select.err,
select.error {
    border: #bf6464 2px dashed !important;
    background-color: #fdfbfb !important;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

/* ---------------------------- */
.footer {
    background: #0183E7;
    color: #fff;
    margin: 0;
}

.footer a {
    color: #fff;
}

.footer .erweima {
    font-size: 14px;
    text-align: center;
}

.footer_box .xzzq {
    overflow: hidden;
    display: inline-block;
    background: #fff;
    color: #0183E7;
    height: 32px;
    line-height: 30px;
    padding: 0 10px;
    position: relative;
    top: 10px;
    left: 10px;
    font-weight: bold;
    font-size: 14px;
}

.footer_box .xzzq .iconfont {
    font-size: 22px;
    position: relative;
    top: 2px;
}

/* ---------------------- */
.phxia {
    position: fixed;
    width: 100%;
    left: 0;
    top: 64px;
    z-index: 998;
    background-color: #fff;
    max-height: calc(100vh - 64px);
    overflow: auto;
}

.xialaph {
    display: none;
    width: 100%;
    background-color: #fff;
    font-family: '寰蒋闆呴粦';
    height: calc(100vh - 64px);
    padding: 10px 0;
}

.xialaph h4 {
    position: relative;
    padding: 0 20px;
    font-size: 16px;
}

.xialaph h4::after {
    content: '';
    display: block;
    clear: both;
}

.xialaph h4 a {
    font-size: 18px;
    line-height: 46px;
    color: #999;
    max-width: calc(100% - 36px);
}

.xialaph h4 img {
    position: absolute;
    top: 50%;
    right: 5px;
    width: 13px;
    cursor: pointer;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.xialaph .ul2 {
    display: none;
    padding-top: 7px;
    padding-bottom: 8px;
    background: #f7f8fa;
    border-top: 1px solid rgba(0, 0, 0, .1);
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.xialaph .ul2 .container_s {
    max-width: 100%;
    padding: 0 20px;
}

.xialaph .ul2 .container_s .yinyan {
    display: none;
}


.img_s {
    float: right;
    display: block;
    font-size: 16px;
    line-height: 40px;
    color: #999;
    transition: all .36s;
}

.xialaph h5 {
    position: relative;
}

.xialaph h5::after {
    content: '';
    /* position: absolute;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 1px;

    opacity: 0;
    background-color: #000; */
    display: block;
    clear: both;
}

.xialaph h5 a {
    font-family: '寰蒋闆呴粦';
    font-size: 16px;
    line-height: 35px;
    /* text-transform: uppercase; */
    color: #999;
    max-width: calc(100% - 36px);
}

.xialaph h5 img {
    position: absolute;
    top: 50%;
    right: 5px;
    width: 35px;
    padding: 11px;
    cursor: pointer;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.xialaph h4.active img.img_s,
.xialaph h5.active img.img_s {
    display: none;
}

.xialaph h4.active img.img_d,
.xialaph h5.active img.img_d {
    display: block;
}

.fixBtn {
    position: fixed;
    right: 10px;
    bottom: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 999;
}

.fixBtn .ico {
    width: 72px;
    height: 72px;
    border-radius: 5px;
    background: #F3F3F3;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fixBtn p {
    text-align: center;
    color: #050505;
    margin-top: 5px;
}

.fixModal {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    display: none;
    z-index: 99;
}

.fixModal .content {
    width: 770px;
    height: 377px;
    background: url('fix-modal-bg.png') center no-repeat #fff;
    background-size: cover;
    position: absolute;
    left: calc((100% - 770px) / 2);
    top: calc((100% - 377px) / 2);
    box-sizing: border-box;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.fixModal .content .text {
    font-size: 24px;
    line-height: 45px;
    color: #464646;
}

.fixModal .content .phone {
    width: 100%;
    height: 70px;
    line-height: 70px;
    background: #00BECA;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 0 20px;
}

.fixModal .content .phone img {
    width: 32px;
    margin-right: 15px;
}

.fixModal .content .phone span {
    flex: 1;

}


.fixModal .content .close {
    width: 24px;
    height: 24px;
    background: url(close.png) no-repeat;
    position: absolute;
    right: 30px;
    top: 26px;
}


/* ------- */

.yanzm {
    position: relative;
    width: 100%;
    display: inline-block;
}

#getcaptch {
    position: absolute;
    right: 115px;
    top: 1px;
    height: 43px;
}


.img_content {
    display: none;
    position: fixed;
    background: #fff;
    left: calc((100% - 1100px) / 2);
    top: 15%;
    z-index: 1002;
    border: solid 1px #3B8BB9;
}



.img_content video {
    width: 1100px;
    height: auto;
}



.colse_btn {
    border: solid 1px #3B8BB9;
    color: #fff;
    height: 20px;
    margin-top: -5px;
    z-index: 99;
    line-height: 20px;
    font-size: 14px;
    width: 45px;
    background: #3B8BB9;
    border-radius: 0.5em;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    float: right;
}
