* {
    padding: 0;
    margin: 0;
}

ul, li, ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

img {
    /*display: block;
    width: 100%;
    height: 100%;*/
    border: none;
}

body, html {
    font-family: 'PingFang SC', "Microsoft YaHei", "Microsoft Yahei", sans-serif, -apple-system, "Microsoft YaHei UI", 'Times New Roman','MS Sans Serif','San Francisco','SF UI Text','SF UI Display';
    /* font-family: PingFang SC, Lantinghei SC, Microsoft YaHei, HanHei SC, Helvetica Neue, Open Sans, Arial, Hiragino Sans GB, 寰蒋闆呴粦, STHeiti, WenQuanYi Micro Hei, SimSun, sans-serif; */
}

h1, h2, h3, h4, h5, h6  {
    cursor: default;
}



a {
    text-decoration: none;
    /*font-size: 12px;*/
    color: #6f7070;
    cursor: pointer;
}

    a:link {
        text-decoration: none;
    }

    a:visited {
        text-decoration: none;
    }

    a:hover {
        text-decoration: none;
    }

    a:active {
        text-decoration: none;
    }

dt {
    font-weight: 500;
}

a:hover {
    text-decoration: none;
}

.news-detail img{
    max-width:100%;
}
.title-category {
}

.title-category .title-header {
    display: flex;
    align-items: flex-end;
}

.title-category .title-header i {
    width: 0.3vw;
    height: 3vh;
    background: #4ca1af;
    margin-right: 1vw;
}

.title-category .title-header span {
    font-size:30px;
    font-weight: bold;
    color: #2e2e2e;
    letter-spacing: 3px;

}

.title-category .title-bottom {
    display: flex;
    align-items: center;
    margin-top: 0.5vh;
}

.title-category .title-bottom i {
    width: 1vw;
    height: 2px;
    background: #dddddd;
}

.title-category .title-bottom span {
    font-size: 0.7vw;
    color: #979797;
    margin: 0 0.5vw;
}

.title-tabs {
    margin-left: 0.5vw;
    display: flex;
    align-items: center;
    border-bottom: 2px solid #e1e1e1;
    margin-bottom: 0.7vh;
}

.title-tabs div {
    margin-right: 1vw;
}

.title-tabs div.active {
    border-bottom: 2px;
}

.title-tabs>div.select {
    color: #70b4bf;
}

.title-tabs>div p {
    position: absolute;
    margin-top: 5vh;
    background-image: url('../img/home/tabsActive.png');
    background-repeat: no-repeat;
    background-position: center center;
    display: none;
    width: 100%;
    height: 7px;
    left: 0;
    bottom: -1.5vh;
    transition: width .2s, left .2s, margin-left .2s;
    letter-spacing: 5px;
}

.title-tabs>div.select p {
    display: block;
}


/* footer */

.footer-container {
    width: 100%;
    height: 11vh;
    background: #4ca1af;
    color: #ffffff;
}

.footer-container .footer-header {
    width: 100%;
    height: 5vh;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #9cc7ce;
}

.footer-container .footer-header a {
    font-size: 0.9vw;
    color: #ffffff;
}

.footer-container .footer-header i {
    width: 1px;
    height: 13px;
    background: #ffffff;
    margin: 0 20px;
}

.footer-bottom {
    width: 100%;
    height: 6vh;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px auto;
    display: grid;
    text-align:center;

}

.footer-bottom span {
    font-size: 0.8vw;
    
}

.footer-bottom a {
    font-size: 0.8vw;
    color: #ffffff;
    margin: 0 0.8vw 0 0.4vw;
}

.menu-top {
    width:100%;
    height: 85px;
    line-height:85px;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    margin:0px auto;
    justify-content:center;
}

.menu-logo {
    /*margin-left: 4.5vw;*/
    width: 230px;
}

.nav-menu-content {
    display: flex;
    align-items: center;
    margin-left: 3vw;
    margin-right:2vw;
}

.nav-menu-items-box {
    position: relative;
    width: 8vw;
    overflow: hidden;
    float:left;
}

    .nav-menu-title {
        text-decoration: none;
        color: #ffffff;
        width: 100%;
        display: inline-block;
        text-align: center;
        letter-spacing: 2px;
        font-size: 20px;
        /*border-right: 2px solid #fff;*/
        box-sizing: border-box;
        /*height: 25px;*/
        line-height: 15px;
        /*padding-bottom:5px;*/
    }

        .nav-menu-title:after {
            content: "";
            width: 0;
            height: 3px;
            background: #09A09E;
            position: absolute;
            top: 70%;
            left: 45%;
            transition: all .6s;
        }

        .nav-menu-title:hover:after {
            left: 20%;
            width: 60%;
        }

        .nav-menu-title-dyg:hover:after {
            left: 32%;
            width: 30%;
        }
.addtitlecolor {
    color: #2e2e2e;
}
.addxhx {
    /*border-right: 2px solid #2e2e2e;*/
    /*border-bottom: 4px solid #09A09E;*/
}

.show-hover-fff {
    background-image: none;
    background-color: #fff;
    color: #2e2e2e;
    width: 100%;
    height: 170px;
    position: absolute;
    /*background: url('../img/home/headerBg.png') repeat-x;*/
    top: 0;
    left: 0;
    z-index: 8;
}

.nav-menu-items-box .nav-menu-items {
    padding: 5px 0 0;
    width: 100%;
    text-align: center;
    position: absolute;
    z-index: 99;
    display: none;
    top:75px;
}

.nav-menu-items-box .nav-menu-items li {
    height: 35px;
    line-height: 35px;
}

.nav-menu-items a {
    letter-spacing: 2px;
    text-decoration: none;
    color: #2e2e2e;
    font-size:18px;
}

    .nav-menu-items a:hover {
        color: #4ca1af;
    }

    .menu-top .menu-right {
        margin-left: 10px;
    }

.menu-top .menu-right img:first-child {
    width: 1vw;
    margin-left: 10px;
    margin-right: 20px;
}

.menu-top .menu-right img:last-child {
    width: 1.5vw;
}

.show-hover {
    width: 100%;
    height: 18vh;
   /* background: rgba(82, 136, 149, 0.5);*/
}

.show-hover .nav-menu-items-box {
    overflow: visible;
}

.header-menu {
    width: 100%;
    height: 170px;
    position: absolute;
    background: url('../img/home/headerBg.png') repeat-x;
    top: 0;
    left: 0;
    z-index: 8;
}

    .menu-bottom {
        width: 100%;
        height: 215px;
        background-color: #ffffff;
        /*opacity: 0.5;*/
        position: absolute;
        display: none;
        top: 85px;
        left: 0;
        z-index:3;
        /*padding-top: 9vh;*/
    }

.show {
    display: block;
}


/* 返回上一页 */

.go-back {
    width: 100%;
    text-align: right;
    margin: 3vh 0;
}

.go-back span {
    font-size: 0.8vw;
    display: inline-block;
    text-align: center;
    width: 5.4vw;
    cursor: pointer;
    height: 3.2vh;
    line-height: 3.2vh;
    border-radius: 3.2vh;
    background: #4ca1af;
    color: #ffffff;
}


.team-tab {
    padding-top: 38vh;
    color: #ffffff;
    font-size: 24px;
    display: flex;
    justify-content: center;
}

    .team-tab a p {
        width: 235px;
        height: 65px;
        word-spacing: 30px;
        letter-spacing: 10px;
        border-radius: 33px;
        background-color: #346274;
    }
    .team-tab a.active p {
        width: 235px;
        height: 65px;
        word-spacing: 30px;
        border-radius: 33px;
        background-color: #508b9a;
    }
    .team-tab a {
        display: block;
        width: 235px;
        height: 82px;
        margin:0px 10px;
        text-align: center;
        line-height: 65px;
        color: #ffffff;
        background: url(../img/menu_jt_1.png) bottom center no-repeat;
    }


        .team-tab a.active {
            color: #ffffff;
            background: url(../img/menu_jt_2.png) bottom center no-repeat;
        }

@media only screen and (min-width:1600px)and (max-width:1900px) {
    .nav-menu-title{
        font-size:17px;
    }
    .nav-menu-items a{
        font-size:16px;
    }
    .nav-menu-items-box .nav-menu-items {
        top: 65px;
    }
    .nav-menu-items-box .nav-menu-items li {
        height: 30px;
        line-height: 30px; 
    }
    .menu-top { 
        line-height: 75px; 
        height:75px;
    }  
    .menu-bottom {
        height: 200px;
    }
}

@media only screen and (min-width:1400px)and (max-width:1600px) {
    .nav-menu-title {
        font-size: 16px;
    }

    .nav-menu-items a {
        font-size: 15px;
    }
    .nav-menu-items-box .nav-menu-items {
        top: 58px;
    }
    .nav-menu-items-box .nav-menu-items li {
        height: 26px;
        line-height: 26px;
    }
    .menu-top {
        line-height: 70px;
        height: 70px;
    }  
    .menu-bottom{
        height:160px;
    }
}

@media only screen and (min-width:1280px)and (max-width:1400px) {
    .nav-menu-title {
        font-size: 15px;
    }

    .nav-menu-items a {
        font-size: 14px;
    }

    .nav-menu-items-box .nav-menu-items {
        top: 56px;
    }

    .nav-menu-items-box .nav-menu-items li {
        height: 26px;
        line-height: 26px;
    }

    .menu-top {
        line-height: 70px;
        height: 70px;
    } 
    .menu-bottom {
        height: 150px;
    }
}

