 * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
    font-family: "Microsoft YaHei";
}

ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style: none;
}

a {
    color: #337ab7;
    text-decoration: none;
}

h1, h3, h4 {
    margin: 0;
}

a:focus, a:hover {
    color: #23527c;
    text-decoration: none;
}

a:focus {
    outline: none;
    outline-offset: -2px;
}

.hot-keys:after, .xypg-detail-pn div:after, .product-detail-tab .product-detail-tabli:after {
    content: "";
    display: table;
    clear: both;
}

.latest-news li a, .xypg-left-nav > li > a, .xypg-left-nav .xypg-left-subnav > li > a, .xypg-detail-pn div a {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.page-banner, .page-message-img {
    font-size: 0;
}

.page-message-img img {
    max-width: 100%;
}

@media (max-width: 768px) {
    body {
        padding-top: 60px;
    }
}

.icon-font {
    position: relative;
}

.icon-font:after {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../images/icon_spirit.png);
    background-repeat: no-repeat;
    position: absolute;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
}

/*手机端头部*/

/* 扥路 */


/* 导航样式 */
/* 首页banner样式 */

/* 手机样式 */

/* 口令弹窗 */

/*左侧工具条*/

.page-position {
    padding: 15px 0;
    font-size: 14px;
    color: #2f2f2f;
}

.page-position a {
    color: #2f2f2f;
}

.page-position a:hover {
    color: #1e80c1;
}

.page-wrap {
    background: #ffffff;
    padding: 50px 2%;
}


@media (min-width: 990px) {
    .page-wrap-left {
        /* float: left; */
        width: 100%;
        /* margin-right: 4.16666667%; */
    }
}

.xypg-left-box {
    margin-bottom: 20px;
}

.xypg-left-title {
    background: #1e80c1;
    padding: 10px 20px;
    position: relative;
}

.xypg-left-title h3 {
    font-size: 20px;
    color: #ffffff;
    line-height: 30px;
    font-weight: bold;
    position: relative;
    z-index: 9;
}

.xypg-left-title span {
    font-weight: normal;
    font-size: 16px;
    color: #fff;
    opacity: .6;
    margin-left: 10px;
    text-transform: capitalize;
}

.xypg-left-title span:before {
    content: "/";
    padding-right: 5px;
}

.xypg-left-con {
    /* border: 1px solid #d2d2d2; */
    border-top: none;
}

.latest-news {
    padding: 10px 0;
}

.latest-news li {
    padding: .5em 1em;
    font-size: 14px;
}

.latest-news li a {
    display: block;
    line-height: 1.2;
    color: #5a5a5a;
}

.latest-news li a:before {
    content: '+';
    font-weight: bold;
    margin-right: 5px;
    font-size: 16px;
}

.latest-news li a:hover {
    color: #1e80c1;
}

.latest-news li a:hover:before {
    color: #1e80c1;
}

.hot-keys {
    padding: 20px 7px 8px 7px;
}

.page-wrap-contact {
    padding: 10px 0;
    font-size: 14px;
}

.page-wrap-contact h4 {
    padding: .3em 1.4em .8em 1.4em;
    font-size: 16px;
    color: #000000;
}

.page-wrap-contact p {
    border-top: 1px solid #eee;
    position: relative;
    margin-bottom: 0;
    padding: .8em 1.4em;
    color: #2f2f2f;
}

.page-message-img img {
    border: 1px solid #d2d2d2;
}

.page-wrap-right {
    overflow: hidden;
}

.page-mob-tool {
    position: fixed;
    right: 15px;
    bottom: 100px;
    z-index: 9999;
}

.page-mob-tool li {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 1px;
    cursor: pointer;
    position: relative;
}

.page-mob-tool li:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #1e80c1;
    opacity: .7;
}

.page-mob-tool li i {
    display: block;
    width: 100%;
    height: 100%;
}

.page-mob-tool li .icon-dots-horizontal:after {
    background-position: -30px -390px;
}

.page-mob-tool li .icon-top:after {
    background-position: -30px -60px;
}

@media (min-width: 992px) {
    .page-mob-tool {
        display: none;
    }
}

/* 手机站 左侧导航弹出特效 */
.xymob-left-close-btn {
    display: none;
}

@media (max-width: 990px) {
    /* 弹出框之后 body 上增加一个禁止滚动的类*/

    .xymob-menu-click {
        position: fixed;
        width: 100vw;
        overflow-y: scroll;
        top: 0;
        left: 100%;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        z-index: 999999;
        height: 100vh;
        background: rgba(0, 0, 0, 0.7);
    }

    .xymob-menu-click .xypg-left-news, .xymob-menu-click .xypg-left-keys, .xymob-menu-click .xypg-left-contact, .xymob-menu-click .page-message-img {
        display: none;
    }

	
	
    .xymob-menu-click .xymob-left-close-btn {
        display: block;
        position: absolute;
        top: 15px;
        right: 15px;
        width: 32px;
        height: 32px;
        line-height: 32px;
        border-radius: 50%;
        border: 1px solid #fff;
        text-align: center;
        background: black;
    }

    .xymob-menu-click .xymob-left-close-btn .icon-font {
        display: block;
        width: 100%;
        height: 100%;
    }

    .xymob-menu-click .xymob-left-close-btn .icon-font:after {
        background-position: -30px -300px;
    }

    .xymob-menu-click .xypg-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        min-height: 90vh;
        padding: 5vh 0;
    }

    .xymob-menu-click .xypg-left .xypg-left-menu {
        width: 90%;
        background: #fff;
    }
}

/* 内页左侧导航栏样式 */
.xypg-left-nav {
    /* margin: 0 -1px; */
}

.xypg-left-nav > li {
    position: relative;
    /* border-bottom: 1px solid #eeeeee; */
}

.xypg-left-nav > li:last-child {
    border-bottom: none;
}

.xypg-left-nav > li > a {
    display: block;
    font-size: 14px;
    line-height: 22px;
    color: #2e2e2e;
    padding: 15px 30px 15px 15px;
    background: #fff;
    margin-bottom: 15px;
    border-radius: 5px;
}

.xypg-left-nav > li .first-nav-btn {
    position: absolute;
    z-index: 99;
    width: 30px;
    height: 30px;
    text-align: center;
    top: 10px;
    right: 0px;
    cursor: pointer;
    background: url(../images/icon_spirit.png) 0 -240px no-repeat;
}

.xypg-left-nav > li:hover > a {
    color: #fff;
	background:#094198;
}

.xypg-left-nav > li:hover .first-nav-btn {
    color: #1e80c1;
}

.xypg-left-nav .xypg-left-subnav {
    display: none;
    padding: 0 10px;
}

.xypg-left-nav .xypg-left-subnav > li {
    border-top: 1px dashed #eeeeee;
}

.xypg-left-nav .xypg-left-subnav > li > a {
    padding: 8px;
    display: block;
    line-height: 1.8;
    color: #818181;
    font-size: 13px;
    margin-bottom: 5px;
}

.xypg-left-nav .xypg-left-subnav > li > a:hover {
    color: #1e80c1;
}

/* 内页新闻列表 */

/* 下载列表页 */

/* 下招聘列表页 */

/* 分页基本样式 */

/* 详细页分页样式 */

/*内页详情页面公用样式*/

.xypg-detail-tags {
    margin-top: 40px;
}

.xypg-detail-tags .tags-title {
    border-bottom: 1px solid #c3c3c3;
    position: relative;
}

.xypg-detail-tags .tags-title h3 {
    display: inline-block;
    padding: 0 30px;
    font-size: 16px;
    color: #1e80c1;
    line-height: 40px;
    border-bottom: 3px solid #1e80c1;
    margin-bottom: -1px;
}

.xypg-detail-tags .tags-content {
    padding-top: 12px;
}

.xypg-detail-url {
    margin-top: 15px;
}

.xypg-detail-url a {
    word-break: break-all;
}

.xypg-detail-pn {
    margin-top: 30px;
}

.xypg-detail-pn div + div {
    margin-top: 15px;
}

.xypg-detail-pn div {
    line-height: 22px;
    padding: 10px;
    position: relative;
    border: 1px solid #eeeeee;
}

.xypg-detail-pn div b {
    font-size: 14px;
    color: #1e80c1;
    float: left;
    font-weight: normal;
}

.xypg-detail-pn div a {
    float: left;
    width: 75%;
    font-size: 14px;
    color: #666666;
}

.xypg-detail-pn div a:hover {
    color: #1e80c1;
}

@media (max-width: 600px) {
    .xypg-detail-pn div a {
        width: 60%;
    }
}

@media (max-width: 600px) {
    .xypg-detail-pn div a {
        width: 50%;
    }
}

.xypg-detail-pn div span {
    position: absolute;
    right: 20px;
    top: 11px;
    font-size: 14px;
    color: #666666;
}

/*相关产品 和 相关新闻*/
.xypg-relate {
    margin-top: 45px;
}

.relate-title {
    border: 1px solid #eeeeee;
    font-size: 14px;
    line-height: 2.857;
    margin-bottom: 15px;
}

.relate-title span {
    display: inline-block;
    color: #1e80c1;
    padding: 0 1.4em;
    border-right: 1px solid #eeeeee;
}

.relate-product-slick {
    position: relative;
}

.xypg-relate .relate-news {
    margin-top: 45px;
}

@media (max-width: 990px) {
    .xypg-relate {
        display: none;
    }
}


.page-product-detail-effect {
    float: left;
    width: 30%;
    margin-right: 2%;
}

.page-product-detail-effect .big-img {
    /* border: 1px solid #eee; */
    text-align: center;
}

.page-product-detail-right {
    width: 50%;
    float: left;
}

.page-product-detail-right > h1 {
    font-size: 22px;
    color: #0d0d0d;
    margin-bottom: 20px;
}

.product-detail-item li {
    font-size: 14px;
    line-height: 30px;
    color: #777272;
}

.page-product-inquiry {
    /* margin-top: 30px; */
    /* margin-bottom: 30px; */
    padding: 0 20px 20px;
}

.page-product-inquiry a {
    font-size: 15px;
    color: #ffffff;
    display: inline-block;
    background: #094198;
    padding: 5px 30px;
    border-radius: 10px;
    font-weight: bold;
}
.page-product-inquiry p{font-size: 14px;color: #094198;margin-bottom: 15px;}
.page-product-inquiry a:hover {
    opacity: .8;
}

@media (max-width: 990px) {
    .page-product-detail-effect {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }

    .page-product-detail-right {
        width: 100%;
        float: none;
    }
}

@media (max-width: 640px) {

    .page-product-inquiry a {
        font-size: 12px;
    }

    .page-product-detail-right > h1 {
        font-size: 16px;
        margin-bottom: 15px;
    }
}

.product-detail-tab {
    margin-top: 50px;
}

.product-detail-tab .product-detail-tabli {
    /* border: 1px solid #eee; */
    height: 40px;
    line-height: 38px;
    background: #f5f5f5;
}

.product-detail-tab .product-detail-tabli li {
    float: left;
    width: 20%;
    text-align: center;
    font-size: 14px;
    color: #2f2f2f;
    cursor: pointer;
    /* border-right: 1px solid #eee; */
}
.product-detail-tab .product-detail-tabli li.on{border-bottom: 2px solid #094198;}

.product-detail-tab .product-detail-tabli li:visited, .product-detail-tab .product-detail-tabli li:active {
    color: #1e80c1;
    position: relative;
}

.product-detail-tab .product-detail-tabli li:visited:before, .product-detail-tab .product-detail-tabli li:active:before {
    content: '';
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: -1px;
    top: -1px;
    border: 1px solid #1e80c1;
}

.product-detail-tab .product-detail-tabcon {
    padding: 15px 0;
    line-height: 1.8;
    font-size: 14px;
    word-wrap: break-word;
    word-break:break-all;
}

@media (max-width: 768px) {
    .product-detail-tab .product-detail-tabli {
        height: 35px;
    }

    .product-detail-tab .product-detail-tabli li {
        font-size: 13px;
        line-height: 33px;
    }
}

@media (max-width: 420px) {
    .product-detail-tab .product-detail-tabli {
        height: 30px;
    }

    .product-detail-tab .product-detail-tabli li {
        font-size: 12px;
        line-height: 28px;
    }
}

.w1200es{max-width: 100%;}

.page-banner {
    position: relative;
}

@media (max-width: 992px) {
    .page-wrap-left {
        display: block;
    }
}

/* 手机页脚 */

@media (max-width: 768px) {
    body {
        padding-bottom: 50px;
    }
}
.xypg-left-nav > li:hover .first-nav-btn{background-position: -30px -240px;}
.xypg-left-nav > li .first-nav-btn.clicked {
    background-position: -30px -270px;
}

.xypg-left-nav > li:hover > a, .xypg-left-nav > li.clicked > a {
    color: #fff;
    background: #094198;
}
/* 友情链接 */
.page-product-detail-box .swiper-slide img{max-width:100%;border: 1px solid #fff;}
.page-product-detail-box .swiper-slide-thumb-active img{max-width:100%;border: 1px solid #094198;}

.xypg-product-detail{padding:0 15px;}




 
@media (min-width: 544px) {
    .ast-container {
        max-width: 100%
    }
}

@media (min-width: 768px) {
    .ast-container {
        max-width: 100%
    }
}

@media (min-width: 992px) {
    .ast-container {
        max-width: 100%
    }
}

@media (min-width: 1200px) {
    .ast-container {
        max-width: 100%
    }
}

.ast-container {
    margin-left: auto;
    margin-right: auto;
    /* padding-left: 20px; */
    /* padding-right: 20px; */
}

.ast-container::after {
    content: "";
    display: table;
    clear: both
}


.entry-title {
    font-weight: 400
}

#primary,
#secondary {
    display: block;
    position: relative;
    float: left;
    width: 100%
}

#primary {
    margin: 0;
}

.hentry {
    margin: 0 0 1.5em
}

.entry-content>:last-child {
    margin-bottom: 0
}

.widget {
    margin: 0 0 2.8em 0
}

.widget:last-child {
    margin-bottom: 0
}


.entry-header {
    margin-bottom: 1em;
    word-wrap: break-word
}

.entry-content {
    word-wrap: break-word
}

.entry-content p {
    margin-bottom: 1.6em
}

.entry-title {
    margin-bottom: .2em
}

p,
.entry-content p {
    margin-bottom: 0;
    line-height: 1.8;
}

.entry-title {
    font-size: 40px;
    font-size: 2.5rem
}

.entry-meta,
.entry-meta * {
    line-height: 1.45;
    color: #004e9d
}

.entry-meta a:hover,
.entry-meta a:focus {
    color: var(--ast-global-color-8)
}

#secondary,
#secondary input,
#secondary textarea {
    font-size: 16px;
    font-size: 1rem
}

#secondary {
    margin: 0 0 2.5em;
    word-break: break-word;
    line-height: 2
}

@media (max-width: 921px) {

    #primary,
    #secondary {
        padding: 1.5em 0;
        margin: 0
    }
}

@media (max-width: 921px) {
    #secondary.secondary {
        padding-top: 0
    }
}

@media (min-width: 544px) {
    .ast-container {
        max-width: 100%
    }
}



@media (max-width: 921px) {

    .entry-title {
        font-size: 30px
    }

}

@media (max-width: 544px) {

    .entry-title {
        font-size: 30px
    }


}


@media (min-width: 922px) {
    .ast-container {
        /* max-width:1210px; */
    }
}


@media (min-width: 922px) {
    #primary {
        width: 67%;
    }

    #secondary {
        width: 17%;
        margin-right: 2%;
        padding: 15px;
        background: #f5f5f5;
    }
}

#ast-scroll-top {
    display: none;
    position: fixed;
    text-align: center;
    cursor: pointer;
    z-index: 99;
    width: 2.1em;
    height: 2.1em;
    line-height: 2.1;
    color: #fff;
    border-radius: 2px;
    content: "";
    outline: inherit
}

@media (min-width: 769px) {
    #ast-scroll-top {
        content: "769"
    }
}

#ast-scroll-top {
    color: var(--ast-global-color-5);
    background-color: #004e9d;
    font-size: 16px;
    font-size: 1rem;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px
}

#ast-scroll-top:hover {
    color: var(--ast-global-color-5);
    background-color: #004e9d
}




.page-product-detail-box #secondary{width: 100%;background:#fff;/* margin: 0; */margin-bottom: 0;margin-right: 0;padding: 0;}

.mySwiper{margin:0 20px 20px;}
.page-product-detail-box {
    display: flex;
    justify-content: flex-start;
}
.big-img  .swiper-slide{border: 1px solid #ddd;}
.big-img  .mySwiper2{padding:20px;}


.product-detail-item p{font-size:16px;line-height: 1.8;background: url(../images/yuan.png) no-repeat left;padding-left: 30px;}
.quickQuote input[type=submit] {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding: 10px 20px;
    text-decoration: none !important;
    background: #004e9d;
    border: 1px solid #004e9d;
    transition: all .3s
}

.quickQuote input[type=submit]:hover {
    background: #111;
    border: 1px solid #111;
    color: #fff !important
}

.entry-content {
    display: block;
    color: #212121;
    box-shadow: 0 0 15px 0 #ddd;
    padding: 20px;
    overflow: auto;
}

.quickQuote {
    /* box-shadow: 0 0 80px 13px rgba(141, 153, 204, .1); */
    /* padding: 50px 35px 45px; */
    /* border: 1px solid #ecf1f6; */
    /* background: #fff; */
}

.quickQuote input[type=text],
.quickQuote textarea {
    width: 100%;
    background: #f5f7fb;
    border: 1px solid #f5f7fb;
    padding: 20px;
    margin-bottom: 10px
}

.quickQuote input[type=text]:active,
.quickQuote textarea:active,
.quickQuote input[type=text]:focus,
.quickQuote textarea:focus {
    background: #fff;
    border: 1px solid #ecf1f6
}

.quickQuote textarea {
    height: 120px
}

.quickQuote input[type=submit] {
    display: block;
    width: 100%;
    padding: 24px
}

.quickQuote {
    /* padding: 20px; */
}

.quickQuoteTitle {
    font-size: 22px;
    font-weight: 600;
    color: #060a12;
    margin-bottom: 10px
}

.quickQuote input[type=text],
.quickQuote textarea {
    padding: 10px;
    margin-bottom: 8px
}

.quickQuote input[type=submit] {
    padding: 18px
}

@media(min-width: 992px) and (max-width:1199px) {

    .quickQuote {
        padding: 15px
    }
}

@media(max-width: 991px) {

    .quickQuote {
        padding: 15px
    }
	

}

@media (min-width: 1200px) {
	
.page-product-detail-box #secondary .divScroll.side-fixed{width: 22%;left: 20%;padding: 0;background: #fff;}
    .container {
        width: 1170px
    }

    .container770 {
        width: 770px
    }

    .container970 {
        width: 970px
    }

    .divScroll.side-fixed {
        position: fixed;
        top: 5%;
        width: 17%;
        z-index: 2;
        box-shadow: 0 0 15px #ddd;
        padding: 15px;
        background: #f5f5f5;
        left: 1%;
    }
}

