@charset "utf-8";

body {
    --ColorDefault: #1e63ac;
    /*#1e63ac;*/
    --ColorDefaultLight: #3490DC;
    /*#ECBE70*/
    --ColorHover: #3490DC;
    --WidthDefault: 85%;
    --FonthDefault: 14px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, table, tr, th, td {
    margin: 0;
    padding: 0;
}

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

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: normal;
}

ul, ul li, input, dl, dd {
    padding: 0;
    margin: 0;
    /*list-style-type: none;*/
}

img, a img {
    border: 0;
    margin: 0;
    padding: 0;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

a {
    text-decoration: none;
    color: #444;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

a:hover {
    text-decoration: none;
}

.clear {
    clear: both;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

@-webkit-keyframes rotateMe {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotateMe {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* HTY Common Atom*/
.clear {
    background: none;
    border: 0;
    clear: both;
    display: block;
    float: none;
    font-size: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

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

.fl {
    float: left;
}

.fr {
    float: right;
}

.c_b {
    clear: both;
}

textarea {
    resize: none;
    overflow: auto;
}


body {
    font-family: "微软雅黑";
    font-size: 12px;
    color: #535353;
    overflow-x: hidden;
    margin: 0 auto;
}

/*.theme_color{background:#00beaf;}
.theme_color1{background:#ee0062;}
.theme_color2{background:#222;}*/
.wl_1004 {
    width: 1004px;
    margin: 0 auto;
    position: relative;
}

/*-----------------  ■ common -------------------*/
.rollover:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -khtml-opacity: 0.7;
    zoom: 1;
}

.main {
    width: 1120px;
    margin: 0 auto;
    position: relative;
}

/*-----------------  ■ top -------------------*/
.top {
    background: #fff;
    line-height: 41px;
    border-bottom: #ebebeb solid 1px;
    height: 41px;
    overflow: hidden;
}

.top01 {
    width: 1004px;
    margin: 0 auto;
    color: #6c6c6c;
    height: 41px;
    font-size: var(--FonthDefault);
}

.top02 {
    float: left;
}

.top03 {
    float: right;
    width: 278px;
}

/*-----------------  ■ header -------------------*/
.header {
    width: 100%;
    height: 109px;
    overflow: hidden;
    position: relative;
    background-color: #ffffff;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
}

.header_sticky {
    /*position: fixed;*/
    /*left: 0;*/
    /*top: 0;*/
    /*z-index: 999;*/
    /*-webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;*/
    /*animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;*/
}

.header01 {
    width: 1004px;
    margin: 0 auto;
    height: 124px;
}

.header .logo {
    float: left;
}

.header .tel {
    float: right;
    font-size: 15px;
    color: #3a3f47;
    padding-left: 33px;
    /*background: url(../images/tel01.png) no-repeat left 6px;*/
    line-height: 22px;
    margin-top: 31px;
}

.header .tel .title {
}

.header .tel .num {
    font-size: 26px;
    color: #3a3f47;
    font-family: Impact;
}


.header .liuyan a {
    color: #5a5a5a;
}

.header .liuyan a:hover {
    color: #0256ac;
}

/*********nav*********/
.g_nav {
    width: 100%;
    z-index: 999;
    /*background: #1e50ae;*/
    /*background: white;*/
    /*background: #cc2223;*/
    /*position: relative;*/
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
}

.g_nav_sticky {
    /*position: fixed;*/
    /*left: 0;*/
    /*top: 0;*/
    /*z-index: 999;*/
    /*-webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;*/
    /*animation: 400ms ease-in-out 0s normal none 1 running fadeInDown;*/
    box-shadow: 0 0 1rem grey;
    background: #0d0653;
    opacity: .7;
}

.g_nav01 {
    height: 60px;
    width: 1004px;
    margin: 0 auto;
    position: relative;
    padding-top: 15px;
}

.g_nav01 .logo {
    float: left;
    height: 60px;
    width: 280px;
}

.g_nav01 .logo img {
    height: 60px;
    width: 190px;
    margin-left: 50px;
}

.g_nav01 .g_nav_first {
    float: left;
}

.g_nav01 table {
    width: 100%;
    font-size: 1.15rem;
}

.g_nav01 table tr td {
    text-align: center;
    position: relative;
    line-height: 30px;
    /*border-right: #000 solid 1px;*/
    padding: 0 31px;
    height: 30px;
    /*overflow: hidden;*/
    text-overflow: ellipsis;
    white-space: nowrap;
}

.g_nav01 a {
    display: block;
    color: #fff;
    font-size: 16px;
    position: relative;
}


.g_nav01 td:hover {
    /*background-color: #0b5ea0;*/
    color: #ECBE70;
    transform: scale(1.1, 1.1);
}

.g_nav01 .now {
    color: #ECBE70;;
}

.g_nav01 .now:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    border-width: 0 10px 10px;
    border-style: solid;
    border-color: transparent transparent #ECBE70;
}

.g_nav01 .now:after {
    content: "";
    position: absolute;
    height: .125rem;
    left: 0;
    bottom: 0;
    background-color: #ECBE70;
    transition: .5s linear;
    width: 100%;
}

.g_nav01 td:hover:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    border-width: 0 10px 10px;
    border-style: solid;
    border-color: transparent transparent #ECBE70;
}

.g_nav01 td:hover:after {
    content: "";
    position: absolute;
    height: .125rem;
    left: 0;
    bottom: 0;
    background-color: #ECBE70;
    transition: .5s linear;
    width: 100%;
}

.g_nav01 a:hover {
    color: #ECBE70;
}

.g_nav01 a span {
    font-size: 12px;
    color: #baa58c;
}

.g_nav02 {
    width: 104px;
    background-color: #ffffff;
    position: absolute;
    font-size: 16px;
    box-shadow: 0 0 2.81rem grey;
    padding: 20px 0px;
    top: 62px;
    left: 10px;
}

.g_nav02 div {
    width: 80%;
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
}

.g_nav02 ul {
    width: 80%;
    margin: 0 auto;
    border-top: 1px solid #f2f2f2;
}

.g_nav02 ul li {
    width: 80px;
    float: left;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.g_nav02 ul li a {
    color: grey;
    cursor: pointer;
}

.g_nav02 ul li a:hover {
    color: #ECBE70;
    transform: scale(1.1, 1.1);
}


.h_fix {
    background: #0A82E1;
}

/*********footer*********/
.footer {
    height: 260px;
    background: #1d1d1d;
    font-size: 16px;
    color: #ffffff;
}

.footer01 {
    width: 1050px;
    margin: 0 auto;
    padding: 30px 0px;
    height: 140px;
}

.footer02 {
    float: left;
    width: 250px;
    color: #fff;
    height: 140px;
    text-align: center;
    line-height: 24px;
}

.footer03 {
    padding-top: 11px;
}


.footer04 {
    position: relative;
    float: left;
    width: 400px;
    max-width: 400px;
    line-height: 40px;
    margin-left: 100px;
}

.footer04 a {
    color: #ffffff;
}

.footer04 a:hover {
    color: var(--ColorDefault);
}

.footer04-2 {
    position: relative;
    float: left;
    width: 200px;
    max-width: 200px;
    line-height: 40px;
    margin-left: 100px;
}

.footer04-2 a {
    color: #ffffff;
}

.footer04-2 a:hover {
    color: var(--ColorDefault);
}

.footer05 {
    line-height: 20px;
    padding-top: 20px;
    text-align: center;
    color: #9E9E9E;
    height: 40px;
    border-top: 1px solid #9E9E9E;
}

.footer06 {
    color: #9E9E9E;
}

.top-tab {
    float: right;
    padding-top: 38px;
    margin-right: -341px;
    font-size: 15px;
    color: #3a3f47;
}

.clear {
    clear: both;
}

.img-wrapper img {
    width: 100%;
    height: 100%;
}
