.page-box{
text-align: center;
}
ul.yiiPager
{
display: inline-block;
font-size:16px;
}
ul.yiiPager li
{
display:inline-block;
}
ul.yiiPager a:link,
ul.yiiPager a:visited
{
border:solid 1px #dedede;
font-weight:bold;
padding:1px 6px;
text-decoration:none;
}
ul.yiiPager .page a
{
font-weight:normal;
padding: 10px 15px;
}
ul.yiiPager a:hover
{
border:solid 1px #bebebe;
}
ul.yiiPager .selected a
{
background:var(--themeColor);
color:#FFF;
font-weight:bold;
}
ul.yiiPager .hidden a
{
pointer-events: none;
border:solid 1px #DEDEDE;
color:#888888;
} ul.yiiPager .first,
ul.yiiPager .last
{
display:none;
}
ul.yiiPager .next{
position: unset;
}
ul.yiiPager .previous a{
padding: 10px 15px;
}
ul.yiiPager .next a{
padding: 10px 15px;
}
ul.yiiPager > ul > li > a.active,
ul.yiiPager li a:hover {
background: var(--themeColor);
border-color: var(--themeColor);
color:#fff;
}
@media only screen and (max-width: 767px) {
ul.yiiPager{
display: inline-block;
font-size:14px;
}
ul.yiiPager .page a,ul.yiiPager .previous a,ul.yiiPager .next a{
padding: .12rem .2rem;
}
ul.yiiPager li {
display: inline-block;
}
}.bossgoo-index-news1 { padding: 60px 0;
}
.bossgoo-index-news1 .newsList {
display: flex; flex-wrap: wrap;
}
.bossgoo-index-news1 .topnewsTitle {
text-align: center;
font-weight: 800;
color: black;
font-size: 36px;
line-height: 36px;
margin-bottom: 20px;
}
.bossgoo-index-news1 .newsList .newsBox:hover {
box-shadow: 4px 0 10px rgba(0, 0, 0, .2);
}
.bossgoo-index-news1 .newsList .newsBox {
width: 22.5%;
height: auto;
display: flex;
flex-direction: column;
justify-content: flex-start;
overflow: hidden;
border-radius: 10px;
margin-bottom: 20px;
background-color: #f5f5f5;
margin-right: 2%;
}
.bossgoo-index-news1 .newsList .newsBox:nth-child(4n){
margin-right: 0;
}
.bossgoo-index-news1 .newsList .newsBox .imgBox {
width: 100%;
position: relative;
height: 0;
padding-bottom: 87%;
}
.imgBoxImg{
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
}
.imgBoxImg a{
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
}
.imgBoxImg a img{
width: 100%;
max-width: 100%;
max-height: 100%;
object-fit: contain;
display: block;
}
.bossgoo-index-news1 .newsList .newsBox .imgBox .time {
width: 60%;
height: 40px;
line-height: 40px;
display: block;
text-align: center;
position: absolute;
font-size: 18px;
font-weight: 500;
color: #fff;
left: 0;
bottom: 0;
background-color: var(--themeColor);
}
.bossgoo-index-news1 .newsList .newsBox .newsTitle {
font-size: 18px;
font-weight: bold;
color: #222;
padding: 10px 15px 0;
text-align: left;
margin-bottom: 10px;
height: 64px;
}
.bossgoo-index-news1 .newsList .newsBox .newsContent {
font-size: 16px;
line-height: 20px;
color: #666;
padding: 0 15px;
margin-bottom: 10px;
height: 60px;
}
.bossgoo-index-news1 .newsList .newsBox .link {
height: 50px;
line-height: 50px;
text-align: center;
border-top: 1px #c3bebe solid;
}
.bossgoo-index-news1 .newsList .newsBox .link:hover a {
color: var(--themeColor)
}
.bossgoo-index-news1 .newsList .newsBox .link a {
font-size: 16px;
color: #fff;
display: inline-block;
width: 100%;
height: 100%;
}
.bossgoo-index-news1 .wrap .page-box{
margin-top: 20px;
}
@media only screen and (max-width:1440px) {
.bossgoo-index-news1 .newsList .newsBox .imgBox .time {
font-size: 14px;
}
}
@media only screen and (max-width:1040px) {
.bossgoo-index-news1 {
padding: .6rem .2rem;
}
.bossgoo-index-news1 .topnewsTitle {
font-size: 0.72rem;
line-height: 0.72rem;
margin-bottom: 0.4rem;
}
.bossgoo-index-news1 .newsList .newsBox:hover {
box-shadow: 0.08rem 0 0.2rem rgba(0, 0, 0, .2);
}
.bossgoo-index-news1 .newsList .newsBox {
width: 49%;
border-radius: 0.2rem;
margin-bottom: 0.4rem;
margin-right: 2%;
}
.bossgoo-index-news1 .newsList .newsBox:nth-child(2n){
margin-right: 0;
}
.bossgoo-index-news1 .newsList .newsBox .imgBox .time {
height: 0.8rem;
line-height: 0.8rem;
font-size: 0.36rem;
}
.bossgoo-index-news1 .newsList .newsBox .newsTitle {
font-size: 0.36rem;
line-height: 0.4rem;
padding: 0.2rem 0.3rem 0;
margin-bottom: 0.2rem;
height: 50px;
}
.bossgoo-index-news1 .newsList .newsBox .newsContent {
font-size: 0.32rem;
line-height: 0.4rem;
padding: 0 0.3rem;
margin-bottom: 0.2rem;
height: auto;
}
.bossgoo-index-news1 .newsList .newsBox .link {
height: 1rem;
line-height: 1rem;
border-top: 0.02rem #c3bebe solid;
}
.bossgoo-index-news1 .newsList .newsBox .link a {
font-size: 0.32rem;
}
}
@media only screen and (max-width:767px) {
.bossgoo-index-news1 .newsList .newsBox .imgBox .time {
font-size: 0.14rem;
}
.bossgoo-index-news1 .topnewsTitle {
font-size: 0.40rem;
line-height: 0.72rem;
margin-bottom: 0.4rem;
}
.bossgoo-index-news1 .newsList .newsBox:hover {
box-shadow: 0.04rem 0 0.1rem rgba(0, 0, 0, .2);
} .bossgoo-index-news1 .newsList .newsBox .imgBox .time {
width: 60%;
height: 0.6rem;
line-height: 0.6rem;
font-size: 0.3rem;
}
.bossgoo-index-news1 .newsList .newsBox .newsTitle {
font-size: 0.3rem;
line-height: 0.32rem;
padding: 0.2rem 0.2rem 0;
margin-bottom: 0.2rem;
height: 42px;
}
.bossgoo-index-news1 .newsList .newsBox .newsTitle a{
font-size: 0.3rem;
}
.bossgoo-index-news1 .newsList .newsBox .newsContent {
font-size: 0.28rem;
line-height: 0.4rem;
padding: 0 0.3rem;
margin-bottom: 0.25rem;
}
.bossgoo-index-news1 .newsList .newsBox .link {
height: 0.6rem;
line-height: 0.6rem;
border-top: 0.01rem #c3bebe solid;
}
.bossgoo-index-news1 .newsList .newsBox .link a {
font-size: 0.28rem;
color: #fff;
}
}
@media only screen and (max-width:480px) {
.bossgoo-index-news1 .newsList .newsBox{
width: 100%;
margin-right: 0;
}
.bossgoo-index-news1 .newsList .newsBox .imgBox .time{ height: .6rem;
line-height: .6rem;
width: 50%;
} .bossgoo-index-news1 .newsList .newsBox .link{
height: .8rem;
line-height: .8rem;
} }
.bossgoo-index-news1-menu{
padding-top: 30px;
}
.bossgoo-index-news1-menu .wrap{
padding: 10px;
background: #f8f8f8;
overflow-x: auto;
overflow-y: hidden;
}
.bossgoo-index-news1-menu ul{
display: flex;
flex-wrap: nowrap;
}
.bossgoo-index-news1-menu li{
margin-right: 20px;
}
.bossgoo-index-news1-menu li a{
display: block;
white-space: nowrap;
line-height: 40px;
padding: 0 15px;
cursor: pointer;
}
.bossgoo-index-news1-menu li.current-cat a{
color: #0353a5;
}
.bossgoo-index-news1-menu li.active a{
background-color: #fff;
border-radius: 5px;
color: var(--themeColor);
}
@media only screen and (max-width:1040px) {
.bossgoo-index-news1-menu{
padding-top: .3rem;
}
.bossgoo-index-news1-menu .wrap{
padding: .2rem;
}
.bossgoo-index-news1-menu .wrap::-webkit-scrollbar{
display: none;
}
.bossgoo-index-news1-menu li{
margin-right: .04rem;
}
.bossgoo-index-news1-menu li a{
line-height: .8rem;
padding: 0 .3rem;
cursor: pointer;
}
.bossgoo-index-news1-menu li.active a{
border-radius: .05rem;
}
.bossgoo-index-news1-menu li.current-cat a{
color: #0353a5;
}
}
@media only screen and (max-width: 400px) {
.bossgoo-index-news1-menu li a {
line-height: .8rem;
padding: 0 .18rem;
cursor: pointer;
}
}
.bossgoo-index-news1 .related_info ul{
width: 100%;
display:flex;
flex-wrap: wrap;
}
.bossgoo-index-news1 .related_info ul li {
border-bottom: dashed 1px #E5E5E5;
margin-bottom: 15px;
width: 49%;
margin-right: 2%;
padding-bottom: 10px;
display:flex;
flex-wrap: wrap;
align-items: center;
}
.bossgoo-index-news1 .related_info ul li:nth-child(2n){
margin-right:0;
}
.bossgoo-index-news1 .related_info ul li .title {
display: block;
height: 30px;
line-height: 30px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
font-size: 16px;
color: #333;
}
.bossgoo-index-news1 .imgBoxImg a img{
object-fit: cover;
width:100%;
height:100%;
}
.bossgoo-index-news1 .vt_related_left{
width: 45%;
}
.bossgoo-index-news1 .vt_related_right{
width: 55%;
padding-left: 15px;
box-sizing: border-box;
}
.bossgoo-index-news1 .vt_related_left_imgBox{
width: 100%;
height: 0;
padding-bottom: 56.25%;
position: relative;
}
.bossgoo-index-news1 .vt_related_left_img{
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
display:flex;
justify-content: center;
align-items: center;
border-radius: 8px;
overflow: hidden;
}
.bossgoo-index-news1 .vt_related_left_img img{
object-fit: cover;
width:100% !important;
height:100% !important;
}
.bossgoo-index-news1 .vt_related_left_date{
position: absolute;
left: 0;
bottom: 0;
bottom: 0;
padding: 5px 12px;
background-color: var(--themeColor);
color: #fff;
}
.bossgoo-index-news1 .vt_related_right_more,.vt_related_right_more:hover{
margin-top:10px;
color: var(--themeColor);
}
.bossgoo-index-news1 .vt_related_title{
cursor:pointer;
line-height:26px;
font-weight:bold;
margin-bottom: 15px;
}
.bossgoo-index-news1 .vt_related_title a{
font-size:26px;
color:#262626;
}
@media only screen and (max-width: 1040px){
.bossgoo-index-news1 .related_info ul li{
width: 100%;
margin-right:0;
}
}
@media only screen and (max-width: 767px){
.bossgoo-index-news1 .vt_related_title a{
font-size: 22px;
}
}
@media only screen and (max-width: 480px){
.bossgoo-index-news1 .vt_related_left,
.bossgoo-index-news1 .vt_related_right{
width: 50%;
}
.bossgoo-index-news1 .vt_related_right .r_text{
-webkit-line-clamp: 2;
line-clamp: 2;
}
.bossgoo-index-news1 .vt_related_title a{
font-size: 20px;
}
}.fenye{    
height: 25px;
line-height: 25px;
_background: #F9F9F9;
padding: 2px 5px;
margin: 20px 4px;
_border: solid 1px #ccc;
_text-align: center;
}
.fenye a{
padding:4px 12px 4px 12px;
margin:0 5px 0 5px;
border:1px solid #aaa;
text-decoration:none;
color:#333;
}
.fenye a.current{    
background:#0353a5;    
color:#fff;
}
.fenye a:hover{
background:#0353a5;
color:#fff;
} .footer {
width:100%;
height:64px;
background:#E6E9ED;
border-top: 1px solid #e2e2e3;
} .post {
background:none;
}
.post .entry-cnt {
height:auto;
line-height:2;
font-size:14px;
border-top-width: 1px;
border-top-style: dotted;
border-top-color: #eee;
padding:15px 0 0;
}
.post .entry-cnt p {
line-height:2;
font-size:14px;    
}
.related {
padding:10px 5px 10px 5px;
border-top:1px solid #eee;
border-bottom:1px solid #eee;
margin: 20px auto 10px auto;
}
.r-left {
float:left;
}
.r-right {
float:right;
} .discuss {
padding:25px;
}
.page-box{
padding-top: 40px;
}
.sidebar .current-cat a{
color:#0353a5;
}
#cpbanner .banner-box button{
max-width: max-content;
line-height: 24px;
}
#cpbanner .banner-box button a{
color: #fff;
}#inquiry-popup-box{
position: relative;
z-index: 10000;
}
#inquiry-popup-box .upload-imgs {
padding: 10px 20px;
color: #3c5179;
font-size: 14px;
background: #e0e5f0;
box-sizing: border-box;
border-radius: 5px;
margin-right: 10px;
margin-top: 5px;
display: inline-block;
}
#inquiry-popup-box .curp {
cursor: pointer;
margin-left: 5px;
}
#inquiry-popup-box .shade{
display: none;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 97;
background-color: rgba(0,0,0);
opacity: .3;
}
#btnShade{
display: none;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 99999;
background-color: rgba(0,0,0);
opacity: 0;
}
body{
position: relative;
}
.icon-youjian,.icon-shouji,.icon-jurassic_user,.icon-gongsi{
display: none;
}
.popUp{
display: none;
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
z-index: 99;
width: 620px;
background-color: #fff;
overflow: hidden;
border: solid 1px #e8e8e8;
}
.popUp .main .imgpro{
display: none;
}
.popUp .main .content .title{
height: 100px;
border-bottom: solid 1px #e8e8e8;
font-family: Lato-Bold;
font-weight: bold;
font-size: 24px;
color: #fff;
line-height: 100px;
padding-left: 40px;
background-color: #384fd7;
position: relative;
}
.popUp .main .content .icon-cuo {
position: absolute;
right: 30px;
top: 40px;
font-size: 30px;
z-index: 99;
display: none;
}
.popUp .main .content .icon-cuowuguanbiquxiao-yuankuang {
position: absolute;
right: 30px;
top: 40px;
font-size: 30px;
z-index: 99;
color: #fff;
}
.popUp .main .content .icon-cuo:hover{
cursor: pointer;
}
.popUp .main .content .icon-cuowuguanbiquxiao-yuankuang:hover{
cursor: pointer;
}
.popUp .main .content .title::before{
content: "";        
position: absolute;    
bottom: -1px;
left: 40px;
height: 0;
width: 0;
border: 15px solid transparent;
border-bottom: 15px solid #fff;
}
.popUp .main .content .productbox{
display: flex;
align-items: center;
padding: 20px 35px 0;
}
.popUp .main .content .productbox .imgpro {
flex-shrink: 0;
width: 90px;
height: 90px;
border: solid 1px #e7e7e7;
display: flex;
justify-content: center;
align-items: center;
}
.popUp .main .content .productbox .text{
width: 50%;
margin-left: 20px;
}
.popUp .main .content .productbox .text p{
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
font-family: ArialMT;
font-size: 16px;
line-height: 22px;
color: #555555;
}
.popUp .main .content .layui-form{
padding: 10px 35px ;
}
.popUp .main .content .formbox{
margin-top: 5px;
position: relative;
}
.popUp .main .content .formbox .icon-yiwen2-copy{
position: absolute;
top: -30px;
right: 30px;
color: #999999;
z-index: 99;
font-size: 20px;
}
.popUp .main .content .formbox .icon-yiwen2-copy:hover +.prompt{
display: block;
}
.popUp .main .content .formbox .prompt{
width: 400px;
background-color: #efefef;
padding: 15px 20px;
box-sizing: border-box;
border-radius: 5px;
position: absolute;
top: -55px;
right: 60px;
z-index: 99;
display: none;
}
.popUp .main .content .formbox .prompt::before{
content: "";        
position: absolute;    
top: 20%;
transform: translateY(-50%);
right: -15px;
height: 0;
width: 0;
border: 5px solid transparent;
border-left: 10px solid #efefef;
}
.popUp .main .content .formbox .prompt p{
font-family: ArialMT;
font-size: 13px;
line-height: 18px;
color: #666666;
}
.popUp .main .content .formbox .icon-yiwen2-copy:hover{
cursor: pointer;
}
.popUp .main .content .formbox .layui-form-label{
padding: 0;
width:100%;
text-align: left;
font-family: ArialMT;
font-size: 16px;
line-height: 2;
color: #333333;
padding-bottom: 5px;
}
.popUp .main .content .formbox .layui-textarea{
resize: none;
height: 160px;
background-color: #f5f5f5;
border-radius: 10px;
border: solid 1px #dcdcdc;
padding: 15px;
}
.popUp .main .content .formbox .layui-input-block{
margin-left: 0;
}
.popUp .main .content .formbox .layui-btn{ background-color: var(--themeColor);
width: 100%;
height: 60px;
margin-top: 20px;
font-size: 20px;
border-radius: 10px;
}
.popUp .main .content .formbox .layui-input{
height: 50px;
background-color: #f5f5f5;
border-radius: 10px;
border: solid 1px #dcdcdc;
}
.popUp .main .content .formbox .layui-form-label{
display: none;
}
.popUp .main .content .layui-form .phoneBox{
display: inline-flex;
align-items: center;
height: 52px;
width: 100%;
background-color: #f5f5f5;
border-radius: 10px;
border: solid 1px #dcdcdc;
}
.popUp .main .content .layui-form .phoneBox .code{
display: inline-block;
width: 10%;
border: unset;
background-color: unset;
}
.popUp .main .content .layui-form .phoneBox .line{
margin: 0 2%;
height: 1px;
width: 5px;
background-color: #000;
}
.popUp .main .content .layui-form .phoneBox .Mobile{
display: inline-block;
width: 70%;
border: unset;
background-color: unset;
}
.popUp2{
display: none;
}
.okBox{
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
z-index: 98;
overflow: hidden;
width: 620px;
display: none;
flex-direction: column;
justify-content: center;
align-items: center;
background-color: #384fd7;
}
.okBox .icon-cuo{
position: absolute;
right: 30px;
top: 30px;
font-size: 20px;
display: none;
}
.okBox .icon-cuowuguanbiquxiao-yuankuang{
position: absolute;
right: 30px;
top: 30px;
font-size: 30px;
color: #fff;
}
.okBox .icon-check_bg_black{
font-size: 86px;
color: #fff;
margin-top: 150px;
}
.okBox .textOne{
font-family: Arial-BoldMT;
font-size: 30px;
font-weight: bold;
color: #fff;
margin-top: 40px
}
.okBox .textTwo{
font-family: ArialMT;
font-size: 20px;
color: #fff;
margin-top: 10px;
text-align: center;
}
.okBox .layui-btn{
width: 350px;
height: 55px;
font-size: 20px;
margin-top: 50px; background-color: var(--themeColor);
margin-bottom: 100px;
border-radius:10px ;
}
@media only screen and (max-width:1040px) {
.popUp{
width: 90vw;
}
.popUp .main .imgpro{
display: none;
}
.popUp .main .content{
width: 100%;
}
}
@media only screen and (max-width:768px) {
.popUp .main .content .productbox .imgpro{
width: 70px;
height: 70px;
}
.popUp .main .content .productbox .text p{
font-size: 14px;
width: 80%;
margin-left: 10px;
}
.popUp .main .content .layui-form .phoneBox .code{
display: inline-block;
width: 16%;
border: unset;
}
.popUp .main .content .layui-form .phoneBox{
height: 42px;
}
.popUp2 .main .content .layui-form .phoneBox .code{
display: inline-block;
width: 16%;
border: unset;
}
.popUp .main .content .formbox .layui-textarea{
border-radius: 5px;
}
.popUp .main .content .layui-form .phoneBox{
border-radius: 5px;
}
.popUp .main .content .formbox .layui-input{
border-radius: 5px;
}
.popUp .main .content .formbox .layui-btn{
border-radius: 5px;
}
.popUp .main .content .title{
font-size: 16px;
height: 60px;
line-height: 60px;
padding-left: 20px;
}
.popUp .main .content .icon-cuo{
right: 10px;
top: 10px;
}
.popUp .main .content .icon-cuowuguanbiquxiao-yuankuang{
right: 10px;
top: 20px;
font-size: 20px;
}
.popUp .main .content .title::before {
left: 20px;
border: 10px solid transparent;
border-bottom: 10px solid #fff;
}
.popUp .main .content .productbox{
padding: 10px 16px 0;
}
.popUp .main .content .text{
margin-top: 0;
line-height: 1.6;
}
.popUp .main .content .formbox{
margin-top: 10px;
}
.popUp .main .content .formbox .layui-input{
height: 40px;
}
.popUp .main .content .formbox .layui-btn{
height: 40px;
margin-top: 10px;
font-size: 18px;
}
.popUp .main .content .productbox .text{
width: 70%;
margin-left: 0;
}
.popUp .main .content .layui-form{
padding: 10px 16px;
}
.popUp .main .content .formbox .icon-yiwen2-copy{
top: -40px;
}
.popUp .main .content .formbox .prompt{
top: -70px;
width: 250px;
}
.okBox{
width: 80vw;
}
.okBox .icon-cuo{
display: none;
right: 10px;
top: 10px;
}
.okBox .icon-cuowuguanbiquxiao-yuankuang{
right: 10px;
top: 10px;
font-size: 20px;
}
.okBox .icon-check_bg_black{
margin-top: 50px;
font-size: 50px;
}
.okBox .textOne{
font-size: 18px;
margin-top: 20px;
}
.okBox .textTwo{
font-size: 14px;
}
.okBox .layui-btn{
font-size: 18px;
width: 70%;
height: 40px;
margin-top: 25px;
margin-bottom: 50px;
border-radius: 5px;
}
}
.popUp .main .content .iconfont-close{
position: absolute;
right: 30px;
top: 36px;
z-index: 1;
width: 20px;
height: 20px;
cursor: pointer;
}
.popUp2 .main .content .iconfont-close{
position: absolute;
right: 30px;
top: 36px;
z-index: 1;
font-size: 20px;
cursor: pointer;
width: 20px;
height: 20px;
}
.okBox .iconfont-close{
position: absolute;
right: 30px;
top: 36px;
z-index: 1;
font-size: 20px;
cursor: pointer;
width: 20px;
height: 20px;
}
.popUp .main .content .iconfont-close img,
.popUp2 .main .content .iconfont-close img,
.okBox .iconfont-close img,
.popUp .main .content .productbox .imgpro img{
width: 100%;
height: 100%;
object-fit: contain;
}
@media only screen and (max-width:768px) {
.popUp .main .content .iconfont-close{
right: 10px;
top: 18px;
}
.popUp2 .main .content .iconfont-close{
right: 10px;
top: 18px;
}
.okBox .iconfont-close{
right: 10px;
top: 18px;
}
}  
.popUp .content{
display: flex;
flex-direction: column;
width: 100%;
}
.pop-verifyCode{
display: flex;
}
.pop-verifyCode #inquiry-verifyCode{
width: calc(100% - 100px);
}