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

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
}

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

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

fieldset,
img {
    border: 0 none
}

html {
    min-width: 990px
}

body {
    font-size: 14px;
    font-family: PingFangSC-Regular, HelveticaNeue-Light, 'Helvetica Neue Light', 'Microsoft YaHei', sans-serif;
    text-align: left;
    color: #262626;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
<!--     background: #F6F6F6; -->
}

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

a img {
    border: none
}

a {
    text-decoration: none;
    color: #1A1A1A;
    outline: 0
}

a:hover {
    color: #0081e6
}

.loaded a {
    transition: color .3s, background-color .3s
}

textarea {
    font: 14px/1.8 PingFangSC-Regular, HelveticaNeue-Light, 'Helvetica Neue Light', 'Microsoft YaHei', sans-serif;
    resize: none;
    outline: 0
}

select {
    font-family: PingFangSC-Regular, HelveticaNeue-Light, 'Helvetica Neue Light', 'Microsoft YaHei', sans-serif
}

button,
input {
    font-family: PingFangSC-Regular, HelveticaNeue-Light, 'Helvetica Neue Light', 'Microsoft YaHei', sans-serif;
    border: none;
    outline: 0
}

input::-ms-clear {
    display: none
}

label {
    cursor: pointer
}

cite,
em,
i {
    font-style: normal
}

:-moz-placeholder {
    color: #ccc
}

::-moz-placeholder {
    color: #ccc
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #ccc
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #ccc
}

p {
    word-wrap: break-word;
    word-break: break-all
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix {
    *zoom: 1
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: ""
}

.clearfix:after {
    clear: both
}

.mt20 {
    margin-top: 20px
}

.wrap {
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
}

.wrap::after {
    display: block;
    clear: both;
    content: "";
}

.header {
    background: #fff;
}

.header .wrap {
    height: 100px;
}

.logo {
    float: left;
    width: 146px;
    height: 90px;
}

.logo a {
    display: block;
    width: 146px;
    height: 100%;
    background: url(../images/logo.png) left center no-repeat;
}

/*全国站*/
.allsite {
    float: left;
    height: 33px;
    line-height: 33px;
    margin: 26px 0 0 10px;
    position: relative;
    width: 80px;
}

.allsite dl {
    background: rgba(0, 0, 0, 0) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAAAhCAMAAAB5sdz7AAAAJ1BMVEVHcEwRe9wRe9wRe9wRe9wRe9wRe9wRe9z7+/vw9fq/2vNYouWKveyP1tNgAAAAB3RSTlMAvlWW9BvzIjPVrgAAAHFJREFUeNrt1tEJwDAIRVE1iUbN/vM2DYUu8D5K8Q5wIBDw0U5YDZCy0N1oGT4BeWQbG2xrwlqNSHICSyEOJBhM6kjQlWxCswIL/AFoTxjwFZFPPh4OPGJ9mwI/B8KvHvwuw5cDfNvg19dOuBugfvbhBVjpUKvAfcgkAAAAAElFTkSuQmCC) no-repeat scroll 0 0;
    cursor: pointer;
    height: 33px;
    overflow: hidden;
    position: absolute;
    width: 80px;
    z-index: 100;
}

.allsite dl dt {
    padding-left: 6px;
    width: 74px;
}

.allsite dl dd {
    background-color: #fff;
    border: 1px solid #14a7ed;
    color: #e4e4e4;
    padding: 10px 12px;
    width: 286px;
    word-spacing: 1px;
    border-radius: 4px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .04);
}

.allsite dl dd em {
    color: #666;
}

.allsite dl dd .blue {
    color: #2c6bb3;
}

.allsite dl dd p {
    border-bottom: 1px dashed #ddd;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.allsite dl dd p.last {
    border-bottom: medium none;
    margin: 0;
    padding: 0;
}

.allsite dl dd p a {
    padding: 2px;
}

.allsite dl dd p a:hover {
    background-color: #449ff2;
    color: #fff;
    text-decoration: none;
}

.allsite dl dd ul li {
    float: left;
    margin: 0 5px;
    width: 26px;
}

.allsite dl.on {
    height: auto;
    width: 312px;
}

.site1 {
    left: 0;
    position: absolute;
}

.nav {
    height: 50px;
    line-height: 50px;
    margin-bottom: 20px;
    background: #0D77D4;
    box-shadow: 0 1px 3px rgba(26, 26, 26, 0.1);
}

.nav li {
    position: relative;
    z-index: 3;
    float: left;
    font-size: 16px
}

.nav li a.navMenu {
    display: block;
    color: #f2f2f2;
    padding: 0 22px
}

.nav li a.navMenu:hover,
.nav li.cur a.navMenu {
    text-decoration: none;
    background: #006ac7;
    color: #fff;
}

.nav li:hover .navMenu {
    background: #006ac7;
}

.nav li:hover .subMenu {
    display: block;
}

.nav li .subMenu {
    display: none;
    position: absolute;
    left: 0;
    top: 50px;
    padding: 5px 10px;
    width: 200px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .12);
    border: 1px solid #d2d2d2;
    background-color: #fff;
    border-radius: 2px;
    white-space: nowrap;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-name: upbit;
    animation-name: upbit;
}

.nav li .subMenu a {
    float: left;
    width: 80px;
    padding: 5px 10px;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
}

.nav li .subMenu a:hover {
    color: #03A9F4;
}

@-webkit-keyframes upbit {
    from {
        -webkit-transform: translate3d(0, 30px, 0);
        opacity: .3
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes upbit {
    from {
        transform: translate3d(0, 30px, 0);
        opacity: .3
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.searchbox {
    float: right;
    width: 540px;
    margin-top: 20px;
}

.searchbox form {
    position: relative;
    z-index: 4;
}

.search_box {
    height: 36px;
    border: 2px solid #0D77D4;
    width: 536px;
    position: relative;
}

.sech_keyword {
    float: left;
    width: 418px;
    height: 19px;
    padding: 8px 15px;
    background: #fff;
    font: 14px/19px "Microsoft YaHei", "SimSun";
    color: #444;
    overflow: hidden;
    outline: 0;
}

.sech_btn {
    position: absolute;
    right: -1px;
    top: -1px;
    background: #0D77D4;
    width: 90px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    outline: none;
    height: 38px;
    letter-spacing: 2px;
    border: none;
    cursor: pointer;
    -webkit-appearance: none;
    color: #FFF;
}

.searchbox .search-key {
    height: 23px;
    line-height: 23px;
    padding: 5px 4px;
    font-size: 13px;
    color: #999;
    overflow: hidden;
}

.searchbox .search-key a {
    color: #999;
    margin: 0 10px 0 3px;
}

.searchbox .search-key a:hover {
    color: #f3750f;
    text-decoration: underline;
}

.search-sug {
    position: absolute;
    top: 40px;
    left: 0;
    border: 1px #1169af solid;
    border-top: none;
    width: 448px;
    background: #fff;
}

.search-sug .sokeyup_1 {
    height: 35px;
    line-height: 35px;
    padding: 0 20px;
}

.search-sug .sokeyup_1:hover {
    background: #e5f6ff;
}

.search-sug .sokeyup_1 .sokeyup_2 {
    font-size: 14px;
    color: #6e6e6e;
    float: left;
}

.search-sug .sokeyup_1 .sokeyup_3 {
    color: #6e6e6e;
    font-size: 14px;
    float: right;
}

.search-sug .sokeyup_1.hot .sokeyup_2 {
    color: #ff2a00;
    color: #ff2a00;
    position: relative;
}

.about-box {
    padding: 20px 0 60px;
    *zoom: 1
}

.about-box:after {
    display: block;
    clear: both;
    height: 0;
    content: "\200B"
}

.about-box:after {
    display: block;
    clear: both;
    height: 0;
    content: "\200B"
}

.about-left {
    overflow: hidden;
    width: 280px;
    min-height: 500px;
}

.about-right {
    overflow: hidden;
    width: 900px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 20px;
}

.about-nav {
    overflow: hidden;
    padding: 11px 0;
    background: #fff;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.about-nav li {
    position: relative;
    padding: 11px 0
}

.about-nav li a {
    display: block;
    padding: 0 30px;
    border-left: 3px solid #fff;
    color: #555;
    line-height: 30px;
    font-size: 16px
}

.about-nav li a:hover,
.about-nav li a.cur {
    color: #0084ff;
    border-left: 3px solid #0084ff;
    font-weight: 700
}

.about-tit {
    padding: 6px 32px 0;
    line-height: 65px;
    border-bottom: 1px solid #f1f1f1
}

.about-tit h2 {
    font-size: 16px;
    color: #333
}

.about-cont {
    *zoom: 1;
    padding: 40px 32px 20px;
    font-size: 14px;
    color: #444;
    line-height: 32px;
    text-align: justify
}

.about-cont:after {
    display: block;
    clear: both;
    height: 0;
    content: "\200B"
}

.about-cont:after {
    display: block;
    clear: both;
    height: 0;
    content: "\200B"
}

.about-cont p {
    margin: 6px 0
}

.about-cont:last-child p {
    margin-top: 0
}

.about-cont #allmap {
    width: 845px;
    height: 350px
}

.about-us {
    background: #fff
}

.about-us img {
    display: block;
    margin-bottom: 50px
}

.about-us .img img {
    margin: 0
}

.about-us .img .info {
    padding: 16px 0 0;
    line-height: 20px;
    font-size: 14px;
    color: #aaa;
    text-align: right
}

.about-popularity .about-cont {
    padding: 40px 32px
}

.about-popularity .img {
    margin-right: 20px
}

.about-popularity .img img {
    width: 96px;
    height: 96px;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.about-popularity .info {
    width: 222px
}

.about-popularity .info .name {
    padding-top: 20px;
    overflow: hidden;
    height: 33px;
    line-height: 33px;
    font-size: 0
}

.about-popularity .info .name a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    color: #333;
    font-size: 16px;
    font-weight: 700
}

.about-popularity .info .name a:hover {
    color: #0084ff
}

.about-popularity .info .name img {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    margin: 0 0 0 10px
}

.about-popularity .info .adress {
    overflow: hidden;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    color: #aaa
}

.about-popularity .list {
    width: 476px;
    overflow: hidden;
    margin-right: -30px
}

.about-popularity .list dl {
    overflow: hidden;
    display: block;
    float: left;
    height: 90px;
    width: 33.333%;
    text-align: center
}

.about-popularity .list dt {
    position: relative;
    overflow: hidden;
    display: block;
    padding-top: 10px;
    font-size: 24px;
    color: #333;
    line-height: 46px
}

.about-popularity .list dt .poico {
    position: absolute;
    width: 12px;
    height: 12px;
    top: 20px;
    margin: 0 0 0 6px;
    vertical-align: top;
    background: url(../images/ico-popularity.png) no-repeat
}

.about-popularity .list dt .poico-up {
    background-position: 0 0
}

.about-popularity .list dt .poico-down {
    background-position: 0 -20px
}

.about-popularity .list dt .poico-flat {
    background-position: 0 -40px
}

.about-popularity .list dd {
    position: relative;
    display: block;
    line-height: 22px;
    height: 22px;
    font-size: 14px;
    color: #666
}

.about-popularity .list dd .ranking {
    display: inline-block;
    *display: inline;
    *zoom: 1
}

.about-popularity .list dd .border-box {
    position: absolute;
    top: 0;
    left: 50%;
    display: none;
    padding: 0 16px;
    margin-left: -45px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    border: 1px solid #f2f2f2;
    background: #fff;
    white-space: nowrap
}

.about-popularity .list dd span {
    padding: 0 3px
}

.about-popularity .list dd .triangle {
    position: absolute;
    top: -5px;
    left: 50%;
    margin-left: -5px;
    padding: 0;
    display: block;
    width: 0;
    height: 0;
    border-width: 0 5px 5px;
    border-style: solid;
    border-color: transparent transparent #f2f2f2
}

.about-popularity .list dd .triangle em {
    position: absolute;
    top: 1px;
    left: -5px;
    display: block;
    width: 0;
    height: 0;
    border-width: 0 5px 5px;
    border-style: solid;
    border-color: transparent transparent #fff
}

.about-rise .about-cont {
    padding: 10px 32px 40px;
    font-size: 0
}

.about-rise .about-cont dl {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    width: 33.33%;
    margin: 23px 0 0;
    line-height: 28px;
    font-size: 14px
}

.about-rise .about-cont dl dt {
    color: #333;
    font-weight: 700
}

.about-rise .about-cont dl dd {
    color: #666
}

.about-medal .about-cont {
    padding: 25px 32px;
    font-size: 0
}

.about-medal .about-cont li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    width: 50%;
    font-size: 14px;
    line-height: 42px;
    color: #666
}

.about-medal .about-cont li img {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    margin: -3px 12px 0 0
}

.about-interview .about-cont {
    padding: 18px 32px 28px;
    line-height: 32px;
    font-size: 14px
}

.about-interview .about-cont dt {
    padding: 14px 0 0;
    margin-bottom: -14px;
    color: #333;
    font-weight: 700
}

.about-interview .about-cont dd,
.about-interview .about-cont p {
    padding: 14px 0;
    margin: 0;
    color: #666
}

.about-interview .about-cont dd p {
    padding: 0
}

.about-help .about-tit h2 {
    font-size: 14px;
    font-weight: 700
}

.about-help .about-cont {
    padding: 23px 32px 30px;
    line-height: 32px;
    font-size: 14px;
    color: #555
}

.about-help .about-cont p {
    margin: 0
}

.about-help .about-cont dt {
    cursor: pointer
}

.about-help .about-cont dd {
    overflow: hidden;
    max-height: 0;
    *zoom: 1;
    -webkit-transition: all .3s cubic-bezier(.215, .61, .355, 1) 0s;
    -moz-transition: all .3s cubic-bezier(.215, .61, .355, 1) 0s;
    -ms-transition: all .3s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .3s cubic-bezier(.215, .61, .355, 1) 0s
}

.about-help .about-cont dd:after {
    display: block;
    clear: both;
    height: 0;
    content: "\200B"
}

.about-help .about-cont dd:after {
    display: block;
    clear: both;
    height: 0;
    content: "\200B"
}

.about-help .about-cont dd>div {
    padding: 20px;
    margin: 10px 0;
    background: #f7f8fa;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: justify
}

.about-help .about-cont dd img {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    width: 17px;
    margin: -3px 12px 0 0
}

.about-help .about-cont dd .icon-recommend {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    margin: -3px 12px 0 0;
    font-size: 18px
}

.about-help .about-cont dl:hover>dd {
    max-height: 92px
}

.about-help .about-cont dl:hover .dd1-1 {
    max-height: 156px
}

.about-help .about-cont dl:hover .dd1-2,
.about-help .about-cont dl:hover .dd1-3 {
    max-height: 124px
}

.about-help .about-cont dl:hover .dd1-5 {
    max-height: 284px
}

.about-help .about-cont dl:hover .dd2-1,
.about-help .about-cont dl:hover .dd2-5 {
    max-height: 188px
}

.about-help .about-cont dl:hover .dd2-2,
.about-help .about-cont dl:hover .dd2-4 {
    max-height: 124px
}

.about-help .about-cont dl:hover .dd2-3 {
    max-height: 156px
}

.about-help .about-cont dl:hover .dd4-1 {
    max-height: 124px
}

.about-help .about-cont dl:hover .dd4-2,
.about-help .about-cont dl:hover .dd4-5 {
    max-height: 284px
}

.about-help .about-cont dl:hover .dd5-1 {
    max-height: 220px
}

.about-help .about-cont dl:hover .dd5-2 {
    max-height: 380px
}

.about-help .about-cont dl:hover .dd6-2 {
    max-height: 252px
}

.about-help .about-cont dl:hover .dd7-1 {
    max-height: 124px
}

.about-help .about-cont dl:hover .dd7-2 {
    max-height: 316px
}

.about-map .about-cont {
    padding: 32px 32px 60px;
    font-size: 0
}

.about-map .about-cont dl {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    width: 50%;
    margin: 42px 0 0;
    line-height: 30px;
    font-size: 14px
}

.about-map .about-cont dt {
    padding: 0 0 12px;
    font-weight: 700;
    color: #333
}

.about-map .about-cont dd {
    color: #666
}

.about-map .about-cont dd .btn {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    width: 130px;
    height: 36px;
    line-height: 36px;
    margin: 17px 0 0;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    background: #21bb1d;
    text-align: center
}

.about-map .about-cont dd .btn span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    margin: -3px 8px 0 0;
    font-size: 15px
}

.about-map .about-cont dd .btn:hover {
    background: #41cb56
}

.footer {
    position: relative;
    padding: 30px 0;
    background-color: #2c2c30;
    text-align: center;
}

.footer p {
    text-align: left;
}

.footer p a {
    line-height: 31px;
}

.footer a {
    color: #FFF;
    cursor: pointer;
}

.footer ul {
    display: inline-block;
    padding-right: 38px;
    font-size: 12px;
    overflow: hidden;
    width: 360px;
    border-right: 1px solid #1e1e21;
}

.footer ul li {
    float: left;
    width: 120px;
    height: 32px;
    line-height: 32px;
    list-style: none
}

.footer ol {
    display: inline-block;
    font-size: 12px;
    overflow: hidden;
    width: 498px;
    margin-left: 58px;
    text-align: left;
}

.footer ol li {
    overflow: hidden;
    float: left;
    width: 166px !important;
    height: 20px;
    line-height: 20px;
    padding: 6px 0;
}

.footer ol li i {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../images/dilogos.png) no-repeat;
    vertical-align: middle;
    margin-right: 3px;
}

.footer ol li:nth-of-type(2) i {
    background-position-y: -32px;
}

.footer ol li:nth-of-type(3) i {
    background-position-y: -212px;
}

.footer ol li:nth-of-type(4) i {
    background-position-y: -92px;
}

.footer ol li:nth-of-type(5) i {
    background-position-y: -122px;
}

.footer ol li:nth-of-type(6) i {
    background-position-y: -152px;
}

.footer ol li:nth-of-type(7) i {
    background-position-y: -182px;
}

.footer ol li:nth-of-type(8) i {
    background-position-y: -62px;
}

.footer ol li:nth-of-type(9) i {
    background-position-y: -242px;
}

.compinfo {
    margin-top: 30px;
    margin-bottom: 15px;
    color: #999;
    font-size: 12px;
}

.copyright {
    color: #666;
    margin-bottom: 6px;
    line-height: 14px;
}

.copyright img {
    vertical-align: -2px;
    margin-right: 10px;
}

.copyright strong {
    margin: 0 8px;
}

.copyright a {
    color: #666;
    outline: medium none;
    text-decoration: none;
}