html,
body {
    background: #f6f6f6;
}

.hc-container .logo {
    /* width: 184px;
    height: 52px; */
}
/* 导航:begin */
.hc-container {
    width: 1280px;
    margin: 0 auto;
    line-height: 100px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 111;
}
.hc-header {
    -webkit-transition: -webkit-transform 0.25s ease-out 0s;
    transition: -webkit-transform 0.25s ease-out 0s;
    -o-transition: transform 0.25s ease-out 0s;
    transition: transform 0.25s ease-out 0s;
    transition: transform 0.25s ease-out 0s, -webkit-transform 0.25s ease-out 0s;
}

.hc-header .brand img {
    height: 54px;
}

.hc-header.up {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

.hc-nav {
    font-size: 0;
    letter-spacing: -3px;
}

.hc-nav > li {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    letter-spacing: normal;
    position: relative;
}

.hc-nav > li:hover dl {
    visibility: visible;
    opacity: 1;
}

.hc-nav > li:hover > a {
    border-color: #fff;
}

.hc-nav > li + li {
    margin-left: 10px;
}

.hc-nav > li > a {
    display: block;
    font-size: 16px;
    padding: 0 20px;
    -webkit-transition: border 0.25s ease-out 0s;
    -o-transition: border 0.25s ease-out 0s;
    transition: border 0.25s ease-out 0s;
    color: #ffffff;
}

.hc-nav > li > a:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.15);
}

.hc-nav > .active > a {
    border-color: #fff;
    background: rgba(255, 255, 255, 0.15);
}

.hc-nav dl {
    position: absolute;
    left: 50%;
    min-width: 100%;
    white-space: nowrap;
    top: 100%;
    background-color: #fff;
    color: hsla(0, 0%, 100%, 0.75);
    line-height: 20px;
    text-align: center;
    margin-top: 10px;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0.25s ease-out 0s, opacity 0.25s ease-out 0s;
    -o-transition: visibility 0.25s ease-out 0s, opacity 0.25s ease-out 0s;
    transition: visibility 0.25s ease-out 0s, opacity 0.25s ease-out 0s;
    font-size: 0;
    letter-spacing: -3px;
}

.hc-nav dl:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #fff;
    margin-left: auto;
    margin-right: auto;
}

.hc-nav dl dd {
    line-height: 43.5px;
    letter-spacing: normal;
    vertical-align: top;
    font-size: 16px;
    -webkit-transition: color 0.2s ease-out 0s;
    -o-transition: color 0.2s ease-out 0s;
    transition: color 0.2s ease-out 0s;
    padding: 0 8px;
}

.hc-nav dl dd:hover {
    color: #fff;
    background: rgb(0, 0, 0, 0.05);
}

.hc-nav dl dd.disabled a {
    pointer-events: none;
}

/* footer:begin */
.footer-box {
    /* height: 361px; */
    background: linear-gradient(0deg, #1e6889 0%, #1b96cd 100%);
    color: #fff;
    padding: 30px 0;
}
.icp{
    width: 1140px;
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;  
}
.footer-content {
    width: 1140px;
    margin: 0 auto;
}
.footer-item1 {
    width: 531px;
    flex-wrap: wrap;
    text-align: center;
    margin-bottom: 16px;
}

.footer-item1 ul li a {
    color: #ffffff;
}
.footer-item1 ul li{
    font-size: 14px;
    line-height: 22px;
}
.footer-item1 ul li.title{
    font-size: 22px;
    margin-bottom: 5px;
}
.footer-item1 p {
    margin-right: 35px;
}

.footer-content .map_box {
    width: 531px;
    height: 179px;
    border: #ccc solid 1px;
}

.footer-content .right_box .phone{
    margin-bottom: 22px;
}
.footer-content .right_box .address{
    margin-bottom: 34px;
}
.footer-content .right_box img{
    width: 26px;
    height: 26px;
    margin-right: 40px;
}
.footer-content .right_box p{
    font-size: 22px;
}
.footer-content .right_box .code-box {
    text-align: center;
}
.footer-content .right_box .code-box:nth-child(1){
    margin-right:37px;
}
.footer-content .right_box .code-box .code-img {
    width: 132px;
    height: 132px;
    margin-right: 0;
    margin-bottom: 19px;
}

.footer-content .right_box .code-box p{
    font-size: 14px;
}

/* 联系方式:end */
/* 百度地图 */
.iw_poi_title {
    color: #cc5522;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    padding-right: 13px;
    white-space: nowrap;
}
.iw_poi_content {
    font: 12px arial, sans-serif;
    overflow: visible;
    padding-top: 4px;
    white-space: -moz-pre-wrap;
    word-wrap: break-word;
}