.container {
  width: 75% !important;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}
.header {
  width: 100%;
  height: 70px;
  background-color: #000;
  box-shadow: 0px 0px 10px 0px rgba(19, 19, 19, 0.05);
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 8%;
  z-index: 910;
  box-sizing: border-box;
}
.header .logo {
  width: 190px;
  display: block;
}
.header .logo img {
  width: 100%;
}
.header .header-nav {
  height: 100%;
  display: flex;
  align-items: center;
}
.header .header-nav li {
  height: 100%;
}
.header .header-nav li > .item {
  height: 100%;
  line-height: 70px;
  display: flex;
  font-size: 15px;
  align-items: center;
  margin-right: 35px;
}
.header .header-nav li > .item span {
  display: inline-block;
  margin-right: 10px;
  color: #fff;
}
.header .header-nav li > .item.active01 span {
  color: #0068b6 !important;
}
.header .header-nav li > .item i {
  font-size: 12px;
}
.header .header-nav li > .item i.icon-26 {
  display: block;
  color: #fff;
}
.header .header-nav li > .item i.icon-27 {
  display: none;
  color: #fff;
}
.header .header-nav li > .item.active i {
  color: #fff;
}
.header .header-nav li > .item.active i.icon-26 {
  display: none;
}
.header .header-nav li > .item.active i.icon-27 {
  display: block;
}
.header .header-nav li > .item.active01, .header .header-nav li > .item:hover {
  color: #0068b6 !important;
}
.header .search-box {
  height: 100%;
  display: flex;
  align-items: center;
}
.header .search-box .language {
 
  height: 100%;
  font-size: 15px;
  color: #fff;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  z-index: 100;
}
.header .search-box .language:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 24px;
  background-color: #333;
  right: 0;
  top: calc(50% - 12px); display: none
}
.header .search-box .language span, .header .search-box .tubiao span {
  display: inline-block;
  padding-right: 15px;
  margin-left: 5px; color: #fff;
}
.header .search-box .language span a, .header .search-box .tubiao span a{color: #fff;}

.header .search-box .language .language-select {
  width: 100%;
  position: absolute;
  top: 70px;
  left: 0;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
  display: none;
}
.header .search-box .language .language-select .item {
  width: 100%;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 16px;
  color: #666;
  border-bottom: 1px solid #eee;
  background-color: #ffffff;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}
.header .search-box .language .language-select .item:last-of-type {
  border-bottom: 0;
}
.header .search-box .language .language-select .item:hover {
  color: #0068b6;
}
.header .search-box .language .language-select:before {
  content: '';
  position: absolute;
  top: -6px;
  left: calc(50% - 8px);
  width: 0;
  height: 0;
  border-width: 0 6px 6px;
  border-style: solid;
  border-color: transparent transparent #fff;
  /*透明 透明  灰*/
}
.header .search-box .btn-box {
  font-size: 14px;
  color: #fff;
  padding: 0 10px;
  height: 100%;
  line-height: 70px;
  cursor: pointer;
}
.header .search-box .btn-box a {

  color: #fff;

}

.header .search-box .btn-box i.icon-45 {
  display: block;
}
.header .search-box .btn-box i.icon-guanbi {
  display: none;
}
.header .search-box .btn-box.active i.icon-45 {
  display: none;
}
.header .search-box .btn-box.active i.icon-guanbi {
  display: block;
}
.header .product-nav {
  position: fixed;
  top: 70px;
  left: 0;
  width: 100%;
  padding: 20px 0 30px;
  background-color: #333;
  box-shadow: 0px 10px 30px 0px rgba(19, 19, 19, 0.2);
  display: none;height: 420px !important;
    overflow: inherit !important;
}
.header .product-nav .container {}
.header .product-nav .container .left-nav {
  width: 100%;display: flex;
    justify-content: space-between;
}

.badge-circle {
    position: absolute;
    width: 20px;
    line-height: 20px;
    text-align: center;
    background-color: #E1306C;
    border-radius: 50%;
    font-size: 12px;
    top: -77%;
    left: 72%;    height: auto !important;
}

.header .product-nav .container .left-nav .item a{
  font-size: 15px;
  color: #fff;
  margin-bottom: 25px;
  cursor: pointer;
  transition: all 0.6s;
  float: left;    line-height: 35px; text-align:left;
}
.header .product-nav .container .left-nav .item i {
  font-size: 15px;
  transition: all 0.5s ease 0s;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.header .product-nav .container .left-nav .item span {
  
  display: inline-block;
  transition: all 0.1s;
  padding-bottom: 3px;
  box-shadow: 0 2px transparent;
}
.header .product-nav .container .left-nav .item.active01 a, .header .product-nav .container .left-nav .item a:hover {
  color: #0068b6;
}
.header .product-nav .container .left-nav .item i {
  color: #fff;
  transition: all 0.3s ease 0s;
  display: inline-block;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.header .product-nav .container .left-nav .item.active01 i, .header .product-nav .container .left-nav .item:hover i {
  color: #0068b6;
  transition: all 0.3s ease 0s;
  display: inline-block;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.header .product-nav .container .left-nav .item.active01 span, .header .product-nav .container .left-nav .item:hover span {
  box-shadow: 0 2px #0068b6;
}
.header .product-nav .container .left-nav .item:last-of-type {
  margin-bottom: 0;
}
.header .product-nav .container .right-content {
  display: flex;
  width: 100%;
}

.nojy{flex-shrink: 0 !important;}


.header .product-nav .container .right-content .text-box {
  padding-bottom: 40px;
  width:auto; margin-right: 5%;
}
.header .product-nav .container .right-content .text-box .tt {
  font-size: 15px;color: #fff;
}
.header .product-nav .container .right-content .text-box .items .item {
  margin-top: 12px;
  display: block;
  color: #fff;
  font-size: 14px;    opacity: 0.65;
}
.header .product-nav .container .right-content .text-box .items .item:hover {
  color: #0068b6;
}
.header .product-nav .container .right-content .text-box .items.border {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}
.header .common-nav {
  position: fixed;
  top: 70px;
  left: 0;
  width: 100%;
  background-color: #333;
  box-shadow: 0px 10px 30px 0px rgba(19, 19, 19, 0.2);
  display: none;
}
.header .common-nav .left-box {
  width: 64%;
  display: flex;
  flex-wrap: wrap;
  background-color: #333;
  padding-left: 13%;
  padding-top: 50px;
  float: left;
  box-sizing: border-box;
}
.header .common-nav .left-box .items-box {
  width: 33.33%;
  margin-bottom: 35px;
}
.header .common-nav .left-box .items-box .tt {
  font-size: 15px;
  line-height: 22px;
  padding-left: 30px;
  position: relative;color: #fff;text-transform: uppercase;
}

.header .common-nav .left-box .items-box .tt:hover{    opacity: 0.65;}

.header .common-nav .left-box .items-box .tt i {
  font-size: 18px;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
}
.header .common-nav .left-box .items-box .items {
  margin-top: 15px;
}
.header .common-nav .left-box .items-box .items .item {
  display: block;
  padding-left: 40px;
  font-size: 14px;
  line-height: 32px;
  color: #fff;
}
.header .common-nav .left-box .items-box .items .item:hover {
  color: #0068b6;
}
.header .common-nav .right-box {
  width: 36%;
  background-color: #fff;
  padding-left: 3%;
  padding-top: 50px;
  padding-bottom: 60px;
  float: right;
  box-sizing: border-box;
}
.header .common-nav .right-box .info-box {
  width: 56%;
}
.header .common-nav .right-box .info-box .pic {
  width: 100%;
  overflow: hidden;
}
.header .common-nav .right-box .info-box .pic img {
  width: 100%;
  transition: transform .5s ease-out;
  -webkit-transition: transform .5s ease-out;
  -moz-transition: transform .5s ease-out;
}
.header .common-nav .right-box .info-box .info .title {
  font-size: 20px;
  line-height: 20px;
  color: #333;
  margin-top: 15px;
}
.header .common-nav .right-box .info-box .info .desc {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  margin-top: 6px;
}
.header .common-nav .right-box .info-box .info .more {
  width: 140px;
  height: 40px;
  line-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #0068b6;
  margin-top: 25px;
}
.header .common-nav .right-box .info-box .info .more span {
  display: inline-block;
  margin-left: 20px;
}
.header .common-nav .right-box .info-box:hover .pic img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.header .search-cont {
  width: 100%;
  position: absolute;
  top: 70px;
  left: 0;
  z-index: 11;
  display: none;
}
.header .search-cont .tops {
  padding: 60px 40px 30px;
  background-color: #fff;
  font-size: 36px;
  line-height: 36px;
  color: #333;
  font-weight: bold;
}
.header .search-cont .input-box {
  width: 100%;
  height: 70px;
  padding-left: 40px;
  background-color: #f1f2f3;
  display: flex;
  align-items: center;
  justify-content: space-between;    box-sizing: border-box;
}
.header .search-cont .input-box input {
  width: 100%;
  height: 100%;
  border: 0;
  background-color: transparent;
}
.header .search-cont .input-box .search-btn {
  padding: 0 40px;
  height: 100%;
  flex-shrink: 0;
  line-height: 70px;
  text-align: center;
  background-color: #f1f2f3;
  cursor: pointer;
  border: 0;
  background-color: transparent;
}
.header .search-cont .input-box .search-btn i {
  font-size: 20px;
  color: #0068b6;
}
.header .search-cont .key-box {
  color: #999;
  font-size: 14px;
  background-color: #fff;
  padding: 30px 40px 40px 40px;
}
.header .search-cont .key-box .item {
  color: #999;
  padding: 0 10px;
  border-right: 1px solid #999;
  display: inline-block;
  line-height: 14px;
}
.header .search-cont .key-box .item:last-of-type {
  border-right: 0;
}
.header.header-fix {
  box-shadow: 0px 5px 10px 0px rgba(33, 2, 0, 0.05);
  background: #fff;
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0;
  z-index: 101;
}
.m-header {
  display: none;
}
.m-search-cont {
  display: none;
}
.m-language-box {
  display: none;
}
.down-box-big {
  display: none;
}
.search-cover {
  position: fixed;
      z-index: 99945;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: none;
}
.bread-box {
  display: flex;
  align-items: center;
  padding: 20px 0 25px;
  color: #666;
  font-size: 14px;
}
.bread-box .icon-59 {
  display: inline-block;
  margin: 0 4px;
  font-size: 12px;
}
.bread-box .icon-home {
  font-size: 18px;
  margin-right: 5px;
  color: #858585;
}
.bread-box .cur {
  color: #0068b6;
}
.second-box {
  border-bottom: 1px solid #f1f2f3;
  height: 60px;
  background-color: #fff;
}
.second-box .container {
  display: flex;
  align-items: center;
  height: 100%;
}
.second-box .container .item {
  font-size: 16px;
  color: #333;
  height: 100%;
  line-height: 60px;
  margin-right: 65px;
  display: inline-block;
  position: relative;
}
.second-box .container .item.active, .second-box .container .item:hover {
  color: #0068b6;
}
.second-box .container .item.active:before, .second-box .container .item:hover:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #0068b6;
  left: 0;
  bottom: 0;
}
.second-box .container .item:last-of-type {
  margin-right: 0;
}
.second-box.second-fix {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.inner-banner {
  width: 100%;
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.inner-banner .text-box {
  padding-top: 200px;
  color: #fff;
}
.inner-banner .text-box .t1 {
  font-size: 36px;
  line-height: 36px;
  font-weight: bold;
}
.inner-banner .text-box .t2 {
  font-size: 18px;
  line-height: 18px;
  margin-top: 20px;
}
.page-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-box .items {
  display: flex;
  align-items: center;
  height: 40px;
  border: 1px solid #f1f2f3;
}
.page-box .items .item {
  display: inline-block;
  width: 40px;
  color: #666;
  height: 100%;
  line-height: 40px;
  text-align: center;
  background-color: #fff;
  border-right: 1px solid #f1f2f3;
}
.page-box .items .item.other {
  width: 60px;
}
.page-box .items .item.active, .page-box .items .item:hover {
  background-color: #0068b6;
  color: #fff;
}
.page-box .items .item:last-of-type {
  border-right: 0;
}
.page-box .items input {
  width: 60px;
  height: 100%;
  text-align: center;
  background-color: #fff;
  border: 0;
  border-right: 1px solid #f1f2f3;
}
.pages-bottom {
  padding: 20px 0;
  background-color: #fff;
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.join-form {
  width: 600px;
  height: 354px;
  background-color: #fff;
  padding: 40px;
}
.join-form .line {
  width: 100%;
  height: 36px;
  display: inline-block;
}
.join-form .line .label {
  height: 36px;
  display: inline-block;
  float: left;
  font-size: 16px;
  line-height: 36px;
}
.join-form .line input {
  display: inline-block;
  float: left;
  width: 438px;
  height: 36px;
  background-color: #fff;
  border: none;
  border-bottom: 1px solid #f1f5fd;
  padding: 0 10px;
}
.join-form .line textarea {
  display: inline-block;
  float: left;
  width: 100%;
  height: 100px;
  background-color: #fff;
  border: 1px solid #f1f5fd;
  padding: 10px;
  resize: none;
}
.join-form .line .load {
  width: 438px;
  height: 25px;
  background-color: #fff;
  border: none;
  margin-top: 6px;
  display: inline-block;
  float: left;
}
.join-form .line img {
  display: inline-block;
  margin-left: 10px;
  width: 70px;
  height: 34px;
}
.join-form .line button {
  width: 120px;
  height: 38px;
  border-radius: 4px;
  background-color: #0068b6;
  line-height: 38px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  border: none;
  float: right;
}
.join-form .line.heightauto {
  height: auto;
}
.video-layer {
  background-color: #000 !important;
}
.video-layer .layui-layer-content {
  width: 800px !important;
  height: 450px !important;
  overflow: hidden !important;
}
.video-layer video {
  width: 100% !important;
  height: 100% !important;
}
.hide {
  display: none !important;
}
.detail-bottom {
  padding: 30px 40px;
  border-top: 1px solid #f1f2f3;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.detail-bottom .left {
  font-size: 16px;
  color: #999;
}
.detail-bottom .left .pg {
  line-height: 30px;
}
.detail-bottom .left .pg .item {
  color: #999;
}
.detail-bottom .left .pg:hover .item {
  color: #0068b6;
}
.detail-bottom .back {
  width: 130px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #999;
  border: 1px solid #ddd;
  text-align: center;
  display: block;
}
.more-cover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(15, 64, 104, 0.8);
  z-index: 1000;
  display: none;
}
.more-cover .info-content {
  width: 75%;
  max-width: 1440px;
  height: 650px;
  top: 15%;
  left: 12.5%;
  position: absolute;
  background-color: #fff;
  padding: 40px 40px 50px;
}
.more-cover .info-content .content {
  font-size: 16px;
  color: #666;
  height: 100%;
  overflow-y: auto;
  padding-right: 30px;
}
.more-cover .info-content .content::-webkit-scrollbar {
  width: 4px;
  height: 10px;
  background-color: #e1e1e1;
}
.more-cover .info-content .content::-webkit-scrollbar-track {
  border-radius: 0px;
  background-color: #e1e1e1;
}
.more-cover .info-content .content::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background-color: #0068b6;
}
.more-cover .info-content .close-box {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  bottom: -100px;
  left: calc(50% - 25px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.more-cover .info-content .close-box i {
  font-size: 22px;
  color: #0068b6;
}
.footer {
  box-shadow: 0px -5px 10px 0px rgba(19, 19, 19, 0.05);
  position: relative;
}
.footer .foot-tops {
  padding: 60px 0 70px;
  background-color: #fff;
}
.footer .foot-tops .container {
  display: flex;
  justify-content: space-between;
}
.footer .foot-tops .container .left-nav {
  display: flex;
}
.footer .foot-tops .container .left-nav .items-box .tt {
  font-size: 20px;
  line-height: 20px;
  color: #333;
  font-weight: bold;
}
.footer .foot-tops .container .left-nav .items-box .items {
  width: 185px;
  margin-top: 25px;
}
.footer .foot-tops .container .left-nav .items-box .items .item {
  color: #333;
  font-size: 14px;
  display: block;
  margin-bottom: 20px;
}
.footer .foot-tops .container .right-box .tt {
  font-size: 20px;
  line-height: 20px;
  color: #333;
  font-weight: bold;
}
.footer .foot-tops .container .right-box .code-box {
  width: 170px;
  margin-top: 20px;
}
.footer .foot-tops .container .right-box .code-box img {
  width: 100%;
}
.footer .foot-tops .container .right-box .text {
  text-align: center;
  margin-top: 10px;
}
.footer .foot-tops .container .right-box .text span {
  margin-left: 10px;
  display: inline-block;
}
.footer .foot-bottom {
  font-size: 13px;
  width: 100%;
  height: 40px;
  background-color: #282828;
}
.footer .foot-bottom .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .foot-bottom .container .left {
  display: flex;
  align-items: center;
  height: 100%;
}
.footer .foot-bottom .container .left .item {
  margin-right: 15px;
  display: block;
  color: #fff;
}
.footer .foot-bottom .container .left .item img {
  width: 18px;
  margin-right: 6px;
}
.footer .foot-bottom .container .right {
  display: flex;
  align-items: center;
  height: 100%;
}
.footer .foot-bottom .container .right .item {
  color: #fff;
  padding: 0 10px;
  display: inline-block;
  border-right: 1px solid #fff;
}
.footer .foot-bottom .container .right .item:last-of-type {
  padding-right: 0;
  border-right: 0;
}
.right-nav-fix {
  position: fixed;
  width: 60px;
  right: 20px;
  top: calc(50% - 90px);
  z-index: 999;
  display: none;
}
.right-nav-fix .item {
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  margin-bottom: 1px;
  background-color: #fff;
  display: block;
  position: relative;
  cursor: pointer;
}
.right-nav-fix .item i {
  color: #bbb;
  font-size: 24px;
}
.right-nav-fix .item .tel-box {
  border-radius: 4px;
  background-color: #0068b6;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding: 0 10px;
  color: #fff;
  font-size: 16px;
  position: absolute;
  left: -145px;
  top: 10px;
  display: none;
}
.right-nav-fix .item.tel:hover .tel-box {
  display: block;
}
.BMapLabel {
  border: 0 !important;
}
.BMapLabel .map-info {
  height: 90px;
  display: flex;
  align-items: center;
}
.BMapLabel .map-info .info {
  width: 460px;
  height: 100%;
  padding: 20px;
}
.BMapLabel .map-info .info .t1 {
  font-size: 14px;
  color: #666;
}
.BMapLabel .map-info .info .t2 {
  font-size: 18px;
  margin-top: 10px;
}
.BMapLabel .map-info .gps-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #0068b6;
  width: 90px;
  height: 100%;
}
.BMapLabel .map-info .gps-box i {
  font-size: 26px;
  color: #fff;
}
.BMapLabel .map-info .gps-box .tt {
  font-size: 14px;
  color: #fff;
  margin-top: 10px;
}

@media (max-width:1680px) {
.header .header-nav li > .item {

  margin-right: 30px;
}

.header {
  padding: 0 4%;

}
.header .product-nav .container .left-nav .item span {
  margin-right: 35px;
}

.header .product-nav .container {
width: 85% !important;  padding: 0px !important;  
}

.header .product-nav .container .right-content .text-box {margin-right: 4%;}


}

@media (max-width:1900px) {
    
    
.header {padding: 0 2%;}    
    
    
}




@media (max-width:1680px) {
    
    
.header {padding: 0 2%;}    
    
    
}




@media (max-width:1560px) {
.header .search-box .language {display: none;}

.header {padding: 0 2%;}
.language{display:none !important} 
.search{display:none !important} 
.tuijiancp{display:none !important}

.header .product-nav .container .left-nav .item span {
  margin-right: 25px;
}

.header .product-nav .container {
width: 92% !important;  padding: 0px !important;  
}

.header .product-nav .container .right-content .text-box {margin-right: 4%;}

}

@media (max-width:1360px) {
.page-width {width: 98%!important;}

.header .product-nav .container {width: 98% !important;  padding: 0px !important;  }
.navimg{display:none !important}
    
    
    
    
   
    
    



.header .product-nav .container .left-nav .item span {
  margin-right: 0px;
}
.header .product-nav .container .right-content .text-box {margin-right: 3%;}


}



@media (max-width:1280px) {
.header .search-box .btn-box, .header .header-nav li > .item i{display: none !important;}

.header {padding: 0 2%;}





}





