
.containercore{
    width: 1200px;
    display: block;
    margin: 30px auto;
}







/*PC轮播图区域*/
.lunbo{
    height: auto;
    padding: 0;
    width:100% !important;
    margin: 0 0;
    overflow: hidden;
}
/*.lunbo .swiper-slide{
    max-height: 700px;
}*/
.lunbo .swiper-slide img{
    width: 100% !important;
}



.lunbo .swiper-container-horizontal>.swiper-pagination,
.mobileLunBo .swiper-container-horizontal>.swiper-pagination{
    bottom: 30px;
	   
}
.lunbo .swiper-container-horizontal>.swiper-pagination{
	 display: none;
}


.lunbo .swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet,
.mobileLunBo .swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet{
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #fff;
    margin: 0 14px;
    cursor: pointer;


}
.lunbo .swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet-active,
.mobileLunBo .swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet-active{
    width: 14px;
}




.lunbo .swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    border-radius: 20px;
    margin: 10px;
    cursor: pointer;
    /* border: 2px #fff solid; */
    background: #fff;
    text-align: center;
    line-height: 16px;
    opacity: 0.6;
    position: relative;

}
.lunbo .swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet::after{
    width: 18px;
    height: 18px;
    content: " ";
    background: transparent;
    border-radius: 50%;
}

.lunbo .swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet-active::after{
    border: 2px white solid;
    position: absolute;
    top: -4px;
    left: -4px;
}

.lunbo .swiper-button-white{
      width: 60px;
    height: 80px;
    background-size: 12px;
    background-color: rgb(0 68 143 / 26%);
    top: 42%;
}









/*手机轮播图区域*/
.mobileLunBo{
    height: auto;
    padding: 0;
    width:100% !important;
    margin: 0 0;
    overflow: hidden;
}
.mobileLunBo .swiper-slide img{
    width: 100% !important;
}
.mobileLunBo .swiper-container-horizontal>.swiper-pagination{
    bottom: 43px;
}
.mobileLunBo .swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet {
    width: 36px;
    height: 4px;
    border-radius: 4px;
    background: #fff;
    margin: 0 10px;
    cursor: pointer;
}
.mobileLunBo .swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet-active{
    width: 50px;
}



/*滚动数字区域*/

.gunmun .containercore .right{
    width: 100%;
    display: inline-block;
	    margin: 0;
}
.gunmun .containercore .right li{
    display: inline-block;
    width: 25%;
    float: left;
    text-align: center;
    border-left: 1px #e0e0e0 solid;
}
.gunmun .containercore .right li:nth-child(1){
    border:none;
}

.gunmun .containercore .right p{
    margin:  0;
    text-align: center;
    font-size: 19px;
    font-weight: 400;
    color: #202020;
    display: inline-block;
    vertical-align: text-top;
    line-height: 80px;
}
.gunmun .containercore .right p:last-child{
    font-size: 18px;
}

.gunmun .containercore .right h2{
    display: inline-block;
    vertical-align: text-top;
    margin:   0;
}
.gunmun .containercore .right h2 span{
    margin:   0;
    font-size: 25px;
    font-weight: 600;
    color: #202020;
    letter-spacing: 0;
    display: inline-block;
    line-height: 80px;
	
	 font-size: 30px;   
    color: #0072ef;
    line-height: 75px;
	

}






/*我们的业务*/
.dome2{
    margin: 0 0 0 0;
    text-align: center;
}
.dome2 .title{
    display: block;
    text-align: center;
}
.dome2 .title h3{
    margin: 0 0 0 0;
    font-size: 32px;
    font-weight: bold;
    color: #202020;
    line-height: 40px;
}
.dome2 .title h3 span{
    font-size: 16px;
    font-weight: bold;
    color: #0072F0;
    line-height: 34px;
    margin: 0 0 0 4px;
    text-transform:uppercase;
    letter-spacing: 0;
}
.dome2 .title p{
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 40px;
    text-align: center;
    margin: 0 0 10px 0;
}

.dome2 ul{
    width: 100%;
    display: block;
    overflow: hidden;
}
.dome2 ul li{
    width: 100%;
    padding: 0 6px;
    float: left;
    display: inline-block;
}
.dome2 ul li .box{
    position: relative;
    overflow: hidden;
}
.dome2 ul li .oneimg{
    position: relative;
    overflow:hidden;
}
.dome2 ul li .oneimg img{
    width: 100%;
    display: inline-block;
    transition: all 0.3s;
}
.dome2 ul li .oneimg .nametitle{
    width: 100%;
    height: auto;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    background: #f7f8fa;
    text-align: center;
    padding: 30px 10px;
    transition: all 0.3s;

}
.dome2 ul li .oneimg .nametitle:before{
    width: 2px;
    height: 30px;
    content: ' ';
    background: #E1E1E1;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0 0 0 -1px;
}
.dome2 ul li .oneimg .nametitle span{
    font-size: 46px;
    font-weight: bold;
    color: #000000;
    line-height: 40px;
    opacity: 0.1;
	    display: block;
    margin: 10px 0 0 0;
	
}
.dome2 ul li .oneimg .nametitle p{
    font-size: 20px;
    font-weight: 400;
    color: #202020;
    line-height: 40px;
    text-align: center;
		margin:0 0 0 0; 
}
.dome2 ul li  .twobtn{
    width: 100%;
    height: 100%;
    position:absolute;
    top: -100%;
    left: 0;
    z-index: 100;
    display: inline-block;
    background: rgba(17,120,230,0.9);
    color: #ffffff;
    text-align: center;
    padding: 26% 10px 0 10px;
    transition: all 0.3s;
	 
	 display:none;
}
.dome2 ul li  .twobtn  span{
    font-size: 46px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 40px;
    opacity: 0.1;
}
.dome2 ul li  .twobtn  h2{
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 40px;
	    margin-bottom: 0;
}
.dome2 ul li  .twobtn  i{
    width: 20px;
    height: 2px;
    display: inline-block;
    background: #FFAB00;
}
.dome2 ul li  .twobtn  p{
       font-size: 15px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 21px;
    max-height: 110px;
    overflow: hidden;
    text-align: center;
    margin: 12px 0 30px 0;
    letter-spacing: 0;
}

.dome2 ul li  .twobtn a {
    text-align: center;
    display: inline-block;
    margin: 10px auto 0 auto;
    border: none;
    line-height: 46px;
    position: relative;
    overflow: hidden;
    width: 140px;
    color: rgba(32,32,32,1);
    font-size: 15px;
    font-weight: 400;
    transition: background 0.3s;
    color: #ffffff;
    height: 46px;
    background: #FFAB00;
    box-shadow: 1px 4px 10px 0px rgba(0, 9, 175, 0.2);
    border-radius: 23px;
}

/*不一样区域的样式*/
.dome2 ul .swiper-slide:nth-child(2n) li .oneimg .nametitle{
    top: 0;
    bottom: auto;
}
.dome2 ul .swiper-slide:nth-child(2n) li .oneimg .nametitle:before {
    bottom: 0;
    top: auto;
}
/*鼠标移上事件*/
/* .dome2 ul .swiper-slide:nth-child(2n+1) li:hover  .oneimg .nametitle{
    bottom: -100%;
}
.dome2 ul .swiper-slide:nth-child(2n) li:hover  .oneimg .nametitle {
    top: -100%;
    bottom: auto;
} */
.dome2 ul li:hover .oneimg img{
    transform: scale(1.12);
}
.dome2 ul li:hover .twobtn {
    top: 0%;
}
.dome2 ul li .twobtn a:hover {
    box-shadow: 1px 4px 10px 0px rgba(0, 9, 175, 0.42);
}
.dome2 .swiper-button-white{
    background-color: rgba(32,32,32,0.73);
    background-size: 14px;
}

.dome2 .swiper-button-white.swiper-button-prev{  left: 6px;  }
.dome2 .swiper-button-white.swiper-button-next{  right:  6px;  }




/*市场合作*/
.dome3{
    padding: 0 0 ;
    margin: 100px 0 0  0 ;
    background:rgba(242,121,0,1);
    color: #ffffff;
}

.dome3 ul{
    display: block;
    overflow: hidden;
    width: 100%;
    margin: 0;
    position: relative;
}
.dome3 ul li{
    padding: 0 ;
    margin: 0 ;
}
.dome3 ul li:nth-child(1) .titleH{
    max-width: 500px;
}


.dome3 li a{
    display: block;
    overflow: hidden;
    position: relative;
}
.dome3 li a>img{
	width:100%;
}




.dome3 li a:after{
    width: 100%;
    height:100%;
    top: 0;
    left: 0;
    content: ' ';
    display: inline-block;
    position: absolute;
    background: rgba(0,0,0,0.3);
    transition: all 0.3s;
}
.dome3 li a:hover:after{
    background: rgba(0,0,0,0.6);

}
.dome3 li a .info{
    width: 240px;
    height: auto;
    position: absolute;
    top: 30%;
    left: 50%;
    margin: 0 0 0 -120px;
    text-align: center;
    color: #ffffff;
    z-index: 100;
}
.dome3 li a .info h2{
    font-size:24px;
    font-weight:bold;
    color:rgba(255,255,255,1);
    line-height:28px;
}
.dome3 li a .info p{
    font-size: 14px;
    font-weight: 400;
    color: rgba(255,255,255,1);
    line-height: 14px;
    text-align: center;
    letter-spacing: 0.6px;
}
.dome3 li a .info span.morespan {
    text-align: center;
    display: inline-block;
    margin: 10px auto 0 auto;
    border: none;
    line-height: 50px;
    border-radius: 25px;
    position: relative;
    overflow: hidden;
    width:140px;
    height:0px;
    color: rgba(32,32,32,1);
    background:rgba(255,255,255,0.6);
    font-size:15px;
    font-weight:400;
    opacity: 0;
    transition: background 0.3s;
}
.dome3 li a:hover .info span.morespan {
    opacity: 1;
    height:50px;
}
.dome3 li a .info span.morespan i {
    width: 15px;
    height: 7px;
    display: inline-block;
    background-size: 15px;
    vertical-align: text-top;
    margin: 7px 0 0 3px;
    background: url("../img/moreBtn.png")/*tpa=http://www.whshch.com.cn/public/static/home/defaults/style/img/moreBtn.png*/ no-repeat center;
    background-size: 15px;
}
.dome3 li a .info span.morespan:hover{
    background: rgba(242,121,0,1);
    color: #ffffff;
}
.dome3 li a .info span.morespan:hover i {
    background: url("../img/moreBtn1.png")/*tpa=http://www.whshch.com.cn/public/static/home/defaults/style/img/moreBtn1.png*/ no-repeat center;
    background-size: 15px;
}
.dome3 li:nth-child(2){
    padding: 0 50% 0 0;
    box-sizing: border-box;
}
.dome3 li:nth-child(1){
    padding: 70px 14% 0 100px;
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    display: inline-block;
}
.dome3 li:nth-child(1) .Ename{
    font-size: 36px;
    font-weight: bold;
    color: rgba(255,255,255,0.1);
    line-height: 34px;
    margin: 0;
}
.dome3 li:nth-child(1) .name{
    font-size: 32px;
    font-weight: bold;
    color: rgba(255,255,255,1);
    line-height: 40px;
    margin: -45px 0 10px 0;
}

.dome3 li:nth-child(1) h4{
	       font-weight: 600;
    margin: 10px 0 14px 0;
}


.dome3 li:nth-child(1) p{
    font-size:15px;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:26px;
    opacity:0.8;
	margin:0 ;
    text-indent: 2em;
}


/*新闻中心*/
.dome4{
    margin: 50px 0 0 0;
}
.dome4 .title{
    display: block;
    text-align: center;
}
.dome4 .title h3{
    margin: 0 0 20px 0;
    font-size: 32px;
    font-weight: bold;
    color: #202020;
    line-height: 40px;
}
.dome4 .title h3 span{
    font-size: 16px;
    font-weight: bold;
    color: #0072F0;
    line-height: 34px;
    margin: 0 0 0 4px;
    text-transform:uppercase;
    letter-spacing: 0;
}
.dome4 .navtitle {
    display: block;
    overflow: hidden;
    position: relative;
    border-bottom: 1px rgba(204,204,204,1) solid;
    margin: 0 0 40px 0;
    font-size: 0;
}
.dome4 .navtitle a.newlista{
    line-height: 22px;
    font-size: 20px;
    color: #343434;
    display: inline-block;
    margin: 0 20px 0 0;
    padding: 0 7px 20px 8px;
    height: 100%;
    float: left;
    outline: none;
    text-decoration: none;
}
.dome4 .navtitle a.newlista.active{
    color: #202020;
    font-size: 24px;
    border-bottom: 2px  #0072EF solid;
}
.dome4 .navtitle a:last-child {
    font-size: 16px;
    font-weight: 400;
    color: #343434;
    line-height: 40px;
    float: right;
}
.dome4 .navtitle a:last-child:hover{
    color: #0072EF ;
}
.dome4 .navtitle a.newlista:hover{
    color: #202020;
}
.dome4 .textlist .textlistbox{
    display: none;
    overflow: hidden;
}
.dome4 .textlist .textlistbox.active{
    display: block;
}
.dome4 .textlist .left{
    padding: 0 0px 0 0;
    width: 520px;
    float: left;
}
.dome4 .textlist .left a{
    display: block;
    overflow: hidden;
    position: relative;
    border: 1px #f1eded solid;
}
.dome4 .textlist .left a .img{
    display: block;
    max-height: 280px;
    overflow: hidden;
}
.dome4 .textlist .left a .img img{
    display: block;
    transition: all 0.3s;
    width: 100%;
    max-width: none;
}
.dome4 .textlist .left a .img img:hover{
    transform: scale(1.12);
}
.dome4 .textlist .left a div.info{
    padding: 14px 10px;
}

.dome4 .textlist .left a  h2{
    font-size: 20px;
    color:#202020;
    line-height: 20px;
    margin: 0 0 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.dome4 .textlist .left a:hover  h2{
    color: #000;
}
.dome4 .textlist .left  a:hover h2{
    color: #0072EF ;
}
.dome4 .textlist .left a p.say{
    font-size: 15px;
    color: #666;
    line-height: 22px;
    margin:  14px 0 8px 0;
    letter-spacing: 0;
    height: 22px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;

}
.dome4 .textlist .left a p:last-child{
    margin: 10px 0 0 0;
    padding: 8px 0 0 0 ;
    border-top: 1px #e7e7e7 solid;
}

.dome4 .textlist .left a p span{
    font-size: 18px;
    color: rgba(102,102,102,1);
    line-height: 27px;
    letter-spacing: 0px;
}
.dome4 .textlist .left .info p span:nth-child(1) {
    height: 26px;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    border-radius: 1px;
    margin: 3px 0 0px 0;
    color: #727272;
    position: relative;
    box-sizing: border-box;
}
.dome4 .textlist .left .info p span:nth-child(2){
    font-size: 15px;
    float: right;
}
.dome4 .textlist .left .info  p span:nth-child(2) i {
    width: 16px;
    height: 6px;
    display: inline-block;
    background: url("../img/moreBtn.png")/*tpa=http://www.whshch.com.cn/public/static/home/defaults/style/img/moreBtn.png*/ no-repeat center;
    background-size: 13px;
    vertical-align: text-top;
    margin: 8px 0 0 4px;
}
.dome4 .textlist .left  a:hover  p span:nth-child(2){
    color: #0072EF ;
}
.dome4 .textlist .left  a:hover  p span:nth-child(2) i {
    background: url("../img/moreBtn2.png")/*tpa=http://www.whshch.com.cn/public/static/home/defaults/style/img/moreBtn2.png*/ no-repeat center;
    background-size: 13px;
}


.dome4 .textlist .right{
    width: 680px;
    display: inline-block;
    float: right;
    padding: 0 0 0 60px;
}
.dome4 .textlist .right ul{
    overflow: hidden;
    display: block;
}
.dome4 .textlist .right li a{
       overflow: hidden;
    width: 100%;
    height: auto;
    border-bottom: 1px #e5e5e5 solid;
    margin: 0 0 34px 0;
    padding: 0 0 34px 0;
    display: block;
}
.dome4 .textlist .right .time{
    display: inline-block;
    width: 80px;
    height: 80px;
    color: #fff;
    text-align: center;
    border: 1px solid #cccccc;
    padding: 10px 0 0 0;
    float: left;
    margin: 0px 0 0 0;
    position: relative;
}
.dome4 .textlist .right .time:after{
    width: 100%;
    height: 100%;
    content: ' ';
    position: absolute;
    top: 0;
    left: -102%;
    transition: all 0.3s;
    display: inline-block;
    background: url("../img/moreBtn1.png")/*tpa=http://www.whshch.com.cn/public/static/home/defaults/style/img/moreBtn1.png*/ no-repeat center #0072EF;
}
.dome4 .textlist .right a:hover .time:after {
    left: 0;
}
.dome4 .textlist .right .time span:nth-child(1){
    display: block;
    font-size: 36px;
    margin: 0 0 0 0;
    line-height: 36px;
    font-weight: bold;
    color: #202020;
	  letter-spacing: 0;
}
.dome4 .textlist .right .time span:nth-child(2){
    display: block;
    font-size: 15px;
    color: #666666;
    letter-spacing: 0;
    margin: 2px 0 0 0;
}
.dome4 .textlist .right .info{
    width: 86%;
    height: 100%;
    display: inline-block;
    padding: 0px 0 0 20px;
    vertical-align: top;
    text-align: left;

}

.dome4 .textlist .right .info h2{
     margin: 0 0 0 0;
    font-size: 20px;
    color: #333;
}
.dome4 .textlist .right li:hover .info h2{
    color: #0072EF;
}
.dome4 .textlist .right .info p{
    font-size: 14px;
    color: rgb(153, 153, 153);
    overflow: hidden;
    max-height: 44px;
    line-height: 22px;
    margin: 10px 0 0 0;
	letter-spacing:0;
}










/*欢迎优秀的你加入我们*/
.dome5{
    margin: 50px 0 0 0;
    padding:80px 0 100px  0;
    background:url("../img/indexlastbg.png")/*tpa=http://www.whshch.com.cn/public/static/home/defaults/style/img/indexlastbg.png*/ no-repeat center ;
    background-size: 100% 100%;
    background-color: transparent;
    color: #ffffff;
    position: relative;
}
.dome5:after{
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    z-index: -1;
}
.dome5 .container .alltitle{
    display: block;
    text-align: center;
    margin: 0 auto;
}
.dome5 .container .alltitle h2{
    font-size: 32px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 40px;
    margin: 0 0 10px 0;
}
.dome5 .container .alltitle p{
    padding: 2px 8px;
    border: 1px solid #FFA200;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
    display: inline-block;
}

.dome5 .container .text p{
    font-size:16px;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:25px;
    text-align: center;
    max-width: 1000px;
    margin: 24px auto 40px auto;
    display: block;
}
.dome5 .container .moreBtn {
    display: block;
    margin: 10px auto 0 auto;
    border: 1px #FFA200 solid;
    background: #FFA200;
    width: 180px;
    height: 50px;
    border-radius: 25px;
}





@media screen and (max-width: 1500px) {




}





@media screen and (max-width: 1440px) {
   
    .dome3 li:nth-child(1) {
        padding: 16px 2% 0 33px;
    }
}
@media screen and (max-width: 1400px) {
    .gunmun .containercore .right p {
        font-size: 18px;
        line-height: 80px;
    }
    .gunmun .containercore .right h2 span {
        font-size: 24px;
    }
    .dome2 .title h3 {
        font-size: 30px;
        line-height: 38px;
    }
    .dome4 .title h3 {
        font-size: 30px;
        line-height: 38px;
    }
    .dome4 .navtitle a.newlista.active {
        font-size: 22px;
    }
    .dome4 .navtitle a.newlista {
        font-size: 18px;
    }
    .dome5 .container .text p {
        font-size: 15px;
        margin: 20px auto 30px auto;
    }
    .dome4 .textlist .right .time span:nth-child(1) {
        font-size: 34px;
        line-height: 34px;
    }
    .dome4 .textlist .left a h2 {
        font-size: 18px;
    }
    .dome4 .textlist .left a p.say {
        font-size: 15px;
        margin: 10px 0 8px 0;
    }


}


@media screen and (max-width: 1400px) {




    .dome3 li:nth-child(1) p {
        font-size: 14px;
        line-height: 22px;
    }

}

@media screen and (max-width: 1200px) {

    .containercore {
        width: 100%;
        margin: 10px auto;
    }

    .dome3 li:nth-child(1) .name {
        margin: -40px 0 0px 0;
        font-size: 28px;
        line-height: 34px;
    }
    .dome3 li:nth-child(1) p {
        font-size: 12px;
        line-height: 17px;
    }
    .gunmun .containercore .right p {
        margin: 0;
        font-size: 16px;
        font-weight: 400;
        line-height: 70px;
    }
    .gunmun .containercore .right h2 span {
        font-size: 22px;
        line-height: 70px;
    }
    .dome2 .title h3 {
        font-size: 23px;
        line-height: 40px;
    }
    .dome2 .title p {
        font-size: 14px;
        line-height: 30px;
        margin: 0 0 10px 0;
    }
    .dome2 ul li .oneimg .nametitle span {
        font-size: 26px;
        line-height: 30px;
        opacity: 0.1;
    }
    .dome2 ul li .oneimg .nametitle p {
        font-size: 16px;
        line-height: 30px;
    }
    .dome2 ul li .twobtn span {
        font-size: 36px;
        line-height: 30px;
    }
    .dome2 ul li .twobtn h2 {
        font-size: 17px;
        line-height: 20px;
        margin: 6px 0 4px 0;
    }
    .dome2 ul li .twobtn p {
        font-size: 13px;
        line-height: 20px;
        max-height: 60px;
        margin: 16px 0 40px 0;
    }
    .dome2 ul li .twobtn a {
        margin: 10px auto 0 auto;
        line-height: 40px;
        width: 110px;
        font-size: 14px;
        height: 40px;
        border-radius: 20px;
    }
    .dome3 li a .info h2 {
        font-size: 22px;
        line-height: 24px;
    }
    .dome4 .textlist .left {
        width: 43.33%;
    }
    .dome4 .textlist .right {
        width: 56.33%;
        padding: 0 0 0 20px;
    }
    .dome4 .textlist .left a h2 {
        font-size: 18px;
        line-height: 19px;
    }
    .dome4 .textlist .left a p.say {
        font-size: 14px;
        line-height: 22px;
        margin: 8px 0 8px 0;
        height: 18px;
    }
    .dome4 .textlist .left a p:last-child {
        margin: 6px 0 0 0;
        padding: 2px 0 0 0;
    }
    .dome4 .textlist .left .info p span:nth-child(1) {
        height: 18px;
        font-size: 13px;
        line-height: 20px;
        margin: 3px 0 0px 0;
    }
    .dome4 .textlist .left .info p span:nth-child(2) {
        font-size: 13px;
    }
    .dome4 .textlist .right .time{
        width: 70px;
        height: 70px;
    }
    .dome4 .textlist .right .time span:nth-child(1) {
        font-size: 26px;
        line-height: 26px;
    }
    .dome4 .textlist .right .time span:nth-child(2) {
        font-size: 13px;
        letter-spacing: 0;
    }
    .dome4 .textlist .right .info h2 {
        font-size: 16px;
    }
    .dome4 .textlist .right .info {
        padding: 5px 0 0 17px;
    }
    .dome4 .textlist .right .info p {
        font-size: 13px;
        max-height: 36px;
        line-height: 18px;
    }
    .dome4 .textlist .right li a {
        margin: 24px 0 0 0;
        padding: 0 0 24px 0;
    }
    .dome5 .container .moreBtn {
        height: 36px;
    }


}



@media screen and (max-width: 1000px) {
.gunmun {
    
    margin: 0 0 7px 0;
}
    .gunmun .containercore{    
      font-size: 0;
	}

    .lunbo .swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet,
    .mobileLunBo .swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        margin: 0 6px;
    }
    .lunbo .swiper-container-horizontal>.swiper-pagination,
    .mobileLunBo .swiper-container-horizontal>.swiper-pagination {
        bottom: 10px;
    }

    /*滚动数字*/
    .gunmun{
        padding: 0 0;
    }
    .gunmun .containercore .right p {
        margin: 0;
        font-size: 12px;
        line-height: 20px;
        font-weight: 400;
    }
    .gunmun .containercore .right h2 {
        margin: 0;
        display: block;
    }
    .gunmun .containercore .right h2 span {
        margin: 0;
        font-size: 16px;
        letter-spacing: 0;
        line-height: 20px;
        display: block;
    }
    .gunmun .containercore .right p:last-child {
        font-size: 12px;
        display: block;
    }
    .gunmun .containercore .right li:first-child{
        border: none;
    }
    .gunmun .containercore .right li:last-child{
        border-right: none;
    }

    .dome2{
        padding: 0 10px;
    }
    .dome2 .title h3 {
        font-size: 16px;
        font-weight: bold;
        line-height: 15px;
    }
    .dome2 .title h3 span {
        font-size: 13px;
        line-height: 14px;
        margin: 0 0 0 4px;
    }
    .dome2 .title p {
        font-size: 12px;
        line-height: 16px;
        margin: 6px 0 17px 0;
    }
    .dome2 ul li {
        width: 100%;
        padding: 0;
        margin: 0 0 6px 0;
        border: 1px #cacaca solid;
    }
    .dome2 ul li .oneimg {
        width: 100%;
        max-height: 300px;

    }
    .dome2 ul li .oneimg .nametitle {
        display: none;
    }
    .dome2 ul li .twobtn {
         width: 100%;
        left: auto;
        top: 0;
        text-align: left;
        padding: 4%;
        font-size: 0;
        position: static;
    }
    .dome2 ul li .twobtn span {
        font-size: 12px;
        line-height: 20px;
        opacity: 0.8;
		position:absolute;
		top:5px;
		left:6px;
    }
    .dome2 ul li .twobtn h2 {
          font-size: 12px;
    line-height: 16px;
    margin: 2px 0 0 0;
	padding:0 0 0 12px;
    }
    .dome2 ul li .twobtn p {
       font-size: 12px;
        line-height: 16px;
        margin: 0 0 0px 0;
        text-align: justify;
        letter-spacing: 0.8px;
        max-height: 48px;
		
    }
    .dome2 ul li .twobtn i {
        display: block;
        margin: 4px 0 4px 0;
    }
    .dome2 ul li .twobtn a {
      margin: 8px 0;
        line-height: 26px;
        width: 82px;
        font-size: 12px;
        height: 26px;
        border-radius: 13px;
    }
    .dome2 ul li:nth-child(2n) .oneimg{
        float: right;
    }
    .dome2 ul li:nth-child(2n)  .twobtn {
        left: 0;
    }

    .dome3 {
        margin: 2px 0 0 0;
        padding: 0 0px;
    }
    .dome3 li:nth-child(1) {
        padding: 10px 10px 14px 10px;
        position: relative;
        top: 0;
        right: 0;
        width: 100%;
        display: inline-block;
    }
    .dome3 li:nth-child(2) {
        padding: 0;
    }
    .dome3 li:nth-child(1) .Ename {
        font-size: 15px;
        font-weight: bold;
        line-height: 16px;
        margin: 0px 0 5px 0;
    }
    .dome3 li:nth-child(1) .name {
        font-size: 18px;
        font-weight: bold;
        line-height: 20px;
        margin: -20px 0 0 0;
    }
    .dome3 li:nth-child(1) h4 {
        font-size: 13px;
        font-weight: bold;
        line-height: 15px;
        margin: 5px 0 10px 0;
    }
    .dome3 li:nth-child(1) p {
        font-size: 12px;
        line-height: 20px;
        opacity: 0.9;
        margin: 4px 0 0 0;
    }

    .dome3 li a .info {
        width: 100%;
        top: 0;
        left: 0;
        margin: 0 0 0 0;
    }
    .dome3 li:nth-child(2) .info{
        top: 30%;
    }
    .dome3 li a .info span.morespan{
        display: none;
    }

    .dome3 li a .info h2 {
        font-size: 14px;
        line-height: 20px;
        margin: 10px 0 1px 0;
    }
    .dome3 li a .info p {
        font-size: 12px;
        line-height: 14px;
        text-align: center;
        letter-spacing: 0;
        margin: 0;
        transform: scale(0.8);
    }

    .dome4 {
        margin: 30px 0 0 0;
        padding: 0 10px;
    }
    .dome4 .navtitle {
        margin: 10px 0;
    }
    .dome4 .title h3 {
        font-size: 16px;
        font-weight: bold;
        line-height: 15px;
    }
    .dome4 .title h3 span {
        font-size: 13px;
        line-height: 14px;
        margin: 0 0 0 4px;
    }

    .dome4 .navtitle a.newlista.active {

        font-size: 13px;
        border-bottom: 2px #0072f0 solid;
        border: 1px #0372f0 solid;
        background: #0072f0;
        color: #ffffff;
        border-radius: 4px;
        line-height: 23px;
		height: 24px;
		
    }
    .dome4 .navtitle a.newlista {
         line-height: 25px;
    font-size: 14px;
    margin: 0 10px 1px 0;
    padding: 0 2px 4px 2px;
    height: 100%;
    }
    .dome4 .navtitle a:last-child {
           font-size: 12px;
    line-height: 14px;
    margin: 6px 0 0 0;
    letter-spacing: 0;;
    }
    .dome4 .textlist .left {
        width: 100%;
        margin: 0 0 14px 0;
    }
    .dome4 .textlist .left a div.info {
        padding: 8px 10px;
    }
    .dome4 .textlist .left a h2 {
        font-size: 14px;
        line-height: 16px;
        font-weight: bolder;
    }
    .dome4 .textlist .left a p.say {
        font-size: 12px;
        line-height: 18px;
        margin: 4px 0 0 0;
        height: 18px;
    }
    .dome4 .textlist .left a p:last-child {
        margin: 5px 0 0 0;
        padding: 2px 0 0 0;
    }
    .dome4 .textlist .left a p:last-child span:nth-child(1) {
        height: 18px;
        font-size: 12px;
        line-height: 18px;
        margin: 0 0 0 0;
    }
    .dome4 .textlist .left a p:last-child span:nth-child(2) {
        font-size: 12px;
    }
    .dome4 .textlist .left a p:last-child span:nth-child(2) i {
        width: 12px;
        height: 4px;
        background-size: 10px;
        margin: 4px 0 0 4px;
    }
    .dome4 .textlist .right{
        width:100%;
        padding: 0;
    }
    .dome4 .textlist .right li a {
        margin: 0 0 10px 0;
        padding: 0 0 10px 0;
    }
    .dome4 .textlist .right .time {
        width: 54px;
        height: 54px;
        padding: 5px 0 0 0;
    }
    .dome4 .textlist .right .time span:nth-child(1) {
            font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
    }
    .dome4 .textlist .right .time span:nth-child(2) {
            font-size: 12px;
    letter-spacing: 0px;
    }
    .dome4 .textlist .right .info {
        width: 82%;
        padding: 5px 0 0 12px;
    }
    .dome4 .textlist .right .info h2 {
      margin: 0 0 0 0;
    font-size: 14px;
    line-height: 15px;
    font-weight: 600;
    }
    .dome4 .textlist .right .info p {
        font-size: 12px;
        max-height: 32px;
        line-height: 16px;
        margin: 2px 0 0 0;
    }




    .dome5 {
        margin: 0px 0 0 0;
        padding: 40px 10px;
    }
    .dome5 .container .alltitle h2 {
        font-size: 16px;
        line-height: 18px;
        margin: 0 0 5px 0;
    }
    .dome5 .container .alltitle p {
        padding: 2px 5px;
        font-size: 12px;
        font-weight: 400;
        line-height: 17px;
        display: inline-block;
        margin: 2px 0 0 0;
    }
    .dome5 .container .moreBtn {
        width: 150px;
        margin: 16px auto ;
        height: 32px;
        line-height: 25px;
    }

    .dome5 .container .text p {
        font-size: 12px;
        line-height: 20px;
        margin: 11px auto 10px auto;
    }

}

@media screen and (max-width: 768px) {

    .lunbo .swiper-container-horizontal>.swiper-pagination,
    .mobileLunBo .swiper-container-horizontal>.swiper-pagination {
        bottom: 12px;
    }

    .lunbo .swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet,
    .mobileLunBo .swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet{
        width: 10px;
        height: 4px;
        margin: 0 4px;
    }


    .lunbo .swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet-active,
    .mobileLunBo .swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet-active {
        width: 30px;
        height: 4px;
        /*margin: 0 2px;*/
    }
    .dome2 ul li .twobtn {
        padding: 5px 10px;
    }

}

@media screen and (max-width: 340px){
     .dome2 ul li .twobtn h2 {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        word-break: break-all;
    }

    .dome2 ul li .twobtn p {
        max-height: 45px;
        line-height: 15px;


    }
}