/* General body settings */
@font-face {
  font-family: 'PingFang';
  src: url('https://cdn.oss.bon-top.cn/btweb/assets/pingfang_medium.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'DINCOROS';
  src: url('https://cdn.oss.bon-top.cn/btweb/assets/DINCOROS-Black-2.ttf');
  font-weight: normal;
  font-style: normal;
}

body {
  color: #333333;
  direction: ltr;
  /* font: 400 14px/1.4 "PingFang","pingfang SC","PingFang SC-Heavy","helvetica neue",arial,"hiragino sans gb","microsoft yahei ui","microsoft yahei","simsun",sans-seriff; */
  font: 400 14px/1.4 "PingFang", "pingfang SC", "PingFang SC-Heavy", "helvetica neue", arial, "hiragino sans gb", "microsoft yahei ui", "microsoft yahei", "simsun", sans-serif;
  /* font-family: pingfang SC,PingFang SC-Heavy,helvetica neue,arial,hiragino sans gb,microsoft yahei ui,microsoft yahei,simsun,sans-serif!important; */
  background: #fff;
}

.dn {
  display: none !important;
}

/* h1-h6 */
.content h1,
.content h2 {
  font: 800 40px "PingFang", "pingfang SC", "PingFang SC-Heavy", "helvetica neue", arial, "hiragino sans gb", "microsoft yahei ui", "microsoft yahei", "simsun", sans-serif;
  margin: 0 0 5px;
  text-transform: uppercase;
  text-align: center;
}

/* .content h1:after, .content h2:after {
  z-index: 2; 
  content: " "; 
  display: block;
  padding-top: 7px;
  border-bottom: 2px solid #b7bbbf;
  width: 73px;
  margin: 0 auto;
} */
.content h3,
.content h4,
.content h5,
.content h6 {
  font: 400 18px "PingFang", "pingfang SC", "PingFang SC-Heavy", "helvetica neue", arial, "hiragino sans gb", "microsoft yahei ui", "microsoft yahei", "simsun", sans-seriff;
  padding: 0;
  margin: 0;
}

.content h1 strong,
.content h2 strong,
.content h3 strong,
.content h4 strong {
  color: #F36B3D;
  font-weight: 600;
}

.content h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 7px;
}

.content h4 {
  font-size: 18px;
  color: #999999;
}

.content h5 {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 5px;
  padding-top: 5px;
}

.content h6 {
  font-size: 15px;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 5px;
  padding-top: 5px;
}

.h-gray {
  opacity: 0.7;
}

/* links styles */
a,
a:focus,
a:hover,
a:active {
  color: #e6400c;
  outline: 0;
  text-decoration: none;
}

a:hover {
  color: #e6400c;
  text-decoration: underline;
}

/* Global classes */
::-moz-selection {
  color: #fff;
  background: #e6400c;
}

::selection {
  color: #fff;
  background: #e6400c;
}

.min-hight500 {
  min-height: 500px;
}

.lead {
  font: 400 17px "Open Sans", sans-serif;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
}

*html .clearfix {
  zoom: 1;
}

*+html .clearfix {
  zoom: 1;
}

.clear {
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

.block-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.content-center {
  text-align: center;
}

.border-bottom-silver {
  border-bottom: solid 1px #b7bbbf;
}

.more-li-space li {
  margin-bottom: 3px;
}

.no-padding {
  padding: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.no-bottom-padding {
  padding-bottom: 0 !important;
}

.no-bottom-space {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.no-top-padding {
  padding-top: 0 !important;
}

.no-top-space {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.no-space {
  margin: 0 !important;
  padding: 0 !important;
}

.no-text-shadow {
  text-shadow: none;
}

.padding-top-5 {
  padding-top: 5px !important;
}

.padding-top-10 {
  padding-top: 10px !important;
}

.padding-top-15 {
  padding-top: 15px !important;
}

.padding-top-20 {
  padding-top: 20px !important;
}

.padding-top-25 {
  padding-top: 25px !important;
}

.padding-top-30 {
  padding-top: 30px !important;
}

.padding-top-35 {
  padding-top: 35px !important;
}

.padding-top-40 {
  padding-top: 40px !important;
}

.padding-top-45 {
  padding-top: 45px !important;
}

.padding-top-50 {
  padding-top: 50px !important;
}

.padding-top-60 {
  padding-top: 60px !important;
}

.padding-top-70 {
  padding-top: 70px !important;
}

.padding-top-80 {
  padding-top: 80px !important;
}

.margin-bottom-0 {
  margin-bottom: 0 !important;
}

.margin-bottom-5 {
  margin-bottom: 5px !important;
}

.margin-bottom-10 {
  margin-bottom: 10px !important;
}

.margin-bottom-15 {
  margin-bottom: 15px !important;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.margin-bottom-25 {
  margin-bottom: 25px !important;
}

.margin-bottom-30 {
  margin-bottom: 30px !important;
}

.margin-bottom-35 {
  margin-bottom: 35px !important;
}

.margin-bottom-40 {
  margin-bottom: 40px !important;
}

.margin-bottom-45 {
  margin-bottom: 45px !important;
}

.margin-bottom-50 {
  margin-bottom: 50px !important;
}

.margin-bottom-60 {
  margin-bottom: 60px !important;
}

.margin-bottom-65 {
  margin-bottom: 65px !important;
}

.margin-bottom-70 {
  margin-bottom: 70px !important;
}

.margin-bottom-80 {
  margin-bottom: 80px !important;
}

.margin-bottom-90 {
  margin-bottom: 90px !important;
}

.margin-bottom-100 {
  margin-bottom: 100px !important;
}

.margin-top-10 {
  margin-top: 10px !important;
}

.margin-left-0 {
  margin-left: 0 !important;
}

.margin-right-0 {
  margin-right: 0 !important;
}

.margin-right-20 {
  margin-right: 20px !important;
}

.margin-left-20 {
  margin-left: 20px !important;
}

.padding-left-0 {
  padding-left: 0 !important;
}

.padding-right-0 {
  padding-right: 0 !important;
}

.padding-right-30 {
  padding-right: 30px !important;
}

.padding-bottom-40 {
  padding-bottom: 40px !important;
}

.btn {
  padding: 7px 14px;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 0;
}

.btn-primary {
  border: none;
  background: #e94d1c;
  color: #fff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  color: #fff;
  background: #cc3304;
  border: none;
}

.content-page .btn-primary,
.content-page .btn-primary:hover {
  color: #fff;
  margin-left: 0 !important;
}

.btn-default {
  border: 1px solid #EDEDED;
  color: #A8AEB3;
  background: transparent;
  padding: 6px 13px;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active {
  border: 1px solid #A8AEB3;
  color: #fff;
  background: #A8AEB3;
  padding: 6px 13px;
}

/*  media */
.embed-container {
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;

}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* panels style */
/*.panel-default {
  border-color: #ecf0f1;
}
.panel-default > .panel-heading {
  background: #ecf0f1;
  border-color: #ecf0f1;
  color: #333;  
}
.panel-default > .panel-heading h4 {
  font: 300 16px "Open Sans", sans-serif;
  padding: 0;
  margin-bottom: 0;
}
.panel-default > .panel-heading a {
  text-decoration: none;
  color: inherit;
}
.panel-default > .panel-heading a:active,
.panel-default > .panel-heading a:focus {
  color: inherit;
}*/

/* Header and header elements */

.header {
  position: absolute;
  top: auto;
  bottom: 0;
  left: auto;
  right: auto;
  z-index: 9;
  width: 100%;
  min-height: 100px;
  padding: 0;
  background: #FFFFFF;
  z-index: 9999;
}

.menu-always-on-top .header {
  background: #fff;
  top: 0;
  bottom: auto;
  position: fixed;
}

.ie8 .header {
  background: #fff !important;
}

.ie8 .header.fixNav {
  border-bottom: solid 1px #ddd;
}

/* header at the top */
.header-top {
  top: 0;
  bottom: auto;
  background: rgba(255, 255, 255, 1);
}

/* header on the second screen */
.header-second-screen {
  bottom: -63px;
  /* 61px – header height */
}

.header.fixNav {
  /*  position: fixed;
  top: 0;
  bottom: auto;
  background: rgba(255,255,255,0.95); */
}

.site-logo {
  float: left;
  padding-top: 12px;
  text-align: center;
}

.site-logo img {
  height: 48px;
}

.site-logo .txt {
  font-size: 14px;
  color: #474645;
  margin-top: 8px;
}

.header .menu {
  display: none;
}

.header .mobi-toggler {
  float: right;
  color: #D8D8D8;
  border: 1px solid #D8D8D8;
  border-radius: 100% !important;
  width: 32px;
  height: 32px;
  display: none;
  margin: 15px 15px 0;
  position: relative;
  background: url(../img/toggler.png) no-repeat 6px 8px;
}

.header .mobi-toggler i {
  display: none;
}

.header .mobi-toggler:hover {
  background: #e34f00 url(../img/toggler.png) no-repeat 6px -28px;
  border-color: #e34f00;
  color: #fff;
}

.header-navigation {
  float: right;
  list-style: none;
  padding: 38px 0 0;
  margin: 0;
  font: 400 18px "PingFang", "pingfang SC", "PingFang SC-Heavy", "helvetica neue", arial, "hiragino sans gb", "microsoft yahei ui", "microsoft yahei", "simsun", sans-serif;
  text-transform: uppercase;
}

.header-navigation li {
  float: left;
  padding: 0;
  margin: 0 0 0 60px;
}

.header-navigation a {
  display: block;
  font-size: 18px;
  color: #333333;
}

.header-navigation a .vector-svg {
  fill: #333333;
}

.header-navigation a:hover,
.header-navigation li.current a {
  color: #F36B3D;
  font-weight: 500;
}

.header-navigation a:hover .vector-svg,
.header-navigation li.current a .vector-svg {
  fill: #F36B3D
}

.header-navigation .about-a {
  display: relative;
}

.header-navigation .about-a .menu-list {
  position: absolute;
  top: 70px;
  width: 100px;
  background: #FFFFFF;
  box-shadow: 0 0 30px 1px rgba(0, 0, 0, 0.06);
  border-radius: 10px !important;
  overflow: hidden;
}

.header-navigation .about-a .menu-item {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  font-size: 16px;
  color: #666666;
  border-top: 1px solid #F1F1F1;
}

.header-navigation .about-a .menu-item:first-child {
  border-top: none;
}


.header a:hover {
  text-decoration: none;
}

.qrbox-margin {
  margin-left: 188px !important;
}

.head-qrbox {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  top: -23px;
}

.head-qrbox .qr-target {
  display: flex;
  align-items: center;
  height: 48px;
  background: #F1F1F1;
  border-radius: 100px !important;
  width: fit-content;
  padding: 8px;
}

.head-qrbox .qr-target img {
  width: 32px;
  height: 32px;
  margin-right: 8px;
}

.head-qrbox .qr-target .txt {
  font-size: 18px;
  color: #333333;
}

.head-qrbox .show-box {
  display: flex;
  align-items: center;
  margin-top: 5px;
  cursor: pointer;
  position: relative;
}

.head-qrbox .show-box .icon1 {
  width: 12px;
  height: 12px;
  margin-right: 6px;
}

.head-qrbox .show-box .txt {
  font-size: 14px;
  color: #666666;
}

.head-qrbox .show-box .icon2 {
  width: 20px;
  height: 20px;
  margin-left: 8px;
}

.head-qrbox .qr-mask {
  display: none;
}

.head-qrbox .qr-mask img {
  width: 120px;
  height: 120px;
  border-radius: 8px !important;
}

.head-qrbox .qr-mask .txt1 {
  margin-top: 8px;
  font-size: 14px;
  color: #666666;
}

.head-qrbox .qr-mask .txt2 {
  margin-top: 4px;
  font-size: 14px;
  color: #333333;
}

.head-qrbox .show-box:hover .qr-mask {
  position: absolute;
  top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 152px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 12px !important;
  border: 1px solid #F1F1F1;
  padding: 8px 0;
}

.carousel-slider .promo-like-text {
  width: 666px;
}


.head-height {
  height: 100px;
}

.banner-box {
  width: 100%;
  /* height: 1080px; */
  position: relative;
}

.banner-box .swiper-slide {
  width: 100%;
  height: 100%;
  min-height: 680px;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  position: relative;
}

.banner-box .swiper-slide.carousel-item-one {
  background: url(../../../assets/onepage/img/slider/slide1.jpg);
}

.banner-box .swiper-slide.carousel-item-two {
  background: url(../../../assets/onepage/img/slider/slide2.jpg);
}

.banner-box .promo-like {
  position: relative;
  top: -16px;
  width: 152px;
  height: 152px;
  display: inline-block;
  font-size: 80px;
  line-height: 1;
  color: #fff;
  background: rgba(51, 51, 51, .9);
  margin-right: 30px;
  padding: 28px;
}

.banner-box .promo-like-text {
  color: #fff;
  text-align: left;
  display: inline-block;
  font: 400 18px/1.4 "PingFang", "pingfang SC", "PingFang SC-Heavy", "helvetica neue", arial, "hiragino sans gb", "microsoft yahei ui", "microsoft yahei", "simsun", sans-serif;
  background: rgba(51, 51, 51, .9);
  padding: 20px;
  min-height: 152px;
}

.banner-box .promo-like-text h2 {
  font: 400 30px/30px "PingFang SC-Heavy", "helvetica neue", arial, "hiragino sans gb", "microsoft yahei ui", "microsoft yahei", "simsun", sans-serif;
  margin: 0 0 8px;
}

.banner-box .promo-like-text h2 span {
  color: #F36B3D;
}

.banner-box .promo-like-text p {
  margin-top: 19px;
}

.banner-box .promo-like-text {
  width: 666px;
}

.banner-box .banner-page-box {
  /*	width: 100%;
	height: 100%;*/
  z-index: 3;
  left: 0;
  position: absolute;
  bottom: 100px;
  width: 100%;
  height: 20px;
}

.banner-box .banner-pagination-main {
  position: absolute;
  height: 20px;
  width: 100%;
  bottom: 0;
}

.banner-box .banner-page-box .banner-pagination {
  /* 	z-index: 4;
	bottom:40px;
	left: 0;
	position: absolute; */
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}

.banner-box .banner-page-box .swiper-pagination-bullet {
  width: 50px;
  height: 4px;
  background: #D1D1D1;
}

.banner-box .banner-page-box .swiper-pagination-bullet-active {
  width: 50px;
  height: 10px;
  background: #F36B3D;
}


.banner-box .swiper-slide .bg {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.banner-box .swiper-slide .bg img {
  height: 100%;
  width: auto;
}

.banner-box .banner-btn {
  position: relative;
  height: 100%;
  z-index: 2;
}

.banner-box .banner-btn .btn1 {
  width: 175px;
  height: 62px;
  background: #483C00;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  bottom: 180px;
  z-index: 2;
  font-size: 25px;
  color: #FFFFFF;
}

.banner-box .banner-btn .btn1.active {
  background: #FFE672;
  border: 2px solid #333333;
  color: #333333;
}

.banner-box .banner-btn .btn2 {
  width: 175px;
  height: 62px;
  border: 1px solid #483C00;
  position: absolute;
  left: 9px;
  bottom: 170px;
  z-index: 1;
}


/* Promo block */
.promo-block {
  overflow-x: hidden;
}

/* Intro block */
.intro-list {
  text-align: left;
  top: -340px;
  position: absolute;
  z-index: 1;
  width: 100%;
}

.intro-list .intro-item:nth-child(1) {
  background-image: url(https://cdn.oss.bon-top.cn/btweb/assets/images/intro-bg-2.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
  min-height: 288px;
  padding: 40px 0 0 40px;
  width: calc(50% - 33px);
}

.intro-list .intro-item:nth-child(2) {
  background-image: url(https://cdn.oss.bon-top.cn/btweb/assets/images/intro-bg-1.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
  min-height: 288px;
  padding: 40px 0 0 40px;
  width: calc(50% - 33px);
  margin-left: 66px;
}

.intro-list .intro-item .txt {
  font-weight: 600;
  font-size: 24px;
  color: #333333;
}

.intro-list .intro-item .wap-txt {
  display: none;
}

.intro-list .intro-item .txt span {
  font-weight: 400;
  font-size: 20px;
  color: #666666;
}

.intro-list .intro-item .des {
  width: 444px;
  margin-top: 16px;
  font-size: 14px;
  color: #333333;
}

.intro-list .intro-item .m {
  display: flex;
  align-items: center;
  margin-top: 16px;
}

.intro-list .intro-item .m .l {
  display: flex;
  align-items: center;
  margin-right: 40px;
}

.intro-list .intro-item .m .l .to-url {
  background: #F36B3D;
  padding: 13px 32px;
  margin-right: 12px;
  font-weight: 500;
  font-size: 14px;
  color: #FFFFFF;
  cursor: pointer;
}

.intro-list .intro-item .m .l .icon1 {
  width: 14px;
  height: 14px;
  margin-right: 3px;
}

.intro-list .intro-item .m .l .txt-des {
  font-size: 14px;
  color: #999999;
}

.intro-list .intro-item .m .r {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}

.intro-list .intro-item .m .r .icon1 {
  width: 12px;
  margin-right: 6px;
}

.intro-list .intro-item .m .r .txt-des {
  font-size: 14px;
  color: #F36B3D;
}

.intro-list .intro-item .m .r .icon2 {
  width: 20px;
  height: 20px;
  margin-left: 8px;
}

.intro-list .intro-item .m .r .qr-mask {
  display: none;
}

.intro-list .intro-item .m .r .qr-mask img {
  width: 120px;
  height: 120px;
  border-radius: 8px !important;
}

.intro-list .intro-item .m .r .qr-mask .txt1 {
  margin-top: 8px;
  font-size: 14px;
  color: #666666;
}

.intro-list .intro-item .m .r .qr-mask .txt2 {
  margin-top: 4px;
  font-size: 14px;
  color: #333333;
}

.intro-list .intro-item .m .r:hover .qr-mask {
  position: absolute;
  top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 152px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 12px !important;
  border: 1px solid #F1F1F1;
  padding: 8px 0;
}


/* News block */
.news-block {
  position: relative;
  min-height: 1079px;
  height: auto;
  padding: 259px 0 100px;
  /* margin-top: -45px; */
  z-index: 0;
  /* background: #292F34 url(../../images/quote.png) no-repeat fixed; */
  /* background-image: url(https://cdn.oss.bon-top.cn/btweb/assets/images/news-bg.png); */
  background: #F8F8F8 url(https://cdn.oss.bon-top.cn/btweb/assets/images/news-bg.png) no-repeat;
  /* background-size: 100% 100%; */
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  z-index: 2;
}

.news-block .cate-list {
  display: flex;
  align-items: center;
  margin-top: 12px;
  flex-wrap: wrap;
}

.news-block .cate-list .cate-item {
  margin-top: 12px;
  font-size: 18px;
  color: #666666;
  padding: 10px 20px;
  min-width: 112px;
  cursor: pointer;
}

.news-block .cate-list .cate-item.active {
  background: #F36B3D;
  color: #FFFFFF;
}

.news-block .empty {
  height: 400px;
  line-height: 400px;
  font-size: 18px;
  color: #666666;
  text-align: center;
}

.news-block .news-main {
  text-align: left;
  margin-top: 48px;
}

.news-block .news-main a:hover {
  text-decoration: none;
}

.news-block .signle-news .img {
  width: 100%;
  /* height: 236px; */
  aspect-ratio: 16 / 9;
  position: relative;
  background-position: center top;
  /* background-size: 100% auto; */
  background-size: cover;
  background-repeat: no-repeat;

}

.news-block .signle-news .img .time {
  position: absolute;
  top: 16px;
  left: 16px;
  background: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  color: #FFFFFF;
  padding: 8px;
}

.news-block .signle-news .news-title {
  margin-top: 18px;
  font-weight: 500;
  font-size: 18px;
  color: #333333;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-block .signle-news .news-des {
  margin-top: 8px;
  font-size: 14px;
  color: #666666;
}

.news-block .news-item {
  display: flex;
  margin-top: 24px;
  align-items: flex-start;
}

.te-3 {
  display: -webkit-box !important;
  /* 强制覆盖flex布局‌:ml-citation{ref="3,8" data="citationList"} */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  /* 显示行数 */
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 5em;
  /* 根据行高计算（1.5em*2行）‌:ml-citation{ref="8" data="citationList"} */
  line-height: 1.5em;
  /* 确保高度计算准确‌:ml-citation{ref="3,8" data="citationList"} */

}

.te-2 {
  display: -webkit-box !important;
  /* 强制覆盖flex布局‌:ml-citation{ref="3,8" data="citationList"} */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 显示行数 */
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 3em;
  /* 根据行高计算（1.5em*2行）‌:ml-citation{ref="8" data="citationList"} */
  line-height: 1.5em;
  /* 确保高度计算准确‌:ml-citation{ref="3,8" data="citationList"} */

}

.news-block .news-list .news-item:first-child {
  margin-top: 0;
}

.news-block .news-item .img {
  width: 35%;
  flex-shrink: 0;
  /* height: 135px; */
  aspect-ratio: 16 / 9;
  margin-right: 8px;
  position: relative;
  background-position: center top;
  background-size: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  /* 关键：等比缩放，覆盖整个容器 */
  background-position: center;
  /* 居中显示，避免偏移 */
  background-repeat: no-repeat;
  /* 防止重复 */
  /* border: 1px solid #000; */
}

.news-block .news-item .img .time {
  position: absolute;
  top: 16px;
  left: 16px;
  background: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  color: #FFFFFF;
  padding: 6px 8px;
}

.news-block .news-item .news-title {
  font-weight: 500;
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-block .news-item:nth-child(1) .news-title{
	-webkit-line-clamp: 2;
}

.news-block .news-item .news-des {
  margin-top: 4px;
  font-size: 14px;
  color: #666666;
}

.news-block .news-item .date {
  margin-right: 16px;
}

.news-block .news-item .date .day {
  font-family: DINCOROS, DIN COROS, DIN COROS;
  font-weight: 900;
  font-size: 22px;
  color: #F36B3D;
}

.news-block .news-item .date .year {
  font-family: PingFang, PingFang SC, PingFang SC;
  background: #F36B3D;
  padding: 1px 4px;
  font-weight: 500;
  font-size: 10px;
  color: #FFFFFF;
  width: fit-content;
  letter-spacing: 1px;
}

.news-block .news-more-btn {
  width: 140px;
  height: 48px;
  border-radius: 4px;
  border: 1px solid #F36B3D;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 60px auto 0;
  cursor: pointer;
}

.news-block .news-more-btn .txt {
  font-size: 18px;
  color: #F36B3D;
}

.news-block .news-more-btn .icon {
  width: 14px;
  margin-left: 8px;
  transform: rotate(270deg);
}

/* About- block */
.about-block {
  padding-top: 100px;
  background: #FFFFFF url(https://cdn.oss.bon-top.cn/btweb/assets/images/about-bg.png) no-repeat;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  /* background-size: 100% auto; */
  background-size: cover;
  background-position: center center;
  min-height: 532px;
}

.about-block h4 {
  margin-bottom: 50px;
}

.ab-trio {
  padding-top: 105px;
  position: relative;
}

.ab-trio img {
  position: relative;
  z-index: 2;
}

.ab-cirlce {
  display: inline-block;
  width: 135px;
  height: 135px;
  color: #fff;
  border-radius: 50% !important;
  z-index: 1;
  position: absolute;
  padding-top: 30px;
}

.ab-cirle-blue {
  background: #33b1e6;
  bottom: 2px;
  left: 5%;
}

.ab-cirle-red {
  background: #F36B3D;
  bottom: 61%;
  left: 37%;
}

.ab-cirle-green {
  background: #94db40;
  bottom: 34%;
  right: 9%;
}

.ab-cirlce i {
  font-size: 43px;
  line-height: 30px;
}

.ab-cirlce strong {
  font: 400 18px/18px "PingFang", "pingfang SC", "PingFang SC-Heavy", "helvetica neue", arial, "hiragino sans gb", "microsoft yahei ui", "microsoft yahei", "simsun", sans-serif;
  display: block;
  padding-top: 12px;
}

.about-block .des-title {
  font-weight: 800;
  font-size: 20px;
  color: #333333;
  /* white-space: nowrap; */
}

.about-block .des-content {
  margin-top: 8px;
  width: 100%;
  font-size: 14px;
  color: #666666;
  text-align: left;
}

.about-block .des-content .develop {
  display: none;
}

.about-block .row {
  padding-top: 50px;
  padding-bottom: 100px;
  text-align: left;
}

.about-block .item {
  border-right: solid 1px #F1F1F1;
  padding-left: 100px;
  text-align: center;
}

.about-block .col-md-3:last-child {
  border-right: none;
}

.about-block .item .txt1 {
  font-weight: 600;
  font-size: 30px;
  color: #F36B3D;
}

.about-block .item .txt2 {
  margin-top: 8px;
  font-size: 18px;
  color: #666666;
}

.about-block .item .txt3 {
  display: none;
}

/* Services block */
.services-block {
  background: #F8F8F8;
  padding: 105px 0 100px;
}

.services-block .row {
  padding-top: 50px;
  width: 100%;
}

.services-block .row .item {
  background: #FFFFFF;
  border-radius: 16px !important;
  padding: 64px 40px 40px 40px;
  position: relative;
  width: calc(33.33% - 34px);
}

.services-block .row .item:nth-child(2) {
  margin-left: 50px;
  margin-right: 50px;
}

.services-block .services-name {
  background: #F36B3D;
  padding: 10px 40px;
  border-radius: 20px 0 20px 0 !important;
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
}

.services-block .img {
  width: 100%;
}

.services-block .txt1 {
  margin-top: 30px;
  margin-bottom: 4px;
  font-weight: 500;
  font-size: 24px;
  color: #333333;
}

.services-block .item-list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.services-block .item-list .icon {
  width: 20px;
  margin-right: 10px;
}

.services-block .item-list .txt {
  font-size: 18px;
  color: #333333;
}

.services-block .item-more-btn {
  width: 140px;
  height: 48px;
  border-radius: 4px;
  border: 1px solid #F36B3D;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -10px auto 0;
  cursor: pointer;
}

.services-block .item-more-btn .txt {
  font-size: 18px;
  color: #F36B3D;
}

.services-block .item-more-btn .icon {
  width: 14px;
  margin-left: 8px;
  transform: rotate(270deg);
}


/* Portfolio block */
.portfolio-block {
  background: #f6f6f6;
  padding-top: 60px;
}

.portfolio-block .row {
  padding: 0;
  margin: 0;
}

.portfolio-block .item {
  position: relative;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.portfolio-block .item>a {
  background: rgba(229, 74, 26, 0.85);
  position: absolute;
  left: 0;
  bottom: -100%;
  width: 100%;
  height: 100%;
  text-transform: uppercase;

  transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;

  color: #fff;
}

.portfolio-block .item:hover>a {
  bottom: 0;
}

.portfolio-block .item>a:hover {
  text-decoration: none;
}

.ie8 .portfolio-block .item>a {
  background: #F36B3D;
}

.portfolio-block .item strong {
  font: 400 17px/1.2 "PingFang", "pingfang SC", "PingFang SC-Heavy", "helvetica neue", arial, "hiragino sans gb", "microsoft yahei ui", "microsoft yahei", "simsun", sans-seriff;
  display: block;
  margin-bottom: 4px;
}

.portfolio-block .item em {
  font: 300 13px "PingFang", "pingfang SC", "PingFang SC-Heavy", "helvetica neue", arial, "hiragino sans gb", "microsoft yahei ui", "microsoft yahei", "simsun", sans-seriff;
  display: block;
  margin-bottom: 10px;
}

.portfolio-block .item b {
  font-weight: 300;
  font-size: 12px;
  line-height: 1;
  display: inline-block;
  border: solid 1px #fff;
  padding: 8px 15px 7px;
}

.portfolio-block .item b:hover {
  background: #fff;
  color: #F36B3D;
  border-color: #fff;
}

/* Choose us block */
.choose-us-block {
  position: relative;
  min-height: 1266px;
  padding-top: 104px;
  height: auto;
  z-index: 0;
  background: #FFFFFF url(https://cdn.oss.bon-top.cn/btweb/assets/images/progress-bg.png) no-repeat;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center center;
}

.choose-us-block h4 {
  margin-bottom: 50px;
}

.choose-us-block .img-wap {
  display: none;
}

.choose-us-block .row {
  position: relative;
  width: 1200px;
}

.choose-us-block .img {
  width: 516px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.choose-us-block .progress-group .progress-group-item {
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #F1F1F1;
}

.choose-us-block .progress-group .progress-group-item:first-child {
  padding-top: 0;
}

.choose-us-block .progress-group .progress-group-item .l {
  width: 21px;
  height: 21px;
  background: #F36B3D;
  line-height: 21px;
  text-align: center;
  font-weight: 800;
  font-size: 15px;
  color: #FFFFFF;
  float: left;
  border-radius: 50% !important;
  margin-right: 20px;
}

.choose-us-block .progress-group .progress-group-item:nth-child(even) .l {
  background: #333333;
}

.choose-us-block .progress-group .progress-group-item .r {
  width: calc(100% - 41px);
  float: left;
}

.choose-us-block .progress-group .progress-group-item .r .txt1 {
  font-weight: 800;
  font-size: 18px;
  color: #333333;
}

.choose-us-block .progress-group .progress-group-item .r .txt2 {
  margin-top: 10px;
  font-size: 14px;
  color: #666666;
}

.choose-us-block .panel-group {
  padding-top: 50px;
}

.choose-us-block .panel-default {
  border-radius: 0 !important;
  border: none;
  background: none;
  margin-bottom: 0 !important;
  padding-bottom: 14px;
}

.choose-us-block .panel-default>.panel-heading {
  border: none;
  background: none;
  padding: 0;
}

.choose-us-block .panel-default>.panel-heading+.panel-collapse .panel-body {
  border: none;
  padding: 0 0 0 32px;
}

.choose-us-block .panel-default h5 {
  font: 300 19px "PingFang", "pingfang SC", "PingFang SC-Heavy", "helvetica neue", arial, "hiragino sans gb", "microsoft yahei ui", "microsoft yahei", "simsun", sans-seriff;
  padding: 0;
  margin: 0 0 5px;
}

.choose-us-block .panel-default .accordion-toggle:before {
  content: "";
  width: 21px;
  height: 21px;
  display: inline-block;
  background: #F36B3D url(../img/toggle-icons.png) no-repeat 6px 10px;
  border-radius: 50% !important;
  margin-right: 10px;
  position: relative;
  top: 4px;
}

.choose-us-block .panel-default .collapsed:before {
  background: #495764 url(../img/toggle-icons.png) no-repeat 6px -148px;
}

.choose-us-block .panel-default .panel-title:hover .collapsed:before {
  background-color: #F36B3D;
}

.choose-us-block .panel-default .accordion-toggle,
.choose-us-block .panel-default .accordion-toggle:focus,
.choose-us-block .panel-default .accordion-toggle:hover,
.choose-us-block .panel-default .accordion-toggle:active {
  color: #1ea9e3;
  text-decoration: none;
}

.choose-us-block .panel-default .collapsed {
  color: #333333;
}

/* Team block */
.team-block {
  padding-top: 100px;
  padding-bottom: 100px;
  min-height: 925px;
  background: #FFFFFF url(https://cdn.oss.bon-top.cn/btweb/assets/images/team-bg.png) no-repeat;
  /* background-size: 100% 100%; */
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
}

.team-block h4 {
  margin-bottom: 20px;
}

.team-block .team-nav {
  float: left;
  padding: 10px 20px;
  font-size: 18px;
  color: #666666;
  cursor: pointer;
}

.team-block .team-nav.active {
  background: #F36B3D;
  color: #FFFFFF;
}

.team-block .item {
  margin-bottom: 30px;
}

.team-block h3 {
  font-size: 20px;
  padding-top: 13px;
  margin-bottom: 2px;
}

.team-block em {
  color: #F36B3D;
  text-transform: uppercase;
  display: block;
  font: 400 14px "PingFang", "pingfang SC", "PingFang SC-Heavy", "helvetica neue", arial, "hiragino sans gb", "microsoft yahei ui", "microsoft yahei", "simsun", sans-seriff;
  margin-bottom: 12px;
}

.team-block .team_carousel {
  width: 100%;
  margin-top: 40px;
  position: relative;
  margin-left: -15px;
}

.team_carousel .swiper-wrapper {
  align-items: stretch;
}

.team_carousel .swiper-slide {
  height: auto !important;
  display: flex;
  flex-direction: column;
}

.team-block .team_carousel .img-box {
  background-color: #F1F1F1;
  /* width: 285px; */
  /* 	height: 285px; */
  overflow: hidden;
  width: 100%;
  max-width: 280px;
  flex-shrink: 0;
}

.team-block .team_carousel .img {
  /* width: 285px; */
  width: 100%;
}

.team-block .team_carousel .info-box {
  width: 100%;
  max-width: 280px;
  min-height: 228px;
  border-radius: 0 0 4px 4px !important;
  border: 1px solid #F36B3D;
  padding-bottom: 20px;
  height: 100%;
}

.team-block .team_carousel .txt1 {
  margin-top: 0px;
  text-align: left;
  padding: 10px 20px;
  width: 100%;
  font-weight: 600;
  font-size: 18px;
  color: #FFFFFF;
  background-image: url(https://cdn.oss.bon-top.cn/btweb/assets/images/team-icon1.png);
  /* background-size: 100% 100%; */
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;

}

.team-block .team_carousel .txt2 {
  margin-top: 16px;
  font-size: 14px;
  color: #F36B3D;
  margin-left: 20px;
  border-bottom: 1px solid #F36B3D;
  padding-bottom: 8px;
  text-align: left;
  width: calc(100% - 40px);
}

.team-block .team_carousel .txt3 {
  margin-top: 16px;
  margin-left: 20px;
  font-size: 14px;
  color: #666666;
  text-align: left;
  width: calc(100% - 40px);
}

.team-block .team_carousel .prev {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 40px;
  height: 280px;
  background-color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

.team-block .team_carousel .prev img {
  position: absolute;
  top: 50%;
  left: 10px;
  width: 20px;
}

.team-block .team_carousel .next {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  width: 40px;
  height: 280px;
  background-color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

.team-block .team_carousel .next img {
  position: absolute;
  top: 50%;
  left: 10px;
  width: 20px;
}

.team-more-btn {
  display: none;
}

.case-block {
  position: relative;
  min-height: 754px;
  height: auto;
  padding: 100px 0 100px;
  z-index: 0;
  /* background: #292F34 url(../../images/quote.png) no-repeat fixed; */
  /*  background-image: url(https://cdn.oss.bon-top.cn/btweb/assets/images/case-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat; */
  position: relative;
  background: #F8F8F8;
}

.case-block .case-bottom {
  width: 100%;
  height: 180px;
  line-height: 250px;
  background: #F36B3D;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 7px;
  position: absolute;
  bottom: 0;
  z-index: 1;
}

.case-block .case_carousel {
  width: 100%;
  margin-top: 50px;
  position: relative;
  margin-left: -15px;
  z-index: 2;
}

.case-block .case_carousel .prev {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 40px;
  height: 368px;
  background-color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

.case-block .case_carousel .prev img {
  position: absolute;
  top: 50%;
  left: 10px;
  width: 20px;
}

.case-block .case_carousel .next {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  width: 40px;
  height: 368px;
  background-color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

.case-block .case_carousel .next img {
  position: absolute;
  top: 50%;
  left: 10px;
  width: 20px;
}

.case-block .case_carousel .img {
  width: 285px;
  height: 368px;
  overflow: hidden;
  cursor: pointer;
}

.case-block .case_carousel .img.mt {
  margin-top: 50px;
}

.case-block .case_carousel .img img {
  width: 285px;
}

.case-block .swiper-wrapper {
  height: 418px;
  position: relative;
}

/* .case-block .swiper-slide{
	position: absolute;
	width: 100%;
	height: 368px;
	left:0;
}
.case-block .swiper-slide-active{
	top:50px;
} */
.case-more-btn {
  display: none;
}

.cooperate-block {
  background: #F8F8F8;
  padding: 100px 0 50px;
}

.cooperate-block .row {
  margin-top: 20px;
}

.cooperate-block img {
  width: 100%;
  margin-top: 20px;
}

/* .cooperate-block .img{
	width: 100%;
	margin-top: 49px;
	margin-left: -15px;
}

.cooperate-block .img img{
	width: 100%;
}
.cooperate-block .img-wap{
	display: none;
} */


.tb-socio {
  padding-top: 3px;
  text-align: center;
}

.tb-socio .fa {
  width: 33px;
  height: 33px;
  color: #b3bdc6;
  border-radius: 50% !important;
  border: solid 1px #d5d5d5;
  font-size: 19px;
  line-height: 19px;
  margin: 0 7px;
  padding-top: 7px;
}

.tb-socio .fa:hover {
  color: #e6400c;
  border: solid 1px #e6400c;
  text-decoration: none;
}

/* Pricing */
.prices-block {
  background: #F6F6F6;
  padding: 60px 0 40px;
}

.pricing-item {
  /*border: solid 2px #8695a1;*/
  background: #fff;
  font: 400 18px "PingFang", "pingfang SC", "PingFang SC-Heavy", "helvetica neue", arial, "hiragino sans gb", "microsoft yahei ui", "microsoft yahei", "simsun", sans-serif;
  margin-bottom: 30px;
}

.pricing-head {
  background: #8695a1;
  color: #fff;
  font: 400 17px/1.2 "PingFang", "pingfang SC", "PingFang SC-Heavy", "helvetica neue", arial, "hiragino sans gb", "microsoft yahei ui", "microsoft yahei", "simsun", sans-serif;
  padding: 13px 15px 9px;
  margin-bottom: 26px;
}

@-moz-document url-prefix() {
  .pricing-head {
    padding: 12px 15px 10px;
  }
}

.pricing-head h3 {
  font: 400 43px/1.2 "PingFang", "pingfang SC", "PingFang SC-Heavy", "helvetica neue", arial, "hiragino sans gb", "microsoft yahei ui", "microsoft yahei", "simsun", sans-serif;
}

.pi-price {
  margin-bottom: 31px;
}

.pi-price strong {
  font-size: 35px;
  font-weight: 400;
  display: inline-block;

  background: #F36B3D;
  color: #fff;
  width: 128px;
  height: 128px;
  line-height: 1;
  border-radius: 50%;
  position: relative;
  padding: 28px 0 0;
  margin-bottom: 20px;
}

.pi-price strong:after {
  bottom: -8px;
  width: 0;
  height: 0;
  left: 50%;
  margin-left: -9px;
  z-index: 2;
  content: " ";
  display: block;
  position: absolute;
  border-top: 9px solid #F36B3D;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
}

.pi-price strong em {
  font-size: 71px;
  font-style: normal;
}

.pricing-content {
  padding: 0 15px;
  margin-bottom: 24px;
}

.pricing-content .list-unstyled {
  text-align: left;
  color: #7d8489;
}

.pricing-content .list-unstyled li {
  margin-bottom: 6px;
}

.pricing-content .list-unstyled li i {
  color: #F36B3D;
  position: relative;
  top: -1px;
}

.pricing-footer {
  padding: 15px;
}

.pricing-footer .btn-default {
  background: #afb7be;
  color: #fff;
  display: block;
  font: 400 22px/22px "PingFang", "pingfang SC", "PingFang SC-Heavy", "helvetica neue", arial, "hiragino sans gb", "microsoft yahei ui", "microsoft yahei", "simsun", sans-serif;
  padding: 13px 10px;
  border: none;
}

.pricing-footer .btn-default:hover,
.pricing-footer .btn-default:focus,
.pricing-footer .btn-default:active {
  border: none;
  background: #F36B3D;
}

/* Partners block */
.partners-block {
  background: #f6f6f6;
  padding: 17px 0;
  text-align: center;
}

/* Testimonials block */
.testimonials-block {
  padding-top: 60px;
}

.testimonials-block h4 {
  margin-bottom: 57px;
}

.testimonials-block .carousel {
  width: 62%;
  margin: 0 auto;
}

.testimonials-block blockquote {
  border: none;
  font: italic 300 23px/1.3 "PingFang", "pingfang SC", "PingFang SC-Heavy", "helvetica neue", arial, "hiragino sans gb", "microsoft yahei ui", "microsoft yahei", "simsun", sans-seriff;
  margin: 0;
  padding: 0;
  color: #66717c;
}

.testimonials-name {
  font: italic 300 23px/1.3 "PingFang", "pingfang SC", "PingFang SC-Heavy", "helvetica neue", arial, "hiragino sans gb", "microsoft yahei ui", "microsoft yahei", "simsun", sans-seriff;
  color: #2dafe5;
}

.testimonials-block .carousel-indicators {
  position: static;
  margin: 27px 0 0;
  width: 100%;
}

.carousel-indicators li {
  width: 12px !important;
  height: 12px !important;
  border-radius: 50% !important;
  background: #dce0e2;
  position: relative;
  margin: 0 3px !important;
  border: none;
}

.carousel-indicators li.active {
  background: #e6400c;
}

/* Facts block */
.facts-block {
  position: relative;
  min-height: 470px;
  height: auto;
  padding: 57px 0 0;
  z-index: 0;
  background: #fff url(../img/facts.jpg) no-repeat fixed;
  position: relative;
  color: #fff;
}

.facts-block h2 {
  background: rgba(0, 0, 0, 0.29);
  line-height: 37px;
  padding: 14px 0 15px;
  margin-bottom: 71px;
}

.facts-block h2:after {
  display: none;
}

.facts-block .item {
  background: rgba(255, 99, 77, 0.92);
  font: 400 20px "Pathway Gothic One", Arial, sans-serif;
  text-transform: uppercase;
  width: 198px;
  height: 198px;
  border-radius: 50% !important;
  padding: 33px 0 0;
  margin: 0 auto;
}

@-moz-document url-prefix() {
  .facts-block .item {
    padding: 31px 0 0;
  }
}

.ie8 .facts-block .item {
  background: #F36B3D;
}

.facts-block .item strong {
  display: block;
  font-size: 80px;
  text-transform: none;
  margin-bottom: 4px;
}

/* message block */
.message-block {
  position: relative;
  min-height: 457px;
  height: auto;
  padding: 0 0 50px;
  z-index: 0;
  /* background: #292F34 url(../../images/quote.png) no-repeat fixed; */
  background-image: url(https://cdn.oss.bon-top.cn/btweb/assets/images/quote.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

/*.message-block:after {
  background: rgba(0,0,0,0.73);
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;  
  z-index: 1;
}*/
.message-block h2 {
  font: 800 40px "PingFang", "pingfang SC", "PingFang SC-Heavy", "helvetica neue", arial, "hiragino sans gb", "microsoft yahei ui", "microsoft yahei", "simsun", sans-serif;
  z-index: 2;
  color: #fff;
  font-size: 40px;
  font-weight: 800;
  line-height: 42px;
  position: relative;
  padding: 0;
  /* margin: 150px 0 14px; */
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.message-block h2:after {
  display: none;
}

.message-block strong {
  font-weight: 400;
  font-size: 35px;
  color: #F36B3D;
}

.message-block em {
  font: 400 18px "PingFang", "pingfang SC", "PingFang SC-Heavy", "helvetica neue", arial, "hiragino sans gb", "microsoft yahei ui", "microsoft yahei", "simsun", sans-seriff;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  z-index: 2;
  display: block;
  margin-top: 20px;
}

.development-block {
  position: relative;
  min-height: 1032px;
  padding-top: 104px;
  height: auto;
  /* margin-top: -45px; */
  z-index: 0;
  /* background: #292F34 url(../../images/quote.png) no-repeat fixed; */
  /* background-image: url(https://cdn.oss.bon-top.cn/btweb/assets/images/news-bg.png); */
  background: #F8F8F8 url(https://cdn.oss.bon-top.cn/btweb/assets/images/development-bg.png) no-repeat;
  /* background-size: 100% 100%; */
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center center;
}

/* Checkout block */
.checkout-block {
  background: #292f34;
  color: #c8ced4;
  padding: 25px 0;
}

.checkout-block h2 {
  font: 400 33px "PingFang", "pingfang SC", "PingFang SC-Heavy", "helvetica neue", arial, "hiragino sans gb", "microsoft yahei ui", "microsoft yahei", "simsun", sans-serif;
  margin: 2px 0 0;
  text-align: left;
}

.checkout-block h2 em {
  color: #767c81;
  font: 300 18px "PingFang", "pingfang SC", "PingFang SC-Heavy", "helvetica neue", arial, "hiragino sans gb", "microsoft yahei ui", "microsoft yahei", "simsun", sans-seriff;
  text-transform: none;
}

.checkout-block h2:after {
  display: none;
}

.checkout-block .btn {
  font: 400 20px/20px "PingFang", "pingfang SC", "PingFang SC-Heavy", "helvetica neue", arial, "hiragino sans gb", "microsoft yahei ui", "microsoft yahei", "simsun", sans-serif;
  padding: 15px 20px 14px;
}

@-moz-document url-prefix() {
  .checkout-block .btn {
    padding: 14px 20px 15px;
  }
}

/***
Pre-Footer and pre-footer elements
***/
.pre-footer {
  background: #333333;
  color: #FFFFFF;
  min-height: 470px;
}

.pre-footer h2 {
  font: 800 18px "PingFang", "pingfang SC", "PingFang SC-Heavy", "helvetica neue", arial, "hiragino sans gb", "microsoft yahei ui", "microsoft yahei", "simsun", sans-serif;
  margin: 0 0 20px;
  color: #FFFFFF;
  text-transform: uppercase;
}

.pre-footer .container {
  padding-top: 50px;
  /* width: 1200px; */
}

.pre-footer .row-content {
  width: 100%;
}

.pre-footer .row-content .pre-footer-col:nth-child(1) {
  width: 468px;
  margin-right: 89px;
  padding: 0;
}

.pre-footer .row-content .contact-info{
	display: flex;
	flex-wrap: wrap;
}

.pre-footer .row-content .contact-info p:nth-child(1){
	width: 360px;
	margin-right: 92px;
	padding: 0;
}

/* .pre-footer .row-content .pre-footer-col:nth-child(2) {
  width: 360px;
  margin-right: 92px;
  padding: 0;
}

.pre-footer .row-content .pre-footer-col:nth-child(3) {
  width: auto;
  padding: 0;
} */

.pre-footer p {
  margin-bottom: 20px;
  font-weight: 300;
  font-size: 14px;
  color: #D1D1D1;
  white-space: pre-wrap;
}

.pre-footer .wap-p {
  /* display: none; */
}

.pre-footer li {
  margin-bottom: 6px;
}

.pre-footer .ewm-list {
  margin: 0;
}

.pre-footer .ewm-list .ewm-item {
  float: left;
  text-align: center;
}

.pre-footer .ewm-list .ewm-item:first-child {
  margin-right: 28px;
}

.pre-footer .img {
  width: 111px;
}

.pre-footer .txt {
  margin-top: 10px;
  font-weight: 300;
  font-size: 14px;
  color: #FFFFFF;
}

/* pre-footer twitter block */
.pre-footer dl.f-twitter {
  overflow: hidden;
  margin-bottom: 7px;
}

.pre-footer dl.f-twitter dt {
  width: 30px;
  float: left;
  text-align: left;
  padding-top: 2px;
}

.pre-footer dl.f-twitter dt i {
  color: #57c8eb;
  font-size: 20px;
}

.pre-footer dl.f-twitter dd {
  color: #b0b0b0;
  margin-left: 30px;
}

.pre-footer dl.f-twitter dd span {
  color: #6b9cab;
  font-size: 12px;
  margin: 0 5px;
}

.pre-footer address {
  line-height: 1.7;
}

/* .pre-footer-col {
  padding-bottom: 22px;
  padding-right: 50px;
} */
.pre-footer .top-line {
  border-top: solid 1px #535353;
  padding-top: 24px;
  padding-bottom: 17px;
}

.pre-footer .social-icons {
  padding-top: 5px;
}

.pre-footer .social-icons li a,
.pre-footer a.social-icon {
  transition: all 0.1s ease-in-out !important;
  -o-transition: all 0.1s ease-in-out !important;
  -ms-transition: all 0.1s ease-in-out !important;
  -moz-transition: all 0.1s ease-in-out !important;
  -webkit-transition: all 0.1s ease-in-out !important;
}

.pre-footer .social-icons li a:hover {
  opacity: 1;
}

.pre-footer hr {
  margin-top: 0;
  border-color: #404040;
}

.pre-footer .form-control,
.pre-footer .form-control:focus {
  border: none;
}

/* subscribe */
.pre-footer .pre-footer-subscribe-box {
  padding-bottom: 14px;
  overflow: hidden;
  max-width: 300px;
}

.pre-footer .pre-footer-subscribe-box p {
  clear: both;
}

.pre-footer-subscribe-box .input-group {
  border: solid 1px #545454;
  padding: 1px 1px 0 0;
}

.pre-footer-light .pre-footer-subscribe-box .input-group {
  border: solid 1px #DBDBDB;
}

.pre-footer-subscribe-box h2 {
  padding-top: 7px;
}

.pre-footer-subscribe-box input {
  border-radius: 0;
  background: #313030;
  border: solid 1px #313030;
  color: #909090;
  font: 13px Arial, sans-serif;
}

.pre-footer-subscribe-box input:focus {
  box-shadow: none;
  border: solid 1px #313030;
}

.pre-footer-subscribe-box .btn-primary {
  margin-left: 0 !important;
  border-bottom: none;
  margin-bottom: 1px;
}

/* pre-footer photostream */
.pre-footer .photo-stream li {
  margin: 4px 5px 4px 0;
  display: inline-block;
}

.pre-footer .photo-stream img {
  width: 54px;
  height: 54px;
  border: solid 2px #9ca5ae;
}

.pre-footer .photo-stream img:hover {
  border-color: #E84D1C;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

/* light pre-footer */
.pre-footer-light {
  background: #F9F9F9;
  color: #3E4D5C;
  margin-top: 20px;
}

.pre-footer-light .container {
  background: #fff;
  padding-top: 25px;
}

.pre-footer-light h2 {
  color: #3E4D5C;
}

.pre-footer-light a {
  color: #3E4D5C;
}

.pre-footer-light dl.f-twitter dd {
  color: #3E4D5C;
}

.pre-footer-light dl.f-twitter dd span {
  color: #99a5b1;
}

.pre-footer-light dl.f-twitter dd a {
  color: #e84d1c;
}

.pre-footer-light address a {
  color: #e84d1c;
}

.pre-footer-light hr {
  border-color: #e6e6e6;
}

.pre-footer-light .social-icons li a {
  opacity: 1;
}

.pre-footer-light .social-icons li a:hover {
  opacity: 0.7;
}

.pre-footer-light .input-group {
  border: none;
  padding: 1px 1px 0 0;
}

.pre-footer-light .pre-footer-subscribe-box input {
  background: #fff;
  border: none;
  color: #909090;
}

.pre-footer-light .pre-footer-subscribe-box button:hover {
  color: #fff;
}

/* light pre-footer */
.pre-footer-gray {
  background: #62707F;
  color: #fff;
}

.pre-footer-gray h2 {
  color: #fff;
}

.pre-footer-gray dl.f-twitter dd {
  color: #fff;
}

.pre-footer-gray dl.f-twitter dd span {
  color: #fff;
  opacity: 0.5;
}

.pre-footer-gray hr {
  border-color: #94a5b6;
}

.pre-footer-gray .social-icons li a {
  opacity: 1;
}

.pre-footer-gray .social-icons li a:hover {
  opacity: 0.7;
}

.pre-footer-gray .pre-footer-subscribe-box fomr {
  color: #fff;
}

.pre-footer-gray .pre-footer-subscribe-box .input-group {
  border: 1px solid #94a5b6;
}

.pre-footer-gray .pre-footer-subscribe-box input {
  background: #62707F;
  border: solid 1px #62707F;
  color: #fff;
}

.pre-footer-gray .pre-footer-subscribe-box input:focus {
  border: solid 1px #62707F;
}

.pre-footer-gray ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #fff;
}

.pre-footer-gray :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
}

.pre-footer-gray ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
}

.pre-footer-gray :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #fff;
}

/* footer */
.footer {
  background: #000000;
  color: #fff;
  font-size: 12px;
  padding: 40px 0;
}

.footer-light {
  background: #F9F9F9;
  color: #3e4d5c;
}

.footer-gray {
  background: #4A5866;
}

.footer a {
  font-weight: 300;
  font-size: 14px;
  color: #D1D1D1;
  line-height: 25px;
  text-decoration: none;
  white-space: pre-wrap;
}

.footer a:hover {
  text-decoration: none;
  color: #D1D1D1;
}

.footer-light a {
  color: inherit;
}

.footer .padding-top-10 {
  opacity: 0.5;
}

.footer .list-inline>li:last-child {
  padding-right: 0;
}

.footer ul {
  margin: 0;
  padding: 0;
}

.footer ul.social-footer {
  font-size: 18px;
  padding-top: 5px;
}

.footer .social-icons li {
  float: right;
  margin: 0 0 0 5px
}

.copyright {
  padding-top: 7px;
}

@-moz-document url-prefix() {
  .copyright {
    padding-top: 6px;
  }
}

.footer ul.social-icons li a {
  opacity: 0.5;
}

.footer ul.social-icons li:hover a {
  opacity: 1 !important;
}

.powered {
  color: #81848f;
  margin: 5px 0 0;
}

.powered>a {
  color: #e6400c;
  text-decoration: none;
}

.powered>a:hover {
  color: #e94d1c;
}

/* go2top */
.go2top,
.go2top:focus {
  position: fixed;
  right: 15px;
  bottom: 8px;

  color: #999;
  width: 38px;
  height: 38px;

  border: solid 2px #999;
  border-radius: 50% !important;
  text-align: center;
  padding: 7px 0 0 1px;
  z-index: 99999;

  font-size: 18px;
  line-height: 1;
}

.go2top:hover {
  border: solid 2px #e6400c;
  color: #e6400c;
}

.go2top i {
  font-size: 18px;
  line-height: 18px;
}

.fancybox-overlay {
  z-index: 100000;
}

.fancybox-opened {
  z-index: 100001;
}

/***
Styler Panel
***/
.color-panel {
  z-index: 99999;
  position: fixed;
  top: 120px;
  right: 0;
}

.color-panel .menu-pos {
  margin: 0 0 15px 15px;
  width: 150px;
}

.color-panel .color-mode-icons {
  top: 0;
  right: 0;
  padding: 20px;
  cursor: pointer;
  position: absolute;
  margin: 0;
}

.color-panel .icon-color {
  background: #c9c9c9 url(../img/icon-color.png) center no-repeat;
}

.color-panel .icon-color:hover {
  background-color: #3d3d3d;
}

.color-panel .icon-color-close {
  display: none;
  background: #3d3d3d url(../img/icon-color-close.png) center no-repeat;
}

.color-panel .icon-color-close:hover {
  background-color: #222;
}

.color-mode {
  top: 0;
  right: 40px;
  width: 200px;
  display: none;
  padding: 20px 10px 10px;
  position: absolute;
  background: #3d3d3d;
}

.color-mode p {
  color: #cfcfcf;
  padding: 0 15px;
  font-size: 15px;
}

.color-mode ul {
  list-style: none;
  padding: 4px 11px 5px;
  display: block;
  margin-bottom: 1px !important;
}

.color-mode li {
  width: 28px;
  height: 28px;
  margin: 4px;
  cursor: pointer;
  list-style: none;
  border: solid 1px #707070;
  display: inline-block;
  padding: 0 5px;
}

.color-mode li:hover,
.color-mode li.current {
  border: solid 1px #ebebeb;
}

.color-mode li.current {
  border: solid 2px #ebebeb;
}

.color-mode li.color-blue {
  background: #64aed9;
}

.color-mode li.color-red {
  background: #e84d1c;
}

.color-mode li.color-green {
  background: #67bd3c;
}

.color-mode li.color-orange {
  background: #e18604;
}

.color-gray {
  background: #798b97;
}

.color-turquoise {
  background: #44b1c1;
}

.color-mode label {
  color: #cfcfcf;
  border-top: 1px solid #585858;
  padding: 10px 10px 0;
  margin: 0 5px;
  display: block;
}

.color-mode label span {
  text-transform: uppercase;
}

.color-mode label>span {
  display: inline-block;
  width: 85px;
}

.color-mode label>select {
  margin-top: 5px;
  text-transform: lowercase;
}

.color-mode label span.color-mode-label {
  top: 2px;
  position: relative;
}

/* 唯一性说明 */

.card-block {
  /* box-sizing: border-box; */
  background-color: #f8f8f8;
  padding: 0 0 30px;

}
.card-block-content {
  display: flex;
  background-color: #fff;
  box-shadow: 0rem 0.1rem 0.1rem 0 rgba(240, 106, 61, 0.13);
  border-radius: 8px !important;
  height: 164px;
  box-sizing: border-box;
  justify-content: space-evenly;
  align-items: center;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.card-block .img-log {
  width: 74px;
  height: 74px;
  background-color: #FCF1EB;
  border-radius: 50% !important;
  /* border: 1px solid #EFD1C5; */
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 26px;
}
.card-block .img-log img {
  width: 54px;
  height: 52px;
}
.card-block-line {
  height: 88px;
  width: 1px;
  background-color: #f1f1f1;
}







.card-block h1 {
  font-size: 22px;
  font-weight: 800;

}
.card-block .phone {
  font-size: 24px;
  color: #EF6C45;
  font-weight: 800;
  margin-top: 8px;
}
.card-block-textbox-tip {
  font-size: 15px;
  color: #6B7280;
  margin-top: 4px;


}
.card-block .dec-btn {
  padding: 4px 12px;
  font-size: 14px;
  color: #EF6C45;
  text-align: center;
  /* font-weight: 600; */
  border: 1px solid #EF6C45;
  border-radius: 20px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 18px;

}


/*  */

@media (min-width: 1680px) {
  .container {
    width: 1600px;
  }
}

@media (max-width: 1600px) {
  .qrbox-margin {
    margin-left: 30px !important;
  }

  .header-navigation li {
    margin: 0 0 0 30px;
  }
}

@media (max-width: 1920px) {
  .development-block {
    background-size: 100% auto;
    min-height: 800px;
  }
}

@media (max-width: 2160px) {
  .choose-us-block {
    min-height: 1000px;
  }
}

@media (max-width: 1680px) {
  .intro-list {
    top: -300px;
  }

  .intro-list .intro-item:nth-child(1) {
    padding: 20px 0 0 20px;
  }

  .intro-list .intro-item:nth-child(2) {
    padding: 20px 0 0 20px;
  }

  .intro-list .intro-item .des {
    margin-top: 8px;
  }

  .intro-list .intro-item .m {
    margin-top: 8px;
  }

  .intro-list .intro-item .m .l .to-url {
    padding: 10px 20px;
  }
}