@charset "UTF-8";
body{margin:0;padding:0;font-size:15px;-webkit-text-size-adjust:none;color:#333;}
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,p{margin:0;padding:0;}
input,select,textarea{line-height:32px;}img{border:0;image-rendering: -webkit-optimize-contrast;}ul,li{padding:0;margin:0;list-style-type:none;}
a{color:#333;text-decoration:none;}
a:hover{text-decoration:none;color:#0095f7;}
.tc{text-align:center;}.tl{text-align:left;}.tr{text-align:right;}
.dis{display:block;}.undis{display:none;}
.fl{float:left;}.fr{float:right;}.cl{clear:both;}.fb{font-weight:bold;}.fnb{font-weight:200;margin-left:-1px;}
.pr{position: relative;}.pa{position: absolute;}
.hr_1,.hr_10{font-size:1px;line-height:1px;clear:both;}
.hr_1{height:1px;}.hr_10{height:10px;}
.el{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.el_2{display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;text-overflow: ellipsis;overflow: hidden;}
.el_3{display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;text-overflow: ellipsis;overflow: hidden;}
input[type="text"]:focus,input[type="password"]:focus,textarea:focus{outline:none;}
.w1200{max-width: 1200px;margin:0 auto;}
.page_info {padding: 30px 0;text-align: center;color: #ccc;}
.tbox{width:50px;float:right;position:fixed;right:10px;bottom:15px;_position:absolute;_bottom:auto;_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));_margin-bottom:15px;display:none;}/*½â¾öIE6ÏÂ²»¼æÈÝ position:fixed µÄÎÊÌâ*/
.tbox #gotop{width:50px;height:50px;background:url(../images/icon.png) no-repeat 0 0;background-size: cover;display:block;}
.w1200{max-width: 1200px;margin:0 auto;}
.swiper-container{--swiper-theme-color: #0094f6;--swiper-pagination-color: #0094f6;/* 两种都可以 */}
.page-item{margin: 0 10px;}
.page-link{color: #666;}
.page-item.active .page-link{background-color: #0094f6;border-color: #0094f6;}
b, strong{font-weight:bold;}
span:focus {outline: none;}
@media (min-width: 1200px){
	.w1200{
		padding-left: 0;
		padding-right: 0;
	}
}
@media (max-width: 1320px){
	.swiper-button-next{
		right: 10px !important;
	}
	.swiper-button-prev{
		left: 10px !important;
	}
}
.highlight {color: #007bff;font-weight: normal;}
.dong{ transition: all 0.3s;}

/*HEADER*/
.hfixed .pgs_logo{
    height: 70px;
}
.hfixed{
    height: 80px!important;
}
.hheight{
    height: 80px!important;
}
.hfixed .menu_sub_m{
   top: 80px!important;
}
.hfixed .pgs_lau .showsec{
    padding-top: 30px!important;
    top:50px;
}
.hfixed .pgs_lau .showlau{
     padding-top: 30px!important;
    top:52px;
}
.hfixed .pgs_menu>li{
    line-height: 80px!important;
}
.hfixed .pgs_menu>li>a:after{
    bottom: 15px!important;
}
.hfixed .pgs_lau{
    line-height: 80px!important;
}

.pgs_header{
	width: 100%;
	height: 100px;
	background: #fff;
	position: fixed;
	z-index: 1000;
	top:0;
	border-bottom:1px solid #efefef;
}
.pgs_logo{
	padding-top: 14px;
	padding-left: 10%;
    height: 87px;
}
.pgs_topnav{
	display: flex;
	padding-right: 10%;	
}
.pgs_menu{
	
}
.pgs_menu>li{
	display: inline-block;
    padding: 0 30px;
    line-height: 100px;
    position: relative;
    transition: all 0.3s;
}
.pgs_menu>li>a:after{
	content: "";
    position: absolute;
    border-bottom: 3px solid #0095f7;
    bottom: 28px;
    width: 0;
    left: 0;
    /*margin-left: -19%;*/
    transition: all 0.3s;
}
.pgs_menu>li>a.active:after{
   width: 100%;
}
.pgs_menu>li:hover>a:after{
	width: 100%;
}
.pgs_menu>li>a{
	font-size: 16px;
	display: block;
	position: relative;
	/*font-weight: lighter;*/
    color: #000;
}
.pgs_menu>li:hover>a{
	color: #0095f7;
	font-weight: bold
}
.pgs_menu .menu_sub{
    top: 62px;
    left: 0;
    min-width: 160px;
    padding-top: 38px;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
}
.pgs_menu .subshow{
	visibility: visible;
    opacity: 1;
}
.pgs_menu  .morelist{
	width: 450px;
}
.pgs_menu .menu_sub .menu_sub_s{
	padding: 20px 0 40px 0;
}
.pgs_menu .menu_sub .menu_sub_s>a{
	padding-left: 30px;
    display: block;
    line-height: 40px;
    border-left: 2px solid #ccc;
}
.pgs_menu  .menu_sub .menu_sub_s .flex-fill h4{
	font-size: 16px;
    font-weight: bold;
    padding: 10px 0 15px 0;
}
.pgs_menu  .menu_sub .menu_sub_s .flex-fill{
	padding-left: 30px;
    border-left: 2px solid #ccc;
}
.pgs_menu  .menu_sub .menu_sub_s .flex-fill a{
    display: block;
    line-height: 30px;
    font-size: 14px;
}
.pgs_menu .menu_sub .menu_sub_s .flex-fill a i{
	font-size: 12px;
	padding-right: 5px;
}

.menu_sub_m{
	background: #Fff;
    width: 100%;
    top: 100px;
    position: absolute;
    z-index: 1;	
    height: 0;
}
.pgs_lau{
	line-height: 100px;
	padding-left: 50px;
}
.pgs_lau i{
	color: #171717;
}
.pgs_lau .sec{
	font-size: 26px;
    padding-right: 20px;
}
.pgs_lau .lau{
	font-size: 24px;
	padding-left: 20px;
	border-left: 1px solid #efefef;
}
.pgs_lau .showlau{
	background: #fff;
    border-radius: 5px;
    top: 62px;
    padding-top: 30px;
    display: none;
    padding-bottom: 10px;
}
.pgs_lau .showlau a{
	line-height: 18px;
    display: block;
    text-align: center;
    padding: 5px 20px;
    font-size: 14px;
}
.pgs_lau .showsec{
	width: 247px;
    right: 10%;
    top: 60px;
    padding-top: 40px;
    display: none;
}
.pgs_lau .showsec .search{
	display: flex;
}
.pgs_lau .showsec input{
 	border-radius: 0 0 0 .25rem;
    border-color: #fff;
    border: none;
    padding: 0 10px;
    border-left: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
}
.pgs_lau .showsec button{
	border-color: #fff;
    background: #fff;
    padding: 0px 10px;
    border: 1px solid #efefef;
    border-top:none;
    border-radius: 0rem 0rem .25rem 0rem;
}
.pgs_lau .showsec button i{
	font-size: 24px;
	font-weight: bold;
}
.h100{
    width: 100%;
    height: 100px;
}
/*banner*/
.pgs_banner{
	width: 100%;
}
.banner_swiper .swiper-pagination-bullet {
    width: 40px;
    height: 2px;
    background: #fff;
    opacity: 0.8;
    border-radius: initial;
}
.banner_swiper .swiper-pagination-bullet-active {
	background: #0095f7;
	opacity: 1;
}

.pgs_bancon{
	position: absolute;
	z-index: 100;
	left: 10%;
	top:50%;
	transform: translate(0%,-50%);
}
.pgs_bancon .zi1{
	font-size: 50px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 5px;
}
.pgs_bancon .zi1 span{
	color: #0095f7;
}
.pgs_bancon .zi2{
	font-size: 28px;
	color: #fff;
}
/*solution*/
.pg_title{
	width: 100%;
	text-align: center;
	padding-bottom: 100px;
	padding-top: 50px;
    overflow:hidden;
}
.while{
   padding-bottom: 140px !important;
   padding-top: 100px !important; 
}
.while span{
	opacity: .1 !important;
}
.while h4{
	color: #fff !important;
}
.pg_title span{
	font-size: 120px;
    font-weight: 900;
    color: #f0f3f5;
    position: relative;
    text-transform: uppercase;
    font-family: arial;
    transition: 0.3s all;
}
.pg_title h4{
	font-size: 44px;
    /* padding-bottom: 15px; */
    position: relative;
    margin-top: -100px;
}
.pg_title h4:after{
	content: "";
    border-bottom: 3px solid #0095f7;
    width: 100px;
    position: absolute;
    bottom: 0;
    z-index: 1;
    left: 50%;
    margin-left: -50px;
    top: 80px;
}
.pgs_solution{
	margin-bottom: 100px;
	overflow: hidden;
}
.pgs_solu_cat_menu{
	text-align: center;
	margin-bottom: 60px;
}
.pgs_solu_cat_menu a{
    font-size: 16px;
    padding: 8px 20px;
    display: inline-block;
    border-radius: 5px;
    margin-right: 20px;
}
.pgs_solu_cat_menu a.active{
	color: #fff;
    background: #0095f7;
}
.pgs_solu_cat .catlist .catlist_cat{

}
.pgs_solu_cat .catlist .catlist_cat a{
	color: #8da2b5;
    font-size: 16px;
    background: none;
    border: 1px solid #efefef;
    padding: 5px 15px;
    display: inline-block;
    border-radius: 5px;
    margin-right: 20px;
    transition: all 0.3s;
}
.pgs_solu_cat .catlist .catlist_cat a:hover{
	color:#0095f7;
	border-color: #0095f7;
}
.pgs_solu_cat .catlist .catlist_cat a.active{
	color:#0095f7;
	border-color: #0095f7;
}
.pgs_solu_cat .catlist h5{
	font-size: 20px;
	font-weight: bold;
	display: block;
    padding: 60px 0 40px;
}
.pgs_solu_cat .catlist p{
	font-size: 16px;
	line-height: 30px;
}
.pgs_solu_cat .catlist .c_btn{
	color: #fff;
    background: #0095f7;
    padding: 0 5px;
    line-height: 33px;
    height: 36px;
    border:2px solid #0095f7;
    display: inline-block;
    margin-top: 60px;
    transition: all 0.3s;
}
.pgs_solu_cat .catlist .c_btn i{
	font-size: 28px;
}
.pgs_solu_cat .catlist .c_btn:hover{
	background: #fff;
	color: #0095f7;
}
.pgs_solu_cat .catlist .catimg{
    margin-top: -52px;
}


/*about*/
.pgs_about{
	width: 100%;
	background: url(../images/abg.jpg) center bottom no-repeat fixed;
	height: 550px;
}
.pgs_about_con{
	background: #fff;
    border-radius: 5px;
    padding: 80px 140px 60px;
    margin-top: 100px;
    box-shadow: 0 4px 14px rgba(1, 43, 59, 0.15);
}
.pgs_about_con .aboutcon{
	line-height: 32px;
}
.about-prev{
   left: 60px;	
}
.about-next{
    right: 60px;
}
.about_swiper a:hover p{
    color: #000;
}
.about-prev:after,.about-next:after{
	display: none;
}
.about-prev i,.about-next i{
	font-size: 50px;
}
.about-prev,.about-next{
	border: 1px solid #0095f7;
    width: 80px;
    border-radius: 100px;
    height: 80px;
    top: 50%;
    transform: translate(0,-50%);
    margin-top: 0;
    outline: none;
}
.about_swiper .swiper-button-disabled{
	border: 1px solid #efefef;
	color: #8da2b5;
	opacity: 1
}
.pgs_about_con .tick{
    width: 100%;
    padding-top: 50px;
}
.pgs_about_con .tick .swiper-pagination{
    width: 100%;
}
.pgs_about_con .tick .swiper-pagination .swiper-pagination-bullet{
    width: 15px;
    height: 15px;
    margin: 0 10px;
    border: 1px solid #ccc;
    background: #fff;
    opacity: 1
}
.pgs_about_con .tick .swiper-pagination .swiper-pagination-bullet-active{
   background: #0095f7; 
   border: 1px solid #0095f7;
}

/*technology*/
.pgs_technology{
    background: #f6f8f9;
    padding-top: 180px;
    padding-bottom: 60px;
}
.pgs_technology .list{
    margin-bottom:40px;
}
.pgs_technology .card{
    border:none;
    box-shadow: 0 0 20px rgba(1, 43, 59, 0.1);
}
.pgs_technology .card a:hover .card-title{
    font-weight: bold;
    color: #333;
}
.pgs_technology .card a:hover .card-text{
    color: #666;
}
.pgs_technology .card-title{
    margin-bottom: 30px;
}
.pgs_technology .card-title i{
    color: #0095f7;
    font-size: 26px;
    /* float: left; */
    padding-right: 10px;
}

.pgs_technology .card-text{
   color: #868686;
   line-height: 28px;
   font-size: 14px; 
   margin-bottom: 20px;
}

.pgs_technology .card .btn{
    background: #0095f7;
    top: 50%;
    left: 50%;
    color: #fff;
    transform: translate(-50%,-50%);
    z-index: 1;
    font-size: 14px;
    padding: 10px 25px;
    border-radius: 0;
    opacity: 0;
}
.pgs_technology .card .bg{
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    opacity: 0;
}
.pgs_technology .card a:hover .btn{
    opacity: 1;
}
.pgs_technology .card a:hover .bg{
    opacity: 1;
}
/*oem*/
.pgs_oem{
    overflow: hidden;
    height: 409px;
    background: url(../images/oembg.jpg);
    text-align: center;
}
.pgs_oem_con{
    width: 100%;
    left: 50%;
    top:50%;
    transform: translate(-50%,-50%);
    color: #fff;
}
.pgs_oem_con h3{
    font-size: 44px;
    font-weight: bold;
}
.pgs_oem_con p{
    font-size: 16px;
    padding:10px 0;
}
.pgs_oem_con a{
    margin-top:60px;
    display: inline-block;
    background: #fff;
    border:3px solid #fff;
    padding: 12px 38px;
    color: #0095f7;
    box-shadow: 0 0 5px rgba(1, 77, 127, 0.18);
}
.pgs_oem_con a:hover{
    background: none;
    color: #fff;
    border:3px solid #fff;
}
/*footer*/
.pgs_footer{
    background: #f6f8f9;
}
.pgs_footer_con{
    padding-right: 10%;
    padding-left: 10%;
    margin-bottom: 80px;
    padding-top: 60px;
}
.pgs_foo_l{

}
.pgs_foo_l img{
    padding-bottom:50px;
    opacity: .3;
}
.pgs_foo_l .cname{
    font-size: 16px;
    font-weight: bold;
}
.pgs_foo_l .ccontact{
    line-height: 28px
}
.pgs_foo_r{

}
.pgs_foo_r>ul>li{
   padding-left: 100px;
   transition: all .3s;
}
.pgs_foo_r>ul>li h5{
    font-size: 16px;
    font-weight: bold;
    color: #3d4046;
    padding-bottom: 15px;
}

.pgs_foo_r>ul>li>ul{
    
}
.pgs_foo_r>ul>li>ul>li{
    padding: 5px 0;
    line-height: 15px;
}
.pgs_foo_r>ul>li>ul>li a{
    font-size: 14px;
}

.pgs_foo_r .foot_sub a{
    display:block;
    color: #91a5b9;
    padding-left: 10px;
}

.pgs_copyright{
    padding:20px 10%;
    color:#91a5b9;
    font-size: 14px;
    border-top:1px solid #ececec;
}
.pgs_copyright a{
    color:#91a5b9
}

.pgs_footer_menu {
    display: none;
    width: 70%;
    margin: 0 15%;
    position: fixed;
/*    background: rgba(243, 243, 243, .9);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);*/
    background-color: rgba(0, 0, 0, 0.4);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    bottom: 30px;
    height: 40px;
    border-radius: 80px;
    z-index: 1000;
}

.pgs_footer_menu a {
    width: 33.333%;
    float: left;
    height: 100%;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    position: relative;
}
.pgs_footer_menu a:after{
    content: "";
    position: absolute;
    right: 0;
    background: rgba(255, 255, 255, 0.1);
    height: 100%;
    width: 1px;
}
.pgs_footer_menu a i{
    font-size: 18px;
}
.pgs_footer_menu a:nth-child(2) i{
   font-size: 19px; 
}
/*re_about*/
.pgs_re_banner{
  width: 100%;  
}
.pgs_re_b_title{
    text-align: center;
    top:50%;
    width: 100%;
    transform:translate(0%,-50%);
    font-size: 50px;
    color: #fff;
    font-weight: bold;
}
.pgs_re_about{

}
.pgs_re_menu{
    border-bottom: 1px solid #edf1f2;
}
.pgs_re_menu ul li{
    display: inline-block;
}
.pgs_re_menu ul li a{
    padding: 20px 25px;
    font-size: 16px;
    display: block;
  /*  font-weight: lighter;*/
}
.pgs_re_menu ul li a.active{
    background:#0095f7;
    color:#fff;
    font-weight: bold;
}
.pgs_re_menu ul li a.active:hover{
    color:#fff;
}
.pgs_re_menu ul li a:hover{
    color: #0095f7;
    font-weight: bold;
}

.pgs_re_con{
    margin-bottom: 100px
}
.pgs_re_con_w{
    text-align: center;
    padding:60px 0;
}
.pgs_re_con_w>h2{
    color: #0095f7;
    font-weight: bold;
    font-size: 44px;
    padding:60px 0;
    display: inline-block;
}
.pgs_re_con_w .rey{
    font-size: 20px;
    font-weight: lighter;
    line-height: 35px;
    text-align: center;
}
.pgs_re_con_w .rey .more{
    padding: 8px 40px;
    background: #0095f7;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    margin-top: 40px;
}
.pgs_re_con_w .rey .climg{
    text-align: center;
}
.pgs_re_con_w .rey .climg img{
    opacity: .2;
}
.pgs_re_con_w .rey .hxjz li{
    border-bottom: 1px solid #ccc;
    cursor: pointer;
}
.pgs_re_con_w .rey .hxjz li img{
    transition: all .3s ease;
}
.pgs_re_con_w .rey .hxjz li>div{
    overflow: hidden;
}
.pgs_re_con_w .rey .hxjz li:hover >div img{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.pgs_re_con_w .rey .hxjz .t1{
    padding:10px 0 60px 0;
}
.pgs_re_con_w .rey .hxjz li:nth-child(1) .t2{
    opacity:1;
}
.pgs_re_con_w .rey .hxjz li:hover{
    border-bottom: 4px solid #0095f7;
    font-weight:bold;
 /*   box-shadow: 0 0 15px rgba(1, 1, 3, 0.08);*/
}
.pgs_re_con_w .rey .hxjz li:hover .t2{
    opacity: 1   
}
.pgs_re_con_w .rey .hxjz .t2{
    position: absolute;
    bottom: -100px;
    width: 100%;
    left: 0;
    opacity: 0;
    font-weight: normal;
    background: #fff;
}
.pgs_re_con_w .rey .hxjz .t2 span{
    color: #0095f7;  
}
.pgs_re_con_w .rey .yjlist{
    text-align: left;
    padding-bottom: 30px;
}
.pgs_re_con_w .rey .yjlist .y1{
    font-weight: bold;
    color: #3a4352;  
}
.pgs_re_con_w .rey .yjlist .y2{
    
}
/*re-newslist*/
.pgs_renews{
    margin-top:100px;
    margin-bottom:60px;
}
.pgs_renews ul{
    margin: 0;
    padding:0px 0;
}
.pgs_renews ul li{
    list-style: none;
}
.pgs_renews ul a{
    text-decoration: none;

}
.news_list_li{
    list-style: none;
    padding: 40px 0;
/*    margin-bottom: 38px;*/
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    transition: all .36s ease;
}
.news_list_li:hover{
   /* box-shadow: 0 14px 50px -8px rgba(0,0,0,.12);*/

}
.news_list_li .item_more i{
    border: 1px solid #efefef;
    font-size: 2.5rem;
    color: #8da2b5;
    padding: 18px;
    border-radius: 50px;
   transition: all .36s ease;
}

   
.news_list_li:hover .item_more i{
    /* padding-left: 30px;*/
    border: 1px solid #0095f7;
}

.news_list_li:hover .item_wrapper h2,.news_list_li:hover .item_more i{
    color: #0095f7;
}
.news_list_li .item_wrapper h2{
    transition: all .36s ease;
    font-size: 22px;
    font-weight: bold;
    line-height: 3rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-bottom: 10px;
}
.news_list_li .item_wrapper p{
    transition: all .36s ease;
    font-size: 16px;
    line-height: 26px;
    overflow: hidden;
    color: #3d4046;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    font-weight: lighter;
    width: 95%;
}
.news_list_li .item_wrapper .date{
    padding-top:20px;
    font-size:16px;
    color: #ababab;
    position: relative;
    font-family: arial
}
.news_list_li .item_img{
    height: 204px;
    overflow: hidden;
}
.news_list_li .item_img img{
    width: 100%;
    transition: all .36s ease;
}
.news_list_li:hover .item_img img{
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}
.n_btn {
    border: 2px solid #0095f7;
    color: #fff;
    background: #0095f7;
    font-size: 16px;
    padding: 14px 80px;
    text-align: center;
    display: inline-block;
}
.n_btn:hover{
    background: #fff;
    color: #0095f7;
}
/*re-news-detail*/
.menu-btn-mdetail {
    background: #f1f1f1;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
}
.menu-btn-list-mdetail{
     font-size: .8rem;
     text-align: right;
     color:#999;
}
.menu-btn-list-mdetail a{
    color:#999;
}
.news-list-detal .news_title{
    text-align: left;
    line-height: 3rem;
}

.news-list-detal .news-times{
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px dashed #dcdcdc;
    text-align: left;
    color:#b9b9b9;
    font-size: .85rem;
}
.news-content{
    font-size: 16px;
    line-height: 32px;
}
.news-content img{
   max-width: 100%;
   text-align: center;
}
.news_more-btn{
    padding:30px 0;
}
.news_more-btn .news-prev span.prev-btn {
    border-right: solid 1px #e0e1e1;
    display: inline-block;
    margin-right: 12px;
}
.news_more-btn .news-next span.next-btn {
    border-left: solid 1px #e0e1e1;
    display: inline-block;
    float: right;
}
.news_more-btn .news-prev,
.news_more-btn .news-next {
    margin-bottom: 15px;
    background: #f9f9f9;
    padding: 10px;
}
.news_more-btn span.title-wrap {
    overflow: hidden;
    width: 80%;
    display: inline-block;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    -moz-box-orient: vertical;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: lighter;
}
.news_hot h3{
   font-size: 16px;
    font-weight: 400;
    line-height: 48px;
    padding: 0;
    border-bottom: 1px solid #ececec;
    color: #999;
}
.news_hot ul li{
    line-height: 48px;
    font-size: 14px;
    border-bottom: 1px solid #ececec;
}
.news_hot ul li a{
    color: #666;
}
.news_hot ul li a:hover{
     color: #0095f7;
}
/*re-solution*/
.pgs_re_soluindex{
    padding:100px 0 0;
}
.pgs_re_solu_fa{
    padding: 0px;
    background: #fff;
    border:1px solid #f0f0f0;
}
.pgs_re_solu_fa:hover{
    background: #f6f8f9;
}
.pgs_re_solu_fa .img{
    overflow: hidden;
}
.pgs_re_solu_fa img{
    transition: all .3s ease;
}
.pgs_re_solu_fa:hover img{
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
}

/*.pgs_re_solu_fa span{
    width: 4px;
    height: 35px;
    background: #0095f7;
    display: inline-block;
}*/
.pgs_re_solu_fa h3{
    font-size: 24px;
    color: #333;
    padding: 30px 0;
}
/*.pgs_re_solu_fa a{
    font-size: 16px;
    background: #fff;
    border: 1px solid #efefef;
    padding: 5px 15px;
    display: inline-block;
    border-radius: 5px;
    margin-right: 20px;
    transition: all 0.3s;
    color: #666;
}
.pgs_re_solu_fa a:hover{
     border: 1px solid #0095f7;
     color: #0095f7
}*/
.re_title{
    padding:100px 0 60px 0;
}
.re_title h2{
    font-size: 36px;
    color: #0095f7;
    font-weight: bold;
    display: block;
    padding-bottom:15px;
}
.re_title p{
    font-size: 20px;
    color: #666;
   /* font-weight: lighter;*/
}
.pgs_re_solu_list{
    margin-bottom:20px;
}
.pgs_re_solu_list h3{
    position: relative;
    position: relative;
    padding: 20px 0 10px 0;
}
.pgs_re_solu_list h3:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    border-bottom: 3px solid #0095f7;
}
.pgs_re_solu_list p{
    padding-top: 10px;
    font-size: 20px;
    font-weight: lighter;
}
.pgs_re_pro_con{
    line-height: 23px;
    font-size: 16px;
     margin-top: 10px;
}
.pgs_re_pro_con p{
    font-size: 16px;
    padding:0;
    font-weight: normal;
}
.gallerytop .swiper-slide{
    padding-right: 1px;
}
.gallerytop .swiper-slide img{
    border:1px solid #efefef;
    padding:15px;
}
.pgs_pro{
    margin-top: 80px;
    padding-bottom: 40px;
    margin-bottom: 80px;
    border-bottom: 2px solid #efefef;
}
.pgs_pro:last-child{
    border-bottom: none;
}
.pgs_pro_title{
    padding-bottom: 30px;
    font-size: 36px;
}
.pgs_pro_list li{
    margin-bottom: 30px;
    background: #f7f7f7;
    padding: 20px 10px
}
.pgs_pro_list li:hover{
    box-shadow: 0 0 15px rgba(33, 37, 41, 0.08);
    background: #fff;
}
.pgs_pro_list a li h4{
    color: #333;
}
.pgs_pro_list a li:hover h4{
    color: #0095f7;
}
.pgs_pro_list li h4{
    font-size: 18px;
    font-weight: bold;
    display:block;
    padding-bottom: 10px;
}
.pgs_pro_list li h4 i{
    color: #0095f7;
    margin-right: 10px;
    background: #fff;
    border-radius: 10px;
}
.pgs_pro_list li p i{
    color: #0095f7;
    margin-right: 10px;
    background: #fff;
    border-radius: 10px;
}
.pgs_pro_list li p{
    text-indent: 28px;
    color: #666;
}
.modal-body img{
    max-width: 100% !important;
}
.pgs_detail_zl{
 text-align: center;
}
.pgs_detail_zl p{
    padding: 10px 0;
    font-weight: bold;
    font-size: 16px;
    color: #666;
}
.pgs_detail_title{
   padding: 60px 0; 
}
.listk{
   /* box-shadow: 0 0 15px #ececec;*/
   margin-bottom: 25px;
}
.jsimg img{
    max-height: 156px;
}

.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-1-5 {
    width: 33.3%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-1-5 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-1-5 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-1-5 {
        width: 20%;
        float: left;
    }
}


/*re-technology*/
#pgs_re_tech{
    background: #fff;
    padding-top: 100px;
}
.pgs_re_tech_con p,.pgs_re_tech_con{
    font-size: 16px;
    line-height: 32px;
    word-break: break-all;
}
.pgs_re_tech_con img{
    max-width: 100% !important;
}
.pgs_re_tech_list{
    margin-top: 100px;
    background: #fff;
    box-shadow: 0 0 10px #e6e6e6;
    padding:30px;
    font-size: 16px;
    line-height: 25px;
    margin-left: 20px;
    color: #666;
 /*   font-weight: lighter;*/
}
.pgs_re_tech_list b{
    font-weight: bold;
}
.pgs_re_tech_list li{
    padding-bottom: 15px;
}
.pgs_re_zl p{
    font-size: 16px;
    padding-top: 5px;
    background: #f3f3f3;
    padding-bottom: 5px;
}
.pgs_re_zl .list:hover img{
   -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.pgs_re_zl .list:hover p{
    color:#fff;
    background: #0095f7;
}
.pgs_re_zl .list .img{
    overflow: hidden;
}
.pgs_re_zl img{
     transition: all .3s ease;
    padding: 10px;
    border: 1px solid #efefef;
    border-bottom: none;
}

/*re-join*/
.join_title p{
    text-align: left;
}
.j1{
    padding-left: 15%;
}
.j2{
    padding-left: 25%;
}
.j3{
    padding-left: 35%;
}
.j4{
    padding-left: 45%;
}
.j5{
    padding-left: 55%;
}
/*re-service*/
.pgs_re_ser_con{
    text-align: left;
    margin-bottom:20px;
}
.pgs_re_ser_con span{
    color: #3a4352;
    font-weight: bold;
}
.pgs_re_ser_con .p{
    font-size: 16px;
    color: #8da2b5;
    line-height: 25px;
    padding: 20px 0 30px;
    border-bottom: 1px solid #efefef;
    margin-bottom: 30px;
}
.pgs_re_ser_con ul li{
    font-size: 18px;  
    color: #6c8ca8;
    font-weight: normal;
}
.pgs_re_ser_con ul li i{
    color: #0095f7;
    padding-right: 15px;
    font-size: 18px;
}
.pgs_re_ser_con ul li em{
    color: #0095f7;
    padding-right: 15px;
    font-size: 18px;
}
/*lc*/
.pgs_re_oem{
    text-align: left;
    border: 1px solid #efefef;
    padding: 60px 30px;
}
.pgs_re_oem:hover{
    box-shadow: 0 0 10px #efefef;
}
.pgs_re_oem i{
    color: #c3d9e7;
    font-size: 70px;
    height: 80px;
    line-height: 80px;
    padding-right: 30px;
}
.pgs_re_oem p{

}
.pgs_re_oem p span{
    font-weight: bold;
    display: block;
}
.pgs_re_lc{
    position: relative;
    width: 16%
}
.pgs_re_lc:hover .yua span{
    background: #fff;
    color: #0095f7;
    border: 4px solid #0095f7;
}
.pgs_re_lc:hover .wz{
    font-weight: bold;
}
.pgs_re_lc p{
    text-align: center;
}
.pgs_re_lc .wz{

}
.pgs_re_lc .yua:after{
    content: "";
    position: absolute;
    border-bottom: 2px solid #0095f7;
    bottom: 24px;
    left: 50%;
    width: 100%;
}
.pgs_re_lc:last-child .yua:after{
    display:none;
}
.pgs_re_lc .yua span{
    background: #0095f7;
    color: #fff;
    border-radius: 50px;
    width: 55px;
    height: 55px;
    display: inline-block;
    line-height: 50px;
    font-family: arial;
    position: relative;
    z-index: 1;
    border: 4px solid #fff;
    transition: all .3s;
}
.pgs_re_lc .yua i{
    position: absolute;
    left: -16px;
    font-size: 18px;
    color: #0095f7;
}
/*msg*/
.con_msg_list{
    width: 100%;
    overflow: hidden;
    padding: 100px 0 0 0;
}
.msg_btn{
    border: 1px solid #3187c9;
    color: #fff;  
    background: #0095f7;
    font-size: 16px;
    border: 3px solid #0095f7;
    padding: 10px 100px;
    font-weight: bold;
}
.rpt{
  margin-top:40px;  
}
.msg_btn:hover{
    background: #fff;
    color: #0095f7;
    border: 3px solid #0095f7;
}
.con_msg_list .form-group{
    position: relative;
    font-size: .875rem;
}
.con_msg_list .form-group span{
    position: absolute;
    right: 10px;
    top:10px;
    color: #ff000a;
}
.re_con_main .con{
    color: #3a4352;
    font-weight: bold;
    text-align: left;
}
.con_msg_list input,.con_msg_list textarea{
    background: #fff;
    border:1px solid #efefef;
    border-radius: 0;
    padding: 15px 10px;
    width:100%;
    line-height: normal;
    font-size: 14px;
    border-radius: 5px;
}
.con_msg_list input:focus,.con_msg_list textarea:focus{
    border:1px solid #0095f7;
    box-shadow: none;
    background: none;
}
.con_msg_list textarea{
     height: 185px;
}
.con_msg_list p{
    color: #666;
    margin-bottom: 30px;
}
.con_msg_list p span{
    color: #333;
    display: block;
    font-size: 24px;    
}
/*re_search*/
.searchall{
    width: 40%;
}
.form-inline .searchall  .form-control{
    width: 100%;
}
.pgs_sec{
    padding:60px 15px;
}
.pgs_sec a:hover h3{
    color: #007bff;
}
.pgs_sec li{
    position: relative;
   padding-bottom: 20px;
    padding-top: 20px;
    border-bottom: 1px solid #efefef
}
.pgs_sec li p{ 
    color: #666;
    padding-left: 23px;
}
.pgs_sec a:hover i{
    color: #007bff;
}
.pgs_sec li i{
    position: absolute;
    right: 10px;
    top: 25px;
    font-size: 30px;
    color: #999;

}
.pgs_sec li h3{
    font-weight: bold;
    display: block;
    font-size: 20px;
    color: #333;
    padding-bottom: 10px;
}
/*nav mobile*/

.mmenu .dropdown_menu a{
display: block;
}
.m_nav {
    position: fixed;
    top: 0;
    box-shadow: 0 15px 27px 0 rgba(167,165,165,.2);
    width: 280px;
    height: 100%;
    background: #fff;
    transition: all ease .5s;
    -webkit-transition: all ease .5s;
    z-index: 9000;
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    overflow-y: auto;
    transition: all .6s cubic-bezier(.77,0,.175,1) 0ms;
    right: 0;
    transform: translateX(100%)
}
.m_nav.open {
    transform: translateX(0)
}
.m_nav .top {
    height: 60px;
    padding: 32px 15px;
    box-sizing: border-box
}
.m_nav .top .closed {
    vertical-align: middle;
    float: right;
    cursor: pointer;
    font-size:32px;
    color: #000;
    margin-top: -18px;
}
.m_nav .logo {
    width: 100%;
    margin: 0 auto;
    display: none;
}
.m_nav .logo img {
    height: 50px;
    display: block;
    margin: 30px auto
}
.m_nav .ul {
    margin-top: 30px
}
.m_nav .ul li {
    padding: 0 20px;
    border-bottom: 1px solid #f5f5f5;
    transform: translateY(0);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all .6s cubic-bezier(.77,0,.175,1) 0ms;
    transition: all .6s cubic-bezier(.77,0,.175,1) 0ms;
    opacity: 0
}
.m_nav.open .ul li {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}
.m_nav .ul li:nth-child(1) {
    -webkit-transition: all .2s cubic-bezier(.77,0,.175,1) 0ms;
    transition: all .2s cubic-bezier(.77,0,.175,1) 0ms
}
.m_nav .ul li:nth-child(2) {
    -webkit-transition: all .4s cubic-bezier(.77,0,.175,1) 0ms;
    transition: all .4s cubic-bezier(.77,0,.175,1) 0ms
}
.m_nav .ul li:nth-child(3) {
    -webkit-transition: all .6s cubic-bezier(.77,0,.175,1) 0ms;
    transition: all .6s cubic-bezier(.77,0,.175,1) 0ms
}
.m_nav .ul li:nth-child(4) {
    -webkit-transition: all .8s cubic-bezier(.77,0,.175,1) 0ms;
    transition: all .8s cubic-bezier(.77,0,.175,1) 0ms
}
.m_nav .ul li:nth-child(5) {
    -webkit-transition: all 1s cubic-bezier(.77,0,.175,1) 0ms;
    transition: all 1s cubic-bezier(.77,0,.175,1) 0ms
}
.m_nav .ul li:nth-child(6) {
    -webkit-transition: all 1.2s cubic-bezier(.77,0,.175,1) 0ms;
    transition: all 1.2s cubic-bezier(.77,0,.175,1) 0ms
}
.m_nav .ul li:nth-child(7) {
    -webkit-transition: all 1.2s cubic-bezier(.77,0,.175,1) 0ms;
    transition: all 1.4s cubic-bezier(.77,0,.175,1) 0ms
}
.m_nav .ul li:nth-child(8) {
    -webkit-transition: all 1.2s cubic-bezier(.77,0,.175,1) 0ms;
    transition: all 1.6s cubic-bezier(.77,0,.175,1) 0ms
}
.m_nav .ul li:nth-child(9) {
    -webkit-transition: all 1.2s cubic-bezier(.77,0,.175,1) 0ms;
    transition: all 1.8s cubic-bezier(.77,0,.175,1) 0ms
}
.m_nav .ul li a {
    display: block;
    text-decoration: none;
    color: #333;
    font-size: 15px;
    height: 50px;
    line-height: 50px;
    width: 100%
}
.m_nav .ul li a:hover{
    color: #007bff;
}
.m_nav .ul li .dropdown_menu {
    display: none;
    -webkit-transition: initial;
    transition: initial;
}
.m_nav .ul li.dropdown.active .dropdown_menu {
    display: block
}
.m_nav .ul li .dropdown_menu a {
    display: block;
    height: 50px;
    line-height: 50px;
    padding-left: 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #f5f5f5
}
.m_nav .ul li .dropdown_menu a:last-child {
    border: 0
}
.m_nav .ul li .dropdown_menu h4{
    font-size: 14px;
    font-weight: bold;
    padding-left: 10px;
    padding-top: 10px;
    /*color: #007bff*/
}
.m_nav .ul li .dropdown_menu .suba{
     line-height: 40px;
    height: 40px;
    font-size: 14px;
}
.m_nav .ul li .dropdown_menu .suba i{
    font-size: 14px
}
.pgs_header #navToggle{
    display: none;
}
.pgs_header .pgs_lau  .active .men{
    opacity: 0;
}
.pgs_header #navToggle .men{
    font-size: 28px;
    padding-left: 20px;
    margin-left: 20px;
    border-left: 1px solid #efefef;
    transition: all 0.3s;
}

@media (max-width: 1440px){
    .pgs_topnav{
        padding-right: 5%;
    }
    .pgs_lau .showsec{
        right: 5%;
    }
    .pgs_logo{
        padding-left: 5%;
    }
    .pgs_foo_r>ul>li {
        padding-left: 60px;
    }
    .pgs_footer_con{
        padding-right: 5%;
        padding-left: 5%;
    }
    .pgs_copyright {
        padding: 20px 5%;
    }
}
@media (max-width: 1320px){
   .pgs_logo{
        padding-left: 1%;
    }
    .pgs_topnav {
        padding-right: 1%;
    }
}
@media (max-width: 1215px){
    .pgs_topnav{
        padding-right: 1%;
    }
    .pgs_lau .showsec{
        right: 1%;
    }

    .pgs_foo_r>ul>li {
        padding-left: 60px;
    }
    .pgs_footer_con{
        padding-right: 1%;
        padding-left: 1%;
    }
    .pgs_copyright {
        padding: 20px 1%;
    }
    .pgs_menu>li{
        padding: 0 20px;
    }
}

@media (max-width: 1115px){
    .pgs_menu>li{
        padding: 0 10px;
    }
    .pgs_foo_r>ul>li {
        padding-left: 15px;
    }
}

@media (max-width: 1020px){
    .pg_title span{
        font-size: 80px;
    }

}

@media(max-width: 960px){
    .pgs_header #navToggle {
        display: inline-block;
    }
    .pgs_topnav .pgs_menu{
        display: none;
    }
    .pgs_foo_r {
        display: none;
    }
}
@media (max-width: 876px){
    .pgs_header,.h100{
        height: 80px;
    }
    .pgs_menu>li,.pgs_lau{
        line-height: 80px;
    }
    .pgs_logo {
        height: 70px;
    }
    .pgs_lau .showsec{
        top:40px;
    }  
    .pgs_lau .showlau{
        top:52px;
    }
    .hfixed .pgs_logo{
        height: 60px;
    }
    .hfixed{
        height: 70px!important;
    }
    .hheight{
        height: 70px!important;
    }
    .hfixed .menu_sub_m{
        top: 70px!important;
    }
    .hfixed .pgs_lau .showsec{
        padding-top: 30px!important;
        top:40px;
    }
    .hfixed .pgs_lau .showlau{
        padding-top: 30px!important;
        top: 49px
    }
    .hfixed .pgs_menu>li{
        line-height: 70px!important;
    }
    .hfixed .pgs_menu>li>a:after{
        bottom: 15px!important;
    }
    .hfixed .pgs_lau{
        line-height: 70px!important;
    }
    
}
@media (max-width: 768px){
    .pgs_re_con_w .rey{
           font-weight: normal;
    }
    .pgs_pro{
        margin-top: 40px;
        padding-bottom: 40px;
        margin-bottom: 40px;
    }
    .pgs_footer_menu{
        display: block;
    }
    .pgs_header,.h100{
        height: 60px;
    }
    .pgs_menu>li,.pgs_lau{
        line-height: 60px;
        position: relative;
    }
    .pgs_logo {
        height: 50px;
        padding-left: 10px;
        padding-top: 10px;
    }
    .pgs_lau .showsec{
        top: 40px;
        padding-top: 20px;
        right:10px;
    }  
    .pgs_lau .showlau{
        top:42px;
    }
    .hfixed .pgs_logo{
        height: 42px;
        padding-top: 5px;
    }
    .hfixed{
        height: 50px!important;
    }
    .hheight{
        height: 50px!important;
    }
    .hfixed .menu_sub_m{
        top: 50px!important;
    }
    .hfixed .pgs_lau .showsec{
        padding-top: 10px!important;
        top:40px;
    }
    .hfixed .pgs_lau .showlau{
        padding-top: 30px!important;
        top: 40px
    }
    .hfixed .pgs_menu>li{
        line-height: 50px!important;
    }
    .hfixed .pgs_menu>li>a:after{
        bottom: 15px!important;
    }
    .hfixed .pgs_lau{
        line-height: 50px!important;
    }
    .pgs_topnav {
        padding-right:10px;
    }
    .pgs_lau .sec{
        padding-right: 10px;
    }
    .pgs_lau .lau{
        padding-left: 10px;
    }
    .pgs_header #navToggle .men{
        padding-right: 10px;
        margin-left: 10px;
    }


    .pgs_bancon .zi1{
        font-size:22px;
       letter-spacing: 2px;
    }
    .pgs_bancon .zi2{
        font-size:16px;
    }
    .pg_title span {
        font-size: 40px;
    }
    .pg_title h4 {
        font-size: 28px;
        font-weight: bold;
    }
    .pg_title h4{
        margin-top: -50px;
    }
    .pg_title h4:after{
        top:50px;
    }
    .pg_title{
        padding-bottom: 60px;
        padding-top: 40px;
    }
    .m_nav .ul li a{
        font-size: 16px;
    }
    .m_nav .top .closed{
        margin-top: -30px;
    }
    .pgs_solu_cat .catlist .catlist_cat a{
        margin-right: 5px;
        padding:5px;
    }
    .pgs_solu_cat .catlist .catlist_cat li:last-child a{
        margin-right:0px;
    }
    .pgs_solu_cat_menu{
        margin-bottom: 30px;
    }
    .pgs_solu_cat .catlist h5{
        padding: 20px 0 0px;
    }
    .pgs_solu_cat .catlist .catimg{
        margin-top: 0px;
    }
    .pgs_solu_cat .catlist .c_btn{
        margin-top: 10px;
        margin-bottom: 10px;
        background: none;
        color: #999;
        border-color: #fff;
    }
    .pgs_solu_cat .catlist p{
        line-height: 20px;
        padding-top: 10px;
    }
    .pgs_solution{
        margin-bottom: 60px;
    }
    .while {
        padding-bottom: 60px !important;
        padding-top: 40px !important;
    }
    .pgs_about_con{
        padding: 20px 20px;
        margin-top: 20px;
        margin-left: 10px;
        margin-right: 10px;
    }
    .about-prev, .about-next{
        display: none;
    }
    .pgs_about_con .tick {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .pgs_about_con .aboutcon {
        line-height: 25px;
        font-size: 16px;
    }
    .pgs_about{
        height: 450px;
    }
    .pgs_technology{
        padding-top: 0px;
        padding-bottom: 40px;
    }
    .pgs_technology .card-title {
        margin-bottom: 20px;
        font-weight: bold;
    }
    .pgs_technology .card-text{
        line-height: 24px;
        margin-bottom: 10px;
    }
    .pgs_oem_con h3{
        font-size: 28px;
    }
    .pgs_oem_con a {
        margin-top: 20px;
        padding: 12px 0px;
        width: 90%;
    }
    .pgs_oem{
        height: 300px;
    }
    .pgs_foo_l{
        text-align: center;
        width: 100%;
    }
    .pgs_foo_l img{
        display: none;
    }
    .pgs_footer_con{
        margin-bottom: 40px;
        padding-top: 30px
    }
    .pgs_copyright {
        text-align: center;
        -ms-flex-direction: column!important;
        flex-direction: column!important;
    }
    .tbox{
        visibility: hidden;
    }
    .pgs_re_b_title{
        font-size: 22px;
    }
    .join_title p{
        font-size: 16px;
    }
    .pgs_re_con_w>h2{
        font-size: 24px;
        padding: 20px 0;
    }
    .pgs_re_con_w{
        padding: 30px 0;
/*         padding: 20px 10px;
        margin-bottom: 20px;
        box-shadow: 0 0 20px rgba(1, 43, 59, 0.1);*/
    }
    .pgs_re_menu ul li a{
        padding: 10px 20px;
    }
    .pgs_re_con_w .rey .hxjz .t1{
        padding: 10px 0 10px 0;
        line-height: 1rem;
    }
    .pgs_re_con_w .rey{
        font-size: 16px;
    }
    .pgs_re_con_w .rey .hxjz .t2{
        bottom: -60px;
    }
    .pgs_re_con_w .rey .yjlist .y1{
        line-height: 25px;
    }
    .pgs_re_con {
        margin-bottom: 40px;
    }
    .pgs_re_menu{
        display: none;
    }
    .re_title {
        padding: 40px 0 40px 0;
    }
    .re_title h2{
        font-size: 24px;
    }
    .re_title p{
        font-size: 16px;
    }
    .pgs_re_tech_list{
        margin-top: 30px;
        margin-left: 0px;
    }
    .pgs_renews{
        margin-top: 30px;
        margin-bottom: 40px;
    }
    .news_list_li .item_wrapper h2{
        font-size: 20px;
        line-height: 2.5rem;
        padding-bottom: 0px;
        padding-top: 10px;
    }
    .news_list_li .item_more i{
        padding:10px;
    }
    .n_btn,.msg_btn{
        width: 100%;
    }
    .news-list-detal .news_title{
        line-height: 2rem;
        font-size: 1.5rem;
    }
    .con_msg_list input, .con_msg_list textarea{
        border-color: #ccc;
    }
    .con_msg_list{
        padding-top: 40px;
    }
    .pgs_re_oem p span{
        font-size: 20px;
        padding-bottom: 10px;
    }
    .re_search .form-group{
       width: 100%;
       margin-bottom: 5px;
    }
    .re_search button{
         width: 100%;
    }
    .pgs_re_oem p{line-height: 25px;}
    .pgs_re_con_w .rey .lc{
        flex-flow: wrap;
    }
    .pgs_re_lc {
        width: 33.33%;
    }
    .pgs_re_lc:nth-child(3) .yua:after{
        display:none;
    }
    .pgs_re_lc:nth-child(4) .yua i{
        display:none;
    }
    .pgs_re_lc .wz{
        font-size: 15px;
        font-weight: normal;
    
    } 
    .pgs_re_lc .yua span{
        font-weight: normal;
    }
    .pgs_solu_cat_menu a.active{
        border: 1px solid #0095f7;
    }
    .pgs_solu_cat_menu a{
        font-weight: bold;
        padding: 8px 20px;
        display: inline-block;
        border-radius: 0px;
        margin-right: 0;
        width: 50%;
        border: 1px solid #efefef;
    }
    .pgs_solu_cat_menu a:first-child{
        border-radius: 5px 0px 0px 5px;
    }
    .pgs_solu_cat_menu a:last-child{
       border-radius: 0px 5px 5px 0px;
    }
}
#ModalCenter h5{
    font-weight: bold;
}
/*#backmast{
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top:0;
    left:0;
    z-index:999;
    width: 100%;
    height:100%;
}*/
.modal-backdrop.show {
    opacity: .7;
}
/*子导航*/
.List_caten{width: 100%;}
.List_caten>a{padding: 0 15px; display: block; color: #999;text-decoration: none; background: #f3f3f3; height: 50px;line-height: 50px; font-size: .975rem;}
.List_caten a i{font-size: 1.6rem;color: #969696;}
.List_caten .collapse{width: 100%;}
.List_caten .dropdown-item{text-align:center;padding: 0; line-height: 40px; font-size: 16px; border-bottom: 1px solid #efefef;}
.List_caten .current{color:#d82229;}
.List_caten .dropdown-item.active, .dropdown-item:active{background: #0095f7;}