@media (min-width: 768px) {
  body {
    color: #fff !important;
  }
}
@media (max-width: 768px) {
  body {
    color: #000 !important;
  }
}
/****************************视频背景样式 start ****************************/
.yh_home {
  width: 100%;
  height: 100%;
  background: #000;
}
.yh_box_bg {
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  z-index: -1;
}
.videoBG {
  z-index: -1000;
  width: 100%;
  height: 100%;
  object-fit: fill;
}
@media (min-aspect-ratio: 16/9) {
  .videoBG {
    width: 100%;
  }
}
@media (max-aspect-ratio: 16/9) {
  .videoBG {
    height: 100%;
  }
}
@media (max-width: 768px) {
  .videoBG {
    display: none;
  }
  body {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
  }
  .yh_home_bg {
    background-image: url("../img/home/mp4.png");
    background-size: cover;
    background-repeat: no-repeat;
  }
  .navbar-nav {
    background: rgba(0, 0, 0, 0.5);
  }
}
/****************************视频背景样式 end ****************************/
/****************************产品样式 start ****************************/
#yh_product {
  width: 100%;
  height: 100vh;
}
#yh_product .yh_product p {
  margin: 0;
  padding: 0;
  font-size: 22px;
}
#yh_product .yh_product {
  font-size: 18px;
  padding-top: 150px;
}
#yh_product .yh_product .product_title {
  color: #fff;
  z-index: 11;
  font-size: 48px;
  font-weight: 700;
}
#yh_product .yh_product .product_title .title-en {
  font-size: 28px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.624);
}
#yh_product .title {
  display: flex;
  justify-content: center;
  align-items: center;
}
#yh_product .nav-tabs li {
  margin: 0 20px;
}
#yh_product .yh_product .nav {
  border: none;
}
#yh_product .yh_product .nav a {
  font-size: 48px;
  font-weight: 200;
  letter-spacing: 2px;
  color: #ffffff;
}
#yh_product .yh_product .nav li.active a {
  border: none;
  background-color: transparent;
  border-bottom: 4px solid #0ab4f7;
  color: #fff;
  font-size: 20px;
}
@media (max-width: 768px) {
  #yh_product {
    height: auto;
  }
  #yh_product .yh_product .nav a {
    color: #000 !important;
  }
  #yh_product .yh_product .nav li.active a {
    border: none;
    background-color: transparent;
    border-bottom: 4px solid #0ab4f7;
    color: #000 !important;
  }
  .yh_box_bg {
    background-color: transparent;
    height: 0;
  }
}
#yh_product .yh_product .nav li a:hover {
  border: none;
  background-color: transparent !important;
  border-bottom: 4px solid #0ab4f7;
}
#yh_product .tab-content {
  margin-top: 50px;
  height: 300px;
}
#yh_product .card-affiliated {
  width: 100%;
  height: 370px;
  z-index: 10;
  color: white;
}
#yh_product .affiliated-body {
  position: relative;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#yh_product .affiliated-body img {
  width: 100%;
  height: 200px;
  display: block;
  /*z-index: -1;*/
}
#yh_product .card-affiliated:hover .box {
  display: block;
}
#yh_product .card-affiliated:hover .affiliated-cont,
#yh_product .card-affiliated:hover .affiliated-cont h4,
#yh_product .card-affiliated:hover .affiliated-cont p {
  background-color: #188aef;
  color: #fff;
}
#yh_product .card-affiliated .box {
  display: none;
  position: absolute;
  top: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 200px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
}
#yh_product .box .box_container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#yh_product .box .box_container p {
  margin: 0 auto;
  width: 100px;
  border: 1px solid #fff;
  border-radius: 10px;
  line-height: 30px;
}
#yh_product .box_container img {
  margin: 0 auto;
  /*padding: 20% 0 20px 0;*/
  width: 40px;
  height: 70px;
}
#yh_product .affiliated-body .affiliated-cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 120px;
  background-color: #fff;
  text-align: center;
}
#yh_product .affiliated-body .affiliated-cont h4 {
  color: #000;
  font-size: 18px;
  margin: 0;
}
#yh_product .affiliated-body .affiliated-cont p {
  font-size: 14px;
  color: #000;
  line-height: 20px;
}
#yh_product .affiliated-body .affiliated-cont .text-top {
  padding-top: 10px;
}
#yh_product .affiliated-title {
  font-weight: 600;
  margin-top: 60px;
}
#yh_product .affiliated-link {
  font-size: 14px;
  background-color: #ecac64;
  width: 120px;
  color: white;
  margin-top: -20px;
  border-radius: 4px;
  padding: 5px;
  margin-bottom: 20px;
}
#yh_product .active {
  display: block;
}
@media (min-width: 1600px) {
  #yh_product .card-affiliated {
    width: 300px;
    height: 350px;
  }
}
@media (min-width: 768px) {
  #product2 .row {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #product2 .row .col-lg-2 {
    width: 20%;
  }
  #product1 .text-center .col-lg-2 {
    width: 20%;
  }
}
@media (min-width: 1300px){
  .container {
    width: 1150px !important;
  }
  #yh_product .yh_product .product_title {
    color: #fff;
    z-index: 11;
    font-size: 30px;
    font-weight: 700;
  }
  #yh_product .yh_product .product_title .title-en {
    font-size: 18px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.624);
  }
  #yh_product .yh_product .nav a {
    font-size: 30px;
  }
  #yh_product .card-affiliated {
    height: 300px;
  }
  #yh_product .affiliated-body>img {
    height: 185px;
  }
  #yh_product .affiliated-body .affiliated-cont {
    height: 100px;
  }
  #yh_product .card-affiliated .box {
    height: 185px;
  }
  #yh_product .affiliated-body .affiliated-cont h4 {
    font-size: 14px;
  }
  #yh_product .affiliated-body .affiliated-cont p {
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 1300px) {
  .container {
    width: 970px !important;
  }
  #yh_product .yh_product .product_title {
    color: #fff;
    z-index: 11;
    font-size: 22px;
    font-weight: 700;
  }
  #yh_product .yh_product .product_title .title-en {
    font-size: 14px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.624);
  }
  #yh_product .tab-content {
    margin-top: 30px;
  }
  #yh_product .yh_product .nav a {
    font-size: 20px;
  }
  #yh_product .card-affiliated {
    height: 250px;
  }
  #yh_product .affiliated-body>img {
    height: 135px;
  }
  #yh_product .affiliated-body .affiliated-cont {
    height: 100px;
  }
  #yh_product .card-affiliated .box {
    height: 135px;
  }
  #yh_product .affiliated-body .affiliated-cont h4 {
    font-size: 13px;
  }
  #yh_product .affiliated-body .affiliated-cont p {
    font-size: 12px;
  }
  #yh_product .box .box_container p {
    width: 80px;
    line-height: 25px;
    font-size: 14px;
  }
  #yh_product .box_container img {
    width: 30px;
    height: 50px;
  }
}
@media (max-width: 768px) {
  #yh_product .yh_product .title {
    margin: 15px 0;
  }
  #yh_product .yh_product .title-bg {
    position: relative;
    width: 100%;
    height: 190px;
    color: #fff;
    text-align: left;
    padding: 0 0 14px 18px ;
    display: flex;
    flex-direction: column;
    justify-content: end;
    background:url("../img/introduce/shuzizhanshi.png") no-repeat;
    background-size: 100%;
  }
  #yh_product .yh_product .title-bg-2 {
    background-image: url(../img/introduce/shuzizhanshi-2.jpg);
    background-size: 140% 230px;
    background-position: 20% 0;
  }
  #yh_product .yh_product .title-bg .title-bg-top {
    font-size: 14px;
    margin-bottom: 14px;
  }
  #yh_product .yh_product .title-bg .title-bg-bottom {
    font-size: 12px;
  }
  #yh_product .tab-content {
    margin-top: 10px;
  }
  #yh_product .yh_product .nav a {
    font-size: 18px;
  }
  #yh_product .card-affiliated {
    height: auto;
  }
  #yh_product .affiliated-body img {
    height: 100px;
    display: block;
    /*z-index: -1;*/
  }
  #yh_product .affiliated-body .affiliated-cont {
    margin:0 0 16px 0;
    height: 100px;
    background-color: #f2f2f2;
  }
  #yh_product .affiliated-body .affiliated-cont h4 {
    color: #000;
    font-size: 14px;
    margin: 0;
  }
  #yh_product .affiliated-body .affiliated-cont p {
    font-size: 12px;
    color: #000;
    line-height: 20px;
  }
  /*行业应用手机端*/
  #yh_product .yh_product .application-title-bg {
    position: relative;
    width: 100%;
    height: 190px;
    color: #fff;
    text-align: left;
    padding: 50px 0 14px 18px ;
    display: flex;
    flex-direction: column;
    justify-content: start;
    background:url("../img/introduce/zhanchang.png") no-repeat;
    background-size: 100%;
  }
  #yh_product .yh_product .application-title-bg-2 {
    background-image:url(../img/introduce/zhanchang-2.png);
    background-size: 140% 230px;
    background-position: 20% 0;
  }
  #yh_product .yh_product .application-title-bg .application-title-bg-top {
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: 700;
  }
  #yh_product .yh_product .application-title-bg .application-title-bg-bottom {
    font-size: 12px;
  }
  #yh_product .yh_product .application-title-bg .application-title-btn {
    margin-top: 14px;
    line-height: 20px;
    height: 30px;
    width: 80px;
    font-size: 12px;
    background-color: #188aef;
    border: 1px #188aef solid;
    border-radius: 6px;
  }
  #yh_product .tab-pane .media {
    display: block;
    color: #000000;
  }
  #yh_product .tab-pane .media_qy {
    margin: 10px 0;
  }
  #yh_product .tab-pane .media-body .media-object {
    width: 170px;
    height: 95px;
   }
  #yh_product .tab-pane .media_qy .media-right {
    text-align: left;
    padding: 10px 0 0 20px;
    padding-top: 0;
  }
  #yh_product .tab-pane .media_qy .media-right h3 {
    line-height: 40px;
    font-size: 15px;
    color: #000;
  }
  #yh_product .tab-pane .media_qy .media-right h4 {
    line-height: 100px;
    font-size: 16px;
    color: #000;
    margin: 0;
  }
  /*关于我们*/
  .yh_about_title {
    margin: 10px 0;
    font-size: 20px;
    font-weight: normal;
  }
  .yh_about_img {
    width: 100%;
    height: 160px;
  }
  .yh_about_box {
    display: flex;
    flex-direction: column;

  }
  .yh_about_box_top {
    padding: 15px 10px;
    background-color: #F2F2F2;
  }
  .yh_about_box_top .yh_about_box_left {
    float: left;
    padding: 2px 15px;
    font-size: 12px;
    border: 1px solid #188aef;
    text-align: center;
    border-radius: 12px;
    color: #188aef;
  }
  .yh_about_box_top .yh_about_box_right {
    float: right;
    color: #188aef;
    text-decoration: underline;
  }
  .yh_about_box_center {
    text-align: left;
    color: #188aef;
    font-size: 14px;
    font-weight: normal;
    padding: 10px 10px;
    background-color: #F2F2F2;
  }
  .yh_about_box_bottom {
    font-size: 12px;
    text-align: left;
    padding: 10px 10px;
    background-color: #F2F2F2;
  }
  .yh_about_btns {
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
  }
  .yh_about_btns .yh_about_btn {
    border: 1px solid #333333;
    padding: 5px 15px;
    font-size: 14px;
  }
  .yh_contact_box {
    margin: 15px 0;
  }
  .yh_contact_box .col-xs-12 {
    padding-top: 10px;
  }
  .yh_contact_box .col-xs-12 div {
    background-color: #F2F2F2;
  }
  .yh_contact_box .glyphicon {
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 15px;
    font-size: 12px;
    color:#188aef ;
    background-color: rgba(24,138,239,0.2);
    border-radius: 10px;
  }
  .yh_contact_box_text {
    line-height: 20px;
    font-size: 12px;
    padding-left:10px ;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff !important;
    width: 25px;
    height: 3px;
  }
  .navbar-default .navbar-toggle:focus {
    background-color: transparent;
  }
}
/****************************产品样式 end ****************************/
/****************************行业应用 start ****************************/
#yh_application {
  height: 100vh;
}
#yh_application .yh_application{
  transform: scale(0.8);
}
#yh_application .application_title {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
#yh_application .application_title::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background-color: #188aef;
  bottom: -20px;
}
#yh_application .application_title p h1 {
  font-size: 30px;
}
#yh_application .application_title p {
  font-size: 32px;
  line-height: 60px;
}
#yh_application .select {
  margin-top: 70px;
}
#yh_application .application_title span:first-child {
  font-size: 60px;
}
#yh_application .application_title span:last-child {
  align-self: flex-end;
  font-size: 32px;
  padding-left: 25px;
  color: #188aef;
}
#yh_application .nav a {
  color: #fff;
  border: none;
  background-color: transparent;
  font-size: 30px;
}
#yh_application .nav {
  display: flex;
  justify-content: space-between;
  border-bottom: none;
}
#yh_application .nav::before {
  display: none;
}
#yh_application .nav::after {
  display: none;
}
#yh_application .nav li {
  width: 170px;
  height: 60px;
  background-color: #048aff20;
  border-radius: 8px;
  text-align: center;
}
#yh_application .nav li:hover {
  border: none;
  outline: none;
}
#yh_application .nav li a:hover {
  background-color: transparent;
}
#yh_application .nav li.active {
  background-color: #188aef;
}
#yh_application .nav li.active a {
  color: #fff;
}
#yh_application .container {
  padding-top: 50px;
}
@media (min-width: 768px) {
  #yh_application h1 {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  #yh_application .nav a {
    color: #000 !important;
  }
}

@media (max-width: 1275px) {
  #yh_application .container {
    padding-top: 0;
  }
}
#yh_application .tab-pane .media {
  text-align: right;
  font-size: 12px;
  padding: 5px 0;
  transition: all 0.1s linear;
  /*background-color: #EAEDEE;*/
}
#yh_application .tab-pane .media-body h4 {
  line-height: 40px;
  font-size: 14px;
}
#yh_application .tab-pane .media .media-page {
  text-align: left;
}
#yh_application .tab-pane .media-right img {
  width: 135px;
  height: 85px;
}
#yh_application .current {
  border-radius: 5px;
  background-color: rgba(64, 147, 224, 0.172);
  /* border: 2px solid #0ab4f7; */
  box-shadow: 0 0 10px 8px rgba(22, 155, 213, 0.5);
  /*color: #000;*/
}
#yh_application .cont_img {
  width: 100%;
  margin-top: 70px;
  overflow: hidden;
}
#yh_application .cont_img li {
  position: relative;
  width: 100%;
  height: 100%;
  list-style: none;
  display: none;
}
#yh_application .cont_img li img {
  position: relative;
  display: block;
  height: 100%;
  object-fit: fill;
}
#yh_application .cont_img > .show {
  display: block;
  height: 700px;
}
#yh_application .cont_img .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  color: white;
  background-color: rgba(0, 0, 0, 0.3);
}
#yh_application .cont_img .mask h3 {
  width: 100%;
  font-size: 40px;
  margin-top: 80px;
}
#yh_application .cont_img .mask p {
  font-size: 1.2em;
}
#yh_application .cont_img .mask .mt-20 {
  margin-top: 15%;
}
#yh_application .cont_img .mask .mt-30 {
  margin-top: 30%;
}
#yh_application .cont_img .mask .btn {
  width: 350px;
  height: 70px;
  background-color: #0ab4f7;
  border-radius: 16px;
  opacity: 0.8;
  font-size: 36px;
}
#yh_application .cont_img .mask .btn-default {
  background-color: #169bd5;
  color: white;
  border: none;
  padding: 10px 20px;
  position: absolute;
  bottom: 70px;
}
#yh_application .cont_img .mask .col-md-4 {
  width: 350px;
}
#yh_application .cont_img .mask .col-md-12 {
  height: 100%;
  display: flex;
  flex-direction: column;
}
#yh_application .mask .trait {
  margin-top: 200px;
  font-size: 24px;
}
#yh_application .mask .trait .trait_one,
#yh_application .mask .trait .trait_two {
  position: relative;
  border: 1px solid white;
  width: 30%;
  height: 145px;
  margin: 0 10px;
}
#yh_application .mask .trait .trait_one img,
#yh_application .mask .trait .trait_two img {
  position: absolute;
  left: -7%;
  top: -9%;
  width: 25px;
  height: 25px;
}
#yh_application .mask .trait h4 {
  font-size: 1.2em;
}
#yh_application .mask .trait p {
  font-size: 1em;
}
#yh_application .media_qy,
#yh_application .media_js {
  height: 120px;
  display: flex;
  align-items: center;
}
#yh_application .media_qy .media-body,
#yh_application .media_js .media-body {
  width: 162px;
  height: 98px;
}
#yh_application .media_qy .media-right,
#yh_application .media_js .media-right {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-around;
  margin-left: 20px;
}
@media (min-width: 1300px){
  #yh_application .application_title span:first-child {
    font-size: 32px;
    font-weight: 700;
  }
  #yh_application .application_title::before{
    height: 5px;
  }
  #yh_application .nav li {
    width: 120px;
    height: auto;
  }
  #yh_application .nav a {
    font-size: 20px;
  }
  #yh_application .media_qy, #yh_application .media_js {
    height: 80px;
  }
  #yh_application .cont_img > .show {
    height: 570px;
  }
  #yh_application .media-right h3 {
    font-size: 18px;
  }
  #yh_application .media-right h4 {
    font-size: 14px;
  }
  #yh_application .cont_img .mask .col-md-12 .col-md-4 h3 {
    font-size: 30px;
  }
  #yh_application .cont_img .mask .trait p {
    font-size: 18px;
  }
  #yh_application .cont_img .mask .btn {
    font-size: 18px;
    width: 200px;
    height: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1300px) {
  #yh_application .application_title span:first-child {
    font-size: 22px;
  }
  #yh_application .application_title span:last-child {
    font-size: 18px;
  }
  #yh_application .application_title::before{
    height: 3px;
  }
  #yh_application .nav li {
    width: 100px;
    height: auto;
  }
  #yh_application .nav a {
    font-size: 16px;
  }
  #yh_application .media_qy, #yh_application .media_js {
    height: 70px;
  }
  #yh_application .cont_img > .show {
    height: 500px;
  }
  #yh_application .media-right h3 {
    font-size: 14px;
  }
  #yh_application .media-right h4 {
    font-size: 12px;
  }
  #yh_application .cont_img .mask .col-md-12 .col-md-4 h3 {
    font-size: 22px;
  }
  #yh_application .cont_img .mask .trait p {
    font-size: 14px;
  }
  #yh_application .cont_img .mask .btn {
    font-size: 14px;
    width: 200px;
    height: 40px;
  }
  #yh_application .media_qy .media-right,
  #yh_application .media_js .media-right {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-around;
    margin-left: 0px;
  }
  #yh_application .media_qy .media-body,
  #yh_application .media_js .media-body {
    width: 100px;
    height: 98px;
  }
  #yh_application .media_qy .media-body img,
  #yh_application .media_js .media-body img{
    width: 100px;
    height: 98px;
    padding: 0;
    margin: 0;
  }
}
/****************************行业应用 end ****************************/

/****************************关于我们 start ****************************/
#yh_about {
  width: 100%;
  height: 120vh;
}
#yh_about .container{
  transform: scale(0.8);
}
#yh_about .yh_box_bg {
  width: 100%;
  height: 120vh;
}
#yh_about .row {
  display: flex;
  justify-content: space-between;
}
#yh_about .row::after,
#yh_about .row::before {
  display: none;
}
#yh_about .application_title {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
#yh_about .application_title::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background-color: #188aef;
  bottom: -20px;
}
#yh_about .select {
  width: 520px;
  margin-top: 70px;
}
#yh_about .select a {
  position: relative;
  top: 100px;
  font-size: 30px;
  color: #188aef !important;
}
#yh_about .select a::after {
  position: absolute;
  display: block;
  content: "";
  width: 80px;
  height: 3px;
  background-color: #188aef;
  bottom: -10px;
  left: 0;
}
#yh_about .application_title span:first-child {
  font-size: 60px;
}
#yh_about .application_title span:last-child {
  align-self: flex-end;
  font-size: 32px;
  padding-left: 25px;
  color: #188aef;
}
#yh_about .text {
  margin-top: 130px;
  font-size: 28px;
  line-height: 80px;
}
#yh_about .right {
  margin-top: 80px;
  margin-right: 20px;
}
#yh_about .boot {
  display: flex;
  margin-top: 60px;
  width: 100%;
  justify-content: space-around;
}
#yh_about .boot div {
  flex: 1;
  height: 240px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#yh_about .boot div:nth-child(2) {
  border-left: 1px solid rgba(255, 255, 255, 0.542);
  border-right: 1px solid rgba(255, 255, 255, 0.542);
}
#yh_about .boot div h2 {
  padding: 30px 0;
}
#yh_about .boot div p {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.603);
}
@media (min-width: 1300px){
  #yh_about .application_title span:first-child {
    font-size: 32px;
    font-weight: 700;
  }
  #yh_about .text {
    font-size: 24px;
    margin-top: 70px;
  }
  #yh_about .right img {
    height: 500px;
  }
  #yh_about .row {
    justify-content: space-around;
  }
  #yh_about .select a {
    top: 60px;
    font-size: 18px;
  }
  #yh_about .boot {
    margin-top: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1300px) {
  #yh_about .application_title span:first-child {
    font-size: 22px;
  }
  #yh_about .application_title span:last-child {
    font-size: 22px;
  }
  #yh_about .application_title::before {
    height: 3px;
  }
  #yh_about .text {
    font-size: 16px;
    margin-top: 50px;
    line-height: 60px;
  }
  #yh_about .right img {
    height: 350px;
  }
  #yh_about .row {
    justify-content: space-around;
  }
  #yh_about .select a {
    top: 30px;
    font-size: 16px;
  }
  #yh_about .boot {
    margin-top: 30px;
  }
  #yh_about .boot div h2 {
    font-size: 22px;
  }
  #yh_about .boot div p {
    font-size: 16px;
  }
}
/****************************关于我们 end ****************************/
/****************************新闻动态 start ****************************/
#yh_news {
  width: 100%;
  height: 100vh;
}
#yh_news .yh_product {
  transform: scale(0.9);
}
#yh_news .yh_product p {
  margin: 0;
  padding: 0;
}
#yh_news .yh_product {
  font-size: 18px;
  padding-top: 80px;
}
#yh_news .yh_product .product_title {
  color: #fff;
  z-index: 11;
  font-size: 48px;
  font-weight: 700;
}
#yh_news .yh_product .product_title .title-en {
  font-size: 28px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.624);
} 
#yh_news .yh_product .nav-tabs{
    border: none;
}
#yh_news .yh_product .nav-tabs li{
    height: 60px;
    margin: 20px;
    border: none;
    text-align: center;
    border-radius: 5px;
    background-color: #188bef46;
}
#yh_news .yh_product .nav-tabs li a{
    background-color: transparent;
    border: none;
    font-size: 28px;
}
#yh_news .yh_product .nav-tabs .active{

    background-color: #188aef;
}
#yh_news .yh_product .tab-content .text-center{
  display: flex;
  justify-content: space-between;
}
#yh_news .yh_product .tab-content .text-center .left{
  width: 600px;
  font-size: 15px;
  text-align: left;
}
#yh_news .yh_product .tab-content .text-center .left div{
  margin-top: 20px;
}
#yh_news .yh_product .tab-content .text-center .left div span{
  display: inline-block;
  width: 140px;
	height: 28px;
  line-height: 28px;
  text-align: center;
  color: #188aef;
	border-radius: 50px;
	border: solid 1px #188aef;
  font-size: 14px;
}
#yh_news .yh_product .tab-content .text-center .left div a{
  color: #188aef !important;
  float: right;
  margin-right: 40px;
  font-size: 18px;
  position: relative;
}
  #yh_news .yh_product .tab-content .text-center .left div a::after{
  display: inline-block;
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  background-color: #188aef;
  bottom: -5px;
  left: 0;
}
#yh_news .yh_product .tab-content .text-center .left img{
  width: 100%;
}
#yh_news .yh_product .tab-content .text-center .left p:nth-child(3){
  color: #188aef;
  line-height: 70px;
  font-size: 24px;
}
#yh_news .yh_product .tab-content .text-center .left p:nth-child(4){
  line-height: 30px;
}
#yh_news .yh_product .tab-content .text-center .right{
  display: flex;
  flex-direction: column;
  width: 700px;
}
#yh_news .yh_product .tab-content .text-center .right .item{
  display: flex;
  text-align: left;
  border-bottom: 1px solid rgba(253, 253, 253, 0.219);
  padding-bottom: 20px;
}
#yh_news .yh_product .tab-content .text-center .right .item h1{
  align-self: center;
  padding: 0 30px;
  color: rgba(253, 253, 253, 0.473);
  font-size: 50px;
  position: relative;
}
#yh_news .yh_product .tab-content .text-center .right .item h1::after{
  position: absolute;
  display: block;
  content: "";
  width: 1px;
  height: 80px;
  background-color: rgba(253, 253, 253, 0.219);
  top: -10px;
  right: 5px;
}
#yh_news .yh_product .tab-content .text-center .right .item div{
  padding-left: 20px;
  padding-top: 13px;
}
#yh_news .yh_product .tab-content .text-center .right .item div h3 span:last-child{
  float: right;
  display: inline-block;
  width: 140px;
	height: 24px;
	border-radius: 12px;
	border: solid 1px #ffffff;
	opacity: 0.5;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 1px;
}
#yh_news .yh_product .tab-content .text-center .right .item div p{
  font-size: 16px;
	letter-spacing: 1px;
	color: #ffffff;
	opacity: 0.8;
  line-height: 25px;
}
@media (min-width: 1300px) {
  #yh_news .yh_product .product_title {
    font-size: 32px;
  }
  #yh_news .yh_product .product_title .title-en {
    font-size: 18px;
  }
  #yh_news .yh_product .nav-tabs li {
    height: 50px;
  }
  #yh_news .yh_product .nav-tabs li a {
    font-size: 20px;
  }
  #yh_news .yh_product .tab-content .text-center .left {
    width: 500px;
  }
  #yh_news .yh_product .tab-content .text-center .left img {

    height: 260px;
  }
  #yh_news .yh_product .tab-content .text-center .right {
    width: 600px;
  }
  #yh_news .yh_product .tab-content .text-center .right .item h1 {
    font-size: 28px;
  }
  #yh_news .yh_product .tab-content .text-center .right .item h3 {
    font-size: 18px;
  }
  #yh_news .yh_product .tab-content .text-center .right .item div h3 span:last-child {
    font-size: 14px;
  }
  #yh_news .yh_product .tab-content .text-center .right .item div p {
    font-size: 12px;
  }
  #yh_news .yh_product .tab-content .text-center .right .item {
    padding-bottom: 10px;
  }
  #yh_news .yh_product .tab-content .text-center .right .item div {
    padding-top: 5px;
  }
  #yh_news .yh_product .tab-content .text-center .left p:nth-child(3) {
    font-size: 18px;
  }
  #yh_news .yh_product .tab-content .text-center .left p:nth-child(4) {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 1300px) {
  #yh_news .yh_product {
    padding-top: 40px;
  }
  #yh_news .yh_product .product_title {
    font-size: 22px;
  }
  #yh_news .yh_product .product_title .title-en {
    font-size: 14px;
  }
  #yh_news .yh_product .nav-tabs li {
    height: 30px;
  }
  #yh_news .yh_product .nav-tabs li a {
    font-size: 14px;
    line-height: 12px;
  }
  #yh_news .yh_product .tab-content .text-center .left {
    width: 500px;
  }
  #yh_news .yh_product .tab-content .text-center .left img {

    height: 240px;
  }
  #yh_news .yh_product .tab-content .text-center .right {
    width: 600px;
  }
  #yh_news .yh_product .tab-content .text-center .right .item h1 {
    font-size: 28px;
  }
  #yh_news .yh_product .tab-content .text-center .right .item h3 {
    font-size: 14px;
    margin-top: 18px;
  }
  #yh_news .yh_product .tab-content .text-center .right .item div h3 span:last-child {
    font-size: 13px;
  }
  #yh_news .yh_product .tab-content .text-center .right .item div p {
    font-size: 12px;
  }
  #yh_news .yh_product .tab-content .text-center .right .item {
    padding-bottom: 5px;
  }
  #yh_news .yh_product .tab-content .text-center .right .item div {
    padding-top: 5px;
  }
  #yh_news .yh_product .tab-content .text-center .left p:nth-child(3) {
    font-size: 14px;
    line-height: 60px;
  }
  #yh_news .yh_product .tab-content .text-center .left p:nth-child(4) {
    font-size: 12px;
  }
  #yh_news .yh_product .tab-content .text-center .left div a {
    font-size: 16px;
  }
}
/****************************新闻动态 end ****************************/
/****************************合作伙伴 end ****************************/
#yh_cooperation {
  margin-top: 30px;
}
#yh_cooperation .text-center{
  color: #000;
  display: flex;
  flex-direction: column;
}
#yh_cooperation .text-center span{
  color: rgba(0, 0, 0, 0.568);
}
@media (min-width: 1600px) {
  /* #yh_cooperation {
  } */
}
#yh_cooperation .mb-5 {
  /* margin: 30px auto; */
  position: relative;
  top: -20px;
  padding: 0;
}
#yh_cooperation .title {
  display: flex;
  justify-content: center;
  align-items: center;
}
#yh_cooperation .logos {
  list-style: none;
  text-align: center;
  padding: 0;
}
#yh_cooperation .logos li {
  display: inline-block;
  position: relative;
  width: 12%;
  height: 52px;
  margin: 40px 10px;
}
#yh_cooperation .logos li img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  display: block;
  padding: 5px;
  width: auto;
  height: 100%;
  object-fit: fill;
  padding: 5px;
}
@media (max-width: 768px) {
  #yh_cooperation .logos li {
    width: 50%;
    border: none;
  }
}
/****************************合作伙伴 end ****************************/
/****************************联系我们 start ****************************/
#yh_contact {
  width: 100%;
  height: 100vh;
}
#yh_contact .yh_product p {
  margin: 0;
  padding: 0;
  font-weight: 700;
}
#yh_contact .yh_product {
  font-size: 18px;
  padding-top: 30px;
}
#yh_contact .yh_product .product_title {
  color: #fff;
  z-index: 11;
  font-size: 48px;
  font-weight: 400;
  letter-spacing: 4px;
}
#yh_contact .yh_product .product_title .title-en {
  font-size: 28px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.624);
  letter-spacing:2px;
  margin-bottom: 20px;
} 
#yh_contact #map{
  margin: 0 auto;
  width: 100%;
  height: 300px;
}
.amap-marker-label{
  border: none;
  color: #000;
  border-radius: 3px;
  height: 35px;
  box-shadow: 0 0 5px 5px rgb(202, 202, 202);
  padding: 10px 10px;
}
#yh_contact input,
#yh_contact textarea,
#yh_contact button{
  border: none;
  outline: none;
}
#yh_contact .feedback{
  margin: 0 auto;
}
#yh_contact .feedback h2{
  text-align: center;
  padding: 20px 0;
}
#yh_contact .feedback .top{
  display: flex;
  justify-content: space-between;
  font-size: 16px;
}
#yh_contact .feedback .top div span{
  padding-left: 20px;
}
#yh_contact .feedback .top div{
  box-shadow: 0 0 3px 2px #ffffff5e;
  padding: 5px;
  padding-top: 10px;
  width: 600px;
  height: 50px;
  border-radius: 3px;
}
#yh_contact .feedback .top input{
  background-color: transparent;
  width: 70%;
  height: 100%;
}
#yh_contact .feedback textarea{
  background-color: transparent;
  box-shadow: 0 0 3px 2px #ffffff5e;
  width: 100%;
	height: 100px;
  margin-top: 30px;
  resize: none;
}
#yh_contact .feedback button{
  width: 100%;
	height: 46px;
	background-color: #188aef;
  margin-top: 20px;
  border-radius: 5px;
  letter-spacing: 20px;
  font-size: 20px;
}
@media (min-width: 1300px){
  #yh_contact .yh_product .product_title {
    font-size: 32px;
  }
  #yh_contact .yh_product .product_title .title-en {
    font-size: 18px;
  }
  #yh_contact #map {
    height: 260px;
  }
  #yh_contact .feedback h2 {
    font-size: 24px;
  }
  #yh_contact .feedback .top div {
    padding-top: 5px;
    height: 30px;
    width: 500px;
  }
  #yh_contact .feedback textarea {
    height: 80px;
  }
}
@media (min-width: 768px) and (max-width: 1300px) {
  #yh_contact .yh_product {
    padding-top: 40px;
  }
  #yh_contact .yh_product .product_title {
    font-size: 22px;
  }
  #yh_contact .yh_product .product_title .title-en {
    font-size: 14px;
  }
  #yh_contact #map {
    height: 260px;
  }
  #yh_contact .feedback h2 {
    font-size: 22px;
  }
  #yh_contact .feedback .top div {
    padding-top: 5px;
    height: 30px;
  }
  #yh_contact .feedback textarea {
    height: 50px;
    margin-top: 20px;
  }
  #yh_contact .feedback button {
    margin-top: 10px;
  }
}
/****************************联系我们 end ****************************/
#carousel-example-generic {
  display: none;
}
@media (max-width: 768px) {
  #carousel-example-generic {
    display: block;
  }
  #yh_product .yh_product {
    padding-top: 40px;
  }
}
.title-01{
  font-size: 22px;
  font-weight: 700;
}
.box_container>p>a{
  font-size: 16px !important;
}