
header a.fa-user-o{
    font-size: 16px;
    font-size: 1.6rem;
   color:#fff;
}

header.bg_w.small a.fa-user-o{
     color: #000;
}

 header.bg_w_always a.fa-user-o{
    color:#002e7c;
}

.showcase .slideInner .prologo img {
    width: 16rem;
}

.sub_sidebar {
    z-index:20;			 
}

.hidden{
    display: none!important;
}

.w-full{
    width:100%!important;
}

.showcase .carousel-item-background .mask {
    background: url(https://coatedwebsiteppstorage.blob.core.chinacloudapi.cn/powerpagesblob/cs/slide_mask.png) center bottom no-repeat;
    background-size: 100% auto;
}

.loadmore.loadmore-nodata{
    font-size: 1.8rem;
    line-height: 2;
    min-height: 10vh;
    background: none;
}

.loadmore.loadmore-nodata a{
    color:#333;
}
.loadmore.loadmore-nodata a:hover{
    color: #1ed7eb;
}

.pop_privacy{position: fixed;left:0;right:0;bottom:0;background-color:#fff;z-index:999;display:none;border-top:2px solid #1CA8EB;}
.pop_privacy .privacy_body{padding:30px 0;width:1200px;margin:0 auto;}
.pop_privacy .privacy_body .box{display:flex;justify-content:space-between;}
.pop_privacy .privacy_body .box span{font-size:16px;line-height:40px;color:#333;}
.pop_privacy .privacy_body .box span a{font-size:16px;color:#1ca8eb;}
.pop_privacy .privacy_body .box a.agree{display:inline-block;width:105px;height:40px;line-height:40px;background-color:#01aef0;color:#fff;font-size:16px;text-decoration:none;cursor:pointer;text-align:center;}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .pop_privacy .privacy_body{
    	width:80%;
	}
	.pop_privacy .privacy_body .box span{
	    font-size:14px;
	    line-height:1.6;
	    width: 90%;
	}
	.pop_privacy .privacy_body .box span a,.pop_privacy .privacy_body .box a.agree{
	    font-size:14px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
     .pop_privacy .privacy_body{
    	width:80%;
    	padding: 12px 0;
	}
	.pop_privacy .privacy_body .box{
	    display: block;
	}
	.pop_privacy .privacy_body .box span{
	    font-size:12px;
	    line-height:1.6;
	    width: 90%;
	}
	.pop_privacy .privacy_body .box span a,.pop_privacy .privacy_body .box a.agree{
	    font-size:12px;
	}
   .pop_privacy .privacy_body .box a.agree{
	    width: 50px;
        height: 32px;
        line-height: 32px;
	}
}

.pageColumn .sortingBtn {
	text-align: center;
	display: inline-block;
	color: #333333;
	font-size: 14px;
    cursor: pointer;
}


.pageColumn .sortingBtn .dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	float: left;
	min-width: 10rem;
	padding: .5rem 0;
	margin: .125rem 0 0;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: .25rem;
	display: block;
	opacity: 0;
	visibility: hidden;
	transform: translateY(1rem);
	width: 136px;
	left: 0px;
	border: none;
	padding-top: 6px;
}

.pageColumn .sortingBtn .dropdown-item {
	display: block;
	width: 100%;
	padding: .5rem 1.5rem;
	font-size:1.5rem;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
	.pageColumn .dropdown-item {
		font-size: 12px;
		padding: .15rem 1rem;
	}
}

.pageColumn .dropdown-item:hover {
	background: #1ae7d8;
	color: #fff;
}

.pageColumn .dropdown-item.active {
	background: #0044b4;
	color: #fff;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
	.pageColumn .sortingBtn {
		width: 88px;
		height: 32px;
		line-height: 32px;
		font-size: 13px;
	}
}

.pageColumn .sortingBtn:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.pcblock{
    display: block!important;
}

.appblock{
    display: none!important;
}


.project_detail .project-swipper .swiper-slide{
    height:70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
@media only screen and (min-width: 1600px) and (max-width: 1750px) {
    .project_detail .project-swipper .swiper-slide{
        height:640px;
    }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
     .project_detail .project-swipper .swiper-slide{
        height:520px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .project_detail .project-swipper .swiper-slide{
        height:480px;
    }
}
}
@media only screen and (min-width: 1200px) and (max-width: 1280px) {
    .project_detail .project-swipper .swiper-slide{
        height:450px;
    }
    .project_detail .project-swipper .swiper-slide.swiper-slide-active{
            background: #f6f6f6;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px)  {
    .project_detail .project-swipper .swiper-slide{
        height:400px;
    }
}

@media only screen and (max-width: 1024px){
   .project_detail .project-swipper .swiper-slide{
       height:360px;
    }
}

@media only screen and (max-width: 768px){
   .project_detail .project-swipper .swiper-slide{
       height:320px;
    }
}

@media only screen and (max-width: 640px){
    .project_detail .project-swipper .swiper-slide{
       height:240px;
    }
}

.products_list li .img_out,.project_list li .img_out{
    height:320px;
    display: flex;
}
.project_detail .project-swipper .swiper-slide img{
    object-fit: cover;
    height: 100%;
    max-height:70vh;
}
.more_project__con .img_out {
    height: 280px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.products_list li .img_out img,.project_list li .img_out img,.more_project__con .img_out img {
    object-fit: cover;
    height: 100%;
}

.project_index__body{
    padding-top:2rem;
}

.project_index__body .page_search__con .more_line dl dd a {
    margin: 0 3.6% 0.3rem 0;
    min-width:4.8rem;
}

.laestNews .newsInner .card h6 {
 overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 76px;		 
}
.laestNews .newsInner figure img {
    width: 100%;
    transition: all .3s;
}
.crumbs_bar div {
    width:auto;
    min-width: 32rem;
    /* max-width:32rem; */
    overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 991px){
	.crumbs_bar div {
	    min-width: 27.3rem;
	}
}

/*.color_bgbox1{*/
/*    background:#f79562 url(../images/solutions/colorboxbg1.jpg) center center no-repeat;*/
/*    background-size:cover;*/
/*}*/

/*.color_bgbox2{*/
/*    background:#f79562 url(../images/solutions/colorboxbg2.jpg) center center no-repeat;*/
/*    background-size:cover;*/
/*}*/

/*.color_bgbox3{*/
/*    background:#f79562 url(../images/solutions/colorboxbg3.jpg) center center no-repeat;*/
/*    background-size:cover;*/
/*}*/

/*.color_bgbox1 p,.color_bgbox2 p,.color_bgbox3 p{*/
/*    text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);*/
/*}*/


@media only screen and (max-width: 820px){
    .crumbs_bar div {
        border: 0;
        max-width: 100%;
        min-width: inherit;
    }
        
    .pcblock{
        display: none!important;
    }
    .appblock{
        display: inline-block!important;
    }
    .colorWrap .introBox h5,.laestNews .titleBox h5{
        font-size:24px;
        font-weight: bold;
            text-align: center;
    }
}
.solutions_index__body div.tit {
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 3rem;
}
.search_list .page_btn{
    color:#fff!important;
    cursor: pointer;
}
.aboutus_index__body .box_3 .swiper-slide,.aboutus_index__body .box_3 .ry_box{
    height:auto;
    background: #fff;
    max-height: 32rem;
}

@media only screen and (min-width:1921px) and (max-width: 2450px) {
     .aboutus_index__body .box_3 .swiper-slide,.aboutus_index__body .box_3 .ry_box{
         max-height: 26.5rem;
    }
    .products_list li .img_out, .project_list li .img_out, .more_project__con .img_out {
        height: 270px;
    }
}


@media only screen and (min-width: 1751px) and (max-width: 1920px) {
    .products_list li .img_out,.project_list li .img_out,.more_project__con .img_out{
        height:280px;
    }

     .aboutus_index__body .box_3 .swiper-slide,.aboutus_index__body .box_3 .ry_box{
         max-height: 26.5rem;
    }
}

@media only screen and (min-width: 1600px) and (max-width: 1750px) {
    .products_list li .img_out,.project_list li .img_out,.more_project__con .img_out{
        height:280px;
    }
     .project_list li {
        /* margin: 0 4rem 4rem 0; */
    }

   .aboutus_index__body .box_3 .swiper-slide,.aboutus_index__body .box_3 .ry_box{
         max-height: 26.5rem;
    }
    .news_list li .img_out {
        max-height: 210px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px)  {
    .products_list li .img_out,.project_list li .img_out,.more_project__con .img_out{
        height:180px;
    }
    .project_list li {
        /* margin: 0 2.5rem 2.5rem 0; */
    }
    .aboutus_index__body .box_3 .swiper-slide,.aboutus_index__body .box_3 .ry_box{
        max-height:22rem;
    }
    .news_list li {
        margin: 0 2rem 3rem 0;
    }
     .news_list li .img_out {
        max-height: 145px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px)  {
    .news_list li {
        margin: 0 2rem 3rem 0;
    }
     .news_list li .img_out {
        max-height: 295px;
    }
    
}


@media only screen and (max-width: 1024px){
    .news_list li {
        width: 100%;
        margin: 0 2rem 3rem 0;
    }

     .news_list li .img_out {
        max-height: 387px;
    }
    
}

@media only screen and (max-width: 1200px), only screen and (max-width: 768px) {
  .aboutus_index__body .box_3 .swiper-slide,.aboutus_index__body .box_3 .ry_box{
        max-height:35rem;
    }
}

@media only screen and (max-width: 768px) {
    header a.fa-user-o{
        color:#002e7c;
    }
    
  
     .news_list li .img_out {
        max-height: 295px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .aboutus_index__body .box_3 .swiper-slide,.aboutus_index__body .box_3 .ry_box{
        max-height:35rem;
    }
    
     .news_list li .img_out {
        max-height: 215px;
    }
    
}
@media only screen and (max-width:414px) {
     .news_list li .img_out {
        max-height: 164px;
    }
    
}
@media only screen and (max-width:375px) {
     .news_list li .img_out {
        max-height: 147px;
    }
    
}

.aboutus_index__body .box_3 .ry_box{
    justify-content: center;
    align-items: center;
}

.aboutus_index__body .box_3 .ry_box .img {
   
}

.pagination{
    justify-content: center;
}

.pager a, .pager span {
    vertical-align: middle;
    display: inline-block;
    font-size: 18px;
    font-size: 1.8rem;
        color: #002e7c;
    margin: 0 1rem;
    border-bottom: 1px solid transparent;
    border-radius: 50%;
    background-color: #fff;
    width: 40px;
    height: 40px;
    /* line-height: 3.8rem; */
    line-height: 2;
    border: 1px solid #ececed;
    background-color: #fff;
    text-align: center;
    color: #002e7c;
    font-size: 18px;
    font-size: 1.8rem;
}
.ask__body .text_con .logo_con img {
    max-width: 100%;
}

.more_news__body .news_list__con ul li{
    margin-bottom:4rem;
}
.hotProduct .applicationList .appContent{
    width:100%;
}
.hotProduct .applicationList .appContent .caseSlide .slideList .sliderInner img {
    width: 100%;
    object-fit: cover;
    height: 160px;
}


.crumbs_bar ul,.crumbs_bar ul li{
     display: inline-block;
}
.find_list li .logo_con img {
    max-width: 100%;
}
.pager a:hover, .pager span:hover {
  background-color: #002e7c;
  color: #fff;
}
.pager li.active span{
    background: none;
    border: none;
    border-radius: inherit;
    color: #39cad7;
    border-bottom: 1px solid #39cad7;
    width: auto;
}
.news_list li .txt_con h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /*height: 72px;*/
}

.solution_pro_3__body .box_1 .scroll__body .swiper-slide{
    width: auto;
}

.pro_sub_sidebar__con dt {
    padding-left: 10.32%;
}

.pro_sub_sidebar__con.pro_sub_large dt{
    width:35%;
}

.pro_sub_sidebar__con.pro_sub_large dd{
    width:65%;
}

.pop_content .in_content .btn_con {
    display: flex;
    justify-content: center;
}

.pop_content .in_content .btn_con .page_btn{
    box-shadow: none;
    outline: none;
}
button[disabled].cbtn {
	background-color: #0043b4 !important;
    color: #fff !important;
}

@media only screen and (min-width: 2560px) and (max-width: 3840px) {
    .pro_sub_sidebar__con dt {
        padding-left: 0%;
    }

}

@media only screen and (min-width: 1921px) and (max-width: 2559px) {
    .ask__body .text_con .logo_con img {
        max-width: 90%;
    }
    .pro_sub_sidebar__con dt {
        padding-left: 10.32%;
    }

}

@media only screen and (min-width: 1751px) and (max-width: 1920px) {
    .ask__body .text_con .logo_con img {
        max-width: 90%;
    }
}

@media only screen and (min-width: 1600px) and (max-width: 1750px) {
    .ask__body .text_con .logo_con img {
        max-width: 90%;
    }
    .pro_sub_sidebar__con dt {
        padding-left: 6%;
    }
    
    .pro_sub_sidebar__con dt p {
        font-size: 20px;
        font-size: 2rem;
    }
}

@media only screen and (min-width: 1480px) and (max-width: 1599px){
     .ask__body .text_con .logo_con img {
        max-width: 90%;
    }
    .ask__body .text_con h3 {
        font-size: 28px;
        font-size: 2.8rem;
    }
     .ask__body .text_con p {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.5;
    }
    .pro_sub_sidebar__con dt {
        padding-left: 16.32%;
    }
    .pro_sub_sidebar__con dt p {
        font-size: 18px;
        font-size: 1.8rem;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1479px){
    .ask__body .text_con .logo_con img {
        max-width: 90%;
    }
    .ask__body .text_con h3 {
        font-size: 28px;
        font-size: 2.8rem;
    }
    .ask__body .text_con p {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.5;
    }
    .pro_sub_sidebar__con dt {
        padding-left: 13.32%;
    }
    .pro_sub_sidebar__con dt p {
        font-size: 18px;
        font-size: 1.8rem;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px){
     .ask__body .text_con .logo_con img {
        max-width: 90%;
    }
    .ask__body .text_con h3 {
        font-size: 28px;
        font-size: 2.8rem;
    }
     .ask__body .text_con p {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.5;
    }
     .pro_sub_sidebar__con dt {
        padding-left: 10.32%;
    }
    .pro_sub_sidebar__con dt p {
        font-size: 18px;
        font-size: 1.8rem;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
   .news_list li .txt_con h3 {
        font-size: 18px;
        font-size: 1.8rem;
         -webkit-line-clamp: 2;
         /*height:50px;*/
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
   .news_list li .txt_con h3 {
        font-size: 18px;
        font-size: 1.8rem;
         -webkit-line-clamp: 2;
          /*height:50px;*/
    }
}
@media only screen and (max-width: 1200px), only screen and (max-width: 768px), only screen and (min-width: 320px) and (max-width: 767px) {
  .news_list li .txt_con h3 {
        font-size: 16px;
        font-size: 1.6rem;
         -webkit-line-clamp: 2;
          /*height:36px;*/
    }
}


@media only screen and (max-width: 1024px){
    .project_detail .fck__body{
        margin-bottom:0rem;
    }
    .dl_btn__con{
        /*display:none;*/
    }

}

@media only screen and (max-width: 640px){
    .inner_kv__body .txt_con p .logo{
            max-height: 40px!important;
    }
    .project_detail .project_summary {
        min-height: inherit;
    }
    .laestNews .newsInner .card h6{
      height:56px;
      margin-bottom: 0px;
    }
  .laestNews .newsInner .card::after{
      display:none;
  }
  .laestNews .linkBox {
    margin-top: 0px;
  }
  .joinus__body .box_1 .txt_con h3,.joinus__body .box_3 h3{
      font-size:24px;
  }
  .joinus__body .box_1 {
        padding: 4rem 0;
    }
  .solution_pro_4__body .box_5{
      padding-bottom:9rem;
  }
  .solution_pro_4__body .box_5 dl.flex dd ul li .color_con img{
      height:10rem;
  }
    .inner_kv__body .txt_con h3,.sust_index__body .big_tit_top,.sust_index__body .img_txt__con .txt_con h4{
        font-size:24px;
    }
    .sust_index__body .img_txt__con .txt_con h4{
        width:90%;
    }
    .inner_kv__body .txt_con p {
        font-size: 13px;
        line-height: 1.5
    }
    .more_news__body .news_list__con .swiper-slide {
        max-height: 240px;
    }
    .sust_index__body .img_txt__con{
        margin-top:0px;
    }
    .ask__body {
        padding: 16rem 0 16rem;
    }
    .ask__body .in__body {
        padding-bottom: 3rem;
    }
    .ask__body .text_con h6 {
        bottom: -2.5rem;
    }
    /* .pro_sub_sidebar__con.pro_sub_large dt {
        width: 100%;
        justify-content: flex-start;
        padding-left: 5%;
    } */
    /* .pro_sub_sidebar__con.pro_sub_large dd {
        width: 100%;
    } */
    .pro_sub_sidebar__con dd a {
        height: 36px;
        line-height: 36px;
    }
    .ask__body .text_con{
            padding: 2rem 4rem;
    }
    .ask__body .text_con .logo_con{
        padding-bottom: 2rem;
        margin-bottom: 2rem;
    }
     .ask__body .text_con .logo_con img {
        max-width: 100%;
        max-height: 50px;
    }
    .inner_kv__body .ask__body .text_con p {
        margin-bottom: 2rem;
        font-size:12px;
    }
    .pro_title h4{
        font-size:24px;
            /* margin-left: -43px; */
			margin-left: 0;
    }
    .solution_pro_1__body .box_8 dl dt {
        /* margin-left: 1.6rem; */
        font-size:24px;
    }
    .solution_pro_1__body .box_8 dl dd {
        padding: 3rem 0 3rem 0;
    }
    .solution_pro_4__body .box_6 .txt_con .txt p{
        color: #000;
        font-size: 1.8rem;
        line-height: 1.6;
    }
    .solutions_index__body .change_con li .con{
        width:100%;
    }
    .solutions_index__body h3.tit{
        font-size:24px;
    }
    .products_list li:nth-child(3n){
        margin-right:20px;
    }
    .products_list li .img_out{
        height: 280px;
    }
    .find_search_details__body .box_1 .logo_con{
        margin: 0 2rem;
        padding:0px;
        height:10rem;
    }
    .find_search_details__body .in_box:nth-child(3){
        display: block!important;
    }
    .find_search_details__body .box_2 .con{
        display: flex;
    }
    .find_search_details__body .box_2 .txt_con p {
        line-height: 1.5;
    }
    .find_search_details__body .box_2 .color_con .con img{
        width:30px;
    }
    .find_search_details__body .box_2 .color_con .con span {
        font-size: 13px;
        margin-left: 6px;
    }
    .find_search_details__body .box_2 .color_con i{
        display: none;
    }
    
}