a:link{text-decoration: none!important;  }
a:visited{text-decoration: none!important;  }
a:hover{text-decoration: none!important;  }
a:active{text-decoration: none!important;  }
a:focus{text-decoration: none!important;  }

html{
    width: 100%;
    height: 100%;
    font-size: 16px;

}
body{
    width: 100%;
    margin: 0;
    /*height: 1000px;*/
    background: rgba(245,245,245,1);
    font-family:"微软雅黑" !important;
}
#wrap{
    width: 100%;
    height: 100%;
    /*padding: 0 10%;*/
    /*background: rgba(249,249,249,1);*/
}
/*header*/
header{
    /*height: 150px;*/
    padding: 0;
    /*background-color: #0592FE;*/
    /*background-image: linear-gradient(to right,#1e91e6 5%, #218be6 19%, #297ee4 40%, #3071e4 70%, #346ce3 95%);*/
    top:0;
    margin-bottom: 10px;
}
header img{
    display: block;
    width: 100%;
}
/*搜索框样式*/
.searcher {
    /* position: absolute; */
    z-index: 100;
    width: 100%;
    height:30px;
    background: rgba(255, 255, 255, 0);
    text-align: center;
    margin: 10px 0;
}

.searcher-main {
    display:inline-block;
    background: rgba(255,255,255,1);
    /*margin:0 0 0 10%;*/
    border-radius:5px;
    line-height: 100%;
    position:relative;
    width:95%;
    height:100%;
    border:1px solid rgba(255, 255, 255, 0);
}
.searcher:before{
    /*content: '';*/
    /*width: 25px;*/
    /*height: 25px;*/
    /*background-image: url("../images/left.png");*/
    /*background-size:25px 25px;*/
    /*background-repeat: no-repeat;*/
    /*position: absolute;*/
    /*top: 22px;*/
    /*left: 3px;*/
    /*z-index: 2;*/
    /*margin-left: 5px;*/
}
.searcher-main input::-webkit-input-placeholder{
    /* color:rgba(255, 255, 255, 1); */
}
.searcher-main input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    /* color:rgba(255, 255, 255, 1); */
}
.searcher-main input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    /* color:rgba(255, 255, 255, 1); */
}
.searcher-main input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    /* color:rgba(255, 255, 255, 1); */
}
.glyphicon-search{
    display:inline-block;
    position: absolute;
    top:50%;
    transform: translate(0,-50%);
    -ms-transform:translate(0,-50%); 	/* IE 9 */
    -moz-transform:translate(0,-50%); 	/* Firefox */
    -webkit-transform:translate(0,-50%); /* Safari 和 Chrome */
    -o-transform:translate(0,-50%);
    left:4%;
    font-size: 14px;
    /* color: rgba(255, 255, 255, 1); */

}

.searcher-text {
    display: inline-block;
    width: 74%;
    height: 99%;
    /*text-align: center;*/
    border: none;
    outline: none;
    background: rgba(255, 255, 255, 0);
    position: absolute;
    top:0.5%;
    left:13%;
    /* color: rgba(255, 255, 255, 1); */
    font-size:14px;
}

/*主要内容*/
main{
    /*width: 100%;*/
    padding: 0 3%;
    /*position: relative;*/
    /*top:-45px;*/
}
.partWrap{
    /*width: 100%;*/
    background: rgba(255,255,255,1);
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
    box-shadow: 0 0 5px #d2d2d2;
}
.title{
    position: relative;
}
.topTitle{
    /*display: inline-block;*/

    font-size: 20px;
    font-weight: bold;
    padding-left: 15px;
    border-left: 5px solid rgba(5,146,254,1);
    margin-bottom: 15px;
    height: 22px;
    vertical-align: middle;
    line-height: 22px;
}
.moreBtn{
    position: absolute;
    right: 15px;
    top: 0;
    color: #666666;
    text-decoration: none;
}
.moreBtn:after{
    content: '';
    width: 20px;
    height: 14px;
    background-image: url("../images/right.png");
    background-size:14px 14px;
    background-repeat: no-repeat;
    position: absolute;
    top: 0.5px;
    z-index: 2;
    /*margin-left: 5px;*/

}
.rowPart{

}
.rowPart1{
    display: flex;
    flex-direction:row;
    margin-bottom: 5px;
}
.rowPart1 a{
    display: inline-block;
    text-decoration: none;
    width: 46%;
    margin: 0 2%;
    flex: 1;
    /*width: 0;*/
    flex-shrink:0;
    /*border-top-left-radius: 5px;*/
    /*border-top-right-radius: 5px;*/
    /*box-shadow: 0 0 3px #666666;*/
    position: relative;
}
.rowPart1 a img{
    display: inline-block;
    width: 100%;
    /*border-top-left-radius: 5px;*/
    /*border-top-right-radius: 5px;*/
    border-radius: 5px;
    box-shadow: 0 0 3px #666666;
}
@media screen and (max-width: 320px) {
    .rowPart1 a img {
        border-radius: 5px;
    }
}

/* ipad */
@media screen and (min-width: 768px) {
    .rowPart1 a img {
        border-radius: 12px;
    }
}
.partTitle{
    position: absolute;
    top:20%;
    left: 10%;
    z-index: 10;
}
.text{
    margin-left: 14px !important;
}
.text-img{
    margin-left: 8px;
}

.partTitle p{
   margin: 0;
    color: #ffffff;
    font-size: 14px;
    line-height: 15px;
}
.partTitle span{
    border-bottom: 2px solid #ffffff;
}

.rowPart2{
    display: flex;
    flex-direction:row;
    justify-content:space-between;
}
.rowPart2 a{
    display: inline-block;
    width: 25%;
    text-decoration: none;
    /*margin: 0 2px;
    flex: 1;*/
    /*width: 0;*/
    flex-shrink:0;
    /*border-top-left-radius: 5px;*/
    /*border-top-right-radius: 5px;*/
    /*box-shadow: 0 0 3px #666666;*/
}
.rowPart2 a img{
    width: 42px;
    position: relative;
    top:0;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(0);
    -moz-transform: translateX(-50%) translateY(0);
    -ms-transform: translateX(-50%) translateY(0);
    -o-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
}
.rowPart2 a p{
    /*font-size: 0.8em;*/
    text-align: center;
    color:#333333;
    margin: 10px auto;
    /*font-size: 0.33rem;*/
    /*font-size: 0.38rem;*/
    font-size:13px ;
	width: 82%;
}
.rowPart3{
    margin-bottom: 5px;
}
.rowPart3 a{
    margin: 0;
    /*border: 1px solid #;*/
    border-radius: 5px;
    /*box-shadow: 0 0 2px #e8e8e8;*/
    /*width: 25%;*/
    /*flex: 1;*/
}
.rowPart3 a img{
    margin-top: 10px;

}
.rowPart3 a p{
    margin-top: 10px;
    /*font-size: 0.33rem;*/
    font-size: 13px;
}
.rowPart4{
    display: flex;
    flex-direction:row;
    margin-bottom: 5px;
}
.rowPart4 a{
    display: flex;
    text-decoration: none;
    margin: 0;
    border-top: 1px solid #F3F3F3;
    border-bottom: 1px solid #F3F3F3;
    flex: 1;
    align-items: center;
}
.rowPart4 a:first-child{
    border-right: 1px solid #F3F3F3;

}
.videoList{
    flex: 1;
    margin-left: 5px;

}
.rowPart4 img{
    /*margin: 0 3%;*/
    /*width: 30%;*/
    width: 100%;
    /*flex-shrink:0;*/
    height: auto;
    object-fit:contain;
    align-items: center;

}
.videoListTitle{
    font-size: 1em;
    color: #45A2FA;
    margin: 15px 0 3px 0;
}
.videoListTitle2{
    font-size: 0.8em;
    color: #838383;
    margin: 0 0 15px 0;
}
/*文字列表*/
.listBtn{
    text-decoration: none;
    color:#666666;
}
.msgList{
    display: block;
    margin: 5px 0;
    width: 80%;
    height: 21px;
    position: relative;



    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    vertical-align: middle;
    line-height: 21px;
    padding-left: 15px;
    /*font-size: 0.33rem;*/
    font-size: 0.38rem;
}

.listImg{
    display: inline-block;
    position: absolute;
    top:50%;
    left: 0;
    /*-webkit-transform: translateX(0) translateY(-50%);*/
    /*-moz-transform: translateX(0) translateY(-50%);*/
    /*-ms-transform: translateX(0) translateY(-50%);*/
    /*-o-transform: translateX(0) translateY(-50%);*/
    /*transform: translateX(0) translateY(-50%);*/

}

.listImg1{
    height: 10px;
    margin-top: -6px;
}

.listPoint{
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #666666;
margin-top: -3px;
}


.listImg2{
    /*display: inline-block;*/
    height: 12px;
    margin-top: -6px;
    /*margin: 0 0 0 12px;*/
    vertical-align: middle;
    line-height: 21px;
}

.titList{
    display: block;
    width: 60%;
    height: 100%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    vertical-align: middle;
    line-height: 21px;
    margin-left: 15px;

}
.titList1{
    margin-left: 10px;
}

/*底部*/
footer{
    /*width: 100%;*/
    padding: 0 3%;

    /*height:15%;*/
    /*background: #00a157;*/

}
footer a{
    width: 100%;

}
footer img{
    width: 100%;
    margin-bottom: 15px;
}

.swiper-container {
    width: 100%;
    height:100%;
}
.swiper-slide img{
    /*max-width: 100%;*/
    max-height: 100%;
    width: 100%;
    height: 100%;
    /*position: relative;*/
    /*left: 50%;*/
    /*top: 50%;*/
    /*transform: translate(-50%,-50%);*/
    /*-ms-transform:translate(-50%,-50%); 	!* IE 9 *!*/
    /*-moz-transform:translate(-50%,-50%); 	!* Firefox *!*/
    /*-webkit-transform:translate(-50%,-50%); !* Safari 和 Chrome *!*/
    /*-o-transform:translate(-50%,-50%);*/
    /*margin-bottom: 0;*/
}

.rowPart11{
    justify-content: flex-start;;
}

.rowPart11 a{
    display: inline-block;
    width: 33%;
    text-decoration: none;
    margin: 0 0.5%;
    /*flex: 1;*/
    /*width: 0;*/
    flex-shrink:0;
    /*border-top-left-radius: 5px;*/
    /*border-top-right-radius: 5px;*/
    /*box-shadow: 0 0 3px #666666;*/
}

.rowPart11 a img{
    margin: 0 auto;
}

.poTitle{
    position: absolute;
    top:40%;
    left: 5%;

}
.poTitle p{
    color: #333;
    font-size: 0.36rem;
    font-weight: bold;
}


/*otherindex页面样式*/
.rowLine3{

    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
	

}
.rowLine3 a,.rowLine3 .ADiv{
    flex: 0 0 33%;

    text-align:center;

    background-color: white;
    padding: 5px 5px 10px 5px;
}
.rowLine3 a p ,.rowLine3 .ADiv p {
    /* font-size: 0.8em; */
    text-align: center;
    color: #333333;
    margin: 10px 0 0 0;
     /*font-size: 0.33rem;*/
     font-size: 0.4rem;
    /*font-size: 13px;*/
}
.rowLine3 a img ,.rowLine3 .ADiv img{
    width: 60%;
    position: relative;
    top: 0;
    /*left: 50%;*/
    /*-webkit-transform: translateX(-50%) translateY(0);*/
    /*-moz-transform: translateX(-50%) translateY(0);*/
    /*-ms-transform: translateX(-50%) translateY(0);*/
    /*-o-transform: translateX(-50%) translateY(0);*/
    /*transform: translateX(-50%) translateY(0);*/
}