﻿/* 页面样式 */

#banner {
    margin: 0px auto;
    overflow: hidden;
}

#banner_pic {
    left: 0px;
    top: 0px;
    overflow: hidden;
}

#num_btn {
    left: 0px;
    bottom: 20px;
    width: 100%;
    height: 10px;
    text-align: center;
    z-index: 99;
}

#num_btn dl dd {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0px 2px;
    border: 2px solid #fff;
    border-radius: 50%;
    opacity: .75;
    cursor: pointer;
}

#num_btn dl dd.on {
    border: 2px solid #facd89;
}

.title {
    text-align: center;
    margin-top: 1rem;
    padding-bottom: 0.3rem;
    background: url(../img/h.png) no-repeat center bottom;
}

.title h3 {
    font-size: 1.25rem;
    color: #0556aa;
    font-weight: normal;
}

.title p {
    font-size: 0.875rem;
    margin-top: 0.2rem;
    color: #666;
}

.slideGroup {
    width: 100%;
    overflow-x: hidden;
    margin-bottom: 0.625rem;
    background: #f2f2f2;
    border-top: 1px solid #e7e8ed;
    border-bottom: 1px solid #e7e8ed;
}

.slideGroup .parHd {
    position: relative;
    margin: 0 1rem;
    overflow: hidden;
}

.slideGroup .parHd ul {
    width: 100%;
    height: 47px;
    position: relative;
    white-space: nowrap;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
}

.slideGroup .parHd ul::-webkit-scrollbar {
    display: none;
}

.slideGroup .parHd ul li {
    color: #fff;
    display: inline;
    text-align: center;
    cursor: pointer;
    padding: 0.3rem 1rem;
    background-color: #333333;
    font-size: 0.875rem;
}

.slideGroup .parHd ul li.on {
    background-color: #006ABE;
}

.slideGroup .slideBox {
    padding: 0.3125rem 0.3125rem;
}

.parBd .slideBox li {
    float: left;
    width: 50%;
}

.parBd .slideBox li a {
    margin: 0.315rem;
    display: block;
}

.parBd .slideBox li a img {
    width: 100%;
    border: 1px solid #CCCCCC;
}

.parBd .slideBox li a p {
    text-align: center;
    word-break: break-word;
    white-space: nowrap;
    overflow: hidden;
}

.parBd .slideBox h3 {
    text-align: center;
    font-size: 0.875rem;
    color: #0070c0;
    line-height: 2.6rem;
}

.slideGroup .btn {
    margin-bottom: 1rem;
}

.about {
    margin-bottom: 1rem;
    padding: 1rem;
}

.picFocus {
    margin: 0 auto;
    width: calc(100% - 12px);
    border: 1px solid #ccc;
    padding: 5px;
    position: relative;
    overflow: hidden;
    zoom: 1;
}

.picFocus .hd {
    width: 100%;
    padding-top: 5px;
    overflow: hidden;
}

.picFocus .hd ul {
    margin-right: 0;
    overflow: hidden;
    zoom: 1;
}

.picFocus .hd ul li {
    width: calc(100% / 3 - 6px);
    margin: 0 3px;
    padding-top: 5px;
    float: left;
    text-align: center;
}

.picFocus .hd ul li img {
    width: calc(100% - 4px);
    height: auto;
    border: 2px solid #ddd;
    cursor: pointer;
}

.picFocus .hd ul li.on {
    background: url("images/icoUp.gif") no-repeat center 0;
}

.picFocus .hd ul li.on img {
    border-color: #f60;
}

.picFocus .bd li {
    vertical-align: middle;
}

.picFocus .bd img {
    width: 100%;
    height: auto;
    display: block;
}

.about .text {
    margin-bottom: 1rem;
    min-height: 8rem;
    overflow: hidden;
}

.btn {
    margin: 1rem auto 0;
    width: 180px;
    height: 2rem;
    background-color: #777;
    text-align: center;
    line-height: 2rem;
    color: #fff;
    display: block;
}

.btn:hover {
    background-color: #ff6c00;
    color: #fff;
}

.cap {
    height: 2.8rem;
    background-color: #f5f5f5;
    position: relative;
}

.cap h3 {
    font-size: 1rem;
    line-height: 2.8rem;
    color: #0556aa;
    padding: 0 0.625rem;
}

.cap h3 span {
    margin-left: 1rem;
    font-weight: normal;
    color: #666;
}

.cap h3 a {
    position: absolute;
    top: 0;
    right: 0.6125rem;
    color: #888;
    font-size: 0.75rem;
    font-weight: normal;
}

.case .picScroll {
    margin: 10px auto 30px;
    text-align: center;
    overflow: hidden;
}

.case .picScroll .bd ul {
    width: 100%;
    overflow: hidden;
    padding-top: 10px;
}

.case .picScroll .bd li {
    width: 50%;
    float: left;
    font-size: 14px;
    text-align: center;
}

.case .picScroll .bd li a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    /* 取消链接高亮 */
}

.case .picScroll .bd li img {
    width: 98%;
    height: auto;
    background: url(images/loading.gif) #fff center center no-repeat;
}

.case .picScroll .hd {
    height: 40px;
    line-height: 40px;
    position: absolute;
    overflow: hidden;
    text-align: left;
    padding: 0 10px;
}

.case .picScroll .hd ul {
    float: right;
    padding-top: 16px;
}

.case .picScroll .hd li {
    float: left;
    width: 8px;
    height: 8px;
    background: #D0D0D0;
    margin: 0 5px;
    overflow: hidden;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.case .picScroll .hd .on {
    background: #80BD6D;
}

.case .picScroll .prev,
.case .picScroll .next {
    display: block;
    float: right;
    width: 18px;
    height: 18px;
    background: url(images/pisScrollIcons.gif) -6px -7px no-repeat;
    overflow: hidden;
    margin: 11px 5px 0 5px;
}

.case .picScroll .next {
    background-position: -34px -7px;
}

.case .picScroll .prevStop {
    background-position: -6px -40px;
}

.case .picScroll .nextStop {
    background-position: -34px -40px;
}

.contact {
    min-height: 6rem;
    padding: 1rem;
    margin-bottom: 1rem;
    /* background: url(../img/c2.jpg) no-repeat top right; */
    background-size: auto 5rem;
}

.contact h3 {
    font-size: 1.4rem;
    margin: 1rem 0;
    color: #006ABE;
}

.contact p {
    padding: 0.5rem 0;
    font-size: 0.875rem;
    position: relative;
    padding-left: 2rem;
}

.contact p img {
    width: 1.3rem;
    vertical-align: middle;
    font-size: 0.875rem;
    position: absolute;
    top: 0.5rem;
    left: 0;
}

.contact dt {
    line-height: 1.5;
    font-size: 1rem;
    margin: 1.5rem 0 1rem;
}

.contact dd i.iconfont {
    width: 1.4rem;
    height: 1.4rem;
    text-align: center;
    line-height: 1.4rem;
    font-size: 1.4rem;
    color: #fff;
    padding: .5rem;
    border-radius: 50%;
    background: #000;
    display: inline-block;
    margin: 0 .3rem;
}