/*
 * @Author: shu binqi 
 * @Date: 2020-03-17 19:22:10 
 * @Last Modified by: shu binqi
 * @Last Modified time: 2020-05-26 16:37:41
 */

ol,ul,li {
  list-style: none;
  margin: 0;
  padding: 0;
}
a,
a:focus,
a:hover {
  text-decoration: none !important;
}
.tac {
  text-align: center;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.tac {
  text-align: center;
}

/* 公共头部 */
.header {
  width: 100%;
  height: 120px;
  padding: 15px 0;
}
.brand {
  /*height: 65px;*/
  width: 370px;
  float: left;
  margin-top: 30px;
}
.brand a {
  text-indent: -9999px;
  height: 100%;
  display: block;
  background: url(/web/images/logo.png) no-repeat;
  background-size: contain;
}
.brand a h1 {
  margin: 0;
}
.navbar {
  float: right;
  height: 50px;
  margin-bottom: 0;
  margin-top: 40px;
}
.navbar .nav {
  border-top: 1px solid #edeeee;
}
.navbar .nav li {
  float: left;
  height: 50px;
  margin: 0 5px;
}
.navbar .nav li:first-child {
  margin-left: 0;
}
.navbar .nav li:last-child {
  margin-right: 0;
}
.en .nav li a {
  padding: 0 10px;
}
.nav li a {
  color: #808080;
  line-height: 50px;
  height: 50px;
  display: block;
  padding: 0 15px;
  font-size: 14px;}
.nav li.active a {
  color: #014099;
}/* 头部中英文和搜索 */
.head-fix {
  position: absolute;
  right: 0;
  top: -30px;
  display: flex;
}
.head-fix .head-search {
  display: none;
}
.head-fix .lang {
  position: relative;
}
.head-fix .lang img {
  height: 15px;
  vertical-align: middle;
  transform: translateY(-1px);
}
.head-fix .lang a {
  display: block;
  font-size: 12px;
  color: #b2b2b2;
  line-height: 15px;
}
.head-fix .lang .lang-list {
  display: none;
}
.head-fix .lang:hover .lang-list {
  display: block;
}
.lang-list {
  width: 50px;
  padding: 5px;
  background: #fff;
  position: absolute;
  right: 6px;
  top: 15px;
}
.lang-list li {
  margin-bottom: 3px;
}
/* ----- 头部搜索 search ----- */
#search-menu {
  position: relative;
  cursor: pointer;
  margin-bottom: -1px;
}
#search-menu img {
  display: inline-block;
  vertical-align: middle;
  height: 15px;
}
#search-menu span {
  margin-left: 5px;
  line-height: 20px;
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  margin-right: 24px;
  position: relative;
  color: #b2b2b2;
}
#search-menu span:after {
  content: "";
  position: absolute;
  right: -12px;
  top: 0;
  width: 1px;
  height: 100%;
  background: #edeeee;
}
#search {
  position: fixed;
  left: 0;
  top: -120px;
  width: 100%;
  background: #fff;
  padding: 35px 0;
  text-align: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  z-index: 99;
}
#search input {
  height: 50px;
  width: 52%;
  padding-left: 10px;
  font-size: 16px;
  border: 1px solid #006aff;
  vertical-align: middle;
}
#search button {
  height: 50px;
  line-height: 48px;
  font-size: 16px;
  text-align: center;
  background: #006aff;
  border: 1px solid #006aff;
  padding: 0 12px;
  width: 8%;
  color: #fff;
  vertical-align: middle;
}
#search #search-close {
  position: absolute;
  width: 40px;
  height: 40px;
  margin-left: 20px;
  top: 50px;
  cursor: pointer;
  display: inline-block;
}
#search #search-close:after {
  content: "";
  width: 30px;
  height: 3px;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 10px;
  transform: rotate(45deg);
  background: #006aff;
}
#search #search-close:before {
  content: "";
  width: 30px;
  height: 3px;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 10px;
  transform: rotate(-45deg);
  background: #006aff;
}
.head-fix .lang a {
  line-height: 20px;
}
.lang-list {
  top: 20px;
}
/* ----- 头部搜索 search ----- */
/* 首页轮播图 */
.banner {
  width: 100%;
}
.banner-text {
  position: absolute;
  width: 50%;
  top: 30%;
  margin-left: 550px;
}
.banner-text h3 {
  font-size: 40px;
  line-height: 45px;
  margin-bottom: 6px;
  color: #fff;
}
.banner-text h4 {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 25px;
}
.banner-text p i {
  display: inline-block;
  background: #fdd118;
  height: 4px;
  width: 40px;
  margin-bottom: 20px;
}
.banner-text p span {
  display: inline-block;
  background: #014099;
  height: 35px;
  line-height: 35px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  padding: 0 30px;
}
/* 首页产品 */
.index-title {
  color: #014099;
}
.index-title h3 {
  color: #014099;
  font-size: 34px;
  line-height: 45px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
}
.index-title h3 a {
  display: block;
  color: #014099;
}
.index-title p {
  margin-bottom: 60px;
  text-align: center;
  padding: 0;
}
.index-title p i {
  width: 40px;
  height: 4px;
  display: inline-block;
  background: #fdd118;
}
p.index-more {
  text-align: center;
}
p.index-more a {
    color: #ffffff;
    font-size: 18px;
    line-height: 30px;
    display: inline-block;
    margin-top: 50px;
    background: #0c6ab9;
    width: 120px;
    border-style: solid;
}
p.index-more a:hover {
    color: #0c6ab9;
    background: #fff;
    border-style: solid;
}
.index-product {
  padding: 50px 0;
}
/* 首页产品轮播 */
.swiper-p {
  position: relative;
  margin-bottom: 30px;
}
.swiper-p .swiper-button-next, .swiper-p .swiper-container-rtl .swiper-button-prev {
  right: -40px;
}
.swiper-p .swiper-button-prev, .swiper-p .swiper-container-rtl .swiper-button-next {
  left: -40px;
}
.swiper-p .swiper-pagination {
  left: 50%;
  width: 240px;
  margin-left: -120px;
  bottom: -40px;
}
.swiper-p .swiper-pagination-bullet {
  width: 44px;
  height: 5px;
  border-radius: 0;
  background: #e5e5e5;
  margin: 0 4px;
  opacity: 1;
}
.swiper-p .swiper-pagination-bullet-active {
  background: #014099;
}
.swiper-p .swiper-slide:hover .swiper-text {
  opacity: 1;
}
.swiper-text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(43, 90, 187, 0.76);
  opacity: 0;
  transition: all .5s;
}
.swiper-text h4 {
  font-size: 22px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 150px;
}
.swiper-text p i {
  width: 40px;
  height: 4px;
  background: #fdd118;
  display: inline-block;
}
.swiper-text p {
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
}
/* 首页加工 */
.index-machining {
  /* height: 400px; */
  padding: 60px;
  background: url(/web/images/index-bg2.png) no-repeat;
  background-size: cover;
}
.index-title-l h3 {
  color: #ffffff;
  font-size: 34px;
  line-height: 36px;
  text-align: left;
  margin-top: 0;
  margin-bottom: 5px;
}
.index-title-l h3 a {
  display: block;
  color: #ffffff;
}
.index-title-l p {
  margin-bottom: 25px;
  text-align: left;
  padding: 0;
}
.index-title-l p i {
  width: 40px;
  height: 4px;
  display: inline-block;
  background: #fdd118;
}
.index-machining-text {
  padding-right: 60px;
}
.index-machining-text a.more {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  background: #fff;
  color: #014099;
  text-align: center;
  padding: 0 35px;
}
.index-machining-text .intro {
  line-height: 30px;
  font-size: 14px;
  color: #fff;
  margin-bottom: 25px;
  padding-right: 15px;
  text-align: justify;
}
/* 首页新闻 */
.index-news {
  padding: 65px 0;
}
.index-news-list li {
  margin-bottom: 10px;
}
.index-news-list li a {
  display: block;
  box-shadow: 0 0px 8px rgba(0,0,0,.1);  padding: 20px 25px;
  transition: all .5s;
}
.index-news-list li h3 {
  font-size: 18px;
  line-height: 24px;
  color: #333333;
  margin: 0;
  transition: all .5s;
}
.index-news-list li h4 {
  font-size: 12px;
  line-height: 24px;
  color: #808080;
  margin: 0;
  margin-bottom: 15px;
  transition: all .5s;
}
.index-news-list li .intro {
  color: #333333;
  font-size: 14px;
  line-height: 24px;
  height: 48px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2; /* 行数 */
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
  transition: all .5s;
}
.index-news-list li p span {
  font-size: 12px;
  color: #333333;
  transition: all .5s;
}
.index-news-list li:hover a {
  background: #014099;
}
.index-news-list li:hover p span,
.index-news-list li:hover h3,
.index-news-list li:hover .intro,
.index-news-list li:hover h4 {
  color: #fff;
}
/* 首页关于我们 */
.index-contact {
  padding: 35px 0;
  background: #f7fafb;
}
.index-contact-intro {
  margin-bottom: 60px;
}
.index-contact-intro p {
  font-size: 16px;
  line-height: 30px;
  color: #333333;
  text-align: center;
}
.index-contact-intro p a {
  display: block;
  color: #333333;
}
.index-contact-icon ul li {
  width: 20%;
  float: left;
}
.index-contact-icon li p {
  text-align: center;
}
.index-contact-icon li img {
  display: inline-block;
  margin: 0 auto;
  height: 55px;
  transition: all .5s;
}
.index-contact-icon li h4 {
  font-size: 16px;
  text-align: center;
  color: #004f9b;
  margin-top: 15px;
}
.index-contact-icon ul li:hover img {
  transform: translateY(-10px);
}
/* 公共底部 */
.footer {
  background: #014099;
}
.footer-nav ul li {
  float: left;
}
.footer-nav ul li a {
  line-height: 110px;
  height: 110px;
  display: block;
  margin-right: 45px;
  font-size: 16px;
  color: #ffffff;
}
.footer-nav {
  position: relative;
}
.footer-nav .link {
  position: absolute;
  right: 0;
  top: 40px;
}
.footer-nav .link a {
  display: inline-block;
  margin-left: 20px;
  /* background: #f1f1f1; */
  width: 25px;
  height: 25px;
}
.footer-nav .link a:nth-child(1) {
  background: url(/web/images/foot-icon1.png) no-repeat center;
  background-size: auto;
  margin-left: 0;
}
.footer-nav .link a:nth-child(2) {
  background: url(/web/images/foot-icon2.png) no-repeat center;
  background-size: auto;
}
.footer-nav .link a:nth-child(3) {
  background: url(/web/images/foot-icon3.png) no-repeat center;
  background-size: auto;
}
.footer-nav .link a:nth-child(4) {
  background: url(/web/images/foot-icon4.png) no-repeat center;
  background-size: auto;
}
.footer-nav .link a:nth-child(5) {
  background: url(/web/images/foot-icon5.png) no-repeat center;
  background-size: auto;
}
.footer-nav .link a:nth-child(6) {
  background: url(/web/images/foot-icon6.png) no-repeat center;
  background-size: auto;
}
.fix-icon {
  position: fixed;
  bottom: 30%;
  right: 40px;
  width: 60px;
  z-index: 999;
}
.fix-icon a {
  display: block;
  height: 60px;
  width: 60px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
  position: relative;
}
.fix-icon a img {
  width: 100%;
}
.fix-icon a:hover span {
  display: block;
}
.fix-icon a span {
  display: none;
  position: absolute;
  left: -200px;
  top: 0;
  background: #fff;
  width: 190px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  font-size: 18px;
  color: #333;
}
.copyright {
  line-height: 44px;
  height: 46px;
  border-top: 1px solid #2057a5;
  text-align: center;
}
.copyright span {
  display: inline-block;
  margin: 0 1px;
  font-size: 12px;
  color: #ffffff;
}
.copyright span a {
  font-size: 12px;
  color: #ffffff;
}
/* 首页CSS */

/* 栏目页面头部 */
.sort-banner {
  position: relative;
}
.sort-banner .sort-text {
  position: absolute;
  top: 35%;
}
.sort-banner .sort-text h3,
.sort-banner .sort-text h2 {
  font-size: 36px;
  font-weight: 700;
  color: #2057a5;
  margin-bottom: 20px;
}
.sort-banner .sort-text p i {
  display: block;
  height: 5px;
  width: 100%;
  background: #2057a5;
}
/* 栏目页面菜单 */
.sort-navbar {
  background: #c2c3c3;
  margin-bottom: 35px;
}
.sort-nav li {
  float: left;
}
.sort-nav li a {
  display: inline-block;
  height: 65px;
  line-height: 65px;
  padding: 0 25px;
  text-align: center;
  font-size: 14px;
  color: #666666;
}
.sort-nav li:hover a,
.sort-nav li.active a {
  color: #ffffff;
  background: #014099;
}
/* 产品列表 */
.product-list li {
  margin-bottom: 45px;
}
.product-list li a {
  display: block;
  box-shadow: 0 0px 8px rgba(0,0,0,.1);
  transition: all .5s;
}
.product-list li:hover a {
  box-shadow: 0 0px 15px rgba(0,0,0,.15);
}
.product-list li:hover h4 {
  color: #014099;
}
.product-list li:hover img {
  transform: scale(1.1);
}
.product-list .card-head {
  display: block;
  border: 0;
  overflow: hidden;
  box-shadow: 0 0px 8px rgba(0,0,0,.1);
}
.product-list .card-head img {
  display: block;
  width: 100%;
  transition: all .5s;
  max-width: 200px;
  margin: auto;
}
.product-list .card-body {
  padding: 10px 15px;
}
.product-list .card-body h4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #333333;
}
.product-list .card-body .intro {
  color: #808080;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 10px;
  height: 48px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.product-list .card-body p span {
  font-size: 12px;
  color: #014099;
  line-height: 14px;
}

/* 产品列表 */
.product-listb li {
  margin-bottom: 45px;
}
.product-listb li a {
  display: block;
  box-shadow: 0 0px 8px rgba(0,0,0,.1);
  transition: all .5s;
}
.product-listb li:hover a {
  box-shadow: 0 0px 15px rgba(0,0,0,.15);
}
.product-listb li:hover h4 {
  color: #014099;
}
.product-listb li:hover img {
  transform: scale(1.1);
}
.product-listb .card-head {
  display: block;
  border: 0;
  overflow: hidden;
  box-shadow: 0 0px 8px rgba(0,0,0,.1);
}
.product-listb .card-head img {
  display: block;
  width: 100%;
  transition: all .5s;

}
.product-listb .card-body {
  padding: 10px 15px;
}
.product-listb .card-body h4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #333333;
}
.product-listb .card-body .intro {
  color: #808080;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 10px;
  height: 48px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.product-listb .card-body p span {
  font-size: 12px;
  color: #014099;
  line-height: 14px;
}


/* 网站通用分页 */
.page-pagination {
  text-align: center;
  margin-bottom: 45px;
}
.page-pagination a {
  color: #333333;
  /* background: #f1f1f1; */
  min-width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0 5px;
  display: inline-block;
  cursor: pointer;
  font-size: 14px;
  text-align: center;
  padding: 0;
}
.page-pagination a.jp-disabled {
  cursor: not-allowed;
}
.page-pagination a:hover,
.page-pagination a.jp-current {
  color: #fff;
  background: #014099;
}
.page-pagination .jp-previous,
.page-pagination a.jp-next {
  display: inline-block;
}
.page-pagination .jp-previous {
  position: relative;
  text-indent: -9999px;
}
.page-pagination .jp-previous:after {
  content: "<";
  font-size: 18px;
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  text-indent: 0;
  color: #333;
  text-align: center;
  line-height: 40px;
}
.page-pagination .jp-previous:hover:after {
  color: #fff;
}
.page-pagination .jp-next {
  position: relative;
  text-indent: -9999px;
}
.page-pagination .jp-next:after {
  content: ">";
  font-size: 18px;
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  text-indent: 0;
  color: #333;
  text-align: center;
  line-height: 40px;
}
.page-pagination .jp-next:hover:after {
  color: #fff;
}
.no-content {
  padding: 150px 0;
}
.no-content p {
  text-align: center;
  color: #808080;
  font-size: 16px;
}
/* 产品分类 */

/* 资料下载公共样式 */
.download-list li {
  margin-bottom: 30px;
}
.download-list li a {
  display: block;
  padding: 10px;
  border-radius: 15px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
  font-size: 16px;
  color: #333333;
}
.download-list li a h4 > img:nth-child(1) {
  margin-right: 0px;
}
.download-list li a h4 > img:nth-child(2) {
  margin-top: 15px;
}
.download-list li:hover a {
  color: #004f9b;
  box-shadow: 0 0 15px rgba(1, 64, 153, 0.35);
}
/* 资料下载公共样式 */

/* ----- 关于我们 about-content ----- */
.about-content {
  padding: 0 0 35px 0;
}
.about-content .about-left {
  padding-bottom: 20px;
}
.about-content .about-right {
  padding-left: 30px;
}
.about-content .about-right h2.en {
  line-height: 24px;
  font-size: 18px;
  font-weight: 700;
  color: #014099;
  margin: 20px 0 2px 0;
  position: relative;
}
.about-content .about-right h2.en:after {
  content: "";
  width: 120px;
  height: 94px;
  background: url(/web/images/about-i.png) no-repeat;
  position: absolute;
  left: -10px;
  top: -18px;
}
.about-content .about-right h2.cn {
  line-height: 30px;
  font-size: 24px;
  font-weight: 700;
  color: #333333;
  margin: 0 0 30px 0;
}
.about-content .about-right p {
  line-height: 24px;
  font-size: 14px;
  color: #666666;
  margin-bottom: 5px;
}
.about-content .about-right p strong {
  font-weight: 700;
  color: #333333;
}
.about-content .about-right h4 {
  line-height: 24px;
  font-size: 18px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 5px;
}
/* ----- 关于我们 about ----- */

/* ----- 联系我们 contact ----- */
.contact {
  padding: 35px 0;
}
.contact .map {
  margin-bottom: 40px;
}
#allmap {
  width: 100%;
  height: 310px;
  overflow: hidden;
  margin:0;
}
.contact h3 {
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 40px;
}
.contact-info {
  display: flex;
  margin-bottom: 30px;
}
.contact-info .contact-icon {
  width: 70px;
}
.contact-info .contact-icon img {
  display: inline-block;
  margin: 0 auto;
}
.contact-info .contact-text {
  flex: 1;
}
.contact-info .contact-text h5 {
  font-size: 18px;
  line-height: 26px;
  color: #000000;
  margin: 0;
  margin-bottom: 4px;
}
.contact-info .contact-text p {
  font-size: 16px;
  line-height: 24px;
  color: #666666;
  margin: 0;
}
.contact-info .contact-text p strong {
  font-size: 24px;
  font-weight: 700;
  color: #014099;
  margin: 0;
}
.form-group input.form-control {
  height: 45px;
  line-height: 45px;
  max-width: 475px;
  padding: 0 10px;
  border: 1px solid #dcdcdc;
  background: #f7f7f7;
}
.form-group textarea.form-control {
  line-height: 35px;
  padding: 5px 10px;
  max-width: 475px;
  border: 1px solid #dcdcdc;
  background: #f7f7f7;
}
.contact .btn-submit {
  background: #014099;
  border: 1px solid #014099;
  height: 45px;
  line-height: 45px;
  padding: 0 45px;
}
/* ----- 联系我们 contact ----- */

/* ----- 招聘公告 recruit ----- */
.recruit-top {
  margin-top: 45px;
  display: flex;
  height: 325px;
  flex-wrap: wrap;
}
.recruit-top .recruit-top-l {
  width: 740px;
  height: 100%;
}
.recruit-top .recruit-top-l img {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}
.en .recruit-top .recruit-top-r {
  padding: 40px 0 0 30px;
}
.recruit-top .recruit-top-r {
  flex: 1;
  height: 100%;
  background: #014099;
  padding: 30px 0 0 30px;
}
.recruit-top .recruit-top-r > h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 36px;
  margin-top: 20px;
}
.recruit-top .recruit-top-r > p {
  color: #fff;
  font-size: 20px;
  line-height: 36px;
  margin-top: 20px;
}
/* 招聘 */
.m-talents-list {
  width: 100%;
  margin-top: 25px;
}
.m-talents-list-head {
  font-size: 16px;
  line-height: 55px;
  width: 100%;
  color: #272625;
  background-color: #e2cda4;
}
.m-talents-list-head > div {
  float: left;
}
.m-talents-list-head .t1 {
  width: 28%;
  padding-left: 30px;
}
.m-talents-list-head .t2 {
  width: 14%;
}
.m-talents-list-head .t3 {
  width: 20%;
}
.m-talents-list-head .t4 {
  width: 14%;
}
.m-talents-list-head .t5 {
  width: 12%;
}
.m-talents-list-head .t6 {
  width: 12%;
}
.m-talents-list-body {
  width: 100%;
  margin: 0;
}
.m-talents-list-body li {
  height: 55px;
  line-height: 55px;
  width: 100%;
  display: block;
  margin-top: 10px;
  background-color: #f9f9f9;
}
.m-talents-list-body li > div {
  float: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.m-talents-list-body .b1 {
  width: 28%;
  padding-right: 10px;
  padding-left: 30px;
}
.m-talents-list-body .b2 {
  width: 14%;
}
.m-talents-list-body .b3 {
  width: 20%;
  padding-right: 20px;
}
.m-talents-list-body .b4 {
  width: 14%;
  padding-right: 10px;
}
.m-talents-list-body .b5 {
  width: 12%;
}
.m-talents-list-body .b6 {
  width: 12%;
}
.m-talents-list-body .b5 a {
  margin-left: 3px;
  text-decoration: none;
  color: #014099;
}
/* ----- 招聘公告 recruit ----- */


/* ----- 招聘详情 join ----- */
.join-content-main {
  padding: 35px 0;
}
.join-content > h2 {
  font-size: 30px;
  color: #000000;
  line-height: 45px;
  margin-top: 0;
}
.join-content .intro {
  padding: 20px;
  background: #f1f1f1;
  margin-top: 15px;
  margin-bottom: 15px;
}
.join-content .intro span {
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  color: #666;
}
/* ----- 招聘详情 join ----- */

/* ----- 新闻列表 news ----- */
.news-list li {
  margin-bottom: 45px;
}
.news-list li a {
  display: block;
  box-shadow: 0 0px 8px rgba(0,0,0,.1);
  transition: all .5s;
}
.news-list li:hover a {
  box-shadow: 0 0px 15px rgba(0,0,0,.15);
}
.news-list li:hover h4 {
  color: #014099;
}
.news-list li:hover img {
  transform: scale(1.1);
}
.news-list li:hover p span:after {
  content: "";
  width: 55px;
  height: 7px;
  background: #fdd118;
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: -1;
}
.news-list .card-head {
  display: block;
  border: 0;
  overflow: hidden;
}
.news-list .card-head img {
  display: block;
  width: 100%;
  transition: all .5s;
  max-height: 260px;
}
.news-list .card-body {
  padding: 10px 15px;
}
.news-list .card-body h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  color: #333333;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1; /* 行数 */
  -webkit-box-orient: vertical;
}
.news-list .card-body h5 {
  font-size: 12px;
  line-height: 14px;
  color: #808080;
  margin-bottom: 15px;
}
.news-list .card-body .intro {
  color: #808080;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 10px;
  height: 48px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-list .card-body p span {
  font-size: 12px;
  color: #333333;
  line-height: 14px;
  position: relative;
}
/* ----- 新闻列表 news ----- */

/* ----- 新闻详情 news ----- */
.news-content-main {
  padding: 35px 0;
}
.news-content > h2 {
  font-size: 30px;
  color: #000000;
  line-height: 45px;
  margin-top: 0;
}
.news-content > p.time {
  font-size: 12px;
  color: #666;
  line-height: 22px;
  margin-bottom: 20px;
}
.news-content > p.time span {
  margin-right: 10px;
}
.content-main p {
  font-size: 14px;
  color: #333333;
  line-height: 24px;
  margin-bottom: 20px
}
.content-main img,
.content-main video,
.content-main table {
  max-width: 100% !important;
}
.content-main table {
  width: 100%;
}
.content-main table td,
.content-main table th {
  border: 1px solid #666;
}
.more-content {
  margin-top: 30px;
}
.more-content p a {
  display: block;
}
.more-content p a,
.more-content p {
  font-size: 14px;
  color: #333333;
  line-height: 24px;
}
.more-content p a:hover {
  color: #014099;
}
/* ----- 新闻详情 news ----- */

/* ----- 加工能力 maching ----- */
.machining {
  padding-bottom: 60px;
}
.machining img {
  max-width: 100%;
}
.machining .row {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.machining .row > div {
  padding: 0;
  display: block;
}
.machining-text {
  height: 100%;
  padding: 20px 30px;
  background: url(/web/images/ma-bg.png) no-repeat;
  background-size: cover;
}
.machining-text h3 {
  font-size: 30px;
  color: #ffffff;
}
.machining-text p {
  margin-bottom: 20px;
}
.machining-text p i {
  display: inline-block;
  width: 120px;
  height: 3px;
  background: #fdd118;
}
.machining-text .intro {
  font-size: 16px;
  line-height: 30px;
  height: 120px;
  color: #ffffff;
  margin-bottom: 40px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.machining-text a {
  font-size: 16px;
  line-height: 30px;
  display: inline-block;
  color: #ffffff;
}
.machining-text a img {
  display: inline-block;
  vertical-align: middle;
  height: 18px;
  margin-left: 2px;
}
/* ----- 加工能力 maching ----- */


@media screen and (max-width:1680px) {
  
}

@media screen and (max-width:1600px) {
  .nav li a {
    padding: 0 10px;
  }
}

@media screen and (max-width:1480px) {
  
}

@media screen and (max-width:1360px) {
  
}

@media screen and (max-width:1200px) {
  .brand {
    width: 275px;
  }
  .navbar .nav li {
    margin: 0 2px;
  }
  .nav li a {
    padding: 0 8px;
  }
}

@media screen and (max-width:1280px) {
  
}

@media screen and (max-width:1100px) {
  
}

@media screen and (max-width:1024px) {
  .menu{
    display: block;
    float: right;
    cursor: pointer;
    height: 40px;
    width: 35px;
    position: absolute;
    top: 5px;
    right: 15px;
  }
  .menu span{
    display: inline-block;
    width: 30px;
    height: 3px;
    background-color: #014099;
    border-radius: 5px;
    position: absolute;
    top: 24px;
    left: 0px;
    transition: background-color 0.2s ease-out 0.1s;
  }
  .menu span:before{
    content: '';
    display: inline-block;
    width: 30px;
    height: 3px;
    background-color: #014099;
    border-radius: 5px;
    position: absolute;
    top: -10px;
    left: 0px;
    transition: transform 0.1s ease-out,top 0.3s ease 0.2s;
    transform: rotate(0deg);
  }
  .menu span:after{
    content: '';
    display: inline-block;
    width: 30px;
    height: 3px;
    background-color: #014099;
    border-radius: 5px;
    position: absolute;
    top: 10px;
    left: 0px;
    transition: transform 0.1s ease-out,top 0.3s ease 0.2s;
    transform: rotate(0deg);
  }
  .header.menu_click .menu span{background-color:transparent;}
  .header.menu_click .menu span:before{transition:top 0.3s ease,transform 0.1s ease-out 0.2s;transform:rotate(45deg);top:0px;}
  .header.menu_click .menu span:after{transition:top 0.3s ease,transform 0.1s ease-out 0.2s;transform:rotate(-45deg);top:0px;}
  .navbar {
    width: 250px;
    height: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    left: -250px;
    margin-top: 0;
    margin-bottom: 0;
    overflow-y: auto;
    z-index: 9999;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  }
  .navbar .nav li {
    width: 100%;
    margin: 0;
  }
  .navbar .nav li a {
    display: block;
    padding: 0 15px;
    text-align: left;
    padding-left: 35px;
  }
  .swiper-button-next, .swiper-button-prev {
    display: none;
  }
  .index-machining-text {
    padding-right: 0px;
  }
  .index-machining {
    padding: 60px 15px;
  }
  .index-contact-icon ul {
    text-align: center;
  }
  .en .index-contact-icon ul li {
    width: 48%;
  }
  .index-contact-icon ul li {
    width: 30%;
    display: inline-block;
    float: unset;
    margin-bottom: 10px;
  }
  .footer-nav ul {
    display: none;
  }
  .footer-nav .link {
    position: relative;
    top: 0;
    padding: 15px;
    text-align: center;
  }
  .banner img {
    max-width: auto;
    height: 300px;
  }
  .banner-text {
    position: absolute;
    width: 100%;
    top: 15%;
    margin-left: 0px;
  }
  .header {
    height: 60px;
    padding: 5px 0;
  }
  .brand {
    /*height: 50px;*/
    width: 240px;
    margin-top: 15px;
  }
  .sort-banner {
    min-height: 180px;
  }
  .sort-banner img {
    display: none;
  }
}

@media screen and (min-width:992px) {
  .hidden-sm {
    display: block !important;
  }
  .show-sm {
    display: none !important;
  }
}

@media screen and (max-width:768px) {
  .copyright {
    line-height: 30px;
    height: auto;
    padding: 10px 0;
  }
  .copyright span {
    display: block;
  }
  .hidden-sm {
    display: none;
  }
  .show-sm {
    display: block;
  }
  .en .sort-nav li {
    width: 100%;
  }
  .sort-nav li {
    width: 50%;
  }
  .sort-nav li a {
    width: 100%;
    padding: 0;
    height: 50px;
    line-height: 50px;
  }
  .footer-nav .link {
    padding: 15px 0;
  }
  .footer-nav .link a {
    margin-left: 12px;
  }
  .fix-icon {
    bottom: 20%;
    right: 5px;
    width: 40px;
    z-index: 999;
  }
  .fix-icon a {
    width: 40px;
    height: 40px;
  }
  .index-title p {
    margin-bottom: 30px;
  }
  .index-product,
  .index-machining,
  .index-news,
  .index-contact {
    padding: 30px 0;
  }
  .banner-text h3 {
    font-size: 24px;
    line-height: 35px;
  }
  .banner-text h4 {
    font-size: 16px;
    margin-bottom: 10px;
    width: 93%;
  }
  .banner-text p {
    margin-bottom: 0;
  }
  .sort-banner .sort-text {
    top: 25%;
  }
  .swiper-text h4 {
    margin-top: 65px;
  }
  p.index-more a {
    margin-top: 30px;
  }
  .index-contact-intro p {
    text-align: left;
    text-indent: 2em;
  }
  .index-contact-intro {
    margin-bottom: 30px;
  }
  .sort-banner .sort-text h3, .sort-banner .sort-text h2 {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .machining .row > div {
    width: 100%;
  }
  .machining .row {
    margin-bottom: 20px;
  }
  .machining .row > div img {
    display: none;
  }
  .recruit-top {
    height: auto;
  }
  .recruit-top .recruit-top-r {
    padding: 20px 15px;
  }
  .recruit-top .recruit-top-r > h3 {
    margin-top: 0;
    font-size: 18px;
    line-height: 30px;
  }
  .m-talents-list-head {
    display: none;
  }
  .m-talents-list-body li {
    height: 200px;
    padding: 10px 0;
    line-height: 45px;
    background-color: #eee;
  }
  .m-talents-list-body .b3,
  .m-talents-list-body .b4 {
    padding-left: 30px;
  }
  .m-talents-list-body > li div.b5 {
    padding-left: 30px;
    display: block !important;
  }
  .m-talents-list-body > li div:nth-child(odd) {
    width: 100% !important;
  }
  .m-talents-list-body > li div:nth-child(even) {
    width: 100% !important;
    display: none;
  }
  .about-content .about-right {
    padding-left: 15px;
  }
  .join-content .intro {
    padding: 15px 10px;
  }
  .join-content .intro span {
    width: 100%;
    padding: 0 5px;
  }
  .recruit-top .recruit-top-r > p {
    font-size: 16px;
    line-height: 30px;
    margin-top: 0;
  }
  .news-content > h2 {
    font-size: 24px;
    line-height: 36px;
  }
  .content-main table {
    width: 100% !important;
  }
}

.navbar{
  display: flex;
  align-items: center;
}
.nav-laug{
  display: flex;
}
.nav-laug li:first-child{
  margin-right: 10px;
}
.nav-laug a{
  color: rgb(51 122 183 / 50%);
  font-size: 14px;
  line-height: 20px;
}
.nav-laug a.active{
  color: #337ab7;
}