@charset "UTF-8";
@font-face {
  font-family: AVGARDD;
  font-weight: 400;
  font-style: normal;
  src: url("/skin/fonts/AVGARDD.TTF") format("truetype");
}
:root {
  --blue: #30465f;
  --deepBule: #273a4e;
  --puple: #16212c;
  --red: #ee1c25;
}

body {
  margin: 0;
  font-size: 15px;
  font-family: Arial, Helvetica, sans-serif, "微软雅黑";
  line-height: 28px;
  color: #333333;
}

ul,
li,
ol,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
tr,
td,
table {
  padding: 0;
  margin: 0;
}

ul,
ol {
  list-style: none;
}

img,
table {
  border: 0px;
}

a {
  color: #333333;
  text-decoration: none;
}
a:hover {
  color: #014da1;
  text-decoration: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.ml-10 {
  margin-left: 10px;
}

.ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}

.clearfix:after {
  clear: both;
}

/*body*/
#top {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background-color: var(--deepBule);
  color: #fff;
}
#top p {
  font-size: 12px;
}
#top ul li {
  float: left;
  padding: 0 10px;
}
#top ul li a {
  color: #fff;
  font-size: 12px;
}

#header {
  width: 100%;
  height: 125px;
}

#header_main {
  width: 1200px;
  margin: auto;
}

#logo {
  float: left;
  width: 300px;
  height: 76px;
  margin: 25px 0;
  background: url(images/logo.png);
}

#header_content {
  float: right;
  width: 800px;
  height: auto;
  margin: 40px 0 0 0;
}

#search {
  display: none;
  width: 300px;
  height: 32px;
  margin-left: 500px;
  border-bottom: 1px solid var(--blue);
}
#search ul li {
  float: left;
  height: 30px;
  padding: 0px;
}

#search_text {
  width: 265px;
  height: 30px;
  line-height: 28px;
  border: none;
  color: #b5b6ba;
}

#search_ss {
  width: 30px;
  height: 30px;
  border: none;
  background: url(images/ss.png) no-repeat center;
}

#nav {
  width: 800px;
  height: 22px;
  line-height: 22px;
  font-size: 15px;
  letter-spacing: 2px;
  margin-top: 20px;
}
#nav ul li {
  float: left;
  margin-left: 30px;
  padding: 0 14px;
  position: relative;
  padding-bottom: 40px;
  cursor: pointer;
}
#nav ul li a {
  color: #181818;
  font-size: 16px;
  font-weight: 600;
}
#nav ul li .dropdown {
  position: absolute;
  top: 64px;
  background: rgba(74, 107, 146, 0.8);
  padding: 35px 0 0 35px;
  width: 590px;
  height: 350px;
  display: none;
  z-index: 10;
  transition: 0.36s ease;
  left: -300px;
}
#nav ul li .dropdown dt {
  float: left;
  width: 300px;
  color: #fff;
}
#nav ul li .dropdown dt img {
  display: block;
  width: 300px;
  cursor: default;
}
#nav ul li .dropdown dt a {
  color: #fff;
  font-weight: 500;
}
#nav ul li .dropdown dt h3 {
  font-size: 18px;
  line-height: 28px;
  margin-top: 28px;
}
#nav ul li .dropdown dt p {
  font-size: 14px;
}
#nav ul li .dropdown dd {
  float: left;
  margin-left: 60px;
  width: 200px;
}
#nav ul li .dropdown dd a {
  display: block;
  margin-bottom: 13px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
}
#nav ul li .dropdown dd a i {
  font-size: 13px;
  margin-right: 20px;
}
#nav ul li .dropdown dd a:hover {
  color: var(--red);
}
#nav ul li.active {
  border-bottom: 2px solid var(--deepBule);
}
#nav ul li.active a {
  color: var(--deepBule);
}
#nav ul li:hover {
  border-bottom: 2px solid var(--red);
}
#nav ul li:hover a {
  color: var(--red);
}
#nav ul li:hover .dropdown {
  display: block;
}

#banner {
  width: 100%;
  height: 500px;
  background: url(images/banner_bg.png) repeat-x;
}

#banner_main {
  width: 100%;
  height: 500px;
  background: url(images/banner.png) no-repeat center;
}

/*公司简介*/
#gsjj {
  margin-top: 100px;
  width: 100%;
  height: auto;
  overflow: hidden;
}

#gsjj_main_L {
  width: 50%;
  height: auto;
  overflow: hidden;
  float: left;
}

#gsjj_main_L_title {
  font-size: 28px;
  color: #555;
  margin-top: 40px;
}

#gsjj_main_L_text {
  margin-top: 20px;
  font-size: 14px;
  color: #868686;
  line-height: 26px;
}

#gsjj_main_L_button {
  width: 150px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border: 1px solid var(--blue);
  margin: 28px 0 0 0;
}
#gsjj_main_L_button a {
  width: 150px;
  font-size: 13px;
  height: 36px;
  color: var(--blue);
  display: block;
}
#gsjj_main_L_button a i {
  font-size: 14px;
  padding-left: 10px;
}
#gsjj_main_L_button a:hover {
  width: 150px;
  height: 36px;
  background-color: var(--blue);
  color: #ffffff;
  display: block;
}

#gsjj_main_R {
  width: 50%;
  float: right;
  padding-left: 80px;
  box-sizing: border-box;
}
#gsjj_main_R img {
  width: 600px;
  height: 380px;
}

.content_wrap {
  width: 70%;
}

.content_list {
  width: 100%;
  height: 90px;
  padding: 50px 0;
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.content_list li {
  width: 25%;
  float: left;
  text-align: center;
  position: relative;
}
.content_list li p {
  text-align: center;
  font-size: 14px;
}
.content_list li p .counterDX {
  font-family: AVGARDD;
  color: #464646;
  font-size: 50px;
  text-align: center;
  margin-top: 15px;
  line-height: 52px;
  vertical-align: top;
}
.content_list li p .unit {
  position: relative;
  top: 1px;
  left: 3px;
  font-size: 14px;
  vertical-align: top;
}
.content_list li .title {
  color: #999;
  font-size: 13px;
  line-height: 30px;
  text-align: center;
}

/*more*/
#more {
  width: 150px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border: 1px solid var(--blue);
  margin: 40px auto;
}
#more a {
  font-size: 13px;
  color: var(--blue);
  display: block;
}
#more a:hover {
  width: 150px;
  height: 36px;
  background-color: var(--blue);
  color: #ffffff;
  display: block;
}
#more a i {
  padding-left: 10px;
}

/*产品与服务*/
#cpyfw {
  margin-top: -95px;
  padding-top: 95px;
  width: 100%;
  background: #f2f2f2;
}

#cpyfw_main {
  margin: auto;
  overflow: hidden;
}
#cpyfw_main ul li .item_img {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
#cpyfw_main ul li .item_img img {
  transition: all 0.36s ease;
}
#cpyfw_main ul li .item_info {
  padding: 28px 30px;
  transition: 0.36s ease;
}
#cpyfw_main ul li .item_info p.title {
  transition: all 0.36s ease;
  color: #333;
  font-size: 16px;
  line-height: 30px;
}
#cpyfw_main ul li .item_info p.subtitle {
  transition: 0.36s ease;
  color: #999999;
  font-size: 14px;
  line-height: 22px;
}
#cpyfw_main ul li .item_info:after {
  content: "";
  position: absolute;
  width: 40%;
  left: 0;
  bottom: 0;
  height: 3px;
  background: transparent;
  transition: 0.66s ease;
}
#cpyfw_main ul li:hover .item_img img {
  transform: scale(1.08);
}
#cpyfw_main ul li:hover .item_info {
  padding-top: 38px;
  background: #0f1112;
}
#cpyfw_main ul li:hover .item_info p.title {
  color: var(--red);
}
#cpyfw_main ul li:hover .item_info:after {
  width: 100%;
  background: var(--red);
}

#cpyfw_main_title {
  width: 100%;
  height: 40px;
  font-size: 30px;
  text-align: center;
  line-height: 40px;
  margin: 45px 0;
  letter-spacing: 5px;
}

#cpyfw_main_cp {
  width: 100%;
  height: 180px;
  margin-bottom: 50px;
}

/*新闻中心*/
img {
  max-width: 100%;
  height: auto !important;
}

#xwzx {
  width: 100%;
  height: auto;
  overflow: hidden;
}

#xwzx_main {
  width: 1200px;
  height: auto;
  overflow: hidden;
  margin: 40px auto;
}

#xwzx_main_title {
  font-size: 24px;
  line-height: 48px;
  color: #555;
  position: relative;
}

#xwzx_main_xw {
  margin-top: 50px;
}
#xwzx_main_xw hr {
  margin: 30px 0;
  border: none;
  border-top: 1px dotted rgba(170, 170, 170, 0.2);
}

#xwzx_main_xw .item_block {
  width: calc(33.3333333333% - 30px);
  margin-bottom: 30px;
  margin-right: 30px;
  height: auto;
  float: left;
  position: relative;
  box-shadow: 0 0 0px rgba(0, 0, 0, 0.15);
}
#xwzx_main_xw .item_block .item_img {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
#xwzx_main_xw .item_block .item_img img {
  transition: all 0.36s ease;
  width: 100%;
  max-height: 260px;
}
#xwzx_main_xw .item_block .item_wrapper {
  padding: 32px 20px;
  position: relative;
  overflow: hidden;
}
#xwzx_main_xw .item_block .item_wrapper .item_info .title {
  transition: all 0.36s ease;
  color: #333;
  font-size: 16px;
  line-height: 30px;
}
#xwzx_main_xw .item_block .item_wrapper:before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  background-color: #eaeaea;
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  transform: translateX(-50%);
  left: 50%;
}
#xwzx_main_xw .item_block .item_des {
  margin-top: 13px;
}
#xwzx_main_xw .item_block .item_des .description {
  transition: all 0.36s ease;
  font-size: 13px;
  line-height: 26px;
  height: 52px;
  overflow: hidden;
  color: #999;
}
#xwzx_main_xw .item_block .date_wrap {
  margin-top: 10px;
  margin-left: 20px;
  margin-bottom: 10px;
}
#xwzx_main_xw .item_block .date_wrap .year {
  color: #aaa;
  display: block;
  font-size: 14px;
  line-height: 30px;
  float: left;
}
#xwzx_main_xw .item_block .date_wrap .details {
  display: block;
  color: transparent;
  font-size: 14px;
  line-height: 30px;
  font-family: AVGARDD;
  transition: all 0.36s ease;
  float: right;
}
#xwzx_main_xw .item_block .date_wrap .details .fa {
  padding-left: 10px;
}
#xwzx_main_xw .item_block:hover .item_img img {
  transform: scale(1.08);
}
#xwzx_main_xw .item_block:hover .item_wrapper .item_info .title {
  color: var(--deepBule);
}
#xwzx_main_xw .item_block:hover .item_wrapper::before {
  background-color: #999;
}
#xwzx_main_xw .item_block:hover .date_wrap .details {
  color: #aaa;
}

/*footer*/
#footer1 {
  width: 100%;
  font-size: 13px;
  height: 40px;
  line-height: 40px;
  color: #ffffff;
  background: var(--puple);
}

#footer1_main {
  width: 1080px;
  margin: auto;
}

#footer1_main_L {
  width: 50%;
  float: left;
}

#footer1_main_R {
  width: 50%;
  float: right;
  text-align: right;
}
#footer1_main_R img {
  margin-right: 4px;
}
#footer1_main_R a {
  color: #fff;
}

#footer {
  width: 100%;
  background: var(--deepBule);
}
#footer .wechat {
  float: right;
  margin-top: 50px;
}
#footer .wechat p {
  color: #fff;
  text-align: center;
}

#footer_main {
  width: 1080px;
  height: auto;
  overflow: hidden;
  margin: auto;
}

#footer_main_content {
  float: left;
  width: 460px;
  height: auto;
  overflow: hidden;
  margin: 40px 0 20px;
}
#footer_main_content ul li {
  width: 450px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  align-items: center;
  display: flex;
}
#footer_main_content img {
  align-items: center;
}

/*内页banner*/
#ny_banner {
  width: 100%;
  height: 320px;
  background: url(images/ny_banner.png) no-repeat center;
}

.newsnav {
  padding: 20px;
  font-size: 13px;
  color: #999;
  border-bottom: 1px solid #eaeaea;
}
.newsnav a {
  display: inline-block;
  padding: 4px 20px;
  border-radius: 20px;
  background: #f7f6f9;
  color: #040019;
}
.newsnav a:hover {
  color: #fff;
  background: var(--blue);
}

#ny_title {
  font-size: 24px;
  line-height: 48px;
  color: #555;
  margin-top: 40px;
}

.subCate {
  position: absolute;
  top: 0;
  right: 0;
}
.subCate a {
  display: inline-block;
  font-size: 13px;
  line-height: 30px;
  text-align: center;
  padding: 8px 20px;
  margin: 0 1px;
}
.subCate a.active {
  background: var(--deepBule);
  color: #fff;
}
.subCate a i {
  display: none;
}

#ny_main {
  width: 1200px;
  margin: 50px auto;
}

/*页码*/
#page {
  padding: 40px 0 80px;
}
#page a, #page b {
  float: left;
  text-align: center;
  display: block;
  padding: 0 12px;
}
#page a {
  font-size: 14px;
  color: #333;
}
#page a[title*=Total] {
  display: none;
}
#page b {
  font-size: 14px;
  background-color: var(--deepBule);
  color: #fff;
}

/* 人才招聘 */
.cke_show_border .firstRow p {
  line-height: 24px;
}
.cke_show_border .firstRow td:first-child {
  width: 200px;
}
.cke_show_border .firstRow td:last-child {
  padding-left: 20px;
}

/*图片新闻*/
#tpxw {
  width: 1200px;
  height: auto;
  overflow: hidden;
}
#tpxw ul li {
  float: left;
  width: 280px;
  height: auto;
  overflow: hidden;
  margin: 0 10px;
}
#tpxw ul li img {
  width: 280px;
  height: 220px !important;
  margin-bottom: 20px;
}
#tpxw ul li p {
  width: 280px;
  text-align: center;
  margin-bottom: 30px;
}

/*新闻列表*/
#xwlb {
  width: 1200px;
  height: auto;
  overflow: hidden;
  margin-bottom: 20px;
}

#xwlb_L {
  float: left;
  width: 590px;
  height: auto;
  overflow: hidden;
}

#xwlb_R {
  float: right;
  width: 590px;
  height: auto;
  overflow: hidden;
}

#xwlb_content {
  width: 590px;
  height: 90px;
  margin-bottom: 20px;
}
#xwlb_content a {
  height: 90px;
  background-color: #f2f5f8;
  display: flex;
}
#xwlb_content a:hover {
  height: 90px;
  background-color: var(--blue);
  color: #ffffff;
  display: flex;
}

/*文章页*/
#wzy {
  overflow: hidden;
  padding: 60px 0 30px;
}

#wzy_title {
  text-align: center;
  font-size: 26px;
}

#wzy_ly {
  height: auto;
  overflow: hidden;
  color: #82858e;
  text-align: center;
  font-size: 14px;
  margin: 20px auto;
}

#wzy_main {
  margin: 10px auto;
  line-height: 46px;
  color: #666;
  font-size: 15px;
}
#wzy_main p {
  text-align: left;
  text-indent: 2em;
}

.wap-menu, .close-btn {
  display: none;
}

/*banner*/
.swiper-container {
  width: 100%;
  height: 522px;
}

.swiper-slide img {
  position: absolute;
  left: 50%;
  margin-left: -960px;
  max-width: 1920px !important;
}

.swiper-pagination-bullet {
  opacity: 1;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 12%;
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 50px;
  height: 16px;
  background: none;
  margin: 12px 0;
  font: bold 16px/16px "Arial";
  color: #000;
  text-align: right;
}

.swiper-pagination-bullet-active:before {
  content: "—";
  color: #000;
}

.swiper-button-next, .swiper-button-prev {
  width: 40px;
  height: 40px;
}

.swiper-button-next, .swiper-button-prev {
  display: none;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.6;
}

@media only screen and (max-width: 640px) {
  /*banner*/
  .swiper-container {
    width: 100%;
    height: 162px;
  }

  .swiper-slide img {
    width: 600px;
    position: absolute;
    left: 50%;
    margin-left: -300px;
  }

  .swiper-container-vertical > .swiper-pagination-bullets {
    right: 2%;
  }

  .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    font: 600 13px/13px "Arial";
  }

  #header_content {
    margin: 0;
  }

  /* 手机版 */
  #top {
    display: none;
  }

  #header {
    height: 65px;
  }

  #header_main {
    width: 100%;
  }
  #header_main #logo {
    margin: 10px 0;
    width: 200px;
    height: 52px;
    background-size: 100%;
  }

  #banner {
    height: 150px;
  }
  #banner #banner_main {
    height: 150px;
    background-size: cover;
  }

  #ny_banner {
    height: 100px;
    background-size: cover;
  }

  #nav {
    display: none;
    width: 270px;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    margin-top: 0;
    background: #222;
  }
  #nav ul li {
    float: none;
    display: block;
    margin-left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 15px 20px;
  }
  #nav ul li a {
    color: #fff;
  }
  #nav ul li.active {
    background: var(--blue);
    border-bottom: 1px solid var(--blue);
  }
  #nav ul li.active a {
    color: #fff;
  }
  #nav ul li:hover .dropdown {
    display: none;
  }

  .wap-menu {
    display: block;
    position: absolute;
    right: 10px;
    top: 20px;
    cursor: pointer;
  }
  .wap-menu i {
    font-size: 16px;
  }

  .close-btn {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #000;
    position: absolute;
    top: 0;
    right: -50px;
    cursor: pointer;
  }
  .close-btn i {
    font-size: 18px;
    color: #fff;
  }

  #gsjj {
    margin-top: 50px;
  }
  #gsjj #gsjj_main_L {
    width: 100%;
  }
  #gsjj #gsjj_main_R {
    width: 100%;
    padding-left: 0;
  }
  #gsjj #gsjj_main_R #gsjj_main_L_title {
    font-size: 18px;
    margin-top: 10px;
    text-align: center;
  }

  .content_wrap {
    display: none;
  }

  #cpyfw {
    margin-top: 20px;
    padding-top: 0;
  }

  #cpyfw_main_title {
    margin: 25px 0;
    font-size: 18px;
  }

  #cpyfw_main ul li .item_info {
    padding: 10px;
  }

  #xwzx_main {
    margin: 0;
    width: 100%;
  }
  #xwzx_main .subCate {
    display: none;
  }
  #xwzx_main .item_block {
    width: 100%;
    margin-right: 0;
  }

  #xwzx_main_xw {
    margin-top: 0;
  }

  #xwzx_main_title {
    margin: 25px 0;
    font-size: 18px;
    text-align: center;
  }

  #xwzx_main_xw .item_block .item_wrapper {
    padding: 10px;
  }
  #xwzx_main_xw .item_block .item_des {
    margin-top: 0;
  }

  #more {
    margin: 20px auto 40px;
  }

  #ny_main {
    width: 100%;
    margin: 25px 0;
  }

  #tpxw {
    width: 100%;
  }
  #tpxw ul li {
    width: calc(50% - 20px);
  }
  #tpxw ul li img {
    min-height: 120px;
    max-height: 120px;
    margin-bottom: 10px;
  }
  #tpxw ul li p {
    width: 100%;
    height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 15px;
  }

  #footer {
    padding: 20px 0;
  }
  #footer .wechat {
    display: none;
  }

  #footer_main_content {
    width: 100%;
    margin: 0;
  }
  #footer_main_content ul li {
    width: 100%;
    height: 28px;
    line-height: 28px;
  }

  #footer1 {
    padding: 5px 0;
    height: 58px;
    line-height: 24px;
  }
  #footer1 #footer1_main_L {
    width: 100%;
  }
  #footer1 #footer1_main_R {
    text-align: left;
    width: 100%;
    float: none;
  }

  #ny_title {
    text-align: center;
    margin-top: 20px;
    font-size: 18px;
  }

  .subCate {
    position: relative;
  }
  .subCate a {
    padding: 4px 10px;
  }

  .newsnav {
    padding: 5px;
  }
  .newsnav a {
    padding: 2px 10px;
    font-size: 12px;
  }

  #xwzx_main_xw .item_block {
    width: 100%;
  }

  #wzy {
    padding: 30px 0 15px;
  }
  #wzy #wzy_title {
    font-size: 18px;
  }
  #wzy #wzy_ly {
    font-size: 12px;
    margin: 10px 0;
  }
  #wzy #wzy_main {
    line-height: 28px;
  }

  #page {
    padding: 20px 0 40px;
  }
}