  
	  /*初始化样式*/
html{margin:0;padding:0;border:0;}
body,div,span,h2,h3,h4,p,a,img,dd,ul,li,header
{margin:0;padding:0;border:0;}
body{background:#fff;color:#333;position:relative;font:12px/1.5 Microsoft YaHei,arial,宋体,sans-serif;vertical-align:baseline;width:100%;overflow-x:hidden;}
a{text-decoration:none;outline:none;}

a:hover,a:active,a:focus{text-decoration:none;outline:none;}
img{border:none;background:none;vertical-align:middle;}
ul,li{list-style-type:none;}
img{vertical-align:middle;}
.clearfix:after{/* content: "."; *//* display: block; *//* height: 0; *//* clear: both; *//* overflow: hidden; *//* visibility: hidden; */}
.clearfix{zoom:1}

h2{font-size:12px;font-weight:bold;}
@media (max-width: 1024px){
.x-menu > li>a{
    font-size: 15px;
}
}
@media (max-width: 768px){
    body{
        /* padding: 50px 0; */
    }

}

.clearboth{height:0px;line-height:0px;overflow:hidden;clear:both;font-size:0px;}




/*手机端头部*/
.xymob-head {
    position: fixed;
    top: 0;
    z-index: 999999;
    left: 0;
    right: 0;
    background: #151515;
}

.xymob-head-box {
    position: relative;
    height: 60px;
}

.xymob-head-box .xymob-logo {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 70%;
    height: 30px;
    text-align: center;
}

.xymob-head-box .xymob-logo h1, .xymob-head-box .xymob-logo a {
    display: inline;
    font-size: 0;
}

.xymob-head-box .xymob-logo img {
    height: 25px;
}

.xymob-navbtn {
    position: absolute;
    z-index: 9;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto 0 auto 27px;
    width: 30px;
    height: 20px;
}

.xymob-navbtn span, .xymob-navbtn:after, .xymob-navbtn:before {
    display: block;
    height: 2px;
    width: 100%;
    background: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.xymob-navbtn span {
    margin: 7px 0;
}

.xymob-navbtn:after, .xymob-navbtn:before {
    content: '';
    -webkit-transform-origin: 7.5%;
    transform-origin: 7.5%;
}

.xymob-navbtn.clicked span {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
}

.xymob-navbtn.clicked:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.xymob-navbtn.clicked:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.xymob-search-btn {
    position: absolute;
    z-index: 9;
    right: 0;
    top: 0;
    bottom: 0;
    width: 14%;
    text-align: center;
    line-height: 60px;
}

.xymob-search-btn .icon-font {
    display: block;
    width: 100%;
    height: 100%;
}

.xymob-search-btn .icon-font:after {
    background-position: -30px -210px;
}

.xymob-menu {
    display: none;
    position: absolute;
    z-index: 9999;
    left: 0;
    right: 0;
    height: 100vh;
    background: #151515;
    padding: 0 10%;
}

.xymob-menu .xymob-menu-box {
    height: 100vh;
    overflow: auto;
    padding-bottom: 80px;
}

.xymob-nav > li {
    border-bottom: 1px solid #2b2b2b;
    position: relative;
}

.xymob-nav > li > a {
    display: block;
    line-height: 50px;
    font-size: 16px;
    color: #ffffff;
}

.xymob-nav .xymob-menu-jt {
    position: absolute;
    width: 20%;
    height: 50px;
    line-height: 50px;
    right: 0;
    top: 0;
    text-align: center;
    z-index: 9;
}

.xymob-nav .xymob-menu-jt .icon-font {
    display: block;
    width: 100%;
    height: 100%;
}

.xymob-nav .xymob-menu-jt .icon-font:after {
    background-position: -30px -240px;
}

.xymob-nav .xymob-menu-jt.clicked .icon-font:after {
    background-position: -30px -270px;
}

.xymob-nav .xymob-sub-menu {
    background: #1E1E1E;
    display: none;
}

.xymob-nav .xymob-sub-menu > li {
    border-top: 1px dashed #2b2b2b;
}

.xymob-nav .xymob-sub-menu > li > a {
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 40px;
    text-indent: 2em;
}

.xymob-dlbtn {
    margin-top: 40px;
}

.xymob-dlbtn a {
    text-align: center;
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #354a89;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
}

.xymob-dlbtn a i {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    margin-right: 5px;
}

.xymob-dlbtn a .icon-dl:after {
    background-position: -30px -540px;
}

.xymob-dlbtn a .icon-pn:after {
    background-position: -30px -600px;
}

.xymob-dlbtn a .icon-tc:after {
    background-position: -30px -570px;
}

.xymob-dlbtn .zx-btn {
    margin-top: 10px;
    background: none;
    border: 1px solid #fff;
}

.xymob-search {
    position: fixed;
    z-index: 99999;
    left: 100%;
    bottom: 0;
    top: 0;
    width: 100%;
    background: #151515;
    padding: 15px 15% 0 15%;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.xymob-search .xymob-search-close-btn {
    position: absolute;
    top: 27px;
    left: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}

@media (max-width: 420px) {
    .xymob-search .xymob-search-close-btn {
        left: 15px;
    }
}

.xymob-search .xymob-search-close-btn i {
    width: 100%;
    height: 100%;
    display: block;
}

.xymob-search .xymob-search-close-btn i:after {
    background-position: -30px -300px;
}

.xymob-search .xymob-search-box {
    height: 50px;
    border-bottom: 2px solid #2d2d2d;
}

.xymob-search .xymob-search-box input[type="text"] {
    width: 80%;
    float: left;
    background: none;
    border: none;
    outline: none;
    color: rgba(255, 255, 255, 0.3);
    font-family: "Microsoft YaHei";
    font-size: 16px;
    height: 50px;
}

.xymob-search .xymob-search-box #s_btn {
    width: 20%;
    height: 50px;
    outline: none;
    cursor: pointer;
    font-size: 0;
    background: none;
    border: none;
}

.xymob-search .xymob-search-box #s_btn .icon-font {
    display: block;
    width: 100%;
    height: 100%;
}

.xymob-search .xymob-search-box #s_btn .icon-font:after {
    background-position: -30px -210px;
}

.xymob-search .xymob-seaerch-wz span, .xymob-search .xymob-seaerch-wz a {
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 45px;
    border-bottom: 1px solid #2b2b2b;
}

.xymob-search.clicked {
    left: 0;
}

.x-header {
    background: #ffffff;
    padding: 1.30208333% 0;
}

.x-logo {
    float: left;
    width: 15.3125%;
}

.x-logo a {
    display: block;
}

.x-header-right {
    float: right;
    width: 25%;
    text-align: right;
}

.x-header-right #formsearch, .x-header-right .x-login {
    display: inline-block;
    vertical-align: middle;
}

.x-header-right #formsearch {
    width: calc(100% - 100px);
    position: relative;
}

.x-header-right #formsearch:before {
    content: '|';
    position: absolute;
    left: 36px;
    top: 5px;
}

.x-header-right #formsearch #s_btn {
    float: left;
    outline: none;
    border: none;
    width: 35px;
    height: 30px;
    font-size: 0;
    background-image: url(../images/icon_spirit.png);
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0 -210px;
}

.x-header-right #formsearch #keyword {
    float: left;
    background: none;
    outline: none;
    border: none;
    width: calc(100% - 35px);
    color: rgba(0, 0, 0, 0.8);
    margin-top: 5px;
    height: 20px;
    padding-left: 10px;
}

.x-header-right .x-login {
    font-size: 14px;
    color: #000000;
    line-height: 30px;
}

.x-header-right .x-login .username {
    max-width: 75px;
    vertical-align: -10px;
    display: inline-block;
}

.x-header-right .x-login a {
    color: #000;
}

.x-header-right .x-login a:hover {
    color: #354a89;
}
/* 扥路 */

/* 导航样式 */
.x-menu {
  /* width: 58.75%;
  float: left; */
  display: flex;
  justify-content: space-between;
}

.x-menu>li {
  /* float: left; */
  position: relative;
  /* margin: 0 .15vw; */
  line-height: 40px;
  font-size: 15px;
}

.x-menu>li>a {
  display: block;
  color: #242424;
  /* padding: 0 .8vw;
  font-size: 14px;
  color: #000000;
  line-height: 2.4; */
  position: relative;
}

.x-menu>li>a::after {
  content: "";
  position: absolute;
  width: 0;
  left: 50%;
  bottom: 0;
  height: 2px;
  background: #3c89c8;
  transition: all 0.3s;
}

.x-menu>li:hover>a::after {
  width: 120%;
  left: -10%;
}

.x-menu>li>a:hover {
  /* background: #292e39;
  color: #fff; */
  color: #3c89c8;
}

/* .x-menu>li.active>a::after {
  width: 120%;
  left: -10%;
} */

.x-menu>li:after {
  content: '';
  position: absolute;
  z-index: 100;
  width: 100%;
  left: 0;
  height: 40px;
  opacity: 0;
  top: 100%;
}

.x-menu>li:hover .x-sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.x-sub-menu {
  position: absolute;
  z-index: 9999;
  width: 360%;
  left: -120%;
  top: 50px;
  background: #fff;
  border-radius:0 0 5px 5px;
  /*padding: 10px 0;*/
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.x-sub-menu>li>a {
  display: block;
  text-align: center;
  /*line-height:10;*/
  font-size: 14px;
  color: #666;
  line-height: 2.2;
  padding: .5em;
  transition: all .5s;
}

.x-sub-menu>li>a:hover {
  background: #3c89c8;
  padding-left: 1.4em;
  color: #fff;
}

/* 导航结束 */




/* 手机样式 */

.container {
    font-size: 14px;
    line-height: 24px;
}

/* 手机样式 */
@media (max-width: 990px) {
    .x-title h3 {
        font-size: 14px;
        margin-top: 5px;
    }

    .x-title h3 span {
        display: inline-block;
        margin-left: 5px;
    }

    .x-title h3 span:before {
        margin-right: 5px;
        content: '-';
    }

    .x-about .x-title {
        margin-bottom: 20px;
    }

    .x-about-left {
        margin-bottom: 15px;
        border-bottom: 1px solid #efefef;
        padding-bottom: 10px;
    }

    .x-product-list {
        margin-left: -5px;
        margin-right: -5px;
        margin-top: 20px;
    }

    .x-product-list li {
        width: calc(50% - 10px);
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 10px;
    }

    .x-case-list {
        margin-left: 0;
        margin-top: 20px;
    }

    .x-case-item a {
        padding: 10px;
    }

    .x-company-title {
        font-size: 14px;
    }

    .x-company-title p {
        margin-bottom: 0;
    }

    .x-company-title:after {
        margin-top: 5px;
    }

    .x-company-list {
        margin-top: 15px;
    }

    .x-news-box {
        margin-top: 20px;
    }

    .x-news-img, .x-news-right {
        width: 100%;
    }

    .x-news-img {
        margin-bottom: 15px;
    }

    .x-news-top h3 {
        font-size: 16px;
        padding-bottom: 7px;
        margin-bottom: 7px;
    }

    .x-news-top p {
        font-size: 12px;
    }

    .x-news-top .date h4 {
        font-size: 30px;
    }

    .x-news-top .date h5 {
        font-size: 12px;
    }

    .x-message-wrap {
        margin-left: 0;
        margin-right: 0;
    }

    .x-message-wrap #checkcode {
        width: 65%;
    }

    .x-message-wrap .checkCodeImg {
        width: 35%;
    }

    .x-message-wrap .x-submit {
        float: none;
        margin-top: 10px;
        width: 100%;
    }
}




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


.w1200 {
    max-width: 1200px;
    margin: 0 auto;
}

.slick-slide {
    margin: 0 5px;
}

.foot_nav li {
    float: left;
    width: 30%;
    text-align: left;
}

.foot_nav li:nth-child(2) .x-nav-menu{display:flex;flex-wrap: wrap;}
.foot_nav li:nth-child(2) .x-nav-menu p{width:50%;}

.foot_nav li a {
    font-size: 18px;
    color: #ffbb02;
    display: block;
    width: 100%;
    font-weight: 700;
}

.foot_nav li .x-nav-menu {
    width: 100%;
}

.foot_nav li .x-nav-menu a {
    display: block;
    font-size: 14px;
    line-height: 2;
    color: #666;
    font-weight: normal
}

@media (max-width: 1230px) {
    .w1200 {
        padding: 0 15px;
    }
}

/* 手机页脚 */

@media (max-width: 768px) {
    body {
        padding-bottom: 50px;
    }
}

/* 友情链接 */



/* 公用标题 */
.titles{/* text-align:center; */}
.titles h2{font-size: 18px;font-weight:bold;}
.titles p{font-size: 12px;}
.title {
    text-align: center;
    /* padding: 0 230px; */
}

.title h3 {
    font-size: 44px;
    font-weight: bold;
    color: #333;
}
.title h2 {
    font-size: 48px;
    font-weight: bold;
    line-height: 44px;
    margin-bottom: 15px;
}

.title h3  span{
    font-size: 44px;
    /* font-weight: bold; */
    color: #2343a3;
}


/*底部样式*/

.hm-footer{
    position: relative;
    background: #fff;
}

.hm-footer::before{
    width: 83.333%;
    /* background-color: #005bac; */
    height: 5px;
    left: 0;
    top: 0;
    position: absolute;
    content: '';
}

.wss{
    padding: 3% 0 0;
}


.dilogo{text-align:center;padding: 15px 0 30px;}
.dilogo img{max-width:100%;}
.foot-left{
    width: 28.5%;
    float: left;
}

.foot_nav{
    overflow: hidden;
    display: flex;
    justify-content:space-between;
    align-items: baseline;
    margin-top: 30px;
}

.foot_nav li {
    float: left;
}
.foot_nav li:nth-child(2){width: 60%;margin: 0 5%;}
.foot_nav li h2{
    color: #136be3;
    font-size: 44px;
    font-weight: bold;
    margin-bottom: 40px;
}
.foot_nav li h3{
    color: #212121;
    font-size: 20px;
    font-weight: 100;
}





.foot_nav li:nth-child(2) h2{
  
    width: 49%;
    margin-bottom: 50px;
}


.foot_nav li:nth-child(2) a{
    color: #212121;
    font-size: 20px;
    font-weight: 100;
    font-weight: bold;
  
  
}
.foot_nav li:nth-child(2) a span{
    color: #212121;
    font-size: 14px;
    font-weight: 400;
}


.foot_nav li:nth-child(2) .x-nav-menu {
  display:flex;
  justify-content: space-between;
}

.foot_nav li .x-nav-menu p{
    color: #252525;
    font-size: 12px;
    line-height: 1.8;
    font-weight: 100;
    text-transform: uppercase;
}


.foot_nav li:nth-child(3) .x-nav-menu p{
    color: #252525;
    font-size: 16px;
    line-height: 1.8;
    font-weight: bold;
    margin-bottom: 7px;
    text-transform: unset;
}
.foot_nav li .x-nav-menu p:hover{
    color: #3c89c8;
}

.foot_nav li .x-nav-menu{
    /* margin-top: 40px; */
}

.foot-right{
    float: right;
    width: 100%;
}

.fr-ewm{
    margin-top: 4vh;
}

.fr-ewm h3{
    font-size: 12px;
    line-height: 28px;
    color: #ffffff;
    font-weight: normal;
    margin-top: 1vh;
}

.wx-ewm{
    float: left;
    text-align: center;
    width: 43%;
}

.ph-ewm{
    float: left;
    text-align: center;
    margin-left: 1.1vw;
    width: 43%;
}

.hm-floor{
    background-color: #fff;
    border-top: 1px solid #ddd;
    margin-top: 20px;
}

.hm-floor .fl-all{
    padding: 15px 0;
}

.fl-left{
    /* width: 54%; */
    /* float: left; */
    color: #8e8e8e;
    text-align: center;
    font-size: 14px;
    line-height: 1.8;
}

.fl-left a{
    color: #666;
}

.fl-center{
    width: 15%;
    float: left;
    display: none;
}

.fl-center h3{
    float: left;
    color: #848484;
    font-size: 12px;
}

.fl-center a{
    float: left;
    color: #848484;
}

.fl-right{
    float: right;
    color: #fff;
    line-height: 20px;
}

.fl-right a{
    color: #666;
    font-size: 14px;
}

.fl-right a:hover{
    color:#3c89c8;
}

.fl-left a:hover{
    color:#3c89c8;
}

.x-region{
    font-size: 14px;
    color: #666;
}
.title{text-align: left;color:#333;font-size:20px;/* display: flex; */width: 50%;}


.onk{width: 50%;float: right;}


/* HELPER CLASSES
====================================== */
@media screen and (max-width: 700px) {
  .container {
    padding: 0 10px;
  }
  /* LAYOUT
	====================================== */
}

/* 新闻资讯 */
.news {
    /* background: #f5f5f5; */
    padding-top: 70px;
    padding-bottom: 50px;
    background-size: 100% 100%;
    /* margin-top: 0; */
}
.new-cfn {
    /* margin-top: 25px; */
    display: flex;
    justify-content: space-between;
}
.new-cfn ul {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    width: 50%;
    align-items: center;
}

.new-cfn ul li {
    position: relative;
    overflow: hidden;
    margin: 0 2%;
}
.new-cfn ul li.cur a{background: #136be3;color:#fff}
.new-cfn ul li a {
    display: block;
    font-size: 14px;
    color: #000;
    /* padding-left: 30px; */
    line-height: initial;
    padding: 12px 28px;
    background: #fff;
    overflow: hidden;
    border-radius: 0;
    border-radius: 10px;
}



.new-cfn ul li::before{
  content:"";
  position: absolute;
  top: 20%;
  left: 0;
  width: 2px;
  height: 70%;
  /* background:#999; */
}

.new-cfn ul li:nth-child(1)::before{
  /* content:""; */
  /* position: absolute; */
  /* top: 0; */
  /* left: 0; */
  /* width: 0; */
  /* height:100%; */
  /* background:#999; */
}


.new-show {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    background: url(../images/ab1.jpg);
    padding: 50px;
}

.yyerdsd{display: flex;justify-content: space-between;}
.iklsk{width: 45%;float: left;}
.iklsk img{width:100%;}
.new-top {
    float: left;
    width: 45%;
}
.new-top b{font-size:18px;color: #136be3;}
.new-top h2{font-size:54px;font-weight: bold;line-height: 1.2;margin: 10px 0 50px 0;}
.new-top h3{font-size:30px;color: #136be3;margin-bottom: 50px;}
.new-top p{font-size:14px;color: #1d1d1d;line-height: 1.8;margin-bottom: 50px;}
.new-top a{font-size:14px;padding: 10px 40px;color: #136be3;border: 1px solid #136be3;border-radius: 60px;}
.new-top ul li a {
    display: block;
    overflow: hidden;
}

.new-top ul li a img {
    max-width: 100%;
    margin-bottom: 30px;
}

.new-warp {
    float: right;
    width: 100%;
    /* background-color: #fdfdfd; */
    /* padding-left: 60px; */
    /* padding-right: 40px; */
    /* margin-top: 60px; */
}

.new-warp .new-list {
    display: none;
    padding-top: 20px;
}

.new-list ul li a {
    display: block;
    padding-top: 35px;
    padding-bottom: 23px;
}

.new-list ul li a:hover {
}

.new-list ul li+li a {
    /* border-top: solid 1px #ddd; */
}
.new-list ul li{/* padding-left:10px; *//* margin-bottom: 10px; */}
.new-list ul li{padding-right:10px;border-bottom: 1px solid #ddd;}
.new-list ul li a h3 {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    transition: all .3s ease;
}

.new-list ul li a:hover h3 {
    color: #3c89c8;
}

.new-list ul li a:hover p {
    /* color: #fff; */
}

.new-list ul li a:hover dd {
    color: #fff;
}

.new-list ul li a:hover span {
    /* color: #fff; */
}
.new-top ul li:hover{/* background:#2343a3; */}
.new-top ul li a{padding: 28px 0;}
.new-list ul li a p {
    font-size: 14px;
    color: #666;
    padding-right: 20%;
    margin-top: 10px;
    display: -webkit-box;
    /**对象作为伸缩盒子模型展示**/
    -webkit-box-orient: vertical;
    /**设置或检索伸缩盒子对象的子元素的排列方式**/
    -webkit-line-clamp: 2;
    /**显示的行数**/
    overflow: hidden;
    /**隐藏超出的内容**/
    /* margin-bottom: 20px; */
}



.news .date{
  width: 84px;
  /* background:#939393; */
  text-align: center;
  color: #959595;
}
.news .date h4{
  font-size: 42px;
  line-height: 1.4;
  color: #333333;
}
.news .text{
  width: calc(100% - 110px);
}
.news .text h3{
  color:#333;
  font-size: 17px;
  line-height: 1.6;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.news .text .intro{
  color:#999;
  font-size: 14px;
  line-height: 1.5;
  margin-top:10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}


.news li:hover  .text h3{
   color: #3c89c8;
}

.news .date h5 {
    font-size: 14px;
    line-height: 30px;
}

   
	  



/* 首页轮播 */
#ghuanjer2 .swiper-slide{display: initial;position: relative;}
#ghuanjer2 .swiper-slide p{position:absolute;bottom: 0;width: 100%;padding: 10px 20px;background: rgba(0,0,0,0.5);color: #fff;text-align: left;}
.yyuhrus a{font-size:18px;color:#999;}
.hoerd{width: 100%;}
.dinwe{position:relative;}
.x-banner .swiper-button-next, .x-banner .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    font-size: 28px;
    color: #1467dd;
    z-index: 9999;
}

.x-banner .swiper-button-next:before {
    content: "";
    position:absolute;
    width: 0;
    height: 2px;
    background: #fff;
    left: 0;
    top: 22px;
    transition: all 0.4s;
}

.x-banner .swiper-button-next:hover:before {
    content: "";
    position:absolute;
    width: 22px;
    height: 2px;
    background: #1c63e3;
    left: 1px;
    top: 22px;
}


.x-banner .swiper-button-prev, .x-banner  .swiper-container-rtl .swiper-button-next {
    background-image:initial;
    left: 0;
    right: auto;
}


.x-banner .swiper-button-next, .x-banner  .swiper-container-rtl .swiper-button-prev {
  background-image:initial;
  right: 0;
  left: auto;
}

.x-banner .swiper-button-prev:before {
    content: "";
    position:absolute;
    width: 0;
    height: 2px;
    background: #fff;
    right: 0;
    top: 22px;
    transition: all 0.4s;
}


.x-banner .swiper-button-prev:hover:before {
    content: "";
    position:absolute;
    width: 22px;
    height: 2px;
    background: #0e6de1;
    right: 1px;
    top: 22px;
}
.x-banner{position:relative;}


.jumpBox img{
animation: jumpBoxHandler 2.2s infinite;/* 1.8s 事件完成时间周期 infinite无限循环 */
}

@keyframes jumpBoxHandler { /* css事件 */
0% {
transform: translate(0px, 0px);
}
50% {
transform: translate(0px, 20px); /* 可配置跳动方向 */
}
100% {
transform: translate(0px, 0px);
}
}

/* 证书 */


.qi4{padding: 0 0 50px 0;/* background:#f5f5f5; */}
.qi4 .qi4auto{margin-top: 50px;text-align:center;}




.qi4auto .swiper-button-next, .qi4auto .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    font-size: 28px;
    color: #3c89c8;
}



.qi4auto .swiper-button-next:before {
    content: "";
    position:absolute;
    width: 0;
    height: 2px;
    background: #fff;
    left: 0;
    top: 21px;
	transition: all 0.4s;
}

.qi4auto .swiper-button-next:hover:before {
    content: "";
    position:absolute;
    width: 22px;
    height: 2px;
    background: #3c89c8;
    left: 0;
    top: 21px;
}





.qi4auto .swiper-button-prev, .qi4auto  .swiper-container-rtl .swiper-button-next {
    background-image:initial;
    left: 0;
    right: auto;
}


.qi4auto .swiper-button-next, .qi4auto  .swiper-container-rtl .swiper-button-prev {
  background-image:initial;
  right: 0;
  left: auto;
}

.qi4auto .swiper-button-prev:before {
    content: "";
    position:absolute;
    width: 0;
    height: 2px;
    background: #fff;
    right: 0;
    top: 21px;
	transition: all 0.4s;
}


.qi4auto .swiper-button-prev:hover:before {
    content: "";
    position:absolute;
    width: 22px;
    height: 2px;
    background: #3c89c8;
    right: 1px;
    top: 21px;
}

.qi4auto{padding:0 50px;position:relative;} 
/* 产品中心 */


.idnex_cp{background: url(../images/shou.jpg) no-repeat;background-size: 100% 100%;margin-top: 20px;}
.biaer{display:flex;justify-content: space-between;align-items: center;}
.suuy{width: 10%;border-bottom: 1px solid #797e7e;text-align: right;padding-bottom: 15px;}
.title{width: 89%;}
.lanrenzhijia {
	width:100%;
	margin:auto;
}
.lanrenzhijia .title {
	padding-top:0;
}
.lanrenzhijia .title h2 {
	font-size:50px;
	font-family:"microsoft yahei";
	font-weight:500;
}
.lanrenzhijia .title-list {
	display:flex;
	justify-content: flex-start;
	width:100%;
	flex-wrap: wrap;
}
.lanrenzhijia .title-list li  {
	position: relative;
	width: 16.6%;
	border-left: 1px solid #dee0e0;
	text-align: center;
	padding: 10px 0;
}
.lanrenzhijia .title-list li a {
	text-align:center;
	font-size: 13px;
	color: #222222;
	padding: 8px 11px;
	border-radius: 10px;
}
.lanrenzhijia .title-list li:nth-child(1) {border-left: none;}
.lanrenzhijia .title-list li:nth-child(7) {border-left: none;}

.lanrenzhijia .title-list li.on a {
	color: #fff;
	background: #136be3;
}

.lanrenzhijia .title-list li.on::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom:0;
 
    width: 20px;
    height: 21px;
    transform: translateX(-50%);
}
.product {
	/* height:90vh;
	*/
	position:relative;
	/* overflow:hidden;
	*/
	display:none;
	margin-top: 50px;
}
.product ul {
	position:relative;
	left:0px;
	width:100%;
}
.product-wrap .show {
	display:block;
}
.idnex_cp .omher {
	padding: 50px 0;
}
.product ul {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.product ul li {
	width:23%;
	margin-bottom:3%;
	background: #fff;
	padding: 35px 0;
	border-radius: 5px;
}
.product ul li img {
	max-width:100%;
}
.product ul li h3 {
	margin: 35px 5px 0;
	font-size: 17px;
	color:#222;
	text-align: center;
	font-weight: bold;
}



/* 优势 */
.youshie{padding:50px 0; }
.youshie .yousauto{margin-top:50px;}
.yousauto ul{display:flex;}
.yousauto ul li{width:25%;position:relative;}
.naiuy{position:absolute;width: 100%;top: 20%;padding: 0 30px;}
.yousauto ul li img{max-width:100%;}
.yousauto ul li b{font-size: 26px;color: #136be3;}
.yousauto ul li h3{font-size: 26px;font-weight: bold;/* margin-bottom: 35px; */}
.yousauto ul li p {font-size: 16px;color: #242424;line-height: 1.8;margin-bottom: 60px;}
.yousauto ul li a{font-size: 16px;color: #1f1f1f;}


.yousauto ul li:nth-child(3) .naiuy{top: 55%;}
.yousauto ul li:nth-child(2) .naiuy b{color:#000;}
.yousauto ul li:nth-child(4) .naiuy b{color:#000;}
.xiahuad{width:30px;height:2px;background:#000;margin:20px 0}
.yousauto ul li:nth-child(1) .xiahuad{background:#136be3;}
.yousauto ul li:nth-child(3) .xiahuad{background:#136be3;}




/* 新闻 */

.newoi{display:flex;justify-content: space-between;align-items: center;}
.idne{width:50%;text-align: right;}
.idne a{font-size: 18px;background:url(../images/jian.png) no-repeat right;color: #575656;padding-right: 36px;font-weight: bold;}
.newsriri{padding: 50px 0 100px;background: url(../images/shou.jpg);}



.newsauto{margin-top:50px;}
.newsauto ul{display:flex;justify-content: space-between;}
.newsauto ul li{width:30%;background: #fff;padding: 30px;border-radius: 10px;}


.newsauto ul li dd{font-size: 44px;line-height: 1.2;}
.newsauto ul li b{font-size: 12px;color: #666;}
.newsauto ul li h3{font-size: 16px;font-weight: bold;color: #136be3;margin: 40px 0;}
.newsauto ul li p{font-size: 14px;line-height: 1.8;margin-bottom: 40px;}

.newsauto ul li .news_imgh{margin-bottom: -80px;text-align: center;}
.newsauto ul li img{max-width:100%;}
		
/*左侧工具条*/

.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);
}

#toolbar {
    position: fixed;
    z-index: 9999;
    right: 17px;
    bottom: 10%;
}

#toolbar .online-one li {
    margin-bottom: 3px;
    font-size: 0;
    width: 70px;
    height: 70px;
    right: 0;
    background: #136be3;
    position: relative;
}

#toolbar .online-one li:hover a {
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.24);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.24);
}

#toolbar .online-one li a {
    display: block;
    position: absolute;
    z-index: 9;
    right: 0;
    top: 0;
    width: 70px;
    height: 70px;
    background: #136be3;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    font-size: 0;
    border-radius: 4px;
    padding: 10px 0;
    overflow: hidden;
}

#toolbar .online-one li .icon-font {
    display: block;
    height: 34px;
    width: 100%;
}

#toolbar .online-one li .icon-font:after {
    background-image: url(../images/kf.png);
}

#toolbar .online-one li .icon-qq:after {
    background-position: -30px -240px;
}

#toolbar .online-one li .icon-phone:after {
    background-position: -30px -208px;
}

#toolbar .online-one li .icon-message:after {
    background-position: -30px -170px;
}

#toolbar .online-one li .icon-ewm:after {
    background-position: -30px -138px;
}

#toolbar .online-one li .icon-top:after {
    background-image: url(../images/icon_spirit.png);
    background-position: -30px -60px;
}

#toolbar .online-one li .icon-wangwang:after {
    background-image: url(../images/icon_spirit.png);
    background-position: -30px 0;
}

#toolbar .online-one li .wz {
    font-size: 12px;
    color: #fff;
    text-align: center;
    display: block;
    margin-top: 5px;
    height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#toolbar .online-one li.phone {
    border-radius: 4px;
    padding: 10px 0;
}

#toolbar .online-one li.ewm {
    background: #136be3;
    border-radius: 4px;
    padding: 10px 0;
}

#toolbar .online-one li.phone .tel-phone {
    position: absolute;
    z-index: 1;
    padding: 5px;
    width: 131px;
    right: calc(100% + 5px);
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .7s;
    transition: all .7s;
    -webkit-box-shadow: 0 4px 20px 4px rgb(0 20 60 / 20%);
    box-shadow: 0 4px 20px 4px rgb(0 20 60 / 20%);
    color: #fff;
    font-size: 14px;
    background: #136be3;
}

#toolbar .online-one li.ewm .ewm-box {
    position: absolute;
    z-index: 1;
    padding: 5px;
    background: #fff;
    width: 110px;
    right: calc(100% + 5px);
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .7s;
    transition: all .7s;
    -webkit-box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
    box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
}

#toolbar .online-one li.ewm .ewm-box img {
    max-width: 100%;
}

#toolbar .online-one li.ewm .ewm-box:after {
    content: '';
    position: absolute;
    right: -5px;
    bottom: 20px;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 5px;
    cursor: pointer;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #fff;
    border-right: none;
}

#toolbar .online-one li.ewm:hover .ewm-box {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

#toolbar .online-one li.phone:hover .tel-phone {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

#toolbar .online-two li {
    margin-bottom: 3px;
    font-size: 0;
    width: 57px;
    height: 57px;
    right: 0;
    position: relative;
}

#toolbar .online-two li a {
    display: block;
    position: absolute;
    z-index: 9;
    right: 0;
    top: 0;
    width: 57px;
    height: 57px;
    overflow: hidden;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    white-space: nowrap;
    font-size: 0;
    background: #d9d9d9;
}

#toolbar .online-two li .icon-font {
    display: inline-block;
    vertical-align: middle;
    width: 57px;
    height: 57px;
}

#toolbar .online-two li .icon-qq:after {
    background-position: 0 -150px;
}

#toolbar .online-two li .icon-phone:after {
    background-position: 0 -90px;
}

#toolbar .online-two li .icon-ewm:after {
    background-position: 0 -30px;
}

#toolbar .online-two li .icon-message:after {
    background-position: 0 -120px;
}

#toolbar .online-two li .icon-top:after {
    background-position: 0 -60px;
}

#toolbar .online-two li .icon-wangwang:after {
    background-position: 0 0;
}

#toolbar .online-two li .wz {
    display: inline-block;
    line-height: 57px;
    font-size: 14px;
    color: #fff;
    vertical-align: middle;
    padding-left: 10px;
}

#toolbar .online-two li.ewm .ewm-box {
    position: absolute;
    z-index: 1;
    padding: 5px;
    background: #354a89;
    width: 110px;
    right: 120%;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .7s;
    transition: all .7s;
    -webkit-box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
    box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
}

#toolbar .online-two li.ewm .ewm-box p {
    margin-bottom: 0;
}

#toolbar .online-two li.ewm .ewm-box img {
    max-width: 100%;
}

#toolbar .online-two li.ewm .ewm-box:after {
    content: '';
    position: absolute;
    right: -5px;
    bottom: 20px;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 5px;
    cursor: pointer;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #354a89;
    border-right: none;
}

#toolbar .online-two li.ewm:hover .icon {
    background-position: -57px -180px;
}

#toolbar .online-two li.ewm:hover .ewm-box {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

#toolbar .online-two li.backtop {
    cursor: pointer;
}

#toolbar .online-two li.backtop .iconfont {
    color: #fff;
    background-color: #354a89;
}

#toolbar .online-two li:hover a {
    width: 200px;
}

#toolbar .online-two li:hover .icon-qq:after {
    background-position: -30px -150px;
}

#toolbar .online-two li:hover .icon-phone:after {
    background-position: -30px -90px;
}

#toolbar .online-two li:hover .icon-ewm:after {
    background-position: -30px -30px;
}

#toolbar .online-two li:hover .icon-message:after {
    background-position: -30px -120px;
}

#toolbar .online-two li:hover .icon-wangwang:after {
    background-position: -30px 0;
}

#toolbar .online-two li:hover .icon-top:after {
    background-position: -30px -60px;
}

#toolbar .online-three {
    width: 115px;
}

#toolbar .online-three .title {
    background: #3aa3e6;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    position: relative;
}

#toolbar .online-three .title span {
    position: absolute;
    right: 0;
    top: 0;
    width: 25px;
    height: 25px;
    background-image: url(../images/kf.png);
    background-repeat: no-repeat;
    background-position: -31px -28px;
    opacity: 1;
    text-shadow: none;
}

#toolbar .online-three .qq-list {
    background: #fff;
    padding: 10px 0;
    border-bottom: 1px solid #eeeeee;
}

#toolbar .online-three .qq-list li {
    text-align: center;
    line-height: 32px;
}

#toolbar .online-three .qq-list li .icon-font:after {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../images/kf.png);
    background-repeat: no-repeat;
    position: absolute;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
}

#toolbar .online-three .qq-list li .wz {
    color: #333;
    font-size: 12px;
    margin-left: 10px;
    display: inline-block;
}

#toolbar .online-three .qq-list .icon-qq:after {
    background-position: 0 -114px;
}

#toolbar .online-three .qq-list .icon-message:after {
    background-position: -30px -87px;
}

#toolbar .online-three .qq-list .icon-wangwang:after {
    background-position: -30px -116px;
}

#toolbar .online-three .ewm {
    background: #fff;
    padding: 10px 0;
    border-bottom: 1px solid #eeeeee;
    text-align: center;
}

#toolbar .online-three .ewm span {
    display: inline-block;
    font-size: 12px;
    color: #333;
    margin-bottom: 12px;
}

#toolbar .online-three .ewm img {
    width: 100%;
    max-width: 84px;
}

#toolbar .online-three .service-phone {
    background: #fff;
    padding: 10px 0;
    text-align: center;
}

#toolbar .online-three .service-phone span {
    font-size: 12px;
    color: #333;
}

#toolbar .online-three .service-phone span.hotline {
    color: #777777;
    font-size: 12px;
    line-height: 32px;
}

#toolbar .online-four li {
    margin-bottom: 3px;
    font-size: 0;
    width: 50px;
    height: 50px;
    right: 0;
    position: relative;
}

#toolbar .online-four li a {
    display: block;
    position: absolute;
    z-index: 9;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    background: #fff;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    white-space: nowrap;
    font-size: 0;
    border-radius: 50%;
    overflow: hidden;
}

#toolbar .online-four li .icon-font {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 50px;
}

#toolbar .online-four li .icon-font:after {
    background-image: url(../images/kf.png);
}

#toolbar .online-four li .icon-qq:after {
    background-position: 0 -87px;
}

#toolbar .online-four li .icon-phone:after {
    background-position: 0 -57px;
}

#toolbar .online-four li .icon-ewm:after {
    background-position: 0 -21px;
}

#toolbar .online-four li .icon-message:after {
    background-position: -30px -55px;
}

#toolbar .online-four li .icon-top:after {
    background-position: 0 -0px;
}

#toolbar .online-four li .icon-wangwang:after {
    background-position: 0 0;
}

#toolbar .online-four li .wz {
    display: inline-block;
    line-height: 50px;
    font-size: 14px;
    color: #fff;
    vertical-align: middle;
    padding-left: 10px;
}

#toolbar .online-four li.ewm {
    border-radius: 50%;
    background: #fff;
}

#toolbar .online-four li.ewm .ewm-box {
    position: absolute;
    z-index: 1;
    padding: 5px;
    background: #fff;
    width: 110px;
    right: calc(100% + 5px);
    bottom: 0;
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .7s;
    transition: all .7s;
    -webkit-box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
    box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
}

#toolbar .online-four li.phone {
    border-radius: 50%;
}

#toolbar .online-four li.phone .tel-phone {
    position: absolute;
    z-index: 1;
    padding: 5px;
    background: rgb(59,57,57);
    width: 110px;
    right: calc(100% + 5px);
    top: 0;
    opacity: 0;
    font-size: 14px;
    color: #fff;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .7s;
    transition: all .7s;
    -webkit-box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
    box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
}

#toolbar .online-four li.phone:hover .tel-phone {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

#toolbar .online-four li.ewm .ewm-box img {
    max-width: 100%;
}

#toolbar .online-four li.ewm .ewm-box:after {
    content: '';
    position: absolute;
    right: -5px;
    bottom: 20px;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 5px;
    cursor: pointer;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #fff;
    border-right: none;
}

#toolbar .online-four li.ewm:hover .ewm-box {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

#toolbar .online-four li.backtop .icon-font {
    height: 20px;
}

#toolbar .online-four li.backtop .icon-font:after {
    height: 20px;
    left: calc(50% - 17px);
    top: calc(50% - 2px);
}

#toolbar .online-four li.backtop .wz {
    display: block;
    line-height: 24px;
    font-size: 12px;
    text-align: center;
    color: #bfbfbf;
    padding-left: 0;
}
@media (max-width: 1200px) {
	
	#toolbar{display:none;}



	
	
}

/* 手机页脚 */
.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;
}


/* 案例 */

 
.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%;
}

.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);
}



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

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

.page-position a:hover {
    color: #354a89;
}

.page-wrap {
    background: #ffffff;
    padding-bottom: 3.38541667%;
}

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

/* 手机站 左侧导航弹出特效 */

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

/* 内页左侧导航栏样式 */

.xypg-product-list {
    margin: 0 -1.5%;
    font-size: 0;
}

.xypg-product-list li {
    display: inline-block;
    vertical-align: bottom;
    width: 30.333%;
    margin: 0 1.5% 20px 1.5%;
    padding: 10px 10px 0 10px;
    border: 1px solid #eeeeee;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.xypg-product-list li .img {
    display: block;
}

.xypg-product-list li h3 a {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #5a5a5a;
    line-height: 1.6;
    padding: .8em 0;
}

.xypg-product-list li:hover {
    border-color: #354a89;
}

/* 下招聘列表页 */

@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: 768px) {
    body {
        padding-bottom: 50px;
    }
}



.container2 {
    max-width: 1410px;
    margin: 0 auto;
    padding: 0 5px;
    font-size: 14px;
}

@media (max-width: 768px){
	
	.page-banner {
    position: relative;
    margin-top: 60px;
}

	
}


.page-nav {
font-size: 12px;
margin-top: 15px;
padding-bottom: 4px;
margin-bottom: 25px;
clear: both;
text-align: center
}
.page-nav span, .page-nav a {
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
display: inline-block;
margin: 2px 6px 2px 0;
padding: 6px 9px 5px 9px;
background: #4f5355;
border-top: solid 1px #d2d2d2;
border-left: solid 1px #c3c3c3;
border-right: solid 1px #c3c3c3;
border-bottom: solid 1px #9f9f9f;
background: #fff;
background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dfdfdf), color-stop(1, #fff));
background: -ms-linear-gradient(bottom, #dfdfdf, #fff);
background: -moz-linear-gradient(center bottom, #dfdfdf 0, #fff 100%);
background: -o-linear-gradient(#fff, #dfdfdf);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dfdfdf', GradientType=0);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
font-weight: bold;
color: #646464;
-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.125), inset 0 1px 0 rgba(255,255,255,0.5);
-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.125), inset 0 1px 0 rgba(255,255,255,0.5);
box-shadow: 0 1px 1px rgba(0,0,0,0.125), inset 0 1px 0 rgba(255,255,255,0.5);
width: auto;
text-decoration: none
}
.page-nav select{
  height: 28px;
  padding: 0 8px;
  margin: -1px 5px 0 5px;
}
.page-nav span:last-child, .page-nav a:last-child, {
margin-right:0
}
.page-nav a:hover {
background: #f0f0f0;
background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #d0d0d0), color-stop(1, #f0f0f0));
background: -ms-linear-gradient(bottom, #d0d0d0, #f0f0f0);
background: -moz-linear-gradient(center bottom, #d0d0d0 0, #f0f0f0 100%);
background: -o-linear-gradient(#f0f0f0, #d0d0d0);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#d0d0d0', GradientType=0);
color: #606060
}
.page-nav .current {
border-top: solid 1px #222;
border-left: solid 1px #222;
border-right: solid 1px #222;
border-bottom: solid 1px #222;
background: #333;
background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #505050), color-stop(1, #333));
background: -ms-linear-gradient(bottom, #505050, #333);
background: -moz-linear-gradient(center bottom, #505050 0, #333 100%);
background: -o-linear-gradient(#333, #505050);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#505050', GradientType=0);
-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.125), inset 0 0 5px rgba(0,0,0,0.5);
-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.125), inset 0 0 5px rgba(0,0,0,0.5);
box-shadow: 0 1px 1px rgba(0,0,0,0.125), inset 0 0 5px rgba(0,0,0,0.5);
color: #efefef
} 

/* 玩玩 */


.xypg-news-list li .tit h3 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}



.page-wrap {
    background: #ffffff;
    padding-bottom: 3.38541667%;
}

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

/* 手机站 左侧导航弹出特效 */

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

/* 内页左侧导航栏样式 */

/* 内页新闻列表 */
.xypg-news-list li {
    border: 1px solid #e1e1e1;
    padding: 30px;
    background: #fff;
    margin-bottom: 35px;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.xypg-news-list li .tit {
    border-bottom: 1px solid #cbcbcb;
    margin-bottom: 15px;
    position: relative;
}

.xypg-news-list li .tit h3 {
    padding-bottom: 15px;
    font-size: 18px;
    color: #565656;
    font-weight: normal;
    padding-right: 25%;
    margin: 0;
}

.xypg-news-list li .tit .date {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    color: #666666;
}

.xypg-news-list li .info {
    font-size: 14px;
    line-height: 2;
    color: #999999;
}

.xypg-news-list li .more {
    margin-top: 15px;
}

.xypg-news-list li .more span {
    display: inline-block;
    width: 130px;
    line-height: 33px;
    text-align: center;
    font-size: 14px;
    color: #666666;
    border: 1px solid #e1e1e1;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.xypg-news-list li:hover {
    -webkit-box-shadow: 0px 2px 13px 1px rgba(8, 1, 3, 0.18);
    box-shadow: 0px 2px 13px 1px rgba(8, 1, 3, 0.18);
}

.xypg-news-list li:hover .tit h3 {
    color: #354a89;
}

.xypg-news-list li:hover .more span {
    color: #fff;
    background-color: #354a89;
}

@media (max-width: 990px) {
    .xypg-news-list li .tit {
        border-bottom: none;
    }

    .xypg-news-list li .tit h3 {
        padding-right: 0;
        padding-bottom: 10px;
    }

    .xypg-news-list li .tit .date {
        position: static;
        border-bottom: 1px solid #cbcbcb;
        padding-bottom: 5px;
        color: #999;
    }
}

/* 下载列表页 */

/* 下招聘列表页 */

/* 分页基本样式 */
.xypg-pagination {
    margin-top: 20px;
    text-align: center;
    font-size: 0;
}



.container2 {
    max-width: 1410px;
    margin: 0 auto;
    padding: 0 5px;
    font-size: 14px;
}
	  


.xypg-detail-info-bar:after, .xypg-detail-pn div:after {
    content: "";
    display: table;
    clear: both;
}

.xypg-detail-pn div a, .relate-news-list li a {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}



.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);
}

.page-wrap {
    background: #ffffff;
    padding-bottom: 0;
}

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

/* 手机站 左侧导航弹出特效 */

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

.xypg-detail-title {
    font-size: 20px;
    color: #363636;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.7;
}

.xypg-detail-info-bar {
    font-size: 14px;
    font-family: Arial;
    color: #9e9e9e;
    line-height: 35px;
    border-bottom: 1px dashed #cfcfcf;
    margin-bottom: 20px;
}

.xypg-detail-info-bar .detail-info-time {
    float: left;
    margin-right: 20px;
    position: relative;
    padding-left: 25px;
}

.xypg-detail-info-bar .detail-info-time i {
    position: absolute;
    width: 20px;
    height: 20px;
    top: calc(50% - 10px);
    left: 0;
}

.xypg-detail-info-bar .detail-info-time i:after {
    opacity: .5;
    background-position: 0 -360px;
}

.xypg-detail-info-bar .detail-info-numbers {
    float: left;
    position: relative;
    padding-left: 25px;
}

.xypg-detail-info-bar .detail-info-numbers i {
    position: absolute;
    width: 20px;
    height: 20px;
    top: calc(50% - 17px);
    left: 0;
}

.xypg-detail-info-bar .detail-info-numbers i:after {
    opacity: .5;
    background-position: 0 -330px;
}

.xypg-detail-con {
    font-size: 14px;
    color: #333;
    line-height: 1.7;
}

.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: #354a89;
    line-height: 40px;
    border-bottom: 3px solid #354a89;
    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: #354a89;
    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: #354a89;
}

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

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

/*相关产品 和 相关新闻*/
.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: #354a89;
    padding: 0 1.4em;
    border-right: 1px solid #eeeeee;
}

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

.relate-news-list li {
    float: left;
    width: 48%;
    position: relative;
    line-height: 2.143;
    font-size: 14px;
    color: #354a89;
}

.relate-news-list li a {
    display: block;
    padding-right: 125px;
    color: #666666;
}

.relate-news-list li a:before {
    content: '+';
    font-weight: bold;
    font-size: 16px;
    line-height: 1;
    margin-right: 5px;
}

.relate-news-list li span {
    position: absolute;
    right: 0;
    top: 2.5px;
    width: 125px;
    text-align: right;
    font-size: 12px;
    color: #666666;
}

.relate-news-list li:hover a {
    color: #354a89;
}

.relate-news-list li:hover a:before {
    color: #354a89;
}

.relate-news-list li:hover span {
    color: #354a89;
}

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


.container2 {
    max-width: 1410px;
    margin: 0 auto;
    padding: 0 5px;
    font-size: 14px;
}
	  

.dinwe img{width:100%;}

.x-nav-menu img{max-width:100%;}





/* 玩玩 */

/* 玩玩 */

