*,
html,
body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  /* font-family: Source Han Sans CN; */
  font-family:"San Fransisco", "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Microsoft Yahei", SimSun, sans-serif;
}
.header ul p {
  margin: 0;
}
li {
  list-style: none;
}

.a_box li {
  height: 350px;
  margin-bottom: 20px;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
}

.a_box li img {
  max-width: 100%;
  height: 100%;
}

.a_box .a_4 {
  margin-right: 0px;
}

/* .a_1 {
  background: url("../img/index/a1.png") no-repeat top center;
  background-size: 100% 100%;
}
.a_2 {
  background: url("../img/index/a2.png") no-repeat top center;
  background-size: 100% 100%;
}

.a_3 {
  background: url("../img/index/a3.png") no-repeat top center;
  background-size: 100% 100%;
}
.a_4 {
  background: url("../img/index/a4.png") no-repeat top center;
  background-size: 100% 100%;
} */
.carousel_1 {
  padding-top: 20px;
}

.carousel_1 .carousel-control {
  display: none;
}

.carousel_1 .carousel-indicators {
  display: none;
}

.carousel_1 .carousel-inner .item {
  height: 470px;
}

.carousel_1 .carousel-inner .item img {
  height: 100%;
  margin: 0 auto;
  opacity: 0.95;
}

.new_left_img-box {
  padding-top: 0px;
}
#myCarousel .carousel-inner .item img {
  max-width: initial;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#myCarousel .carousel-inner {
}
#myCarousel_d .carousel-control-box,
#controlPc .carousel-control-box {
  bottom: -20px;
}

.new_left_img {
  width: 100%;
  height: 385px;
  max-height: 385px;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.new_left_img img {
  height: 100%;
  float: right;
}

.new_right_li li {
  padding: 5px;
  padding-top: 0px;
  padding-bottom: 30px;
  padding-left: 10px;
}
.new_right_li li:last-child {
  padding-bottom: 0px;
}

.new_right_li h5 {
  font-weight: bold;
  cursor: pointer;
}

.new_left_img_ad {
  width: 200px;
  height: 187px;
}

.customers_ul li,
.customers_ul_no li {
  height: 100px;
  margin-bottom: 10px;
  position: relative;
  background-size: 100%;
  transition: all 0.5s;
  border-radius: 10px;
  background-position: center;
  float: left;
}

.customers_ul li i:hover {
  background-size: 120%;
  box-shadow: 0 0 8px #222222;
}
.customers_ul_no li i,
.customers_ul li i {
  position: relative;
  background-size: 100%;
  transition: all 0.5s;
  border-radius: 10px;
  background-position: center;
  height: 100%;
}
.customers_ul_no::after,
.customers_ul::after {
  content: "";
  display: block;
  clear: both;
}
#onNewHover a {
  color: #222222;
}
#onNewHover a:hover {
  color: #337ab7;
}

#myCarousel_t_item li {
  background-repeat: no-repeat;
  cursor: pointer;
}
#newAddImg a {
  color: #222222;
}
#newAddImg p,
#newAddImg h5 {
  margin-bottom: 0px;
}

#newAddImg .item span {
  color: #888888;
  padding: 14px 0;
  display: block;
}

#newAddImg h5 {
  margin-bottom: 0px;
  margin-top: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
}

#newAddImg p {
  color: #555555;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  min-height: 40px;
}

body {
  background: rgba(40, 120, 255, 0.05);
}

.products-text {
  width: 640px;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  background: rgba(12, 92, 225, 0.8);
}

.products-text-box {
  margin-top: 261px;
  padding-left: 83px;
  width: 308px;
}

.products-text-box h2,
.products-text-box h5,
.products-text-box p {
  color: #ffffff;
}

.products-text-box h2 {
  margin-bottom: 0px;
  font-weight: 800;
  color: #ffffff;
  line-height: 75px;
  text-shadow: 0px 4px 0px rgba(16, 26, 70, 0.85);
}

.products-text-box h5 {
  margin-bottom: 20px;
  margin-top: 0px;
}

.products-text-box p {
  color: #ffffff;
  font-size: 14px;
}

.seach_con {
  min-height: 50px;
  background: #ffffff;
  padding: 10px 20px 0px;
  margin-bottom: 10px;
}

.seach_con_title ul {
  margin: 0px;
  /* padding-top: 10px; */
}

.seach_con_title_ul::after {
  content: "";
  display: block;
  clear: both;
}

.seach_con .seach_con_title li {
  list-style: none;
  float: left;
  padding: 6px 14px;
  background: #e8f1ff;
  border-radius: 5px;
  color: #2878ff;
  margin-right: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  transition: all 0.3s;
}

.seach_con .seach_con_title li a {
  text-decoration: none;
}

.seach_con .seach_con_title li.active {
  color: #ffffff;
  background: #2878ff;
}

.seach_con .seach_con_title li.active a {
  color: #ffffff;
}

.seach_con .seach_con_title li:hover {
  box-shadow: 0 0 3px #2878ff;
}

.list_box {
  /* width: 100%; */
}

.list_itme {
  background: #ffffff;
  box-shadow: 0px 0px 7px 0px rgba(16, 26, 70, 0.16);
  height: 145px;
  padding-top: 10px;
  margin-bottom: 20px;
}
.list_itme a {
  color: initial;
}

.list_itme h5 {
  font-weight: bold;
  color: #222222;

  font-size: 16px;
}
.list_itme_img_box {
  height: calc(100% - 10px);
}

.list_itme_img_box div {
  overflow: hidden;
  height: 100%;
  border-radius: 5px;
}

.list_itme img {
  width: 100%;
  transition: all 0.5s;
}

.list_itme img:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.list_itme p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.pagination_sty {
  display: flex;
  justify-content: flex-end;
}

.new_product {
  background: #ffffff;
}

.new_product .dom-modular {
  padding: 0px;
}

#news ul {
  padding: 15px;
  min-height: 438px;
}

#news li {
  border-bottom: 1px solid #d7d7d7;
  /* background: #D7D7D7;; */
  list-style: none;
  padding-bottom: 10px;
}

#news .item h5 {
  font-size: 16px;
  color: #222222;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#news .item h5:hover {
  color: #2878ff;
}
#news .item a {
  color: #222222;
}
#news .item a:hover {
  color: #222222;
  text-decoration: none;
}

#news .item span {
  color: #888888;
  font-size: 13px;
}

.news_car_list ul {
  padding: 15px;
}

.news_car_list li {
  border-bottom: 1px solid #d7d7d7;
  list-style: none;
  padding-bottom: 10px;
}

.news_car_list .item h5 {
  font-size: 16px;
  /* font-weight: bold; */
  color: #222222;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news_car_list .item h5:hover {
  color: #2878ff;
}
.news_car_list .item a {
  color: #222222;
  text-decoration: none;
}
.news_car_list .item a:hvoer {
  text-decoration: none;
}

.news_car_list .item span {
  color: #888888;
  font-size: 13px;
}

/* 新闻信息 */
.news_detail {
  background: #ffffff;
  padding: 0 40px;
}

.news_detail h5,
.news_detail .news_detail_data {
  text-align: center;
}

.news_detail h5 {
  margin-top: 0px;
  padding-top: 30px;
  font-size: 20px;
  font-weight: bold;
  color: #222222;
}

.news_detail .news_detail_data {
  font-size: 13px;
  font-weight: 400;
  color: #888888;
}

.news_content_data {
  padding-top: 10px;
  padding-bottom: 20px;
}

.news_detail .news_content_data > div {
  font-weight: 400;
  color: #555555;
  line-height: 20px;
  word-break: break-all;
  min-height: 620px;
}
.news_detail .news_content_data > div img {
  max-width: 100%;
}

.new_product_content {
  background: rgba(0, 0, 0, 0);
}

.new_product_content .dom-modular {
  background: #ffffff;
}

#myCarousel_new_cen {
  padding-top: 0px;
}

#myCarousel_new_cen .item {
  min-height: 470px;
}

.new_product_return {
  width: 100%;
  height: 50px;
  margin-bottom: 10px;
  background: #2878ff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  font-weight: 400;
  color: #ffffff;
}

div.jumbotron_news {
  height: 380px;
  background-size: auto 100%;
  padding-top: 145px;
}
.securty_item .item {
  position: relative;
  height: 300px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 0 10px #222222;
  margin-bottom: 20px;
}

.securty_item .item img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

/* .securty_item .item:hover {
} */
.securty_item .item:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.securty_item .item p {
  margin: 0px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: rgba(0, 0, 0, 0.4);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #ffffff;
  /* display: flex; */
  /* justify-content: center;
  align-items: center; */
}

.security_dom_center {
  padding-top: 60px;
}

.dom-title-box b {
  font-size: 36px;
  color: #222222;
}
.dom-title-box-shouquan {
  margin-bottom: 0px;
}

.shouquanshu_t {
  height: 611px;
}
.dom-modular .shouquanshu_t {
  margin-bottom: 10px;
}

#shouquanshupages {
  position: relative;
  bottom: 0px;
  right: 0px;
  left: 0px;
}

.qualification_ul li {
  height: 208px;
  transition: all 0.5s;
  margin-bottom: 20px;
}

.qualification_ul li > div {
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.qualification_ul li img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.qualification_ul li > div:hover {
  box-shadow: 0 0 10px #222222;
}

.qualification_ul li:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.qualification_ul_other li {
  height: 492px;
  transition: all 0.5s;
  margin-bottom: 20px;
}

.qualification_ul_other li .img_box {
  height: calc(100% - 50px);
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.qualification_ul_other li .img_box img {
  height: 100%;
}

.qualification_ul_other li .name_box {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  height: 50px;
  line-height: 50px;
  margin: 0px;

  font-size: 20px;
  font-weight: bold;
  color: #222222;
}
.full-screen-search {
}
#pc_expert .pc_expert_li {
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all 0.5s;
  margin-bottom: 10px;
}
#pc_expert .pc_expert_li > div {
  height: 100%;
  max-width: 263px;
  background: #ffffff;
  transition: all 0.5s;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}

#pc_expert .pc_bottom_box,
#pc_expert .pc_top_box {
  height: 100%;
}
#pc_expert .pc_img_box_expert {
  height: calc(100% - 100px);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.pc_center_box_expert {
  padding: 0 10px;
}
.pc_expert_name {
  font-size: 16px;
  font-weight: bold;
  color: #222222;
  padding-top: 10px;
}
.pc_expert_introduce {
  font-size: 14px;
  font-weight: 400;
  color: #888888;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  cursor: default;
}
.pc_img_box_expert img {
  height: 100%;
  transition: all 0.5s;
}
.pc_top_box {
  position: absolute;
  overflow: hidden;
  top: -400px;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  transition: all 0.5s;
}
.pc_top_box > div {
  padding: 20px;
  color: #ffffff;
  line-height: 28px;
}
#pc_expert .pc_expert_li:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
#pc_expert .pc_expert_li:hover {
  top: -2px;
}
#pc_expert .pc_expert_li:hover .pc_expert_box {
  box-shadow: 0 0 10px #222222;
}
#pc_expert .pc_expert_li:hover .pc_top_box {
  top: 0px;
}

.pc-architect-item {
  height: 523px;
  margin-bottom: 20px;
}
.pc-architect-item > div {
  height: 100%;
}
.architect-item-left {
  height: 100%;
  background: #2878ff;
  padding: 15px;
}
.architect-item-left-img {
  height: 205px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.architect-item-left-img img {
  height: 100%;
  /* width: 100%; */
}
.pc_architect_name_box {
  padding-top: 75px;
}
.pc_architect_name_box p {
  color: #ffffff;
}
.pc_architect_name_box .name {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}
.pc_architect_name_box .center {
  font-size: 14px;
  overflow: hidden;

  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 3;
}
.architect-item-right {
  height: 100%;
}
.architect-item-right-img {
  width: 100%;
  height: 253px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.architect-item-right-img img {
  height: 100%;
}
.clearMargin {
  margin: 0px;
}
.clearPadding {
  padding: 0px;
}
.architect-item-center {
  height: calc(100% - 253px);
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 10px;
}

.pc-architect-item .architect-item-center-ad {
  text-overflow: ellipsis;
  overflow: hidden;
  display: none;
  height: 150px;
  padding: 10px;
}
.informationSafety_jianjie,
.informationSafety_jianjie_top {
  max-width: 1200px;
  padding: 0 10px;
}
.informationSafety_jianjie img,
.informationSafety_jianjie_top img {
  width: 100%;
  height: 100%;
}
.rightmune {
  max-height: 300px;
  width: 30px;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 50px;
  z-index: 10;
}
.rightmune li {
  position: relative;
  height: 28px;
  margin-bottom: 10px;
}
.rightmune li:hover p {
  display: none;
}
.rightmune li:hover .rightmune_item {
  transform: translateX(-100%);
  display: block;
  cursor: pointer;
}
.rightmune p {
  text-align: center;
  cursor: pointer;
  color: #888888;
  font-size: 13px;
  font-weight: bold;
}
.rightmune_item {
  position: absolute;
  left: 30px;
  top: 0px;
  height: 28px;
  white-space: nowrap;
  border-bottom: 2px solid #2878ff;
  transition: opacity;
  display: none;
  /* opacity: 0; */
}
.rightmune_item-hover-p {
  display: none;
}
.rightmune_item-hover {
  transform: translateX(-100%);
  display: block;
  /* transform: translateX(-100%); */
}
.ad_expert_li {
  height: 325px;
  padding: 0 10px;
  margin-bottom: 20px;
}
.ad_expert_li .center {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #2878ff;
  box-shadow: 0px 0px 12px 4px rgba(6, 17, 35, 0.3);
  font-size: 13px;
  font-weight: 400;
  color: #ffffff;
  padding: 10px;
}
.ad_expert_li_img_box {
  height: 325px;
  margin-bottom: 20px;
  padding: 0 10px;
}
.ad_expert_li_img_box > div {
  height: 100%;
  background-color: #ffffff;
}
.ad_expert_img_box {
  height: calc(100% - 99px);
}
.ad_expert_img_box img {
  width: 100%;
  height: 100%;
}
.ad_expert_name_box {
  padding: 10px;
  height: 99px;
}
.ad_expert_name_box p {
  margin: 0px;
}
.ad_expert_name_box .ad_expert_name {
  font-size: 14px;
  color: #222222;
  font-weight: bold;
  margin-bottom: 10px;
}
.ad_expert_center {
  line-height: 20px;
  font-size: 12px;
  color: #888888;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
#ad_expert {
  display: none;
}

.informationSafetycontent_img_box {
  max-width: 437px;
  padding: 0 10px;
  margin: 0 auto;
}
.informationSafetycontent_img_box img {
  width: 100%;
}
.col-img-box {
  margin-bottom: 20px;
}
.col-img-box img {
  width: 100%;
}
.aboutus_img_box {
  margin-bottom: 20px;
}
.aboutus_img_box_hover:hover .font-all-img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.aboutus_img_box > div {
  height: 100%;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.aboutus_img_box img {
  height: 100%;
  width: 100%;
  transition: all 0.5s;
}
.aboutus_img_box_mb {
  margin-bottom: 20px;
}
.font-all {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0;
  right: 0;
  padding: 20px;
  background: rgba(0, 0, 0, 0.4);
  color: #ffffff;
  display: flex;
  align-items: center;
  padding-left: 30px;
  z-index: 1;
}
.font-all p {
  font-size: 30px;
  /* font-weight: bold; */
}
.font-all li {
  font-size: 16px;
  margin-bottom: 10px;
}
.font-all div {
  font-size: 16px;
}
.box_aboutus_bo {
  width: 100%;
}
.box_aboutus_bo .active {
  background-color: #2878ff;
  color: #222222;
}
.box_aboutus_bo ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.box_aboutus_bo li {
  background-color: #ffffff;
  height: 330px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #222222;
  width: 33%;
}
.box_aboutus_bo li p {
  font-size: 20px;
  font-weight: bold;
  color: #222222;
  text-align: center;
  margin-bottom: 40px;
}
.box_aboutus_bo li > div {
  padding: 30px;
  min-height: 252px;
}
.box_aboutus_bo li > div div {
  font-size: 16px;
  font-weight: 500;
  color: #222222;
}
.box_aboutus_bo li.active > div div,
.box_aboutus_bo li.active p {
  color: #ffffff;
}
.informationSafetySystem_img_botm {
  margin-bottom: 20px;
}
.informationSafetySystem_img_botm > div {
  width: 100%;
}
.informationSafetySystem_img_botm img {
  width: 100%;
}
.indormation_jians {
  display: none;
}
.item_title_product {
  height: 41px;
  border-bottom: 1px solid #c6c6c6;
  display: flex;
  align-items: center;
}
.item_title_product p {
  padding-left: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #222222;
  margin: 0px;
}
.item_title_product_item img {
  width: 100%;
}
.item_title_product_item::after {
  content: "";
  display: block;
  clear: both;
}
.item_title_product_item_img {
  padding: 0 5px;
}
.item_title_product_item_img > div {
  border-radius: 5px;
  width: 100%;
  height: 66px;
  overflow: hidden;
}
.item_title_product_item p {
  font-size: 14px;
  /* font-weight: bold; */
  color: #222222;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 22px;
}
.item_title_product_item p:hover {
  color: #2878ff;
}
.pro_li_st {
  padding-top: 10px;
}
.contact-us {
  height: 50px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2878ff;
  justify-content: center;
  display: flex;
  align-items: center;
  color: #ffffff;
  font-size: 16px;
  display: none;
}
.contact-marsk {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}
.contact-center {
  width: 80%;
}
.contact-text {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  background: #ffffff;
  border-radius: 5px;
  color: #2878ff;
  font-size: 18px;
  margin-bottom: 20px;
  font-family: PingFang SC;
}
.contact-i {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
}
.contact-i i {
  color: #ffffff;
  font-size: 27px;
}
.news_list_c {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  height: 68px;
  padding: 14px;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
}
div.jumbotron_news2 {
  height: 360px;
  padding-top: 134px;
  background-size: auto 100%;
}
div.jumbotron_behavior {
  height: 480px;
  padding-top: 190px;
  background-size: auto 100%;
}
div.jumbotron_news2 .banner-title-center {
  margin-bottom: 11px;
}
.banner-title-box .banner-title-center-index {
  font-size: 55px;
}
#myCarousel_c {
  padding-top: 0px;
}
div.jumbotron_chanP {
  height: 480px;
}
.products-text-box {
  margin-top: 143px;
}
.dropdown-ul-sty .drop-item {
  margin-bottom: 10px;
}
/* .img1 .img-marsk,
.img2 .img-marsk {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;

  background-image: -ms-linear-gradient(
    left,
    rgba(0, 0, 0, 0),
    rgba(255, 255, 255, 1)
  );
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0),
    rgba(255, 255, 255, 1)
  );
  background-image: -moz-linear-gradient(
    left,
    rgba(0, 0, 0, 0),
    rgba(255, 255, 255, 1)
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0),
    rgba(255, 255, 255, 1)
  );
  background-image: linear-gradient(
    left,
    rgba(0, 0, 0, 0),
    rgba(255, 255, 255, 1)
  );
  background-repeat: repeat-x;
}
.img4 .img-marsk,
.img5 .img-marsk {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;

  background-image: -ms-linear-gradient(
    right,
    rgba(0, 0, 0, 0),
    rgba(255, 255, 255, 1)
  );
  background-image: -webkit-linear-gradient(
    right,
    rgba(0, 0, 0, 0),
    rgba(255, 255, 255, 1)
  );
  background-image: -moz-linear-gradient(
    right,
    rgba(0, 0, 0, 0),
    rgba(255, 255, 255, 1)
  );
  background-image: -o-linear-gradient(
    right,
    rgba(0, 0, 0, 0),
    rgba(255, 255, 255, 1)
  );
  background-image: linear-gradient(
    right,
    rgba(0, 0, 0, 0),
    rgba(255, 255, 255, 1)
  );
  background-repeat: repeat-x;
} */

.navbar-nav > li > .dropdown-menu {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.list_itme a {
  color: #222222;
  font-size: 16px;
}
.list_itme a:hover {
  color: #2878ff;
}

.list_itme h5:hover {
  color: #2878ff;
  cursor: pointer;
}
.qualification_ul_isnoe {
  display: flex;
  justify-content: center;
}
.itemxinwenrows {
  display: flex;
  justify-content: center;
}

/*test */
.ourSearch-content {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 381px;
  margin-top: 50px;
  overflow: hidden;
  position: relative;
}
.ourSearch-section-content {
  /* background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; */
  width: 1200px;
  height: 213px;
  float: left;
  margin-top: 100px;
  position: relative;
  background: url(/img/aboutus/bo.png) center center/1200px auto repeat;
  /*top: 100px;
  position: absolute;*/
}

.hot-search {
  /*position: absolute;*/
  float: left;
  font-size: 14px;
  width: 180px;
  color: #ffffff;
  letter-spacing: 0;
  text-shadow: 0 0 1px #00c0ff;
  text-align: center;
  cursor: pointer;
}
.hot-search:hover {
  color: #ffffff;
}
.hot-search:focus {
  color: #ffffff;
}
.hot-search:visited {
  color: #ffffff;
}
.hot-search-1,
.hot-search-5,
.hot-search-9,
.hot-search-13,
.hot-search-17,
.hot-search-21,
.hot-search-25,
.hot-search-29,
.hot-search-33,
.hot-search-37,
.hot-search-41,
.hot-search-45,
.hot-search-49,
.hot-search-53,
.hot-search-57,
.hot-search-61,
.hot-search-65,
.hot-search-69,
.hot-search-73,
.hot-search-77 {
  position: absolute;
  left: 370px;
  top: -14px;
}
.hot-search-2,
.hot-search-6,
.hot-search-10,
.hot-search-14,
.hot-search-18,
.hot-search-22,
.hot-search-26,
.hot-search-30,
.hot-search-34,
.hot-search-38,
.hot-search-42,
.hot-search-46,
.hot-search-50,
.hot-search-54,
.hot-search-58,
.hot-search-62,
.hot-search-66,
.hot-search-70,
.hot-search-74,
.hot-search-78 {
  position: absolute;
  left: 117px;
}
.hot-search-3,
.hot-search-7,
.hot-search-11,
.hot-search-15,
.hot-search-19,
.hot-search-23,
.hot-search-27,
.hot-search-31,
.hot-search-35,
.hot-search-39,
.hot-search-43,
.hot-search-47,
.hot-search-51,
.hot-search-55,
.hot-search-59,
.hot-search-63,
.hot-search-67,
.hot-search-71,
.hot-search-75,
.hot-search-79 {
  position: absolute;
  left: 662px;
  top: -21px;
}
.hot-search-4,
.hot-search-8,
.hot-search-12,
.hot-search-16,
.hot-search-20,
.hot-search-24,
.hot-search-28,
.hot-search-32,
.hot-search-36,
.hot-search-40,
.hot-search-44,
.hot-search-48,
.hot-search-52,
.hot-search-56,
.hot-search-60,
.hot-search-64,
.hot-search-68,
.hot-search-72,
.hot-search-76,
.hot-search-80 {
  position: absolute;
  left: 991px;
  top: -55px;
}
.ourSearch-conten-bo {
  width: 900000px;
  height: 381px;
}
.ourSearch-aim-line {
  width: 4800px;
  height: 381px;
  float: left;
}
.ourSearch-aim-move {
  width: 200px;
  height: 381px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.ourSearch-content-box1,
.ourSearch-content-box2 {
  width: auto;
  float: left;
}
.ourSearch-aim {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 1200px;
  height: 246px;
  float: left;
  margin-top: 100px;
}
@media (max-width: 768px) {
  .bd-home-ourSearch {
    display: none;
  }
}
.video-desc p span {
  /*background-color: transparent!important;*/
  background-color: inherit !important;
  color: #fff !important;
}
/*  .outer {
    float: left;
    position: relative;
    overflow: hidden;
    width: 1000px;
    height: 191px;
    background: #aaa url(img/line_white.png) center center/1000px auto repeat;
  }
  */
.inner2,
.inner {
  display: none;
  position: absolute;
  opacity: 1 !important;
  left: 0;
  top: 0;
  width: 100px;
  height: 246px;
  background: url(/img/aboutus/yellow-line.png) 0 0/1200px auto repeat-x;
}
.ourSearch-section-content a:hover {
  text-decoration: none;
}
.breadcrumb > li + li:before {
  color: #555555;
  content: ">";
  padding: 0 5px;
}
.breadcrumb > .active {
  color: #555555;
}
.breadcrumb > li {
  color: #555555;
}
.dom-modular-chap a {
  color: #555555;
  font-size: 16px;
  cursor: pointer;
}
.dom-modular-chap a:hover {
  color: #2878ff;
  font-size: 16px;
}
.breadcrumb {
  padding: 0px;
  margin-bottom: 0px;
  list-style: none;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 4px;
}
.dom-modular-chap {
  max-width: 1200px;
  padding: 20px 43px 0px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dom-modular-chap {
}
.news_detail_menus {
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news_detail_menus a {
  color: #555555;
  font-size: 16px;
  cursor: pointer;
}
.news_detail_menus a:hover {
  color: #2878ff;
  font-size: 16px;
}
.news_detail_menus p {
  margin: 0;
  font-size: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 180px;
}
.news_detail_menus span {
  color: #555555;
  font-size: 16px;
}
.news_detail_menus > div {
  display: flex;
  justify-content: left;
  align-items: center;
}
.behavior-text {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  height: 60px;
}
.behavior-text p,
.behavior-text a {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  margin: 0;
  text-decoration: none;
  cursor: pointer;
}

.behavior-back p {
  /* height: 500px; */
  /* display: flex; */
  margin: 0;
}
.behavior-title {
  text-align: center;
}
.behavior-subtitle {
  font-size: 20px;
  color: #222222;
  font-weight: bold;
  text-align: center;
  padding-bottom: 20px;
}
.behavior-text-title {
  color: #222222;
  padding-bottom: 25px;
  padding-left: 30px;
}
.behavior-text-title-tow {
  height: 18px;
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: bold;
}
.behavior-text-title-center {
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #222222;
}
.behavior_img_box_expert {
  background: #ffffff;
}
.behavior_img_box_expert img {
  width: 100%;
  height: auto;
}
.behavior_challenge_1 {
  padding: 40px;
  background-color: #ffffff;

  box-shadow: 0px 0px 13px 0px rgba(16, 26, 70, 0.09);
}
.behavior_challenge_1 p {
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #222222;
  margin-bottom: 10px;
}
.behavior_challenge_1 span {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
}
.behavior-challenge_1_ul li {
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
}
.behavior-challenge_1_ul li > div {
  max-width: 340px;
}
/* .behavior-challenge_1_ul li:first-child {
  padding-left: 0px;
}
.behavior-challenge_1_ul li:last-child {
  padding-right: 0px;
} */
.behavior_challenge_2 {
  display: flex;
}
