@charset "utf-8";
*, :after, :before {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

html, body {
    padding: 0;
    margin: 0 auto;
    font-size: 14px;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    background: #fff;
    color: #303030;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    max-width: 750px;
    min-width: 320px;
}

a {
    cursor: pointer;
    text-decoration: none;
    margin-right: 20px;
    color: #333333;
}

ul li {
    list-style: none;
}

em, i, strong {
    font-style: normal;
}

input[type="search"] {
    -webkit-appearance: none;
}

input::-webkit-search-cancel-button {
    display: none;
}

@keyframes packupArrowFlow {
    0%, to {
        bottom: 0
    }
    70% {
        bottom: 10px
    }
}

@-webkit-keyframes packupArrowFlow {
    0%, to {
        bottom: 0
    }
    70% {
        bottom: 10px
    }
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:after, .clearfix:before {
    display: table;
    content: ""
}

.clearfix:after {
    clear: both
}


.header {
    position: relative;
}

.topbar {
    font-size: 16px;
    text-decoration: none;
    width: 100%;
    position: relative;
    min-height: 51px;
    background: #4A5157;
}

.topbar .place {
    position: absolute;
    left: 15px;
    top: 0;
    height: 50px;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #FFF;
}

.topbar .place a {
    color: #FFF;
}

.topbar .place i {
    margin-right: 5px;
}

.topbar .title {
    position: absolute;
    left: 60px;
    top: 0;
    margin-left: -3.5rem;
    height: 50px;
    font-weight: bold;
    line-height: 50px;
    text-align: center;
    overflow: hidden;
    font-size: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #FFF;
}

.topbar .title h1, .topbar .title a {
    padding: 0;
    margin: 0;
    color: #FFF;
    font-size: 20px;
    display: inline-block;
}

.topbar .btns {
}

.topbar .btns i {
    padding: 10px;
    width: 45px;
    height: 50px;
    overflow: hidden;
    display: inline-block;
    font-size: 26px;
    color: white;
    /*font-weight: bold;*/
}

/*.topbar .btns .soso {*/
/*    background: #01396a;*/
/*}*/

.navbar {
    position: absolute;
    background: #f5f5f5;
    left: 0;
    right: 0;
    top: 50px;
    display: none;
    z-index: 1000;
    height: auto;
    overflow: auto;
    padding-bottom: 50px;
    border-top: 0.025rem solid #f0f0f0;
    opacity: 0.9;
    box-sizing: border-box;
    width: 100%;
}

.navbar .hd {
    padding: 1rem 1rem 0.5rem;
    font-size: 16px;
    font-weight: bold;
}

.navbar .hd a {
    color: #333;
}

.navbar .bd {
    display: inline-block;
    border-bottom: 0.025rem solid #f0f0f0;
    width: 100%;
    padding: 0 1.125rem 0;
    color: #666666;
    font-size: 14px;
    background: #ffffff;
    box-sizing: border-box
}

.navbar .bd li a {
    color: #666666;
}

.navbar .bd li {
    width: 33.33%;
    float: left;
    height: 1.5rem;
    line-height: 1.5rem;
    text-align: left;
    overflow: hidden;
}

.navbar .bd li:nth-child(3n-1) {
    text-align: center;
}

.navbar .bd li:nth-child(3n) {
    text-align: right;
}

.search {
    position: absolute;
    background: #fff;
    left: 0;
    right: 0;
    top: 50px;
    z-index: 1000;
    padding: 10px 15px;
    display: none;
    opacity: 0.9;
    box-sizing: border-box
}

.search button {
    border: none;
    width: 15%;
    height: 33px;
    padding: 5px 0px;
    background: #CCC;
    float: right;
    border-radius: 5px;
}

.search input {
    width: 83%;
    height: 33px;
    border-radius: 5px;
    background: #f5f5f5;
    border: 1px solid #CCC;
    color: #333;
    font-size: 14px;
    padding: 5px 15px;
    box-sizing: border-box
}

.topbar .title i {
    margin-right: 5px;
    font-size: 25px;
}

.slider {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.slider .hd {
    width: 100%;
    height: 11px;
    position: absolute;
    z-index: 1;
    bottom: 20px;
    text-align: center;
}

.slider .hd ul {
    display: inline-block;
}

.slider .hd ul li {
    width: 35px;
    height: 5px;
    margin-right: 5px;
    border-radius: 2px;
    background: #fff;
    display: inline-block;
    text-indent: -999px;
    cursor: pointer;
    border: 1px solid #fff;
}

.slider .hd ul .on {
    background: #333;
}

.slider .bd {
    position: relative;
    z-index: 0;
}

.slider .bd li img {
    width: 100%;
    height:230px;
}

.slider .bd li a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mymenu{
    height: 100px;

}
.mymenu ul{
    display: flex;
    justify-content:space-between;
}
.mymenu ul li:nth-child(1){
    padding-left: 2%;
}
.mymenu ul li:nth-child(5){
    padding-right: 2%;
}
.mymenu ul li{
    height: 90px;
    text-align: center;
}
.mymenu img{
    width: 60px;
    height: 60px;
}
.mymenu div{
    color: #333333;
}
.sumiaojiaocheng{
    margin-top: 20px;
    display: flex;
    height: 30px;
    justify-content: space-between;
    font-weight: bolder;
    font-size: 15px;
}
.lsmjc{
    display: flex;
    width: 200px;
}
.lsmjc .l{
    width: 5px;
    height:20px;
    background-color: red;
    border-radius: 30%;
    margin: 0 5px 0 10px;
}


.newpic {
    overflow: hidden;
}

.newpic li.two {
    list-style-type: none;
    width: 47.5%;
    float: left;
    margin-bottom: 2px;
}

.newpic li.two:nth-child(2n) {
    margin-left: 3%;
}

.newpic li.two p {
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    width: 150px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.newpic li.two img {
    height: 105px;
}

.newpic li img {
    width: 100%;
    border-radius: 5px;
}

.swiper-text{
    margin:0 10px;
}

.swiper-text li {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 30px;
    border-bottom: 1px dashed #ccc;
}
.swiper-text li:before {
    content: "";
    width: 6px;
    height: 6px;
    display: inline-block;
    border-radius: 50%;
    background: red;
    vertical-align: middle;
    margin-right: 7px;

}
li{
    list-style-type: none;
}
.newpic li.big {
    width: 100%;
    position: relative;
    margin-bottom: .1rem;
}
.newpic li img {
    width: 100%;
    padding: 0 5px;
    height: 300px;
    border-radius: 15px;
}

.newpic li.big {
    width: 100%;
    position: relative;
    margin-bottom: 5px;
}

.newpic li.big p {
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 90%;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 5px 10px;
    border-radius: 15px;
    margin: 0 5%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.newpic li.def {
    width: 32%;
    float: left;
}

.newpic li.def:nth-child(3) {
    margin: 0 2%;
}

.newpic li.def p {
    font-size: 14px;
    height: 30px;
    line-height: 3px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-top: 10px;
}

.newpic li.def img {
    height: 85px;
}
.newpic li.def:nth-child(3) {
    margin: 0 1%;
}
.tulist {
    padding: 0 15px 20px;
    margin: 0 auto;
    font-size: 0;
}
.tulist .img1 {
    border-bottom: 1px solid #E5E5E5;
    overflow: hidden;
    width: 100%;
    position: relative;
    padding: 15px 0;
}
.tulist .img1 .img {
    height: 90px;
    width: 31%;
    object-fit: cover;
    position: relative;
    top: 0px;
    left: 0px;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    overflow: hidden;
    padding-top: 31%;
}
.tulist .img1 .img img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    border-radius: 5px;
}
.tulist .img1 .tit {
    font-size: 17px;
    height: 52px;
    color: #202020;
    line-height: 26px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    position: absolute;
    right: 0;
    top: 15px;
    width: 65%;
}
.tulist .img1 .sub {
    font-size: 13px;
    margin-top: 8px;
    color: #8c8c8c;
    position: absolute;
    right: 0;
    bottom: 15px;
    width: 65%;
}
.tulist div:last-child {
    border: none;
}


.index-list2 .list-con ul {
    font-size: 0;
    height: 100px;
    overflow: hidden;
    padding-bottom: 10px;
}
.index-list2 .list-con ul li {
    font-size: 12px;
    margin: 6px 4px 0;
    padding: 0 5%;
    display: inline-block;
    background-color: #ebebeb;
    line-height: 28px;
    text-align: center;
    border-radius: 30px;
}
.index-list2 .list-con ul li a{
    color:#000;
}
.index-list2 .list-con ul li a.active
{
    color:blue;
}
.index-list1 {
    width: 96%;
    margin: 0 auto 3px;
    background-color: #fff;
    box-shadow: 0px 1px 6px #c9c9c9;
    border-radius: 2px;
}
.index-list1 span {
    font-size: 12px;
    margin-left: 10px;
    line-height: 34px;
}
.index-list1 .list-title {
    border-bottom: 1px solid #999999;
}
.index-list1 .con-box {
    padding-left: 3%;
}
.index-list1 .con-box li {
    display: none;
    padding-left: 20px;
    line-height: 40px;
    color: #666;
    border-bottom: 1px solid #e7e8e3;
}
.index-list1 .con-box li.first-li {
    display: block;
    padding-left: 0;
    background: url({STATIC}/img/index_down.png) no-repeat 94% center;
    background-size: 12px auto;
}
.index-list1 .list-all {
    text-align: center;
    line-height: 45px;
}
.index-list1 .list-all .all-box {
    display: inline-block;
    padding-right: 22px;
    color: #666;
    background: url({STATIC}/img/index_down.png) no-repeat right center;
    background-size: 14px auto;
}

.myview {
}

.myview .title {
    font-size: 22px;
    padding: 10px 15px;
    line-height: 140%;
}

.myview .title h1 {
    display: inline-block;
    vertical-align: middle;
    font-size: 25px;
}

.myview .info {
    padding: 0px 15px;
    color: #666;
    font-size: 14px;
    line-height: 27px;
}

.myview .info span {
    margin-right: 3px;
}

.myview .info span i {
    display: inline-block;
    margin-right: 3px;
}

.myview .body {
    font-size: 16px;
    line-height: 1.7;
    margin: 10px 15px 5px;
    position: relative;
    overflow: hidden;
}

.myview .body p {
    margin-bottom: 10px;
    line-height: 26px;
}

.myview .body img {
    max-width: 100%;
    height: auto;
}

.myview .body p img {
    width: 100%;
    margin: 0;
    padding: 0;
}

.myview .body h2 {
    border-left: 5px solid #d9333f;
    padding-left: 8px;
    line-height: 30px;
    margin-bottom: 10px;
    font-size: 18px;
}

.myview .body h3 {
    font-size: 18px;
    font-weight: 500;
    margin: 0px;
    padding: 0px;
    line-height: 35px;
    color: #ffa500
}

.myview .body a {
    text-decoration: none;
    border-bottom: 1px dashed #380;
    color: #380;
    font-weight: bold;
}

.myview .body u {
    text-decoration: none;
}

.myview .body .page {
    margin-bottom: 0 !important;
}

.myview .thumb {
    padding: 0 15px;
    margin: 20px 0px;
    text-align: center
}

.myview .thumb img {
    width: 100%;
    margin: 0px auto;
    height: 320px;
}

/** content **/
.myview .intro {
    padding: 0 15px;
    line-height: 35px;
    font-size: 15px;
    color: #1a1a1a;
    width: 100%;
    max-width: 620px;
    text-align: justify;
}

.myview .intro ul li {
    border-bottom: #CCC 1px dotted;
    line-height: 35px;
    color: #999
}

.myview .intro ul li span {
    font-size: 14px;
    font-weight: bold;
    color: #F00
}

.myview .intro ul li.hy {
    font-size: 14px;
    color: #F0F;
    height: auto
}


.myview .more {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 86px;
    color: #ff9c00;
    text-align: center;
    font-size: 16px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 30%);
}

.myview .more .more-title {
    position: absolute;
    bottom: 45px;
    margin-left: -70px;
    left: 50%;
    height: 27px;
    line-height: 27px;
}

.myview .more .more-arrow {
    display: block;
    width: 28px;
    height: 28px;
    position: absolute;
    border-radius: 1rem;
    bottom: 10px;
    left: 50%;
    margin-left: -14px;
    background: #ffbf5b url(../images/arrow.png) no-repeat center 50%;
    background-size: 20px;
}

.daohang{
    padding-left: 10px;
    padding-top: 5px;
    height: 30px;background-color: #EEEEEE;
    font-size: 15px;

}
.daohang a {
    margin-right:5px
}
.sumiaohuatitle{
    margin-top: 10px;
}
.sumiaohuatitle .newpic li.two img {
    height: 155px;
}
.smh_sty .list-con ul li {
    font-size: 14px;
    margin: 6px 4px 0;
    padding: 0 5%;
    display: inline-block;
    background-color: #ebebeb;
    line-height: 28px;
    text-align: center;
    border-radius: 30px;
}
.smh_sty.list-con ul li a{
    margin-right: 0;
}


.sp_list {
    overflow: hidden;
}

.sp_list li.two {
    list-style-type: none;
    width: 47.5%;
    float: left;
    margin-bottom: 2px;
}

.sp_list li.two:nth-child(2n) {
    margin-left: 3%;
}

.sp_list li.two p {
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    width: 150px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sp_list li.two img {
    height: 85px;
}

.sp_list li img {
    width: 100%;
    border-radius: 5px;
}

.sp_list li.big {
    width: 100%;
    position: relative;
    margin-bottom: .1rem;
}
.sp_list li img {
    width: 100%;
    padding: 0 5px;
    height: 150px;
    border-radius: 15px;
}

.sp_list li.big {
    width: 100%;
    position: relative;
    margin-bottom: 5px;
}

.sp_list li.big p {
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 90%;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 5px 10px;
    border-radius: 15px;
    margin: 0 5%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sp_list li.def {
    width: 32%;
    float: left;
}

.sp_list li.def:nth-child(3) {
    margin: 0 2%;
}

.sp_list li.def p {
    font-size: 14px;
    height: 30px;
    line-height: 3px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-top: 10px;
}

.sp_list li.def img {
    height: 65px;
}
.sp_list li.def:nth-child(3) {
    margin: 0 1%;
}


/*///////////////////////////////*/
.two_list_all {
    overflow: hidden;
}

.two_list_all li.two {
    list-style-type: none;
    width: 47.5%;
    float: left;
    margin-bottom: 2px;
}

.two_list_all li.two:nth-child(2n) {
    margin-left: 3%;
}

.two_list_all li.two p {
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    width: 150px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.two_list_all li.two img {
    height: 133px;
}

.two_list_all li img {
    width: 100%;
    border-radius: 5px;
}

.two_list_all li.big {
    width: 100%;
    position: relative;
    margin-bottom: .1rem;
}
.two_list_all li img {
    width: 100%;
    padding: 0 5px;
    height: 150px;
    border-radius: 15px;
}

.two_list_all li.big {
    width: 100%;
    position: relative;
    margin-bottom: 5px;
}

.two_list_all li.big p {
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 90%;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 5px 10px;
    border-radius: 15px;
    margin: 0 5%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.two_list_all li.def {
    width: 32%;
    float: left;
}

.two_list_all li.def:nth-child(3) {
    margin: 0 2%;
}

.two_list_all li.def p {
    font-size: 14px;
    height: 30px;
    line-height: 3px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-top: 10px;
}

.two_list_all li.def img {
    height: 65px;
}
.two_list_all li.def:nth-child(3) {
    margin: 0 1%;
}
#more {
    width: 100%;
    line-height: 49px;
    font-size: 15px;
    font-weight: normal;
    color: #777;
    text-align: center;
    display: block;
    overflow: hidden;
    background: #f5f5f5;
}