/* 搜索 */
.header .searchBox {
    height: auto;
    overflow: hidden;
    position: absolute;
    display: none;
    right: 0;
}

/* .header .searchBox .cont ainer {
    width: auto;
    padding: 0 80px;
} */
.header .searchBox .box {
    height: auto;
    width: 350px;
    padding: 10px 0 10px 10px;
    background: rgba(0, 0, 0, 0.5);
    float: right;
}

.header .searchBox .box input {
    width: 84%;
    height: 40px;
    padding: 0 20px;
    font-size: 14px;
    color: #fff;
    float: left;
}

.header .searchBox .box .btn {
    width: 14%;
    display: block;
    float: right;
    padding: 0;
}

.h3-title {
    margin-top: 0.8rem;
    text-align: center;
    font-size: 0.64rem;
    color: #3a3a3a;
    font-weight: bold;
}

.h3-title .en {
    margin: 0.24rem auto 0;
    display: block;
    color: #999;
    font-size: 0.28rem;
    font-weight: 300;
}

/*新闻  */
.idx-news {
    margin-top: 0.2rem;
}

.idx-news .swiper-container {
    width: 100%;
}

.idx-news>.container img.auto {
    width: 18.5%;
}

.news-tab-tit {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin: 0.56rem 0 0.36rem;
}

.idx-news-tab {
    padding-left: 0;
}

.idx-news-tab li {
    position: relative;
    display: inline-block;
    padding: 0.16rem 0.48rem;
    font-size: 0.28rem;
    line-height: 28px;
    color: #999;
    line-height: 28px;
    border-radius: 0.06rem;
    background: #f0f0f0;
    margin: 0 0.16rem;
}

.bg-gray .idx-news-tab li {
    background: #fff;
    margin-bottom: 0.2rem;
}

.idx-news-tab li.on {
    color: #fff;
    background: #1a52ee;
}

.idx-news .news-li {
    margin-top: 15px;
    margin-bottom: 15px;
    display: block;
    border: 1px solid #eee;
    border-radius: 0.03rem;
    overflow: hidden;
}

.idx-news .news-li .pd20 span {
    color: #666;
}

.idx-news .news-li:hover {
    border-color: #1a52ee;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.idx-news .news-li:hover span,
.idx-news .news-li:hover h5 {
    color: #1a52ee;
}

.idx-news .weui-img {
    width: 100%;
    display: block;
    overflow: hidden;
    background-color: #000;
}

.idx-news .weui-img img {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.idx-news .news-li:hover .weui-img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.idx-news .news-li .pd20 {
    padding: 0.1rem 0.2rem 0.2rem;
}

.idx-news h5 {
    margin: 0.24rem auto;
    max-height: 52px;
    font-size: 0.32rem;
    font-weight: 500;
    line-height: 0.36rem;
    color: #333;
}

.h-line {
    width: 100%;
    height: 1px;
    position: relative;
    background: #eee;
    margin: 0.28rem auto;
}

.idx-news .news-li .h-line::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #1a52ee;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.idx-news .news-li:hover .h-line::before {
    width: 20%;
}

.idx-news p {
    color: #999;
    font-size: 0.26rem;
}

.idx-news {
    padding-bottom: 0.6rem;
}

.idx-news .textmore a .before {
    color: #333;
    border-bottom: 1px solid #333;
}

.idx-news .swiper-slide {
    padding: 0.2rem 0 0.3rem;
}

/* 经营发展 */
.idx-develop {
    padding-bottom: 0.4rem;
    margin-bottom: 0.4rem;
    background: url(../images/dev-bg1.jpg) left top no-repeat;
    background-size: 100% 100%;
}

.idx-develop .h3-title {
    color: #fff;
}

.mr20 {
    margin: 0.6rem auto 0.9rem;
}

.clear {
    clear: both;
    font-size: 0;
}

ul {
    padding-left: 0;
}

.deve-a {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 0.05rem;
}

.deve-a img {
    border-radius: 0.05rem;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 1;
}

.deve-a:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.8;
}

.deve-a span {
    font-size: 0.42rem;
    position: absolute;
    display: block;
    left: 50%;
    top: 40%;
    width: 60%;
    text-align: center;
    margin-left: -30%;
    margin-top: -2%;
    color: #fff;
    z-index: 2;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0.9;
    text-shadow: 0 2px 6px #666;
}

.idx-develop .h3-title .en {
    color: #fff;
}

.deve-a:hover span {
    margin-top: -14%;
    opacity: 1;
    text-shadow: 0 0 1px #ff0;
}

.deve-a span::after {
    content: "+";
    color: #1a52ee;
    font-size: 0.32rem;
    font-weight: bold;
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    line-height: 0.42rem;
    text-align: center;
    border-radius: 0.5rem;
    background: #fff;
    margin: 0.4rem auto 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
}

.deve-a:hover span::after {
    opacity: 1;
}

/* 党建引领 */
.part-hot {
    display: block;
    position: relative;
    overflow: hidden;    
    background: rgba(0, 0, 0, 0.9);
    /* margin-bottom: 0.36rem; */
}
.part-hot:hover{
    background: rgba(0, 0, 0, 0.9);
}
.part-hot .f28 {
    position: relative;
    z-index: 2;
    color: #fff;
    text-align: center;
    padding:0.28rem 0.12rem;
    background: rgba(0, 0, 0, 0.9);
}

/* 党建之声 */
.part-box {
    width: 100%;
    margin: 0 auto;
}

.part-box h4 {
    font-weight: bold;
    color: #333;
    margin: 0 auto;
}
.part-box h4 .f36{
font-size: 0.48rem;
}
.part-box h4 span::before {
    content: "";
    display: inline-block;
    width: 0.1rem;
    height: 0.42rem;
    background: url(../images/line-bg.jpg) left center no-repeat;
    margin-right: 0.24rem;
}

.part-box h4 a {
    color: #999;
    font-size: 0.24rem;
    float: right;
    font-weight: normal;
    margin-top: 0.2rem;
}

.part-list {
    margin-top: 0.28rem;
}

.part-box:first-child {
    margin-bottom: 0.36rem;
    vertical-align: super;
}

.part-list li {
    width: 100%;
    line-height: 0.36rem;
}

.part-list li a {
    display: block;
    width: 100%;
}

.part-list li .line1::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 05rem;
    background: #999;
    margin-right: 0.1rem;
    vertical-align: middle;
}

.part-list li span {
    font-size: 0.28rem;
    line-height: 0.48rem;
}

.part-list li a p {
    width: 70%;
    display: inline-block;
    margin-bottom: 0;
}

.part-list li a p span {
    color: #333;
}

.part-list li a .f18 {
    width: 28%;
    text-align: right;
    color: #666;
    display: inline-block;
    vertical-align: text-bottom;
}

/* 关于我们 */
.about-bg {
    background: url(../images/cmp-bg.jpg) left bottom no-repeat;
    background-size: 100% 100%;
    margin-bottom: 0.32rem;
}

.about-bg .company h4 {
    font-size: 0.52rem;
    margin: 0.48rem auto;
    font-weight: bold;
}

.about-bg .company-cnt {
    line-height: 0.56rem;
    font-size: 0.28rem;
}

.about-bg .number {
    padding: 0.84rem 0;
}

.about-bg .number li {
    display: inline-block;
    width: 30%;
}

.about-bg .number .counter {
    color: #1a52ee;
}

.about-bg .number h2 {
    font-size: 0.28rem;
}

.about-bg .number h2 b {
    font-size: 0.64rem;
    font-weight: bold;
}

.about-bg .number h2 strong {
    font-size: 0.64rem;
    font-weight: bold;
}

.number h3 {
    font-size: 0.28rem;
}

.a-btn {
    text-align: center;
    margin: 0 auto;
}

.a-btn a {
    width: 40%;
    display: block;
    margin: 0 auto;
    color: #fff;
    font-size: 0.28rem;
    padding: 0.28rem 0;
    border: 1px solid #1a52ee;
    background: #1a52ee;
    border-radius: 0.5rem;
    transition: all ease 0.3s;
}

.a-btn a:hover {
    color: #fff;
    background: #1a52ee;
}

/* 管控企业 */
.control {
    padding-bottom: 0.4rem;
    background: #f0f0f0;
}
.control li{
    width: 20%;
    display: inline-block;
}
.control .pic {
    margin: 0 auto;
    display: grid;
}
.control .pic a{
    display:inline-block;
}
.control .pic a img{
    width: 90%;
    margin: 0 auto;
	height:160px;
}
.control .title{
    text-align: center;
    color: #444;
    font-size: 0.28rem;
    margin-top: 0.24rem;
}
.control .textmore a .before{
    color: #333;
    border-color:#333;
}



/* 资讯详情 */
.news-detil {
    padding-top: 1.2rem;
    padding-bottom: 0.5rem;
}

.news-detil .container {
    padding-top: 80px;
    width: 92%;
    margin: 0 auto;
    background: #fff;
    padding: 2% 3%;
}

.news-detil .detil-title {
    text-align: center;
}

.news-detil .detil-title h3 {
    font-weight: bold;
}

.detil-content {
    margin: 0 auto;
}

.detil-content .f14 {
    background: rgb(0, 112, 176, 0.1);
    color: #0070b0;
    font-weight: bold;
    padding: 0.24rem;
    line-height: 0.36rem;
    margin: 0.24rem auto;
    border-radius: 0.05rem;
}

.detil-content img {
    margin: 0.36rem auto;
    text-align: center;
}

.detil-content .cont-text {
    font-size: 16px;
    color: #666;
    line-height: 0.4rem;
}

.about-news {
    margin-top: 0.6rem;
    border-top: 1px solid #eee;
    padding-top: 0.2rem;
}

.about-news a {
    color: #999;
    padding: 0;
    font-size: 16px;
    display: block;
    line-height: 32px;
}

.about-news a:hover {
    color: #1a52ee;
}

.about-news a:last-child {
    text-align: right;
}

.text-right {
    text-align: right;
}

h2.h2-tit {
    font-weight: bold;
    padding-bottom: 20px;
}

/* 新闻资讯 */

.news .col-xs-12::before {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #1a52ee;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.7s cubic-bezier(0.58, 1, 0.38, 1);
    transition: all 0.7s cubic-bezier(0.58, 1, 0.38, 1);
}

.news a.weui-cell {
    position: relative;
    z-index: 1;
    padding: 0.4rem 0;
    color: #333;
    max-height: 2rem;
    overflow: hidden;
}

.weui-cell-fl {
    max-height: 1.4rem;
    overflow: hidden;
    padding: 0;
}

.weui-cell-fl>img {
    float: left;
}

.news a.weui-cell h5.line1 {
    color: #3e3e3e;
    font-size: 0.24rem;
    font-weight: bold;
}

.news .cell-title {
    padding-left: 0.2rem;
}

.news .cell-title .news-des {
    color: #666;
}

.news .weui-cell img {
    width: 100%;
    max-width: 225px;
}

.date {
    text-align: left;
    color: #999;
}

/* 资讯列表 */
/* .news a.weui-cell{border-bottom: 1px solid #3e3Ze3e;} */
.news {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 1.2rem;
}

.news .weui-cell .col-xs-10 {
    padding-left: 0;
    padding-right: 0;
}

.news .weui-cell .col-xs-12 {
    /* padding: 0; */
}

.news .weui-cell .cell-title h5.line1 {
    font-weight: bold;
    color: #333;
    font-size: 0.24rem;
    margin-top: 0;
}

.news .weui-cell .cell-title .news-des {
    color: #666;
    font-size: 0.18rem;
}

.news .weui-cell {
    border-bottom: 1px solid #eee;
    margin: 0 auto;
    position: relative;
}

.news .weui-cell::before {
    content: "";
    width: 0;
    height: 1px;
    background-color: #1a52ee;
    display: block;
    position: absolute;
    bottom: 0;
    transition: all ease-in-out 500ms;
}

.news .weui-cell:hover::before {
    width: 100%;
}

.news .weui-cell:hover h5.line1 {
    color: #1a52ee;
}

.news .weui-cell-fr .date {
    color: #999;
}

.subnav .news-tab-tit {
    /* background: #f0f0f0; */
}

/* 关于我们 */

.about {
    width: 96%;
    margin: 0 auto;
    padding: 0.64rem 0;
}

.about h3 {
    color: #1a52ee;
    font-weight: bold;
    padding-bottom: 0.24rem;
}

.about-cnt p {
    line-height: 0.36rem;
    color: #333;
    font-size: 0.2rem;
}

@media (min-width: 1200px) {
    .idx-news .bg-gray {
        padding: 5% 0;
    }

    .idx-news-tab li:hover::after {
        width: 30px;
    }

    .idx-news-tab li:hover {
        box-shadow: 0 0 5px #eee;
    }

    .idx-news .news-li:hover::after {
        border-width: 1px;
    }

    /* .news a.weui-cell {
        max-width: 1200px;
        padding: 0.3rem 0;
    } */
    .news-detil {
        padding-top: 92px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {}

@media (max-width: 767px) {
    .about-news a:last-child {
        text-align: left;
    }

    .part-hot {
        margin-bottom: 0.36rem;
    }

    .bg-white {
        width: 100%;
    }

    .about {
        width: 90%;
    }

    .gcode {
        right: 10%;
    }

    .row {
        margin: 0;
    }

    .subnav {
        padding: 0.24rem 0;
    }
    
  /* 经营发展 */
  .idx-develop .col-xs-4{
    padding: 0;
   }
   .deve-a span{
     top:30%;
     width: 48% ;
     margin-left: -24% ;
   }
   .about-bg .number li{
    width: 31%;
   }
   .about-bg .number h2 b{
    font-size: 0.54rem;
   }
   .a-btn{
    margin-bottom: 0.24rem;
   }
   .part-list li p span{
    font-size: 0.32rem;
   }
   .bg-fff .col-xs-12{
    padding: 0;
    margin: 0;
   }
   .idx-news h5{
    font-size: 0.36rem;
   }
   .idx-news p{
    font-size: 0.3rem;
   }
   .about-bg .company-cnt{
    font-size: 0.36rem;
   }
   .idx-news-tab li{
    font-size: 0.36rem;
   }
   .control li{
    width: 50%;
    display: inline-block;
}
}

@media (max-width: 639px) {
    .idx-news-tab {
        width: 100%;
    }

    .idx-news-tab li {
        width:32%;
        padding-left: 0;
        padding-right: 0;
        text-align: center;
    }

    .idx-news .news-li {
        margin-top: 0;
    }
}

@media (max-width: 421px) {
    body {
        min-width: 320px;
        overflow-x: hidden;
    }

    .col-xs-6 {
        padding: 0;
    }
}

@media (min-width: 640px) {
    .idx-banner .en {
        margin-left: -10%;
    }
}

@media (min-width: 1200px) {

    .idx-banner .swiper-button-prev:hover,
    .idx-banner .swiper-button-next:hover {
        border-color: #fff;
    }
}

/* 
@media (max-width: 639px) {
 
}

@media (min-width: 992px) {
}

@media (max-width: 639px) {
    .idx-banner .swiper-pagination-bullet {
        margin: 0 0.1rem !important;
    }
    .weui-cell {
        padding: 10px 0.2rem;
    }
}
@media (min-width: 640px) {
}
@media (min-width: 992px) and (max-width: 1199px) {
} */