

@font-face {
  font-family: "huxiaobo";
  src: url("../fonts/huxiaobo.TTF");
}




/* 清除浮动  */
.clearfix:after{
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
}

/* 空 敬请期待 start */
.public_empty {
  text-align: center;
  font-size: 16px;
line-height: 56px;
color: #666; 
}

.public_empty img {
  width: 260px;
  margin-bottom: 26px;
}
/* 空 敬请期待 end */


/* 清除swiper左右按钮的focus样式 */
.swiper-button-next:focus, .swiper-button-prev:focus, .swiper-button-next:focus-visible, .swiper-button-prev:focus-visible {
  outline: none;
}
/* 清除swiper左右按钮的focus样式 */


/*修改滚动条样式   start */

.scrollbar::-webkit-scrollbar {
  width: 4px;
  height: 225px;
  /**/
}

.scrollbar::-webkit-scrollbar-track {
  background: #f7f7f7;
  border-radius: 4px;
}

.scrollbar::-webkit-scrollbar-thumb {
  width: 4px;
  height: 10px;
  background-color: #e6e5e7;
  border-radius: 4px;
}
/*修改滚动条样式   end */


/* 头部 start */
header{
  width: 100%;
  margin: 0px auto;
  position: fixed;
  top:0px;
  left: 0px;
  z-index: 100;
}
.header_top_cover{
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: hidden;
  width: 100%;
  background-color: #171b22;
}
.header_top_cover_left{
  position: relative;
  float: left;
  margin-top: 10px;
}
.header_top_cover_left > a{
  display: block;
  overflow: hidden;
  margin-top: 7px;
}
.header_top_cover_right{
  float: right;
  position: relative;
  margin-right: 0px;
  overflow: hidden;
}
.header_top_cover_left > .logo,.header_top_cover_left > a{
  float: left;
  width: 214px;
  height: 44px;
}
.header_top_cover_left_name{
  color: #fff;
  font-size: 26px;
  float: left;
  padding-left: 27px;
  margin-left: 27px;
  height: 26px;
  background: url(../images/index_LogoRightLine.png) left 50% no-repeat;
  width: 473px;
  margin-top: 16px;
}


.header_top_cover_right_title{
  color: #fff;
  font-size: 18px;
  float: left;
  border: 1px solid #dfdfdf;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(223,223,223,0.2);
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#33dfdfdf, endcolorstr=#33dfdfdf);
  border-radius: 5px;
  padding: 14px;
  margin-left: 50px;
}
.header_top_cover_right_title p {
  height: 20px;
  line-height: 20px;
}
.header_top_cover_right_title p + p{
  margin-top: 10px;
}
.header_top_cover_right_num{
  float: left;
  margin-top: 8px;
  margin-left: 13px;
}


.header_top_cover_right_num p{
  color: #fff;
  font-size: 28px;
}

.header_top_nav{
  background-color: rgba(05, 05, 05, 0.3);
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#33050505, endcolorstr=#33050505);
}

.header_top_cover_rightSlogn{
  width: 215px;
  height: 58px;
  float: left;
  margin-top: 11px;
}
.header_list{
  width: 100%;
}
.header_list > li{
  letter-spacing: normal;
  text-align: center;
  line-height: 60px;
  opacity: 1;
  float: left;
}
 .header_nav_bg{
  background-color: rgba(05, 05, 05, 0.3);
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#33050505, endcolorstr=#33050505);
}

.header_list li a{
  color: #FFF;
  font-size: 18px;
  height: 60px;
  line-height: 60px;
  width: 210px;
  text-align: center;
  display: block;
}
.header_list > li:hover{
  background-color: #0f4fdf;
}

.header_top_nav{
  position: absolute;
  z-index: 999;
  margin: auto;
  left: 0;
  right: 0;
  min-width: 1690px;
  max-width: 100%;
  height: 60px;
}


/* 右侧侧边栏部分 */
.sidebar_right{
  position: fixed;
  right: 0;
  top: 600px;
  z-index: 999;
}
.sidebar_right ul{
  position: relative;
}
.public_offer_hover{
  position: absolute;
  left: -259px;
  top: -21px;
  cursor: pointer;
  display: none;
}
.sidebar_right ul li:hover .public_offer_hover{
  display: block;
}
.public_offer_hover:hover{
  display: block;
}
.public_offer_hover img{
  width: 265px;
}
.public_offer_hover p{
  color: #FFF;
  font-size: 22px;
}
.public_offer_active_hover_p1{
  position: absolute;
  top: 37px;
  left: 60px;
}
.public_offer_active_hover_p2{
  position: absolute;
  top: 87px;
  left: 60px;
}
.sidebar_right ul li{
  width: 100px;
  height: 100px;
  background-color: #f5f5f5;
  position: relative;
  margin-bottom: 1px;
}
.sidebar_right_img,.sidebar_right_img_active{
  width: 32px;
  display: block;
  margin: 0 auto;
  padding-top: 18px;
  padding-bottom: 17px;

}
.sidebar_right_img_active{
  display: none;
}

.sidebar_right_last .sidebar_right_img,
.sidebar_right_last .sidebar_right_img_active{
  padding-top: 28px;
}
.sidebar_right_text{
  line-height: 20px;
  color: #666;
  font-size: 14px;
  text-align: center;
}
.sidebar_right ul li:hover .sidebar_right_text{
 color: #FFF;
}
.sidebar_right ul li:hover{
  background-color: #df0f0f;
}

.sidebar_right ul li:hover .sidebar_right_img{
  display: none;
}

.sidebar_right ul li:hover .sidebar_right_img_active{
  display: block;
}















.game_Information{
  position: relative;
}

.game_Information_item{
  position: absolute; 
  display: none;
}

.game_Information_item:hover{
  display: block;
}

.header_list > li:hover .game_Information_item{
  display: block;
}
.game_Information_item p{
  background-color: #0F4FDF;
  color: #FFF;
  font-size: 16px;
  width: 100%;
  height: 60px;
  cursor: pointer;
}

.game_Information_item p:hover{
  background-color: #2665F3;
}


/* 头部 end */

@media (min-width:769px) {

 

}



 /* 设置placeholder默认文字颜色样式 start*/
 
 .header_top_list_input input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #fff;
}

.header_top_list_input input::-moz-input-placeholder, textarea::-moz-input-placeholder {
  color: #fff;
}

.header_top_list_input input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #fff;
}

/* 设置placeholder默认文字颜色样式 end*/


/* 底部 start */
footer {
  background: #f8f8f8;
  padding-top: 80px;
 
}
.footer_ul_List{
  width: 100%;
}
.footer_ul_List li{
  float: left;
  margin-right: 75px;
}
.foot_li_item_title{
  color: #333;
  line-height: 48px;
  font-weight: 700;
  font-size: 24px;
}
.foot_li_item_title:after{
  content: '';
  display: block;
  width: 30px;
  height: 2px;
  background-color: #d0d0d0;
  margin-top: 20px;
}

.footer_contact_us_Content{
  font-size: 16px;
  color: #666;
  line-height: 34px;
  margin-top: 36px;
}
.footer_contact_us_Content .footer_contact_us_Content_title{
  width: 28%;
  float: left;
}
.footer_contact_us_Content_des{
  width: 70%;
  display: inline-block;
}

.footer_headOffice_Content{
  margin-top: 36px;
  font-size: 16px;
}
.footer_headOffice_Content_list{
  margin-bottom: 28px;
}
.footer_headOffice_Content_list img{
  float: left;
  margin-right: 16px;
}
.footer_headOffice_Content_list a{
  color:#666 ;
}
.footer_headOffice_Content_list p{
  float: left;
  color: #666;
  width: 90%;
  cursor: pointer;
}

.footer_wx_qc_play_Content{
  margin-top: 36px;
}
.footer_Tiktok_qc_play_Content{
  margin-top: 36px;
}
.footer_Tiktok_qc_play_Content img{
 
}
.footer_contact_us{
  width: 32%;
  /* width: 25%; */
  /* margin-left: 121px; */
}
.footer_headOffice{
  width: 23%;
}
.footer_wx_qc_play{
  width: 13%;
}
.footer_Tiktok_qc_play{
  width: 13%;
  margin-right: 0px !important;
  margin-left: 80px;
}
.footer_versions{
  background-color: #f1f1f1;
  text-align: center;
  color: #888;
  line-height: 30px;
  font-size: 16px;
  padding-top: 18px;
  padding-bottom: 18px;
  margin-top: 60px;
}
.footer_versions a{
  color: #888;
}
.footer_versions span{
  display: inline-block;
}

.footer_top .index_container{
  text-align: left !important;
}



/* 底部结束 */



.aside_view{
  width: 90px;
  position: fixed;
  right: 10px;
  top: 384px;
  box-shadow: 0px 20px 40px 0px 
		rgba(177, 177, 177, 0.25);
}
.aside_view li{
  width: 100%;
  height: 90px;
  background-color: #FFF;
  text-align: center;
  /* opacity: 0.8; */
  cursor: pointer;
  position: relative;
  color: #999;
}
.aside_view li:hover{
  background-color: #0a8293;
  color: #FFF;
}

.service_hotline_message{
  background-color: #FFF;
  box-shadow: 0px 20px 40px 0px 
		rgba(177, 177, 177, 0.25);
  position: absolute;
  right: 91px;
  top: 0px;
  width: 254px;
  height: 91px;
  line-height: 91px;
  color: #0a8293;
  font-size: 26px;
  text-align: center;
  display: none;
}
 .service_hotline_first{
  display: inline-block;
}

.service_hotline_last{
  display: none;
} 
.aside_view li:hover .service_hotline_first{
  display: none;
}

.aside_view li:hover .service_hotline_last{
  display: inline-block;
}

.aside_view li:hover +.service_hotline_message{
  display: block;
}

.WeChat_information_message{
	background-color: #fff;
	box-shadow: 0px 20px 40px 0px 
		rgba(177, 177, 177, 0.25);
    position: absolute;
    left: -90px;
    bottom: 0px;
    display: none;
    width: 90px;
    height: 90px;
}


.WeChat_information:hover +.WeChat_information_message{
  display: block;
}



.aside_view li img{
  margin: 17px 0px 8px;
}

.Online_information{
  display:block;
}

.footer_versions_records:hover.footer_versions_records a{
  font-weight: 700;
}

/* .aside_view li p{
  font-size: 14px;
	color: #666;
}
.aside_view li + li p{
  color: #666;
}
.aside_view li + li{
  background-color: #fff;
  position: relative;
} */
/* .aside_view li + li:before{
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  width: 70px;
	height: 1px;
	background-color: #ebebeb;
} */

/* 底部 end */

@media (min-width:769px) {
  .footer_copyright a:hover {
    color: #fff;
  }

  .public_back_top:hover .img1 {
    display: none;
  }

  .public_back_top:hover .img2 {
    display: block;
  }

  .public_back_top:hover {
    background: #0065ff;
  }
}



/* 阴影 start */
.shadow {
  box-shadow: 0px 10px 20px 0px 
		rgba(182, 182, 182, 0.2);
}
/* 阴影 end */

/* 查看更多 start */
.public_more {
  font-size: 18px;
	color: #0065ff;
  padding: 12px 40px;
  display: inline-block;
  border: solid 1px #0065ff;
}

.public_more.type2 {
  background: #0065ff;
  color: #fff;
}


.public_more img {
  width: 15px;
	height: 15px;
  margin-left: 14px;
  position: relative;
  top: -2px;
}
/* 查看更多 end */

@media (min-width:769px) {
  .public_more:hover {
    background: #e4f2ff !important;
    color: #0065ff !important;
  }
  .public_more.type2:hover {
    opacity: 0.8;
  }
}


@font-face {
  font-family: "HANSKENDRICKV-REGULAR";
  src: url("../fonts/HANSKENDRICKV-REGULAR.ttf");
}

@font-face {
  font-family: "bebas";
  src: url("../fonts/BEBAS___.ttf");
}

@font-face {
  font-family: "barlow";
  src: url("../fonts/Barlow-ExtraBold.ttf");
}

@font-face {
  font-family: "barlowc";
  src: url("../fonts/BarlowCondensed-ExtraLight.ttf");
}

/* .common_banner  img {
  width: 100%;
} */

ul ,p,li,h1,h2,h3,h4,h5,h6 {
  margin: 0px;
}

.swiper-wrapper  , .swiper-slide {
  height: auto !important;
}

.container {
  width: 1200px;
  padding: 0px;
  margin: 0px auto;
  box-sizing: border-box;
}


.index_container {
  box-sizing: border-box;
  width: 1680px;
  padding:0px;
  margin: 0px auto;
  text-align: center;
}



@font-face {
  font-family: "BAHNSCHRIFT";
  src: url("../fonts/BAHNSCHRIFT.TTF");
}



/* 面包屑 start */
.crumbs {
  width: 100%;
  float: left;
  white-space:nowrap; 
  text-overflow:ellipsis; 
  -o-text-overflow:ellipsis; 
  overflow: hidden; 
  box-sizing: border-box;
  line-height: 50px;
  height: 50px;
  vertical-align: middle;
}

.crumbs a,
.crumbs span {
  vertical-align: middle;
  margin-right: 2px;
  /* display: inline-block; */
  font-size: 16px;
  line-height: 20px;
  color: #666;
}

/* .crumbs span.crumbs_end {
  color: #333;
} */

.crumbs  a:hover , .crumbs  a:hover span {
  color: #0f4fdf;
}


.crumbs a img {
  width: px;
  height: 20px;
  margin-right: 12px;
  margin-top: -4px;
}


.crumbs_tab_list {
  width: 50%;
  float: right;
  text-align: right;
}

.crumbs_tab_list li {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
	color: #666;
  margin-left: 34px;
  position: relative;
  cursor: pointer;
}


.header_list li.on {
  color: #006cce;
  font-size: 50px !important;
}
.on > a{
  background-color: #0f4fdf !important;
}
.crumbs_tab_list li:after {
  content: "";
  position: absolute;
  width: 30px;
	height: 2px;
	background: #006cce;
  display: block;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  display: none;
}

.crumbs_tab_list li.on:after {
  display: block;
}
.crumbs_tabs {
  background-color: #f8f8f8 !important;
}
/* 面包屑 end */


.recommandSwiper  .swiper-button-next, .recommandSwiper .swiper-button-prev {
  width: 30px;
height: 54px;
}

.recommandSwiper  .swiper-button-next:after, .recommandSwiper .swiper-button-prev:after {
  display: none;
}

.recommandSwiper  .swiper-button-next img , .recommandSwiper .swiper-button-prev img  {
  width: 100%;
  display: block;
  height: 100%;
}
.recommandSwiper  .swiper-button-next .img2 , .recommandSwiper .swiper-button-prev .img2 {
  display: none;
}

.recommandSwiper  .swiper-button-next {
  right: 0px;
}

.recommandSwiper .swiper-button-prev {
  left: 0px;
}


@media (min-width:769px) {
  .recommandSwiper  .swiper-button-next:hover .img2 , .recommandSwiper .swiper-button-prev:hover .img2 {
    display: block;
  }
  .recommandSwiper  .swiper-button-next:hover .img1 , .recommandSwiper .swiper-button-prev:hover .img1 {
    display: none;
  }
}

@media (max-width:768px) {
  .swiper-container.recommandSwiper {
    padding-bottom: 50px;
  }

  .recommandSwiper .swiper-button-prev {
    left: 35%;
  }
  .recommandSwiper  .swiper-button-next {
    right: 35%;
  }

  .recommandSwiper  .swiper-button-next, .recommandSwiper .swiper-button-prev {
    bottom: 0px !important;
    top: auto !important;
  }
}


/* 视频弹窗  start */
.public_videos.layui-layer-dialog {
  width: 80% !important;
  top: 20% !important;
  left: 10% !important;
  height: 60% !important;
}


.public_video_pop_close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: -70px;
  right: 0px;
  cursor: pointer;
}

.layui-layer-dialog.public_videos .layui-layer-content {
  overflow: visible;
  width: 100%;
  box-sizing: border-box;
  padding: 40px;
  height: 100%;
}


.public_video_pop_video {
  width: 100%;
  height: 100%;
  background: #000;
  display: block;
}


.public_video_pop {
  width: 100%;
  height: 100%;
}
/* 视频弹窗  end */

/* banner  start */
.public_banner {
  width: 100%;
  box-sizing: border-box;
  margin-top: 120px;
}

.public_banner img {
  width: 100%;
  height: auto;
}
/* banner  end */





.sand_table_list li a {
  display: block;
  width: 100%;
}

.sand_table_list li a  .pro_img {
  box-shadow: 0px 10px 16px 0px rgba(13, 52, 100, 0.2);
}

html,body {
  /* overflow-x: hidden; */
}


.title_common .title_text {
  color: #333;
  font-weight: normal;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none; 
  margin: 0; 
}
/* 火狐 */
input{
  -moz-appearance:textfield;
}

/* .aside_items_kefu_text {

} */

.header_hover_show_case_pc {
  height: 0px !important;
  width: 400px;
  left: 50%;
  padding-top: 0px;
  margin-left: -9%;
}

.header_hover_show_intr_pc {
  width: 200px;
  height: 0px !important;
  padding-top: 0px;
  left: 50%;
  margin-left: 5%;
}

.header_hover_show_case_pc.on {
  height: 300px !important;
  padding-top: 20px;
}
.header_hover_show_intr_pc.on {
  height: 200px !important;
  padding-top: 20px;
  padding-bottom: 0px;
  left: 50%;
  margin-left: 5%;
}



.header_hover_show_case_pc ul li,
.header_hover_show_intr_pc ul li {
  width: 50% !important;
  padding: 0px;
  margin: 0px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
}

.header_hover_show_intr_pc ul li {
  width:100% !important;
}

.header_hover_show_intr_pc ul li {
  width: 100%;
}

.header_container {
  width: 88%;
  margin: auto;
  position: relative;
}

.header_hover_show_intr_pc ul li a {
  font-size: 16px;
  color: #333;
}

.header_hover_show ul.left_hover_li li  {
  text-align: left;
}

.header_hover_show ul.left_hover_li li img {
  width: auto;
  height: 16px;
  margin-right: 10px;
}

/* tab标签 开始 */
#tab_title_container{
  box-sizing: border-box;
  text-align: center;
}
.tab_box + .tab_box{
  margin-left: 40px;
}
.tab_box{
  display: inline-block;
  width: 208px;
height: 66px;
  background-color: #f1f1f1;
  text-align: center;
  line-height: 70px;
  margin-top: 80px;
}
.tab_box:hover{
  background-color: #e54d28;
  cursor: pointer;
}
.tab_title{
  margin: auto;
  display: inline-block;
  width: 192px;
  height: 54px;
  line-height: 54px;
font-family: MicrosoftYaHei;
font-size: 18px;
  color: #666;
}
.tab_box:hover .tab_title{
font-weight: bold;
  color: #fff;
  border: solid 1px #EF947E;
}
.selected{
  background-color: #e54d28;
}
.selected p{
  font-weight: bold;
  color: #fff;
  border: solid 1px #EF947E;
}

/* tab标签 结束 */


/* 在线留言弹窗 start */
.online_pops.layui-layer {
  width: 50% !important;
  box-sizing: border-box;
  left: 25% !important;
  top: 17% !important;
}

.online_pops .layui-layer-content {
  padding: 40px;
  width: 100%;
  box-sizing: border-box;
}


.online_pop_top {
  overflow: hidden;
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid #f7f7f7;
}


.online_pop_title {
  font-size: 20px;
  line-height: 40px;
  font-weight: bold;
  color: #333;
  float: left;
}


.online_pop_close {
  cursor: pointer;
  width: 40px;
  height: 40px;
  float: right;
}


.online_pop_form {
  overflow: hidden;
}

.online_pop_form li {
  width: 46%;
  margin-right: 8%;
  box-sizing: border-box;
  overflow: hidden;
  float: left;
  margin-bottom: 30px;
}

.online_pop_form li.margin0 {
  margin-right: 0px;
}


.online_pop_form_left {
  width: 48px;
  line-height: 48px;
  float: left;
  font-size: 16px;
	color: #333;
  width: 22%;
}

.online_pop_form li .online_pop_form_right {
  width: 77%;
  float: left;
  font-size: 16px;
	color: #333;
  height: 48px;
  line-height: 48px;
  border: solid 1px #e5e5e5;
  box-sizing: border-box;
  padding: 0px 20px;
}



.online_pop_form li.large {
  width: 100%;
}
.online_pop_form li.large .online_pop_form_left {
  width: 10%;
}
.online_pop_form li.large .online_pop_form_right {
  width: 90%;
}

.online_pop_form li.large #code.online_pop_form_right {
  width: 27%;
}

.online_pop_form li textarea.online_pop_form_right {
  height: 120px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 28px;
}


.yzmcode {
  width: 10%;
  height: 50px;
  line-height: 50px;
  float: left;
  margin-left: 5%;
  background:#ddefff;
  text-align: center;
  cursor: pointer;
}

.yzmcode span {
  color: #006cce;
  font-size: 14px;  
  font-family: Bebas;
  display: inline-block;
  margin: 0px 6px;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Chrome/Safari/Opera */
  -khtml-user-select: none; /* Konqueror */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
  not supported by any browser */
}


.online_pop_form_submit button {
  height: 48px;
  line-height: 48px;
	background: #006cce;
  text-align: center;
  font-size: 16px;
	color: #fff;
  padding: 0px 94px;
  border: 1px solid #006cce;
}

.online_pop_form_submit {
  padding-left: 10%;
  box-sizing: border-box;
  width: 100%;
}

/* 在线留言弹窗 end */


/* 分页 start */

.pages {
  text-align: center;
  /* margin-bottom: 100px; */
  width: 100%;
}

/* 清除默认效果 */
.pages a {
  text-decoration: none;
  position: relative;
}

.pages a .change_page {
  width: 10px;
	height: 14px;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  margin: auto;
}

.pages a.pages_center{
  line-height: 24px;
}

.pre_red, .next_red {
  display: none;
}
/* 静态样式 */
.staticEffect a{
  color: #666;
  /* border: 1px solid transparent; */
  background: transparent;
}

/* 鼠标经过 */
.number a:hover{
	background: #0f4fdf;
    color: #ffffff;
}

/* 基础样式 */
.pages a {
  font-size: 20px;
  display: inline-block;
  margin-right: 15px;
  width: 34px;
  height: 34px;
  text-align: center;
  vertical-align: middle;
  line-height: 34px;
}

.pages a.prev, .pages a.next {
  font-size: 18px;

}
.prev_pre,
.next_nex {
    border: solid 1px #e5e5e5;
}


/* 分页右边搜索 */
.page_right_input{
  display: inline-block;
  width: 20%;
}
.bottom_pages_box .page_right{
  width: 69px;
  height: 16px;
  font-size: 16px;
  line-height: 28px;
  color: #333333;
}
.bottom_pages_box .page_right input{
  width: 60px;
  text-align: center;
  height: 34px;
  background-color: #fff;
  border: solid 1px #e6e8ed;
}


/* 选中样式 */
.pages a.on{
  background: #0f4fdf;
  color: #ffffff;
}


/* 跳转到第一页 / 最后一页的 图片切换显示 */
.prev_pre:hover .pre_gray {
  display: none;
}

.prev_pre:hover .pre_red {
  display: inline;
}

.next_nex:hover .next_gray {
  display: none;
}

.next_nex:hover .next_red {
  display: inline;
}

.mobile_add_more {
  text-align: center;
}
.mobile_add_more a{
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #999;
  background-color: #f7f7f7;
}
.mobile_add_more a + a{
  margin-top: 20px;
}

/* 分页 end */


/* 案例荟萃开始 */
.big_container {
  min-width: 1690px;
  max-width: 100%;
  padding: 0px;
  margin: 0px auto;
  box-sizing: border-box;
}
.big_container>.public_title_area{
  text-align: center;
  padding-top: 100px;
  background: url('../images/selectedCase.png') no-repeat 50% 50px;
}


.public_title_area>.title_blue{
  font-size:40px;
  font-weight: 700;
  color: #112c66;
  padding-bottom: 20px;
  height: 40px;
  line-height: 40px;
}
.public_title_area>.title_blue_bottom{
font-size: 28px;
color: #999999;
height: 28px;
line-height: 28px;
padding-bottom: 30px;
}
.assemble_area>ul>li{
  float: left;
  width: 25%;
  margin-bottom: 20px;
}
.assemble_area li.list_last{
  margin-right: 0;
}
.assemble_area>ul>li>a{
  display: block;
  width: 100%;
  height: 100%;
}
.assemble_item{
  width: 100%;
  height: 100%;
}
.assemble_item_img{
  position: relative;
  background-color: #fff;
  overflow: hidden;
}
.assemble_item_img h2{
  font-size: 20px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
  color: #090909;
  line-height: 1;
  padding: 19px 30px;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}
.assemble_item_img img{
  max-width: 100%;
  height: 360px;
  margin: 0 auto;
  display: block;
}
.assemble_item_title{
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 360px;
  display: none;
  padding: 87px 49px 40px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.7);
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#b2000000, endcolorstr=#b2000000);
}
.assemble_item_name{
  font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #fff;
  height: 175px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 6;  /*要显示的行数*/
  -webkit-box-orient: vertical;
}
.assemble_more{
  font-size: 16px;
  color: #fff;
  margin: 0px auto;
  padding: 10px;
  width: 138px;
  border: solid 1px #8e8e8d;
  margin-top: 18px;
}

.assemble_list:hover .assemble_item_title{
  display: block;
}
.assemble_list:hover .assemble_itemName{
  color: #0f4fdf;
}

/* 案例荟萃结束 */


.footer_copyright a {
  display: inline-block;
}


/* 公共样式：Tab */
.first_page_Tab ul li{
  float: left; 
  margin-right: 30px;
}


.first_page_Tab ul li,.index_case li {
  border: solid 1px #dcdcdc;
  padding: 14px 48px;
  cursor: pointer;
  color: #333;
  font-size: 18px;
}

.first_page_Tab_ul_lastLi{
   margin-right: 0px !important;
}
.first_page_Tab_ul{
   float: left;
   position: relative;
   left: 50%;
}
.first_page_Tab_ul li{
   float: left;
   position: relative;
   right: 50%;
}
.first_page_Tab{
   margin-bottom: 30px;
   overflow: hidden;
}

.clickFirst_tagLi_style,.first_page_Tab_ul li:hover{
   background-color: #0f4fdf;
   color: #FFF !important;
}


/* 公共样式Tab结束 */




@media (max-width:768px) {
  .public_button {
    height: 36px;
    line-height: 36px;
    border-radius: 25px;
    font-size: 14px;
    padding: 0px 20px;
  }

  body {
    padding-top: 44px;
  }
  .container , .index_container {
    width: 100%;
    box-sizing: border-box;
    padding: 0px 3% ;
  }
  header {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999;
    width: 100%;
    background: #fff;
  }
  .header_toggle {
    height: 20px;
    float: right;
    width: auto;
    cursor: pointer;
    margin-top: 12px;
  }
  .search_toggle{
    float: right;
    height: 20px;
    width: auto;
    cursor: pointer;
    margin-top: 12px;
    margin-right: 15px;
  }
  .header_logo {
    display: block;
    line-height: 44px;
    float: left;
  }
  .header_left {
    max-width: 100%;
    float: none;
    overflow: hidden;
    width: 100%;
  }
  .header_logo img {
    width: auto;
    height: 30px;
  }
  .header_list {
    text-align: center;
    position: fixed;
    z-index: 999;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: calc(100% - 44px);
    top: 44px;
    left: 0px;
    display: none;
    overflow: auto;
  }



  .header_list>li {
    display: block;
    margin-left: 0px;
    background: #fff;
    border-top: 1px solid #f7f7f7;
  }
  .header_list>li>a {
    line-height: 44px;
    padding: 0px 4%;
    font-size: 16px;
  }
  .header_list>li.on>a:after {
    display: none;
  }
  .header_list li a:hover:after{
    content: "";
    display: none;
  }
  .header_hover_poster, .header_hover_contents {
    display: none;
  }

  .header_hover_list {
    width: 100%;
    float: right;
    text-align: center;
  }

  .header_hover {
    height: auto;
    position: relative;
    display: none;
    transition: all 0s;
  }
  .header_hover_list li {
    margin-bottom: 0px;
  }
  .header_hover_list li a img {
    width: 10px;
    height: 10px;
    margin-left: 4px;
    position: relative;
    top: -1px;
  }
  .header_list>li>p {
    font-size: 16px;
    line-height: 44px;
    color: #333;
  }
  .header_hover_list li a {
    display: block;
    font-size: 14px;
    line-height: 44px;
  }
  
  .header_hover_left {
    width: 100%;
    float: none;
    box-sizing: border-box;
    padding-right: 0px;
  }
  .footer_aisde {
    width: 44px;
    background: #fff;
    box-shadow: 0px 20px 40px 0px rgb(177 177 177 / 25%);
    position: fixed;
    bottom: 20%;
    right: 10px;
    z-index: 90;
    text-align: center;
  }
  .footer_aisde ul li {
    text-align: center;
    padding: 0px;
    font-size: 14px;
    color: #666;
    cursor: pointer;
    box-sizing: border-box;
    width: 100%;
    position: relative;
    height: 44px;
    line-height: 44px;
    display: none;
  }
  .footer_aisde ul li img {
    height: 20px;
    margin-bottom: 0px;
    width: auto;
  }
  .footer_top_left {
    width: 100%;
    margin-bottom: 20px;
  }
  .footer_logo img {
    height: 44px;
  }
  .footer_code {
    width: 80%;
    height: auto;
  } 
  .public_tit{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
  }
  .footer_lines {
    width: 20px;
    height: 3px;
    margin-bottom: 22px;
  }
  .footer_titles {
    font-size: 16px;
    margin-bottom: 17px;
  }
  .footer_top_right {
    width: 36%;
    max-width: 36%;
    float: right;
  }
  .footer_top_center {
    width: 60%;
    float: left;
  }
  .footer_contacts + .footer_contacts {
    margin-top: 0px;
  }
  .footer_contact_item {
    width: 100%;
    margin-bottom: 14px;
  }
  .footer_contact_detail {
    width: calc(100% - 28px);
  }
  .footer_contact_item img {
    width: 14px;
    margin-right: 14px;
  }
  .footer_top {
    padding: 20px 0px 0px;
  }
  .footer_copyright {
    font-size: 14px;
  }
  .public_tit i {
    display: inline-block;
    width: 30px;
    height: 2px;
    background: #0065ff;
  }
  .public_tit p {
    margin-bottom: 10px;
    line-height: 32px;
  }
  .public_more {
    font-size: 14px;
    padding: 6px 20px;
  }
  .public_more img {
    width: 10px;
    height: 10px;
    margin-left: 6px;
    top: -1px;
  }
  .public_back_top {
    width: 44px;
    height: 44px;
    line-height: 44px;
    right: 4%;
  }
  .public_back_top img {
    width: 20px;
    height: 12px;
  }

  .pages_mobile{
    margin-bottom: 20px;
  }
  .pages_mobile a{
    display: block;
    float: left;
    width: 47%;
    height: 40px;
    line-height: 40px;
    background-color: #f7f7f7;
    text-align: center;
  }
  .pages_mobile a + a{
    float: right;
  }



  .header_list li a:hover:after{
    /* content: "";
    position: absolute;
    left: 0px;
    bottom: 25px;
    right: 0px;
    margin: 0px auto;
    width: 36px;
    height: 2px; */
    background-color: #FFF !important;
    opacity: 0 !important;
  }


}


/* footer响应式 */
@media (max-width:768px) {
  footer{
    padding-top: 0;
  }
  div.footer_box{
    float: right;
    width: 25%;
  }
  .footer_box + .footer_box{
    margin-left: 0;
  }
  ul.footer_info_list{
    float: left;
    width: 70%;
  }
  .footer_info_list li + li {
    margin-top: 10px;
  }
  .footer_location_img{
    display: inline-block;
    vertical-align: top !important;
  }
  .footer_location{
    display: inline-block;
    width: 80%;
  }
  .footer_info_list a{
    color: #fff;
    opacity: 0.7;
    font-size: 14px;
  }
  .footer_info_list span{
    color: #fff;
    opacity: 0.7;
    font-size: 14px;
  }
  .footer_info_list p{
    color: #fff;
    opacity: 0.7;
    font-size: 14px;
  }
  .footer_box li a.footer_tel{
    color: #fff;
    opacity: 1;
    font-size: 18px;
  }
  .footer_copyright{
    margin-top: 10px;
  }
  .footer_copyright .index_container{
    padding: 5px 0;
  }
  .footer_copyright p, .footer_copyright p a{
    color: #fff;
    font-size: 10px;
  }
  .footer_copyright p{
    padding: 5px 0px;
    opacity: 0.6;
  }
}


.sidebar_right ul li.public_offer_li{
  background-color: #df0f0f; 
}

.sidebar_right ul li.public_offer_li .sidebar_right_text{
  color: #fff;
}

.sidebar_right ul li.public_offer_li .sidebar_right_img_active,.sidebar_right_last a{
  display: block;
}

.sidebar_right_last {
  display: none;
}
.sidebar_right_last a{
  width: 100px;
  height: 100px;
  overflow: hidden;
}
.sidebar_right_last img{
  width: 25px;
  height: 30px;
  padding: 0px !important;
  margin-top: 40px;
}

.assemble_itemName{
  width: 92%;
  padding: 0px 4%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #090909;
  font-size: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.top_swiper_box {
  margin-top: 120px;
}
