/* 清除内外边距 */
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
/* structural elements 结构元素 */
dl,
dt,
dd,
ul,
ol,
li,
/* list elements 列表元素 */
pre,
/* text formatting elements 文本格式元素 */
fieldset,
lengend,
button,
input,
textarea,
/* form elements 表单元素 */
th,
td {
    /* table elements 表格元素 */
    margin: 0;
    padding: 0;
}

input,
textarea {
    border: 2 none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

/* 设置默认字体 */
body,
button,
input,
select,
textarea {
    font-family: "Microsoft Yahei";
    color: #666;
    font-size: 13px;
}

h1 {
    font-size: 18px;
}

h2 {
    font-size: 16px;
}

h3 {
    font-size: 14px;
}

h4,
h5,
h6 {
    font-size: 100%;
}

* h1,
* h2,
* h3,
* h4,
* h5,
* h6 {
    margin: 0px;
}

/*覆盖bootstrape对标题加的默认外边距*/

address,
cite,
dfn,
em,
i,
var {
    font-style: normal;
}

/* 斜体扶正 */

/* 重置列表元素 */
ul,
ol,
li {
    list-style: none;
}

/* 重置文本格式元素 */
a {
    text-decoration: none;
    color: #666;
    word-wrap: break-word;
}

/*英文换行*/
a:hover {
    text-decoration: none;
}


/* 重置表单元素 */
legend {
    color: #000;
}

/* for ie6 */
fieldset,
img {
    border: none;
}

/* img 搭车：让链接里的 img 无边框 */
/* 注：optgroup 无法扶正 */
button,
input,
select,
textarea {
    font-size: 100%;
    /* 使表单元素在 ie 下能继承字体大小 */
}

/* 重置表格元素 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
body {
    overflow-y: scroll;
}

/*设置浮动*/
.fl,
.pull-left {
    float: left;
}

.fr,
.pull-right {
    float: right;
}

.pr {
    position: relative;
}

.pa {
    position: absolute;
}

.clear {
    clear: both;
    height: 0;
    overflow: hidden;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.top30 {
    height: 30px;
}

.top50 {
    height: 50px;
}

.box,
.content,
.w1300,
.width-1300 {
    width: 1300px;
    margin: 0 auto;
}

.htop {
    width: 100%; min-width: 1300px;
    height: 44px;
    background: #d7d7d7;
    line-height: 44px;
}

.htop p.fl {
    font-size: 14px;
    color: #535353;
}

.htop p.fr span {
    display: inline-block;
    padding-left: 25px;
}

.htop p.fr span:nth-child(1) {
    background: url(files/images/20201020084653_434289793.png) no-repeat left center;
}

.htop p.fr span:nth-child(2) {
    background: url(files/images/20201020084653_480080171.png) no-repeat left center;
}

.htop p.fr span:nth-child(3) {
    background: url(files/images/20201020084653_501020345.png) no-repeat left center;
}

.htop p.fr span+span {
    margin-left: 20px;
}

.htop p.fr span a:hover {
    color: #fff;
}

.htop p.fr b {
    font-size: 20px;
    color: #0060de;
    font-family: Arial;
}

.htop p.fr span,
.htop p.fr span a {
    font-size: 14px;
    color: #535353;
}

.head_all {
    margin-top: 30px;
    margin-bottom: 30px;
}

.head_all .logo {
    position: relative;
}

.head_all .logo img {
    height: 83px;
}

.head_all .head_w {
    font-size: 45px;
    line-height: 45px;
    font-weight: bold;
    color: #222;
    margin-left: 10px;
    padding: 5px 24px 0 0;
    background: url(files/images/20200905154531_433296534.png)right 0 no-repeat;
}

.head_all .head_w p {
    letter-spacing: 0.6px;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 32px;
    color: #999;
    font-family: "arial";
    font-weight: normal;
}

.head_all .head_f {
    line-height: 36px;
    padding-top: 4px;
}

.head_all .head_f p {
    display: block;
    line-height: 36px;
    font-weight: normal;
    color: #555;
    font-size: 17px;
    border-top: 1px solid #eee;
    margin-top: 5px;
}

.head_all .head_f dl {
    font-size: 32px;
    color: #333;
    font-weight: bold;
    letter-spacing: 2px;
}

.head_all .sgs {
    text-align: center;
    letter-spacing: 3px;
    margin: 0 0 0 35px;
    font-size: 20px;
    padding-top: 15px;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    line-height: 22px;
    font-weight: bold;
    color: #fff;
    background: #0060de;
    box-sizing: border-box;
}

.head_all .head_p {
    width: auto;
    margin-top: 23px;
    line-height: 30px;
    font-size: 30px;
    color: #333;
    font-family: "impact";
    padding-left: 60px;
    background: url(files/images/20200905154559_1751871634.png)left 4px no-repeat;
}

.head_all .head_p p {
    font-family: "microsoft yahei";
    display: block;
    float: left;
    font-size: 15px;
    color: #555;
    font-weight: normal;
    padding: 0 0 3px 0;
}

/* 导航 */
.nav {
    font-size: 0;
    /*background:#0060de;*/
    border-top: 1px solid #eee;
}

.nav li {
    display: inline-block;
    width: 11%;
    border-left: 1px solid #eee;
}

.nav li>a {
    position: relative;
    line-height: 69px;
    font-size: 16px;
    color: #333;
    transition: all .3s ease;
    text-align: center;
    display: block;
}

.nav li:hover>a,
.nav li.cur>a {
    font-weight: bold;
    background: #0060de;
    color: #fff;
}

.nav li>a:after {
    content: '';
    display: block;
    position: absolute;
    transition: all .3s ease;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: scale(0);
    z-index: 99;
    width: 10px;
    height: 10px;
    background: #0060de;
    border-radius: 50%;
    border: 4px solid #fff;
    bottom: -9px;
}

.nav li:hover>a:after,
.nav li.cur>a:after {
    transform: scale(1);
}


/* banner */
.banner{width: 100%; min-width: 1300px;}
.banner .swiper-container,
.banner .ban_bg,
.banner .ban_nbg {
    width: 100%;
    height: 650px;
}

.banner .swiper-pagination-bullet-active {
    background: #ffae00;
}

.banner .ban_bg {
    background: url() no-repeat center;
}

.banner .ban_nbg {
    background: url(jump-url/7uC1BzczQNqF2tAMjMGWYhAlllnBG8bLvFNh0atU2KN6rz9eDsERcErdFjhU2pH8zRfs9gV7zIEV6X5wPuHQsTQ2Twi0K2fg9QmMu-ZxbmE.1.jpg) no-repeat center;
}

/* .banner .slide_01 {
    background: url(jump-url/7uC1BzczQNqF2tAMjMGWYhAlllnBG8bLvFNh0atU2KN6rz9eDsERcErdFjhU2pH8zRfs9gV7zIEV6X5wPuHQsVQTvSEdQLzneR9fvdtU7oI.1.jpg) no-repeat center;
}

.banner .slide_02 {
    background: url(jump-url/7uC1BzczQNqF2tAMjMGWYhAlllnBG8bLvFNh0atU2KN6rz9eDsERcErdFjhU2pH8zRfs9gV7zIEV6X5wPuHQsQyxlaArlpXD4mzQh8cnMyA.1.jpg) no-repeat center;
} */

.banner .swiper-slide {
    background-position: center;
    background-repeat: no-repeat;
}

.banner .swiper-slide a img{display: block;width: 100%;
    height: 100%;}
/* .banner .slide_01 {
    background-image: url(images/6BD179C5-55D40475-B96E334C-41445E950.jpg);
}

.banner .slide_02 {
    background-image: url(images/7FA19872-E06FA0C2-C84703A1-350C77190.jpg);
}

.banner .slide_03 {
    background-image: url(images/F60CE515-F068D7DB-2C222524-110F36C50.jpg);
} */

/* 搜索关键词 */
.search {
    position: relative;
    padding: 10px 0;
    background-color: #f5f5f5;
}

.search .fl {
    padding-top: 24px;
    max-width: 520px;
}

.in_button {
    float: right;
}

.in_button a i {
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    border-radius: 50%;
    background: url(jump-url/7uC1BzczQNqF2tAMjMGWYhAlllnBG8bLvFNh0atU2KMQ_w-cxNh5wUsAw-abC7q5EsM86F1prEXMgdD0oKRFBSryseszbH-9l9GOUTwTswq5v-EB28bfbjTRjgEsM6j0.png) center no-repeat;
}

.in_button a:hover i {
    color: #fff;
    background: #0060de;
}

.in_button a {
    float: left;
    width: 90px;
    text-align: center;
    display: block;
    line-height: 25px;
    color: #aaa;
    font-size: 13px;
    margin: 5px 10px;
}

.in_button a span {
    display: block;
    min-width: 20px;
    min-height: 20px;
}

.in_button a:hover {
    color: #ffae00;
}

.search .fl a:hover {
    text-decoration: underline;
    color: #ffae00;
}

.search .fl a {
    line-height: 14px;
    display: inline-block;
    color: #454545;
    font-size: 14px;
}

.search .fl span:last-of-type {
    display: none;
}

.search .fl strong {
    display: block;
    float: left;
    max-width: 90px;
    line-height: 15px;
    font-size: 15px;
}

.search_r form {
    float: left;
    display: block;
    width: 270px;
    background: #fff;
    border-radius: 50px;
    line-height: 46px;
    height: 46px;
    position: relative;
    margin: 9px 50px 9px 0px;
}

.search_r form .search-i {
    background: #0060de url(../images/ss.png) no-repeat center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    position: absolute;
    right: 2px;
    top: 2px;
    overflow: hidden;
    display: block;
    transition: 0.3s all ease-in-out;
}

.search_r .search-i:hover {
    background-color: #ffae00;
}

.search_r .search-i input {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: none;
    border: 0 none;
    outline: none;
}

.search_r .search-bg input {
    line-height: 46px;
    background: none;
    border: 0 none;
    width: 220px;
    padding-left: 20px;
    color: #aaa;
    outline: none;
}

/*end*/
.service_pic_btn {
    position: absolute;
    top: 0;
    right: 50%;
    width: 120px;
    height: 25px;
    text-align: center;
    font-size: 13px;
    color: #333;
    line-height: 25px;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #f1f1f1;
    z-index: 99;
}

/* 产品 */

.productbg {
    width: 100%;
    margin-top: 50px;
}

.productall {
    margin: 0 auto;
    width: 1300px;
}

.productshow {
    margin-top: 25px;
}

.title{ text-align:center; font-size:40px; color:#333;}
.title em{ color:#0058b8;}
.title span{ display:block; font-size:18px; color:#888888; margin:10px 0 20px 0;}
.title:after{ content:''; display:block; height:16px; background:url(images/20200925170627_9526069681.png) no-repeat center;}

.prod_l {}

.prod_lt {
   width: 270px;
   height: 100px;
   background: #0060de url(jump-url/7uC1BzczQNqF2tAMjMGWYhAlllnBG8bLvFNh0atU2KOTbZit4ZkJuEXXofrociQJvVcsIdpMOAm2O5vSG13kjfHDftBhOXtZLl6oCtI71MU.1.png) no-repeat 50px 30px;
 }

.prod_lt p {
   font-size: 32px;
   line-height: 32px;
   color: #fff;
   font-weight: bold;
   padding: 24px 0 0 108px;
 }

.prod_lt span {
   display: block;
   line-height: 14px;
   color: #fff;
   font-size: 14px;
   padding: 5px 0 0 108px;
   font-family: Arial, Helvetica, sans-serif;
   text-transform: uppercase;
   font-weight: normal;
 }

.prod_ld {
   width: 270px;
 }


.prod_ld li {
   width: 270px;
   height: 66.3px;
   background: #fff url(../images/pic-li.png) no-repeat 210px center;
   border-bottom: 1px solid #f1f1f1;
   position: relative;
 }

.prod_ld li:hover {
   background: #ffae00 url(../images/pic-li.png)no-repeat 210px center;
   ;
 }

.prod_ld li a {
   display: block;
   font-size: 16px;
   line-height: 66.3px;
   color: #333;
   padding-left: 42px;
   height: 66.3px;
   width: 184px;
   padding-right: 10px;
 }

.prod_ld li:hover a {
   color: #fff;
 }

.prod_lb {
   height: 112px;
   background: #0060de;
 }

.prod_lbt {
   height: 80px;
   padding-top: 36px;
   padding-left: 30px;
   background: url(jump-url/7uC1BzczQNqF2tAMjMGWYhAlllnBG8bLvFNh0atU2KOTbZit4ZkJuEXXofrociQJvVcsIdpMOAm2O5vSG13kjfgTLah6VPZv8YRr6K_CBCY.1.png) no-repeat 180px 16px;
 }

.prod_lbt span {
   display: block;
   font-size: 18px;
   line-height: 18px;
   color: #fff;
 }

.prod_lbt em {
   font-size: 20px;
   font-weight: bold;
   color: #fff;
   line-height: 28px;
 }
 .prod_bg {
    width: 1000px;
    overflow: hidden;
  }

  .prod_bg table,
  .prod_bg table tbody,
  .prod_bg table tbody tr {
    display: block;
  }

  .prod_bg table tbody tr:after {
    content: '';
    display: block;
    clear: both;
  }

  .prod_bg td {
    float: left;
    display: block;
    width: 320px;
    margin-right: 20px;
    margin-bottom: 25px;
    padding: 0;
    overflow: hidden;
  }

  .prod_bg td:nth-child(3n) {
    margin-right: 0;
  }

  .prod_bg td br {
    display: none;
  }

  .prod_bg td a,
  .prod_bg td a img {
    display: block;
    width: 100%;
    height: 0 auto;
    transition: 0.3s all ease;
    overflow: hidden;
  }

  .prod_bg td:hover a img {
    transform: scale(1.1);
  }

  .prod_bg td>a {
    position: relative;
    box-sizing: border-box;
    border: 1px solid #eee;
  }

  .prod_bg td>a:after {
    display: block;
    opacity: 0;
    position: absolute;
    content: '';
    background: rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    top: 0;
    background-position: center;
    background-repeat: no-repeat;
  }

  .prod_bg td:hover>a:after {
    opacity: 1;
  }

  .prod_bg td div,
  .prod_bg td span {
    padding: 0;
    line-height: 60px;
  }

  .prod_bg td div a,
  .prod_bg td span a {
    font-size: 15px;
    display: block;
    text-align: left;
    position: relative;
    padding: 0 10px;
    box-sizing: border-box;
    transition: 0.3s all ease-in-out;
    line-height: 60px;
  }

  .prod_bg td:hover div a,
  .prod_bg td:hover span a {
    color: #f39500;
  }

  .prod_bg td div a:after,
  .prod_bg td span a:after {
    content: ">";
    width: 20px;
    height: 20px;
    line-height: 19px;
    border: solid #ddd 1px;
    border-radius: 50%;
    font-family: monospace;
    display: block;
    text-align: center;
    color: #aaa;
    position: absolute;
    top: 19px;
    right: 10px;
  }

  .prod_bg td:hover div a:after,
  .prod_bg td:hover span a:after {
    background-position: 5px 2px
  }

  .prod_bg td div,
  .prod_bg td span {
    padding: 0;
    line-height: 60px;
    height: 60px;
    width: 100%;
    position: relative;
    display: block;
  }

  .prod_bg td div:after,
  .prod_bg td span:after {
    content: '';
    width: 100%;
    height: 1px;
    background: #ddd;
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
  }

  .prod_bg td div:before,
  .prod_bg td span:before {
    content: '';
    width: 0%;
    height: 1px;
    background: #f39500;
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    z-index: 2;
    transition: 0.3s all ease;
  }

  /* 四大优势 */
  .adv_tit {
    text-align: center;
    font-size: 18px;
    color: #888888;
    font-weight: lighter;
}

.adv_tit span {
    display: block;
    margin: 0 0 5px 0;
    font-weight: normal;
    font-size: 40px;
    color: #343434;
}

.adv_tit strong {
    color: #0060de;
}

.adv {
    width: 100%;
    min-width: 1300px;
    padding: 50px 0;
    background: #fbfbfb;
    overflow: hidden;
}

.advtab li {
    text-align: center;
    width: 247px;
    height: 160px;
    background: #fff;
    cursor: pointer;
    transition: all .3s ease;
}

.advtab li+li {
    margin-top: 1px;
}

.advtab li strong {
    display: block;
    font-size: 25px;
    color: #555555;
    margin: 0 0 5px 0;
    transition: all .3s ease;
}

.advtab li em {
    font-size: 13px;
    font-weight: lighter;
    color: #999999;
    text-transform: uppercase;
    transition: all .3s ease;
}

.advtab li span {
    display: inline-block;
    margin-top: 25px;
    width: 35px;
    height: 50px;
    background: url(files/images/20200829190825_13944736512.png) no-repeat top left;
    transition: all .5s ease;
}

.advtab li:nth-child(2) span {
    background-position-x: -44px;
    width: 46px;
}

.advtab li:nth-child(3) span {
    background-position-x: -106px;
    width: 44px;
}

.advtab li:nth-child(4) span {
    background-position-x: -170px;
    width: 44px;
}

.advtab li.on {
    background: #0060de;
}

.advtab li.on strong,
.advtab li.on em {
    color: #fff;
}

.advtab li.on span {
    background-position-y: -57px;
}

.advcenter>div.fr {
    width: 1052px;
}

.advcenter {
    padding-top: 40px;
}

/*å›¾ç‰‡ä¸Šä¸‹æµ®åŠ¨åŠ¨ç”»*/
@keyframes Updown {
    from {
        transform: translateY(-10px);
    }

    to {
        transform: translateY(10px);
    }
}

.advpic {
    width: 490px;
}

.advpic img {
    width: 484px;
    padding-top:130px;
    /* height: 642px; */
}

.advwa {
    width: 460px;
    padding: 60px 50px;
}

.adnum {
    font-size: 65px;
    color: #e6e3e3;
    font-family: impact;
}

.adt {
    font-size: 28px;
    color: #343434;
}

.advcon ul {
    height: 642px;
    background: #fff;
}

.adw {
    margin: 35px 0 0 0;
    font-size: 15px;
    color: #999999;
    line-height: 35px;
}

.adw p+p {
    margin-top: 15px;
}

.ac_num {
    position: relative;
    font-size: 30px;
    color: #343434;
    margin-top: 60px;
}

.ac_num span {
    color: #0060de;
}

.ac_num i {
    display: inline-block;
    width: 320px;
    height: 1px;
    background: #eeeeee;
    float: right;
    margin: 17px 0px 0px 0;
    position: relative;
}

.ac_num em {
    float: left;
}

.ac_num i:after {
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    top: -1px;
    width: 25%;
    background: #0060de;
    height: 3px;
}

.ac_num i.adv2:after {
    width: 50%;
}

.ac_num i.adv3:after {
    width: 75%;
}

.ac_num i.adv4:after {
    width: 100%;
}

.advcon ul {
    width: 1062px;
}

/* 应用行业 */
.case_bg {
    width: 100%;
    min-width: 1300px;
    padding: 50px 0;
}

.case_bg .box {
    min-height: 50px;
}

.case_bg li {
    float: left;
    margin-right: 30px;
    width: 302px;
}

.case_bg li:nth-child(4n) {
    margin-right: 0;
}

.case_bg li:nth-child(n+5) {
    margin-top: 30px;
}

.case_bg li .case_img {
    width: 300px;
    height: 225px;
    border: 1px solid #f5f5f5;
}

.case_bg li .case_img img {
    display: block;
    width: 100%;
    height: 100%;
}

.case_bg li .case_t {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #f5f5f5;
}

.case_bg li .case_t span {
    position: relative;
    display: block;
    padding-left: 20px;
    font-size: 16px;
    color: #333;
}

.case_bg li .case_t span:after {
    display: block;
    content: " ";
    position: absolute;
    top: 20px;
    right: 20px;
    width: 9px;
    height: 9px;
    background-image: url(jump-url/7uC1BzczQNqF2tAMjMGWYhAlllnBG8bLvFNh0atU2KMQ_w-cxNh5wUsAw-abC7q5ciVwmr89h2xJEbP_nkttSwjU-Afd2Gy3pna9cDNJpyM.1.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}

.case_bg li:hover .case_img {
    border-color: #0060de;
}

.case_bg li:hover .case_t {
    background: #0060de;
}

.case_bg li:hover .case_t span {
    color: #fff;
}

.case_bg li:hover .case_t span:after {
    background-position: 0 -9px;
}


/* 关于我们 */
.about {
    height: 670px;
    background: url(files/images/20200929154247_19365197981.jpg) no-repeat center;
    padding-top: 50px;
}

.about .title em {
    background: none;
}

.abcon {
    margin-top: 45px;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
}

.ableft {
    width: 530px;
    margin: 45px 0 0 45px;
}

.ab_t {
    font-size: 22px;
    color: #0060de;
    font-weight: bold;
}

.ab_t:after {
    content: '';
    display: block;
    width: 45px;
    height: 3px;
    background: #f3a000;
    margin-top: 20px;
}

.ab_c {
    text-indent: 2em;
    font-size: 15px;
    color: #909396;
    line-height: 34px;
    margin: 30px 0 40px 0;
}

.ab_btn a {
    display: inline-block;
    transition: all .3s ease;
    width: 150px;
    line-height: 50px;
    background: #edeff0;
    font-size: 16px;
    color: #4e5355;
    text-align: center;
}

.ab_btn a+a {
    margin-left: 18px;
}

.ab_btn a.cur {
    background: #0060de;
    color: #fff;
}


/* 新闻资讯 */
.news_bg {
    width: 100%;
    padding-top: 70px;
}

.news_box {
    margin: 0px auto;
    padding-bottom: 70px;
}

.news_btl {
    width: 390px;
    float: left;
    font-weight: 400;
    font-size: 42px;
}

.news_btl span {
    font-size: 24px;
    display: block;
    color: #999;
    font-weight: 100;
}

.nb_tab {
    font-size: 0;
    text-align: center;
    float: right;
}

.nb_tab a {
    width: 171px;
    height: 42px;
    background: #fff;
    display: inline-block;
    vertical-align: top;
    color: #333;
    box-shadow: 0px 0px 20px #eee;
    border-radius: 30px;
    margin-top: 22px;
}

.nb_tab a+a {
    margin-left: 50px;
}

.nb_tab a.on {
    color: #fff;
    background: #0060de;
    background-size: 400% 370%;
    box-shadow: 0px 0px 10px #0060de;
}

.nb_tab a i,
.nb_tab a b {
    display: inline-block;
    vertical-align: top;
    line-height: 42px;
}

.nb_tab a b {
    font-size: 16px;
    font-weight: 100;
    letter-spacing: 1px;
}

@-webkit-keyframes Gradient {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@-moz-keyframes Gradient {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@keyframes Gradient {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

.nb_con {
    margin-top: 40px;
}

.nbcl_le {
    width: 48%;
    display: flex;
    justify-content: space-between;
}

.nbcl_le .news_div_item {
    width: 48%;
    display: inline-block;
    vertical-align: top;
}

.nbcl_le .news_div_item_pic img {
    width: 100%;
    display: block;
}

.news_div_item_title a {
    font-size: 18px;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.nbcl_le .news_div_item_content {
    margin-top: 30px;
}

.nbcl_le .news_div_item_body {
    margin-top: 20px;
    line-height: 24px;
    color: #68686a;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.nbcl_le .news_div_item_date,
.new_more {
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    margin-top: 25px;
}

.nbcl_le .news_div_item_date>div {
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    color: #68686a;
}

.new_more {
    width: 24px;
    height: 24px;
    border-radius: 24px;
    border: 1px solid #9a9899;
    background: url(jump-url/7uC1BzczQNqF2tAMjMGWYhAlllnBG8bLvFNh0atU2KMQ_w-cxNh5wUsAw-abC7q5jOVYarlFS5RCPzMYGFUFpG06Q4yJiHYecOxj4uBmGQ6bqsTdq38i2Sbsjj77zILQ.png) no-repeat right center;
    float: right;
    margin-top: 17px;
}

.nbcr_ri {
    width: 50%;
}

.nbcr_ri .news_div_item {
    font-size: 0;
    border: 1px solid #f1f1f1;
    position: relative;
    transition: 300ms;
    display: flex;
    padding: 30px 0;
}

.nbcr_ri .news_div_item:hover {
    box-shadow: 0 0 21px #d2d2d2;
    z-index: 1;
    transition: 300ms;
}

.nbcr_ri .news_div_item_date,
.nbcr_ri .news_div_item_content {
    display: inline-block;
    vertical-align: top;
}

.nbcr_ri .news_div_item_date {
    width: 16%;
    text-align: center;
    font-size: 0;
}

.nbcr_ri .news_div_item_content {
    width: 80%;
    padding-left: 3%;
    border-left: 1px solid #f3f3f3;
    font-weight: 100;
}

.nbcr_ri .news_div_item_date>div {
    font-family: Arial;
}

.nbcr_ri .news_div_item_year,
.nbcr_ri .news_div_item_month {
    display: inline-block;
    vertical-align: top;
    color: #565656;
    font-size: 14px;
}

.nbcr_ri .news_div_item_day {
    font-size: 47px;
    font-weight: bold;
    line-height: 55px;
}

.nbcr_ri .news_div_item_body {
    margin-top: 10px;
    line-height: 20px;
    color: #68686a;
    padding-right: 20px;
    font-size: 14px;
    overflow: hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;
}


/* 底部样式 */
.copyright {
    background: #181818;
    width: 100%;
    min-width: 1300px;
}

.copyright_nav {
    padding-top: 60px;
    display: flex;
    justify-content: space-between;
}

.nav_d {
    width: 50%;
}

.copyright_nav>.fr {
    width: 45%;
    padding-left: 5%;
    display: flex;
    justify-content: space-between;
}

.nav_d li {
    float: left;
}

.nav_d li p {
    padding-left: 35px;
    background: url(files/images/100424_copyright_010_ico.png) no-repeat left center;
    font-size: 16px;
    color: #fff;
    margin-bottom: 20px;
}

.nav_d li p span {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    color: #666666;
    padding-left: 5px;
}

.nav_d li a {
    padding-left: 10px;
    font-size: 13px;
    color: #666666;
    display: block;
    font-weight: lighter;
    line-height: 34px;
}

.nav_d li a:hover {
    color: #fff;
}

.nav_d li a em {
    padding-left: 10px;
    color: #d6d6d6;
    font-size: 15px;
}

.nav_d li+li {
    margin-left: 70px;
}

.crcode dl {
    float: left;
    font-size: 14px;
    color: #666;
    text-align: center;
}

.crcode dl img {
    width: 140px;
    height: 140px;
    margin: 0 0 15px 0;
}

.crcode dl+dl {
    margin: 0 0 0 20px;
}

.crconcat {
    text-align: center;
}

.crconcat p:nth-child(1) {
    font-size: 32px;
    color: #f5f5f5;
    font-family: Arial, Helvetica, sans-serif;
}

.crconcat p:nth-child(2) {
    font-size: 14px;
    color: #d6d6d6;
    line-height: 28px;
    margin: 20px 0;
}

.crconcat a {
    display: inline-block;
    width: 150px;
    line-height: 40px;
    border-radius: 25px;
    background: #202020;
    text-align: left;
    padding-left: 50px;
    font-size: 13px;
    color: #999999;
    position: relative;
    transition: all .3s ease;
}

.crconcat a:hover {
    background: #0060de;
    color: #fff;
}

.crconcat a:hover:after {
    background-position-y: -17px;
}

.crconcat a:after {
    content: '';
    display: block;
    position: absolute;
    width: 19px;
    height: 17px;
    background: url(jump-url/7uC1BzczQNqF2tAMjMGWYhAlllnBG8bLvFNh0atU2KMQ_w-cxNh5wUsAw-abC7q5ciVwmr89h2xJEbP_nkttS-_TRqnOlQp0GQ4IdLv5QBXqLi0bNzU_DA_wtbnOxLid.png) no-repeat top left;
    top: 11px;
    left: 25px;
}

.links {
    margin-top: 60px;
    height: 60px;
    background: #202020;
    font-size: 14px;
    color: #999999;
    line-height: 60px;
}

.links p:nth-child(1) {
    margin: 0 20px;
    padding-left: 30px;
    background: url(jump-url/7uC1BzczQNqF2tAMjMGWYhAlllnBG8bLvFNh0atU2KMQ_w-cxNh5wUsAw-abC7q5ciVwmr89h2xJEbP_nkttS8JrW3JNTUdi19WrrIgjL5uEUJexhhfYuq_hped6ndTy.png) no-repeat left center;
}

.end,
.end a {
    line-height: 95px;
    font-size: 13px;
    color: #666666;
}

.end a:hover {
    color: #fff;
    text-decoration: underline;
}

.linkTagcs {
    height: auto;
    width: 88%;
}

.linkTagcs ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.linkTagcs li {
    list-style: none;
    margin: 0px;
    padding-right: 10px;
    line-height: 60px;
    float: left;
}

.linkTagcs li a {
    color: #666666;
    word-break: break-all;
}

.linkTagcs li a:hover {
    color: #0060de;
}

.linkTagcs li img {
    border: 0px;
}