﻿/*首页*/

select{

border：none
}


pos_abs
{
position:absolute;
right:0px;
bottom:150px

}

.zh-theme {
    font-size: 24px;
    letter-spacing: 4px;
}

.zh-divide {
    border-bottom: 1px solid #f0f0f0;
    margin-top: 10px;
}

.zh-header {
    background: #ffffff;
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    transition: all .3s ease-out;
}

.zh-header .content {
    width: 1200px;
    margin: 0 auto;
}

.zh-header .zh-left {
    float: left;
    overflow: hidden;
    transition: all .3s ease-out;
    padding-top: 25px;
}

.zh-header .zh-left .logo-left {
    border-right: 1px solid #ededed;
    padding-right: 33px;
    margin-top: 10px;
    margin-right: 33px;
    float: left;
}

.zh-header .zh-left .logo-right {
    float: left;
}

.zh-header .zh-right {
    float: right;
    padding-top: 8px;
    transition: all .3s ease-out;
}

.zh-header .zh-right .connect-navigation {
    display: flex;
    justify-content: flex-end;
    transition: all .3s ease-out;
}

.zh-header .zh-right .connect-navigation ul > li {
    border-right: 1px solid #333;
    line-height: 16px;
    height: 14px;
    float: left;
}

.zh-header .zh-right .connect-navigation ul > li:last-child {
    border-right: none
}

.zh-header .zh-right .connect-navigation ul > li:last-child > a {
    padding-right: 0
}

.zh-header .zh-right .connect-navigation ul > li > a {
    margin-top: -4px;
    padding: 0 15px;
    font-size: 12px;
    color: #333
}

.zh-header .zh-right .connect-navigation ul > li > a > span {
    vertical-align: text-top;
}

.zh-header .zh-right .connect-navigation ul > li > a img {
    vertical-align: middle
}

.zh-header .zh-right .connect-navigation ul > li a:hover {
    color: #ff0000;
}

.zh-header .zh-right .wechat-social-icon {
    display: inline-block;
    width: 35px;
    height: 19px;
    position: relative;
    background-repeat: no-repeat;
    background-position: right center
}

.zh-header .zh-right .wechat-social-icon .qrcode {
    visibility: hidden;
    opacity: 0;
}

.zh-header .zh-right .qq-social-icon {
    display: inline-block;
    width: 35px;
    height: 19px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center
}

.zh-header .zh-right .qq-social-icon .qrcode {
    visibility: hidden;
    opacity: 0;
}

.zh-header .zh-right .zh-wechat {
    width: 20px;
    background-image: url("../img/main/header-logo-wx.png");
}

.zh-header .zh-right .zh-wechat:hover {
    background-image: url("../img/main/header-logo-wx.png");
}

.zh-header .zh-right .zh-wechat:hover .qrcode {
    display: block;
    position: absolute;
    margin-top: 30px;
    z-index: 999;
    margin-left: -60px;
    border: 3px solid #DDD;
    visibility: visible;
    opacity: 1;
    transition: all .5s;
}

.zh-header .zh-right .zh-qq {
    width: 15px;
    background-image: url("../img/main/header-logo-qqgray.png");
}

.zh-header .zh-right .zh-qq:hover {
    background-image: url("../img/main/header-logo-qq.png");
}

.zh-header .zh-right .zh-qq:hover .qrcode {
    display: block;
    position: absolute;
    margin-top: 30px;
    z-index: 999;
    margin-left: -60px;
    border: 3px solid #DDD;
    visibility: visible;
    opacity: 1;
    transition: all .5s;
}

.zh-header .zh-right .main-navigation {
    margin-top: 25px;
    display: flex;
    justify-content: flex-end;
    transition: all .3s ease-out;
}

.zh-header .zh-right .main-navigation ul {
    margin: 0;
    padding: 0;
    width: auto;
}

.zh-header .zh-right .main-navigation ul > li {
    float: left;
}

.zh-header .zh-right .main-navigation ul > li a:last-child {
    margin-right: 0;
}

.zh-header .zh-right .main-navigation ul > li a,
.zh-header .zh-right .main-navigation ul > li a:visited {
    color: #3e3e3e;
    display: block;
    line-height: 1.35em;
    margin: 1.5px 40px;
    padding-bottom: 10px;
    text-decoration: none;
    white-space: nowrap;
    border-bottom: 2px solid rgba(255, 255, 255, 0);
}

.zh-header .zh-right .main-navigation ul > li a:hover {
    color: #ff0000;
}

.zh-header .zh-nav-list {
    position: relative;
}

.zh-header .zh-nav-list li {
    position: relative;
}

.zh-header .nav-line {
    position: absolute;
    width: 0;
    height: 2px;
    left: 115px;
    bottom: 0;
    background: #ff0000;
    transition: width .3s cubic-bezier(.4, 0, .2, 1);
    transition-timing-function: linear;
}

.zh-header .nav-line.show {
    transition: all .3s cubic-bezier(.4, 0, .2, 1);
    transition-timing-function: linear;
}

.zh-header.mini .zh-right .main-navigation {
    margin-top: 32px;
}

.zh-header.mini {
    height: 48px;
    padding-top: 12px;
    padding-bottom: 0px;
    -webkit-box-shadow: 0 3px 5px rgba(51, 51, 51, .1);
    -moz-box-shadow: 0 3px 5px rgba(51, 51, 51, .1);
    -o-box-shadow: 0 3px 5px rgba(51, 51, 51, .1);
    box-shadow: 0 3px 5px rgba(51, 51, 51, .1)
}

.zh-header.mini .zh-left a > img {
    /*width: 240px;*/
    height: 37px;
    transition: all .3s ease-out;
}
.zh-header.mini  .zh-left{padding-top: 0}

/*.zh-header.mini .zh-left .logo-left{*/
/*height: 27px;*/
/*width: 101.5px;*/
/*margin-top: 5px;*/
/*}*/
/*.zh-header.mini .zh-left .logo-right{*/
/*height: 37px;*/
/*width: 105.5px;*/
/*}*/

.zh-header.mini .zh-right .connect-navigation {
    margin-top: -45px;
}

.zh-swiper {
    width: 100%;
    height: 480px;
    overflow: hidden;
    margin-top: 107px;
    position: relative;
}

.zh-swiper .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.zh-swiper .swiper-slide:hover {
    cursor: pointer;
}

.zh-ourService {
    overflow: hidden;
}

.zh-ourService .content {
    width: 1200px;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 88px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}

.zh-ourService .arrow-left {
    background: url('../img/main/arrows.png') no-repeat left top;
    position: absolute;
    left: 52px;
    top: 50px;
    width: 17px;
    height: 30px;
    z-index: 10;
    cursor: pointer;
}

.zh-ourService .arrow-right {
    background: url('../img/main/arrows.png') no-repeat left bottom;
    position: absolute;
    right: 1px;
    top: 50px;
    width: 17px;
    height: 30px;
    z-index: 10;
    cursor: pointer;
}

.zh-ourService .content .content-left {
    width: 350px;
}

.zh-ourService .content .content-left h1 {
    font-size: 36px;
    color: #333333;
    margin-bottom: 20px;
}

.zh-ourService .content .content-left p {
    font-size: 14px;
    color: #898989;
    letter-spacing: 1px;
    text-align: justify;
    text-justify: inter-ideograph;
}

.zh-ourService .content .content-left .more-appreciate {
    margin-top: 42px;
}

.zh-ourService .content .content-left .more-appreciate a {
    padding: 10px 38px 10px 42px;
    color: #898989;
    border: 1px solid #898989;
    text-decoration: none;
}

.zh-ourService .content .content-left .more-appreciate a:hover {
    cursor: pointer;
    background-color: #ff0000;
    color: white;
    border: none;
}

.zh-ourService .content .content-right {
    width: 767px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    height: 300px;
}

.zh-ourService .content .content-right .swiper-title {
    margin-top: 5px;
    color: #b5b5b5;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
}

.zh-ourService .content .content-right .my-slide {
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.zh-ourService .content .content-right .swiper-slide a:hover {
    /*transform: scale(1.05);*/
    cursor: pointer;
}

.zh-ourService .content .content-right .swiper-slide a:hover p {
    color: #ff0000;
}

.zh-ourService-appreciate-bg {
    width: 100%;
    overflow: hidden;
    background: url("../img/main/ourService-appreciate-bg.jpg") top no-repeat;
}

@media (min-width: 1920px) {
    .zh-ourService-appreciate-bg {
        filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";
        -moz-background-size: 100% 100%;
        background-size: 100% 100%;
    }
}

.zh-appreciate {
    overflow: hidden;
}

.zh-appreciate .content {
    width: 1200px;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 50px;
    overflow: hidden;
}

.zh-appreciate .content .menu-list {
    margin-bottom: 15px;
}

.zh-appreciate .content .menu-list a {
    text-decoration: none;
    color: #333333;
}

.zh-appreciate .content .item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.zh-appreciate .content .item-long {
    width: 733px;
    height: 230px;
    overflow: hidden;
    display: block
}

/*右边*/
.zh-appreciate .content .item-short {
    width: 451px;
    height: 230px;
    overflow: hidden;
    float: left;
    display: block
}

.zh-appreciate .content .item-wrapper {
    height: inherit;
    width: inherit;
    display: none;
    overflow: hidden;
    position: relative;
}

.zh-appreciate .content .item-wrapper .bg {
    position: absolute;
    background: #000000;
    filter: alpha(opacity=6);
    -moz-opacity: 0.6;
    opacity: 0.6;
    display: none;
    height: inherit;
    width: inherit;
}

.zh-appreciate .content .item-wrapper span {
    font-size: 16px;
    display: block;
    text-align: center;
    color: #fff;
}

.zh-appreciate .content .item-short:hover img,
.zh-appreciate .content .item-long:hover img {
    transform: scale(1.3);
    transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
}

.zh-appreciate .content .item-long:hover .item-wrapper .bg,
.zh-appreciate .content .item-short:hover .item-wrapper .bg {
    display: block;
}

.zh-appreciate .content .item-long:hover .item-wrapper,
.zh-appreciate .content .item-short:hover .item-wrapper {
    display: block;
}

.zh-appreciate .content .item-long:hover .item-wrapper-div {
    display: block;
    margin: 55px 52px auto 52px;
    position: absolute;
    width: 629px;
}

.zh-appreciate .content .item-short:hover .item-wrapper-div {
    display: block;
    margin: 55px 52px auto 52px;
    position: absolute;
    width: 345px;
}

.zh-appreciate .content .item-long:hover .item-des,
.zh-appreciate .content .item-short:hover .item-des {
    height: 100px;
    color: #fff;
    font-size: 12px;
    text-align: justify;
    text-justify: inter-ideograph;
    margin-top: 15px;
    letter-spacing: 1px;
    line-height: 22px;
}

.zh-appreciate .content .more-appreciate {
    text-align: center;
    margin-top: 42px;
}

.zh-appreciate .content .more-appreciate a {
    padding: 10px 38px 10px 42px;
    color: #898989;
    border: 1px solid #898989;
    text-decoration: none;
}

.zh-appreciate .content .more-appreciate a:hover {
    cursor: pointer;
    background-color: #ff0000;
    color: white;
    border: none;
}

.zh-advantage {
    overflow: hidden;
    width: 100%;
    background-color: white;
}

.zh-advantage .content {
    width: 1200px;
    margin: 0 auto;
    padding-top: 70px;
    padding-bottom: 50px;
    overflow: hidden;
}

.zh-advantage .content .points {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.zh-advantage .content .points .one-point {
    position: relative;
    float: left;
    color: #000;
    font-size: 0;
    text-align: center;
    cursor: pointer;
    width: 286px;
}

.zh-advantage .content .points .one-point .mask {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.zh-advantage .content .points .one-point .mask .bg {
    width: 286px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000000;
    opacity: 0.7;
    filter: alpha(opacity=60);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(60));
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.zh-advantage .content .points .one-point .mask .point-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 100px;
    bottom: 0;
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.zh-advantage .content .points .one-point .mask .point-content .line-panel {
    padding: 0;
    margin: 0;
    font-size: 0;
    line-height: 0;
    margin-top: 20px;
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.zh-advantage .content .points .one-point .mask .point-content .line-panel .item-longine {
    width: 20px;
    height: 2px;
    background: #fff;
    display: inline-block;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.zh-advantage .content .points .one-point .mask .point-content .item-img-panel {
    position: relative;
    width: 25%;
    height: 72px;
    display: inline-block;
}

.zh-advantage .content .points .one-point .mask .point-content .item-img-panel .item-img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    display: inline-block;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.zh-advantage .content .points .one-point .mask .point-content .item-title {
    color: #fff;
    font-size: 22px;
    line-height: 24px;
    margin: 0;
    padding: 0;
    margin-top: 24px;
    font-weight: bold;
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.zh-advantage .content .points .one-point .mask .point-content .item-desc {
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin-top: 30px;
    padding: 0 40px;
    line-height: 24px;
    height: 72px;
}

.zh-advantage .content .points .one-point .mask .point-content .item-link {
    display: inline-block;
    border: 1px solid #fff;
    width: 120px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    margin-top: 90px;
}

.zh-advantage .content .points .one-point .mask .point-content .item-link:hover {
    color: #ff0000;
    background: #fff;
}

.zh-advantage .content .points .one-point .mask .point-content .item-desc,
.zh-advantage .content .points .one-point .mask .point-content .item-desc .item-link {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.zh-advantage .content .points .one-point:hover {
    cursor: pointer;
}

.zh-advantage .content .points .one-point:hover .bg {
    background: #ff0000;
    opacity: 0.8;
    filter: alpha(opacity=90);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(90));
}

.zh-advantage .content .points .one-point:hover .point-content {
    top: 13%;
}

.zh-advantage .content .points .one-point:hover .point-content .line-panel {
    margin-top: 10px;
}

.zh-advantage .content .points .one-point:hover .point-content .line-panel .item-longine {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
}

.zh-advantage .content .points .one-point:hover .point-content .item-title {
    margin-top: 12px;
}

.zh-advantage .content .points .one-point:hover .point-content .item-desc,
.zh-advantage .content .points .one-point:hover .point-content .item-link {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
}

.zh-advantage .content .points .one-point:hover .point-content .item-desc {
    margin-top: 22px;
}

.zh-advantage .content .points .one-point:hover .point-content .item-link {
    margin-top: 14%;
}

.zh-stage {
    overflow: hidden;
    width: 100%;
    background: url("../img/main/stage-bg.png") center no-repeat;
}

@media (min-width: 1920px) {
    .zh-stage {
        filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";
        -moz-background-size: 100% 100%;
        background-size: 100% 100%;
    }
}

.zh-stage .content {
    width: 1200px;
    margin: 0 auto;
    padding-top: 103px;
    padding-bottom: 195px;
    overflow: hidden;
    color: white;
}

.zh-stage .content .title {
    font-size: 36px;
    text-align: center;
    letter-spacing: 4px;
}

.zh-stage .content .des {
    font-size: 16px;
    text-align: center;
    letter-spacing: 22px;
    margin-top: 12px;
}

.zh-stage .content .stage {
    margin-top: 70px;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
}

.zh-stage .content .stage-width {
    width: 180px;
}

.zh-stage .content .stage-width:hover {
    cursor: pointer;
}

.zh-stage .content .stage-width:hover .cbtn a {
    background-color: white;
    color: #333333;
}

.zh-stage .content .stage-width:hover .sbtn a {
    background-color: white;
    color: #333333;
}

.zh-stage .content .stage-width .icon {
    text-align: center;
    margin-bottom: 39px;
}

.zh-stage .content .stage-width .phone {
    margin-top: 107px;
}

.zh-stage .content .stage-width .phone a {
    color: white;
    text-decoration: none;
}

.zh-stage .content .stage-width .stage-des {
    line-height: 26px;
}

.zh-stage .content .stage-width .cbtn {
    text-align: center;
    margin-top: 55px;
}

.zh-stage .content .stage-width .sbtn {
    text-align: center;
    margin-top: 107px;
}

.zh-stage .content .stage-width .cbtn a {
    padding: 3px 12px 3px 12px;
    text-decoration: none;
    color: white;
}

.zh-stage .content .stage-width .sbtn a {
    padding: 3px 12px 3px 12px;
    text-decoration: none;
    color: white;
}

.zh-information {
    overflow: hidden;
    width: 100%;
    background-color: white;
}

.zh-information .content {
    width: 1200px;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 90px;
    overflow: hidden;
}

.zh-information .content .content-left {
    /*width: 635px;*/
    float: left;
    margin-right: 115px;
}

.zh-information .content .content-left .select:hover {
    cursor: pointer;
}

.zh-information .content .content-left .select:hover .date {
    background-color: #ff0000;
    color: white;
}

.zh-information .content .content-left .select:hover .title {
    color: #ff0000;
}

.zh-information .content .content-left .select .date {
    float: left;
    width: 74px;
    border-right: 1px solid #f0f0f0;
    text-align: center;
}

.zh-information .content .content-left .select .date .day {
    font-size: 50px;
    line-height: 55px;
}

.zh-information .content .content-left .select .date .year-month {
    line-height: 15px;
}

.zh-information .content .content-left .select .date p:first-child {
    font-size: 50px;
    line-height: 55px;
}

.zh-information .content .content-left .select .date p:last-child {
    line-height: 15px;
}

.zh-information .content .content-left .select .title {
    font-weight: bold;
    color: #333;
    margin-bottom: 5px;
    font-size: 15px;
    text-decoration: none;
}

.zh-information .content .content-left .select .news {
    width: 537px;
    margin-left: 23px;
}

.zh-information .content .content-left .select .desc {
    color: #666666;
    text-decoration: none;
    letter-spacing: 2px;
    text-align: justify;
    text-justify: inter-ideograph;
}

.zh-information .content .content-right {
    /*width: 450px;*/
    float: left;
}

.zh-information .content .content-right > li:last-child {
    margin-bottom: 0px;
}

.zh-information .content .content-right .newsr:hover span {
    color: #ff0000;
    cursor: pointer;
}

.zh-information .content .content-right .newsr {
    color: #333333;
    text-decoration: none;
}

.zh-information .content .content-right .ml85 {
    margin-left: 85px;
}

.zh-footer {
    overflow: hidden;
    width: 100%;
    text-align: center;
    background-color: #353535;
    color: white;
    background: url("../img/main/footer-bg.png") repeat;
    float: center;
}

.zh-footer .content {
    width: 1200px;
    margin: 0 auto;
    padding-top: 20px;
    padding-left: 200px;
    padding-bottom: 50px;
    overflow: hidden;
}

.zh-footer .content h4 {
    font-size: 18px;
    margin-bottom: 20px;
}

.zh-footer .content p {
    line-height: 26px;
}

.cblock {
}

.cblock .cicon {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url('../img/main/information-icon.png') no-repeat center center;
    position: absolute;
    top: 4px;
}

.cblock span > a {
    line-height: 20px;
    display: inline-block;
    padding-left: 20px;
}

.zh-icon-more {
    color: #ff0000;
    text-decoration: none;
}

.zh-icon-more:hover {
    color: #ff0000;
    text-decoration: none;
}

.history {
    display: block;
    overflow: hidden;
    line-height: 40px;
    background: #cecece;
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 14px;;
    font-weight: 700;
    margin: 35px 0;
}

.history:hover {
    background: #c90020;
    color: #fff;
}

.content_title {
    padding: 0px;
    color: #959595;
    font-family: "黑体,Microsoft Yahei", Lato, Calibri, Arial, sans-serif;
    border-bottom: 1px solid #999999;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 30px;
}

.contact_dl {
    width: 1200px;
    overflow: hidden;
    margin-bottom: 50px;
}

.contact_dl dt, .contact_dl dd {
    width: 490px;
    overflow: hidden;
    font-size: 16px;
}

.contact_dl dt {
    float: left;
}

.contact_dl dd {
    float: right;
}

.contact_dl p, .contact_dl a {
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    font-family: 宋体;
    font-weight: 400;
    color: #959595;
}
.anchorBL {
    display: none
}