@charset "UTF-8"; * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
    font-family: "Microsoft YaHei",PingFang;
}

ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style: none;
}

a {
    color: #337ab7;
    text-decoration: none;
}

h1, h2, h3, h4, h5 {
    margin: 0;
}

a:focus, a:hover {
    color: #000;
    text-decoration: none;
}

a:focus {
    outline: none;
    outline-offset: -2px;
}

.container-fluid {
    padding: 0 8.33333333%;
}

@media (max-width: 768px) {
    body {
        padding-top: 60px;
        padding-bottom: 50px;
    }
}


/* 分页基本样式 */
.xypg-pagination {
    margin-top: 20px;
    text-align: center;
    font-size: 0;
}

.xypg-pagination .pagin-left, .xypg-pagination .pagin-mid, .xypg-pagination .pagin-right, .xypg-pagination .pagin-select {
    display: inline-block;
    vertical-align: middle;
}

.xypg-pagination a, .xypg-pagination #current {
    display: inline-block;
    font-size: 14px;
    color: #333333;
    font-family: "Microsoft YaHei", Arial;
    line-height: 26px;
    border: 1px solid #cbcbcb;
    margin: 0 5px;
    padding: 0 8px;
}

.xypg-pagination .page-num-current, .xypg-pagination a:hover {
    color: #fff;
    border-color: #1B69CD;
    background: #1B69CD;
}

.xypg-pagination .pagin-mid {
    font-size: 14px;
}

.xypg-pagination .pagin-mid .mob-pagin-mid {
    display: none;
}

.xypg-pagination .pagin-select {
    font-size: 14px;
}

.xypg-pagination .pagin-select select {
    height: 28px;
    padding: 0 8px;
    margin: -1px 5px 0 5px;
}

@media (max-width: 768px) {
    .xypg-pagination .pagin-mid .pc-pagin-mid {
        display: none;
    }

    .xypg-pagination .pagin-mid .mob-pagin-mid {
        display: block;
    }

    .xypg-pagination .pagin-mid .mob-pagin-mid span {
        display: inline-block;
        padding: 0 8px;
        line-height: 28px;
        font-size: 14px;
    }

    .xypg-pagination .pagin-select {
        display: none;
    }
}

.page-mob-tool {
    position: fixed;
    right: 15px;
    bottom: 100px;
    z-index: 9999;
}

.page-mob-tool li.xymob-page-navbtn span {
    color: #fff;
    position: relative;
    z-index: 1;
}

.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: #1B69CD;
    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;
    }
}

@media (min-width: 990px) {
    .page-wrap-left {
        float: left;
        width: 305px;
        margin-right: 4.16666667%; display:none
    }
}

.xypg-left-box {
    margin-bottom: 20px;
}

.xypg-left-title {
    background: #1B69CD;
    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 i {
    position: absolute;
    left: -5px;
    top: -9px;
    font-style: normal;
    font-size: 67px;
    font-weight: bold;
    opacity: .1;
    color: #fff;
    line-height: 1;
    z-index: 1;
    text-transform: uppercase;
}

.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-top: none;
}

/* 手机站 左侧导航弹出特效 */
.xymob-left-close-btn {
    display: none;
}

@media (max-width: 990px) {
    /* 弹出框之后 body 上增加一个禁止滚动的类*/ body.no-scroll, html.no-scroll {
    height: 100vh;
    overflow: hidden;
}

    .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.3);
    }

    .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%; border: 1px solid #1B69CD; border-radius:21px;
      
    }

    .xymob-menu-click.click {
        left: 0;
    }
}

/* 内页左侧导航栏样式 */
.xypg-left-nav {
    margin: 0 -1px;
}

.xypg-left-nav > li {
    position: relative;
    border-bottom: 1px solid #eeeeee; background:#fff
}


.xypg-left-nav > li > a {
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #2e2e2e;
    padding: 15px 18px;
}

.xypg-left-nav > li .first-nav-btn {
    position: absolute;
    z-index: 99;
    width: 30px;
    height: 30px;
    text-align: center;
    top: 10px;
    right: 20px;
    cursor: pointer;
    background: url(../img/icon_spirit.png) 0 -240px no-repeat;
}

.icon-font {
    position: relative;
}

.icon-font:after {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../img/icon_spirit.png);
    background-repeat: no-repeat;
    position: absolute;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
}

.xypg-left-nav > li .first-nav-btn.clicked {
    background-position: 0 -270px;
}

.xypg-left-nav > li:hover > a, .xypg-left-nav > li.clicked > a {
    color: #1B69CD;
}

.xypg-left-nav > li:hover .first-nav-btn, .xypg-left-nav > li.clicked .first-nav-btn {
    color: #1B69CD;
}

.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: 20px;
    color: #818181;
    font-size: 16px;
}

.xypg-left-nav .xypg-left-subnav > li > a:hover {
    color: #1B69CD;
}

.xypg-left-nav .xypg-left-subnav > li.clicked > a {
    color: #1B69CD;
}

.xypg-left-nav .xypg-left-threenav > li > a {
    padding: 5px 10px;
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #999999;
}

.xypg-left-nav .xypg-left-threenav > li > a:before {
    content: '\2014   ';
}

.xypg-left-nav .xypg-left-threenav > li > a:hover {
    color: #1B69CD;
}

.xypg-left-nav .xypg-left-threenav > li.clicked > a {
    color: #1B69CD;
}

@media (max-width: 990px) {
    .xypg-left-nav .xypg-left-threenav {
        display: block;
    }
}





/* 手机页脚 */
.footer3 {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #222;
}

.footer3 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer3 ul li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    color: #ffffff;
    line-height: 50px;
    font-size: 0;
}

.footer3 ul li a {
    display: block;
    color: #ffffff;
}

.footer3 ul li .iconfont {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.footer3 ul li span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #ffffff;
}

@media (max-width: 768px) {
    body {
        padding-bottom: 50px;
    }

    .x-footer-r {
        display: none;
    }
}

.text-danger {
    color: red;
}


.page-banner{height: 550px;
    background-image: url(../img/nybanner.jpg);
    background-position-x: 50%;
    background-position-y: 50%;
    background-size: cover;
    background-repeat: no-repeat;}
	
.page-banner .nybt{
    color:#fff; position:absolute;top:20%;left:10%;width: 80%;}
.page-banner .nybt h3{font-style: normal;
    font-weight:bold;
    font-size:30px;
    line-height: 56px; width:100%; margin-bottom:20px;}
.page-banner .nybt p{font-size:16px; max-width:600px;opacity:0.8; line-height:30px;}


@media (max-width:992px) {
	.page-banner .nybt p{ max-width:80%}
	.page-banner .nybt h3{ font-size:24px; line-height:30px;}
}


.xypg-case-list {
    margin-top:50px;
   
}

.xypg-case-list li {
    display: inline-block;
    vertical-align: bottom;
    width: 30%;
    margin: 0 1% 50px 1%;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
	border-radius: 8px;
    box-shadow: 0 4px 15px 0 rgba(37,60,126,.12);
   padding:50px 40px; background:#fff;
}

.xypg-case-list li .img {
    display: block;
}
.xypg-case-list li .img img{object-fit: contain;height:60px;}
.xypg-case-list li h3{
    display: block;   
  color: #222;
    
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;margin: 20px 0 10px 0;
}


.xypg-case-list li p{color: #606266;
   
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;}
	
	
	
/*新闻列表*/

.xypg-news-list {
    margin-top:50px;
   
}

.xypg-news-list li {
    display: inline-block;
    vertical-align: bottom;
    width: 30%;
    margin: 0 1% 50px 1%;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
	border-radius: 8px;
    box-shadow: 0 4px 15px 0 rgba(37,60,126,.12);
   padding:50px 40px
}
.xypg-news-list li .time{ margin-top:40px;}
.xypg-news-list li .img {
    display: block;
}
.xypg-news-list li .img img{object-fit: contain;height:280px; width:auto; max-width:100%}
.xypg-news-list li h3{
    display: block;   
  color: #222;
   
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;margin: 20px 0 10px 0;
}


.xypg-news-list li p{color: #606266;
   
    font-size: 16px;
    font-weight: 400;
    line-height: 26px; height:55px;}
	
/*文本超出 小圆点显示*/
.overfloat-dot-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
	
	
.jsys {
     padding-top:100px; background:#F6F8FA;
   
}
.jsys li {
    display:table-cell;
    vertical-align: top;
    width: 22%;
    margin: 0 1% 50px 1%;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
	border-radius: 8px;
    box-shadow: 0 4px 15px 0 rgba(37,60,126,.12);
   padding:50px 40px; background:#fff
}

.jsys li .img {
    display: block;
}
.jsys li .img img{object-fit: contain;height:60px;}

.jsys li h3{
    display: block;   
  color: #222;
    
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;margin: 20px 0 10px 0;
}


.jsys li p{color: #606266;
   
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;}
	

.jszx {
     padding-top:100px; background:#F6F8FA;padding-bottom:50px
   
}
.jszx li {
     display:table-cell;
    vertical-align: top;
    width: 31%;
    margin: 0 1% 50px 1%;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
	border-radius: 8px;
    box-shadow: 0 4px 15px 0 rgba(37,60,126,.12);
   padding:50px 40px; background:#fff
}

.jszx li .img {
    display: block;
}
.jszx li .img img{object-fit: contain;height:60px;}

.jszx li h3{
    display: block;   
  color: #222;
    
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;margin: 20px 0 10px 0;
}


.jszx li p{color: #606266;
   
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;}
	
	
	
@media (max-width:992px) {
	.xypg-case-list li{ width:47%;}
	.xypg-news-list li,.jsys li,.jszx li{ width:100%}
	.jsys li p,.xypg-news-list li p,.jszx li p{ height:auto;}
	.jsys li,.jszx li,.zhzz li,.xypg-news-list li{ padding:20px 40px!important;float:left;}
	}
	
	
.zhzz {
   padding-top:100px; 
   
}
.zhzz li {
   display:table-cell;
    vertical-align: top;
    width: 45%;
    margin: 0 1% 50px 1%;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
	
   
   padding:50px 40px; background:#fff
}

.zhzz li .img {
    display: block;
}
.zhzz li .img img{border-radius: 8px;max-width:100%}

.zhzz li h3{
    display: block;   
  color: #222;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;margin: 20px 0 10px 0;
}


.zhzz li p{color: #606266;
   
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;}
	
@media (max-width:992px) {
	.zhzz li{ width:100%}
	.zhzz li p{ height:auto;}
	}
	
	


