.mobile_none {
    display: none;
}

.banner {
    width: 100%;
    /* min-height: 500px; */
    /* background-color: yellow; */
}

.swiper-wrapper {
    width: 9999999px;
}

.banner .swiper-slide {
    height: 100%;
}

.banner .swiper-slide a {
    /* height: 100%; */
    /* background-color: red; */
    /* display: block; */
}

.banner .swiper-slide img {
    width: 100%;
}


.content {
    width: 100%;
    padding: .2rem;
    box-sizing: border-box;
	min-height: 10rem;
}

.content_left {
    width: 100%;
}

.pic_cols2 {
    width: 100%;
    height: .78rem;
}

.pic_cols2 a {
    width: 3.5rem;
    height: 100%;
    display: block;
    overflow: hidden;
}

.pic_cols2 a img {
    width: 100%;
    height: 100%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.pic_cols2 a img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.pic_cols2 a:nth-child(1) {
    float: left;
}

.pic_cols2 a:nth-child(2) {
    float: right;
}

.content_swiper_wrap {
    width: 100%;
    position: relative;
    margin-top: .2rem;
}

.content_swiper {
    height: 100%;
}

.swiper2  {
    width: 100%;
    /* position: absolute; */
    left: 0;
    top: 0;
}

.content_pic {
    width: 100%;
    height: 3.8rem;
    /* float: left; */
}

.content_pic img {
    width: 100%;
    height: 100%;
}

.content_text {
    width: 100%;
    height: .8rem;
    background-color: #FFF;
    float: right;
    box-sizing: border-box;
}

.content_text h1 {
    font-size: .34rem;
    line-height: 2;
    text-align: center;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.content_text .abstract {
    color: #777;
    line-height: 1.8;
    margin-top: 20px;
}


.pagination2 {
    height: .5rem;
    line-height: .5rem;
    position: absolute;
    left: 0;
    right: 0;
    bottom: .8rem;
    padding-left: .4rem;
    z-index: 10;
    
}

.pagination2 .swiper-pagination-switch {
    display: inline-block;
    width: 20px;
    height: 6px;
    background-color: #FFF;
    margin: 0 3px;
    cursor: pointer;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
}

.pagination2 .swiper-active-switch {
    background-color: #2f889a;
}





.content_tab1 {
    width: 100%;
    border: 1px solid #DDD;
    margin-top: .2rem;
}

.content_tab1_title {
    height: .6rem;
    line-height: .6rem;
    border-bottom: 1px solid #DDD;
    background-color: #f8f8f8;
    position: relative;
}

.content_tab1_titleIn {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
}

.content_tab1_titleIn span {
    border-right: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    display: block;
    float: left;
    padding: 0 .1rem;
}

.content_tab1_titleIn span a {
    width: 100%;
    height: 100%;
    display: block;
}

.content_tab1_titleIn span.active {
    border-bottom: 1px solid #FFF;
    background-color: #FFF;
}

.content_tab1_con_wrap {
    background-color: #FFF;
}

.content_tab1_con {
    padding: .2rem;
    box-sizing: border-box;
    display: none;
}

.content_tab1_con:nth-child(1) {
    display: block;
}

.content_tab1_con ul {

}

.content_tab1_con ul li {
    line-height: 2.1;
    position: relative;
    padding-left: .3rem;
}

.content_tab1_con ul li::before {
    content: '';
    width: .2rem;
    height: .2rem;
    background: url(./icon_arrow_right.png) no-repeat center;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 0.18rem;
    display: block;
}

.content_tab1_con ul li a {
    line-height: 2.1;
}


.pic_cols1 {
    width: 100%;
    height: 1rem;
    margin-top: .2rem;
}

.pic_cols1 img {
    width: 100%;
    height: 100%;
}



.content_tab2 {
    width: 100%;
    border: 1px solid #DDD;
    margin-top: .2rem;
}

.content_tab2_title {
    height: .6rem;
    line-height: .6rem;
    border-bottom: 1px solid #DDD;
    background-color: #f8f8f8;
    position: relative;
}

.content_tab2_titleIn {
    width: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
}

.content_tab2_titleIn span {
    border-right: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    display: block;
    float: left;
    width: 24.78%;
    text-align: center;
}

.content_tab2_titleIn span:nth-last-child(1) {
    border-right: none;
}

.content_tab2_titleIn span a {
    /* padding: 0 4px; */
    width: 100%;
    height: 100%;
    display: block;
}

.content_tab2_titleIn span.active {
    border-bottom: 1px solid #FFF;
    background-color: #FFF;
}

.content_tab2_con_wrap {
    background-color: #FFF;
}

.content_tab2_con {
    padding: .2rem;
    box-sizing: border-box;
    display: none;
}

.content_tab2_con:nth-child(1) {
    display: block;
}

.content_tab2_con ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.content_tab2_con ul li {
    box-sizing: border-box;
    position: relative;
    line-height: 1.5;
    margin-bottom: .2rem;
}

.content_tab2_con ul li img {
    width: 1.34rem;
    /* display: none; */
    vertical-align: bottom;
    height: 100%;
}

.content_tab2_con ul li::before {
    content: '';
    width: .2rem;
    height: .2rem;
    background: url(./icon_arrow_right.png) no-repeat center;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 0.18rem;
    display: none;
}
