body {
    font-family: "microsoft yahei";
    min-width: 1024px;
    font-size: 14px;
    background: #191E24;
}

.header {
    box-sizing: border-box;
    width: 100%;
    height: 100px;
    background: #222222;
    border-bottom: 2px solid #EAB843;
}

.main {
    width: 100%;
    height: 800px;
    background: url(../img/banner.jpg) center 0 no-repeat #F6F7FB;
    position: relative;
}

.footer {
    width: 100%;
    height: 80px;
    background: #191E24;
    border-top: 1px solid #2E3136;
}


/*头*/

.header .logo {
    position: absolute;
    top: 8px;
    left: 0;
    width: 260px;
    height: 75px;
    background: url(../img/logo.png);
}

.header .domain {
    float: left;
    margin-top: 38px;
    width: 186px;
    height: 26px;
    background: url(../img/domain.gif);
}

.header .navLink {
    position: absolute;
    bottom: 28px;
    right: 50px;
}

.header .navLink a {
    margin-left: 10px;
    display: inline-block;
    height: 40px;
    /* background: #292929; */
    text-align: center;
    line-height: 40px;
    color: #fdf398;
    padding: 0 5px;
    font-weight: bold;
}

.header .navLink a:hover {
    /* background: #B13938; */
}


/*中*/

.scrollBar {
    width: 1000px;
    height: 40px;
}

.scrollBar .notice {
    height: 100%;
    line-height: 40px;
    text-align: left;
}

.left_tit {
    width: 12%;
    float: left;
    line-height: 40px;
    color: #9a201b;
    font-size: 16px;
}

.main .main_bottom {
    width: 1025px;
    overflow: hidden;
    margin-left: -12.5px;
    height: 350px;
}

.main li {
    width: 180px;
    height: 152px;
    background: #ffecc5;
    text-align: center;
    color: #6f5012;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    margin: 20px 12.5px 0 12.5px;
    float: left;
    box-shadow: 0px 0px 2px#debc97;
    display: table;
}

.tablecall {
    display: table-cell;
    vertical-align: middle;
}

.main li:hover {
    background: #f6d591;
}

.main p {
    text-align: center;
}

.kfol {
    font-size: 50px;
    color: #F2DB83;
    margin-bottom: 20px;
}

.bannerBox {
    width: 1000px;
    height: 376px;
    margin: auto;
    position: relative;
}

.btn-query {
    width: 250px;
    height: 60px;
    background: #f9d997;
    border: 0;
    color: #684a0f;
    outline: none;
    font-size: 18px;
    position: absolute;
    left: 50%;
    margin-left: 88px;
    bottom: 72px;
    border-radius: 30px;
    font-weight: bold;
    line-height: 60px;
    cursor: pointer;
}

.btn-query:hover {
    /* background: #681310; */
}


/*底部*/

.footer p {
    text-align: center;
    color: #6a6a6c;
    margin-top: 10px!important;
    font-size: 12px;
}

.footer .links {
    width: 800px;
    margin: auto;
    overflow: hidden;
    padding-top: 10px;
}

.links a {
    width: 11%;
    text-align: center;
    border-right: 1px solid #6a6a6c;
    color: #6a6a6c;
    padding: 0 10px;
}

.footer .last {
    border: 0!important;
}

.footer-bottom-info {
    height: 86px;
    text-align: center;
    border-bottom: 1px dashed #30303e;
}

.info-pic {
    height: 86px;
    display: inline-block;
    margin: 0 36px;
}

.footer-bottom-info .info-phone {
    background: url(../img/footer_tel.png) center no-repeat;
    width: 197px;
}

.footer-bottom-info .info-mail {
    background: url(../img/footer_mail.png) center no-repeat;
    width: 228px;
}

.footer-bottom-info .info-qq {
    background: url(../img/footer_qq.png?v=4) center no-repeat;
    width: 149px;
}

.footer-bottom-info .info-service {
    background: url(../img/footer_service.png) center no-repeat;
    width: 124px;
}


/*公共*/

.last {
    margin: 0!important;
}

.w1000 {
    width: 1050px;
    height: 100%;
    margin: auto;
    position: relative;
}

.clear {
    overflow: hidden;
}

.vertical {
    vertical-align: middle;
}

.icon1 {
    background: url(../img/icon1.png);
    display: inline-block;
}

.icon2 {
    background: url(../img/icon2.png);
    display: block;
    width: 64px;
    height: 64px;
    margin: 0 auto 15px;
}

.icon1-notice {
    width: 31px;
    height: 17px;
    background-position: 0 -31px;
    vertical-align: middle;
}

.icon1-search {
    width: 31px;
    height: 32px;
    vertical-align: middle;
    margin-right: 10px;
}

.icon2-2 {
    background-position: 0 -64px;
}

.icon2-3 {
    background-position: 0 -128px;
}

.icon2-4 {
    background-position: 0 -192px;
}

.icon2-5 {
    background-position: 0 -256px;
}

.icon2-6 {
    background-position: 0 -320px;
}

.icon2-7 {
    background-position: 0 -384px;
}

.icon2-8 {
    background-position: 0 -448px;
}

.icon2-9 {
    background-position: 0 -512px;
}

.icon2-10 {
    background-position: 0 -576px;
}


/*弹出框*/

.alertBox {
    border: 3px solid #F44335;
    border-radius: 15px!important;
    overflow: hidden;
}

.alertBox .layui-layer-title {
    border-bottom: 2px solid #373737;
    background: #2D2D2D;
    color: #fff;
    border-radius: 13px 13px 0 0;
    text-align: center;
    padding: 0;
    color: #b5b5b5;
    height: 70px;
    line-height: 70px;
    font-size: 25px;
}

.alertBox .layui-layer-content {
    background: #1B1B1B;
}

.alertBox .layui-layer-close2 {
    right: 0px!important;
    top: 5px!important;
}

.layui-layer-iframe iframe {
    min-height: 260px;
    padding: 20px 0;
    box-sizing: border-box;
}


/*IE9以下界面*/

.iehack {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
}

.iehack_cont {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #F7F7F7;
}

.iehack_tit {
    font-size: 20px;
    width: 800px;
    text-align: center;
    margin: 50px auto 0;
}

.iehack_tit p {
    line-height: 30px;
    font-weight: bold;
}

.iehack_link {
    width: 600px;
    height: 130px;
    margin: 50px auto 0;
}

.iehack_link a {
    display: block;
    float: left;
    width: 150px;
    text-align: center;
    color: #000;
}

.browser01 {
    display: block;
    width: 100px;
    height: 100px;
    background: url(../img/icon_chrome.png);
    margin: auto;
}

.browser02 {
    display: block;
    width: 100px;
    height: 100px;
    background: url(../img/icon_360.png);
    margin: auto;
}

.browser03 {
    display: block;
    width: 100px;
    height: 100px;
    background: url(../img/icon_ff.png);
    margin: auto;
}

.browser04 {
    display: block;
    width: 100px;
    height: 100px;
    background: url(../img/icon_ie.png);
    margin: auto;
}

.cry {
    width: 82px;
    height: 82px;
    background: url(../img/icon_oops.png);
    margin: 80px auto 0;
}


/*颜色*/

.hui {
    color: #808080;
}