@charset "utf-8";
/* CSS Document */

body {
    max-width: 100%;
    overflow-x: hidden;
    background: #fff;
    font: 18px/36px "Hiragino Sans GB", "MicroSoft YaHei", Arial, sans-serif;
}

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

img {
    border: none;
    max-width: 100%;
}

a {
    color: #2b2a3c;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a,
area {
    blr: expression(this.onFocus=this.blur());
}

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

table {
    border-collapse: collapse;
    border-spacing: 0;
    max-width: 100%;
}

input,
:focus {
    outline: 0;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
select {
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    outline: 0;
}

input::focus-inner {
    padding: 0;
    border: 0;
}

input::-webkit-input-placeholder {
    color: #999;
}

input::-moz-placeholder {
    color: #999;
}

input:-moz-placeholder {
    color: #999;
}

input:-ms-input-placeholder {
    color: #999;
}

select::-ms-expand {
    display: none;
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

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

.clearfix {
    zoom: 1;
}

.clear {
    height: 0;
    width: 100%;
    overflow: hidden;
    font-size: 1px;
    line-height: 0;
    visibility: hidden;
}

.hide,
.only_mob {
    display: none;
}

ul::after {
    display: block;
    content: '';
    height: 0;
    font-size: 0;
    clear: both;
}

.no_after::after {
    display: none;
    content: '';
    height: 0;
    font-size: 0;
    clear: both;
}

/* 设置滚动条的样式 */

::-webkit-scrollbar {
    width: 4px;
}

/* 滚动槽 */

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

/* 滚动条滑块 */

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(0, 0, 0, 0.3);
}

.overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*头部导航*/

.Width {
    width: 1400px;
    margin: 0 auto;
}

/*头部导航*/
.header {
    position: relative;
}

.header .top {
    width: 100%;
    height: 46px;
    line-height: 46px;
}

.top_nav {
    height: 46px;
    line-height: 46px;
}

.top_nav>li {
    position: relative;
    display: inline;
    float: left;
    width: auto;
    height: 46px;
}

.top_nav cite {
    font-style: normal;
    display: block;
}

.top_nav cite a {
    display: block;
    width: auto;
    float: left;
    height: 46px;
    padding-left: 20px;
    color: #666;
    transition: background 0.3s;
    transform: translateZ(0);
}

.top_nav li:first-child cite a {
    padding-left: 0;
}

.top_nav cite a.huatu {
    padding-left: 0;
    background: none;
}

.top_nav cite a:hover p {
    color: #e45063;
}

.top_nav cite:hover i {
    background-position: -27px -1px;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.top_nav cite i {
    float: right;
    width: 8px;
    height: 5px;
    margin: 21px 8px 0 9px;
    background: url(../images/sprite.png) no-repeat;
    background-position: -38px -1px;
    transition: transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    -webkit-transition: -webkit-transform 0.5s;
    -o-transition: -o-transform 0.5s;
    opacity: 0.8;
}

.header .tel {
    margin-right: 20px;
    font-size: 18px;
    font-weight: bold;
}

.header .tel a {
    color: #e92930;
}

.header .tel i {
    display: block;
    float: left;
    width: 26px;
    height: 26px;
    margin: 10px 10px 0 0;
    background: url(../images/sprite.png) no-repeat;
    background-position: -23px -158px;
}

.header .login a:hover {
    color: #e92930;
}

.header .login a {
    font-size: 14px;
    color: #808080;
}

.header .login div {
    margin: 0 4px;
    color: #d1d1d1;
}

.wx {
    position: relative;
    padding-left: 35px;
    background: url(../images/fx_wxicon.png) no-repeat left center;
    cursor: pointer;
    margin-left: 20px;
    margin-right: 18px;
    font-size: 14px;
}

.wx:hover .wx_box {
    display: block;
}

.wx:hover {
    color: #44cd66;
}

.wx_wrap {
    width: 192px;
    height: 100px;
    padding: 30px 0 0 20px;
    margin-bottom: 13px;
}

.wx_box {
    display: none;
    position: absolute;
    bottom: -150px;
    left: 0;
    width: 217px;
    height: 150px;
    background-color: #fff;
    z-index: 10;
    box-shadow: 0 0 7px rgba(58, 58, 58, 0.2);
}

.wx_box img {
    display: block;
    float: left;
    width: 80px;
    height: 80px;
}

.wx_box a {
    display: block;
    float: left;
    width: 74px;
    height: 28px;
    margin-left: 15px;
    background: #e92930;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    margin-top: 15px;
}

.wx_box span {
    display: block;
    float: left;
    width: 92px;
    height: 28px;
    margin: 0 0 10px 15px;
    color: #000;
    font-size: 14px;
    line-height: 23px;
}

.qq {
    padding-left: 28px;
    margin-left: 20px;
    margin-right: 18px;
    background: url(../images/fx_qqicon.jpg) no-repeat left center;
}

.qq:hover {
    color: #38b2ff;
}

/* ------主导航下拉 */
.top_nav .navconbg {
    display: none;
    position: absolute;
    left: 0;
    top: 47px;
    z-index: 9;
    background: #fff;
    filter: alpha(opacity=95);
    opacity: 0.95;
    box-shadow: 0 0 7px rgba(58, 58, 58, 0.2);
    -ms-box-shadow: 0 0 7px rgba(58, 58, 58, 0.2);
    -moz-box-shadow: 0 0 7px rgba(58, 58, 58, 0.2);
    -webkit-box-shadow: 0 0 7px rgba(58, 58, 58, 0.2);
    -o-box-shadow: 0 0 7px rgba(58, 58, 58, 0.2);
}

.top_nav .navcon {
    display: none;
    position: absolute;
    left: 0;
    top: 46px;
    z-index: 10;
    overflow: hidden;
}

.top_nav .navconbg01,
.top_nav .navcon01 {
    width: 725px;
    height: 400px;
}

.top_nav .navconbg02,
.top_nav .navcon02 {
    width: 554px;
    height: 333px;
}

.top_nav .navconbg03,
.top_nav .navcon03 {
    width: 114px;
    height: 252px;
}

.top_nav .navconbg04,
.top_nav .navcon04 {
    width: 114px;
    height: 168px;
}

.top_nav .navconbg05,
.top_nav .navcon05 {
    width: 114px;
    height: 294px;
}

.top_nav .navconbg06,
.top_nav .navcon06 {
    width: 217px;
    height: 187px;
}

.top_nav .navcon01 strong {
    padding-top: 10px;
    padding-left: 25px;
    line-height: 46px;
    color: #000;
    display: block;
}

.top_nav .navcon01 strong a,
.top_nav .navcon02 strong a {
    color: #000;
}

.top_nav .navcon01 strong a:hover,
.top_nav .navcon02 strong a:hover {
    color: #e92930;
}

.top_nav .navcon01 p {
    padding-left: 25px;
}

.top_nav .navcon01 p a,
.top_nav .navcon02 p a {
    display: block;
    float: left;
    height: 28px;
    margin-bottom: 5px;
    color: #888;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
}

.top_nav .navcon01 p a {
    width: 74px;
}

.top_nav .navcon01 p a:hover,
.top_nav .navcon02 p a:hover {
    background: #e92930;
    border-radius: 3px;
    color: #fff;
    text-decoration: none;
}

.top_nav .navcon01 p span {
    display: block;
    float: left;
    width: 46px;
    height: 28px;
    margin-bottom: 5px;
    color: #cbcbcb;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
}

.top_nav .navcon01 em {
    display: block;
    width: 100%;
    height: 1px;
    margin: 35px 0 0 0;
    border-top: 1px solid #eaeaea;
    font-size: 0px;
}

.top_nav .navcon02 .kc {
    display: inline;
    float: left;
    width: 184px;
    height: 110px;
}

.top_nav .navcon02 .br {
    border-right: 1px solid #eaeaea;
}

.top_nav .navcon02 .bb {
    border-bottom: 1px solid #eaeaea;
}

.top_nav .navcon02 strong {
    padding-top: 20px;
    line-height: 46px;
    color: #000;
    text-align: center;
    display: block;
}

.top_nav .navcon02 p {
    padding-left: 25px;
}

.top_nav .navcon02 p a {
    width: 67px;
}

.top_nav .navcon03 a,
.top_nav .navcon04 a,
.top_nav .navcon05 a {
    display: block;
    width: 100%;
    height: 42px;
    color: #000;
    font-size: 14px;
    line-height: 42px;
    text-align: left;
    text-indent: 25px;
}

.top_nav .navcon03 a:hover,
.top_nav .navcon04 a:hover,
.top_nav .navcon05 a:hover {
    background: #e92930;
    color: #fff;
    text-decoration: none;
}

.top_nav .navcon .ewmbox {
    width: 192px;
    height: 100px;
    padding: 30px 0 0 25px;
    margin-bottom: 13px;
    border-bottom: 1px solid #eaeaea;
}

.top_nav .navcon .ewmbox img {
    display: block;
    float: left;
    width: 75px;
    height: 75px;
}

.top_nav .navcon .ewmbox span {
    display: block;
    float: left;
    width: 85px;
    height: 28px;
    margin: 5px 0 10px 15px;
    color: #000;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
}

.top_nav .navcon .ewmbox a {
    display: block;
    float: left;
    width: 74px;
    height: 28px;
    margin-left: 15px;
    background: #e92930;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
}

.top_nav .navcon .ewmbox a:hover {
    text-decoration: none;
}

.top_nav .navcon06 p {
    height: 28px;
    padding-left: 10px;
    overflow: hidden;
    line-height: 28px;
}

.navlist p {
    /* height:100%;*/
    line-height: 46px;
    font-size: 14px;
    color: #545353;
}

.top_nav .navcon06 p a {
    display: inline-block;
    height: 28px;
    padding: 0 7px;
    color: #000;
    font-size: 14px;
    line-height: 28px;
}

/*头部结束*/

/* topbar */
.top_bar {
    width: 100%;
    height: 80px;
    background: #F5F5F6;
}

.top_bar .Width {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top_bar .ht_logo {
    display: inline-block;
    width: 156px;
    height: 37px;
    background: url(../images/ht_logo.png) no-repeat;
    text-indent: -200rem;
    overflow: hidden;
    vertical-align: middle;
}

.top_bar .sdgk_logo {
    display: inline-block;
    width: 129px;
    height: 34px;
    background: url(../images/sdgk_logo.png) no-repeat center center;
    text-indent: -200rem;
    overflow: hidden;
    margin-left: 18px;
    vertical-align: middle;
}

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

.top_bar_r .links {
    margin-right: 38px;
}

.top_bar_r .links a {
    color: #343434;
    font-size: 18px;
    margin-left: 22px;
}

.top_bar_r .links a:hover,
.top_bar_r .links a.active {
    color: #F50C22;
}

.top_bar_r .search {
    width: 260px;
    height: 39px;
    border: 2px solid #F6110D;
    box-sizing: border-box;
}

.search_form {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.search_txt {
    display: block;
    width: 84%;
    height: 100%;
    padding-left: 4%;
    font-size: 14px;
    border: 0;
    background: transparent;
    line-height: 38px;
}

.search_txt::placeholder {
    color: #C2C2C2;
    font-size: 14px;
}

.search_r {
    width: 16%;
    height: 100%;
    background: linear-gradient(90deg, #F5080D, #F94D09);
}

.search_btn {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/search.png) no-repeat center center;
    text-indent: -200em;
    cursor: pointer;
    border: 0;
}

.footer {
    width: 100%;
    padding: 35px 0 55px;
    background: #f5f5f5;
    position: relative;
    z-index: 99;
}

.footer .title {
    height: 40px;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
}

.footer .title a:hover {
    text-decoration: none;
}

.footer .footleft {
    display: inline;
    float: left;
    width: 190px;
    padding: 5px 35px 5px 0;
    margin-right: 35px;
    border-right: 1px solid #dcdcdc;
}

.footer .footleft i {
    background: url(../images/footer.png) no-repeat;
}

.footer .col03 {
    width: 250px;
}

.footer .col04 {
    padding-right: 0;
    margin-right: 0;
    border: none;
}

.footer .footleft dt {
    width: 147px;
}

.footer .col03 dt {
    width: 203px;
}

.footer .footleft dt i {
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto;
}

.footer .footleft dt i.icon01 {
    background-position: 0 -170px;
}

.footer .footleft dt i.icon02 {
    background-position: -50px -170px;
}

.footer .footleft dt i.icon03 {
    background-position: -100px -170px;
}

.footer .footleft dt i.icon04 {
    background-position: -150px -170px;
}

.footer .footleft dt span {
    display: block;
    width: 100%;
    margin: 5px 0 15px;
    font-weight: bold;
    text-align: center;
}

.footer .footleft dt a:hover {
    text-decoration: none;
}

.footer .footleft dd {
    color: #888;
    font-size: 14px;
    line-height: 30px;
}

.footer .footleft dd a {
    display: block;
    float: left;
    margin-right: 35px;
    color: #888;
    transition: color 0.3s;
}

.footer .footleft dd a:hover {
    color: #e92930;
}

.footer .footright {
    display: inline;
    float: right;
    width: 315px;
    padding-top: 10px;
}

.footer .footright strong {
    height: 46px;
    font-size: 16px;
    line-height: 26px;
    display: block;
}

.footer .footright i {
    display: block;
    float: left;
    width: 46px;
    height: 46px;
    margin-right: 15px;
    background: #d7d7d7 url(../images/footer.png) no-repeat;
    border-radius: 3px;
}

.footer .footright i.icon05 {
    background-position: 0 -120px;
}

.footer .footright i.icon06 {
    background-position: -50px -120px;
}

.footer .footright strong:hover i.icon05 {
    background: #e92930 url(../images/footer.png) no-repeat 0 -120px;
}

.footer .footright strong:hover i.icon06 {
    background: #e92930 url(../images/footer.png) no-repeat -50px -120px;
}

.footer .footright .row01 a {
    display: block;
    height: 30px;
    font-size: 30px;
    line-height: 30px;
}

.footer .footright .row01 a:hover {
    text-decoration: none;
}

.footer .footright .row01 span {
    display: block;
    height: 16px;
    color: #888;
    font-size: 14px;
    line-height: 16px;
}

.footer .footright .row02 {
    margin: 25px 0 15px;
}

.footer .footright .row02 span {
    display: block;
    float: left;
    height: 46px;
    font-size: 20px;
    line-height: 46px;
}

.footer .footright .row02 a {
    display: block;
    float: left;
    width: 76px;
    height: 28px;
    margin: 8px 0 0 20px;
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
}

.footer .footright .row02 a:hover {
    border-color: #e92930;
    color: #e92930;
    text-decoration: none;
}

.footer .footright p {
    color: #888;
    line-height: 20px;
}

.footer .footNav {
    padding: 30px 0;
    margin-top: 30px;
    border-top: 1px solid #dcdcdc;
}

.footer .footNav p {
    font-size: 14px;
    line-height: 26px;
    text-align: center;
}


@media only all and (max-width:1520px) {
    .Width {
        width: 1200px;
    }

    .top_bar .ht_logo {
        background-size: 100% auto;
    }

    .top_bar .sdgk_logo {
        width: 108px;
        background-size: 100% auto;
        margin-left: 12px;
    }

    .top_bar_r .links a {
        font-size: 16px;
        margin-left: 16px;
    }

    .top_bar_r .links {
        margin-right: 20px;
    }

    .top_bar_r .search {
        width: 250px;
        height: 38px;
    }

    .footer .footleft {
        width: 140px;
        text-align: center;
    }

    .footer .footleft dd a {
        margin-right: 14px;
    }

    .footer .col03 {
        width: 205px;
    }

    .footer .footright .row01 a {
        font-size: 28px;
    }

    .footer .footright {
        width: 286px;
    }

}

@media only all and (max-width:1080px) {

    body {
        overflow-x: hidden;
    }

    .header,
    .footer>div {
        display: none;
    }

    .only_mob {
        display: block;
    }

    .Width {
        width: 94%;
    }


    .top_bar {
        width: 100%;
        height: auto;
        background: #fff;
        margin-bottom: .8rem;
    }

    .top_bar .Width {
        width: 100%;
        flex-wrap: wrap;
        position: relative;
    }

    .top_bar h1 {
        width: 100%;
        background: #F5F5F6;
        box-sizing: border-box;
        padding: 0 3%;
        height: 2.6rem;
        display: flex;
        align-items: center;
    }

    .top_bar .ht_logo {
        width: 23%;
        height: 1rem;
        background-size: contain;
    }

    .top_bar .sdgk_logo {
        width: 22%;
        height: 1rem;
        background-size: contain;
        padding-left: 4%;
        border-left: .01rem solid #C2C2C2;
    }

    .top_bar_r {
        width: 100%;
        background: #F5F5F6;
        margin-top: .4rem;
        box-sizing: border-box;
        padding: 0 3%;
        height: 2rem;
        margin-top: .4rem;
    }

    .top_bar_r .links {
        height: auto;
        display: flex;
        width: auto;
        overflow-x: scroll;
        white-space: nowrap;
        margin-right: 0;
    }

    .top_bar_r .links::-webkit-scrollbar {
        display: block;
        width: 0;
        height: .2rem;
    }

    .top_bar_r .links::-webkit-scrollbar-track-piece {
        background-color: #fff;
        border-radius: .2rem;
    }

    .top_bar_r .links::-webkit-scrollbar-thumb {
        border-radius: .2rem;
        background-color: #eee;
    }

    .top_bar_r .links a {
        font-size: .7rem;
        margin-right: .6rem;
        margin-left: 0;
    }

    .top_bar_r .search {
        width: 44%;
        height: 1.4rem;
        position: absolute;
        right: 2%;
        top: .6rem;
        border: .05rem solid #F6110D;
    }

    .search_txt {

        padding-left: 1%;
        font-size: .5rem;
        line-height: 1.4rem;
    }

    .search_txt::placeholder {
        font-size: .5rem;
    }


    .search_btn {

        background-size: 60%;
    }

    .footer {
        position: relative;
        height: 2.4rem;
        padding: 0;
        overflow: hidden;
        background: #333;
        margin-top: .5rem;
    }

    .title_l {
        flex-wrap: wrap;
    }

    .footer:before {
        display: block;
        content: "华图教育集团版权所有";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 2.4rem;
        overflow: hidden;
        color: #fff;
        font-size: .7rem;
        line-height: 2.4rem;
        text-align: center;
    }

}