 * {
    -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, h2, h3 {
    margin: 0;
}

a:focus, a:hover {
    color: #23527c;
    text-decoration: none;
}

a:focus {
    outline: none;
    outline-offset: -2px;
}

.xypg-left-nav > li > a, .xypg-product-list li h3 a {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.page-banner, .xypg-product-list li .img {
    font-size: 0;
}

.page-banner img, .xypg-product-list li .img img {
    width: 100%;
    height: 100%;
}

.xypg-product-list li .img {
    overflow: hidden;
}

.xypg-product-list li .img img {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.xypg-product-list li .img:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

@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);
}






/**/

/*  */

/*  */




.container2{max-width:1400px;margin:auto;}
/*  */

/*  */

/*  */

/**/

.page-position {
    padding: 20px 0;
    font-size: 14px;
    color: #2f2f2f;
    border-bottom: 1px solid #ddd;
}
.okuye{padding:20px 0;border-bottom: 1px solid #ddd;}
.okuye h2{font-size: 34px;font-weight: bold;margin-bottom: 15px;color: #000;}
.okuye p{font-size:16px;color: #696969;line-height: 1.8;}

.page-position a {
    color: #2f2f2f;
}

.page-position a:hover {
    color: #004e9d;
}

.page-wrap {
  
padding: 0 0 3% 0px;
}
.cplisrt{  background: #f4f6f9;}
@media (min-width: 990px) {
    .page-wrap-left {
        float: left;
        width: 270px;
        margin-right: 4.16666667%;
    }
}

.xypg-left-box {
    margin-bottom: 20px;
    background: #fff;
    padding: 30px 0;
}

.xypg-left-title {
    /* background: #004e9d; */
    margin: 10px 20px;
    position: relative;
    background: url(../images/nao.png) no-repeat right;
}

.xypg-left-title h2 {
    font-size: 20px;
    color: #212121;
    line-height: 30px;
    font-weight: bold;
    position: relative;
    z-index: 9;
}

.xypg-left-con {
    /* border: 1px solid #d2d2d2; */
    border-top: none;
}

.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: #004e9d;
    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 .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: 16px;
    line-height: 22px;
    color: #696969;
    padding: 15px 20px;
    text-indent: 50px;
}

.xypg-left-nav > li .first-nav-btn {
    position: absolute;
    z-index: 99;
    width: 30px;
    height: 30px;
    text-align: center;
    top: 10px;
    left: 20px;
    cursor: pointer;
    background: url(../images/icon_spirit.png) 0 -240px no-repeat;
}



.xypg-left-nav > li:hover > a {
    color: #004e9d;
}

.xypg-left-nav > li:hover .first-nav-btn {
    color: #004e9d;
}

.xypg-left-nav .xypg-left-subnav {
    display: none;
    padding: 0 10px;
}

.xypg-product-list {
    /* margin: 30px 0 0 0; */
    font-size: 0;
}

.xypg-product-list li {
    display: inline-block;
    vertical-align: bottom;
    width: 48%;
    margin: 0 1% 20px 1%;
    padding: 15px;
    border: 1px solid #eeeeee;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    background: #fff;
}

.xypg-product-list li .img {
    display: block;
}

.xypg-product-list li h3 {
    display: block;
    text-align: center;
    font-size: 18px;
    color: #5a5a5a;
    line-height: 1.6;
    padding: .8em 0;
    font-weight: bold;
}

.xypg-product-list li p a {
    display: block;
    text-align: left;
    font-size: 14px;

    line-height: 1.6;
    padding: 0 0 .4em 0;

	color:#696969;
}




.xypg-product-list li:hover {
    border-color: #004e9d;
}

/*  */

/*  */

/*  */

@media (max-width: 768px) {
    .xypg-product-list li {
        width: 47%;
    }
}

@media (max-width: 375px) {
    .xypg-product-list li {
        width: 97%;
    }
}

/*  */
.xypg-pagination {
    margin-top: 20px;
    text-align: center;
    font-size: 0;
}

.page-banner {
    position: relative;
}

@media (max-width: 992px) {
    .page-wrap-left {
        display: block;
    }
}

/*  */

@media (max-width: 768px) {
    body {
        padding-bottom: 50px;
    }
}

/*  */
/* #bs-collapse icon scale option */


/* #accordion rotate icon option */

/* fallback */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(./flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}
	

.crumbs{padding: 15px 0;color: #fff;border-bottom: 1px solid #ddd;background: #0071ba;}
.crumbs a{color: #fff;}
.crumbs a:hover{color: #ff6e20;}
.crumbs .current{color: #0f65dc;}
.crumbs .home{display: inline-block; width: 18px; height: 16px; margin-right: 10px; background: url(../images/home.png);}

.con_banner{position: relative; overflow: hidden;}
.con_banner .picture{overflow: hidden;}
.con_banner .picture img{height: 100%; position: relative; left: 50%; transform: translateX(-50%);}
.con_banner .content{width: 100%; position: absolute; left: 0; top: 60%; transform: translateY(-50%); color: #fff;}
.con_banner .content .title{max-width: 960px; font-size: 30px; line-height: 40px; font-weight: bold;}
.con_banner .content .text{font-size: 16px; line-height: 28px; margin-top: 30px;}

.common_page{text-align: center;}
.common_page a{display: inline-block; line-height: 36px; border: solid #0f65dc 1px; padding: 0 15px; margin: 0 8px; color: #0f65dc;}
.common_page a:hover{background: #0f65dc; color: #fff;}
.common_page .current{display: inline-block; line-height: 36px; background: #0f65dc; color: #fff; border: solid #0f65dc 1px; padding: 0 13px; margin: 0 6px;}
@media (max-width: 1400px) {
.whole {
    max-width: 1200px;
    margin: 0 auto;
}
}
.neiser {margin-top:3%;}