/* 字体包 */
@font-face {
    font-family: SIMLI;
    src: url('../fonts/SIMLI.TTF')
}

/* 增加附件下载功能 */
.attachment-box{
    display: flex;
    align-items: center;
}
.attachment-title{
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    padding-bottom: 10px;
}
.attachment-box a{
    font-size: 18px;
    margin: 0 4px;
}
.attachment-container{
    width: 80%;
    display: flex;
    height: 100%;
    align-items: center;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
}
.attachment-container li{
    height: 100%;
    line-height: 1;
}

/* 处理导航栏下的分类 */
@media screen and (min-width: 1200px) and (max-width: 1950px) {
    #nav-product-list:hover>#nav-product {
        display: block !important;
        padding: 40px 20px;
    }

    #c_portalResnav_main-15732848872754102 #nav-product {
        position: absolute;
        min-width: 50%;
        height: auto;
        min-height: 460px;
    }

    #c_portalResnav_main-15732848872754102 #nav-product>.navSbox {
        position: absolute;
        width: 96%;
        display: flex;
        flex-wrap: wrap;
        margin: 10px 0;
    }

    #c_portalResnav_main-15732848872754102 .navLi:nth-child(3) .navSli {
        width: auto;
    }

    #nav-product-list>#nav-product>.navSbox {
        position: static;
        margin: 0;
    }

    .nav-product-title {
        font-weight: bold;
        line-height: 2;
    }

}

/* 通用样式 */
/* 分页器 */
.page {
    display: flex;
    justify-content: center;
}


.ans-pager {
    display: flex;
}

.ans-pager li {
    padding: 10px 20px;
    border: 1px solid #ccc;
}

.ans-pager .active {
    background-color: #ccc;
    color: #fff;
}

img {
    vertical-align: bottom;
}

/* 分页banner字体 */
.page-banner-box {
    position: relative;
}

.page-title {
    position: absolute;
    left: 20%;
    top: 60%;
    color: #fff;
    font-weight: bold;
    font-size: 52px;
}


/* 详情页 */
.article-wrap {
    background: #fff;
    margin: 100px 0;
    padding: 50px;
    box-shadow: 0 0 3px 3px rgba(0, 0, 0, .1);
}

.article-wrap .post_title {
    font-size: 1.875rem;
    padding: 1rem 0;
    color: #000;
}

.article-wrap .l_tools {
    margin-bottom: 1.5rem;
    line-height: 1.25rem;
}

.article-wrap .l_tools span {
    display: inline-block;
    display: inline;
    zoom: 1;
    font-size: 14px;
    color: #5a5a5a;
    margin-right: 20px;
}

.article-wrap .news_text {
    font-size: 1rem;
    line-height: 1.8;
    color: #666;
}

.article-wrap .news_text img {
    max-width: 100%;
}

.article-switch {
    padding: 2rem 0;
}

/* 产品中心 */


.product-left-nav {
    flex: 0 0 20%;
    padding-top: 20px;
}

.product-left-nav-box {
    padding: 8px 0;
}

.product-left-nav-title {
    font-size: 32px;
    text-align: center;
    padding: 8px 0;
    border: 1px solid #ccc;
    cursor: pointer;
    font-weight: bold;
    font-family: SIMLI;
    background-color: #0a3c9d;
    color: #fff;
}

#product-left-nav-title {
    font-size: 38px;
    text-align: center;
    padding: 8px 0;
    border: 1px solid #ccc;
    cursor: pointer;
    margin-bottom: 6px;
    font-weight: bold;
}

.product-left-nav h2 {
    font-size: 26px;
    text-align: center;
    padding: 8px 0;
    border: 1px solid #ccc;
    cursor: pointer;
    font-family: SIMLI;
}

.product-left-nav li {
    font-size: 18px;
    color: #000;
    padding: 8px 0;
    line-height: 2;
    text-align: center;
    font-family: SIMLI;
}

.add-color {
    background-color: rgba(15, 65, 167, 0.55);
    color: #333;
    font-weight: bold;
}

.product-left-nav .add-color>a {
    color: #333 !important;
}

#product-page-ul {
    display: none;
}


.product-left-nav-box .podcut-active {
    display: block !important;
}

.product-left-nav #product-page-ul>.add-color {
    background-color: rgba(15, 65, 167, 0.3);
}

/* 首页 */
#w_common_text-1581672696107,
#w_common_text-1574663675933,
#w_common_text-1581672710370,
#w_common_text-1574663675957 {
    transition: all 0.5s;
}

#w_common_text-1581672696107:hover,
#w_common_text-1574663675933:hover,
#w_common_text-1581672710370:hover,
#w_common_text-1574663675957:hover {
    transform: translateX(10px);
}

.ansi-nav-center {
    display: flex;
    align-self: flex-end;
    justify-content: center;
    align-items: center;
    padding-right: 40px;
}

.ansi-nav-top {
    display: flex;
    justify-content: space-between;
    background-color: #fff;
}

.ansi-nav-top-img {
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 26%;
}

.home-product {
    margin-bottom: 20px !important;
}

.home-product-box {
    display: flex;
    flex-direction: column;
}

/* 联系我们 */
.contact-row {
    display: flex;
    justify-content: space-between;
}

.contact-container {
    margin: 100px auto;
    padding: 50px;
    background-color: #0a3c9d;
    box-shadow: 1px 1px 10px #0a3c9d;
}

.contact-box-left {
    padding: 20px;
    flex: 0 0 30%;
}

.contact-box-right {
    flex: 0 0 60%;
}

.contact-box-left-title {
    font-size: 32px;
    color: #fff;
}

.contact-box-left span {
    display: block;
    width: 100%;
    border: 1px dashed #ccc;
}

.contact-box-info {
    padding-top: 30px;
}


.contact-box-bom-img {
    margin-top: 50px;
    width: 120px;
    height: 120px;
}

.contact-box-bom-img>img {
    width: 100%;
    height: 100%;
}

.contact-box-word {
    font-size: 16px;
    color: #fff;
    line-height: 1.8;
}

.contact-box-bom-title {
    color: #fff;
    padding: 10px 0;
    font-size: 20px;
}

.contact-box-right {
    padding: 20px;
}

.fy-conus-input-top {
    display: flex;
}

.about-form-box {
    display: flex;
    align-items: center;
    flex: 0 0 50%;
}

.about-form-box>input {
    height: 40px;
    padding: 10px;
    width: 100%;
    margin: 10px 0 10px 10px;
}

.fy-conus-input-tom {
    padding: 20px 0;
    display: flex;
    justify-content: flex-end;
}

.fy-conus-input-tom>textarea {
    width: 94.5%;
    padding: 10px;
    resize: none;
}

.xinghao {
    padding: 10px;
    color: red;
}

.fy-conus-input-code {
    margin-right: 19%;
}

.fy-conus-input-code>img {
    height: 100%;
}

.fy-conus-input-code input {
    height: 100%;
    padding: 10px;
}

/* 底部 */
footer {
    background: url('../images/home-footer-bg.png');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

.ans-footer-top {
    display: flex;
    padding-top: 50px;
    padding-bottom: 30px;
    justify-content: space-between;
}

.ans-footer-info {
    display: flex;
}

.ans-footer-title {
    font-size: 20px;
    padding: 0 16px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ans-footer-title>a {
    color: #fff;
}

.ans-footer-center {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}

.ans-footer-left-title {
    font-size: 24px;
    color: #fff;
}

.ans-footer-left-word {
    padding: 6px 0;
    font-size: 16px;
    color: #fff;
}

.ans-footer-right-box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.ans-footer-right-img {
    width: 110px;
    height: 110px;
}

.ans-footer-right-img>img {
    width: 100%;
    height: 100%;
}

.ans-footer-right-info {
    font-size: 16px;
    color: #fff;
    text-align: center;
    font-weight: bold;
}

.ans-footer-bom-info {
    font-size: 14px;
    padding: 6px 0;
    color: #fff;
    text-align: center;
}