﻿
@charset "utf-8";
/**初始**/



* {
    outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font: normal 14px "Microsoft YaHei";
    -webkit-text-size-adjust: 100%
}

body {
    padding: 0;
    margin: 0 auto;
    font-size: 14px;
    line-height: 24px;
    color: #666;
    background-color: #fff;
    position: relative;
    font-family: "Arial","微软雅黑" !important;
    -webkit-text-size-adjust: none;
    /*取出点击出现半透明的灰色背景*/
    -webkit-tap-highlight: rgba(0,0,0,0);
    /*控制内容的可选择性*/
    /*-webkit-user-select: none; 
-ms-user-select: none;
-moz-user-select: none;
-khtml-user-select: none;
user-select: none;*/
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}

ul,
li,
form,
dl,
dt,
dd,
div,
ol,
figure,
aside {
    padding: 0;
    margin: 0;
}

.ul,
.ul li {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

    table td {
        border-collapse: collapse;
        font-size: 14px;
    }

select, input, textarea {
    font-size: 14px;
    color: #333;
    border-radius: 0;
    -webkit-border-radius: 0;
    font-family: "Microsoft YaHei";
}

img {
    border: none;
    max-width: 100%;
    vertical-align: middle;
}

a {
    color: #333;
    text-decoration: none;
    noline: -webkit-tap-highlight-color:rgba(0,0,0,0); /* 去掉链接触摸高亮 */
}

    a:hover {
        color: #24a2e4;
        text-decoration: none;
    }

    a:focus {
        color: #000;
        outline: none;
        -moz-outline: none;
    }

    a:active {
        color: #000;
    }

pre {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    margin: 0;
    font-family: "Microsoft YaHei";
    text-align: justify;
    text-justify: inter-ideograph;
}

.clear {
    clear: both;
    height: 0px;
    overflow: hidden;
    zoom: 0;
}

.clearfix {
    *zoom: 1;
}
    /*IE/7/6*/
    .clearfix:after {
        content: "";
        display: block;
        height: 0;
        clear: both;
    }

.dot {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
/*2行文本省略号*/
.dot2 {
    display: -webkit-box;
    display: box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
/*3行文本省略号*/
.dot3 {
    display: -webkit-box;
    display: box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
/*垂直居中,容器设置宽高*/
.Ispic {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
}

.Isimg {
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: 100%;
    max-height: 100%;
    transform: translate(-50%,-50%);
}

.Isimg_2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: transform .8s ease-in-out;
}
/*:before,
:after{ position:absolute; content:'';}*/
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}




.wid {
    max-width: 1200px;
    margin: 0 auto;
}

@media(max-width:1200px) {
    .wid {
        padding: 0 2%;
    }
}


.header {
    width: 100%;
    background: #f2fbff;
    position: relative;
    z-index: 200
}

    .header .wid {
        position: relative;
    }

    .header .logo {
        display: inline-block;
        width:55%;
        padding: 15px 0;
    }

        .header .logo img {
            display: inline-block;
            vertical-align: middle;
            margin-right: 2%;
        }

            .header .logo img.img2 {
                max-width: 81%;
            }

    .header .top {
        width: 40%;
        float: right;
        padding-top: 2%;
        text-align: right;
    }

        .header .top dt {
            float: right;
            background: url("../images/ewm_bg.png") no-repeat center;
            padding: 7px;
            background-size: 100% 100%;
        }

        .header .top dd {
            display: inline-block;
            margin-right: 8%;
          /*  width: 270px;*/
        }
       .header .top figure {display: flex;justify-content:flex-end;}

        .header .top figure a {
            color: #fff;
            border-radius: 100%;
            background: #97b6c4;
            line-height: 30px;
            display: inline-block;
            text-align: center;
            font-family: '微软雅黑';
        }

            .header .top figure a.lang {
                width: 60px;
				height:30px;
				border-radius:5px;
                margin-left: 3%;
				display:flex;
				align-items:center;
				justify-content:center;
            }

            .header .top figure a.oa {
                padding: 0 10%;
                background: #0993cf;
                border-radius: 20px;
            }
  .header .hotline span{ display:inline-block; background:url(../images/Top002703_call.png) no-repeat left center; font-size:16px; padding-left:21px; color:#555;}
  .header .hotline aside{color:#da251c;font-size: 24px;font-weight: bold;}

    .header .search-box {
        position: relative;
        padding-right: 25px;
           margin-bottom: 12px;
        border-bottom: 1px solid #dddddd;
        text-align: left;
        width: 100%;
    }

        .header .search-box a {
            position: absolute;
            width: 20px;
            background: url("../images/search_icon.png") no-repeat center;
            height: 100%;
            right: 0;
            top: 0;
        }

        .header .search-box input {
            background: none;
            border: none;
            line-height: 30px;
            height: 30px;
            color: #999;
        }

.menu_search .search-box input::-webkit-input-placeholder {
    color: #dddddd;
}

.menu_search .search-box input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #dddddd;
}

.menu_search .search-box input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #dddddd;
}

.menu_search .search-box input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #dddddd;
}

.topNav {
    position: relative;
    background: #0993cf;
    line-height: 50px
}

    .topNav .wid > li {
        position: relative;
        float: left;
        margin-right: 3.7%;
    }

    .topNav li > a {
        color: #fff;
        font-size: 18px;
        display: block;
        border-bottom: 3px solid transparent;
        transition: all 0.3s;
    }

        .topNav li > a:hover,
        .topNav li.aon > a {
            border-color: #ffca5b;
        }

    .topNav li:last-child {
        margin-right: 0;
    }

    .topNav li dl {
        position: absolute;
        left: 50%;
        margin-left: -70px;
        top: 100%;
        background: rgba(255,255,255,0.7);
        padding: 15px 10px;
        display: none;
        width: 140px;
        z-index: 105;
    }

        .topNav li dl dd {
            line-height: 20px;
            padding: 5% 0;
            text-align: center;
            font-size: 16px;
        }

.updateSize {
    font-size: 16px
}

/*首页banner*/
.H_ban {
    position: relative;
}

    .H_ban .video,
    .H_ban .wap {
        display: none;
    }

    .H_ban .bx-pager {
        position: absolute;
        left: 0;
        width: 100%;
        text-align: center;
        bottom: 20px;
        z-index: 101;
    }

        .H_ban .bx-pager > div,
        .H_ban .bx-pager > div a {
            width: 12px;
            height: 12px;
            display: inline-block;
            overflow: hidden;
        }

        .H_ban .bx-pager > div {
            margin: 0 4px;
        }

            .H_ban .bx-pager > div a {
                line-height: 100;
                background: rgba(255,255,255,0.5);
                border-radius: 100%;
                display: block;
            }

                .H_ban .bx-pager > div a.active {
                    background: #fec85c;
                }

    .H_ban .li_video:before,
    .H_ban .li_video .play {
        position: absolute;
        left: 0;
        top: 0;
    }

    .H_ban .li_video:before {
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.5);
        content: '';
    }

    .H_ban .li_video .play {
        font-size: 30px;
        color: #fff;
        text-align: center;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
		cursor:pointer
    }

        .H_ban .li_video .play:before {
            content: '';
            display: block;
            padding-top: 67%;
            background: url("../images/video_play.png") no-repeat center;
            background-size: contain;
            margin-bottom: 15%;
        }

    .H_ban li figure {
        width: 100%;
        height: 400px;
        background-size: cover;
        background-position: center center;
        overflow: hidden;
    }


.owl-item {
    float: left;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    position: relative;
}

.owl-stage-outer {
    position: relative;
    overflow: hidden;
}

.owl-stage {
    position: relative;
    touch-action: manipulation;
}
/*首页第一模块——图标*/


/*
 .Form002324 为demo编号
 */
.Form002324{ display: none; position:fixed; background:rgba(0,0,0,0.4); width:100%;height: 100%; top:0; left:0; z-index:99;}
.Form002324 .wrap-container{ position:fixed; top:50%;margin-top: -220px; width:300px; height:340px; margin-left:-150px; left:50%; background:#fff; z-index:100;}
.Form002324 .closeBtn{ position:absolute; top:20px; right:20px; height:17px; width:17px; display:block; background:url(../images/Form002324-colseBtn.jpg) no-repeat;}
.Form002324 .Title{ font-size:24px; color:#555555; text-align:center; line-height:100px;}
.Form002324 .img{padding:26px;}
.Form002324 p{text-align: center;font-size:18px;color:#666;margin-bottom:0;}
@media only screen and (max-width:664px ) {
    
}


.H_box .box1 {
    padding: 3% 0;
}

    .H_box .box1 li {
        width: 16.667%;
        float: left;
        height: 109px;
        overflow: hidden;
        border: 1px solid #f3f3f3;
        background: #fff;
        line-height: 109px;
        text-align: center;
        margin: -1px -1px 0 0;
        font-size: 0;
    }

        .H_box .box1 li:nth-child(2),
        .H_box .box1 li:nth-child(4),
        .H_box .box1 li:nth-child(6),
        .H_box .box1 li:nth-child(7),
        .H_box .box1 li:nth-child(9),
        .H_box .box1 li:nth-child(11) {
            background: #fbfbfb;
        }

        .H_box .box1 li * {
            transition: all 0.4s;
        }

        .H_box .box1 li span,
        .H_box .box1 li figure {
            display: inline-block;
            vertical-align: middle;
        }

        .H_box .box1 li span {
            line-height: 22px;
            font-size: 18px;
            color: #999;
            width: 55px;
            text-align: left;
        }

            .H_box .box1 li span.txt {
                width: 45px;
            }

        .H_box .box1 li span.txt2 {
                width: 77px;
            }

        .H_box .box1 li figure {
            width: 80px;
            height: 80px;
            position: relative;
            margin-right: 5%;
            border: 1px solid #f3f3f3;
            border-radius: 100%;
            background: #fff;
            line-height: 80px;
        }
        .H_box .box1 li .pic {
            width: 80px;
            height: 80px;
            position: relative;
            margin-right: 5%;
            border: 1px solid #f3f3f3;
            border-radius: 100%;
            background: #fff;
            line-height: 80px;
            display: inline-block;
            vertical-align: middle;
        }
        /*.H_box .box1 li img{ position: absolute; left: 50%; top: 50%; max-height: 100%; transform: translate(-50%,-50%);}*/
        .H_box .box1 li img {
            display: inline-block;
            vertical-align: middle;
            max-height: 80px;
        }

    .H_box .box1 .hover {
        display: none;
    }

.H_box #side-icon ul {
    padding: 0 20px;
    position: relative;
}

.H_box #side-icon .owl-item li {
    width: 120px;
    margin-top: 0;
}

.H_box #side-icon figure {
    width: 50px;
    line-height: 50px;
    height: 50px;
}
.H_box #side-icon .pic{
    width:60px;
    line-height: 60px;
    height: 60px
}

.H_box #side-icon img {
    max-height: 30px;
    max-width: 30px;
}
.H_box #side-icon .pic img{
    max-width:45px;
    max-height: 45px;
}

.H_box #side-icon span {
    font-size: 16px;
    line-height: 20px;
}

.H_box #side-icon span.txt2{font-size:15px;width:51px;}

.H_box .side-icon a:hover figure {
    background: #0993cf;
    border-color: #0993cf;
}

    .H_box .side-icon a:hover figure .img {
        display: none;
    }

.H_box .side-icon a:hover .hover {
    display: inline-block;
}

.H_box .side-icon a:hover span {
    color: #0993cf;
}

.H_box #side-icon .owl-nav div {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    height: 20px;
    width: 20px;
    cursor: pointer;
    padding: 0;
    line-height: 100;
    overflow: hidden;
    background: url("../images/btn_icon.png") no-repeat -14px center;
}

.H_box #side-icon .owl-nav .owl-prev {
    left: 0;
}

.H_box #side-icon .owl-nav .owl-next {
    right: 0;
    background-position: -56px center;
}

.Htitle {
    width: 48%;
    float: left;
}

    .Htitle figure {
        position: relative;
        font-size: 28px;
        color: #0993cf;
        overflow: hidden;
        line-height: 34px;
    }

    .Htitle span {
    }

    .Htitle .H_more {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        font-size: 18px;
        color: #bbbbbb;
        padding-right: 23px;
    }

        .Htitle .H_more:before,
        .Htitle .H_more:after {
            width: 0;
            height: 0;
            display: block;
            position: absolute;
            right: 0;
            top: 50%;
            border: 7px solid transparent;
            border-left-color: #fff;
            overflow: hidden;
            content: '';
            margin-top: -7px;
        }

        .Htitle .H_more:before {
            right: -2px;
            border-left: 7px solid #bbbbbb;
        }

.H_i_tit {
    font-size: 22px;
    color: #dddddd;
    display: block;
    margin: 10px 0;
    position: relative;
}

    .H_i_tit:before {
        content: '';
        background: url("../images/H_tit_bg.png") repeat-x center right;
        display: inline-block;
        height: 10px;
        width: 100%;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        z-index: 1;
    }

    .H_i_tit i {
        display: inline-block;
        background: #fff;
        font-style: normal;
        position: relative;
        z-index: 2;
        padding-right: 10px;
    }

.owl-nav div {
    z-index: 10;
}
/*首页新闻中心*/
.H_news .H_i_tit:before {
    opacity: 0.5;
}

.H_news span:nth-child(2) {
    background: -webkit-linear-gradient(top, #eeeeee, #fcfcfc);
    background: -o-linear-gradient(top, #eeeeee, #fcfcfc);
    background: -moz-linear-gradient(top, #eeeeee, #fcfcfc);
    background: linear-gradient(top, #eeeeee, #fcfcfc);
}

.H_news .title span:nth-child(2) a {
    color: #b6b6b6;
}

.H_news {
    overflow: hidden;
}

    .H_news span {
        float: left;
        padding: 2% 3% 0;
        border: 1px solid #eeeeee;
        border-radius: 5px;
        border-bottom: none;
        color: #b6b6b6;
        cursor: pointer;
    }

        .H_news span.on {
            color: #0993cf;
        }

    .H_news .title span a {
        display: none;
    }

    .H_news .tit ul {
        float: right;
        width: 48%;
        padding-top: 1%;
        display: none;
    }

        .H_news .tit ul li {
            float: left;
            padding: 1.25% 4%;
            border: 1px solid #efefef;
            color: #888888;
            font-size: 16px;
            border-radius: 20px;
            margin-right: 2%;
            cursor: pointer;
            transition: all 0.3s;
        }

            .H_news .tit ul li:hover,
            .H_news .tit ul li.on {
                padding: 1.25% 10%;
                color: #0993cf;
                background: #cff0ff;
                border-color: #cff0ff;
            }

    .H_news .list {
        padding: 1.2% 0 3%;
        position: absolute;
        opacity: 0;
        z-index: 1;
    }

    .H_news .list_on {
        position: relative;
        opacity: 1;
        z-index: 2;
    }

    .H_news .list ul {
        position: relative;
        padding-left: 52%;
        min-height: 160px;
    }

    .H_news .list ul {
        position: absolute;
        opacity: 0;
        z-index: 1;
    }

        .H_news .list ul.ul_on {
            position: relative;
            z-index: 2;
            opacity: 1;
        }

    .H_news .list ol {
        position: absolute;
        left: 0;
        top: 0;
        width: 48%;
        height: 100%;
    }

        .H_news .list ol dd {
            min-height: 176px;
            width: 100% !important
        }

        .H_news .list ol a {
            position: relative;
            height: 100%;
            width: 100%;
        }

        .H_news .list ol figure {
            width: 41%;
            position: relative;
            float: left;
            border-radius: 20px;
            margin-right: 3%;
            padding-top: 30.6%;
        }

        .H_news .list ol h2 {
            margin: 1% 0 1.5%;
            font-weight: normal;
            font-size: 18px;
            line-height: 28px;
        }

        .H_news .list ol p {
            margin: 0 0 2%;
            line-height: 24px;
            color: #888888;
            font-size: 16px;
        }

        .H_news .list ol span {
            font-size: 14px;
            color: #bbbbbb;
            display: inline-block;
            background: url("../images/line_icon1.png") no-repeat left center;
            padding: 0 0 0 20px;
            border: none;
        }

    .H_news .list li {
        border-bottom: 1px solid #efefef;
        line-height: 44px;
        height: 44px;
        width: 100% !important;
    }

        .H_news .list li a {
            font-size: 16px;
            color: #666666;
        }

            .H_news .list li a:hover {
                color: #0993cf;
            }

        .H_news .list li time {
            float: right;
            color: #bbbbbb;
            font-size: 14px;
        }

        .H_news .list li:nth-child(2) {
            border-top: 1px solid #efefef;
        }

.H_box2 {
    padding: 2% 0;
    background: #fafafa;
position:relative;
z-index:3;
}

    .H_box2 .search {
        width: 48%;
        float: right;
        background: url("../images/search_icon.png") no-repeat 20px center #fff;
        border: 1px solid #f5f5f5;
        padding: 0 90px 0 50px;
        line-height: 43px;
        border-radius: 20px;
        position: relative;
        font-size: 18px;
    }

        .H_box2 .search .text {
            border: none;
            line-height: 43px;
            height: 43px;
            color: #dfdfdf;
            font-size: 18px;
            width: 100%;
        }

        .H_box2 .search a {
            position: absolute;
            right: 0;
            width: 90px;
            top: 0;
            line-height: 45px;
            color: #777777;
            text-align: center;
            padding-right: 10px;
        }

            .H_box2 .search a:before {
                content: '';
                width: 1px;
                height: 50%;
                top: 22%;
                background: #e1e1e1;
                position: absolute;
                left: 0;
            }

    .H_box2 .H_i_tit i {
        background-color: #fafafa;
    }

    .H_box2 .list {
        position: relative;
    }

    .H_box2 li {
        background: #fff;
        position: relative;
        height: 160px;
        padding-left: 140px;
        border-radius: 20px;
        overflow: hidden;
        margin-bottom: 8%;
    }

        .H_box2 li figure {
            position: absolute;
            left: 0;
            top: 0;
            border-radius: 20px;
            width: 120px;
            height: 100%;
        }

        .H_box2 li img {
            width: 120px;
            height: 160px;
        }

    .H_box2 .txt {
        padding: 8% 2% 0 0;
    }

        .H_box2 .txt * {
            margin: 0;
            font-weight: normal;
            font-size: 14px;
        }

        .H_box2 .txt h2 {
            font-size: 18px;
        }

        .H_box2 .txt h3 {
            color: #888888;
            border-bottom: 1px solid #efefef;
            padding: 0 0 5px;
            margin-bottom: 5px;
        }

        .H_box2 .txt h4 {
            position: relative;
            padding-left: 42px;
            color: #888888;
            line-height: 20px;
            margin-bottom: 3px;
        }

            .H_box2 .txt h4 span {
                position: absolute;
                left: 0;
                top: 0;
            }

        .H_box2 .txt p {
            color: #333
        }

    .H_box2 .owl-nav div {
        position: absolute;
        top: 46%;
        margin-top: -20px;
        height: 40px;
        width: 40px;
        cursor: pointer;
        padding: 0;
        line-height: 100;
        overflow: hidden;
        background: url("../images/btn_icon.png") no-repeat left center;
        z-index: 10;
    }

    .H_box2 .owl-nav .owl-prev {
        left: -5%;
    }

    .H_box2 .owl-nav .owl-next {
        right: -5%;
        background-position: right center;
    }

    .H_box2 .owl-nav div:hover {
        background-image: url("../images/btn_icon_hover.png");
    }

.H_box3 {
    background: #cbe8f5;
    padding: 1.5% 0 1%;
}

    .H_box3 .H_i_tit i {
        background-color: #cbe8f5;
        color: #adb7bc;
    }

    .H_box3 .Htitle .H_more:after {
        border-left-color: #cbe8f5;
    }

    .H_box3 .tit ul {
        float: right;
        width: 48%;
        padding-top: 1%;
    }

        .H_box3 .tit ul li {
            float: left;
            padding: 1.25% 8%;
            color: #888888;
            background: #fff;
            font-size: 18px;
            border-radius: 20px;
            margin-right: 2%;
            cursor: pointer;
            transition: all 0.3s;
        }

            .H_box3 .tit ul li:hover,
            .H_box3 .tit ul li.on {
                color: #fff;
                background: #0993cf;
            }

    .H_box3 .list {
        padding: 2% 0 0;
        position: relative;
    }

    .H_box3 .owl-carousel {
        display: block;
    }

    .H_box3 .list li {
        position: relative;
        background: #fff;
        border-radius: 10px;
        overflow: hidden;
        margin-bottom: 3.5%;
    }

        .H_box3 .list li figure {
            float: left;
            width: 35%;
            margin-right: 4%;
        }

    .H_box3 h3 {
        font-size: 20px;
        margin: 0;
        padding: 5% 0 2%;
        font-weight: normal;
        color: #333;
    }

    .H_box3 p {
        margin: 0;
        font-size: 16px;
        color: #888888;
    }

    .H_box3 li span {
        font-size: 14px;
        color: #bbbbbb;
        display: inline-block;
        background: url("../images/line_icon1.png") no-repeat left center;
        padding-left: 20px;
        margin-top: 4%;
    }

    .H_box3 .owl-nav div {
        position: absolute;
        top: 50%;
        margin-top: -20px;
        height: 40px;
        width: 40px;
        cursor: pointer;
        padding: 0;
        line-height: 100;
        overflow: hidden;
        background: url("../images/btn_icon.png") no-repeat left center;
        z-index: 10;
    }

    .H_box3 .owl-nav .owl-prev {
        left: -5%;
    }

    .H_box3 .owl-nav .owl-next {
        right: -5%;
        background-position: right center;
    }

    .H_box3 .owl-nav div:hover {
        background-image: url("../images/btn_icon_hover.png");
    }

    .H_box3 li a:hover span {
        background-image: url("../images/line_icon1_hover.png");
        color: #0993cf;
    }

    .H_box3 .search {
        width: 48%;
        float: right;
        background: url("../images/search_icon.png") no-repeat 20px center #fff;
        border: 1px solid #f5f5f5;
        padding: 0 90px 0 50px;
        line-height: 43px;
        border-radius: 20px;
        position: relative;
        font-size: 18px;
    }

        .H_box3 .search .text {
            border: none;
            line-height: 43px;
            height: 43px;
            color: #dfdfdf;
            font-size: 18px;
            width: 100%;
        }

        .H_box3 .search a {
            position: absolute;
            right: 0;
            width: 90px;
            top: 0;
            line-height: 45px;
            color: #777777;
            text-align: center;
            padding-right: 10px;
        }

            .H_box3 .search a:before {
                content: '';
                width: 1px;
                height: 50%;
                top: 22%;
                background: #e1e1e1;
                position: absolute;
                left: 0;
            }


.H_box4 {
    padding: 2% 0;
}

    .H_box4 dl {
        width: 48%;
        margin-right: 4%;
        float: left;
    }

        .H_box4 dl:nth-child(2n) {
            margin-right: 0;
        }

    .H_box4 dt {
        margin-bottom: 6%;
    }

        .H_box4 dt span {
            float: left;
            padding: 1.25% 0;
            width: 30%;
            color: #888888;
            background: #fff;
            font-size: 18px;
            border-radius: 20px;
            margin-right: 2%;
            cursor: pointer;
            transition: all 0.3s;
            border: 1px solid #efefef;
            text-align: center;
        }

            .H_box4 dt span:hover,
            .H_box4 dt span.on {
                color: #fff;
                background: #0993cf;
                border-color: #0993cf;
            }

    .H_box4 dd ul {
        /* display: none; */
    }

    .H_box4 li {
        overflow: hidden;
        background: #fafafa;
    }

        .H_box4 li figure,
        .H_box4 li .txt {
            width: 50%;
            float: left;
        }

        .H_box4 li .txt {
            padding: 4% 4% 0;
        }

    .H_box4 .txt span {
        font-size: 34px;
        font-family: Arial;
        display: block;
        line-height: 30px;
        position: relative;
        font-weight: bold;
        color: #333;
    }

        .H_box4 .txt span:before {
            content: '';
            position: absolute;
            height: 100%;
            width: 30px;
            background: url("../images/line_icon2.png") no-repeat center;
            right: 0;
            top: 0;
        }

    .H_box4 .txt h3 {
        font-size: 16px;
        margin: 7% 0 4%;
    }

    .H_box4 .txt p {
        color: #888888;
        margin: 0;
    }

    .H_box4 dl li:nth-child(2) .txt {
        float: right;
    }

    .H_box4 dl li:nth-child(2) span {
        text-align: right;
        background-position: left center;
    }

        .H_box4 dl li:nth-child(2) span:before {
            right: auto;
            left: 0;
            transform: scaleX(-1);
        }


/*底部*/
.footer {
    background: #f7f7f7;
    padding-top: 2%;
}

    .footer nav {
        padding-bottom: 2%;
    }

    .footer dl {
        float: left;
        width: 9%;
        margin-right: 1%;
    }

    .footer dt {
        display: inline-block;
        border-bottom: 1px solid #dfdfdf;
        font-size: 18px;
        padding-bottom: 8px;
        margin-bottom: 15px;
        position: relative;
    }

        .footer dt:before,
        .footer dd:before {
            position: absolute;
            left: 0;
            content: '';
        }

        .footer dt:before {
            width: 12px;
            height: 1px;
            bottom: -1px;
            background: #0993cf;
        }

    .footer dd {
        padding-left: 10px;
        position: relative;
        line-height: 18px;
        margin-bottom: 8px;
    }

        .footer dd a {
            color: #888888;
        }

            .footer dd a:hover {
                color: #0993cf;
            }

        .footer dd:before {
            top: 7px;
            width: 4px;
            height: 4px;
            background: #bbbbbb;
        }

    .footer .bottom {
        background: #0993cf;
        padding: 1% 0;
        color: #deecf6;
        line-height: 40px;
    }

        .footer .bottom .wid * {
            display: inline-block;
            vertical-align: middle;
        }

    .footer .share {
        margin-right: 2%;
    }

        .footer .share a {
            width: 40px;
            height: 40px;
            background: url("../images/share_icon.png") no-repeat left center #3aa9d9;
            border-radius: 100%;
            margin: 0 8px 0 0;
            padding: 0;
            float: none;
            line-height: normal
        }

        .footer .share .bdshare-button-style0-16:after {
            display: none;
        }

        .footer .share a.wx {
            background-position: right center;
        }

    .footer .bottom a {
        color: #deecf6;
    }

    .footer .bottom em {
        font-size: 12px;
        margin: 0 5px 0 8px;
        color: #3aa9d9;
    }

    .footer .bottom p {
        float: right;
        margin: 0;
    }
.footer .bottom p a:not(:last-child){margin-left:5px}
.footer .bottom p a.gov img{margin-right:3px}
.footer .bottom p a:hover{color:#ffffff}

@media(max-width:1200px){
.footer .bottom p{float:none;display:block!important}
}

.other {
    position: fixed;
    right: 2%;
    top: 50%;
    height: 510px;
    margin-top: -255px;
    z-index: 200;
}

    .other .click {
        width: 40px;
        padding: 20px 10px;
        background: #0993cf;
        color: #fff;
        text-align: center;
        position: fixed;
        right: 0;
        top: 50%;
        margin-top: -44px;
        border-radius: 10px 0 0 10px;
        font-size: 16px;
        cursor: pointer;
        display: block;
    }

    .other .con {
        display: none;
    }

    .other span {
        display: block;
    }

        .other span b {
            display: block;
            font-weight: normal;
            padding-bottom: 6px;
            text-align: center;
        }

    .other a {
        width: 60px;
        height: 60px;
        display: block;
        background: #0993cf no-repeat center center;
        border-radius: 10px;
        position: relative;
    }

        .other a.close {
            text-align: center;
            line-height: 40px;
            color: #fff;
            font-size: 16px;
            margin-top: 10px;
            height: 40px;
        }

        .other a.wx {
            background-image: url(../images/other_icon1.png)
        }

        .other a.qq {
            background-image: url(../images/other_icon2.png)
        }

        .other a.tel {
            background-image: url(../images/other_icon3.png)
        }

        .other a.email {
            background-image: url(../images/other_icon4.png)
        }

        .other a.add {
            background-image: url(../images/other_icon5.png)
        }

        .other a.top {
            background-image: url(../images/other_icon6.png)
        }

    .other figure {
        position: absolute;
        right: 100%;
        top: 0;
        background: #fff;
        display: none;
        padding: 10px;
        line-height: 40px;
        font-size: 18px;
    }

        .other figure img {
            width: 120px;
            height: 120px;
            max-width: none;
        }

    .other a:hover {
        background-color: #ffca5b;
    }

.NyBanner figure {
    background-size: cover;
    background-position: center;
    height: 400px;
    overflow: hidden;
}

.NyBanner img {
    width: 100%;
    display: block;
}

.NyBanner .wap_ban {
    display: none;
}

.maincontent {
    padding: 2% 0;
}

.fl {
    width: 24%;
    float: left;
}

.fr {
    width: 72%;
    float: right;
}

.Nmenu {
    background: #f9f9f9;
}

    .Nmenu .side-open_menu {
        display: none;
    }

    .Nmenu .side-title {
        background: #0993cf;
        font-size: 24px;
        line-height: 26px;
        color: #fff;
        padding: 8% 0 6.5% 8%;
    }

        .Nmenu .side-title span {
            display: block;
            font-size: 14px;
            color: #6db3dc;
        }

    .Nmenu .side-menu a {
        line-height: 24px;
        color: #666666;
        padding-left: 26px;
		padding-top:16px;
		padding-bottom:16px;
		display:block;
        margin: 0 8%;
    }

    .Nmenu .side-menu > ul > li {
    }

        .Nmenu .side-menu > ul > li > a {
            border-bottom: 1px solid #ededed;
            font-size: 16px;
            display: block;
            position: relative;
        }

            .Nmenu .side-menu > ul > li > a:before {
                position: absolute;
                left: 0;
                top: 50%;
                margin-top: -6px;
                width: 12px;
                height: 12px;
                background: url("../images/line_icon4.png") no-repeat center bottom;
                content: '';
            }

    .Nmenu .side-menu > ul ul {
        background: #f3f3f3;
        display: none;
    }

    .Nmenu .side-menu > ul > li.select > a,
    .Nmenu .side-menu a:hover,
    .Nmenu .side-menu a.aon {
        color: #0993cf;
    }

        .Nmenu .side-menu > ul > li.select > a:before,
        .Nmenu .side-menu > ul > li > a:hover:before,
        .Nmenu .side-menu > ul > li > a.aon:before {
            background-position: center top;
        }
		
		
	

.Location {
    border-bottom: 1px solid #0993cf;
    padding: 5px 0;
    margin-bottom: 4%;
}

    .Location h2 {
        font-size: 24px;
        color: #0993cf;
        font-weight: normal;
        padding-left: 11px;
        border-left: 4px solid #0993cf;
        margin: 0;
    }

    .Location em {
        float: right;
        font-style: normal;
        font-size: 16px;
        color: #999;
        background: url("../images/line_icon3.png") no-repeat left 3px;
        padding-left: 15px;
    }

        .Location em a {
            color: #999999;
            margin: 0 5px;
        }
  .Location em a:hover,
 .Location em span {   color: #0993cf;}

            .Location em span {             
                margin-left: 8px;
 display: block;
                float: right;
                max-width: 18em;
                overflow: hidden; /*超出部分隐藏*/
                text-overflow: ellipsis; /* 超出部分显示省略号 */
                white-space: nowrap; /*规定段落中的文本不进行换行 */
            }

.about_video {
    position: relative;
    margin: 2% 0;
}

    .about_video img {
        display: block;
        width: 100%;
    }

    .about_video:before,
    .about_video .play,
    .about_video video {
        position: absolute;
        left: 0;
        top: 0;
    }

    .about_video:before {
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.3);
        content: '';
    }

    .about_video .play {
        font-size: 14px;
        width: 69px;
        color: #fff;
        text-align: center;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        cursor: pointer;
    }

        .about_video .play:before {
            content: '';
            display: block;
            padding-top: 100%;
            background: url("../images/video_play.png") no-repeat center;
            background-size: contain;
            margin-bottom: 15%;
        }

    .about_video video {
        background: #000;
        width: 100%;
        height: 100%;
        display: none;
    }


/*医院历史*/
.his_tit {
    font-size: 24px;
    color: #333;
    display: block;
    margin: 3% 0;
    position: relative;
    font-weight: normal;
}

    .his_tit:before {
        content: '';
        background: url("../images/H_tit_bg.png") repeat-x center right;
        display: inline-block;
        height: 10px;
        width: 100%;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        z-index: 1;
    }

    .his_tit span {
        display: inline-block;
        background: #fff;
        position: relative;
        z-index: 2;
        padding-right: 10px;
    }

.history .img_list {
    padding: 20px;
    position: relative;
}

    .history .img_list:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: url("../images/his_bg.png") no-repeat;
        background-size: 100% 100%;
    }

    .history .img_list li {
        width: 33.33%;
        float: left;
        position: relative;
        padding-top: 30.71%;
    }

        .history .img_list li.n4 {
            margin-right: 33.33%
        }

        .history .img_list li.n5,
        .history .img_list li.n6 {
            left: 34.1%;
            position: absolute;
            padding-top: 15%;
            width: 31.787%
        }

        .history .img_list li.n5 {
            top: 34%
        }

        .history .img_list li.n6 {
            bottom: 34%
        }

        .history .img_list li a {
            display: block;
        }

        .history .img_list li img {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            opacity: 0
        }

.his_con dl {
    position: relative;
    padding-left: 70px;
}

.his_con dt {
    position: absolute;
    left: 0;
    top: -1px;
    font-size: 20px;
}

.his_con dd {
    position: relative;
    border-left: 1px solid #e5e5e5;
    padding-bottom: 20px;
    font-size: 16px;
    padding-left: 20px;
    line-height: 26px;
}

    .his_con dd:after {
        content: '';
        position: absolute;
        left: -10px;
        top: 0;
        width: 20px;
        height: 20px;
        background: url("../images/line_icon5.png") no-repeat center;
    }

    .his_con dd article {
        overflow: hidden;
    }

    .his_con dd .pic {
        float: left;
        margin-right: 10px;
    }


/*信息列表*/
.news_list {
}

    .news_list img {
        width: 100%;
        display: block;
        transition: all 0.3s;
    }

    .news_list .top {
        position: relative;
        margin-bottom: 3%;
    }

        .news_list .top ul {
            clear: both;
        }

        .news_list .top li {
            overflow: hidden;
            background: #f4f4f4;
        }

        .news_list .top .owl-nav {
            display: none;
        }

        .news_list .top figure {
            width: 61%;
            float: left;
            position: relative;
            padding-top: 35.52%;
            overflow: hidden;
            transition: all 0.3s;
            background: no-repeat center center;
            background-size: contain
        }

        .news_list .top img {
            display: none
        }

        .news_list .top .txt {
            padding: 4% 1% 0 4%;
            width: 39%;
            float: right;
        }

        .news_list .top h3 {
            margin: 0;
            font-size: 22px;
            line-height: 30px;
            font-weight: normal;
        }

        .news_list .top p {
            color: #666;
            font-size: 16px;
            line-height: 26px;
            margin: 5% 0 6%;
            max-width: 260px;
            text-align: justify;
        }

    .news_list .txt span {
        display: inline-block;
        color: #0993cf;
    }

        .news_list .txt span:after {
            content: '';
            display: inline-block;
            width: 0;
            height: 0;
            overflow: hidden;
            border: 5px solid transparent;
            border-left-color: #0993cf;
            margin-left: 7px;
        }

    .news_list .owl-dots {
        width: 35%;
        position: absolute;
        right: 0;
        bottom: 6%;
        z-index: 102;
    }

        .news_list .owl-dots .owl-dot {
            width: 16px;
            height: 16px;
            overflow: hidden;
            display: inline-block;
            margin-right: 3%;
        }

            .news_list .owl-dots .owl-dot span {
                display: block;
                width: 16px;
                height: 16px;
                overflow: hidden;
                line-height: 100;
                position: relative;
                border-radius: 100%;
                border: 1px solid transparent;
            }

                .news_list .owl-dots .owl-dot span:after {
                    width: 7px;
                    height: 7px;
                    background: #bebebe;
                    border-radius: 100%;
                    content: '';
                    position: absolute;
                    left: 50%;
                    top: 50%;
                    transform: translate(-50%,-50%);
                }

            .news_list .owl-dots .owl-dot.active span {
                border-color: #0993cf;
            }

                .news_list .owl-dots .owl-dot.active span:after {
                    width: 5px;
                    height: 5px;
                    background: #0993cf;
                }

    .news_list time {
        display: block;
        background: url("../images/time_icon.png") no-repeat left center;
        padding-left: 20px;
        font-size: 16px;
        color: #666;
        margin-top: 1%;
        margin-bottom: -1%;
    }

    .news_list dl dd {
        overflow: hidden;
        padding: 3.5% 0;
        border-bottom: 1px dashed #e5e5e5;
        border-top: 1px dashed #e5e5e5;
    }

    .news_list dl figure {
        width: 27.32%;
        float: left;
        overflow: hidden;
    }

    .news_list dl .txt {
        float: right;
        width: 68.5%;
    }

    .news_list dl h3 {
        margin: 1% 0 0;
        font-weight: normal;
        font-size: 20px;
    }

    .news_list dl p {
        font-size: 16px;
        color: #666;
        line-height: 26px;
        margin: 2% 0 2%;
    }

    .news_list .top a:hover figure,
    .news_list dl a:hover img {
        transform: scale(1.05,1.05);
    }

.Page001826 {
    padding: 6% 0 6%;
}

    .Page001826 .Pages {
        text-align: center;
    }

        .Page001826 .Pages .p_page a {
            display: inline-block;
            background: #fff;
            padding: 0 15px;
            height: 41px;
            line-height: 41px;
            font-size: 16px;
            color: #999;
            margin: 0 5px;
        }

        .Page001826 .Pages .p_cur,
        .Page001826 .Pages .p_count,
        .Page001826 .Pages .p_total,
        .Page001826 .Pages .a_first,
        .Page001826 .Pages .a_end,
        .Page001826 .Pages .p_jump {
            display: none !important;
        }

        .Page001826 .Pages .p_page em a {
            font-style: normal;
        }

        .Page001826 .Pages a.a_cur,
        .Page001826 .Pages a:hover {
            color: #fff;
            background: #0993cf !important;
        }

        .Page001826 .Pages .i_text {
            width: 40px;
            height: 41px;
            text-align: center;
            line-height: 34px;
        }

        .Page001826 .Pages .i_button {
            height: 41px;
            color: #fff;
            background: #0993cf;
            width: 34px;
            border: none;
            cursor: pointer;
            padding: 0;
        }

        .Page001826 .Pages .p_jump b {
            margin: 0 5px;
        }

        .Page001826 .Pages .a_prev:before,
        .Page001826 .Pages .a_next:after {
            content: '';
            display: inline-block;
            width: 9px;
            height: 15px;
            background: url("../images/line_icon6.png") no-repeat center;
            vertical-align: middle;
        }

        .Page001826 .Pages .a_prev:before {
            margin-right: 10px;
        }

        .Page001826 .Pages .a_next:after {
            margin-left: 10px;
            transform: rotate(180deg);
        }


/*医院荣誉*/
.honor_photo {
    position: relative;
}

    .honor_photo li {
        border-bottom: 1px solid #e3e3e3;
    }

        .honor_photo li .Ispic {
            padding-bottom: 68%;
            background-size: contain;
        }

        .honor_photo li p {
            font-size: 16px;
            color: #666;
            line-height: 50px;
            text-align: center;
            margin: 0;
        }

    .honor_photo .owl-nav div {
        position: absolute;
        top: 50%;
        margin-top: -20px;
        height: 40px;
        width: 40px;
        cursor: pointer;
        padding: 0;
        line-height: 100;
        overflow: hidden;
        background: url("../images/btn_icon.png") no-repeat left;
    }

        .honor_photo .owl-nav div:hover {
            background-image: url("../images/btn_icon_hover.png");
        }

    .honor_photo .owl-nav .owl-prev {
        left: 0;
    }

    .honor_photo .owl-nav .owl-next {
        right: 0;
        background-position: right;
    }

.honor_list ul li {
    position: relative;
    padding-left: 10px;
}

    .honor_list ul li:before {
        position: absolute;
        content: '';
        width: 2px;
        height: 2px;
        background: #666666;
        left: 0;
        top: 50%;
    }

.single_con .single-header {
    text-align: center;
}

    .single_con .single-header h2 {
        color: #333;
        margin: 0 0 20px 0;
        font-weight: normal;
        font-size: 24px;
    }

    .single_con .single-header h3 {
        color: #0993cf;
        margin: 10px 0;
        font-weight: normal;
        position: relative;
        font-size: 18px;
    }

        .single_con .single-header h3:after {
            content: "";
            display: block;
            height: 1px;
            background-color: #f3eee9;
            width: 100%;
            z-index: 1;
            margin-top: 15px;
            position: absolute;
            top: 50%;
            z-index: 1;
            margin-top: 0;
        }

        .single_con .single-header h3 span {
            position: relative;
            z-index: 2;
            padding: 0 30px;
            background-color: #fff;
            display: inline-block;
            white-space: nowrap
        }

.single_con .single-content {
    text-justify: inter-ideograph;
    text-align: justify;
    word-wrap: break-word;
    overflow: hidden;
    font-size: 16px;
    line-height: 24px;
    color: #666;
    padding-top: 2%;
}

.Ntit_list li {
    border-bottom: 1px dashed #efefef;
    line-height: 50px;
    overflow: hidden;
    font-size: 16px;
}

    .Ntit_list li time {
        float: right;
        color: #999;
        font-size: 14px;
    }


/*人才招聘*/
.join_list .list {
    padding-bottom: 2px;
}

    .join_list .list .dot {
        font-weight: normal;
        margin: 0;
        color: #fff;
        padding: 10px 45px 10px 15px;
        background: url(../images/TextList001824-icon_close.gif) no-repeat 98% center #cacaca;
        font-size: 16px;
        cursor: pointer;
    }

        .join_list .list .dot#on {
            background-image: url(../images/TextList001824-icon_open.gif);
            background-color: #0993cf;
        }

    .join_list .list .con {
        display: none;
        padding: 10px 0 20px;
    }

    .join_list .list .info {
    }

    .join_list .list .date {
        line-height: 28px;
        border-bottom: 1px solid #e5e5e5;
        padding-bottom: 20px;
        margin-bottom: 20px;
        position: relative;
    }

        .join_list .list .date dt {
            color: #999;
        }

        .join_list .list .date dd {
            color: #000;
        }

            .join_list .list .date dd span {
                color: #195392;
            }

/*名医专家*/
.expert_list li {
    background: #fff;
    position: relative;
    height: 160px;
    padding-left: 140px;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 8%;
    width: 49%;
    margin-right: 2%;
    float: left;
}

    .expert_list li:nth-child(2n) {
        margin-right: 0;
    }

    .expert_list li figure {
        position: absolute;
        left: 0;
        top: 0;
        border-radius: 20px;
        width: 120px;
        height: 100%;
    }

.H_box2 li img {
    width: 120px;
    height: 160px;
}

.expert_list .txt {
    padding: 8% 2% 0 0;
}

    .expert_list .txt * {
        margin: 0;
        font-weight: normal;
        font-size: 14px;
    }

    .expert_list .txt h2 {
        font-size: 18px;
    }

    .expert_list .txt h3 {
        color: #888888;
        border-bottom: 1px solid #efefef;
        padding: 0 0 5px;
        margin-bottom: 5px;
    }

    .expert_list .txt h4 {
        position: relative;
        padding-left: 42px;
        color: #888888;
        line-height: 20px;
        margin-bottom: 3px;
        height: 38px;
        overflow: hidden;
    }

        .expert_list .txt h4 span {
            position: absolute;
            left: 0;
            top: 0;
        }

    .expert_list .txt p {
        color: #333;
    }

.bd_weixin_popup {
    width: 260px !important;
    height: 320px !important;
}

/*合作伙伴*/
.link_list {
    margin-bottom: 5%;
}

    .link_list li {
        width: 32%;
        margin-right: 2%;
        float: left;
        margin-bottom: 2%;
    }

        .link_list li a {
            display: block;
            width: 100%;
            position: relative;
            padding-top: 44%;
            border: 1px solid #f2f2f2;
        }

            .link_list li a img {
                position: absolute;
                left: 50%;
                top: 50%;
                transform: translate(-50%,-50%);
                max-width: 98%;
                max-height: 98%;
            }

        .link_list li:nth-child(3n) {
            margin-right: 0;
        }


/*医院环境*/
.ambient_list {
}

    .ambient_list li {
        width: 31.66%;
        margin-right: 2.5%;
        float: left;
        margin-bottom: 3%;
    }

        .ambient_list li:nth-child(3n) {
            margin-right: 0;
        }

        .ambient_list li figure {
            padding-top: 50%;
            padding-top: 74.41%;
        }

        .ambient_list li p {
            margin: 0;
            line-height: 40px;
            background: #f5f5f5;
            text-align: center;
            font-size: 16px;
            padding: 0 10px;
        }


/*联系我们*/
.contact_con {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    margin-bottom: 3%;
}

    .contact_con p {
        margin: 0;
    }

.contact_list .list {
    margin-top: 0;
    padding-top: 5%;
    border-top: 1px dashed #e6e6e6;
}

.contact_list .h2_title {
    font-size: 20px;
    color: #666666;
    font-weight: normal;
    margin: 3% 0 10px;
}

.contact_list article {
    font-size: 16px;
    color: #666666;
    line-height: 30px;
}

    .contact_list article p {
        margin: 0;
    }

.contact_list .map {
    height: 350px;
}

    .contact_list .map * {
        max-width: none;
    }

@media(max-width:1366px) {
    .other .click {
        display: block;
    }

    .other .con {
        display: none;
    }
}

@media(max-width:1200px) {
    .header .top dd {
        width: auto;
    }

    .topNav {
        text-align: center;
    }

        .topNav li {
            margin: 0 1%;
            display: inline-block;
            float: none;
        }

            .topNav li:first-child {
                margin-left: 0;
            }

    .H_box2 .owl-carousel,
    .H_box3 .owl-carousel {
        padding: 0 20px;
    }

    .H_box2 .owl-nav .owl-prev,
    .H_box3 .owl-nav .owl-prev {
        left: -2%;
    }

    .H_box2 .owl-nav .owl-next,
    .H_box3 .owl-nav .owl-next {
        right: -2%;
    }
}

@media(max-width:1024px) {
    .header .logo {
        width: auto;
    }
  .header .logo img.img1 {
         width: 15%;display:inline-block;max-width:auto 
        }
        .header .logo img.img2 {
         width:75%; display:inline-block;max-width:auto  
        }

    .header .top {
        width: 100%;
        margin-right: 50px;
    }

    .header #open_menu {
        width: 40px;
        height: 30px;
        position: absolute;
        z-index: 101;
        transition: background 0.3s;
        right: 2%;
        top: 50%;
        margin-top: -15px;
    }

        .header #open_menu i {
            top: 50%;
        }

            .header #open_menu i::before,
            .header #open_menu i::after {
                left: 0;
                width: 100%;
                height: 100%;
                content: '';
                transition: transform 0.3s;
            }

            .header #open_menu i::before {
                top: 6px;
            }

            .header #open_menu i::after {
                top: -6px;
            }

            .header #open_menu i,
            .header #open_menu i::before,
            .header #open_menu i::after {
                background: #0993cf;
                border-radius: 3px;
                position: absolute;
            }

        .header #open_menu i {
            left: 20%;
            width: 60%;
            height: 2px;
            margin-top: -1px;
        }

        .header #open_menu.open_menu_on i {
            height: 3px;
            margin-top: -1.5px;
        }

    #open_menu.open_menu_on i {
        background: none !important;
    }

        #open_menu.open_menu_on i::before,
        #open_menu.open_menu_on i::after {
            top: 0 !important;
        }

        #open_menu.open_menu_on i::before {
            transform: rotate(45deg);
        }

        #open_menu.open_menu_on i::after {
            transform: rotate(-45deg);
        }

    .header .topNav {
        display: none;
        width: 100%;
        top: 100%;
        right: 0;
        z-index: 110;
        margin-right: 0;
        text-align: center;
        float: none;
        position: absolute;
        padding: 2% 0;
        max-width: 200px;
        line-height: 36px;
    }

        .header .topNav li {
            width: 100%;
            display: block;
            margin: 0 0 1%;
            padding: 0 5%;
        }

            .header .topNav li a {
                display: inline-block;
            }

    .H_ban li figure {
        height: auto;
        background: none !important;
    }

    .H_ban .wap {
        display: block;
    }
    .H_ban .li_video .play {font-size: 20px;}
    .H_box .side-icon,
    .footer nav {
        display: none
    }

    .footer {
        padding-top: 0;
    }

        .footer .bottom {
            line-height: 24px;
        }

            .footer .bottom .wid .share,
            .footer .bottom .wid figure {
                display: block;
                text-align: center;
            }

            .footer .bottom .wid p {
                text-align: center;
                float: none;
                display: block;
            }

    .NyBanner figure {
        height: auto;
        background: none !important;
    }

    .NyBanner .wap_ban {
        display: block;
    }

    .NyBanner .pc_ban {
        display: none
    }

    .fl,
    .fr {
        width: 100%;
        float: none;
        margin-bottom: 2%;
    }

    .Location {
        display: none;
    }

    .Nmenu .side-title {
        padding: 2% 0 2% 2%;
    }

    .Nmenu .side-open_menu {
        display: block;
        border: 2px solid #0993cf;
        padding: 10px 20px 10px 10px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        font-weight: bold;
        color: #666;
        border-radius: 0 0 5px 5px;
        position: relative;
    }

        .Nmenu .side-open_menu::after {
            position: absolute;
            content: '';
            border: 6px solid transparent;
            border-top-color: #0993cf;
            right: 10px;
            top: 50%;
            margin-top: -3px;
        }

    .Nmenu .side-menu {
        display: none;
        padding-bottom: 20px;
    }

    .topNav li dl {
        display: none !important;
    }
}

@media(max-width:768px) {
    .H_box2 li {
        padding-left: 130px;
    }

    .H_box4 dt span {
        width: 35%;
        font-size: 16px;
    }

    .H_box4 li .txt {
        padding-top: 2%;
    }

    .H_box4 .txt span {
        font-size: 20px;
    }

    .H_box4 .txt h3 {
        margin: 2% 0 1%;
    }

    .other {
        display: none;
    }

    .honor_photo li {
        width: 48%;
        margin-right: 4%;
    }

        .honor_photo li:nth-child(3n) {
            margin-right: 4%;
        }

        .honor_photo li:nth-child(2n) {
            margin-right: 0;
        }

    .single_con .single-header h2 {
        font-size: 18px;
    }

    .single_con .single-header h3 {
        font-size: 14px;
    }
}

@media(max-width:640px) {
    .header .logo {
        width: 75%;
        padding: 4% 0;
    margin-bottom: 14px;
    }

    .header .top dt,
    .header .search-box {
        display: none;
    }

    .header .top {
       position: absolute;
    top: auto;
    transform: none;
    margin-right: 0;
    right: 3%;
    width: auto;
    padding: 0;
    bottom:0;
    }

        .header .top dd {
           width: 100%;
    left: 0;
    margin-right: 0;
        }
.header .hotline span{ font-size:12px;}
.header .hotline aside{ font-size:16px;display: inline-block;}

        .header .top figure a.lang {
            margin-right: 2px;
        }
    .header .top figure a {font-size: 12px}
    .header .top figure a.ao {padding: 6%}
    .H_ban .bx-pager {
        bottom: 0;
    }

    .Htitle,
    .H_news .tit ul,
    .H_box2 .search,
    .H_box3 .search,
    .H_box3 .tit ul {
        width: 100%;
        float: none;
    }

        .Htitle figure {
            font-size: 18px;
        }

    .H_news .list ul {
        padding-left: 0;
    }

    .H_news .list ol {
        position: relative;
        width: 100%;
        margin: 2% 0;
    }

        .H_news .list ol h2,
        .Htitle .H_more {
            font-size: 16px;
        }

        .H_news .list ol p {
            font-size: 14px;
        }

    .H_box2 .search,
    .H_box2 .search .text,
    .H_box3 .search,
    .H_box3 .search .text,
    .H_box3 .tit ul li {
        font-size: 16px;
    }

    .H_box3 .search,
    .H_box2 .search {
        margin-bottom: 5%;
    }

    .H_box3 .list li figure {
        width: 44%;
    }

    .H_box3 h3 {
        font-size: 16px;
        padding-top: 3%;
    }

    .H_box3 p {
        font-size: 14px;
        line-height: 20px;
    }

    .H_box4 dl {
        width: 100%;
        margin: 5% 0 0;
    }




    .news_list .top figure,
    .news_list .top .txt,
    .news_list dl figure,
    .news_list dl .txt {
        width: 100%;
    }

    .news_list .top figure {
        background: none !important;
        padding-top: 0
    }

        .news_list .top figure img {
            width: 100%;
            display: block
        }

    .news_list .top {
        padding-bottom: 20px;
        background: #f4f4f4;
    }

        .news_list .top .txt {
            padding: 4%;
        }

        .news_list .top p {
            max-width: none;
            margin: 2% 0;
        }

    .news_list .owl-dots {
        text-align: center;
        width: 100%;
        bottom: 10px;
    }

        .news_list .owl-dots .owl-dot {
            margin: 0 5px;
        }

    .news_list .top h3 {
        font-size: 18px;
        line-height: 24px;
    }

    .news_list dl h3 {
        font-size: 16px;
    }

    .news_list .top p,
    .news_list dl p {
        font-size: 14px;
    }

    .Page001826 .Pages .p_page .a_end,
    .Page001826 .Pages .p_page .a_first,
    .Page001826 .Pages .p_page em {
        display: none;
    }

    .Page001826 .Pages .p_page a {
        padding: 0 10px;
    }

    .expert_list li {
        width: 100%;
        margin-right: 0;
    }

    .ambient_list li {
        width: 48%;
        margin-right: 4%;
    }

        .ambient_list li:nth-child(3n) {
            margin-right: 4%;
        }

        .ambient_list li:nth-child(2n) {
            margin-right: 0;
        }

    .contact_list .map {
        height: 200px;
    }
}



/*公司简介*/
.about_I {
    text-align: justify;
}

    .about_I .pic {
        float: right;
        margin-left: 5%;
    }

@media(max-width:640px) {
    .about_I .pic {
        float: none;
        margin-left: 0;
        width: 100%;
    }

        .about_I .pic img {
            width: 100%;
            display: block;
        }
}
/*心身疗愈整合诊疗模式*/
.Psy_info {
}

    .Psy_info .h2_1 {
        position: relative;
        margin: 0;
        text-align: center;
        background: url("../images/H_tit_bg.png") repeat-x center;
    }

        .Psy_info .h2_1 span {
            background: #fff;
            display: inline-block;
            padding: 0 10px;
            font-size: 24px;
            font-weight: normal;
            color: #0993cf;
        }

    .Psy_info .box1 {
        margin: 3% 0;
    }

        .Psy_info .box1 li {
            width: 32.65%;
            margin-right: 1%;
            float: left;
            text-align: center;
            font-size: 16px;
            color: #333;
        }

            .Psy_info .box1 li:last-child {
                margin-right: 0;
            }

            .Psy_info .box1 li .txt {
                display: block;
                border-radius: 10px;
                background: #cff0ff;
                margin-bottom: 10px;
                height: 92px;
                line-height: 92px;
                position: relative;
            }

                .Psy_info .box1 li .txt span {
                    display: inline-block;
                    vertical-align: middle;
                    line-height: 26px;
                }

            .Psy_info .box1 li .txt_1 {
                font-size: 24px;
                color: #0993cf;
                padding: 18px 0;
                height: auto;
                line-height: normal;
            }

            .Psy_info .box1 li .txt_2 {
                background: #e5e5e5;
            }

            .Psy_info .box1 li .txt_3 {
                background: #f7f7f7;
            }

            .Psy_info .box1 li .txt:after,
            .Psy_info .box1 li .txt_1:before,
            .Psy_info .box1 li .txt_2:before {
                content: '';
                z-index: 2;
                position: absolute;
            }

            .Psy_info .box1 li .txt_1:before {
                width: 74%;
                height: 100%;
                left: 65%;
                background: url(../images/line_icon7.png) no-repeat center;
                top: 0;
            }

            .Psy_info .box1 li:last-child .txt_1:before {
                display: none;
            }

            .Psy_info .box1 li .txt:after,
            .Psy_info .box1 li .txt_2:before {
                width: 0;
                height: 0;
            }

            .Psy_info .box1 li .txt:after {
                border: 8px solid transparent;
                border-bottom-color: #fff;
                left: 50%;
                margin-left: -8px;
                bottom: 0;
            }

            .Psy_info .box1 li .txt_2:before {
                border: 12px solid transparent;
                border-bottom-color: #e5e5e5;
                left: 50%;
                margin-left: -12px;
                top: 0;
                margin-top: -24px;
            }

            .Psy_info .box1 li .txt_3:after {
                border: 12px solid transparent;
                border-bottom-color: #f7f7f7;
                left: 50%;
                margin-left: -12px;
                top: 0;
                margin-top: -24px;
                bottom: auto;
            }

    .Psy_info .box2 {
        padding: 3% 0 7%;
    }

        .Psy_info .box2 dt {
            width: 52%;
            float: left;
            padding-right: 3%;
        }

        .Psy_info .box2 dd {
            width: 48%;
            float: left;
        }

            .Psy_info .box2 dd h3 {
                font-size: 24px;
                color: #0993cf;
                line-height: 32px;
                font-weight: normal;
                padding-left: 10px;
            }

            .Psy_info .box2 dd p {
                position: relative;
                padding-left: 10px;
                color: #888888;
                font-size: 14px;
            }

                .Psy_info .box2 dd p span {
                    font-size: 18px;
                    color: #333333;
                    display: block;
                }

                .Psy_info .box2 dd p:before {
                    content: '';
                    position: absolute;
                    left: 0;
                    top: 10px;
                    width: 4px;
                    height: 4px;
                    background: #888888;
                    border-radius: 100%;
                }

    .Psy_info .box3 {
    }

        .Psy_info .box3 h3 {
            font-weight: normal;
            font-size: 24px;
            color: #ffffff;
            background: #0993cf;
            border-radius: 5px;
            line-height: 50px;
            text-align: center;
            margin: 0;
        }

    .Psy_info .box4 {
        margin-top: 4%;
    }

        .Psy_info .box4 dt {
            width: 52%;
            float: right;
            padding-left: 3%;
        }

        .Psy_info .box4 dd {
            width: 48%;
            float: left;
        }

            .Psy_info .box4 dd h3 {
                font-size: 24px;
                color: #0993cf;
                line-height: 32px;
                font-weight: normal;
                padding-left: 10px;
            }

            .Psy_info .box4 dd p {
                position: relative;
                padding-left: 10px;
                color: #888888;
                font-size: 14px;
                margin: 0;
                line-height: 26px;
            }

                .Psy_info .box4 dd p span {
                    font-size: 18px;
                    color: #333333;
                    display: block;
                }

                .Psy_info .box4 dd p:before {
                    content: '';
                    position: absolute;
                    left: 0;
                    top: 10px;
                    width: 4px;
                    height: 4px;
                    background: #888888;
                    border-radius: 100%;
                }

@media(max-width:1200px) {
    .Psy_info .box1 li .txt_1:before {
        background-size: contain;
    }
}

@media(max-width:640px) {
    .Psy_info .box1 li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 2%;
    }

        .Psy_info .box1 li .txt_1:before {
            display: none;
        }

    .Psy_info .box2 dt,
    .Psy_info .box2 dd,
    .Psy_info .box4 dt,
    .Psy_info .box4 dd {
        width: 100%;
        padding: 0;
        float: none;
    }
}


/*科室介绍*/
.dep_list .box1 {
    background: #f9f9f9;
}

    .dep_list .box1 figure {
        width: 50%;
        float: left;
        border-radius: 10px;
        overflow: hidden;
    }

    .dep_list .box1 .txt {
        width: 46%;
        padding: 4% 0 0 4%;
        float: left;
    }

    .dep_list .box1 h2 {
        padding: 2px 0 3% 40px;
        background: url("../images/dep_icon1.png") no-repeat left top;
        border-bottom: 1px solid #dcdcdc;
        margin: 0;
        color: #0993cf;
        font-weight: normal;
        font-size: 24px;
        line-height: 28px;
    }

    .dep_list .box1 pre {
        color: #666;
        font-size: 16px;
        line-height: 28px;
        margin-top: 4%;
        letter-spacing: 0.2px;
    }

        .dep_list .box1 pre a {
            color: #0993cf;
        }

.dep_list .dep_title {
    position: relative;
    background: url(../images/H_tit_bg.png) repeat-x right 70%;
    margin: 3% 0;
}

    .dep_list .dep_title span {
        display: inline-block;
        background: url("../images/dep_icon2.png") no-repeat left top #fff;
        font-size: 24px;
        color: #0993cf;
        line-height: 30px;
        padding: 4px 15px 0 35px;
        vertical-align: bottom;
    }

    .dep_list .dep_title a {
        font-size: 18px;
        color: #b3b3b3;
        padding-right: 23px;
        background: #fff;
        padding-left: 12px;
        float: right;
        line-height: 28px;
        padding-top: 4px;
    }

        .dep_list .dep_title a:before,
        .dep_list .dep_title a:after {
            width: 0;
            height: 0;
            display: block;
            position: absolute;
            right: 0;
            top: 50%;
            border: 7px solid transparent;
            border-left-color: #fff;
            overflow: hidden;
            content: '';
            margin-top: -7px;
        }

        .dep_list .dep_title a:before {
            right: -2px;
            border-left: 7px solid #bbbbbb;
        }

.dep_list .box2 li {
    background: #f9f9f9;
    position: relative;
    height: 160px;
    padding-left: 140px;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 3%;
}

    .dep_list .box2 li:nth-child(3n) {
        margin-right: 0;
    }

    .dep_list .box2 li figure {
        position: absolute;
        left: 0;
        top: 0;
        border-radius: 20px;
        width: 120px;
        height: 100%;
    }

.dep_list .box2 .txt {
    padding: 8% 2% 0 0;
}

    .dep_list .box2 .txt * {
        margin: 0;
        font-weight: normal;
        font-size: 14px;
        color: #333;
    }

    .dep_list .box2 .txt h2 {
        font-size: 18px;
    }

    .dep_list .box2 .txt h3 {
        color: #555555;
        border-bottom: 1px solid #efefef;
        padding: 0 0 5px;
        margin-bottom: 5px;
    }

    .dep_list .box2 .txt h4 {
        position: relative;
        padding-left: 42px;
        color: #888;
        line-height: 20px;
        margin-bottom: 3px;
    }

        .dep_list .box2 .txt h4 span {
            position: absolute;
            left: 0;
            top: 0;
            color: #888;
        }

.dep_list .box2 .list {
    position: relative;
}

.dep_list .box2 .owl-nav div {
    position: absolute;
    top: 46%;
    margin-top: -20px;
    height: 40px;
    width: 40px;
    cursor: pointer;
    padding: 0;
    line-height: 100;
    overflow: hidden;
    background: url("../images/btn_icon.png") no-repeat left center;
}

.dep_list .box2 .owl-nav .owl-prev {
    left: -5%;
}

.dep_list .box2 .owl-nav .owl-next {
    right: -5%;
    background-position: right center;
}

.dep_list .box2 .owl-nav div:hover {
    background-image: url("../images/btn_icon_hover.png");
}


.dep_list .box3 .dep_title {
    margin: 20px 0 35px;
}

.dep_list .box3 .left {
    width: 40%;
    float: left;
    position: relative;
}

.dep_list .box3 .right {
    width: 58%;
    float: right;
}

.dep_list .left .dep_title span {
    background: url("../images/dep_icon3.png") no-repeat left center #fff;
}

.dep_list .right .dep_title span {
    background: url("../images/dep_icon4.png") no-repeat left center #fff;
}

.dep_list .left li {
    position: relative;
    padding-top: 66.67%;
    border-radius: 10px;
    overflow: hidden;
}

.dep_list .left img,
.dep_list .left p {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
}

.dep_list .left img {
    height: 100%;
}

.dep_list .left p {
    margin: 0;
    line-height: 45px;
    color: #fff;
    padding: 0 70px 0 4%;
    background: rgba(36,159,212,0.8);
}

.dep_list .bx-pager {
    position: absolute;
    right: 0;
    width: 70px;
    text-align: center;
    bottom: 10px;
    z-index: 101;
}

    .dep_list .bx-pager > div,
    .dep_list .bx-pager > div a {
        width: 6px;
        height: 6px;
        display: inline-block;
        overflow: hidden;
    }

    .dep_list .bx-pager > div {
        margin: 0 3px;
    }

        .dep_list .bx-pager > div a {
            line-height: 100;
            background: rgba(255,255,255,0.5);
            border-radius: 100%;
            display: block;
        }

            .dep_list .bx-pager > div a.active {
                background: #fff;
            }

.dep_list .right ul {
    background: #f9f9f9;
    border-radius: 10px;
    padding: 3% 4% 4%;
}

.dep_list .right li {
    padding: 1.6% 0;
    border-bottom: 1px solid #efefef;
    font-size: 16px;
}

    .dep_list .right li a {
        color: #666666;
    }

    .dep_list .right li time {
        float: right;
        font-size: 14px;
        color: #bbbbbb;
    }

.about_I .ksjj_h2 {
    position: relative;
    background: url(../images/H_tit_bg.png) repeat-x right 70%;
    margin: 5% 0;
    font-weight: normal;
}

    .about_I .ksjj_h2 span {
        display: inline-block;
        background: #fff;
        padding-right: 10px;
        font-size: 24px;
        color: #555555;
    }

.doc_list {
}

    .doc_list li {
        width: 48%;
        float: left;
        margin-right: 4%;
        background: #f9f9f9;
        border-radius: 10px;
        overflow: hidden;
        padding-bottom: 2%;
        margin-bottom: 3%;
    }

        .doc_list li:nth-child(2n) {
            margin-right: 0;
        }

        .doc_list li a {
            height: 160px;
            display: block;
            padding-left: 140px;
            position: relative;
            line-height: 160px;
            border-bottom: 1px solid #efefef;
        }

        .doc_list li figure {
            position: absolute;
            left: 0;
            top: 0;
            width: 120px;
            height: 100%;
        }

        .doc_list li img {
            width: 120px;
            height: 160px;
            display: block;
            border-radius: 10px 10px 0 0;
        }

        .doc_list li a * {
            margin: 0;
            font-weight: normal;
        }

        .doc_list li .txt {
            display: inline-block;
            vertical-align: middle;
            line-height: 26px;
            width: 100%;
            padding-left: 5%;
            font-size: 14px;
            color: #555555;
        }

        .doc_list li h3 span {
            display: inline-block;
            padding-right: 10px;
            color: #0993cf;
            font-size: 24px;
        }

        .doc_list li h4 {
            font-size: 16px;
            color: #888888;
        }

        .doc_list li p {
            padding: 0 5% 0;
            height: 80px;
            color: #888888;
            margin: 5% 0;
        }


@media(max-width:768px) {
    .dep_list .box2 li {
        width: 48%;
        margin-right: 4%;
    }

        .dep_list .box2 li:nth-child(3n) {
            margin-right: 4%;
        }

        .dep_list .box2 li:nth-child(2n) {
            margin-right: 0;
        }
}

@media(max-width:640px) {

    .dep_list .box1 h2,
    .dep_list .dep_title span,
    .doc_list li h3 span {
        font-size: 20px;
    }

    .dep_list .box1 figure,
    .dep_list .box1 .txt,
    .dep_list .box2 li,
    .dep_list .box3 .left,
    .dep_list .box3 .right,
    .doc_list li {
        width: 100%;
        float: none;
    }

        .dep_list .dep_title a,
        .doc_list li h4 {
            font-size: 14px;
        }

    .dep_list .box2 li,
    .doc_list li {
        margin-right: 0;
    }

    .dep_list .box3 .dep_title {
        margin-bottom: 20px;
    }

    .dep_list .right li {
        font-size: 16px;
    }

    .dep_list .box2 .list {
        padding: 0 2%;
    }
}

/*科室特色*/
.ksts_info {
}

    .ksts_info .box .te_tit {
        position: relative;
        background: url(../images/H_tit_bg.png) repeat-x right 70%;
        margin: 5% 0;
        font-weight: normal;
    }

        .ksts_info .box .te_tit span {
            display: inline-block;
            background: #fff;
            padding-right: 10px;
            font-size: 24px;
            color: #0993cf;
            margin: 0;
        }

    .ksts_info .box1 li {
        float: left;
        width: 32%;
        margin-right: 2%;
        background: #f7f7f7;
        border-radius: 10px;
        overflow: hidden;
        min-height: 330px;
        font-size: 16px;
        line-height: 26px;
    }

        .ksts_info .box1 li:nth-child(3n) {
            margin-right: 0;
        }

    .ksts_info .box1 h3 {
        text-align: center;
        margin: 0;
        font-weight: normal;
        padding: 10% 0;
        background: #cff0ff;
        font-size: 24px;
        color: #0993cf;
    }

    .ksts_info .box1 .txt {
        margin: 7%;
        min-height: 105px;
    }

        .ksts_info .box1 .txt p {
            margin: 0;
            padding-left: 10px;
            position: relative;
        }

            .ksts_info .box1 .txt p:before {
                content: '';
                width: 4px;
                height: 4px;
                background: #999999;
                border-radius: 100%;
                position: absolute;
                left: 0;
                top: 10px;
            }

    .ksts_info .box1 span {
        display: block;
        margin: 0 7%;
        color: #0993cf;
    }

    .ksts_info .info figure,
    .ksts_info .info .txt {
        width: 50%;
        display: table-cell;
    }

    .ksts_info .box .info .txt {
        font-size: 16px;
        color: #333;
        padding-right: 5%;
    }

        .ksts_info .box .info .txt p {
            margin: 0;
        }

    .ksts_info .box3 figure {
        float: left;
        margin-right: 3%;
        width: 49%;
    }

    .ksts_info .box3 ul {
        padding-top: 5%;
        float: left;
        width: 48%;
    }

    .ksts_info .box3 ol {
        margin-bottom: 5%;
        font-size: 20px;
        color: #0993cf;
    }

    .ksts_info .box3 li {
        font-size: 16px;
        color: #333333;
        line-height: 26px;
        padding-left: 10px;
        position: relative;
    }

        .ksts_info .box3 li:before {
            content: '';
            width: 4px;
            height: 4px;
            background: #0993cf;
            border-radius: 100%;
            position: absolute;
            left: 0;
            top: 10px;
        }

    .ksts_info .info3 {
        margin-top: 3%;
    }

        .ksts_info .info3 figure {
            float: right;
            margin: 0 0 0 3%;
        }

        .ksts_info .info3 ul {
            padding-right: 2%;
            padding-top: 8%;
        }

    .ksts_info .box4 .info .txt {
        padding-left: 5%;
        padding-right: 0;
    }

@media(max-width:640px) {
    .ksts_info .box .te_tit span {
        font-size: 20px;
    }

    .ksts_info .box1 li {
        width: 100%;
        float: none;
        margin-right: 0;
        min-height: auto;
        margin-bottom: 5%;
        padding-bottom: 5%;
    }

    .ksts_info .box1 h3 {
        padding: 5% 0;
        font-size: 20px;
    }

    .ksts_info .box1 .txt {
        min-height: auto;
    }

    .ksts_info .info figure,
    .ksts_info .info .txt {
        display: block;
        width: 100%;
    }

    .ksts_info .box3 figure,
    .ksts_info .box3 ul {
        width: 100%;
        float: none;
        margin: 0 0 2%;
    }

    .ksts_info .box .info .txt {
        padding: 2% 0;
    }

    .ksts_info .box3 ol {
        font-size: 18px;
    }
}


/*-----2019-03-09导航----*/
#sub33 {
    display: none;
}

.show_nav {
    overflow: hidden
}

    .show_nav h2,
    .show_nav p {
        margin: 0;
        padding: 0;
        line-height: 22px;
    }

    .show_nav .menu_color_title {
        font-size: 18px;
        color: #0993cf;
        font-family: 微软雅黑;
        margin-bottom: 18px;
        font-weight: 400;
        line-height: initial;
    }

        .show_nav .menu_color_title a {
            float: right;
            font-size: 14px;
            color: #666666
        }

.show_nav {
    position: absolute;
    width: 100%;
    top: 100%;
    height: 400px;
    border-bottom: 4px solid #0993cf;
    background: #fff;
    z-index: 10;
    display: none
}

    .show_nav .contain {
        position: relative;
        padding-top: 40px
    }

        .show_nav .contain .left,
        .show_nav .contain .center,
        .show_nav .contain .right {
            height: 330px
        }

        .show_nav .contain .left {
            width: 175px;
            border-right: 1px solid #eeeeee;
            padding-top: 50px;
        }

        .show_nav .contain .center {
            border-right: 1px solid #eeeeee;
        }

        .show_nav .contain .left h2 {
            font-size: 24px;
            color: #444444;
            margin-bottom: 6px
        }

        .show_nav .contain .left p {
            font-size: 12px;
            color: #999999;
            font-family: Arial;
            text-transform: uppercase
        }

    .show_nav .second_nav .dl {
        float: left;
        width: 125px;
    }

        .show_nav .second_nav .dl dt {
            line-height: 25px;
            margin-bottom: 24px;
            position: relative;
            padding-left: 10px
        }

            .show_nav .second_nav .dl dt::before {
                position: absolute;
                content: '';
                width: 2px;
                height: 2px;
                background: #666666;
                left: 0;
                top: 50%;
            }

            .show_nav .second_nav .dl dt a {
                font-size: 15px;
                color: #666666;
                font-family: 微软雅黑;
            }

            .show_nav .second_nav .dl dt:hover a {
                color: #0993cf
            }

            .show_nav .second_nav .dl dt:hover::before {
                background: #0993cf
            }

    .show_nav .show_menu_more {
        display: block;
        width: 113px;
        height: 30px;
        background: #0993cf;
        border-radius: 15px;
        text-align: center;
        line-height: 30px;
        color: #fff;
        margin-top: 15px
    }


    .show_nav.m2 .second_nav {
        width: 250px;
    }

    .show_nav.m2 .contain .center {
        width: 686px;
        padding: 0 50px;
    }

    .show_nav.m2 .content_right {
        width: 335px;
    }

        .show_nav.m2 .content_right .pic {
            width: 100%;
            height: 120px
        }

        .show_nav.m2 .content_right h2 {
            font-size: 18px;
            color: #0993cf;
            font-family: 微软雅黑;
            margin-top: 16px;
            margin-bottom: 15px
        }

        .show_nav.m2 .content_right .intro {
            font-size: 14px;
            color: #666666;
            line-height: 26px
        }

    .show_nav.m2 .right {
        width: 290px; display:none;
    }

        .show_nav.m2 .right .right_title {
            background: url(../images/m2_right_title.png) no-repeat left center;
            line-height: 35px;
            margin-bottom: 20px;
            padding-left: 55px;
            color: #0993cf;
            font-size: 18px
        }

        .show_nav.m2 .right dt i {
            font-style: normal;
        }

        .show_nav.m2 .right dt {
            line-height: 36px;
        }

    .show_nav.m23 .contain .center,
    .show_nav.m131 .contain .center {
        width: 686px;
        padding: 0 40px 0 50px;
    }

    .show_nav.m23 .second_nav,
    .show_nav.m131 .second_nav {
        width: 125px;
    }

    .show_nav.m23 .content_right,
    .show_nav.m131 .content_right {
        width: 470px;
        float: right
    }

        .show_nav.m23 .content_right ol,
        .show_nav.m131 .content_right ol {
            margin-bottom: 25px
        }

            .show_nav.m23 .content_right ol .pic,
            .show_nav.m131 .content_right ol .pic {
                width: 135px;
                height: 90px;
                float: left;
            }

                .show_nav.m23 .content_right ol .pic img,
                .show_nav.m131 .content_right ol .pic img {
                    width: 135px;
                    height: 90px;
                }

            .show_nav.m23 .content_right ol .info,
            .show_nav.m131 .content_right ol .info {
                float: right;
                width: 315px
            }

                .show_nav.m23 .content_right ol .info .title,
                .show_nav.m131 .content_right ol .info .title {
                    font-size: 16px;
                    color: #000;
                }

                .show_nav.m23 .content_right ol .info .nr,
                .show_nav.m131 .content_right ol .info .nr {
                    line-height: 25px
                }

        .show_nav.m23 .content_right dl dt,
        .show_nav.m131 .content_right dl dt {
            line-height: 30px
        }

            .show_nav.m23 .content_right dl dt i,
            .show_nav.m131 .content_right dl dt i {
                color: #bbbbbb;
                font-size: 14px;
                font-style: initial
            }

    .show_nav.m23 .right,
    .show_nav.m131 .right {
        width: 285px;
    }

        .show_nav.m23 .right .nr,
        .show_nav.m131 .right .nr {
            line-height: 35px
        }

    .show_nav.m30 .contain .center {
        width: 785px;
        padding: 0 30px 0 44px
    }

    .show_nav.m30 .second_nav {
        width: 125px
    }

    .show_nav.m30 .content_right {
        width: 585px;
    }

        .show_nav.m30 .content_right .list dt {
            float: left;
            width: 48%;
            margin-right: 4%;
            margin-bottom: 20px
        }

            .show_nav.m30 .content_right .list dt:nth-child(2n) {
                margin-right: 0
            }

            .show_nav.m30 .content_right .list dt .pic {
                float: left;
                width: 100px;
                height: 135px;
            }

                .show_nav.m30 .content_right .list dt .pic img {
                    width: 100px;
                    height: 135px;
                    border-radius: 10px;
                    -webkit-border-radius: 10px;
                    -moz-border-radius: 10px;
                }

            .show_nav.m30 .content_right .list dt .info {
                width: 160px;
                float: right
            }

            .show_nav.m30 .content_right .list dt .title {
                padding-bottom: 10px;
                border-bottom: 1px solid #efefef;
                margin-bottom: 10px;
            }

                .show_nav.m30 .content_right .list dt .title .p1 {
                    font-size: 18px;
                    color: #333333;
                    margin-bottom: 5px;
                }

                .show_nav.m30 .content_right .list dt .title .p2 {
                    font-size: 14px;
                    color: #888888
                }

            .show_nav.m30 .content_right .list dt .text {
                line-height: 22px;
                overflow: hidden;
                height: 44px;
            }

    .show_nav.m30 .right {
        width: 175px
    }

        .show_nav.m30 .right .btn_search {
            width: 100%;
            height: 33px;
            line-height: 33px;
            text-indent: 10px;
            color: #999999;
            font-size: 14px;
            border: 1px solid #eeeeee
        }

    .show_nav.m35 .second_nav { /*width:250px;*/
        width: auto
    }

    .show_nav.m35 .contain .center {
        width: auto;
        padding-left: 50px;
        border: none
    }

        .show_nav.m35 .contain .center .content_right {
            width: auto;
        }

    .show_nav.m35 .content_right ol {
        margin-bottom: 25px
    }

        .show_nav.m35 .content_right ol .pic {
            width: 130px;
            float: left;
        }

            .show_nav.m35 .content_right ol .pic img {
                width: 130px;
            }

        .show_nav.m35 .content_right ol .info {
            float: left;
            margin-left: 20px;
            width: 195px
        }

            .show_nav.m35 .content_right ol .info .title {
                font-size: 20px;
                color: #000;
                margin-bottom: 8px;
                display: block;
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden;
            }

            .show_nav.m35 .content_right ol .info .nr {
                line-height: 25px;
                font-size: 16px;
                color: #888888;
                height: 45px;
                overflow: hidden;
            }

            .show_nav.m35 .content_right ol .info a.xq {
                font-size: 14px;
                color: #bbbbbb;
                display: inline-block;
                line-height: 16px;
                padding-left: 25px;
                background: url(../images/xq.png) no-repeat left center;
            }

    .show_nav.m187{height: 420px;}
	.show_nav.m187 .second_nav {
        width: 100%;
    }
	

        .show_nav.m187 .second_nav .dl {
            width: 100%
        }

    .show_nav.m187 .contain .center {
        width: calc(100% - 175px);
        padding-left: 50px;
        border: none
    }
	
	
	.show_nav.m187 .second_nav .dl dt::before{display:none;}
	.show_nav.m187 .second_nav .dl dt{float: left;width: 23.5%;margin-right: 2%;padding-left: 0px;margin-bottom: 15px; }
	.show_nav.m187 .second_nav .dl dt:nth-child(4n) { margin-right: 0}
	.show_nav.m187 .second_nav .dl dt .pic{ overflow: hidden;}
    .show_nav.m187 .second_nav .dl dt .Ispic{ padding-bottom: 62%; background-size: cover; transition: 0.3s;position:relative; z-index: 1; }
    .show_nav.m187 .second_nav .dl dt a:hover .Ispic{ transform: scale(1.1);}
	.show_nav.m187 .second_nav .dl dt .txt h3 {font-size: 16px;margin: 0;padding: 5px 0;font-weight: normal;color: #333;text-align:center;}
    .show_nav.m187 .second_nav .dl dt a:hover .txt h3{color: #0993cf;}
	

        .show_nav.m187 .contain .center .content_right {
            width: 435px;
            float: right;
            border-left: 1px solid #eeeeee;
            padding-left: 50px
        }

    .show_nav.m187 .content_right ol {
        margin-bottom: 25px
    }

        .show_nav.m187 .content_right ol .pic {
            width: 140px;
            height: 95px;
            float: left;
        }

            .show_nav.m187 .content_right ol .pic img {
                width: 140px;
                height: 95px
            }

        .show_nav.m187 .content_right ol .info {
            float: left;
            margin-left: 20px;
            width: 215px
        }

            .show_nav.m187 .content_right ol .info .title {
                font-size: 16px;
                color: #000;
                margin-bottom: 8px;
            }

            .show_nav.m187 .content_right ol .info .nr {
                line-height: 25px;
                font-size: 14px;
                color: #888888
            }

            .show_nav.m187 .content_right ol .info a.xq {
                font-size: 14px;
                color: #bbbbbb;
                display: inline-block;
                line-height: 16px;
                padding-left: 25px;
                background: url(../images/xq.png) no-repeat left center;
            }

    .show_nav.m58 .second_nav {
        width: 485px;
    }

        .show_nav.m58 .second_nav .dl {
            width: 125px
        }

            .show_nav.m58 .second_nav .dl:first-child {
                width: 360px
            }

    .show_nav.m58 .contain .center {
        width: auto;
        padding-left: 50px;
        border: none
    }

        .show_nav.m58 .contain .center .content_right {
            width: 435px;
            float: right;
            border-left: 1px solid #eeeeee;
            padding-left: 50px
        }

    .show_nav.m58 .content_right ol {
        margin-bottom: 25px
    }

        .show_nav.m58 .content_right ol .pic {
            width: 140px;
            height: 95px;
            float: left;
        }

            .show_nav.m58 .content_right ol .pic img {
                width: 140px;
                height: 95px
            }

        .show_nav.m58 .content_right ol .info {
            float: left;
            margin-left: 20px;
            width: 215px
        }

            .show_nav.m58 .content_right ol .info .title {
                font-size: 16px;
                color: #000;
                margin-bottom: 8px;
            }

            .show_nav.m58 .content_right ol .info .nr {
                line-height: 25px;
                font-size: 14px;
                color: #888888
            }

            .show_nav.m58 .content_right ol .info a.xq {
                font-size: 14px;
                color: #bbbbbb;
                display: inline-block;
                line-height: 16px;
                padding-left: 25px;
                background: url(../images/xq.png) no-repeat left center;
            }
.show_nav.m51 .center{width:calc(100% - 175px);padding:0 10px}
.show_nav.m51 .center ul{overflow:hidden;}
.show_nav.m51 ol{float:left; width:calc((100% - 20px * 2)  / 3);overflow:hidden;margin-bottom:30px}
.show_nav.m51 ol:not(:nth-child(3n)){margin-right:20px;}
.show_nav.m51 ol .pic{float: left; width:140px;}
.show_nav.m51 ol .pic img{display:block;height: 95px;width:100%}
.show_nav.m51 ol .info{float:right;width:calc(100% - 160px);}
.show_nav.m51 ol .info .nr{line-height:1.2;margin-top:10px;}
.show_nav.m51 .show_menu_more{margin-left:auto;margin-right:auto;}
    /*.show_nav.m79 .second_nav{ width:190px }*/
    /*.show_nav.m79 .second_nav .dl{ width:190px }*/
    /*.show_nav.m79 .contain .center{ width:686px; padding:0 50px; }*/
    /*.show_nav.m79 .content_right{ width:335px; }*/
    /*.show_nav.m79 .content_right .pic{ width:100%; height:120px }*/
    /*.show_nav.m79 .content_right h2{ font-size:18px; color:#0993cf; font-family:微软雅黑; margin-top:16px; margin-bottom:15px  }*/
    /*.show_nav.m79 .content_right .intro{ font-size:14px; color:#666666; line-height:26px }*/
    /*.show_nav.m79 .right{ width:290px; }*/
    /*.show_nav.m79 .right .right_title{ background:url(../images/m2_right_title.png) no-repeat left center; line-height:35px; margin-bottom:20px; padding-left:55px; color:#0993cf; font-size:18px }*/
    /*.show_nav.m79 .right .nr{ line-height:35px }*/
    .show_nav.m79 .contain .center {
        width: auto;
        padding-left: 50px;
        border-right: none
    }

    .show_nav.m79 .second_nav {
        width: 125px
    }

    .show_nav.m79 .content_right {
        width: 845px;
        font-size: 0;
    }

        .show_nav.m79 .content_right > .div {
            width: 280px;
            display: inline-block;
            vertical-align: top;
            padding-left: 30px;
            font-size: 14px;
        }

            .show_nav.m79 .content_right > .div:first-child {
                border-right: 1px solid #eeeeee
            }

                .show_nav.m79 .content_right > .div:first-child .div {
                    padding-left: 0;
                    padding-right: 50px;
                    margin-bottom: 20px;
                }

        .show_nav.m79 .content_right .div .t_title {
            line-height: 34px;
            font-size: 18px;
            color: #0993cf;
            margin-bottom: 18px
        }

        .show_nav.m79 .content_right dl dt {
            line-height: 30px
        }

            .show_nav.m79 .content_right dl dt span {
                margin-right: 20px;
            }


    .show_nav.m97 .contain .center {
        width: auto;
        padding-left: 50px;
        border-right: none
    }

    .show_nav.m97 .second_nav {
        width: 125px
    }

    .show_nav.m97 .content_right {
        width: 845px
    }

        .show_nav.m97 .content_right > .content {
            /* width: 280px; */
            /* float: left; */
            min-height: 330px;
        }

            .show_nav.m97 .content_right > .content:first-child {
                border-right: 1px solid #eeeeee
            }

                .show_nav.m97 .content_right > .content:first-child .div {
                    padding-left: 0;
                    padding-right: 50px;
                    margin-bottom: 20px;
                    float: left;
                    width: 50%;
                }

            .show_nav.m97 .content_right > .content .div {
                padding-left: 50px;
            }

        .show_nav.m97 .content_right .div .t_title {
            line-height: 55px;
            background-position: left center;
            background-repeat: no-repeat;
            padding-left: 65px;
            font-size: 18px;
            color: #0993cf;
            margin-bottom: 18px
        }

        .show_nav.m97 .content_right dl dt {
            line-height: 30px
        }

            .show_nav.m97 .content_right dl dt span {
                margin-right: 20px;
            }

    .show_nav.m101 .contain .center {
        width: 620px;
        padding: 0 50px;
    }

    .show_nav.m101 .content_right {
        width: 340px;
    }

    .show_nav.m101 .content_right {
        width: 335px;
    }

        .show_nav.m101 .content_right .pic {
            width: 100%;
            height: 120px
        }

        .show_nav.m101 .content_right h2 {
            font-size: 18px;
            color: #0993cf;
            font-family: 微软雅黑;
            margin-top: 16px;
            margin-bottom: 15px
        }

        .show_nav.m101 .content_right .intro {
            font-size: 14px;
            color: #666666;
            line-height: 26px
        }

    .show_nav.m101 .right {
        margin-left: 50px
    }

        .show_nav.m101 .right .right_title {
            background: url(../images/m2_right_title.png) no-repeat left center;
            line-height: 35px;
            margin-bottom: 20px;
            padding-left: 55px;
            color: #0993cf;
            font-size: 18px
        }

        .show_nav.m101 .right .nr {
            line-height: 35px
        }

        .show_nav.m101 .right .div dt {
            line-height: 30px
        }

            .show_nav.m101 .right .div dt span {
                margin-right: 20px;
            }

@media(max-width:640px) {
    .show_menu_contain {
        display: none !important
    }
}

.keshi_list {
    position: relative;
    margin-bottom: 35px;
    padding-bottom: 25px;
    border-bottom: 1px dashed #e8e8e8
}

    
    .keshi_list .keshi_title{font-size:22px;color:#333;padding-bottom:0px;border-bottom:1px solid #e9e9e9;margin-bottom:20px;}
    .keshi_list .keshi_title:after{content:'';width:42px;height: 2px;background:#0993cf;display: block;margin-top:12px;}

    .keshi_list li {
        list-style: none
    }

    .keshi_list .list {
        position: relative
    }



       

        .keshi_list .list li{width: 18.4%;float:left;margin-right: 2%;margin-bottom: 1.5%;border: 1px solid #eee;font-size: 16px;padding: 12px 15px;position: relative;}

        .keshi_list .list li:nth-child(5n){margin-right:0;}

            .keshi_list .list li a {
                color:#666;display: block;
            }

                .keshi_list .list li:hover {
                    background:#0993cf;border:1px solid #0993cf;
                }
                .keshi_list .list li:hover a{color:#fff;}

                .keshi_list .list li::before,
                .keshi_list .list li::after {position: absolute;width: 8px;height: 1px;background: #999;content: "";right: 5%;top: 50%;}
                .keshi_list .list li::before{transform: rotate(45deg);margin-top: -2px;}
                .keshi_list .list li::after{transform: rotate(-45deg);margin-top: 4px;}
                .keshi_list .list li:hover::before,
                .keshi_list .list li:hover::after{background:#fff;}

.wid .keshi_list:last-child {
    padding: 0;
    border: none;
    margin: 0
}

@media(min-width:640px) {
    .keshi_list .list li:nth-child(5n) {
        margin-right: 0
    }
}

@media(max-width:640px) {
    .keshi_list .list li {
        width: 49%;
        margin-bottom: 2%
    }

        .keshi_list .list li:nth-child(2n) {
            margin-right: 0
        }

    .keshi_list .keshi_title {
        margin-bottom: 2%
    }

    .keshi_list {
        padding-bottom: 3%;
        margin-bottom: 3%
    }
}





.xcenter {
    justify-content: center;
    display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box; /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox; /* 混合版本语法: IE 10 */
    display: -webkit-flex; /* 新版本语法: Chrome 21+ */
    display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
}





.Culture {
    padding: 6% 0
}

    .Culture h1 {
        font-size: 22px;
        color: #333;
        font-weight: normal;
        margin: 0 0 5px 0
    }

    .Culture span {
        font-size: 16px;
        line-height: 36px;
    }

    .Culture p {
        font-size: 16px;
        line-height: 36px;
        margin: 0;
        text-indent: 2em
    }

    .Culture .part1 dd {
        margin-bottom: 20px;
    }

        .Culture .part1 dd:last-child {
            margin-bottom: 0;
        }

        .Culture .part1 dd .yx img {
            width: 70%;
            margin-top: 10px;
        }

    .Culture .part1 .text {
        width: 30%;
        float: right
    }

    .Culture .part1 .pic {
        width: 64%;
        float: left
    }


    .Culture .part2,
    .Culture .part3 {
        border-top: 1px dashed #ddd;
        padding-top: 3%;
        margin-top: 3%
    }


        .Culture .part2 dl {
        }

        .Culture .part2 dd {
            width: 49%;
            float: left;
            float: left;
            background: #f9f9f9;
            padding: 40px 30px
        }

            .Culture .part2 dd:nth-child(2n) {
                float: right
            }

            .Culture .part2 dd .pic {
                width: 100%;
                margin-top: 15px;
            }

                .Culture .part2 dd .pic img {
                    max-width: 40%;
                    margin: 0 auto;
                    display: block
                }

    .Culture .part4 {
        background: #f9f9f9;
        padding: 40px 30px;
        margin-top: 3%
    }

        .Culture .part4 h1 {
            margin-bottom: 20px;
        }

        .Culture .part4 .pic2 {
            margin-top: 20px;
            height: auto;
            overflow: hidden;
            width: 100%
        }


        .Culture .part4 .fl {
            width: 34%;
        }

        .Culture .part4 .fr {
            width: 64.5%;
        }



@media(max-width:1000px) {
    .Culture .part1 .text,
    .Culture .part1 .pic,
    .Culture .part2 dd,
    .Culture .part4 .fl,
    .Culture .part4 .fr,
    .Culture .part4 .pic img {
        width: 100%;
        float: left;
        margin-bottom: 20px;
    }

    .Culture .part4 {
        padding: 20px
    }
}





/*弹出*/
.service_tanchu {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 999;
}

    .service_tanchu .box_cn {
        margin-bottom: 18px;
        overflow: hidden;
    }

        .service_tanchu .box_cn i {
            color: red;
            width: 20px;
            height: 20px;
            line-height: 50px;
            padding-left: 1%;
        }

    .service_tanchu .box {
        background: #ffffff;
        background-size: 100% 100%;
        width: 60%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        overflow: hidden;
        padding: 4%;
        top: 50%;
        left: 50%;
        position: absolute;
    }

        .service_tanchu .box span {
            line-height: 40px;
            width: 26%;
            text-align: right;
            font-size: 16px;
            color: #555555;
            font-size: 16px;
            display: inline-block;
            float: left;
            padding-right: 1%;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
        }

        .service_tanchu .box textarea {
            background: #FFFFFF;
            width: 60%;
            font-size: 16px;
            float: left;
            color: #555555;
            line-height: 32px;
            padding: 1%;
            border: 1px solid #e5e5e5;
        }

        .service_tanchu .box input {
            background: #FFFFFF;
            width: 60%;
            font-size: 16px;
            float: left;
            color: #555555;
            line-height: 22px;
            padding: 1%;
            border: 1px solid #e5e5e5;
        }

        .service_tanchu .box select {
            background: #FFFFFF;
            width: 60%;
            font-size: 16px;
            float: left;
            color: #555555;
            line-height: 22px;
            padding: 1%;
            border: 1px solid #e5e5e5;
        }

        .service_tanchu .box .submit {
            display: table;
            font-size: 24px;
            line-height: 36px;
            background: #2056a6;
            text-align: center;
            padding: 10px 6%;
            margin: 0 auto;
            color: #FFFFFF;
            border-radius: 5px;
        }

.job_more {
    position: absolute;
    right: 0;
    top: 0;
    padding: 5px 10px;
    background: #1a82b0;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

@media (max-width: 768px) {
    .service_tanchu .box_cn {
        margin-bottom: -15px;
        overflow: hidden;
    }

        .service_tanchu .box_cn i {
            color: red;
            width: 20px;
            height: 20px;
            line-height: 50px;
            padding-left: 1%;
        }

    .service_tanchu .box {
        width: 96%;
        transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        padding: 4%;
        top: 50%;
        left: 2%;
    }

        .service_tanchu .box span {
            line-height: 34px;
            width: 100%;
            text-align: left;
            display: inline-block;
            float: left;
            padding-right: 1%;
        }

        .service_tanchu .box textarea {
            width: 96%;
            line-height: 32px;
            padding: 1%;
        }

        .service_tanchu .box input {
            background: #FFFFFF;
            width: 96%;
        }

        .service_tanchu .box .submit {
            display: table;
            font-size: 16px;
            line-height: 36px;
            background: #2056a6;
            text-align: center;
            padding: 4px 10%;
            margin: 10px auto;
            color: #FFFFFF;
            border-radius: 5px;
        }
}

.single_cn {
    overflow: hidden;
    position: relative;
}

    .single_cn .link_sin {
        text-align: right;
        position: absolute;
        left: 0;
        bottom: 0;
        color: #fff;
        font-size: 16px;
        background: #0993cf;
        padding: 8px 14px;
        border-radius: 4px;
    }

.single-img img {
    width: 100%;
}

.single_tex p {
    font-size: 18px;
}

.single_tex {
    float: right;
    width: 76%;
    min-height: 230px;
    position: relative;
    padding-bottom: 40px;
}

.single-img {
    float: left;
    width: 20%;
}

.single-content h3 {
    color: #0993cf;
    font-weight: normal;
    font-size: 20px;
    padding: 20px 0;
}

.N_content .list_cn {
    overflow: hidden;
    margin-bottom: 40px;
    position: relative;
}

.N_content .list .fr {
    width: 80%;
    margin-bottom: 20px;
    box-sizing: content-box;
    font-size: 16px;
}

    .N_content .list .fr .txt {
        overflow: hidden;
        height: 154px;
        overflow: hidden;
        line-height: 22px !important;
        font-family: 微软雅黑 !important;
    }

    .N_content .list .fr p {
        /*  margin-block-start: 0.5em;
    margin-block-end: 0.5em;
-webkit-margin-before: 0.5em;
    -webkit-margin-after: 0.5em;*/
        margin: 0;
    }

    .N_content .list .fr.on .txt {
        height: auto;
    }

.N_content .list .fl {
    width: 18%;
}

    .N_content .list .fl img {
        width: 100%;
    }

.N_content .list .more {
    color: #0993cf;
    text-align: right;
    font-size: 14px;
    line-height: 14px;
    position: absolute;
    right: 0;
    cursor: pointer;
    bottom: 0;
}

@media (max-width: 768px) {
    .N_content .list .fl {
        width: 30%;
        float: left;
    }

    .N_content .list .fr {
        width: 66%;
        float: right;
    }

        .N_content .list .fr .txt {
            height: 110px;
        }

    .single-img {
        width: 30%;
    }

    .single_tex {
        width: 66%;
        min-height: inherit;
    }

        .single_tex p {
            font-size: 14px;
            margin-block-start: 0.2em;
            margin-block-end: 0.2em;
        }

    .single_cn .link_sin {
        padding: 5px 14px;
        font-size: 14px;
    }
}

@media (max-width:640px) {
    .wap-txt,
    .wap-pic {
        width: 100% !important;
        display: block;
    }

    .single-content .table_auto {
        overflow-x: auto
    }
}


.menu_search {
    padding: 0 8% 30px;
}

    .menu_search .search-box {
        position: relative;
        margin-top: 10px;
        text-align: left;
        width: 100%;
    }

        .menu_search .search-box a {
            display: block;
            width: 113px;
            height: 30px;
            background: #0993cf;
            border-radius: 15px;
            text-align: center;
            line-height: 30px;
            color: #fff;
            margin: 15px 0 0;
            padding: 0;
        }

        .menu_search .search-box input {
            background: none;
            border: none;
            line-height: 36px;
            height: 36px;
            color: #999;
            border-bottom: 1px solid #dddddd;
            width: 100%;
        }

        .menu_search .search-box a:hover {
            color: #fff;
        }

.get-back {
    text-align: center;
    padding: 3% 0;
}

    .get-back a {
        display: inline-block;
        width: 113px;
        height: 30px;
        background: #0993cf;
        border-radius: 15px;
        line-height: 30px;
        color: #fff;
    }














.Guahao {
    padding: 3% 0
}

    .Guahao .main_title h1 {
        font-size: 24px;
        font-weight: normal;
        color: #0993cf;
        margin: 0;
        display: block;
        text-align: center;
        border-bottom: 1px solid #eee;
        padding-bottom: 20px;
        margin-bottom: 30px;
    }

    .Guahao .title2 h2 {
        font-size: 18px;
        position: relative;
        padding-left: 16px;
    }

        .Guahao .title2 h2:before {
            content: "";
            display: block;
            width: 0;
            height: 0;
            border-top: 5px solid transparent;
            border-bottom: 5px solid transparent;
            border-left: 8px solid #666;
            position: absolute;
            left: 0;
            top: 7px;
        }

    .Guahao .part1 {
        border-bottom: 1px solid #eee;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

        .Guahao .part1 dd {
            text-align: center;
            font-size: 16px;
            line-height: 30px;
        }

            .Guahao .part1 dd span {
                color: #444
            }

            .Guahao .part1 dd .pic img {
                width: 120px;
            }

    .Guahao .pic {
        text-align: center
    }

        .Guahao .pic img {
            display: inline-block;
        }


.Zizhu {
    padding: 3% 0
}

    .Zizhu .main_title h1 {
        font-size: 24px;
        font-weight: normal;
        color: #0993cf;
        margin: 0;
        display: block;
        text-align: center;
        border-bottom: 1px solid #eee;
        padding-bottom: 20px;
        margin-bottom: 30px;
    }

    .Zizhu .title2 h2 {
        font-size: 18px;
        position: relative;
        padding-left: 16px;
    }

        .Zizhu .title2 h2:before {
            content: "";
            display: block;
            width: 0;
            height: 0;
            border-top: 5px solid transparent;
            border-bottom: 5px solid transparent;
            border-left: 8px solid #666;
            position: absolute;
            left: 0;
            top: 7px;
        }

    .Zizhu .part1 {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

        .Zizhu .part1 dd {
            text-align: center;
            font-size: 16px;
            line-height: 30px;
        }

            .Zizhu .part1 dd span {
                color: #444
            }

            .Zizhu .part1 dd .pic {
                margin-bottom: 15px;
            }



.Yandan {
    padding: 3% 0
}

    .Yandan .main_title h1 {
        font-size: 24px;
        font-weight: normal;
        color: #0993cf;
        margin: 0;
        display: block;
        text-align: center;
        border-bottom: 1px solid #eee;
        padding-bottom: 20px;
        margin-bottom: 30px;
    }

    .Yandan .title2 h2 {
        font-size: 18px;
        position: relative;
        padding-left: 16px;
    }

        .Yandan .title2 h2:before {
            content: "";
            display: block;
            width: 0;
            height: 0;
            border-top: 5px solid transparent;
            border-bottom: 5px solid transparent;
            border-left: 8px solid #666;
            position: absolute;
            left: 0;
            top: 7px;
        }

    .Yandan .part1 {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

        .Yandan .part1 dd {
            text-align: center;
            font-size: 16px;
            line-height: 30px;
        }

            .Yandan .part1 dd span {
                color: #444
            }

            .Yandan .part1 dd .pic {
                margin-bottom: 15px;
            }



.table_list_chuzhen table {
    width: 100%;
    text-align: center;
    border-collapse: collapse
}

    .table_list_chuzhen table th {
        padding: 10px;
        color: #fff;
        background-color: #0993cf;
        border: solid 1px #fff;
        width: 12.5%
    }

        .table_list_chuzhen table th span {
            font-weight: normal;
            color: #fff;
        }

    .table_list_chuzhen table td {
        padding: 10px;
        border: solid 1px #CCC;
        border-collapse: collapse
    }

    .table_list_chuzhen table span {
        display: block;
        color: #999;
        font-size: 12px;
    }

    .table_list_chuzhen table tr:nth-child(odd) {
        background-color: #eff6fc
    }

.table_list_tingzhen table {
    width: 100%;
    border: solid 1px #CCC;
    text-align: center;
    border-collapse: collapse
}

    .table_list_tingzhen table th {
        padding: 10px;
        color: #fff;
        background-color: #0993cf;
        border: solid 1px #fff
    }

        .table_list_tingzhen table th span {
            font-weight: normal;
            color: #fff;
        }

    .table_list_tingzhen table td {
        padding: 10px;
        border: solid 1px #CCC;
        border-collapse: collapse
    }

    .table_list_tingzhen table span {
        display: block;
        color: #999;
        font-size: 12px;
    }

    .table_list_tingzhen table tr:nth-child(odd) {
        background-color: #eff6fc
    }


@media (max-width:768px) {
    .table_list_chuzhen {
        overflow-x: auto;
    }

        .table_list_chuzhen table th {
            width: auto;
            white-space: nowrap
        }

        .table_list_chuzhen table td {
            white-space: nowrap
        }

    .table_list_tingzhen {
        overflow-x: auto;
    }

        .table_list_tingzhen table th {
            width: auto;
            white-space: nowrap
        }

        .table_list_tingzhen table td {
            white-space: nowrap
        }
}
    .Alliance_box{ font-size: 16px; line-height: 36px; margin-bottom: 7%;}
    .Alliance_tit{ position: relative; text-align: center;}
    .Alliance_tit:before{content: '';background: url("../images/H_tit_bg.png") repeat-x center;height: 10px;width: 100%;position: absolute;right: 0;top: 50%;transform: translateY(-50%);z-index: 1;}
    .Alliance_tit span {display: inline-block;background: #fff;font-style: normal;position: relative;z-index: 2;padding:0 10px; font-size: 24px; color: #0993cf;}
    .Alliance_box2{ text-align: center;}
    .Alliance_table table{ width: 100%; table-layout: fixed; margin: 4% 0 5%;}
    .Alliance_table tr:first-child td{ text-align: center; background: #0993cf; color: #fff;}
    .Alliance_table tr td{ padding: 15px 0 15px 4%; font-size: 16px; color: #666666; background: #fff;}
    .Alliance_table tr:nth-child(2n) td{ background: #e6f4fa;}

.slick-slider {
    position: relative;
    display: block;
    -webkit-touch-callout: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}
.slick-list {
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list: focus {
    outline: none
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    min-height: 1px;
}
[dir = 'rtl'] .slick-slide {
    float: right;
}
.slick-slide .slick-loading img {
    display: none;
}
.slick-slide .dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow .slick-hidden {
    display: none;
}
.flm_imgList .ul{ overflow: hidden; margin: 5% 0;}
    .flm_imgList .slick-list{ padding: 0 12% !important;}
    .flm_imgList li .box{margin: 20px 0; overflow: hidden;}
    .flm_imgList li figure{ position: relative; padding-top: 50%; margin-top: 6%;}
    .flm_imgList li figure:before{ content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(255,255,255,0.8); z-index: 2;}
    .flm_imgList li img{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 1;}

    .flm_imgList li p{ display: none; font-size: 16px; color: #666666; margin: 10px 0;}
    .flm_imgList .slick-current{ transform: scale(1); padding: 0;}
    .flm_imgList .slick-current figure{ padding-top: 63.6%; margin-top: 0;}
    .flm_imgList .slick-current figure:before{ opacity: 0;}
    .flm_imgList .slick-current p{ display: block; text-align: center;}
    .flm_imgList .slick-dots{ text-align: center;}
    .flm_imgList .slick-dots li{ display: inline-block; font-size: 0; width: 15px; height: 15px; line-height: 15px; border-radius: 100%; border: 1px solid transparent; margin: 0 3px;vertical-align: middle;}
    .flm_imgList .slick-dots button{ display: inline-block; vertical-align: middle; width: 7px; height: 7px; border-radius: 100%; background: #c3c3c3;    font-size: 0;
 border: none; margin: 0; padding: 0;line-height: normal; margin-top: -2px;}
    .flm_imgList .slick-dots .slick-active{ border-color: #0993cf;}
    .flm_imgList .slick-dots .slick-active button{ background: #0993cf; width: 5px; height: 5px;}
    .flm_imgList .slick-arrow{ position: absolute;font-size: 0;border: none;width: 12%;height: 65%;top: 43%;transform: translateY(-50%);z-index: 2; left: 0; background: none;}
    .flm_imgList .slick-next{ left: auto; right: 0;}


    /* 20240315新增修改 */
    .ks_nav{display: flex;align-items: center;border-bottom: 1px solid #eeeeee;}
    .ks_nav .item{text-align: center;line-height: 50px;color: #666666;margin-right: 60px;cursor: pointer;font-size: 18px;}
    .ks_nav .item.on{color: #0993cf;border-bottom: 2px solid #0993cf;}

    .ks_list{display: flex;align-items: center;flex-wrap: wrap;margin-top: 20px;}
.ks_list li{
		border: solid 1px #eeeeee;
		border-radius: 3px;
		background-image: linear-gradient(0deg, 
		#fbfbfb 0%, 
		#ffffff 100%), 
	linear-gradient(
		#ffffff, 
		#ffffff);
		line-height: 44px;
		position: relative;
		list-style: none;
		width: calc(100%/3 - 10px);
		margin-right: 10px;
		
		margin-bottom: 10px;
		}
    
        .ks_list li::before,
.ks_list li::after {position: absolute;width: 8px;height: 1px;background: #999;content: "";right: 5%;top: 50%;}
.ks_list li::before{transform: rotate(45deg);margin-top: -2px;}
.ks_list li::after{transform: rotate(-45deg);margin-top: 4px;}
.ks_list li:hover::before,
.ks_list li:hover::after{background:#fff;}

.ks_list li>a{ color: #666666; font-size: 15px; padding-left: 15px;}
.ks_list li>a:hover{ color: #fff; border: none; background-color: #0993cf; }

.show_nav.m35 {height: 500px;}
.show_nav.m35 .contain .center{width: 1025px;padding-left: 0;}
.show_nav.m35 .second_nav{width: 660px;padding-left: 30px;}
.show_nav.m35 .contain .center .content_right{width: 360px;}




/* 20240612新增修改 */

.H_box4 dd {display: none;}

.H_box4 .list{position: relative;padding: 2% 0 0;}
.H_box4 .owl-carousel {display: block;}
.H_box4 .list li {position: relative;background: #fafafa;border-radius: 10px;overflow: hidden;margin-bottom: 3.5%; text-align: center;}
.H_box4 .list li .pic{ overflow: hidden;}
.H_box4 .list li .Ispic{ display: block;padding-bottom: 62%; background-size: cover; transition: 0.3s;}
.H_box4 .list li .text h3 {font-size: 18px;margin: 0;padding: 5% 1%;font-weight: normal;color: #333;}
.H_box4 .list li a:hover .text h3{color: #0993cf;}
.H_box4 .list li a:hover .Ispic{ transform: scale(1.1);}
.H_box4 .list .owl-nav div {position: absolute;top: 50%;margin-top: -20px;height: 40px;width: 40px;cursor: pointer;padding: 0;line-height: 100;overflow: hidden;background: url("../images/btn_icon-g.png") no-repeat left center;z-index: 10;}
.H_box4 .list .owl-nav .owl-prev {left: -7.5%;}
.H_box4 .list .owl-nav .owl-next {right: -7.5%;background-position: right center;}
.H_box4 .list .owl-nav div:hover {background-image: url("../images/btn_icon_hover.png");}


@media(max-width:1200px) {
.H_box4 .list .owl-nav .owl-prev {left: -2%;}
.H_box4 .list .owl-nav .owl-next{right: -2%;}
}
@media(max-width:640px) {
.H_box4 .list li .text h3{font-size: 16px;}
}

.Departlist li { float: left; width:32%; margin-right: 2%; border-radius: 10px;overflow: hidden;margin-bottom: 2%;  position: relative; }
.Departlist li:nth-child(3n){ margin-right: 0;}
.Departlist li .pic{ overflow: hidden;}
.Departlist li .Ispic{ padding-bottom: 75%; background-size: cover; transition: 0.3s;position:relative; z-index: 1; }
.Departlist li a:hover .Ispic{ transform: scale(1.1);}
.Departlist li .pic .Ispic::after{position: absolute; content: ''; left: 0; bottom: 0; width: 100%; height: 50%;
background: -moz-linear-gradient(top,  rgba(9,147,207,0) 0%, rgba(9,147,207,0.8) 50%, rgba(9,147,207,0.9) 100%);
background: -webkit-linear-gradient(top,  rgba(9,147,207,0) 0%,rgba(9,147,207,0.8) 50%,rgba(9,147,207,0.9) 100%); 
background: linear-gradient(to bottom,  rgba(9,147,207,0) 0%,rgba(9,147,207,0.8) 50%,rgba(9,147,207,0.9) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000993cf', endColorstr='#0993cf',GradientType=0 );
}

.Departlist li .txt{position: absolute;z-index: 10;left: 0; bottom: 6%;width: 100%; text-align: center;padding: 0 3%;color: #fff;}
.Departlist li .txt h3 {font-size: 20px;margin: 0;font-weight: normal;color: #fff; line-height: 1; }
.Departlist li .txt i {display: block;height: 2px;background: #fff;width: 30px;margin: 15px auto 18px;}
.Departlist li .txt span {font-size: 16px;line-height: 16px;}

@media(max-width:1024px) {
.Departlist li{ width: 49%;}
.Departlist li:nth-child(3n){ margin-right: 2%;}
.Departlist li:nth-child(2n){ margin-right: 0;}
}

@media(max-width:640px) {
.Departlist li{ width: 100%;margin-right: 0%;}
}

.footer .bottom .wid{display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 10px; }
.footer .bottom .wid *{ font-size: 12px;}

.piaofu{width:210px}
.piaofu #close-ad{font-size: 16px; position: absolute;width:24px; line-height:24px; right:5px; top:5px;cursor:pointer; background:#ffc600;color: #fff;border-radius:100%;text-align:center; }

.about_info{ color:#000;font-size: 18px;}


.xsqk_list{ /*  display:flex; flex-wrap:wrap; justify-content:center; width:100%; gap:0 40px;*/}
.xsqk_list li{ /*width:calc( ( 100% - 40px ) / 2 );*/ margin-bottom:5%; display: flex; flex-wrap:wrap; align-items: center; justify-content: space-between;}
.xsqk_list figure{ position:relative; width: 23.32%; overflow: hidden; }
/* .xsqk_list figure img{ position:absolute; left:0; top:0; width:100%; height:100%; object-fit:cover;}*/
.xsqk_list li .txt { width: 68.5%; }
.xsqk_list li h3 {margin: 0; margin-bottom: 2%; font-weight: normal; font-size: 20px; color: #000; }
.xsqk_list .btnbox{ margin-top:15px;}
.xsqk_list .btnbox a{ display: inline-block; padding: 0px 20px; line-height:36px; text-align:center; color:#0993cf;background: #fff; border:1px solid #0993cf; }
.xsqk_list .btnbox a:hover{ background-color:#0993cf; color:#fff;}
@media (max-width: 640px) {
	.xsqk_list{ }
	.xsqk_list figure{ margin-bottom:2%;}
	.xsqk_list figure,
    .xsqk_list li .txt {
		float: none;
        width: 100%;
    }
	.xsqk_list li h3 {
        font-size: 16px;
    }
}
@media (min-width: 1025px) {
	.header .topNav .wid{ display:flex; flex-wrap:wrap; justify-content:space-between;}
	html[lang="en"] .header .topNav .wid{justify-content:flex-start;}
	.header .topNav .wid:after{ display:none;}
	.header .topNav li{ margin-right:0;}
}

body.english .header .topNav .wid{justify-content: flex-start;}
body.english .topNav .wid > li{margin-right: 3.7%;}
body.english .other .click{width: 74px;}
body.english .other a{margin: 0 auto;}
body.english .H_box .box1 li{width: 25%;}
body.english .H_box .box1 li span.txt,body.english .H_box .box1 li span{width: 135px;}
body.english .H_news span{max-width: 50%;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
body.english .H_box2 .txt h4{padding-left: 70px;}
body.english .H_box4 dt span{width: fit-content;padding: 1.25%;}
body.english .ks_nav .item{margin-right: 0px;}
body.english .other a.close{margin-top:10px;}
body.english .show_nav.m35 .second_nav{width:auto;}
