* {
    margin: 0;
    padding: 0
}

body, button, input, keygen, legend, select, textarea {
    font-family: "Microsoft YaHei UI", sans-serif;
    outline: 0;
    color: #333;
}

body {
    font-size: .28rem;
    overflow-x: hidden;
    position: relative;
    background: #eee;
}

textarea {
    resize: none
}

iframe, img {
    border: 0
}

iframe {
    max-width: 100%
}

ol, ul {
    list-style: none;
    margin: 0;
    padding: 0
}

input, select, textarea {
    outline: 0;
    -webkit-user-modify: read-write-plaintext-only
}

input::-webkit-input-placeholder {
    color: #ccc
}

input {
    -webkit-appearance: none
}

input::-moz-focus-inner {
    border: 0;
    padding: 0;
    margin: 0
}

button:focus {
    outline: none
}

button, input {
    background: 0 0;
    border: none;
    margin: 0;
    padding: 0
}

a {
    text-decoration: none;
    outline: none
}

a {
    color: #333
}

img {
    width: 100%;
    display: block
}

em, i {
    font-style: normal
}

p {
    margin: 0
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    color: rgba(0, 0, 0, .6);
    font-size: 14px;
    margin: 0
}

*, :after, :before {
    box-sizing: border-box
}

.clearfix {
    *zoom: 1
}

input,button,select,textarea{
    border-radius: 0;
    outline:none;
    -webkit-appearance: none;
    background: none;
    outline: none;
    border: none;
    -webkit-appearance:none;
}
textarea{resize:none}

.clearfix:after, .clearfix:before {
    display: table;
    content: "";
    line-height: 0
}

.clearfix:after {
    clear: both
}

.fl {
    float: left
}

.fr {
    float: right
}

.pb-02 {
    padding-bottom: .2rem
}

.wrapper {
    width: 1000px;
    margin: 0 auto;
    height: 100%;
    position: relative;
}
.swiper-pagination-bullet-active{
    background: #2b8cff !important;
}
.con{
    margin: 20px 0;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
}
.con .title,.list-con .title{
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}
.con .info{
    font-size: 15px;
    color: #666;
    text-align: justify;
    line-height: 30px;
    margin-bottom: 30px;
}
.kefu{
    text-align: center;
    color: #2b8cff;
    display: block;
    font-size: 14px;
}
.kefu span{
    width: 15px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: text-top;
}
.kefu span img{
    width: 100%;
}

.con video{
    width: 100%;
    height: 420px;
}
.v-title{
    text-align: center;
    margin-top: 0.1rem;
    font-weight: bold;
}
.list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: flex-start;
    margin-top: -10px;
}
.list a{
    width: 49%;
    display: flex;
    /* border-radius: 5px; */
    padding: 10px;
    background: #fff;
    margin-bottom: 20px;
    font-size: 15px;
    border: 1px solid #eee;
}
.list a .img{
    width: 140px;
    height: 80px;
    margin-right: 15px;
}
.list a .img img{
    height: 100%;
}
.list a:nth-child(2n){
    margin-right: 0;
}
.list a .right{
    flex: 1;
    line-height: 25px;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 55px;
}
.list-con{
    padding: 20px ;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 40px;
}
.page{
    margin: 20px 0 20px;
    text-align: center;
}
.page a{
    width: 32px;
    height: 32px;
    border-radius: 3px;
    background: #fff;
    text-align: center;
    line-height: 32px;
    font-size: 16px;
    margin-right: 10px;
    display: inline-block;
    font-weight: bold;
    color: #1448ab;
    border: 1px solid #1448ab;
}
.page a.on{
    background: #1448ab;
    border:none;
    color: #fff;
}
.pic-swiper .swiper-slide,.video-swiper .swiper-slide{
    width: 80%;
}
body{
    background: #1448ab;
}
.swiper-slide {
    background-size: cover;
    background-position: center;
}
.swiper-container {
    width: 100%;
    /*height: 400px;*/
    margin-left: auto;
    margin-right: auto;
}
.gallery-top1 ,.gallery-top2,.gallery-top3{
    height: 80%;
    width: 100%;
}

.gallery-thumbs1 ,.gallery-thumbs2,.gallery-thumbs3{
    height: 130px;
    box-sizing: border-box;
    padding: 10px 0;
}

.gallery-thumbs1 .swiper-slide ,.gallery-thumbs2 .swiper-slide ,.gallery-thumbs3 .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.gallery-thumbs1 .swiper-slide-thumb-active,.gallery-thumbs2 .swiper-slide-thumb-active ,.gallery-thumbs3 .swiper-slide-thumb-active{
    opacity: 1;
}
.jiantou{
    display: none;
}
.tab{
    display: flex;
}
.tab-item{
    padding: 10px;
    background: #fff;
    border: 1px solid #eee;
    color: #61a1e9;
    font-size: 16px;
    margin-right: 10px;
    border-radius: 5px;
    width: 120px;
    text-align: center;
    margin-bottom: 20px;
}
.tab-item.on{
    background: #61a1e9;
    color: #fff;
    border:none;
}
.list.falv a{
    padding: 15px;
}
.list.falv a .right{
    height: auto;
}
.right{
    display: flex;
}
.right .li{
    display: inline-block;
    color: #61a1e9;
    margin-right: 10px;
    font-size: 12px;
}
.overly{display: none}

@media screen and (max-device-width: 1000px){
    .del{
        width: 30px;
        margin: 20px auto 0;
        position: fixed;
        bottom: 30px;
        left: 50%;
        margin-left: -15px;

    }
    .overly{
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.7);
        position: fixed;
        top:0;
        left:0;
        z-index: 1;
        display: none;
    }
    .pic{
        width: 100%;
         top: 50%;
         left: 50%;
         -webkit-transform: translate(-50%,-50%);
         transform: translate(-50%,-50%);
         -moz-transform: translate(-50%,-50%);
        position: fixed;
        z-index: 2;
        display: none;

    }
    .pinch-zoom{
         /*top: 30%;*/
         /*left: 50%;*/
         /*-webkit-transform: translate(-50%,-50%);*/
         /*transform: translate(-50%,-50%);*/
         /*-moz-transform: translate(-50%,-50%);*/
    }
    .tab{
        display: flex;
        justify-content: space-between;
    }
    .tab-item{
        flex: 1;
        text-align: center;
        background: #fff;
        border:1px solid #eee;
        color:#61a1e9;
        font-size: 15px;
        height: 35px;
        line-height: 35px;
        padding: 0;
        width: auto;
        margin: 10px 10px 10px 0;
    }
    .tab-item:last-child{
        margin-right: 0;
    }
    .jiantou{
        display: block;
    }
    .wrapper{
        width: 100%;
    }
    .list-con{
        margin: 0 15px 20px;
        background: #fff;
        padding: 15px;
    }
    .con{
        margin: 15px ;
        padding: 15px;
        border-radius: 5px;
    }
    .con .title, .list-con .title{
        font-size: 18px;
        margin-bottom:10px
    }
    .con .info{
        font-size: 14px;
        line-height: 25px;
    }
    .con video{
        height: 180px;
    }
    .list-con {
        margin: 0 15px 20px;
        background: #fff;
    }
    .list a{
        width: 100%;
        padding: 15px 0;
        margin-bottom: 0;
        border-radius: 0;
        border: none;
        border-bottom: 1px solid #eee;
    }
    .list.falv a{
        padding: 10px 0;
    }

    .list a:last-child{
        border-bottom: none;
    }
    .page{
        margin:10px 0 0;
        padding-bottom: 20px;
    }
    .page a{
        width: 28px;
        height: 28px;
        border-radius: 3px;
        background: #fff;
        text-align: center;
        line-height: 28px;
        font-size: 14px;
        margin-right: 10px;
        display: inline-block;
        font-weight: bold;
    }
    .gallery-thumbs1,.gallery-thumbs2,.gallery-thumbs3{
        display: none;
    }
}
.tit{
    margin-bottom: 10px;
    color: #ffffff;
    padding: 5px 10px;
    background: #1448ab;
    display: inline-block;
    border-radius: 3px;
    font-size: 13px;
}
.tab-btn{
    display: flex;
    justify-content: space-between;
    padding: 15px 15px 0 15px;
}
.tab-btn a{
    flex:1;
    padding: 10px 0;
    text-align: center;
    color: #1851bb;
    background: #fff;
    margin-right: 10px;
    font-size: 15px;
    font-weight: bold;
    position: relative;
    border-radius: 3px;
	display:inline-block;
}
.tab-btn a:last-child{
    margin-right: 0;
}
.tab-btn a.on{
    background: #fcb040;
    color: #fff;
}
.tab-btn a.on:after {
    position: absolute;
    bottom: -6px;
    left: 50%;
    margin-left: -6px;
    content: "";
    width: 0;
    height: 0;
    border-top: 6px solid #fcb040;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}