i,
em {
    font-style: normal;
}

em {
    color: #f00;
}

.p0 {
    padding: 0 !important;
}

.pl0 {
    padding-left: 0 !important;
}

.pl5 {
    padding-left: 5px;
}

.pl10 {
    padding-left: 10px;
}

.pl15 {
    padding-left: 15px;
}

.pl20 {
    padding-left: 20px;
}

.pt0 {
    padding-top: 0 !important;
}

.pt5 {
    padding-top: 5px;
}

.pt10 {
    padding-top: 10px;
}

.pt15 {
    padding-top: 15px;
}

.pt20 {
    padding-top: 20px;
}

.pr0 {
    padding-right: 0 !important;
}

.pr5 {
    padding-right: 5px;
}

.pr10 {
    padding-right: 10px;
}

.pr15 {
    padding-right: 15px;
}

.pr20 {
    padding-right: 20px;
}

.pb0 {
    padding-bottom: 0 !important;
}

.pb5 {
    padding-bottom: 5px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb15 {
    padding-bottom: 15px;
}

.pb20 {
    padding-bottom: 20px;
}

.m0 {
    margin: 0 !important;
}

.ml0 {
    margin-left: 0 !important;
}

.ml5 {
    margin-left: 5px;
}

.ml10 {
    margin-left: 10px;
}

.ml15 {
    margin-left: 15px;
}

.ml20 {
    margin-left: 20px;
}

.mt0 {
    margin-top: 0 !important;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mr0 {
    margin-right: 0 !important;
}

.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mr15 {
    margin-right: 15px;
}

.mr20 {
    margin-right: 20px;
}

.mb0 {
    margin-bottom: 0 !important;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.textl {
    text-align: left;
}

.textc {
    text-align: center;
}

.textr {
    text-align: right;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.layui-btn.btn-blue {
    background: #316ccb;
    color: #fff;
}

.layui-btn.btn-lightblue {
    background: #cfddf3;
    color: #316ccb;
}

.layui-btn.btn-warm {
    background: #ff9933;
    color: #fff;
}

.layui-btn.btn-grey {
    background: #f5f5f5;
    color: #333;
}

.layui-btn.layui-btn-primary:hover {
    border-color: #316ccb;
}

.btn-xxs {
    height: auto;
    line-height: 1;
    padding: 2px;
    font-size: 12px;
    white-space: nowrap;
    vertical-align: middle;
}

.blue-border,
.blue-border:hover {
    color: #316ccb;
    border: 1px solid #316ccb;
    background: transparent;
}

.grey-border,
.grey-border:hover {
    color: #666;
    border: 1px solid #666;
    background: transparent;
}

.blue {
    color: #316ccb;
}

.grey6 {
    color: #666;
}

.grey9 {
    color: #999;
}


/* 计数器 */

.colnum {
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}

.colnum i {
    float: left;
    width: 24px;
    height: 24px;
    border: 1px #ccc solid;
    font-style: normal;
    text-align: center;
    font-size: 18px;
    line-height: 20px;
    color: #666;
    cursor: pointer;
}

.colnum input {
    float: left;
    border: 1px #ccc solid;
    width: 60px;
    border-left: none;
    border-right: none;
    height: 24px;
    text-align: center;
}


/*下拉菜单*/

.layui-form-select dl dd.layui-this {
    background-color: #0099ff !important;
    color: #fff;
}


/* 分页 */

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #316ccb !important;
}

.layui-laypage a:hover {
    color: #316ccb !important;
}

.layui-laypage .layui-laypage-skip .layui-input:focus {
    border-color: #316ccb !important;
}


/* 页头及脚注 */

.header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1000;
    background: #fff;
}

.header-title {
    height: 40px;
    line-height: 40px;
    background: #316ccb;
    color: #fff;
}

.header-nav .layui-nav {
    padding: 0;
    background-color: #fff;
    color: #333;
}

.header-nav .layui-nav * {
    font-size: 16px
}

.header-nav .layui-nav .layui-nav-item a {
    padding: 0 20px;
    color: #333;
    color: rgba(0, 0, 0, .7);
}

.header-nav .layui-nav-bar,
.header-nav .layui-nav .layui-this:after,
.header-nav .layui-nav-tree .layui-nav-itemed:after {
    background-color: #316ccb;
}

.header-nav .layui-nav .layui-this a,
.header-nav .layui-nav .layui-nav-item a:hover {
    color: #316ccb;
}

.header-nav .layui-nav .layui-nav-more {
    border-top-color: #333;
}

.header-nav .layui-nav .layui-nav-mored,
.header-nav .layui-nav-itemed>a .layui-nav-more {
    border-bottom-color: #333;
    border-top-color: rgba(255, 255, 255, .7);
}

.header-nav .layui-nav-child dd.layui-this {
    background-color: #316ccb;
    color: #fff;
}

.header-nav .layui-nav .layui-nav-child dd.layui-this a {
    background-color: #316ccb;
    color: #fff;
}

.header-nav .logo {
    margin-top: 11px;
}

.header-nav .logo img {
    width: 260px;
}

.header-nav .layui-nav .layui-nav-child span {
    display: block;
    font-size: 14px;
}

.header-nav .layui-nav .layui-nav-child a {
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    font-size: 14px;
}

.main {
    margin-top: 100px;
}

.layui-carousel img {
    width: 100%;
}


/* 脚注 */

.footer {
    color: #fff;
}

.footer .blogroll {
    background: #353535;
    padding: 55px 0 70px;
}

.footer .blogroll .link .serve {
    background: #fff;
    color: #316ccb;
    display: inline-block;
    font-size: 18px;
    padding: 10px;
}

.footer .blogroll .link .serve p:first-child::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../img/index/tel.png) no-repeat;
    vertical-align: middle;
    margin-right: 5px;
}

.footer .blogroll .link .serve p:nth-child(2) {
    margin-top: 10px;
}

.footer .blogroll .link>p {
    margin-top: 20px;
    margin-bottom: 20px;
}

.footer .blogroll .link .serve a {
    margin-left: 10px;
    color: #316ccb;
}

.footer .friendly-link a {
    color: #fff;
    margin-right: 10px;
}

.footer .blogroll .weixin {
    display: flex;
    justify-content: center;
    text-align: center;
}

.footer .blogroll .weixin img {
    width: 120px;
    height: 120px;
}

.footer .blogroll .weixin div:nth-child(2) {
    margin-left: 40px;
}

.footer .blogroll .weixin p {
    margin-top: 10px;
}

.footer .copyright {
    background: #222222;
    text-align: center;
    padding: 10px 0;
}
.footer .copyright img{
    width:16px;
}

/* 全局标题 */

.gl-title {
    margin-bottom: 40px;
}

.gl-title .headling-h1 {
    font-size: 32px;
    margin-bottom: 5px;
    text-align: center;
}

.gl-title .headling-en {
    font-size: 16px;
    text-align: center;
}

.gl-title .fr {
    margin-top: 14px;
}

button.more:hover {
    background: #316ccb;
    color: #fff;
}

.gl-title2 {
    margin-bottom: 40px;
    border-bottom: 2px solid #ccc;
}

.gl-title2:before,
.gl-title2:after {
    content: '';
    display: block;
    clear: both;
}

.gl-title2 p {
    display: inline-block;
    padding-bottom: 8px;
}

.gl-title2 h2 {
    font-size: 24px;
}

.gl-title2 .more {
    color: #666;
    font-size: 16px;
    margin-top: 8px;
}

.gl-title2 .more:hover {
    color: #316ccb;
    cursor: pointer;
}


/* 面包屑导航 */

.breadcrumb {
    background: #f2f2f2;
    margin-bottom: 60px;
}

.breadcrumb .layui-breadcrumb a {
    line-height: 60px;
    font-size: 16px;
}

.breadcrumb .layui-breadcrumb a:hover {
    color: #316ccb !important;
}

.banner img {
    width: 100%;
}

.limit {
    color: #999;
    text-align: right;
    margin-top: 5px;
}

.position {
    position: relative;
}

.position i {
    position: absolute;
    right: 5px;
    top: 10px;
    color: #999;
}


/** 右侧固定浮标 **/

.fixbar {
    position: fixed;
    right: 5px;
    bottom: 100px;
    z-index: 999999;
    box-sizing: border-box;
}

.fixbar li {
    width: 40px;
    height: 40px;
    margin-top: -1px;
    cursor: pointer;
    background-color: #fff;
    border-radius: 2px;
    border: 1px solid #ddd;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.fixbar li:hover,
.fixbar a:hover {
    background-color: #316ccb;
    color: #fff;
}

.fixbar li .layui-icon {
    font-size: 22px;
}

.fixbar li .popup {
    position: absolute;
    right: -200px;
    top: 0;
    width: 100px;
    height: 100%;
    background: #316ccb;
    color: #fff;
    text-align: center;
    line-height: 40px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.fixbar li.wechat .popup {
    padding: 10px;
    width: 140px;
    height: auto;
    line-height: 1.6;
}

.fixbar .wechat .popup:after {
    content: "";
    width: 14px;
    height: 28px;
    position: absolute;
    right: -14px;
    top: 10px;
    background: url(../img/index/arrow-right.png) no-repeat;
}

.fixbar li.wechat .popup img {
    width: 120px;
    height: 120px;
    max-width: 120px;
}

.fixbar li.phone .popup {
    width: 180px;
    height: auto;
    overflow: hidden;
    text-align: left;
    padding-left: 10px;
}

.fixbar .service div:nth-child(2) {
    word-break: break-all;
}

.fixbar .qq>a {
    width: 100%;
    height: 100%;
    line-height: 40px;
    text-align: center;
}


/* 自定义树导航 */

.layui-nav.layui-nav-tree {
    background-color: #d6e2f5;
}

.layui-nav.layui-nav-tree .layui-nav-item>a {
    background-color: #316ccb;
}

.layui-nav.layui-nav-tree .layui-nav-item>a:hover {
    background-color: #467fda;
}

.layui-nav.layui-nav-tree .layui-nav-child a {
    color: #333;
    background-color: #d6e2f5;
    border-color: rgba(255, 255, 255, .7);
}

.layui-nav.layui-nav-tree .layui-nav-child a:hover {
    background-color: #e7eef9;
    color: #333;
    border-top-color: rgba(255, 255, 255, .7);
}

.layui-nav.layui-nav-tree .layui-nav-child .layui-nav-more {
    border-top-color: #333;
}

.layui-nav.layui-nav-tree .layui-nav-child .layui-nav-mored,
.layui-nav.layui-nav-tree .layui-nav-child .layui-nav-itemed>a .layui-nav-more {
    border-bottom-color: #333;
    border-top-color: rgba(255, 255, 255, 0);
}

.layui-nav.layui-nav-tree .layui-nav-child dd.layui-this a {
    background-color: #6096ec;
    color: #fff;
}

.layui-nav.layui-nav-tree .layui-nav-child .layui-nav-itemed a {
    color: #333;
    background: #c0d3f1;
}

.layui-nav.layui-nav-tree .layui-nav-child .layui-nav-itemed>a {
    color: #333 !important;
    background-color: #d6e2f5;
}

.layui-nav.layui-nav-tree .layui-nav-child .layui-nav-itemed a:hover {
    color: #333;
    background-color: #e7eef9;
}

.layui-nav.layui-nav-tree .layui-nav-child .layui-nav-itemed .layui-this a:hover {
    color: #fff;
    background-color: #6096ec;
}


/* 手机端 */

@media screen and (max-width:768px) {
    .layui-nav dd {
        padding: 0 5px;
        color: #333;
    }
    .fixbar {
        display: none;
    }
    .header-pc {
        display: none;
    }
    .header_phone {
        display: block;
        background-color: #222;
        height: 50px;
    }
    .header .logo img {
        width: 160px;
        height: auto;
        margin-top: 13px;
        margin-left: 10px;
    }
    .main {
        margin-top: 50px;
    }
    .pic-wrap {
        margin-bottom: 20px;
    }
    .footer .blogroll {
        padding: 20px 0 20px;
    }
    #lang {
        position: absolute;
        top: 0;
        right: 50px;
        cursor: pointer;
        background: #222;
        z-index: 1100;
        padding: 0;
    }
    #lang .layui-nav-item {
        line-height: 50px;
    }
    .breadcrumb .layui-breadcrumb a {
        line-height: 30px
    }
    .spec-items {
        display: none;
    }
    span.spe_leftBtn,
    span.spe_rightBtn {
        display: none;
    }
    .banner {
        overflow: hidden;
    }
    .banner img {
        width: 180%;
        position: relative;
        left: -40%;
    }
    .footer .blogroll .link .serve a {
        margin-left: 0;
        display: block;
        margin-top: 10px;
    }
    .footer .blogroll .link .serve {
        font-size: 16px;
        display: block;
    }
    .MagnifierPop {
        display: none;
    }
}

@media screen and (min-width:768px) {
    .fixbar {
        display: block;
    }
    .header-pc {
        display: block;
    }
    .header_phone {
        display: none;
    }
    .language {
        display: inline-block;
        vertical-align: middle;
        line-height: 60px;
    }
    .language .lang-items {
        border: 1px solid #316ccb;
    }
    .language a {
        display: block;
        float: left;
        padding: 0 10px;
        line-height: 30px;
    }
    .language .lang-items a:nth-child(2) {
        background: #316ccb url(../img/index/bg-icon.png) no-repeat;
        background-size: auto 100%;
        color: #fff;
        padding-left: 15px;
    }
    .language .lang-items a:nth-child(2):hover {
        opacity: 0.9;
    }
}

#restof {
    position: relative;
}

#restof img {
    width: auto;
}