body{
  font-family: 'Microsoft YaHei';
  overflow-x: hidden;
  line-height: inherit;
  font-size: 16px;
}
h1, h2, h3, h4, p, ol, ul, li{
  margin: 0;
  padding: 0;
  text-decoration: none;
}
a, a:hover, a:focus, a:active{
  cursor: pointer;
  text-decoration: none;
  outline: none;
}
ul, ol, li {
  list-style: none;
}
p {
  line-height: 2em;
}
.mark-down-p p {
  line-height: 2em;
  /* text-indent: 2em; */
}
.headline {
  font-size: 30px;
  font-weight: bold;
}
.theme-font-color {
  /* color: rgba(54, 180, 196); */
  color: #345ea8;
}
.tip-font-color {
  color: #ff9a07;
}
.text-align-end {
  text-align: end
}
.single-line {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
}
.column-title-en {
  margin-top: 5px;
}
.column-page {
  text-align: center;
  margin-top: 4%;
}
.column-warning {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0 50px;
}
.column-warning img {
  width: 36px;
  height: 36px;
}
.column-warning span {
  margin-left: 10px;
}


/**面包屑*/
.cust-breadcrumb {
  padding: 8px 15px;
  border-bottom: 1px solid #ccc;
  list-style: none;
}
.cust-breadcrumb > li {
  display: inline-block;
}
.cust-breadcrumb > li + li::before {
  padding: 0 5px;
  color: #ccc;
  content: "\0003e";
}
.cust-breadcrumb > li + li:last-child::before {
  padding: 0 5px;
  color: #ccc;
  content: "";
}


.body-resnics {
  height: 100vh;
  display: flex;
  flex-direction: column;
}
.body-resnics main {
  flex: 1;
}
/*
.home-more-btn {
  width: fit-content;
  padding: 10px;
  border: 1px solid #fff;
  border-radius: 33px;
}
.home-more-btn a {
  display: block;
  color: #fff;
  text-align: center;
}
.home-aboutus {
  width: 100%;
  background: linear-gradient(to left,rgba(0,0,0,0.9),rgba(0,0,0,0)),url(../images/focus.jpg) no-repeat right;
  height: 600px;
  color: white;
}
.home-aboutus-box {
  width: 33.33%;
  height: inherit;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  float: right;
  padding: 20px;
}
.home-image-line {
  width: 100%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home-aboutus {
    width: 100%;
    background: linear-gradient(to left,rgba(0,0,0,0.9),rgba(0,0,0,0)),url(../images/focus.jpg) no-repeat center;
    height: 540px;
    color: white;
  }
}
@media (max-width: 991px) {
  .home-aboutus {
    width: 100%;
    background: linear-gradient(to top,rgba(0,0,0,1),rgba(0,0,0,0.1)),url(../images/focus.jpg) no-repeat top;
    height: 540px;
    color: white;
  }
  .home-aboutus-box {
    width: 100%;
    height: inherit;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 20px;
  }
}
*/
.home-news {
  width: 100%;
  padding: 6% 0;
}
.home-news-block {
  margin: 25px 0 10px;
}
.home-news-title {
  text-align: center;
}
.home-news-title p {
  font-weight: bold;
}
.home-news-item {
  margin-top: 10%;
  border-radius: 8px;
}
.home-news-item img {
  border-radius: 8px 8px 0 0;
}
.home-news-item:hover {
  cursor: pointer;
  -webkit-box-shadow: #ccc 0px 10px 10px;
  -moz-box-shadow: #ccc 0px 10px 10px;
  box-shadow: #ccc 0px 10px 10px;
}
.home-news-text {
  background: #f3f3f3;
  padding: 3%;
  border-radius: 0 0 8px 8px;
}
.home-news-text-title {
  width: 100%;
  height: 70px;
  line-height: 35px;
  font-size: 20px;
  font-weight: bold;
  text-align: start;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 3%;
}
.home-news-text-abs {
  width: 100%;
  height: 72px;
  line-height: 24px;
  text-align: start;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.recruitment-item {
  border: solid 1px #d5d5d5;
  padding: 20px;
  font-size: 14px;
  background-color: #ffffff;
  -moz-box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
  box-shadow: 5px 5px 0 rgba(0,0,0,0.1);
}
.recruitment-item:hover {
  cursor: pointer;
  border-color: rgba(52,94,168);
}
.recruitment-item-block {
  width: 100%;
  margin-top: 10px;
}
.recruitment-item-block:first-child {
  margin-top: 0;
}
.recruitment-item-block-require {
  color: #676767;
}
.recruitment-item-title {
  font-size: 18px;
}
.recruitment-item-date {
  color: #979797;
}
.recruitment-item-benefits {
  height: 70px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.recruitment-item-benefits span, .recruitment-item-benefits-detail span {
  display: inline-block;
  padding: 5px 6px;
  margin: 5px 10px 0px 0;
  color: #999999;
  font-size: 12px;
  border: solid 1px #dddddd;
}
.recruitment-item-depart {
  padding-top: 10px;
  border-top: 1px dotted #cbcbcb;
}
.recruitment-more {
  margin-top: 4%;
}
.recruitment-more a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #656668;
}
.recruitment-more a img {
  margin-left: 15px;
}
.recruitment-table {
  width: 100%;
}
.recruitment-table-bordered > tbody > tr > td,
.recruitment-table-bordered > tbody > tr > th,
.recruitment-table-bordered > tfoot > tr > td,
.recruitment-table-bordered > tfoot > tr > th,
.recruitment-table-bordered > thead > tr > td,
.recruitment-table-bordered > thead > tr > th {
  padding: 8px;
  border: 1px solid #ddd;
}
.recruitment-table-bordered > tbody > tr:nth-child(odd) {
  background: #f3f3f3;
}
.recruitment-table-label {
  width: 92px;
  color: #333;
  text-align: center;
}
.recruitment-info-block {
  display: block;
  margin: 25px 0 10px;
}
.recruitment-info {
  text-indent: 2em;
  line-height: 2em;
}
.recruitment-info-title {
  color: #333;
}
.recruitment-item-subtitle {
  margin: 15px 0 10px;
}
.recruitment-info-list {
  display: flex;
  align-items: center;
  margin: 4px 0;
}
.recruitment-info-list-num {
  width: 24px;
  height: 24px;
  margin-right: 6px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  background: rgba(54, 180, 196);
}
.recruitment-warning {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0 50px;
}

.recruitment-breadcrumb {
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #e5e5e5;
}
ol.recruitment-breadcrumb-list {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  list-style: none;
  line-height: 2em;
}
ol.recruitment-breadcrumb-list > li+li:before {
  content: ">";
  padding: 0 5px;
  color: #e5e5e5;
}

/** 产品信息 && 联系我们 **/
.product-page {
  padding: 4% 8%;
}
.contact-page {
  padding: 8%;
}
.product-page-title {
  padding-bottom: 4%;
}
.product-item, .contact-item, .contact-detail {
  display: flex;
  align-items: flex-start;
}
.product-item-content, .product-item-img, .contact-item-content, .contact-item-img {
  width: 50%;
}
.product-item-content, .contact-item-content {
  flex: 1;
}
.product-item-img {
  padding-left: 5%;
}
.pro-item-title {
  width: 100%;
  text-align: center;
  margin-bottom: 4%;
  font-weight: bold;
}
.product-page-intro {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}
.product-page-intro p {
  text-indent: 2em;
}
.product-page-params {
  width: 100%;
  background-color: #f6f8fb;
}
.product-page-apps {
  width: 100%;
  display: flex;
  flex-flow: wrap;
}
.pro-app-item {
  flex: 0 0 20%;
  padding: 0 3% 3%;
}
@media (max-width: 767px) {
  .pro-app-item {
      flex: 0 0 50%;
  }
}
.pro-app-item img {
  padding: 10px 20%;
}
.pro-app-item .pro-app-item-title {
  width: 100%;
  text-align: center;
}
.pro-list {
  border: 1px solid #F7F8FC;
}
.pro-list-item {
  width: 100%;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #F7F8FC;
}
.pro-list-item:last-child, .pro-list-item .pro-list-item-list > li:last-child {
  border-bottom: none;
}
.pro-list-item .pro-list-item-label {
  width: 24%;
  text-align: center;
}
.pro-list-item .pro-list-item-list {
  flex: 1;
  border-left: 1px solid #F7F8FC;
}
.pro-list-item .pro-list-item-list > li {
  padding: 10px 20px;
  border-bottom: 1px solid #F7F8FC;
}
.pro-list-item:nth-child(odd) {
  background-color: #cfd9ea;
}
.pro-list-item:nth-child(odd) .pro-list-item-list {
  background-color: #e2e8f3;
}
.contact-item-img {
  padding-right: 5%;
}
.contact-item-content h2 {
  padding-bottom: 15px;
  margin-bottom: 25px;
  border-bottom: 1px solid #b7c4db;
}
.contact-item .contact-title {
  width: 90px;
}
.contact-item .contact-title::after {
  content: ' : '
}
.contact-item .contact-content {
  flex: 1;
}
@media (max-width: 991px) {
  .product-item-content, .contact-item-content {
    width: 100%;
  }
  .product-item-img, .contact-item-img {
    display: none;
  }
}

/** 产品信息 有二级菜单 **/
.product-page-list {
  padding: 6% 15%;
}
.product-list-item {
  width: 100%;
  padding: 2%;
  margin-bottom: 5%;
  display: flex;
  flex-wrap: nowrap;
  border: 1px solid #F0F1F5;
  box-shadow: 3px 4px 10px #999;
}
.product-img {
  flex: 0 0 46%;
  display: flex;
  align-items: center;
}
.product-img img {
  margin: 0 auto;
}
.product-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding-left: 2%;
}
.product-item-title {
  font-weight: bold;
  margin-bottom: 4%;
}
.product-item-abs {
  flex: 1;
  color: #757575;
}
.product-item-detail {
  padding-top: 2%;
}
.product-item-detail-btn {
  color: #113C8B;
  padding: 10px;
  float: right;
  border: 1px solid #113C8B;
}
.product-item-detail-btn:hover {
  cursor: pointer;
  background-color: rgba(17, 60, 139, 0.1);
}
@media (max-width: 991px) {
  .product-page-list {
    padding: 8%;
  }
  .product-list-item {
    flex-wrap: unset;
    padding: 5%;
    margin-bottom: 8%;
    flex-direction: column;
  }
  .product-content {
    padding-left: 0;
  }
  .product-item-title {
    margin-top: 4%;
  }
}

/** 关于我们 **/
.about-column {
  width: 100%;
  min-height: 400px;
  padding: 5% 10%;
  background-image: url(../images/about-bg.jpg);
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.about-tab-content {
  margin-top: 20px;
}
.about-content-ul {
  width: 100%;
  padding: 0 10px 10px;
  border-bottom: 1px solid #f0f0f0;
}
.about-content-li {
  display: inline-block;
  margin-right: 20px;
}
.about-content-li-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about-content-li-item h2 {
  color: #345ea8;
  font-weight: bold;
}
.about-content-li-item span {
  margin-top: 5px;
  font-size: 12px;
}
.about-markdown {
  margin-top: 3%;
}

/** 公司动态 **/
.news-header-title {
  padding: 6% 0;
  border-bottom: 1px solid #b7c4db;
}
.news-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
  margin-bottom: 5%;
  border-bottom: 1px solid #b7c4db;
}
.news-item .news-date {
  width: 80px;
  height: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #345ea8;
  color: #fff;
}
.news-item .news-date h1 {
  font-weight: bold;
}
.news-item .news-date span {
  margin-top: 5px;
}
.news-item img {
  border-radius: 5px;
  transform: scale(1);
  transition: transform 1s ease 0s;
}
.news-item:hover {
  cursor: pointer;
}
.news-item:hover img {
  transform: scale(1.05);
}
.news-item-li {
  flex: 1;
  display: flex;
  justify-content: left;
  align-items: center;
}
.news-item-title {
  font-size: 18px;
  font-weight: bold;
  padding: 10px 0;
}
p.news-item-abs {
  font-size: 14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
  background-color: #103c87;
  border-color: #103c87;
}
.pagination>li>a, .pagination>li>span {
  color: #103c87;
}
.news-title {
  font-size: 24px;
  font-weight: bolder;
  margin-top: 6%;
}
.public-time {
  width: 100%;
  text-align: end;
  margin: 12px 0 0;
  color: #787878;
}
.news-left {
  margin: 5% 0;
  display: flex;
}
.news-left::after {
  height: inherit;
  content: "";
  margin-left: 15px;
  border-left: 1px solid #ccc;
  min-height: 150px;
  display: inline-block;
  vertical-align: middle;
}
.news-left .news-left-date {
  font-family: cursive;
  flex: 1;
}
.date-year{
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #222222;
  margin: 10px 0;
}
.date-year::before,.date-year::after{
  content: '';
  flex: 1;
  height: 1px;
  background: #e8e8e8;
}
.date-year::before{
  margin-right: 10px;
}
.date-year::after{
  margin-left: 10px;
}
.date-day {
  font-family: fantasy;
  font-size: 24px;
  text-align: center;
  margin: 20px 0;
}
.date-time {
  text-align: center;
}
.content-news {
  margin: 5% 0;
}

/**招贤纳士**/
.job-column {
  width: 100%;
  padding: 5% 10%;
}
.job-header-title {
  width: 100%;
}
.job {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  -moz-column-gap: 2em;
  -webkit-column-gap: 2em;
  column-gap: 2em;
  width: 100%;
  margin: 2em auto;
}
.job-item {
  border: solid 1px #d5d5d5;
  box-sizing: content-box;
  font-size: 14px;
  background-color: #ffffff;
  padding: 1.5em;
  margin-bottom: 2em;
  -moz-page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
}
.job-title {
  width: 100%;
  font-size: 26px;
}
.job-item-content {
  margin-top: 20px;
}
.job-item-title {
  background-image: url(../images/title-bg.png);
  background-repeat: no-repeat;
  color: white;
  background-size: auto 100%;
  font-size: 14px;
  height: 38px;
  padding-left: 2em;
}
.job-item-title p {
  font-size: 16px;
}
.job-item-text {
  margin-top: 10px;
  color: #666;
  padding-left: 2em;
}
.job-item-join {
  text-align: end;
}
.job-item-join a, .job-item-join .job_form {
  background: #3a7dc5;
  color: #fff;
  padding: 7px 24px;
  border-radius: 30px;
}
.job-item-join a:active, .job-item-join a:hover, .job-item-join .job_form:active, .job-item-join .job_form:hover {
  background-color: rgba(58, 125, 197, 0.9);
  cursor: pointer;
}
@media (min-width: 992px) and (max-width: 1499px) {
  .job-column {
    width: 100%;
    padding: 3%;
  }
}
@media (max-width: 991px) {
  .job-column {
    width: 100%;
    padding: 5%;
  }
  .job {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}