/* 
    Editor: zhao
    Time: 2018.10.18

    Less compilation
    > npm install -g less
    > lessc style.less style.css
*/
body {
  font-family: 'PingFang SC','Microsoft YaHei','Microsoft YaHei UI','WenQuanYi Micro Hei','Arial','sans-serif',\5b8b\4f53;;
  color: #333;
}
/*index.css*/
/* 遮罩动画 */
#section-footer .fp-tableCell {
  display: block !important;
}
#section-footer .fp-tableCell {
  display: block !important;
}
@media (max-width: 1199px) {
  #section-footer .fp-tableCell {
    display: table-cell !important;
  }
}
#section-footer6 .fp-tableCell {
  display: block !important;
}
@keyframes xia {
  0% {
    transform: translateY(-60%);
  }
  100% {
    transform: translateY(0%);
  }
}
/*banner.css*/
/*
    banner和下一级小导航链接pagebox
    二级页面公共内边距底部边框otersbox
*/
.fixedboximg {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.fixedboximg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.basebannerbox {
  height: 810px;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
@media (max-width: 991px) {
  .basebannerbox {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .basebannerbox {
    height: 350px;
  }
}
.basebannerbox .c-box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  right: 0;
  top: 160px;
  width: 100%;
}
@media (max-width: 991px) {
  .basebannerbox .c-box {
    top: 160px;
  }
}
@media (max-width: 767px) {
  .basebannerbox .c-box {
    top: 80px;
    justify-content: center;
  }
}
.basebannerbox .c-box .c-item {
  width: 295px;
  padding: 20px 25px;
  display: flex;
  align-items: center;
  background: #fff;
}
@media (max-width: 991px) {
  .basebannerbox .c-box .c-item {
    width: 140px;
    padding: 10px;
  }
}
.basebannerbox .c-box .c-item:last-child {
  margin: 0 60px 0 10px;
}
@media (max-width: 991px) {
  .basebannerbox .c-box .c-item:last-child {
    margin: 0 100px 0 10px;
  }
}
@media (max-width: 575px) {
  .basebannerbox .c-box .c-item:last-child {
    margin: 0 0 0 10px;
  }
}
.basebannerbox .c-box .c-item .c-img-box {
  margin-right: 20px;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: #215279;
  overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media (max-width: 991px) {
  .basebannerbox .c-box .c-item .c-img-box {
    margin-right: 10px;
    width: 30px;
    height: 30px;
  }
}
.basebannerbox .c-box .c-item .c-img-box img {
  width: 60%;
	height: auto;
  vertical-align: top;
}
.basebannerbox .c-box .c-item .c-title {
  font-size: 18px;
  line-height: 28px;
  color: #1f242a;
  width: -webkit-calc(4%);
  width: calc(100% - 96px);
}
@media (max-width: 991px) {
  .basebannerbox .c-box .c-item .c-title {
    font-size: 12px;
    line-height: 15px;
    width: -webkit-calc(60%);
    width: calc(100% - 40px);
  }
}
.basebannerbox .cont {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
  color: #fff;
  font-weight: bold;
  font-size: 50px;
  line-height: 59px;
}
@media (max-width: 1440px) {
	.basebannerbox .cont{
		font-size: 40px;
		line-height: 49px;
	}
}
@media (max-width: 767px) {
  .basebannerbox .cont {
    width: 100%;
    font-size: 30px;
    line-height: 35px;
  }
}
.basebannerbox .tit {
  width: 885px;
}
@media (max-width: 991px) {
  .basebannerbox .tit {
    width: 100%;
  }
}
.basebannerbox:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.5;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.basebannerbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.basebannerbox .icont {
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: -7px;
  width: 100%;
  height: 209px;
}
@media (min-width: 1921px) {
  .basebannerbox .icont {
    height: 33%;
  }
}
@media (max-width: 1199px) {
  .basebannerbox .icont {
    height: 115px;
  }
}
@media (max-width: 991px) {
  .basebannerbox .icont {
    height: 95px;
  }
}
@media (max-width: 767px) {
  .basebannerbox .icont {
    height: 70px;
  }
}
@media (max-width: 575px) {
  .basebannerbox .icont {
    height: 51px;
  }
}
.pagebox {
  height: 90px;
  line-height: 90px;
  margin-top: -90px;
  position: relative;
  z-index: 55;
}
.pagebox.c-dt {
  margin-top: 0;
}
@media (max-width: 1199px) {
  .pagebox {
    margin-top: 0;
    background-color: #fff;
  }
}
@media (max-width: 991px) {
  .pagebox {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .pagebox {
    height: 50px;
    line-height: 50px;
  }
}
.pagebox a {
  font-size: 18px;
  color: #999;
}
@media (max-width: 767px) {
  .pagebox a {
    font-size: 14px;
  }
}
.pagebox .active {
  color: #106ac2;
}
.pagebox span {
  display: inline-block;
  margin: 0 5px;
}
.otersbox {
  padding-top: 100px;
  padding-bottom: 80px;
  background-color: #fff;
}
@media (max-width: 1199px) {
  .otersbox {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .otersbox {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .otersbox {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.home-section1 .con img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.home-section1 .con .img1 {
  transition: 0.5s;
}
.home-section1 .con .img2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 1s;
}
.home-section1 .con .img3 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 1s;
}
.home-section1 .con .img4 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 1s;
}
.home-section1 .con img.show {
  opacity: 1;
}
.sus-content {
  padding: 0;
}
.sus-content .flexbox {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .sus-content .flexbox {
    display: block;
  }
}
.sus-content .flexbox .leftbox {
  position: sticky;
  top: 0;
  flex: 0 0 335px;
  max-width: 335px;
  padding-top: 100px;
  padding-bottom: 80px;
}
@media (max-width: 1499px) {
  .sus-content .flexbox .leftbox {
    padding-top: 90px;
    padding-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .sus-content .flexbox .leftbox {
    padding-top: 40px;
    padding-bottom: 0;
    flex: inherit;
    max-width: inherit;
    position: static;
  }
}
.sus-content .flexbox .leftbox h2 {
  font-size: 48px;
  color: #1f242a;
  font-weight: bold;
  margin: 0 0 55px;
}
@media (max-width: 1199px) {
  .sus-content .flexbox .leftbox h2 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .sus-content .flexbox .leftbox h2 {
    margin: 0 0 40px;
  }
}
@media (max-width: 575px) {
  .sus-content .flexbox .leftbox h2 {
    font-size: 30px;
    margin: 0 0 20px;
  }
}
.sus-content .flexbox .leftbox .des {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 30px;
  height: 323px;
  border-left: 2px solid #e8e9e9;
}
@media (max-width: 991px) {
  .sus-content .flexbox .leftbox .des {
    height: auto;
  }
}
.sus-content .flexbox .leftbox .des a {
  position: relative;
  z-index: 2;
  display: block;
  margin-bottom: 10px;
  margin-left: -2px;
  padding-left: 20px;
  border-left: 2px solid transparent;
  color: #999;
}
.sus-content .flexbox .leftbox .des a.active,
.sus-content .flexbox .leftbox .des a:hover {
  color: #215279;
  border-color: #215279;
}
.sus-content .flexbox .rightbox {
  padding-left: 40px;
  padding-top: 100px;
  padding-bottom: 80px;
  width: -webkit-calc(-235%);
  width: calc(100% - 335px);
}
@media (max-width: 1499px) {
  .sus-content .flexbox .rightbox {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .sus-content .flexbox .rightbox {
    padding-top: 0;
    padding-bottom: 40px;
    padding-left: 0;
    border: 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .sus-content .flexbox .rightbox {
    padding-bottom: 20px;
  }
}
.sus-content .flexbox .rightbox .markdown-text p {
  font-size: 16px;
  color: #999;
  margin: 0 0 35px;
  font-weight: 500;
}
@media (max-width: 1499px) {
  .sus-content .flexbox .rightbox .markdown-text p {
    margin: 0 0 20px;
  }
}
@media (max-width: 575px) {
  .sus-content .flexbox .rightbox .markdown-text p {
    line-height: 1.6;
  }
}
.sus-content .flexbox .rightbox .markdown-text h4 {
  color: #1f242a;
  font-size: 30px;
  font-weight: bold;
  margin: 0 0 22px;
}
@media (max-width: 575px) {
  .sus-content .flexbox .rightbox .markdown-text h4 {
    font-size: 22px;
    margin: 0 0 15px;
  }
}
.sus-content .flexbox .rightbox .markdown-text h6 {
  color: #1f242a;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 22px;
}
@media (max-width: 575px) {
  .sus-content .flexbox .rightbox .markdown-text h6 {
    font-size: 18px;
    margin: 0 0 15px;
    text-align: justify;
    line-height: 1.4;
  }
}
.tech-banner:after {
  opacity: 0.2;
}
.tech-banner .text1 {
  font-size: 60px;
  line-height: 1.3;
  margin: 0 0 20px;
  letter-spacing: 3px;
  max-width: 730px;
}
@media (max-width: 1500px) {
  .tech-banner .text1 {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .tech-banner .text1 {
    font-size: 40px;
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  .tech-banner .text1 {
    font-size: 30px;
    margin: 0 0 20px;
    max-width: 100%;
  }
}
.tech-banner .text2 {
  font-size: 30px;
  line-height: 1.6;
  font-weight: 100;
  max-width: 600px;
}
@media (max-width: 1500px) {
  .tech-banner .text2 {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .tech-banner .text2 {
    font-size: 20px;
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .tech-banner .text2 {
    font-size: 16px;
    max-width: 100%;
  }
}
.product-banner .text2 {
  font-size: 22px;
}
@media (max-width: 991px) {
  .product-banner .text2 {
    font-size: 18px;
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .product-banner .text2 {
    font-size: 16px;
  }
}
.mgb0 {
  margin-bottom: 0;
}
.pdb0 {
  padding-bottom: 0;
}
.tech-content .about-section6.mgb0 {
  margin-bottom: 0;
}
.tech-content .about-section6.pdb0 {
  padding-bottom: 0;
}
.tech-content .about-section6.bg-gray {
  background: #f9f9f9;
}
.tech-content .about-section6.pd-tb {
  padding: 115px 0;
}
@media (max-width: 1199px) {
  .tech-content .about-section6.pd-tb {
    padding: 80px 0;
  }
}
@media (max-width: 991px) {
  .tech-content .about-section6.pd-tb {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .tech-content .about-section6.pd-tb {
    padding: 40px 0;
  }
}
@media (max-width: 575px) {
  .tech-content .about-section6.container.mgb0.pdb0 {
    padding-bottom: 15px;
  }
}
@media (min-width: 1200px) {
  .tech-content .about-section6 .cont .item .gt {
    height: 420px;
  }
}
.tech-content .about-section6 .cont .item .lt .tit {
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .tech-content .about-section6 .cont .item .lt .tit {
    font-size: 38px;
  }
}
@media (max-width: 1199px) {
	.tech-content .about-section6 .cont .item .lt .tit{
		font-size: 24px;
	}
}
.tech-content .about-section6 .cont .item.rtl .lt {
  float: right;
  padding: 0;
}
.tech-content .about-section6 .cont .item.rtl .gt {
  float: left;
}
.feature-list {
  overflow: hidden;
  margin: 0 0 80px;
}
@media (max-width: 1500px) {
  .feature-list {
    margin: 0 0 40px;
  }
}
@media (max-width: 1199px) {
  .feature-list {
    margin: 0;
  }
}
.feature-list .box-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
@media (max-width: 1500px) {
  .feature-list .box-row {
    margin: 0 -10px;
  }
}
@media (max-width: 575px) {
  .feature-list .box-row {
    margin: 0 -8px;
  }
}
.feature-list .box-col {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 20px;
  margin: 0 0 40px;
  display: flex;
}
@media (max-width: 1500px) {
  .feature-list .box-col {
    padding: 0 10px;
    margin: 0 0 20px;
  }
}
@media (max-width: 991px) {
  .feature-list .box-col {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media (max-width: 767px) {
  .feature-list .box-col {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 575px) {
  .feature-list .box-col {
    padding: 0 8px;
    margin: 0 0 15px;
  }
}
.feature-list .item {
  height: auto;
  display: flex;
  align-items: center;
  background: #f4f7fb;
  padding: 30px 0;
}
@media (max-width: 1500px) {
  .feature-list .item {
    padding: 15px 0;
  }
}
.feature-list .item .ico {
  flex: 0 0 55px;
  max-width: 55px;
  height: 55px;
  margin: 0 42px 0 35px;
}
@media (max-width: 1500px) {
  .feature-list .item .ico {
    margin: 0 30px;
  }
}
@media (max-width: 1199px) {
  .feature-list .item .ico {
    flex: 0 0 45px;
    max-width: 45px;
    height: 45px;
    margin: 0 20px;
  }
}
@media (max-width: 575px) {
  .feature-list .item .ico {
    flex: 0 0 30px;
    max-width: 30px;
    height: 30px;
    margin: 0 15px;
  }
}
.feature-list .item .ico img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.feature-list .item .info p {
  font-size: 24px;
  margin: 0 0 12px;
  line-height: 1;
}
@media (max-width: 1500px) {
  .feature-list .item .info p {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .feature-list .item .info p {
    font-size: 16px;
    margin: 0 0 8px;
  }
}
@media (max-width: 575px) {
  .feature-list .item .info p {
    font-size: 14px;
    margin: 0 0 5px;
  }
}
.feature-list .item .info p:last-child {
  margin: 0;
}
.tech-banner-list .item {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  min-height: 650px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 30px 0;
  transition: 0.3s;
}
@media (max-width: 1500px) {
  .tech-banner-list .item {
    min-height: 500px;
  }
}
@media (max-width: 1199px) {
  .tech-banner-list .item {
    min-height: 400px;
  }
}
@media (max-width: 991px) {
  .tech-banner-list .item {
    min-height: 350px;
  }
}
@media (max-width: 767px) {
  .tech-banner-list .item {
    min-height: 300px;
  }
}
@media (max-width: 575px) {
  .tech-banner-list .item {
    min-height: 250px;
  }
}
.tech-banner-list .item .flexbox {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.tech-banner-list .item .container {
  height: 100%;
}
.tech-banner-list .item a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.tech-banner-list .item a .info {
  max-width: 700px;
  color: #1f242a;
  margin: 30px 0 0;
  transition: 0.7s;
}
@media (max-width: 767px) {
  .tech-banner-list .item a .info {
    margin: 0 0 15px;
  }
}
@media (max-width: 575px) {
  .tech-banner-list .item a .info {
    max-width: inherit;
    width: 100%;
  }
}
.tech-banner-list .item a .info h2 {
  font-size: 48px;
  font-weight: bold;
  margin: 0 0 15px;
  letter-spacing: 2px;
  transition: 0.3s;
}
@media (max-width: 1199px) {
  .tech-banner-list .item a .info h2 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .tech-banner-list .item a .info h2 {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .tech-banner-list .item a .info h2 {
    font-size: 24px;
    margin: 0 0 15px;
  }
}
@media (max-width: 575px) {
  .tech-banner-list .item a .info h2 {
    font-size: 18px;
  }
}
.tech-banner-list .item a .info p {
  font-size: 16px;
  line-height: 2;
  color: #666;
  margin: 0 0 30px;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .tech-banner-list .item a .info p {
    line-height: 1.5;
    margin: 0 0 15px;
  }
}
@media (max-width: 575px) {
  .tech-banner-list .item a .info p {
    font-size: 14px;
  }
}
.tech-banner-list .item a .info p:last-child {
  margin: 0;
}
@media (min-width: 768px) {
  .tech-banner-list .item:hover a .info {
    margin: 0;
  }
}
.tech-banner-list .item:nth-child(even) .flexbox {
  justify-content: flex-end;
}
.product-content .tabs-list {
  position: relative;
  display: flex;
  margin: 0 0 65px;
}
@media (max-width: 1199px) {
  .product-content .tabs-list {
    margin: 0 0 40px;
  }
}
@media (max-width: 575px) {
  .product-content .tabs-list {
    margin: 0 0 15px;
  }
}
@media (max-width: 767px) {
  .product-content .tabs-list {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767px) {
  .product-content .tabs-list {
    padding: 0 0 15px;
  }
}
.product-content .tabs-list:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: #1f242a;
  left: 0;
  bottom: 0;
}
@media (max-width: 1199px) {
  .product-content .tabs-list:after {
    height: 2px;
  }
}
@media (max-width: 767px) {
  .product-content .tabs-list:after {
    display: none;
  }
}
.product-content .tabs-list > li {
  position: relative;
  margin: 0 88px 0 0;
}
.product-content .tabs-list > li:after {
  display: none;
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: #1f242a;
  left: 0;
  bottom: 0;
}
@media (max-width: 1199px) {
  .product-content .tabs-list > li:after {
    height: 2px;
  }
}
@media (max-width: 767px) {
  .product-content .tabs-list > li:after {
    display: block;
  }
}
@media (max-width: 1500px) {
  .product-content .tabs-list > li {
    margin: 0 60px 0 0;
  }
}
@media (max-width: 1199px) {
  .product-content .tabs-list > li {
    margin: 0 40px 0 0;
  }
}
@media (max-width: 767px) {
  .product-content .tabs-list > li {
    margin: 0;
    flex: 0 0 30%;
    max-width: 30%;
  }
}
@media (max-width: 575px) {
  .product-content .tabs-list > li {
    margin: 0;
    flex: 0 0 40%;
    max-width: 40%;
  }
}
.product-content .tabs-list > li:last-child {
  margin: 0;
}
.product-content .tabs-list > li > a {
  display: block;
  position: relative;
  color: #1f242a;
  font-size: 24px;
  padding: 0 0 30px;
}
@media (max-width: 1500px) {
  .product-content .tabs-list > li > a {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .product-content .tabs-list > li > a {
    font-size: 16px;
    padding: 0 0 20px;
  }
}
@media (max-width: 767px) {
  .product-content .tabs-list > li > a {
    text-align: center;
  }
}
@media (max-width: 575px) {
  .product-content .tabs-list > li > a {
    font-size: 14px;
    padding: 0 0 15px;
  }
}
.product-content .tabs-list > li > a:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 3px;
  background: transparent;
  left: 0;
  bottom: 0;
}
@media (max-width: 1199px) {
  .product-content .tabs-list > li > a:after {
    height: 2px;
  }
}
.product-content .tabs-list > li.active > a {

  color: #215279;
}
.product-content .tabs-list > li.active > a:after {
  background: #215279;
}
.product-content .products-list {
  overflow: hidden;
}
.product-content .products-list .box-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
@media (max-width: 1199px) {
  .product-content .products-list .box-row {
    margin: 0 -10px;
  }
}
.product-content .products-list .box-col {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 20px;
  margin: 0 0 50px;
}
@media (max-width: 1199px) {
  .product-content .products-list .box-col {
    padding: 0 10px;
    margin: 0 0 40px;
  }
}
@media (max-width: 991px) {
  .product-content .products-list .box-col {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media (max-width: 767px) {
  .product-content .products-list .box-col {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .product-content .products-list .box-col:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .product-content .products-list .box-col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.product-content .products-list .item .img-box {
  position: relative;
  width: 100%;
  height: 0;
  padding: 0 0 114%;
}
.product-content .products-list .item a{
	text-align: center;
}
.product-content .products-list .item .f_wodebut1{
	margin-left: auto;
	margin-right: auto;
}
@media (max-width: 575px) {
  .product-content .products-list .item .img-box {
    padding: 0 0 100%;
  }
}
.product-content .products-list .item .img-box img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-content .products-list .item .img-box .maks {
  opacity: 0;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(20, 146, 233, 0.8);
  transition: 0.3s;
}
.product-content .products-list .item .img-box .maks .maks-btn {
  display: inline-block;
  padding: 9px 33px;

  border: 2px solid #fff;
  color: #fff;
  font-size: 20px;
}
.product-content .products-list .item h4 {
  padding: 18px 0 30px;
  margin: 0;
  border-bottom: 2px solid #1f242a;
  font-size: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #1f242a;

}
@media (max-width: 1500px) {
  .product-content .products-list .item h4 {
    font-size: 16px;
    padding: 15px 0 20px;
  }
}
@media (min-width: 768px) {
  .product-content .products-list .item:hover .img-box .maks {
    opacity: 1;
  }
}
.Page_con {
  text-align: center;
  margin-top: 80px;
}
.Page_con a {
  margin: 0 5px;
  padding: 0 5px;
  display: inline-block;
  font-size: 18px;
  line-height: 30px;
  color: #1f242a;
}
.Page_con a.next,.Page_con a.prev {
  font-size: 16px;
}
.Page_con a.active,.Page_con a:hover {
  color: #215279;
}
@media (max-width: 768px) {
  .Page_con .num,a.active {
    display: none;
  }
}
.page {
  display: inline-block;
  font-size: 18px;
}
.page a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: block;
  border-radius: 50%;
  font-size: 18px;
}
.page .prev {
  float: left;
  background: url(../images/page_prev.png) 0 0 no-repeat;
  margin-right: 10px;
}
.page em {
  float: left;
  font-style: normal;
}
.page em a {
  float: left;
  margin: 0 10px;
}
.page em a:hover,
.page em a.active {
  background: #215279;
  color: #fff;
}
.page .next {
  float: left;
  background: url(../images/page_next.png) 0 0 no-repeat;
  margin-left: 10px;
}
@media (max-width: 767px) {
  .Page_con {
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  .Page_con {
    margin-top: 20px;
  }
  .page em {
    display: none;
  }
}
.productView-top-details {
  margin: 0 0 110px;
}
@media (max-width: 991px) {
  .productView-top-details {
    margin: 0 0 80px;
  }
}
@media (max-width: 767px) {
  .productView-top-details {
    margin: 0 0 60px;
  }
}
@media (max-width: 575px) {
  .productView-top-details {
    margin: 0 0 40px;
  }
}
.productView-top-details .flexbox {
  display: flex;
}
@media (max-width: 991px) {
  .productView-top-details .flexbox {
    display: block;
  }
}
.productView-top-details .flexbox .img-box {
  flex: 0 0 710px;
  max-width: 710px;
  max-height: 550px;
}
@media (max-width: 1500px) {
  .productView-top-details .flexbox .img-box {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 991px) {
  .productView-top-details .flexbox .img-box {
    flex: inherit;
    max-width: inherit;
    max-height: inherit;
    height: 400px;
  }
}
@media (max-width: 575px) {
  .productView-top-details .flexbox .img-box {
    height: 250px;
  }
}
.productView-top-details .flexbox .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.productView-top-details .flexbox .rightbox {
  padding: 60px 50px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background: #f9f9fb;
}
@media (max-width: 991px) {
  .productView-top-details .flexbox .rightbox {
    padding: 30px 40px;
  }
}
@media (max-width: 575px) {
  .productView-top-details .flexbox .rightbox {
    padding: 20px 15px;
  }
}
.productView-top-details .flexbox .rightbox h2 {
  margin: 0 0 35px;
  font-size: 36px;
  font-weight: bold;

  color: #1f242a;
}
@media (max-width: 1500px) {
  .productView-top-details .flexbox .rightbox h2 {
    font-size: 32px;
    margin: 0 0 25px;
  }
}
@media (max-width: 575px) {
  .productView-top-details .flexbox .rightbox h2 {
    font-size: 20px;
    margin: 0 0 15px;
  }
}
.productView-top-details .flexbox .rightbox .markdown-text {
  margin: 0 0 50px;
	height: 80px;
	overflow: auto;
	display: block;
	-webkit-box-orient: vertical;
	/* -webkit-line-clamp: 3; */
}
@media (max-width: 1500px) {
  .productView-top-details .flexbox .rightbox .markdown-text {
    margin: 0 0 20px;
  }
}
@media (max-width: 575px) {
  .productView-top-details .flexbox .rightbox .markdown-text {
    margin: 0 0 15px;
  }
}
.productView-top-details .flexbox .rightbox .markdown-text ul {
  margin: 0 0 25px;
}
@media (max-width: 1500px) {
  .productView-top-details .flexbox .rightbox .markdown-text ul {
    margin: 0 0 20px;
  }
}
@media (max-width: 575px) {
  .productView-top-details .flexbox .rightbox .markdown-text ul {
    margin: 0 0 15px;
  }
}
.productView-top-details .flexbox .rightbox .markdown-text {
  margin: 0 0 30px;
	overflow: auto;
	height: 120px;
	padding-right: 12px;
}
.productView-top-details .flexbox .rightbox .markdown-text::-webkit-scrollbar {
  /*滚动条整体样式*/
  width : 6px;  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
  }
.productView-top-details .flexbox .rightbox .markdown-text::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.01);
  background   : #535353;
  }
.productView-top-details .flexbox .rightbox .markdown-text::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background   : #ededed;
  }
.productView-top-details .flexbox .rightbox ul li {
  font-size: 22px;
  line-height: 35px;
}
.productView-top-details .flexbox .rightbox ul{
	margin-bottom: 30px;
}
@media (max-width: 1500px) {
  .productView-top-details .flexbox .rightbox ul li {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 575px) {
  .productView-top-details .flexbox .rightbox ul li {
    font-size: 16px;
    line-height: 25px;
  }
}
.productView-top-details .flexbox .rightbox .markdown-text p {
  margin: 0 0 20px;
  line-height: 1.8;
  font-size: 16px;
  color: #999;
}
@media (max-width: 1500px) {
  .productView-top-details .flexbox .rightbox .markdown-text p {
    line-height: 1.6;
    margin: 0 0 15px;
  }
}
@media (max-width: 575px) {
  .productView-top-details .flexbox .rightbox .markdown-text p {
    font-size: 14px;
    margin: 0 0 10px;
  }
}
.productView-top-details .flexbox .rightbox .color-group {
  margin: 0 0 35px;
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  .productView-top-details .flexbox .rightbox .color-group {
    margin: 0 0 20px;
  }
}
.productView-top-details .flexbox .rightbox .color-group h6 {
  font-size: 18px;
  color: #1f242a;
  margin: 0 18px 0 0;

}
@media (max-width: 1500px) {
  .productView-top-details .flexbox .rightbox .color-group h6 {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .productView-top-details .flexbox .rightbox .color-group h6 {
    font-size: 14px;
  }
}
.productView-top-details .flexbox .rightbox .color-group .color-inner {
  display: flex;
}
.productView-top-details .flexbox .rightbox .color-group .color-inner i {
  width: 55px;
  height: 33px;
  display: block;
  margin: 0 10px 0 0;
}
@media (max-width: 1500px) {
  .productView-top-details .flexbox .rightbox .color-group .color-inner i {
    width: 45px;
    height: 30px;
  }
}
@media (max-width: 575px) {
  .productView-top-details .flexbox .rightbox .color-group .color-inner i {
    width: 35px;
    height: 25px;
  }
}
.productView-top-details .flexbox .rightbox .color-group .color-inner i:last-child {
  margin: 0;
}
.productView-top-details .flexbox .rightbox .button-group {
  display: flex;
  align-items: center;
}
.productView-top-details .flexbox .rightbox .button-group > a {
  width: 208px;
  height: 48px;
  border: 2px solid #1f242a;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 20px 0 0;
  font-size: 18px;

  transition: 0.3s;
}
@media (max-width: 1500px) {
  .productView-top-details .flexbox .rightbox .button-group > a {
    width: 180px;
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .productView-top-details .flexbox .rightbox .button-group > a {
    width: 130px;
    height: 40px;
    margin: 0 15px 0 0;
    border: 1px solid #1f242a;
    font-size: 14px;
  }
}
.productView-top-details .flexbox .rightbox .button-group > a:hover {
  color: #fff;
  background: #215279;
  border-color: #215279;
}
.productView-top-details .flexbox .rightbox .button-group > a:last-child {
  margin: 0;
}
.productView-bottom-details .flexbox {
  display: flex;
}
@media (max-width: 991px) {
  .productView-bottom-details .flexbox {
    display: block;
  }
}
.productView-bottom-details .flexbox .leftbox {
  flex: 0 0 74%;
  max-width: 74%;
  margin: 0 40px 0 0;
}
@media (max-width: 991px) {
  .productView-bottom-details .flexbox .leftbox {
    flex: inherit;
    max-width: inherit;
    margin: 0 0 40px;
  }
}
.productView-bottom-details .flexbox .rightbox {
  flex: 1;
}
@media (max-width: 991px) {
  .productView-bottom-details .flexbox .rightbox {
    flex: inherit;
  }
}
.productView-bottom-details .dhead {
  margin: 0 0 40px;
}
@media (max-width: 1199px) {
  .productView-bottom-details .dhead {
    margin: 0 0 30px;
  }
}
.productView-bottom-details .dhead h3 {
  font-size: 24px;
  color: #1f242a;

  padding: 0 0 26px;
  margin: 0;
  border-bottom: 2px solid #1f242a;
}
@media (max-width: 1199px) {
  .productView-bottom-details .dhead h3 {
    padding: 0 0 15px;
  }
}
@media (max-width: 575px) {
  .productView-bottom-details .dhead h3 {
    font-size: 20px;
  }
}
.productView-bottom-details .item-group {
  display: flex;
  margin: 0 -20px 55px;
}
@media (max-width: 1199px) {
  .productView-bottom-details .item-group {
    margin: 0 -10px 40px;
  }
}
@media (max-width: 575px) {
  .productView-bottom-details .item-group {
    display: block;
    margin: 0;
  }
}
.productView-bottom-details .item-group .item {
  flex: 1;
  padding: 0 20px;
}
@media (max-width: 1199px) {
  .productView-bottom-details .item-group .item {
    padding: 0 10px;
  }
}
@media (max-width: 575px) {
  .productView-bottom-details .item-group .item {
    padding: 0;
    margin: 0 0 30px;
  }
}
.productView-bottom-details .item-group .item .img-box {
  width: 100%;
  height: 410px;
  margin: 0 0 35px;
}
@media (max-width: 1500px) {
  .productView-bottom-details .item-group .item .img-box {
    height: 350px;
  }
}
@media (max-width: 1199px) {
  .productView-bottom-details .item-group .item .img-box {
    height: 300px;
    margin: 0 0 20px;
  }
}
@media (max-width: 575px) {
  .productView-bottom-details .item-group .item .img-box {
    height: 250px;
    margin: 0 0 15px;
  }
}
.productView-bottom-details .item-group .item .img-box.min-height {
  height: 320px;
}
@media (max-width: 1199px) {
  .productView-bottom-details .item-group .item .img-box.min-height {
    height: 300px;
  }
}
.productView-bottom-details .item-group .item .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.productView-bottom-details .item-group .item h4 {

  font-size: 24px;
  color: #1f242a;
  font-weight: bold;
  margin: 0 0 20px;
}
@media (max-width: 1500px) {
  .productView-bottom-details .item-group .item h4 {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .productView-bottom-details .item-group .item h4 {
    font-size: 18px;
    margin: 0 0 15px;
  }
}
.productView-bottom-details .item-group .item ul li {
  margin: 0 0 15px;
  font-size: 16px;
  color: #999;
}
@media (max-width: 575px) {
  .productView-bottom-details .item-group .item ul li {
    margin: 0 0 10px;
    font-size: 14px;
    text-align: justify;
  }
}
.productView-bottom-details .item-group .item ul li:last-child {
  margin: 0;
}
.productView-bottom-details .rightlist {
  position: sticky;
  top: 110px;
}
.productView-bottom-details .rightlist li {
  margin: 0 0 40px;
}
@media (max-width: 1500px) {
  .productView-bottom-details .rightlist li {
    margin: 0 0 30px;
  }
}
.productView-bottom-details .rightlist li:last-child {
  margin: 0;
}
.productView-bottom-details .rightlist li .item .img-box {
  position: relative;
  width: 100%;
  height: 0;
  padding: 0 0 51%;
}
.productView-bottom-details .rightlist li .item .img-box img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.productView-bottom-details .rightlist li .item .img-box .maks {
  opacity: 0;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(20, 146, 233, 0.8);
  transition: 0.3s;
}
.productView-bottom-details .rightlist li .item .img-box .maks .maks-btn {
  display: inline-block;
  padding: 5px 20px;

  border: 2px solid #fff;
  color: #fff;
  font-size: 16px;
}
.productView-bottom-details .rightlist li .item h4 {
  padding: 15px 0 20px;
  margin: 0;
  border-bottom: 2px solid #1f242a;
  font-size: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #1f242a;

}
@media (max-width: 1500px) {
  .productView-bottom-details .rightlist li .item h4 {
    font-size: 16px;
    padding: 10px 0 18px;
  }
}
@media (min-width: 768px) {
  .productView-bottom-details .rightlist li .item:hover .img-box .maks {
    opacity: 1;
  }
}
.sec-spot {
  position: absolute;
  top: -110px;
}
.contact-section3 {
  position: relative;
}
/* 内页动画效果 */
/* 内页动画效果 */
@keyframes fangda {
  0% {
    transform: scale(1);
		opacity: 1;
  }
  100% {
		opacity: 0;
    transform: scale(4);
  }
  @media (max-width: 767px) {
    100% {
			opacity: 0;
      transform: scale(2);
    }
  }
}
.container {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 575px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.resetStyle {
  color: #333;
}
.resetStyle a {
  text-decoration: none;
  color: #333;
}
.resetStyle ul,
.resetStyle li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.resetStyle p {
  margin: 0;
	line-height: 1.4;
	font-size: 18px;
}
body{
	font-size: 18px;
}
.ie-warning {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  background: #000;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  padding: 50px 0;
}
.ie-warning h1 {
  margin: 0 0 30px;
}
.ie-warning p {
  font-size: 16px;
}
.ie-warning .ie-container {
  min-width: 1024px;
  width: 100%;
  height: 200px;
  background: #fff;
  margin: 60px 0;
}
.ie-warning .ie-download {
  list-style: none;
  padding: 30px 0;
  margin: 0 auto;
  width: 720px;
}
.ie-warning .ie-download > li > a {
  display: block;
  color: #000;
  width: 140px;
  font-size: 15px;
  padding: 15px 0;
  margin: 0 auto;
}
.ie-warning .ie-download > li > a > div {
  margin-top: 10px;
}
.ie-warning .ie-download > li > a:hover {
  background-color: #eee;
}
@media (min-width: 1250px) {
  .container {
    width: 1200px;
    padding: 0;
  }
}
@media (min-width: 1500px) {
  .container {
    width: 1460px;
    padding: 0;
  }
}
#backtop {
  position: fixed;
  right: 49px;
  bottom: 20px;
  z-index: 100;
  opacity: 0;
  transition: 0.3s;
}
#backtop ul li {
  width: 54px;
  height: 54px;
  float: left;
  position: relative;
  line-height: 54px;
  text-align: center;
  margin-bottom: 3px;
  list-style: none;
}
#backtop ul li .inner {
  position: absolute;
  right: 70px;
  top: 0;
  background: #fff;
  border: 1px solid #ddd;
  line-height: normal;
  padding: 15px;
  transform: scale(0);
  transform-origin: top right;
  transition: 0.3s;
}
#backtop ul li .inner p {
  font-size: 12px;
}
#backtop ul li:hover .inner {
  transform: scale(1);
}
#backtop ul li .sidebox {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  transition: all 0.3s;
  background: #fff;
  border: 1px solid #ddd;
  color: #fff;
  font: 14px/54px "AvantGardeITCbyBT-Book";
  overflow: hidden;
  background-position: center;
  background-size: inherit;
  background-repeat: no-repeat;
}
#backtop.on {
  opacity: 1;
}
#backtop ul li .sidetop {
  width: 100%;
  height: 100%;
  line-height: 54px;
  display: inline-block;
  opacity: 0.6;
  filter: alpha(opacity=80);
  transition: all 0.3s;
  border: 1px solid #eef4f7;
  background: #eee url(../images/side_icon.png) center / cover no-repeat;
}
@media (min-width: 768px) {
  #backtop ul li .sidetop:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    background: #215279 url(../images/side_icon-w.png) center / cover no-repeat;
  }
}
@media (max-width: 767px) {
  #backtop {
    right: 10px;
    bottom: 10px;
  }
  #backtop ul li {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
.markdown-text p {
  font-size: 14px;
  line-height: 1.8;
  text-align: justify;
}
.markdown-text img {
  max-width: 100%;
  height: auto;
}
.homebox-bag {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
/*第每屏banner*/
.homeleft {
  float: left;
}
.homeright {
  float: right;
}
.hombannerbox {
  width: 50%;
}
@media (max-width: 991px) {
  .hombannerbox {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .hombannerbox {
    width: 100%;
    float: left;
  }
}
.hombannerbox .icon {
  width: 64px;
  margin-bottom: 23px;
  transform: translateY(-5px);
  opacity: 0;
}
@media (max-width: 767px) {
  .hombannerbox .icon {
    width: 45px;
  }
}
.hombannerbox .icon img {
  width: 100%;
  height: auto;
}
.hombannerbox .tit {
  transform: translateY(-5px);
  opacity: 0;
  font-weight: bold;
  font-size: 40px;
  line-height: 44px;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .hombannerbox .tit {
    font-size: 30px;
    line-height: 34px;
  }
}
@media (max-width: 767px) {
  .hombannerbox .tit {
    font-size: 30px;
  }
}
.hombannerbox .list {
  transform: translateY(-5px);
  opacity: 0;
  width: 406px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px 30px;
  display: flex;
  margin-bottom: 35px;
  border-radius: 5px;
}
@media (max-width: 1199px) {
  .hombannerbox .list {
    padding: 15px 25px;
  }
}
@media (max-width: 767px) {
  .hombannerbox .list {
    width: 100%;
    padding: 15px 20px;
  }
}
@media (max-width: 321px) {
  .hombannerbox .list {
    flex-wrap: wrap;
  }
}
.hombannerbox .list .item {
  display: flex;
  width: 171px;
  height: 60px;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 21px;
  color: #215279;
  font-weight: bold;
  margin-right: 30px;
  border-right: 1px solid #b2daf4;
}
@media (max-width: 767px) {
  .hombannerbox .list .item {
    margin-right: 15px;
  }
}
@media (max-width: 321px) {
  .hombannerbox .list .item {
    border-right: none;
    width: 100%;
    margin-bottom: 10px;
    justify-content: end;
  }
}
.hombannerbox .list .item i {
  display: inline-block;
  width: 44px;
  margin-right: 16px;
}
.hombannerbox .list .item i img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .hombannerbox .list .item i {
    width: 30px;
    margin-right: 10px;
  }
}
@media (max-width: 321px) {
  .hombannerbox .list .item i {
    width: 33px;
  }
}
.hombannerbox .list .item:last-child {
  border-right: none;
  margin-right: 0px;
}
@media (max-width: 321px) {
  .hombannerbox .list .item:last-child {
    border-top: 1px solid #b2daf4;
  }
}
.hombannerbox .font {
  transform: translateY(-5px);
  opacity: 0;
  color: #171c21;
  font-size: 16px;
  line-height: 26px;
}
@media (max-width: 1199px) {
  .hombannerbox .font {
    font-size: 14px;
    line-height: 24px;
  }
}
.mybanner1 {
  position: relative;
}
.fp-tableCell {
  position: relative;
}
@media (max-width: 767px) {
  #fp-nav.fp-right {
    display: none;
  }
}
#fp-nav.fp-right ul li a span {
  opacity: 0.8;
  background-color: #FFF;
}
#fp-nav.fp-right ul li .active span {
  background-color: #215279;
}
#fp-nav.fp-right ul li .active:hover span {
  background-color: #215279;
}
#fp-nav.fp-right ul li:hover span {
  background-color: #215279;
}
.netbox {
  position: absolute;
  bottom: 3%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  /* background: url(../images/next.png); */
  z-index: 888;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0;
}
@media (max-width: 767px) {
  .netbox {
    display: none !important;
  }
}
.netbox img {
  width: 23px;
  height: 20px;
  display: block;
  margin-left: 15%;
  animation: xia 0.5s linear infinite alternate;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.netbox span {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
.header-top-sreach-pc {
  position: absolute;
  top: -36px;
  left: 500px;
  z-index: 5;
  height: 92px;
  width: 580px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: left 0.3s linear;
  transition: left 0.3s linear;
  opacity: 0;
}
.header-top-sreach-pc-cont {
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-top-sreach-pc input {
  width: 100%;
  outline: none;
  border: none;
  padding: 0;
  margin-right: 10px;
}
.header-top-sreach-pc button {
  width: 17px;
  background-color: #fff;
  outline: none;
  border: none;
  padding: 0;
}
.header-top-sreach-pc button img {
  width: 100%;
}
.example-classname {
  position: relative;
}
.zhe {
  position: absolute;
  right: 0;
  top: 0;
  width: 80%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}
.zhe1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
}
.my-headernav {
  position: fixed;
  top: 0;
  left: 0;
  height: 60px;
  z-index: 999;
  width: 100%;
  display: none;
}
@media (max-width: 767px) {
  .my-headernav {
    height: 60px;
    display: none!important;
  }
}
.my-headernav .container {
  height: 100%;
}
.my-headernav .cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.my-headernav .cont .lt {
  height: 60px;
  width: 161px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 10px;
}
.my-headernav .cont .lt img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.my-headernav .cont .gt {
  display: flex;
  justify-content: space-between;
  height: 100%;
  align-items: center;
  position: relative;
}
.my-headernav .cont .gt .gtnav {
  display: flex;
  align-items: center;
  height: 100%;
  -webkit-transform: translateX(150%);
  -moz-transform: translateX(150%);
  -ms-transform: translateX(150%);
  -o-transform: translateX(150%);
  transform: translateX(150%);
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.my-headernav .cont .gt .gtnav .tit {
  display: flex;
  height: 100%;
  align-items: center;
}
.my-headernav .cont .gt .gtnav .tit a {
  color: #fff;
  font-size: 16px;
  display: block;
  height: 100%;
  line-height: 60px;
}
.my-headernav .cont .gt .gtnav .tit i {
  display: inline-block;
  width: 13px;
  height: 8px;
  background: url(../images/but.png) no-repeat center;
  background-size: 100% 100%;
  margin-left: 8px;
}
@media (max-width: 991px) {
  .my-headernav .cont .gt .gtnav .tit i {
    display: none;
  }
}
.my-headernav .cont .gt .gtnav .gtnav-list {
  position: relative;
  padding: 0 15px;
  height: 100%;
}
@media (max-width: 991px) {
  .my-headernav .cont .gt .gtnav .gtnav-list {
    padding: 0 10px;
  }
}
.my-headernav .cont .gt .gtnav .gtnav-list .hasdrop-hover {
  position: absolute;
  background-color: #ebf0f4;
  padding: 20px;
  left: 0;
  transform: translateX(-50%);
  top: 100%;
  display: none;
}
@media (max-width: 1199px) {
  .my-headernav .cont .gt .gtnav .gtnav-list .hasdrop-hover {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .my-headernav .cont .gt .gtnav .gtnav-list .hasdrop-hover {
    display: none;
  }
}
.my-headernav .cont .gt .gtnav .gtnav-list .hasdrop-hover .cont {
  display: flex;
  justify-content: space-between;
}
.my-headernav .cont .gt .gtnav .gtnav-list .hasdrop-hover .cont .hovmenu .li {
  width: 220px;
  height: 80px;
  background-color: #d6dbdf;
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .my-headernav .cont .gt .gtnav .gtnav-list .hasdrop-hover .cont .hovmenu .li {
    height: 50px;
    width: 180px;
  }
}
@media (max-width: 991px) {
  .my-headernav .cont .gt .gtnav .gtnav-list .hasdrop-hover .cont .hovmenu .li {
    height: 45px;
    width: 125px;
  }
}
.my-headernav .cont .gt .gtnav .gtnav-list .hasdrop-hover .cont .hovmenu .li a {
  font-size: 24px;
  color: #1f242a;
  text-indent: 1em;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1199px) {
  .my-headernav .cont .gt .gtnav .gtnav-list .hasdrop-hover .cont .hovmenu .li a {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .my-headernav .cont .gt .gtnav .gtnav-list .hasdrop-hover .cont .hovmenu .li a {
    font-size: 16px;
  }
}
.my-headernav .cont .gt .gtnav .gtnav-list .hasdrop-hover .cont .hovmenu .li a i {
  display: none;
  width: 9px;
  height: 15px;
  background: url(../images/gtbulr.png) no-repeat center;
  background-size: cover;
}
.my-headernav .cont .gt .gtnav .gtnav-list .hasdrop-hover .cont .hovmenu .li.active {
  background-color: #fff;
}
.my-headernav .cont .gt .gtnav .gtnav-list .hasdrop-hover .cont .hovmenu .li.active a {
  color: #215279;
}
.my-headernav .cont .gt .gtnav .gtnav-list .hasdrop-hover .cont .hovmenu .li.active a i {
  display: block;
}
.my-headernav .cont .gt .gtnav .gtnav-list .hasdrop-hover .cont .hovcont .item {
  display: none;
  padding: 20px 20px 0;
  background-color: #fff;
}
@media (max-width: 1199px) {
  .my-headernav .cont .gt .gtnav .gtnav-list .hasdrop-hover .cont .hovcont .item {
    padding: 10px 10px 0;
  }
}
.my-headernav .cont .gt .gtnav .gtnav-list .hasdrop-hover .cont .hovcont .item .list {
  width: 170px;
  margin-right: 10px;
  display: block;
  text-align: center;
}
@media (max-width: 1199px) {
  .my-headernav .cont .gt .gtnav .gtnav-list .hasdrop-hover .cont .hovcont .item .list {
    width: 140px;
  }
}
@media (max-width: 991px) {
  .my-headernav .cont .gt .gtnav .gtnav-list .hasdrop-hover .cont .hovcont .item .list {
    width: 100px;
  }
}
.my-headernav .cont .gt .gtnav .gtnav-list .hasdrop-hover .cont .hovcont .item .list .img {
  width: 100%;
  height: 180px;
}
@media (max-width: 1199px) {
  .my-headernav .cont .gt .gtnav .gtnav-list .hasdrop-hover .cont .hovcont .item .list .img {
    height: 150px;
  }
}
@media (max-width: 991px) {
  .my-headernav .cont .gt .gtnav .gtnav-list .hasdrop-hover .cont .hovcont .item .list .img {
    height: 110px;
  }
}
.my-headernav .cont .gt .gtnav .gtnav-list .hasdrop-hover .cont .hovcont .item .list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.my-headernav .cont .gt .gtnav .gtnav-list .hasdrop-hover .cont .hovcont .item .list .font {
  width: 100%;
  height: 47px;
  line-height: 47px;
  font-size: 16px;
  color: #1f242a;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 991px) {
  .my-headernav .cont .gt .gtnav .gtnav-list .hasdrop-hover .cont .hovcont .item .list .font {
    font-size: 14px;
  }
}
.my-headernav .cont .gt .gtnav .gtnav-list .hasdrop-hover .cont .hovcont .item .but {
  display: block;
  width: 70px;
  height: 180px;
  background: #215279;
  color: #fff;
  line-height: 180px;
  text-align: center;
}
@media (max-width: 1199px) {
  .my-headernav .cont .gt .gtnav .gtnav-list .hasdrop-hover .cont .hovcont .item .but {
    width: 60px;
    height: 150px;
    line-height: 150px;
  }
}
@media (max-width: 991px) {
  .my-headernav .cont .gt .gtnav .gtnav-list .hasdrop-hover .cont .hovcont .item .but {
    height: 110px;
    line-height: 110px;
  }
}
.my-headernav .cont .gt .gtnav .gtnav-list .hasdrop-hover .cont .hovcont .item.show1 {
  display: flex;
}
.my-headernav .cont .gt .but {
  display: block;
  width: 45px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.my-headernav .cont .gt .but span {
  display: block;
  background-color: #fff;
  width: 75%;
  height: 3px;
  border-radius: 3px;
  margin-bottom: 5px;
}
.my-headernav .cont .gt .but span:last-child {
  margin-bottom: 0;
}
.my-headernav:hover {
  background-color: #fff;
}
.my-headernav:hover .cont .gt .gtnav .tit a {
  color: #333;
}
.my-headernav:hover .cont .gt .but span {
  background-color: #666;
}
.my-headernav:hover .cont .gt .gtnav .tit i {
  background: url(../images/buthei.png) no-repeat center;
  background-size: 100% 100%;
}
.my-headernavhover .cont .gt .gtnav .tit a {
  color: #333;
}
.my-headernavhover .cont .gt .but span {
  background-color: #666;
}
.my-headernavhover .cont .gt .gtnav .tit i {
  background: url(../images/buthei.png) no-repeat center;
  background-size: 100% 100%;
}
.home {
  /*居中*/
}
.home-header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
}
@media (max-width: 767px) {
  .home-header {
    width: 100%;
    position: fixed;
  }
}
@media (max-width: 767px) {
  .home-header .container {
    width: 100%;
  }
}
.home-header .navbar {
  height: 90px;
  border-bottom: none;
  background: transparent;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .home-header .navbar {
    display: block!important;
    height: 60px;
  }
  .home-header .navbar .navbar-header {
    height: 60px;
  }
}
.home-header .navbar-brand {
  padding: 0;
  height: auto;
  margin-top: 5px!important;
  height: 80px;
}
.home-header .navbar-brand img {
  height: 100%;
}
@media (max-width: 767px) {
  .home-header .navbar-brand {
    margin: 10px 0 0 15px !important;
    height: 37px;
    width: 127px;
  }
  .home-header .navbar-brand img {
    /* width: 100%; */
  }
}
.home-header .navbar-text {
  font-size: 20px;
  color: #333;
  margin: 18px 0 0 15px;
}
@media (max-width: 1199px) {
  .home-header .navbar-text {
    font-size: 16px;
    margin: 22px 0 0 15px;
  }
}
@media (max-width: 991px) {
  .home-header .navbar-text {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-header .navbar-text {
    display: none;
  }
}
@media (max-width: 767px) {
  .home-header .navbar-text {
    display: inline-block;
    font-size: 15px;
    margin: 9px 0 0 15px;
  }
}
.home-header .nav.navbar-nav {
  margin: 0;
}
@media (max-width: 767px) {
  .home-header .nav.navbar-nav {
    padding: 15px 0;
    margin: 0;
  }
}
.home-header .nav.navbar-nav > li {
  padding-top: 32px;
  margin: 0;
  position: relative;
  font-size: 16px;
  color: #333;
}
@media (min-width: 992px) {
  .home-header .nav.navbar-nav > li:last-child:before {
    content: "";
    position: absolute;
    background: #fff;
    font-size: 15px;
    top: 6px;
    left: 1px;
    width: 2px;
    height: 16px;
    display: none;
  }
}

@media (max-width: 991px) {
  .home-header .nav.navbar-nav > li {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .home-header .nav.navbar-nav > li {
    padding-top: 0;
  }
}
.home-header .nav.navbar-nav > li > a {
  color: #fff;
  line-height: 26px;
  padding: 0 26px 32px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 1199px) {
  .home-header .nav.navbar-nav > li > a {
    padding: 0 15px 30px;
  }
}
@media (max-width: 991px) {
  .home-header .nav.navbar-nav > li > a {
    padding: 0 6px 30px;
  }
}
@media (max-width: 767px) {
  .home-header .nav.navbar-nav > li > a {
    color: #fff;
    padding: 5px 15px;
    font-size: 14px;
  }
}
.home-header .nav.navbar-nav > li.active > a,
.home-header .nav.navbar-nav > li:hover:not(.nohover) > a {
  color: #fff;
  background-color: transparent;
  position: relative;
}
.home-header .nav.navbar-nav > li:hover>a{
	color: #215279;
}
.home-header .nav.navbar-nav > li.active > a:after,
.home-header .nav.navbar-nav > li:hover:not(.nohover) > a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 10%;
  width: 50%;
  height: 45%;
	display: none!important;
  background-color: #215279;
  z-index: -1;
}

@media (min-width: 768px) {
  .home-header .nav.navbar-nav > li.active > a,
  .home-header .nav.navbar-nav > li:hover:not(.nohover) > a {
    color: #fff;
    background-color: transparent;
    background-image: url(../images/navbg.png);
    background-repeat: no-repeat;
    background-size: 35px;
    background-position: center 25px;
    transition: 0s;
  }
}
.home-header .nav.navbar-nav > li.active:hover > a,
.home-header .nav.navbar-nav > li.active:hover > a i,
.home-header .nav.navbar-nav > li:hover:not(.nohover) > a,
.home-header .nav.navbar-nav > li:hover:not(.nohover) > a i{
	color: #215279!important;
}
.home-header .mobile-navbtn {
  display: none;
}
@media (max-width: 767px) {
  .home-header .mobile-navbtn {
    width: 40px;
    vertical-align: middle;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: url(../images/jia.png) center no-repeat;
    background-size: 100%;
  }
  .home-header .mobile-navbtn.open {
    background: url(../images/jian.png) center no-repeat;
    background-size: 100%;
  }
  .home-header .mobile-navbtn.iconb {
    background: url(../images/jia-b.png) center no-repeat;
    background-size: 100%;
  }
  .home-header .mobile-navbtn.iconb.open {
    background: url(../images/jian-b.png) center no-repeat;
    background-size: 100%;
  }
}
.home-header .icon {
  display: inline-block;
  width: 13px;
  height: 8px;
  background: url(../images/but.png) no-repeat center;
  background-size: 100% 100%;
  margin-left: 8px;
}
@media (max-width: 991px) {
  .home-header .icon {
    display: none;
  }
}
.home-header .dropdown-menu.open {
  display: block !important;
}
.home-header .dropdown-menu.multi {
  position: absolute;
  left: 100% !important;
  right: 0;
  top: 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border: 1px solid rgba(0, 0, 0, 0.15);
  margin: 0 !important;
}
.home-header .dropdown-menu.multi a {
  font-size: 12px;
}
@media (max-width: 767px) {
  .home-header .dropdown-menu.multi {
    position: static;
  }
}
@media (max-width: 767px) {
  .home-header .dropdown-menu {
    position: relative;
    width: 100%;
    margin: 0 0 5px;
  }
  .home-header .dropdown-menu.multi-dropdown {
    left: 0 !important;
  }
}
.home-header .dropdown-menu li {
  width: 100%;
  position: relative;
  font-size: 14px;
}
@media (max-width: 767px) {
  .home-header .dropdown-menu > li > a {
    position: relative;
  }
  .home-header .dropdown-menu em i {
    color: #333;
  }
}
.home-header .dropdown-menu > li > a {
  padding: 14px 20px;
}
.home-header .language img {
  vertical-align: middle;
  margin: -3px 0 0 5px;
}
.home-header .navbar-toggle {
  transition: 0s;
}
.home-header .navbar-toggle:focus,
.home-header .navbar-toggle:hover {
  background-color: #fff;
}
.home-header .navbar-toggle:focus .icon-bar,
.home-header .navbar-toggle:hover .icon-bar {
  background-color: #00023d;
}
.home-header .navbar-toggle:active {
  background-color: #00023d;
}
.home-header .navbar-toggle:active .icon-bar {
  background-color: #fff;
}
@media (max-width: 767px) {
  .home-header .navbar-toggle {
    margin: 12px 15px 0 0;
  }
}
@media (max-width: 767px) {
  .home-header .navbar-collapse {
    background: #333;
    border: 0;
  }
}
.home-header .navbar-collapse > ul > li > .cut {
  width: 78px;
  height: 28px;
  padding: 0;
  margin-left: 29px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}
@media (max-width: 991px) {
  .home-header .navbar-collapse > ul > li > .cut {
    margin-left: 0px;
    width: 62px;
  }
}
.home-header .navbar-collapse > ul > li > .cut i {
  display: block;
  width: 10px;
  height: 6px;
  background: url(../images/but.png) no-repeat center;
  background-size: 100% 100%;
  margin-left: 10px;
}
@media (min-width: 768px) {
  .home-header .search-box .header-top-sreach-box {
    position: absolute;
    right: 17px;
    top: 45px;
    z-index: 999;
    display: none;
  }
  .home-header .search-box .header-top-sreach-box .header-top-form {
    border: 1px solid #d9d9d9;
    display: block;
    float: right;
    position: relative;
    width: 180px;
    background-color: #fff;
  }
  .home-header .search-box .header-top-sreach-box .header-top-form-input {
    padding-right: 0;
    font-size: 12px;
    outline: none !important;
    display: block;
    width: 148px !important;
    height: 31px !important;
    border: 0 !important;
    float: left !important;
    padding-left: 8px !important;
    background-color: transparent !important;
  }
  .home-header .search-box .header-top-sreach-box .header-top-form-sbm {
    outline: none;
    width: 20%;
    font-size: 0;
    position: absolute;
    top: 0;
    left: 81%;
    float: left;
    height: 31px;
    display: block;
    border: 0;
    background: url(../images/search.png) center center no-repeat;
  }
  .home-header .search-box .search-btn {
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url(../images/fang.png) no-repeat center;
    background-size: cover;
    padding: 0!important;
    margin-right: 25px;
    margin-top: 6px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-header .search-box .search-btn {
    margin-right: 14px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .home-header .search-box .header-top-sreach-box {
    right: 7px;
  }
}
@media (max-width: 767px) {
  .home-header .search-box .header-top-sreach-bigbox {
    position: relative;
    margin-top: 16px;
    text-align: center;
    display: block;
    width: 37px;
    height: 28px;
  }
  .home-header .search-box .header-top-sreach-box {
    position: relative;
    z-index: 999;
    margin-top: 10px;
  }
  .home-header .search-box .header-top-form {
    border: 1px solid #d9d9d9;
    display: flex;
    position: relative;
    width: 100%;
    background-color: #fff;
  }
  .home-header .search-box .header-top-form-input {
    padding-right: 0;
    font-size: 12px;
    outline: none !important;
    display: block;
    flex: 1;
    height: 31px !important;
    border: 0 !important;
    padding: 0 50px 0 8px !important;
    background-color: transparent !important;
  }
  .home-header .search-box .header-top-form-sbm {
    outline: none;
    font-size: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 31px;
    display: block;
    border: 0;
    background: url(../images/search.png) center center no-repeat;
  }
  .home-header .search-box .search-btn img {
    vertical-align: middle;
    margin-top: -3px;
  }
  .home-header .search-box .search-btn {
    display: none;
  }
}
@media (min-width: 768px) {
  .home-header li.hasdrop {
    position: relative;
  }
  .home-header li.hasdrop .hasdrop-hover {
    position: absolute;
    background-color: #ebf0f4;
    padding: 20px;
    left: 0;
    transform: translateX(-50%);
    top: 100%;
    display: none;
  }
  .home-header li.hasdrop .hasdrop-hover .cont {
    display: flex;
    justify-content: space-between;
  }
  .home-header li.hasdrop .hasdrop-hover .cont .hovmenu .li {
    width: 220px;
    height: 80px;
    background-color: #d6dbdf;
    display: flex;
    align-items: center;
  }
  .home-header li.hasdrop .hasdrop-hover .cont .hovmenu .li a {
    font-size: 24px;
    color: #1f242a;
    text-indent: 1em;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .home-header li.hasdrop .hasdrop-hover .cont .hovmenu .li a i {
    display: none;
    width: 9px;
    height: 15px;
    background: url(../images/gtbulr.png) no-repeat center;
    background-size: cover;
  }
  .home-header li.hasdrop .hasdrop-hover .cont .hovmenu .li.active {
    background-color: #fff;
  }
  .home-header li.hasdrop .hasdrop-hover .cont .hovmenu .li.active a {
    color: #215279;
  }
  .home-header li.hasdrop .hasdrop-hover .cont .hovmenu .li.active a i {
    display: block;
  }
  .home-header li.hasdrop .hasdrop-hover .cont .hovcont .item {
    display: none;
    padding: 20px 20px 0;
    background-color: #fff;
  }
  .home-header li.hasdrop .hasdrop-hover .cont .hovcont .item .list {
    width: 170px;
    margin-right: 10px;
    display: block;
    text-align: center;
  }
  .home-header li.hasdrop .hasdrop-hover .cont .hovcont .item .list .img {
    width: 100%;
    height: 180px;
  }
  .home-header li.hasdrop .hasdrop-hover .cont .hovcont .item .list .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .home-header li.hasdrop .hasdrop-hover .cont .hovcont .item .list .font {
    width: 100%;
    height: 47px;
    line-height: 47px;
    font-size: 16px;
    color: #1f242a;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .home-header li.hasdrop .hasdrop-hover .cont .hovcont .item .but {
    display: block;
    width: 70px;
    height: 180px;
    background: #215279;
    color: #fff;
    line-height: 180px;
    text-align: center;
  }
  .home-header li.hasdrop .hasdrop-hover .cont .hovcont .item.show1 {
    display: flex;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .home-header li.hasdrop .hasdrop-hover {
    padding: 10px;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  .home-header li.hasdrop .hasdrop-hover {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .home-header li.hasdrop .hasdrop-hover .cont .hovmenu .li {
    height: 50px;
    width: 180px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-header li.hasdrop .hasdrop-hover .cont .hovmenu .li {
    height: 45px;
    width: 125px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .home-header li.hasdrop .hasdrop-hover .cont .hovmenu .li a {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-header li.hasdrop .hasdrop-hover .cont .hovmenu .li a {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .home-header li.hasdrop .hasdrop-hover .cont .hovcont .item {
    padding: 10px 10px 0;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .home-header li.hasdrop .hasdrop-hover .cont .hovcont .item .list {
    width: 140px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-header li.hasdrop .hasdrop-hover .cont .hovcont .item .list {
    width: 100px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .home-header li.hasdrop .hasdrop-hover .cont .hovcont .item .list .img {
    height: 150px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-header li.hasdrop .hasdrop-hover .cont .hovcont .item .list .img {
    height: 110px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-header li.hasdrop .hasdrop-hover .cont .hovcont .item .list .font {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .home-header li.hasdrop .hasdrop-hover .cont .hovcont .item .but {
    width: 60px;
    height: 150px;
    line-height: 150px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-header li.hasdrop .hasdrop-hover .cont .hovcont .item .but {
    height: 110px;
    line-height: 110px;
  }
}
.home-footer {
  padding-top: 90px;
  background-color: #f9f9f9;
}
@media (max-width: 767px) {
  .home-footer {
    padding-top: 30px;
  }
}
.home-footer .logosearch {
  padding-bottom: 67px;
  border-bottom: 2px solid #e8e9e9;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .home-footer .logosearch {
    padding-bottom: 30px;
  }
}
.home-footer .logosearch .logo {
  width: 273px;
}
.home-footer .logosearch .logo img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .home-footer .logosearch .logo {
    width: 200px;
    display: none;
  }
}
.home-footer .logosearch .search {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.home-footer .logosearch .search .font {
  font-size: 16px;
  width: 180px;
  line-height: 28px;
  opacity: 0.5;
}
@media (max-width: 991px) {
  .home-footer .logosearch .search .font {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .home-footer .logosearch .search .font {
    font-size: 14px;
  }
}
.home-footer .logosearch .search .form {
  height: 100%;
  display: flex;
  margin-left: 35px;
}
@media (max-width: 991px) {
  .home-footer .logosearch .search .form {
    margin-left: 0;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .home-footer .logosearch .search .form {
    width: 100%;
  }
}
.home-footer .logosearch .search .form input,
.home-footer .logosearch .search .form button {
  height: 100%;
  outline: none;
  line-height: 60px;
  font-size: 16px;
  color: #acaeb0;
  height: 60px;
}
@media (max-width: 767px) {
  .home-footer .logosearch .search .form input,
  .home-footer .logosearch .search .form button {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}
.home-footer .logosearch .search .form input {
  width: 315px;
  border: 1px solid #215279;
  border-radius: 3px 0 0 3px;
  text-indent: 1.5rem;
}
@media (max-width: 1199px) {
  .home-footer .logosearch .search .form input {
    width: 280px;
  }
}
@media (max-width: 767px) {
  .home-footer .logosearch .search .form input {
    width: 63%;
  }
}
.home-footer .logosearch .search .form button {
  padding: 0;
  width: 128px;
  background-color: #215279;
  border-radius: 0 3px 3px 0;
  border: none;
  color: #fff;
}
@media (max-width: 1199px) {
  .home-footer .logosearch .search .form button {
    width: 100px;
  }
}
.home-footer .menulist {
  padding: 100px 0;
}
@media (max-width: 991px) {
  .home-footer .menulist {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .home-footer .menulist {
    padding: 30px 0;
  }
}
.home-footer .menulist .cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 1500px) {
  .home-footer .menulist .cont {
    justify-content: end;
  }
}
@media (max-width: 1500px) {
  .home-footer .menulist .cont .list {
    width: 358px;
    margin-right: 15px;
  }
}
@media (max-width: 1199px) {
  .home-footer .menulist .cont .list {
    width: 296px;
    margin-right: 15px;
  }
}
@media (max-width: 991px) {
  .home-footer .menulist .cont .list {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .home-footer .menulist .cont .list {
    width: 100%;
  }
}
.home-footer .menulist .cont .list .tit {
  font-size: 24px;
  font-weight: bold;
  color: #1f242a;
  margin-bottom: 45px;
}
@media (max-width: 991px) {
  .home-footer .menulist .cont .list .tit {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .home-footer .menulist .cont .list .tit {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.home-footer .menulist .cont .list .item {
  width: 100%;
  font-size: 16px;
  color: #1f242a;
  opacity: 0.6;
  margin-bottom: 26px;
  line-height: 21px;
  display: block;
}
@media (max-width: 767px) {
  .home-footer .menulist .cont .list .item {
    display: none;
  }
}
.home-footer .but {
  width: 100%;
  padding: 22px 0;
  background-color: #141420;
  color: #fff;
}
.home-footer .but .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home-footer .but .container::before,.home-footer .but .container::after {
  display: none;
}
/* @media (max-width: 1000px) {
	.home-footer .but .lt{
		order: 0;
	}
	.home-footer .but .bei{
		order: 2;
	}
	.home-footer .but .gt{
		order: 1;
		width: 100%;
		margin-bottom: 10px;
	}
} */
@media (max-width: 767px) {
  .home-footer .but .lt {
    margin-right: 0;
  }
  .home-footer .but .lt,.home-footer .but .bei,.home-footer .but .gt {
    width: 100%;
  }
}
.home-footer .but .lt a {
  padding: 18px;
  color: #666;
  position: relative;
  font-size: 14px;
}
@media (max-width: 767px) {
  .home-footer .but .lt a {
    margin-right: 10px;
    margin-left: 0;
    padding-left: 0;
    padding: 5px 0;
  }
}
.home-footer .but .lt a:first-child {
  padding-left: 0;
}
.home-footer .but .lt a:after {
  position: absolute;
  right: -1px;
  top: 20px;
  content: "";
  display: block;
  width: 1px;
  height: 13px;
  background-color: #2c2c37;
}
@media (max-width: 767px) {
  .home-footer .but .lt a:after {
    display: none;
  }
}
.home-footer .but .lt a:last-child:after {
  display: none;
}
.home-footer .but .lt a:hover {
  color: #fff;
}
@media (max-width: 1503px) {
  .home-footer .but .lt {
    margin-bottom: 20px;
  }
}
.home-footer .but .bei {
  color: #666;
  font-size: 14px;
}
@media (max-width: 1199px) {
  .home-footer .but .bei {
    margin-bottom: 20px;
  }
}
.home-footer .but .bei a {
  color: #666;
  font-size: 14px;
  /* margin-left: 54px; */
}
.home-footer .but .bei a:hover {
  color: #fff;
}
@media (max-width: 1199px) {
  .home-footer .but .bei a {
    margin-left: 0;
  }
}
.home-footer .but .gt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* margin-right: 100px; */
}
@media (max-width: 767px) {
  .home-footer .but .gt {
    margin-right: 0;
  }
}
.home-footer .but .gt .icon {
  display: flex;
}
.home-footer .but .gt .icon a {
  display: block;
  border-radius: 3px;
  margin-left: 10px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  opacity: 0.5;
  color: #333;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  line-height: 20px;
}
.home-footer .but .gt .icon img {
  width: 100%;
  height: auto;
  float: left;
}
.home-footer .but .gt .icon .img1 {
  background-color: #fff;
  width: 20px;
  height: 20px;
  opacity: 0.5;
  padding: 5px 3px 3px;
}
.home-footer .but .gt .icon .img2 {
  width: 44px;
  height: 20px;
  opacity: 0.5;
  background-color: transparent;
}
.home-center {
  position: relative;
  z-index: 888;
}
@media (max-width: 767px) {
  .home-center {
    width: 100%;
  }
  .home-footer .but .gt .icon a:first-child {
    margin-left: 0;
  }
  .home-footer .but .gt .icon a,.home-footer .but .gt .icon .img1  {
    width: 20px;
    height: 20px;
    font-size: 14px;
  }
  .home-footer .but .gt .icon .img2 {
    width: 48px;
    height: 20px;
  }
}
.home-section1 {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.home-section1 .mask {
  position: absolute;
  left: -100%;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0.5;
  z-index: 5;
}
.home-section1 .cont {
  color: #fff;
}
.home-section1 .c-imgBox::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0,0,0,.3);
}
.home-section1 .cont .tit {
  transform: translateY(-5px);
  opacity: 0;
  font-size: 60px;
  text-shadow: 2px 1px 0 rgba(48, 55, 63, 0.8);
  line-height: 67px;
  margin-bottom: 53px;
  font-weight: bold;
}
@media (max-width: 991px) {
  .home-section1 .cont .tit {
    font-size: 55px;
  }
}
@media (max-width: 575px) {
  .home-section1 .cont .tit {
    font-size: 30px;
    line-height: 37px;
    margin-bottom: 25px;
  }
}
.home-section1 .cont .font {
  transform: translateY(-5px);
  opacity: 0;
  font-size: 18px;
  margin-bottom: 108px;
  text-shadow: 2px 1px 0 rgba(48, 55, 63, 0.8);
}
@media (max-width: 991px) {
  .home-section1 .cont .font {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .home-section1 .cont .font {
    font-size: 13px;
    margin-bottom: 50px;
  }
}
.home-section1 .cont a {
  transform: translateY(-5px);
  opacity: 0;
  display: block;
  width: 90px;
  height: 40px;
  border-bottom: 3px solid #fff;
  color: #fff;
  font-size: 18px;
  text-shadow: 2px 1px 0 rgba(48, 55, 63, 0.8);
}
@media (max-width: 575px) {
  .home-section1 .cont a {
    font-size: 13px;
    height: 35px;
    border-bottom: 2px solid #fff;
  }
}
.home-section1 .cont a i {
  display: inline-block;
  width: 8px;
  height: 13px;
  float: right;
  background: url(../images/gt.png) no-repeat center;
  background-size: 100% 18px;
  margin-top: 6px;
}
.home-section1 .cont a i img {
  width: 100%;
}
@media (max-width: 575px) {
  .home-section1 .cont a i {
    width: 6px;
    height: 11px;
  }
}
.home-section2 {
  position: relative;
}
.home-section2 > div > img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.home-section2 .cont {
  overflow: hidden;
}
.home-section2 .cont .hombannerbox .tit {
  color: #fff;
  text-shadow: 2px 1px 0 rgba(48, 55, 63, 0.8);
  font-weight: bold;
}
.home-section2 .cont .hombannerbox .font {
  color: #fff;
  text-shadow: 2px 1px 0 rgba(48, 55, 63, 0.8);
}
.home-section2 .cont a {
  transform: translateY(-5px);
  opacity: 0;
  display: block;
  width: 90px;
  height: 40px;
  border-bottom: 3px solid #fff;
  color: #fff;
  font-size: 18px;
  text-shadow: 2px 1px 0 rgba(48, 55, 63, 0.8);
  margin-top: 90px;
}
@media (max-width: 575px) {
  .home-section2 .cont a {
    margin-top: 50px;
    font-size: 13px;
    height: 35px;
    border-bottom: 2px solid #fff;
  }
}
.home-section2 .cont a i {
  display: inline-block;
  width: 8px;
  height: 13px;
  float: right;
  background: url(../images/gt.png) no-repeat center;
  background-size: 100% 18px;
  margin-top: 6px;
}
.home-section2 .cont a i img {
  width: 100%;
}
@media (max-width: 575px) {
  .home-section2 .cont a i {
    width: 6px;
    height: 11px;
  }
}
.home-section3 {
  position: relative;
}
.home-section3 > div > img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.home-section3 .cont {
  overflow: hidden;
}
.home-section3 .cont .hombannerbox {
  color: #fff;
}
.home-section3 .cont .hombannerbox .font {
  color: #fff;
}
.home-section3 .cont .hombannerbox a {
  transform: translateY(-5px);
  opacity: 0;
  display: block;
  width: 90px;
  height: 40px;
  border-bottom: 3px solid #fff;
  color: #fff;
  font-size: 18px;
  text-shadow: 2px 1px 0 rgba(48, 55, 63, 0.8);
  margin-top: 90px;
}
@media (max-width: 575px) {
  .home-section3 .cont .hombannerbox a {
    margin-top: 50px;
    font-size: 13px;
    height: 35px;
    border-bottom: 2px solid #fff;
  }
}
.home-section3 .cont .hombannerbox a i {
  display: inline-block;
  width: 8px;
  height: 13px;
  float: right;
  background: url(../images/gt.png) no-repeat center;
  background-size: 100% 18px;
  margin-top: 6px;
}
.home-section3 .cont .hombannerbox a i img {
  width: 100%;
}
@media (max-width: 575px) {
  .home-section3 .cont .hombannerbox a i {
    width: 6px;
    height: 11px;
  }
}
.home-section3 .cont .hombannerbox .tit {
  color: #fff;
  text-shadow: 2px 1px 0 rgba(48, 55, 63, 0.8);

  font-weight: bold;
}
.home-section3 .cont .hombannerbox .font {
  color: #fff;
  text-shadow: 2px 1px 0 rgba(48, 55, 63, 0.8);
}
.home-section3 .cont .hombannerbox .icon {
  width: 105px;
}
@media (max-width: 767px) {
  .home-section3 .cont .hombannerbox .icon {
    width: 60px;
  }
}
.home-section4 {
  position: relative;
}
@media (max-width: 991px) {
  .home-section4 {
    overflow: hidden;
  }
}
.home-section4 > div > img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
@media (max-width: 767px) {
  .home-section4 > div > img {
    width: 265%;
  }
}
.home-section4 .cont {
  overflow: hidden;
}
.home-section4 .cont .hombannerbox a {
  transform: translateY(-5px);
  opacity: 0;
  display: block;
  width: 90px;
  height: 40px;
  border-bottom: 3px solid #fff;
  color: #fff;
  font-size: 18px;
  margin-top: 90px;
}
@media (max-width: 575px) {
  .home-section4 .cont .hombannerbox a {
    margin-top: 50px;
    font-size: 13px;
    height: 35px;
    border-bottom: 2px solid #fff;
  }
}
.home-section4 .cont .hombannerbox a i {
  display: inline-block;
  width: 8px;
  height: 13px;
  float: right;
  background: url(../images/gt.png) no-repeat center;
  background-size: 100% 18px;
  margin-top: 6px;
}
.home-section4 .cont .hombannerbox a i img {
  width: 100%;
}
@media (max-width: 575px) {
  .home-section4 .cont .hombannerbox a i {
    width: 6px;
    height: 11px;
  }
}
.home-section4 .cont .hombannerbox .tit {
  color: #fff;
}
.home-section4 .cont .hombannerbox .font {
  color: #fff;
}
.home-section4 .cont .hombannerbox .icon {
  width: 70px;
}
@media (max-width: 767px) {
  .home-section4 .cont .hombannerbox .icon {
    width: 50px;
  }
}
.home-section5 {
  position: relative;
}
.home-section5 .cont {
  padding-top: 130px;
  padding-bottom: 130px;
}
@media (max-width: 991px) {
  .home-section5 .cont {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.home-section5 .lt {
  width: 520px;
  height: 612px;
  background-color: #215279;
  position: relative;
}
@media (max-width: 1199px) {
  .home-section5 .lt {
    width: 300px;
    height: 460px;
  }
}
@media (max-width: 991px) {
  .home-section5 .lt {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .home-section5 .lt {
    height: 280px;
  }
}
.home-section5 .lt .img {
  position: absolute;
  top: 60px;
  left: 66px;
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .home-section5 .lt .img {
    top: 0;
    left: 0;
  }
}
.home-section5 .lt .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-section5 .gt {
  margin-top: 60px;
  width: 710px;
}
@media (max-width: 1499px) {
  .home-section5 .gt {
    width: 530px;
  }
}
@media (max-width: 991px) {
  .home-section5 .gt {
    width: 100%;
  }
}
.home-section5 .gt .hombannerbox {
  width: 100%;
}
.home-section5 .gt .hombannerbox .tit {
  transform: translateY(0);
  opacity: 1;
  margin-bottom: 65px;
  width: 60%;
  font-size: 72px;
  line-height: 74px;
}
@media (max-width: 1199px) {
  .home-section5 .gt .hombannerbox .tit {
    margin-bottom: 45px;
    font-size: 62px;
    line-height: 64px;
  }
}
@media (max-width: 991px) {
  .home-section5 .gt .hombannerbox .tit {
    width: 100%;
    font-size: 52px;
    line-height: 54px;
  }
}
@media (max-width: 767px) {
  .home-section5 .gt .hombannerbox .tit {
    font-size: 42px;
    line-height: 44px;
  }
}
.home-section5 .gt .hombannerbox .font {
  transform: translateY(0);
  opacity: 1;
  color: #666;
}
.home-section5 .gt .hombannerbox .font p {
  margin: 0;
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .home-section5 .gt .hombannerbox .font p {
    margin-bottom: 10px;
  }
}
.home-section5 .gt .hombannerbox a {
  display: block;
  width: 90px;
  height: 40px;
  border-bottom: 3px solid #106ac2;
  color: #333;
  font-size: 18px;
  margin-top: 90px;
}
@media (max-width: 575px) {
  .home-section5 .gt .hombannerbox a {
    margin-top: 50px;
    font-size: 13px;
    height: 35px;
    border-bottom: 2px solid #106ac2;
  }
}
.home-section5 .gt .hombannerbox a i {
  display: inline-block;
  width: 8px;
  height: 13px;
  float: right;
  background: url(../images/gthei.png) no-repeat center;
  background-size: 100% 18px;
  margin-top: 6px;
}
.home-section5 .gt .hombannerbox a i img {
  width: 100%;
}
@media (max-width: 575px) {
  .home-section5 .gt .hombannerbox a i {
    width: 6px;
    height: 11px;
  }
}
.home-section6 {
  background-color: #f0f0f0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .home-section6 {
    padding-top: 80px;
    overflow: hidden;
  }
}
.home-section6 .cont {
  position: relative;
  z-index: 2;
  height: auto;
  padding-top: 160px;
}
@media (max-width: 1199px) {
  .home-section6 .cont {
    padding-top: 100px;
  }
}
@media (max-width: 991px) {
  .home-section6 .cont {
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  .home-section6 .cont {
    padding-top: 50px;
  }
}
.home-section6 .cont .hombannerbox {
  width: 40%;
}
@media (max-width: 1199px) {
  .home-section6 .cont .hombannerbox {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .home-section6 .cont .hombannerbox {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .home-section6 .cont .hombannerbox {
    width: 100%;
    float: left;
  }
}
.home-section6 .cont .hombannerbox .tit {
  transform: translateY(0);
  opacity: 1;
  color: #000;
}
.home-section6 .cont .hombannerbox .font {
  transform: translateY(0);
  opacity: 1;
  color: #666;
}
.home-section6 .cont .hombannerbox a {
  display: block;
  width: 90px;
  height: 40px;
  border-bottom: 3px solid #106ac2;
  color: #333;
  font-size: 18px;
  margin-top: 90px;
}
@media (max-width: 575px) {
  .home-section6 .cont .hombannerbox a {
    margin-top: 50px;
    font-size: 13px;
    height: 35px;
    border-bottom: 2px solid #106ac2;
  }
}
.home-section6 .cont .hombannerbox a i {
  display: inline-block;
  width: 8px;
  height: 13px;
  float: right;
  background: url(../images/gthei.png) no-repeat center;
  background-size: 100% 18px;
  margin-top: 6px;
}
.home-section6 .cont .hombannerbox a i img {
  width: 100%;
}
@media (max-width: 575px) {
  .home-section6 .cont .hombannerbox a i {
    width: 6px;
    height: 11px;
  }
}
.home-section6 .cont .home-section6-gt {
  width: 713px;
  height: auto;
  overflow: hidden;
}
@media (max-width: 1249px) {
  .home-section6 .cont .home-section6-gt {
    width: 55%;
  }
}
@media (max-width: 767px) {
  .home-section6 .cont .home-section6-gt {
    float: left;
    display: none;
  }
}
@media (max-width: 1199px) {
  .home-section6 .cont .home-section6-gt {
    width: 100%;
    margin-top: 50px;
  }
}
.home-section6 .cont .home-section6-gt .item {
  float: left;
  width: 160px;
  margin-right: 24px;
}
@media (max-width: 1249px) {
  .home-section6 .cont .home-section6-gt .item {
    margin-right: 18px;
    width: 140px;
  }
}
@media (max-width: 767px) {
  .home-section6 .cont .home-section6-gt .item {
    margin-right: 2%;
    width: 49%;
  }
  .home-section6 .cont .home-section6-gt .item:nth-child(2n) {
    margin-right: 0;
  }
}
.home-section6 .cont .home-section6-gt .item .img {
  position: relative;
  width: 100%;
  height: 223px;
}
.home-section6 .cont .home-section6-gt .item .img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-section6 .cont .home-section6-gt .item .img .bag {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(22, 124, 195, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 0;
}
.home-section6 .cont .home-section6-gt .item .img .bag img {
  width: 40px;
  height: auto;
}
.home-section6 .cont .home-section6-gt .item .font {
  width: 100%;
  height: 58px;
  line-height: 58px;
  color: #1f242a;
  text-align: center;
  font-size: 18px;
}
.home-section6 .cont .home-section6-gt .item:last-child {
  margin-right: 0;
}
.home-section6 .cont .home-section6-gt .item:hover .img .bag {
  opacity: 1;
}
.home-section6 .cont .home-section6-gt .item:hover .font {
  color: #215279;
}
.home-section6 .home-section6-img {
  position: absolute;
  bottom: 0;
  z-index: 1;
  left: 0;
  width: 100%;
  height: auto;
  object-fit: cover;
  transform: translateY(6%);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 767px) {
  .home-section6 .home-section6-img {
    height: 100%;
  }
}
.home-section7 {
  position: relative;
}
@media (max-width: 991px) {
  .home-section7 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .home-section7 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.home-section7 .cont .home-section7-nav {
  width: 80%;
  margin: 0;
}
@media (max-width: 767px) {
  .home-section7 .cont .home-section7-nav {
    width: 100%;
  }
}
.home-section7 .cont .tit {
  position: relative;
  width: 100%;
}
.home-section7 .cont .tit .tit-lt {
  display: inline-block;
  margin-right: 166px;
}
@media (max-width: 1500px) {
  .home-section7 .cont .tit .tit-lt {
    margin-right: 112px;
  }
}
@media (max-width: 991px) {
  .home-section7 .cont .tit .tit-lt {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .home-section7 .cont .tit .tit-lt {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .home-section7 .cont .tit .tit-lt {
    margin-right: 0;
  }
}
.home-section7 .cont .tit .tit-lt h1 {
  font-size: 36px;
  color: #21212b;
  margin: 0;

  font-weight: bold;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .home-section7 .cont .tit .tit-lt h1 {
    font-size: 30px;
  }
}
.home-section7 .cont .tit .tit-lt span {
  font-size: 20px;
  color: #25a9e7;
  margin-bottom: 32px;
  display: block;
}
@media (max-width: 991px) {
  .home-section7 .cont .tit .tit-lt span {
    margin-bottom: 20px;
  }
}
.home-section7 .cont .tit .tit-lt p {
  font-size: 16px;
}
@media (max-width: 991px) {
  .home-section7 .cont .tit .tit-lt p {
    font-size: 14px;
  }
}
.home-section7 .cont .tit .tit-cen {
  display: inline-block;
  width: 596px;
  font-size: 24px;
  color: #21212b;
  line-height: 34px;
}
@media (max-width: 991px) {
  .home-section7 .cont .tit .tit-cen {
    width: 100%;
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .home-section7 .cont .tit .tit-cen {
    width: 100%;
    font-size: 18px;
  }
}
.home-section7 .cont .tit .tit-gt {
  float: right;
  display: inline-block;
  position: relative;
  width: 60px;
  height: 130px;
  position: absolute;
  right: 0;
  top: 10px;
}
.home-section7 .cont .tit .tit-gt .home-section7-next,
.home-section7 .cont .tit .tit-gt .home-section7-prev {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #215279;
  background-image: none;
  outline: none;
}
.home-section7 .cont .tit .tit-gt .home-section7-next img,
.home-section7 .cont .tit .tit-gt .home-section7-prev img {
  width: 15px;
  height: 27px;
}
.home-section7 .cont .tit .tit-gt .home-section7-next:hover,
.home-section7 .cont .tit .tit-gt .home-section7-prev:hover {
  background-color: #1f242a;
}
.home-section7 .cont .tit .tit-gt .swiper-button-next.swiper-button-disabled,
.home-section7 .cont .tit .tit-gt .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  background-color: #1f242a;
}
.home-section7 .cont .tit .tit-gt .home-section7-next {
  margin-top: 0;
  bottom: 0;
}
.home-section7 .cont .tit .tit-gt .home-section7-prev {
  top: 0;
}
@media (max-width: 991px) {
  .home-section7 .cont .tit .tit-gt {
    display: none;
  }
}
.home-section7 .cont .home-section7-container {
  margin-top: 160px;
}
@media (max-width: 991px) {
  .home-section7 .cont .home-section7-container {
    margin-top: 50px;
  }
}
.home-section7 .cont .home-section7-container .item {
  width: 100%;
  height: 311px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f9f9f9;
  border-top: 5px solid transparent;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 1199px) {
  .home-section7 .cont .home-section7-container .item {
    height: 280px;
  }
}
.home-section7 .cont .home-section7-container .item .img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 263px;
  height: 263px;
  border-radius: 50%;
  background-color: #daecff;
  position: relative;
}
@media (max-width: 1500px) {
  .home-section7 .cont .home-section7-container .item .img {
    width: 200px;
    height: 200px;
  }
}
.home-section7 .cont .home-section7-container .item .img:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 85%;
  height: 85%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.13);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 0;
}
.home-section7 .cont .home-section7-container .item .img .cont {
  width: 93%;
  height: 93%;
  overflow: hidden;
  border-radius: 50%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.home-section7 .cont .home-section7-container .item .img .cont img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-section7 .cont .home-section7-container .active .item {
  border-top: 5px solid #215279;
  background-color: #f1f8ff;
}
.home-section7 .cont .home-section7-container .active .item .img:after {
  opacity: 1;
}
.home-section7 .cont .home-section7-container .active .item .img .cont {
  width: 100%;
  height: 100%;
}
.home-section8 {
  padding-bottom: 100px;
  position: relative;
}
@media (max-width: 991px) {
  .home-section8 {
    padding-bottom: 50px;
  }
}
.home-section8 .adve {
  width: 100%;
  height: 250px;
  position: relative;
  background-color: #215279;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .home-section8 .adve {
    margin-bottom: 25px;
    height: 118px;
  }
}
.home-section8 .adve img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.1;
}
.home-section8 .adve .font {
  position: relative;
  z-index: 2;
  height: 100%;
  line-height: 250px;
  font-weight: bold;
  color: #fff;
  font-size: 60px;
  text-align: center;
}
@media (max-width: 991px) {
  .home-section8 .adve .font {
    font-size: 50px;
    line-height: 118px;
  }
}
@media (max-width: 767px) {
  .home-section8 .adve .font {
    font-size: 30px;
  }
}
.home-section8 .navbox {
  overflow: hidden;
  height: 485px;
}
@media (max-width: 1199px) {
  .home-section8 .navbox {
    height: auto;
  }
}
.home-section8 .navbox .lt {
  width: 815px;
  height: 100%;
  float: left;
  overflow: hidden;
}
@media (max-width: 1499px) {
  .home-section8 .navbox .lt {
    width: 710px;
  }
}
@media (max-width: 1249px) {
  .home-section8 .navbox .lt {
    width: 700px;
  }
}
@media (max-width: 1199px) {
  .home-section8 .navbox .lt {
    width: 100%;
    height: 485px;
  }
}
@media (max-width: 767px) {
  .home-section8 .navbox .lt {
    width: 100%;
    height: 390px;
  }
}
.home-section8 .navbox .lt .item {
  margin-right: 2%;
  background-color: #f2f6ff;
  width: 49%;
  height: 100%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  float: left;
}
@media (max-width: 767px) {
  .home-section8 .navbox .lt .item {
    width: 100%;
    margin-bottom: 20px;
  }
}
.home-section8 .navbox .lt .item .img {
  width: 100%;
  height: 284px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .home-section8 .navbox .lt .item .img {
    height: 220px;
  }
}
.home-section8 .navbox .lt .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.home-section8 .navbox .lt .item .tit {
  margin-top: 35px;
  padding: 0 22px;
  font-size: 18px;
  color: #1f242a;
  line-height: 23px;
  margin-bottom: 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
  overflow: hidden;
  font-weight: bold;
}
.home-section8 .navbox .lt .item .text{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-size: 16px;
	padding: 0 22px;
	line-height: 24px;
	height: 50px;
	color: #666;
	margin-bottom: 14px;
}
@media (max-width: 767px) {
	.home-section8 .navbox .lt .item .text{
		font-size: 16px;
	}
  .home-section8 .navbox .lt .item .tit {
    margin-top: 15px;
    margin-bottom: 10px;
  }
}
.home-section8 .navbox .lt .item .but {
  padding: 0 22px;
  overflow: hidden;
}
.home-section8 .navbox .lt .item .but strong {
  float: left;
  color: #215279;
  border-bottom: 2px solid #215279;
  line-height: 34px;
  font-size: 16px;
/*  width: -webkit-calc(0%);
  width: calc(100% - 100px); */
	width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
}
.home-section8 .navbox .lt .item .but span {
  float: right;
  color: #1f242a;
  font-size: 16px;
  line-height: 34px;
}
.home-section8 .navbox .lt .item:last-child {
  margin-right: 0;
}
.home-section8 .navbox .lt .item:hover {
  background-color: #215279;
}
.home-section8 .navbox .lt .item:hover .img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.home-section8 .navbox .lt .item:hover .tit {
  color: #fff;
}
.home-section8 .navbox .lt .item:hover .but span {
  color: #fff;
}
.home-section8 .navbox .lt .item:hover .but strong {
  color: #fff;
  border-bottom: 2px solid #fff;
}
.home-section8 .navbox .lt .item:hover .text{
	color: #fff;
}
.home-section8 .navbox .gt {
  width: 605px;
  height: 100%;
  float: right;
}
@media (max-width: 1499px) {
  .home-section8 .navbox .gt {
    width: 456px;
  }
}
@media (max-width: 1249px) {
  .home-section8 .navbox .gt {
    width: 400px;
  }
}
@media (max-width: 1199px) {
  .home-section8 .navbox .gt {
    width: 100%;
    overflow: hidden;
    float: left;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .home-section8 .navbox .gt {
    height: 178px;
  }
}
.home-section8 .navbox .gt .item {
  display: block;
  padding: 0 29px;
  height: 122px;
  background-color: #f2f6ff;
  border-bottom: 2px solid #fff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 767px) {
  .home-section8 .navbox .gt .item {
    height: 90px;
  }
}
.home-section8 .navbox .gt .item .font {
  display: inline-block;
  margin-top: 40px;
  width: 60%;
}
@media (max-width: 767px) {
  .home-section8 .navbox .gt .item .font {
    margin-top: 20px;
  }
}
.home-section8 .navbox .gt .item .font span {
  display: block;
  font-size: 16px;
  color: #a8a9aa;
  margin-bottom: 5px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.home-section8 .navbox .gt .item .font p {
  color: #1f242a;
  font-size: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 0;

  font-weight: bold;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.home-section8 .navbox .gt .item i {
  float: right;
  display: block;
  width: 11px;
  height: 20px;
  background-image: url(../images/gthei.png);
  background-size: 100% 100%;
  margin-top: 50px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 767px) {
  .home-section8 .navbox .gt .item i {
    margin-top: 25px;
  }
}
.home-section8 .navbox .gt .item:hover {
  border-bottom: 5px solid #215279;
  background-color: #333;
}
.home-section8 .navbox .gt .item:hover .font span {
  color: #a0a4ab;
}
.home-section8 .navbox .gt .item:hover .font p {
  color: #fff;
}
.home-section8 .navbox .gt .item:hover i {
  background-image: url(../images/gt.png);
  background-size: 100% 100%;
}
.home-header-hover .navbar-default {
  background-color: #fff !important;
  border-bottom: 1px solid #ddd !important;
  background-image: none!important;
}
.home-header-hover .navbar-default .navbar-toggle .icon-bar {
  background-color: #333;
}
.home-header-hover .nav.navbar-nav > li > a {
  color: #333;
}
@media (max-width: 767px) {
  .home-header-hover .nav.navbar-nav > li > a {
    color: #fff;
  }
}
.home-header-hover .nav.navbar-nav > li > a {
  color: #333 !important;
}
@media (max-width: 767px) {
  .home-header-hover .nav.navbar-nav > li > a {
    color: #fff !important;
  }
}
.home-header-hover .nav.navbar-nav > li:last-child:before {
  background-color: #666;
}
.home-header-hover .navbar-collapse > ul > li > .cut {
  border: 1px solid rgba(0, 0, 0, 0.2);
}
@media (max-width: 992px) {
  .home-header-hover .navbar-collapse > ul > li > .cut {
    font-size: 14px;
  }
}
.home-header-hover .icon {
  background: url(../images/buthei.png) no-repeat center;
  background-size: 100% 100%;
}
.home-header-hover .search-box .search-btn {
  background: url(../images/fanghei.png) no-repeat center;
  background-size: cover;
}
.home-header-hover .navbar-collapse > ul > li > .cut i {
  background: url(../images/buthei.png) no-repeat center;
  background-size: 100% 100%;
}



.home-header-hover2 .navbar-default {
  background-color: #fff !important;
  border-bottom: 1px solid #ddd !important;
  background-image: none!important;
}
.home-header-hover2 .navbar-default .navbar-toggle .icon-bar {
  background-color: #333;
}
.home-header-hover2 .nav.navbar-nav > li > a {
  color: #333;
}
@media (max-width: 767px) {
  .home-header-hover .nav.navbar-nav > li > a {
    color: #fff;
  }
}
.home-header-hover2 .nav.navbar-nav > li > a {
  color: #333 !important;
}
@media (max-width: 767px) {
  .home-header-hover .nav.navbar-nav > li > a {
    color: #fff !important;
  }
}
.home-header-hover2 .nav.navbar-nav > li:last-child:before {
  background-color: #666;
}
.home-header-hover2 .navbar-collapse > ul > li > .cut {
  border: 1px solid rgba(0, 0, 0, 0.2);
}
@media (max-width: 992px) {
  .home-header-hover2 .navbar-collapse > ul > li > .cut {
    font-size: 14px;
  }
}
.home-header-hover2 .icon {
  background: url(../images/buthei.png) no-repeat center;
  background-size: 100% 100%;
}
.home-header-hover2 .search-box .search-btn {
  background: url(../images/fanghei.png) no-repeat center;
  background-size: cover;
}
.home-header-hover2 .navbar-collapse > ul > li > .cut i {
  background: url(../images/buthei.png) no-repeat center;
  background-size: 100% 100%;
}
.homebox-bag1 {
  width: 50%;
  z-index: 3;
  left: -50%;
  height: 130%;
  object-fit: cover;
}
.homebox-bag1 img {
  width: 100%;
  object-fit: cover;
}
.homebox-bag2 {
  width: 50%;
  left: -50%;
  z-index: 2;
  object-fit: cover;
  transition: transform 2s linear;
}
.homebox-bag2 img {
  width: 100%;
  object-fit: cover;
}
.homebox-bag3 {
  width: 130%;
  object-fit: cover;
  left: -10%;
}
.homebox-a {
  position: relative;
}
.homebox-a span {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.homebox-a i {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.homebox-a:after {
  content: "";
  display: block;
  width: 0;
  bottom: -3px;
  left: 0;
  height: 3px;
  background-color: #215279;
  position: absolute;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 767px) {
  .homebox-a:after {
    height: 2px;
    bottom: -2px;
  }
}
.homebox-a:hover span {
  text-shadow: none!important;
  color: #215279;
  -webkit-transform: translateX(2%);
  transform: translateX(2%);
}
.homebox-a:hover i {
  background: url(../images/gtbulr.png) no-repeat center !important;
  background-size: 100% 18px!important;
}
.homebox-a:hover:after {
  width: 100%;
}
.aboutbox {
  padding-bottom: 0;
}
@media (max-width: 1199px) {
  .aboutbox {
    padding-bottom: 0;
  }
}
@media (max-width: 991px) {
  .aboutbox {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .aboutbox {
    padding-bottom: 0;
  }
}
.about-cont {
  padding-bottom: 117px;
}
@media (max-width: 1199px) {
  .about-cont {
    padding-bottom: 90px;
  }
}
@media (max-width: 991px) {
  .about-cont {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .about-cont {
    padding-bottom: 50px;
  }
}
.about-tit {
  width: 335px;
}
@media (max-width: 1199px) {
  .about-tit {
    margin-bottom: 25px;
    width: 100%;
  }
}
.about-tit .font {
  width: 100%;
  font-size: 48px;
  color: #21212b;
  line-height: 55px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .about-tit .font {
    font-size: 24px;
    line-height: 38px;
    margin-bottom: 15px;
  }
}
.about-tit span {
  display: block;
  width: 40px;
  height: 4px;
  background-color: #106ac2;
}
.about-font {
  font-size: 30px;
  font-weight: bold;
}
.about-font .font {
  color: #fff;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .about-font .font {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .about-font {
    font-size: 20px;
  }
}
.about-font span {
  display: block;
  width: 40px;
  height: 4px;
  background-color: #fff;
}
.about-section1 .cont {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about-section1 .gt {
  width: 70%;
}
.about-section1 .gt .tit {
  font-size: 36px;
  color: #21212b;
  font-weight: bold;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .about-section1 .gt .tit {
    font-size: 18px;
  }
}
.about-section1 .gt .font {
  font-size: 16px;
  color: #999999;
  line-height: 25px;
}
@media (max-width: 767px) {
  .about-section1 .gt .font {
    line-height: 18px;
  }
}
.about-section1 .gt .font p {
  margin: 0;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .about-section1 .gt .font p {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
@media (max-width: 1499px) {
  .about-section1 .gt {
    width: 800px;
  }
}
@media (max-width: 1199px) {
  .about-section1 .gt {
    width: 100%;
  }
}
.about-section2 {
  border-top: 2px solid #f3f3f5;
  padding: 120px 0;
}
@media (max-width: 1500px) {
  .about-section2 {
    padding: 100px 0;
  }
}
@media (max-width: 1199px) {
  .about-section2 {
    padding: 70px 0;
  }
}
@media (max-width: 991px) {
  .about-section2 {
    padding: 50px 0;
  }
}
.about-section2 .cont {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media (max-width: 767px) {
  .about-section2 .cont {
    justify-content: space-between;
  }
}
.about-section2 .cont .item {
  width: 10%;
  margin-right: 6.5%;
  text-align: center;
}
@media (max-width: 767px) {
  .about-section2 .cont .item {
    width: 45%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.about-section2 .cont .item .tit {
  font-size: 60px;
  font-weight: bold;
  color: #1f242a;
  line-height: 1;
}
@media (max-width: 1199px) {
  .about-section2 .cont .item .tit {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .about-section2 .cont .item .tit {
    font-size: 30px;
  }
}
.about-section2 .cont .item > span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #1f242a;
  margin: 27px 0;
}
@media (max-width: 767px) {
  .about-section2 .cont .item > span {
    margin: 15px 0;
  }
}
.about-section2 .cont .item .font {
  font-size: 20px;
  color: #999;
  line-height: 1.1;
}
@media (max-width: 767px) {
  .about-section2 .cont .item .font {
    font-size: 18px;
  }
}
.about-section2 .cont .item:last-child {
  margin-right: 0;
}
.about-section3 .cont {
  background-color: #f9f9fb;
}
.about-section3 .cont .icon img {
  width: 105px;
}
.about-section3 .cont .img {
  height: 100%;
  position: relative;
}
.about-section3 .cont .img img {
  width: 100%;
  height: auto;
}
.about-section3 .cont .img > div {
  position: absolute;
  z-index: 2;
  font-size: 18px;
  color: #106ac2;
  display: flex;
  align-items: center;
}
.about-section3 .cont .img > div i {
  display: inline-block;
  position: relative;
  border-radius: 50%;
  margin-right: 20px;
  width: 10px;
  height: 10px;
  background-color: #106ac2;
}
@media (max-width: 767px) {
  .about-section3 .cont .img > div span {
    display: none;
  }
}
.about-section3 .cont .img > div:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 31%;
  background-color: #0081ff;
  opacity: 0.7;
  width: 10px;
  border-radius: 50%;
  height: 10px;
  animation: fangda 2s linear infinite;
}
@media (max-width: 767px) {
  .about-section3 .cont .img > div:after {
    top: -3%;
  }
}
.about-section3 .cont .img .usa1 {
  top: 44.8%;
  left: 14.2%;
}
@media (max-width: 1199px) {
  .about-section3 .cont .img .usa1 {
    top: 46.2%;
    left: 17.6%;
  }
}
.about-section3 .cont .img .usa2 {
  top: 36%;
  left: 27.2%;
}
@media (max-width: 1199px) {
  .about-section3 .cont .img .usa2 {
    top: 37%;
    left: 27.2%; 
  }
}
.about-section3 .cont .img .china1 {
  top: 56%;
  right: 17.2%;
}
.about-section3 .cont .img .china2{
	top: 44%;
	right: 15.2%;
}
.flipInX{
	display: none;
}
@media (max-width: 1499px) {
	.about-section3 .cont .img .china2{
		right: 14%;
	}
  .about-section3 .cont .img .china1 {
    right: 15.2%;
  }
}
@media (max-width: 1199px) {
  .about-section3 .cont .img .china1 {
    top: 54%;
    right: 14.2%;
  }
	.about-section3 .cont .img .china2{
		right: 11%;
	}
}
@media (max-width: 991px) {
  .about-section3 .cont .img .china1 {
    top: 53%;
    right: 12.2%;
  }
	.about-section3 .cont .img .china2{
		right: 11.2%;
	}
}
@media (max-width: 767px) {
	.about-section3 .cont .img .china2{
		right: 19.2%;
	}
  .about-section3 .cont .img .china1 {
    top: 54%;
    right: 20.2%;
  }
}
.about-section4 .cont {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about-section4 .cont .gt {
  width: 710px;
  border-left: 2px solid #1f242a;
}
.about-section4 .cont .gt .item {
  width: 100%;
  position: relative;
  margin-bottom: 70px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .about-section4 .cont .gt .item {
    margin-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .about-section4 .cont .gt .item {
    margin-bottom: 35px;
  }
}
.about-section4 .cont .gt .item .tit {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: inline-block;
  font-weight: bold;
  color: #1f242a;
  font-size: 30px;
  margin-left: 31px;
  line-height: 1;
}
@media (max-width: 767px) {
  .about-section4 .cont .gt .item .tit {
    margin-left: 0px;
    width: 100%;
    margin-bottom: 15px;
    font-size: 26px;
  }
}
.about-section4 .cont .gt .item .font {
  display: inline-block;
  margin-left: 52px;
  width: 70%;
}
@media (max-width: 767px) {
  .about-section4 .cont .gt .item .font {
    margin-left: 0;
  }
}
@media (max-width: 575px) {
  .about-section4 .cont .gt .item .font {
    margin-left: 0;
    width: 100%;
  }
}
.about-section4 .cont .gt .item .font p {
  font-size: 16px;
  color: #999999;
  line-height: 22px;
  margin-bottom: 15px;
}
.about-section4 .cont .gt .item .font p:last-child {
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .about-section4 .cont .gt .item .font p {
    margin-bottom: 5px;
    font-size: 14px;
  }
}
.about-section4 .cont .gt .item:after {
  content: "";
  display: block;
  position: absolute;
  left: -6px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #1f242a;
  top: 9px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 767px) {
  .about-section4 .cont .gt .item:after {
    display: none;
  }
}
.about-section4 .cont .gt .item:hover:after {
  background-color: #106ac2;
}
.about-section4 .cont .gt .item:hover .tit {
  color: #106ac2;
}
@media (max-width: 1199px) {
  .about-section4 .cont .gt {
    border-left: none;
    width: 100%;
  }
}
.about-section5 {
  background-color: #f9f9fb;
  padding: 120px 0;
  margin-bottom: 117px;
}
@media (max-width: 1500px) {
  .about-section5 {
    padding: 100px 0;
  }
}
@media (max-width: 1199px) {
  .about-section5 {
    padding: 70px 0;
    margin-bottom: 90px;
  }
}
@media (max-width: 991px) {
  .about-section5 {
    padding: 50px 0;
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .about-section5 {
    margin-bottom: 50px;
  }
}
.about-section5 .tit {
  width: 100%;
  margin-bottom: 70px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about-section5 .tit .gt {
  font-size: 24px;
  color: #999999;
  width: 710px;
}
@media (max-width: 1199px) {
  .about-section5 .tit .gt {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .about-section5 .tit .gt {
    font-size: 16px;
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .about-section5 .tit {
    margin-bottom: 50px;
  }
}
.about-section5 .list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
@media (max-width: 767px) {
  .about-section5 .list {
    justify-content: space-between;
  }
}
.about-section5 .list .item {
  width: 23%;
  height: 360px;
  position: relative;
  margin-right: 2%;
  margin-bottom: 20px;
  overflow: hidden;
}
.about-section5 .list .item:nth-child(4n) {
  margin-right: 0;
}
@media (max-width: 1199px) {
  .about-section5 .list .item {
    height: 270px;
  }
}
@media (max-width: 991px) {
  .about-section5 .list .item {
    height: 240px;
  }
}
@media (max-width: 767px) {
  .about-section5 .list .item {
    width: 48%;
    margin-right: 0;
    height: 150px;
  }
}
.about-section5 .list .item .about-font {
  position: absolute;
  z-index: 2;
  left: 30px;
  bottom: 20px;
}
@media (max-width: 767px) {
  .about-section5 .list .item .about-font {
    left: 10px;
  }
}
.about-section5 .list .item .about-font .font {
  font-weight: 500;
}
.about-section5 .list .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.about-section5 .list .item:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.about-section6 {
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  .about-section6 {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .about-section6 {
    padding-bottom: 50px;
  }
}
.about-section6 .bag {
  margin-bottom: 73px;
  padding: 100px 0;
}
@media (max-width: 1199px) {
  .about-section6 .bag {
    margin-bottom: 62px;
    padding: 80px 0;
  }
}
@media (max-width: 991px) {
  .about-section6 .bag {
    margin-bottom: 42px;
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .about-section6 .bag {
    margin-bottom: 22px;
    padding: 40px 0;
  }
}
.about-section6 .bag:nth-child(2n) {
  background-color: #f9f9fb;
}
.about-section6 .bag:last-child {
  margin-bottom: 0;
}
.about-section6 .cont {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.about-section6 .cont .item {
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 72px;
  height: auto;
  overflow: hidden;
  width: 100%;
}
.about-section6 .cont .item.c-dt {
  justify-content: flex-start;
}
.about-section6 .cont .item:nth-child(2n) {
  flex-direction: row-reverse;
}

.about-section6 .cont .item .lt,
.about-section6 .cont .item .gt {
  width: 48%;
}
.about-section6 .cont .item .lt {
  padding: 30px;
}
@media (max-width: 991px) {
  .about-section6 .cont .item .lt {
    padding: 0;
    margin-bottom: 30px;
  }
}
.about-section6 .cont .item .lt .tit {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 45px;
  color: #1f242a;
}
@media (max-width: 991px) {
  .about-section6 .cont .item .lt .tit {
    margin-bottom: 35px;
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .about-section6 .cont .item .lt .tit {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.about-section6 .cont .item .lt .font {
  font-size: 16px;
  color: #999999;
  line-height: 22px;
}
/* .about-section6 .cont .item .lt .font p {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .about-section6 .cont .item .lt .font p {
    margin-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .about-section6 .cont .item .lt .font p {
    margin-bottom: 15px;
  }
} */
.about-section6 .cont .item .lt a {
  display: block;
  width: 90px;
  height: 40px;
  border-bottom: 3px solid #106ac2;
  color: #333;
  font-size: 18px;
  margin-top: 58px;
}
@media (max-width: 575px) {
  .about-section6 .cont .item .lt a {
    margin-top: 38px;
    font-size: 13px;
    height: 35px;
    border-bottom: 2px solid #106ac2;
  }
}
.about-section6 .cont .item .lt a i {
  display: inline-block;
  width: 8px;
  height: 13px;
  float: right;
  background: url(../images/gthei.png) no-repeat center;
  background-size: 100% 18px;
  margin-top: 6px;
}
.about-section6 .cont .item .lt a i img {
  width: 100%;
}
@media (max-width: 575px) {
  .about-section6 .cont .item .lt a i {
    width: 6px;
    height: 11px;
  }
}
@media (max-width: 991px) {
  .about-section6 .cont .item .lt {
    width: 100%;
  }
}
.about-section6 .cont .item .gt {
  float: right;
  height: 500px;
}
@media (max-width: 991px) {
  .about-section6 .cont .item .gt {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .about-section6 .cont .item .gt {
    height: 180px;
  }
}
.about-section6 .cont .item .gt img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .about-section6 .cont .item .gt {
    float: left;
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .about-section6 .cont .item {
    margin-bottom: 62px;
  }
}
@media (max-width: 991px) {
  .about-section6 .cont .item {
    margin-bottom: 42px;
  }
}
@media (max-width: 767px) {
  .about-section6 .cont .item {
    margin-bottom: 22px;
  }
}
.about-section6 .cont .item:last-child {
  margin-bottom: 0;
}
.about-section7 .cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about-section7 .cont .item {
  width: 50%;
  height: 400px;
  position: relative;
  display: block;
  overflow: hidden;
}
.about-section7 .cont .item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.5);
}
@media (max-width: 1199px) {
  .about-section7 .cont .item {
    height: 350px;
  }
}
@media (max-width: 991px) {
  .about-section7 .cont .item {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .about-section7 .cont .item {
    width: 100%;
    margin-bottom: 30px;
    height: 160px;
  }
}
.about-section7 .cont .item img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.about-section7 .cont .item .about-font {
  position: absolute;
  top: 45px;
  left: 48px;
  z-index: 3;
}
@media (max-width: 767px) {
  .about-section7 .cont .item .about-font {
    top: 25px;
    left: 28px;
  }
}
.about-section7 .cont .item:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.about-section7 .cont .item:last-child {
  margin-bottom: 0;
}
.amap-marker-label {
  border: 1px solid #ddd;
}
.mapbox {
  padding: 20px;
  width: 280px;
}
@media (max-width: 767px) {
  .mapbox {
    padding: 10px;
    width: 270px;
  }
}
.mapbox .tit {
  font-size: 20px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .mapbox .tit {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
.mapbox .font {
  font-size: 12px;
  width: 100%;
  white-space: pre-wrap;
}
.contact-section1 {
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .contact-section1 {
    padding-bottom: 25px;
  }
}
.contact-section1 #container {
  height: 420px;
}
@media (max-width: 1500px) {
  .contact-section1 #container {
    height: 320px;
  }
}
@media (max-width: 1199px) {
  .contact-section1 #container {
    height: 220px;
  }
}
@media (max-width: 991px) {
  .contact-section1 #container {
    height: 180px;
  }
}
.contact-section2 {
  border-bottom: 2px solid #e8e9e9;
  display: flex;
  margin: 0 -20px;
  padding-bottom: 60px;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
@media (max-width: 1499px) {
  .contact-section2 {
    margin: 0 -10px 80px;
  }
}
@media (max-width: 767px) {
  .contact-section2 {
    padding-bottom: 40px;
    margin-bottom: 25px;
  }
}
.contact-section2 .location {
  margin-bottom: 20px;
  max-width: 33.333%;
  padding: 0 20px;
  flex: 0 0 33.33%;
}
@media (max-width: 1499px) {
  .contact-section2 .location {
    padding: 0 10px;
  }
}
@media (max-width: 1249px) {
  .contact-section2 .location {
    max-width: 50%;
    flex: 0 0 50%;
  }
}
@media (max-width: 767px) {
  .contact-section2 .location {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.contact-section2 .location:last-child {
  margin-bottom: 0;
}
.contact-section2 .location .item {
  width: 100%;
}
.contact-section2 .location .item .tit {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 60px;
  font-weight: bold;
  font-size: 20px;
  color: #1f242a;
  margin-bottom: 15px;
  line-height: 32px;
}
@media (max-width: 767px) {
  .contact-section2 .location .item .tit {
    font-size: 19px;
    margin-bottom: 10px;
  }
}
.contact-section2 .location .item span {
  width: 100%;
  display: block;
  height: 2px;
  background-color: #e8e9e9;
  margin-bottom: 28px;
}
@media (max-width: 767px) {
  .contact-section2 .location .item span {
    margin-bottom: 20px;
  }
}
.contact-section2 .location .item .emaill {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  color: #1f242a;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .contact-section2 .location .item .emaill {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
.contact-section2 .location .item .emaill a {
  color: #215279;
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .contact-section2 .location .item .emaill a {
    font-size: 16px;
  }
}
.contact-section2 .location .item .font {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  color: #1f242a;
  margin-bottom: 15px;
}
.contact-section2 .location .item .font .content {
  display: inline;
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  color: #999;
  line-height: 24px;
  margin-top: 5px;
}
.contact-section3 {
  padding-bottom: 100px;
}
@media (max-width: 1199px) {
  .contact-section3 {
    padding-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .contact-section3 {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .contact-section3 {
    padding-bottom: 40px;
  }
}
.contact-section3 .tit {
  font-size: 24px;
  color: #1f242a;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .contact-section3 .tit {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 35px;
  }
}
.contact-section3 .form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact-section3 .form > input,
.contact-section3 .form textarea {
  outline: none;
  border: none;
  resize: none;
  background-color: #f9f9fb;
  margin-bottom: 20px;
  padding: 30px 15px;
  font-size: 16px;
  color: #999999;
}
@media (max-width: 1199px) {
  .contact-section3 .form > input,
  .contact-section3 .form textarea {
    padding: 15px 10px;
    margin-bottom: 15px;
  }
}
.contact-section3 .form textarea {
  width: 100%;
  height: 160px;
}
.contact-section3 .form input {
  width: 49%;
}
@media (max-width: 767px) {
  .contact-section3 .form input {
    width: 100%;
  }
}
.contact-section3 .form .submit {
  width: 405px;
  height: 60px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .contact-section3 .form .submit {
    height: 40px;
    width: 350px;
  }
}
@media (max-width: 767px) {
  .contact-section3 .form .submit {
    width: 100%;
  }
}
.contact-section3 .form .submit input {
  width: 48%;
  height: 100%;
  outline: none;
  border: none;
  font-size: 18px;
  color: #fff;
}
@media (max-width: 767px) {
  .contact-section3 .form .submit input {
    font-size: 14px;
  }
}
.contact-section3 .form .submit input[type=submit] {
  background-color: #215279;
}
.contact-section3 .form .submit input[type=reset] {
  background-color: #1f242a;
}
.contact-section4 {
  display: flex;
  margin: 0 -20px;
  padding-bottom: 46px;
  flex-wrap: wrap;
}
@media (max-width: 1499px) {
  .contact-section4 {
    margin: 0 -10px;
  }
}
.contact-section4 .item {
  margin-bottom: 20px;
  max-width: 33.333%;
  padding: 0 20px;
  flex: 0 0 33.33%;
}
.contact-section4 .item .list {
  background-color: #f3f5f7;
  padding: 54px 30px;
}
@media (max-width: 1199px) {
  .contact-section4 .item .list {
    padding: 45px 25px;
  }
}
@media (max-width: 991px) {
  .contact-section4 .item .list {
    padding: 40px 25px;
  }
}
@media (max-width: 767px) {
  .contact-section4 .item .list {
    padding: 30px 20px;
  }
}
.contact-section4 .item .list .icon {
  width: 62px;
  height: 55px;
  margin-bottom: 26px;
}
@media (max-width: 767px) {
  .contact-section4 .item .list .icon {
    width: 42px;
    height: 35px;
    margin-bottom: 20px;
  }
}
.contact-section4 .item .list .icon img {
  width: 100%;
  height: auto;
}
.contact-section4 .item .list .tit {
  font-size: 24px;
  font-weight: bold;
  color: #1f242a;
  margin-bottom: 18px;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 767px) {
  .contact-section4 .item .list .tit {
    font-size: 20px;
    margin-bottom: 13px;
  }
}
.contact-section4 .item .list .font {
  font-size: 16px;
  color: #999999;
  line-height: 23px;
  width: 100%;
  height: 68px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 75px;
}
@media (max-width: 991px) {
  .contact-section4 .item .list .font {
    margin-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .contact-section4 .item .list .font {
    margin-bottom: 30px;
  }
}
.contact-section4 .item .list a {
  display: block;
  width: 130px;
  height: 40px;
  background-color: #215279;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  .contact-section4 .item .list a {
    width: 100px;
    height: 35px;
    font-size: 14px;
  }
}
@media (max-width: 1499px) {
  .contact-section4 .item {
    padding: 0 10px;
  }
}
@media (max-width: 1249px) {
  .contact-section4 .item {
    max-width: 50%;
    flex: 0 0 50%;
  }
}
@media (max-width: 767px) {
  .contact-section4 .item {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.case-list {
  overflow: hidden;
}
.case-list .box-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.case-list .box-row .box-col {
  margin-bottom: 20px;
  padding: 0 10px;
  width: 33.3%;
}
@media (max-width: 1199px) {
  .case-list .box-row .box-col {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .case-list .box-row .box-col {
    width: 100%;
  }
  .case-list .box-row .box-col:last-child {
    margin-bottom: 0;
  }
}
.case-list .box-row .box-col a {
  position: relative;
  display: block;
  overflow: hidden;
}
.case-list .box-row .box-col a .img-box {
  height: 300px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .case-list .box-row .box-col a .img-box {
    height: 200px;
  }
}
.case-list .box-row .box-col a .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case-list .box-row .box-col a .text-box {
  position: relative;
  height: 66px;
}
@media (max-width: 767px) {
  .case-list .box-row .box-col a .text-box {
    height: 50px;
  }
}
.case-list .box-row .box-col a .text-box .title {
  padding: 0 20px;
  font-size: 18px;
  line-height: 66px;
  height: 66px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  color: #1f242a;
  background: #edf6ff;
}
@media (max-width: 767px) {
  .case-list .box-row .box-col a .text-box .title {
    padding: 0 10px;
    height: 50px;
    line-height: 50px;
  }
}
.case-list .box-row .box-col a .text-box .wrap {
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px;
  width: 100%;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  background: #215279;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .case-list .box-row .box-col a .text-box .wrap {
    padding: 12px;
  }
}
.case-list .box-row .box-col a .text-box .wrap h4 {
  margin: 0;
  font-size: 18px;
  line-height: 26px;
  height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
}
@media (max-width: 767px) {
  .case-list .box-row .box-col a .text-box .wrap h4 {
    font-size: 16px;
    line-height: 26px;
    height: 26px;
  }
}
.case-list .box-row .box-col a .text-box .wrap .note {
  margin: 20px 0;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
@media (max-width: 767px) {
  .case-list .box-row .box-col a .text-box .wrap .note {
    margin: 8px 0;
  }
}
.case-list .box-row .box-col a .text-box .wrap .view {
  display: inline-block;
  vertical-align: top;
  line-height: 30px;
  border-bottom: 2px solid #fff;
}
.case-list .box-row .box-col a .text-box .wrap .view img {
  margin: 5px;
  height: 10px;
  vertical-align: middle;
}
.case-list .box-row .box-col a:hover .text-box .wrap {
  opacity: 1;
}
.c-top-banner .swiper-container {
  height: 750px;
}
.c-top-banner .swiper-container .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .c-top-banner .swiper-container {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .c-top-banner .swiper-container {
    height: 350px;
  }
}
.c-top-banner .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}
.c-top-banner .swiper-pagination-bullet-active {
  opacity: 1;
  background: #215279;
}
.pagebox.c-unique {
  margin-top: 0;
  background: #f5f5f5;
}
.case-info {
  background: #f5f5f5;
}
.case-info .c-leftBox {
  float: left;
  width: 69.5%;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .case-info .c-leftBox {
    width: 100%;
    margin-bottom: 20px;
  }
}
.case-info .c-leftBox .c-box {
  padding: 50px;
  background: #fff;
}
@media (max-width: 575px) {
  .case-info .c-leftBox .c-box {
    padding: 20px 15px;
  }
}
.case-info .c-leftBox .c-box .c-title {
  margin: 0;
  font-weight: bold;
  font-size: 30px;
  line-height: 40px;
  color: #215279;
}
@media (max-width: 575px) {
  .case-info .c-leftBox .c-box .c-title {
    font-size: 20px;
    line-height: 30px;
  }
}
.case-info .c-leftBox .c-box .c-note {
  font-size: 18px;
  line-height: 28px;
  padding: 10px 0 25px;
  color: #333;
  border-bottom: 2px solid #8f9194;
}
@media (max-width: 575px) {
  .case-info .c-leftBox .c-box .c-note {
    padding-bottom: 15px;
  }
}
.case-info .c-leftBox .c-box .c-content {
  padding: 40px 0;
  font-size: 16px;
  line-height: 30px;
  color: #999;
}
.case-info .c-leftBox .c-box .c-content img {
  max-width: 100%;
}
@media (max-width: 575px) {
  .case-info .c-leftBox .c-box .c-content {
    padding: 20px 0;
    font-size: 14px;
    line-height: 1.6em;
  }
}
.case-info .c-leftBox .c-box .c-share .c-text {
  padding-bottom: 15px;
  border-bottom: 2px solid #8f9194;
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
  color: #333;
}
.case-info .c-leftBox .c-box .c-share .c-icoBox {
  padding-top: 15px;
}
.case-info .c-leftBox .c-box .c-share .c-icoBox a {
  margin-right: 5px;
  display: inline-block;
  vertical-align: top;
  width: 25px;
}
.case-info .c-leftBox .c-box .c-share .c-icoBox a img {
  width: 100%;
}
.case-info .c-rightBox {
  float: right;
  width: 25.6%;
}
@media (max-width: 991px) {
  .case-info .c-rightBox {
    width: 100%;
  }
}
.case-info .c-rightBox li {
  margin-bottom: 40px;
}
@media (max-width: 575px) {
  .case-info .c-rightBox li {
    margin-bottom: 20px;
  }
}
.case-info .c-rightBox p:first-child {
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 28px;
  color: #999;
}
@media (max-width: 575px) {
  .case-info .c-rightBox p:first-child {
    font-size: 14px;
    line-height: 24px;
  }
}
.case-info .c-rightBox p:last-child {
  font-size: 24px;
  line-height: 34px;
  color: #333;
}
@media (max-width: 575px) {
  .case-info .c-rightBox p:last-child {
    font-size: 18px;
    line-height: 28px;
  }
}
.case-info .c-return-box {
  width: 69.5%;
}
@media (max-width: 575px) {
  .case-info .c-return-box {
    width: 100%;
  }
}
.case-info .c-return-box .c-return-btn {
  display: block;
  margin: 0 auto;
  width: 216px;
  height: 48px;
  border-radius: 3px;
  font-size: 18px;
  line-height: 48px;
  text-align: center;
  color: #fff;
  background: #215279;
}
@media (max-width: 575px) {
  .case-info .c-return-box .c-return-btn {
    width: 120px;
    margin: 0;
  }
}
.case-referral {
  padding: 100px 0 60px;
  background: #f5f5f5;
}
@media (max-width: 575px) {
  .case-referral {
    padding: 20px 0 0;
  }
}
.case-referral .c-title-box .c-title {
  position: relative;
  margin: 0;
  padding-bottom: 25px;
  border-bottom: 2px solid #474747;
  font-weight: bold;
  font-size: 30px;
  line-height: 40px;
  color: #215279;
}
@media (max-width: 575px) {
  .case-referral .c-title-box .c-title {
    padding-bottom: 15px;
    font-size: 20px;
    line-height: 30px;
  }
}
.case-referral .c-title-box .c-title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 142px;
  border-top: 3px solid #215279;
}
@media (max-width: 575px) {
  .case-referral .c-title-box .c-title::before {
    width: 100px;
  }
}
.case-referral .c-list {
  display: flex;
  margin: 0 -20px;
  padding-top: 50px;
  flex-wrap: wrap;
}
@media (max-width: 575px) {
  .case-referral .c-list {
    padding-top: 20px;
    margin: 0;
  }
}
.case-referral .c-list li {
  margin-bottom: 40px;
  padding: 0 20px;
  width: 25%;
}
@media (max-width: 1199px) {
  .case-referral .c-list li {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .case-referral .c-list li {
    padding: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
.case-referral .c-list li .c-wrap {
  display: block;
}
.case-referral .c-list li .c-wrap .c-img-box {
  position: relative;
  height: 380px;
  overflow: hidden;
}
.case-referral .c-list li .c-wrap .c-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case-referral .c-list li .c-wrap .c-img-box .c-mask {
  opacity: 0;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(20, 146, 233, 0.8);
  transition: 0.3s;
}
.case-referral .c-list li .c-wrap .c-img-box .c-mask .c-btn {
  display: inline-block;
  padding: 5px 20px;

  border: 2px solid #fff;
  color: #fff;
  font-size: 16px;
}
.case-referral .c-list li .c-wrap .c-title {
  padding: 15px 0 20px;
  margin: 0;
  border-bottom: 2px solid #1f242a;
  font-size: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #1f242a;
}
@media (max-width: 575px) {
  .case-referral .c-list li .c-wrap .c-title {
    padding: 5px 0 10px;
  }
}
.case-referral .c-list li .c-wrap:hover .c-mask {
  opacity: 1;
}
.c-car {
  position: relative;
  z-index: 2;
  /* margin-bottom: -285px; */
}
.c-car .c-car-banner {
  padding: 40px 50px 40px 0;
  border-left: 10px solid #e8e9e9;
  box-shadow: 0 1px 50px rgba(0, 0, 0, 0.05);
  background: #fff;
}
.c-car .c-car-banner .c-list1 {
  position: relative;
  float: left;
  margin-left: -10px;
  /* width: -webkit-calc(-630%);
  width: calc(100% - 730px); */
  width: 30%;
  overflow: hidden;
}
.c-car .c-car-banner .c-list1 li {
  padding: 10px 0;
}
.c-car .c-car-banner .c-list1 li .c-title {
  position: relative;
  margin: 0;
  padding:0 50px;
  font-weight: bold;
  font-size: 24px;
  line-height: 34px;
  color: #1f242a;
  cursor: pointer;
}
.c-car .c-car-banner .c-list1 li .c-title::before {
  opacity: 0;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-left: 10px solid #215279;
}
.c-car .c-car-banner .c-list1 li.c-active .c-title::before {
  opacity: 1;
}
.c-car .c-car-banner .c-list1 li.c-active .c-title{
  color: #215279;
}
.c-car .c-car-banner .c-list2-box {
  width: 70%;
  float: right;
  background: #f7f7f7;
}
.c-car .c-car-banner .c-list2 {
  position: relative;
  margin: 0 auto;
  width: 730px;
  height: 516px;
  background: #f7f7f7;
}
.c-car .c-car-banner .c-list2 li {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-car .c-car-banner .c-list2 li:nth-child(1) .c-title,
.c-car .c-car-banner .c-list2 li:nth-child(1) .c-line,
.c-car .c-car-banner .c-list2 li:nth-child(1) .c-imgBox1,
.c-car .c-car-banner .c-list2 li:nth-child(1) .c-imgBox2{
	-webkit-transform: translateY(-40px);
	transform: translateY(-40px);
}
.c-car .c-car-banner .c-list2 li:nth-child(3) .c-title,
.c-car .c-car-banner .c-list2 li:nth-child(3) .c-line,
.c-car .c-car-banner .c-list2 li:nth-child(3) .c-imgBox1,
.c-car .c-car-banner .c-list2 li:nth-child(3) .c-imgBox2{
	-webkit-transform: translateY(-40px);
	transform: translateY(-40px);
}
.c-car .c-car-banner .c-list2 li:nth-child(5) .c-title,
.c-car .c-car-banner .c-list2 li:nth-child(5) .c-line,
.c-car .c-car-banner .c-list2 li:nth-child(5) .c-imgBox1,
.c-car .c-car-banner .c-list2 li:nth-child(5) .c-imgBox2{
	-webkit-transform: translateY(-40px);
	transform: translateY(-40px);
}
.c-car .c-car-banner .c-list2 li:nth-child(6) .c-title,
.c-car .c-car-banner .c-list2 li:nth-child(6) .c-line,
.c-car .c-car-banner .c-list2 li:nth-child(6) .c-imgBox1,
.c-car .c-car-banner .c-list2 li:nth-child(6) .c-imgBox2{
	-webkit-transform: translateY(-40px);
	transform: translateY(-40px);
}
.c-car .c-car-banner .c-list2 li:nth-child(7) .c-title,
.c-car .c-car-banner .c-list2 li:nth-child(7) .c-line,
.c-car .c-car-banner .c-list2 li:nth-child(7) .c-imgBox1,
.c-car .c-car-banner .c-list2 li:nth-child(7) .c-imgBox2{
	-webkit-transform: translateY(-40px);
	transform: translateY(-40px);
}
.c-car .c-car-banner .c-list2 li:nth-child(7) .c-imgBox2 img:first-child{
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.c-car .c-car-banner .c-list2 li:nth-child(7) .c-imgBox2 img{
	-webkit-transform: translateY(60px);
	transform: translateY(60px);
}
.c-car .c-car-banner .c-list2 li .c-title {
  opacity: 0;
  position: absolute;
  top: 90px;
  left: 115px;
  z-index: 5;
  padding-left: 15px;
  font-size: 16px;
  line-height: 26px;
  color: #1f242a;
  -webkit-transition: all 0.3s .6s;
  transition: all 0.3s .6s;
}
.c-car .c-car-banner .c-list2 li.c-active .c-title {
  opacity: 1;
}
.c-car .c-car-banner .c-list2 li .c-title::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #1f242a;
}
.c-car .c-car-banner .c-list2 li .c-line {
  opacity: 0;
  position: absolute;
  z-index:3;
  -webkit-transition: all .3s .3s;
  transition: all .3s .3s;
}
.c-car .c-car-banner .c-list2 li.c-active .c-line {
  opacity: 1;
}
.c-car .c-car-banner .c-list2 li .c-imgBox1 {
  width: 100%;
  height: 100%;
}
.c-car .c-car-banner .c-list2 li .c-imgBox1 img {
  width: 100%;
}
.c-car .c-car-banner .c-list2 li .c-imgBox2 {
  position: absolute;
  z-index: 2;
  transition: .5s;
}
.c-car .c-car-banner .c-list2 li .c-imgBox2 img {
  opacity: 0;
  position: absolute;
  top: 0;
  left:0;
  z-index: 1;
  width: 100%;
  transition: .5s;
}
.c-car .c-car-banner .c-list2 li:nth-child(1) .c-title {
  top: 90px;
  left: 115px;
}
.c-car .c-car-banner .c-list2 li:nth-child(1) .c-line {
  top: 120px;
  left: 115px;
}
.c-car .c-car-banner .c-list2 li:nth-child(1) .c-imgBox2 {
  width: 274px;
  top: 145px;
  left: 192px;
}
.c-car .c-car-banner .c-list2 li.c-active:nth-child(1) .c-imgBox2 {
  top: 100px;
}
.c-car .c-car-banner .c-list2 li:nth-child(2) .c-title {
  top: 270px;
  left: 115px;
}
.c-car .c-car-banner .c-list2 li:nth-child(2) .c-line {
  top: 300px;
  left: 115px;
}
.c-car .c-car-banner .c-list2 li:nth-child(2) .c-imgBox2 {
  width: 566px;
  top: 27px;
  left: 98px;
}
.c-car .c-car-banner .c-list2 li.c-active:nth-child(2) .c-imgBox2 {
  top: 200px;
}
.c-car .c-car-banner .c-list2 li:nth-child(3) .c-title {
  top: 85px;
  left: 380px;
}
.c-car .c-car-banner .c-list2 li:nth-child(3) .c-line {
  top: 114px;
  left: 380px;
}
.c-car .c-car-banner .c-list2 li:nth-child(3) .c-imgBox2 {
  width: 90px;
  top: 185px;
  left: 545px;
}
.c-car .c-car-banner .c-list2 li.c-active:nth-child(3) .c-imgBox2 {
  top: 100px;
}
.c-car .c-car-banner .c-list2 li:nth-child(4) .c-title {
  top: 85px;
  left: 50px;
}
.c-car .c-car-banner .c-list2 li:nth-child(4) .c-line {
  top: 114px;
  left: 50px;
}
.c-car .c-car-banner .c-list2 li:nth-child(4) .c-imgBox2 {
  width: 202px;
  top: 171px;
  left: 176px;
}
.c-car .c-car-banner .c-list2 li.c-active:nth-child(4) .c-imgBox2 {
  top: 100px;
}
.c-car .c-car-banner .c-list2 li:nth-child(5) .c-title {
  top: 90px;
  left: 115px;
}
.c-car .c-car-banner .c-list2 li:nth-child(5) .c-line {
  top: 120px;
  left: 115px;
}
.c-car .c-car-banner .c-list2 li:nth-child(5) .c-imgBox2 {
  width: 238px;
  top: 179px;
  left: 208px;
}
.c-car .c-car-banner .c-list2 li.c-active:nth-child(5) .c-imgBox2 {
  top: 100px;
}
.c-car .c-car-banner .c-list2 li:nth-child(6) .c-title {
  top: 110px;
  left: 80px;
}
.c-car .c-car-banner .c-list2 li:nth-child(6) .c-line {
  top: 140px;
  left: 80px;
}
.c-car .c-car-banner .c-list2 li:nth-child(6) .c-imgBox2 {
  width: 245px;
  top: 171px;
  left: 169px;
}
.c-car .c-car-banner .c-list2 li.c-active:nth-child(6) .c-imgBox2 {
  top: 100px;
}
.c-car .c-car-banner .c-list2 li:nth-child(7) .c-imgBox2 {
  width: 100%;
  top: 0;
  left: 0;
}
.c-car .c-car-banner .c-list2 li .c-btnBox {
  position: absolute;
  bottom: 20px;
  left:0;
  z-index:5;
  width: 100%;
  text-align: center;
}
.c-car .c-car-banner .c-list2 li .c-btnBox p {
  display: inline-block;
  margin:0 5px;
  padding: 0 15px;
  font-size: 16px;
  line-height: 30px;
  color:#1f242a;
  border: 1px solid #1f242a;
  border-radius: 5px;
  cursor: pointer;
  background: #fff;
}
.c-car .c-car-banner .c-list2 li .c-imgBox2 img.c-active {
  opacity: 1;
  z-index: 2;
}
.c-car .c-car-banner .c-list2 li.c-active {
  opacity: 1;
  z-index:2;
}
.c-car .c-car-banner .c-list2 li.c-active .c-title {
  opacity: 1;
}
.c-car .c-car-banner .c-list2 li .c-btnBox p.c-active {
  color:#fff;
  background: #215279;
  border-color: #215279;
}
@media (max-width: 1279px) {
  .c-car .c-car-banner .c-list1 {
    text-align: center;
    margin-bottom: 40px;
    margin-left: 0;
    float: none;
    width: 100%;
  }
  .c-car .c-car-banner .c-list2-box {
    float: none;
    width: 100%;
  }
  .c-car .c-car-banner {
    padding: 40px;
    border: 0;
  }
  .c-car .c-car-banner .c-list1 li .c-title::before {
    display: none;
  }
  .c-car .c-car-banner .c-list1 li {
    display: inline-block;
    padding: 10px 30px 10px 0;
  }
  .c-car .c-car-banner .c-list1 li .c-title {
    padding: 0;
  }
}
@media (max-width: 991px){
  .c-car .c-car-banner .c-list2 {
    margin: -60px 0 -40px -10%;
  }
  .c-car .c-car-banner .c-list2 {
    transform: scale(.8,.8);
  }
  .c-car .c-car-banner .c-list2-box {
    background: transparent;
  }
}
@media (max-width: 767px){
  .c-car .c-car-banner .c-list1 li .c-title {
    font-size: 16px;
    line-height: 24px;
  }
  .c-car .c-car-banner .c-list1 li {
    padding: 5px 20px 5px 0;
  }
  .c-car .c-car-banner {
    padding: 20px;
  }
  .c-car .c-car-banner .c-list2 {
    transform: scale(.36,.36) translateX(-20%);
    margin: -190px auto -160px;
  }
	.c-car{
		margin-bottom: 0;
	}
	.c-logo-box.c-unique{
		padding-top: 30px!important;
	}
}
@media (max-width: 767px){
  .c-car .c-car-banner .c-list2 {
    transform: scale(.36,.36) translateX(-90%);
  }
}

.c-link {
  padding: 150px 0 120px;
}
@media (max-width: 575px) {
  .c-link {
    padding: 40px 0 10px;
  }
}
.c-link .c-list {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}
.c-link .c-list li {
  margin-bottom: 30px;
  padding: 0 15px;
  width: 33.33%;
}
@media (max-width: 575px) {
  .c-link .c-list li {
    width: 100%;
  }
}
.c-link .c-list li .c-wrap {
  display: block;
  padding: 30px;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.07);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-link .c-list li .c-wrap .c-title {
  font-weight: bold;
  font-size: 24px;
  line-height: 34px;
  color: #1f242a;
  margin: 0 0 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .c-link .c-list li .c-wrap .c-title {
    font-size: 20px;
  }
}
.c-link .c-list li .c-wrap .c-text {
  margin-bottom: 20px;
  height: 52px;
  font-size: 16px;
  line-height: 26px;
  color: #999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .c-link .c-list li .c-wrap .c-text {
    height: auto;
  }
}
.c-link .c-list li .c-wrap .c-btn {
  width: 130px;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background: #215279;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-link .c-list li .c-wrap:hover {
  box-shadow: 0 2px 30px rgba(9, 112, 183, 0.07);
  background: #215279;
}
.c-link .c-list li .c-wrap:hover .c-title,
.c-link .c-list li .c-wrap:hover .c-text {
  color: #fff;
}
.c-link .c-list li .c-wrap:hover .c-btn {
  color: #1f242a;
  background: #d0e9fb;
}
.c-download {
  padding: 120px 0 100px;
  background: #f3f5f7;
}
@media (max-width: 575px) {
  .c-download {
    padding: 30px 0 0;
  }
}
.c-download .c-title-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-download .c-title-box .c-title {
  margin: 0;
  font-weight: bold;
  font-size: 44px;
  line-height: 54px;
  color: #215279;
}
@media (max-width: 575px) {
  .c-download .c-title-box .c-title {
    font-size: 20px;
    line-height: 30px;
  }
}
.c-download .c-title-box .c-btn {
  width: 160px;
  height: 50px;
  border: 2px solid #215279;
  font-size: 16px;
  line-height: 46px;
  text-align: center;
  color: #215279;
}
@media (max-width: 575px) {
  .c-download .c-title-box .c-btn {
    width: 120px;
    font-size: 14px;
    height: 40px;
    line-height: 36px;
  }
}
.c-download .c-list {
  padding-top: 50px;
  margin: 0 -20px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 575px) {
  .c-download .c-list {
    padding-top: 30px;
  }
}
@media (max-width: 575px) {
  .c-download .c-list {
    margin: 0;
  }
}
.c-download .c-list li {
  width: 50%;
  margin-bottom: 40px;
  padding: 0 20px;
}
@media (max-width: 575px) {
  .c-download .c-list li {
    margin-bottom: 30px;
    width: 100%;
    padding: 0;
  }
}
.c-download .c-list li .c-wrap {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.07);
}
.c-download .c-list li .c-wrap .c-img-box {
  width: 46%;
  height: 260px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #4d7b9b;
}
@media (max-width: 991px) {
  .c-download .c-list li .c-wrap .c-img-box {
    width: 100%;
  }
}
.c-download .c-list li .c-wrap .c-img-box img {
  max-width: 80%;
  max-height: 80%;
}
.c-download .c-list li .c-wrap .c-text-box {
  width: 54%;
  height: 260px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 30px;
}
@media (max-width: 991px) {
  .c-download .c-list li .c-wrap .c-text-box {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .c-download .c-list li .c-wrap .c-text-box {
    padding: 20px;
    height: auto;
  }
}
@media (max-width: 575px) {
  .c-download .c-list li .c-wrap .c-text-box .c-box {
    width: 100%;
  }
}
.c-download .c-list li .c-wrap .c-text-box .c-box .c-time {
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 26px;
  color: #999;
}
.c-download .c-list li .c-wrap .c-text-box .c-box .c-title {
  margin: 0 0 40px;
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
  color: #1f242a;
}
@media (max-width: 575px) {
  .c-download .c-list li .c-wrap .c-text-box .c-box .c-title {
    margin-bottom: 20px;
  }
}
.c-download .c-list li .c-wrap .c-text-box .c-box .c-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 40px;
  border-right: 3px;
  font-weight: bold;
  font-size: 14px;
  line-height: 40px;
  text-align-last: center;
  color: #fff;
  background: #215279;
}
.c-download .c-list li .c-wrap .c-text-box .c-box .c-btn img {
  height: 20px;
  margin-right: 10px;
}
.c-scenario {
  padding: 130px 0 140px;
  text-align: center;
}
@media (max-width: 575px) {
  .c-scenario {
    padding: 30px 0;
  }
}
.c-scenario .c-title-box .c-title {
  margin: 0 0 20px;
  font-weight: bold;
  font-size: 40px;
  line-height: 50px;
  color: #215279;
}
@media (max-width: 575px) {
  .c-scenario .c-title-box .c-title {
    font-size: 20px;
    line-height: 30px;
  }
}
.c-scenario .c-title-box .c-text {
  margin: 0 auto;
  max-width: 920px;
  font-size: 18px;
  line-height: 28px;
  color: #666;
}
@media (max-width: 575px) {
  .c-scenario .c-title-box .c-text {
    font-size: 16px;
    line-height: 26px;
  }
}
.c-scenario .c-bt-wrap {
  margin: 0 auto;
  padding: 80px 0 60px;
  max-width: 1030px;
}
@media (max-width: 575px) {
  .c-scenario .c-bt-wrap {
    padding: 30px 0;
  }
}
.c-scenario .c-bt-wrap .c-banner2-top {
  overflow: hidden;
}
.c-scenario .c-bt-wrap .c-banner2-top .c-img-box {
  position: relative;
  margin: 0 auto 15px;
  width: 52px;
}
@media (max-width: 575px) {
  .c-scenario .c-bt-wrap .c-banner2-top .c-img-box {
    width: 30px;
    margin-bottom: 5px;
  }
}
.c-scenario .c-bt-wrap .c-banner2-top .c-img-box img {
  opacity: 1;
  width: 100%;
}
.c-scenario .c-bt-wrap .c-banner2-top .c-img-box img:last-child {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}
.c-scenario .c-bt-wrap .c-banner2-top .c-title {
  font-size: 24px;
  line-height: 34px;
  color: #1f242a;
}
@media (max-width: 575px) {
  .c-scenario .c-bt-wrap .c-banner2-top .c-title {
    font-size: 12px;
    line-height: 22px;
  }
}
.c-scenario .c-bt-wrap .c-banner2-top .swiper-slide {
  cursor: pointer;
  border-right: 1px solid #e6e7e7;
}
.c-scenario .c-bt-wrap .c-banner2-top .swiper-slide:last-child {
  border: 0;
}
.c-scenario .c-bt-wrap .c-banner2-top .swiper-slide-thumb-active .c-img-box img {
  opacity: 0;
}
.c-scenario .c-bt-wrap .c-banner2-top .swiper-slide-thumb-active .c-img-box img:last-child {
  opacity: 1;
}
.c-scenario .c-bt-wrap .c-banner2-top .swiper-slide-thumb-active .c-title {
  color: #215279;
}
.c-scenario .c-bb-wrap .c-banner2-bottom {
  overflow: hidden;
}
.c-scenario .c-bb-wrap .c-banner2-bottom img {
  width: 100%;
}
.c-brochure .c-title-box .c-title {
  position: relative;
  margin: 0;
  padding-bottom: 30px;
  font-weight: bold;
  font-size: 30px;
  line-height: 40px;
  color: #1f242a;
  border-bottom: 2px solid #e8e9e9;
}
.c-brochure .c-title-box .c-title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100px;
  border-top: 7px solid #256cc1;
}
@media (max-width: 575px) {
  .c-brochure .c-title-box .c-title {
    padding-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }
  .c-brochure .c-title-box .c-title::before {
    border-top: 4px solid #256cc1;
  }
}
.c-brochure .c-list {
  padding: 30px 0 40px;
  margin: 0 -15px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 575px) {
  .c-brochure .c-list {
    margin: 0;
    padding: 30px 0 0;
  }
}
.c-brochure .c-list li {
  margin-bottom: 30px;
  padding: 0 15px;
  width: 25%;
}
@media (max-width: 1199px) {
  .c-brochure .c-list li {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .c-brochure .c-list li {
    padding: 0;
    width: 100%;
  }
}
.c-brochure .c-list li a {
  display: block;
}
.c-brochure .c-list li a .c-img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #4d7b9b;
  position: relative;
  height: 280px;
}
.c-brochure .c-list li a .c-img-box img {
  max-width: 80%;
  max-height: 80%;
}
.c-brochure .c-list li a .c-img-box .c-mask {
  opacity: 0;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(20, 146, 233, 0.8);
  transition: 0.3s;
}
.c-brochure .c-list li a .c-img-box .c-mask .c-btn {
  display: inline-block;
  padding: 5px 20px;

  border: 2px solid #fff;
  color: #fff;
  font-size: 16px;
}
.c-brochure .c-list li a .c-title {
  padding: 15px 0 20px;
  margin: 0;
  border-bottom: 2px solid #1f242a;
  font-size: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #1f242a;
}
.c-brochure .c-list li a:hover .c-mask {
  opacity: 1;
}
.c-big-btn-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.c-big-btn-box a {
  display: block;
  padding: 30px 25px;
  width: 47.9%;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  background: #1f242a;
  transition: 0.3s;
}
.c-big-btn-box a img {
  float: right;
  margin-top: 9px;
}
.c-big-btn-box a:hover {
  background: #256cc1;
}
@media (max-width: 767px) {
  .c-big-btn-box a {
    width: 100%;
  }
  .c-big-btn-box a:first-child {
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .c-big-btn-box a {
    padding: 15px 20px;
  }
}
.productView-bottom-details .flexbox .leftbox .c-content {
  /* padding-bottom: 80px; */
}
.productView-bottom-details .flexbox .leftbox .c-content img {
  max-width: 100%;
}
@media (max-width: 575px) {
  .productView-bottom-details .flexbox .leftbox .c-content {
    /* padding-bottom: 30px; */
  }
}
.c-banner3 {
  position: relative;
  flex: 0 0 710px;
  max-width: 710px;
  max-height: 550px;
}
@media (max-width: 1500px) {
  .c-banner3 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 991px) {
  .c-banner3 {
    flex: inherit;
    max-width: inherit;
    max-height: inherit;
    height: 400px;
  }
}
@media (max-width: 575px) {
  .c-banner3 {
    height: 250px;
  }
}
.c-banner3 .pagination1 {
  display: none;
}
.c-banner3 .list {
  height: 100%;
}
.c-banner3 .list img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-banner3 .tab {
  position: absolute;
  bottom: 50px;
  left: 0;
  z-index: 10;
  width: 100%;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 575px) {
  .c-banner3 .tab {
    padding: 0 4px;
    bottom: 10px;
  }
}
.c-banner3 .tab .item {
  height: 35px;
  width: 94px;
  display: inline-block;
  font-size: 16px;
  line-height: 35px;
  position: relative;
  background: #ffffff;
  border-radius: 5px;
  margin: 0 4px 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 575px) {
  .c-banner3 .tab .item {
    height: 30px;
    width: 60px;
    line-height: 30px;
    font-size: 14px;
  }
}
.c-banner3 .tab .item .c-img-box {
  margin-right: 4px;
  position: relative;
  width: 24px;
  height: 24px;
}
@media (max-width: 575px) {
  .c-banner3 .tab .item .c-img-box {
    width: 15px;
    height: 15px;
  }
}
.c-banner3 .tab .item .c-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: top;
}
.c-banner3 .tab .item .c-img-box img:nth-child(2) {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.c-banner3 .tab .item.on,
.c-banner3 .tab .item:hover {
  color: #fff;
  background: #256cc1;
}
.c-banner3 .tab .item.on .c-img-box img:first-child,
.c-banner3 .tab .item:hover .c-img-box img:first-child {
  display: none;
}
.c-banner3 .tab .item.on .c-img-box img:last-child,
.c-banner3 .tab .item:hover .c-img-box img:last-child {
  display: block;
}
.c-resource li {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  height: 370px;
  background: #f9f9f9;
}
@media (max-width: 575px) {
  .c-resource li {
    height: auto;
  }
}
.c-resource li:last-child {
  margin: 0;
}
.c-resource li .c-img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 32.7%;
  height: 100%;
  background: #4d7b9b;
}
@media (max-width: 575px) {
  .c-resource li .c-img-box {
    width: 100%;
    height: 250px;
  }
}
.c-resource li .c-img-box img {
  max-width: 80%;
  max-height: 80%;
}
.c-resource li .c-text-box {
  padding: 0 50px;
  width: 67.3%;
}
@media (max-width: 575px) {
  .c-resource li .c-text-box {
    padding: 20px;
    width: 100%;
  }
}
.c-resource li .c-text-box .c-title {
  margin: 0 0 30px;
  font-size: 24px;
  line-height: 34px;
  color: #1f242a;
}
@media (max-width: 575px) {
  .c-resource li .c-text-box .c-title {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }
}
.c-resource li .c-text-box .c-text {
  margin-bottom: 35px;
  font-size: 16px;
  line-height: 26px;
  color: #666;
  max-height: 104px;
  overflow: hidden;
}
@media (max-width: 575px) {
  .c-resource li .c-text-box .c-text {
    margin-bottom: 15px;
  }
}
.c-resource li .c-text-box .c-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  background: #215279;
}
.c-resource li .c-text-box .c-btn img {
  margin-right: 15px;
  height: 24px;
}
.c-exhibition li {
  margin-bottom: 30px;
}
.c-exhibition li:last-child {
  margin: 0;
}
.c-exhibition li .c-wrap {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  height: 370px;
  background: #f9f9f9;
}
@media (max-width: 575px) {
  .c-exhibition li .c-wrap {
    height: auto;
  }
}
.c-exhibition li .c-wrap .c-time1 {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100px;
  background: url(../images/c-zh-sj.png) no-repeat top right;
}
@media (max-width: 575px) {
  .c-exhibition li .c-wrap .c-time1 {
    display: none;
  }
}
.c-exhibition li .c-wrap .c-time1 p {
  text-align: right;
  color: #fff;
}
.c-exhibition li .c-wrap .c-time1 p:first-child {
  font-size: 30px;
  line-height: 40px;
  padding-right: 26px;
}
.c-exhibition li .c-wrap .c-time1 p:last-child {
  margin-top: -10px;
  font-size: 16px;
  line-height: 26px;
  padding-right: 8px;
}
.c-exhibition li .c-wrap .c-img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 32.7%;
  height: 100%;
}
@media (max-width: 575px) {
  .c-exhibition li .c-wrap .c-img-box {
    width: 100%;
    height: 250px;
  }
}
.c-exhibition li .c-wrap .c-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-exhibition li .c-wrap .c-text-box {
  padding: 0 50px;
  width: 67.3%;
}
@media (max-width: 575px) {
  .c-exhibition li .c-wrap .c-text-box {
    padding: 20px;
    width: 100%;
  }
}
.c-exhibition li .c-wrap .c-text-box .c-title {
  margin: 0 0 10px;
  font-weight: bold;
  font-size: 24px;
  line-height: 34px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
}
@media (max-width: 575px) {
  .c-exhibition li .c-wrap .c-text-box .c-title {
    font-size: 20px;
    line-height: 30px;
  }
}
.c-exhibition li .c-wrap .c-text-box .c-text {
  font-size: 16px;
  line-height: 26px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
.c-exhibition li .c-wrap .c-text-box .c-time2 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 40px 0;
  font-size: 16px;
  line-height: 26px;
  color: #215279;
}
@media (max-width: 575px) {
  .c-exhibition li .c-wrap .c-text-box .c-time2 {
    padding: 15px 0;
  }
}
.c-exhibition li .c-wrap .c-text-box .c-time2 p {
  margin-right: 60px;
}
@media (max-width: 575px) {
  .c-exhibition li .c-wrap .c-text-box .c-time2 p {
    margin: 0;
    width: 100%;
  }
}
.c-exhibition li .c-wrap .c-text-box .c-time2 p:last-child {
  margin: 0;
}
.c-exhibition li .c-wrap .c-text-box .c-time2 p img {
  margin-right: 10px;
  width: 15px;
}
.c-exhibition li .c-wrap .c-text-box .c-btn {
  width: 150px;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  background: #1f242a;
}
.c-faq .c-top-box {
  position: relative;
  z-index: 2;
  padding: 10px 0;
  border-bottom: 2px solid #1f242a;
}
.c-faq .c-top-box .c-title {
  margin: 0;
  float: left;
  width: 190px;
  font-weight: bold;
  font-size: 24px;
  line-height: 36px;
}
@media (max-width: 991px) {
  .c-faq .c-top-box .c-title {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .c-faq .c-top-box .c-title {
    font-size: 20px;
  }
}
.c-faq .c-top-box .c-select-box {
  float: left;
  position: relative;
  z-index: 1;
  width: 240px;
  height: 36px;
  font-size: 16px;
  line-height: 36px;
  color: #fff;
  background: #1f242a;
}
.c-faq .c-top-box .c-select-box .c-text-box {
  cursor: pointer;
}
.c-faq .c-top-box .c-select-box .c-text-box .c-text {
  float: left;
  padding-left: 10px;
  width: -webkit-calc(64%);
  width: calc(100% - 36px);
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
}
.c-faq .c-top-box .c-select-box .c-text-box .c-arrow {
  float: right;
  width: 36px;
  height: 36px;
  background: url(../images/but.png) no-repeat center center;
  background-size: 18px auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-faq .c-top-box .c-select-box.active .c-text-box .c-arrow {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.c-faq .c-top-box .c-select-box .c-select {
  display: none;
  position: absolute;
  top: 36px;
  left: 0;
  z-index: 2;
  width: 100%;
  background: #1f242a;
}
.c-faq .c-top-box .c-select-box .c-select li {
  border-top: 1px solid #131313;
}
.c-faq .c-top-box .c-select-box .c-select li a {
  display: block;
  padding: 0 10px;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-faq .c-top-box .c-select-box .c-select li a:hover {
  background: #215279;
}
.c-faq .c-top-box form {
  position: relative;
  z-index: 1;
  float: right;
  width: 36px;
  height: 36px;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
}
@media (max-width: 991px) {
  .c-faq .c-top-box form {
    display: none;
  }
}
.c-faq .c-top-box form input {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 0 10px;
  width: -webkit-calc(64%);
  width: calc(100% - 36px);
  height: 100%;
  border: 0;
}
.c-faq .c-top-box form button {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 36px;
  height: 100%;
  background: url(../images/fanghei.png) no-repeat center center;
  background-size: 20px auto;
  border: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-faq .c-top-box form:hover {
  width: 220px;
  border-color: #1f242a;
}
.c-faq .c-main-title {
  margin: 30px 0 20px;
  font-weight: bold;
  font-size: 30px;
  line-height: 40px;
  color: #215279;
}
@media (max-width: 575px) {
  .c-faq .c-main-title {
    margin: 15px 0;
    font-size: 20px;
    line-height: 30px;
  }
}
.c-faq .c-list {
  position: relative;
  z-index: 1;
}
.c-faq .c-list li .c-title-box {
  padding: 0 30px;
  line-height: 30px;
  color: #1f242a;
  background: #f9f9fb;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 575px) {
  .c-faq .c-list li .c-title-box {
    padding: 0 20px;
  }
}
.c-faq .c-list li .c-title-box .c-wrap {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
}
.c-faq .c-list li .c-title-box .c-wrap::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid #e3e3e6;
}
.c-faq .c-list li .c-title-box .c-wrap .c-title {
  margin: 0;
  font-size: 18px;
  width: -webkit-calc(70%);
  width: calc(100% - 30px);
}
.c-faq .c-list li .c-title-box .c-wrap .c-arrow {
  width: 20px;
  height: 20px;
  background: url(../images/buthei.png) no-repeat center center;
  background-size: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-faq .c-list li .c-text-box {
  display: none;
  padding: 25px 30px;
  font-size: 16px;
  color: #999;
}
@media (max-width: 575px) {
  .c-faq .c-list li .c-text-box {
    padding: 15px 20px;
  }
}
.c-faq .c-list li.active .c-title-box {
  color: #fff;
  background: #106ac2;
}
.c-faq .c-list li.active .c-title-box .c-wrap::before {
  display: none;
}
.c-faq .c-list li.active .c-title-box .c-wrap .c-arrow {
  background: url(../images/but.png) no-repeat center center;
  background-size: 20px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.c-team li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
  background: #f9f9fb;
  height: 420px;
}
@media (max-width: 1199px) {
  .c-team li {
    height: auto;
  }
}
@media (max-width: 991px) {
  .c-team li {
    height: 420px;
  }
}
@media (max-width: 575px) {
  .c-team li {
    height: auto;
  }
}
.c-team li:last-child {
  margin: 0;
}
.c-team li .c-img-box {
  width: 335px;
  height: 100%;
}
@media (max-width: 1199px) {
  .c-team li .c-img-box {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 991px) {
  .c-team li .c-img-box {
    width: 40%;
    height: 100%;
  }
}
@media (max-width: 575px) {
  .c-team li .c-img-box {
    width: 100%;
    height: auto;
  }
}
.c-team li .c-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-team li .c-text-box {
  width: -webkit-calc(-235%);
  width: calc(100% - 335px);
  padding: 0 20px;
}
@media (max-width: 1199px) {
  .c-team li .c-text-box {
    padding: 20px;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .c-team li .c-text-box {
    width: 60%;
  }
}
@media (max-width: 575px) {
  .c-team li .c-text-box {
    width: 100%;
  }
}
.c-team li .c-text-box .c-title {
  font-size: 24px;
  line-height: 40px;
  color: #1f242a;
}
@media (max-width: 1500px) {
  .c-team li .c-text-box .c-title {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .c-team li .c-text-box .c-title {
    font-size: 16px;
    line-height: 30px;
  }
}
.c-team li .c-text-box .c-title span {
  font-weight: bold;
  margin-right: 40px;
  font-size: 36px;
}
@media (max-width: 1500px) {
  .c-team li .c-text-box .c-title span {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .c-team li .c-text-box .c-title span {
    margin-right: 5px;
    font-size: 20px;
  }
}
.c-team li .c-text-box .c-subtitle {
  font-weight: bold;
  padding: 20px 0 40px;
  font-size: 18px;
  line-height: 28px;
  color: #106ac2;
}
@media (max-width: 1199px) {
  .c-team li .c-text-box .c-subtitle {
    padding: 10px 0;
  }
}
.c-team li .c-text-box .c-text {
  font-size: 16px;
  color: #999;
}
.c-join .c-top-text {
  padding: 50px;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  background: #106ac2;
}
@media (max-width: 575px) {
  .c-join .c-top-text {
    padding: 20px;
    font-size: 16px;
    line-height: 26px;
  }
}
.c-join .c-choice {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 50px 0;
}
@media (max-width: 575px) {
  .c-join .c-choice {
    padding: 20px 0;
  }
}
.c-join .c-choice li {
  width: 50%;
}
@media (max-width: 1500px) {
  .c-join .c-choice li:first-child {
    width: 65%;
  }
  .c-join .c-choice li:last-child {
    width: 35%;
  }
}
@media (max-width: 1199px) {
  .c-join .c-choice li:first-child {
    margin-bottom: 15px;
    width: 100%;
  }
  .c-join .c-choice li:last-child {
    width: 100%;
  }
}
.c-join .c-choice li .c-menu-box {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .c-join .c-choice li .c-menu-box:first-child {
    margin-bottom: 10px;
  }
}
.c-join .c-choice li .c-menu-box .c-title {
  width: 160px;
  font-size: 16px;
  line-height: 20px;
  color: #1f242a;
}
@media (max-width: 575px) {
  .c-join .c-choice li .c-menu-box .c-title {
    width: 100%;
  }
}
.c-join .c-choice li .c-menu-box .c-as {
  width: -webkit-calc(-60%);
  width: calc(100% - 160px);
}
@media (max-width: 575px) {
  .c-join .c-choice li .c-menu-box .c-as {
    width: 100%;
  }
}
.c-join .c-choice li .c-menu-box .c-as a {
  margin: 0 40px 6px 0;
  display: inline-block;
  font-size: 16px;
  color: #999;
  line-height: 20px;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  word-break: break-all;
}
.c-join .c-choice li .c-menu-box .c-as a.active,
.c-join .c-choice li .c-menu-box .c-as a:hover {
  color: #106ac2;
  border-color: #106ac2;
}
@media (max-width: 991px) {
  .c-join .c-choice li .c-menu-box .c-as a {
    margin: 0 20px 6px 0;
  }
}
.c-join .c-choice li form {
  float: right;
  width: 70%;
}
@media (max-width: 1500px) {
  .c-join .c-choice li form {
    width: 100%;
  }
}
.c-join .c-choice li form input {
  float: left;
  padding: 0 20px;
  width: -webkit-calc(0%);
  width: calc(100% - 100px);
  height: 50px;
  border: 1px solid #cacad1;
}
.c-join .c-choice li form input:focus {
  outline: none;
}
.c-join .c-choice li form button {
  float: right;
  width: 100px;
  height: 50px;
  background: #1f242a url(../images/fang.png) no-repeat center center;
  background-size: 24px;
  border: 0;
}
.c-join .c-job .c-title-box {
  display: flex;
  align-items: center;
  background: #1f242a;
}
.c-join .c-job .c-title-box .c-title {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
}
@media (max-width: 575px) {
  .c-join .c-job .c-title-box .c-title {
    font-size: 12px;
    line-height: 22px;
  }
}
.c-join .c-job .c-title {
  padding: 25px 30px;
  width: 25%;
  word-wrap: break-word;
}
@media (max-width: 991px) {
  .c-join .c-job .c-title {
    padding: 15px 20px;
  }
}
@media (max-width: 575px) {
  .c-join .c-job .c-title {
    padding: 10px 5px;
  }
}
.c-join .c-job .c-list li {
  border-bottom: 1px solid #e3e3e6;
  cursor: pointer;
}
.c-join .c-job .c-list li:last-child {
  border: 0;
}
.c-join .c-job .c-list li .c-title-wrap {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  background: #f9f9fb;
}
.c-join .c-job .c-list li .c-title-wrap .c-title {
  font-size: 16px;
  line-height: 26px;
  color: #1f242a;
}
.c-join .c-job .c-list li .c-title-wrap .c-title:last-child {
  padding-right: 60px;
}
@media (max-width: 575px) {
  .c-join .c-job .c-list li .c-title-wrap .c-title {
    font-size: 12px;
    line-height: 22px;
  }
  .c-join .c-job .c-list li .c-title-wrap .c-title:last-child {
    padding-right: 10px;
  }
}
.c-join .c-job .c-list li .c-title-wrap::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  background: url(../images/buthei.png) no-repeat center center;
  background-size: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 575px) {
  .c-join .c-job .c-list li .c-title-wrap::before {
    right: 5px;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    background-size: 6px;
  }
}
.c-join .c-job .c-list li .c-text-box {
  display: none;
  padding: 25px 30px 30px;
}
@media (max-width: 575px) {
  .c-join .c-job .c-list li .c-text-box {
    padding: 10px;
  }
}
.c-join .c-job .c-list li .c-text-box .c-text {
  margin-bottom: 35px;
  font-size: 16px;
  line-height: 26px;
  color: #999;
}
@media (max-width: 575px) {
  .c-join .c-job .c-list li .c-text-box .c-text {
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 10px;
  }
}
.c-join .c-job .c-list li .c-text-box .c-btn {
  display: block;
  width: 160px;
  height: 46px;
  font-size: 16px;
  line-height: 46px;
  text-align: center;
  color: #fff;
  background: #106ac2;
}
@media (max-width: 575px) {
  .c-join .c-job .c-list li .c-text-box .c-btn {
    width: 110px;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
  }
}
.c-join .c-job .c-list li.active {
  border-color: transparent;
}
.c-join .c-job .c-list li.active .c-title-wrap::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.about-section2 .cont .item .tit {
  color: #215279;
}


.home-header li.hasdrop .hasdrop-hover {
  box-shadow: 0 5px 10px rgba(0,0,0,.05);
}
.header-top-sreach-pc-cont form{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
  margin-left: 0;
}
.home-header .nav.navbar-nav > li {
  position: static;
}
.home-header .nav.navbar-nav .search-box,.home-header .nav.navbar-nav .dropdown {
  position: relative;
}
@media (min-width: 768px){
  .home-header li.hasdrop .hasdrop-hover {
    width: 100%;
    padding: 60px 0;
    transform: translateX(0);
    background: #fff;
    border-top: 1px solid #ebebeb;
  }
  .home-header li.hasdrop .hasdrop-hover .cont .hovmenu {
    width: 36.3%;
  }
  .home-header li.hasdrop .hasdrop-hover .cont .hovmenu .c-bigTitle {
    margin: 0;
    font-size: 32px;
    line-height: 1em;
    color: #333;
    padding-bottom: 50px;
    border-bottom: 1px solid #eee;
  }
  .home-header li.hasdrop .hasdrop-hover .cont .hovmenu .li {
    width: 100%;
    height: 60px;
    background-color: #fff;
  }
  .home-header li.hasdrop .hasdrop-hover .cont .hovmenu .li a {
    font-size: 20px;
    color: #666;
  }
  .home-header li.hasdrop .hasdrop-hover .cont .hovmenu .li.active {
    background-color: #f5fbfd;
  }
  .home-header li.hasdrop .hasdrop-hover .cont .hovmenu .li.active a {
    color: #008bd6;
  }
  .home-header li.hasdrop .hasdrop-hover .cont .hovmenu .li a i {
    margin-right: 20px;
  }
  .home-header li.hasdrop .hasdrop-hover .cont .hovcont {
    width: 50%;
  }
  .home-header li.hasdrop .hasdrop-hover .cont .c-hovcont {
    width: 100%;
  }
  .home-header li.hasdrop .hasdrop-hover .cont .hovcont .item {
    padding: 0;
  }
  .home-header li.hasdrop .hasdrop-hover .cont .hovcont .item .list {
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
    margin: 0 0 20px;
  }
  .home-header li.hasdrop .hasdrop-hover .cont .c-hovcont .item .list {
    width: -webkit-calc(25% - 10px);
    width: calc(25% - 10px);
    margin: 0 0 20px;
  }

  .home-header li.hasdrop .hasdrop-hover .cont .hovcont .item.show1 {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .home-header li.hasdrop .hasdrop-hover .cont .hovcont .item .list .img {
    position: relative;
    height: 170px;
    overflow: hidden;
  }
  .home-header li.hasdrop .hasdrop-hover .cont .hovcont .item .list .img img {
    transition: .6s;
  }
  .home-header li.hasdrop .hasdrop-hover .cont .hovcont .item .list:hover .img img {
    transform:scale(1.1,1.1);
    -webkit-transform:scale(1.1,1.1); 
  }
  .home-header li.hasdrop .hasdrop-hover .cont .hovcont .item .list .font {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background: rgba(0,0,0,.3);
  }
  .home-header li.hasdrop .hasdrop-hover .cont .hovcont .item .but {
    display: block;
    width: 100%;
    height: 64px;
    background: #f5f5f5;
    color: #008cd6;
    line-height: 64px;
    transition: .6s;
  }
  .home-header li.hasdrop .hasdrop-hover .cont .c-hovcont .item .but {
    width: -webkit-calc(25% - 10px);
    width: calc(25% - 10px);
    height: 170px;
    line-height: 170px;

  }
  .home-header li.hasdrop .hasdrop-hover .cont .hovcont .item .but:hover {
    color: #fff;
    background: #008cd6;
  }
  .home-header li.hasdrop .hasdrop-hover .cont .hovcont .c-list .c-item {
    margin-bottom: 30px;
  }
  .home-header li.hasdrop .hasdrop-hover .cont .hovcont .c-list .c-item:last-child {
    margin-bottom: 0;
  }
  .home-header li.hasdrop .hasdrop-hover .cont .hovcont .c-list .c-item .c-title{
    margin: 0 0 15px;
    font-size: 18px;
    line-height: 28px;
  }
  .home-header li.hasdrop .hasdrop-hover .cont .hovcont .c-list .c-item .c-email{
    margin-bottom: 5px;
    padding-left: 20px;
    font-size: 14px;
    line-height: 24px;
    color: #666;
    background: url(../images/c-yx.png)no-repeat left top 5px;
    background-size: 14px auto;
  }
  .home-header li.hasdrop .hasdrop-hover .cont .hovcont .c-list .c-item .c-address{
    padding-left: 20px;
    font-size: 14px;
    line-height: 24px;
    color: #666;
    background: url(../images/c-dz.png)no-repeat left top 5px;
    background-size: 14px auto;
  }
}
#c-ishome {
  display: none;
}
@media (max-width: 1500px){
  .home-header li.hasdrop .hasdrop-hover {
    padding: 30px 0;
  }
  .home-header li.hasdrop .hasdrop-hover .cont .hovmenu .c-bigTitle {
    padding-bottom: 30px;
  }
  .home-header li.hasdrop .hasdrop-hover .cont .hovcont .c-list .c-item  {
    margin-bottom: 30px;
  }
}

.news_infoBox_page em {
  width: 60px;
  font-style: normal;
}
.news_infoBox_page>div{
  margin-top: 10px;
  display: flex;
  align-items: flex-start;
}
.news_infoBox_page>div div{
  width: -webkit-calc(100% - 60px);
  width: calc(100% - 60px);
}
.news_infoBox_page a {
  margin-top: 0;
}

@media (max-width: 1600px){
  .home-footer {
    padding-top: 30px;
  }
  .home-footer .logosearch {
    padding-bottom: 30px;
  }
  .home-footer .menulist {
    padding: 30px 0;
  }
  .home-footer .menulist .cont .list .tit {
    margin-bottom: 20px;
  }
  .home-footer .menulist .cont .list .item {
    margin-bottom: 10px;
  }
  .home-section8 .adve .font {
    line-height: 150px;
  }
  .home-section8 .adve {
    height: 150px;
    margin-bottom: 30px;
  }
  .home-section8 {
    padding-bottom: 30px;
  }
  .home-section7 .cont .home-section7-container {
    margin-top: 0;
  }
  .home-section5 .cont {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

#c-go-top {
  display: none;
  position: fixed;
  z-index: 5;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background: #215279 url(../images/totop.png) no-repeat center;
  transition: all .3s linear;
  background-size: 26px;
  border-radius: 50%;
}

/* 分享 */
div.bsLogoLink,#bsBox .bsTop,#bsBox #bsMorePanel {
	width: 100% !important;
}
.bFind-wrapper-top {
	height: 26px !important;
}
#bsBox #bsMorePanel {
	height: 373px !important;
}
.bsPlatDiv {
	height: 312px !important;
}
.bFind {
	width: 204px !important;
}
#bsBox {
  margin-top: -199px;
	height: 398px !important;
	width: 276px !important;
	margin-left: -138px !important;
}
.bsTop {
	width: 208px !important;
}
.bsFrameDiv div {
	width: 208px !important;
  height: 208px !important;
}
.bsFrameDiv img {
	width: 166px !important;
  height: 166px !important;
}

#c-zhanwei {
  height: 90px;
}
@media (max-width: 767px) {
  #c-zhanwei {
    height: 60px;
  }
}

/* 投递简历弹窗 */
#c-fixed-pop {
	display: none;
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
}
#c-fixed-pop form {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 90%;
	max-width: 400px;
	background: #fff;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
#c-fixed-pop form .c-title-box {
	position: relative;
	padding: 0 30px;
	background: #215279;
}
#c-fixed-pop form .c-title-box .c-title {
  margin: 0;
	line-height: 60px;
	font-size: 20px;
	color: #fff;
}
#c-fixed-pop form .c-title-box .c-close {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 5;
	width: 80px;
	height: 60px;
	background: url(../images/close.png) no-repeat center center;
	background-size: 20px auto;
	cursor: pointer;
}
#c-fixed-pop form .c-box {
	padding: 30px;
	font-size: 14px;
}
#c-fixed-pop form input {
	margin-bottom: 30px;
	padding: 0 15px;
	width: 100%;
	height: 50px;
	border: 1px solid #ccc;
}
#c-fixed-pop form button {
	width: 100%;
	height: 50px;
	font-size: 18px;
	background: #215279;
  color: #fff;
  border: 0;
}
#c-fixed-pop form .c-file {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
#c-fixed-pop form .c-file .c-input-box {
	position: relative;
	display: inline-block;
	padding: 9px 15px;
	background: #215279;
}
#c-fixed-pop form .c-file input {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	margin-bottom: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
#c-fixed-pop form .c-file .c-text {
	color: #fff;
	text-align: center;
}
#c-fixed-pop form .c-file .c-text2 {
	padding-left: 15px;
	line-height: 30px;
}
@media (max-width: 767px) {
  #c-fixed-pop form{
    max-width: 375px;
  }
  #c-fixed-pop form .c-title-box {
    padding: 0 20px;
  }
  #c-fixed-pop form .c-title-box .c-title {
    line-height: 50px;
    font-size: 18px;
  }
  #c-fixed-pop form .c-title-box .c-close {
    width: 60px;
    height: 50px;
  }
  #c-fixed-pop form .c-box {
    padding: 20px;
  }
  #c-fixed-pop form input {
    margin-bottom: 20px;
    height: 40px;
  }
  #c-fixed-pop form .c-file {
    margin-bottom: 20px;
  }
  #c-fixed-pop form .c-file .c-input-box {
    padding: 5px 15px;
  }
  #c-fixed-pop form .c-file .c-text2 {
    font-size: 12px;
  }
  #c-fixed-pop form button {
    height: 40px;
  }
}

/* 浮窗 */
.rightfixed{
  position: fixed;
  right: 40px;
  top: 63%;
  z-index: 998;
  display: none;
}
.rightfixed .item{
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #215279;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.rightfixed .item img{
  width: 30px;
  height: auto;
}
.popupsbox {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  display: none;
}
.popupsbox .bag {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.popupsbox .form {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 50px 45px;
  background-color: #fff;
  border: 3px solid #215279;
  margin: 0 auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  border-radius: 8px;
  width: 32%;
}
@media (max-width: 1440px) {
  .popupsbox .form {
    width: 40%;
  }
}
@media (max-width: 1199px) {
  .popupsbox .form {
    width: 50%;
    padding: 40px 35px;
  }
}
@media (max-width: 991px) {
  .popupsbox .form {
    width: 60%;
    padding: 30px 25px;
    border: 2px solid #215279;
  }
}
@media (max-width: 767px) {
  .popupsbox .form {
    width: 90%;
    padding: 20px 15px;
  }
}
.popupsbox .form .shut {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .popupsbox .form .shut {
    width: 15px;
    height: 15px;
  }
}
.popupsbox .form .shut img {
  width: 100%;
}
.popupsbox .form .tit {
  font-size: 30px;
  text-align: center;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .popupsbox .form .tit {
    font-size: 26px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .popupsbox .form .tit {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
.popupsbox .form form {
  width: 100%;
}
.popupsbox .form form .item {
  width: 100%;
  background-color: #f5f5f5;
  border-radius: 3px;
  border: 1px solid #ddd;
  position: relative;
  margin-bottom: 20px;
}
.popupsbox .form form .item .hover1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.popupsbox .form form .item .hover1 span {
  color: #ff1f1f;
}
.popupsbox .form form .item .hover1,
.popupsbox .form form .item input {
  padding: 15px 20px;
  width: 100%;
  background: transparent;
  border: 0;
  border: 1px solid #eee;
}
.popupsbox .form form .item input:focus {
  border: 1px solid #eee;
}
@media (max-width: 767px) {
  .popupsbox .form form .item .hover1,
  .popupsbox .form form .item input {
    padding: 15px 15px;
  }
}
.popupsbox .form form .item input {
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .popupsbox .form form .item {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .popupsbox .form form .item {
    margin-bottom: 10px;
  }
}
.popupsbox .form form button {
  width: 100%;
  background-color: #215279;
  color: #fff;
  border-radius: 3px;
  padding: 23px 20px;
  border: none;
  outline: none;
  font-size: 16px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .popupsbox .form form button {
    padding: 18px 15px;
  }
}
@media (max-width:767px) {
  .rightfixed{
      right: 8px;
  }
  .rightfixed .item{
      width: 40px;
      height: 40px;
      margin-bottom: 15px;
  }
  .rightfixed .item img{
      width: 22px;
  }
}
.basefont36 {
  font-size: 40px;
	margin-bottom: 60px;
	font-weight: bold;
	text-align: center;
}
.f_wodejut{
	width: 50%;
}
.f_wodejut .c-banner3{
	display: none;
	max-width: 100%;
	flex: 0 0 100%;
	height: 100%;
	max-height: 100%;
}
.f_wodejut .c-banner3.active1{
	display: block;
}
.f_wodecolor i{
	cursor: pointer;
}
@media (max-width: 1440px) {
  .basefont36 {
    font-size: 34px;
  }
}
@media (max-width: 1000px) {
  .basefont36 {
    font-size: 30px;
		margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
	.f_wodejut{
		width: 100%;
	}
}
@media (max-width:640px) {
  .basefont36 {
    font-size: 24px;
		margin-bottom: 26px;
  }
}



.orderbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
	display: none;
  z-index: 999;
  height: 100%;
}
.orderbox .cox{
	position: absolute;
	top: 14px;
	right:14px;
	width: 16px;
}
.orderbox .cox img{
	width: 100%;
}
.orderbox .bag {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.orderbox .jut {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  max-width: 970px;
  background-color: #fff;
  border: 3px solid #215279;
  padding: 40px 60px;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .orderbox .jut {
    padding: 30px 20px;
  }
}
@media (max-width: 575px) {
  .orderbox .jut {
    padding: 26px 16px;
  }
}
.orderbox .jut .tit {
  margin-bottom: 50px;
}
@media (max-width: 1500px) {
  .orderbox .jut .tit {
    margin-bottom: 30px;
  }
}
.orderbox .jut .tit span {
  font-size: 18px;
  color: #333;
  line-height: 1;
  margin-bottom: 10px;
  display: block;
}
@media (max-width: 767px) {
  .orderbox .jut .tit span {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .orderbox .jut .tit span {
    font-size: 14px;
  }
}
.orderbox .jut .tit .text {
  display: block;
  font-weight: bold;
  font-size: 30px;
}
@media (max-width: 767px) {
  .orderbox .jut .tit .text {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .orderbox .jut .tit .text {
    font-size: 20px;
  }
}
.orderbox .jut .tit .text strong {
  color: #215279;
}
.orderbox .form {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.orderbox .form .item {
  display: flex;
  width: 46%;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .orderbox .form .item {
    margin-bottom: 10px;
  }
}
.orderbox .form .item span {
  font-size: 16px;
  color: #666;
  width: 82px;
  flex-shrink: 0;
  display: block;
  margin-top: 7px;
}
@media (max-width: 767px) {
  .orderbox .form .item span {
    display: none;
  }
}
.orderbox .form .item .int {
  position: relative;
  z-index: 2;
  width: calc(100% - 80px);
}
.orderbox .form .item .hover {
  position: absolute;
  display: flex;
  align-items: center;
  top: 0;
  left: 82px;
  overflow: hidden;
  white-space: nowrap;
  line-height: 1;
}
@media (max-width: 767px) {
  .orderbox .form .item .hover {
    left: 0;
  }
}
.orderbox .form .item .hover i {
  color: red;
  font-style: normal;
}
.orderbox {
  display: none;
}
.orderbox .form .item .int {
  width: 100%;
  height: 40px;
}
.orderbox .form .item .hover,
.orderbox .form .item input,
.orderbox .form .item textarea,
.orderbox .form .item select {
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #666;
  padding: 15px;
}
.orderbox .form .item input,
.orderbox .form .item textarea,
.orderbox .form .item select {
  background-color: transparent;
  outline: none;
  border: 1px solid #ddd;
  border-radius: 6px;
  resize: none;
}
.orderbox .form .item input {
  border: 1px solid #eee;
}
.orderbox .form .item select {
  padding: 0;
  padding-left: 20px;
}
.orderbox .form .itext {
  display: flex;
}
.orderbox .form .itext .int {
  display: flex;
  align-items: center;
}
.orderbox .form .itext .int input {
  width: 80px;
  margin: 0 10px;
}
.orderbox .form .itext .int .jia,
.orderbox .form .itext .int .jian {
  display: block;
  font-size: 20px;
}
.orderbox .form .textarea {
  width: 100%;
  order: none;
  margin-bottom: 5px;
}
.orderbox .form .textarea .hover {
  display: block;
  line-height: 1;
}
@media (max-width: 767px) {
  .orderbox .form .textarea .hover {
    line-height: 1.5;
  }
}
.orderbox .form .textarea .int {
  height: 100px;
}
@media (max-width: 767px) {
  .orderbox .form .textarea .int {
    height: 60px;
  }
}
.orderbox .form p {
  margin-left: 82px;
  width: 100%;
	font-size: 14px;
	color: #666;
}
@media (max-width: 767px) {
  .orderbox .form p {
    margin-left: 0;
  }
}
.orderbox .form .but {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .orderbox .form .but {
    margin-top: 30px;
  }
}
.orderbox .form .but button {
  border: none;
  outline: none;
  width: 140px;
  height: 40px;
  border: 1px solid #ddd;
  margin: 0 10px;
  background-color: #F5F5F5;
  font-size: 16px;
}
.orderbox .form .but button:nth-child(1) {
  background-color: #215279;
  color: #fff;
  border-radius: 3px;
  border: none;
  outline: none;
  cursor: pointer;
}
.orderbox .sbumit_chen {
  position: absolute;
}
@media (max-width: 767px) {
  .orderbox .form .item {
    width: 100%;
  }
}
.f_wodebut1{
		width: 120px;
		height: 40px;
		/* margin-top: 10px; */
		border: 2px solid #215279;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 18px;
		color: #215279;
	}
	.product-content .products-list .item h4{
		border-bottom: none;
	}
	
.returnbox{
	width: 100%;
	display: flex;
	margin-bottom: 10px;
	justify-content: flex-end;
	font-size: 16px;
	align-items: center;
}
.returnbox span{
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.returnbox img{
	width: 22px;
	margin-top: -2px;
	margin-right: 10px;
}
.home-header .nav.navbar-nav > li.gou{
	padding-top: 32px;
}
@media (max-width: 1199px) {
	.home-header .nav.navbar-nav > li.gou{
		display: none;
	}
}
@media (max-width: 767px) {
	.home-header .nav.navbar-nav > li.gou{
		display: block;
	}
}
.home-header .nav.navbar-nav > li > a.f_navbut{
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px!important;
}
.home-header-hover .nav.navbar-nav > li > a.f_navbut{
	background-color: #215279;
	color: #fff!important;
	
}
.home-header-hover .nav.navbar-nav > li > a.f_navbut i img:nth-child(1){
	display: block;
}
.home-header-hover .nav.navbar-nav > li > a.f_navbut i img:nth-child(2){
	display: none;
}
.f_navbut{
/* 	width: 120px;
	height: 35px; */
	padding: 0;
	display: flex;
	border-radius: 22px;
	font-size: 18px;
	color: #fff;
	border: 1px solid #fff;
	align-items: center;
	width: 110px;
	height: 28px;
}
.f_navbut i{
    display: block;
    width: 18px;
    overflow: hidden;
    margin-right: 6px;
}
.f_navbut span {
    font-size: 14px;
}
.f_navbut i img{
	width: 100%;
	float: left;
}
.f_navbut i img:nth-child(2){
	display: none;
}
.tanbox{
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 3;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 16px 50px;
	background-color: #fff;
	border: 2px solid #ddd;
	text-align: center;
	display: none;
	width: 100%;
	max-width: 500px;
}

.tanbox img{
	width: 170px;
}
@media (max-width: 767px) {
	.tanbox img{
		width: 120px;
	}
}
.tanbox p{
	font-size: 18px;
}
.tanbox .f_tit{
	font-weight: bold;
	margin: 40px 0;
	font-size: 26px;
}
@media (max-width: 767px) {
	.tanbox .f_tit{
		font-weight: bold;
		margin: 20px 0;
		font-size: 26px;
	}
}

/* 网站地图 */
/* 文本编辑详情页 */
.make-text {
  line-height: 1.2;
  color: #333333;
}
.make-text img {
  max-width: 100%;
  display: block;
}
.make-text p,
.make-text span {
  line-height: 30px;
  color: #666;
  font-size: 16px!important;
}
@media (max-width: 1500px) {
  .make-text p,
  .make-text span {
    font-size: 14px!important;
  }
}
/* End */
.basefont40 {
  font-size: 40px;
}
@media (max-width: 1500px) {
  .basefont40 {
    font-size: 30px;
  }
}
@media (max-width: 1366px) {
  .basefont40 {
    font-size: 28px;
  }
}
.basefont24 {
  font-size: 24px;
}
@media (max-width: 1500px) {
  .basefont24 {
    font-size: 20px;
  }
}
.base100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1500px) {
  .base100 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 1199px) {
  .base100 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.sitemapbox {
  background-color: #fff;
}
.sitemapbox .cont {
  background-color: #F5F5F5;
  width: 100%;
  padding: 70px 100px 80px ;
}
@media (max-width: 1500px) {
  .sitemapbox .cont {
    padding: 60px 80px 70px ;
  }
}
@media (max-width: 1199px) {
  .sitemapbox .cont {
    padding: 50px 60px 60px ;
  }
}
@media (max-width: 767px) {
  .sitemapbox .cont {
    padding: 40px 20px 50px;
  }
}
@media (max-width: 575px) {
  .sitemapbox .cont {
    padding-left: 14px;
    padding-right: 14px;
  }
}
.sitemapbox .cont .tit {
  font-size: 40px;
  text-align: center;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 60px;
}
@media (max-width: 1500px) {
  .sitemapbox .cont .tit {
    font-size: 30px;
  }
}
@media (max-width: 1366px) {
  .sitemapbox .cont .tit {
    font-size: 28px;
  }
}
@media (max-width: 1500px) {
  .sitemapbox .cont .tit {
    margin-bottom: 30px;
  }
}
.sitemapbox .cont .f_jut {
  width: 100%;
}
.sitemapbox .cont .f_jut .item {
  padding-bottom: 31px;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 50px;
}
@media (max-width: 1500px) {
  .sitemapbox .cont .f_jut .item {
    padding-bottom: 21px;
    margin-bottom: 30px;
  }
}
.sitemapbox .cont .f_jut .item:last-child {
  margin-bottom: 0;
}
.sitemapbox .cont .f_jut .item .f_tit {
  display: flex;
  align-items: center;
  margin-bottom: 28px;
}
@media (max-width: 1500px) {
  .sitemapbox .cont .f_jut .item .f_tit {
    margin-bottom: 22px;
  }
}
.sitemapbox .cont .f_jut .item .f_tit a {
  font-size: 24px;
  line-height: 1;
}
@media (max-width: 1500px) {
  .sitemapbox .cont .f_jut .item .f_tit a {
    font-size: 20px;
  }
}
.sitemapbox .cont .f_jut .item .f_tit i {
  display: block;
  width: 20px;
  margin-left: 14px;
}
@media (max-width: 1500px) {
  .sitemapbox .cont .f_jut .item .f_tit i {
    width: 18px;
    margin-left: 12px;
  }
}
.sitemapbox .cont .f_jut .item .f_tit i img {
  width: 100%;
}
.sitemapbox .cont .f_jut .item .f_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.sitemapbox .cont .f_jut .item .f_list a {
  display: block;
  margin-bottom: 20px;
  width: 16.666%;
  padding-right: 10px;
  overflow: hidden;
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (max-width: 1500px) {
  .sitemapbox .cont .f_jut .item .f_list a {
    width: 25%;
  }
}
@media (max-width: 1199px) {
  .sitemapbox .cont .f_jut .item .f_list a {
    margin-bottom: 14px;
  }
}
@media (max-width: 991px) {
  .sitemapbox .cont .f_jut .item .f_list a {
    width: 20%;
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .sitemapbox .cont .f_jut .item .f_list a {
    width: 33.333%;
  }
}
@media (max-width: 575px) {
  .sitemapbox .cont .f_jut .item .f_list a {
    width: 50%;
  }
}
.sitemapbox .cont .f_jut .item .f_list a:hover {
  color: #215279;
}
/* End */
/* 条款细则 */
.termsbox {
  width: 100%;
  background-color: #fff;
  padding-top: 50px;
}
.termsbox .cont {
  background: #f5f5f5;
  padding: 70px 50px 80px 100px;
}
@media (max-width: 1500px) {
  .termsbox .cont {
    padding: 60px 30px 70px 80px;
  }
}
@media (max-width: 1199px) {
  .termsbox .cont {
    padding: 50px 30px 60px 60px;
  }
}
@media (max-width: 767px) {
  .termsbox .cont {
    padding: 40px 20px 50px 20px;
  }
}
@media (max-width: 575px) {
  .termsbox .cont {
    padding-left: 14px;
    padding-right: 10px;
  }
}
.termsbox .cont .tit {
  font-size: 40px;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 90px;
}
@media (max-width: 1500px) {
  .termsbox .cont .tit {
    font-size: 30px;
  }
}
@media (max-width: 1366px) {
  .termsbox .cont .tit {
    font-size: 28px;
  }
}
@media (max-width: 1500px) {
  .termsbox .cont .tit {
    margin-bottom: 60px;
  }
}
@media (max-width: 1199px) {
  .termsbox .cont .tit {
    margin-bottom: 30px;
  }
}
.termsbox .cont .text {
  max-height: 700px;
  overflow: auto;
  padding-right: 70px;
}
@media (max-width: 1500px) {
  .termsbox .cont .text {
    padding-right: 50px;
    max-height: 600px;
  }
}
@media (max-width: 1199px) {
  .termsbox .cont .text {
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .termsbox .cont .text {
    padding-right: 20px;
  }
}
@media (max-width: 575px) {
  .termsbox .cont .text {
    padding-right: 4px;
  }
}
.termsbox .cont .text::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 4px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
.termsbox .cont .text::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #215279;
}
.termsbox .cont .text::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow: #f5f5f5;
  border-radius: 10px;
  background: #ededed;
}
/* End */
