﻿@charset "utf-8";
/* CSS Document */
* {
    font-family: "微软雅黑";
    font-size: 14px;
    color: #333;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

    a:hover {
        color: #ff7000
    }

b {
    font-weight: normal
}

h1 {
    font-weight: normal
}

input {
    outline: none;
    border: none;
}

dl {
    list-style: none
}

dd {
    margin: 0
}

img {
    display: block;
}

.clearfix {
    clear: both
}

strong {
    font-weight: normal
}

ul, li, ol {
    list-style: none
}

@font-face {
    font-family: "造字工房尚雅体";
    src: url(../font/汉仪魏碑简.ttf)
}
/*顶部条*/
.top_item {
    background-color: rgb(240, 240, 240);
    box-shadow: 0px 2px 0px 0px rgba(222, 222, 222, 0.004);
}

.top_con {
    max-width: 1200px;
    margin: 0 auto;
    width: 1200px;
}

.top_le {
    float: left;
    margin-right: 10px
}

.top_item * {
    line-height: 40px;
}

.top_tog {
    background-image: url(/images/select.png);
    background-repeat: no-repeat;
    background-position: 48px 16px;
    float: left;
    padding-left: 20px;
    padding-right: 30px;
    position: relative;
}

    .top_tog:hover {
        background-color: #fff
    }

    .top_tog ul {
        position: absolute;
        float: left;
        width: 300px;
        top: 38px;
        left: 0;
        background-color: #fff;
        padding: 0 10px;
        z-index: 1
    }

    .top_tog li {
        float: left;
        padding-top: 5px;
    }

        .top_tog li a {
            line-height: 20px;
        }

.top_rig {
    float: right;
    margin-right: 10px
}

.web_nav {
    background-image: url(/images/select.png);
    background-repeat: no-repeat;
    background-position: 78px 16px;
    float: right;
    padding-left: 2px;
    padding-right: 30px;
    position: relative;
}

.web_co {
    position: absolute;
    background-color: #fff;
    right: 0;
    top: 40px;
    border: 1px solid #dedede;
    width: 750px;
    z-index: 2
}

    .web_co dl {
        width: calc(20% - 1px);
        border-right: 1px solid #dedede;
        margin: 10px 0;
        float: left
    }

        .web_co dl * {
            text-align: center
        }

    .web_co dt {
        font-size: 14px;
        font-weight: bold;
        line-height: 34px;
    }

    .web_co dd {
        font-size: 14px;
        line-height: 24px;
    }

@media(max-width:1200px) {
    .top_item {
        width: 1200px;
    }
}
/*logo*/
.logo {
    background-image: -moz-linear-gradient( 90deg, rgb(243,249,255) 0%, rgb(88,174,241) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(243,249,255) 0%, rgb(88,174,241) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(243,249,255) 0%, rgb(88,174,241) 100%);
    overflow: hidden;
}

    .logo div {
        position: relative;
        overflow: hidden;
    }

    .logo img {
        position: relative;
        left: calc(50% - 600px);
    }

@media(max-width:1200px) {
    .logo img {
        left: 0
    }

    .logo {
        width: 1200px
    }
}
/*nav*/
.nav {
    max-width: 1200px;
    margin: 0 auto;
    background-color: #005da0;
    width: 1200px;
    margin-bottom: 8px
}

    .nav * {
        line-height: 44px;
        font-size: 16px;
        color: #fff;
    }

    .nav li {
        float: left;
        padding: 0 30px;
        box-sizing: border-box;
        position: relative
    }

        .nav li:hover {
            background-color: #ff9804;
        }

.gh_list {
    width: 100%;
    position: absolute;
    top: 44px;
    left: 0;
    z-index: 3;
    background-color: #005ca2;
}

    .gh_list li {
        float: none;
        line-height: 28px;
        padding: 0;
        margin: 0;
        text-align: center;
    }

.nav .cur {
    padding: 0 48px
}

.nav_bo {
    background-color: #f5f5f5;
    padding: 0 30px;
    position: relative
}

    .nav_bo * {
        line-height: 40px;
        font-size: 14px;
        color: #666
    }

.nav_le {
    background-image: url(/images/gonggao.png);
    background-repeat: no-repeat;
    background-position: left center;
    float: left
}

    .nav_le dt:nth-of-type(1) {
        color: #1567bd;
        float: left;
    }

    .nav_le span {
        color: #ff9804;
        font-size: 18px;
        float: left;
    }

    .nav_le dd:nth-of-type(1) {
        color: #666;
        float: left;
        margin-left: 10px;
    }

.nav_tel {
    float: right;
    background-image: url(/images/tel.png);
    background-repeat: no-repeat;
    background-position: left center;
    margin-right: 50px;
}

.nav_data {
    float: right;
}

.nav li a:hover {
    color: #fff;
}

.mar_box {
    position: relative;
    left: 20px;
    top: 0;
    height: 30px;
    padding-top: 10px;
    float: left;
}

    .mar_box h1, .mar_box a {
        line-height: 28px
    }

.nav_se {
    background-image: url(/images/nav_se.png);
    background-repeat: no-repeat;
    background-position: 96px center;
}
/*服务大厅*/
.service {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    width: 1200px
}

    .service * {
        color: #fff;
        font-size: 16px;
        line-height: 34px;
        text-align: center;
    }

    .service img {
        position: relative;
        left: calc(50% - 600px);
    }

    .service ul {
        position: absolute;
        top: 42px;
        padding-left: 24px
    }

    .service li {
        background-image: url(/images/ditu.png);
        background-repeat: no-repeat;
        background-position: left center;
        float: left;
        margin: 0 5px;
        width: 118px
    }

        .service li:hover a {
            color: #fff;
            text-decoration: underline
        }
/*服务项目*/
.ser_fu {
    max-width: 1200px;
    margin: 0 auto;
    width: 1200px
}

    .ser_fu * {
        line-height: 60px;
        color: #fff;
        font-size: 18px;
        text-align: center;
    }

    .ser_fu ul {
        margin: 20px 0;
    }

    .ser_fu li {
        width: calc(20% - 40px);
        margin: 0 20px;
        float: left;
        border-radius: 10px
    }

        .ser_fu li:nth-of-type(1) {
            background-color: #ff7000;
            background-image: url(/images/yuyue.png);
            background-repeat: no-repeat;
            background-position: 16px center
        }

        .ser_fu li:nth-of-type(2) {
            background-color: #ffb501;
            background-position: 46px center;
            background-image: url(/images/zixun.png);
            background-repeat: no-repeat;
        }

        .ser_fu li:nth-of-type(3) {
            background-color: #f75034;
            background-position: 44px center;
            background-image: url(/images/gongshi.png);
            background-repeat: no-repeat
        }

        .ser_fu li:nth-of-type(4) {
            background-color: #18b4ed;
            background-position: 7px center;
            background-image: url(/images/yewu.png);
            background-repeat: no-repeat
        }

        .ser_fu li:nth-of-type(5) {
            background-color: #25c6dc;
            background-position: 40px center;
            background-image: url(/images/weibo.png);
            background-repeat: no-repeat
        }

        .ser_fu li:hover a {
            font-size: 20px;
            color: #fff
        }

/*功能区*/
.function {
    max-width: 1200px;
    margin: 0 auto;
    width: 1200px
}

.fun_le {
    border-bottom: 1px solid #dedede;
    width: 270px;
    position: relative;
    margin-right: 10px;
    float: left
}

    .fun_le * {
        color: #333;
        font-size: 20px;
        text-align: center;
        line-height: 110px;
    }

    .fun_le dl {
        border: 1px solid #dedede;
        border: 1px solid #dedede;
        border-bottom: none
    }

    .fun_le dt {
        float: left;
        position: absolute;
        width: 100%
    }

    .fun_le dd {
        float: right;
        margin-right: 20px;
        color: #ccc;
        font-size: 26px
    }

.fun_lecu {
    background-color: #0060a5;
}

    .fun_lecu a {
        color: #fff
    }

.tog_banner {
    width: 646px;
    ;
    float: left;
    position: relative;
    overflow: hidden;
    margin-right: 10px;
    margin-bottom: 10px;
    background-color: grey
}

    .tog_banner dt {
        position: relative;
        width: 650px;
        height: 320px;
    }

        .tog_banner dt img {
            position: relative;
        }

    .tog_banner dd {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: rgba(0,0,0,0.3);
    }

.fun_te {
    height: 36px;
    position: relative;
}

    .fun_te a {
        line-height: 36px;
        color: #fff;
        display: block;
        position: absolute;
        left: 20px;
        margin-left: 14px;
    }

.funte_cu {
    display: block
}

.fun_bu {
    margin-right: 10px;
    position: absolute;
    top: calc(50% - 12px);
    right: -5px;
}

    .fun_bu span {
        float: left;
        width: 22px;
        height: 22px;
        background-color: black;
        margin: 0 5px;
        color: #fff;
        text-align: center;
        cursor: pointer;
        line-height: 22px
    }

.bu_cu {
    background-color: red
}


.gonggao {
    width: 260px;
    float: right;
    border-radius: 10px 10px 0px 0px;
    border: 1px solid #dedede;
    margin-bottom: 10px
}

    .gonggao h1 {
        display: block;
        background-color: #0060a5;
        line-height: 40px;
        border-radius: 10px 10px 0px 0px;
        color: #fff;
        text-align: center;
        font-size: 16px
    }

    .gonggao dl {
        border-bottom: 1px dashed #dedede;
        background-image: url(/images/dot.png);
        background-repeat: no-repeat;
        background-position: left center;
        position: relative;
        padding-left: 18px;
        line-height: 36px
    }

.gongga_co {
    padding: 0 15px;
    padding-top: 8px;
    margin-bottom: 10px;
}

.gonggao dt {
    float: left;
    width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gonggao dd {
    float: right;
}

.liucheng {
    width: 646px;
    border: 1px solid #dedede;
    line-height: 40px;
    float: left
}

.lc_ti {
    background-image: url(/images/guohu.png);
    background-repeat: no-repeat;
    background-position: 10px 9px;
    padding-left: 48px;
}

.liucheng a {
    display: block;
    padding: 9px 0;
    border-top: 1px solid #dedede
}

.layer {
    width: 260px;
    float: right;
    border-radius: 10px 10px 0px 0px;
    border: 1px solid #dedede;
    margin-bottom: 10px
}

    .layer h1 {
        display: block;
        background-color: #0060a5;
        line-height: 36px;
        border-radius: 10px 10px 0px 0px;
        color: #fff;
        text-align: center;
        font-size: 16px
    }

    .layer dl {
        border-bottom: 1px dashed #dedede;
        background-image: url(/images/dot.png);
        background-repeat: no-repeat;
        background-position: left center;
        position: relative;
        padding-left: 18px;
        line-height: 34px
    }

.layer_co {
    padding: 0 15px;
    padding-top: 8px;
    margin-bottom: 10px;
}

.layer dt {
    float: left
}

.layer dd {
    float: right;
}
/*指南区*/
.guide {
    max-width: 1200px;
    margin: 0 auto;
    width: 1200px
}

.manage {
    width: 270px;
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
}

.man_ti {
    position: relative
}

    .man_ti a {
        position: absolute;
        right: 10px;
        top: 5px;
        font-size: 14px;
        color: #8f8f8f;
        font-family: "宋体"
    }

.manage dl {
    border-bottom: 1px dashed #dedede;
    background-image: url(/images/dot.png);
    background-repeat: no-repeat;
    background-position: left center;
    position: relative;
    padding-left: 18px;
    line-height: 35px
}

.man_co {
    padding-top: 8px;
    margin-bottom: 10px;
}

.manage dt {
    float: left
}

.manage dd {
    float: right;
}

.guohu {
    width: 646px;
    float: left;
    margin-bottom: 10px;
}

.guohu_ti {
    position: relative
}

    .guohu_ti a {
        position: absolute;
        right: 10px;
        top: 5px;
        font-size: 14px;
        color: #8f8f8f;
        font-family: "宋体"
    }

.guohu ul {
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 0 25px;
}

.guohu li {
    float: left;
    margin-right: 50px;
    text-align: center;
    padding-bottom: 10px
}

    .guohu li a {
        line-height: 30px
    }

.guohu_bo img {
    float: left;
    display: block;
    width: calc(40% - 16px);
    margin-top: 20px;
}

.guohu dl {
    border-bottom: 1px dashed #dedede;
    background-image: url(/images/dot.png);
    background-repeat: no-repeat;
    background-position: left center;
    position: relative;
    padding-left: 18px;
    line-height: 35px
}

.guohu_co {
    padding-top: 8px;
    margin-bottom: 10px;
    width: 60%;
    float: right;
}

.guohu dt {
    float: left
}

.guohu dd {
    float: right;
}

.gh_im {
    background-image: url(/images/current.png);
    background-repeat: no-repeat;
    background-position: bottom center
}

.luohu {
    width: 260px;
    float: right;
    margin-bottom: 10px;
}

.luohu_ti {
    position: relative
}

    .luohu_ti a {
        position: absolute;
        right: 10px;
        top: 5px;
        font-size: 14px;
        color: #8f8f8f;
        font-family: "宋体"
    }

.luohu dl {
    border-bottom: 1px dashed #dedede;
    background-image: url(/images/dot.png);
    background-repeat: no-repeat;
    background-position: left center;
    position: relative;
    padding-left: 18px;
    line-height: 35px
}

.luohu_co {
    padding-top: 8px;
    margin-bottom: 10px;
}

.luohu dt {
    float: left
}

.luohu dd {
    float: right;
}
/*banner*/
.banner {
    max-width: 1200px;
    margin: 20px auto;
    width: 1200px
}
/*问答区*/
.wenda {
    max-width: 1200px;
    margin: 0 auto;
    width: 1200px
}

.wd_ti {
    position: relative
}

    .wd_ti a {
        position: absolute;
        right: 10px;
        top: 5px;
        font-size: 14px;
        color: #8f8f8f;
        font-family: "宋体"
    }

.wd_co {
    padding: 5px 0px;
}

.wd_1 {
    border-bottom: 1px dashed #dedede;
    padding-top: 10px
}

    .wd_1 h1 {
        background-image: url(/images/tiwen.png);
        background-repeat: no-repeat;
        background-position: left center;
        position: relative;
        padding-left: 26px;
        line-height: 34px;
        color: #ff7000;
    }

    .wd_1 p {
        background-image: url(/images/huida.png);
        background-repeat: no-repeat;
        background-position: left 9px;
        color: #000;
        padding-left: 26px;
        line-height: 32px;
        margin-bottom: 8px;
    }

    .wd_1 .more {
        color: #ff7000;
        cursor: pointer;
    }

    .wd_1 b {
        float: right;
        color: #8f8f8f;
    }

.wd_bt {
    position: relative;
    left: calc(50% - 90px);
    margin-top: 10px
}

    .wd_bt input {       
        width: 180px;
        height: 42px;
        background-color: #ff7000;
        border-radius: 10px;
        color: #fff;
        font-size: 18px;
        margin-bottom: 40px;
        cursor: pointer
    }
/*友情链接*/
.link {
    max-width: 1200px;
    margin: 0 auto;
    border: 1px solid #dedede;
    border-left: none;
    margin-bottom: 16px;
    width: 1200px
}

    .link img {
        float: left;
    }

.link_co {
    float: left;
    width: calc(100% - 43px);
    padding: 6px 0;
}

.link ul {
    margin-left: 15px
}

.link li {
    float: left;
    margin: 9px 6px;
    ;
    width: calc(25% - 18px);
    border: 1px solid #dedede;
}

.link a {
    line-height: 30px;
    text-align: center;
    display: block
}
/*底部导航*/
.bo_nav {
    margin: 0 auto;
    margin-bottom: 90px;
    width: 1200px
}

    .bo_nav * {
        font-size: 14px;
        color: #333;
        line-height: 30px;
        text-align: center;
    }

    .bo_nav ul {
        margin: 0 auto;
        position: relative;
        left: calc(50% - 420px)
    }

    .bo_nav li {
        float: left;
    }
/*预约*/
.priv {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 116px;
    background-image: url(/images/priv.png);
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
}

.priv_co {
    max-width: 1200px;
    margin: 0 auto;
}

.priv_ri {
    padding-top: 36px;
    position: relative;
    padding-right: 30px
}

.priv_li {
    font-size: 32px;
    font-family: "汉仪魏碑简";
    color: #fff000;
    text-align: center;
    padding-left: 500px;
    font-weight: 100;
    line-height: 40px
}

.priv_se {
    float: left;
    margin-left: 500px;
    color: #fff;
    font-size: 18px;
    padding: 0 12px;
    padding-top: 2px
}

    .priv_se input {
        margin: 0 15px;
        cursor: pointer
    }

.priv_in {
    padding-left: 72px
}

.priv_te {
    float: left;
    width: 200px;
    line-height: 28px;
    font-size: 16px;
    border: 1px solid #dedede;
    color: #8f8f8f;
    margin-right: 10px;
    text-align: center;
    height: 28px
}

.priv_bu {
    float: left;
    border-radius: 4px;
    background-color: #ff7000;
    width: 50px;
    line-height: 28px;
    margin-top: 1px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    cursor: pointer
}

.priv_colse {
    position: fixed;
    bottom: 74px;
    right: 0;
}

    .priv_colse input {
        width: 16px;
        height: 16px;
        background-color: rgba(0,0,0,0.3);
        color: #fff;
        font-size: 12px;
    }

@media(max-width:1200px) {
    .priv {
        background-position: -360px center;
        width: 1200px;
    }
}

/*联系我们*/
.contact {
    position: fixed;
    top: 160px;
    left: 0px;
    border: 1px solid #63b4e9;
    border-radius: 8px 8px 0 0;
    background-color: #fff;
}

.close {
    position: absolute;
    top: -4px;
    right: 0
}

    .close input {
        width: 16px;
        height: 16px;
        background-color: rgba(0,0,0,0.3);
        color: #fff;
        font-size: 12px
    }

.con_ti {
    background-color: #66bdf3
}

.con_co dl {
    border-bottom: 1px solid #63b4e9;
}

    .con_co dl:nth-of-type(1) {
        background-image: url(/images/person.png);
        background-repeat: no-repeat;
        background-position: 10px center;
        padding: 7px 0px;
        font-size: 14px;
        letter-spacing: -1px;
        color: #333;
        line-height: 20px;
        padding-left: 48px;
        line-height: 18px
    }

    .con_co dl:nth-of-type(2) {
        background-image: url(/images/con_tel.png);
        background-repeat: no-repeat;
        background-position: 10px center;
        padding: 7px 0px;
        font-size: 14px;
        letter-spacing: -1px;
        color: #333;
        line-height: 20px;
        padding-left: 48px
    }

.con_te {
    width: 87px;
    height: 20px;
    border: 1px solid #dedede
}

.con_bn {
    background-color: #f46700;
    color: #fff;
    line-height: 20px;
    padding: 0 4px
}

.con_co dl:nth-of-type(3) {
    position: relative;
    text-align: center;
    border-bottom: 1px solid #63b4e9;
    padding: 10px 9px;
}

    .con_co dl:nth-of-type(3) dt {
        background-color: #aedef6;
        border-radius: 16px;
        width: 168px;
        line-height: 32px;
        background-image: url(/images/weixin.png);
        background-repeat: no-repeat;
        background-position: left center;
    }

    .con_co dl:nth-of-type(3) span {
        color: #015db4;
    }

.con_co dl:nth-of-type(4) {
    position: relative;
    text-align: center;
    padding: 7px 10px;
    border-bottom: none
}

    .con_co dl:nth-of-type(4) dt {
        background-color: #aedef6;
        border-radius: 16px;
        width: 168px;
        line-height: 32px;
        color: #015db4;
        background-image: url(/images/qq.png);
        background-repeat: no-repeat;
        background-position: left center;
    }

    .con_co dl:nth-of-type(4) span {
        color: #015db4;
    }

@media(min-width:1200px) {
    html {
        overflow-x: hidden;
    }
}

/*弹窗*/
.windows {
    position: fixed;
    top: calc(50% - 50px);
    left: calc(50% - 180px);
    width: 360px;
    border-radius: 8px;
    z-index: 1000
}

    .windows h1 {
        line-height: 42px;
        font-size: 18px;
        color: #fff;
        background-color: #3a88d8;
        text-align: center;
        border-radius: 8px 8px 0 0;
        height: 40px;
    }

    .windows p {
        padding-top: 5px;
        background-color: #e1e7f2;
        height: 165px;
        padding-left: 5%;
        background-image: url(/images/kefu.png);
        background-repeat: no-repeat;
        background-position: bottom right;
    }

    .windows span {
        font-size: 16px;
        display: block;
        padding-top: 20px;
        line-height: 30px;
    }

    .windows i {
        font-size: 18px;
        color: #f01a1a;
        margin: 2px;
        font-weight: 500;
        font-style: oblique;
        letter-spacing: normal
    }

    .windows input {
        margin-top: 18px;
        width: 92px;
        line-height: 32px;
        border-radius: 3px;
        float: left;
        cursor: pointer;
        font-size: 16px;
    }

.liji {
    background-color: #f33b17;
    color: #fff;
    margin-left: 4px
}

.shaohou {
    border: 1px solid #666;
    margin-left: 5%
}

.win_cl {
    position: absolute;
    right: 10px;
    top: -12px;
}

    .win_cl input {
        display: block;
        background-color: rgba(0,0,0,0);
        width: auto;
        height: auto;
        color: #fff;
        font-size: 18px
    }

        .win_cl input:hover {
            cursor: pointer
        }
