@import "cui.css";

/* 请根据项目类型删掉多余的引用 */
@import "lib.css";

@import "m-insless.css";
/* 请在以下区间内开发 CSS 代码 */
@import "iconfont.css";
@import "m-nm.css";
@import "m-public.css";
@import "m-inside.css";
@import "less.css"; 
@import "m-insless.css";

/* 结束 */


.view .swiper-slide .imgauto {
    width: 100%;
    height: 350px;
}
.preview .swiper-slide {
    width: 25%;
    padding: 5px;
}
.preview .swiper-slide .imgauto {
    width: 100%;
    border: 1px solid #ddd;
}
.preview .active-nav .imgauto {
    border: 1px solid #0152ad;
}
.preview .swiper-container {
    width: 80%;
    margin: 0 10%;
}
.preview  {
    position: relative;
}
.preview .arrow-left {
    background: url(../images/feel3.png) no-repeat left top;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -9px;
    width: 9px;
    height: 18px;
    z-index: 10;
}
.preview .arrow-right {
    background: url(../images/feel4.png) no-repeat left bottom;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -9px;
    width: 9px;
    height: 18px;
    z-index: 10;
}


.work_list{width: 100%;padding-top: 12px;margin-bottom: 20px; overflow: hidden;}
.work_list h4{line-height: 44px;
/*background: url(../images/icon12.png) 95% center no-repeat;*/
text-indent: 0px;background-size: auto 10px;border-bottom: 1px solid #f2f2f2;width: 100%;float: left; position:relative;}
.work_list h4 a{float: left;line-height: 44px;color: #666;font-size: 16px;text-indent: 0;font-weight: normal;margin-left: 15px;}
.work_list h4.on a{font-weight: bold;}
.work_list h4 span{ width: 6px; height: 7px;color: #0152ad;display: inline-block;  float: left; font-weight:bold; position:absolute;top: -1px;}
.work_list ul{display: none;float: left;width: 100%;}
.work_list li{
    /*background: url(../images/icon12.png) 18px 15px no-repeat;*/
    text-indent: 10px;display: block;border-bottom: 1px solid #f2f2f2;width: 100%;line-height: 42px;background-size: 5px;}
.work_list li a{display: block;color: #666;font-size: 14px;text-indent: 0;padding-left: 30px;}
.work_list li.on a{ font-weight: bold; }
.work_list li span{margin-right: 20px;}
.pagebar .pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.pagebar { padding:20px; overflow:hidden}
.pagebar .pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.pagination a {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 12px;
  padding: 5px 8px;
  margin: 0 2px;
  border-radius: 3px;
}
.pagination span {
    color: #333;
    font-size: 12px;
    padding: 7px 2px;
    margin: 0 2px;
    border-radius: 3px;
}
.pagination a:hover {
  color: #337ab7;
  border: 1px solid #337ab7;
}
.pagination a.page-num-current {
  color: #fff;
  background: #337ab7;
  border: 1px solid #337ab7;
}
.pagination .st{ font-family:宋体}
.text-secondary{ text-align:center; padding:20px 0}

.txt .jgg{ color:#F00; font-size:20px}

#maximg img{ max-width:100%}
.full-main{
    width: 100%;
    /*min-width: 1200px;*/
}
.main-container{
    max-width:1230px;
    padding: 0 15px;
    margin: 0 auto;
}
.pc-fl{
    float: left;
}
.pc-fr{
    float: right;
}
.about-wrap{
  
    height:560px;
    box-sizing: border-box;
    padding-top: 70px;
}
.about-img{
    width: 50%;
    position: relative;
 
}
.about-img .img{
    position: absolute;
    top: 10px;
    left: -10px;
    z-index: 20;
}
.about-img .img img{
    width: 100%;
    display: block;
}
.about-img .img .phone-wrap{
    position: absolute;
    width: 100%;
    background: rgba(0,0,0,.5);
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    padding: 0 15px;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    bottom: 0;
}
.about-img .img .phone-wrap span{
    float: left;
}
.about-img .bg-box{
    width: 200px;
    height: 150px;
    background: #e6212a;
    right: 0;
    top: 0;
    position: absolute;
    z-index: 10;
}
.about-text{
    width: 48%;
}
.about-text .title{
    margin-bottom: 35px;
}
.about-text .title span{
    font-size: 30px;
    font-weight: bold;
    color: #ffffff;
    line-height: 1;
}
.about-text .title p{
    font-size: 44px;
    font-weight: bold;
    color: #ffffff;
}
.about-text .title p em{
    color: #e6212a;
}
.about-text .text-content strong{
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    line-height: 1;
    display: block;
    margin-bottom: 20px;
}
.about-text .text-content p{
    font-size: 14px;
    color: #ffffff;
    line-height: 24px;
        overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}
.about-text .text-content a{
    width: 140px;
    height: 40px;
    line-height: 40px;
    display: block;
    text-align: center;
    color: #ffffff;
    background: #e6212a;
    margin-top: 35px;
}
.about-text .text-content a i{
    width: 0;
    height: 0;
    border-top: 8px solid #fff;
    border-left: 8px solid transparent;
    display: inline-block;
    transform: rotate(45deg);
}

@media(max-width:991px){
    .about-wrap{
        height:auto;
        overflow: hidden;
        background-size: cover!important;
    }
    .about-text{
        width: 100%;
    }
    .about-img{
        width: 100%;
        height: auto!important;
        margin-top: 15px;
    }
    .about-img .img{
        position: relative;
        height: auto!important;
    }
}
@media only screen and (max-width: 760px){
.about-wrap {
        height: auto;  
    }
	.full-main{
        min-width: 100%;
    }
	.main-container {
        width: 100%;
        min-width: 100%;
        margin: 0;
        padding-left: 15px;
        padding-right: 15px;
        box-sizing: border-box;
    }
	 .about-text{
        width: 100%;
    }
	.pc-fl{
        float: none;
    }
    .pc-fr{
        float: none;
    }
	.about-text .title {
        margin-bottom: 30px;
    }
    .about-img{
        width: 100%;
        height: 200px;
        overflow: hidden;
        margin-top: 20px;
    }
    .about-img .img{
        position: static;
        top: 0;
        left: -0;
        z-index: 20;
        height: 200px;
    }
    .about-img .bg-box{
        display: none;
    }
    .about-img img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .about-text{
        width: 100%;
    }
    .about-text .text-content a {
        margin-top: 40px;
    }
	.full-main{
        min-width: 100%;
    }
	    .main-container {
        width: 100%;
        min-width: 100%;
        margin: 0;
        padding-left: 15px;
        padding-right: 15px;
        box-sizing: border-box;
    }
    /**/
    .about-text .title span{
        font-size: 18px;
    }
    .about-text .title p{
        font-size: 24px;
    }
}

/*分页 begin*/
.pagination {
    text-align: center;
}
.pagination li {margin:0 5px;font-size:16px;border:none;border-radius:4px;display:inline-block}
.pagination li a {border-radius:4px;color:#6e6e6e;background:#fff;padding:6px 10px;border:1px solid #DCDCDC;}
/* .pagination li i {font-weight:bold;font-size:18px;padding:0 3px} */
.pagination li a{
    font-size: 14px;
    display: block;
}
.pagination li.active a,.pagination li a:hover {background:#0152ad;color:#fff;border:1px solid #0152ad;}


/*单页荣誉证书*/
.page_ryzs{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.page_ryzs li{
    width: 32.33333%;
    margin-right: 1.5%;
}
.page_ryzs li:nth-child(3n){
    margin-right:0;
}

.page_ryzs li h3{
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: center;
}

@media(max-width:768px){
    .page_ryzs li{
        width: 49%;
        margin-right: 2%;
    }
    .page_ryzs li:nth-child(3n){
        margin-right:2%;
    }
    .page_ryzs li:nth-child(2n){
        margin-right:0;
    }
    .page_ryzs li h3{
        margin: 8px 0;
    }
}


.channel-banner img{
    display: block;
    width: 100%;
}












/*分页 end*/