html,
body {
    background-color: #ffffff;
}

.container {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.header-space {
    height: 80px;
}
.header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #ffffff;
    z-index: 99;
}
.header .head-bar {
    height: 80px;
    box-sizing: border-box;
}
.header .head {
    float: left;
    padding: 10px 0;
}
.header .head .logo {
    width: 58px;
    height: 57px;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 10px;
}
.header .head .title {
    vertical-align: middle;
    font-size: 30px;
    font-weight: bold;
    color: #063E8D;
    height: 60px;
    line-height: 60px;
}
.header .nav {
    float: right;
    height: 80px;
    line-height: 80px;
}
.header .nav li {
    float: left;
    font-size: 20px;
    margin-left: 50px;
    height: 80px;
    line-height: 80px;
}
.header .nav li a {
    display: block;
}
.header .nav li a:hover {
    color: #0066CC;
}

.nav-sub {
    display: none;
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    background-color: #F4F4F4;
    padding: 30px 0;
}
.nav-sub .item {
    float: left;
    margin-right: 92px;
}
.nav-sub .item:last-child {
    margin-right: 0;
}
.nav-sub .item .item-title {
    font-size: 20px;
    height: 40px;
    position: relative;
}
.nav-sub .item .item-title .name {
    display: inline-block;
    border-bottom: 2px solid #0066CC;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}
.nav-sub .item .item-title .line {
    height: 2px;
    width: 100%;
    background-color: #DCDCDC;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
}
.nav-sub .item ul {
    margin-top: 10px;
}
.nav-sub .item ul li {
    font-size: 16px;
    height: 35px;
    line-height: 35px;
}
.nav-sub .item ul li a {

}
.nav-sub .item ul li a:hover {
    color: #0066CC;
}

.footer {
    background-color: #0D1727;
    padding-bottom: 30px;
}
.footer .foot-service {
    margin-bottom: 30px;
}
.footer .foot-service li {
    float: left;
    width: 240px;
    height: 100px;
    background: linear-gradient(266deg, #0E2140, #0D1727);
}
.footer .foot-service li .icon {
    margin: 25px auto 10px;
    width: 30px;
    height: 30px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.footer .foot-service li:nth-child(1) .icon {
    background-image: url('../img/common/icon-foot-1.png');
}
.footer .foot-service li:nth-child(2) .icon {
    background-image: url('../img/common/icon-foot-2.png');
}
.footer .foot-service li:nth-child(3) .icon {
    background-image: url('../img/common/icon-foot-3.png');
}
.footer .foot-service li:nth-child(4) .icon {
    background-image: url('../img/common/icon-foot-4.png');
}
.footer .foot-service li:nth-child(5) .icon {
    background-image: url('../img/common/icon-foot-5.png');
}
.footer .foot-service li:nth-child(1):hover .icon {
    background-image: url('../img/common/icon-foot-1-hov.png');
}
.footer .foot-service li:nth-child(2):hover .icon {
    background-image: url('../img/common/icon-foot-2-hov.png');
}
.footer .foot-service li:nth-child(3):hover .icon {
    background-image: url('../img/common/icon-foot-3-hov.png');
}
.footer .foot-service li:nth-child(4):hover .icon {
    background-image: url('../img/common/icon-foot-4-hov.png');
}
.footer .foot-service li:nth-child(5):hover .icon {
    background-image: url('../img/common/icon-foot-5-hov.png');
}
.footer .foot-service li .name {
    font-size: 14px;
    color: #ffffff;
    text-align: center;
}

.footer .foot-mod-container {
    float: left;
}
.footer .foot-mod-container:last-child {
    float: right;
}
.footer .foot-mod-container .foot-mod-title {
    font-size: 20px;
    color: #ffffff;
    height: 60px;
    line-height: 60px;
    position: relative;
}
.footer .foot-mod-container .foot-mod-title span {
    width: 95px;
    height: 2px;
    background-color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
}
.footer .foot-mod-container .foot-mod-title span i {
    display: inline-block;
    width: 30px;
    height: 2px;
    background-color: #0066CC;
    position: absolute;
    left: 0;
    top: 0;
}
.footer .foot-mod-container .foot-mod-content {

}
.footer .site-map {
    width: 300px;
    padding-right: 50px;
}
.footer .site-map li {
    float: left;
    width: 100px;
    margin-right: 10px;
    margin-top: 30px;
}
.footer .site-map li a {
    color: #ffffff;
}
.footer .site-map li a:hover {
    color: #0066CC;
}

.footer .contact-info {
    margin-top: 25px;
}
.footer .contact-info p {
    font-size: 14px;
    color: #ffffff;
    line-height: 25px;
    margin-bottom: 20px;
}
.footer .contact-info p span {
    display: inline-block;
    width: 30px;
    margin-right: 15px;
}
.footer .contact-info p img {
    display: inline-block;
    vertical-align: middle;
}

.footer .follow-wecaht {
    margin-top: 20px;
    width: 250px;
    height: 116px;
    background: url('../img/common/bg-wechat-box.png') no-repeat center;
}
.footer .follow-wecaht .qrcode {
    width: 90px;
    height: 90px;
    float: left;
    margin: 13px 25px 13px 15px;
}
.footer .follow-wecaht .qrcode img {
    display: block;
    width: 100%;
}
.footer .follow-wecaht .info {
    font-size: 16px;
    color: #ffffff;
    line-height: 24px;
    padding-top: 35px;
}
.footer .share {
    font-size: 14px;
    color: #ffffff;
    margin-top: 15px;
}
.footer .share a {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 15px 0 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    vertical-align: middle;
}
.footer .share .share-wechat {
    background-image: url('../img/common/icon-share-wechat.png');
}
.footer .share .share-qq {
    background-image: url('../img/common/icon-share-qq.png');
}
.footer .share .share-weibo {
    background-image: url('../img/common/icon-share-weibo.png');
}

.sidebar-right {
    position: fixed;
    width: 68px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
}
.sidebar-right li {
    width: 68px;
    height: 68px;
    background-color: #0D1727;
    border-bottom: 1px solid #B0B1B1;
    position: relative;
}
.sidebar-right li:last-child {
    border-bottom: none;
}
.sidebar-right li a {
    display: block;
    box-sizing: border-box;
    padding: 10px 0 0;
}
.sidebar-right li .icon {
    margin: 0 auto 10px;
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.sidebar-right li:nth-child(1) .icon {
    width: 30px;
    height: 28px;
    background-image: url('../img/common/icon-fixed-right-1.png');
}
.sidebar-right li:nth-child(2) .icon {
    width: 33px;
    height: 32px;
    background-image: url('../img/common/icon-fixed-right-2.png');
    margin-bottom: 7px;
}
.sidebar-right li:nth-child(3) .icon {
    width: 34px;
    height: 26px;
    background-image: url('../img/common/icon-fixed-right-3.png');
}
.sidebar-right li:nth-child(1) a:hover .icon {
    background-image: url('../img/common/icon-fixed-right-1-hov.png');
}
.sidebar-right li:nth-child(2) a:hover .icon {
    background-image: url('../img/common/icon-fixed-right-2-hov.png');
}
.sidebar-right li:nth-child(3) a:hover .icon {
    background-image: url('../img/common/icon-fixed-right-3-hov.png');
}
.sidebar-right li .name {
    font-size: 12px;
    color: #ffffff;
    text-align: center;
}
.sidebar-right li .tip {
    position: absolute;
    right: 68px;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}
.sidebar-right li:hover .tip {
    display: block;
}
.sidebar-right li .tip p {
    font-size: 12px;
    text-align: center;
    color: #f5f5f5;
    line-height: 20px;
}
.sidebar-right li .tip p a{
    color: #f5f5f5;
    padding: 0;
}
.sidebar-right li .tip .arrow {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 10px solid #0D1727;
    border-bottom: 10px solid transparent;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.sidebar-right li .tip .tip-cont {
    background-color: #0D1727;
    width: 150px;
    padding: 10px;
    box-sizing: border-box;
    margin-right: 10px;
}
.sidebar-right li .tip .tip-cont .tel {
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
}
.sidebar-right li .tip .tip-cont .qrcode {
    display: block;
    width: 100%;
    margin-top: 10px;
}


.crumbs {
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    height: 20px;
    padding: 30px 0;
}
.crumbs a {
    color: #666666;
}
.crumbs a:hover {
    color: #0066CC;
}


.page {
    text-align: right;
    padding: 40px 0;
}
.page a {
    font-size: 14px;
    color: #666666;
    border: 1px solid #666666;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    padding: 0 8px;
    margin-left: 2px;
}
.page a.cur,
.page a:hover {
    color: #ffffff;
    background-color: #0066CC;
    border: 1px solid #0066CC;
}
.page .page-last {
    margin-left: 5px;
}