/* Write your styles */
/* Ã¨Â®Â¾Ã§Â½Â®Ã¦Â»Å¡Ã¥Å Â¨Ã¦ÂÂ¡Ã§Å¡â€žÃ¥Â®Â½Ã¥ÂºÂ¦Ã¥â€™Å’Ã©Â«ËœÃ¥ÂºÂ¦ */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

/* Ã¨Â®Â¾Ã§Â½Â®Ã¦Â»Å¡Ã¥Å Â¨Ã¦ÂÂ¡Ã¨Â½Â¨Ã©Ââ€œÃ§Å¡â€žÃ¨Æ’Å’Ã¦â„¢Â¯Ã©Â¢Å“Ã¨â€°Â² */
::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}

/* Ã¨Â®Â¾Ã§Â½Â®Ã¦Â»Å¡Ã¥Å Â¨Ã¦ÂÂ¡Ã¦Â»â€˜Ã¥Ââ€”Ã§Å¡â€žÃ¨Æ’Å’Ã¦â„¢Â¯Ã©Â¢Å“Ã¨â€°Â² */
::-webkit-scrollbar-thumb {
  background-color: #888;
}

/* Ã¨Â®Â¾Ã§Â½Â®Ã¦Â»Å¡Ã¥Å Â¨Ã¦ÂÂ¡Ã¦Â»â€˜Ã¥Ââ€”Ã¦â€šÂ¬Ã¥ÂÅ“Ã¦â€”Â¶Ã§Å¡â€žÃ¨Æ’Å’Ã¦â„¢Â¯Ã©Â¢Å“Ã¨â€°Â² */
::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}
body {
  font-size: 14px;
}

.am-pagination > .am-active > a,
.am-pagination > .am-active > a:focus,
.am-pagination > .am-active > a:hover,
.am-pagination > .am-active > span,
.am-pagination > .am-active > span:focus,
.am-pagination > .am-active > span:hover {
  background-color: #0153a7;
}

.am-pagination > li > a {
  color: #666;
}

.p-container {
  width: 1200px;
  margin: auto;
}
.p-header {
  height: 90px;
  position: relative;
  z-index: 1000;
}
.p-header .p-header-logo {
  padding: 6px 0;
  display: inline-block;
}
.p-navs {
  float: right;
}
.p-navs,
.p-navs ul,
.p-navs li {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.p-navs a {
  display: block;
  word-wrap: normal; /* for IE */
  /* text-overflow: ellipsis; */
  white-space: nowrap;
  font-size: 16px;
  color: #444;
}
.p-navs a:hover {
  color: #0153a7;
}
.p-navs .sub {
  display: none;
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  min-width: 100%;
  padding: 5px;
  background-color: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.p-navs .sub::after {
  content: " ";
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  height: 10px;
  background-color: transparent;
}
.p-navs > li > a {
  border-bottom: 2px transparent solid;
}
.p-navs > li:hover > a {
  border-bottom: 2px #0153a7 solid;
}
.p-navs > li:hover .sub {
  display: block;
}
.p-navs > li {
  float: left;
  position: relative;
  padding: 0 10px;
}
.p-navs > li > a {
  display: block;
  padding: 0 5px;
  line-height: 88px;
}
.p-navs .sub > li > a {
  padding: 10px 30px;
}

.p-footer {
  background-color: #f3f1f2;
  padding: 15px 0;
  font-size: 14px;
}
.p-footer .copyright {
  display: inline-block;
}
.p-footer .link {
  float: right;
  list-style: none;
  margin: 0;
  padding: 0;
}
.p-footer .link > li {
  display: inline-block;
  padding: 0 5px;
}
.p-footer .link > li::after {
  content: "|";
  margin-left: 10px;
}
.p-footer .link > li:last-child::after {
  content: "";
}
.p-footer .link a {
  color: #444;
}

.p-banner {
  background: url("../images/banner.png") no-repeat 50% 50%;
  height: 350px;
}
.p-banner .p-container {
  position: relative;
}
.p-banner .head {
  position: absolute;
  left: 100px;
  top: 100px;
  color: #0153a7;
}
.p-banner .head .title {
  font-size: 48px;
  font-weight: bold;
}

.p-banner .head .sub {
  font-size: 30px;
  font-weight: bold;
}

.p-nav-tabs {
  height: 75px;
  background-color: #fff;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
  text-align: center;
  position: relative;
  z-index: 1;
}

.p-nav-tabs a {
  display: inline-block;
  line-height: 75px;
  font-size: 22px;
  color: #444;
  padding: 0 20px;
}
.p-nav-tabs a.active {
  background-color: #0153a7;
  color: #fff;
}

/*--------------index page-----------------*/

.index-swiper-container {
  width: 100%;
  height: 650px;
  margin-left: auto;
  margin-right: auto;
}

.index-swiper-container .swiper-slide {
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.index-swiper-container .swiper-pagination {
  text-align: center;
}

.index-swiper-container .swiper-pagination-bullet {
  width: 45px;
  height: 10px;
  background-color: #1e85f5;
  opacity: 1;
  transition: width 0.5s ease-in-out;
  border-radius: 50px;
  font-size: 0;
}

.index-swiper-container .swiper-pagination-bullet-active {
  background-color: #fff;
  width: 45px;
}

.index-title {
  text-align: center;
}
.index-title > .title {
  font-size: 30px;
  color: #0153a7;
  position: relative;
  padding: 20px 0;
}
.index-title > .title::after {
  content: " ";
  position: absolute;
  left: 50%;
  bottom: 10px;
  width: 50px;
  border-bottom: 2px #ddd solid;
  margin-left: -25px;
}
.index-title > .sub {
  font-size: 14px;
  color: #666;
}

.index-about {
  padding: 30px 0;
  background: url(../images/index-intro-bg.png) no-repeat right bottom;
}
.index-about-content {
  padding: 50px 0;
}
.index-about-content > .info .pic {
  float: left;
  width: 440px;
}
.index-about-content > .info .cnt {
  margin-left: 500px;
}

.index-about-content > .info .cnt .title {
  font-size: 24px;
  font-weight: bold;
}

.index-about-content > .info .cnt .txt {
  padding: 20px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}
.index-about-content > .info .cnt .more {
  display: inline-block;
  padding: 5px 20px;
  background-color: #0153a7;
  color: #fff;
}
.index-about-content > .stati {
  padding-top: 50px;
  text-align: center;
}
.index-about-content > .stati .item {
  display: inline-block;
  margin: 0 60px;
  color: #999;
}
.index-about-content > .stati .item .num {
  font-size: 52px;
  font-weight: bold;
  color: #0153a7;
  line-height: 1;
}
.index-about-content > .stati .item .num .unit {
  font-size: 16px;
  font-weight: normal;
}
.index-about-content > .stati .item .txt {
  font-size: 18px;
  text-align: left;
}

.index-news {
  background-color: #f1f1f1;
  padding: 50px 0;
}
.index-news .am-nav-tabs,
.index-news .am-tabs-bd {
  border: 0;
}
.index-news .am-nav-tabs {
  text-align: center;
  padding: 30px 0;
}
.index-news .am-nav-tabs > li {
  display: inline-block;
  margin: auto;
  float: none;
}
.index-news .am-nav > li > a {
  border: 0;
  padding: 10px 20px;
  border: 1px #ddd solid !important;
  background-color: #fff;
  font-size: 16px;
  color: #666;
}
.index-news .am-nav > li.am-active > a,
.index-news .am-nav > li.am-active > a:focus,
.index-news .am-nav > li.am-active > a:hover {
  background-color: #0153a7;
  color: #fff !important;
}

.index-news-content {
  overflow: hidden;
}
.index-news-content > .swiper-container {
  float: left;
  width: 570px;
  box-sizing: border-box;
  background-color: #fff;
  border: 5px #fff solid;
  position: relative;
}
.index-news-content > .swiper-container .swiper-slide {
  position: relative;
}
.index-news-content > .swiper-container .swiper-slide img {
  width: 100%;
  height: 388px;
}
.index-news-content > .swiper-container .swiper-pagination {
  position: absolute;
  bottom: 10px;
  right: 10px;
  left: inherit;
  width: 100px;
}
.index-news-content > .swiper-container .swiper-slide .txt {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.65) 100%
  );
  padding: 30px 10px 10px;
  color: #fff;
  padding-right: 120px;
  box-sizing: border-box;
  word-wrap: normal; /* for IE */
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.index-news-content > .list {
  margin: 0 0 0 600px;
  list-style: none;
  padding: 0;
}
.index-news-content > .list > li {
  padding-bottom: 10px;
}

.index-news-content > .list .item {
  background-color: #fff;
  color: #666;
  display: block;
  height: 125px;
  padding: 15px 15px 5px;
  border-bottom: 2px transparent solid;
}
.index-news-content > .list .item .title {
  color: #0153a7;
  font-size: 16px;
  word-wrap: normal; /* for IE */
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.index-news-content > .list .item .intro {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 5px 0;
  height: 44px;
}
.index-news-content > .list .item .date {
  color: #999;
  float: left;
}
.index-news-content > .list .item .more {
  color: #0153a7;
  float: right;
}
.index-news-content > .list .item:hover {
  border-color: #0153a7;
}

.index-concat {
  background: url(../images/index-concat-bg.png) no-repeat 50% 50%;
  color:#fff;

  padding: 50px 0;
}
.index-concat .index-title > .title,
.index-concat .index-title > .sub{
  color: #fff!important;
}
.index-concat .list{
  text-align: center;
  padding-top: 50px ;
}
.index-concat >.list>.item{
  display: inline-block;
  padding: 0 50px;
  width: 300px;
  vertical-align: middle;
}
.index-concat >.list>.item .title{
  height: 80px;
}
.index-concat >.list>.item .txt{
  font-size: 18px;
  font-weight: bold;
  padding-top: 10px;
}



.index-frielink{
  padding: 50px 0;
}
.index-frielink .swiper-container{
  padding: 50px 0;
}
.index-frielink .swiper-container .swiper-slide{
  display: flex;
  align-items: center;
  justify-content: space-around;
}

/*--------------about page-----------------*/
.aboutus-way {
  padding: 50px 0;
  background-color: #f6f7f9;
}
.aboutus-way > .p-container {
  display: flex;
  justify-content: space-around;
}
.aboutus-way .box {
  width: 560px;
  height: 280px;
  padding: 65px 50px;
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 3px;
  box-shadow: 0 0 5px rgba(0, 0, 255, 0.1);
  display: flex;
  align-items: center;
}
.aboutus-way .box > .icon {
  width: 120px;
  height: 120px;
  background-color: #f6f8fd;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.aboutus-way .box > .content {
  flex: 1;
  padding-left: 50px;
}
.aboutus-way .box > .content > .title {
  font-size: 24px;
  padding-bottom: 20px;
}
.aboutus-way .box > .content > .sub {
  font-size: 18px;
}

.aboutus-map > .p-container {
  display: flex;
  padding: 50px 0;
}
.aboutus-map .info {
  flex: 1;
  padding: 80px 30px 0 60px;
}
.aboutus-map .info > .title {
  font-size: 24px;
  position: relative;
  padding: 20px 0;
}
.aboutus-map .info > .title::after {
  content: "";
  border-bottom: #0153a7 solid 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100px;
}
.aboutus-map .info > .address {
  padding-top: 50px;
  overflow: hidden;
}
.aboutus-map .info > .address .lb {
  float: left;
}
.aboutus-map .info > .address .val {
  margin-left: 90px;
}

.aboutus-map .map {
  position: relative;
  width: 660px;
  height: 370px;
  overflow: hidden;
}

.feedback-main {
  padding: 50px 0;
  font-size: 14px;
}
.feedback-title {
  padding: 30px 0;
  text-align: center;
  font-size: 28px;
  position: relative;
}
.feedback-title::after {
  content: "";
  width: 100px;
  position: absolute;
  left: 50%;
  bottom: 15px;
  margin-left: -50px;
  border-bottom: 2px #0153a7 solid;
}

.feedback-mail {
  font-size: 16px;
}
.feedback-input {
  border: 1px #ddd solid;
  border-radius: 3px;
  background-color: #fff;
  position: relative;
  margin-bottom: 30px;
}
.feedback-input input,
.feedback-input textarea {
  border: 0;
  display: block;
  width: 100%;
  box-sizing: border-box;
  text-indent: 4em;
  outline: none;
  line-height: 50px;
}
.feedback-input input {
  height: 50px;
}
.feedback-input .lb {
  position: absolute;
  left: 8px;
  top: 18px;
  color: #8f8f8f;
  line-height: 1;
}
.feedback-input .lb.rq {
  color: red;
}
.feedback-input .msg {
  position: absolute;
  top: 100%;
  color: #8f8f8f;
}

.feedback-submit {
  display: inline-block;
  margin: auto;
  padding: 8px 30px;
  color: #fff;
  background-color: #0153a7;
  border: 0;
  border-radius: 3px;
}

/*--------------product page-----------------*/
.product-list {
  padding: 50px 0;
  list-style: none;
  margin: 0;
  overflow: hidden;
  font-size: 16px;
}
.product-list > li {
  float: left;
  width: 33.3%;
  box-sizing: border-box;
  padding: 20px;
}
.product-list > li > .item {
  display: block;
  width: 100%;
  background-color: #f1f1f1;
  text-align: center;
  color: #666;
  cursor: pointer;
}
.product-list > li > .item .pic {
  width: 100%;
  position: relative;
  height: 250px;
  overflow: hidden;
}
.product-list > li > .item .pic img {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  height: 100%;
  min-width: 100%;
  margin: 0;
  padding: 0;
  transform: translate(-50%, -50%);
}
.product-list > li > .item .title {
  padding: 10px;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.product-list > li > .item:hover {
  background-color: #0153a7;
  color: #fff !important;
}
.product-pagination {
  padding-bottom: 50px;
}

.product-local {
  padding: 30px 0;
  color: #666;
  font-size: 16px;
}
.product-local > .cur {
  color: #0153a7;
}

.product-desc .title {
  font-size: 28px;
  font-weight: bold;
  padding: 0 0 30px;
}

.product-desc .swiper-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.product-desc .swiper-container .swiper-wrapper {
  height: 650px;
}
.product-desc .swiper-container .swiper-slide {
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.product-desc .swiper-container .swiper-pagination {
  position: relative;
  bottom: 0;
  text-align: center;
  padding: 30px 0;
}

.product-desc .swiper-container .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #1e85f5;
  opacity: 1;
  transition: width 0.5s ease-in-out;
  border-radius: 50px;
  font-size: 0;
}

.product-desc .swiper-container .swiper-pagination-bullet-active {
  background-color: #cedbfb;
  height: 10px;
}

.product-intro {
  background-color: #f6f7f9;
  padding: 50px 0;
  font-size: 16px;
}
.product-intro .attrs-title {
  margin: 15px 0;
  border-left: #0153a7 solid 3px;
  padding-left: 10px;
  line-height: 1;
}

.product-intro .attrs-list {
  overflow: hidden;
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 1.5;
}

.product-intro .attrs-list > li {
  width: 33.3%;
  float: left;
  margin-top: 10px;
}

.product-article-bar {
  padding: 50px 0;
}
.product-article-bar .back {
  float: right;
}
.product-article-bar .back .btn {
  background-color: #0153a7;
  color: #fff;
  border-radius: 5px;
  display: inline-block;
  padding: 10px 30px;
}
.product-article-bar .pagebar {
  float: left;
}
.product-article-bar .pagebar a {
  display: block;
  color: #666;
  padding: 5px 0;
}
.product-article-bar .pagebar a.dis {
  color: #ababab;
}

/***************rental sales page**********************/

.sales-list {
  padding: 50px 0;
  list-style: none;
  margin: 0;
  overflow: hidden;
  font-size: 16px;
}
.sales-list > li {
  float: left;
  width: 33.3%;
  box-sizing: border-box;
  padding: 20px;
}
.sales-list > li > .item {
  display: block;
  width: 100%;
  box-sizing: border-box;
  border: 10px #f1f1f1 solid;
  background-color: #f1f1f1;
  text-align: center;
  color: #666;
  cursor: pointer;
  padding: 0 0 10px;
}

.sales-list > li > .item .pic {
  position: relative;
  height: 250px;
  overflow: hidden;
}
.sales-list > li > .item .pic img {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  transform: translate(-50%, -50%);
}
.sales-list > li > .item .title {
  padding: 10px;
  display: block;
}
.sales-list > li > .item:hover {
  background-color: #0153a7;
  color: #fff !important;
  border-color: #0153a7;
}
.sales-list > li > .item .desc {
  display: inline-block;
  border-radius: 5px;
  background-color: #fff;
  color: #666 !important;
  padding: 10px 25px;
}

/***************hr page**********************/
.hr-list {
  padding: 20px 0;
  list-style: none;
  margin: 0;
  overflow: hidden;
}
.hr-list > li {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding: 20px;
}
.hr-list > li .box {
  padding: 20px;
  background-color: #f6f7f9;
}
.hr-list > li .box .hd {
  padding-bottom: 20px;
  /* display: flex; */
  /* line-height: 30px; */
  /* justify-content: space-between; */
  overflow: hidden;
}
.hr-list > li .box .hd .title {
  font-size: 28px;
  width: 330px;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.hr-list > li .box .hd .money {
  font-size: 20px;
  color: #0153a7;
  /* width: 150px; */
  float: right;
}
.hr-list > li .box .ft {
  font-size: 16px;
  border-top: 2px #0153a7 solid;
  padding: 20px 0 10px 0;
}
.hr-list > li .box .ft a {
  color: #0153a7;
  text-decoration: underline;
}
.hr-list > li .bd {
  height: 200px;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  line-height: 2;
}
.hr-list > li .bd .swiper {
  width: 100%;
  height: 100%;
}

.hr-list > li .bd .swiper-slide {
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 20px;
}
/* Ã¥Â°â€ Ã¦Â»â€˜Ã¥Ââ€”Ã©Æ’Â¨Ã¥Ë†â€ Ã¨Â®Â¾Ã§Â½Â®Ã¤Â¸ÂºÃ¥Å“â€ Ã¥Â½Â¢ */
.hr-list > li .bd .swiper-scrollbar-drag {
  background: #007aff; /* Ã¦Â»Å¡Ã¥Å Â¨Ã¦ÂÂ¡Ã¦â€¹â€“Ã¦â€¹Â½Ã©Æ’Â¨Ã¥Ë†â€ Ã§Å¡â€žÃ©Â¢Å“Ã¨â€°Â² */
}

/***************news page**********************/
.news-top {
  padding: 50px 0;
}
.news-top .swiper-slide {
  display: flex;
}
.news-top .pic {
  width: 503px;
  height: 285px;
  overflow: hidden;
}
.news-top .pic img {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  padding: 0;
}

.news-top .swiper-pagination {
  position: relative;
  top: 0;
  padding-top: 30px;
}
.news-top .content {
  flex: 1;
  padding-left: 35px;
}
.news-top .content .title {
  font-size: 24px;
  padding: 5px 0;
}
.news-top .content .intro {
  padding: 25px 0;
  height: 180px;
}
.news-top .content .info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news-top .content .info .more {
  color: #fff;
  background-color: #0153a7;
  padding: 10px 30px;
  font-size: 16px;
}

.news-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.news-list > li:hover {
  background-color: #0153a7;
  color: #fff;
}
.news-list > li .item {
  display: block;
  padding: 45px 0;
  overflow: hidden;
  border-bottom: 1px #eee solid;
  color: #333;
}
.news-list > li .item .date {
  float: left;
  border: 2px #eee solid;
  width: 150px;
  height: 145px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.news-list > li .item .date .year {
  font-size: 33px;
}
.news-list > li .item .date .day {
  font-size: 24px;
}
.news-list > li .item .pic {
  float: right;
}
.news-list > li .item .pic img {
  width: 300px;
  height: 145px;
}
.news-list > li .item .content {
  margin: 0 315px 0 150px;
  padding: 0 45px;
}
.news-list > li .item .content .title {
  padding: 15px 0;
  font-size: 16px;
  word-wrap: normal; /* for IE */
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.news-list > li .item .content .intro {
  verflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.news-list > li:hover .item {
  border-color: #0153a7;
  color: #fff;
}

.news-desc .title {
  padding: 50px 0 0;
  text-align: center;
  font-size: 24px;
}
.news-desc .info {
  padding: 30px 0;
  text-align: center;
  color: #999;
}

/****************company page**********************/
.company-title {
  position: relative;
  padding: 25px 0;
  text-align: center;
}
.company-title .en {
  color: #cfdded;
  font-size: 52px;
}
.company-title .txt {
  margin-top: -50px;
  font-size: 28px;
  position: relative;
}
.company-title .txt::after {
  padding-top: 5px;
  content: "";
  border-bottom: #0153a7 1px solid;
  width: 80px;
  display: block;
  margin: auto;
}

.company-videos {
  padding: 50px 0;
  margin: 0 -10px;
  list-style: none;
  overflow: hidden;
}
.company-videos > li {
  float: left;
  width: 25%;
  padding: 10px;
}
.company-videos > li:first-child {
  width: 50%;
  padding-bottom: 0;
}
.company-videos > li:first-child .title {
  font-size: 18px;
  word-wrap: normal; /* for IE */
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.company-videos > li .item {
  position: relative;
  display: block;
  overflow: hidden;
  color: #333;
  cursor: pointer;
}
.company-videos > li .item .title {
  padding: 10px;
  background-color: #f1f1f1;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.company-videos > li .item .pic {
  width: 100%;
  height: 183px;
}
.company-videos > li .item .play {
  position: absolute;
  left: 20px;
  bottom: 60px;
  z-index: 1;
  width: 50px;
  height: 50px;
  background: url(../images/icon-play-lx.png) no-repeat 50% 50%;
  background-size: contain;
}
.company-videos > li:first-child .item .play {
  left: 50%;
  top: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
}
.company-videos > li:first-child .item .pic {
  height: 423px;
}

.company-culture-mission {
  margin-top: 100px;
  /* height: 345px; */
  background: url(../images/cmp-culture-bg.png) no-repeat 50% bottom;
  padding-bottom: 30px;
}
.company-culture-mission .p-container {
  position: relative;
}
.company-culture-mission .pic {
  position: absolute;
  top: -50px;
  right: 50px;
}
.company-culture-mission .info {
  padding: 65px 0 0 115px;
  color: #fff;
  margin-right: 550px;
}
.company-culture-mission .info .title {
  border-bottom: 1px #cedbfb solid;
  padding: 35px 0;
  font-size: 28px;
}
.company-culture-mission .info .intro {
  font-size: 30px;
  padding-top: 30px;
}
.company-culture-value {
  background-color: #f6f7f9;
  padding: 50px 0;
  text-align: center;
}
.company-culture-value .title {
  font-size: 28px;
  text-align: center;
  padding-bottom: 30px;
}
.company-culture-value .list {
  display: inline-block;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
.company-culture-value .list > li {
  float: left;
  padding: 20px;
}
.company-culture-value .list > li:nth-child(2) {
  margin-top: 50px;
}
.company-culture-value .item {
  position: relative;
}
.company-culture-value .item .lb {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 36px;
  padding: 20px;
  color: #fff;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#7db9e8+0,1e5799+100&0+0,1+100 */
  background: linear-gradient(
    to bottom,
    rgba(125, 185, 232, 0) 0%,
    rgba(30, 87, 153, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.company-quality {
  height: 550px;
}
.company-quality .swiper-container {
  width: 100%;
  height: 100%;
}
.company-quality .swiper-slide {
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.9);
}
.company-quality .swiper-slide-active,
.company-quality .swiper-slide-duplicate-active {
  transform: scale(1.1);
}
.company-quality .swiper-slide .item {
  position: relative;
}
.company-quality .swiper-slide .pic {
  width: 100%;
}
.company-quality .swiper-slide .txt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 16px;
}
.company-quality .swiper-slide-active .txt {
  background-color: rgba(0, 74, 154, 0.7);
}

.company-honor {
  position: relative;
  padding: 0 70px 30px;
  margin: 50px auto;
  background: url(../images/cmp-cer-bg.png) no-repeat 50% bottom;
}
.company-honor .pic {
  min-height: 280px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.company-honor .txt {
  width: 186px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.company-honor .pic img {
  display: block;
}
.company-honor .swiper {
  overflow: hidden;
}
.company-honor .swiper-slide {
  width: auto;
  text-align: center;
  color: #fff;
  font-size: 18px;
}
.company-honor .swiper-button-prev,
.company-honor .swiper-button-next {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  background-color: rgba(0, 74, 154, 0.7);
  border-radius: 50%;
}
.company-honor .swiper-button-prev::after,
.company-honor .swiper-button-next::after {
  font-size: 32px !important;
}

.company-intro-main {
  padding: 0 120px;
  background: url(../images/cmp-intro-bg.png) no-repeat right bottom;
}
.company-intro-main .company-title {
  text-align: left;
}
.company-intro-main .company-title .txt::after {
  margin: 0;
}
.company-intro-content {
  padding: 50px 0;
}
.company-intro-content .swiper-container {
  float: left;
  width: 450px;
}
.company-intro-content .swiper-pagination {
  position: relative;
  top: 0;
  padding: 10px 0;
}
.company-intro-content .company-intro-text {
  margin-left: 500px;
  margin-right: 100px;
}
.company-intro-content .company-intro-text .title {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 15px ;
  line-height: 1;
}
.company-intro-content .company-intro-text .intro {
  font-size: 16px;
}
.company-intro-content .company-intro-text .intro p {
  text-indent: 2em;
}
.company-intro-stati {
  padding-bottom: 50px;
  color: #999;
  text-align: center;
}
.company-intro-stati .item {
  display: inline-block;
  margin: auto 20px;
  font-size: 16px;
}
.company-intro-stati .num {
  font-size: 52px;
  font-weight: bold;
  color: #0153a7;
  margin: auto 10px;
}

.company-box-intro {
  padding: 100px 0 50px;
}
.company-box-intro .company-title {
  overflow: hidden;
}
.company-box-intro .company-title .en {
  float: right;
}
.company-box-intro .company-title .txt {
  margin: auto;
  padding-top: 20px;
}

.company-box-intro .company-intro-content {
  padding-top: 0;
}
.company-box-title .txt {
  margin: auto;
  padding-top: 20px;
}
.company-box-quality {
  padding-bottom: 50px;
  background-color: #f1f1f1;
}
.company-box-video {
  background-color: #f1f1f1;
  margin-bottom: 50px;
}
.company-box-culture > .list {
  display: flex;
  padding: 50px;
  justify-content: center;
  align-items: center;
}
.company-box-culture > .list > .item {
  display: inline-block;
  margin: 0 20px;
  position: relative;
}
.company-box-culture > .list > .item > .pic {
  display: block;
  margin: 0;
  padding: 0;
}
.company-box-culture > .list > .item > .txt {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  color: #fff;
  font-size: 36px;
  transform: translate(-50%, -50%);
  text-align: center;
}
.company-box-culture > .list > .item > .txt > .icon-drill,
.company-box-culture > .list > .item > .txt > .icon-badge {
  display: block;
  width: 80px;
  height: 80px;
  margin: auto;
  background: no-repeat 50% 50%;
}
.company-box-culture > .list > .item > .txt > .icon-drill {
  background-image: url(../images/icon-drill-lg.png);
}
.company-box-culture > .list > .item > .txt > .icon-badge {
  background-image: url(../images/icon-badge-lg.png);
}

.company-box-video .p-container {
  padding: 35px 0 100px 0;
}
.company-box-video .video-content {
  overflow: hidden;
  background-color: #fff;
  display: flex;
}
.company-box-video .video-content .hot {
  flex: 1;
}
.company-box-video .video-content .hot .cnt {
  padding: 50px 30px 0 630px;
}
.company-box-video .video-content .hot .cnt .title {
  font-size: 28px;
  font-weight: bold;
}
.company-box-video .video-content .hot .cnt .intro {
  padding: 50px 0;
  font-size: 16px;
}
.company-box-video .video-content .hot .cnt .ent > a {
  display: block;
  background-color: #0153a7;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
  font-size: 28px;
  text-align: center;
  cursor: pointer;
}
.company-box-video .video-content .hot > .pic {
  position: relative;
  color: #fff;
  width: 585px;
  overflow: hidden;
  float: left;
}
.company-box-video .video-content .hot > .pic > .play {
  position: absolute;
  left: 50%;
  top: 50%;
  line-height: 1;
  margin: -36px 0 0 -36px;
  width: 72px;
  height: 72px;
  background: url(../images/icon-play-lg.png) no-repeat 50% 50%;
}
.company-box-video .video-content .list {
  float: right;
  padding: 12px;
}
.company-box-video .video-content .list > .item {
  position: relative;
  color: #fff;
  display: block;
  cursor: pointer;
  margin-bottom: 13px;
}
.company-box-video .video-content .list > .item:last-child {
  margin: 0;
}
.company-box-video .video-content .list > .item img {
  display: block;
  margin: 0;
  padding: 0;
}

.company-box-video .video-content .list > .item > .play {
  position: absolute;
  margin: -18px 0 0 -18px;
  left: 50%;
  top: 50%;
  line-height: 1;
  width: 36px;
  height: 36px;
  background: url(../images/icon-play-lg.png) no-repeat 50% 50%;
  background-size: contain;
}


.page{
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page .item{
  height: 30px;
  padding: 0 10px;
  border: 1px solid #e8e8e8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #454545;
  margin-right: 8px;
}
.page .item.num{
  width: 30px;
  height: 30px;
  padding: 0;
}
.page .item.sel{
  background: #01395e;
  color: #fff;
  border: none;
}

.page .item a{
  box-sizing: border-box;
  color: #666666;
}

