@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, dd, dl, dt, li, ol, ul, input, select, button, textarea, tr, td {
    padding: 0;
    margin: 0;
    border: none;
}

.navright>li {
    width: 120px;
    text-align: center;
    font-size: 16px;
    padding: 0 20px;
    box-sizing: border-box;
    height: 100px;
    line-height: 100px;
}

/*去掉超链接或按钮点击时出现的虚线框黄色边框*/
::-moz-focus-inner {
    border: 0px;
}

/*火狐的私有属性去掉点击时边框*/
body, html {
    width: 100%;
    font-family: "Microsoft YaHei", "Arial", "SimSun";
    color: #333333;
}

ul, ul li, ol li, li {
    list-style: none;
    height: 70px;
}

a, input, textarea {
    border: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:focus {
    text-decoration: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ".";
    clear: both;
    height: 0;
}

* html .clearfix {
    zoom: 1;
}

*:first-child + html .clearfix {
    zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.none {
    display: none;
}

/*img {*/
/*    width: 100%;*/
/*    vertical-align: middle;*/
/*    border: none*/
/*}*/

.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flexa {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.fleximg {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flexl {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.flexr {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.flexcb {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-content: space-between;
}

.flexcl {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-content: center;
}

.topp {
    position: relative;
    top: 100px;
    opacity: 0;
}

.leftt {
    position: relative;
    left: 100px;
    opacity: 0;
}

.rightt {
    position: relative;
    right: 100px;
    opacity: 0;
}

.bottomm {
    position: relative;
    bottom: 100px;
    opacity: 0;
}

.inrow {
    font-size: 0;
[;
    font-size: 12px;
];
    *font-size: 0;
    font-family: arial;
[;
    letter-spacing: -3px;
];
    *letter-spacing: normal;
    *word-spacing: -1px;
}

.inrow > li, .inrow span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 14px;
    letter-spacing: normal;
    word-spacing: normal;
}

.dataNums {
    position: absolute;
    top: 50%;
    display: block;
    width: 100%;
    height: 75px;
    margin-top: -37px;
    text-align: center;
}

.dataNums .dataOne {
    width: 61px;
    height: 75px;
    margin: 0px 3px;
    text-align: center;
    background: url(../images/num-bg.png) no-repeat;
}

.dataNums .dataBoc {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.dataNums .dataBoc .tt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.dataNums .tt span {
    width: 100%;
    height: 100%;
    font: bold 54px/75px "Arial";
    color: #ddf0ff;
}

.copy-right {
    width: 100% !important;
    height: 180px !important;
    background: #F5F5F5 !important;
    text-align: center !important;
    font-size: 12px !important;
    font-family: PingFangSC-Medium, PingFang SC !important;
    font-weight: 500 !important;
    color: rgba(0,0,0,0.65) !important;
    line-height: 24px !important;
    padding: 66px 0;
}

.copy-right a{
    color: rgba(0,0,0,0.65) !important;
    font-size: 12px !important;
    font-family: PingFangSC-Medium, PingFang SC !important;
    font-weight: 500 !important;
    color: rgba(0,0,0,0.65) !important;
    line-height: 24px !important;
}

.mid {
    width: 100%;
    height: 80px;
}

.navv {

    width: 100%;
    padding: 10px 0;
    height: 100px;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
}

@media screen and (min-width: 1200px) {
    .navv {
        width: 100%;
        padding: 0 calc(50% - 600px);
    }
}

.logoimg {
    height: 50px;
    width: auto;
    /*margin-left: 20px;*/
}

.logoimg > img {
    height: 50px;
    width: auto;
}


.navright > li:hover > a {
    text-decoration:none;
    color: #009ae1;
}

.ul-li-a-white-style > li > a {
    color: #000000 !important;
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
}

.ul-li-a-dark-style > li > a {
    font-weight: 500;
    color: #FFFFFF !important;
    font-size: 18px;
    line-height: 25px;
}


.conduct {
    position: relative;
}

.conduct > ul {
    width: 100%;
    height: 120px;
    transition: all 0.2s ease;
    position: absolute;
    z-index: 99;
    top: 20px;
    left: 0;
    opacity: 0;
    padding: 25px 0 0;
}

.conduct > ul > li {
    /*width: 130%;*/
    text-align: center;
    box-sizing: border-box;
    background: #FFFFFF;
}

.conduct > ul > li > a {
    font-size: 16px;
    text-decoration: none;
    color: black;
    text-align: center;
    transition: all 0.2s ease;
    opacity: 0;
    height: 40px;
    line-height: 40px;
}

.conduct:hover > ul {
    opacity: 1;
}

.conduct:hover > ul a {
    opacity: 1;
}

.home {
    text-align: center;
    padding: 30px 100px;
}

@media screen and (max-width: 767px) {
    .home {
        padding: 20px 40px;
    }

    .home p {
        line-height: 24px;
        text-align: justify;
    }

    .navright {
        display: none;
    }

    .mid {
        width: 100%;
        height: 60px;
    }

    .nav-font-tab {
        width: 24px;
        height: 20px;
        display: block;
        cursor: pointer;
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
        z-index: 100;
    }

    .nav-font-tab hr {
        padding: 0;
        margin: 0;
        height: 4px;
        width: 30px;
        position: absolute;
        background-color: rgba(0, 0, 0, 0.6);
        vertical-align: top;
        border: none;
        transition: all .3s linear;
        transform-origin: top left;
    }

    .backcolor hr {
        background-color: #333 !important;
        /*background-color: rgba(255, 25 5, 255, 1);*/
    }

    .nav-font-tab hr:nth-child(1) {
        width: 100%;
        left: 0;
    }

    .nav-font-tab hr:nth-child(2) {
        width: 50%;
        left: 0;
        top: 50%;
        margin-top: -10%;
    }

    .nav-font-tab hr:nth-child(3) {
        width: 50%;
        right: 0;
        top: 50%;
        margin-top: -10%;
    }

    .nav-font-tab hr:nth-child(4) {
        width: 100%;
        bottom: 0;
    }

    .add {
        font-size: 20px;
        color: white;
        transform: translateY(-50%) rotate(-90deg);
        position: absolute;
        top: 36px;
        right: 30px;
        font-family: simsun;
        font-weight: bold;
        z-index: 99999;
        transition: all .3s linear;
        width: 20px;
    }

    .addson {
        position: relative;
        top: 0;
        right: 0;
        opacity: 0;
        transition: all .3s linear;
        height: 0;
    }

    .addson > li {
        height: 50px;
        line-height: 50px;
        padding-left: 50px;
        text-align: left;
    }

    .addson > li > a {
        color: #ffffff;
    }

    .layer {
        display: block;
        position: absolute;
        opacity: 0;
        visibility: hidden;
        top: 0;
        left: 0;
        width: 100%;
        height: 500px;
        overflow-x: hidden;
        transition: all .3s linear;
        z-index: 13;
        background-color: rgba(0, 0, 0, 0.5);
    }

    .layer .rt-aside {
        position: absolute;
        right: -100%;
        top: 0;
        transition: all .3s linear;
        width: 100%;
        height: 100%;
        overflow-x: hidden;
        z-index: 999;
    }

    .layer .rt-aside .rt-aside-wrap {
        height: 100%;
        background-color: #FFF;
        width: 103%;
        padding: 0 3% 0 0;
        overflow: auto;
        box-sizing: content-box;
        position: relative;
        z-index: 9999;
    }

    .layer .rt-aside .search-box {
        width: 100%;
        padding: 10px 30px 25px 30px;
        position: relative;
    }

    .layer .rt-aside .search-box input {
        height: 60px;
        width: 100%;
        background-color: transparent;
        border: none;
        outline: none;
        border-bottom: 1px solid darkgray;
        caret-color: gray;
    }

    .layer .rt-aside .search-box input::-webkit-input-placeholder {
        color: lightgray;
        font-size: 16px;
    }

    .layer .rt-aside .search-box .search-font {
        font-size: 18px;
        cursor: pointer;
        vertical-align: middle;
        color: #fff;
        position: absolute;
        right: 30px;
        top: 32px;
    }

    .layer .rt-aside .ul-tab {
        padding: 0;
        margin: 60px 0 0 0;
    }

    .layer .rt-aside .ul-tab > li {
        position: relative;
        height: 70px;
    }

    /*.layer .rt-aside .ul-tab > li > a:before {*/
    /*    -webkit-transition: width .3s linear;*/
    /*    content: '';*/
    /*    position: absolute;*/
    /*    right: 0;*/
    /*    top: 0;*/
    /*    width: 0%;*/
    /*    height: 100%;*/
    /*    background: rgba(255, 255, 255, 0.6);*/
    /*    !* background: rgba(0,154,255,0.8); *!*/
    /*    z-index: 2;*/
    /*}*/

    .layer .rt-aside .ul-tab > .rt-aside-active-link a:before {
        width: 100%;
    }

    .layer .rt-aside .ul-tab > li > a {
        position: relative;
        z-index: 3;
        display: block;
        padding: 0 30px;
        line-height: 70px;
        text-align: center;
        font-size: 16px;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: #000000;
    }

    .layer .rt-aside .ul-tab > li > a i {
        margin-right: 20px;
        position: relative;
        z-index: 3;
        font-size: 20px;
    }

    .layer .rt-aside .ul-tab > li > a .index-font {
        font-size: 16px;
    }

    .layer .rt-aside .ul-tab > li > a span {
        position: relative;
        z-index: 3;
    }

    .layer .rt-aside .ul-tab > li > a .glyphicon {
        top: -1px;
        vertical-align: middle;
    }

    .layer .rt-aside .aside-foot {
        margin-top: 20px;
    }

    .layer .rt-aside .aside-foot .aside-tel {
        padding: 20px;
        border-bottom: 1px solid lightgray;
        overflow: hidden;
    }

    .layer .rt-aside .aside-foot .aside-tel a {
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

    .layer .rt-aside .aside-foot .aside-tel h5 {
        color: #F5F5F5;
        font-weight: 400;
        font-size: 14px;
        margin: 4px 0 10px;
    }

    .layer .rt-aside .aside-foot .aside-tel p {
        font-size: 20px;
        color: #fff;
        margin: 0;
    }

    .layer .rt-aside .aside-foot .aside-tel i {
        font-size: 36px;
        vertical-align: bottom;
        color: #F5F5F5;
    }

    .layer .rt-aside .aside-foot .aside-foot-link {
        padding: 20px;
    }

    .layer .rt-aside .aside-foot .aside-foot-link span {
        cursor: pointer;
        display: inline-block;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-color: #F5F5F5;
        color: #fff;
        text-align: center;
        line-height: 40px;
    }

    .layer .rt-aside .aside-foot .aside-foot-link span i {
        font-size: 20px;
        color: #000;
    }

    .layer .rt-aside .aside-foot .aside-foot-link p {
        margin-top: 10px;
        text-align: left;
        color: #F5F5F5;
        font-size: 14px;
    }

    .navv{
        height: 60px;
        padding: 10px 20px;
    }

    .logoimg{
        height: 40px;
    }

    .logoimg > img {
        height: 40px;
        width: auto;
    }

}
@media screen and (min-width: 768px){

    .navv{
        height: 60px;
        padding: 10px 0 10px 20px ;
    }

    .logoimg{
        height: 40px;
    }

    .logoimg > img {
        height: 40px;
        width: auto;
    }

    .navright > li {
         width: 120px;
         text-align: right;
     }

}
@media screen and (min-width: 1200px){
    .navv{
        height: 100px;
        padding: 20px calc(50% - 600px);
    }

    .logoimg{
        height: 50px;
    }

    .logoimg > img {
        height: 50px;
        width: auto;
    }

    .navright > li {
        width: 80px;
        text-align: center;
    }
}
