@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;
}


input, button, select, textarea, a, img {
    outline: none;
}

/*去掉超链接或按钮点击时出现的虚线框黄色边框*/
::-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;
}

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 {
    background: #F5F5F5;
    text-align: center;
    padding: 4em 0em;
}

.copy-right p {
    max-width: 100% !important;
    width: 100% !important;
    font-size: 14px;
    color: #7E7E7E;
}

.copy-right a {
    font-size: 14px;
    color: #F5AF33;
}

.copy-right img {
    width: 20px;
}

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

.navv {
    width: 100%;
    padding: 10px 50px;
    height: 80px;
    background: white;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
}

.logoimg {
    width: 190px;
}

.navright > li:hover > a {
    color: #009ae1;
}

.navright > li > a {
    color: #000000;
}

.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;
}

#body .active > a {
    color: #009AE1;
}

.conduct_item > li:hover > a {
    color: #009AE1;
}

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

.home img {
    padding: 20px 0;
    width: 100%;
    max-width: 640px;
}

.home p {
    line-height: 40px;
    font-size: 14px;
    word-break: break-all;
    text-indent: 28px;
}


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

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

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

    #body .navv .logoimg {
        width: 150px;
    }

    .navright {
        display: none;
    }

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

    .nav-font-tab {
        width: 36px;
        height: 26px;
        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: rgba(255, 255, 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: -6%;
    }

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

    .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: 70%;
        height: 100%;
        overflow-x: hidden;
        z-index: 999;
    }

    .layer .rt-aside .rt-aside-wrap {
        height: 100%;
        background-color: rgba(0, 0, 0, 0.8);
        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: 0;
    }

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

    .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;
        color: #fff;
        font-size: 15px;
        text-align: left;
    }

    .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;
    }

    .copy-right p, .copy-right a {
        font-size: 12px;
    }

    .copy-right img {
        width: 18px;
    }

    .copy-right {
        padding: 30px 0;
    }
}
